(Mode Line Variables): Document `mode-line-remote' and `mode-line-client'
[bpt/emacs.git] / doc / lispref / ChangeLog
CommitLineData
568f7b79
LMI
12011-07-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
2
18d59e29
LMI
3 * modes.texi (Mode Line Variables): Document `mode-line-remote'
4 and `mode-line-client' (bug#2974).
5
568f7b79
LMI
6 * text.texi (Insertion): Clarify marker movements (bug#1651).
7 Text from Drew Adams.
8
54e10184
LMI
92011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
10
d94d85e9
LMI
11 * text.texi (Special Properties): Clarify the format of `face'
12 (bug#1375).
13
54e10184
LMI
14 * commands.texi (Interactive Call): Add a `call-interactively'
15 example (bug#1010).
16
413c488d
LMI
172011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
18
19 * functions.texi (Calling Functions): Link to the "Interactive
20 Call" node (bug#1001).
21
322b7dab 222011-07-06 Chong Yidong <cyd@stupidchicken.com>
b00d8c1a 23
3deead93
CY
24 * customize.texi (Composite Types): Move alist and plist to here
25 from Simple Types (Bug#7545).
26
27 * elisp.texi (Top): Update menu description.
28
b00d8c1a
CY
29 * display.texi (Face Attributes): Document negative line widths
30 (Bug#6113).
31
d2a6c43b
TR
322011-07-03 Tobias C. Rittweiler <tcr@freebits.de> (tiny change)
33
34 * searching.texi (Match Data): Note that match data can be
35 overwritten by most functions (bug#2499).
36
c7844a27
LMI
372011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
38
a9ab721e
LMI
39 * strings.texi (Formatting Strings): Clarify what the "-" and "0"
40 flags mean (bug#6659).
41
c7844a27
LMI
42 * functions.texi (What Is a Function): Document the autoload
43 object (bug#6496).
44
f68d76d0
LMI
452011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
46
8a20ca4c
LMI
47 * customize.texi (Variable Definitions): Clarify that SETFUNCTION
48 is only used in the Customize user interface (bug#6089).
49
f68d76d0 50 * display.texi (Showing Images): Mention the point of sliced
6dd56db4 51 images (bug#7836).
f68d76d0 52
7018dbe7
EZ
532011-07-02 Eli Zaretskii <eliz@gnu.org>
54
55 * variables.texi (Defining Variables, Void Variables)
56 (Constant Variables): Fix incorrect usage of @kindex.
57
36cb87a1
LMI
582011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
59
28ee97c7
LMI
60 * variables.texi (Defining Variables): Add an index entry for
61 `set-variable' (bug#7262).
8d4294e9 62 (Defining Variables): Use @findex for functions.
28ee97c7 63
8862ffd5
LMI
64 * frames.texi (Basic Parameters): Document the `explicit-name'
65 parameter (bug#6951).
66
0ec389b9
LMI
67 * customize.texi (Type Keywords): Clarify that :value provides a
68 default value for all types (bug#7386).
69
36cb87a1
LMI
70 * streams.texi (Output Functions): Document `pp'.
71
11fdef7d 722011-06-25 Chong Yidong <cyd@stupidchicken.com>
dfc47e35
CY
73
74 * keymaps.texi (Searching Keymaps):
75 * display.texi (Overlay Properties): Fix errors in 2011-05-29
76 change. Suggested by Johan Bockgård.
77
eeafcea7
CY
782011-06-15 Chong Yidong <cyd@stupidchicken.com>
79
80 * text.texi (Special Properties): Clarify role of font-lock-face.
81
b96e6cde
LMI
822011-06-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
83
84 * processes.texi (Process Information): Renamed `process-alive-p'
85 to `process-live-p' for consistency with other `-live-p' functions.
86
be14b9ab
PE
872011-06-03 Paul Eggert <eggert@cs.ucla.edu>
88
89 Document wide integers better.
90 * files.texi (File Attributes): Document ino_t values better.
2d365993 91 ino_t values no longer map to anything larger than a single cons.
be14b9ab
PE
92 * numbers.texi (Integer Basics, Integer Basics, Arithmetic Operations):
93 (Bitwise Operations):
001903b5
PE
94 * objects.texi (Integer Type): Use a binary notation that is a bit easier
95 to read, and that will port better if 62-bits becomes the default.
96 Fix or remove incorrect examples.
be14b9ab
PE
97 * os.texi (Time Conversion): Document time_t values better.
98
bcd54f83
LMI
992011-05-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
100
101 * processes.texi (Process Information): Document
102 `process-alive-p'.
103
049bcbcb
CY
1042011-05-29 Chong Yidong <cyd@stupidchicken.com>
105
106 * help.texi (Accessing Documentation):
107 * display.texi (Pixel Specification):
108 * processes.texi (Serial Ports, Serial Ports):
109 * nonascii.texi (Character Properties, Default Coding Systems):
110 * text.texi (Changing Properties, Special Properties):
111 * windows.texi (Window Start and End):
112 * modes.texi (SMIE Indentation Example, SMIE Tricks):
113 * keymaps.texi (Searching Keymaps, Tool Bar):
114 * minibuf.texi (Basic Completion):
115 * compile.texi (Eval During Compile):
116 * strings.texi (Formatting Strings): Tweaks to avoid overflowing
117 7x9 paper in printed manual.
118
119 * lists.texi (Sets And Lists): Fix misplaced text.
120
58539c63
CY
1212011-05-29 Chong Yidong <cyd@stupidchicken.com>
122
123 * keymaps.texi (Remapping Commands): Emphasize that the keymap
124 needs to be active (Bug#8350).
125
6b5681bf
CY
1262011-05-28 Chong Yidong <cyd@stupidchicken.com>
127
b4d52acc
CY
128 * minibuf.texi (Reading File Names): Clarify (Bug#8480).
129
6b5681bf
CY
130 * tips.texi (Coding Conventions): Remove antediluvian filename
131 limit recommendation (Bug#8538).
132
e145f188
GM
1332011-05-27 Glenn Morris <rgm@gnu.org>
134
135 * modes.texi (Auto Major Mode): Update for set-auto-mode changes.
136
eafed945
GM
1372011-05-26 Glenn Morris <rgm@gnu.org>
138
139 * variables.texi (File Local Variables):
140 Update hack-local-variables `mode-only' return value.
2d3ba9e7 141 Add some more details on what this function does in the other case.
eafed945 142
bc8410af
GM
1432011-05-19 Glenn Morris <rgm@gnu.org>
144
145 * lists.texi (Sets And Lists): Mention cl provides union etc.
146
35a30759
N
1472011-05-19 Nix <nix@esperi.org.uk>
148
149 * windows.texi (Displaying Buffers): pop-to-buffer is not a command.
150
151 * text.texi (Parsing HTML): Update for function name changes.
152
153 * syntax.texi (Syntax Flags): Small fix.
154
155 * keymaps.texi (Active Keymaps): Typo fix.
156 (Changing Key Bindings): Grammar fix.
157
158 * frames.texi (Minibuffers and Frames): Grammar fix.
159 (Window System Selections): x-select-enable-clipboard now defaults to t.
160
161 * customize.texi (Common Keywords):
162 * display.texi (Abstract Display):
163 * modes.texi (Auto-Indentation):
164 * nonascii.texi (Converting Representations): Typo fixes.
165
166 * control.texi (Examples of Catch): Call it "goto" not "go to".
167
e3934a8a
EZ
1682011-05-14 Eli Zaretskii <eliz@gnu.org>
169
bc039a3b
EZ
170 * nonascii.texi (Character Properties): Fix inconsistencies with
171 implementation.
172
e3934a8a
EZ
173 * text.texi (Special Properties): Move @defvar's out of the
174 @table. (Bug#8652)
175
e2c94218
GM
1762011-05-12 Glenn Morris <rgm@gnu.org>
177
178 * display.texi (Image Descriptors): Fix typo. (Bug#8495)
179
d2fc7e3d 1802011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
bc3bea9c
SM
181
182 * modes.texi (Region to Refontify): Rename from "Region to Fontify".
183 (Multiline Font Lock):
184 * vol2.texi (Top):
185 * vol1.texi (Top):
186 * elisp.texi (Top): Update menu accordingly.
187
d2fc7e3d 1882011-05-12 Drew Adams <drew.adams@oracle.com>
e6dc6206
DA
189
190 * modes.texi (Region to Fontify): Fix typo.
191
79b70037
GM
1922011-05-10 Jim Meyering <meyering@redhat.com>
193
194 * minibuf.texi: Fix typo "in in -> in".
195
b08a63cc 1962011-05-06 Paul Eggert <eggert@cs.ucla.edu>
fed14fd7
PE
197
198 * numbers.texi (Integer Basics): Large integers are treated as floats.
199
1ef14cb4
LMI
2002011-04-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
201
202 * processes.texi (Synchronous Processes): Document the (:file
203 "/file-name") syntax for `call-process'.
204
4ffd0d6b 2052011-04-23 Juanma Barranquero <lekktu@gmail.com>
7ee6a1d3
JB
206
207 * windows.texi (Choosing Window): Fix typo.
208
4ffd0d6b 2092011-04-23 Chong Yidong <cyd@stupidchicken.com>
40954368
CY
210
211 * frames.texi (Layout Parameters): Note the difference between
212 querying and setting parameters for left-fringe and right-fringe
213 (Bug#6930).
214
fd5a8ae8
SM
2152011-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
216
217 * minibuf.texi (Basic Completion): Be a bit more precise about the
218 valid kinds of completion tables.
219 (Programmed Completion): Remove obsolete text about lambda expressions
220 not being valid completion tables.
221
c1bcd0d5
CY
2222011-03-19 Chong Yidong <cyd@stupidchicken.com>
223
224 * positions.texi (Excursions): Explain the "save-excursion
225 defeated by set-buffer" warning.
226
227 * buffers.texi (Current Buffer): Copyedits. Don't recommend using
228 save-excursion. Suggested by Uday S Reddy.
229
03408648 2302011-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
ba83908c 231
03408648
SM
232 * variables.texi (Defining Variables): Mention the new meaning of `defvar'.
233 (Lexical Binding): New sub-section.
ba83908c 234
03408648
SM
235 * eval.texi (Eval): Discourage the use of `eval'.
236 Document its new `lexical' argument.
6c075cd7 237
f6d62986
SM
2382011-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
239
03408648 240 * commands.texi (Command Overview): `post-command-hook' is not reset to
f6d62986
SM
241 nil any more.
242
84ea5558 2432011-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
e4021ec1
SM
244
245 * strings.texi (String Conversion): Don't mention
246 string-make-(uni|multi)byte (bug#8262).
247 * nonascii.texi (Converting Representations): Fix up range.
248 * keymaps.texi (Key Binding Commands): Update code point, avoid
249 "unibyte character" and remove mention of unibyte bindings.
250
62d94509
EZ
2512011-03-10 Eli Zaretskii <eliz@gnu.org>
252
253 * modes.texi (Operator Precedence Grammars): Don't use characters
254 outside ISO-8859-1.
255
63a329f8
EZ
2562011-03-09 Eli Zaretskii <eliz@gnu.org>
257
258 * intro.texi (Acknowledgements): Convert to ISO-8859-1 encoding.
259
260 * makefile.w32-in (MAKEINFO_OPTS): Add --enable-encoding.
261
6446548e
GM
2622011-03-08 Glenn Morris <rgm@gnu.org>
263
264 * Makefile.in (MAKEINFO_OPTS): Add --enable-encoding.
265 * intro.texi (Acknowledgements): Names to UTF-8.
80b005c7 266 * elisp.texi: Set documentencoding.
6446548e 267
33383987
JB
2682011-03-07 Chong Yidong <cyd@stupidchicken.com>
269
270 * Version 23.3 released.
271
0b3ceceb
CY
2722011-03-06 Chong Yidong <cyd@stupidchicken.com>
273
274 * package.texi: Update index keywords.
275 (Package Archives): New node contents. Document package-x.el.
276
78f5433f
JB
2772011-03-06 Juanma Barranquero <lekktu@gmail.com>
278
279 * makefile.w32-in (srcs): Add package.texi.
280
555e9b5c
CY
2812011-03-06 Chong Yidong <cyd@stupidchicken.com>
282
120d9389
CY
283 * package.texi (Packaging, Packaging Basics, Simple Packages)
284 (Multi-file Packages): Expand and clarify.
285 (Package Archives): Temporary placeholder node.
286
287 * elisp.texi (Top): Update node listing.
288
555e9b5c
CY
289 * Makefile.in (srcs): Add package.texi.
290
b59a4335
CY
2912011-03-05 Chong Yidong <cyd@stupidchicken.com>
292
293 * processes.texi (Synchronous Processes): Minor clarification
294 (Bug#8149).
295
06083aa1
GM
2962011-03-03 Glenn Morris <rgm@gnu.org>
297
298 * files.texi (Truenames): Minor clarification. (Bug#2341)
299
6640b281
GM
3002011-03-01 Glenn Morris <rgm@gnu.org>
301
302 * variables.texi (Directory Local Variables):
303 Mention `(subdirs . nil)' alist element.
304
2b0c7330 3052011-02-28 Glenn Morris <rgm@gnu.org>
081f7640
GM
306
307 * variables.texi (Directory Local Variables): Mention the optional
308 mtime argument of dir-locals-set-directory-class. (Bug#3577)
309
b923f7a9
CY
3102011-02-27 Chong Yidong <cyd@stupidchicken.com>
311
312 * minibuf.texi (Minibuffer History): Clarify discussion of
313 minibuffer history lists (Bug#8085).
314
67ab0163 3152011-02-19 Eli Zaretskii <eliz@gnu.org>
86ec878a 316
e979a521
EZ
317 * elisp.texi: Sync @dircategory with ../../info/dir.
318
e03b2fd4
EZ
319 * files.texi (Visiting Functions): Document find-file-literally,
320 both the command and the variable.
321
86ec878a
EZ
322 * variables.texi (Creating Buffer-Local): Explain the meaning of
323 permanent local variables.
324
67ab0163
GM
325 * files.texi (Visiting Functions): Document find-file-literally,
326 both the command and the variable.
327
328 * variables.texi (Creating Buffer-Local): Explain the meaning of
329 permanent local variables.
330
3312011-02-19 Glenn Morris <rgm@gnu.org>
dff9ac46
GM
332
333 * keymaps.texi (Remapping Commands): Mention how to undo it.
334
bfcb151a
RT
3352011-02-09 Reuben Thomas <rrt@sc3d.org>
336
337 * loading.texi (Hooks for Loading): Remove unnecessary advice
338 about eval-after-load (Bug#7986).
339
a41c8660
CY
3402011-02-05 Chong Yidong <cyd@stupidchicken.com>
341
342 * commands.texi (Accessing Mouse): Note that a header line is not
343 included in the row of posn-col-row.
344
e0dd6837
CY
3452011-02-02 Chong Yidong <cyd@stupidchicken.com>
346
347 * modes.texi (Major Mode Conventions): Add face guidelines.
348 (Faces for Font Lock): List faces in order of prominence.
349
a4180391
PE
3502011-02-01 Paul Eggert <eggert@cs.ucla.edu>
351
352 format-time-string now supports subsecond time stamp resolution
353 * os.texi (Time Parsing): Document %N.
354
7427eb97
CY
3552011-01-28 Chong Yidong <cyd@stupidchicken.com>
356
61db307f
CY
357 * vol1.texi (Top):
358 * vol2.texi (Top):
359 * elisp.texi (Top):
360 * display.texi (Display Property): Shorten the menu description of
361 the "Other Display Specs" node (Bug#7816).
362
7427eb97
CY
363 * keymaps.texi (Defining Menus): Add "menu item" and "extended
364 menu item" concept index entries (Bug#7805).
365
bf3dae7e
EZ
3662011-01-29 Eli Zaretskii <eliz@gnu.org>
367
368 * makefile.w32-in (texinfodir): New variable.
369 (usermanualdir): Remove as redundant with $(emacsdir).
370 (MAKEINFO): Remove options, leave only program name.
371 (MAKEINFO_OPTS): New variable.
372 (texinputdir, $(infodir)/elisp): Use $(MAKEINFO_OPTS).
373
06d8ace5 3742011-01-25 Chong Yidong <cyd@stupidchicken.com>
e6cf7a82
CY
375 Richard Kim <emacs18@gmail.com>
376
377 * loading.texi (Library Search): Document list-load-path-shadows
378 (Bug#7757).
379
06d8ace5 3802011-01-25 Chong Yidong <cyd@stupidchicken.com>
3f066f54
CY
381
382 * searching.texi (Regexp Special): Remove outdated discussion of
383 character sets (Bug#7780).
384
28a88153
CY
385 * frames.texi (Pop-Up Menus): Document where menu title comes
386 from (Bug#7684).
387
06d8ace5 3882011-01-25 Glenn Morris <rgm@gnu.org>
4d265b4d
GM
389
390 * display.texi (Making Buttons): Mention limitation of text buttons.
391
a8e1e9ee
WL
3922011-01-23 Werner Lemberg <wl@gnu.org>
393
394 * Makefile.in (MAKEINFO): Now controlled by `configure'.
395 (MAKEINFO_OPTS): New variable. Use it where appropriate.
396 (ENVADD): New variable to control texi2dvi and texi2pdf.
397
362b9d48
GM
3982011-01-15 Chong Yidong <cyd@stupidchicken.com>
399
400 * files.texi (Directory Names): Move directory-abbrev-alist doc to
401 Emacs manual.
402
4032011-01-15 Eli Zaretskii <eliz@gnu.org>
404
405 * files.texi (Directory Names): Explain why FROM in
406 directory-abbrev-alist should begin with \`. (Bug#7777)
407
3fa173b4
SM
4082011-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
409
410 * loading.texi (Hooks for Loading): Adjust doc of eval-after-load.
411
7c420169 4122011-01-02 Eli Zaretskii <eliz@gnu.org>
2e4ab211
EZ
413
414 * modes.texi (Emulating Mode Line): Fix last change.
415
7c420169 4162011-01-02 Eli Zaretskii <eliz@gnu.org>
287e63bb
EZ
417
418 * modes.texi (Emulating Mode Line): Update documentation of
419 format-mode-line according to changes that fixed bug #7587.
420
80b33766
SM
4212010-12-18 Stefan Monnier <monnier@iro.umontreal.ca>
422
423 * modes.texi (Derived Modes): Mention prog-mode.
424
425 * keymaps.texi (Simple Menu Items, Extended Menu Items): Remove mention
426 of the key-binding-data cache since we don't use it any more.
427
f49d1f52 4282010-12-13 Eli Zaretskii <eliz@gnu.org>
3c73e30e 429
4bb49a92
EZ
430 * processes.texi (Shell Arguments):
431 * strings.texi (Creating Strings): Don't mention "shell commands";
432 make it explicit that `split-string-and-unquote' and
433 `combine-and-quote-strings' are mainly for working with arguments
434 to call-process and start-process.
435
3c73e30e
EZ
436 * processes.texi (Shell Arguments): Fix documentation of
437 `split-string-and-unquote'. Add indexing. (Bug#7563)
438
f49d1f52 4392010-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
5dcb4c4e
SM
440
441 * modes.texi (Auto-Indentation): New section to document SMIE.
442 (Major Mode Conventions):
443 * text.texi (Mode-Specific Indent): Refer to it.
444
f49d1f52 4452010-12-13 Eli Zaretskii <eliz@gnu.org>
bdef6a77
EZ
446
447 * display.texi (Other Display Specs): Document left-fringe and
448 right-fringe display specs.
449
f49d1f52 4502010-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
769741e3
SM
451
452 * backups.texi (Making Backups):
453 * modes.texi (Example Major Modes): Use recommended coding style.
454 (Major Mode Basics, Derived Modes): Encourge more strongly use of
455 define-derived-mode. Mention completion-at-point-functions.
456
f49d1f52 4572010-12-13 Chong Yidong <cyd@stupidchicken.com>
3e99b825 458
5dcb4c4e
SM
459 * nonascii.texi (Converting Representations):
460 Document byte-to-string.
e1115396 461
ec1b9b17
GM
4622010-12-08 Glenn Morris <rgm@gnu.org>
463
464 * buffers.texi (Modification Time):
465 verify-visited-file-modtime now defaults to the current buffer.
466
07976ae3 4672010-11-27 Chong Yidong <cyd@stupidchicken.com>
3e99b825 468
ec1b9b17 469 * nonascii.texi (Converting Representations): Document byte-to-string.
3e99b825
CY
470
471 * strings.texi (Creating Strings): Don't mention semi-obsolete
472 function char-to-string.
473 (String Conversion): Shorten discussion of semi-obsolete function
474 string-to-char. Link to Converting Representations.
475
476 * objects.texi (Symbol Type):
477 * text.texi (Near Point):
478 * help.texi (Help Functions):
479 * functions.texi (Mapping Functions): Use string instead of
480 char-to-string in examples.
481
07976ae3 4822010-11-27 Chong Yidong <cyd@stupidchicken.com>
ec8a6295
CY
483
484 * text.texi (Kill Functions, Kill Functions)
485 (Low-Level Kill Ring, Low-Level Kill Ring): Remove obsolete
486 YANK-HANDLER args.
487
488 * symbols.texi (Creating Symbols): Using unintern without an
489 obarray arg is now obsolete.
490
491 * numbers.texi (Float Basics): Document float-e and float-pi.
492
493 * variables.texi (Defining Variables): Change "pi" example to
494 "float-pi".
495
8547874a
EZ
4962010-11-26 Eli Zaretskii <eliz@gnu.org>
497
498 * commands.texi (Click Events): Document the values of X, Y and
499 COL, ROW in the event's position, when the click is on the header
500 or mode line, on the fringes, or in the margins.
501
4a47c275 5022010-11-17 Eli Zaretskii <eliz@gnu.org>
c7926fe2 503
5b05d75b
EZ
504 * customize.texi (Composite Types): Lower-case index entry.
505
5dcb4c4e
SM
506 * loading.texi (How Programs Do Loading):
507 Document load-file-name. (Bug#7346)
c7926fe2 508
4a47c275 5092010-11-17 Glenn Morris <rgm@gnu.org>
cde08ac9
GM
510
511 * text.texi (Kill Functions, Low-Level Kill Ring): Small fixes.
512
0eb025fb
EZ
5132010-11-13 Eli Zaretskii <eliz@gnu.org>
514
515 * display.texi (Usual Display): Characters with no fonts are not
516 necessarily displayed as empty boxes.
517
2699a554 5182010-10-31 Glenn Morris <rgm@gnu.org>
aab705a2
GM
519
520 * maps.texi (Standard Keymaps): Update File menu description.
521
8289f37b
GM
5222010-10-28 Glenn Morris <rgm@gnu.org>
523
524 * Makefile.in (elisp.dvi, elisp.pdf): Also include $emacsdir.
525
5793a7bc 5262010-10-24 Eli Zaretskii <eliz@gnu.org>
89baa1df
EZ
527
528 * display.texi (Window Systems): Deprecate use of window-system as
529 a predicate.
530
17284e30
GM
5312010-10-23 Glenn Morris <rgm@gnu.org>
532
533 * help.texi (Documentation Basics): Remove mentions of digest-doc and
534 sorted-doc.
535
00f113eb
JB
5362010-10-15 Eli Zaretskii <eliz@gnu.org>
537
538 * os.texi (Dynamic Libraries): New node, with slightly modified
539 text deleted from "Image Formats".
540 (System Interface): Add @menu entry for "Dynamic Libraries".
541
542 * display.texi (Image Formats): Remove description of
543 image-library-alist. (Renamed in 2010-10-13T14:50:06Z!lekktu@gmail.com.)
544
07277eb8
GM
5452010-10-12 Glenn Morris <rgm@gnu.org>
546
547 * book-spine.texinfo: Rename to book-spine.texi.
548
c12e4a81
GM
5492010-10-11 Glenn Morris <rgm@gnu.org>
550
df187c62
GM
551 * Makefile.in (MAKEINFO): Add explicit -I$srcdir.
552
c12e4a81 553 * Makefile.in (DVIPS): New variable.
234db610
GM
554 (.PHONY): Add html, ps.
555 (html, elisp.html, ps, elisp.ps): New targets.
556 (clean): Delete html, ps files.
557 ($(infodir)/elisp): Remove unnecessary includes.
c12e4a81 558
6513b232
EZ
5592010-10-09 Eli Zaretskii <eliz@gnu.org>
560
561 * makefile.w32-in (emacsdir): New variable.
562 (srcs): Add emacsver.texi.
563 ($(infodir)/elisp, elisp.dvi): Add -I$(emacsdir).
564
abd40fb4
GM
5652010-10-09 Glenn Morris <rgm@gnu.org>
566
c1dc72b3
GM
567 * Makefile.in (VPATH): Remove.
568 (infodir): Make it absolute.
569 (mkinfodir, $(infodir)/elisp, infoclean): No need to cd $srcdir.
570
4393405b
GM
571 * Makefile.in (dist): Anchor regexps.
572
eef3ab94
GM
573 * Makefile.in (srcs): Put elisp.texi first.
574 ($(infodir)/elisp, elisp.dvi, elisp.pdf): Use $<.
575
aa9db089
GM
576 * Makefile.in (infoclean): Remove harmless, long-standing error.
577
abd40fb4
GM
578 * Makefile.in ($(infodir)): Delete rule.
579 (mkinfodir): New.
580 ($(infodir)/elisp): Use $mkinfodir instead of infodir.
581
68db69ed 582 * Makefile.in (dist): Remove reference to emacsver.texi.in.
208deadc 583 Also copy emacsver.texi, and edit $emacsdir.
68db69ed 584
ea274122
GM
5852010-10-09 Glenn Morris <rgm@gnu.org>
586
f7a31f11
GM
587 * Makefile.in (emacsdir): New variable.
588 (MAKEINFO): Add -I $emacsdir.
589 (dist): Copy emacsver.texi.
b13254e7
GM
590 (srcs): Add emacsver.texi.
591
f7a31f11
GM
592 * book-spine.texinfo, elisp.texi, vol2.texi, vol1.texi:
593 Set EMACSVER by including emacsver.texi.
594
ea274122
GM
595 * Makefile.in (.PHONY): Declare info, dvi, pdf, dist.
596
17ca7950
GM
5972010-10-07 Glenn Morris <rgm@gnu.org>
598
599 * Makefile.in (version): New, set by configure.
600 (clean): Delete dist tar file.
601 (dist): Use version in tar name.
602
4c83f6e1
GM
6032010-10-06 Glenn Morris <rgm@gnu.org>
604
605 * Makefile.in: Rearrange to more closely resemble doc/emacs/Makefile.
606 (INSTALL_INFO): Remove unused variable.
607 (mostlyclean, infoclean, dist): New rules.
608 (clean): Delete dvi and pdf files.
609 (maintainer-clean): Remove elisp.oaux, use infoclean.
8a944cea 610 ($(infodir)): Add parallel build workaround.
4c83f6e1 611
0264072d
GM
6122010-10-04 Glenn Morris <rgm@gnu.org>
613
614 * Makefile.in (dvi, pdf, $(infodir)): New targets.
615 ($(infodir)/elisp): Ensure target directory exists. Use $@.
8cce34d0 616 Fix -I typo.
0264072d
GM
617 (clean): No 'make.out' or 'core' files.
618 (.PHONY): Declare clean rules.
619 (maintainer-clean): Delete pdf file. Guard against cd failures.
620
77f38949
GM
6212010-10-03 Glenn Morris <rgm@gnu.org>
622
623 * files.texi (File Name Components): Remove ignored section about
624 deleted variable directory-sep-char.
625
178fdd41
MA
6262010-10-03 Michael Albinus <michael.albinus@gmx.de>
627
628 * files.texi (Magic File Names): New defopt
629 remote-file-name-inhibit-cache.
630
9c524fcb
GM
6312010-10-02 Glenn Morris <rgm@gnu.org>
632
633 * os.texi (Killing Emacs): Hook now runs in batch mode.
634
f816790b
SM
6352010-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
636
637 * text.texi (Special Properties): Clarify when modification-hooks run.
638
7cf78aac
SM
6392010-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
640
641 * syntax.texi (Syntax Flags): Document new `c' flag.
642
ca0d44e4
GM
6432010-09-09 Glenn Morris <rgm@gnu.org>
644
645 * display.texi (ImageMagick Images): General cleanup.
646
10999305 6472010-09-06 Alexander Klimov <alserkli@inbox.ru> (tiny change)
3fa0dc8f
AK
648
649 * files.texi (Directory Names): Use \` rather than ^.
650
45240125
JD
6512010-09-02 Jan Djärv <jan.h.d@swipnet.se>
652
653 * text.texi (Low-Level Kill Ring):
654 * frames.texi (Window System Selections): Remove cut buffer
655 documentation.
656
4abe5bf6
EZ
6572010-08-28 Eli Zaretskii <eliz@gnu.org>
658
659 * display.texi (Fringe Size/Pos): Add a cross-reference to "Layout
660 Parameters", where the default fringe width is described.
661
662 * frames.texi (Window Frame Parameters, Basic Parameters)
663 (Position Parameters, Layout Parameters, Management Parameters)
664 (Cursor Parameters, Font and Color Parameters): Add indexing for
665 frame parameters. (Bug#6929)
666
fdc76236
TT
6672010-08-25 Tom Tromey <tromey@redhat.com>
668
669 * vol2.texi (Top): Update.
670 * vol1.texi (Top): Update.
671 * tips.texi (Library Headers): Mention Package-Version and
672 Package-Requires.
673 * package.texi: New file.
674 * os.texi (System Interface): Update pointers.
675 * elisp.texi (Top): Link to new nodes. Include package.texi.
676 * anti.texi (Antinews): Update pointers.
677
1e5c1c80
EZ
6782010-08-25 Eli Zaretskii <eliz@gnu.org>
679
680 * processes.texi (Filter Functions): Fix last change.
681
78e33835
CY
6822010-08-24 Markus Triska <triska@gmx.at>
683
684 * processes.texi (Filter Functions): Use `buffer-live-p' instead
685 of `buffer-name' in the main text as well as in the example
686 (Bug#3098).
687
198a7a97
CY
6882010-08-22 Chong Yidong <cyd@stupidchicken.com>
689
690 * nonascii.texi (Text Representations):
691 * loading.texi (Loading Non-ASCII):
692 * compile.texi (Byte Compilation): Don't mention obsolete
693 --unibyte command-line argument.
694
bc7d7ea6
CY
6952010-08-22 Chong Yidong <cyd@stupidchicken.com>
696
697 * modes.texi (Defining Minor Modes): Doc fix (Bug#6880).
698
b0126eac 6992010-08-22 Chong Yidong <cyd@stupidchicken.com>
96b1842d
CY
700
701 * objects.texi (Bool-Vector Type): Minor definition tweak (Bug#6878).
702
e8a6cc19
EZ
7032010-08-20 Eli Zaretskii <eliz@gnu.org>
704
705 * commands.texi (Misc Events): Add cross-references to where
706 POSITION of a mouse event is described in detail.
707
7815fe19 7082010-08-08 Christoph <cschol2112@googlemail.com>
ee301a7a
SM
709
710 * control.texi (Handling Errors) <error-message-string>: Fix arg name.
711
7815fe19 7122010-08-08 Juanma Barranquero <lekktu@gmail.com>
e8bf5266
JB
713
714 * modes.texi (Defining Minor Modes): Use C-backspace, not C-delete.
715 Suggested by Štěpán Němec <stepnem@gmail.com>.
716
7815fe19 7172010-08-08 Juanma Barranquero <lekktu@gmail.com>
b4f588fa
JB
718
719 * minibuf.texi (High-Level Completion): Document args of
720 `read-buffer-function' (bug#5625).
721
8b2dd508
JD
7222010-07-29 Jan Djärv <jan.h.d@swipnet.se>
723
724 * frames.texi (Layout Parameters): Add doc for tool-bar-position.
725
bace45fe
MA
7262010-07-29 Michael Albinus <michael.albinus@gmx.de>
727
728 * processes.texi (Process Information): Explain process property
729 `remote-tty'.
730
4ce5a4cc
JB
7312010-07-27 Juanma Barranquero <lekktu@gmail.com>
732
733 * modes.texi (Defining Minor Modes): Use C-delete in examples,
734 instead of "\C-\^?" (bug#6334).
735
1c84bc7a
JB
736 * text.texi (Special Properties): Fix typo.
737
b88746ba
EZ
7382010-07-09 Eli Zaretskii <eliz@gnu.org>
739
740 * internals.texi (Writing Emacs Primitives): Adapt to ANSI C
741 calling sequences, which are now the standard.
742
51422d6d
CY
7432010-06-24 Chong Yidong <cyd@stupidchicken.com>
744
745 * text.texi (Undo): Clarify command loop behavior (Bug#2433).
746
747 * commands.texi (Command Overview): Mention undo-boundary call.
748
d24880de
GM
7492010-06-23 Glenn Morris <rgm@gnu.org>
750
751 * abbrevs.texi, commands.texi, compile.texi, debugging.texi:
752 * display.texi, edebug.texi, elisp.texi, eval.texi, files.texi:
753 * frames.texi, functions.texi, internals.texi, keymaps.texi:
754 * loading.texi, minibuf.texi, numbers.texi, os.texi, processes.texi:
755 * searching.texi, sequences.texi, strings.texi, syntax.texi:
756 * text.texi, tips.texi, vol1.texi, vol2.texi, windows.texi:
757 Untabify Texinfo files.
758
0fc76035
CY
7592010-06-20 Chong Yidong <cyd@stupidchicken.com>
760
761 * modes.texi (Minor Mode Conventions): Fix typo (Bug#6477).
762
5338dc0b
CY
7632010-06-19 Chong Yidong <cyd@stupidchicken.com>
764
a628ad9d 765 * errors.texi (Standard Errors): Remove unnecessary markup (Bug#6461).
5338dc0b 766
2c3a3c1d
CY
7672010-06-02 Chong Yidong <cyd@stupidchicken.com>
768
ba3bf1d9
CY
769 * searching.texi (Regexp Special): Remove obsolete information
770 about matching non-ASCII characters, and suggest using char
771 classes (Bug#6283).
2c3a3c1d 772
7f4b4249
JB
7732010-05-30 Juanma Barranquero <lekktu@gmail.com>
774
775 * minibuf.texi (Basic Completion): Add missing "@end defun".
776
637821cd
SM
7772010-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
778
779 * minibuf.texi (Basic Completion): Document completion-boundaries.
780 (Programmed Completion): Document the new fourth method for boundaries.
781
e13051c3
CY
7822010-05-22 Chong Yidong <cyd@stupidchicken.com>
783
a628ad9d 784 * display.texi (Image Cache): Update documentation about image caching.
e13051c3 785
0235128c 7862010-05-08 Štěpán Němec <stepnem@gmail.com> (tiny change)
da0bbbc4
CY
787
788 * windows.texi (Textual Scrolling):
789 * tips.texi (Coding Conventions):
790 * minibuf.texi (Minibuffer History):
791 * maps.texi (Standard Keymaps):
792 * loading.texi (Where Defined):
793 * edebug.texi (Instrumenting): Fix typos.
794
0235128c 7952010-05-08 Chong Yidong <cyd@stupidchicken.com>
eb5ed549 796
c7c32279
CY
797 * keymaps.texi (Menu Bar): Document :advertised-binding property.
798
0235128c
SM
799 * functions.texi (Obsolete Functions):
800 Document set-advertised-calling-convention.
eb5ed549
CY
801
802 * minibuf.texi (Basic Completion): Document completion-in-region.
803 (Programmed Completion): Document completion-annotate-function.
804
805 * commands.texi (Reading One Event): Document read-key.
806 (Distinguish Interactive): Document KIND arg to
807 called-interactively-p. Delete obsolete interactive-p.
808
809 * elisp.texi (Top): Update node description.
810
f8848423
EZ
8112010-05-08 Eli Zaretskii <eliz@gnu.org>
812
0235128c
SM
813 * nonascii.texi (Character Properties):
814 Document unicode-category-table. Add an index entry for Unicode
815 general category.
816
8172010-05-07 Chong Yidong <cyd@stupidchicken.com>
818
819 * Version 23.2 released.
f8848423 820
938efb77
JB
8212010-04-20 Juanma Barranquero <lekktu@gmail.com>
822
823 * locals.texi (Standard Buffer-Local Variables):
824 Remove @ignore'd reference to `direction-reversed'.
825
5854c267
JL
8262010-04-14 Juri Linkov <juri@jurta.org>
827
828 Fix @deffn without category.
829
830 * abbrevs.texi (Abbrev Expansion): Replace @deffn with @defun
831 for `abbrev-insert'.
832
833 * buffers.texi (Indirect Buffers): Add category `Command'
834 to @deffn of `clone-indirect-buffer'.
835
836 * windows.texi (Cyclic Window Ordering): Replace @deffn with @defun
837 for `next-window' and `previous-window'. Add category `Command'
838 to @deffn of `pop-to-buffer'.
839
8a14dec7
CY
8402010-04-01 Chong Yidong <cyd@stupidchicken.com>
841
842 * nonascii.texi (Text Representations): Don't mark
843 enable-multibyte-characters as a user option.
844
7a1831cf
EZ
8452010-03-31 Eli Zaretskii <eliz@gnu.org>
846
847 * control.texi (Handling Errors): How to re-throw a signal caught
848 by condition-case.
849
c3863713
CY
8502010-03-26 Chong Yidong <cyd@stupidchicken.com>
851
852 * loading.texi (Hooks for Loading): Document after-load-functions.
853 Copyedits.
854
c333f279
AM
8552010-03-24 Arni Magnusson <arnima@hafro.is> (tiny change)
856
857 * frames.texi (Cursor Parameters): Fix typo. (Bug#5760)
858
e867cb5d 8592010-03-24 Chong Yidong <cyd@stupidchicken.com>
f7704e26
CY
860
861 * processes.texi (Network Processes): Document seqpacket type.
862
605f35cd
DN
8632010-03-20 Dan Nicolaescu <dann@ics.uci.edu>
864
865 * os.texi (System Environment): Do not mention lynxos.
866
288f9fc0
CY
8672010-03-10 Chong Yidong <cyd@stupidchicken.com>
868
869 * Branch for 23.2.
870
eed5c93a
CY
8712010-03-06 Chong Yidong <cyd@stupidchicken.com>
872
873 * objects.texi (Integer Type): Take note of the read syntax
874 exception for numbers that cannot fit in the integer type.
875
1ddd6622
GM
8762010-03-03 Glenn Morris <rgm@gnu.org>
877
878 * numbers.texi (Integer Basics, Bitwise Operations):
879 * objects.texi (Integer Type): Update for integers now being 30-bit.
880
a908c79a
CY
8812010-02-27 Chong Yidong <cyd@stupidchicken.com>
882
883 * display.texi (Low-Level Font): Document :otf font-spec property.
884
cd61af01
SM
8852010-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
886
887 * display.texi (Line Height): Avoid obsolete special default variables
888 like default-major-mode.
889
c02f8fe2
AM
8902010-01-28 Alan Mackenzie <acm@muc.de>
891
892 * display.texi (Auto Faces): Say fontification-functions is called
893 whether or not Font Lock is enabled. Tidy up the wording a bit.
894
d738d18b
CY
8952010-01-17 Chong Yidong <cyd@stupidchicken.com>
896
897 * elisp.texi: Remove duplicate edition information (Bug#5407).
898
4963739e
JB
8992010-01-17 Juanma Barranquero <lekktu@gmail.com>
900
901 * two.el (volume-header-toc-markup): Fix typos in docstring.
902
c57008f6
SM
9032010-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
904
905 Avoid dubious uses of save-excursions.
906 * positions.texi (Excursions): Recommend the use of
907 save-current-buffer if applicable.
908 * text.texi (Clickable Text): Fix the example code which used
909 save-excursion in a naive way which sometimes preserves point and
910 sometimes not.
911 * variables.texi (Creating Buffer-Local):
912 * os.texi (Session Management):
913 * display.texi (GIF Images):
914 * control.texi (Cleanups): Use (save|with)-current-buffer.
915
2f3725cd
EZ
9162010-01-02 Eli Zaretskii <eliz@gnu.org>
917
918 * modes.texi (Example Major Modes): Fix indentation. (Bug#5195)
919
85eeac93
CY
9202010-01-02 Chong Yidong <cyd@stupidchicken.com>
921
922 * nonascii.texi (Text Representations, Character Codes)
923 (Converting Representations, Explicit Encoding)
924 (Translation of Characters): Use hex notation consistently.
925 (Character Sets): Fix map-charset-chars doc (Bug#5197).
926
4801c5fa
CY
9272010-01-01 Chong Yidong <cyd@stupidchicken.com>
928
929 * loading.texi (Where Defined): Make it clearer that these are
930 loaded files (Bug#5068).
931
26e533e2
CY
9322009-12-29 Chong Yidong <cyd@stupidchicken.com>
933
934 * minibuf.texi (Completion Styles): Document `initials' style.
935
16d1ff5f
CY
9362009-12-25 Chong Yidong <cyd@stupidchicken.com>
937
938 * frames.texi (Resources): Describe inhibit-x-resources.
939 (Size Parameters): Copyedit.
940
941 * hash.texi (Creating Hash):
942 * objects.texi (Hash Table Type): Document the new hash table
943 printed representation.
944
945 * minibuf.texi (Basic Completion): 4th arg to all-completions is
946 obsolete.
947
5dcb4c4e
SM
948 * processes.texi (Process Buffers):
949 Document process-kill-buffer-query-function.
16d1ff5f 950
9a5de3d9
GM
9512009-12-05 Glenn Morris <rgm@gnu.org>
952
953 * hooks.texi (Standard Hooks): Remove diary-display-hook, replaced by
954 diary-display-function, and no longer recommended to be a hook.
955 Update for changes in the names of calendar and diary hooks.
956 diary-print-entries-hook has changed section.
957
b640eb52
EZ
9582009-11-28 Eli Zaretskii <eliz@gnu.org>
959
960 * text.texi (Special Properties): More accurate description of
961 what the `cursor' property does.
962
be1674ab
KR
9632009-11-26 Kevin Ryde <user42@zip.com.au>
964
965 * commands.texi (Misc Events): vindex mouse-wheel-up-event and
966 mouse-wheel-down-event, the closest thing to a definition for them.
967 * os.texi (Startup Summary): vindex inhibit-startup-message and
968 inhibit-splash-screen.
969 (Command-Line Arguments): vindex argv.
970 (Suspending Emacs): vindex suspend-tty-functions and
971 resume-tty-functions. Don't want to index every hook, but having
972 the programming ones is helpful.
973
603f5979
CY
9742009-11-14 Chong Yidong <cyd@stupidchicken.com>
975
976 * commands.texi (Motion Events): Fix typo (Bug#4907).
977
4359a806
CY
9782009-11-08 Chong Yidong <cyd@stupidchicken.com>
979
980 * searching.texi (Char Classes): Note that [:upper:] and [:lower:]
981 are affected by case-fold-search (Bug#4483).
982
0f063651
CY
9832009-11-02 Chong Yidong <cyd@stupidchicken.com>
984
985 * minibuf.texi (Reading File Names): Note that read-file-name may
986 use a graphical file dialog.
987
9bd79893
GM
9882009-10-31 Glenn Morris <rgm@gnu.org>
989
990 * nonascii.texi (User-Chosen Coding Systems): Minor reword. (Bug#4817)
991
ebe479ec
KR
9922009-10-16 Kevin Ryde <user42@zip.com.au>
993
994 * files.texi (Magic File Names): Add @vindex file-name-handler-alist,
995 in particular so `info-lookup-symbol' can find its docs.
996
2640fa86
CY
9972009-10-16 Chong Yidong <cyd@stupidchicken.com>
998
999 * variables.texi (Constant Variables): Distinguish from defconst
1000 variables.
1001 (Defining Variables): Add cindex.
1002
edd6a733
CY
10032009-10-15 Chong Yidong <cyd@stupidchicken.com>
1004
1005 * os.texi (Time of Day): Clarify that the microsecond part is
1006 ignored (Bug#4637).
1007
5feb0b73
GM
10082009-10-11 Glenn Morris <rgm@gnu.org>
1009
1010 * frames.texi (Size and Position): Clarify what is included in the frame
1011 height. (Bug#4535)
1012
0c5413c8
GM
10132009-10-10 Glenn Morris <rgm@gnu.org>
1014
1015 * windows.texi (Size of Window): The relationship between window and
1016 frame heights is not so simple. (Bug#4535)
1017 Mention window-full-height-p.
1018
7f8b600a
SM
10192009-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
1020
1021 * positions.texi (Text Lines): Remove goto-line, since it shouldn't be
1022 used from Lisp.
1023
6185de1c
EZ
10242009-10-07 Eli Zaretskii <eliz@gnu.org>
1025
7f8b600a
SM
1026 * files.texi (Directory Names) <abbreviate-file-name>:
1027 Document that root home directories are not replaced with "~".
6185de1c 1028
9972911f
EZ
10292009-10-06 Eli Zaretskii <eliz@gnu.org>
1030
1031 * text.texi (Special Properties): Document the meaning of the
1032 `cursor' text property whose value is an integer.
1033
2a3f19ef
MA
10342009-10-05 Michael Albinus <michael.albinus@gmx.de>
1035
1036 * files.texi (Magic File Names): Add `copy-directory'.
1037
804543b5
EZ
10382009-10-05 Eli Zaretskii <eliz@gnu.org>
1039
1040 * files.texi (File Attributes): Fix description of file
1041 attributes. (Bug#4638) Update attributes of files.texi example to
1042 be more representative.
1043
461bf92b
MA
10442009-10-05 Michael Albinus <michael.albinus@gmx.de>
1045
1046 * files.texi (Create/Delete Dirs): New command copy-directory.
1047
a86cd395
JB
10482009-10-04 Juanma Barranquero <lekktu@gmail.com>
1049
1050 * anti.texi (Antinews):
1051 * macros.texi (Indenting Macros):
1052 * strings.texi (Creating Strings, Case Conversion):
1053 Remove duplicate words.
1054
d3080264
MA
10552009-10-01 Michael Albinus <michael.albinus@gmx.de>
1056
1057 * files.texi (Create/Delete Dirs): delete-directory has an
1058 optional parameter RECURSIVE.
1059
85d14563
SM
10602009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
1061
1062 * buffers.texi (Swapping Text): Minor clarification.
1063
3d9842c6
GM
10642009-10-01 Glenn Morris <rgm@gnu.org>
1065
1066 * functions.texi (Declaring Functions): Mention that we also search for
1067 ".m" files in the src/ directory.
1068
78427304
CY
10692009-09-25 David Engster <deng@randomsample.de>
1070
3d9842c6 1071 * display.texi (Managing Overlays): Document copy-overlay (Bug#4549).
78427304 1072
b578c9cc
GM
10732009-09-22 Glenn Morris <rgm@gnu.org>
1074
1075 * internals.texi (Building Emacs): Mention preloaded-file-list.
1076
beee5da7
AM
10772009-09-14 Alan Mackenzie <acm@muc.de>
1078
1079 * os.texi (Terminal Output): Put "@code{}" around "stdout".
1080
5d6ab672
CY
10812009-09-13 Chong Yidong <cyd@stupidchicken.com>
1082
1083 * functions.texi (Anonymous Functions): Rearrange discussion,
1084 giving usage of unquoted lambda forms first. Mention that
1085 `function' and `#'' are no longer required (Bug#4290).
1086
59375eeb
AM
10872009-09-11 Alan Mackenzie <acm@muc.de>
1088
a86cd395 1089 * os.texi (Terminal Output): Document `send-string-to-terminal' in
59375eeb
AM
1090 batch mode.
1091
e7e2f529
GM
10922009-09-01 Glenn Morris <rgm@gnu.org>
1093
1094 * display.texi (Face Functions): Mention define-obsolete-face-alias.
1095
eae47088
GM
10962009-08-26 Ulrich Mueller <ulm@gentoo.org>
1097
1098 * nonascii.texi (Character Codes): Fix typos.
1099
3691a0a6
MA
11002009-08-25 Michael Albinus <michael.albinus@gmx.de>
1101
1102 * processes.texi (Synchronous Processes): New defvar
1103 process-file-side-effects.
1104
664d56b8
GM
11052009-08-25 Glenn Morris <rgm@gnu.org>
1106
1107 * display.texi (Fontsets): Fix typo.
1108
0706c025
GM
1109 * files.texi (Format Conversion Round-Trip): Mention nil regexp.
1110
03a74b84
SM
11112009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
1112
1113 * processes.texi (Asynchronous Processes): Adjust arglist of
1114 start-process-shell-command and start-file-process-shell-command.
1115
f6de8a37
CY
11162009-08-15 Chong Yidong <cyd@stupidchicken.com>
1117
4b1ed1bb
CY
1118 * advice.texi (Argument Access in Advice): Note that argument
1119 positions are zero-based (Bug#3932).
1120
89a9e058
CY
1121 * commands.texi (Distinguish Interactive): Minor copyedit.
1122
23696fd7
CY
1123 * display.texi (Face Attributes): Add xref to Displaying Faces for
1124 explanation of "underlying face".
1125
f6de8a37
CY
1126 * customize.texi (Common Keywords): Add xref to Loading.
1127
1128 * loading.texi (How Programs Do Loading): Add xref to Lisp
1129 Libraries node in the Emacs manual.
1130
417f77e6
CY
11312009-08-13 Chong Yidong <cyd@stupidchicken.com>
1132
1133 * objects.texi (Meta-Char Syntax): Add xref to Strings of Events.
1134
0999039c
CY
11352009-07-18 Chong Yidong <cyd@stupidchicken.com>
1136
1137 * processes.texi (Shell Arguments): Copyedits.
1138
9af167bc
GM
11392009-07-18 Glenn Morris <rgm@gnu.org>
1140
1141 * loading.texi (Repeated Loading): Fix typo.
1142
137987ab
RS
11432009-07-16 Richard Stallman <rms@gnu.org>
1144
1145 * buffers.texi (Swapping Text): Recommend setting
1146 write-region-annotate-functions and buffer-saved-size.
1147
1148 * backups.texi (Auto-Saving): Document buffer-saved-size = -2.
1149
622fa380
GM
11502009-07-15 Glenn Morris <rgm@gnu.org>
1151
1152 * edebug.texi: Minor re-phrasings throughout.
1153 (Edebug Execution Modes): Sit-for affects continue mode too.
1154 (Jumping): Use `forward-sexp' rather than its keybinding.
1155 (Edebug Misc): Fix Q binding.
1156 (Edebug Eval): Remove cl version.
1157 (Printing in Edebug): Clarify print-length etc.
1158 (Instrumenting Macro Calls): Defopt edebug-eval-macro-args.
1159 (Specification List): Remove edebug-unwrap findex entry.
1160 (Specification Examples): defmacro is actually not the same as defun.
1161 Escape "`" in example.
1162
6bbd4600
CY
11632009-07-15 Chong Yidong <cyd@stupidchicken.com>
1164
1165 * markers.texi (The Mark): Document optional arg to
1166 deactivate-mark.
1167
e538d479
GM
11682009-07-11 Kevin Ryde <user42@zip.com.au>
1169
1170 * hooks.texi (Standard Hooks): Fix cross-references.
1171
4c98b9ed
GM
1172 * loading.texi (Named Features): Refer to eval-after-load.
1173
5300838c
GM
11742009-07-11 Glenn Morris <rgm@gnu.org>
1175
64fbeb16
GM
1176 * Makefile.in (TEXI2PDF): New.
1177 (elisp.pdf): New target.
1178
4c98b9ed
GM
1179 * searching.texi (Regexp Backslash): Fix typo.
1180
1181 * elisp.texi (Top): Display copyright notice at start of non-TeX.
5300838c 1182
51d9979c
GM
11832009-07-10 Glenn Morris <rgm@gnu.org>
1184
561c0216
GM
1185 * elisp.texi, vol1.texi, vol2.texi: Update @detailmenu.
1186
5b594a58
GM
1187 * customize.texi (Customization Types):
1188 * display.texi (Abstract Display):
0cc8c85a 1189 * objects.texi (Character Type, String Type):
5b594a58 1190 Merge in some menu descriptions from elisp.texi.
51d9979c 1191
c3cbbb40
GM
1192 * hash.texi (Hash Tables):
1193 * modes.texi (Multiline Font Lock):
1194 End menu description with period.
fe42c16a 1195
28528402
GM
11962009-07-09 Glenn Morris <rgm@gnu.org>
1197
1198 * back.texi: Don't hard-code texinfo location.
1199
1200 * two-volume.make (texinfodir): New, with location of texinfo.tex.
1201 (tex): Add texinfodir to TEXINPUTS.
1202 (elisp1med-init, elisp2med-init): Use texinfodir.
1203
1204 * Makefile.in (texinfodir): Rename from usermanualdir, and update.
1205 (clean): Add two-volume.make intermediate files.
1206
1207 * elisp.texi, vol1.texi, vol2.texi:
1208 Use a DATE variable with the publication date, and update it.
1209 Fix antinews menu description.
1210
1211 * vol1.texi, vol2.texi: Update VERSION to match elisp.texi.
1212 Update the detailed node listing to match elisp.texi.
1213
1214 * README: Update edition to match elisp.texi.
1215
1216 * objects.texi (General Escape Syntax):
1217 * nonascii.texi (Character Sets):
1218 Use consistent case for "Unicode Standard".
1219
1220 * anti.texi (Antinews):
1221 * customize.texi (Variable Definitions):
1222 * functions.texi (Declaring Functions):
1223 * nonascii.texi (Character Properties):
1224 * processes.texi (Serial Ports):
1225 * text.texi (Special Properties):
1226 * tips.texi (Coding Conventions):
1227 Minor rearrangements to improve TeX line-filling.
1228
1229 * commands.texi (Using Interactive): Fix cross-reference.
1230
17db8e10
JD
12312009-07-01 Jan Djärv <jan.h.d@swipnet.se>
1232
1233 * frames.texi (Management Parameters): Mention sticky.
1234
77c7e2e1
AS
12352009-07-01 Andreas Schwab <aschwab@redhat.com>
1236
1237 * help.texi (Help Functions): Fix description of help-buffer and
1238 help-setup-xref to use @defun instead of @deffn.
1239
3f1c6666
JD
12402009-07-01 Jan Djärv <jan.h.d@swipnet.se>
1241
1242 * frames.texi (Size Parameters): Mention maximized for fullscreen.
1243
ca27c21b
CY
12442009-06-24 Chong Yidong <cyd@stupidchicken.com>
1245
1246 * display.texi (Window Systems): Add ns to the list.
1247
70243478
CY
12482009-06-21 Chong Yidong <cyd@stupidchicken.com>
1249
1250 * Branch for 23.1.
1251
df006536
MR
12522009-06-17 Martin Rudalics <rudalics@gmx.at>
1253
1254 * windows.texi (Dedicated Windows): Fix typo.
1255 (Resizing Windows): Replace @defun by @deffn.
1256
d259fc4b
GM
12572009-06-17 Glenn Morris <rgm@gnu.org>
1258
1259 * variables.texi (Directory Local Variables):
1260 Update for 2009-04-11 name-change of dir-locals-directory-alist.
1261
30781db6
KH
12622009-06-09 Kenichi Handa <handa@m17n.org>
1263
1264 * nonascii.texi (Character Sets): State clearly that FROM and TO
1265 are codepoints of CHARSET.
1266
62e8099c
CY
12672009-06-07 Chong Yidong <cyd@stupidchicken.com>
1268
1269 * minibuf.texi (Reading File Names): Fix introductory text.
1270 Suggested by stan@derbycityprints.com.
1271 (High-Level Completion): Fix typo.
1272
ee1b1917
CY
12732009-05-28 Chong Yidong <cyd@stupidchicken.com>
1274
1275 * frames.texi (Text Terminal Colors): Multi-tty is already
1276 implemented, but tty-local colors are not.
1277
5df647e8
CY
12782009-05-27 Chong Yidong <cyd@stupidchicken.com>
1279
1280 * hooks.texi (Standard Hooks): Remove mention of obsolete
1281 redisplay-end-trigger-functions.
1282
1283 * internals.texi (Window Internals): Remove mention of obsolete
1284 redisplay-end-trigger-functions.
1285
01f17ae2
MR
12862009-05-21 Martin Rudalics <rudalics@gmx.at>
1287
1288 * abbrevs.texi (Abbrev Mode): abbrev-mode is an option.
1289
1290 * backups.texi (Making Backups): backup-directory-alist and
1291 make-backup-file-name-function are options.
1292 (Auto-Saving): auto-save-list-file-prefix is an option.
1293
1294 * buffers.texi (Killing Buffers): buffer-offer-save is an
1295 option.
1296
1297 * display.texi (Refresh Screen): no-redraw-on-reenter is an
1298 option.
1299 (Echo Area Customization): echo-keystrokes is an option.
1300 (Selective Display): selective-display-ellipses is an option.
1301 (Temporary Displays): temp-buffer-show-function is an option.
1302 (Face Attributes): underline-minimum-offset and x-bitmap-file-path
1303 are options.
1304 (Font Selection): face-font-family-alternatives,
1305 face-font-selection-order, face-font-registry-alternatives, and
1306 scalable-fonts-allowed are options.
1307 (Fringe Indicators): indicate-buffer-boundaries is an option.
1308 (Fringe Cursors): overflow-newline-into-fringe is an option.
1309 (Scroll Bars): scroll-bar-mode is an option.
1310
1311 * eval.texi (Eval): max-lisp-eval-depth is an option.
1312
1313 * files.texi (Visiting Functions): find-file-hook is an option.
1314 (Directory Names): directory-abbrev-alist is an option.
1315 (Unique File Names): temporary-file-directory and
1316 small-temporary-file-directory are options.
1317
1318 * frames.texi (Initial Parameters): initial-frame-alist,
1319 minibuffer-frame-alist and default-frame-alist are options.
1320 (Cursor Parameters): blink-cursor-alist and
1321 cursor-in-non-selected-windows ar options.
1322 (Window System Selections): selection-coding-system is an
1323 option.
1324 (Display Feature Testing): display-mm-dimensions-alist is an
1325 option.
1326
1327 * help.texi (Help Functions): help-char and help-event-list are
1328 options.
1329
1330 * keymaps.texi (Functions for Key Lookup): meta-prefix-char is
1331 an option.
1332
1333 * minibuf.texi (Minibuffer History): history-length and
1334 history-delete-duplicates are options.
1335 (High-Level Completion): read-buffer-function and
1336 read-buffer-completion-ignore-case are options.
1337 (Reading File Names): read-file-name-completion-ignore-case is
1338 an option.
1339
1340 * modes.texi (Mode Line Top): mode-line-format is an option.
1341 (Mode Line Variables): mode-line-position and mode-line-modes
1342 are options.
1343
1344 * nonascii.texi (Text Representations):
1345 enable-multibyte-characters is an option.
1346 (Default Coding Systems): auto-coding-regexp-alist,
1347 file-coding-system-alist, auto-coding-alist and
1348 auto-coding-functions are options.
1349 (Specifying Coding Systems): inhibit-eol-conversion is an
1350 option.
1351
1352 * os.texi (Init File): site-run-file is an option.
1353 (System Environment): mail-host-address is an option.
1354 (User Identification): user-mail-address is an option.
1355 (Terminal Output): baud-rate is an option.
1356
1357 * positions.texi (Word Motion): words-include-escapes is an
1358 option.
1359
1360 * searching.texi (Standard Regexps): page-delimiter,
1361 paragraph-separate, paragraph-separate and sentence-end are
1362 options.
1363
1364 * text.texi (Margins): left-margin and fill-nobreak-predicate
1365 are options.
1366
1367 * variables.texi (Local Variables): max-specpdl-size is an
1368 option.
1369
1370 * windows.texi (Choosing Window):
1371 split-window-preferred-function, special-display-function and
1372 display-buffer-function are options.
1373
106e6894
CY
13742009-05-20 Chong Yidong <cyd@stupidchicken.com>
1375
4a83454d
CY
1376 Fix errors spotted by Martin Rudalics.
1377
106e6894
CY
1378 * syntax.texi (Position Parse): Document rationale for ignored
1379 arguments to syntax-ppss-flush-cache.
1380
1381 * processes.texi (Input to Processes): Mark PROCESS arg to
1382 process-running-child-p as optional.
1383 (Network Options): Document NO-ERROR arg to
1384 set-network-process-option.
1385
1386 * buffers.texi (Indirect Buffers): Mark clone-indirect-buffer as a
1387 command.
1388
1389 * searching.texi (POSIX Regexps): Mark posix-search-forward and
1390 posix-search-backward as commands.
1391
1392 * os.texi (Killing Emacs): Mark kill-emacs as a command.
1393 (Suspending Emacs): Mark suspend-emacs as a command.
1394 (Processor Run Time): Mark emacs-uptime and emacs-init-time as
1395 commands.
5dcb4c4e
SM
1396 (Terminal Output): Remove obsolete function baud-rate.
1397 Document TERMINAL arg for send-string-to-terminal.
106e6894
CY
1398
1399 * nonascii.texi (Terminal I/O Encoding): Document TERMINAL arg for
1400 terminal-coding-system and set-terminal-coding-system.
1401 (Explicit Encoding): Mark DESTINATION arg of decode-coding-region
1402 as optional.
1403 (Character Sets): Document RESTRICTION arg of char-charset.
1404 (Character Codes): Mark POS argument to get-byte as optional.
1405
1406 * minibuf.texi (Minibuffer Misc): Document ARGS arg for
1407 minibuffer-message.
1408
1409 * files.texi (Create/Delete Dirs): Mark make-directory and
1410 delete-directory as commands.
1411
1412 * abbrevs.texi (Abbrev Tables): Fix arglist for make-abbrev-table.
1413
1414 * text.texi (Base 64): Mark base64-decode-string and
1415 base64-encode-string as commands.
1416 (Columns): Mark move-to-column as a command.
1417 (Mode-Specific Indent): Document RIGID arg to
1418 indent-for-tab-command.
1419 (Region Indent): Mark TO-COLUMN arg to indent-region as optional.
1420 Mark indent-code-rigidly as a command.
1421 (Substitution): Mark translate-region as a command.
1422
1423 * frames.texi (Size and Position): Remove obsolete functions
1424 screen-height and screen-width.
1425
04173931
CY
14262009-05-19 Chong Yidong <cyd@stupidchicken.com>
1427
1428 * windows.texi (Cyclic Window Ordering, Cyclic Window Ordering)
1429 (Displaying Buffers, Resizing Windows): Correct mistakes;
1430 next-window, previous-window, and pop-to-buffer are not commands,
1431 and fit-window-to-buffer" is a command. (Pointed out by Martin
1432 Rudalics.)
1433
eae7d8f8
RS
14342009-05-17 Richard M Stallman <rms@gnu.org>
1435
1436 * modes.texi (Precalculated Fontification): Clarify text.
1437
b8766179
MR
14382009-05-17 Martin Rudalics <rudalics@gmx.at>
1439
1440 * windows.texi (Selecting Windows): Clarify descriptions of
1441 with-selected-window and get-lru-window.
1442 (Cyclic Window Ordering): Refer to particular frame when talking
1443 about how splitting affects the ordering.
1444 (Displaying Buffers): Fix descriptions of switch-to-buffer and
1445 switch-to-buffer-other-window. Explain how setting of
1446 display-buffer-reuse-frames affects pop-to-buffer.
1447 (Choosing Window): Clarify some details in descriptions of
1448 display-buffer-reuse-frames, pop-up-frames, and
1449 pop-up-frame-function.
1450 (Dedicated Windows): Clarify some details.
1451 (Textual Scrolling): Replace term vscroll by term vertical
1452 scroll position.
1453 (Vertical Scrolling): Fix typo.
1454 (Window Hooks): Relate text on jit-lock-register to window
1455 scrolling and size changes.
1456
734b5e3b
CY
14572009-05-14 Chong Yidong <cyd@stupidchicken.com>
1458
0a65633e
CY
1459 * frames.texi (Initial Parameters): Clarify what the initial
1460 minibuffer frame is.
05be46d7
CY
1461 (Buffer Parameters): Note that the minibuffer parameter can not be
1462 altered.
0a65633e 1463
734b5e3b
CY
1464 * anti.texi (Antinews): Copyedits. Rearrange some entries.
1465 Document display-buffer changes.
1466
925672cd
CY
14672009-05-13 Chong Yidong <cyd@stupidchicken.com>
1468
17ecd7af
CY
1469 * anti.texi (Antinews): Rewrite for Emacs 22.
1470
925672cd
CY
1471 * abbrevs.texi (Abbrevs): Add xref to Creating Symbols when
1472 obarrays are first mentioned. Define "system abbrev" more
1473 prominently, and add it to the index.
1474 (Abbrev Mode, Abbrev Tables, Defining Abbrevs, Abbrev Properties):
1475 Copyedits.
1476 (Abbrev Expansion): Document abbrev-insert.
1477
80be4dd7
CY
14782009-05-12 Chong Yidong <cyd@stupidchicken.com>
1479
1480 * frames.texi (Font and Color Parameters): Rename from Color
1481 Parameters. Document font-backend parameter.
1482
1483 * vol2.texi (Top): Update node listing.
1484 * vol1.texi (Top): Update node listing.
1485 * elisp.texi (Top): Update node listing.
1486
372a93ac
MR
14872009-05-11 Martin Rudalics <rudalics@gmx.at>
1488
1489 * windows.texi (Choosing Window): Don't explicitly refer to
1490 split-window-sensibly's window argument in descriptions of
1491 split-height-threshold and split-width-threshold.
1492
714c3541
MR
14932009-05-10 Martin Rudalics <rudalics@gmx.at>
1494
1495 * windows.texi (Choosing Window): Fix rewrite of window
1496 splitting section.
1497
0e90e7be
EZ
14982009-05-09 Eli Zaretskii <eliz@gnu.org>
1499
1500 * nonascii.texi (Default Coding Systems): Document
5dcb4c4e
SM
1501 find-auto-coding, set-auto-coding, and auto-coding-alist.
1502 Add indexing.
0e90e7be
EZ
1503 (Lisp and Coding Systems): Add index entries.
1504
d3c0c321
MR
15052009-05-09 Martin Rudalics <rudalics@gmx.at>
1506
1507 * windows.texi (Choosing Window): Describe split-window-sensibly
1508 and rewrite section on window splitting accordingly.
1509 (Textual Scrolling): Replace `...' by @code{...}.
1510
c773345a
CY
15112009-05-04 Chong Yidong <cyd@stupidchicken.com>
1512
ee2d5b5e
CY
1513 * hooks.texi (Standard Hooks): Add abbrev-expand-functions.
1514 Remove obsoleted pre-abbrev-expand-hook.
1515
1516 * locals.texi (Standard Buffer-Local Variables): Consolidate table
1517 entries.
1518
c773345a
CY
1519 * internals.texi (Object Internals): Don't assume 32-bit machines
1520 are the norm.
1521 (Buffer Internals): Consolidate table entries for readability.
ee2d5b5e
CY
1522 (Window Internals): Synch field names to window.h.
1523 (Process Internals): Synch field names to process.h.
c773345a 1524
dd449674
CY
15252009-04-29 Chong Yidong <cyd@stupidchicken.com>
1526
1527 * variables.texi (File Local Variables): Note that read-circle is
1528 bound to nil when reading file-local variables.
1529
1530 * streams.texi (Input Functions): Document read-circle.
1531 (Output Variables): Add xref to Circular Objects.
1532
4f1e25e2
CY
15332009-04-25 Chong Yidong <cyd@stupidchicken.com>
1534
1535 * tips.texi (Coding Conventions): Copyedits. Add xref to Named
1536 Features and Coding System Basics. Node that "p" stands for
1537 "predicate". Recommend utf-8-emacs instead of emacs-mule.
1538 (Key Binding Conventions): Emacs does use S-down-mouse-1, for
1539 mouse-appearance-menu.
1540 (Programming Tips): Add xref to Progress.
1541
dca019f8
CY
15422009-04-22 Chong Yidong <cyd@stupidchicken.com>
1543
5dcb4c4e
SM
1544 * os.texi (Command-Line Arguments):
1545 Document command-line-args-left.
dca019f8
CY
1546 (Suspending Emacs): Adapt text to multi-tty case. Document use of
1547 terminal objects for tty arguments.
1548 (Startup Summary): Add xref to Session Management.
1549 (Session Management): Mention emacs-session-restore. Copyedits.
1550
02a89103
CY
15512009-04-20 Chong Yidong <cyd@stupidchicken.com>
1552
1553 * os.texi (Startup Summary): Copyedits. The init file is not
1554 necessarily named .emacs now. Document initial-buffer-choice and
1555 initial-scratch-message. Note where Emacs exits in batch mode.
1556 Document inhibit-splash-screen as an alias.
1557 (Init File): Be neutral about which init file name to use.
1558
15592009-04-16 Chong Yidong <cyd@stupidchicken.com>
1560
1561 * os.texi (System Interface): Fix Texinfo usage.
1562
0c1cfe01
CY
15632009-04-15 Chong Yidong <cyd@stupidchicken.com>
1564
80d7cdca
CY
1565 * searching.texi (Regexp Backslash): Also refer to shy groups as
1566 non-capturing or unnumbered groups.
1567 (Regexp Functions): Add cross-reference to Regexp Backslash.
1568
0c1cfe01
CY
1569 * display.texi (Truncation): Overlays can use line-prefix and
1570 wrap-prefix too.
1571 (Overlay Properties): Document wrap-prefix and line-prefix.
1572 (Face Attributes): Document underline-minimum-offset.
1573 (Face Remapping): Copyedits.
1574 (Low-Level Font): Copyedits.
1575 (Image Cache): Note that the image cache is shared between frames.
ed8ab760
CY
1576 (Line Height): Emphasize that line-spacing only takes effect on
1577 graphical terminals.
0c1cfe01 1578
c4adeee0
CY
15792009-04-13 Chong Yidong <cyd@stupidchicken.com>
1580
1581 * display.texi (Refresh Screen): Note that a passage about screen
1582 refreshing is text terminal only.
1583 (Forcing Redisplay): Delete misleading comment---sit-for calls
1584 redisplay, not the other way around.
1585 (Truncation): Note new values of truncate-partial-width-windows.
1586 Copyedits.
1587 (Invisible Text): Document invisible-p.
1588
b20ecfa1
EZ
15892009-04-11 Eli Zaretskii <eliz@gnu.org>
1590
1591 * display.texi (Overlays): Overlays don't scale well. See
1592 http://lists.gnu.org/archive/html/emacs-devel/2009-04/msg00243.html.
1593
97d8273f
CY
15942009-04-10 Chong Yidong <cyd@stupidchicken.com>
1595
f147ff75
CY
1596 * syntax.texi (Syntax Table Functions): Document cons cell
1597 argument for modify-syntax-entry.
1598 (Categories): Document cons cell argument for
1599 modify-category-entry.
1600
fca4ec76
CY
1601 * searching.texi (String Search): Document word-search-forward-lax
1602 and word-search-backward-lax.
1603 (Searching and Case): Describe isearch behavior more precisely.
1604
9c283d5b
CY
1605 * keymaps.texi (Tool Bar): Mention that some platforms do not
1606 support multi-line toolbars. Suggested by Stephen Eglen.
1607
1608 * frames.texi (Layout Parameters): Mention that Nextstep also
1609 allows only one tool-bar line. Suggested by Stephen Eglen.
1610
97d8273f
CY
1611 * nonascii.texi (Text Representations): Copyedits.
1612 (Coding System Basics): Also mention utf-8-emacs.
1613 (Converting Representations, Selecting a Representation)
1614 (Scanning Charsets, Translation of Characters, Encoding and I/O):
1615 Copyedits.
1616 (Character Codes): Mention role of codepoints 1114112 to 4194175.
1617
2bad3299
CY
16182009-04-09 Chong Yidong <cyd@stupidchicken.com>
1619
1620 * text.texi (Yank Commands): Note that yank uses push-mark.
5dcb4c4e
SM
1621 (Filling): Clarify REGION argument of fill-paragraph.
1622 Document fill-forward-paragraph-function.
2bad3299
CY
1623 (Special Properties): Remove "new in Emacs 22" declaration.
1624 (Clickable Text): Merge with Links and Mouse-1 node.
1625
5dcb4c4e
SM
1626 * display.texi (Button Properties, Button Buffer Commands):
1627 Change xref to Clickable Text.
2bad3299
CY
1628
1629 * tips.texi (Key Binding Conventions): Change xref to Clickable
1630 Text.
1631
1632 * elisp.texi (Top): Update node listing.
1633
ea30ce4f
CY
16342009-04-05 Chong Yidong <cyd@stupidchicken.com>
1635
47af2f4b
CY
1636 * markers.texi (The Mark): Copyedits. Improve description of
1637 handle-shift-selection.
1638 (The Region): Move use-region-p here from The Mark.
1639
ea30ce4f
CY
1640 * positions.texi (Screen Lines): Document (cols . lines) argument
1641 for vertical-motion.
1642
2aa8ea6e
CY
16432009-04-04 Chong Yidong <cyd@stupidchicken.com>
1644
3ec61d4e
CY
1645 * frames.texi (Frames): Clean up introduction. Document `ns'
1646 return value for framep.
1647 (Creating Frames): Note how the terminal is chosen.
1648 (Multiple Terminals, Multiple Displays): Merge into a single node.
1649 (Color Parameters): Fix typo.
1650
1651 * variables.texi (Local Variables, Buffer-Local Variables)
1652 (Creating Buffer-Local): Change link to Multiple Terminals.
1653
1654 * os.texi (X11 Keysyms): Change link to Multiple Terminals.
1655
1656 * keymaps.texi (Controlling Active Maps): Change link to Multiple
1657 Terminals.
1658
1659 * commands.texi (Command Loop Info, Keyboard Macros): Change link
1660 to Multiple Terminals.
1661
1662 * elisp.texi (Top): Update node listing.
1663 * vol2.texi (Top): Update node listing.
1664 * vol1.texi (Top): Update node listing.
1665
9257072f
CY
1666 * buffers.texi (Current Buffer): Note that the append-to-buffer
1667 example is no longer in synch with the latest code. Tie the two
1668 examples together.
1669
2aa8ea6e
CY
1670 * files.texi (File Attributes): Move note about MS-DOS from
1671 Changing Files to File Attributes.
1672 (Create/Delete Dirs): Note that mkdir is an alias for this.
1673
22e74b17
CY
16742009-04-01 Markus Triska <triska@gmx.at>
1675
1676 * processes.texi (Filter Functions): Suggest how to handle output
1677 batches.
1678
4bbe48ec
CY
16792009-03-30 Chong Yidong <cyd@stupidchicken.com>
1680
1681 * help.texi (Accessing Documentation): Update example to use
1682 help-setup-xref and with-help-window.
1683 (Help Functions): Remove print-help-return-message, which is
1684 semi-obsolete due to with-help-window. Document help-buffer and
1685 help-setup-xref.
1686
b9723f39
CY
16872009-03-29 Chong Yidong <cyd@stupidchicken.com>
1688
5dcb4c4e
SM
1689 * help.texi (Accessing Documentation, Help Functions):
1690 Remove information about long-obsolete Emacs versions.
9eb52e90 1691
b9723f39
CY
1692 * modes.texi (Mode Line Variables): The default values of the mode
1693 line variables are now more complicated.
1694
b0cc32db
CY
16952009-03-28 Chong Yidong <cyd@stupidchicken.com>
1696
3c25a5a9
CY
1697 * modes.texi (Major Mode Conventions): Note that specialness is
1698 inherited.
31c9eebb
CY
1699 (Derived Modes): Note that define-derive-mode sets the mode-class
1700 property.
3c25a5a9 1701
b0cc32db
CY
1702 * keymaps.texi (Prefix Keys): The M-g prefix key is now named
1703 goto-map. Add search-map to the list.
1704
c5e0006d
EZ
17052009-03-27 Eli Zaretskii <eliz@gnu.org>
1706
1213465a
EZ
1707 * os.texi (System Environment): Update the list of system-type
1708 values.
1709
c5e0006d
EZ
1710 * markers.texi (The Mark) <handle-shift-selection>: Update for
1711 removal of the optional argument DEACTIVATE.
1712
48bab3d6
CY
17132009-03-25 Chong Yidong <cyd@stupidchicken.com>
1714
1715 * commands.texi (Focus Events): Most X window managers don't use
1716 focus-follows-mouse nowadays.
1717
6e4ff1b6
CY
17182009-03-24 Chong Yidong <cyd@stupidchicken.com>
1719
1720 * commands.texi (Defining Commands): Clarify introduction.
1721 (Using Interactive): Not that interactive can be put in a symbol
1722 property.
1723 (Interactive Call): Note that a symbol with a non-nil
1724 interactive-form property satisfies commandp.
1725
11625308
JB
17262009-03-23 Juanma Barranquero <lekktu@gmail.com>
1727
1728 * minibuf.texi (Intro to Minibuffers): Fix typos.
1729
7b34420d
CY
17302009-03-23 Chong Yidong <cyd@stupidchicken.com>
1731
1732 * minibuf.texi (Intro to Minibuffers): Remove long-obsolete info
5dcb4c4e
SM
1733 about minibuffers in old Emacs versions. Copyedits.
1734 Emphasize that enable-recursive-minibuffers defaults to nil.
7b34420d
CY
1735 (Text from Minibuffer): Simplify introduction.
1736
f9257eed
AM
17372009-03-22 Alan Mackenzie <acm@muc.de>
1738
1739 * commands.texi (Using Interactive): Clarify string argument to
1740 `interactive' - even promptless elements need \n separators.
1741
f639ba70
CY
17422009-03-18 Chong Yidong <cyd@stupidchicken.com>
1743
1744 * minibuf.texi (Completion Styles): New node.
1745
1746 * elisp.texi (Top): Update node listing.
1747
d897e8ee
CY
17482009-03-17 Chong Yidong <cyd@stupidchicken.com>
1749
1750 * minibuf.texi (Basic Completion): Note that
1751 read-file-name-completion-ignore-case and
1752 read-buffer-completion-ignore-case can override
1753 completion-ignore-case.
1754 (Minibuffer Completion): Document completing-read changes.
1755 (Completion Commands): Avoid mentioning partial completion mode.
1756 Document minibuffer-completion-confirm changes, and
1757 minibuffer-confirm-exit-commands.
1758 (High-Level Completion): Document new require-match behavior for
1759 read-buffer. Document read-buffer-completion-ignore-case.
1760 (Reading File Names): Document new require-match behavior for
1761 read-file-name.
1762
b1f23349
CY
17632009-03-14 Chong Yidong <cyd@stupidchicken.com>
1764
1765 * debugging.texi (Error Debugging): Don't mislead the reader into
1766 thinking that debug-on-error enters debugger for C-f at EOB.
1767 (Error Debugging): Setting debug-on-init within the init file
1768 works, and has for some time.
1769
d6eb4e25
KH
17702009-03-13 Kenichi Handa <handa@m17n.org>
1771
1772 * display.texi (Fontsets): Update the description.
1773
1cf53dc5
CY
17742009-03-13 Chong Yidong <cyd@stupidchicken.com>
1775
1776 * advice.texi (Advising Primitives): Link to What Is a Function.
1777
81f919fc
CY
17782009-03-12 Chong Yidong <cyd@stupidchicken.com>
1779
cf4229eb
CY
1780 * compile.texi (Speed of Byte-Code): Update example.
1781 (Disassembly): Update examples.
1782
81f919fc 1783 * loading.texi (Repeated Loading): Simplify examples.
f2bbc08c
CY
1784
1785 * customize.texi (Common Keywords): It's not necessary to use :tag
1786 to remove hyphens, as custom-unlispify-tag-name does it
1787 automatically.
5dcb4c4e
SM
1788 (Variable Definitions): Link to File Local Variables.
1789 Document customized-value symbol property.
f2bbc08c
CY
1790 (Customization Types): Move menu to end of node.
1791
955964d7
CY
17922009-03-10 Chong Yidong <cyd@stupidchicken.com>
1793
1794 * macros.texi (Compiling Macros): Omit misleading sentence, which
1795 implied that macros can only be used in the same file they are
1796 defined.
1797 (Backquote): Remove obsolete information about Emacs 19.
1798
d25ed7db
GM
17992009-03-05 John Foerch <jjfoerch@earthlink.net> (tiny change)
1800
1801 * display.texi (Display Margins): Fix paren typo.
1802
d55f6ca5
CY
18032009-02-27 Chong Yidong <cyd@stupidchicken.com>
1804
f0e57ed8
CY
1805 * elisp.texi (Top): Update node listing.
1806
1807 * variables.texi (Variables): Clarify introduction.
1808 (Global Variables): Mention that setq is a special form.
1809 (Local Variables): Use active voice.
1810 (Tips for Defining): Mention marking variables as safe.
1811 (Buffer-Local Variables): Mention terminal-local and frame-local
1812 variables together.
1813 (File Local Variables): Copyedits.
1814 (Frame-Local Variables): Note that they are not really useful.
1815 (Future Local Variables): Node deleted.
1816
d55f6ca5
CY
1817 * objects.texi (General Escape Syntax): Update explanation of
1818 unicode escape syntax.
1819
ca8f09a8
CY
18202009-02-23 Chong Yidong <cyd@stupidchicken.com>
1821
1822 * control.texi (Control Structures): Add cindex entry for "textual
1823 order".
1824
1825 * eval.texi (Intro Eval): Copyedits. Standardize on "form"
1826 instead of "expression" throughout.
1827 (Function Indirection): Copyedits. Use active voice.
1828 (Eval): The default value of max-lisp-eval-depth is now 400.
1829
a20878b6
MB
18302009-02-23 Miles Bader <miles@gnu.org>
1831
1832 * processes.texi (System Processes): Rename `system-process-attributes'
1833 to `process-attributes'.
1834
61f66044
CY
18352009-02-22 Chong Yidong <cyd@stupidchicken.com>
1836
1b80d1f3
CY
1837 * symbols.texi (Property Lists): Emphasize that property lists are
1838 not restricted to symbol cells.
1839 (Other Plists): Copyedit.
1840
61f66044
CY
1841 * sequences.texi (Sequences Arrays Vectors): Make introduction
1842 more concise.
1843 (Arrays): Mention char-tables and bool-vectors too.
1844 (Vectors): Don't repeat information given in Arrays node. Link to
1845 nodes that explain the vector usage examples.
1846 (Char-Tables): Note that char-table elements can have arbitrary
1847 type. Explain effect of omitted char-table-extra-slots property.
8a63cf41 1848 Link to Property Lists node.
61f66044 1849
9403944b
CY
18502009-02-22 Chong Yidong <cyd@stupidchicken.com>
1851
1852 * lists.texi (Building Lists): Remove obsolete Emacs 20 usage of
1853 `append'.
4068c7b4 1854 (List Elements): Copyedits.
9403944b
CY
1855
1856 * sequences.texi (Vector Functions): Remove obsolete Emacs 20 use
1857 of `vconcat'.
1858
1859 * strings.texi (Creating Strings): Copyedits. Remove obsolete
1860 Emacs 20 usage of `concat'.
1861 (Case Conversion): Copyedits.
1862
b87a185f
CY
18632009-02-21 Chong Yidong <cyd@stupidchicken.com>
1864
1865 * objects.texi (Lisp Data Types, Syntax for Strings, Buffer Type):
1866 Minor edits.
1867 (Frame Configuration Type): Emphasize that it is not primitive.
1868 (Font Type): New node.
1869 (Type Predicates): Add fontp; type-of now recognizes font object
1870 types.
1871
1872 * intro.texi (Version Info): Update version numbers in examples.
1873 (Acknowledgements): List more contributors.
1874
1875 * elisp.texi: Bump version number to 3.0.
1876 (Top): Link to Font Type node.
1877
867d4bb3
JB
18782009-02-20 Juanma Barranquero <lekktu@gmail.com>
1879
1880 * modes.texi (Major Mode Conventions): Remove duplicate words.
1881 (Customizing Keywords): Fix typo.
1882
77730170
EZ
18832009-02-14 Eli Zaretskii <eliz@gnu.org>
1884
1885 * nonascii.texi (User-Chosen Coding Systems): Document that
1886 select-safe-coding-system suggests raw-text if there are raw bytes
1887 in the region.
1888 (Explicit Encoding): Warn not to use `undecided' when encoding.
1889
c8736212
GM
18902009-02-11 Glenn Morris <rgm@gnu.org>
1891
1892 * frames.texi (Visibility of Frames): Mention the effect multiple
1893 workspaces/desktops can have on visibility.
1894
ab992d66
EZ
18952009-02-07 Eli Zaretskii <eliz@gnu.org>
1896
c8736212
GM
1897 * text.texi (Commands for Insertion):
1898 * commands.texi (Event Mod):
1899 * keymaps.texi (Searching Keymaps):
5dcb4c4e
SM
1900 * nonascii.texi (Translation of Characters):
1901 Reinstate documentation of translation-table-for-input.
7d2a859f
EZ
1902 (Explicit Encoding): Document the `charset' text property produced
1903 by decode-coding-region and decode-coding-string.
ab992d66 1904
e651a255
AM
19052009-01-27 Alan Mackenzie <acm@muc.de>
1906
1907 * modes.texi (Search-based Fontification): Correct a typo.
1908
bc5cde4b
JB
19092009-01-25 Juanma Barranquero <lekktu@gmail.com>
1910
1911 * abbrevs.texi (Abbrev Table Properties): Fix typo.
1912 Reported by Seweryn Kokot <sewkokot@gmail.com>. (Bug#2039)
1913
3533155b
EZ
19142009-01-24 Eli Zaretskii <eliz@gnu.org>
1915
f721deda
EZ
1916 * display.texi (Window Systems): Document the value of
1917 `initial-window-system' under --daemon.
1918
3533155b
EZ
1919 * os.texi (System Environment): Remove description of the
1920 `environment' function which has been deleted.
1921
f79b43b2
DN
19222009-01-22 Dan Nicolaescu <dann@ics.uci.edu>
1923
1924 * frames.texi (Multiple Displays): Remove documentation for
1925 removed function make-frame-on-tty.
1926
e3aa6669
CY
19272009-01-22 Chong Yidong <cyd@stupidchicken.com>
1928
1929 * files.texi (Format Conversion Piecemeal): Clarify behavior of
5dcb4c4e
SM
1930 write-region-annotate-functions.
1931 Document write-region-post-annotation-function.
e3aa6669 1932
fb13a416
CY
19332009-01-19 Chong Yidong <cyd@stupidchicken.com>
1934
1935 * display.texi (Font Lookup): Document WIDTH argument of
1936 x-list-fonts.
1937
02eccf6b
EZ
19382009-01-17 Eli Zaretskii <eliz@gnu.org>
1939
ead3f58d
EZ
1940 * maps.texi (Standard Keymaps): Rename function-key-map to
1941 local-function-key-map.
1942
1943 * keymaps.texi (Translation Keymaps): Rename function-key-map to
1944 local-function-key-map.
1945
1946 * nonascii.texi (Terminal I/O Encoding): `keyboard-coding-system'
1947 and `set-keyboard-coding-system' now accept an optional terminal
1948 argument.
1949
1950 * commands.texi (Event Mod): `keyboard-translate-table' is now
1951 terminal-local.
1952 (Function Keys): Rename function-key-map to
1953 local-function-key-map.
1954
df05a163
EZ
1955 * elisp.texi (Top): Make @detailmenu be consistent with changes in
1956 frames.texi.
1957
0ed8034e 1958 * hooks.texi (Standard Hooks): Document `delete-frame-functions'
490f1197
EZ
1959 `delete-terminal-functions', `suspend-tty-functions' and
1960 `resume-tty-functions'.
0ed8034e
EZ
1961
1962 * frames.texi (Frames): Document `frame-terminal' and
1963 `terminal-live-p'.
1964 (Multiple Displays): Document `make-frame-on-tty'.
1965 (Multiple Terminals): Document `terminal-list', `delete-terminal',
1966 `terminal-name', and `get-device-terminal'.
490f1197
EZ
1967 (Terminal Parameters): Document `terminal-parameters',
1968 `terminal-parameter', and `set-terminal-parameter'.
0ed8034e
EZ
1969
1970 * os.texi (System Environment): Document `environment' and
1971 `initial-environment'.
490f1197
EZ
1972 (Suspending Emacs): Update for multi-tty; document
1973 `suspend-tty', `resume-tty', and `controlling-tty-p'.
0ed8034e 1974
02eccf6b
EZ
1975 * nonascii.texi (Coding System Basics): More accurate description
1976 of `raw-text'.
1977
f19fea97
JB
19782009-01-12 Juanma Barranquero <lekktu@gmail.com>
1979
1980 * display.texi (Low-Level Font): Fix typo.
1981
16fa292f
CY
19822009-01-10 Chong Yidong <cyd@stupidchicken.com>
1983
1984 * elisp.texi (Top): Update node listing.
1985
1986 * display.texi (PostScript Images): Node deleted.
1987
0b4faef3
EZ
19882009-01-10 Eli Zaretskii <eliz@gnu.org>
1989
3355f04d
EZ
1990 * processes.texi (Decoding Output): Document that null bytes force
1991 no-conversion for reading process output.
1992
1993 * files.texi (Reading from Files): Document that null bytes force
1994 no-conversion when visiting files.
1995
11625308 1996 * processes.texi (Serial Ports): Improve wording, suggested by RMS.
538395d9 1997
5dcb4c4e
SM
1998 * nonascii.texi (Lisp and Coding Systems):
1999 Document inhibit-null-byte-detection and inhibit-iso-escape-detection.
c06ea95e 2000 (Character Properties): Improve wording.
0b4faef3 2001
ce9cf065
CY
20022009-01-09 Chong Yidong <cyd@stupidchicken.com>
2003
2004 * display.texi (Font Lookup): Remove obsolete function
2005 x-font-family-list. x-list-fonts accepts Fontconfig/GTK syntax.
2006 (Low-Level Font): Rename from Fonts, move to end of Faces section.
5dcb4c4e
SM
2007 (Font Selection): Reorder order of variable descriptions.
2008 Minor clarifications.
ce9cf065
CY
2009
2010 * elisp.texi (Top): Update node listing.
2011
ab756fb3
GM
20122009-01-09 Glenn Morris <rgm@gnu.org>
2013
2014 * commands.texi (Command Loop Info): Say that last-command-char and
2015 last-input-char are obsolete aliases.
2016
2017 * edebug.texi (Edebug Recursive Edit): Remove separate references to
2018 last-input-char and last-command-char, since they are just aliases for
2019 last-input-event and last-command-event.
2020
2021 * minibuf.texi (Minibuffer Commands): Use last-command-event rather than
2022 last-command-char.
2023
6b2b8ab1
CY
20242009-01-08 Chong Yidong <cyd@stupidchicken.com>
2025
2026 * elisp.texi: Update node listing.
2027
2028 * display.texi (Faces): Put Font Selection node after Auto Faces.
5dcb4c4e
SM
2029 (Face Attributes): Don't link to Font Lookup.
2030 Document font-family-list.
6b2b8ab1
CY
2031 (Fonts): New node.
2032
3568e767
JR
20332009-01-08 Jason Rumney <jasonr@gnu.org>
2034
2035 * frames.texi (Pointer Shape): Clarify that only X supports
5ce6e4f4 2036 changing the standard pointer shapes. (Bug#1485)
3568e767 2037
6221c8db
CY
20382009-01-08 Chong Yidong <cyd@stupidchicken.com>
2039
2040 * display.texi (Attribute Functions): Note that a function value
2041 :height is relative, and that compatibility functions work by
2042 calling set-face-attribute.
2043 (Displaying Faces): Reorder list in order of increasing priority.
2044 (Face Remapping): New node. Content moved here from Displaying
2045 Faces.
2046 (Glyphs): Link to Face Functions.
2047
e3d3799a
CY
20482009-01-08 Chong Yidong <cyd@stupidchicken.com>
2049
2050 * display.texi (Faces): Don't discuss face id here. facep does
2051 not return t.
2052 (Defining Faces): Minor clarification.
2053 (Face Attributes): Rearrange items to match docstring of
2054 set-face-attribute. Add :foundry attribute. Document new role of
2055 :font attribute. Texinfo usage fix.
2056 (Attribute Functions): Copyedits.
2057 (Face Functions): Note that face number is seldom used.
2058
638a2457
RS
20592009-01-05 Richard M Stallman <rms@gnu.org>
2060
2061 * strings.texi (Predicates for Strings): Minor clarification.
2062
2063 * functions.texi (Function Safety): Texinfo usage fix.
2064
49ea0074
JB
20652009-01-04 Eduard Wiebe <usenet@pusto.de> (tiny patch)
2066
2067 * objects.texi (General Escape Syntax): Fix typo.
2068
9f822178
MR
20692009-01-03 Martin Rudalics <rudalics@gmx.at>
2070
2071 * windows.texi (Choosing Window): Say that pop-up-frame-alist
2072 works via the default value of pop-up-frame-function.
2073
af34ad36
EZ
20742009-01-02 Eli Zaretskii <eliz@gnu.org>
2075
2076 * processes.texi (System Processes): Document the `time' and
2077 `ctime' attributes of `system-process-attributes'.
2078
d31f6679
CY
20792009-01-01 Chong Yidong <cyd@stupidchicken.com>
2080
2081 * display.texi (Face Attributes): Clarify :height attribute.
2082
174dc00c
MR
20832008-12-31 Martin Rudalics <rudalics@gmx.at>
2084
2085 * buffers.texi (The Buffer List): Clarify what moves a buffer to
2086 the front of the buffer list. Add entries for `last-buffer' and
2087 `unbury-buffer'.
2088
b8afe7e4
EZ
20892008-12-27 Eli Zaretskii <eliz@gnu.org>
2090
d14030f5
EZ
2091 * elisp.texi (Top): Add @detailmenu items for "Multiple Terminals"
2092 and its subsections.
2093
2094 * frames.texi (Multiple Terminals, Low-level Terminal)
2095 (Terminal Parameters, Frames on Other TTY devices): New sections.
2096 (Frames): Add an xref to "Multiple Terminals".
2097
765980a4
EZ
2098 * elisp.texi (Top): Add @detailmenu item for "Terminal Type".
2099
2100 * objects.texi (Terminal Type): New node.
2101 (Editing Types): Add it to the menu.
2102
47bd5577
EZ
2103 * elisp.texi (Top): Add a @detailmenu item for "Directory Local
2104 Variables".
2105
eb22b78c 2106 * variables.texi (Directory Local Variables): New node.
47bd5577 2107 (Variables): Add a menu item for it.
eb22b78c 2108
b8afe7e4
EZ
2109 * loading.texi (Autoload): Document `generate-autoload-cookie' and
2110 `generated-autoload-file'.
2111
77bb0476
EZ
21122008-12-20 Eli Zaretskii <eliz@gnu.org>
2113
028e2c19
EZ
2114 * os.texi (Startup Summary): Add xref to documentation of
2115 `initial-window-system'.
2116
77bb0476
EZ
2117 * display.texi (Window Systems): Document `window-system' the
2118 function. The variable `window-system' is now frame-local.
028e2c19 2119 Document `initial-window-system'.
77bb0476 2120
dda87836
MR
21212008-12-19 Martin Rudalics <rudalics@gmx.at>
2122
2123 * windows.texi (Windows): Rewrite description of
2124 fit-window-to-buffer.
2125
caef3ed2
GM
21262008-12-13 Glenn Morris <rgm@gnu.org>
2127
2128 * modes.texi (Font Lock Basics): Fix level description. (Bug#1534)
2129 (Levels of Font Lock): Refer to font-lock-maximum-decoration.
2130
21c58e4d
GM
21312008-12-12 Glenn Morris <rgm@gnu.org>
2132
2133 * debugging.texi (Error Debugging): Refer forwards to
2134 eval-expression-debug-on-error.
2135
af38459f
EZ
21362008-12-05 Eli Zaretskii <eliz@gnu.org>
2137
5dedd9b5
EZ
2138 * strings.texi (String Basics): Only unibyte strings that
2139 represent key sequences hold 8-bit raw bytes.
2140
af38459f
EZ
2141 * nonascii.texi (Coding System Basics): Rewrite @ignore'd
2142 paragraph to speak about `undecided'.
2143 (Character Properties): Don't explain the meaning of each
2144 property; instead, identify their Unicode Standard names.
b3f1f4a5 2145 (Character Sets): Document `map-charset-chars'.
af38459f 2146
fa047ae7
GM
21472008-12-02 Glenn Morris <rgm@gnu.org>
2148
2149 * files.texi (Format Conversion Round-Trip): Rewrite format-write-file
2150 section yet again.
2151
47dbc044
EZ
21522008-11-29 Eli Zaretskii <eliz@gnu.org>
2153
98d05998
EZ
2154 * nonascii.texi (Character Properties): New Section.
2155 (Specifying Coding Systems): Document
2156 `coding-system-priority-list', `set-coding-system-priority', and
2157 `with-coding-priority'.
2158 (Lisp and Coding Systems): Document `check-coding-systems-region'
2159 and `coding-system-charset-list'.
2160 (Coding System Basics): Document `coding-system-aliases'.
2161
2162 * elisp.texi (Top): Add a @detailmenu entry for "Character
2163 Properties".
2164
47dbc044
EZ
2165 * objects.texi (Character Type): Correct the range of Emacs
2166 characters. Add an @xref to "Character Codes".
2167
2168 * strings.texi (String Basics): Add an @xref to "Character Codes".
2169
2170 * numbers.texi (Integer Basics): Add an @xref to `max-char'.
2171
2172 * nonascii.texi (Explicit Encoding): Update for Emacs 23.
2173 (Character Codes): Document `max-char'.
2174
8b80cdf5
EZ
21752008-11-28 Eli Zaretskii <eliz@gnu.org>
2176
2177 * nonascii.texi (Text Representations, Converting Representations)
2178 (Character Sets, Scanning Charsets, Translation of Characters):
2179 Make text more accurate.
2180
a99dceba
GM
21812008-11-28 Glenn Morris <rgm@gnu.org>
2182
2183 * files.texi (Format Conversion Round-Trip): Improve previous change.
2184
f6dc3bed
CY
21852008-11-26 Chong Yidong <cyd@stupidchicken.com>
2186
2187 * modes.texi (Auto Major Mode): Fix example.
2188
5da9413d
GM
21892008-11-25 Glenn Morris <rgm@gnu.org>
2190
2191 * control.texi (Signaling Errors): Fix `wrong-type-argument' name.
2192
2193 * files.texi (Format Conversion Round-Trip):
2194 Use active voice for previous change.
2195
fcca848c
CY
21962008-11-25 Chong Yidong <cyd@stupidchicken.com>
2197
2198 * os.texi (Processor Run Time):
2199 * processes.texi (Transaction Queues):
2200 * markers.texi (The Mark):
2201 * windows.texi (Choosing Window, Selecting Windows):
2202 * files.texi (Changing Files, Magic File Names):
2203 * commands.texi (Key Sequence Input):
2204 * functions.texi (Declaring Functions):
2205 * strings.texi (Predicates for Strings):
2206 * intro.texi (nil and t): Fix typos (pointed out by Drew Adams).
2207
36c8dc54
CY
22082008-11-24 Chong Yidong <cyd@stupidchicken.com>
2209
2210 * help.texi (Accessing Documentation): Update example.
2211
2212 * variables.texi (Defining Variables): Note that `*' is not
2213 necessary if defcustom is used.
2214
2a79b242
EZ
22152008-11-22 Eli Zaretskii <eliz@gnu.org>
2216
2217 * elisp.texi (Top): Remove "Chars and Bytes" and "Splitting
2218 Characters" from @detailmenu.
2219
2220 * nonascii.texi (Character Codes, Character Sets)
2221 (Scanning Charsets, Translation of Characters): Update for Emacs 23.
2222 (Chars and Bytes, Splitting Characters): Sections removed.
2223
392f0d26
LK
22242008-11-22 Lute Kamstra <lute@gnu.org>
2225
2226 * positions.texi (Text Lines): Update goto-line documentation.
2227
af1a5cd5
MR
22282008-11-21 Martin Rudalics <rudalics@gmx.at>
2229
6a4cfb0c
MR
2230 * frames.texi (Frames): Fix typo, add cross references, reword.
2231 (Initial Parameters): Reword special-display-frame-alist text.
2232 (Frames and Windows): Reword. Describe argument norecord for
2233 set-frame-selected-window.
2234 (Input Focus): Describe argument norecord for select-frame.
2235 Remove comment on MS-Windows behavior for focus-follows-mouse.
2236 (Raising and Lowering): Mention windows-frames dichotomy in
2237 metaphor.
2238
af1a5cd5
MR
2239 * windows.texi (Displaying Buffers, Vertical Scrolling)
2240 (Horizontal Scrolling): Fix indenting and rewording issues
2241 introduced with 2008-11-07 change.
2242
c249fa9c
GM
22432008-11-20 Glenn Morris <rgm@gnu.org>
2244
2245 * files.texi (Format Conversion Round-Trip): Mention `preserve'
2246 element of `format-alist'.
2247
204d4665
GM
22482008-11-19 Glenn Morris <rgm@gnu.org>
2249
2250 * doclicense.texi: Update to FDL 1.3.
2251 * elisp.texi, vol1.texi, vol2.texi: Relicense under FDL 1.3 or later.
2252
cc0910af
CY
22532008-11-18 Chong Yidong <cyd@stupidchicken.com>
2254
efe6e7c4
CY
2255 * windows.texi (Window Hooks): Remove *-end-trigger-functions
2256 vars, which are obsolete. Mention jit-lock-register.
2257
5dcb4c4e
SM
2258 * modes.texi (Other Font Lock Variables):
2259 Document jit-lock-register and jit-lock-unregister.
efe6e7c4 2260
cc0910af
CY
2261 * frames.texi (Color Parameters): Document alpha parameter.
2262
aeeedf76
MR
22632008-11-16 Martin Rudalics <rudalics@gmx.at>
2264
2265 * windows.texi (Splitting Windows, Deleting Windows)
2266 (Selecting Windows, Cyclic Window Ordering)
2267 (Buffers and Windows, Displaying Buffers, Choosing Window)
2268 (Dedicated Windows, Window Point, Window Start and End)
2269 (Textual Scrolling, Vertical Scrolling, Horizontal Scrolling)
2270 (Size of Window, Resizing Windows, Window Configurations)
2271 (Window Parameters): Avoid @var at beginning of sentences and
2272 reword accordingly.
2273
4c565c5c
LK
22742008-11-11 Lute Kamstra <lute@gnu.org>
2275
2276 * files.texi (File Name Components): Fix file-name-extension
2277 documentation.
2278
25f494c9
JB
22792008-11-11 Juanma Barranquero <lekktu@gmail.com>
2280
2281 * frames.texi (Basic Parameters): Remove display-environment-variable
2282 and term-environment-variable.
2283
a1401ab1
EZ
22842008-11-08 Eli Zaretskii <eliz@gnu.org>
2285
2286 * windows.texi (Basic Windows, Splitting Windows)
2287 (Deleting Windows, Selecting Windows, Cyclic Window Ordering)
2288 (Buffers and Windows, Displaying Buffers, Dedicated Windows)
25f494c9
JB
2289 (Resizing Windows, Window Configurations, Window Parameters):
2290 Fix wording and markup.
a1401ab1 2291
efafc282
MR
22922008-11-07 Martin Rudalics <rudalics@gmx.at>
2293
2294 * windows.texi (Windows): Update entries.
2295 (Basic Windows): Remove listing of attributes. Reword.
86ab855a 2296 (Splitting Windows, Deleting Windows): Reword.
efafc282
MR
2297 (Selecting Windows, Cyclic Window Ordering): Reword with special
2298 emphasis on order of recently selected windows and buffer list.
86ab855a
MR
2299 (Buffers and Windows, Choosing Window): Reword with special
2300 emphasis on dedicated windows.
2301 (Displaying Buffers): Reword. For switch-to-buffer mention that
2302 it may fall back on pop-to-buffer. For other-window try to
2303 explain how it treats the cyclic ordering of windows.
efafc282
MR
2304 (Dedicated Windows): New node and section discussing dedicated
2305 windows and associated functions.
86ab855a 2306 (Window Point): Add entry for window-point-insertion-type. Reword.
efafc282
MR
2307 (Window Start and End): Rename node and section title. Reword.
2308 (Textual Scrolling, Vertical Scrolling, Horizontal Scrolling):
2309 Minor rewording.
2310 (Size of Window): Reword, in particular text on window-width.
2311 (Resizing Windows): Reword. Add text on balancing windows.
2312 (Window Configurations): Reword. Mention window parameters.
2313 (Window Parameters): New node and section on window parameters.
2314 (Window Hooks): Reword. Mention that
2315 window-configuration-change-hook is run "buffer-locally".
2316 * elisp.texi (Top): Update Windows entries in @detailmenu
2317 section.
2318
d60a8ab2
JB
23192008-11-04 Juanma Barranquero <lekktu@gmail.com>
2320
2321 * searching.texi (Regexp Search): Fix typo.
2322
01777627
CY
23232008-11-03 Seweryn Kokot <sewkokot@gmail.com> (tiny change)
2324
2325 * searching.texi (Regexp Search): Document GREEDY arg.
2326 (Simple Match Data): Fix return value.
2327
c4526e93
EZ
23282008-11-01 Eli Zaretskii <eliz@gnu.org>
2329
2330 * nonascii.texi (Text Representations): Rewrite to make consistent
5dcb4c4e
SM
2331 with Emacs 23 internal representation of characters.
2332 Document `unibyte-string'.
c4526e93 2333
fe2ae8b5
CY
23342008-10-28 Chong Yidong <cyd@stupidchicken.com>
2335
2336 * processes.texi (Process Information): Note that process-status
2337 does not accept buffer names.
2338
cc5a21e3
CY
23392008-10-27 Seweryn Kokot <sewkokot@gmail.com> (tiny change)
2340
2341 * positions.texi (Skipping Characters): Correct return value of
2342 skip-chars-forward.
2343
09460d9a
MR
23442008-10-25 Martin Rudalics <rudalics@gmx.at>
2345
520b29e7
MR
2346 * windows.texi (Deleting Windows): Update documentation of
2347 delete-windows-on.
2348 (Buffers and Windows): Update documentations of
2349 get-buffer-window and get-buffer-window-list.
2350 (Displaying Buffers): Update documentation of
2351 replace-buffer-in-windows.
2352
09460d9a
MR
2353 * buffers.texi (Current Buffer): Reword set-buffer and
2354 with-current-buffer documentations.
2355 (Creating Buffers): Reword documentation of get-buffer-create.
2356
4d48fcdc
MR
23572008-10-23 Martin Rudalics <rudalics@gmx.at>
2358
2359 * buffers.texi (Current Buffer): Reword documentation of
2360 set-buffer.
2361 (Buffer Names): Reword documentation of buffer-name.
2362 (The Buffer List): For bury-buffer explain what happens with the
2363 buffer's window.
2364 (Creating Buffers): Say that get-buffer-create's arg is called
2365 buffer-or-name.
2366
f0143c43
CY
23672008-10-22 Chong Yidong <cyd@stupidchicken.com>
2368
3e5dbbd3
CY
2369 * advice.texi (Computed Advice): Explain what DEFINITION is.
2370
f0143c43
CY
2371 * nonascii.texi (Character Codes): Remove obsolete function
2372 char-valid-p, and document characterp instead.
2373
52a94b85
MR
23742008-10-22 Martin Rudalics <rudalics@gmx.at>
2375
2376 * windows.texi (Displaying Buffers): Reword documentation of
2377 pop-to-buffer.
2378 (Choosing Window): Rewrite documentation of display-buffer and
2379 its options.
2380
f76f8246
MR
2381 * buffers.texi (Killing Buffers): Update documentation of
2382 kill-buffer.
2383
acc8b598
EZ
23842008-10-21 Eli Zaretskii <eliz@gnu.org>
2385
80e6b6df
EZ
2386 * processes.texi (Serial Ports): Fix wording and improve markup.
2387
3645358a
EZ
2388 * searching.texi (Regexp Search): Document `string-match-p' and
2389 `looking-at-p'.
2390 (POSIX Regexps): Add an xref for "non-greedy".
2391 (Regexp Special): Add @cindex entry for "non-greedy".
2392
b3d50cff 2393 * display.texi (Attribute Functions): Document `face-all-attributes'.
bf190568 2394 (Image Cache) <image-refresh>: Minor wording fixes.
b3d50cff 2395
73b7530a
EZ
2396 * frames.texi (Color Names): Add an xref to `read-color'.
2397
2398 * minibuf.texi (High-Level Completion): Document `read-color'.
2399
acc8b598
EZ
2400 * elisp.texi (Top): Add "Swapping Text" to @detailmenu.
2401
2402 * positions.texi (Narrowing): Add an xref to "Swapping Text".
2403
2404 * buffers.texi (Swapping Text): New section, documents
2405 `buffer-swap-text'.
2406
10e187e8
MR
24072008-10-21 Martin Rudalics <rudalics@gmx.at>
2408
2409 * windows.texi (Resizing Windows): Minor wording fix.
2410
fd6f900c
EZ
24112008-10-20 Eli Zaretskii <eliz@gnu.org>
2412
2413 * processes.texi (Shell Arguments): Document `split-string-and-unquote'
2414 and `combine-and-quote-strings'.
2415
2416 * strings.texi (Creating Strings): Add xrefs for them.
2417
e4372165
EZ
24182008-10-19 Eli Zaretskii <eliz@gnu.org>
2419
d6328fba
EZ
2420 * elisp.texi (Top): Make descriptive text for "Reading File Names"
2421 match the corresponding menu in minibuf.texi.
2422
e4372165
EZ
2423 * minibuf.texi (Reading File Names): Document `read-shell-command'
2424 and `minibuffer-local-shell-command-map'.
2425
5d8dda33
MR
24262008-10-19 Martin Rudalics <rudalics@gmx.at>
2427
2428 * windows.texi (Resizing Windows): Remove var{} around "window" in
2429 documentation of enlarge-window.
2430 Rewrite documentation of window-min-height and window-min-width.
2431
437706cd
EZ
24322008-10-19 Eli Zaretskii <eliz@gnu.org>
2433
80f85d7c
EZ
2434 * functions.texi (Calling Functions): Document `apply-partially'.
2435
291703b5
EZ
2436 * hooks.texi (Standard Hooks): Mention
2437 `before-hack-local-variables-hook' and `hack-local-variables-hook'.
2438
2439 * variables.texi (File Local Variables): Document
2440 `file-local-variables-alist', `before-hack-local-variables-hook'
2441 and `hack-local-variables-hook'.
2442
583d8b3c
EZ
2443 * processes.texi (Synchronous Processes): Document `process-lines'.
2444
5dcb4c4e
SM
2445 * customize.texi (Variable Definitions):
2446 Document `custom-reevaluate-setting'.
437706cd 2447
7e51d89b
MR
24482008-10-18 Martin Rudalics <rudalics@gmx.at>
2449
2450 * windows.texi (Choosing Window, Deleting Windows)
2451 (Displaying Buffers): Expand documentation of dedicated windows.
2452
43c59a3d
EZ
24532008-10-18 Eli Zaretskii <eliz@gnu.org>
2454
018a960d
EZ
2455 * files.texi (Changing Files): Document symbolic input of file
2456 modes to `set-file-modes'. Document `read-file-modes' and
2457 `file-modes-symbolic-to-number'.
2458
2c0b8144
EZ
2459 * maps.texi (Standard Keymaps): Document `multi-query-replace-map'
2460 and `search-map'.
2461
5dcb4c4e
SM
2462 * searching.texi (Search and Replace):
2463 Document `replace-search-function' and `replace-re-search-function'.
2c0b8144 2464 Document `multi-query-replace-map'.
80120f13 2465
6d4913f0 2466 * minibuf.texi (Text from Minibuffer): Document `read-regexp'.
5dcb4c4e
SM
2467 (Completion Commands, Reading File Names):
2468 Rename `minibuffer-local-must-match-filename-map' to
6d4913f0
EZ
2469 `minibuffer-local-filename-must-match-map'.
2470 (Minibuffer Completion): The `require-match' argument to
2471 `completing-read' can now have the value `confirm-only'.
2472
43c59a3d
EZ
2473 * windows.texi (Displaying Buffers): Minor wording fix.
2474 (Choosing Window): `split-height-threshold' can now be nil.
2475 Document `split-width-threshold'. `pop-up-frames' can have the
2476 value `graphic-only'.
2477
f36acfd9
EZ
24782008-10-17 Eli Zaretskii <eliz@gnu.org>
2479
2480 * os.texi (Startup Summary): Document `before-init-time' and
2481 `after-init-time'. Document `initial-window-system' and
2482 `window-system-initialization-alist'. Document reading the
2483 abbrevs file. Document the call to `server-start' under --daemon.
2484 Rearrange a bit to be consistent with the code flow.
53728487
EZ
2485 (Processor Run Time): Document `emacs-uptime' and `emacs-init-time'.
2486 (Time Parsing): Document `format-seconds'.
f36acfd9 2487
96995b89
MR
24882008-10-17 Martin Rudalics <rudalics@gmx.at>
2489
2490 * windows.texi (Basic Windows, Splitting Windows): Fix whitespace
2491 and reword.
2492
2de17c73
EZ
24932008-10-16 Eli Zaretskii <eliz@gnu.org>
2494
2495 * markers.texi (The Mark): Document use-region-p.
2496
9cf52b11
EZ
24972008-10-15 Eli Zaretskii <eliz@gnu.org>
2498
c3aaf1d7
EZ
2499 * internals.texi (Writing Emacs Primitives): The interactive spec
2500 of a primitive can be a Lisp form.
2501
841a1743
EZ
2502 * markers.texi (The Mark): Document the `lambda' and `(only . OLD)'
2503 values of transient-mark-mode. Document handle-shift-selection.
2504
2505 * commands.texi (Using Interactive, Interactive Codes): Document `^'.
2506 (Interactive Examples): Show an example of `^'.
2507 (Key Sequence Input): Document this-command-keys-shift-translated.
c3aaf1d7
EZ
2508 (Defining Commands, Using Interactive): The interactive-form of a
2509 function can be added via its symbol's property.
841a1743 2510
52441368
EZ
2511 * positions.texi (List Motion): beginning-of-defun-function can
2512 now accept an argument.
2513
8e8c1a72
EZ
2514 * text.texi (Low-Level Kill Ring): interprogram-paste-function can
2515 now return a list of strings.
2516
a33a1f2a
EZ
2517 * control.texi (Handling Errors): Document ignore-errors.
2518
4fb04348
EZ
2519 * frames.texi (Creating Frames): Document frame-inherited-parameters.
2520 (Parameter Access): Document set-frame-parameter.
2521
ee666f84
EZ
2522 * variables.texi (Creating Buffer-Local): Add an xref to "Setting
2523 Hooks" for the effect of kill-all-local-variables on local hook
2524 functions.
2525
9cf52b11
EZ
2526 * modes.texi (Major Mode Conventions, Mode Line Variables):
2527 `mode-name' need not be a string. xref to "Mode Line Data" for
2528 details, and to "Emulating Mode Line" for computing a string
2529 value.
2530
22526bc4
EZ
25312008-10-14 Eli Zaretskii <eliz@gnu.org>
2532
a65f6a85
EZ
2533 * processes.texi (System Processes): New section.
2534 (Processes, Signals to Processes): Add xrefs to it.
2535
2536 * objects.texi (Editing Types): A `process' is a subprocess of
2537 Emacs, not just any process running on the OS.
2538
2539 * elisp.texi (Top): Adjust the @detailmenu for the above two
2540 changes.
2541
2724b26a
EZ
2542 * sequences.texi (Char-Tables): Remove documentation of
2543 set-char-table-default, which has no effect since Emacs 23.
2544 <char-table-range, set-char-table-range>: Don't mention generic
2545 characters and charsets. Add a cons cell as a possible argument.
2546
2547 * nonascii.texi (Splitting Characters)
2548 (Translation of Characters): Don't mention generic characters.
2549
2550 * display.texi (Fontsets): Don't mention generic characters.
2551
22526bc4 2552 * sequences.texi (Char-Tables): `map-char-table' can now call its
25f494c9 2553 argument FUNCTION with a cons cell as KEY.
22526bc4 2554
eaf4b689
EZ
25552008-10-13 Eli Zaretskii <eliz@gnu.org>
2556
45e46036
EZ
2557 * objects.texi (Primitive Function Type): Move "@cindex special
2558 forms" from here...
2559
2560 * eval.texi (Special Forms): ...to here.
2561
2562 * functions.texi (What Is a Function): `functionp' returns nil for
2563 special forms. Add an xref.
2564
eaf4b689
EZ
2565 * elisp.texi (Top): Add a @detailmenu entry for "Frame-Local
2566 Variables".
2567
2568 * variables.texi (Frame-Local Variables): New section.
2569 (Buffer-Local Variables): Add an xref to it.
2570 (Intro to Buffer-Local, Creating Buffer-Local): A variable cannot
2571 have both frame-local and buffer-local binding.
2572
2573 * frames.texi (Frames): Mention multiple tty frames.
2574 (Frame Parameters, Parameter Access): Mention frame-local variable
2575 bindings.
2576
15688fce
GM
25772008-09-20 Glenn Morris <rgm@gnu.org>
2578
2579 * display.texi (Defining Faces): Recommend against face variables.
2580
35539065
JB
25812008-09-16 Juanma Barranquero <lekktu@gmail.com>
2582
2583 * display.texi (Echo Area Customization): Fix typo.
2584
6a57054b
JB
25852008-09-09 Juanma Barranquero <lekktu@gmail.com>
2586
2587 * loading.texi (Where Defined): Add `defface' item.
2588
d632fb82
MR
25892008-09-06 Martin Rudalics <rudalics@gmx.at>
2590
2591 * loading.texi (Where Defined): Fix description of symbol-file.
2592
905a9adb
JR
25932008-08-26 Jason Rumney <jasonr@gnu.org>
2594
2595 * display.texi (TIFF Images): New section describing :index property.
2596
852e91b7
CY
25972008-08-23 Chong Yidong <cyd@stupidchicken.com>
2598
2599 * display.texi (Temporary Displays): Remove unnecessary comment
2600 about usage of temp-buffer-show-hook.
2601
6be001ee
CY
26022008-08-05 Chong Yidong <cyd@stupidchicken.com>
2603
2604 * symbols.texi (Other Plists): Fix incorrect example.
2605 Suggested by Florian Beck.
2606
58e3d8e8
JB
26072008-07-31 Juanma Barranquero <lekktu@gmail.com>
2608
2609 * os.texi: Fix previous change.
2610
7c2fb837
DN
26112008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
2612
2613 * os.texi:
2614 * intro.texi:
2615 * files.texi: Remove VMS support.
2616
9e2a2647
DN
26172008-07-27 Dan Nicolaescu <dann@ics.uci.edu>
2618
2619 * os.texi:
2620 * frames.texi:
2621 * display.texi: Remove mentions of Mac Carbon.
2622
c4f4682b
MB
26232008-07-01 Miles Bader <miles@gnu.org>
2624
2625 * text.texi (Special Properties):
2626 * display.texi (Truncation): Add wrap-prefix and line-prefix.
2627
3696411e
JB
26282008-06-28 Johan Bockgård <bojohan@gnu.org>
2629
2630 * display.texi (Other Image Types): Fix copy/paste error; say
2631 "PBM", not "XBM".
2632
f2a77c3a
DN
26332008-06-26 Dan Nicolaescu <dann@ics.uci.edu>
2634
2635 * os.texi: Remove references to obsolete systems.
2636
6d52677d
EZ
26372008-06-20 Eli Zaretskii <eliz@gnu.org>
2638
2639 * makefile.w32-in (distclean): Remove makefile.
2640
1a87da4c
GM
26412008-06-17 Glenn Morris <rgm@gnu.org>
2642
2643 * Makefile.in (emacsver, miscmanualdir, VERSION, manual, install)
2644 (elisp, dist): Remove rules and variables that are obsolete now
2645 the lisp manual is no longer distributed separately.
2646
fdda1c5d
GM
26472008-06-16 Glenn Morris <rgm@gnu.org>
2648
646692e9
GM
2649 * configure, configure.in, mkinstalldirs: Remove unused files.
2650
2651 * book-spine.texinfo: Set version to 23.0.60.
fdda1c5d 2652 * vol1.texi (EMACSVER):
6a57054b 2653 * vol2.texi (EMACSVER): Set to 23.0.60.
fdda1c5d
GM
2654
2655 * elisp.texi, vol1.texi, vol2.texi: Update Back-Cover Text
2656 as per maintain.info.
2657
611bee81
GM
26582008-06-15 Glenn Morris <rgm@gnu.org>
2659
a7bed3a0
GM
2660 * makefile.w32-in (manual): Use "23" rather than "21".
2661
2662 * Makefile.in (emacsver): New, set by configure.
2663 (manual): Use emacsver.
2664
d794edf2
GM
2665 * intro.texi: Report bugs using M-x report-emacs-bug.
2666
611bee81
GM
2667 * elisp.texi (EMACSVER): Remove duplicate, outdated setting.
2668
c73e02fa
GM
26692008-06-13 Daniel Engeler <engeler@gmail.com>
2670
2671 * elisp.texi, internals.texi, processes.texi: Add documentation
2672 about serial port access.
2673
e40a85cd
MB
26742008-06-05 Miles Bader <miles@gnu.org>
2675
2676 * display.texi (Displaying Faces): Update to reflect function
2677 renamings in face-remap.el.
2678
7b753744
JB
26792008-06-05 Juanma Barranquero <lekktu@gmail.com>
2680
2681 * display.texi (Fontsets): Fix typos.
2682
9d3d42fb
MB
26832008-06-03 Miles Bader <miles@gnu.org>
2684
7b753744
JB
2685 * display.texi (Displaying Faces): Add add-relative-face-remapping,
2686 remove-relative-face-remapping, set-base-face-remapping,
2687 and set-default-base-face-remapping.
9d3d42fb 2688
f2cec7a9
MB
26892008-06-01 Miles Bader <miles@gnu.org>
2690
2691 * display.texi (Displaying Faces): Add face-remapping-alist.
2692
8f39c96d
SM
26932008-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
2694
2695 * tips.texi (Coding Conventions): Do not encourage the use of "-flag"
2696 variable names.
2697
1ef5eecc
ER
26982008-05-03 Eric S. Raymond <esr@golux>
2699
352c8b4a 2700 * keymaps.texi: Clarify that (current-local-map) and
1ef5eecc
ER
2701 (current-global-map) return references, not copies.
2702
63b4387f
JL
27032008-05-02 Juri Linkov <juri@jurta.org>
2704
2705 * minibuf.texi (Text from Minibuffer): Document a list of
2706 default values for `read-from-minibuffer'.
2707
38a8b703
JB
27082008-04-24 Juanma Barranquero <lekktu@gmail.com>
2709
2710 * nonascii.texi (Translation of Characters): Fix previous change.
2711
7c42e639
CY
27122008-04-20 Chong Yidong <cyd@stupidchicken.com>
2713
2714 * display.texi (Overlay Properties): Clarify role of underlying
2715 textprop and overlay keymaps for display strings.
2716
2717 * keymaps.texi (Active Keymaps): Ditto.
2718
25c0d999
SM
27192008-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
2720
2721 * minibuf.texi (Programmed Completion):
2722 Replace dynamic-completion-table with the new completion-table-dynamic.
2723
e3af5968
CY
27242008-04-07 Chong Yidong <cyd@stupidchicken.com>
2725
2726 * intro.texi (Some Terms): Change "fonts in this manual" index
2727 entry to "typographic conventions".
2728
6bfc8698
EZ
27292008-04-05 Eli Zaretskii <eliz@gnu.org>
2730
2731 * objects.texi (Text Props and Strings): Add indexing for read
2732 syntax of text properties.
2733
4972c361
SM
27342008-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
2735
2736 * processes.texi (Decoding Output): Remove process-filter-multibyte
2737 functions.
2738
c70a68db
MR
27392008-03-15 Martin Rudalics <rudalics@gmx.at>
2740
2741 * display.texi (Finding Overlays): Say that empty overlays at
2742 the end of the buffer are reported too.
2743
1291fd36
GM
27442008-03-13 Glenn Morris <rgm@gnu.org>
2745
2746 * elisp.texi (EMACSVER): Set to 23.0.60.
2747
c6b0dfd5
CY
27482008-02-26 Chong Yidong <cyd@stupidchicken.com>
2749
38a8b703 2750 * strings.texi (Formatting Strings): Treat - and 0 as flag characters.
c6b0dfd5 2751
875fc30c
GM
27522008-02-22 Glenn Morris <rgm@gnu.org>
2753
2754 * frames.texi (Position Parameters): Clarify the description of
2755 `left' and `top', using information from "Geometry".
2756 (Geometry): Give a pointer to "Position Parameters", rather than
2757 repeating information.
2758
d8c8e45a
GM
27592008-02-11 Glenn Morris <rgm@gnu.org>
2760
2761 * objects.texi (Equality Predicates): No longer talk about "two"
2762 functions.
2763
38a8b703 27642008-02-11 Lawrence Mitchell <wence@gmx.li> (tiny change)
d8c8e45a
GM
2765
2766 * objects.texi (Equality Predicates): Add defun for
2767 equal-including-properties.
2768
bfffe0b1
GM
27692008-02-10 Glenn Morris <rgm@gnu.org>
2770
2771 * objects.texi (Equality Predicates):
2772 Mention equal-including-properties.
2773
431b78c9
RS
27742008-02-07 Richard Stallman <rms@gnu.org>
2775
2776 * windows.texi (Window Start): Mention the feature of moving
2777 window-start to start of line.
2778
c8763fb6 27792008-02-07 Jan Djärv <jan.h.d@swipnet.se>
eafa12e6
JD
2780
2781 * keymaps.texi (Tool Bar): Document rtl property.
2782
1a256502
TTN
27832008-01-27 Thien-Thi Nguyen <ttn@gnuvola.org>
2784
2785 * display.texi (Button Types):
2786 For define-button-type, clarify type of NAME.
2787
569382c2
MR
27882008-01-19 Martin Rudalics <rudalics@gmx.at>
2789
2790 * buffers.texi (Buffer Modification): Fix typo.
2791
f3041af1
DN
27922008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
2793
2794 * os.texi (System Environment): Remove references to OSes that are
2795 not supported anymore.
2796
d35e1cd7
DN
27972008-01-05 Dan Nicolaescu <dann@ics.uci.edu>
2798
2799 * os.texi (System Environment): Remove mention for Masscomp.
2800
23af7580
RS
28012008-01-04 Richard Stallman <rms@gnu.org>
2802
2803 * display.texi (Faces): Don't talk about internal face vector as arg
2804 to facep.
2805
2806 * customize.texi (Type Keywords): Fix previous change.
2807
2808 * text.texi (Links and Mouse-1): Fix xref for commands.texi change.
2809 * elisp.texi (Top): Fix menu for commands.texi change.
2810
ec7d5b1e
RS
28112007-12-30 Richard Stallman <rms@gnu.org>
2812
5dcb4c4e 2813 * commands.texi (Accessing Mouse): Rename from Accessing Events.
ec7d5b1e
RS
2814 (Accessing Scroll): New node broken out of Accessing Mouse.
2815
101a6cea
RS
28162007-12-28 Richard Stallman <rms@gnu.org>
2817
2818 * frames.texi (Size Parameters): Fix typo.
7f9e0c04 2819 (Basic Parameters): For `title', refer to title bar.
041817a4 2820 (Size and Position): Explain meaning of frame pixel width and height.
101a6cea 2821
72b7e664
RS
28222007-12-23 Richard Stallman <rms@gnu.org>
2823
2824 * customize.texi (Type Keywords): Uncomment :validate and clarify it.
2825 Improve some of the commented-out keywords' text too.
2826
27a4f445
MR
28272007-12-14 Martin Rudalics <rudalics@gmx.at>
2828
e2e3f1d7
MR
2829 * nonascii.texi (Encoding and I/O): Reword to avoid saying
2830 "visit the current buffer".
2831
27a4f445
MR
2832 * os.texi (System Interface): Fix typo.
2833
a2afc99d
RS
28342007-12-04 Richard Stallman <rms@gnu.org>
2835
2836 * objects.texi (Symbol Type): Fix typo.
2837
b694135c
RS
28382007-12-03 Richard Stallman <rms@gnu.org>
2839
2840 * hooks.texi (Standard Hooks): Add link to Hooks for Loading.
2841
f99a19da
GM
28422007-12-01 Glenn Morris <rgm@gnu.org>
2843
2844 * functions.texi (Declaring Functions): Improve previous change.
2845
8f4b37d8
GM
28462007-11-30 Glenn Morris <rgm@gnu.org>
2847
2848 * functions.texi (Declaring Functions): Add optional fourth
2849 argument of declare-function, and setting third argument to `t'.
2850
61a2fe01
RS
28512007-11-29 Richard Stallman <rms@gnu.org>
2852
2853 * customize.texi (Composite Types): Document `group' type.
2854
cbfc5193
GM
28552007-11-29 Glenn Morris <rgm@gnu.org>
2856
5dcb4c4e
SM
2857 * functions.texi (Declaring Functions): Add findex.
2858 Mention `external' files.
cbfc5193 2859
8386283a
JB
28602007-11-26 Juanma Barranquero <lekktu@gmail.com>
2861
2862 * functions.texi (Declaring Functions): Fix directive.
2863
a07c9a8b
RS
28642007-11-25 Richard Stallman <rms@gnu.org>
2865
2866 * help.texi (Help Functions): Clean up last change.
2867
2868 * advice.texi (Preactivation, Activation of Advice): Minor cleanup.
2869
2870 * loading.texi (Named Features): Minor cleanup.
2871
2872 * macros.texi (Eval During Expansion): Minor cleanup.
2873
2874 * variables.texi (Variable Aliases): Minor cleanup.
2875
a0925923
RS
28762007-11-24 Richard Stallman <rms@gnu.org>
2877
2878 * functions.texi (Declaring Functions): Clarify previous change.
2879
2880 * compile.texi (Compiler Errors): Clarify previous change.
2881
20c63e44
RS
28822007-11-24 Richard Stallman <rms@gnu.org>
2883
e5e76c04 2884 * display.texi (Refresh Screen, Forcing Redisplay):
20c63e44
RS
2885 Clarify the text and move items around.
2886
5bb0cda3
GM
28872007-11-24 Glenn Morris <rgm@gnu.org>
2888
2889 * functions.texi (Declaring Functions): New section.
2890 * compile.texi (Compiler Errors): Mention declaring functions,
2891 defvar with no initvalue, and byte-compile-warnings.
2892
af13c86a
MR
28932007-11-15 Martin Rudalics <rudalics@gmx.at>
2894
2895 * vol1.texi (Top): Remove Frame-Local Variables from Node Listing.
2896 * vol2.texi (Top): Remove Frame-Local Variables from Node Listing.
2897
a5373305
MR
28982007-11-13 Martin Rudalics <rudalics@gmx.at>
2899
2900 * help.texi (Help Functions): Document new macro `with-help-window'.
2901
fe284805
JL
29022007-11-10 Paul Pogonyshev <pogonyshev@gmx.net>
2903
2904 * searching.texi (Replacing Match): Describe new
2905 `match-substitute-replacement'.
2906
2c3a09b1
RS
29072007-10-31 Richard Stallman <rms@gnu.org>
2908
2909 * strings.texi (Creating Strings): Null strings from concat not unique.
2910
f2b480f4
RS
29112007-10-26 Richard Stallman <rms@gnu.org>
2912
2913 * objects.texi (Equality Predicates): Null strings are uniquified.
2914
2915 * minibuf.texi: Minor clarifications in previous change.
2916
db21122c
GM
29172007-10-25 Glenn Morris <rgm@gnu.org>
2918
2919 * customize.texi (Variable Definitions): Add :risky and :safe keywords.
2920
2328cbb3
RS
29212007-10-24 Richard Stallman <rms@gnu.org>
2922
2923 * elisp.texi (Top): Delete Frame-Local Variables from subnode menu.
2924
2925 * variables.texi (Frame-Local Variables): Node deleted.
2926 (Variables): Delete Frame-Local Variables from menu.
2927 (Local Variables, Buffer-Local Variables, Intro to Buffer-Local)
2928 (Default Value): Don't mention frame-local vars.
2929
2930 * os.texi (Idle Timers): current-idle-time returns nil if not idle.
2931
2932 * loading.texi (Unloading): Document FEATURE-unload-function
2933 instead of FEATURE-unload-hook.
2934
2328cbb3
RS
2935 * frames.texi (Multiple Displays): Don't mention frame-local vars.
2936
c066bafa
JL
29372007-10-22 Juri Linkov <juri@jurta.org>
2938
2939 * minibuf.texi (Text from Minibuffer, Minibuffer Completion)
2940 (High-Level Completion): Document a list of default value strings
2941 in the DEFAULT argument, for which minibuffer functions return the
2942 first element.
2943
65ced25f
JL
29442007-10-17 Juri Linkov <juri@jurta.org>
2945
2946 * text.texi (Filling): Update arguments of fill-paragraph.
2947 fill-paragraph operates on the active region in Transient Mark mode.
2948 Remove fill-paragraph-or-region.
2949
ee46ec8e
KB
29502007-10-13 Karl Berry <karl@gnu.org>
2951
2952 * elisp.texi (@dircategory): Move to after @copying,
2953 since we want @copying as close as possible to the beginning of
2954 the output.
2955
61bbdbc6
RS
29562007-10-12 Richard Stallman <rms@gnu.org>
2957
2958 * elisp.texi (Top): Add Distinguish Interactive to subnode menu.
2959
2960 * commands.texi (Distinguish Interactive): New node,
2961 broken out from Interactive Call and rewritten.
2962 (Command Loop): Put Distinguish Interactive in menu.
2963
af23e1e8
RS
29642007-10-09 Richard Stallman <rms@gnu.org>
2965
2966 * text.texi (Examining Properties): Mention overlay priority.
2967
2968 * display.texi (Display Margins): Correct the description
2969 of margin display specifications.
2970 (Replacing Specs): New subnode broken out of Display Property.
2971
e1965a69
JL
29722007-10-06 Juri Linkov <juri@jurta.org>
2973
2974 * text.texi (Filling): Document fill-paragraph-or-region.
2975
4638454b
JB
29762007-10-05 Juanma Barranquero <lekktu@gmail.com>
2977
2978 * display.texi (Auto Faces): Fix typo.
2979
7ed54cc5
RS
29802007-10-02 Richard Stallman <rms@gnu.org>
2981
2982 * display.texi (Display Property): Explain some display specs
2983 don't let you move point in.
2984
5dcb4c4e
SM
2985 * frames.texi (Cursor Parameters):
2986 Describe cursor-in-non-selected-windows here. Explain more values.
7ed54cc5
RS
2987
2988 * windows.texi (Basic Windows): Don't describe
2989 cursor-in-non-selected-windows here.
2990
305a7ef2
EZ
29912007-10-01 Eli Zaretskii <eliz@gnu.org>
2992
2993 * processes.texi (Misc Network): Note that these functions are
2994 supported only on some systems.
2995
f7a7f4eb
RS
29962007-10-01 Richard Stallman <rms@gnu.org>
2997
2998 * display.texi (Overlay Properties): Explain nil as priority.
2999 Explain that conflicts are unpredictable if not resolved by
3000 priorities.
3001
780d7bb9
RS
30022007-09-23 Richard Stallman <rms@gnu.org>
3003
3004 * macros.texi (Backquote): Minor clarification.
3005
14b4fdfb
RS
30062007-09-19 Richard Stallman <rms@gnu.org>
3007
3008 * display.texi (Display Property): Explain multiple display specs.
9600ac7c
RS
3009 Clarify when they work in parallel and when one overrides.
3010 Fix error in example.
14b4fdfb 3011
b8d4c8d0
GM
30122007-09-06 Glenn Morris <rgm@gnu.org>
3013
b3e755a9 3014 Move from lispref/ to doc/lispref/. Change all setfilename
b8d4c8d0
GM
3015 commands to use ../../info.
3016 * Makefile.in (infodir): Go up one more level.
4638454b 3017 (usermanualdir): Change from ../man to ../emacs.
b8d4c8d0
GM
3018 (miscmanualdir): New.
3019 (dist): Use new variable miscmanualdir.
3020 * makefile.w32-in (infodir, texinputdir): Go up one more level.
3021 (usermanualdir): Change from ../man to ../emacs.
3022
1bb1f7d3
MR
30232007-08-30 Martin Rudalics <rudalics@gmx.at>
3024
3025 * commands.texi (Command Loop Info): Advise against changing
3026 most variables described here. Explain new variable
3027 last-repeatable-command.
3028
b8d4c8d0
GM
30292007-08-29 Glenn Morris <rgm@gnu.org>
3030
3031 * elisp.texi (EMACSVER): Increase to 23.0.50.
3032
30332007-08-29 Dan Nicolaescu <dann@ics.uci.edu>
3034
3035 * frames.texi (Basic Parameters): Add display-environment-variable
3036 and term-environment-variable.
3037
30382007-08-28 Juri Linkov <juri@jurta.org>
3039
3040 * display.texi (Image Formats, Other Image Types): Add SVG.
3041
30422007-08-28 Juri Linkov <juri@jurta.org>
3043
3044 * display.texi (Images): Move formats-related text to new node
3045 "Image Formats".
3046 (Image Formats): New node.
3047
619fb9ee
RS
30482007-08-27 Richard Stallman <rms@gnu.org>
3049
3050 * windows.texi (Window Configurations): Clarify what
3051 a window configuration saves.
3052
b8d4c8d0
GM
30532007-08-25 Richard Stallman <rms@gnu.org>
3054
3055 * display.texi (Images): Delete redundant @findex.
3056
39f9da30
GM
30572007-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
3058
3059 * text.texi (Change Hooks): (after|before)-change-functions are no
3060 longer bound to nil while running; rather inhibit-modification-hooks
3061 is t.
3062
b8d4c8d0
GM
30632007-08-16 Richard Stallman <rms@gnu.org>
3064
5dcb4c4e
SM
3065 * processes.texi (Asynchronous Processes):
3066 Clarify doc of start-file-process.
b8d4c8d0
GM
3067
30682007-08-08 Martin Rudalics <rudalics@gmx.at>
3069
3070 * modes.texi (Example Major Modes): Fix typo.
3071
30722007-08-08 Glenn Morris <rgm@gnu.org>
3073
3074 * intro.texi (nil and t): Do not use `iff' in documentation.
3075
3076 * tips.texi (Documentation Tips): Recommend against `iff'.
3077
30782007-08-07 Chong Yidong <cyd@stupidchicken.com>
3079
3080 * display.texi (Image Cache): Document image-refresh.
3081
30822007-08-06 Martin Rudalics <rudalics@gmx.at>
3083
3084 * windows.texi (Size of Window): Document window-full-width-p.
3085
30862007-07-25 Glenn Morris <rgm@gnu.org>
3087
3088 * gpl.texi (GPL): Replace license with GPLv3.
3089
3090 * Relicense all FSF files to GPLv3 or later.
3091
30922007-07-24 Michael Albinus <michael.albinus@gmx.de>
3093
4638454b
JB
3094 * processes.texi (Synchronous Processes):
3095 Add `process-file-shell-command'.
b8d4c8d0
GM
3096 (Asynchronous Processes): Mention restricted use of
3097 `process-filter' and `process-sentinel' in
3098 `start-file-process'. Add `start-file-process-shell-command'.
3099
31002007-07-17 Michael Albinus <michael.albinus@gmx.de>
3101
3102 * files.texi (Magic File Names): Introduce optional parameter
3103 IDENTIFICATION for `file-remote-p'.
3104
31052007-07-16 Richard Stallman <rms@gnu.org>
3106
3107 * display.texi (Defining Faces): Fix previous change.
3108
31092007-07-14 Richard Stallman <rms@gnu.org>
3110
3111 * control.texi (Handling Errors): Document `debug' in handler list.
3112
31132007-07-10 Richard Stallman <rms@gnu.org>
3114
3115 * display.texi (Defining Faces): Explain C-M-x feature for defface.
3116
31172007-07-09 Richard Stallman <rms@gnu.org>
3118
3119 * files.texi (Magic File Names): Rewrite previous change.
3120
31212007-07-08 Michael Albinus <michael.albinus@gmx.de>
3122
3123 * files.texi (Magic File Names): Introduce optional parameter
3124 CONNECTED for `file-remote-p'.
3125
31262007-07-07 Michael Albinus <michael.albinus@gmx.de>
3127
3128 * processes.texi (Asynchronous Processes):
3129 * files.texi (Magic File Names): Add `start-file-process'.
3130
31312007-06-27 Richard Stallman <rms@gnu.org>
3132
5dcb4c4e
SM
3133 * files.texi (Format Conversion Piecemeal):
3134 Clarify `after-insert-file-functions' calling convention.
b8d4c8d0
GM
3135
31362007-06-27 Michael Albinus <michael.albinus@gmx.de>
3137
4638454b
JB
3138 * files.texi (Magic File Names): Remove `dired-call-process'.
3139 Add `process-file'.
b8d4c8d0
GM
3140
31412007-06-27 Kenichi Handa <handa@m17n.org>
3142
3143 * text.texi (Special Properties): Fix description about
4638454b 3144 `composition' property.
b8d4c8d0
GM
3145
31462007-06-26 Kenichi Handa <handa@m17n.org>
3147
3148 * nonascii.texi (Default Coding Systems): Document about the
3149 return value `undecided'.
3150
31512007-06-25 David Kastrup <dak@gnu.org>
3152
3153 * keymaps.texi (Active Keymaps): Document new POSITION argument of
3154 `current-active-maps'.
3155
31562007-06-24 Karl Berry <karl@gnu.org>
3157
4638454b 3158 * elisp.texi, vol1.texi, vol2.texi: New Back-Cover Text.
b8d4c8d0
GM
3159
31602007-06-15 Juanma Barranquero <lekktu@gmail.com>
3161
3162 * display.texi (Overlay Arrow): Doc fix.
3163
31642007-06-14 Karl Berry <karl@tug.org>
3165
3166 * anti.texi (Antinews): Typo.
3167
31682007-06-14 Chong Yidong <cyd@stupidchicken.com>
3169
3170 * display.texi (Image Cache): Document image-refresh.
3171
31722007-06-12 Karl Berry <karl@gnu.org>
3173
3174 * vol1.texi, vol2.texi, two-volume-cross-refs.txt: Update.
3175 * two-volume.make: New file.
3176 * .cvsignore: Ignore two-volume files.
3177
31782007-06-12 Tom Tromey <tromey@redhat.com>
3179
3180 * os.texi (Init File): Document user-emacs-directory.
3181
31822007-06-03 Nick Roberts <nickrob@snap.net.nz>
3183
3184 * commands.texi (Click Events): Describe width and height when
3185 object is nil.
3186
31872007-05-30 Nick Roberts <nickrob@snap.net.nz>
3188
5dcb4c4e
SM
3189 * commands.texi (Click Events): Layout more logically.
3190 Describe width and height.
b8d4c8d0
GM
3191 (Drag Events, Motion Events): Update to new format for position.
3192
31932007-06-02 Richard Stallman <rms@gnu.org>
3194
3195 * frames.texi (Color Parameters): Add xref to (emacs)Standard Faces.
3196
31972007-06-02 Chong Yidong <cyd@stupidchicken.com>
3198
3199 * Version 22.1 released.
3200
32012007-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
3202
3203 * text.texi (Special Properties): Correct meaning of fontified face.
3204
32052007-05-30 Richard Stallman <rms@gnu.org>
3206
3207 * text.texi (Special Properties): Add link to Adjusting Point.
3208
32092007-05-12 Richard Stallman <rms@gnu.org>
3210
3211 * text.texi (Margins): indent-to-left-margin is not the default.
3212 (Mode-Specific Indent): For indent-line-function, the default
3213 is indent-relative.
3214
3215 * modes.texi (Example Major Modes): Explain last line of text-mode
3216 is redundant.
3217
32182007-05-10 Richard Stallman <rms@gnu.org>
3219
3220 * keymaps.texi (Scanning Keymaps): Update where-is-internal example.
3221
3222 * help.texi (Keys in Documentation): Add reference to
3223 Documentation Tips.
3224
3225 * files.texi (Format Conversion): TO-FN gets three arguments.
3226
3227 * modes.texi (Auto Major Mode): Document file-start-mode-alist.
3228
32292007-05-10 Thien-Thi Nguyen <ttn@gnuvola.org>
3230
3231 * elisp.texi (Top): Remove "Saving Properties" from detailed menu.
3232 * files.texi (Format Conversion): Expand intro; add menu.
3233 (Format Conversion Overview, Format Conversion Round-Trip)
3234 (Format Conversion Piecemeal): New nodes/subsections.
3235 * hooks.texi: Xref "Format Conversion" , not "Saving Properties".
3236 * text.texi (Text Properties): Remove "Saving Properties" from menu.
3237 (Saving Properties): Delete node/subsection.
3238
32392007-05-07 Karl Berry <karl@gnu.org>
3240
3241 * elisp.texi (EMACSVER): Back to 22.
3242
32432007-05-06 Richard Stallman <rms@gnu.org>
3244
3245 * processes.texi (Accepting Output): Revert most of previous change.
3246
32472007-05-05 Richard Stallman <rms@gnu.org>
3248
3249 * processes.texi (Accepting Output): accept-process-output
3250 uses microseconds, not milliseconds. But that arg is obsolete.
3251
32522007-05-04 Karl Berry <karl@tug.org>
3253
3254 * elisp.texi (EMACSVER) [smallbook]: 22.1, not 22.
3255
32562007-05-04 Eli Zaretskii <eliz@gnu.org>
3257
3258 * tips.texi (Documentation Tips): Rearrange items to place the
3259 more important ones first. Add an index entry for hyperlinks.
3260
32612007-05-03 Karl Berry <karl@gnu.org>
3262
3263 * elisp.texi (\urlcolor, \linkcolor) [smallbook]: \Black for printing.
3264 (EMACSVER) [smallbook]: 22 for printed version.
3265
3266 * control.texi (Signaling Errors) <signal>: texinfo.tex is fixed,
3267 so restore anchor to normal position after defun. Found by Kevin Ryde.
3268
32692007-04-26 Glenn Morris <rgm@gnu.org>
3270
3271 * elisp.texi (EMACSVER): Increase to 22.1.50.
3272
32732007-04-28 Karl Berry <karl@gnu.org>
3274
3275 * elisp.texi: Improve line breaks on copyright page,
3276 similar layout to emacs manual, 8.5x11 by default.
3277
32782007-04-24 Richard Stallman <rms@gnu.org>
3279
3280 * text.texi (Special Properties): Add xref to Overlay Properties.
3281
3282 * display.texi (Overlay Properties): Add xref to Special Properties.
3283
32842007-04-22 Richard Stallman <rms@gnu.org>
3285
3286 * keymaps.texi (Extended Menu Items): Move the info about
3287 format with cached keyboard binding.
3288
32892007-04-21 Richard Stallman <rms@gnu.org>
3290
3291 * text.texi (Special Properties): Clarify previous change.
3292
3293 * files.texi (File Name Expansion): Clarify previous change.
3294
3295 * display.texi (Attribute Functions): Fix example for
3296 face-attribute-relative-p.
3297
32982007-04-19 Kenichi Handa <handa@m17n.org>
3299
3300 * text.texi (Special Properties): Document composition property.
3301
33022007-04-19 Glenn Morris <rgm@gnu.org>
3303
3304 * files.texi (File Name Expansion): Mention "superroot".
3305
33062007-04-15 Chong Yidong <cyd@stupidchicken.com>
3307
3308 * frames.texi (Multiple Displays): Add note about "multi-monitor"
3309 setups.
3310 (Display Feature Testing): Note that display refers to all
3311 physical monitors for multi-monitor setups.
3312
33132007-04-14 Richard Stallman <rms@gnu.org>
3314
3315 * lists.texi (Sets And Lists): Clarify `delete' examples.
3316 Remove spurious xref to same node.
3317 Clarify xref for add-to-list.
3318
33192007-04-12 Nick Roberts <nickrob@snap.net.nz>
3320
3321 * keymaps.texi (Format of Keymaps): Remove spurious ")" from
3322 value of lisp-mode-map.
3323
33242007-04-11 Karl Berry <karl@gnu.org>
3325
3326 * anti.texi (Antinews):
3327 * display.texi (Overlay Properties, Defining Images):
3328 * processes.texi (Synchronous Processes, Sentinels):
3329 * syntax.texi (Syntax Table Internals):
3330 * searching.texi (Regexp Special):
3331 * nonascii.texi (Default Coding Systems):
3332 * text.texi (Special Properties):
3333 * minibuf.texi (Basic Completion): Wording to improve breaks in
3334 8.5x11 format.
3335 * elisp.texi (smallbook): New @set to more easily switch between
3336 smallbook and 8.5x11.
3337
33382007-04-11 Richard Stallman <rms@gnu.org>
3339
3340 * text.texi (Lazy Properties): Minor fix.
3341
33422007-04-08 Karl Berry <karl@gnu.org>
3343
3344 * symbols.texi (Plists and Alists): Period after "vs" in index entries.
3345 * macros.texi (Backquote): Downcase Backquote in index entries for
3346 consistency.
3347
33482007-04-08 Richard Stallman <rms@gnu.org>
3349
3350 * text.texi (Adaptive Fill): Just describe default,
3351 don't show it (since it contains non-ASCII chars).
3352
33532007-04-07 Karl Berry <karl@gnu.org>
3354
3355 * text.texi (Adaptive Fill) [@iftex]: Omit binary characters in
3356 adaptive-fill-regexp's value, since they are not in the standard
3357 TeX fonts.
3358
33592007-04-07 Guanpeng Xu <herberteuler@hotmail.com>
3360
3361 * display.texi (Defining Faces): Fix example.
3362
33632007-04-07 Karl Berry <karl@gnu.org>
3364
3365 * display.texi (Button Buffer Commands): Improve page break.
3366
33672007-04-07 Richard Stallman <rms@gnu.org>
3368
3369 * advice.texi (Activation of Advice): Remove redundant index entry.
3370
3371 * backups.texi: Improve index entries. Remove redundant ones.
3372
3373 * compile.texi (Byte Compilation): Improve index entry.
3374
3375 * hash.texi (Creating Hash): Improve index entry.
3376
3377 * symbols.texi (Definitions): Improve index entry.
3378
3379 * edebug.texi: Improve index entries. Remove redundant/useless ones.
3380
3381 * maps.texi (Standard Keymaps): Remove useless index entry.
3382
3383 * help.texi (Documentation Basics): Remove redundant index entries.
3384
3385 * customize.texi: Improve index entries.
3386 Remove redundant/useless ones.
3387
3388 * locals.texi (Standard Buffer-Local Variables): Clarify intro text.
3389
3390 * streams.texi (Output Variables): Improve index entry.
3391
3392 * abbrevs.texi (Abbrevs): Remove useless index entry.
3393
3394 * macros.texi (Expansion): Remove useless index entry.
3395
3396 * text.texi: Improve index entries. Remove redundant/useless ones.
3397 (Text Properties, Examining Properties)
3398 (Special Properties): Use "property category" instead of "category"
3399 to refer to the `category' property.
3400
3401 * positions.texi: Improve index entries. Remove useless one.
3402
3403 * lists.texi: Improve index entries. Remove redundant/useless ones.
3404
3405 * os.texi: Improve index entries.
3406 (Timers): Fix previous change.
3407
3408 * buffers.texi: Improve index entries.
3409 (Modification Time): Get rid of term "obsolete buffer".
3410
3411 * debugging.texi: Improve index entries.
3412 (Test Coverage): Add xref to other test coverage ftr.
3413
3414 * eval.texi: Improve index entry. Remove redundant ones.
3415
3416 * numbers.texi: Improve index entries. Remove redundant/useless ones.
3417
3418 * files.texi: Improve index entries. Remove redundant/useless ones.
3419
3420 * objects.texi: Improve index entries.
3421
3422 * processes.texi: Improve index entries.
3423
3424 * modes.texi: Improve index entry. Remove redundant one.
3425
3426 * nonascii.texi: Improve index entries.
3427
3428 * internals.texi: Improve index entries.
3429
3430 * syntax.texi: Improve index entries.
3431
3432 * keymaps.texi (Active Keymaps): Improve index entries.
3433
3434 * commands.texi: Improve index entries. Remove redundant/useless ones.
3435
3436 * frames.texi: Improve index entries. Remove redundant/useless ones.
3437
3438 * markers.texi: Improve index entries. Remove redundant ones.
3439
3440 * tips.texi: Improve index entries.
3441
3442 * loading.texi (Unloading): Improve index entry.
3443
3444 * variables.texi: Improve index entries. Remove redundant one.
3445
3446 * sequences.texi: Improve index entry.
3447
3448 * display.texi: Improve index entries. Remove redundant ones.
3449
3450 * windows.texi: Improve index entries.
3451
3452 * searching.texi: Improve index entries. Remove redundant one.
3453
3454 * strings.texi (Case Tables): Improve last change.
3455
34562007-04-04 Chong Yidong <cyd@stupidchicken.com>
3457
3458 * strings.texi (Case Tables): Document with-case-table and
3459 ascii-case-table.
3460
34612007-04-03 Karl Berry <karl@gnu.org>
3462
3463 * processes.texi (Network): Reword to improve page break.
3464
34652007-04-03 Eli Zaretskii <eliz@gnu.org>
3466
3467 * functions.texi (Inline Functions): Describe more disadvantages
3468 of defsubst, and make advice against it stronger.
3469
34702007-04-02 Karl Berry <karl@gnu.org>
3471
3472 * backups.texi (Backup Names): Avoid widow words.
3473 * modes.texi (Example Major Modes): Align last comment.
3474
34752007-04-01 Chong Yidong <cyd@stupidchicken.com>
3476
3477 * keymaps.texi (Remapping Commands): Document new arg to
3478 command-remapping.
3479
34802007-04-01 Karl Berry <karl@gnu.org>
3481
3482 * processes.texi (Low-Level Network): Typo.
3483 * loading.texi (Hooks for Loading): Avoid double "the".
3484 * keymaps.texi (Key Sequences): No double "and".
3485 (Changing Key Bindings): Shorten to improve line break.
3486
34872007-03-31 Glenn Morris <rgm@gnu.org>
3488
3489 * os.texi (Timers): Fix description of run-at-time TIME formats.
3490
34912007-03-31 Richard Stallman <rms@gnu.org>
3492
3493 * display.texi (Invisible Text): Correct buffer-invisibility-spec
3494 regarding ellipsis.
3495
34962007-03-31 Eli Zaretskii <eliz@gnu.org>
3497
3498 * intro.texi (nil and t):
3499 * symbols.texi (Plists and Alists):
3500 * variables.texi (Variable Aliases, Constant Variables):
3501 * functions.texi (Defining Functions):
3502 * advice.texi (Advising Primitives):
3503 * debugging.texi (Syntax Errors, Compilation Errors):
3504 * minibuf.texi (Minibuffer Windows):
3505 * commands.texi (Adjusting Point):
3506 * modes.texi (Syntactic Font Lock, Faces for Font Lock)
3507 (Auto Major Mode, Major Mode Conventions):
3508 * help.texi (Describing Characters):
3509 * files.texi (Create/Delete Dirs, Information about Files)
3510 (File Locks, Writing to Files, Reading from Files)
3511 (Saving Buffers):
3512 * windows.texi (Resizing Windows, Cyclic Window Ordering):
3513 * frames.texi (Finding All Frames):
3514 * positions.texi (Buffer End, Motion):
3515 * markers.texi (The Region):
3516 * text.texi (Deletion, Near Point):
3517 * display.texi (Displaying Messages, Truncation):
3518 * os.texi (Processor Run Time):
3519 * tips.texi (Key Binding Conventions, Programming Tips)
3520 (Warning Tips, Documentation Tips, Comment Tips):
3521 * internals.texi (Memory Usage): Improve indexing.
3522
3523 * variables.texi (Frame-Local Variables):
3524 * functions.texi (Argument List):
3525 * loading.texi (Library Search):
3526 * streams.texi (Output Variables):
3527 * keymaps.texi (Translation Keymaps, Searching Keymaps):
3528 * searching.texi (Replacing Match, Search and Replace):
3529 * processes.texi (Byte Packing, Decoding Output)
3530 (Accepting Output, Network Servers, Shell Arguments):
3531 * display.texi (Abstract Display, Image Cache, Scroll Bars):
3532 * windows.texi (Window Point, Window Start):
3533 * frames.texi (Management Parameters, Frame Parameters, Frame Titles):
3534 * commands.texi (Reading Input, Keyboard Events):
3535 * minibuf.texi (Reading File Names, Minibuffer Completion)
3536 (Recursive Mini):
3537 * positions.texi (List Motion):
3538 * hash.texi (Hash Tables, Creating Hash, Defining Hash):
3539 * numbers.texi (Arithmetic Operations, Math Functions)
3540 (Predicates on Numbers, Comparison of Numbers):
3541 (Numeric Conversions):
3542 * locals.texi (Standard Buffer-Local Variables):
3543 * maps.texi (Standard Keymaps):
3544 * os.texi (User Identification, System Environment, Recording Input)
3545 (X11 Keysyms):
3546 * nonascii.texi (Non-ASCII Characters, Splitting Characters):
3547 * backups.texi (Backups and Auto-Saving):
3548 * customize.texi (Customization, Group Definitions)
3549 (Variable Definitions):
3550 * compile.texi (Byte Compilation): Improve index entries.
3551
35522007-03-31 Karl Berry <karl@gnu.org>
3553
3554 * macros.texi (Defining Macros): Avoid widow syllable.
3555
35562007-03-31 Eli Zaretskii <eliz@gnu.org>
3557
3558 * elisp.texi (Top): Postscript -> PostScript.
3559
3560 * display.texi (Images, Postscript Images): Postscript -> PostScript.
3561
35622007-03-31 Markus Triska <markus.triska@gmx.at>
3563
3564 * internals.texi (Writing Emacs Primitives): Untabify `For'.
3565
35662007-03-30 Karl Berry <karl@gnu.org>
3567
3568 * lists.texi (List-related Predicates): Remove spurious @need.
3569 (Setcdr): Use @smallexample to improve page break.
3570 (Association Lists) <assoc>: Reword to improve page break.
3571
3572 * strings.texi (String Conversion): Insert blank line to improve
3573 page break.
3574
3575 * numbers.texi (Random Numbers): Use @minus{}.
3576 (Math Functions): Use @minus{}.
3577
3578 * intro.texi (Acknowledgements): Avoid line breaks before middle
3579 initials.
3580
35812007-03-24 Eli Zaretskii <eliz@gnu.org>
3582
3583 * errors.texi (Standard Errors): Add an index entry.
3584
35852007-03-19 Richard Stallman <rms@gnu.org>
3586
3587 * os.texi (Recording Input): recent-keys now gives 300 keys.
3588
35892007-03-12 Glenn Morris <rgm@gnu.org>
3590
3591 * os.texi: Replace "daylight savings" with "daylight saving"
3592 throughout.
3593
35942007-03-05 Richard Stallman <rms@gnu.org>
3595
5dcb4c4e
SM
3596 * variables.texi (File Local Variables):
3597 Update enable-local-variables values.
b8d4c8d0
GM
3598
35992007-03-04 Richard Stallman <rms@gnu.org>
3600
3601 * syntax.texi (Control Parsing): Minor clarification.
3602
3603 * strings.texi (Formatting Strings): Clarify width, precision, flags.
3604
3605 * sequences.texi (Sequence Functions): Move string-bytes away,
3606 add xref.
3607
3608 * nonascii.texi (Text Representations): Move string-bytes here.
3609
3610 * modes.texi (Major Mode Conventions): Fundamental mode is exception.
3611
3612 * minibuf.texi (Basic Completion): Minor clarification.
3613
3614 * markers.texi (The Mark): Clarify existence vs activation of mark.
3615 Other cleanup.
3616
3617 * display.texi (Finding Overlays): Write better example.
3618
3619 * compile.texi (Eval During Compile): Clarify putting macros
3620 in eval-when-compile.
3621
c5602427 36222007-02-25 Vinicius Jose Latorre <viniciusjl@ig.com.br> (tiny change)
b8d4c8d0
GM
3623
3624 * loading.texi (How Programs Do Loading): Fix anchor position at
c5602427 3625 load-read-function definition doc.
b8d4c8d0
GM
3626
36272007-02-21 Kim F. Storm <storm@cua.dk>
3628
3629 * strings.texi (Text Comparison): Mention that assoc-string
3630 converts symbols to strings before testing.
3631
36322007-02-17 Kim F. Storm <storm@cua.dk>
3633
3634 * processes.texi (Bindat Spec): Vector types can have optional
3635 element type.
3636 (Bindat Examples): Fix example. Add vector with element type.
3637
36382007-02-16 Andreas Schwab <schwab@suse.de>
3639
3640 * strings.texi (Formatting Strings): Document '+' flag.
3641
36422007-02-15 Juanma Barranquero <lekktu@gmail.com>
3643
3644 * strings.texi (Modifying Strings): Clarify that `clear-string'
3645 always converts the string to unibyte.
3646
36472007-02-14 Kim F. Storm <storm@cua.dk>
3648
3649 * display.texi (Glyphs): Add make-glyph-code, glyph-char, glyph-face.
3650 Rewrite glyph code description to refer to these functions.
3651 Remove details of encoding face number and char into integer code.
3652
36532007-02-03 Alan Mackenzie <acm@muc.de>
3654
3655 * loading.texi (Hooks for Loading): Make the description of
3656 `eval-after-load' more detailed, and amend the description of
3657 after-load-alist, in accordance with changes from 2006-05.
3658
36592007-02-03 Chong Yidong <cyd@stupidchicken.com>
3660
3661 * modes.texi (Defining Minor Modes): Document that a :require
3662 keyword or similar may be required to make saved customization
3663 variables work.
3664
36652007-02-03 Eli Zaretskii <eliz@gnu.org>
3666
3667 * elisp.texi (Top): Make the detailed menu headers compliant with
5dcb4c4e
SM
3668 Texinfo guidelines and with what texnfo-upd.el expects.
3669 Add comments to prevent people from inadvertently modifying the key
b8d4c8d0
GM
3670 parts needed by `texinfo-multiple-files-update'.
3671
36722007-02-02 Eli Zaretskii <eliz@gnu.org>
3673
3674 * elisp.texi (Top): Update the top-level menus.
3675
3676 * syntax.texi (Categories): Add index entries.
3677
36782007-02-01 Juanma Barranquero <lekktu@gmail.com>
3679
3680 * display.texi (Attribute Functions): Fix name and description of
3681 the UNDERLINE arg of `set-face-underline-p'.
3682
36832007-01-29 Eli Zaretskii <eliz@gnu.org>
3684
3685 * elisp.texi (Top): Add "Standard Errors", "Standard Buffer-Local
3686 Variables", and "Standard Keymaps" to the detailed menu.
3687
3688 * variables.texi (Future Local Variables): Add index entry.
3689
36902007-01-28 Richard Stallman <rms@gnu.org>
3691
3692 * tips.texi (Coding Conventions): Clarify the tip about macros
3693 that define a function or a variable.
3694
3695 * files.texi (File Attributes): UID and GID can be floats.
3696 (Magic File Names): Explain why deferring all operations to
3697 the standard handler does not work.
3698
36992007-01-23 Martin Rudalics <rudalics@gmx.at>
3700
3701 * backups.texi (Reverting): Use "buffer" instead of "file"
3702 when talking about major and minor modes.
3703
37042007-01-21 Richard Stallman <rms@gnu.org>
3705
3706 * help.texi (Documentation): Add xref to Documentation Tips.
3707
37082007-01-14 Juanma Barranquero <lekktu@gmail.com>
3709
3710 * tips.texi (Coding Conventions): Fix typos.
3711
37122007-01-05 Richard Stallman <rms@gnu.org>
3713
3714 * modes.texi (Defining Minor Modes): Fix previous change.
3715
37162007-01-03 Richard Stallman <rms@gnu.org>
3717
3718 * customize.texi (Variable Definitions, Customization Types):
3719 Don't use * in doc string for defcustom.
3720
37212007-01-02 Richard Stallman <rms@gnu.org>
3722
3723 * variables.texi (Variable Aliases): Clarify that aliases vars
3724 always have the same value.
3725
3726 * processes.texi (Bindat Spec): Fix Texinfo usage.
3727
3728 * modes.texi (Defining Minor Modes): Explain effect of command
3729 defined with define-global-minor-mode on new buffers.
3730
37312006-12-30 Kim F. Storm <storm@cua.dk>
3732
3733 * keymaps.texi (Tool Bar): Describe `grow-only' value of
3734 `auto-resize-tool-bars'.
3735
37362006-12-30 Richard Stallman <rms@gnu.org>
3737
3738 * keymaps.texi (Active Keymaps): Fix previous change.
3739
37402006-12-30 Nick Roberts <nickrob@snap.net.nz>
3741
3742 * keymaps.texi (Active Keymaps): Make xref to lookup-key.
3743
37442006-12-30 Kim F. Storm <storm@cua.dk>
3745
3746 * processes.texi (Bindat Spec): Clarify using field names in
3747 length specifications.
3748
37492006-12-29 Kim F. Storm <storm@cua.dk>
3750
3751 * processes.texi (Bindat Spec): Explain eval forms and lengths better.
3752 Add count and index variables for eval forms in repeat blocks.
3753
37542006-12-24 Richard Stallman <rms@gnu.org>
3755
5dcb4c4e
SM
3756 * customize.texi (Variable Definitions):
3757 Document new name custom-add-frequent-value.
b8d4c8d0
GM
3758
37592006-12-19 Kim F. Storm <storm@cua.dk>
3760
3761 * commands.texi (Misc Events): User signals now result in sigusr1
3762 and sigusr2 events which are handled through special-event-map.
3763 (Special Events): User signals and drag-n-drop are special.
3764
37652006-12-17 Richard Stallman <rms@gnu.org>
3766
3767 * loading.texi (Named Features): Explain subfeatures better.
3768
3769 * customize.texi: Use "option" only for user options.
3770 For the keyword values inside defcustom etc, say "keywords".
3771 For :options value's elements, say "elements".
3772 :group should not be omitted.
3773
3774 * syntax.texi (Parsing Expressions): Split up node.
3775 (Motion via Parsing, Position Parse, Parser State)
3776 (Low-Level Parsing, Control Parsing): New subnodes.
3777 (Parser State): Document syntax-ppss-toplevel-pos.
3778
3779 * positions.texi (List Motion): Punctuation fix.
3780
3781 * files.texi (File Name Completion): Document PREDICATE arg
3782 to file-name-completion.
3783
37842006-12-16 Eli Zaretskii <eliz@gnu.org>
3785
3786 * internals.texi (Building Emacs, Writing Emacs Primitives):
3787 Add index entries.
3788
37892006-12-11 Richard Stallman <rms@gnu.org>
3790
3791 * modes.texi (Font Lock Basics): Explain how nil for font-lock-defaults
3792 affects face menu. Explain how to make it non-nil without enabling
3793 any fontification.
3794
37952006-12-10 Chong Yidong <cyd@stupidchicken.com>
3796
3797 * modes.texi (Font Lock Basics): Document nil value of
3798 font-lock-defaults.
3799
38002006-12-10 Glenn Morris <rgm@gnu.org>
3801
3802 * abbrevs.texi (Defining Abbrevs): Mention `define-abbrev' 'force
3803 value for system-flag argument. Abbrev tables may not be empty
3804 when major modes are loaded.
3805
38062006-12-08 Juanma Barranquero <lekktu@gmail.com>
3807
3808 * makefile.w32-in (maintainer-clean): Partially revert last
3809 change; delete "elisp-?" and "elisp-??" instead of "elisp-*"
3810 to protect elisp-covers.texi.
3811
38122006-12-07 Juanma Barranquero <lekktu@gmail.com>
3813
3814 * makefile.w32-in (maintainer-clean): Depend on `distclean'.
3815 Don't remove elisp* info files; they are already deleted by the
3816 `clean' and `distclean' targets, and they are in the $(infodir)
3817 directory, not the current one.
3818
38192006-12-04 Kim F. Storm <storm@cua.dk>
3820
3821 * commands.texi (Misc Events): Update signal events.
3822 (Event Examples): Add signal example.
3823
38242006-11-29 Richard Stallman <rms@gnu.org>
3825
3826 * frames.texi (Visibility of Frames): Explain visible windows
3827 can be covered by others. Add xref for raise-frame.
3828
38292006-11-28 Richard Stallman <rms@gnu.org>
3830
3831 * searching.texi (Regexp Special): Update when ^ is special.
3832
38332006-11-27 Eli Zaretskii <eliz@gnu.org>
3834
3835 * customize.texi (Customization, Common Keywords)
3836 (Group Definitions, Variable Definitions, Composite Types)
3837 (Type Keywords, Customization Types): Add index entries for
3838 various customization keywords.
3839
38402006-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
3841
3842 * modes.texi (Multiline Font Lock): Rephrase some parts for clarity.
3843
c8763fb6 38442006-11-10 Jan Djärv <jan.h.d@swipnet.se>
b8d4c8d0
GM
3845
3846 * frames.texi (Window System Selections): Remove clipboard from
3847 description of selection-coding-system.
3848
38492006-11-06 Richard Stallman <rms@gnu.org>
3850
3851 * lists.texi (List Variables): Document COMPARE-FN.
3852
3853 * keymaps.texi: Avoid use of "binding" to mean a relation;
3854 use it only to refer to the meaning associated with a key.
3855 (Keymaps): Change menu node description.
3856
3857 * elisp.texi (Top): Change menu node description.
3858
3859 * display.texi (Managing Overlays): Document overlay-recenter.
3860
38612006-10-29 Chong Yidong <cyd@stupidchicken.com>
3862
3863 * Makefile.in: Use relative paths to avoid advertising filesystem
3864 contents during compilation.
3865
38662006-10-23 Kim F. Storm <storm@cua.dk>
3867
3868 * commands.texi (Event Input Misc): Update unread-command-events.
3869
38702006-10-23 Nick Roberts <nickrob@snap.net.nz>
3871
3872 * lists.texi (Sets And Lists): Fix typos.
3873
38742006-10-18 Juanma Barranquero <lekktu@gmail.com>
3875
3876 * control.texi (Processing of Errors): Use @var for an argument,
3877 not @code.
3878
38792006-10-16 Richard Stallman <rms@gnu.org>
3880
3881 * edebug.texi (Edebug Recursive Edit): Minor cleanup.
3882
3883 * keymaps.texi (Format of Keymaps): Show all the keymap element
3884 patterns that result from menu items.
3885 (Key Lookup): Minor cleanups.
3886
3887 * modes.texi (Precalculated Fontification): Don't say that
3888 not setting font-lock-defaults avoids loading font-lock.
3889
3890 * help.texi (Documentation): Move xref to Emacs Manual here.
3891 (Documentation Basics): From here.
3892 Also doc emacs-lisp-docstring-fill-column.
3893
3894 * elisp.texi: Update version and ISBN.
3895
3896 * commands.texi (Interactive Call): Clarify KEYS arg to
3897 call-interactively is a vector.
3898 (Command Loop Info): Delete anchor in this-command-keys.
3899 Add anchor in this-command-keys-vector.
3900 (Recursive Editing): Document how recursive-edit
3901 handles the current buffer.
3902
39032006-10-13 Chong Yidong <cyd@stupidchicken.com>
3904
3905 * frames.texi (Frame Titles): %c and %l are ignored in
3906 frame-title-format.
3907
39082006-10-11 Richard Stallman <rms@gnu.org>
3909
3910 * keymaps.texi (Key Sequences): Clarify use of kbd.
3911
39122006-10-10 Kim F. Storm <storm@cua.dk>
3913
3914 * lists.texi (Sets And Lists): Add memql.
3915
39162006-10-03 Richard Stallman <rms@gnu.org>
3917
3918 * searching.texi (Char Classes): Document :multibyte: and :unibyte:.
3919 Clarify :ascii: and :nonascii:.
3920
39212006-09-29 Juri Linkov <juri@jurta.org>
3922
3923 * modes.texi (%-Constructs): Reorder coding systems in the
3924 documentation of %z to the real order displayed in the modeline.
3925
39262006-09-25 Richard Stallman <rms@gnu.org>
3927
3928 * os.texi (Timers): Describe timer-max-repeats.
3929
39302006-09-25 Chong Yidong <cyd@stupidchicken.com>
3931
3932 * os.texi (Timers): Mention with-local-quit.
3933
39342006-09-24 Richard Stallman <rms@gnu.org>
3935
3936 * searching.texi (Searching and Matching): Mention property search.
3937
3938 * commands.texi (Command Loop Info): Explain how read-event affects
3939 this-command-keys.
3940
39412006-09-20 Richard Stallman <rms@gnu.org>
3942
3943 * os.texi (Timers): Clarify about REPEAT when timer is delayed.
3944
3945 * windows.texi (Window Start): Minor cleanups.
3946
39472006-09-20 Kim F. Storm <storm@cua.dk>
3948
3949 * windows.texi (Window Start): pos-visible-in-window-p allows
3950 specifying t for position to mean "end of window".
3951 Add window-line-height.
3952
3953 * anti.texi (Antinews): Mention window-line-height.
3954
39552006-09-19 David Kastrup <dak@gnu.org>
3956
3957 * keymaps.texi (Searching Keymaps): Small clarification.
3958
39592006-09-18 Richard Stallman <rms@gnu.org>
3960
3961 * keymaps.texi (Creating Keymaps): Explain that keymap prompt strings
3962 cause keyboard menus.
3963 (Menu Keymaps): Likewise.
3964 (Defining Menus, Keyboard Menus): Clarify.
3965
3966 * text.texi (Fields): Clarify explanation of constrain-to-field.
3967
39682006-09-16 Eli Zaretskii <eliz@gnu.org>
3969
3970 * variables.texi (Tips for Defining): Fix a typo.
3971
39722006-09-15 Richard Stallman <rms@gnu.org>
3973
3974 * keymaps.texi (Remapping Commands, Searching Keymaps)
3975 (Active Keymaps): Clean up previous change.
3976
39772006-09-15 Jay Belanger <belanger@truman.edu>
3978
3979 * gpl.texi: Replace "Library Public License" by "Lesser Public
3980 License" throughout.
3981
39822006-09-15 David Kastrup <dak@gnu.org>
3983
3984 * keymaps.texi (Active Keymaps): Adapt description to use
3985 `get-char-property' instead `get-text-property'. Explain how
3986 mouse events change this. Explain the new optional argument of
3987 `key-binding' and its mouse-dependent lookup.
3988 (Searching Keymaps): Adapt description similarly.
3989 (Remapping Commands): Explain the new optional argument of
3990 `command-remapping'.
3991
39922006-09-14 Richard Stallman <rms@gnu.org>
3993
3994 * keymaps.texi (Searching Keymaps): Clarification.
3995 (Active Keymaps): Refer to Searching Keymaps instead of duplication.
3996
39972006-09-13 Richard Stallman <rms@gnu.org>
3998
3999 * objects.texi (Character Type): Node split.
4000 Add xref to Describing Characters.
4001 (Basic Char Syntax, General Escape Syntax)
4002 (Ctl-Char Syntax, Meta-Char Syntax): New subnodes.
4003
40042006-09-11 Richard Stallman <rms@gnu.org>
4005
4006 * display.texi (Display Table Format): Wording clarification.
4007 (Glyphs): Clarifications.
4008
40092006-09-10 Chong Yidong <cyd@stupidchicken.com>
4010
4011 * keymaps.texi (Active Keymaps): Mention that key-binding checks
4012 local maps.
4013
40142006-09-10 Kim F. Storm <storm@cua.dk>
4015
4016 * display.texi (Forcing Redisplay): Document return value of
4017 function redisplay.
4018
40192006-09-09 Richard Stallman <rms@gnu.org>
4020
4021 * windows.texi (Window Hooks): Explain limits of
4022 window-scroll-functions.
4023
4024 * display.texi (Fringe Indicators): Update for last change in
4025 indicate-buffer-boundaries.
4026
40272006-09-08 Richard Stallman <rms@gnu.org>
4028
4029 * processes.texi (Bindat Spec): Suggest names ending in -bindat-spec.
4030
40312006-09-06 Kim F. Storm <storm@cua.dk>
4032
4033 * frames.texi (Display Feature Testing): display-mm-dimensions-alist.
4034
4035 * windows.texi (Window Start): Update pos-visible-in-window-p.
4036
40372006-09-04 Richard Stallman <rms@gnu.org>
4038
4039 * processes.texi (Accepting Output): Explain SECONDS=0 for
4040 accept-process-output.
4041
4042 * os.texi (Idle Timers): Explain why timer functions should not
4043 loop until (input-pending-p).
4044
40452006-09-02 Eli Zaretskii <eliz@gnu.org>
4046
4047 * makefile.w32-in (usermanualdir): New variable.
4048 (elisp.dvi): Use it.
4049
40502006-09-01 Eli Zaretskii <eliz@gnu.org>
4051
4052 * buffers.texi (Buffer Modification): Fix last change.
4053
40542006-09-01 Chong Yidong <cyd@stupidchicken.com>
4055
5dcb4c4e
SM
4056 * buffers.texi (Buffer Modification):
4057 Document buffer-chars-modified-tick.
b8d4c8d0
GM
4058
40592006-08-31 Richard Stallman <rms@gnu.org>
4060
4061 * modes.texi (Syntactic Font Lock): Mention specific faces once again.
4062
40632006-08-31 Richard Bielawski <RBielawski@moneygram.com> (tiny change)
4064
4065 * modes.texi (Syntactic Font Lock):
4066 Mention font-lock-syntactic-face-function
4067 instead of specific faces.
4068
40692006-08-29 Chong Yidong <cyd@stupidchicken.com>
4070
4071 * display.texi (Images): Add xrref to display-images-p.
4072
40732006-08-28 Kenichi Handa <handa@m17n.org>
4074
4075 * nonascii.texi (Lisp and Coding Systems): Fix description of
4076 detect-coding-region.
4077
40782006-08-27 Michael Olson <mwolson@gnu.org>
4079
4080 * processes.texi (Transaction Queues): Remove stray quote
4081 character.
4082
40832006-08-25 Richard Stallman <rms@gnu.org>
4084
4085 * os.texi (Idle Timers): run-with-idle-timer allows Lisp time value.
4086 Add xref.
4087
40882006-08-24 Chong Yidong <cyd@stupidchicken.com>
4089
4090 * os.texi (Timers): Avoid waiting inside timers.
4091
40922006-08-21 Lute Kamstra <lute@gnu.org>
4093
4094 * Makefile.in: Use ../man/texinfo.tex to build elisp.dvi.
4095
40962006-08-20 Richard Stallman <rms@gnu.org>
4097
4098 * os.texi (Idle Timers): New node, split out from Timers.
4099 Document current-idle-time.
4100 * commands.texi (Reading One Event): Update xref.
4101 * elisp.texi (Top): Update subnode menu.
4102
41032006-08-16 Richard Stallman <rms@gnu.org>
4104
4105 * keymaps.texi (Extended Menu Items): Show format of cached
4106 bindings in extended menu items.
4107
4108 * customize.texi (Variable Definitions): Explain when the
4109 standard value expression is evaluated.
4110
41112006-08-15 Chong Yidong <cyd@stupidchicken.com>
4112
4113 * commands.texi (Reading One Event): Explain idleness in
4114 `read-event'.
4115
41162006-08-12 Chong Yidong <cyd@stupidchicken.com>
4117
4118 * text.texi (Near Point): Say "cursor" not "terminal cursor".
5dcb4c4e 4119 (Commands for Insertion): Remove split-line since it's not
b8d4c8d0
GM
4120 relevant for Lisp programming.
4121 (Yank Commands): Rewrite introduction.
4122 (Undo): Clarify.
4123 (Maintaining Undo): Clarify. Document undo-ask-before-discard.
4124 (Filling): Remove redundant comment. Clarify return value of
4125 current-justification.
4126 (Margins): Minor clarifications.
4127 (Adaptive Fill): Update default value of adaptive-fill-regexp.
4128 (Sorting): Update definition of sort-lines.
4129 (Columns): Clarify behavior of sort-columns.
4130 (Indent Tabs): Link to Tab Stops in Emacs manual.
4131 (Special Properties): Clarify.
4132 (Clickable Text): Mention Buttons package.
4133
41342006-08-12 Kevin Ryde <user42@zip.com.au>
4135
4136 * os.texi (Time Parsing): Add %z to description of
4137 format-time-string, as per docstring. Add cross reference to
4138 glibc manual for strftime.
4139
41402006-08-08 Richard Stallman <rms@gnu.org>
4141
4142 * modes.texi: Clean up wording in previous change.
4143
41442006-08-07 Chong Yidong <cyd@stupidchicken.com>
4145
4146 * modes.texi (Hooks): Clarify.
4147 (Major Mode Basics): Mention define-derived-mode explicitly.
4148 (Major Mode Conventions): Rebinding RET is OK for some modes.
4149 Mention change-major-mode-hook and after-change-major-mode-hook.
5dcb4c4e 4150 (Example Major Modes): Move to end of Modes section.
b8d4c8d0
GM
4151 (Mode Line Basics): Clarify.
4152 (Mode Line Data): Mention help-echo and local-map in strings.
4153 Explain reason for treatment of non-risky variables.
4154 (Properties in Mode): Clarify.
4155 (Faces for Font Lock): Add font-lock-negation-char-face.
4156
41572006-08-04 Eli Zaretskii <eliz@gnu.org>
4158
4159 * strings.texi (Formatting Strings): Warn against arbitrary
4160 strings as first arg to `format'.
4161
41622006-07-31 Thien-Thi Nguyen <ttn@gnu.org>
4163
4164 * text.texi (Clickable Text): Mention `help-echo' text property.
4165 Update intro, examples and associated explanations.
4166
41672006-07-31 Richard Stallman <rms@gnu.org>
4168
4169 * commands.texi: Update xrefs.
4170 (Event Mod): New node, cut out from old Translating Input.
4171
4172 * maps.texi: Update xrefs.
4173
4174 * keymaps.texi (Translation Keymaps): New node.
4175 Update xrefs from Translating Input to Translation Keymaps.
4176
4177 * elisp.texi (Top): Update subnode menu.
4178
4179 * display.texi (Face Functions): Fix explanations of FRAME=t or nil.
4180
4181 * os.texi (System Interface): Fix menu descriptions of some nodes.
4182 (Translating Input): Node deleted.
4183
41842006-07-31 Nick Roberts <nickrob@snap.net.nz>
4185
4186 * modes.texi (Minor Mode Conventions): Update xref for add-to-list.
4187
4188 * lists.texi (Sets And Lists): Likewise.
4189
41902006-07-30 Thien-Thi Nguyen <ttn@gnu.org>
4191
4192 * text.texi (Fields): Mention POS
4193 requirement when narrowing is in effect.
4194
41952006-07-28 Richard Stallman <rms@gnu.org>
4196
4197 * display.texi (Face Attributes): Simplify wording.
4198 (Attribute Functions): Clarify meaning of new-frame default
4199 attribute settings.
4200
4201 * customize.texi (Common Keywords): Document how to use
4202 :package-version in a package not in Emacs.
4203
42042006-07-28 Kim F. Storm <storm@cua.dk>
4205
4206 * commands.texi (Reading One Event): Fix last change.
4207
42082006-07-26 Chong Yidong <cyd@stupidchicken.com>
4209
4210 * commands.texi (Reading One Event): Document SECONDS argument for
4211 read-event, read-char, and read-char-exclusive.
4212
42132006-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
4214
4215 * modes.texi (Multiline Font Lock): Can't use jit-lock-defer-multiline
4216 to ensure correct identification.
4217
42182006-07-24 Richard Stallman <rms@gnu.org>
4219
4220 * text.texi (Clickable Text): Clarify.
4221
4222 * sequences.texi (Vector Functions): Delete duplicate xref.
4223
4224 * objects.texi (Function Type): Clarify.
4225
4226 * modes.texi (Keymaps and Minor Modes): List punct chars for minor
4227 modes.
4228
4229 * lists.texi (List Variables): New node.
4230 Material moved from other nodes.
4231
4232 * variables.texi (Setting Variables): add-to-list and
4233 add-to-ordered-list moved to List Variables node.
4234
42352006-07-23 Thien-Thi Nguyen <ttn@gnu.org>
4236
4237 * text.texi (Links and Mouse-1):
4238 For mouse-on-link-p, expand on arg POS.
4239
42402006-07-21 Kim F. Storm <storm@cua.dk>
4241
4242 * display.texi (Forcing Redisplay): Don't mention systems which
4243 don't support sub-second timers for redisplay-preemption-period.
4244
4245 * os.texi (Terminal Output): Clarify text vs graphical terminal.
4246
42472006-07-21 Eli Zaretskii <eliz@gnu.org>
4248
4249 * frames.texi (Input Focus): Document that focus-follows-mouse has
4250 no effect on MS-Windows.
4251
42522006-07-18 Richard Stallman <rms@gnu.org>
4253
4254 * display.texi (Forcing Redisplay): Cleanups in previous change.
4255
4256 * processes.texi (Low-Level Network): Make menu more convenient.
4257
42582006-07-18 Kim F. Storm <storm@cua.dk>
4259
4260 * display.texi (Forcing Redisplay): redisplay-preemption-period
4261 only used on window systems. Add xref to Terminal Output.
4262
4263 * os.texi (Terminal Output): baud-rate only controls preemption on
4264 non-window systems. Add xref to Forcing Redisplay.
4265
4266 * processes.texi (Low-Level Network): Rename node "Make Network"
4267 to "Network Processes".
4268
42692006-07-18 Karl Berry <karl@gnu.org>
4270
4271 * variables.texi, functions.texi, customize.texi, loading.texi:
4272 * edebug.texi, minibuf.texi: Fix page breaks through chapter 20.
4273
42742006-07-17 Chong Yidong <cyd@stupidchicken.com>
4275
4276 * commands.texi (Waiting): Document batch-mode sit-for behavior.
4277
42782006-07-17 Richard Stallman <rms@gnu.org>
4279
4280 * eval.texi, elisp.texi, text.texi: Use real doublequote inside menus.
4281 Put period and comma inside quotes.
4282
4283 * loading.texi, markers.texi: Use real doublequote inside menus.
4284
4285 * windows.texi: Put point and comma inside quotes.
4286 (Textual Scrolling): Use @samp for error message.
4287
4288 * variables.texi, tips.texi, syntax.texi, symbols.texi:
4289 * strings.texi, streams.texi, processes.texi, os.texi:
4290 * objects.texi, numbers.texi, modes.texi, minibuf.texi:
4291 * lists.texi, keymaps.texi, intro.texi, hash.texi, internals.texi:
4292 * gpl.texi, functions.texi, files.texi, frames.texi, doclicense.texi:
4293 * display.texi, control.texi, commands.texi, buffers.texi, anti.texi:
4294 Put point and comma inside quotes.
4295
4296 * control.texi (Processing of Errors): Add command-error-function.
4297
4298 * variables.texi (File Local Variables): Clarify that
4299 file local variables make buffer-local bindings.
4300
4301 * modes.texi (Syntactic Font Lock): Give default for
4302 font-lock-syntax-table.
4303
43042006-07-17 Nick Roberts <nickrob@snap.net.nz>
4305
4306 * text.texi (Special Properties): Clean up previous change.
4307
43082006-07-16 Karl Berry <karl@gnu.org>
4309
4310 * objects.texi, numbers.texi, strings.texi, lists.texi, hash.texi:
4311 * control.texi: Fix bad page breaks through chapter 10 (control).
4312
4313 * anti.texi (Antinews): Reorder face-attribute fns to avoid
4314 underfull hbox.
4315
43162006-07-15 Nick Roberts <nickrob@snap.net.nz>
4317
4318 * text.texi (Special Properties): Describe fontified text property
4319 in relation to a character (not text).
4320
43212006-07-15 Kim F. Storm <storm@cua.dk>
4322
4323 * maps.texi (Standard Keymaps): Add xref for minibuffer maps.
4324 Add apropos-mode-map, custom-mode-map, esc-map, global-map,
4325 grep-mode-map, help-map, help-mode-map, kmacro-map, and tool-bar-map.
4326
4327 * anti.texi (Antinews): Mention redisplay function.
4328 The kbd macro existed, but was not documented, before 22.x.
4329 Function pos-visible-in-window-p is not new in 22.x, just enhanced.
4330
43312006-07-14 Nick Roberts <nickrob@snap.net.nz>
4332
4333 * display.texi (Displaying Messages): Add anchor.
4334
4335 * frames.texi (Dialog Boxes): Use it.
4336
43372006-07-12 Richard Stallman <rms@gnu.org>
4338
4339 * objects.texi (Frame Type): Explain nature of frames better.
4340
4341 * frames.texi (Frames): Explain nature of frames better.
4342
43432006-07-12 Ken Manheimer <ken.manheimer@gmail.com>
4344
4345 * tips.texi (Coding Conventions): Explain why use cl at compile time.
4346
43472006-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4348
4349 * frames.texi (Window System Selections): Mention scrap support for Mac.
4350 Default value of x-select-enable-clipboard is t on Mac.
4351
4352 * os.texi (Getting Out): Suspending is not allowed on Mac, either.
4353
43542006-07-11 Kim F. Storm <storm@cua.dk>
4355
4356 * display.texi (Forcing Redisplay): Add `redisplay' function.
4357 Don't mention (sit-for -1) -- use (redisplay t) instead.
4358
4359 * commands.texi (Waiting): (sit-for -1) is no longer special.
4360 (sit-for 0) is equivalent to (redisplay).
4361 Iconifying/deiconifying no longer makes sit-for return.
4362
43632006-07-10 Nick Roberts <nickrob@snap.net.nz>
4364
4365 * display.texi (Buttons): Fix typo.
4366
4367 * index.texi, elisp.texi (New Symbols): Comment node out.
4368
43692006-07-09 Richard Stallman <rms@gnu.org>
4370
4371 * display.texi (Truncation): Clean up previous change.
4372
43732006-07-08 Richard Stallman <rms@gnu.org>
4374
4375 * commands.texi (Interactive Call): Use 3 as prefix in example
4376 for execute-extended-command.
4377
4378 * display.texi (Attribute Functions): Move paragraph about
4379 compatibility with Emacs < 21.
4380
43812006-07-09 Kim F. Storm <storm@cua.dk>
4382
4383 * display.texi (Refresh Screen): Clarify force-window-update.
4384 (Truncation): "Normally" indicated by fringe arrows.
4385
43862006-07-08 Eli Zaretskii <eliz@gnu.org>
4387
4388 * windows.texi (Textual Scrolling, Resizing Windows):
4389 * variables.texi (Constant Variables):
4390 * text.texi (Buffer Contents, Deletion, Changing Properties)
4391 (Property Search, Special Properties, Sticky Properties)
4392 (Links and Mouse-1, Fields, Change Hooks):
4393 * syntax.texi (Syntax Table Functions, Parsing Expressions)
4394 (Categories):
4395 * symbols.texi (Other Plists):
4396 * streams.texi (Output Variables):
4397 * processes.texi (Input to Processes, Query Before Exit):
4398 * positions.texi (Word Motion, Text Lines, List Motion):
4399 * os.texi (Init File, System Environment, Sound Output)
4400 (Session Management):
4401 * nonascii.texi (Text Representations, Character Sets)
4402 (Chars and Bytes, Locales):
4403 * modes.texi (Defining Minor Modes, Header Lines):
4404 * minibuf.texi (Minibuffer Contents):
4405 * markers.texi (Information from Markers):
4406 * lists.texi (List Elements, Building Lists, Association Lists):
4407 * keymaps.texi (Tool Bar):
4408 * hash.texi (Creating Hash, Hash Access, Defining Hash, Other Hash):
4409 * functions.texi (What Is a Function, Mapping Functions):
4410 * frames.texi (Creating Frames, Parameter Access, Pointer Shape)
4411 (Color Names, Text Terminal Colors, Display Feature Testing):
4412 * files.texi (Visiting Functions, File Name Components)
4413 (Unique File Names, Contents of Directories):
4414 * display.texi (Forcing Redisplay, Displaying Messages)
4415 (Temporary Displays, Font Selection, Auto Faces)
4416 (Font Lookup, Fringe Indicators, Display Margins)
4417 (Image Descriptors, Showing Images, Image Cache, Button Types)
4418 (Making Buttons, Manipulating Buttons, Button Buffer Commands)
4419 (Display Table Format, Glyphs):
4420 * control.texi (Iteration):
4421 * commands.texi (Command Loop Info, Adjusting Point):
4422 * backups.texi (Making Backups, Auto-Saving):
4423 Remove @tindex entries.
4424
44252006-07-07 Kim F. Storm <storm@cua.dk>
4426
4427 * display.texi (Fringe Cursors): Fix typo.
4428 (Customizing Bitmaps): Fix define-fringe-bitmap entry.
4429 (Overlay Arrow): Default is overlay-arrow fringe indicator.
4430
44312006-07-05 Richard Stallman <rms@gnu.org>
4432
4433 * text.texi (Buffer Contents): Add example of text props
4434 in result of buffer-substring.
4435 (Text Properties): Explain better about use of specific property names.
4436 (Property Search): Some cleanups; reorder some functions.
4437
4438 * keymaps.texi (Changing Key Bindings): Cleanup.
4439 Add xref to Key Binding Conventions.
4440
4441 * display.texi (Attribute Functions): Add examples for
4442 face-attribute-relative-p.
4443
4444 * tips.texi (Coding Conventions): Cleanup last change.
4445
44462006-07-05 Karl Berry <karl@gnu.org>
4447
4448 * elisp.texi: Use @fonttextsize 10pt, a la emacs.texi.
4449 Remove @setchapternewpage odd.
4450 Result is 1013 pages, down from 1100.
4451
4452 * anti.texi, customize.texi, display.texi, internals.texi:
4453 * minibuf.texi, modes.texi, tips.texi:
4454 Fix overfull/underfull boxes.
4455
44562006-07-05 Thien-Thi Nguyen <ttn@gnu.org>
4457
4458 * edebug.texi (Instrumenting):
4459 Add Edebug-specific findex for eval-buffer.
4460 * loading.texi (Loading):
4461 Replace eval-current-buffer with eval-buffer.
4462
44632006-06-30 Nick Roberts <nickrob@snap.net.nz>
4464
4465 * locals.texi (Standard Buffer-Local Variables): Update the list
4466 of variables.
4467
44682006-06-26 Nick Roberts <nickrob@snap.net.nz>
4469
4470 * files.texi (File Name Completion): Point user to the node
4471 "Reading File Names".
4472
44732006-06-24 Eli Zaretskii <eliz@gnu.org>
4474
4475 * files.texi (Contents of Directories): Document case-insensitive
4476 behavior on respective filesystems.
4477
4478 * objects.texi (Character Type): Document that Emacs signals an
4479 error for unsupported Unicode characters specified as \uNNNN.
4480
44812006-06-19 Richard Stallman <rms@gnu.org>
4482
4483 * processes.texi (Bindat Spec): Clarify previous change.
4484
44852006-06-16 Richard Stallman <rms@gnu.org>
4486
4487 * tips.texi (Coding Conventions): Better explain conventions
4488 for definition constructs.
4489
4490 * text.texi (Special Properties): String value of `read-only'
4491 serves as the error message.
4492
4493 * objects.texi (Character Type): Clarify prev. change.
4494 (Non-ASCII in Strings): Mention \u and \U.
4495
4496 * commands.texi (Using Interactive): Explain problem of
4497 markers, etc., in command-history.
4498
44992006-06-14 Kim F. Storm <storm@cua.dk>
4500
4501 * commands.texi (Waiting): Negative arg to sit-for forces
4502 redisplay even if input is pending.
4503
4504 * display.texi (Forcing Redisplay): Use (sit-for -1) to force a
4505 redisplay. Remove incorrect example of binding redisplay-dont-pause
4506 around (sit-for 0).
4507
45082006-06-13 Richard Stallman <rms@gnu.org>
4509
4510 * display.texi (Forcing Redisplay): Clarify previous change.
4511
45122006-06-13 Romain Francoise <romain@orebokech.com>
4513
4514 * display.texi (Forcing Redisplay): Fix typo.
4515
45162006-06-13 Kim F. Storm <storm@cua.dk>
4517
4518 * display.texi (Forcing Redisplay): Add redisplay-preemption-period.
4519
45202006-06-10 Luc Teirlinck <teirllm@auburn.edu>
4521
4522 * tips.texi (Coding Conventions): Add `@end itemize'.
4523
45242006-06-10 Richard Stallman <rms@gnu.org>
4525
4526 * tips.texi (Coding Conventions): Explain use of coding systems
4527 to ensure one decoding for strings.
4528
45292006-06-09 Aidan Kehoe <kehoea@parhasard.net>
4530
4531 * objects.texi (Character Type): Describe the \uABCD and \U00ABCDEF
4532 syntax.
4533
45342006-06-07 Eli Zaretskii <eliz@gnu.org>
4535
4536 * display.texi (Font Selection): Remove description of
4537 clear-face-cache.
4538
4539 * compile.texi (Eval During Compile): Fix a typo. Add index
4540 entries for possible uses of eval-when-compile.
4541
45422006-06-04 Thien-Thi Nguyen <ttn@gnu.org>
4543
4544 * display.texi (Abstract Display): Fix typo.
4545
45462006-06-03 Eli Zaretskii <eliz@gnu.org>
4547
4548 * minibuf.texi (Minibuffer History) <history-add-new-input>:
4549 Reword variable's description.
4550
45512006-06-01 Richard Stallman <rms@gnu.org>
4552
4553 * windows.texi (Splitting Windows): Clarify splitting nonselected
4554 window.
4555
45562006-05-31 Juri Linkov <juri@jurta.org>
4557
4558 * minibuf.texi (Minibuffer History): Add history-add-new-input.
4559
45602006-05-30 Richard Stallman <rms@gnu.org>
4561
4562 * display.texi (Line Height): Fix errors in description of
10d1d0af 4563 default line height and line-height property.
b8d4c8d0
GM
4564
4565 * nonascii.texi (Default Coding Systems): Further clarification.
4566
45672006-05-29 Luc Teirlinck <teirllm@auburn.edu>
4568
4569 * internals.texi (Pure Storage): Mention that an overflow in pure
4570 space causes a memory leak.
4571 (Garbage Collection): If there was an overflow in pure space,
4572 `garbage-collect' returns nil.
4573
45742006-05-30 Eli Zaretskii <eliz@gnu.org>
4575
4576 * nonascii.texi (Default Coding Systems): Fix it some more.
4577
45782006-05-29 Eli Zaretskii <eliz@gnu.org>
4579
4580 * nonascii.texi (Default Coding Systems): Fix last change.
4581
45822006-05-29 Kenichi Handa <handa@m17n.org>
4583
4584 * nonascii.texi (find-operation-coding-system): Describe the new
4585 argument format (FILENAME . BUFFER).
4586
45872006-05-28 Richard Stallman <rms@gnu.org>
4588
4589 * tips.texi (Coding Conventions): Better explain reasons not to
4590 advise other packages or use `eval-after-load'.
4591
45922006-05-29 Kim F. Storm <storm@cua.dk>
4593
4594 * processes.texi (Bindat Functions): Rename `pos' and `raw-data' to
4595 `bindat-idx' and `bindat-raw' for clarity.
4596
45972006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
4598
4599 * processes.texi (Bindat Spec): Expand on `repeat' handler.
4600
4601 * display.texi (Display): Add "Abstract Display" to menu.
4602 (Abstract Display, Abstract Display Functions)
4603 (Abstract Display Example): New nodes.
4604 * elisp.texi (Top): Add "Abstract Display" to menu.
4605
46062006-05-27 Chong Yidong <cyd@stupidchicken.com>
4607
4608 * keymaps.texi (Key Sequences): Link to input events definition.
4609 (Format of Keymaps): Delete material duplicated in Keymap Basics.
4610
4611 * files.texi (Changing Files): Document updated argument list for
4612 copy-file.
4613
46142006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
4615
4616 * processes.texi (Bindat Functions): Explain term "total length".
4617 Use it in bindat-length and bindat-pack descriptions.
4618
46192006-05-26 Eli Zaretskii <eliz@gnu.org>
4620
4621 * tips.texi (Coding Conventions): Advise against using
4622 eval-after-load in packages. Add an index entry.
4623
46242006-05-25 Juri Linkov <juri@jurta.org>
4625
4626 * minibuf.texi (Text from Minibuffer): Undocument keep-all.
4627
4628 * modes.texi (%-Constructs): Add %e, %z, %Z.
4629
46302006-05-25 Richard Stallman <rms@gnu.org>
4631
4632 * elisp.texi (Top): Update subnode menu.
4633
4634 * keymaps.texi (Keymap Basics): New node, split out of Key Sequences.
4635 (Keymaps): Update menu.
4636
46372006-05-25 Chong Yidong <cyd@stupidchicken.com>
4638
4639 * keymaps.texi (Key Sequences): Some clarifications.
4640
46412006-05-25 Thien-Thi Nguyen <ttn@gnu.org>
4642
4643 * processes.texi (Bindat Functions): Say "unibyte string"
4644 explicitly for bindat-unpack and bindat-pack descriptions.
4645 (Bindat Examples): Don't call `string-make-unibyte' in example.
4646
46472006-05-25 Chong Yidong <cyd@stupidchicken.com>
4648
5dcb4c4e 4649 * keymaps.texi (Key Sequences): Rename from Keymap Terminology.
c5602427 4650 Explain string and vector representations of key sequences.
b8d4c8d0
GM
4651
4652 * keymaps.texi (Changing Key Bindings):
dd7b651b 4653 * commands.texi (Interactive Codes):
b8d4c8d0
GM
4654 * help.texi (Describing Characters): Refer to it.
4655
46562006-05-23 Luc Teirlinck <teirllm@auburn.edu>
4657
4658 * frames.texi (Pointer Shape): @end table -> @end defvar.
4659
46602006-05-22 Richard Stallman <rms@gnu.org>
4661
4662 * elisp.texi (Top): Update subnode menus.
4663
4664 * frames.texi (Pointer Shape): Node renamed from Pointer Shapes.
4665 Contents rewritten; material from old Pointer Shape node moved here.
4666
4667 * display.texi (Pointer Shape): Node deleted.
4668 (Image Descriptors): Minor cleanup.
4669
46702006-05-21 Richard Stallman <rms@gnu.org>
4671
4672 * syntax.texi (Parsing Expressions): Update info on which STATE
4673 elements are ignored.
4674
46752006-05-19 Luc Teirlinck <teirllm@auburn.edu>
4676
4677 * hooks.texi (Standard Hooks): Correct typo.
4678
4679 * gpl.texi (GPL): ifinfo -> ifnottex.
4680
46812006-05-19 Michael Ernst <mernst@alum.mit.edu> (tiny change)
4682
4683 * searching.texi (Simple Match Data): Warn about match data being
4684 set anew by every search.
4685
46862006-05-17 Richard Stallman <rms@gnu.org>
4687
4688 * minibuf.texi (Minibuffer History): Clarify.
4689
4690 * searching.texi (Regexp Special): Clarify nested regexp warning.
4691
46922006-05-16 Kim F. Storm <storm@cua.dk>
4693
4694 * minibuf.texi (Minibuffer History): Update add-to-history.
4695
46962006-05-15 Oliver Scholz <epameinondas@gmx.de> (tiny change)
4697
5dcb4c4e
SM
4698 * nonascii.texi (Explicit Encoding):
4699 Fix typo (encoding<->decoding).
b8d4c8d0
GM
4700
47012006-05-14 Richard Stallman <rms@gnu.org>
4702
4703 * buffers.texi (Creating Buffers): Cleanup.
4704
4705 * files.texi (Visiting Functions): Rewrite in find-file-noselect.
4706
47072006-05-13 Eli Zaretskii <eliz@gnu.org>
4708
4709 * buffers.texi (Current Buffer): Document that with-temp-buffer
4710 disables undo.
4711
4712 * os.texi (Terminal-Specific): More accurate description of how
4713 Emacs searches for the terminal-specific libraries.
4714
47152006-05-12 Eli Zaretskii <eliz@gnu.org>
4716
4717 * hooks.texi (Standard Hooks) [iftex]: Convert @xref's to
4718 emacs-xtra to @inforef's.
4719
4720 * text.texi (Undo): Document that undo is turned off in buffers
4721 whose names begin with a space.
4722
4723 * buffers.texi (Buffer Names): Add index entries for buffers whose
4724 names begin with a space.
4725 (Creating Buffers): Document that undo is turned off in buffers
4726 whose names begin with a space.
4727
4728 * files.texi (Visiting Functions, Reading from Files)
4729 (Saving Buffers): Mention code and EOL conversions by file I/O
4730 primitives and subroutines.
4731
4732 * nonascii.texi (Lisp and Coding Systems): Document
4733 coding-system-eol-type. Add index entries for eol conversion.
4734
4735 * display.texi (Defining Faces): Mention `mac', and add an xref to
4736 where window-system is described.
4737
47382006-05-10 Richard Stallman <rms@gnu.org>
4739
4740 * internals.texi (Writing Emacs Primitives): Clarify GCPRO rules.
4741
47422006-05-10 Reiner Steib <Reiner.Steib@gmx.de>
4743
4744 * variables.texi (File Local Variables): Recommend to quote lambda
4745 expressions in safe-local-variable property.
4746
47472006-05-09 Richard Stallman <rms@gnu.org>
4748
5dcb4c4e
SM
4749 * variables.texi (File Local Variables):
4750 Document safe-local-eval-forms and safe-local-eval-function.
b8d4c8d0
GM
4751
47522006-05-07 Kim F. Storm <storm@cua.dk>
4753
4754 * minibuf.texi (Minibuffer History): Remove keep-dups arg
4755 from add-to-history.
4756
47572006-05-07 Romain Francoise <romain@orebokech.com>
4758
4759 * commands.texi (Event Input Misc):
4760 * compile.texi (Eval During Compile):
4761 * internals.texi (Buffer Internals):
4762 * minibuf.texi (Initial Input):
4763 * nonascii.texi (Scanning Charsets):
4764 * numbers.texi (Comparison of Numbers):
4765 * windows.texi (Textual Scrolling, Vertical Scrolling):
4766 Fix various typos.
4767
47682006-05-06 Eli Zaretskii <eliz@gnu.org>
4769
4770 * hooks.texi (Standard Hooks): Replace inforef to emacs-xtra by
4771 conditional xref's to either emacs or emacs-xtra, depending on
4772 @iftex/@ifnottex.
4773
4774 * minibuf.texi (Minibuffer History): Document add-to-history.
4775
47762006-05-05 Eli Zaretskii <eliz@gnu.org>
4777
4778 * internals.texi (Pure Storage): Mention the pure overflow message
4779 at startup.
4780
c8763fb6 47812006-05-05 Johan Bockgård <bojohan@dd.chalmers.se>
b8d4c8d0
GM
4782
4783 * keymaps.texi (Active Keymaps): Fix pseudo-Lisp syntax.
4784 (Searching Keymaps): Fix pseudo-Lisp description of keymap
4785 search.
4786
47872006-05-01 Richard Stallman <rms@gnu.org>
4788
4789 * intro.texi (nil and t): Clarify.
4790
4791 * variables.texi (File Local Variables): Suggest using booleanp.
4792
47932006-05-01 Juanma Barranquero <lekktu@gmail.com>
4794
4795 * objects.texi (Type Predicates): Fix typos.
4796
47972006-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
4798
4799 * intro.texi (nil and t): Add booleanp.
4800
4801 * objects.texi (Type Predicates): Add links for booleanp and
4802 string-or-null-p.
4803
48042006-04-29 Richard Stallman <rms@gnu.org>
4805
4806 * modes.texi (Multiline Font Lock): Rename from
4807 Multi line Font Lock Elements. Much clarification.
4808 (Font Lock Multiline, Region to Fontify): Much clarification.
4809
48102006-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
4811
4812 * variables.texi (File Local Variables): Remove the special case t for
4813 safe-local-variable.
4814
48152006-04-26 Richard Stallman <rms@gnu.org>
4816
4817 * syntax.texi (Parsing Expressions): Minor cleanup.
4818
48192006-04-18 Richard Stallman <rms@gnu.org>
4820
4821 * tips.texi (Coding Conventions): Explain when the package's
4822 prefix should appear later on (not at the start of the name).
4823
4824 * searching.texi (String Search): Clarify effect of NOERROR.
4825
4826 * modes.texi (Imenu): Clarify what special items do.
4827
4828 * hooks.texi (Standard Hooks): Delete text about old hook names.
4829
48302006-04-17 Romain Francoise <romain@orebokech.com>
4831
4832 * variables.texi (Local Variables): Update the default value of
4833 `max-specpdl-size'.
4834
48352006-04-15 Michael Olson <mwolson@gnu.org>
4836
4837 * processes.texi (Transaction Queues): Mention the new optional
4838 `delay-question' argument for `tq-enqueue'.
4839
48402006-04-13 Bill Wohler <wohler@newt.com>
4841
4842 * customize.texi (Common Keywords): Use dotted notation for
4843 :package-version value. Specify its values. Improve documentation
4844 for customize-package-emacs-version-alist.
4845
48462006-04-12 Bill Wohler <wohler@newt.com>
4847
4848 * customize.texi (Common Keywords): Move description of
4849 customize-package-emacs-version-alist to @defvar.
4850
48512006-04-10 Bill Wohler <wohler@newt.com>
4852
4853 * customize.texi (Common Keywords): Add :package-version.
4854
48552006-04-10 Kim F. Storm <storm@cua.dk>
4856
4857 * text.texi (Buffer Contents): Add NOPROPS arg to
4858 filter-buffer-substring.
4859
48602006-04-08 Kevin Ryde <user42@zip.com.au>
4861
4862 * os.texi (Command-Line Arguments): Update xref to emacs manual
4863 "Command Arguments" -> "Emacs Invocation", per change there.
4864
48652006-04-08 Thien-Thi Nguyen <ttn@gnu.org>
4866
4867 * display.texi (Other Display Specs): Arrange a @code{DOTTED-LIST} to
4868 be on one line to help makeinfo not render two spaces after the dot.
4869
48702006-04-07 Reiner Steib <Reiner.Steib@gmx.de>
4871
4872 * strings.texi (Predicates for Strings): Add string-or-null-p.
4873
48742006-03-28 Kim F. Storm <storm@cua.dk>
4875
4876 * processes.texi (Accepting Output): Remove obsolete (and incorrect)
4877 remarks about systems that don't support fractional seconds.
4878
48792006-03-25 Karl Berry <karl@gnu.org>
4880
4881 * elisp.texi: Use @copyright{} instead of (C), and do not indent
4882 the year list.
4883
48842006-03-21 Nick Roberts <nickrob@snap.net.nz>
4885
4886 * display.texi (Fringe Indicators): Fix typos.
4887
48882006-03-19 Luc Teirlinck <teirllm@auburn.edu>
4889
4890 * tips.texi (Documentation Tips): One can now also write `program'
4891 in front of a quoted symbol in a docstring to prevent making a
4892 hyperlink.
4893
48942006-03-19 Alan Mackenzie <acm@muc.de>
4895
4896 * text.texi (Special Properties): Clarify `fontified' property.
4897
48982006-03-16 Richard Stallman <rms@gnu.org>
4899
4900 * display.texi (Defining Images): Minor cleanup.
4901
49022006-03-16 Bill Wohler <wohler@newt.com>
4903
4904 * display.texi (Defining Images): In image-load-path-for-library,
4905 prefer user's images.
4906
49072006-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
4908
4909 * modes.texi (Region to Fontify): Remove font-lock-lines-before.
4910
49112006-03-15 Bill Wohler <wohler@newt.com>
4912
4913 * display.texi (Defining Images): Fix example in
4914 image-load-path-for-library by not recommending that one binds
4915 image-load-path. Just defvar it to placate compiler and only use
4916 it if previously defined.
4917
49182006-03-14 Bill Wohler <wohler@newt.com>
4919
4920 * display.texi (Defining Images): In image-load-path-for-library,
4921 always return list of directories. Update example.
4922
49232006-03-14 Alan Mackenzie <acm@muc.de>
4924
4925 * modes.texi: New node, "Region to Fontify" (for Font Lock).
4926 This describes font-lock-extend-region-function.
4927 ("Other Font Lock Variables"): Move "font-lock-lines-before" to
4928 the new node "Region to Fontify".
4929
49302006-03-13 Richard Stallman <rms@gnu.org>
4931
4932 * display.texi (Invisible Text): The impossible position is
4933 now before the invisible text, not after.
4934 (Defining Images): Clean up last change.
4935
49362006-03-11 Bill Wohler <wohler@newt.com>
4937
4938 * display.texi (Defining Images): Add image-load-path-for-library.
4939
49402006-03-11 Luc Teirlinck <teirllm@auburn.edu>
4941
4942 * text.texi (Adaptive Fill): Fix Texinfo usage.
4943
4944 * strings.texi (Creating Strings): Fix Texinfo usage.
4945
4946 * searching.texi (Regexp Special): Use @samp for regular
4947 expressions that are not in Lisp syntax.
4948
49492006-03-08 Luc Teirlinck <teirllm@auburn.edu>
4950
4951 * searching.texi (Regexp Special): Put remark between parentheses
4952 to avoid misreading.
4953
49542006-03-07 Luc Teirlinck <teirllm@auburn.edu>
4955
4956 * searching.texi (Syntax of Regexps): More accurately describe
4957 which characters are special in which situations.
4958 (Regexp Special): Recommend _not_ to quote `]' or `-' when they
4959 are not special. Describe in detail when `[' and `]' are special.
4960 (Regexp Backslash): Plenty of regexps with unbalanced square
4961 brackets are valid, so reword that statement.
4962
49632006-03-02 Kim F. Storm <storm@cua.dk>
4964
4965 * keymaps.texi (Tool Bar): Add tool-bar-border.
4966
49672006-02-28 Luc Teirlinck <teirllm@auburn.edu>
4968
4969 * loading.texi (Load Suffixes): Rephrase last paragraph. Fix typos.
4970
49712006-02-27 Luc Teirlinck <teirllm@auburn.edu>
4972
4973 * elisp.texi (Top): Include "Load Suffixes" in the detailed menu.
4974
4975 * files.texi (Locating Files): Suggest additional values for the
4976 SUFFIXES arg of `locate-file'. Update pxref.
4977
4978 * loading.texi (Loading): Include new node "Load Suffixes" in menu.
4979 (How Programs Do Loading): Discuss the effects of Auto Compression
4980 mode on `load'.
4981 (Load Suffixes): New node.
4982 (Library Search): Delete description of `load-suffixes'; it was
4983 moved to "Load Suffixes".
4984 (Autoload, Named Features): Mention `load-suffixes'.
4985
49862006-02-21 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
4987
4988 * display.texi (Fringe Indicators, Fringe Cursors): Fix typos.
4989
4990 * windows.texi (Window Tree): Fix typo.
4991
49922006-02-20 Kim F. Storm <storm@cua.dk>
4993
4994 * display.texi (Fringe Indicators): New section.
4995 Move indicate-empty-lines, indicate-buffer-boundaries, and
4996 default-indicate-buffer-boundaries here.
4997 Add fringe-indicator-alist and default-fringes-indicator-alist.
4998 Add list of logical fringe indicator symbols.
4999 Update list of standard bitmap names.
5000 (Fringe Cursors): New section.
5001 Move overflow-newline-into-fringe here.
5002 Add fringe-cursor-alist and default-fringes-cursor-alist.
5003 Add list of fringe cursor symbols.
5004
50052006-02-20 Juanma Barranquero <lekktu@gmail.com>
5006
5007 * commands.texi (Using Interactive): Fix reference to node
5008 "Minibuffers".
5009
50102006-02-19 Richard M. Stallman <rms@gnu.org>
5011
5012 * minibuf.texi (High-Level Completion):
5013 Add xref to read-input-method-name.
5014
5015 * files.texi (Relative File Names): Move file-relative-name here.
5016 (File Name Expansion): From here. Minor clarifications.
5017
5018 * commands.texi (Using Interactive): Add xrefs about reading input.
5019 Clarify remarks about that moving point and mark.
5020 Put string case before list case.
5021
c8763fb6 50222006-02-16 Johan Bockgård <bojohan@dd.chalmers.se>
b8d4c8d0
GM
5023
5024 * display.texi (Other Display Specs, Image Descriptors):
5025 Revert erroneous changes. The previous description of
5026 image-descriptors as `(image . PROPS)' was correct.
5027
50282006-02-14 Richard M. Stallman <rms@gnu.org>
5029
5030 * variables.texi (File Local Variables): Clarifications.
5031
50322006-02-14 Juanma Barranquero <lekktu@gmail.com>
5033
5034 * variables.texi (File Local Variables): Use @code for a cons
5035 cell, not @var.
5036
50372006-02-13 Chong Yidong <cyd@stupidchicken.com>
5038
5039 * variables.texi (File Local Variables): Document new file local
5040 variable behavior.
5041
50422006-02-10 Kim F. Storm <storm@cua.dk>
5043
5044 * eval.texi (Function Indirection): Add NOERROR to indirect-function.
5045
50462006-02-08 Juanma Barranquero <lekktu@gmail.com>
5047
5048 * modes.texi (%-Constructs): Remove obsolete info about
5049 `global-mode-string'.
5050
50512006-02-07 Richard M. Stallman <rms@gnu.org>
5052
5053 * commands.texi (Prefix Command Arguments): Minor cleanup.
5054
5055 * display.texi: "Graphical display", not window system.
5056
5057 * functions.texi (What Is a Function): Fix xref.
5058
5059 * keymaps.texi (Key Lookup): Clarify wrt commands vs other functions.
5060 (Changing Key Bindings): Clarify when remapping is better than
5061 substitute-key-definition.
5062
50632006-02-02 Richard M. Stallman <rms@gnu.org>
5064
5065 * minibuf.texi (Basic Completion): Completion alists are risky.
5066
5067 * keymaps.texi (Active Keymaps): Clarifications.
5068 (Searching Keymaps): New node.
5069 (Keymaps): Update menu.
5070
5071 * frames.texi (Layout Parameters): Minor clarification.
5072 (Drag and Drop): New node.
5073 (Frames): Update menu.
5074
50752006-01-29 Chong Yidong <cyd@stupidchicken.com>
5076
5077 * display.texi (Other Display Specs, Image Descriptors):
5078 Image description is a list, not a cons cell.
5079
50802006-01-28 Luc Teirlinck <teirllm@auburn.edu>
5081
5082 * lists.texi (Cons Cells): Minor correction (the cdr of a dotted
5083 list is not necessarily a list).
5084
50852006-01-27 Eli Zaretskii <eliz@gnu.org>
5086
5087 * frames.texi (Layout Parameters): border-width and
5088 internal-border-width belong to the frame, not the window.
5089
50902006-01-19 Richard M. Stallman <rms@gnu.org>
5091
5092 * nonascii.texi (Translation of Characters): Search cmds use
5093 translation-table-for-input. Automatically made local.
5094
5095 * markers.texi (Overview of Markers): Count insertion type
5096 as one of a marker's attributes.
5097
5098 * keymaps.texi (Controlling Active Maps): New node, split out of
5099 Active Keymaps.
5100 (Keymaps): Menu updated.
5101 (Active Keymaps): Give pseudocode to explain how the active
5102 maps are searched. current-active-maps and key-binding moved here.
5103 (Functions for Key Lookup): current-active-maps and key-binding moved.
5104 Clarifications.
5105 (Searching the Keymaps): New subnode.
5106
5107 * elisp.texi (Top): Menu clarification.
5108
5109 * display.texi (Other Display Specs): Delete duplicate entry for
5110 just a string as display spec. Move text about recursive display
5111 specs on such a string.
5112
5113 * commands.texi (Key Sequence Input): Clarify.
5114 Move num-nonmacro-input-events out.
5115 (Reading One Event): num-nonmacro-input-events moved here.
5116
51172006-01-14 Nick Roberts <nickrob@snap.net.nz>
5118
5119 * advice.texi (Simple Advice): Update example to fit argument
5120 change in previous-line.
5121
51222006-01-05 Richard M. Stallman <rms@gnu.org>
5123
5124 * markers.texi (The Mark): Fix in `mark'.
5125
51262006-01-04 Richard M. Stallman <rms@gnu.org>
5127
5128 * processes.texi (Misc Network, Make Network): Minor cleanups.
5129
51302006-01-04 Kim F. Storm <storm@cua.dk>
5131
5132 * processes.texi (Make Network): Add IPv6 addresses and handling.
5133 (Network Feature Testing): Mention (:family ipv6).
5134 (Misc Network): Add IPv6 formats to format-network-address.
5135
51362005-12-30 Richard M. Stallman <rms@gnu.org>
5137
5138 * text.texi (Changing Properties):
5139 Don't use return value of set-text-properties.
5140
51412005-12-29 Luc Teirlinck <teirllm@auburn.edu>
5142
5143 * modes.texi (Mode Line Format): Correct typo in menu.
5144
51452005-12-29 Richard M. Stallman <rms@gnu.org>
5146
5147 * modes.texi (Mode Line Top): New node.
5148 (Mode Line Data): Some text moved to new node.
5149 Explain the data structure more concretely.
5150 (Mode Line Basics): Clarifications.
5151 (Mode Line Variables): Clarify intro paragraph.
5152 (%-Constructs): Clarify intro paragraph.
5153 (Mode Line Format): Update menu.
5154
51552005-12-28 Luc Teirlinck <teirllm@auburn.edu>
5156
5157 * minibuf.texi (Basic Completion): Update lazy-completion-table
5158 examples for removal of ARGS argument.
5159
51602005-12-23 Richard M. Stallman <rms@gnu.org>
5161
5162 * text.texi (Undo): Restore some explanation from the version
5163 that was deleted.
5164
51652005-12-23 Eli Zaretskii <eliz@gnu.org>
5166
5167 * text.texi (Undo): Remove duplicate descriptions of `apply
5168 funname' and `apply delta' elements of the undo list.
5169
51702005-12-20 Richard M. Stallman <rms@gnu.org>
5171
5172 * help.texi (Help Functions): Update documentation of `apropos'.
5173
51742005-12-20 Luc Teirlinck <teirllm@auburn.edu>
5175
5176 * customize.texi (Type Keywords): Delete xref to "Text help-echo",
5177 because it is confusing. If the :help-echo keyword is a function,
5178 it is not directly used as the :help-echo overlay property, as the
5179 xref seems to suggest (it does not take the appropriate args).
5180
51812005-12-19 Luc Teirlinck <teirllm@auburn.edu>
5182
5183 * customize.texi (Common Keywords): Fix Texinfo usage.
5184 (Group Definitions, Variable Definitions): Update for new
5185 conventions for using `*' in docstrings.
5186
5187 * tips.texi (Documentation Tips): Update for new conventions for
5188 using `*' in docstrings.
5189
51902005-12-16 Richard M. Stallman <rms@gnu.org>
5191
5192 * minibuf.texi (Minibuffer Contents): Minor cleanup.
5193
51942005-12-16 Juri Linkov <juri@jurta.org>
5195
5196 * minibuf.texi (Minibuffer Contents): Add minibuffer-completion-contents.
5197
51982005-12-14 Romain Francoise <romain@orebokech.com>
5199
5200 * modes.texi (Customizing Keywords): Rename `append' to `how'.
5201 Fix typo.
5202
52032005-12-11 Juri Linkov <juri@jurta.org>
5204
5205 * minibuf.texi (Completion Commands): Add mention of read-file-name
5206 for filename completion keymaps.
5207 (Reading File Names): Add mention of filename completion keymaps
5208 for read-file-name and xref to `Completion Commands'.
5209
52102005-12-10 Richard M. Stallman <rms@gnu.org>
5211
5212 * customize.texi (Common Keywords): State caveats for use of :tag.
5213
52142005-12-08 Richard M. Stallman <rms@gnu.org>
5215
5216 * minibuf.texi (Intro to Minibuffers): Replace list of local maps
5217 with xrefs and better explanation.
5218 (Completion Commands): Add the filename completion maps.
5219
5220 * objects.texi (Character Type): Clarify that \s is not space
5221 if a dash follows.
5222
52232005-12-05 Richard M. Stallman <rms@gnu.org>
5224
5225 * windows.texi (Resizing Windows): Delete preserve-before args.
5226
52272005-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
5228
5229 * keymaps.texi (Format of Keymaps): Remove mention of a quirk
5230 in full keymaps, since the quirk has been fixed.
5231
52322005-12-03 Eli Zaretskii <eliz@gnu.org>
5233
5dcb4c4e
SM
5234 * hooks.texi (Standard Hooks): Add index entries.
5235 Mention `compilation-finish-functions'.
b8d4c8d0
GM
5236
52372005-11-27 Richard M. Stallman <rms@gnu.org>
5238
5239 * windows.texi (Resizing Windows): Add adjust-window-trailing-edge.
5240
52412005-11-21 Juri Linkov <juri@jurta.org>
5242
5243 * customize.texi (Common Keywords): Update links types
5244 custom-manual and url-link. Add link types emacs-library-link,
5245 file-link, function-link, variable-link, custom-group-link.
5246
52472005-11-20 Chong Yidong <cyd@stupidchicken.com>
5248
5249 * display.texi: Revert 2005-11-20 change.
5250
52512005-11-20 Thien-Thi Nguyen <ttn@gnu.org>
5252
5253 * processes.texi (Bindat Functions):
5254 Say "third" to refer to zero-based index "2".
5255
52562005-11-18 Luc Teirlinck <teirllm@auburn.edu>
5257
5258 * loading.texi (Library Search): Update the default value of
5259 `load-suffixes'.
5260
52612005-11-17 Chong Yidong <cyd@stupidchicken.com>
5262
5263 * display.texi (Attribute Functions): Mention :ignore-defface.
5264
52652005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
5266
5267 * modes.texi (Minor Mode Conventions): Use custom-set-minor-mode.
5268 (Minor Mode Conventions): Mention the use of a hook.
5269
52702005-11-06 Richard M. Stallman <rms@gnu.org>
5271
5272 * files.texi (Magic File Names): find-file-name-handler checks the
5273 `operations' property of the handler.
5274
52752005-11-03 Richard M. Stallman <rms@gnu.org>
5276
5277 * variables.texi (Frame-Local Variables): Small clarification.
5278
52792005-10-29 Chong Yidong <cyd@stupidchicken.com>
5280
5281 * os.texi (Init File): Document ~/.emacs.d/init.el.
5282
52832005-10-29 Richard M. Stallman <rms@gnu.org>
5284
5285 * internals.texi (Garbage Collection): Document memory-full.
5286
52872005-10-28 Bill Wohler <wohler@newt.com>
5288
5289 * tips.texi (Documentation Tips): Help mode now creates hyperlinks
5290 for URLs.
5291
52922005-10-28 Richard M. Stallman <rms@gnu.org>
5293
5294 * minibuf.texi (Completion Commands): Clean up prev change.
5295
52962005-10-26 Kevin Ryde <user42@zip.com.au>
5297
5298 * compile.texi (Eval During Compile): Explain recommended uses
5299 of eval-when-compile and eval-and-compile.
5300
53012005-10-27 Masatake YAMATO <jet@gyve.org>
5302
5303 * minibuf.texi (Completion Commands):
5304 Write about new optional argument for `display-completion-list'.
5305
53062005-10-23 Richard M. Stallman <rms@gnu.org>
5307
5308 * display.texi (Overlay Arrow): Clarify about local bindings of
5309 overlay-arrow-position.
5310
53112005-10-22 Eli Zaretskii <eliz@gnu.org>
5312
5313 * internals.texi (Building Emacs): Fix last change.
5314
53152005-10-22 Richard M. Stallman <rms@gnu.org>
5316
5317 * internals.texi (Building Emacs): Document eval-at-startup.
5318
53192005-10-21 Richard M. Stallman <rms@gnu.org>
5320
5321 * loading.texi (Where Defined): load-history contains abs file names.
5322 symbol-file returns abs file names.
5323
53242005-10-19 Kim F. Storm <storm@cua.dk>
5325
5326 * display.texi (Showing Images): Add max-image-size integer value.
5327
53282005-10-18 Chong Yidong <cyd@stupidchicken.com>
5329
5330 * display.texi (Showing Images): Document max-image-size.
5331
53322005-10-17 Richard M. Stallman <rms@gnu.org>
5333
5334 * commands.texi (Quitting): Minor clarification.
5335
5336 * processes.texi (Sentinels): Clarify about output and quitting.
5337 (Filter Functions): Mention with-local-quit.
5338
53392005-10-17 Juri Linkov <juri@jurta.org>
5340
5341 * buffers.texi (Current Buffer):
5342 * commands.texi (Event Input Misc):
5343 * compile.texi (Eval During Compile, Compiler Errors):
5344 * customize.texi (Group Definitions):
5345 * display.texi (Progress, Defining Faces):
5346 * files.texi (Writing to Files):
5347 * modes.texi (Mode Hooks, Defining Minor Modes):
5348 * streams.texi (Output Functions):
5349 * syntax.texi (Syntax Table Functions):
5350 * text.texi (Change Hooks):
5351 Replace `...' with `@dots{}' in `@defmac' and `@defspec'.
5352
5353 * commands.texi (Quitting): Replace arg `forms' with `body' in
5354 `with-local-quit'.
5355
5356 * positions.texi (Excursions): Replace arg `forms' with `body' in
5357 `save-excursion'.
5358
53592005-10-08 Kim F. Storm <storm@cua.dk>
5360
5361 * windows.texi (Window Tree): Rename window-split-tree to window-tree.
5362 Rename manual section accordingly.
5363
53642005-10-04 Kim F. Storm <storm@cua.dk>
5365
5366 * windows.texi (Window Split Tree): New section describing
5367 new function window-split-tree function.
5368
53692005-10-03 Nick Roberts <nickrob@snap.net.nz>
5370
5371 * display.texi (Fringe Size/Pos): Simplify and add detail.
5372
53732005-09-30 Romain Francoise <romain@orebokech.com>
5374
5375 * minibuf.texi (High-Level Completion): Explain that the prompt
5376 given to `read-buffer' should end with a colon and a space.
5377 Update usage examples.
5378
53792005-09-29 Juri Linkov <juri@jurta.org>
5380
5381 * display.texi (Displaying Messages): Rename argument name
5382 `string' to `format-string' in functions `message', `message-box',
5383 `message-or-box'.
5384
53852005-09-26 Chong Yidong <cyd@stupidchicken.com>
5386
5387 * errors.texi (Standard Errors): Correct xrefs.
5388
53892005-09-18 Chong Yidong <cyd@stupidchicken.com>
5390
5391 * display.texi (Defining Images): Update documentation for
5392 `image-load-path'.
5393
53942005-09-17 Richard M. Stallman <rms@gnu.org>
5395
5396 * display.texi (Defining Images): Clean up previous change.
5397
53982005-09-16 Romain Francoise <romain@orebokech.com>
5399
5400 * elisp.texi: Specify GFDL version 1.2.
5401
5402 * doclicense.texi (GNU Free Documentation License): Update to
5403 version 1.2.
5404
54052005-09-15 Chong Yidong <cyd@stupidchicken.com>
5406
5407 * display.texi (Defining Images): Document `image-load-path'.
5408
54092005-09-15 Richard M. Stallman <rms@gnu.org>
5410
5411 * objects.texi (Printed Representation): Minor cleanup.
5412 (Box Diagrams): Minor fix.
5413 (Cons Cell Type): Move (...) index item here.
5414 (Box Diagrams): From here.
5415 (Array Type): Minor fix.
5416 (Type Predicates): Delete index "predicates".
5417 (Hash Table Type): Clarify xref.
5418 (Dotted Pair Notation): Minor fix.
5419
54202005-09-10 Chong Yidong <cyd@stupidchicken.com>
5421
5422 * files.texi (Saving Buffers): Fix typo.
5423
54242005-09-08 Richard M. Stallman <rms@gnu.org>
5425
5426 * tips.texi (Programming Tips): Correct the "default" prompt spec.
5427
54282005-09-08 Chong Yidong <cyd@stupidchicken.com>
5429
5430 * locals.texi (Standard Buffer-Local Variables): Don't include
5431 mode variables for minor modes.
5432 Fix xrefs for buffer-display-count, buffer-display-table,
5433 buffer-offer-save, buffer-saved-size, cache-long-line-scans,
5434 enable-multibyte-characters, fill-column, header-line-format,
5435 left-fringe-width, left-margin, and right-fringe-width.
5436
5437 * hooks.texi (Standard Hooks): All hooks should conform to the
5438 standard naming convention now.
5439 Fix xref for `echo-area-clear-hook'.
5440
5441 * display.texi (Usual Display): Note that indicate-empty-lines and
5442 tab-width are buffer-local.
5443
5444 * files.texi (Saving Buffers): Add xref to `Killing Buffers'.
5445
5446 * modes.texi (Mode Help): Note that major-mode is buffer-local.
5447
5448 * nonascii.texi (Encoding and I/O): Note that
5449 buffer-file-coding-system is buffer-local.
5450
5451 * positions.texi (List Motion): Note that defun-prompt-regexp is
5452 buffer-local.
5453
5454 * text.texi (Auto Filling): Note that auto-fill-function is
5455 buffer-local.
5456 (Undo): Note that buffer-undo-list is buffer-local.
5457
5dcb4c4e
SM
5458 * windows.texi (Buffers and Windows):
5459 Document buffer-display-count.
b8d4c8d0
GM
5460
54612005-09-06 Richard M. Stallman <rms@gnu.org>
5462
5463 * tips.texi (Coding Conventions): Sometimes it is ok to put the
5464 package prefix elsewhere than at the start of the name.
5465
54662005-09-03 Richard M. Stallman <rms@gnu.org>
5467
5468 * tips.texi (Programming Tips): Add conventions for minibuffer
5469 questions and prompts.
5470
54712005-09-03 Joshua Varner <jlvarner@gmail.com> (tiny change)
5472
5473 * intro.texi (nil and t): Minor cleanup.
5474 Delete spurious mention of keyword symbols.
5475 (Evaluation Notation): Add index entry.
5476 (A Sample Function Description): Minor cleanup.
5477 (A Sample Variable Description): Not all vars can be set.
5478
54792005-09-03 Thien-Thi Nguyen <ttn@gnu.org>
5480
5481 * text.texi (Buffer Contents): Use "\n" in examples' result strings.
5482
5483 (Insertion): Document precise type of `insert-char' arg COUNT.
5484
54852005-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
5486
5487 * modes.texi (Other Font Lock Variables): Sync the default of
5488 font-lock-lines-before.
5489
54902005-08-31 Michael Albinus <michael.albinus@gmx.de>
5491
5492 * files.texi (Magic File Names): Add `make-auto-save-file-name'.
5493
54942005-08-29 Richard M. Stallman <rms@gnu.org>
5495
5496 * elisp.texi (Top): Update subnode menu.
5497
5498 * searching.texi (Searching and Matching): Move node.
5499 Rearrange contents and add overall explanation.
5500 (Searching and Case): Move node.
5501 (Searching and Matching): Update menu.
5502
55032005-08-27 Eli Zaretskii <eliz@gnu.org>
5504
5505 * os.texi (Startup Summary): Fix the description of the initial
5506 startup message display.
5507
55082005-08-25 Richard M. Stallman <rms@gnu.org>
5509
5510 * searching.texi (Search and Replace): Add replace-regexp-in-string.
5511
55122005-08-25 Emilio C. Lopes <eclig@gmx.net>
5513
5514 * display.texi (Finding Overlays): Fix `find-overlay-prop' in
5515 `next-overlay-change' example.
5516
55172005-08-22 Juri Linkov <juri@jurta.org>
5518
5519 * display.texi (Attribute Functions): Add set-face-inverse-video-p.
5520 Fix invert-face. Fix args of face-background.
5521
5522 * display.texi (Standard Faces): Delete node.
5523 (Faces): Add xref to `(emacs)Standard Faces'.
5524 (Displaying Faces): Fix xref to `Standard Faces'.
5525
5526 * modes.texi (Mode Line Data): Fix xref to Standard Faces.
5527
55282005-08-20 Alan Mackenzie <acm@muc.de>
5529
5530 * buffers.texi (The Buffer List): Clarify the manipulation of the
5531 buffer list.
5532
55332005-08-14 Richard M. Stallman <rms@gnu.org>
5534
5535 * modes.texi (Auto Major Mode): interpreter-mode-alist key is not
5536 a regexp.
5537
55382005-08-11 Richard M. Stallman <rms@gnu.org>
5539
5540 * elisp.texi (Top): Update subnode lists.
5541
5542 * display.texi (Inverse Video): Node deleted.
5543
5544 * tips.texi (Key Binding Conventions, Programming Tips, Warning Tips):
5545 New nodes split out of Coding Conventions.
5546
5547 * searching.texi (Regular Expressions): Document re-builder.
5548
5549 * os.texi (Time Parsing): New node split out of Time Conversion.
5550
5551 * processes.texi (Misc Network, Network Feature Testing)
5552 (Network Options, Make Network): New nodes split out of
5553 Low-Level Network.
5554
55552005-08-09 Richard M. Stallman <rms@gnu.org>
5556
5557 * frames.texi (Geometry): New node, split from Size and Position.
5558 (Frame Parameters): Refer to Geometry.
5559
5560 * buffers.texi (The Buffer List): Fix xrefs.
5561
5562 * windows.texi (Splitting Windows): Fix xref.
5563
5564 * frames.texi (Layout Parameters): Add xref.
5565
5566 * display.texi (Line Height, Scroll Bars): Fix xrefs.
5567
5568 * keymaps.texi (Menu Bar): Fix xref.
5569
5570 * locals.texi (Standard Buffer-Local Variables): Fix xref.
5571
5572 * modes.texi (%-Constructs): Fix xref.
5573
5574 * frames.texi (Window Frame Parameters): Node split up.
5575 (Basic Parameters, Position Parameters, Size Parameters)
5576 (Layout Parameters, Buffer Parameters, Management Parameters)
5577 (Cursor Parameters, Color Parameters): New subnodes.
5578
55792005-08-09 Luc Teirlinck <teirllm@auburn.edu>
5580
5581 * positions.texi (Screen Lines): Update xref for previous change
5582 in minibuf.texi.
5583
5584 * minibuf.texi (Intro to Minibuffers): Update pxref for previous
5585 change in minibuf.texi.
5586
55872005-08-09 Richard M. Stallman <rms@gnu.org>
5588
5589 * tips.texi (Coding Conventions): Minor cleanup.
5590
5591 * modes.texi (Defining Minor Modes): Explain when init-value
5592 can be non-nil.
5593
5594 * elisp.texi (Top): Update submenu for Minibuffer.
5595
5596 * minibuf.texi (Minibuffer Misc): Node split up.
5597 (Minibuffer Commands, Minibuffer Windows, Minibuffer Contents)
5598 (Recursive Mini): New nodes split out from Minibuffer Misc.
5599 (Minibuffer Misc): Document max-mini-window-height.
5600
5601 * hash.texi (Defining Hash): Delete stray paren in example.
5602
5603 * display.texi (Echo Area Customization): Don't define
5604 max-mini-window-height here; xref instead.
5605
5606 * commands.texi (Event Input Misc): Update while-no-input.
5607
5608 * advice.texi (Advising Functions): Explain when to use advice
5609 and when to use a hook.
5610
56112005-07-30 Eli Zaretskii <eliz@gnu.org>
5612
5613 * makefile.w32-in (info): Don't run install-info.
5614 ($(infodir)/dir): New target, produced by running install-info.
5615
56162005-07-27 Luc Teirlinck <teirllm@auburn.edu>
5617
5618 * modes.texi (Defining Minor Modes): The keyword for the initial
5619 value is :init-value, not :initial-value.
5620
56212005-07-23 Eli Zaretskii <eliz@gnu.org>
5622
5623 * loading.texi (Autoload): Make the `doctor' example be consistent
5624 with what's in current loaddefs.el. Describe the "fn" magic in
5625 the usage portion of the doc string.
5626
56272005-07-22 Richard M. Stallman <rms@gnu.org>
5628
5629 * internals.texi (Garbage Collection): Clarify previous change.
5630
56312005-07-21 Stefan Monnier <monnier@iro.umontreal.ca>
5632
5633 * internals.texi (Garbage Collection): Add gc-cons-percentage.
5634
56352005-07-18 Juri Linkov <juri@jurta.org>
5636
5637 * commands.texi (Accessing Events):
5638 * frames.texi (Text Terminal Colors, Resources):
5639 * markers.texi (The Mark):
5640 * modes.texi (Defining Minor Modes):
5641 Delete duplicate duplicate words.
5642
56432005-07-16 Richard M. Stallman <rms@gnu.org>
5644
5645 * display.texi (Managing Overlays): Clarify make-overlay
5646 args for insertion types.
5647
56482005-07-13 Luc Teirlinck <teirllm@auburn.edu>
5649
5650 * customize.texi (Variable Definitions):
5651 Add `custom-initialize-safe-set' and `custom-initialize-safe-default'.
5652 `standard-value' is a list too.
5653 (Defining New Types): Use @key{RET} instead of @key{ret}.
5654
56552005-07-13 Francis Litterio <franl@world.std.com> (tiny change)
5656
5657 * os.texi (Translating Input): Fix typo.
5658
56592005-07-08 Richard M. Stallman <rms@gnu.org>
5660
5661 * README: Update edition number and size estimate.
5662
5663 * elisp.texi (VERSION): Set to 2.9.
5664
56652005-07-07 Richard M. Stallman <rms@gnu.org>
5666
5667 * book-spine.texinfo: Update Emacs version.
5668
5669 * display.texi (Inverse Video): Delete mode-line-inverse-video.
5670
56712005-07-06 Richard M. Stallman <rms@gnu.org>
5672
5673 * searching.texi (Regexp Search): Clarify what re-search-forward
5674 does when the search fails.
5675
56762005-07-05 Lute Kamstra <lute@gnu.org>
5677
5678 * Update FSF's address in GPL notices.
5679
5680 * doclicense.texi (GNU Free Documentation License):
5681 * gpl.texi (GPL):
5682 * tips.texi (Coding Conventions, Library Headers):
5683 * vol1.texi:
5684 * vol2.texi: Update FSF's address.
5685
56862005-07-04 Richard M. Stallman <rms@gnu.org>
5687
5688 * hooks.texi (Standard Hooks): Add occur-hook.
5689
56902005-07-03 Luc Teirlinck <teirllm@auburn.edu>
5691
5692 * display.texi (The Echo Area): Correct menu.
5693
56942005-07-03 Richard M. Stallman <rms@gnu.org>
5695
5696 * elisp.texi (Top): Update subnode menu for Display.
5697
5698 * display.texi (Displaying Messages): New node, with most
5699 of what was in The Echo Area.
5dcb4c4e 5700 (Progress): Move under The Echo Area.
b8d4c8d0
GM
5701 (Logging Messages): New node with new text.
5702 (Echo Area Customization): New node, the rest of what was
5703 in The Echo Area. Document message-truncate-lines with @defvar.
5704 (Display): Update menu.
5705
5706 * windows.texi (Textual Scrolling): Doc 3 values for
5707 scroll-preserve-screen-position.
5708
5709 * text.texi (Special Properties): Change hook functions
5710 should bind inhibit-modification-hooks around altering buffer text.
5711
5712 * keymaps.texi (Key Binding Commands): Call binding BINDING
5713 rather than DEFINITION.
5714
57152005-06-29 Juanma Barranquero <lekktu@gmail.com>
5716
5717 * variables.texi (Defining Variables): `user-variable-p' returns t
5718 for aliases of user options, nil for alias loops.
5719
57202005-06-28 Richard M. Stallman <rms@gnu.org>
5721
5722 * keymaps.texi (Creating Keymaps): Put make-sparse-keymap before
5723 make-keymap.
5724
57252005-06-27 Luc Teirlinck <teirllm@auburn.edu>
5726
5727 * variables.texi (Setting Variables): Correct and clarify
5728 description of `add-to-ordered-list'.
5729
57302005-06-26 Richard M. Stallman <rms@gnu.org>
5731
5732 * display.texi (Faces): Minor cleanup.
5733
57342005-06-25 Luc Teirlinck <teirllm@auburn.edu>
5735
5736 * display.texi (Faces): `facep' returns t for strings that are
5737 face names.
5738
57392005-06-25 Richard M. Stallman <rms@gnu.org>
5740
5741 * objects.texi (Equality Predicates): Clarify meaning of equal.
5742
5743 * windows.texi (Selecting Windows): save-selected-window
5744 and with-selected-window save and restore the current buffer.
5745
57462005-06-24 Richard M. Stallman <rms@gnu.org>
5747
5748 * numbers.texi (Float Basics): Explain how to test for NaN,
5749 and printing the sign of NaNs.
5750
57512005-06-24 Eli Zaretskii <eliz@gnu.org>
5752
5753 * makefile.w32-in (MAKEINFO): Use --force.
5754
57552005-06-23 Richard M. Stallman <rms@gnu.org>
5756
5757 * display.texi (Face Functions): Correct Texinfo usage.
5758
57592005-06-23 Luc Teirlinck <teirllm@auburn.edu>
5760
5761 * lists.texi (Rings): `ring-elements' now returns the elements of
5762 RING in order.
5763
57642005-06-23 Juanma Barranquero <lekktu@gmail.com>
5765
5766 * markers.texi (The Mark): Texinfo usage fix.
5767
57682005-06-23 Kim F. Storm <storm@cua.dk>
5769
5770 * searching.texi (Entire Match Data): Remove evaporate option for
5771 match-data. Do not mention evaporate option for set-match-data.
5772
57732005-06-22 Glenn Morris <gmorris@ast.cam.ac.uk>
5774
5775 * display.texi (Face Functions): Mention face aliases.
5776
57772005-06-21 Richard M. Stallman <rms@gnu.org>
5778
5779 * anti.texi (Antinews): Texinfo usage fix.
5780
57812005-06-21 Karl Berry <karl@gnu.org>
5782
5783 * elisp.texi: Use @copying.
5784
5785 * elisp.texi: Put @summarycontents and @contents before the Top
5786 node, instead of the end of the file, so that the contents appear
5787 in the right place in the dvi/pdf output.
5788
57892005-06-21 Juri Linkov <juri@jurta.org>
5790
5791 * display.texi (Defining Faces): Add `customized-face'.
5792
57932005-06-20 Kim F. Storm <storm@cua.dk>
5794
5795 * variables.texi (Setting Variables): Any type of element can be
5796 given order in add-to-ordered-list. Compare elements with eq.
5797
5798 * lists.texi (Rearrangement): Sort predicate may just return non-nil.
5799
58002005-06-20 Karl Berry <karl@gnu.org>
5801
5802 * syntax.texi (Syntax Flags): Make last column very slightly wider
5803 to avoid "generic comment" breaking on two lines and causing an
5804 underfull box.
5805
58062005-06-19 Luc Teirlinck <teirllm@auburn.edu>
5807
5808 * lists.texi (Rings): Various minor clarifications and corrections.
5809
58102005-06-18 Richard M. Stallman <rms@gnu.org>
5811
5812 * functions.texi (Obsolete Functions): Simplify.
5813
5814 * variables.texi (Variable Aliases): Simplify.
5815
5816 * anti.texi, backups.texi, compile.texi, customization.texi:
5817 * debugging.texi, display.texi, edebug.texi, errors.texi, frames.texi:
5818 * functions.texi, help.texi, keymaps.texi, modes.texi, nonascii.texi:
5819 * os.texi, processes.texi, searching.texi, strings.texi, text.texi:
5820 * variables.texi: Fix formatting ugliness.
5821
5822 * elisp.texi: Add links to Rings and Byte Packing.
5823 Update version and copyright years.
5824
5825 * minibuf.texi: Fix formatting ugliness.
5826 (Completion Commands): Move keymap vars to the end
5827 and vars completing-read binds to the top.
5828
58292005-06-17 Luc Teirlinck <teirllm@auburn.edu>
5830
5831 * processes.texi: Fix typos.
5832 (Bindat Spec): Correct Texinfo error.
5833 (Byte Packing): Fix ungrammatical sentence.
5834
58352005-06-17 Thien-Thi Nguyen <ttn@gnu.org>
5836
5837 * lists.texi (Rings): New node.
5838 (Lists): Add it to menu.
5839
5840 * processes.texi (Byte Packing): New node.
5841 (Processes): Add it to menu.
5842
58432005-06-17 Richard M. Stallman <rms@gnu.org>
5844
5845 * syntax.texi (Parsing Expressions): Fix texinfo usage.
5846
5847 * help.texi (Documentation Basics): Explain the xref to
5848 Documentation Tips.
5849
5850 * debugging.texi (Debugger Commands): Minor fix.
5851
58522005-06-16 Luc Teirlinck <teirllm@auburn.edu>
5853
5854 * edebug.texi (Instrumenting): Eliminate duplicate link.
5855 (Specification List): Replace references to "below", referring to
5856 a later node, with one @ref to that node.
5857
5858 * os.texi (Timers): Timers should save and restore the match data
5859 if they change it.
5860
5861 * debugging.texi (Debugger Commands): Mention that the Lisp
5862 debugger can not step through primitive functions.
5863
58642005-06-16 Juanma Barranquero <lekktu@gmail.com>
5865
5866 * functions.texi (Obsolete Functions): Update argument names of
5867 `make-obsolete' and `define-obsolete-function-alias'.
5868
5869 * variables.texi (Variable Aliases): Update argument names of
5870 `defvaralias', `make-obsolete-variable' and
5871 `define-obsolete-variable-alias'.
5872
58732005-06-15 Kim F. Storm <storm@cua.dk>
5874
5875 * searching.texi (Entire Match Data): Rephrase warnings about
5876 evaporate arg to match-data and set-match-data.
5877
58782005-06-14 Luc Teirlinck <teirllm@auburn.edu>
5879
5880 * elisp.texi (Top): Update detailed menu.
5881
5882 * edebug.texi (Edebug): Update menu.
5883 (Instrumenting): Update xrefs.
5884 (Edebug Execution Modes): Correct xref.
5885 (Jumping): Clarify description of `h' command.
5886 Eliminate redundant @ref.
5887 (Breaks): New node.
5888 (Breakpoints): Is now a subsubsection.
5889 (Global Break Condition): Mention `C-x X X'.
5890 (Edebug Views): Clarify `v' and `p'. Mention `C-x X w'.
5891 (Trace Buffer): Clarify STRING arg of `edebug-tracing'.
5892 (Edebug Display Update): Correct pxref.
5893 (Edebug and Macros): New node.
5894 (Instrumenting Macro Calls): Is now a subsubsection.
5895 Neither arg of `def-edebug-spec' is evaluated.
5896 (Instrumenting Macro Calls): Mention `edebug-eval-macro-args'.
5897 (Specification Examples): Fix typo.
5898
58992005-06-14 Lute Kamstra <lute@gnu.org>
5900
5901 * debugging.texi (Function Debugging): Primitives can break on
5902 entry too.
5903
59042005-06-14 Kim F. Storm <storm@cua.dk>
5905
5906 * variables.texi (Setting Variables): Add add-to-ordered-list.
5907
59082005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
5909
5910 * syntax.texi (Parsing Expressions): Document aux functions and vars of
5911 syntax-ppss: syntax-ppss-flush-cache and syntax-begin-function.
5912
59132005-06-13 Lute Kamstra <lute@gnu.org>
5914
5915 * text.texi (Special Properties): Fix cross reference.
5916
59172005-06-11 Luc Teirlinck <teirllm@auburn.edu>
5918
5919 * debugging.texi (Function Debugging): Delete mention of empty
5920 string argument to `cancel-debug-on-entry'. Delete inaccurate
5921 description of the return value of that command.
5922
59232005-06-11 Alan Mackenzie <acm@muc.de>
5924
5925 * text.texi (Adaptive Fill): Amplify the description of
5926 fill-context-prefix.
5927
59282005-06-10 Luc Teirlinck <teirllm@auburn.edu>
5929
5930 * syntax.texi (Parsing Expressions): Fix Texinfo error.
5931
59322005-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
5933
5934 * syntax.texi (Parsing Expressions): Document syntax-ppss.
5935
59362005-06-10 Luc Teirlinck <teirllm@auburn.edu>
5937
5938 * debugging.texi (Error Debugging): Minor rewording.
5939 (Function Debugging): FUNCTION-NAME arg to `cancel-debug-on-entry'
5940 is optional.
5941
59422005-06-10 Lute Kamstra <lute@gnu.org>
5943
5944 * elisp.texi: Use EMACSVER to refer to the current version of Emacs.
5945 (Top): Give it a title. Correct version number. Give the
5946 detailed node listing a more prominent header.
5947 * intro.texi: Don't set VERSION here a second time.
5948 Mention Emacs's version too.
5949 * anti.texi (Antinews): Use EMACSVER to refer to the current
5950 version of Emacs.
5951
59522005-06-09 Kim F. Storm <storm@cua.dk>
5953
5954 * searching.texi (Entire Match Data): Explain new `reseat' argument to
5955 match-data and set-match-data.
5956
59572005-06-08 Richard M. Stallman <rms@gnu.org>
5958
5959 * searching.texi (Entire Match Data): Clarify when match-data
5960 returns markers and when integers.
5961
5962 * display.texi (Defining Faces): Explain that face name should not
5963 end in `-face'.
5964
5965 * modes.texi (Mode Line Data): Minor cleanup.
5966 (Customizing Keywords): Node split out of Search-based Fontification.
5967 Add example of using font-lock-add-keywords from a hook.
5968 Clarify when MODE should be non-nil, and when nil.
5969
59702005-06-06 Richard M. Stallman <rms@gnu.org>
5971
5972 * modes.texi (Mode Line Data): Explain what happens when the car
5973 of a list is a void symbol.
5974 (Search-based Fontification): Explain MODE arg to
5975 font-lock-add-keywords and warn about calls from major modes.
5976
59772005-06-08 Juri Linkov <juri@jurta.org>
5978
5979 * display.texi (Standard Faces): Add `shadow' face.
5980
59812005-05-29 Luc Teirlinck <teirllm@auburn.edu>
5982
5983 * modes.texi (Major Mode Conventions): A derived mode only needs
5984 to put the call to the parent mode inside `delay-mode-hooks'.
5985
59862005-05-29 Richard M. Stallman <rms@gnu.org>
5987
5988 * modes.texi (Mode Hooks): Explain that after-change-major-mode-hook is
5989 new, and what that implies. Clarify.
5990
5991 * files.texi (Locating Files): Clean up the text.
5992
5993 * frames.texi (Window Frame Parameters): Document user-size.
5994 Shorten entry for top by referring to left.
5995
59962005-05-26 Richard M. Stallman <rms@gnu.org>
5997
5998 * modes.texi (Mode Hooks): Explain that after-change-major-mode-hook
5999 is new, and what the implications are. Other clarifications.
6000
60012005-05-24 Richard M. Stallman <rms@gnu.org>
6002
6003 * frames.texi (Dialog Boxes): Minor fixes.
6004
60052005-05-25 Masatake YAMATO <jet@gyve.org>
6006
6007 * display.texi (Standard Faces): Write about `mode-line-highlight'.
6008
60092005-05-24 Luc Teirlinck <teirllm@auburn.edu>
6010
6011 * frames.texi (Dialog Boxes): HEADER argument to `x-popup-dialog'
6012 is optional.
6013
60142005-05-24 Nick Roberts <nickrob@snap.net.nz>
6015
10d1d0af 6016 * frames.texi (Dialog Boxes): Describe new optional argument.
b8d4c8d0
GM
6017
60182005-05-23 Lute Kamstra <lute@gnu.org>
6019
6020 * modes.texi (Font Lock Basics, Syntactic Font Lock): Recommend
6021 syntax-begin-function over font-lock-beginning-of-syntax-function.
6022
60232005-05-21 Luc Teirlinck <teirllm@auburn.edu>
6024
6025 * minibuf.texi (Reading File Names): Update description of
6026 `read-directory-name'.
6027
6028 * modes.texi (Derived Modes): Clarify :group keyword.
6029
60302005-05-21 Eli Zaretskii <eliz@gnu.org>
6031
6032 * files.texi (Locating Files): New subsection.
6033 Describe locate-file and executable-find.
6034
60352005-05-21 Kevin Ryde <user42@zip.com.au>
6036
6037 * frames.texi (Initial Parameters): Update cross reference to
6038 "Emacs Invocation".
6039
60402005-05-19 Luc Teirlinck <teirllm@auburn.edu>
6041
6042 * keymaps.texi (Active Keymaps): Add anchor.
6043
6044 * modes.texi (Hooks): Delete confusing and unnecessary sentence.
6045 (Major Mode Conventions): Refer to `Auto Major Mode' in more
6046 appropriate place.
6047 (Derived Modes): Small clarifications.
6048 (Minor Mode Conventions, Keymaps and Minor Modes):
6049 Replace references to nodes with references to anchors.
6050 (Mode Line Data): Warn that `(:eval FORM)' should not load any files.
6051 Clarify description of lists whose first element is an integer.
6052 (Mode Line Variables): Add anchor.
6053 (%-Constructs): Clarify description of integer after %.
6054 (Emulating Mode Line): Describe nil value for FACE.
6055
60562005-05-18 Luc Teirlinck <teirllm@auburn.edu>
6057
6058 * modes.texi (Derived Modes): Correct references to non-existing
6059 variable standard-syntax-table.
6060
60612005-05-17 Lute Kamstra <lute@gnu.org>
6062
6063 * modes.texi (Defining Minor Modes): Mention the mode hook.
6064
60652005-05-15 Kim F. Storm <storm@cua.dk>
6066
6067 * processes.texi (Network): Remove open-network-stream-nowait.
6068 (Network Servers): Remove open-network-stream-server.
6069
60702005-05-15 Luc Teirlinck <teirllm@auburn.edu>
6071
6072 * elisp.texi (Top): Update detailed menu.
6073
6074 * variables.texi: Reorder nodes.
6075 (Variables): Update menu.
6076 (File Local Variables): Do not refer to the `-*-' line as
6077 a "local variables list". Add pxref.
6078
60792005-05-14 Luc Teirlinck <teirllm@auburn.edu>
6080
6081 * elisp.texi (Top): Update detailed menu for node changes.
6082
6083 * modes.texi (Modes): Update Menu.
6084 (Hooks): Move to beginning of chapter.
6085 Most minor modes run mode hooks too.
6086 `add-hook' can handle void hooks or hooks whose value is a single
6087 function.
6088 (Major Modes): Update Menu.
6089 (Major Mode Basics): New node, split off from `Major Modes'.
6090 (Major Mode Conventions): Correct xref. Explain how to handle
6091 auto-mode-alist if the major mode command has an autoload cookie.
6092 (Auto Major Mode): Major update. Add magic-mode-alist.
6093 (Derived Modes): Major update.
6094 (Mode Line Format): Update Menu.
6095 (Mode Line Basics): New node, split off from `Mode Line Format'.
6096
6097 * loading.texi (Autoload): Mention `autoload cookie' as synonym
6098 for `magic autoload comment'. Add index entries and anchor.
6099
61002005-05-14 Richard M. Stallman <rms@gnu.org>
6101
6102 * tips.texi (Coding Conventions): Explain how important it is
6103 that just loading certain files not change Emacs behavior.
6104
6105 * modes.texi (Defining Minor Modes): Define define-global-minor-mode.
6106
61072005-05-12 Lute Kamstra <lute@gnu.org>
6108
6109 * modes.texi (Generic Modes): Update.
6110 (Major Modes): Refer to node "Generic Modes".
6111
6112 * elisp.texi (Top): Update to the current structure of the manual.
6113 * processes.texi (Processes): Add menu description.
6114 * customize.texi (Customization): Add menu descriptions.
6115
61162005-05-11 Thien-Thi Nguyen <ttn@gnu.org>
6117
6118 * processes.texi (Signals to Processes)
6119 (Low-Level Network): Fix typos.
6120
61212005-05-11 Lute Kamstra <lute@gnu.org>
6122
6123 * elisp.texi (Top): Add some nodes from the chapter "Major and
6124 Minor Modes" to the detailed node listing.
6125
61262005-05-10 Richard M. Stallman <rms@gnu.org>
6127
6128 * keymaps.texi (Extended Menu Items): Menu item filter functions
6129 can be called at any time.
6130
61312005-05-08 Luc Teirlinck <teirllm@auburn.edu>
6132
6133 * variables.texi (File Local Variables): `(hack-local-variables t)'
6134 now also checks whether a mode is specified in the local variables
6135 list.
6136
61372005-05-05 Kevin Ryde <user42@zip.com.au>
6138
6139 * display.texi (The Echo Area): Correct format function cross
6140 reference.
6141
61422005-05-05 Luc Teirlinck <teirllm@auburn.edu>
6143
6144 * variables.texi (Variable Aliases): Change description of
6145 `define-obsolete-variable-alias'.
6146
6147 * functions.texi (Functions): Add "Obsolete Functions" to menu.
6148 (Defining Functions): Add xref.
6149 (Obsolete Functions): New node.
6150 (Function Safety): Standardize capitalization of section title.
6151
6152 * frames.texi (Pop-Up Menus): Complete description of `x-popup-menu'.
6153 (Dialog Boxes): Complete description of `x-popup-dialog'.
6154
61552005-05-04 Richard M. Stallman <rms@gnu.org>
6156
6157 * commands.texi (Interactive Codes): Fix Texinfo usage.
6158 Document U more clearly.
6159
61602005-05-01 Luc Teirlinck <teirllm@auburn.edu>
6161
6162 * variables.texi (Variable Aliases): `make-obsolete-variable' is a
6163 function and not a macro.
6164
6165 * frames.texi (Pop-Up Menus): Correct and clarify description of
6166 `x-popup-menu'.
6167 (Dialog Boxes): Clarify description of `x-popup-dialog'.
6168
61692005-05-01 Richard M. Stallman <rms@gnu.org>
6170
6171 * edebug.texi (Checking Whether to Stop): Fix previous change.
6172
61732005-05-01 Luc Teirlinck <teirllm@auburn.edu>
6174
6175 * display.texi: Fix typos and Texinfo usage.
6176
6177 * edebug.texi (Checking Whether to Stop): executing-macro ->
6178 executing-kbd-macro.
6179
61802005-05-01 Richard M. Stallman <rms@gnu.org>
6181
6182 * display.texi (Invisible Text): Correct add-to-invisibility-spec.
6183
61842005-04-30 Richard M. Stallman <rms@gnu.org>
6185
6186 * files.texi (Magic File Names): Document `operations' property.
6187
61882005-04-29 Lute Kamstra <lute@gnu.org>
6189
6190 * modes.texi (Generic Modes): New node.
6191 (Major Modes): Add it to the menu.
6192 (Derived Modes): Add "derived mode" to concept index.
6193
61942005-04-28 Lute Kamstra <lute@gnu.org>
6195
6196 * modes.texi (Defining Minor Modes): Fix previous change.
6197 (Font Lock Mode): Simplify.
6198 (Font Lock Basics): Say that font-lock-defaults is buffer-local
6199 when set and that some parts are optional. Add cross references.
6200 (Search-based Fontification): Say how to specify font-lock-keywords.
6201 Add cross references. Add font-lock-multiline to index.
6202 Move font-lock-keywords-case-fold-search here from node "Other Font
6203 Lock Variables". Document font-lock-add-keywords and
6204 font-lock-remove-keywords.
6205 (Other Font Lock Variables): Move font-lock-keywords-only,
6206 font-lock-syntax-table, font-lock-beginning-of-syntax-function,
6207 and font-lock-syntactic-face-function to node "Syntactic Font
6208 Lock". Move font-lock-keywords-case-fold-search to node
6209 "Search-based Fontification". Document font-lock-inhibit-thing-lock
6210 and font-lock-{,un}fontify-{buffer,region}-function.
6211 (Precalculated Fontification): Remove reference to deleted variable
6212 font-lock-core-only.
6213 (Faces for Font Lock): Add font-lock-comment-delimiter-face.
6214 (Syntactic Font Lock): Add intro. Move font-lock-keywords-only,
6215 font-lock-syntax-table, font-lock-beginning-of-syntax-function,
6216 and font-lock-syntactic-face-function here from node "Other Font
6217 Lock Variables". Move font-lock-syntactic-keywords to "Setting
6218 Syntax Properties". Add cross references.
6219 (Setting Syntax Properties): New node.
6220 Move font-lock-syntactic-keywords here from "Syntactic Font Lock".
6221 * syntax.texi (Syntax Properties): Add cross reference.
6222 * hooks.texi (Standard Hooks): Add Font-Lock hooks.
6223
62242005-04-26 Richard M. Stallman <rms@gnu.org>
6225
6226 * display.texi (Defining Faces):
6227 Document `default' elements of defface spec.
6228
6229 * modes.texi (Major Mode Conventions): Explain customizing ElDoc mode.
6230
6231 * variables.texi (Variable Aliases): Clarify text.
6232
62332005-04-25 Chong Yidong <cyd@stupidchicken.com>
6234
6235 * windows.texi (Window Hooks): Remove reference to obsolete Lazy Lock.
6236
62372005-04-25 Luc Teirlinck <teirllm@auburn.edu>
6238
6239 * hooks.texi (Standard Hooks): Most minor modes have mode hooks too.
6240
62412005-04-24 Eli Zaretskii <eliz@gnu.org>
6242
6243 * syntax.texi (Syntax Table Internals): Elaborate documentation of
6244 syntax-after and syntax-class.
6245
6246 * files.texi (Changing Files): Fix last change's cross-reference.
6247 (Unique File Names): Don't mention "numbers" in the documentation
6248 of make-temp-file and make-temp-name.
6249
62502005-04-23 Richard M. Stallman <rms@gnu.org>
6251
6252 * files.texi (Changing Files): Document MUSTBENEW arg in copy-file.
6253
62542005-04-22 Nick Roberts <nickrob@snap.net.nz>
6255
6256 * windows.texi (Cyclic Window Ordering): Clarify window-list.
6257
62582005-04-22 Nick Roberts <nickrob@snap.net.nz>
6259
6260 * variables.texi (Variable Aliases): Describe make-obsolete-variable
6261 and define-obsolete-variable-alias.
6262
62632005-04-22 Kim F. Storm <storm@cua.dk>
6264
6265 * symbols.texi (Symbol Plists): Remove safe-get, as get is now safe.
6266 (Other Plists): Remove safe-plist-get, as plist-get is now safe.
6267
62682005-04-21 Lute Kamstra <lute@gnu.org>
6269
6270 * lists.texi (Association Lists): Document rassq-delete-all.
6271
62722005-04-19 Richard M. Stallman <rms@gnu.org>
6273
6274 * modes.texi (Search-based Fontification): Explain that
6275 facespec is an expression to be evaluated.
6276
62772005-04-19 Kevin Ryde <user42@zip.com.au>
6278
6279 * streams.texi (Output Functions): Fix xref.
6280 * strings.texi (String Conversion): Fix xref.
6281
62822005-04-19 Kim F. Storm <storm@cua.dk>
6283
6284 * symbols.texi (Symbol Plists): Add safe-get.
6285 Mention that `get' may signal an error.
6286
62872005-04-18 Nick Roberts <nickrob@snap.net.nz>
6288
6289 * customize.texi (Variable Definitions): Replace tooltip-mode
6290 example with save-place.
6291
62922005-04-17 Richard M. Stallman <rms@gnu.org>
6293
6294 * buffers.texi (Indirect Buffers): Clarify.
6295
6296 * positions.texi (Positions): Clarify converting marker to integer.
6297
6298 * strings.texi (String Basics): Mention string-match; clarify.
6299
63002005-04-08 Lute Kamstra <lute@gnu.org>
6301
6302 * modes.texi (Search-based Fontification): Fix cross references.
6303 Use consistent terminology. Document anchored highlighting.
6304
63052005-04-05 Lute Kamstra <lute@gnu.org>
6306
6307 * modes.texi (Defining Minor Modes): Document :group keyword
6308 argument and its default value.
6309
63102005-04-03 Lute Kamstra <lute@gnu.org>
6311
6312 * hooks.texi (Standard Hooks): Add some hooks. Add cross
6313 references and/or descriptions. Delete major mode hooks; mention
6314 them as a category instead. Rename or delete obsolete hooks.
6315
63162005-04-02 Richard M. Stallman <rms@gnu.org>
6317
6318 * nonascii.texi (Coding System Basics): Another wording cleanup.
6319
63202005-04-01 Richard M. Stallman <rms@gnu.org>
6321
6322 * nonascii.texi (Coding System Basics): Clarify previous change.
6323
63242005-04-01 Kenichi Handa <handa@m17n.org>
6325
10d1d0af 6326 * nonascii.texi (Coding System Basics): Describe about roundtrip
b8d4c8d0
GM
6327 identity of coding systems.
6328
63292005-03-29 Chong Yidong <cyd@stupidchicken.com>
6330
6331 * text.texi (Buffer Contents): Add filter-buffer-substring and
6332 buffer-substring-filters.
6333
63342005-03-26 Chong Yidong <cyd@stupidchicken.com>
6335
6336 * anti.texi (Antinews): Mention `G' interactive code.
6337
6338 * tips.texi (Compilation Tips): Mention benchmark.el.
6339
63402005-03-27 Luc Teirlinck <teirllm@auburn.edu>
6341
6342 * modes.texi (Other Font Lock Variables): `font-lock-fontify-block'
6343 is now bound to M-o M-o.
6344
6345 * keymaps.texi (Prefix Keys): `facemenu-keymap' is now on M-o.
6346
63472005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
6348
6349 * calendar.texi: Delete file (and move contents to emacs-xtra.texi
6350 in the Emacs Manual).
6351 * Makefile.in (srcs): Remove calendar.texi.
6352 * makefile.w32-in (srcs): Remove calendar.texi.
6353 * display.texi (Display): Change name of next node.
6354 * os.texi (System In): Change name of previous node.
6355 * elisp.texi (Top): Remove Calendar references.
6356 * vol1.texi (Top): Remove Calendar references.
6357 * vol2.texi (Top): Remove Calendar references.
6358
63592005-03-25 Richard M. Stallman <rms@gnu.org>
6360
6361 * display.texi (Standard Faces, Fringe Bitmaps, Customizing Bitmaps):
6362 Cleanup previous change.
6363
63642005-03-25 Chong Yidong <cyd@stupidchicken.com>
6365
6366 * display.texi (Face Attributes): Faces earlier in an :inherit
6367 list take precedence.
6368 (Scroll Bars): Fix description of vertical-scroll-bars.
6369 Document frame-current-scroll-bars and window-current-scroll-bars.
6370
6371 * markers.texi (The Mark): Document temporary Transient Mark mode.
6372
6373 * minibuf.texi (Reading File Names):
6374 Document read-file-name-completion-ignore-case.
6375
6376 * positions.texi (Screen Lines): Document nil for width argument
6377 to compute-motion.
6378
63792005-03-23 Kim F. Storm <storm@cua.dk>
6380
6381 * display.texi (Standard Faces): Other faces used in the fringe
6382 implicitly inherits from the fringe face.
6383 (Fringe Bitmaps): FACE in right-fringe and left-fringe display
6384 properties implicitly inherits from fringe face.
6385 (Customizing Bitmaps): Likewise for set-fringe-bitmap-face.
6386
63872005-03-20 Chong Yidong <cyd@stupidchicken.com>
6388
6389 * display.texi (Invisible Text): State default value of
6390 line-move-ignore-invisible.
6391 (Managing Overlays): Document remove-overlays.
6392 (Standard Faces): Document escape-glyph face.
6393
6394 * minibuf.texi (Reading File Names): Document read-file-name-function.
6395
6396 * modes.texi (Other Font Lock Variables):
6397 Document font-lock-lines-before.
6398
6399 * positions.texi (Skipping Characters): skip-chars-forward allows
6400 character classes.
6401
64022005-03-18 Lute Kamstra <lute@gnu.org>
6403
6404 * edebug.texi (Instrumenting Macro Calls): Fix another typo.
6405
64062005-03-17 Richard M. Stallman <rms@gnu.org>
6407
6408 * text.texi (Undo): Document extensible undo entries.
6409
dd7b651b 6410 * searching.texi (String Search, Regexp Search): Cleanups.
b8d4c8d0
GM
6411
6412 * nonascii.texi (Character Codes): Minor fix.
6413
6414 * display.texi (Display Property): Explain the significance
6415 of having text properties that are eq.
6416 (Other Display Specs): Explain string as display spec.
6417
6418 * commands.texi (Interactive Codes): Document G option.
6419
64202005-03-17 Chong Yidong <cyd@stupidchicken.com>
6421
6422 * text.texi (Filling): Add sentence-end-without-period and
6423 sentence-end-without-space.
6424 (Changing Properties): Minor fix.
6425
6426 * anti.texi: Total rewrite.
6427
64282005-03-15 Lute Kamstra <lute@gnu.org>
6429
6430 * edebug.texi (Instrumenting Macro Calls): Fix typos.
6431
64322005-03-08 Kim F. Storm <storm@cua.dk>
6433
6434 * display.texi (Specified Space): Property :width is support on
6435 non-graphic terminals, :height is not.
6436
64372005-03-07 Richard M. Stallman <rms@gnu.org>
6438
6439 * display.texi (Overlay Arrow, Fringe Bitmaps, Customizing Bitmaps):
6440 Now subnodes of Fringes.
6441 (Overlay Arrow): Document overlay-arrow-variable-list.
6442 (Fringe Size/Pos): New node, broken out of Fringes.
6443 (Display): Explain clearing vs redisplay better.
6444 (Truncation): Clarify use of bitmaps.
6445 (The Echo Area): Clarify the uses of the echo area.
6446 Add max-mini-window-height.
6447 (Progress): Clarify.
6448 (Invisible Text): Explain that main loop moves point out.
6449 (Selective Display): Say "hidden", not "invisible".
6450 (Managing Overlays): Move up. Describe relation to Undo here.
6451 (Overlay Properties): Clarify intro.
6452 (Finding Overlays): Explain return values when nothing found.
6453 (Width): truncate-string-to-width has added arg.
6454 (Displaying Faces): Clarify and update mode line face handling.
6455 (Face Functions): Minor cleanup.
6456 (Conditional Display): Merge into Other Display Specs.
6457 (Pixel Specification, Other Display Specs): Minor cleanups.
6458 (Images, Image Descriptors): Minor cleanups.
6459 (GIF Images): Patents have expired.
6460 (Showing Images): Explain default text for insert-image.
6461 (Manipulating Button Types): Merge into Manipulating Buttons.
6462 (Making Buttons): Explain return values.
6463 (Button Buffer Commands): Add xref.
6464 (Inverse Video): Update mode-line-inverse-video.
6465 (Display Table Format): Clarify.
6466 (Active Display Table): Give defaults for window-display-table.
6467
6468 * calendar.texi (Calendar Customizing): calendar-holiday-marker
6469 and calendar-today-marker are strings, not chars.
6470 (Holiday Customizing): Minor fix.
6471
6472 * internals.texi (Writing Emacs Primitives): Update `or' example.
6473 Update limit on # args of subr.
6474
6475 * edebug.texi (Using Edebug): Arrow is in fringe.
6476 (Instrumenting): Arg to eval-defun works without loading edebug.
6477 (Edebug Execution Modes): Add xref.
6478
6479 * customize.texi (Common Keywords): Clarify :require.
6480 Mention :version here.
6481 (Variable Definitions, Group Definitions): Not here.
6482 (Variable Definitions): Clarify symbol arg to :initialize and :set fns.
6483
64842005-03-07 Chong Yidong <cyd@stupidchicken.com>
6485 * nonascii.texi (Text Representations): Clarify position-bytes.
6486 (Character Sets): Add list-charset-chars.
6487 (Scanning Charsets): Add charset-after.
6488 (Encoding and I/O): Minor fix.
6489
64902005-03-06 Richard M. Stallman <rms@gnu.org>
6491
6492 * windows.texi (Vertical Scrolling): Get rid of "Emacs 21".
6493 (Resizing Windows): Likewise.
6494
6495 * text.texi (Change Hooks): Get rid of "Emacs 21".
6496
6497 * strings.texi (Formatting Strings): Get rid of "Emacs 21".
6498
6499 * streams.texi (Output Variables): Get rid of "Emacs 21".
6500
6501 * searching.texi (Regexp Special, Char Classes): Get rid of "Emacs 21".
6502
6503 * os.texi (Translating Input): Replace flow-control example
6504 with a less obsolete example that uses `keyboard-translate'.
6505
6506 * objects.texi (Hash Table Type, Circular Objects):
6507 Get rid of "Emacs 21".
6508
6509 * modes.texi (Mode Line Format): Get rid of "Emacs 21".
6510 (Mode Line Data, Properties in Mode, Header Lines): Likewise.
6511
6512 * minibuf.texi (Minibuffer Misc): Get rid of "Emacs 21".
6513
6514 * lists.texi (List Elements, Building Lists): Get rid of "Emacs 21".
6515
6516 * keymaps.texi (Menu Separators, Tool Bar): Get rid of "Emacs 21".
6517 (Menu Bar): Fix when menu-bar-update-hook is called.
6518
6519 * hash.texi (Hash Tables): Get rid of "Emacs 21".
6520
6521 * frames.texi (Text Terminal Colors): Get rid of "Emacs 21",
6522 and make it read better.
6523
6524 * files.texi (Writing to Files): Get rid of "Emacs 21".
6525 (Unique File Names): Likewise.
6526
6527 * elisp.texi: Update Emacs version to 22.
6528
6529 * display.texi (Forcing Redisplay): Get rid of "Emacs 21".
6530 (Overlay Properties, Face Attributes): Likewise.
6531 (Managing Overlays): Fix punctuation.
6532 (Attribute Functions): Clarify set-face-font; get rid of
6533 info about old Emacs versions.
6534 (Auto Faces, Font Lookup, Display Property, Images):
6535 Get rid of "Emacs 21".
6536
6537 * calendar.texi (Calendar Customizing): Get rid of "Emacs 21".
6538
65392005-03-05 Richard M. Stallman <rms@gnu.org>
6540
6541 * debugging.texi (Error Debugging): Remove stack-trace-on-error.
6542
65432005-03-04 Lute Kamstra <lute@gnu.org>
6544
6545 * debugging.texi (Error Debugging): Document stack-trace-on-error.
6546
65472005-03-03 Lute Kamstra <lute@gnu.org>
6548
6549 * edebug.texi (Instrumenting Macro Calls): Fix typo.
6550
65512005-03-01 Lute Kamstra <lute@gnu.org>
6552
6553 * debugging.texi (Debugger Commands): Update `j'.
6554
65552005-02-28 Lute Kamstra <lute@gnu.org>
6556
6557 * debugging.texi (Debugging): Fix typo.
6558 (Error Debugging): Document eval-expression-debug-on-error.
6559 (Function Debugging): Update example.
6560 (Using Debugger): Mention starred stack frames.
6561 (Debugger Commands): Document `j' and `l'.
6562 (Invoking the Debugger): `d' and `j' exit recursive edit too.
6563 Update the messages that the debugger displays.
6564 (Internals of Debugger): Add cross reference. Update example.
6565 (Excess Open): Minor improvement.
6566 (Excess Close): Minor improvement.
6567
65682005-02-26 Richard M. Stallman <rms@gnu.org>
6569
6570 * tips.texi (Coding Conventions): Clarify.
6571 Put all the major mode key reservations together.
6572 Mention the Mouse-1 => Mouse-2 conventions.
6573
6574 * syntax.texi (Syntax Class Table): Clarify.
6575 (Syntax Table Functions): syntax-after moved from here.
6576 (Syntax Table Internals): syntax-after moved to here.
6577 (Parsing Expressions): Update info on number of values
6578 and what's meaningful in the STATE argument.
6579 (Categories): Fix typo.
6580
6581 * sequences.texi (Arrays): Cleanup.
6582 (Char-Tables): Clarify.
6583
6584 * processes.texi (Deleting Processes): Cleanups, add xref.
6585 (Subprocess Creation): Explain nil in exec-path. Cleanup.
6586 (Process Information): set-process-coding-system, some args optional.
6587 (Input to Processes): Explain various types for PROCESS args.
6588 Rename them from PROCESS-NAME to PROCESS.
6589 (Signals to Processes): Likewise.
6590 (Decoding Output): Cleanup.
6591 (Query Before Exit): Clarify.
6592
6593 * os.texi (Startup Summary): Correct the options; add missing ones.
6594 (Terminal Output, Batch Mode): Clarify.
6595 (Flow Control): Node deleted.
6596
6597 * markers.texi (The Mark): Clarify.
6598
6599 * macros.texi (Expansion): Cleanup.
6600 (Indenting Macros): indent-spec allows ints, not floats.
6601
6602 * keymaps.texi (Keymaps): Clarify.
6603 (Format of Keymaps): Update lisp-mode-map example.
6604 (Active Keymaps, Key Lookup): Clarify.
6605 (Changing Key Bindings): Add xref to `kbd'.
6606 (Key Binding Commands, Simple Menu Items): Clarify.
6607 (Mouse Menus, Menu Bar): Clarify.
6608 (Menu Example): Replace print example with menu-bar-replace-menu.
6609
6610 * help.texi (Documentation Basics): Add function-documentation prop.
6611
6612 * elisp.texi (Top): Don't refer to Flow Control node.
6613
6614 * commands.texi (Command Overview): Improve xrefs.
6615 (Adjusting Point): Adjusting point applies to intangible and invis.
6616 (Key Sequence Input): Doc extra read-key-sequence args.
6617 Likewise for read-key-sequence-vector.
6618
6619 * backups.texi (Rename or Copy): Minor fix.
6620 (Numbered Backups): For version-control, say the default.
6621 (Auto-Saving): make-auto-save-file-name example is simplified.
6622
6623 * advice.texi (Advising Functions): Don't imply one part of Emacs
6624 should advise another part. Markup changes.
6625 (Defining Advice): Move transitional para.
6626 (Activation of Advice): Cleanup.
6627 Explain if COMPILE is nil or negative.
6628
6629 * abbrevs.texi (Abbrev Expansion): Clarify, fix typo.
6630
66312005-02-24 Lute Kamstra <lute@gnu.org>
6632
6633 * modes.texi (Defining Minor Modes): Explain that INIT-VALUE,
6634 LIGHTER, and KEYMAP can be omitted when KEYWORD-ARGS are used.
6635
66362005-02-23 Lute Kamstra <lute@gnu.org>
6637
6638 * modes.texi (Defining Minor Modes): define-minor-mode can be used
6639 to define global minor modes as well.
6640
6641 * display.texi (Managing Overlays): overlay-buffer returns nil for
6642 deleted overlays.
6643
66442005-02-22 Kim F. Storm <storm@cua.dk>
6645
6646 * minibuf.texi (Basic Completion): Allow symbols in addition to
6647 strings in try-completion and all-completions.
6648
66492005-02-14 Lute Kamstra <lute@gnu.org>
6650
6651 * elisp.texi (Top): Remove reference to deleted node.
6652
6653 * lists.texi (Lists): Remove reference to deleted node.
6654 (Cons Cells): Fix typo.
6655
6656 * loading.texi (Where Defined): Fix typo.
6657
66582005-02-14 Richard M. Stallman <rms@gnu.org>
6659
6660 * variables.texi (Creating Buffer-Local): change-major-mode-hook
6661 is useful for discarding some minor modes.
6662
6663 * symbols.texi (Symbol Components): Reorder examples.
6664
6665 * streams.texi (Input Functions): State standard-input default.
6666 (Output Variables): State standard-output default.
6667
6668 * objects.texi (Printed Representation): Clarify read syntax vs print.
6669 (Floating Point Type): Explain meaning better.
6670 (Symbol Type): Explain uniqueness better.
6671 (Cons Cell Type): Explain empty list sooner. CAR and CDR later.
6672 List examples sooner.
6673 (Box Diagrams): New subnode broken out.
6674 Some examples moved from old Lists as Boxes node.
6675 (Dotted Pair Notation): Clarify intro.
6676 (Array Type): Clarify.
6677 (Type Predicates): Add hash-table-p.
6678
6679 * numbers.texi (Integer Basics): Clarify radix explanation.
6680 (Predicates on Numbers): Minor clarification.
6681 (Comparison of Numbers): Minor clarification. Clarify eql.
6682 Typos in min, max.
6683 (Math Functions): Clarify overflow in expt.
6684
6685 * minibuf.texi (Text from Minibuffer): Minor clarification.
6686 Mention arrow keys.
6687
6688 * loading.texi (Autoload): defun's doc string overrides autoload's
6689 doc string.
6690 (Repeated Loading): Modernize "add to list" examples.
6691 (Where Defined): Finish updating table of load-history elts.
6692
6693 * lists.texi (List-related Predicates): Minor wording improvement.
6694 (Lists as Boxes): Node deleted.
6695 (Building Lists): Explain trivial cases of number-sequence.
6696
6697 * hash.texi (Hash Tables): Add desc to menu items.
10d1d0af 6698 (Creating Hash): Explain "full" means "make larger".
b8d4c8d0
GM
6699 (Hash Access): Any object can be a key.
6700 State value of maphash.
6701
6702 * functions.texi (What Is a Function): Wording cleanup.
6703 (Function Documentation): Minor cleanup.
6704 Explain purpose of calling convention at end of doc string.
6705 (Function Names): Wording cleanup.
6706 (Calling Functions): Wording cleanup.
6707 Explain better how funcall calls the function.
6708 (Function Cells): Delete example of saving and redefining function.
6709
6710 * control.texi (Combining Conditions): Wording cleanup.
6711 (Iteration): dolist and dotimes bind VAR locally.
6712 (Cleanups): Xref to Atomic Changes.
6713
6714 * compile.texi (Byte Compilation): Delete 19.29 info.
6715 (Compilation Functions): Macros' difficulties don't affect defsubst.
6716 (Docs and Compilation): Delete 19.29 info.
6717
67182005-02-10 Richard M. Stallman <rms@gnu.org>
6719
6720 * objects.texi (Symbol Type): Minor correction.
6721
67222005-02-06 Lute Kamstra <lute@gnu.org>
6723
6724 * modes.texi (Example Major Modes): Fix typos.
6725
67262005-02-06 Richard M. Stallman <rms@gnu.org>
6727
6728 * text.texi (Margins): fill-nobreak-predicate can be one function.
6729
6730 * strings.texi (Modifying Strings): clear-string can make unibyte.
6731 (Formatting Strings): format gives error if values missing.
6732
6733 * positions.texi (Character Motion): Mention default arg
6734 for forward-char. backward-char refers to forward-char.
6735 (Word Motion): Mention default arg for forward-word.
6736 (Buffer End Motion): Mention default arg for beginning-of-buffer.
6737 Simplify end-of-buffer.
6738 (Text Lines): Mention default arg for forward-line.
6739 (List Motion): Mention default arg for beginning/end-of-defun.
6740 (Skipping Characters): Minor fixes in explaining character-set.
6741
6742 * modes.texi (Major Mode Conventions): Mention "system abbrevs".
6743 Mode inheritance applies only when default-major-mode is nil.
6744 Clarifications.
6745 (Example Major Modes): Update Text mode and Lisp mode examples.
6746 (Minor Mode Conventions): Mention define-minor-mode at top.
6747 (Defining Minor Modes): In Hungry example, don't define C-M-DEL.
6748 (Mode Line Format): Update mode line face display info.
6749 (Properties in Mode): Mention effect of risky vars.
6750 (Imenu): Define imenu-add-to-menubar.
6751 (Font Lock Mode): Add descriptions to menu lines.
6752 (Faces for Font Lock): Add font-lock-doc-face.
6753
67542005-02-05 Lute Kamstra <lute@gnu.org>
6755
6756 * text.texi (Maintaining Undo): Remove obsolete function.
6757
67582005-02-05 Eli Zaretskii <eliz@gnu.org>
6759
6760 * frames.texi (Color Names): Add pointer to the X docs about RGB
c4cc8b9a 6761 color specifications. Improve indexing.
b8d4c8d0
GM
6762 (Text Terminal Colors): Replace the description of RGB values by
6763 an xref to "Color Names".
6764
67652005-02-03 Richard M. Stallman <rms@gnu.org>
6766
6767 * windows.texi (Basic Windows): Add cursor-in-non-selected-windows.
6768 Clarify.
6769 (Selecting Windows): Clarify save-selected-window.
6770 (Cyclic Window Ordering): Clarify walk-windows.
6771 (Window Point): Clarify.
6772 (Window Start): Add comment to example.
6773 (Resizing Windows): Add `interactive' specs in examples.
6774 Document fit-window-to-buffer.
6775
6776 * text.texi (User-Level Deletion): just-one-space takes numeric arg.
6777 (Undo, Maintaining Undo): Clarify last change.
6778 (Sorting): In sort-numeric-fields, explain about octal and hex.
6779 Mention sort-numeric-base.
6780 (Format Properties): Add xref for hard newlines.
6781
6782 * frames.texi (Window Frame Parameters): Explain pixel=char on tty.
6783 (Pop-Up Menus): Fix typo.
6784 (Color Names): Explain all types of color names.
6785 Explain color-values on B&W terminal.
6786 (Text Terminal Colors): Explain "rgb values" are lists. Fix arg names.
6787
6788 * files.texi (File Locks): Not supported on MS systems.
6789 (Testing Accessibility): Clarify.
6790
6791 * edebug.texi (Printing in Edebug): Fix edebug-print-circle.
6792 (Coverage Testing): Fix typo.
6793
6794 * commands.texi (Misc Events): Remove stray space.
6795
6796 * buffers.texi (Buffer Names): Clarify generate-new-buffer-name.
6797 (Modification Time): Clarify when visited-file-modtime returns 0.
6798 (The Buffer List): Clarify bury-buffer.
6799 (Killing Buffers): Clarify.
6800 (Indirect Buffers): Add clone-indirect-buffer.
6801
68022005-02-02 Matt Hodges <MPHodges@member.fsf.org>
6803
6804 * edebug.texi (Printing in Edebug): Fix default value of
6805 edebug-print-circle.
6806 (Coverage Testing): Fix displayed frequency count data.
6807
68082005-02-02 Luc Teirlinck <teirllm@auburn.edu>
6809
6810 * text.texi (Maintaining Undo): Add `undo-outer-limit'.
6811
68122005-02-02 Kim F. Storm <storm@cua.dk>
6813
6814 * text.texi (Undo) <buffer-undo-list>: Describe `apply' elements.
6815
68162005-01-29 Eli Zaretskii <eliz@gnu.org>
6817
6818 * commands.texi (Misc Events): Describe the help-echo event.
6819
6820 * text.texi (Special Properties) <help-echo>: Use `pos'
6821 consistently in description of the help-echo property.
6822 Use @code{nil} instead of @var{nil}.
6823
6824 * display.texi (Overlay Properties): Fix the index entry for
6825 help-echo overlay property.
6826
6827 * customize.texi (Type Keywords): Uncomment the xref to the
6828 help-echo property documentation.
6829
68302005-01-23 Kim F. Storm <storm@cua.dk>
6831
6832 * windows.texi (Window Start): Fix `pos-visible-in-window-p'
6833 return value. Third element FULLY replaced by PARTIAL which
6834 specifies number of invisible pixels if row is only partially visible.
6835 (Textual Scrolling): Mention auto-window-vscroll.
6836 (Vertical Scrolling): New defvar auto-window-vscroll.
6837
68382005-01-16 Luc Teirlinck <teirllm@auburn.edu>
6839
6840 * keymaps.texi (Changing Key Bindings): `suppress-keymap' now uses
6841 command remapping.
6842
68432005-01-15 Richard M. Stallman <rms@gnu.org>
6844
6845 * display.texi (Defining Images): Mention DATA-P arg of create-image.
6846
68472005-01-14 Kim F. Storm <storm@cua.dk>
6848
6849 * commands.texi (Accessing Events): Add WHOLE arg to posn-at-x-y.
6850
6851 * text.texi (Links and Mouse-1): Fix string and vector item.
6852
68532005-01-13 Richard M. Stallman <rms@gnu.org>
6854
6855 * keymaps.texi (Active Keymaps): Rewrite the text, and update the
6856 descriptions of overriding-local-map and overriding-terminal-local-map.
6857
6858 * text.texi (Links and Mouse-1): Clarify text.
6859
68602005-01-13 Kim F. Storm <storm@cua.dk>
6861
6862 * modes.texi (Emulating Mode Line): Update format-mode-line entry.
6863
68642005-01-13 Francis Litterio <franl@world.std.com> (tiny change)
6865
6866 * keymaps.texi (Active Keymaps): Fix overriding-local-map description.
6867
68682005-01-12 Kim F. Storm <storm@cua.dk>
6869
6870 * text.texi (Links and Mouse-1): Rename section from Enabling
6871 Mouse-1 to Following Links. Change xrefs.
6872 Add examples for define-button-type and define-widget.
6873
6874 * display.texi (Button Properties, Button Buffer Commands):
6875 Clarify mouse-1 and follow-link functionality.
6876
68772005-01-12 Richard M. Stallman <rms@gnu.org>
6878
6879 * text.texi (Enabling Mouse-1 to Follow Links): Redo prev. change.
6880
6881 * display.texi (Beeping): Fix Texinfo usage.
6882
6883 * modes.texi (Emulating Mode Line): Doc FACE arg in format-header-line.
6884
68852005-01-11 Kim F. Storm <storm@cua.dk>
6886
6887 * display.texi (Button Properties, Button Buffer Commands):
6888 Mention mouse-1 binding. Add follow-link keyword.
6889
6890 * text.texi (Text Properties): Add "Enable Mouse-1" to submenu.
6891 (Enabling Mouse-1 to Follow Links): New subsection.
6892
68932005-01-06 Richard M. Stallman <rms@gnu.org>
6894
6895 * text.texi (Special Properties): Minor change.
6896
6897 * os.texi (Timers): Clarify previous change.
6898
6899 * modes.texi (Emulating Mode Line): format-mode-line requires 1 arg.
6900
69012005-01-01 Luc Teirlinck <teirllm@auburn.edu>
6902
6903 * display.texi (Face Attributes): Correct xref to renamed node.
6904
69052005-01-01 Richard M. Stallman <rms@gnu.org>
6906
6907 * display.texi (Face Attributes): Describe hex color specs.
6908
69092004-12-31 Richard M. Stallman <rms@gnu.org>
6910
6911 * os.texi (Timers): Update previous change.
6912
69132004-12-30 Kim F. Storm <storm@cua.dk>
6914
6915 * display.texi (Line Height): Total line-height is now specified
6916 in line-height property of form (HEIGHT TOTAL). Swap (FACE . RATIO)
6917 in cons cells. (nil . RATIO) is relative to actual line height.
6918 Use line-height `t' instead of `0' to get minimum height.
6919
69202004-12-29 Richard M. Stallman <rms@gnu.org>
6921
6922 * os.texi (Timers): Discuss timers vs editing the buffer and undo.
6923
69242004-12-28 Richard M. Stallman <rms@gnu.org>
6925
6926 * commands.texi (Quitting): Clarify value of with-local-quit.
6927
6928 * elisp.texi (Top): Fix previous change.
6929
6930 * loading.texi (Loading): Fix previous change.
6931
69322004-12-27 Richard M. Stallman <rms@gnu.org>
6933
6934 * Makefile.in (MAKEINFO): Specify --force.
6935
6936 * buffers.texi (Killing Buffers): Add buffer-save-without-query.
6937
6938 * modes.texi (Emulating Mode Line): Document format's BUFFER arg.
6939
6940 * display.texi (Line Height): Further clarify.
6941
6942 * elisp.texi (Top): Update Loading submenu.
6943
6944 * loading.texi (Where Defined): New node.
6945 (Unloading): load-history moved to Where Defined.
6946
69472004-12-21 Richard M. Stallman <rms@gnu.org>
6948
6949 * commands.texi (Event Input Misc): Add while-no-input.
6950
69512004-12-11 Richard M. Stallman <rms@gnu.org>
6952
6953 * display.texi (Line Height): Rewrite text for clarity.
6954
69552004-12-11 Kim F. Storm <storm@cua.dk>
6956
6957 * display.texi (Display): Add node "Line Height" to menu.
6958 (Line Height): New node. Move full description of line-spacing
6959 and line-height text properties here from text.texi.
6960 (Scroll Bars): Add vertical-scroll-bar variable.
6961
6962 * frames.texi (Window Frame Parameters): Remove line-height defvar.
6963
6964 * locals.texi (Standard Buffer-Local Variables): Fix xref for
6965 line-spacing and vertical-scroll-bar.
6966
6967 * text.texi (Special Properties): Just mention line-spacing and
6968 line-height here, add xref to new "Line Height" node.
6969
69702004-12-09 Thien-Thi Nguyen <ttn@gnu.org>
6971
6972 * frames.texi (Window Frame Parameters): New @defvar for `line-spacing'.
6973
6974 * locals.texi (Standard Buffer-Local Variables):
6975 Add @xref for `line-spacing'.
6976
69772004-12-05 Richard M. Stallman <rms@gnu.org>
6978
6979 * Makefile.in (maintainer-clean): Remove the info files
6980 in $(infodir) where they are created.
6981
69822004-12-03 Richard M. Stallman <rms@gnu.org>
6983
6984 * windows.texi (Selecting Windows): get-lru-window and
6985 get-largest-window don't consider dedicated windows.
6986
6987 * text.texi (Undo): Document undo-in-progress.
6988
69892004-11-26 Richard M. Stallman <rms@gnu.org>
6990
6991 * locals.texi (Standard Buffer-Local Variables): Undo prev change.
6992 Remove a few vars that are not always buffer-local.
6993
69942004-11-24 Luc Teirlinck <teirllm@auburn.edu>
6995
6996 * locals.texi (Standard Buffer-Local Variables): Comment out
6997 xref's to non-existent node `Yet to be written'.
6998
69992004-11-24 Richard M. Stallman <rms@gnu.org>
7000
7001 * processes.texi (Synchronous Processes): Grammar fix.
7002
7003 * numbers.texi (Comparison of Numbers): Add eql.
7004
7005 * locals.texi (Standard Buffer-Local Variables): Add many vars.
7006
7007 * intro.texi (Printing Notation): Fix previous change.
7008
7009 * display.texi (Customizing Bitmaps): Move indicate-buffer-boundaries
7010 and default-indicate-buffer-boundaries from here.
7011 (Usual Display): To here.
7012 (Scroll Bars): Add scroll-bar-mode and scroll-bar-width.
7013 (Usual Display): Move tab-width up.
7014
5dcb4c4e
SM
7015 * customize.texi (Variable Definitions):
7016 Replace show-paren-mode example with tooltip-mode.
b8d4c8d0
GM
7017 (Simple Types, Composite Types, Defining New Types):
7018 Minor cleanups.
7019
70202004-11-21 Jesper Harder <harder@ifa.au.dk>
7021
7022 * processes.texi (Synchronous Processes, Output from Processes):
7023 Markup fix.
7024
70252004-11-20 Richard M. Stallman <rms@gnu.org>
7026
7027 * positions.texi (Skipping Characters): skip-chars-forward
7028 now handles char classes.
7029
7030 * intro.texi (Printing Notation): Avoid confusion of `print'
7031 when explaining @print.
7032
7033 * macros.texi (Argument Evaluation): Fix 1st `for' expansion example.
7034
7035 * display.texi (Display Table Format): Minor fix.
7036
7037 * streams.texi (Output Functions): Fix print example.
7038
7039 * Makefile.in (elisp): New target.
7040 (dist): Depend on $(infodir)/elisp, not elisp.
7041 Copy the info files from $(infodir).
7042
7043 * minibuf.texi (Text from Minibuffer): Document KEEP-ALL arg in
7044 read-from-minibuffer.
7045
7046 * searching.texi (Regexp Search): Rename that to search-spaces-regexp.
7047
70482004-11-19 Richard M. Stallman <rms@gnu.org>
7049
7050 * searching.texi (Regexp Search): Add search-whitespace-regexp.
7051
70522004-11-19 CHENG Gao <chenggao@gmail.com> (tiny change)
7053
7054 * tips.texi (Coding Conventions): Fix typo.
7055
70562004-11-16 Richard M. Stallman <rms@gnu.org>
7057
7058 * tips.texi (Coding Conventions): Separate defvar and require
7059 methods to avoid warnings. Use require only when there are many
7060 functions and variables from that package.
7061
7062 * minibuf.texi (Minibuffer Completion): When ignoring case,
7063 predicate must not be case-sensitive.
7064
7065 * debugging.texi (Function Debugging, Explicit Debug): Clarified.
7066 (Test Coverage): Don't talk about "splotches". Clarified.
7067
70682004-11-16 Thien-Thi Nguyen <ttn@gnu.org>
7069
7070 * frames.texi (Window Frame Parameters): Fix typo.
7071
70722004-11-15 Kim F. Storm <storm@cua.dk>
7073
7074 * symbols.texi (Other Plists): Note that plist-get may signal error.
7075 Add safe-plist-get.
7076
70772004-11-15 Thien-Thi Nguyen <ttn@gnu.org>
7078
7079 * modes.texi (Font Lock Basics): Fix typo.
7080
70812004-11-08 Richard M. Stallman <rms@gnu.org>
7082
7083 * syntax.texi (Syntax Table Functions): Add syntax-after.
7084
70852004-11-06 Lars Brinkhoff <lars@nocrew.org>
7086
7087 * os.texi (Processor Run Time): New section documenting
7088 get-internal-run-time.
7089
70902004-11-06 Eli Zaretskii <eliz@gnu.org>
7091
7092 * Makefile.in (install, maintainer-clean): Don't use "elisp-*" as
7093 it nukes elisp-cover.texi.
7094 (dist): Change elisp-[0-9] to elisp-[1-9], as there could be no
7095 elisp-0 etc.
7096
70972004-11-05 Luc Teirlinck <teirllm@auburn.edu>
7098
7099 * commands.texi (Keyboard Macros): Document `append' return value
7100 of `defining-kbd-macro'.
7101
71022004-11-01 Richard M. Stallman <rms@gnu.org>
7103
7104 * commands.texi (Interactive Call): Add called-interactively-p.
7105
71062004-10-29 Simon Josefsson <jas@extundo.com>
7107
7108 * minibuf.texi (Reading a Password): Revert.
7109
71102004-10-28 Richard M. Stallman <rms@gnu.org>
7111
7112 * frames.texi (Display Feature Testing): Explain about "vendor".
7113
71142004-10-27 Richard M. Stallman <rms@gnu.org>
7115
7116 * commands.texi (Interactive Codes): `N' uses numeric prefix,
7117 not raw. Clarify `n'.
7118 (Interactive Call): Rewrite interactive-p, focusing on when
7119 and how to use it.
7120 (Misc Events): Clarify previous change.
7121
7122 * advice.texi (Simple Advice): Clarify what job the example does.
7123 (Around-Advice): Clarify ad-do-it.
7124 (Activation of Advice): An option of ad-default-compilation-action
7125 is `never', not `nil'.
7126
71272004-10-26 Kim F. Storm <storm@cua.dk>
7128
7129 * commands.texi (Interactive Codes): Add U code letter.
7130
71312004-10-25 Simon Josefsson <jas@extundo.com>
7132
7133 * minibuf.texi (Reading a Password): Add.
7134
71352004-10-24 Jason Rumney <jasonr@gnu.org>
7136
7137 * commands.texi (Misc Events): Remove mouse-wheel. Add wheel-up
7138 and wheel-down.
7139
71402004-10-24 Kai Grossjohann <kai.grossjohann@gmx.net>
7141
7142 * processes.texi (Synchronous Processes): Document process-file.
7143
71442004-10-22 Kenichi Handa <handa@m17n.org>
7145
7146 * text.texi (translate-region): Document that it accepts also a
7147 char-table.
7148
71492004-10-22 David Ponce <david@dponce.com>
7150
7151 * windows.texi (Resizing Windows): Document the `preserve-before'
7152 argument of the functions `enlarge-window' and `shrink-window'.
7153
71542004-10-19 Jason Rumney <jasonr@gnu.org>
7155
7156 * makefile.w32-in (elisp): Change order of arguments to makeinfo.
7157
71582004-10-09 Luc Teirlinck <teirllm@auburn.edu>
7159
7160 * text.texi (Filling): Add anchor for definition of
7161 `sentence-end-double-space'.
7162
7163 * searching.texi (Regexp Example): Update description of how
7164 Emacs currently recognizes the end of a sentence.
7165 (Standard Regexps): Update definition of the variable
7166 `sentence-end'. Add definition of the function `sentence-end'.
7167
71682004-10-08 Paul Pogonyshev <pogonyshev@gmx.net>
7169
7170 * display.texi (Progress): New node.
7171
71722004-10-05 Kim F. Storm <storm@cua.dk>
7173
7174 * display.texi (Fringe Bitmaps): Update fringe-bitmaps-at-pos.
7175
71762004-09-29 Kim F. Storm <storm@cua.dk>
7177
7178 * display.texi (Fringe Bitmaps): Use symbols rather than numbers
7179 to identify bitmaps. Remove -fringe-bitmap suffix for standard
7180 fringe bitmap symbols, as they now have their own namespace.
7181 (Customizing Bitmaps) <define-fringe-bitmap>: Clarify bit ordering
7182 vs. pixels. Signal error if no free bitmap slots.
7183 (Pixel Specification): Change IMAGE to @var{image}.
7184
71852004-09-28 Richard M. Stallman <rms@gnu.org>
7186
7187 * text.texi (Special Properties): Clarify line-spacing and line-height.
7188
7189 * searching.texi (Regexp Search): Add looking-back.
7190
71912004-09-25 Luc Teirlinck <teirllm@auburn.edu>
7192
7193 * display.texi: Correct typos.
7194 (Image Descriptors): Correct xref's.
7195
71962004-09-25 Richard M. Stallman <rms@gnu.org>
7197
7198 * text.texi (Special Properties): Cleanups in `cursor'.
7199 Rewrites in `line-height' and `line-spacing'; exchange them.
7200
7201 * display.texi (Fringes): Rewrite previous change.
7202 (Fringe Bitmaps): Merge text from Display Fringe Bitmaps. Rewrite.
7203 (Display Fringe Bitmaps): Node deleted, text moved.
7204 (Customizing Bitmaps): Split off from Fringe Bitmaps. Rewrite.
7205 (Scroll Bars): Clarify set-window-scroll-bars.
7206 (Pointer Shape): Rewrite.
7207 (Specified Space): Clarify :align-to, etc.
7208 (Pixel Specification): Use @var. Clarify new text.
7209 (Other Display Specs): Clarify `slice'.
7210 (Image Descriptors): Cleanups.
7211 (Showing Images): Cleanups.
7212
72132004-09-24 Luc Teirlinck <teirllm@auburn.edu>
7214
7215 * hooks.texi (Standard Hooks): Add `after-change-major-mode-hook'.
7216
7217 * modes.texi: Various minor changes in addition to:
7218 (Major Mode Conventions): Final call to `run-mode-hooks' should
7219 not be inside the `delay-mode-hooks' form.
7220 (Mode Hooks): New node.
7221 (Hooks): Delete obsolete example.
7222 Move definitions of `run-mode-hooks' and `delay-mode-hooks' to new
7223 node "Mode Hooks".
7224
72252004-09-22 Luc Teirlinck <teirllm@auburn.edu>
7226
7227 * display.texi: Correct various typos.
7228 (Display): Rename node "Pointer Shapes" to "Pointer
7229 Shape". (There is already a node called "Pointer Shapes" in
7230 frames.texi.)
7231 (Images): Remove non-existent node "Image Slices" from menu.
7232
72332004-09-23 Kim F. Storm <storm@cua.dk>
7234
7235 * text.texi (Special Properties): Add `cursor', `pointer',
7236 `line-height', and `line-spacing' properties.
7237
7238 * display.texi (Display): Add 'Fringe Bitmaps' and 'Pointer
7239 Shapes' to menu.
7240 (Standard Faces): Doc fix for fringe face.
7241 (Fringes): Add `overflow-newline-into-fringe' and
7242 'indicate-buffer-boundaries'.
7243 (Fringe Bitmaps, Pointer Shapes): New nodes.
7244 (Display Property): Add 'Pixel Specification' and 'Display Fringe
7245 Bitmaps' to menu.
7246 (Specified Space): Describe pixel width and height.
7247 (Pixel Specification): New node.
7248 (Other Display Specs): Add `slice' property.
7249 (Display Fringe Bitmaps): New node.
7250 (Images): Add 'Image Slices' to menu.
7251 (Image Descriptors): Add `:pointer' and `:map' properties.
5dcb4c4e
SM
7252 (Showing Images): Add slice arg to `insert-image'.
7253 Add 'insert-sliced-image'.
b8d4c8d0
GM
7254
72552004-09-20 Richard M. Stallman <rms@gnu.org>
7256
7257 * commands.texi (Key Sequence Input):
7258 Clarify downcasing in read-key-sequence.
7259
72602004-09-08 Juri Linkov <juri@jurta.org>
7261
7262 * minibuf.texi (Minibuffer History): Add `history-delete-duplicates'.
7263
72642004-09-07 Luc Teirlinck <teirllm@auburn.edu>
7265
5dcb4c4e
SM
7266 * locals.texi (Standard Buffer-Local Variables):
7267 Add `buffer-auto-save-file-format'.
b8d4c8d0
GM
7268 * internals.texi (Buffer Internals): Describe new
7269 auto_save_file_format field of the buffer structure.
7270 * files.texi (Format Conversion): `auto-save-file-format' has been
7271 renamed `buffer-auto-save-file-format'.
7272
72732004-08-27 Luc Teirlinck <teirllm@auburn.edu>
7274
7275 * abbrevs.texi (Abbrev Expansion): `abbrev-start-location' can be
7276 an integer or a marker.
7277 (Abbrev Expansion): Replace example for `pre-abbrev-expand-hook'.
7278
72792004-08-22 Richard M. Stallman <rms@gnu.org>
7280
7281 * modes.texi (Major Mode Conventions): Discuss rebinding of
7282 standard key bindings.
7283
72842004-08-18 Kim F. Storm <storm@cua.dk>
7285
7286 * processes.texi (Accepting Output): Add `just-this-one' arg to
7287 `accept-process-output'.
7288 (Output from Processes): New var `process-adaptive-read-buffering'.
7289
72902004-08-10 Luc Teirlinck <teirllm@auburn.edu>
7291
7292 * keymaps.texi: Various changes in addition to:
7293 (Keymap Terminology): `kbd' uses same syntax as Edit Macro mode.
7294 Give more varied examples for `kbd'.
7295 (Creating Keymaps): Char tables have slots for all characters
7296 without modifiers.
7297 (Active Keymaps): `overriding-local-map' and
7298 `overriding-terminal-local-map' also override text property and
7299 overlay keymaps.
7300 (Functions for Key Lookup): Mention OLP arg to `current-active-maps'.
7301 (Scanning Keymaps): `accessible-keymaps' uses `[]' instead of `""'
7302 to denote a prefix of no events.
7303 `map-keymap' includes parent's bindings _recursively_.
7304 Clarify and correct description of `where-is-internal'.
7305 Mention BUFFER-OR-NAME arg to `describe-bindings'.
7306 (Menu Example): For menus intended for use with the keyboard, the
7307 menu items should be bound to characters or real function keys.
7308
73092004-08-08 Luc Teirlinck <teirllm@auburn.edu>
7310
7311 * objects.texi (Character Type): Reposition `@anchor' to prevent
7312 double space inside sentence in Info.
7313
7314 * hooks.texi (Standard Hooks): `disabled-command-hook' has been
7315 renamed to `disabled-command-function'.
7316 * commands.texi (Key Sequence Input): Remove unnecessary anchor.
7317 (Command Loop Info): Replace reference to it.
7318 (Disabling Commands): `disabled-command-hook' has been renamed to
7319 `disabled-command-function'.
7320
73212004-08-07 Luc Teirlinck <teirllm@auburn.edu>
7322
7323 * os.texi (Translating Input): Only non-prefix bindings in
7324 `key-translation-map' override actual key bindings. Warn about
7325 possible indirect effect of actual key bindings on non-prefix
7326 bindings in `key-translation-map'.
7327
73282004-08-06 Luc Teirlinck <teirllm@auburn.edu>
7329
7330 * minibuf.texi (High-Level Completion): Add anchor for definition
7331 of `read-variable'.
7332
7333 * commands.texi: Various changes in addition to:
7334 (Using Interactive): Clarify description of `interactive-form'.
7335 (Interactive Call): Mention default for KEYS argument to
7336 `call-interactively'.
7337 (Command Loop Info): Clarify description of `this-command-keys'.
7338 Mention KEEP-RECORD argument to `clear-this-command-keys'.
7339 Value of `last-event-frame' can be `macro'.
7340 (Repeat Events): `double-click-fuzz' is also used to distinguish
7341 clicks and drags.
7342 (Classifying Events): Clarify descriptions of `event-modifiers'
7343 `event-basic-type' and `event-convert-list'.
7344 (Accessing Events): `posn-timestamp' takes POSITION argument.
7345 (Quoted Character Input): Clarify description of
7346 `read-quoted-char' and fix example.
7347 (Quitting): Add `with-local-quit'.
7348 (Disabling Commands): Correct and clarify descriptions of
7349 `enable-command' and `disable-command'.
7350 Mention what happens if `disabled-command-hook' is nil.
7351 (Keyboard Macros): Mention LOOPFUNC arg to `execute-kbd-macro'.
7352 Describe `executing-kbd-macro' instead of obsolete `executing-macro'.
7353
73542004-07-24 Luc Teirlinck <teirllm@auburn.edu>
7355
7356 * frames.texi: Various changes in addition to:
7357 (Creating Frames): Expand and clarify description of `make-frame'.
7358 (Window Frame Parameters): Either none or both of the `icon-left'
7359 and `icon-top' parameters must be specified. Put descriptions of
7360 `menu-bar-lines' and `toolbar-lines' closer together and change
7361 them accordingly.
7362 (Frame Titles): `multiple-frames' is not guaranteed to be accurate
7363 except while processing `frame-title-format' or `icon-title-format'.
7364 (Deleting Frames): Correct description of `delete-frame'.
7365 Non-nil return values of `frame-live-p' are like those of `framep'.
7366 (Frames and Windows): Mention return value of
7367 `set-frame-selected-window'.
7368 (Visibility of Frames): Mention `force' argument to
7369 `make-frame-invisible'. `frame-visible-p' returns t for all
7370 frames on text-only terminals.
7371 (Frame Configurations): Restoring a frame configuration does not
7372 restore deleted frames.
7373 (Window System Selections): `x-set-selection' returns DATA.
7374 (Resources): Add example.
7375 (Display Feature Testing): Clarify descriptions of
7376 `display-pixel-height', `display-pixel-width', `x-server-version'
7377 and `x-server-vendor'.
7378
7379 * windows.texi (Choosing Window): Add anchor.
7380 * minibuf.texi (Minibuffer Misc): Add anchor.
7381
73822004-07-23 John Paul Wallington <jpw@gnu.org>
7383
7384 * macros.texi (Defining Macros): Declaration keyword for setting
7385 Edebug spec is `debug' not `edebug'.
7386
73872004-07-19 Luc Teirlinck <teirllm@auburn.edu>
7388
7389 * windows.texi: Various small changes in addition to:
7390 (Window Point): Mention return value of `set-window-point'.
7391 (Window Start): `pos-visible-in-window-p' disregards horizontal
7392 scrolling. Explain return value if PARTIALLY is non-nil.
7393 (Vertical Scrolling): Mention PIXELS-P argument to `window-vscroll'
7394 and `set-window-vscroll'.
7395 (Size of Window): The argument WINDOW to `window-inside-edges',
7396 `window-pixel-edges' and `window-inside-pixel-edges' is optional.
7397 (Resizing Windows): Explain return value of
7398 `shrink-window-if-larger-than-buffer'.
7399 `window-size-fixed' automatically becomes buffer local when set.
7400 (Window Configurations): Explain return value of
7401 `set-window-configuration'.
7402
7403 * minibuf.texi (Minibuffer Misc): Add anchor for
7404 `minibuffer-scroll-window'.
7405
7406 * positions.texi (Text Lines): Add anchor for `count-lines'.
7407
74082004-07-17 Richard M. Stallman <rms@gnu.org>
7409
7410 * display.texi (Overlay Properties): Adding `evaporate' prop
7411 deletes empty overlay immediately.
7412
7413 * abbrevs.texi (Abbrev Expansion): Clarify pre-abbrev-expand-hook,
7414 fix example.
7415
74162004-07-16 Jim Blandy <jimb@redhat.com>
7417
7418 * searching.texi (Regexp Backslash): Document new \_< and \_>
7419 operators.
7420
74212004-07-16 Juanma Barranquero <lektu@terra.es>
7422
7423 * display.texi (Images): Fix Texinfo usage.
7424
74252004-07-14 Luc Teirlinck <teirllm@auburn.edu>
7426
7427 * buffers.texi (Modification Time): `visited-file-modtime' now
7428 returns a list of two integers, instead of a cons.
7429
74302004-07-13 Luc Teirlinck <teirllm@auburn.edu>
7431
7432 * windows.texi: Various changes in addition to:
7433 (Splitting Windows): Add `split-window-keep-point'.
7434
74352004-07-09 Richard M. Stallman <rms@gnu.org>
7436
7437 * frames.texi (Input Focus): Minor fix.
7438
74392004-07-07 Luc Teirlinck <teirllm@auburn.edu>
7440
7441 * frames.texi (Input Focus): Clarify descriptions of
7442 `select-frame-set-input-focus' and `select-frame'.
7443
74442004-07-06 Luc Teirlinck <teirllm@auburn.edu>
7445
7446 * os.texi: Various small changes in addition to:
7447 (Killing Emacs): Expand and clarify description of
7448 `kill-emacs-query-functions' and `kill-emacs-hook'.
7449 (System Environment): Expand and clarify description of `getenv'
7450 and `setenv'.
7451 (Timers): Clarify description of `run-at-time'.
7452 (Translating Input): Correct description of
7453 `extra-keyboard-modifiers'.
7454 (Flow Control): Correct description of `enable-flow-control'.
7455
74562004-07-06 Thien-Thi Nguyen <ttn@gnu.org>
7457
7458 * os.texi: Update copyright.
7459 (Session Management): Grammar fix.
7460 Clarify which Emacs does the restarting.
7461 Use @samp for *scratch* buffer.
7462
74632004-07-04 Alan Mackenzie <acm@muc.de>
7464
7465 * frames.texi (Input Focus): Add documentation for
7466 `select-frame-set-input-focus'. Replace refs to non-existent
7467 `switch-frame' with `select-frame'. Minor corrections and tidying
7468 up of text-only terminal stuff.
7469
74702004-07-02 Richard M. Stallman <rms@gnu.org>
7471
7472 * files.texi (Saving Buffers): Cleanup write-contents-function.
7473 (Magic File Names): Cleanup file-remote-p.
7474
b344d29d 74752004-07-02 Kai Großjohann <kai@emptydomain.de>
b8d4c8d0
GM
7476
7477 * files.texi (Magic File Names): `file-remote-p' returns an
7478 identifier of the remote system, not just t.
7479
74802004-07-02 David Kastrup <dak@gnu.org>
7481
7482 * searching.texi (Entire Match Data): Add explanation about new
7483 match-data behavior when @var{integers} is non-nil.
7484
74852004-06-24 Richard M. Stallman <rms@gnu.org>
7486
7487 * commands.texi (Misc Events): Describe usr1-signal, usr2-signal event.
7488
7489 * customize.texi (Variable Definitions): Note about doc strings
7490 and :set.
7491
7492 * keymaps.texi (Keymap Terminology): Document `kbd'.
7493 (Changing Key Bindings, Key Binding Commands): Use kbd in examples.
7494
7495 * display.texi (Invisible Text): Setting buffer-invisibility-spec
7496 makes it buffer-local.
7497
7498 * files.texi (Saving Buffers): Correct previous change.
7499
7500 * commands.texi (Accessing Events):
7501 Clarify posn-col-row and posn-actual-col-row.
7502
75032004-06-24 David Ponce <david.ponce@wanadoo.fr>
7504
7505 * commands.texi (Accessing Events): New functions
7506 posn-at-point and posn-at-x-y. Add example to posn-x-y.
7507
75082004-06-23 Luc Teirlinck <teirllm@auburn.edu>
7509
7510 * lists.texi, files.texi, processes.texi, macros.texi, hash.texi:
7511 * frames.texi, buffers.texi, backups.texi, variables.texi:
7512 * loading.texi, eval.texi, functions.texi, control.texi:
7513 * symbols.texi, minibuf.texi: Reposition @anchor's.
7514
7515 * help.texi: Various small changes in addition to the following.
7516 (Describing Characters): Describe PREFIX argument to
7517 `key-description'. Correct and clarify definition of
7518 `text-char-description'. Describe NEED-VECTOR argument to
7519 `read-kbd-macro'.
7520 (Help Functions): Clarify definition of `apropos'.
7521
75222004-06-23 Lars Hansen <larsh@math.ku.dk>
7523
7524 * files.texi (Saving Buffers): Correct description of
7525 `write-contents-functions'.
7526
75272004-06-21 Juanma Barranquero <lektu@terra.es>
7528
7529 * display.texi (Images): Remove redundant @vindex directives.
7530 Rewrite `image-library-alist' doc in active voice.
7531
75322004-06-14 Juanma Barranquero <lektu@terra.es>
7533
7534 * display.texi (Images): Document new delayed library loading,
7535 variable `image-library-alist' and (existing but undocumented)
7536 function `image-type-available-p'.
7537
75382004-06-05 Richard M. Stallman <rms@gnu.org>
7539
7540 * minibuf.texi (Minibuffer Completion): For INITIAL arg,
7541 refer the user to the Initial Input node.
7542 (Text from Minibuffer): Likewise.
7543 (Initial Input): New node. Document this feature
7544 and say it is mostly deprecated.
7545
75462004-05-30 Richard M. Stallman <rms@gnu.org>
7547
7548 * loading.texi (Named Features): Clarify return value
7549 and meaning of NOERROR.
7550
7551 * variables.texi (File Local Variables): Minor cleanup.
7552
75532004-05-30 Michael Albinus <michael.albinus@gmx.de>
7554
7555 * files.texi (Magic File Names): Add `file-remote-p' as operation
7556 of file name handlers.
7557
75582004-05-29 Richard M. Stallman <rms@gnu.org>
7559
7560 * modes.texi (Minor Mode Conventions): (-) has no special meaning
7561 as arg to a minor mode command.
7562
75632004-05-22 Richard M. Stallman <rms@gnu.org>
7564
7565 * syntax.texi (Syntax Class Table): Word syntax not just for English.
7566
7567 * streams.texi (Output Variables): Doc float-output-format.
7568
7569 * searching.texi (Regexp Special): Nested repetition can be infloop.
7570
7571 * eval.texi (Eval): Increasing max-lisp-eval-depth can cause
7572 real stack overflow.
7573
7574 * compile.texi: Minor cleanups.
7575
75762004-05-22 Luc Teirlinck <teirllm@dms.auburn.edu>
7577
7578 * lists.texi (Cons Cells): Explain dotted lists, true lists,
7579 circular lists.
7580 (List Elements): Explain handling of circular and dotted lists.
7581
75822004-05-19 Thien-Thi Nguyen <ttn@gnu.org>
7583
7584 * modes.texi (Search-based Fontification): Fix typo.
7585
75862004-05-10 Juanma Barranquero <lektu@terra.es>
7587
7588 * modes.texi (Mode Line Variables): Fix description of
7589 global-mode-string, which is now after which-func-mode, not the
7590 buffer name.
7591
75922004-05-07 Lars Hansen <larsh@math.ku.dk>
7593
7594 * modes.texi (Desktop Save Mode): Add.
7595 (Modes): Add menu entry Desktop Save Mode.
7596
7597 * hooks.texi: Add desktop-after-read-hook,
7598 desktop-no-desktop-file-hook and desktop-save-hook.
7599
7600 * locals.texi: Add desktop-save-buffer.
7601
76022004-04-30 Jesper Harder <harder@ifa.au.dk>
7603
7604 * display.texi: emacs -> Emacs.
7605
76062004-04-27 Matthew Mundell <matt@mundell.ukfsn.org>
7607
7608 * files.texi (Changing Files): Document set-file-times.
7609
76102004-04-23 Juanma Barranquero <lektu@terra.es>
7611
7612 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
7613
76142004-04-18 Jesper Harder <harder@ifa.au.dk>
7615
7616 * tips.texi (Coding Conventions): defopt -> defcustom.
7617
76182004-04-16 Luc Teirlinck <teirllm@auburn.edu>
7619
7620 * sequences.texi: Various clarifications.
7621
76222004-04-14 Luc Teirlinck <teirllm@auburn.edu>
7623
7624 * buffers.texi (Read Only Buffers): Mention optional ARG to
7625 `toggle-read-only'.
7626
76272004-04-14 Nick Roberts <nick@nick.uklinux.net>
7628
7629 * windows.texi (Selecting Windows): Note that get-lru-window
7630 returns a full-width window if possible.
7631
76322004-04-13 Luc Teirlinck <teirllm@auburn.edu>
7633
7634 * buffers.texi: Various changes in addition to:
7635 (Buffer File Name): Add `find-buffer-visiting'.
7636 (Buffer Modification): Mention optional ARG to `not-modified'.
7637 (Indirect Buffers): Mention optional CLONE argument to
7638 `make-indirect-buffer'.
7639
7640 * files.texi: Various changes in addition to:
7641 (Visiting Functions): `find-file-hook' is now a normal hook.
7642 (File Name Expansion): Explain difference between the way that
7643 `expand-file-name' and `file-truename' treat `..'.
7644 (Contents of Directories): Mention optional ID-FORMAT argument to
7645 `directory-files-and-attributes'.
7646 (Format Conversion): Mention new optional CONFIRM argument to
7647 `format-write-file'.
7648
76492004-04-12 Miles Bader <miles@gnu.org>
7650
7651 * macros.texi (Expansion): Add description of `macroexpand-all'.
7652
76532004-04-05 Jesper Harder <harder@ifa.au.dk>
7654
5dcb4c4e
SM
7655 * variables.texi (Variable Aliases):
7656 Mention cyclic-variable-indirection.
b8d4c8d0
GM
7657
7658 * errors.texi (Standard Errors): Ditto.
7659
76602004-04-04 Luc Teirlinck <teirllm@auburn.edu>
7661
7662 * backups.texi: Various small changes in addition to:
7663 (Making Backups): Mention return value of `backup-buffer'.
7664 (Auto-Saving): Mention optional FORCE argument to
7665 `delete-auto-save-file-if-necessary'.
7666 (Reverting): Mention optional PRESERVE-MODES argument to
7667 `revert-buffer'. Correct description of `revert-buffer-function'.
7668
76692004-03-22 Juri Linkov <juri@jurta.org>
7670
7671 * sequences.texi (Sequence Functions): Replace xref to `Vectors'
7672 with `Vector Functions'.
7673
7674 * text.texi (Sorting): Add missing quote.
7675
76762004-03-14 Luc Teirlinck <teirllm@auburn.edu>
7677
7678 * intro.texi (Lisp History): Replace xref to `cl' manual with
7679 inforef.
7680
76812004-03-12 Richard M. Stallman <rms@gnu.org>
7682
7683 * intro.texi (Version Info): Add arg to emacs-version.
7684 (Lisp History): Change xref to CL manual.
7685
76862004-03-09 Luc Teirlinck <teirllm@auburn.edu>
7687
7688 * minibuf.texi (Completion Commands): Add xref to Emacs manual
7689 for Partial Completion mode.
7690
76912004-03-07 Thien-Thi Nguyen <ttn@gnu.org>
7692
7693 * customize.texi: Fix typo. Remove eol whitespace.
7694
76952004-03-04 Richard M. Stallman <rms@gnu.org>
7696
7697 * processes.texi: Fix typos.
7698
7699 * lists.texi (Building Lists): Minor clarification.
7700
7701 * hash.texi (Creating Hash): Correct the meaning of t for WEAK
7702 in make-hash-table.
7703
77042004-02-29 Juanma Barranquero <lektu@terra.es>
7705
7706 * makefile.w32-in (clean, maintainer-clean): Use $(DEL) instead of
7707 rm, and ignore exit code.
7708
77092004-02-27 Dan Nicolaescu <dann@ics.uci.edu>
7710
7711 * display.texi (Defining Faces): Add description for min-colors.
7712 Update example.
7713
77142004-02-23 Luc Teirlinck <teirllm@auburn.edu>
7715
7716 * abbrevs.texi: Various corrections and clarifications in addition
7717 to the following:
7718 (Abbrev Tables): Delete add-abbrev (as suggested by RMS).
7719
77202004-02-22 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
7721
7722 * calendar.texi (Holiday Customizing): Quote arg of holiday-sexp.
7723
77242004-02-21 Luc Teirlinck <teirllm@auburn.edu>
7725
7726 * text.texi: Various small changes in addition to the following:
7727 (User-Level Deletion): Mention optional BACKWARD-ONLY argument
7728 to delete-horizontal-space.
7729 (Kill Functions, Yanking, Low-Level Kill Ring): Clarify and correct
7730 description of yank-handler text property at various places.
7731
7732 * frames.texi (Window System Selections): Add anchor.
7733
7734 * syntax.texi (Syntax Table Functions): Clarify and correct
7735 descriptions of make-syntax-table and copy-syntax-table.
7736 (Motion and Syntax): Clarify SYNTAXES argument to
7737 skip-syntax-forward.
7738 (Parsing Expressions): Mention that the return value of
7739 parse-partial-sexp is currently a list of ten rather than nine
7740 elements.
7741 (Categories): Various corrections and clarifications.
7742
77432004-02-17 Luc Teirlinck <teirllm@auburn.edu>
7744
7745 * markers.texi (Marker Insertion Types): Minor change.
7746
7747 * locals.texi (Standard Buffer-Local Variables):
7748 * commands.texi (Interactive Codes, Using Interactive):
7749 * functions.texi (Related Topics): Fix xrefs.
7750
77512004-02-16 Luc Teirlinck <teirllm@auburn.edu>
7752
7753 * lists.texi (Sets And Lists): Update description of delete-dups.
7754
77552004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
7756
7757 * keymaps.texi (Tool Bar): tool-bar-item => tool-bar-button.
7758
c8763fb6 77592004-02-16 Jan Djärv <jan.h.d@swipnet.se>
b8d4c8d0
GM
7760
7761 * frames.texi (Parameter Access): frame-parameters arg is optional.
7762 modify-frame-parameters handles nil for FRAME.
7763 (Window Frame Parameters): menu-bar-lines and tool-bar-lines
7764 are all-or-nothing for certain toolkits.
7765 Mention parameter wait-for-wm.
7766 (Frames and Windows): In frame-first-window and frame-selected-window
7767 the arg is optional.
7768 (Input Focus): In redirect-frame-focus the second arg is optional.
7769 (Window System Selections): Mention selection type CLIPBOARD.
7770 Mention data-type UTF8_STRING.
7771 Mention numbering of cut buffers.
7772 (Resources): Describe x-resource-name.
7773
77742004-02-16 Richard M. Stallman <rms@gnu.org>
7775
7776 * windows.texi (Buffers and Windows): Delete false table
7777 about all-frames.
7778
7779 * syntax.texi (Parsing Expressions): Delete old caveat
7780 about parse-sexp-ignore-comments.
7781
7782 * streams.texi (Output Variables): Add print-quoted.
7783
7784 * lists.texi (Building Lists): Minor cleanup.
7785
7786 * hash.texi (Creating Hash): Correct and clarify doc of WEAK values.
7787
7788 * display.texi (Overlays): Explain overlays use markers.
7789 (Managing Overlays): Explain front-advance and rear-advance
7790 in more detail.
7791
7792 * loading.texi (Unloading): Document unload-feature-special-hooks.
7793 Get rid of fns-NNN.el file.
7794
77952004-02-16 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
7796
7797 * help.texi (Describing Characters): Fix text-char-description
7798 example output.
7799
7800 * edebug.texi (Using Edebug): Fix example.
7801
7802 * debugging.texi (Internals of Debugger): Fix return value.
7803
7804 * files.texi (Changing Files): Fix argname.
7805
7806 * calendar.texi: Fix parens, and default values.
7807
7808 * display.texi, frames.texi, internals.texi, modes.texi: Minor fixes.
7809 * nonascii.texi, objects.texi, os.texi: Minor fixes.
b3e755a9 7810 * searching.texi, text.texi, tips.texi, windows.texi: Minor fixes.
b8d4c8d0
GM
7811
7812 * positions.texi (Text Lines): Don't add -1 in current-line.
7813
78142004-02-16 Richard M. Stallman <rms@gnu.org>
7815
7816 * compile.texi (Compiler Errors): if-boundp feature applies to cond.
7817
78182004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
7819
7820 * processes.texi (Low-Level Network): Fix a typo.
7821
78222004-02-12 Kim F. Storm <storm@cua.dk>
7823
7824 * display.texi (Fringes): Use consistent wording.
7825 Note that window-fringe's window arg is optional.
7826 (Scroll Bars): Use consistent wording.
7827
78282004-02-11 Luc Teirlinck <teirllm@auburn.edu>
7829
7830 * tips.texi (Comment Tips): Document the new conventions for
7831 commenting out code.
7832
c8763fb6 78332004-02-07 Jan Djärv <jan.h.d@swipnet.se>
b8d4c8d0 7834
5dcb4c4e 7835 * positions.texi (Text Lines): Add missing end defun.
b8d4c8d0
GM
7836
78372004-02-07 Kim F. Storm <storm@cua.dk>
7838
7839 * positions.texi (Text Lines): Add line-number-at-pos.
7840
78412004-02-06 John Paul Wallington <jpw@gnu.org>
7842
7843 * display.texi (Button Properties, Button Buffer Commands):
7844 mouse-2 invokes button, not down-mouse-1.
7845
78462004-02-04 Jason Rumney <jasonr@gnu.org>
7847
7848 * makefile.w32-in: Sync with Makefile.in changes.
7849
78502004-02-03 Luc Teirlinck <teirllm@auburn.edu>
7851
7852 * minibuf.texi (Text from Minibuffer): Various corrections and
7853 clarifications.
7854 (Object from Minibuffer): Correct Lisp description of
7855 read-minibuffer.
7856 (Minibuffer History): Clarify description of cons values for
7857 HISTORY arguments.
5dcb4c4e
SM
7858 (Basic Completion): Various corrections and clarifications.
7859 Add completion-regexp-list.
b8d4c8d0
GM
7860 (Minibuffer Completion): Correct and clarify description of
7861 completing-read.
5dcb4c4e
SM
7862 (Completion Commands): Mention Partial Completion mode.
7863 Various other minor changes.
b8d4c8d0
GM
7864 (High-Level Completion): Various corrections and clarifications.
7865 (Reading File Names): Ditto.
7866 (Minibuffer Misc): Ditto.
7867
78682004-01-26 Luc Teirlinck <teirllm@auburn.edu>
7869
7870 * strings.texi (Text Comparison): assoc-string also matches
7871 elements of alists that are strings instead of conses.
7872 (Formatting Strings): Standardize Texinfo usage. Update index
7873 entries.
7874
78752004-01-20 Luc Teirlinck <teirllm@auburn.edu>
7876
7877 * lists.texi (Sets And Lists): Add delete-dups.
7878
78792004-01-15 Luc Teirlinck <teirllm@auburn.edu>
7880
7881 * edebug.texi (Instrumenting Macro Calls): `declare' is not a
7882 special form.
7883 * macros.texi (Defining Macros): Update description of `declare',
7884 which now is a macro.
7885 (Wrong Time): Fix typos.
7886
78872004-01-14 Luc Teirlinck <teirllm@auburn.edu>
7888
7889 * compile.texi (Compilation Functions): Expand descriptions of
7890 `compile-defun', `byte-compile-file', `byte-recompile-directory'
7891 and `batch-byte-compile'. In particular, mention and describe
7892 all optional arguments.
7893 (Disassembly): Correct and clarify the description of `disassemble'.
7894
78952004-01-11 Luc Teirlinck <teirllm@auburn.edu>
7896
7897 * searching.texi: Various small changes in addition to the
7898 following.
7899 (Regexp Example): Adapt to new value of `sentence-end'.
7900 (Regexp Functions): The PAREN argument to `regexp-opt' can be
7901 `words'.
7902 (Search and Replace): Add usage note for `perform-replace'.
7903 (Entire Match Data): Mention INTEGERS and REUSE arguments to
7904 `match-data'.
7905 (Standard Regexps): Update for new values of `paragraph-start'
7906 and `sentence-end'.
7907
79082004-01-07 Luc Teirlinck <teirllm@auburn.edu>
7909
7910 * files.texi (Saving Buffers): Clarify descriptions of
7911 `write-contents-functions' and `before-save-hook'.
7912 Make the defvar's for `before-save-hook' and `after-save-hook'
7913 into defopt's.
7914
79152004-01-07 Kim F. Storm <storm@cua.dk>
7916
7917 * commands.texi (Click Events): Describe new image and
7918 width/height elements of click events.
7919 (Accessing Events): Add posn-string, posn-image, and
7920 posn-object-width-height. Change posn-object to return either
7921 image or string object.
7922
79232004-01-01 Simon Josefsson <jas@extundo.com>
7924
7925 * hooks.texi (Standard Hooks): Add before-save-hook.
7926 * files.texi (Saving Buffers): Likewise.
7927
79282004-01-03 Richard M. Stallman <rms@gnu.org>
7929
7930 * frames.texi (Frames and Windows): Delete frame-root-window.
7931
79322004-01-03 Luc Teirlinck <teirllm@auburn.edu>
7933
7934 * eval.texi, hash.texi, help.texi, symbols.texi: Add anchors.
7935
7936 * functions.texi: Various small changes in addition to the
7937 following.
5dcb4c4e
SM
7938 (What Is a Function): `functionp' returns nil for macros.
7939 Clarify behavior of this and following functions for symbol arguments.
b8d4c8d0
GM
7940 (Function Documentation): Add `\' in front of (fn @var{arglist})
7941 and explain why.
7942 (Defining Functions): Mention DOCSTRING argument to `defalias'.
7943 Add anchor.
7944 (Mapping Functions): Add anchor. Unquote nil in mapcar* example.
7945
79462004-01-01 Miles Bader <miles@gnu.org>
7947
7948 * display.texi (Buttons): New section.
7949
79502003-12-31 Andreas Schwab <schwab@suse.de>
7951
7952 * numbers.texi (Math Functions): sqrt reports a domain-error
7953 error.
7954 (Float Basics): Use `(/ 0.0 0.0)' instead of `(sqrt -1.0)'.
7955
79562003-12-30 Luc Teirlinck <teirllm@auburn.edu>
7957
7958 * tips.texi (Documentation Tips): Update item on hyperlinks in
7959 documentation strings.
7960
7961 * errors.texi (Standard Errors): Various small corrections and
7962 additions.
7963
7964 * control.texi: Various small changes in addition to the
7965 following.
7966 (Signaling Errors): Provide some more details on how `signal'
7967 constructs the error message. Add anchor to the definition of
7968 `signal'.
7969 (Error Symbols): Describe special treatment of `quit'.
7970 (Cleanups): Rename BODY argument of `unwind-protect' to BODY-FORM
7971 to emphasize that it has to be a single form.
7972
7973 * buffers.texi: Add anchor.
7974
79752003-12-29 Richard M. Stallman <rms@gnu.org>
7976
7977 * windows.texi (Choosing Window): Add same-window-p, special-display-p.
7978 (Window Configurations): Add window-configuration-frame.
7979
7980 * variables.texi (Creating Buffer-Local): Add local-variable-if-set-p.
7981
7982 * text.texi (Examining Properties): Add get-char-property-and-overlay.
7983 Change arg name in get-char-property.
7984 (Special Properties): Update handling of keymap property.
7985
7986 * strings.texi (Modifying Strings): Add clear-string.
7987 (Text Comparison): Add assoc-string and remove
7988 assoc-ignore-case, assoc-ignore-representation.
7989
7990 * os.texi (Time of Day): Add set-time-zone-rule.
7991
7992 * numbers.texi (Math Functions): asin, acos, log, log10
7993 report domain-error errors.
7994
7995 * nonascii.texi (Converting Representations):
7996 Add multibyte-char-to-unibyte and unibyte-char-to-multibyte.
7997 (Encoding and I/O): Add file-name-coding-system.
7998
7999 * modes.texi (Search-based Fontification): Explain that
8000 face specs are symbols with face names as values.
8001
8002 * minibuf.texi (Minibuffer Misc): Add set-minibuffer-window.
8003
8004 * lists.texi (Building Lists): remq moved elsewhere.
8005 (Sets And Lists): remq moved here.
8006 (Association Lists): Refer to assoc-string.
8007
8008 * internals.texi (Garbage Collection): Add memory-use-counts.
8009
8010 * frames.texi (Frames and Windows): Add set-frame-selected-window
8011 and frame-root-window.
8012
8013 * files.texi (Contents of Directories):
8014 Add directory-files-and-attributes.
8015
8016 * display.texi (Refresh Screen): Add force-window-update.
8017 (Invisible Text): Explain about moving point out of invis text.
8018 (Overlay Properties): Add overlay-properties.
8019 (Managing Overlays): Add overlayp.
8020 (GIF Images): Invalid image number displays a hollow box.
8021
8022 * buffers.texi (Buffer Modification): Add restore-buffer-modified-p.
8023 (Killing Buffers): Add buffer-live-p.
8024
80252003-12-25 Markus Rost <rost@mathematik.uni-bielefeld.de>
8026
8027 * display.texi (Fringes): Fix typo "set-buffer-window".
8028
80292003-12-24 Luc Teirlinck <teirllm@auburn.edu>
8030
8031 * display.texi, eval.texi, help.texi, internals.texi, loading.texi:
8032 * nonascii.texi, processes.texi, tips.texi, variables.texi:
8033 Add or change various xrefs and anchors.
8034
8035 * commands.texi: Replace all occurrences of @acronym{CAR} with
8036 @sc{car}, for consistency with the rest of the Elisp manual.
8037 `car' and `cdr' are historically acronyms, but are no longer
8038 widely thought of as such.
8039
8040 * internals.texi (Pure Storage): Mention that `purecopy' does not
8041 copy text properties.
8042 (Object Internals): Now 29 bits are used (in most implementations)
8043 to address Lisp objects.
8044
8045 * variables.texi (Variables with Restricted Values): New node.
8046
8047 * objects.texi (Lisp Data Types): Mention that certain variables
8048 can only take on a restricted set of values and add an xref to
8049 the new node "Variables with Restricted Values".
8050
8051 * eval.texi (Function Indirection): Describe the errors that
8052 `indirect-function' can signal.
8053 (Eval): Clarify the descriptions of `eval-region' and `values'.
8054 Describe `eval-buffer' instead of `eval-current-buffer' and
8055 mention `eval-current-buffer' as an alias for `current-buffer'.
8056 Correct the description and mention all optional arguments.
8057
8058 * nonascii.texi: Various small changes in addition to the
8059 following.
8060 (Converting Representations): Clarify behavior of
8061 `string-make-multibyte' and `string-to-multibyte' for unibyte all
8062 ASCII arguments.
8063 (Character Sets): Document the variable `charset-list' and adapt
8064 the definition of the function `charset-list' accordingly.
8065 (Translation of Characters): Clarify use of generic characters in
8066 `make-translation-table'. Clarify and correct the description of
8067 the use of translation tables in encoding and decoding.
8068 (User-Chosen Coding Systems): Correct and clarify the description
8069 of `select-safe-coding-system'.
8070 (Default Coding Systems): Clarify description of
8071 `file-coding-system-alist'.
8072
80732003-11-30 Luc Teirlinck <teirllm@auburn.edu>
8074
8075 * strings.texi (Text Comparison): Correctly describe when two
8076 strings are `equal'. Combine and clarify descriptions of
8077 `assoc-ignore-case' and `assoc-ignore-representation'.
8078
8079 * objects.texi (Non-ASCII in Strings): Clarify description of
8080 when a string is unibyte or multibyte.
8081 (Bool-Vector Type): Update examples.
8082 (Equality Predicates): Correctly describe when two strings are
8083 `equal'.
8084
80852003-11-29 Luc Teirlinck <teirllm@auburn.edu>
8086
8087 * lists.texi (Building Lists): `append' no longer accepts integer
8088 arguments. Update the description of `number-sequence' to reflect
8089 recent changes.
8090 (Sets And Lists): Describe `member-ignore-case' after `member'.
8091
80922003-11-27 Kim F. Storm <storm@cua.dk>
8093
8094 * commands.texi (Click Events): Click object may be an images.
8095 Describe (dx . dy) element of click positions.
8096 (Accessing Events): Remove duplicate posn-timestamp.
8097 New functions posn-object and posn-object-x-y.
8098
80992003-11-23 Kim F. Storm <storm@cua.dk>
8100
8101 * commands.texi (Click Events): Describe enhancements to event
8102 position lists, including new text-pos and (col . row) items.
8103 Mention left-fringe and right-fringe area events.
8104 (Accessing Events): New functions posn-area and
8105 posn-actual-col-row. Mention posn-timestamp. Mention that
8106 posn-point in non-text area still returns buffer position.
8107 Clarify posn-col-row.
8108
81092003-11-21 Lars Hansen <larsh@math.ku.dk>
8110
8111 * files.texi (File Attributes): Describe new parameter ID-FORMAT.
8112 * anti.texi (File Attributes): Describe removed parameter
8113 ID-FORMAT.
8114
81152003-11-20 Luc Teirlinck <teirllm@auburn.edu>
8116
8117 * positions.texi (Positions): Mention that, if a marker is used as
8118 a position, its buffer is ignored.
8119
8120 * markers.texi (Overview of Markers): Mention it here too.
8121
81222003-11-12 Luc Teirlinck <teirllm@auburn.edu>
8123
8124 * numbers.texi (Numeric Conversions): Not just `floor', but also
8125 `truncate', `ceiling' and `round' accept optional argument DIVISOR.
8126
81272003-11-10 Luc Teirlinck <teirllm@auburn.edu>
8128
8129 * markers.texi (Creating Markers): Specify insertion type of
8130 created markers. Add xref to `Marker Insertion Types'.
8131 Second argument to `copy-marker' is optional.
8132 (Marker Insertion Types): Mention that most markers are created
8133 with insertion type nil.
8134 (The Mark): Correctly describe when `mark' signals an error.
8135 (The Region): Correctly describe when `region-beginning' and
8136 `region-end' signal an error.
8137
81382003-11-08 Luc Teirlinck <teirllm@auburn.edu>
8139
8140 * hash.texi (Creating Hash): Clarify description of `eql'.
8141 `makehash' is obsolete.
8142 (Hash Access): Add Common Lisp notes for `remhash' and `clrhash'.
8143
8144 * positions.texi (Point): Change description of `buffer-end', so
8145 that it is also correct for floating point arguments.
8146 (List Motion): Correct argument lists of `beginning-of-defun' and
8147 `end-of-defun'.
8148 (Excursions): Add xref to `Marker Insertion Types'.
8149 (Narrowing): Argument to `narrow-to-page' is optional.
8150
81512003-11-06 Luc Teirlinck <teirllm@auburn.edu>
8152
8153 * streams.texi (Output Streams): Clarify behavior of point for
8154 marker output streams.
8155
81562003-11-04 Luc Teirlinck <teirllm@auburn.edu>
8157
8158 * variables.texi (Defining Variables): Second argument to
8159 `defconst' is not optional.
8160 (Setting Variables): Mention optional argument APPEND to
8161 `add-to-list'.
8162 (Creating Buffer-Local): Expand description of
8163 `make-variable-buffer-local'.
8164 (Frame-Local Variables): Expand description of
8165 `make-variable-frame-local'.
8166 (Variable Aliases): Correct description of optional argument
8167 DOCSTRING to `defvaralias'. Mention return value of
8168 `defvaralias'.
8169 (File Local Variables): Add xref to `File variables' in Emacs
8170 Manual. Correct description of `hack-local-variables'. Mention
8171 `safe-local-variable' property. Mention optional second argument
8172 to `risky-local-variable-p'.
8173
81742003-11-03 Luc Teirlinck <teirllm@auburn.edu>
8175
8176 * symbols.texi (Symbol Plists): Mention return value of `setplist'.
8177
81782003-11-02 Jesper Harder <harder@ifa.au.dk> (tiny change)
8179
8180 * lispref/anti.texi, lispref/backups.texi, lispref/commands.texi
8181 lispref/customize.texi, lispref/display.texi, lispref/files.texi,
8182 lispref/internals.texi, lispref/keymaps.texi, lispref/loading.texi,
8183 lispref/modes.texi, lispref/nonascii.texi, lispref/numbers.texi,
8184 lispref/objects.texi, lispref/os.texi, lispref/positions.texi,
8185 lispref/processes.texi, lispref/searching.texi,
8186 lispref/sequences.texi, lispref/streams.texi, lispref/strings.texi,
8187 lispref/syntax.texi, lispref/text.texi: Replace @sc{foo} with
8188 @acronym{FOO}.
8189
81902003-10-27 Luc Teirlinck <teirllm@auburn.edu>
8191
8192 * strings.texi (Creating Strings): Argument START to `substring'
8193 can not be `nil'. Expand description of
8194 `substring-no-properties'. Correct description of `split-string',
8195 especially with respect to empty matches. Prevent very bad line
8196 break in definition of `split-string-default-separators'.
8197 (Text Comparison): `string=' and `string<' also accept symbols as
8198 arguments.
8199 (String Conversion): More completely describe argument BASE in
8200 `string-to-number'.
8201 (Formatting Strings): `%s' and `%S' in `format' do require
8202 corresponding object. Clarify behavior of numeric prefix after
8203 `%' in `format'.
8204 (Case Conversion): The argument to `upcase-initials' can be a
8205 character.
8206
82072003-10-27 Kenichi Handa <handa@m17n.org>
8208
8209 * display.texi (Fontsets): Fix texinfo usage.
8210
82112003-10-25 Kenichi Handa <handa@m17n.org>
8212
8213 * display.texi (Fontsets): Add description of the function
8214 set-fontset-font.
8215
82162003-10-23 Luc Teirlinck <teirllm@auburn.edu>
8217
8218 * display.texi (Temporary Displays): Add xref to `Documentation
8219 Tips'.
8220
8221 * functions.texi (Function Safety): Use inforef instead of pxref
8222 for SES.
8223
82242003-10-23 Andreas Schwab <schwab@suse.de>
8225
8226 * Makefile.in (TEX, texinputdir): Don't define.
8227 (TEXI2DVI): Define.
8228 (srcs): Remove $(srcdir)/index.perm and $(srcdir)/index.unperm,
8229 add $(srcdir)/index.texi.
8230 ($(infodir)/elisp): Remove index.texi dependency.
8231 (elisp.dvi): Likewise. Use $(TEXI2DVI).
8232 (index.texi): Remove target.
8233 (dist): Don't link $(srcdir)/permute-index.
8234 (clean): Don't remove index.texi.
8235
8236 * permute-index, index.perm: Remove.
8237 * index.texi: Rename from index.unperm.
8238
82392003-10-22 Luc Teirlinck <teirllm@auburn.edu>
8240
8241 * tips.texi (Documentation Tips): Document new behavior for face
8242 and variable hyperlinks in Help mode.
8243
82442003-10-21 Luc Teirlinck <teirllm@auburn.edu>
8245
8246 * objects.texi (Integer Type): Update for extra bit of integer range.
8247 (Character Type): Ditto.
8248
82492003-10-16 Eli Zaretskii <eliz@gnu.org>
8250
8251 * numbers.texi (Integer Basics): Add index entries for reading
8252 numbers in hex, octal, and binary.
8253
82542003-10-16 Lute Kamstra <lute@gnu.org>
8255
8256 * modes.texi (Mode Line Format): Mention force-mode-line-update's
8257 argument.
8258
82592003-10-13 Luc Teirlinck <teirllm@auburn.edu>
8260
8261 * windows.texi (Choosing Window): Fix typo.
8262 * edebug.texi (Edebug Execution Modes): Fix typo.
8263
82642003-10-13 Richard M. Stallman <rms@gnu.org>
8265
8266 * windows.texi (Basic Windows): A window has fringe settings,
8267 display margins and scroll-bar settings.
8268 (Splitting Windows): Doc split-window return value.
8269 Clean up one-window-p.
8270 (Selecting Windows): Fix typo.
8271 (Cyclic Window Ordering): Explain frame as ALL-FRAMES in next-window.
8272 (Buffers and Windows): In set-window-buffer, explain effect
8273 on fringe settings and scroll bar settings.
8274 (Displaying Buffers): In pop-to-buffer, explain nil as buffer arg.
8275 (Choosing Window): Use defopt for pop-up-frame-function.
8276 For special-display-buffer-names, explain same-window and same-frame.
8277 Clarify window-dedicated-p return value.
8278 (Textual Scrolling): scroll-up and scroll-down can get an error.
8279 (Horizontal Scrolling): Clarify auto-hscroll-mode.
8280 Clarify set-window-hscroll.
8281 (Size of Window): Don't mention tool bar in window-height.
8282 (Coordinates and Windows): Explain what coordinates-in-window-p
8283 returns for fringes and display margins.
8284 (Window Configurations): Explain saving fringes, etc.
8285
8286 * tips.texi (Library Headers): Clean up Documentation.
8287
8288 * syntax.texi (Parsing Expressions): Clean up forward-comment
8289 and parse-sexp-lookup-properties.
8290
8291 * sequences.texi (Sequence Functions): sequencep accepts bool-vectors.
8292
8293 * os.texi (System Environment): Clean up text for load-average errors.
8294
8295 * modes.texi (Hooks): Don't explain local hook details at front.
8296 Clarify run-hooks and run-hook-with-args a little.
8297 Clean up add-hook and remove-hook.
8298
8299 * edebug.texi (Edebug Execution Modes): Clarify t.
8300 Document edebug-sit-for-seconds.
8301 (Coverage Testing): Document C-x X = and =.
8302 (Instrumenting Macro Calls): Fix typo.
8303 (Specification List): Don't index the specification keywords.
8304
83052003-10-10 Kim F. Storm <storm@cua.dk>
8306
8307 * processes.texi (Network): Introduce make-network-process.
8308
83092003-10-09 Luc Teirlinck <teirllm@auburn.edu>
8310
8311 * tips.texi (Library Headers): Fix typo.
8312
83132003-10-07 Juri Linkov <juri@jurta.org>
8314
8315 * modes.texi (Imenu): Mention imenu-create-index-function's
8316 default value. Explain submenus better.
8317
83182003-10-07 Lute Kamstra <lute@gnu.org>
8319
8320 * modes.texi (Faces for Font Lock): Fix typo.
8321 (Hooks): Explain how buffer-local hook variables can refer to
8322 global hook variables.
8323 Various minor clarifications.
8324
83252003-10-06 Lute Kamstra <lute@gnu.org>
8326
8327 * tips.texi (Coding Conventions): Mention naming conventions for
8328 hooks.
8329
83302003-10-05 Luc Teirlinck <teirllm@auburn.edu>
8331
8332 * loading.texi (Library Search): Correct default value of
8333 load-suffixes.
8334 (Named Features): Fix typo.
8335
83362003-10-05 Richard M. Stallman <rms@gnu.org>
8337
8338 * loading.texi (Named Features): In `provide',
8339 say how to test for subfeatures.
8340 (Unloading): In unload-feature, use new var name
8341 unload-feature-special-hooks.
8342
83432003-10-03 Lute Kamstra <lute@gnu.org>
8344
8345 * modes.texi (Major Mode Conventions): Mention third way to set up
8346 Imenu.
8347 (Imenu): A number of small fixes.
8348 Delete documentation of internal variable imenu--index-alist.
8349 Document the return value format of imenu-create-index-function
8350 functions.
8351
83522003-09-30 Richard M. Stallman <rms@gnu.org>
8353
8354 * processes.texi (Network): Say what stopped datagram connections do.
8355
8356 * lists.texi (Association Lists): Clarify `assq-delete-all'.
8357
8358 * display.texi (Overlay Properties): Clarify `evaporate' property.
8359
83602003-09-29 Lute Kamstra <lute@gnu.org>
8361
8362 * modes.texi (Mode Line Data): Explain when symbols in mode-line
8363 constructs should be marked as risky.
8364 Change cons cell into proper list.
8365 (Mode Line Variables): Change cons cell into proper list.
8366
83672003-09-26 Lute Kamstra <lute@gnu.org>
8368
8369 * modes.texi (Mode Line Data): Document the :propertize construct.
8370 (Mode Line Variables): Reorder the descriptions of the variables
8371 to match their order in the default mode-line-format.
8372 Describe the new variables mode-line-position and mode-line-modes.
8373 Update the default values of mode-line-frame-identification,
8374 minor-mode-alist, and default-mode-line-format.
8375 (Properties in Mode): Mention the :propertize construct.
8376
83772003-09-26 Richard M. Stallman <rms@gnu.org>
8378
8379 * buffers.texi, commands.texi, debugging.texi, eval.texi:
8380 * loading.texi, minibuf.texi, text.texi, variables.texi:
8381 Avoid @strong{Note:}.
8382
83832003-09-26 Richard M. Stallman <rms@gnu.org>
8384
8385 * keymaps.texi (Remapping Commands): Fix typo.
8386
83872003-09-23 Luc Teirlinck <teirllm@mail.auburn.edu>
8388
8389 * processes.texi (Low-Level Network): Fix typo.
8390
83912003-09-23 Kim F. Storm <storm@cua.dk>
8392
8393 * processes.texi (Network, Network Servers): Fix typos.
8394 (Low-Level Network): Add timeout value for :server keyword.
8395 Add new option keywords to make-network-process.
8396 Add set-network-process-options.
8397 Explain how to test availability of network options.
8398
83992003-09-19 Richard M. Stallman <rms@gnu.org>
8400
8401 * text.texi (Motion by Indent): Arg to
8402 backward-to-indentation and forward-to-indentation is optional.
8403
8404 * strings.texi (Creating Strings): Add substring-no-properties.
8405
8406 * processes.texi
8407 (Process Information): Add list-processes arg QUERY-ONLY.
8408 Delete process-contact from here.
8409 Add new status values for process-status.
8410 Add process-get, process-put, process-plist, set-process-plist.
8411 (Synchronous Processes): Add call-process-shell-command.
8412 (Signals to Processes): signal-process allows process objects.
8413 (Network): Complete rewrite.
8414 (Network Servers, Datagrams, Low-Level Network): New nodes.
8415
8416 * positions.texi (Word Motion): forward-word, backward-word
8417 arg is optional. Reword.
8418
8419 * abbrevs.texi (Defining Abbrevs): Index no-self-insert.
8420
8421 * variables.texi (Creating Buffer-Local):
8422 Delete duplicate definition of buffer-local-value.
8423 (File Local Variables): Explain about discarding text props.
8424
84252003-09-11 Richard M. Stallman <rms@gnu.org>
8426
8427 * minibuf.texi (Intro to Minibuffers): Explain that the minibuffer
8428 changes variables that record input events.
8429 (Minibuffer Misc): Add minibuffer-selected-window.
8430
8431 * lists.texi (Building Lists): Add copy-tree.
8432
8433 * display.texi (Fontsets): Add char-displayable-p.
8434 (Scroll Bars): New node.
8435
84362003-09-08 Lute Kamstra <lute@gnu.org>
8437
8438 * modes.texi (%-Constructs): Document new `%i' and `%I'
8439 constructs.
8440
84412003-09-03 Peter Runestig <peter@runestig.com>
8442
8443 * makefile.w32-in: New file.
8444
84452003-08-29 Richard M. Stallman <rms@gnu.org>
8446
8447 * display.texi (Overlay Properties): Clarify how priorities
8448 affect use of the properties.
8449
84502003-08-19 Luc Teirlinck <teirllm@mail.auburn.edu>
8451
8452 * customize.texi (Type Keywords): Correct the description of
8453 `:help-echo' in the case where `motion-doc' is a function.
8454
84552003-08-14 John Paul Wallington <jpw@gnu.org>
8456
8457 * modes.texi (Emulating Mode Line): Subsection, not section.
8458
84592003-08-13 Richard M. Stallman <rms@gnu.org>
8460
8461 * elisp.texi (Top): Update subnode lists in menu.
8462
8463 * text.texi (Insertion): Add insert-buffer-substring-no-properties.
8464 (Kill Functions): kill-region has new arg yank-handler.
8465 (Yanking): New node.
8466 (Yank Commands): Add yank-undo-function.
8467 (Low-Level Kill Ring):
8468 kill-new and kill-append have new arg yank-handler.
8469 (Changing Properties): Add remove-list-of-text-properties.
8470 (Atomic Changes): New node.
8471
8472 * symbols.texi (Other Plists): Add lax-plist-get, lax-plist-put.
8473
8474 * streams.texi (Output Variables): Add eval-expression-print-length
8475 and eval-expression-print-level.
8476
8477 * os.texi (Time Conversion): For encode-time, explain limits on year.
8478
8479 * objects.texi (Character Type): Define anchor "modifier bits".
8480
8481 * modes.texi (Emulating Mode Line): New node.
8482 (Search-based Fontification): Font Lock uses font-lock-face property.
8483 (Other Font Lock Variables): Likewise.
8484
8485 * keymaps.texi (Format of Keymaps): Keymaps contain char tables,
8486 not vectors.
8487 (Active Keymaps): Add emulation-mode-map-alists.
8488 (Functions for Key Lookup): key-binding has new arg no-remap.
8489 (Remapping Commands): New node.
8490 (Scanning Keymaps): where-is-internal has new arg no-remap.
8491 (Tool Bar): Add tool-bar-local-item-from-menu.
8492 Clarify when to use tool-bar-add-item-from-menu.
8493
8494 * commands.texi (Interactive Call): commandp has new arg.
8495 (Command Loop Info): Add this-original-command.
8496
84972003-08-06 John Paul Wallington <jpw@gnu.org>
8498
8499 * compile.texi (Compiler Errors): Say `@end defmac' after `@defmac'.
8500
8501 * display.texi (Warning Basics): Fix typo.
8502 (Fringes): Add closing curly bracket and fix typo.
8503
8504 * elisp.texi (Top): Fix typo.
8505
85062003-08-05 Richard M. Stallman <rms@gnu.org>
8507
8508 * elisp.texi: Update lists of subnodes.
8509
8510 * windows.texi (Buffers and Windows): set-window-buffer has new arg.
8511
8512 * variables.texi (Local Variables): Use lc for example variable names.
8513
8514 * tips.texi (Library Headers): Explain where to put -*-.
8515
8516 * strings.texi (Creating Strings): Fix xref for vconcat.
8517
8518 * sequences.texi (Vector Functions):
8519 vconcat no longer allows integer args.
8520
8521 * minibuf.texi (Reading File Names): read-file-name has new
8522 arg PREDICATE. New function read-directory-name.
8523
c4cc8b9a 8524 * macros.texi (Defining Macros): Give definition of `declare'.
b8d4c8d0
GM
8525 (Indenting Macros): New node.
8526
8527 * frames.texi (Parameter Access): Add modify-all-frames-parameters.
8528 (Window Frame Parameters): Make separate table of parameters
8529 that are coupled with specific face attributes.
8530 (Deleting Frames): delete-frame-hooks renamed to
8531 delete-frame-functions.
8532
8533 * files.texi (Magic File Names): Add file-remote-p.
8534 Clarify file-local-copy.
8535
8536 * edebug.texi (Instrumenting Macro Calls): Don't define `declare'
8537 here; instead xref Defining Macros.
8538
8539 * display.texi (Warnings): New node, and subnodes.
8540 (Fringes): New node.
8541
8542 * debugging.texi (Test Coverage): New node.
8543
8544 * compile.texi (Compiler Errors): Explain with-no-warnings
8545 and other ways to suppress warnings.
8546
8547 * commands.texi (Interactive Call): Minor clarification.
8548
8549 * buffers.texi (Buffer File Name): set-visited-file-name
8550 renames the buffer too.
8551
8552 * abbrevs.texi (Abbrev Tables): Add copy-abbrev-table.
8553
85542003-07-24 Markus Rost <rost@math.ohio-state.edu>
8555
8556 * abbrevs.texi (Abbrev Expansion): Use \s syntax in example.
8557
85582003-07-22 Markus Rost <rost@math.ohio-state.edu>
8559
8560 * internals.texi (Garbage Collection): Fix previous change.
8561
85622003-07-22 Richard M. Stallman <rms@gnu.org>
8563
8564 * files.texi (Truenames): Add LIMIT arg to file-chase-links.
8565
8566 * display.texi (Width): Use \s syntax in example.
8567 (Font Selection): Add face-font-rescale-alist.
8568
8569 * modes.texi (Imenu): Add xref to Emacs Manual node on Imenu.
8570 Remove spurious indent in example.
8571
8572 * lists.texi (Building Lists): Add number-sequence.
8573
8574 * internals.texi (Garbage Collection): Add gcs-done, gc-elapsed.
8575
8576 * functions.texi (Function Documentation): Explain how to
8577 show calling convention explicitly in the doc string.
8578
8579 * windows.texi (Selecting Windows): save-selected-window saves
8580 selected window of each frame.
8581 (Window Configurations): Minor change.
8582
8583 * syntax.texi (Syntax Table Functions): Use \s syntax in examples.
8584
8585 * streams.texi (Output Variables): Add print-continuous-numbering
8586 and print-number-table.
8587
8588 * processes.texi (Decoding Output): New node.
8589
8590 * os.texi (Time Conversion): decode-time arg is optional.
8591
8592 * objects.texi (Character Type): Don't use space as example for \.
8593 Make list of char names and \-sequences correspond.
8594 Explain that \s is not used in strings. `\ ' needs space after.
8595
8596 * nonascii.texi (Converting Representations): Add string-to-multibyte.
8597 (Translation of Characters): Add translation-table-for-input.
8598 (Default Coding Systems): Add auto-coding-functions.
8599 (Explicit Encoding): Add decode-coding-inserted-region.
8600 (Locales): Add locale-info.
8601
8602 * minibuf.texi (Basic Completion): Describe test-completion.
8603 Collections can be lists of strings.
8604 Clean up lazy-completion-table.
8605 (Programmed Completion): Mention test-completion.
8606 Clarify why lambda expressions are not accepted.
8607 (Minibuffer Misc): Describe minibufferp.
8608
86092003-07-14 Richard M. Stallman <rms@gnu.org>
8610
8611 * buffers.texi (Killing Buffers): kill-buffer-hook is perm local.
8612
8613 * windows.texi (Selecting Windows): New arg to select-window.
8614 (Selecting Windows): Add with-selected-window.
8615 (Size of Window): Add window-inside-edges, etc.
8616
8617 * internals.texi (Garbage Collection): Add post-gc-hook.
8618
8619 * processes.texi (Subprocess Creation): Add exec-suffixes.
8620
8621 * keymaps.texi (Functions for Key Lookup): Add current-active-maps.
8622 (Scanning Keymaps): Add map-keymaps.
8623 (Defining Menus): Add keymap-prompt.
8624
8625 * numbers.texi (Integer Basics): Add most-positive-fixnum,
8626 most-negative-fixnum.
8627
c4cc8b9a 8628 * compile.texi (Byte Compilation): Explain no-byte-compile.
b8d4c8d0
GM
8629 (Compiler Errors): New node.
8630
8631 * os.texi (User Identification): user-uid, user-real-uid
8632 can return float.
8633
8634 * modes.texi (Major Mode Conventions): Explain about run-mode-hooks
8635 and about derived modes.
8636 (Minor Modes): Add minor-mode-list.
8637 (Defining Minor Modes): Keyword args for define-minor-mode.
8638 (Search-based Fontification): Explain managing other properties.
8639 (Other Font Lock Variables): Add font-lock-extra-managed-props.
183080b6 8640 (Faces for Font Lock): Add font-lock-preprocessor-face.
b8d4c8d0
GM
8641 (Hooks): Add run-mode-hooks and delay-mode-hooks.
8642
8643 * variables.texi (Creating Buffer-Local): Add buffer-local-value.
8644 (Variable Aliases): Clarify defvaralias.
8645
8646 * loading.texi (Library Search): Add load-suffixes.
8647
8648 * minibuf.texi (Basic Completion): Add lazy-completion-table.
8649 (Programmed Completion): Add dynamic-completion-table.
8650
8651 * files.texi (Changing Files): copy-file allows dir as NEWNAME.
8652 (Magic File Names): Specify precedence order of handlers.
8653
8654 * commands.texi (Command Overview): Emacs server runs pre-command-hook
8655 and post-command-hook.
8656 (Waiting): New calling convention for sit-for.
8657
8658 * text.texi (Special Properties): local-map and keymap properties
8659 apply based on their stickiness.
8660
86612003-07-07 Richard M. Stallman <rms@gnu.org>
8662
8663 * modes.texi (Minor Mode Conventions): Specify only some kinds
8664 of list values as args to minor modes.
8665
8666 * files.texi (File Name Expansion): Warn about iterative use
8667 of substitute-in-file-name.
8668
8669 * advice.texi (Activation of Advice): Clean up previous change.
8670
86712003-07-06 Markus Rost <rost@math.ohio-state.edu>
8672
8673 * advice.texi (Activation of Advice): Note that ad-start-advice is
8674 turned on by default.
8675
86762003-06-30 Richard M. Stallman <rms@gnu.org>
8677
8678 * text.texi (Buffer Contents): Document current-word.
8679 (Change Hooks): Not called for *Messages*.
8680
8681 * functions.texi (Defining Functions): Explain about redefining
8682 primitives.
8683 (Function Safety): Renamed. Minor changes.
8684 Comment out the detailed criteria for what is safe.
8685
86862003-06-22 Andreas Schwab <schwab@suse.de>
8687
8688 * objects.texi (Symbol Type): Fix description of examples.
8689
86902003-06-16 Andreas Schwab <schwab@suse.de>
8691
8692 * hash.texi (Creating Hash): Fix description of :weakness.
8693
c8763fb6 86942003-06-13 Kai Großjohann <kai.grossjohann@gmx.net>
b8d4c8d0
GM
8695
8696 * files.texi (Changing Files): copy-file copies file modes, too.
8697
86982003-05-28 Richard M. Stallman <rms@gnu.org>
8699
8700 * strings.texi (Creating Strings): Clarify split-string.
8701
87022003-05-22 Stephen J. Turnbull <stephen@xemacs.org>
8703
8704 * strings.texi (Creating Strings): Update split-string specification
8705 and examples.
8706
87072003-05-19 Richard M. Stallman <rms@gnu.org>
8708
8709 * elisp.texi: Correct invariant section names.
8710
87112003-04-20 Richard M. Stallman <rms@gnu.org>
8712
8713 * os.texi (Timers): Explain about timers and quitting.
8714
87152003-04-19 Richard M. Stallman <rms@gnu.org>
8716
8717 * internals.texi (Writing Emacs Primitives): Strings are
8718 no longer special for GCPROs. Mention GCPRO5, GCPRO6.
8719 Explain GCPRO convention for varargs function args.
8720
87212003-04-16 Richard M. Stallman <rms@gnu.org>
8722
8723 * minibuf.texi (Minibuffer Misc): Document fn minibuffer-message.
8724
87252003-04-08 Richard M. Stallman <rms@gnu.org>
8726
8727 * files.texi (Kinds of Files): Correct return value of file-symlink-p.
8728
87292003-02-13 Kim F. Storm <storm@cua.dk>
8730
8731 * objects.texi (Character Type): New \s escape for space.
8732
87332003-01-31 Joe Buehler <jhpb@draco.hekimian.com>
8734
5dcb4c4e 8735 * os.texi (System Environment): Add cygwin system-type.
b8d4c8d0
GM
8736
87372003-01-25 Richard M. Stallman <rms@gnu.org>
8738
8739 * keymaps.texi: Document that a symbol can act as a keymap.
8740
87412003-01-13 Richard M. Stallman <rms@gnu.org>
8742
8743 * text.texi (Changing Properties): Say string indices are origin-0.
8744
8745 * positions.texi (Screen Lines) <compute-motion>:
8746 Correct order of elts in return value.
8747
8748 * keymaps.texi (Changing Key Bindings) <define-key>: Mention
8749 how to define a default binding.
8750
87512002-12-07 Markus Rost <rost@math.ohio-state.edu>
8752
8753 * loading.texi (Unloading): Fix recent change for load-history.
8754
8755 * customize.texi (Simple Types): Clarify description of custom
8756 type 'number. Describe new custom type 'float.
8757
87582002-12-04 Markus Rost <rost@math.ohio-state.edu>
8759
8760 * variables.texi (File Local Variables): Fix typo.
8761
c8763fb6 87622002-10-23 Kai Großjohann <kai.grossjohann@uni-duisburg.de>
b8d4c8d0
GM
8763
8764 From Michael Albinus <Michael.Albinus@alcatel.de>.
8765
8766 * README: Target for Info file is `make info'.
8767
5dcb4c4e 8768 * files.texi (File Name Components): Fix typos in
b8d4c8d0
GM
8769 `file-name-sans-extension'.
8770 (Magic File Names): Complete list of operations for magic file
8771 name handlers.
8772
87732002-09-16 Jonathan Yavner <jyavner@engineer.com>
8774
8775 * variables.texi (File Local Variables): New function
8776 risky-local-variable-p.
8777
87782002-09-15 Jonathan Yavner <jyavner@engineer.com>
8779
8780 * functions.texi (Function safety): New node about unsafep.
8781
87822002-08-05 Per Abrahamsen <abraham@dina.kvl.dk>
8783
5dcb4c4e 8784 * customize.texi (Splicing into Lists): Fix example.
a86cd395 8785 Reported by Fabrice Bauzac <fabrice.bauzac@wanadoo.fr>.
b8d4c8d0
GM
8786
87872002-06-17 Juanma Barranquero <lektu@terra.es>
8788
8789 * frames.texi (Display Feature Testing): Fix typo.
8790
87912002-06-12 Andreas Schwab <schwab@suse.de>
8792
8793 * frames.texi (Initial Parameters, Resources): Fix references to
8794 the Emacs manual.
8795
87962002-05-13 Kim F. Storm <storm@cua.dk>
8797
8798 * variables.texi (Intro to Buffer-Local): Updated warning and
8799 example relating to changing buffer inside let.
8800
c8763fb6 88012002-03-10 Jan Djärv <jan.h.d@swipnet.se>
b8d4c8d0
GM
8802
8803 * os.texi (Session Management): New node about X Session management.
8804
88052002-01-18 Eli Zaretskii <eliz@is.elta.co.il>
8806
8807 * elisp.texi (VERSION): Set to 2.9. Update the version of Emacs
8808 to which the manual corresponds, and the copyright years.
8809
8810 * Makefile.in (VERSION): Set to 2.9.
8811
88122001-11-29 Eli Zaretskii <eliz@is.elta.co.il>
8813
8814 * elisp.texi: Change the category in @dircategory to "Emacs", to
8815 make it consistent with info/dir.
8816
88172001-11-25 Miles Bader <miles@gnu.org>
8818
8819 * text.texi (Fields): Describe new `limit' arg in
8820 field-beginning/field-end.
8821
88222001-11-17 Eli Zaretskii <eliz@is.elta.co.il>
8823
5dcb4c4e
SM
8824 * permute-index: Don't depend on csh-specific features.
8825 Replace the interpreter name with /bin/sh.
b8d4c8d0
GM
8826
8827 * two-volume-cross-refs.txt: New file.
8828 * two.el: New file.
8829 * spellfile: New file.
8830
88312001-11-16 Eli Zaretskii <eliz@is.elta.co.il>
8832
8833 * permute-index: New file.
8834
8835 * vol1.texi, vol2.texi: Renamed from elisp-vol1.texi and
8836 elisp-vol2.texi, respectively, to avoid file-name clashes in DOS
8837 8+3 restricted namespace.
8838
8839 * Makefile.in (infodir): Define relative to $(srcdir).
8840 ($(infodir)/elisp): Don't chdir into $(srcdir), but add it to the
8841 include directories list via -I switch to makeinfo.
8842 (index.texi): Use cp if both hard and symbolic links fail.
8843
88442001-11-10 Eli Zaretskii <eliz@is.elta.co.il>
8845
8846 * Makefile.in (distclean): Add.
8847
8848 The following changes make ELisp manual part of the Emacs
8849 distribution:
8850
8851 * Makefile.in: Add Copyright notice.
8852 (prefix): Remove.
8853 (infodir): Change value to "../info".
8854 (VPATH): New variable.
8855 (MAKE): Don't define.
8856 (texmacrodir): Don't define.
8857 (texinputdir): Append the existing value of TEXINPUTS.
8858 ($(infodir)/elisp): Instead of just "elisp". Reformat the
8859 command to be compatible with man/Makefile.in, and to put the
8860 output into ../info.
8861 (info): Add target.
8862 (installall): Target removed.
8863
c8763fb6 88642001-10-31 Pavel Janík <Pavel@Janik.cz>
b8d4c8d0
GM
8865
8866 * tips.texi (Coding Conventions): Fix typo.
8867
88682001-10-23 Gerd Moellmann <gerd@gnu.org>
8869
8870 * Makefile.in (srcs): Add gpl.texi and doclicense.texi.
8871
88722001-10-22 Eli Zaretskii <eliz@is.elta.co.il>
8873
8874 * files.texi (File Name Components): Update the description of
8875 file-name-sans-extension and file-name-extension, as they now
8876 ignore leading dots.
8877
88782001-10-20 Gerd Moellmann <gerd@gnu.org>
8879
8880 * (Version 21.1 released.)
8881
88822001-10-19 Miles Bader <miles@gnu.org>
8883
8884 * positions.texi (Text Lines): Describe behavior of
8885 `beginning-of-line'/`end-of-line' in the presence of field properties.
8886
88872001-10-17 Gerd Moellmann <gerd@gnu.org>
8888
8889 * Makefile.in (VERSION): Set to 2.8.
8890 (manual): Use `manual-21'.
8891
8892 * elisp.texi (VERSION): Add and use it where the version
8893 number was used. Set it to 2.8.
8894
8895 * intro.texi: Likewise.
8896
88972001-10-13 Eli Zaretskii <eliz@is.elta.co.il>
8898
8899 * files.texi (File Name Completion): Document the significance of
8900 a trailing slash in elements of completion-ignored-extensions.
8901
89022001-10-06 Miles Bader <miles@gnu.org>
8903
8904 * variables.texi (Variable Aliases): It's `@defmac', not `@defmacro'.
8905
89062001-10-04 Gerd Moellmann <gerd@gnu.org>
8907
8908 * variables.texi (Variable Aliases): New node.
8909
89102001-10-04 Gerd Moellmann <gerd@gnu.org>
8911
8912 * Branch for 21.1.
8913
89142001-10-02 Miles Bader <miles@gnu.org>
8915
8916 * minibuf.texi (Minibuffer Misc): Add entries for
8917 `minibuffer-contents', `minibuffer-contents-no-properties', and
8918 `delete-minibuffer-contents'.
8919 Correct description for `minibuffer-prompt-end'.
8920
8921 * text.texi (Property Search): Correct descriptions of
8922 `next-char-property-change' and `previous-char-property-change'.
8923 Add entries for `next-single-char-property-change' and
8924 `previous-single-char-property-change'.
8925 Make operand names a bit more consistent.
8926
89272001-09-30 Eli Zaretskii <eliz@is.elta.co.il>
8928
8929 * frames.texi (Finding All Frames): Document that next-frame and
8930 previous-frame are local to current terminal.
8931
89322001-09-26 Eli Zaretskii <eliz@is.elta.co.il>
8933
8934 * keymaps.texi (Creating Keymaps): Fix the description of the
8935 result of make-keymap.
8936
89372001-09-23 Eli Zaretskii <eliz@is.elta.co.il>
8938
8939 * display.texi (Font Lookup, Attribute Functions)
8940 (Image Descriptors): Add cross-references to the definition of
8941 selected frame.
8942
8943 * buffers.texi (The Buffer List): Add cross-references to the
8944 definition of selected frame.
8945
8946 * frames.texi (Input Focus): Clarify which frame is _the_ selected
8947 frame at any given time.
8948 (Multiple Displays, Size and Position): Add a cross-reference to
8949 the definition of the selected frame.
8950
89512001-09-08 Eli Zaretskii <eliz@is.elta.co.il>
8952
8953 * strings.texi (String Conversion) <string-to-number>: Document
8954 that a float is returned for integers that are too large.
8955
8956 * frames.texi (Mouse Position): Document mouse-position-function.
8957 (Display Feature Testing): Document display-images-p.
8958 (Window Frame Parameters): Document the cursor-type variable.
8959
8960 * numbers.texi (Integer Basics): Document CL style read syntax for
8961 integers in bases other than 10.
8962
5dcb4c4e
SM
8963 * positions.texi (List Motion):
8964 Document open-paren-in-column-0-is-defun-start.
b8d4c8d0
GM
8965
8966 * lists.texi (Sets And Lists): Document member-ignore-case.
8967
8968 * internals.texi (Garbage Collection): Document the used and free
8969 strings report.
8970 (Memory Usage): Document strings-consed.
8971
8972 * os.texi (Time of Day): Document float-time.
8973 (Recording Input): Document that clear-this-command-keys clears
8974 the vector to be returned by recent-keys.
8975
8976 * keymaps.texi (Scanning Keymaps) <where-is-internal>: The
8977 argument keymap can be a list.
8978
8979 * nonascii.texi (User-Chosen Coding Systems)
8980 <select-safe-coding-system>: Document the new argument
8981 accept-default-p and the variable
8982 select-safe-coding-system-accept-default-p. Tell what happens if
8983 buffer-file-coding-system is undecided.
8984 (Default Coding Systems): Document auto-coding-regexp-alist.
8985
8986 * display.texi (The Echo Area) <message>: Document
8987 message-truncate-lines.
8988 (Glyphs): Document that the glyph table is unused on windowed
8989 displays.
8990
8991 * help.texi (Describing Characters) <single-key-description>:
8992 Document the new argument no-angles.
8993 (Accessing Documentation) <documentation-property>: Document that
8994 a non-string property is evaluated.
8995 <documentation>: Document that the function-documentation property
8996 is looked for.
8997
8998 * windows.texi (Selecting Windows): Document some-window.
8999
9000 * text.texi (MD5 Checksum): New node, documents the md5 primitive.
9001
9002 * hooks.texi (Standard Hooks): Add kbd-macro-termination-hook and
9003 apropos-mode-hook.
9004
9005 * commands.texi (Using Interactive): Document interactive-form.
9006 (Keyboard Macros): Document kbd-macro-termination-hook.
9007 (Command Loop Info): Document that clear-this-command-keys clears
9008 the vector to be returned by recent-keys.
9009
90102001-09-04 Werner LEMBERG <wl@gnu.org>
9011
9012 * Makefile.in (srcdir, texinputdir): New variables.
9013 (srcs, index.texi, install): Use $(srcdir).
9014 (.PHONY): Remove elisp.dvi.
9015 (elisp): Use -I switch for makeinfo.
9016 (elisp.dvi): Use $(srcdir) and $(texinputdir).
9017 (installall, dist): Use $(srcdir).
9018 Fix path to texinfo.tex.
9019 (maintainer-clean): Add elisp.dvi and elisp.oaux.
9020
90212001-08-30 Gerd Moellmann <gerd@gnu.org>
9022
9023 * display.texi (Conditional Display): Adjust to API change.
9024
9025 * configure: New file.
9026
90272001-07-30 Gerd Moellmann <gerd@gnu.org>
9028
9029 * commands.texi (Repeat Events): Add description of
9030 double-click-fuzz.
9031
90322001-05-08 Stefan Monnier <monnier@cs.yale.edu>
9033
9034 * syntax.texi (Syntax Class Table): Add the missing designator for
9035 comment and string fences.
9036 (Syntax Properties): Add a xref to syntax table internals.
9037 (Syntax Table Internals): Document string-to-syntax.
9038
90392001-05-07 Gerd Moellmann <gerd@gnu.org>
9040
9041 * Makefile.in (install): Use install-info command line options
9042 like in Emacs' Makefile.in.
9043
90442000-12-09 Miles Bader <miles@gnu.org>
9045
9046 * windows.texi (Window Start): Update documentation for
9047 `pos-visible-in-window-p'.
9048
90492000-11-12 Stefan Monnier <monnier@cs.yale.edu>
9050
9051 * lists.texi (Building Lists): Add footnote to explain how to add
9052 to the end of a list.
9053
90542000-10-25 Gerd Moellmann <gerd@gnu.org>
9055
9056 * files.texi (Visiting Functions): Typos.
9057
90582000-10-25 Kenichi Handa <handa@etl.go.jp>
9059
9060 * files.texi (Visiting Functions): Return value of
9061 find-file-noselect may be a list of buffers if wildcards are used.
9062
90632000-10-24 Miles Bader <miles@lsi.nec.co.jp>
9064
9065 * display.texi (Defining Faces): Document `graphic' display type
9066 in face specs.
9067
b344d29d 90682000-10-18 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
b8d4c8d0
GM
9069
9070 * hooks.texi (Standard Hooks): Replace obsolete
9071 `after-make-frame-hook' with `after-make-frame-functions'.
9072
9073 * frames.texi (Creating Frames): Ditto.
9074
9075 * variables.texi (Future Local Variables): Ditto.
9076
90772000-10-16 Gerd Moellmann <gerd@gnu.org>
9078
9079 * display.texi (Other Image Types): Add description of :foreground
9080 and :background properties of mono PBM images.
9081
90822000-08-17 Werner LEMBERG <wl@gnu.org>
9083
9084 * .cvsignore: New file.
9085
90862000-01-05 Gerd Moellmann <gerd@gnu.org>
9087
9088 * tindex.pl: New script.
9089
90901999-12-03 Dave Love <fx@gnu.org>
9091
9092 * Makefile.in (MAKEINFO): New parameter.
9093
90941999-09-17 Richard Stallman <rms@gnu.org>
9095
9096 * Makefile.in (srcs): Add hash.texi.
9097 (VERSION): Update to 20.6.
9098
90991999-09-13 Richard Stallman <rms@gnu.org>
9100
9101 * Makefile.in (index.texi): If cannot make a symlink, make a hard link.
9102
91031998-08-29 Karl Heuer <kwzh@gnu.org>
9104
9105 * configure.in: New file.
9106 * Makefile.in: Renamed from Makefile.
9107 (prefix, infodir): Use value obtained from configure.
9108 (emacslibdir): Obsolete variable deleted.
9109 (dist): Distribute configure.in, configure, Makefile.in.
9110
91111998-06-12 Richard Stallman <rms@psilocin.ai.mit.edu>
9112
9113 * Makefile (INSTALL_INFO): New variable.
9114 (install): Run install-info.
9115
91161998-05-09 Richard Stallman <rms@psilocin.ai.mit.edu>
9117
9118 * Makefile (elisp.dvi): Add missing backslash.
9119
91201998-05-02 Richard Stallman <rms@psilocin.gnu.org>
9121
9122 * Makefile (elisp.dvi): Don't depend on texindex or on elisp.tps.
9123 Run texindex without `./'. Always run texindex on elisp.tp.
9124 (elisp.tps): Target deleted.
9125
91261998-04-05 Richard Stallman <rms@psilocin.gnu.org>
9127
9128 * Makefile (srcs): Add nonascii.texi and customize.texi.
9129 (dist): Start by deleting `temp'.
9130
91311998-02-17 Richard Stallman <rms@psilocin.gnu.org>
9132
9133 * Makefile (makeinfo, texindex): Targets deleted.
9134 (makeinfo.o, texindex.o): Targets deleted.
9135 (clean, dist): Don't do anything with them or with getopt*.
9136
91371998-01-30 Richard Stallman <rms@psilocin.gnu.org>
9138
9139 * Makefile (SHELL): Defined.
9140
91411998-01-27 Richard Stallman <rms@psilocin.gnu.org>
9142
9143 * Makefile (elisp.tps): New target.
9144 (elisp.dvi): Depend on elisp.tps.
9145
c5602427 91461996-04-03 Karl Heuer <kwzh@gnu.ai.mit.edu>
b8d4c8d0
GM
9147
9148 * README: Update phone number.
9149
9150 * Makefile (elisp): Make this be the default target.
9151 Depend on makeinfo.c instead of makeinfo.
9152 (install): Don't depend on elisp.dvi, since we don't install that.
9153 Use mkinstalldirs.
9154 (dist): Add mkinstalldirs.
9155
c5602427 91561995-06-19 Richard Stallman <rms@mole.gnu.ai.mit.edu>
b8d4c8d0
GM
9157
9158 * Makefile (VERSION): Update version number.
5dcb4c4e 9159 (maintainer-clean): Rename from realclean.
b8d4c8d0 9160
c5602427 91611995-06-07 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
b8d4c8d0
GM
9162
9163 * Makefile (realclean): New target.
9164 (elisp): Remove any old elisp-* files first.
9165
c5602427 91661993-11-23 Noah Friedman (friedman@nutrimat.gnu.ai.mit.edu)
b8d4c8d0
GM
9167
9168 * Makefile (VERSION): New variable.
9169 (dist): Make packaged directory name `elisp-manual-19-$(VERSION)'.
9170 Compressed file suffix should be `.gz', not `.z'.
9171
ce058493 91721993-11-22 Richard Stallman (rms@mole.gnu.ai.mit.edu)
b8d4c8d0
GM
9173
9174 * Makefile (elisp): Depend on makeinfo.
9175
c5602427 91761993-11-19 Noah Friedman (friedman@gnu.ai.mit.edu)
b8d4c8d0
GM
9177
9178 * Makefile (srcs): Add anti.texi.
9179
c5602427 91801993-05-28 Richard Stallman (rms@mole.gnu.ai.mit.edu)
b8d4c8d0
GM
9181
9182 * Makefile (infodir, prefix): New vars.
9183 (install): Use infodir.
9184 (emacsinfodir): Deleted.
9185
c5602427 91861993-05-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
b8d4c8d0
GM
9187
9188 * Makefile (srcs): Add calendar.texi.
9189
9190 * Makefile (dist): Copy texindex.c and makeinfo.c.
9191 Limit elisp-* files to those with one or two digits.
9192
c5602427 91931993-05-16 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
b8d4c8d0
GM
9194
9195 * Makefile (dist): Changed to use Gzip instead of compress.
9196
c5602427 91971993-04-23 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
b8d4c8d0
GM
9198
9199 * loading.texi (Unloading): define-function changed back to
9200 defalias. It may not stay this way, but at least it's
9201 consistent with the known-good version of the code patch.
9202
c5602427 92031993-03-26 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
b8d4c8d0
GM
9204
9205 * modes.texi (Hooks): Document new optional arg of add-hook.
9206
c5602427 92071993-03-17 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
b8d4c8d0
GM
9208
9209 * variables.texi: Document nil initial value of buffer-local variables.
9210
9211 * tips.texi: Add new section on standard library headers.
9212
c5602427 92131993-02-27 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
b8d4c8d0
GM
9214
9215 * Makefile (srcs): Add frame.texi to the list of sources.
9216
c5602427 92171993-02-23 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
b8d4c8d0
GM
9218
9219 * Makefile (dist): Don't bother excluding autosave files; they'll
9220 never make it into the temp directory anyway, and the hash marks
9221 in the name are problematic for make and the Bourne shell.
9222 (srcs):
9223
c5602427 92241993-02-12 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
b8d4c8d0
GM
9225
9226 * Makefile (dist): Don't include backup files or autosave files in
9227 the distribution tar file.
9228
c5602427 92291991-11-26 Richard Stallman (rms@mole.gnu.ai.mit.edu)
b8d4c8d0 9230
5dcb4c4e 9231 * Makefile (srcs): Add index.perm.
b8d4c8d0
GM
9232 (elisp.dvi): Remove erroneous shell comment.
9233 Expect output of permute-index in permuted.fns.
9234 Save old elisp.aux in elisp.oaux.
5dcb4c4e 9235 (clean): Add index.texi to be deleted.
b8d4c8d0 9236
c5602427 92371990-08-11 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
b8d4c8d0
GM
9238
9239 * Makefile (elisp.dvi, index.texi): Use shell if instead of ifdef.
9240
c5602427 92411990-06-26 David Lawrence (tale@geech)
b8d4c8d0
GM
9242
9243 * files.texi: Noted that completion-ignored-extensions is ignored
9244 when making *Completions*.
9245
3e868ee3 92461990-06-08 Jay Fenlason (hack@ai.mit.edu)
b8d4c8d0
GM
9247
9248 * Makefile make dist now depends on elisp.dvi, since it tries
9249 to include it in the dist file.
9250
c5602427 92511990-03-28 Jim Kingdon (kingdon@mole.ai.mit.edu)
b8d4c8d0 9252
c5602427 9253 * functions.texinfo (Mapping Functions): Add missing quote.
b8d4c8d0 9254
c5602427 92551989-06-19 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
b8d4c8d0
GM
9256
9257 * texinfo.tex (frenchspacing): Use decimal codes for char to be set.
9258 (defunargs): Turn off \hyphenchar of \sl font temporarily.
9259
c5602427 92601989-05-10 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
b8d4c8d0
GM
9261
9262 * @result{}, @expansion{}, @print{}, @quiv{}, @point{},
9263 and @error{} are the terms now being used. The files in the
9264 directory have been changed to reflect this.
9265
9266 * All instances of @indentedresultt{} have been changed to
9267 ` @result{}', using 5 spaces at the begining of the line.
9268
c5602427 92691989-04-24 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
b8d4c8d0
GM
9270
9271 * @result{}, @expandsto{}, @prints{}, @quiv{}, @error{}, and the
9272 experimental @indentedresult{}, @indentedexpandsto{} are part of
9273 the texinfo.tex in this directory. These TeX macros are not
9274 stable yet.
9275
c5602427 92761989-04-17 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
b8d4c8d0
GM
9277
9278 * texinfo.tex: Temporarily added
9279 \let\result=\dblarrow
9280 \def\error{{\it ERROR} \longdblarrow}
9281 We need to do this better soon.
9282
c5602427 92831989-04-11 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
b8d4c8d0
GM
9284
9285 * Applied Karl Berry's patches to *.texinfo files, but not to
9286 texinfo.tex; those diffs are in `berry-texinfo-tex-diffs'. (Karl's
9287 new title page format is also not applied, since it requires
9288 texinfo.tex changes.)
9289
9290 * Cleaned up `Makefile' and defined the `emacslibdir' directory
9291 for the Project GNU development environment.
9292
9293;; Local Variables:
c8763fb6 9294;; coding: utf-8
b8d4c8d0
GM
9295;; End:
9296
73b0cd50 9297 Copyright (C) 1998-2011 Free Software Foundation, Inc.
b8d4c8d0
GM
9298
9299 This file is part of GNU Emacs.
9300
352c8b4a 9301 GNU Emacs is free software: you can redistribute it and/or modify
b8d4c8d0 9302 it under the terms of the GNU General Public License as published by
352c8b4a
GM
9303 the Free Software Foundation, either version 3 of the License, or
9304 (at your option) any later version.
b8d4c8d0
GM
9305
9306 GNU Emacs is distributed in the hope that it will be useful,
9307 but WITHOUT ANY WARRANTY; without even the implied warranty of
9308 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
9309 GNU General Public License for more details.
9310
9311 You should have received a copy of the GNU General Public License
352c8b4a 9312 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.