(Mode Line): Clarify that coding systems are characters, not letters.
[bpt/emacs.git] / doc / lispref / ChangeLog
CommitLineData
568f7b79
LMI
12011-07-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
2
3 * text.texi (Insertion): Clarify marker movements (bug#1651).
4 Text from Drew Adams.
5
54e10184
LMI
62011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
7
d94d85e9
LMI
8 * text.texi (Special Properties): Clarify the format of `face'
9 (bug#1375).
10
54e10184
LMI
11 * commands.texi (Interactive Call): Add a `call-interactively'
12 example (bug#1010).
13
413c488d
LMI
142011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
15
16 * functions.texi (Calling Functions): Link to the "Interactive
17 Call" node (bug#1001).
18
322b7dab 192011-07-06 Chong Yidong <cyd@stupidchicken.com>
b00d8c1a 20
3deead93
CY
21 * customize.texi (Composite Types): Move alist and plist to here
22 from Simple Types (Bug#7545).
23
24 * elisp.texi (Top): Update menu description.
25
b00d8c1a
CY
26 * display.texi (Face Attributes): Document negative line widths
27 (Bug#6113).
28
d2a6c43b
TR
292011-07-03 Tobias C. Rittweiler <tcr@freebits.de> (tiny change)
30
31 * searching.texi (Match Data): Note that match data can be
32 overwritten by most functions (bug#2499).
33
c7844a27
LMI
342011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
35
a9ab721e
LMI
36 * strings.texi (Formatting Strings): Clarify what the "-" and "0"
37 flags mean (bug#6659).
38
c7844a27
LMI
39 * functions.texi (What Is a Function): Document the autoload
40 object (bug#6496).
41
f68d76d0
LMI
422011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
43
8a20ca4c
LMI
44 * customize.texi (Variable Definitions): Clarify that SETFUNCTION
45 is only used in the Customize user interface (bug#6089).
46
f68d76d0 47 * display.texi (Showing Images): Mention the point of sliced
6dd56db4 48 images (bug#7836).
f68d76d0 49
7018dbe7
EZ
502011-07-02 Eli Zaretskii <eliz@gnu.org>
51
52 * variables.texi (Defining Variables, Void Variables)
53 (Constant Variables): Fix incorrect usage of @kindex.
54
36cb87a1
LMI
552011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
56
28ee97c7
LMI
57 * variables.texi (Defining Variables): Add an index entry for
58 `set-variable' (bug#7262).
8d4294e9 59 (Defining Variables): Use @findex for functions.
28ee97c7 60
8862ffd5
LMI
61 * frames.texi (Basic Parameters): Document the `explicit-name'
62 parameter (bug#6951).
63
0ec389b9
LMI
64 * customize.texi (Type Keywords): Clarify that :value provides a
65 default value for all types (bug#7386).
66
36cb87a1
LMI
67 * streams.texi (Output Functions): Document `pp'.
68
11fdef7d 692011-06-25 Chong Yidong <cyd@stupidchicken.com>
dfc47e35
CY
70
71 * keymaps.texi (Searching Keymaps):
72 * display.texi (Overlay Properties): Fix errors in 2011-05-29
73 change. Suggested by Johan Bockgård.
74
eeafcea7
CY
752011-06-15 Chong Yidong <cyd@stupidchicken.com>
76
77 * text.texi (Special Properties): Clarify role of font-lock-face.
78
b96e6cde
LMI
792011-06-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
80
81 * processes.texi (Process Information): Renamed `process-alive-p'
82 to `process-live-p' for consistency with other `-live-p' functions.
83
be14b9ab
PE
842011-06-03 Paul Eggert <eggert@cs.ucla.edu>
85
86 Document wide integers better.
87 * files.texi (File Attributes): Document ino_t values better.
2d365993 88 ino_t values no longer map to anything larger than a single cons.
be14b9ab
PE
89 * numbers.texi (Integer Basics, Integer Basics, Arithmetic Operations):
90 (Bitwise Operations):
001903b5
PE
91 * objects.texi (Integer Type): Use a binary notation that is a bit easier
92 to read, and that will port better if 62-bits becomes the default.
93 Fix or remove incorrect examples.
be14b9ab
PE
94 * os.texi (Time Conversion): Document time_t values better.
95
bcd54f83
LMI
962011-05-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
97
98 * processes.texi (Process Information): Document
99 `process-alive-p'.
100
049bcbcb
CY
1012011-05-29 Chong Yidong <cyd@stupidchicken.com>
102
103 * help.texi (Accessing Documentation):
104 * display.texi (Pixel Specification):
105 * processes.texi (Serial Ports, Serial Ports):
106 * nonascii.texi (Character Properties, Default Coding Systems):
107 * text.texi (Changing Properties, Special Properties):
108 * windows.texi (Window Start and End):
109 * modes.texi (SMIE Indentation Example, SMIE Tricks):
110 * keymaps.texi (Searching Keymaps, Tool Bar):
111 * minibuf.texi (Basic Completion):
112 * compile.texi (Eval During Compile):
113 * strings.texi (Formatting Strings): Tweaks to avoid overflowing
114 7x9 paper in printed manual.
115
116 * lists.texi (Sets And Lists): Fix misplaced text.
117
58539c63
CY
1182011-05-29 Chong Yidong <cyd@stupidchicken.com>
119
120 * keymaps.texi (Remapping Commands): Emphasize that the keymap
121 needs to be active (Bug#8350).
122
6b5681bf
CY
1232011-05-28 Chong Yidong <cyd@stupidchicken.com>
124
b4d52acc
CY
125 * minibuf.texi (Reading File Names): Clarify (Bug#8480).
126
6b5681bf
CY
127 * tips.texi (Coding Conventions): Remove antediluvian filename
128 limit recommendation (Bug#8538).
129
e145f188
GM
1302011-05-27 Glenn Morris <rgm@gnu.org>
131
132 * modes.texi (Auto Major Mode): Update for set-auto-mode changes.
133
eafed945
GM
1342011-05-26 Glenn Morris <rgm@gnu.org>
135
136 * variables.texi (File Local Variables):
137 Update hack-local-variables `mode-only' return value.
2d3ba9e7 138 Add some more details on what this function does in the other case.
eafed945 139
bc8410af
GM
1402011-05-19 Glenn Morris <rgm@gnu.org>
141
142 * lists.texi (Sets And Lists): Mention cl provides union etc.
143
35a30759
N
1442011-05-19 Nix <nix@esperi.org.uk>
145
146 * windows.texi (Displaying Buffers): pop-to-buffer is not a command.
147
148 * text.texi (Parsing HTML): Update for function name changes.
149
150 * syntax.texi (Syntax Flags): Small fix.
151
152 * keymaps.texi (Active Keymaps): Typo fix.
153 (Changing Key Bindings): Grammar fix.
154
155 * frames.texi (Minibuffers and Frames): Grammar fix.
156 (Window System Selections): x-select-enable-clipboard now defaults to t.
157
158 * customize.texi (Common Keywords):
159 * display.texi (Abstract Display):
160 * modes.texi (Auto-Indentation):
161 * nonascii.texi (Converting Representations): Typo fixes.
162
163 * control.texi (Examples of Catch): Call it "goto" not "go to".
164
e3934a8a
EZ
1652011-05-14 Eli Zaretskii <eliz@gnu.org>
166
bc039a3b
EZ
167 * nonascii.texi (Character Properties): Fix inconsistencies with
168 implementation.
169
e3934a8a
EZ
170 * text.texi (Special Properties): Move @defvar's out of the
171 @table. (Bug#8652)
172
e2c94218
GM
1732011-05-12 Glenn Morris <rgm@gnu.org>
174
175 * display.texi (Image Descriptors): Fix typo. (Bug#8495)
176
d2fc7e3d 1772011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
bc3bea9c
SM
178
179 * modes.texi (Region to Refontify): Rename from "Region to Fontify".
180 (Multiline Font Lock):
181 * vol2.texi (Top):
182 * vol1.texi (Top):
183 * elisp.texi (Top): Update menu accordingly.
184
d2fc7e3d 1852011-05-12 Drew Adams <drew.adams@oracle.com>
e6dc6206
DA
186
187 * modes.texi (Region to Fontify): Fix typo.
188
79b70037
GM
1892011-05-10 Jim Meyering <meyering@redhat.com>
190
191 * minibuf.texi: Fix typo "in in -> in".
192
b08a63cc 1932011-05-06 Paul Eggert <eggert@cs.ucla.edu>
fed14fd7
PE
194
195 * numbers.texi (Integer Basics): Large integers are treated as floats.
196
1ef14cb4
LMI
1972011-04-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
198
199 * processes.texi (Synchronous Processes): Document the (:file
200 "/file-name") syntax for `call-process'.
201
4ffd0d6b 2022011-04-23 Juanma Barranquero <lekktu@gmail.com>
7ee6a1d3
JB
203
204 * windows.texi (Choosing Window): Fix typo.
205
4ffd0d6b 2062011-04-23 Chong Yidong <cyd@stupidchicken.com>
40954368
CY
207
208 * frames.texi (Layout Parameters): Note the difference between
209 querying and setting parameters for left-fringe and right-fringe
210 (Bug#6930).
211
fd5a8ae8
SM
2122011-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
213
214 * minibuf.texi (Basic Completion): Be a bit more precise about the
215 valid kinds of completion tables.
216 (Programmed Completion): Remove obsolete text about lambda expressions
217 not being valid completion tables.
218
c1bcd0d5
CY
2192011-03-19 Chong Yidong <cyd@stupidchicken.com>
220
221 * positions.texi (Excursions): Explain the "save-excursion
222 defeated by set-buffer" warning.
223
224 * buffers.texi (Current Buffer): Copyedits. Don't recommend using
225 save-excursion. Suggested by Uday S Reddy.
226
03408648 2272011-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
ba83908c 228
03408648
SM
229 * variables.texi (Defining Variables): Mention the new meaning of `defvar'.
230 (Lexical Binding): New sub-section.
ba83908c 231
03408648
SM
232 * eval.texi (Eval): Discourage the use of `eval'.
233 Document its new `lexical' argument.
6c075cd7 234
f6d62986
SM
2352011-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
236
03408648 237 * commands.texi (Command Overview): `post-command-hook' is not reset to
f6d62986
SM
238 nil any more.
239
84ea5558 2402011-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
e4021ec1
SM
241
242 * strings.texi (String Conversion): Don't mention
243 string-make-(uni|multi)byte (bug#8262).
244 * nonascii.texi (Converting Representations): Fix up range.
245 * keymaps.texi (Key Binding Commands): Update code point, avoid
246 "unibyte character" and remove mention of unibyte bindings.
247
62d94509
EZ
2482011-03-10 Eli Zaretskii <eliz@gnu.org>
249
250 * modes.texi (Operator Precedence Grammars): Don't use characters
251 outside ISO-8859-1.
252
63a329f8
EZ
2532011-03-09 Eli Zaretskii <eliz@gnu.org>
254
255 * intro.texi (Acknowledgements): Convert to ISO-8859-1 encoding.
256
257 * makefile.w32-in (MAKEINFO_OPTS): Add --enable-encoding.
258
6446548e
GM
2592011-03-08 Glenn Morris <rgm@gnu.org>
260
261 * Makefile.in (MAKEINFO_OPTS): Add --enable-encoding.
262 * intro.texi (Acknowledgements): Names to UTF-8.
80b005c7 263 * elisp.texi: Set documentencoding.
6446548e 264
33383987
JB
2652011-03-07 Chong Yidong <cyd@stupidchicken.com>
266
267 * Version 23.3 released.
268
0b3ceceb
CY
2692011-03-06 Chong Yidong <cyd@stupidchicken.com>
270
271 * package.texi: Update index keywords.
272 (Package Archives): New node contents. Document package-x.el.
273
78f5433f
JB
2742011-03-06 Juanma Barranquero <lekktu@gmail.com>
275
276 * makefile.w32-in (srcs): Add package.texi.
277
555e9b5c
CY
2782011-03-06 Chong Yidong <cyd@stupidchicken.com>
279
120d9389
CY
280 * package.texi (Packaging, Packaging Basics, Simple Packages)
281 (Multi-file Packages): Expand and clarify.
282 (Package Archives): Temporary placeholder node.
283
284 * elisp.texi (Top): Update node listing.
285
555e9b5c
CY
286 * Makefile.in (srcs): Add package.texi.
287
b59a4335
CY
2882011-03-05 Chong Yidong <cyd@stupidchicken.com>
289
290 * processes.texi (Synchronous Processes): Minor clarification
291 (Bug#8149).
292
06083aa1
GM
2932011-03-03 Glenn Morris <rgm@gnu.org>
294
295 * files.texi (Truenames): Minor clarification. (Bug#2341)
296
6640b281
GM
2972011-03-01 Glenn Morris <rgm@gnu.org>
298
299 * variables.texi (Directory Local Variables):
300 Mention `(subdirs . nil)' alist element.
301
2b0c7330 3022011-02-28 Glenn Morris <rgm@gnu.org>
081f7640
GM
303
304 * variables.texi (Directory Local Variables): Mention the optional
305 mtime argument of dir-locals-set-directory-class. (Bug#3577)
306
b923f7a9
CY
3072011-02-27 Chong Yidong <cyd@stupidchicken.com>
308
309 * minibuf.texi (Minibuffer History): Clarify discussion of
310 minibuffer history lists (Bug#8085).
311
67ab0163 3122011-02-19 Eli Zaretskii <eliz@gnu.org>
86ec878a 313
e979a521
EZ
314 * elisp.texi: Sync @dircategory with ../../info/dir.
315
e03b2fd4
EZ
316 * files.texi (Visiting Functions): Document find-file-literally,
317 both the command and the variable.
318
86ec878a
EZ
319 * variables.texi (Creating Buffer-Local): Explain the meaning of
320 permanent local variables.
321
67ab0163
GM
322 * files.texi (Visiting Functions): Document find-file-literally,
323 both the command and the variable.
324
325 * variables.texi (Creating Buffer-Local): Explain the meaning of
326 permanent local variables.
327
3282011-02-19 Glenn Morris <rgm@gnu.org>
dff9ac46
GM
329
330 * keymaps.texi (Remapping Commands): Mention how to undo it.
331
bfcb151a
RT
3322011-02-09 Reuben Thomas <rrt@sc3d.org>
333
334 * loading.texi (Hooks for Loading): Remove unnecessary advice
335 about eval-after-load (Bug#7986).
336
a41c8660
CY
3372011-02-05 Chong Yidong <cyd@stupidchicken.com>
338
339 * commands.texi (Accessing Mouse): Note that a header line is not
340 included in the row of posn-col-row.
341
e0dd6837
CY
3422011-02-02 Chong Yidong <cyd@stupidchicken.com>
343
344 * modes.texi (Major Mode Conventions): Add face guidelines.
345 (Faces for Font Lock): List faces in order of prominence.
346
a4180391
PE
3472011-02-01 Paul Eggert <eggert@cs.ucla.edu>
348
349 format-time-string now supports subsecond time stamp resolution
350 * os.texi (Time Parsing): Document %N.
351
7427eb97
CY
3522011-01-28 Chong Yidong <cyd@stupidchicken.com>
353
61db307f
CY
354 * vol1.texi (Top):
355 * vol2.texi (Top):
356 * elisp.texi (Top):
357 * display.texi (Display Property): Shorten the menu description of
358 the "Other Display Specs" node (Bug#7816).
359
7427eb97
CY
360 * keymaps.texi (Defining Menus): Add "menu item" and "extended
361 menu item" concept index entries (Bug#7805).
362
bf3dae7e
EZ
3632011-01-29 Eli Zaretskii <eliz@gnu.org>
364
365 * makefile.w32-in (texinfodir): New variable.
366 (usermanualdir): Remove as redundant with $(emacsdir).
367 (MAKEINFO): Remove options, leave only program name.
368 (MAKEINFO_OPTS): New variable.
369 (texinputdir, $(infodir)/elisp): Use $(MAKEINFO_OPTS).
370
06d8ace5 3712011-01-25 Chong Yidong <cyd@stupidchicken.com>
e6cf7a82
CY
372 Richard Kim <emacs18@gmail.com>
373
374 * loading.texi (Library Search): Document list-load-path-shadows
375 (Bug#7757).
376
06d8ace5 3772011-01-25 Chong Yidong <cyd@stupidchicken.com>
3f066f54
CY
378
379 * searching.texi (Regexp Special): Remove outdated discussion of
380 character sets (Bug#7780).
381
28a88153
CY
382 * frames.texi (Pop-Up Menus): Document where menu title comes
383 from (Bug#7684).
384
06d8ace5 3852011-01-25 Glenn Morris <rgm@gnu.org>
4d265b4d
GM
386
387 * display.texi (Making Buttons): Mention limitation of text buttons.
388
a8e1e9ee
WL
3892011-01-23 Werner Lemberg <wl@gnu.org>
390
391 * Makefile.in (MAKEINFO): Now controlled by `configure'.
392 (MAKEINFO_OPTS): New variable. Use it where appropriate.
393 (ENVADD): New variable to control texi2dvi and texi2pdf.
394
362b9d48
GM
3952011-01-15 Chong Yidong <cyd@stupidchicken.com>
396
397 * files.texi (Directory Names): Move directory-abbrev-alist doc to
398 Emacs manual.
399
4002011-01-15 Eli Zaretskii <eliz@gnu.org>
401
402 * files.texi (Directory Names): Explain why FROM in
403 directory-abbrev-alist should begin with \`. (Bug#7777)
404
3fa173b4
SM
4052011-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
406
407 * loading.texi (Hooks for Loading): Adjust doc of eval-after-load.
408
7c420169 4092011-01-02 Eli Zaretskii <eliz@gnu.org>
2e4ab211
EZ
410
411 * modes.texi (Emulating Mode Line): Fix last change.
412
7c420169 4132011-01-02 Eli Zaretskii <eliz@gnu.org>
287e63bb
EZ
414
415 * modes.texi (Emulating Mode Line): Update documentation of
416 format-mode-line according to changes that fixed bug #7587.
417
80b33766
SM
4182010-12-18 Stefan Monnier <monnier@iro.umontreal.ca>
419
420 * modes.texi (Derived Modes): Mention prog-mode.
421
422 * keymaps.texi (Simple Menu Items, Extended Menu Items): Remove mention
423 of the key-binding-data cache since we don't use it any more.
424
f49d1f52 4252010-12-13 Eli Zaretskii <eliz@gnu.org>
3c73e30e 426
4bb49a92
EZ
427 * processes.texi (Shell Arguments):
428 * strings.texi (Creating Strings): Don't mention "shell commands";
429 make it explicit that `split-string-and-unquote' and
430 `combine-and-quote-strings' are mainly for working with arguments
431 to call-process and start-process.
432
3c73e30e
EZ
433 * processes.texi (Shell Arguments): Fix documentation of
434 `split-string-and-unquote'. Add indexing. (Bug#7563)
435
f49d1f52 4362010-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
5dcb4c4e
SM
437
438 * modes.texi (Auto-Indentation): New section to document SMIE.
439 (Major Mode Conventions):
440 * text.texi (Mode-Specific Indent): Refer to it.
441
f49d1f52 4422010-12-13 Eli Zaretskii <eliz@gnu.org>
bdef6a77
EZ
443
444 * display.texi (Other Display Specs): Document left-fringe and
445 right-fringe display specs.
446
f49d1f52 4472010-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
769741e3
SM
448
449 * backups.texi (Making Backups):
450 * modes.texi (Example Major Modes): Use recommended coding style.
451 (Major Mode Basics, Derived Modes): Encourge more strongly use of
452 define-derived-mode. Mention completion-at-point-functions.
453
f49d1f52 4542010-12-13 Chong Yidong <cyd@stupidchicken.com>
3e99b825 455
5dcb4c4e
SM
456 * nonascii.texi (Converting Representations):
457 Document byte-to-string.
e1115396 458
ec1b9b17
GM
4592010-12-08 Glenn Morris <rgm@gnu.org>
460
461 * buffers.texi (Modification Time):
462 verify-visited-file-modtime now defaults to the current buffer.
463
07976ae3 4642010-11-27 Chong Yidong <cyd@stupidchicken.com>
3e99b825 465
ec1b9b17 466 * nonascii.texi (Converting Representations): Document byte-to-string.
3e99b825
CY
467
468 * strings.texi (Creating Strings): Don't mention semi-obsolete
469 function char-to-string.
470 (String Conversion): Shorten discussion of semi-obsolete function
471 string-to-char. Link to Converting Representations.
472
473 * objects.texi (Symbol Type):
474 * text.texi (Near Point):
475 * help.texi (Help Functions):
476 * functions.texi (Mapping Functions): Use string instead of
477 char-to-string in examples.
478
07976ae3 4792010-11-27 Chong Yidong <cyd@stupidchicken.com>
ec8a6295
CY
480
481 * text.texi (Kill Functions, Kill Functions)
482 (Low-Level Kill Ring, Low-Level Kill Ring): Remove obsolete
483 YANK-HANDLER args.
484
485 * symbols.texi (Creating Symbols): Using unintern without an
486 obarray arg is now obsolete.
487
488 * numbers.texi (Float Basics): Document float-e and float-pi.
489
490 * variables.texi (Defining Variables): Change "pi" example to
491 "float-pi".
492
8547874a
EZ
4932010-11-26 Eli Zaretskii <eliz@gnu.org>
494
495 * commands.texi (Click Events): Document the values of X, Y and
496 COL, ROW in the event's position, when the click is on the header
497 or mode line, on the fringes, or in the margins.
498
4a47c275 4992010-11-17 Eli Zaretskii <eliz@gnu.org>
c7926fe2 500
5b05d75b
EZ
501 * customize.texi (Composite Types): Lower-case index entry.
502
5dcb4c4e
SM
503 * loading.texi (How Programs Do Loading):
504 Document load-file-name. (Bug#7346)
c7926fe2 505
4a47c275 5062010-11-17 Glenn Morris <rgm@gnu.org>
cde08ac9
GM
507
508 * text.texi (Kill Functions, Low-Level Kill Ring): Small fixes.
509
0eb025fb
EZ
5102010-11-13 Eli Zaretskii <eliz@gnu.org>
511
512 * display.texi (Usual Display): Characters with no fonts are not
513 necessarily displayed as empty boxes.
514
2699a554 5152010-10-31 Glenn Morris <rgm@gnu.org>
aab705a2
GM
516
517 * maps.texi (Standard Keymaps): Update File menu description.
518
8289f37b
GM
5192010-10-28 Glenn Morris <rgm@gnu.org>
520
521 * Makefile.in (elisp.dvi, elisp.pdf): Also include $emacsdir.
522
5793a7bc 5232010-10-24 Eli Zaretskii <eliz@gnu.org>
89baa1df
EZ
524
525 * display.texi (Window Systems): Deprecate use of window-system as
526 a predicate.
527
17284e30
GM
5282010-10-23 Glenn Morris <rgm@gnu.org>
529
530 * help.texi (Documentation Basics): Remove mentions of digest-doc and
531 sorted-doc.
532
00f113eb
JB
5332010-10-15 Eli Zaretskii <eliz@gnu.org>
534
535 * os.texi (Dynamic Libraries): New node, with slightly modified
536 text deleted from "Image Formats".
537 (System Interface): Add @menu entry for "Dynamic Libraries".
538
539 * display.texi (Image Formats): Remove description of
540 image-library-alist. (Renamed in 2010-10-13T14:50:06Z!lekktu@gmail.com.)
541
07277eb8
GM
5422010-10-12 Glenn Morris <rgm@gnu.org>
543
544 * book-spine.texinfo: Rename to book-spine.texi.
545
c12e4a81
GM
5462010-10-11 Glenn Morris <rgm@gnu.org>
547
df187c62
GM
548 * Makefile.in (MAKEINFO): Add explicit -I$srcdir.
549
c12e4a81 550 * Makefile.in (DVIPS): New variable.
234db610
GM
551 (.PHONY): Add html, ps.
552 (html, elisp.html, ps, elisp.ps): New targets.
553 (clean): Delete html, ps files.
554 ($(infodir)/elisp): Remove unnecessary includes.
c12e4a81 555
6513b232
EZ
5562010-10-09 Eli Zaretskii <eliz@gnu.org>
557
558 * makefile.w32-in (emacsdir): New variable.
559 (srcs): Add emacsver.texi.
560 ($(infodir)/elisp, elisp.dvi): Add -I$(emacsdir).
561
abd40fb4
GM
5622010-10-09 Glenn Morris <rgm@gnu.org>
563
c1dc72b3
GM
564 * Makefile.in (VPATH): Remove.
565 (infodir): Make it absolute.
566 (mkinfodir, $(infodir)/elisp, infoclean): No need to cd $srcdir.
567
4393405b
GM
568 * Makefile.in (dist): Anchor regexps.
569
eef3ab94
GM
570 * Makefile.in (srcs): Put elisp.texi first.
571 ($(infodir)/elisp, elisp.dvi, elisp.pdf): Use $<.
572
aa9db089
GM
573 * Makefile.in (infoclean): Remove harmless, long-standing error.
574
abd40fb4
GM
575 * Makefile.in ($(infodir)): Delete rule.
576 (mkinfodir): New.
577 ($(infodir)/elisp): Use $mkinfodir instead of infodir.
578
68db69ed 579 * Makefile.in (dist): Remove reference to emacsver.texi.in.
208deadc 580 Also copy emacsver.texi, and edit $emacsdir.
68db69ed 581
ea274122
GM
5822010-10-09 Glenn Morris <rgm@gnu.org>
583
f7a31f11
GM
584 * Makefile.in (emacsdir): New variable.
585 (MAKEINFO): Add -I $emacsdir.
586 (dist): Copy emacsver.texi.
b13254e7
GM
587 (srcs): Add emacsver.texi.
588
f7a31f11
GM
589 * book-spine.texinfo, elisp.texi, vol2.texi, vol1.texi:
590 Set EMACSVER by including emacsver.texi.
591
ea274122
GM
592 * Makefile.in (.PHONY): Declare info, dvi, pdf, dist.
593
17ca7950
GM
5942010-10-07 Glenn Morris <rgm@gnu.org>
595
596 * Makefile.in (version): New, set by configure.
597 (clean): Delete dist tar file.
598 (dist): Use version in tar name.
599
4c83f6e1
GM
6002010-10-06 Glenn Morris <rgm@gnu.org>
601
602 * Makefile.in: Rearrange to more closely resemble doc/emacs/Makefile.
603 (INSTALL_INFO): Remove unused variable.
604 (mostlyclean, infoclean, dist): New rules.
605 (clean): Delete dvi and pdf files.
606 (maintainer-clean): Remove elisp.oaux, use infoclean.
8a944cea 607 ($(infodir)): Add parallel build workaround.
4c83f6e1 608
0264072d
GM
6092010-10-04 Glenn Morris <rgm@gnu.org>
610
611 * Makefile.in (dvi, pdf, $(infodir)): New targets.
612 ($(infodir)/elisp): Ensure target directory exists. Use $@.
8cce34d0 613 Fix -I typo.
0264072d
GM
614 (clean): No 'make.out' or 'core' files.
615 (.PHONY): Declare clean rules.
616 (maintainer-clean): Delete pdf file. Guard against cd failures.
617
77f38949
GM
6182010-10-03 Glenn Morris <rgm@gnu.org>
619
620 * files.texi (File Name Components): Remove ignored section about
621 deleted variable directory-sep-char.
622
178fdd41
MA
6232010-10-03 Michael Albinus <michael.albinus@gmx.de>
624
625 * files.texi (Magic File Names): New defopt
626 remote-file-name-inhibit-cache.
627
9c524fcb
GM
6282010-10-02 Glenn Morris <rgm@gnu.org>
629
630 * os.texi (Killing Emacs): Hook now runs in batch mode.
631
f816790b
SM
6322010-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
633
634 * text.texi (Special Properties): Clarify when modification-hooks run.
635
7cf78aac
SM
6362010-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
637
638 * syntax.texi (Syntax Flags): Document new `c' flag.
639
ca0d44e4
GM
6402010-09-09 Glenn Morris <rgm@gnu.org>
641
642 * display.texi (ImageMagick Images): General cleanup.
643
10999305 6442010-09-06 Alexander Klimov <alserkli@inbox.ru> (tiny change)
3fa0dc8f
AK
645
646 * files.texi (Directory Names): Use \` rather than ^.
647
45240125
JD
6482010-09-02 Jan Djärv <jan.h.d@swipnet.se>
649
650 * text.texi (Low-Level Kill Ring):
651 * frames.texi (Window System Selections): Remove cut buffer
652 documentation.
653
4abe5bf6
EZ
6542010-08-28 Eli Zaretskii <eliz@gnu.org>
655
656 * display.texi (Fringe Size/Pos): Add a cross-reference to "Layout
657 Parameters", where the default fringe width is described.
658
659 * frames.texi (Window Frame Parameters, Basic Parameters)
660 (Position Parameters, Layout Parameters, Management Parameters)
661 (Cursor Parameters, Font and Color Parameters): Add indexing for
662 frame parameters. (Bug#6929)
663
fdc76236
TT
6642010-08-25 Tom Tromey <tromey@redhat.com>
665
666 * vol2.texi (Top): Update.
667 * vol1.texi (Top): Update.
668 * tips.texi (Library Headers): Mention Package-Version and
669 Package-Requires.
670 * package.texi: New file.
671 * os.texi (System Interface): Update pointers.
672 * elisp.texi (Top): Link to new nodes. Include package.texi.
673 * anti.texi (Antinews): Update pointers.
674
1e5c1c80
EZ
6752010-08-25 Eli Zaretskii <eliz@gnu.org>
676
677 * processes.texi (Filter Functions): Fix last change.
678
78e33835
CY
6792010-08-24 Markus Triska <triska@gmx.at>
680
681 * processes.texi (Filter Functions): Use `buffer-live-p' instead
682 of `buffer-name' in the main text as well as in the example
683 (Bug#3098).
684
198a7a97
CY
6852010-08-22 Chong Yidong <cyd@stupidchicken.com>
686
687 * nonascii.texi (Text Representations):
688 * loading.texi (Loading Non-ASCII):
689 * compile.texi (Byte Compilation): Don't mention obsolete
690 --unibyte command-line argument.
691
bc7d7ea6
CY
6922010-08-22 Chong Yidong <cyd@stupidchicken.com>
693
694 * modes.texi (Defining Minor Modes): Doc fix (Bug#6880).
695
b0126eac 6962010-08-22 Chong Yidong <cyd@stupidchicken.com>
96b1842d
CY
697
698 * objects.texi (Bool-Vector Type): Minor definition tweak (Bug#6878).
699
e8a6cc19
EZ
7002010-08-20 Eli Zaretskii <eliz@gnu.org>
701
702 * commands.texi (Misc Events): Add cross-references to where
703 POSITION of a mouse event is described in detail.
704
7815fe19 7052010-08-08 Christoph <cschol2112@googlemail.com>
ee301a7a
SM
706
707 * control.texi (Handling Errors) <error-message-string>: Fix arg name.
708
7815fe19 7092010-08-08 Juanma Barranquero <lekktu@gmail.com>
e8bf5266
JB
710
711 * modes.texi (Defining Minor Modes): Use C-backspace, not C-delete.
712 Suggested by Štěpán Němec <stepnem@gmail.com>.
713
7815fe19 7142010-08-08 Juanma Barranquero <lekktu@gmail.com>
b4f588fa
JB
715
716 * minibuf.texi (High-Level Completion): Document args of
717 `read-buffer-function' (bug#5625).
718
8b2dd508
JD
7192010-07-29 Jan Djärv <jan.h.d@swipnet.se>
720
721 * frames.texi (Layout Parameters): Add doc for tool-bar-position.
722
bace45fe
MA
7232010-07-29 Michael Albinus <michael.albinus@gmx.de>
724
725 * processes.texi (Process Information): Explain process property
726 `remote-tty'.
727
4ce5a4cc
JB
7282010-07-27 Juanma Barranquero <lekktu@gmail.com>
729
730 * modes.texi (Defining Minor Modes): Use C-delete in examples,
731 instead of "\C-\^?" (bug#6334).
732
1c84bc7a
JB
733 * text.texi (Special Properties): Fix typo.
734
b88746ba
EZ
7352010-07-09 Eli Zaretskii <eliz@gnu.org>
736
737 * internals.texi (Writing Emacs Primitives): Adapt to ANSI C
738 calling sequences, which are now the standard.
739
51422d6d
CY
7402010-06-24 Chong Yidong <cyd@stupidchicken.com>
741
742 * text.texi (Undo): Clarify command loop behavior (Bug#2433).
743
744 * commands.texi (Command Overview): Mention undo-boundary call.
745
d24880de
GM
7462010-06-23 Glenn Morris <rgm@gnu.org>
747
748 * abbrevs.texi, commands.texi, compile.texi, debugging.texi:
749 * display.texi, edebug.texi, elisp.texi, eval.texi, files.texi:
750 * frames.texi, functions.texi, internals.texi, keymaps.texi:
751 * loading.texi, minibuf.texi, numbers.texi, os.texi, processes.texi:
752 * searching.texi, sequences.texi, strings.texi, syntax.texi:
753 * text.texi, tips.texi, vol1.texi, vol2.texi, windows.texi:
754 Untabify Texinfo files.
755
0fc76035
CY
7562010-06-20 Chong Yidong <cyd@stupidchicken.com>
757
758 * modes.texi (Minor Mode Conventions): Fix typo (Bug#6477).
759
5338dc0b
CY
7602010-06-19 Chong Yidong <cyd@stupidchicken.com>
761
a628ad9d 762 * errors.texi (Standard Errors): Remove unnecessary markup (Bug#6461).
5338dc0b 763
2c3a3c1d
CY
7642010-06-02 Chong Yidong <cyd@stupidchicken.com>
765
ba3bf1d9
CY
766 * searching.texi (Regexp Special): Remove obsolete information
767 about matching non-ASCII characters, and suggest using char
768 classes (Bug#6283).
2c3a3c1d 769
7f4b4249
JB
7702010-05-30 Juanma Barranquero <lekktu@gmail.com>
771
772 * minibuf.texi (Basic Completion): Add missing "@end defun".
773
637821cd
SM
7742010-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
775
776 * minibuf.texi (Basic Completion): Document completion-boundaries.
777 (Programmed Completion): Document the new fourth method for boundaries.
778
e13051c3
CY
7792010-05-22 Chong Yidong <cyd@stupidchicken.com>
780
a628ad9d 781 * display.texi (Image Cache): Update documentation about image caching.
e13051c3 782
0235128c 7832010-05-08 Štěpán Němec <stepnem@gmail.com> (tiny change)
da0bbbc4
CY
784
785 * windows.texi (Textual Scrolling):
786 * tips.texi (Coding Conventions):
787 * minibuf.texi (Minibuffer History):
788 * maps.texi (Standard Keymaps):
789 * loading.texi (Where Defined):
790 * edebug.texi (Instrumenting): Fix typos.
791
0235128c 7922010-05-08 Chong Yidong <cyd@stupidchicken.com>
eb5ed549 793
c7c32279
CY
794 * keymaps.texi (Menu Bar): Document :advertised-binding property.
795
0235128c
SM
796 * functions.texi (Obsolete Functions):
797 Document set-advertised-calling-convention.
eb5ed549
CY
798
799 * minibuf.texi (Basic Completion): Document completion-in-region.
800 (Programmed Completion): Document completion-annotate-function.
801
802 * commands.texi (Reading One Event): Document read-key.
803 (Distinguish Interactive): Document KIND arg to
804 called-interactively-p. Delete obsolete interactive-p.
805
806 * elisp.texi (Top): Update node description.
807
f8848423
EZ
8082010-05-08 Eli Zaretskii <eliz@gnu.org>
809
0235128c
SM
810 * nonascii.texi (Character Properties):
811 Document unicode-category-table. Add an index entry for Unicode
812 general category.
813
8142010-05-07 Chong Yidong <cyd@stupidchicken.com>
815
816 * Version 23.2 released.
f8848423 817
938efb77
JB
8182010-04-20 Juanma Barranquero <lekktu@gmail.com>
819
820 * locals.texi (Standard Buffer-Local Variables):
821 Remove @ignore'd reference to `direction-reversed'.
822
5854c267
JL
8232010-04-14 Juri Linkov <juri@jurta.org>
824
825 Fix @deffn without category.
826
827 * abbrevs.texi (Abbrev Expansion): Replace @deffn with @defun
828 for `abbrev-insert'.
829
830 * buffers.texi (Indirect Buffers): Add category `Command'
831 to @deffn of `clone-indirect-buffer'.
832
833 * windows.texi (Cyclic Window Ordering): Replace @deffn with @defun
834 for `next-window' and `previous-window'. Add category `Command'
835 to @deffn of `pop-to-buffer'.
836
8a14dec7
CY
8372010-04-01 Chong Yidong <cyd@stupidchicken.com>
838
839 * nonascii.texi (Text Representations): Don't mark
840 enable-multibyte-characters as a user option.
841
7a1831cf
EZ
8422010-03-31 Eli Zaretskii <eliz@gnu.org>
843
844 * control.texi (Handling Errors): How to re-throw a signal caught
845 by condition-case.
846
c3863713
CY
8472010-03-26 Chong Yidong <cyd@stupidchicken.com>
848
849 * loading.texi (Hooks for Loading): Document after-load-functions.
850 Copyedits.
851
c333f279
AM
8522010-03-24 Arni Magnusson <arnima@hafro.is> (tiny change)
853
854 * frames.texi (Cursor Parameters): Fix typo. (Bug#5760)
855
e867cb5d 8562010-03-24 Chong Yidong <cyd@stupidchicken.com>
f7704e26
CY
857
858 * processes.texi (Network Processes): Document seqpacket type.
859
605f35cd
DN
8602010-03-20 Dan Nicolaescu <dann@ics.uci.edu>
861
862 * os.texi (System Environment): Do not mention lynxos.
863
288f9fc0
CY
8642010-03-10 Chong Yidong <cyd@stupidchicken.com>
865
866 * Branch for 23.2.
867
eed5c93a
CY
8682010-03-06 Chong Yidong <cyd@stupidchicken.com>
869
870 * objects.texi (Integer Type): Take note of the read syntax
871 exception for numbers that cannot fit in the integer type.
872
1ddd6622
GM
8732010-03-03 Glenn Morris <rgm@gnu.org>
874
875 * numbers.texi (Integer Basics, Bitwise Operations):
876 * objects.texi (Integer Type): Update for integers now being 30-bit.
877
a908c79a
CY
8782010-02-27 Chong Yidong <cyd@stupidchicken.com>
879
880 * display.texi (Low-Level Font): Document :otf font-spec property.
881
cd61af01
SM
8822010-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
883
884 * display.texi (Line Height): Avoid obsolete special default variables
885 like default-major-mode.
886
c02f8fe2
AM
8872010-01-28 Alan Mackenzie <acm@muc.de>
888
889 * display.texi (Auto Faces): Say fontification-functions is called
890 whether or not Font Lock is enabled. Tidy up the wording a bit.
891
d738d18b
CY
8922010-01-17 Chong Yidong <cyd@stupidchicken.com>
893
894 * elisp.texi: Remove duplicate edition information (Bug#5407).
895
4963739e
JB
8962010-01-17 Juanma Barranquero <lekktu@gmail.com>
897
898 * two.el (volume-header-toc-markup): Fix typos in docstring.
899
c57008f6
SM
9002010-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
901
902 Avoid dubious uses of save-excursions.
903 * positions.texi (Excursions): Recommend the use of
904 save-current-buffer if applicable.
905 * text.texi (Clickable Text): Fix the example code which used
906 save-excursion in a naive way which sometimes preserves point and
907 sometimes not.
908 * variables.texi (Creating Buffer-Local):
909 * os.texi (Session Management):
910 * display.texi (GIF Images):
911 * control.texi (Cleanups): Use (save|with)-current-buffer.
912
2f3725cd
EZ
9132010-01-02 Eli Zaretskii <eliz@gnu.org>
914
915 * modes.texi (Example Major Modes): Fix indentation. (Bug#5195)
916
85eeac93
CY
9172010-01-02 Chong Yidong <cyd@stupidchicken.com>
918
919 * nonascii.texi (Text Representations, Character Codes)
920 (Converting Representations, Explicit Encoding)
921 (Translation of Characters): Use hex notation consistently.
922 (Character Sets): Fix map-charset-chars doc (Bug#5197).
923
4801c5fa
CY
9242010-01-01 Chong Yidong <cyd@stupidchicken.com>
925
926 * loading.texi (Where Defined): Make it clearer that these are
927 loaded files (Bug#5068).
928
26e533e2
CY
9292009-12-29 Chong Yidong <cyd@stupidchicken.com>
930
931 * minibuf.texi (Completion Styles): Document `initials' style.
932
16d1ff5f
CY
9332009-12-25 Chong Yidong <cyd@stupidchicken.com>
934
935 * frames.texi (Resources): Describe inhibit-x-resources.
936 (Size Parameters): Copyedit.
937
938 * hash.texi (Creating Hash):
939 * objects.texi (Hash Table Type): Document the new hash table
940 printed representation.
941
942 * minibuf.texi (Basic Completion): 4th arg to all-completions is
943 obsolete.
944
5dcb4c4e
SM
945 * processes.texi (Process Buffers):
946 Document process-kill-buffer-query-function.
16d1ff5f 947
9a5de3d9
GM
9482009-12-05 Glenn Morris <rgm@gnu.org>
949
950 * hooks.texi (Standard Hooks): Remove diary-display-hook, replaced by
951 diary-display-function, and no longer recommended to be a hook.
952 Update for changes in the names of calendar and diary hooks.
953 diary-print-entries-hook has changed section.
954
b640eb52
EZ
9552009-11-28 Eli Zaretskii <eliz@gnu.org>
956
957 * text.texi (Special Properties): More accurate description of
958 what the `cursor' property does.
959
be1674ab
KR
9602009-11-26 Kevin Ryde <user42@zip.com.au>
961
962 * commands.texi (Misc Events): vindex mouse-wheel-up-event and
963 mouse-wheel-down-event, the closest thing to a definition for them.
964 * os.texi (Startup Summary): vindex inhibit-startup-message and
965 inhibit-splash-screen.
966 (Command-Line Arguments): vindex argv.
967 (Suspending Emacs): vindex suspend-tty-functions and
968 resume-tty-functions. Don't want to index every hook, but having
969 the programming ones is helpful.
970
603f5979
CY
9712009-11-14 Chong Yidong <cyd@stupidchicken.com>
972
973 * commands.texi (Motion Events): Fix typo (Bug#4907).
974
4359a806
CY
9752009-11-08 Chong Yidong <cyd@stupidchicken.com>
976
977 * searching.texi (Char Classes): Note that [:upper:] and [:lower:]
978 are affected by case-fold-search (Bug#4483).
979
0f063651
CY
9802009-11-02 Chong Yidong <cyd@stupidchicken.com>
981
982 * minibuf.texi (Reading File Names): Note that read-file-name may
983 use a graphical file dialog.
984
9bd79893
GM
9852009-10-31 Glenn Morris <rgm@gnu.org>
986
987 * nonascii.texi (User-Chosen Coding Systems): Minor reword. (Bug#4817)
988
ebe479ec
KR
9892009-10-16 Kevin Ryde <user42@zip.com.au>
990
991 * files.texi (Magic File Names): Add @vindex file-name-handler-alist,
992 in particular so `info-lookup-symbol' can find its docs.
993
2640fa86
CY
9942009-10-16 Chong Yidong <cyd@stupidchicken.com>
995
996 * variables.texi (Constant Variables): Distinguish from defconst
997 variables.
998 (Defining Variables): Add cindex.
999
edd6a733
CY
10002009-10-15 Chong Yidong <cyd@stupidchicken.com>
1001
1002 * os.texi (Time of Day): Clarify that the microsecond part is
1003 ignored (Bug#4637).
1004
5feb0b73
GM
10052009-10-11 Glenn Morris <rgm@gnu.org>
1006
1007 * frames.texi (Size and Position): Clarify what is included in the frame
1008 height. (Bug#4535)
1009
0c5413c8
GM
10102009-10-10 Glenn Morris <rgm@gnu.org>
1011
1012 * windows.texi (Size of Window): The relationship between window and
1013 frame heights is not so simple. (Bug#4535)
1014 Mention window-full-height-p.
1015
7f8b600a
SM
10162009-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
1017
1018 * positions.texi (Text Lines): Remove goto-line, since it shouldn't be
1019 used from Lisp.
1020
6185de1c
EZ
10212009-10-07 Eli Zaretskii <eliz@gnu.org>
1022
7f8b600a
SM
1023 * files.texi (Directory Names) <abbreviate-file-name>:
1024 Document that root home directories are not replaced with "~".
6185de1c 1025
9972911f
EZ
10262009-10-06 Eli Zaretskii <eliz@gnu.org>
1027
1028 * text.texi (Special Properties): Document the meaning of the
1029 `cursor' text property whose value is an integer.
1030
2a3f19ef
MA
10312009-10-05 Michael Albinus <michael.albinus@gmx.de>
1032
1033 * files.texi (Magic File Names): Add `copy-directory'.
1034
804543b5
EZ
10352009-10-05 Eli Zaretskii <eliz@gnu.org>
1036
1037 * files.texi (File Attributes): Fix description of file
1038 attributes. (Bug#4638) Update attributes of files.texi example to
1039 be more representative.
1040
461bf92b
MA
10412009-10-05 Michael Albinus <michael.albinus@gmx.de>
1042
1043 * files.texi (Create/Delete Dirs): New command copy-directory.
1044
a86cd395
JB
10452009-10-04 Juanma Barranquero <lekktu@gmail.com>
1046
1047 * anti.texi (Antinews):
1048 * macros.texi (Indenting Macros):
1049 * strings.texi (Creating Strings, Case Conversion):
1050 Remove duplicate words.
1051
d3080264
MA
10522009-10-01 Michael Albinus <michael.albinus@gmx.de>
1053
1054 * files.texi (Create/Delete Dirs): delete-directory has an
1055 optional parameter RECURSIVE.
1056
85d14563
SM
10572009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
1058
1059 * buffers.texi (Swapping Text): Minor clarification.
1060
3d9842c6
GM
10612009-10-01 Glenn Morris <rgm@gnu.org>
1062
1063 * functions.texi (Declaring Functions): Mention that we also search for
1064 ".m" files in the src/ directory.
1065
78427304
CY
10662009-09-25 David Engster <deng@randomsample.de>
1067
3d9842c6 1068 * display.texi (Managing Overlays): Document copy-overlay (Bug#4549).
78427304 1069
b578c9cc
GM
10702009-09-22 Glenn Morris <rgm@gnu.org>
1071
1072 * internals.texi (Building Emacs): Mention preloaded-file-list.
1073
beee5da7
AM
10742009-09-14 Alan Mackenzie <acm@muc.de>
1075
1076 * os.texi (Terminal Output): Put "@code{}" around "stdout".
1077
5d6ab672
CY
10782009-09-13 Chong Yidong <cyd@stupidchicken.com>
1079
1080 * functions.texi (Anonymous Functions): Rearrange discussion,
1081 giving usage of unquoted lambda forms first. Mention that
1082 `function' and `#'' are no longer required (Bug#4290).
1083
59375eeb
AM
10842009-09-11 Alan Mackenzie <acm@muc.de>
1085
a86cd395 1086 * os.texi (Terminal Output): Document `send-string-to-terminal' in
59375eeb
AM
1087 batch mode.
1088
e7e2f529
GM
10892009-09-01 Glenn Morris <rgm@gnu.org>
1090
1091 * display.texi (Face Functions): Mention define-obsolete-face-alias.
1092
eae47088
GM
10932009-08-26 Ulrich Mueller <ulm@gentoo.org>
1094
1095 * nonascii.texi (Character Codes): Fix typos.
1096
3691a0a6
MA
10972009-08-25 Michael Albinus <michael.albinus@gmx.de>
1098
1099 * processes.texi (Synchronous Processes): New defvar
1100 process-file-side-effects.
1101
664d56b8
GM
11022009-08-25 Glenn Morris <rgm@gnu.org>
1103
1104 * display.texi (Fontsets): Fix typo.
1105
0706c025
GM
1106 * files.texi (Format Conversion Round-Trip): Mention nil regexp.
1107
03a74b84
SM
11082009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
1109
1110 * processes.texi (Asynchronous Processes): Adjust arglist of
1111 start-process-shell-command and start-file-process-shell-command.
1112
f6de8a37
CY
11132009-08-15 Chong Yidong <cyd@stupidchicken.com>
1114
4b1ed1bb
CY
1115 * advice.texi (Argument Access in Advice): Note that argument
1116 positions are zero-based (Bug#3932).
1117
89a9e058
CY
1118 * commands.texi (Distinguish Interactive): Minor copyedit.
1119
23696fd7
CY
1120 * display.texi (Face Attributes): Add xref to Displaying Faces for
1121 explanation of "underlying face".
1122
f6de8a37
CY
1123 * customize.texi (Common Keywords): Add xref to Loading.
1124
1125 * loading.texi (How Programs Do Loading): Add xref to Lisp
1126 Libraries node in the Emacs manual.
1127
417f77e6
CY
11282009-08-13 Chong Yidong <cyd@stupidchicken.com>
1129
1130 * objects.texi (Meta-Char Syntax): Add xref to Strings of Events.
1131
0999039c
CY
11322009-07-18 Chong Yidong <cyd@stupidchicken.com>
1133
1134 * processes.texi (Shell Arguments): Copyedits.
1135
9af167bc
GM
11362009-07-18 Glenn Morris <rgm@gnu.org>
1137
1138 * loading.texi (Repeated Loading): Fix typo.
1139
137987ab
RS
11402009-07-16 Richard Stallman <rms@gnu.org>
1141
1142 * buffers.texi (Swapping Text): Recommend setting
1143 write-region-annotate-functions and buffer-saved-size.
1144
1145 * backups.texi (Auto-Saving): Document buffer-saved-size = -2.
1146
622fa380
GM
11472009-07-15 Glenn Morris <rgm@gnu.org>
1148
1149 * edebug.texi: Minor re-phrasings throughout.
1150 (Edebug Execution Modes): Sit-for affects continue mode too.
1151 (Jumping): Use `forward-sexp' rather than its keybinding.
1152 (Edebug Misc): Fix Q binding.
1153 (Edebug Eval): Remove cl version.
1154 (Printing in Edebug): Clarify print-length etc.
1155 (Instrumenting Macro Calls): Defopt edebug-eval-macro-args.
1156 (Specification List): Remove edebug-unwrap findex entry.
1157 (Specification Examples): defmacro is actually not the same as defun.
1158 Escape "`" in example.
1159
6bbd4600
CY
11602009-07-15 Chong Yidong <cyd@stupidchicken.com>
1161
1162 * markers.texi (The Mark): Document optional arg to
1163 deactivate-mark.
1164
e538d479
GM
11652009-07-11 Kevin Ryde <user42@zip.com.au>
1166
1167 * hooks.texi (Standard Hooks): Fix cross-references.
1168
4c98b9ed
GM
1169 * loading.texi (Named Features): Refer to eval-after-load.
1170
5300838c
GM
11712009-07-11 Glenn Morris <rgm@gnu.org>
1172
64fbeb16
GM
1173 * Makefile.in (TEXI2PDF): New.
1174 (elisp.pdf): New target.
1175
4c98b9ed
GM
1176 * searching.texi (Regexp Backslash): Fix typo.
1177
1178 * elisp.texi (Top): Display copyright notice at start of non-TeX.
5300838c 1179
51d9979c
GM
11802009-07-10 Glenn Morris <rgm@gnu.org>
1181
561c0216
GM
1182 * elisp.texi, vol1.texi, vol2.texi: Update @detailmenu.
1183
5b594a58
GM
1184 * customize.texi (Customization Types):
1185 * display.texi (Abstract Display):
0cc8c85a 1186 * objects.texi (Character Type, String Type):
5b594a58 1187 Merge in some menu descriptions from elisp.texi.
51d9979c 1188
c3cbbb40
GM
1189 * hash.texi (Hash Tables):
1190 * modes.texi (Multiline Font Lock):
1191 End menu description with period.
fe42c16a 1192
28528402
GM
11932009-07-09 Glenn Morris <rgm@gnu.org>
1194
1195 * back.texi: Don't hard-code texinfo location.
1196
1197 * two-volume.make (texinfodir): New, with location of texinfo.tex.
1198 (tex): Add texinfodir to TEXINPUTS.
1199 (elisp1med-init, elisp2med-init): Use texinfodir.
1200
1201 * Makefile.in (texinfodir): Rename from usermanualdir, and update.
1202 (clean): Add two-volume.make intermediate files.
1203
1204 * elisp.texi, vol1.texi, vol2.texi:
1205 Use a DATE variable with the publication date, and update it.
1206 Fix antinews menu description.
1207
1208 * vol1.texi, vol2.texi: Update VERSION to match elisp.texi.
1209 Update the detailed node listing to match elisp.texi.
1210
1211 * README: Update edition to match elisp.texi.
1212
1213 * objects.texi (General Escape Syntax):
1214 * nonascii.texi (Character Sets):
1215 Use consistent case for "Unicode Standard".
1216
1217 * anti.texi (Antinews):
1218 * customize.texi (Variable Definitions):
1219 * functions.texi (Declaring Functions):
1220 * nonascii.texi (Character Properties):
1221 * processes.texi (Serial Ports):
1222 * text.texi (Special Properties):
1223 * tips.texi (Coding Conventions):
1224 Minor rearrangements to improve TeX line-filling.
1225
1226 * commands.texi (Using Interactive): Fix cross-reference.
1227
17db8e10
JD
12282009-07-01 Jan Djärv <jan.h.d@swipnet.se>
1229
1230 * frames.texi (Management Parameters): Mention sticky.
1231
77c7e2e1
AS
12322009-07-01 Andreas Schwab <aschwab@redhat.com>
1233
1234 * help.texi (Help Functions): Fix description of help-buffer and
1235 help-setup-xref to use @defun instead of @deffn.
1236
3f1c6666
JD
12372009-07-01 Jan Djärv <jan.h.d@swipnet.se>
1238
1239 * frames.texi (Size Parameters): Mention maximized for fullscreen.
1240
ca27c21b
CY
12412009-06-24 Chong Yidong <cyd@stupidchicken.com>
1242
1243 * display.texi (Window Systems): Add ns to the list.
1244
70243478
CY
12452009-06-21 Chong Yidong <cyd@stupidchicken.com>
1246
1247 * Branch for 23.1.
1248
df006536
MR
12492009-06-17 Martin Rudalics <rudalics@gmx.at>
1250
1251 * windows.texi (Dedicated Windows): Fix typo.
1252 (Resizing Windows): Replace @defun by @deffn.
1253
d259fc4b
GM
12542009-06-17 Glenn Morris <rgm@gnu.org>
1255
1256 * variables.texi (Directory Local Variables):
1257 Update for 2009-04-11 name-change of dir-locals-directory-alist.
1258
30781db6
KH
12592009-06-09 Kenichi Handa <handa@m17n.org>
1260
1261 * nonascii.texi (Character Sets): State clearly that FROM and TO
1262 are codepoints of CHARSET.
1263
62e8099c
CY
12642009-06-07 Chong Yidong <cyd@stupidchicken.com>
1265
1266 * minibuf.texi (Reading File Names): Fix introductory text.
1267 Suggested by stan@derbycityprints.com.
1268 (High-Level Completion): Fix typo.
1269
ee1b1917
CY
12702009-05-28 Chong Yidong <cyd@stupidchicken.com>
1271
1272 * frames.texi (Text Terminal Colors): Multi-tty is already
1273 implemented, but tty-local colors are not.
1274
5df647e8
CY
12752009-05-27 Chong Yidong <cyd@stupidchicken.com>
1276
1277 * hooks.texi (Standard Hooks): Remove mention of obsolete
1278 redisplay-end-trigger-functions.
1279
1280 * internals.texi (Window Internals): Remove mention of obsolete
1281 redisplay-end-trigger-functions.
1282
01f17ae2
MR
12832009-05-21 Martin Rudalics <rudalics@gmx.at>
1284
1285 * abbrevs.texi (Abbrev Mode): abbrev-mode is an option.
1286
1287 * backups.texi (Making Backups): backup-directory-alist and
1288 make-backup-file-name-function are options.
1289 (Auto-Saving): auto-save-list-file-prefix is an option.
1290
1291 * buffers.texi (Killing Buffers): buffer-offer-save is an
1292 option.
1293
1294 * display.texi (Refresh Screen): no-redraw-on-reenter is an
1295 option.
1296 (Echo Area Customization): echo-keystrokes is an option.
1297 (Selective Display): selective-display-ellipses is an option.
1298 (Temporary Displays): temp-buffer-show-function is an option.
1299 (Face Attributes): underline-minimum-offset and x-bitmap-file-path
1300 are options.
1301 (Font Selection): face-font-family-alternatives,
1302 face-font-selection-order, face-font-registry-alternatives, and
1303 scalable-fonts-allowed are options.
1304 (Fringe Indicators): indicate-buffer-boundaries is an option.
1305 (Fringe Cursors): overflow-newline-into-fringe is an option.
1306 (Scroll Bars): scroll-bar-mode is an option.
1307
1308 * eval.texi (Eval): max-lisp-eval-depth is an option.
1309
1310 * files.texi (Visiting Functions): find-file-hook is an option.
1311 (Directory Names): directory-abbrev-alist is an option.
1312 (Unique File Names): temporary-file-directory and
1313 small-temporary-file-directory are options.
1314
1315 * frames.texi (Initial Parameters): initial-frame-alist,
1316 minibuffer-frame-alist and default-frame-alist are options.
1317 (Cursor Parameters): blink-cursor-alist and
1318 cursor-in-non-selected-windows ar options.
1319 (Window System Selections): selection-coding-system is an
1320 option.
1321 (Display Feature Testing): display-mm-dimensions-alist is an
1322 option.
1323
1324 * help.texi (Help Functions): help-char and help-event-list are
1325 options.
1326
1327 * keymaps.texi (Functions for Key Lookup): meta-prefix-char is
1328 an option.
1329
1330 * minibuf.texi (Minibuffer History): history-length and
1331 history-delete-duplicates are options.
1332 (High-Level Completion): read-buffer-function and
1333 read-buffer-completion-ignore-case are options.
1334 (Reading File Names): read-file-name-completion-ignore-case is
1335 an option.
1336
1337 * modes.texi (Mode Line Top): mode-line-format is an option.
1338 (Mode Line Variables): mode-line-position and mode-line-modes
1339 are options.
1340
1341 * nonascii.texi (Text Representations):
1342 enable-multibyte-characters is an option.
1343 (Default Coding Systems): auto-coding-regexp-alist,
1344 file-coding-system-alist, auto-coding-alist and
1345 auto-coding-functions are options.
1346 (Specifying Coding Systems): inhibit-eol-conversion is an
1347 option.
1348
1349 * os.texi (Init File): site-run-file is an option.
1350 (System Environment): mail-host-address is an option.
1351 (User Identification): user-mail-address is an option.
1352 (Terminal Output): baud-rate is an option.
1353
1354 * positions.texi (Word Motion): words-include-escapes is an
1355 option.
1356
1357 * searching.texi (Standard Regexps): page-delimiter,
1358 paragraph-separate, paragraph-separate and sentence-end are
1359 options.
1360
1361 * text.texi (Margins): left-margin and fill-nobreak-predicate
1362 are options.
1363
1364 * variables.texi (Local Variables): max-specpdl-size is an
1365 option.
1366
1367 * windows.texi (Choosing Window):
1368 split-window-preferred-function, special-display-function and
1369 display-buffer-function are options.
1370
106e6894
CY
13712009-05-20 Chong Yidong <cyd@stupidchicken.com>
1372
4a83454d
CY
1373 Fix errors spotted by Martin Rudalics.
1374
106e6894
CY
1375 * syntax.texi (Position Parse): Document rationale for ignored
1376 arguments to syntax-ppss-flush-cache.
1377
1378 * processes.texi (Input to Processes): Mark PROCESS arg to
1379 process-running-child-p as optional.
1380 (Network Options): Document NO-ERROR arg to
1381 set-network-process-option.
1382
1383 * buffers.texi (Indirect Buffers): Mark clone-indirect-buffer as a
1384 command.
1385
1386 * searching.texi (POSIX Regexps): Mark posix-search-forward and
1387 posix-search-backward as commands.
1388
1389 * os.texi (Killing Emacs): Mark kill-emacs as a command.
1390 (Suspending Emacs): Mark suspend-emacs as a command.
1391 (Processor Run Time): Mark emacs-uptime and emacs-init-time as
1392 commands.
5dcb4c4e
SM
1393 (Terminal Output): Remove obsolete function baud-rate.
1394 Document TERMINAL arg for send-string-to-terminal.
106e6894
CY
1395
1396 * nonascii.texi (Terminal I/O Encoding): Document TERMINAL arg for
1397 terminal-coding-system and set-terminal-coding-system.
1398 (Explicit Encoding): Mark DESTINATION arg of decode-coding-region
1399 as optional.
1400 (Character Sets): Document RESTRICTION arg of char-charset.
1401 (Character Codes): Mark POS argument to get-byte as optional.
1402
1403 * minibuf.texi (Minibuffer Misc): Document ARGS arg for
1404 minibuffer-message.
1405
1406 * files.texi (Create/Delete Dirs): Mark make-directory and
1407 delete-directory as commands.
1408
1409 * abbrevs.texi (Abbrev Tables): Fix arglist for make-abbrev-table.
1410
1411 * text.texi (Base 64): Mark base64-decode-string and
1412 base64-encode-string as commands.
1413 (Columns): Mark move-to-column as a command.
1414 (Mode-Specific Indent): Document RIGID arg to
1415 indent-for-tab-command.
1416 (Region Indent): Mark TO-COLUMN arg to indent-region as optional.
1417 Mark indent-code-rigidly as a command.
1418 (Substitution): Mark translate-region as a command.
1419
1420 * frames.texi (Size and Position): Remove obsolete functions
1421 screen-height and screen-width.
1422
04173931
CY
14232009-05-19 Chong Yidong <cyd@stupidchicken.com>
1424
1425 * windows.texi (Cyclic Window Ordering, Cyclic Window Ordering)
1426 (Displaying Buffers, Resizing Windows): Correct mistakes;
1427 next-window, previous-window, and pop-to-buffer are not commands,
1428 and fit-window-to-buffer" is a command. (Pointed out by Martin
1429 Rudalics.)
1430
eae7d8f8
RS
14312009-05-17 Richard M Stallman <rms@gnu.org>
1432
1433 * modes.texi (Precalculated Fontification): Clarify text.
1434
b8766179
MR
14352009-05-17 Martin Rudalics <rudalics@gmx.at>
1436
1437 * windows.texi (Selecting Windows): Clarify descriptions of
1438 with-selected-window and get-lru-window.
1439 (Cyclic Window Ordering): Refer to particular frame when talking
1440 about how splitting affects the ordering.
1441 (Displaying Buffers): Fix descriptions of switch-to-buffer and
1442 switch-to-buffer-other-window. Explain how setting of
1443 display-buffer-reuse-frames affects pop-to-buffer.
1444 (Choosing Window): Clarify some details in descriptions of
1445 display-buffer-reuse-frames, pop-up-frames, and
1446 pop-up-frame-function.
1447 (Dedicated Windows): Clarify some details.
1448 (Textual Scrolling): Replace term vscroll by term vertical
1449 scroll position.
1450 (Vertical Scrolling): Fix typo.
1451 (Window Hooks): Relate text on jit-lock-register to window
1452 scrolling and size changes.
1453
734b5e3b
CY
14542009-05-14 Chong Yidong <cyd@stupidchicken.com>
1455
0a65633e
CY
1456 * frames.texi (Initial Parameters): Clarify what the initial
1457 minibuffer frame is.
05be46d7
CY
1458 (Buffer Parameters): Note that the minibuffer parameter can not be
1459 altered.
0a65633e 1460
734b5e3b
CY
1461 * anti.texi (Antinews): Copyedits. Rearrange some entries.
1462 Document display-buffer changes.
1463
925672cd
CY
14642009-05-13 Chong Yidong <cyd@stupidchicken.com>
1465
17ecd7af
CY
1466 * anti.texi (Antinews): Rewrite for Emacs 22.
1467
925672cd
CY
1468 * abbrevs.texi (Abbrevs): Add xref to Creating Symbols when
1469 obarrays are first mentioned. Define "system abbrev" more
1470 prominently, and add it to the index.
1471 (Abbrev Mode, Abbrev Tables, Defining Abbrevs, Abbrev Properties):
1472 Copyedits.
1473 (Abbrev Expansion): Document abbrev-insert.
1474
80be4dd7
CY
14752009-05-12 Chong Yidong <cyd@stupidchicken.com>
1476
1477 * frames.texi (Font and Color Parameters): Rename from Color
1478 Parameters. Document font-backend parameter.
1479
1480 * vol2.texi (Top): Update node listing.
1481 * vol1.texi (Top): Update node listing.
1482 * elisp.texi (Top): Update node listing.
1483
372a93ac
MR
14842009-05-11 Martin Rudalics <rudalics@gmx.at>
1485
1486 * windows.texi (Choosing Window): Don't explicitly refer to
1487 split-window-sensibly's window argument in descriptions of
1488 split-height-threshold and split-width-threshold.
1489
714c3541
MR
14902009-05-10 Martin Rudalics <rudalics@gmx.at>
1491
1492 * windows.texi (Choosing Window): Fix rewrite of window
1493 splitting section.
1494
0e90e7be
EZ
14952009-05-09 Eli Zaretskii <eliz@gnu.org>
1496
1497 * nonascii.texi (Default Coding Systems): Document
5dcb4c4e
SM
1498 find-auto-coding, set-auto-coding, and auto-coding-alist.
1499 Add indexing.
0e90e7be
EZ
1500 (Lisp and Coding Systems): Add index entries.
1501
d3c0c321
MR
15022009-05-09 Martin Rudalics <rudalics@gmx.at>
1503
1504 * windows.texi (Choosing Window): Describe split-window-sensibly
1505 and rewrite section on window splitting accordingly.
1506 (Textual Scrolling): Replace `...' by @code{...}.
1507
c773345a
CY
15082009-05-04 Chong Yidong <cyd@stupidchicken.com>
1509
ee2d5b5e
CY
1510 * hooks.texi (Standard Hooks): Add abbrev-expand-functions.
1511 Remove obsoleted pre-abbrev-expand-hook.
1512
1513 * locals.texi (Standard Buffer-Local Variables): Consolidate table
1514 entries.
1515
c773345a
CY
1516 * internals.texi (Object Internals): Don't assume 32-bit machines
1517 are the norm.
1518 (Buffer Internals): Consolidate table entries for readability.
ee2d5b5e
CY
1519 (Window Internals): Synch field names to window.h.
1520 (Process Internals): Synch field names to process.h.
c773345a 1521
dd449674
CY
15222009-04-29 Chong Yidong <cyd@stupidchicken.com>
1523
1524 * variables.texi (File Local Variables): Note that read-circle is
1525 bound to nil when reading file-local variables.
1526
1527 * streams.texi (Input Functions): Document read-circle.
1528 (Output Variables): Add xref to Circular Objects.
1529
4f1e25e2
CY
15302009-04-25 Chong Yidong <cyd@stupidchicken.com>
1531
1532 * tips.texi (Coding Conventions): Copyedits. Add xref to Named
1533 Features and Coding System Basics. Node that "p" stands for
1534 "predicate". Recommend utf-8-emacs instead of emacs-mule.
1535 (Key Binding Conventions): Emacs does use S-down-mouse-1, for
1536 mouse-appearance-menu.
1537 (Programming Tips): Add xref to Progress.
1538
dca019f8
CY
15392009-04-22 Chong Yidong <cyd@stupidchicken.com>
1540
5dcb4c4e
SM
1541 * os.texi (Command-Line Arguments):
1542 Document command-line-args-left.
dca019f8
CY
1543 (Suspending Emacs): Adapt text to multi-tty case. Document use of
1544 terminal objects for tty arguments.
1545 (Startup Summary): Add xref to Session Management.
1546 (Session Management): Mention emacs-session-restore. Copyedits.
1547
02a89103
CY
15482009-04-20 Chong Yidong <cyd@stupidchicken.com>
1549
1550 * os.texi (Startup Summary): Copyedits. The init file is not
1551 necessarily named .emacs now. Document initial-buffer-choice and
1552 initial-scratch-message. Note where Emacs exits in batch mode.
1553 Document inhibit-splash-screen as an alias.
1554 (Init File): Be neutral about which init file name to use.
1555
15562009-04-16 Chong Yidong <cyd@stupidchicken.com>
1557
1558 * os.texi (System Interface): Fix Texinfo usage.
1559
0c1cfe01
CY
15602009-04-15 Chong Yidong <cyd@stupidchicken.com>
1561
80d7cdca
CY
1562 * searching.texi (Regexp Backslash): Also refer to shy groups as
1563 non-capturing or unnumbered groups.
1564 (Regexp Functions): Add cross-reference to Regexp Backslash.
1565
0c1cfe01
CY
1566 * display.texi (Truncation): Overlays can use line-prefix and
1567 wrap-prefix too.
1568 (Overlay Properties): Document wrap-prefix and line-prefix.
1569 (Face Attributes): Document underline-minimum-offset.
1570 (Face Remapping): Copyedits.
1571 (Low-Level Font): Copyedits.
1572 (Image Cache): Note that the image cache is shared between frames.
ed8ab760
CY
1573 (Line Height): Emphasize that line-spacing only takes effect on
1574 graphical terminals.
0c1cfe01 1575
c4adeee0
CY
15762009-04-13 Chong Yidong <cyd@stupidchicken.com>
1577
1578 * display.texi (Refresh Screen): Note that a passage about screen
1579 refreshing is text terminal only.
1580 (Forcing Redisplay): Delete misleading comment---sit-for calls
1581 redisplay, not the other way around.
1582 (Truncation): Note new values of truncate-partial-width-windows.
1583 Copyedits.
1584 (Invisible Text): Document invisible-p.
1585
b20ecfa1
EZ
15862009-04-11 Eli Zaretskii <eliz@gnu.org>
1587
1588 * display.texi (Overlays): Overlays don't scale well. See
1589 http://lists.gnu.org/archive/html/emacs-devel/2009-04/msg00243.html.
1590
97d8273f
CY
15912009-04-10 Chong Yidong <cyd@stupidchicken.com>
1592
f147ff75
CY
1593 * syntax.texi (Syntax Table Functions): Document cons cell
1594 argument for modify-syntax-entry.
1595 (Categories): Document cons cell argument for
1596 modify-category-entry.
1597
fca4ec76
CY
1598 * searching.texi (String Search): Document word-search-forward-lax
1599 and word-search-backward-lax.
1600 (Searching and Case): Describe isearch behavior more precisely.
1601
9c283d5b
CY
1602 * keymaps.texi (Tool Bar): Mention that some platforms do not
1603 support multi-line toolbars. Suggested by Stephen Eglen.
1604
1605 * frames.texi (Layout Parameters): Mention that Nextstep also
1606 allows only one tool-bar line. Suggested by Stephen Eglen.
1607
97d8273f
CY
1608 * nonascii.texi (Text Representations): Copyedits.
1609 (Coding System Basics): Also mention utf-8-emacs.
1610 (Converting Representations, Selecting a Representation)
1611 (Scanning Charsets, Translation of Characters, Encoding and I/O):
1612 Copyedits.
1613 (Character Codes): Mention role of codepoints 1114112 to 4194175.
1614
2bad3299
CY
16152009-04-09 Chong Yidong <cyd@stupidchicken.com>
1616
1617 * text.texi (Yank Commands): Note that yank uses push-mark.
5dcb4c4e
SM
1618 (Filling): Clarify REGION argument of fill-paragraph.
1619 Document fill-forward-paragraph-function.
2bad3299
CY
1620 (Special Properties): Remove "new in Emacs 22" declaration.
1621 (Clickable Text): Merge with Links and Mouse-1 node.
1622
5dcb4c4e
SM
1623 * display.texi (Button Properties, Button Buffer Commands):
1624 Change xref to Clickable Text.
2bad3299
CY
1625
1626 * tips.texi (Key Binding Conventions): Change xref to Clickable
1627 Text.
1628
1629 * elisp.texi (Top): Update node listing.
1630
ea30ce4f
CY
16312009-04-05 Chong Yidong <cyd@stupidchicken.com>
1632
47af2f4b
CY
1633 * markers.texi (The Mark): Copyedits. Improve description of
1634 handle-shift-selection.
1635 (The Region): Move use-region-p here from The Mark.
1636
ea30ce4f
CY
1637 * positions.texi (Screen Lines): Document (cols . lines) argument
1638 for vertical-motion.
1639
2aa8ea6e
CY
16402009-04-04 Chong Yidong <cyd@stupidchicken.com>
1641
3ec61d4e
CY
1642 * frames.texi (Frames): Clean up introduction. Document `ns'
1643 return value for framep.
1644 (Creating Frames): Note how the terminal is chosen.
1645 (Multiple Terminals, Multiple Displays): Merge into a single node.
1646 (Color Parameters): Fix typo.
1647
1648 * variables.texi (Local Variables, Buffer-Local Variables)
1649 (Creating Buffer-Local): Change link to Multiple Terminals.
1650
1651 * os.texi (X11 Keysyms): Change link to Multiple Terminals.
1652
1653 * keymaps.texi (Controlling Active Maps): Change link to Multiple
1654 Terminals.
1655
1656 * commands.texi (Command Loop Info, Keyboard Macros): Change link
1657 to Multiple Terminals.
1658
1659 * elisp.texi (Top): Update node listing.
1660 * vol2.texi (Top): Update node listing.
1661 * vol1.texi (Top): Update node listing.
1662
9257072f
CY
1663 * buffers.texi (Current Buffer): Note that the append-to-buffer
1664 example is no longer in synch with the latest code. Tie the two
1665 examples together.
1666
2aa8ea6e
CY
1667 * files.texi (File Attributes): Move note about MS-DOS from
1668 Changing Files to File Attributes.
1669 (Create/Delete Dirs): Note that mkdir is an alias for this.
1670
22e74b17
CY
16712009-04-01 Markus Triska <triska@gmx.at>
1672
1673 * processes.texi (Filter Functions): Suggest how to handle output
1674 batches.
1675
4bbe48ec
CY
16762009-03-30 Chong Yidong <cyd@stupidchicken.com>
1677
1678 * help.texi (Accessing Documentation): Update example to use
1679 help-setup-xref and with-help-window.
1680 (Help Functions): Remove print-help-return-message, which is
1681 semi-obsolete due to with-help-window. Document help-buffer and
1682 help-setup-xref.
1683
b9723f39
CY
16842009-03-29 Chong Yidong <cyd@stupidchicken.com>
1685
5dcb4c4e
SM
1686 * help.texi (Accessing Documentation, Help Functions):
1687 Remove information about long-obsolete Emacs versions.
9eb52e90 1688
b9723f39
CY
1689 * modes.texi (Mode Line Variables): The default values of the mode
1690 line variables are now more complicated.
1691
b0cc32db
CY
16922009-03-28 Chong Yidong <cyd@stupidchicken.com>
1693
3c25a5a9
CY
1694 * modes.texi (Major Mode Conventions): Note that specialness is
1695 inherited.
31c9eebb
CY
1696 (Derived Modes): Note that define-derive-mode sets the mode-class
1697 property.
3c25a5a9 1698
b0cc32db
CY
1699 * keymaps.texi (Prefix Keys): The M-g prefix key is now named
1700 goto-map. Add search-map to the list.
1701
c5e0006d
EZ
17022009-03-27 Eli Zaretskii <eliz@gnu.org>
1703
1213465a
EZ
1704 * os.texi (System Environment): Update the list of system-type
1705 values.
1706
c5e0006d
EZ
1707 * markers.texi (The Mark) <handle-shift-selection>: Update for
1708 removal of the optional argument DEACTIVATE.
1709
48bab3d6
CY
17102009-03-25 Chong Yidong <cyd@stupidchicken.com>
1711
1712 * commands.texi (Focus Events): Most X window managers don't use
1713 focus-follows-mouse nowadays.
1714
6e4ff1b6
CY
17152009-03-24 Chong Yidong <cyd@stupidchicken.com>
1716
1717 * commands.texi (Defining Commands): Clarify introduction.
1718 (Using Interactive): Not that interactive can be put in a symbol
1719 property.
1720 (Interactive Call): Note that a symbol with a non-nil
1721 interactive-form property satisfies commandp.
1722
11625308
JB
17232009-03-23 Juanma Barranquero <lekktu@gmail.com>
1724
1725 * minibuf.texi (Intro to Minibuffers): Fix typos.
1726
7b34420d
CY
17272009-03-23 Chong Yidong <cyd@stupidchicken.com>
1728
1729 * minibuf.texi (Intro to Minibuffers): Remove long-obsolete info
5dcb4c4e
SM
1730 about minibuffers in old Emacs versions. Copyedits.
1731 Emphasize that enable-recursive-minibuffers defaults to nil.
7b34420d
CY
1732 (Text from Minibuffer): Simplify introduction.
1733
f9257eed
AM
17342009-03-22 Alan Mackenzie <acm@muc.de>
1735
1736 * commands.texi (Using Interactive): Clarify string argument to
1737 `interactive' - even promptless elements need \n separators.
1738
f639ba70
CY
17392009-03-18 Chong Yidong <cyd@stupidchicken.com>
1740
1741 * minibuf.texi (Completion Styles): New node.
1742
1743 * elisp.texi (Top): Update node listing.
1744
d897e8ee
CY
17452009-03-17 Chong Yidong <cyd@stupidchicken.com>
1746
1747 * minibuf.texi (Basic Completion): Note that
1748 read-file-name-completion-ignore-case and
1749 read-buffer-completion-ignore-case can override
1750 completion-ignore-case.
1751 (Minibuffer Completion): Document completing-read changes.
1752 (Completion Commands): Avoid mentioning partial completion mode.
1753 Document minibuffer-completion-confirm changes, and
1754 minibuffer-confirm-exit-commands.
1755 (High-Level Completion): Document new require-match behavior for
1756 read-buffer. Document read-buffer-completion-ignore-case.
1757 (Reading File Names): Document new require-match behavior for
1758 read-file-name.
1759
b1f23349
CY
17602009-03-14 Chong Yidong <cyd@stupidchicken.com>
1761
1762 * debugging.texi (Error Debugging): Don't mislead the reader into
1763 thinking that debug-on-error enters debugger for C-f at EOB.
1764 (Error Debugging): Setting debug-on-init within the init file
1765 works, and has for some time.
1766
d6eb4e25
KH
17672009-03-13 Kenichi Handa <handa@m17n.org>
1768
1769 * display.texi (Fontsets): Update the description.
1770
1cf53dc5
CY
17712009-03-13 Chong Yidong <cyd@stupidchicken.com>
1772
1773 * advice.texi (Advising Primitives): Link to What Is a Function.
1774
81f919fc
CY
17752009-03-12 Chong Yidong <cyd@stupidchicken.com>
1776
cf4229eb
CY
1777 * compile.texi (Speed of Byte-Code): Update example.
1778 (Disassembly): Update examples.
1779
81f919fc 1780 * loading.texi (Repeated Loading): Simplify examples.
f2bbc08c
CY
1781
1782 * customize.texi (Common Keywords): It's not necessary to use :tag
1783 to remove hyphens, as custom-unlispify-tag-name does it
1784 automatically.
5dcb4c4e
SM
1785 (Variable Definitions): Link to File Local Variables.
1786 Document customized-value symbol property.
f2bbc08c
CY
1787 (Customization Types): Move menu to end of node.
1788
955964d7
CY
17892009-03-10 Chong Yidong <cyd@stupidchicken.com>
1790
1791 * macros.texi (Compiling Macros): Omit misleading sentence, which
1792 implied that macros can only be used in the same file they are
1793 defined.
1794 (Backquote): Remove obsolete information about Emacs 19.
1795
d25ed7db
GM
17962009-03-05 John Foerch <jjfoerch@earthlink.net> (tiny change)
1797
1798 * display.texi (Display Margins): Fix paren typo.
1799
d55f6ca5
CY
18002009-02-27 Chong Yidong <cyd@stupidchicken.com>
1801
f0e57ed8
CY
1802 * elisp.texi (Top): Update node listing.
1803
1804 * variables.texi (Variables): Clarify introduction.
1805 (Global Variables): Mention that setq is a special form.
1806 (Local Variables): Use active voice.
1807 (Tips for Defining): Mention marking variables as safe.
1808 (Buffer-Local Variables): Mention terminal-local and frame-local
1809 variables together.
1810 (File Local Variables): Copyedits.
1811 (Frame-Local Variables): Note that they are not really useful.
1812 (Future Local Variables): Node deleted.
1813
d55f6ca5
CY
1814 * objects.texi (General Escape Syntax): Update explanation of
1815 unicode escape syntax.
1816
ca8f09a8
CY
18172009-02-23 Chong Yidong <cyd@stupidchicken.com>
1818
1819 * control.texi (Control Structures): Add cindex entry for "textual
1820 order".
1821
1822 * eval.texi (Intro Eval): Copyedits. Standardize on "form"
1823 instead of "expression" throughout.
1824 (Function Indirection): Copyedits. Use active voice.
1825 (Eval): The default value of max-lisp-eval-depth is now 400.
1826
a20878b6
MB
18272009-02-23 Miles Bader <miles@gnu.org>
1828
1829 * processes.texi (System Processes): Rename `system-process-attributes'
1830 to `process-attributes'.
1831
61f66044
CY
18322009-02-22 Chong Yidong <cyd@stupidchicken.com>
1833
1b80d1f3
CY
1834 * symbols.texi (Property Lists): Emphasize that property lists are
1835 not restricted to symbol cells.
1836 (Other Plists): Copyedit.
1837
61f66044
CY
1838 * sequences.texi (Sequences Arrays Vectors): Make introduction
1839 more concise.
1840 (Arrays): Mention char-tables and bool-vectors too.
1841 (Vectors): Don't repeat information given in Arrays node. Link to
1842 nodes that explain the vector usage examples.
1843 (Char-Tables): Note that char-table elements can have arbitrary
1844 type. Explain effect of omitted char-table-extra-slots property.
8a63cf41 1845 Link to Property Lists node.
61f66044 1846
9403944b
CY
18472009-02-22 Chong Yidong <cyd@stupidchicken.com>
1848
1849 * lists.texi (Building Lists): Remove obsolete Emacs 20 usage of
1850 `append'.
4068c7b4 1851 (List Elements): Copyedits.
9403944b
CY
1852
1853 * sequences.texi (Vector Functions): Remove obsolete Emacs 20 use
1854 of `vconcat'.
1855
1856 * strings.texi (Creating Strings): Copyedits. Remove obsolete
1857 Emacs 20 usage of `concat'.
1858 (Case Conversion): Copyedits.
1859
b87a185f
CY
18602009-02-21 Chong Yidong <cyd@stupidchicken.com>
1861
1862 * objects.texi (Lisp Data Types, Syntax for Strings, Buffer Type):
1863 Minor edits.
1864 (Frame Configuration Type): Emphasize that it is not primitive.
1865 (Font Type): New node.
1866 (Type Predicates): Add fontp; type-of now recognizes font object
1867 types.
1868
1869 * intro.texi (Version Info): Update version numbers in examples.
1870 (Acknowledgements): List more contributors.
1871
1872 * elisp.texi: Bump version number to 3.0.
1873 (Top): Link to Font Type node.
1874
867d4bb3
JB
18752009-02-20 Juanma Barranquero <lekktu@gmail.com>
1876
1877 * modes.texi (Major Mode Conventions): Remove duplicate words.
1878 (Customizing Keywords): Fix typo.
1879
77730170
EZ
18802009-02-14 Eli Zaretskii <eliz@gnu.org>
1881
1882 * nonascii.texi (User-Chosen Coding Systems): Document that
1883 select-safe-coding-system suggests raw-text if there are raw bytes
1884 in the region.
1885 (Explicit Encoding): Warn not to use `undecided' when encoding.
1886
c8736212
GM
18872009-02-11 Glenn Morris <rgm@gnu.org>
1888
1889 * frames.texi (Visibility of Frames): Mention the effect multiple
1890 workspaces/desktops can have on visibility.
1891
ab992d66
EZ
18922009-02-07 Eli Zaretskii <eliz@gnu.org>
1893
c8736212
GM
1894 * text.texi (Commands for Insertion):
1895 * commands.texi (Event Mod):
1896 * keymaps.texi (Searching Keymaps):
5dcb4c4e
SM
1897 * nonascii.texi (Translation of Characters):
1898 Reinstate documentation of translation-table-for-input.
7d2a859f
EZ
1899 (Explicit Encoding): Document the `charset' text property produced
1900 by decode-coding-region and decode-coding-string.
ab992d66 1901
e651a255
AM
19022009-01-27 Alan Mackenzie <acm@muc.de>
1903
1904 * modes.texi (Search-based Fontification): Correct a typo.
1905
bc5cde4b
JB
19062009-01-25 Juanma Barranquero <lekktu@gmail.com>
1907
1908 * abbrevs.texi (Abbrev Table Properties): Fix typo.
1909 Reported by Seweryn Kokot <sewkokot@gmail.com>. (Bug#2039)
1910
3533155b
EZ
19112009-01-24 Eli Zaretskii <eliz@gnu.org>
1912
f721deda
EZ
1913 * display.texi (Window Systems): Document the value of
1914 `initial-window-system' under --daemon.
1915
3533155b
EZ
1916 * os.texi (System Environment): Remove description of the
1917 `environment' function which has been deleted.
1918
f79b43b2
DN
19192009-01-22 Dan Nicolaescu <dann@ics.uci.edu>
1920
1921 * frames.texi (Multiple Displays): Remove documentation for
1922 removed function make-frame-on-tty.
1923
e3aa6669
CY
19242009-01-22 Chong Yidong <cyd@stupidchicken.com>
1925
1926 * files.texi (Format Conversion Piecemeal): Clarify behavior of
5dcb4c4e
SM
1927 write-region-annotate-functions.
1928 Document write-region-post-annotation-function.
e3aa6669 1929
fb13a416
CY
19302009-01-19 Chong Yidong <cyd@stupidchicken.com>
1931
1932 * display.texi (Font Lookup): Document WIDTH argument of
1933 x-list-fonts.
1934
02eccf6b
EZ
19352009-01-17 Eli Zaretskii <eliz@gnu.org>
1936
ead3f58d
EZ
1937 * maps.texi (Standard Keymaps): Rename function-key-map to
1938 local-function-key-map.
1939
1940 * keymaps.texi (Translation Keymaps): Rename function-key-map to
1941 local-function-key-map.
1942
1943 * nonascii.texi (Terminal I/O Encoding): `keyboard-coding-system'
1944 and `set-keyboard-coding-system' now accept an optional terminal
1945 argument.
1946
1947 * commands.texi (Event Mod): `keyboard-translate-table' is now
1948 terminal-local.
1949 (Function Keys): Rename function-key-map to
1950 local-function-key-map.
1951
df05a163
EZ
1952 * elisp.texi (Top): Make @detailmenu be consistent with changes in
1953 frames.texi.
1954
0ed8034e 1955 * hooks.texi (Standard Hooks): Document `delete-frame-functions'
490f1197
EZ
1956 `delete-terminal-functions', `suspend-tty-functions' and
1957 `resume-tty-functions'.
0ed8034e
EZ
1958
1959 * frames.texi (Frames): Document `frame-terminal' and
1960 `terminal-live-p'.
1961 (Multiple Displays): Document `make-frame-on-tty'.
1962 (Multiple Terminals): Document `terminal-list', `delete-terminal',
1963 `terminal-name', and `get-device-terminal'.
490f1197
EZ
1964 (Terminal Parameters): Document `terminal-parameters',
1965 `terminal-parameter', and `set-terminal-parameter'.
0ed8034e
EZ
1966
1967 * os.texi (System Environment): Document `environment' and
1968 `initial-environment'.
490f1197
EZ
1969 (Suspending Emacs): Update for multi-tty; document
1970 `suspend-tty', `resume-tty', and `controlling-tty-p'.
0ed8034e 1971
02eccf6b
EZ
1972 * nonascii.texi (Coding System Basics): More accurate description
1973 of `raw-text'.
1974
f19fea97
JB
19752009-01-12 Juanma Barranquero <lekktu@gmail.com>
1976
1977 * display.texi (Low-Level Font): Fix typo.
1978
16fa292f
CY
19792009-01-10 Chong Yidong <cyd@stupidchicken.com>
1980
1981 * elisp.texi (Top): Update node listing.
1982
1983 * display.texi (PostScript Images): Node deleted.
1984
0b4faef3
EZ
19852009-01-10 Eli Zaretskii <eliz@gnu.org>
1986
3355f04d
EZ
1987 * processes.texi (Decoding Output): Document that null bytes force
1988 no-conversion for reading process output.
1989
1990 * files.texi (Reading from Files): Document that null bytes force
1991 no-conversion when visiting files.
1992
11625308 1993 * processes.texi (Serial Ports): Improve wording, suggested by RMS.
538395d9 1994
5dcb4c4e
SM
1995 * nonascii.texi (Lisp and Coding Systems):
1996 Document inhibit-null-byte-detection and inhibit-iso-escape-detection.
c06ea95e 1997 (Character Properties): Improve wording.
0b4faef3 1998
ce9cf065
CY
19992009-01-09 Chong Yidong <cyd@stupidchicken.com>
2000
2001 * display.texi (Font Lookup): Remove obsolete function
2002 x-font-family-list. x-list-fonts accepts Fontconfig/GTK syntax.
2003 (Low-Level Font): Rename from Fonts, move to end of Faces section.
5dcb4c4e
SM
2004 (Font Selection): Reorder order of variable descriptions.
2005 Minor clarifications.
ce9cf065
CY
2006
2007 * elisp.texi (Top): Update node listing.
2008
ab756fb3
GM
20092009-01-09 Glenn Morris <rgm@gnu.org>
2010
2011 * commands.texi (Command Loop Info): Say that last-command-char and
2012 last-input-char are obsolete aliases.
2013
2014 * edebug.texi (Edebug Recursive Edit): Remove separate references to
2015 last-input-char and last-command-char, since they are just aliases for
2016 last-input-event and last-command-event.
2017
2018 * minibuf.texi (Minibuffer Commands): Use last-command-event rather than
2019 last-command-char.
2020
6b2b8ab1
CY
20212009-01-08 Chong Yidong <cyd@stupidchicken.com>
2022
2023 * elisp.texi: Update node listing.
2024
2025 * display.texi (Faces): Put Font Selection node after Auto Faces.
5dcb4c4e
SM
2026 (Face Attributes): Don't link to Font Lookup.
2027 Document font-family-list.
6b2b8ab1
CY
2028 (Fonts): New node.
2029
3568e767
JR
20302009-01-08 Jason Rumney <jasonr@gnu.org>
2031
2032 * frames.texi (Pointer Shape): Clarify that only X supports
5ce6e4f4 2033 changing the standard pointer shapes. (Bug#1485)
3568e767 2034
6221c8db
CY
20352009-01-08 Chong Yidong <cyd@stupidchicken.com>
2036
2037 * display.texi (Attribute Functions): Note that a function value
2038 :height is relative, and that compatibility functions work by
2039 calling set-face-attribute.
2040 (Displaying Faces): Reorder list in order of increasing priority.
2041 (Face Remapping): New node. Content moved here from Displaying
2042 Faces.
2043 (Glyphs): Link to Face Functions.
2044
e3d3799a
CY
20452009-01-08 Chong Yidong <cyd@stupidchicken.com>
2046
2047 * display.texi (Faces): Don't discuss face id here. facep does
2048 not return t.
2049 (Defining Faces): Minor clarification.
2050 (Face Attributes): Rearrange items to match docstring of
2051 set-face-attribute. Add :foundry attribute. Document new role of
2052 :font attribute. Texinfo usage fix.
2053 (Attribute Functions): Copyedits.
2054 (Face Functions): Note that face number is seldom used.
2055
638a2457
RS
20562009-01-05 Richard M Stallman <rms@gnu.org>
2057
2058 * strings.texi (Predicates for Strings): Minor clarification.
2059
2060 * functions.texi (Function Safety): Texinfo usage fix.
2061
49ea0074
JB
20622009-01-04 Eduard Wiebe <usenet@pusto.de> (tiny patch)
2063
2064 * objects.texi (General Escape Syntax): Fix typo.
2065
9f822178
MR
20662009-01-03 Martin Rudalics <rudalics@gmx.at>
2067
2068 * windows.texi (Choosing Window): Say that pop-up-frame-alist
2069 works via the default value of pop-up-frame-function.
2070
af34ad36
EZ
20712009-01-02 Eli Zaretskii <eliz@gnu.org>
2072
2073 * processes.texi (System Processes): Document the `time' and
2074 `ctime' attributes of `system-process-attributes'.
2075
d31f6679
CY
20762009-01-01 Chong Yidong <cyd@stupidchicken.com>
2077
2078 * display.texi (Face Attributes): Clarify :height attribute.
2079
174dc00c
MR
20802008-12-31 Martin Rudalics <rudalics@gmx.at>
2081
2082 * buffers.texi (The Buffer List): Clarify what moves a buffer to
2083 the front of the buffer list. Add entries for `last-buffer' and
2084 `unbury-buffer'.
2085
b8afe7e4
EZ
20862008-12-27 Eli Zaretskii <eliz@gnu.org>
2087
d14030f5
EZ
2088 * elisp.texi (Top): Add @detailmenu items for "Multiple Terminals"
2089 and its subsections.
2090
2091 * frames.texi (Multiple Terminals, Low-level Terminal)
2092 (Terminal Parameters, Frames on Other TTY devices): New sections.
2093 (Frames): Add an xref to "Multiple Terminals".
2094
765980a4
EZ
2095 * elisp.texi (Top): Add @detailmenu item for "Terminal Type".
2096
2097 * objects.texi (Terminal Type): New node.
2098 (Editing Types): Add it to the menu.
2099
47bd5577
EZ
2100 * elisp.texi (Top): Add a @detailmenu item for "Directory Local
2101 Variables".
2102
eb22b78c 2103 * variables.texi (Directory Local Variables): New node.
47bd5577 2104 (Variables): Add a menu item for it.
eb22b78c 2105
b8afe7e4
EZ
2106 * loading.texi (Autoload): Document `generate-autoload-cookie' and
2107 `generated-autoload-file'.
2108
77bb0476
EZ
21092008-12-20 Eli Zaretskii <eliz@gnu.org>
2110
028e2c19
EZ
2111 * os.texi (Startup Summary): Add xref to documentation of
2112 `initial-window-system'.
2113
77bb0476
EZ
2114 * display.texi (Window Systems): Document `window-system' the
2115 function. The variable `window-system' is now frame-local.
028e2c19 2116 Document `initial-window-system'.
77bb0476 2117
dda87836
MR
21182008-12-19 Martin Rudalics <rudalics@gmx.at>
2119
2120 * windows.texi (Windows): Rewrite description of
2121 fit-window-to-buffer.
2122
caef3ed2
GM
21232008-12-13 Glenn Morris <rgm@gnu.org>
2124
2125 * modes.texi (Font Lock Basics): Fix level description. (Bug#1534)
2126 (Levels of Font Lock): Refer to font-lock-maximum-decoration.
2127
21c58e4d
GM
21282008-12-12 Glenn Morris <rgm@gnu.org>
2129
2130 * debugging.texi (Error Debugging): Refer forwards to
2131 eval-expression-debug-on-error.
2132
af38459f
EZ
21332008-12-05 Eli Zaretskii <eliz@gnu.org>
2134
5dedd9b5
EZ
2135 * strings.texi (String Basics): Only unibyte strings that
2136 represent key sequences hold 8-bit raw bytes.
2137
af38459f
EZ
2138 * nonascii.texi (Coding System Basics): Rewrite @ignore'd
2139 paragraph to speak about `undecided'.
2140 (Character Properties): Don't explain the meaning of each
2141 property; instead, identify their Unicode Standard names.
b3f1f4a5 2142 (Character Sets): Document `map-charset-chars'.
af38459f 2143
fa047ae7
GM
21442008-12-02 Glenn Morris <rgm@gnu.org>
2145
2146 * files.texi (Format Conversion Round-Trip): Rewrite format-write-file
2147 section yet again.
2148
47dbc044
EZ
21492008-11-29 Eli Zaretskii <eliz@gnu.org>
2150
98d05998
EZ
2151 * nonascii.texi (Character Properties): New Section.
2152 (Specifying Coding Systems): Document
2153 `coding-system-priority-list', `set-coding-system-priority', and
2154 `with-coding-priority'.
2155 (Lisp and Coding Systems): Document `check-coding-systems-region'
2156 and `coding-system-charset-list'.
2157 (Coding System Basics): Document `coding-system-aliases'.
2158
2159 * elisp.texi (Top): Add a @detailmenu entry for "Character
2160 Properties".
2161
47dbc044
EZ
2162 * objects.texi (Character Type): Correct the range of Emacs
2163 characters. Add an @xref to "Character Codes".
2164
2165 * strings.texi (String Basics): Add an @xref to "Character Codes".
2166
2167 * numbers.texi (Integer Basics): Add an @xref to `max-char'.
2168
2169 * nonascii.texi (Explicit Encoding): Update for Emacs 23.
2170 (Character Codes): Document `max-char'.
2171
8b80cdf5
EZ
21722008-11-28 Eli Zaretskii <eliz@gnu.org>
2173
2174 * nonascii.texi (Text Representations, Converting Representations)
2175 (Character Sets, Scanning Charsets, Translation of Characters):
2176 Make text more accurate.
2177
a99dceba
GM
21782008-11-28 Glenn Morris <rgm@gnu.org>
2179
2180 * files.texi (Format Conversion Round-Trip): Improve previous change.
2181
f6dc3bed
CY
21822008-11-26 Chong Yidong <cyd@stupidchicken.com>
2183
2184 * modes.texi (Auto Major Mode): Fix example.
2185
5da9413d
GM
21862008-11-25 Glenn Morris <rgm@gnu.org>
2187
2188 * control.texi (Signaling Errors): Fix `wrong-type-argument' name.
2189
2190 * files.texi (Format Conversion Round-Trip):
2191 Use active voice for previous change.
2192
fcca848c
CY
21932008-11-25 Chong Yidong <cyd@stupidchicken.com>
2194
2195 * os.texi (Processor Run Time):
2196 * processes.texi (Transaction Queues):
2197 * markers.texi (The Mark):
2198 * windows.texi (Choosing Window, Selecting Windows):
2199 * files.texi (Changing Files, Magic File Names):
2200 * commands.texi (Key Sequence Input):
2201 * functions.texi (Declaring Functions):
2202 * strings.texi (Predicates for Strings):
2203 * intro.texi (nil and t): Fix typos (pointed out by Drew Adams).
2204
36c8dc54
CY
22052008-11-24 Chong Yidong <cyd@stupidchicken.com>
2206
2207 * help.texi (Accessing Documentation): Update example.
2208
2209 * variables.texi (Defining Variables): Note that `*' is not
2210 necessary if defcustom is used.
2211
2a79b242
EZ
22122008-11-22 Eli Zaretskii <eliz@gnu.org>
2213
2214 * elisp.texi (Top): Remove "Chars and Bytes" and "Splitting
2215 Characters" from @detailmenu.
2216
2217 * nonascii.texi (Character Codes, Character Sets)
2218 (Scanning Charsets, Translation of Characters): Update for Emacs 23.
2219 (Chars and Bytes, Splitting Characters): Sections removed.
2220
392f0d26
LK
22212008-11-22 Lute Kamstra <lute@gnu.org>
2222
2223 * positions.texi (Text Lines): Update goto-line documentation.
2224
af1a5cd5
MR
22252008-11-21 Martin Rudalics <rudalics@gmx.at>
2226
6a4cfb0c
MR
2227 * frames.texi (Frames): Fix typo, add cross references, reword.
2228 (Initial Parameters): Reword special-display-frame-alist text.
2229 (Frames and Windows): Reword. Describe argument norecord for
2230 set-frame-selected-window.
2231 (Input Focus): Describe argument norecord for select-frame.
2232 Remove comment on MS-Windows behavior for focus-follows-mouse.
2233 (Raising and Lowering): Mention windows-frames dichotomy in
2234 metaphor.
2235
af1a5cd5
MR
2236 * windows.texi (Displaying Buffers, Vertical Scrolling)
2237 (Horizontal Scrolling): Fix indenting and rewording issues
2238 introduced with 2008-11-07 change.
2239
c249fa9c
GM
22402008-11-20 Glenn Morris <rgm@gnu.org>
2241
2242 * files.texi (Format Conversion Round-Trip): Mention `preserve'
2243 element of `format-alist'.
2244
204d4665
GM
22452008-11-19 Glenn Morris <rgm@gnu.org>
2246
2247 * doclicense.texi: Update to FDL 1.3.
2248 * elisp.texi, vol1.texi, vol2.texi: Relicense under FDL 1.3 or later.
2249
cc0910af
CY
22502008-11-18 Chong Yidong <cyd@stupidchicken.com>
2251
efe6e7c4
CY
2252 * windows.texi (Window Hooks): Remove *-end-trigger-functions
2253 vars, which are obsolete. Mention jit-lock-register.
2254
5dcb4c4e
SM
2255 * modes.texi (Other Font Lock Variables):
2256 Document jit-lock-register and jit-lock-unregister.
efe6e7c4 2257
cc0910af
CY
2258 * frames.texi (Color Parameters): Document alpha parameter.
2259
aeeedf76
MR
22602008-11-16 Martin Rudalics <rudalics@gmx.at>
2261
2262 * windows.texi (Splitting Windows, Deleting Windows)
2263 (Selecting Windows, Cyclic Window Ordering)
2264 (Buffers and Windows, Displaying Buffers, Choosing Window)
2265 (Dedicated Windows, Window Point, Window Start and End)
2266 (Textual Scrolling, Vertical Scrolling, Horizontal Scrolling)
2267 (Size of Window, Resizing Windows, Window Configurations)
2268 (Window Parameters): Avoid @var at beginning of sentences and
2269 reword accordingly.
2270
4c565c5c
LK
22712008-11-11 Lute Kamstra <lute@gnu.org>
2272
2273 * files.texi (File Name Components): Fix file-name-extension
2274 documentation.
2275
25f494c9
JB
22762008-11-11 Juanma Barranquero <lekktu@gmail.com>
2277
2278 * frames.texi (Basic Parameters): Remove display-environment-variable
2279 and term-environment-variable.
2280
a1401ab1
EZ
22812008-11-08 Eli Zaretskii <eliz@gnu.org>
2282
2283 * windows.texi (Basic Windows, Splitting Windows)
2284 (Deleting Windows, Selecting Windows, Cyclic Window Ordering)
2285 (Buffers and Windows, Displaying Buffers, Dedicated Windows)
25f494c9
JB
2286 (Resizing Windows, Window Configurations, Window Parameters):
2287 Fix wording and markup.
a1401ab1 2288
efafc282
MR
22892008-11-07 Martin Rudalics <rudalics@gmx.at>
2290
2291 * windows.texi (Windows): Update entries.
2292 (Basic Windows): Remove listing of attributes. Reword.
86ab855a 2293 (Splitting Windows, Deleting Windows): Reword.
efafc282
MR
2294 (Selecting Windows, Cyclic Window Ordering): Reword with special
2295 emphasis on order of recently selected windows and buffer list.
86ab855a
MR
2296 (Buffers and Windows, Choosing Window): Reword with special
2297 emphasis on dedicated windows.
2298 (Displaying Buffers): Reword. For switch-to-buffer mention that
2299 it may fall back on pop-to-buffer. For other-window try to
2300 explain how it treats the cyclic ordering of windows.
efafc282
MR
2301 (Dedicated Windows): New node and section discussing dedicated
2302 windows and associated functions.
86ab855a 2303 (Window Point): Add entry for window-point-insertion-type. Reword.
efafc282
MR
2304 (Window Start and End): Rename node and section title. Reword.
2305 (Textual Scrolling, Vertical Scrolling, Horizontal Scrolling):
2306 Minor rewording.
2307 (Size of Window): Reword, in particular text on window-width.
2308 (Resizing Windows): Reword. Add text on balancing windows.
2309 (Window Configurations): Reword. Mention window parameters.
2310 (Window Parameters): New node and section on window parameters.
2311 (Window Hooks): Reword. Mention that
2312 window-configuration-change-hook is run "buffer-locally".
2313 * elisp.texi (Top): Update Windows entries in @detailmenu
2314 section.
2315
d60a8ab2
JB
23162008-11-04 Juanma Barranquero <lekktu@gmail.com>
2317
2318 * searching.texi (Regexp Search): Fix typo.
2319
01777627
CY
23202008-11-03 Seweryn Kokot <sewkokot@gmail.com> (tiny change)
2321
2322 * searching.texi (Regexp Search): Document GREEDY arg.
2323 (Simple Match Data): Fix return value.
2324
c4526e93
EZ
23252008-11-01 Eli Zaretskii <eliz@gnu.org>
2326
2327 * nonascii.texi (Text Representations): Rewrite to make consistent
5dcb4c4e
SM
2328 with Emacs 23 internal representation of characters.
2329 Document `unibyte-string'.
c4526e93 2330
fe2ae8b5
CY
23312008-10-28 Chong Yidong <cyd@stupidchicken.com>
2332
2333 * processes.texi (Process Information): Note that process-status
2334 does not accept buffer names.
2335
cc5a21e3
CY
23362008-10-27 Seweryn Kokot <sewkokot@gmail.com> (tiny change)
2337
2338 * positions.texi (Skipping Characters): Correct return value of
2339 skip-chars-forward.
2340
09460d9a
MR
23412008-10-25 Martin Rudalics <rudalics@gmx.at>
2342
520b29e7
MR
2343 * windows.texi (Deleting Windows): Update documentation of
2344 delete-windows-on.
2345 (Buffers and Windows): Update documentations of
2346 get-buffer-window and get-buffer-window-list.
2347 (Displaying Buffers): Update documentation of
2348 replace-buffer-in-windows.
2349
09460d9a
MR
2350 * buffers.texi (Current Buffer): Reword set-buffer and
2351 with-current-buffer documentations.
2352 (Creating Buffers): Reword documentation of get-buffer-create.
2353
4d48fcdc
MR
23542008-10-23 Martin Rudalics <rudalics@gmx.at>
2355
2356 * buffers.texi (Current Buffer): Reword documentation of
2357 set-buffer.
2358 (Buffer Names): Reword documentation of buffer-name.
2359 (The Buffer List): For bury-buffer explain what happens with the
2360 buffer's window.
2361 (Creating Buffers): Say that get-buffer-create's arg is called
2362 buffer-or-name.
2363
f0143c43
CY
23642008-10-22 Chong Yidong <cyd@stupidchicken.com>
2365
3e5dbbd3
CY
2366 * advice.texi (Computed Advice): Explain what DEFINITION is.
2367
f0143c43
CY
2368 * nonascii.texi (Character Codes): Remove obsolete function
2369 char-valid-p, and document characterp instead.
2370
52a94b85
MR
23712008-10-22 Martin Rudalics <rudalics@gmx.at>
2372
2373 * windows.texi (Displaying Buffers): Reword documentation of
2374 pop-to-buffer.
2375 (Choosing Window): Rewrite documentation of display-buffer and
2376 its options.
2377
f76f8246
MR
2378 * buffers.texi (Killing Buffers): Update documentation of
2379 kill-buffer.
2380
acc8b598
EZ
23812008-10-21 Eli Zaretskii <eliz@gnu.org>
2382
80e6b6df
EZ
2383 * processes.texi (Serial Ports): Fix wording and improve markup.
2384
3645358a
EZ
2385 * searching.texi (Regexp Search): Document `string-match-p' and
2386 `looking-at-p'.
2387 (POSIX Regexps): Add an xref for "non-greedy".
2388 (Regexp Special): Add @cindex entry for "non-greedy".
2389
b3d50cff 2390 * display.texi (Attribute Functions): Document `face-all-attributes'.
bf190568 2391 (Image Cache) <image-refresh>: Minor wording fixes.
b3d50cff 2392
73b7530a
EZ
2393 * frames.texi (Color Names): Add an xref to `read-color'.
2394
2395 * minibuf.texi (High-Level Completion): Document `read-color'.
2396
acc8b598
EZ
2397 * elisp.texi (Top): Add "Swapping Text" to @detailmenu.
2398
2399 * positions.texi (Narrowing): Add an xref to "Swapping Text".
2400
2401 * buffers.texi (Swapping Text): New section, documents
2402 `buffer-swap-text'.
2403
10e187e8
MR
24042008-10-21 Martin Rudalics <rudalics@gmx.at>
2405
2406 * windows.texi (Resizing Windows): Minor wording fix.
2407
fd6f900c
EZ
24082008-10-20 Eli Zaretskii <eliz@gnu.org>
2409
2410 * processes.texi (Shell Arguments): Document `split-string-and-unquote'
2411 and `combine-and-quote-strings'.
2412
2413 * strings.texi (Creating Strings): Add xrefs for them.
2414
e4372165
EZ
24152008-10-19 Eli Zaretskii <eliz@gnu.org>
2416
d6328fba
EZ
2417 * elisp.texi (Top): Make descriptive text for "Reading File Names"
2418 match the corresponding menu in minibuf.texi.
2419
e4372165
EZ
2420 * minibuf.texi (Reading File Names): Document `read-shell-command'
2421 and `minibuffer-local-shell-command-map'.
2422
5d8dda33
MR
24232008-10-19 Martin Rudalics <rudalics@gmx.at>
2424
2425 * windows.texi (Resizing Windows): Remove var{} around "window" in
2426 documentation of enlarge-window.
2427 Rewrite documentation of window-min-height and window-min-width.
2428
437706cd
EZ
24292008-10-19 Eli Zaretskii <eliz@gnu.org>
2430
80f85d7c
EZ
2431 * functions.texi (Calling Functions): Document `apply-partially'.
2432
291703b5
EZ
2433 * hooks.texi (Standard Hooks): Mention
2434 `before-hack-local-variables-hook' and `hack-local-variables-hook'.
2435
2436 * variables.texi (File Local Variables): Document
2437 `file-local-variables-alist', `before-hack-local-variables-hook'
2438 and `hack-local-variables-hook'.
2439
583d8b3c
EZ
2440 * processes.texi (Synchronous Processes): Document `process-lines'.
2441
5dcb4c4e
SM
2442 * customize.texi (Variable Definitions):
2443 Document `custom-reevaluate-setting'.
437706cd 2444
7e51d89b
MR
24452008-10-18 Martin Rudalics <rudalics@gmx.at>
2446
2447 * windows.texi (Choosing Window, Deleting Windows)
2448 (Displaying Buffers): Expand documentation of dedicated windows.
2449
43c59a3d
EZ
24502008-10-18 Eli Zaretskii <eliz@gnu.org>
2451
018a960d
EZ
2452 * files.texi (Changing Files): Document symbolic input of file
2453 modes to `set-file-modes'. Document `read-file-modes' and
2454 `file-modes-symbolic-to-number'.
2455
2c0b8144
EZ
2456 * maps.texi (Standard Keymaps): Document `multi-query-replace-map'
2457 and `search-map'.
2458
5dcb4c4e
SM
2459 * searching.texi (Search and Replace):
2460 Document `replace-search-function' and `replace-re-search-function'.
2c0b8144 2461 Document `multi-query-replace-map'.
80120f13 2462
6d4913f0 2463 * minibuf.texi (Text from Minibuffer): Document `read-regexp'.
5dcb4c4e
SM
2464 (Completion Commands, Reading File Names):
2465 Rename `minibuffer-local-must-match-filename-map' to
6d4913f0
EZ
2466 `minibuffer-local-filename-must-match-map'.
2467 (Minibuffer Completion): The `require-match' argument to
2468 `completing-read' can now have the value `confirm-only'.
2469
43c59a3d
EZ
2470 * windows.texi (Displaying Buffers): Minor wording fix.
2471 (Choosing Window): `split-height-threshold' can now be nil.
2472 Document `split-width-threshold'. `pop-up-frames' can have the
2473 value `graphic-only'.
2474
f36acfd9
EZ
24752008-10-17 Eli Zaretskii <eliz@gnu.org>
2476
2477 * os.texi (Startup Summary): Document `before-init-time' and
2478 `after-init-time'. Document `initial-window-system' and
2479 `window-system-initialization-alist'. Document reading the
2480 abbrevs file. Document the call to `server-start' under --daemon.
2481 Rearrange a bit to be consistent with the code flow.
53728487
EZ
2482 (Processor Run Time): Document `emacs-uptime' and `emacs-init-time'.
2483 (Time Parsing): Document `format-seconds'.
f36acfd9 2484
96995b89
MR
24852008-10-17 Martin Rudalics <rudalics@gmx.at>
2486
2487 * windows.texi (Basic Windows, Splitting Windows): Fix whitespace
2488 and reword.
2489
2de17c73
EZ
24902008-10-16 Eli Zaretskii <eliz@gnu.org>
2491
2492 * markers.texi (The Mark): Document use-region-p.
2493
9cf52b11
EZ
24942008-10-15 Eli Zaretskii <eliz@gnu.org>
2495
c3aaf1d7
EZ
2496 * internals.texi (Writing Emacs Primitives): The interactive spec
2497 of a primitive can be a Lisp form.
2498
841a1743
EZ
2499 * markers.texi (The Mark): Document the `lambda' and `(only . OLD)'
2500 values of transient-mark-mode. Document handle-shift-selection.
2501
2502 * commands.texi (Using Interactive, Interactive Codes): Document `^'.
2503 (Interactive Examples): Show an example of `^'.
2504 (Key Sequence Input): Document this-command-keys-shift-translated.
c3aaf1d7
EZ
2505 (Defining Commands, Using Interactive): The interactive-form of a
2506 function can be added via its symbol's property.
841a1743 2507
52441368
EZ
2508 * positions.texi (List Motion): beginning-of-defun-function can
2509 now accept an argument.
2510
8e8c1a72
EZ
2511 * text.texi (Low-Level Kill Ring): interprogram-paste-function can
2512 now return a list of strings.
2513
a33a1f2a
EZ
2514 * control.texi (Handling Errors): Document ignore-errors.
2515
4fb04348
EZ
2516 * frames.texi (Creating Frames): Document frame-inherited-parameters.
2517 (Parameter Access): Document set-frame-parameter.
2518
ee666f84
EZ
2519 * variables.texi (Creating Buffer-Local): Add an xref to "Setting
2520 Hooks" for the effect of kill-all-local-variables on local hook
2521 functions.
2522
9cf52b11
EZ
2523 * modes.texi (Major Mode Conventions, Mode Line Variables):
2524 `mode-name' need not be a string. xref to "Mode Line Data" for
2525 details, and to "Emulating Mode Line" for computing a string
2526 value.
2527
22526bc4
EZ
25282008-10-14 Eli Zaretskii <eliz@gnu.org>
2529
a65f6a85
EZ
2530 * processes.texi (System Processes): New section.
2531 (Processes, Signals to Processes): Add xrefs to it.
2532
2533 * objects.texi (Editing Types): A `process' is a subprocess of
2534 Emacs, not just any process running on the OS.
2535
2536 * elisp.texi (Top): Adjust the @detailmenu for the above two
2537 changes.
2538
2724b26a
EZ
2539 * sequences.texi (Char-Tables): Remove documentation of
2540 set-char-table-default, which has no effect since Emacs 23.
2541 <char-table-range, set-char-table-range>: Don't mention generic
2542 characters and charsets. Add a cons cell as a possible argument.
2543
2544 * nonascii.texi (Splitting Characters)
2545 (Translation of Characters): Don't mention generic characters.
2546
2547 * display.texi (Fontsets): Don't mention generic characters.
2548
22526bc4 2549 * sequences.texi (Char-Tables): `map-char-table' can now call its
25f494c9 2550 argument FUNCTION with a cons cell as KEY.
22526bc4 2551
eaf4b689
EZ
25522008-10-13 Eli Zaretskii <eliz@gnu.org>
2553
45e46036
EZ
2554 * objects.texi (Primitive Function Type): Move "@cindex special
2555 forms" from here...
2556
2557 * eval.texi (Special Forms): ...to here.
2558
2559 * functions.texi (What Is a Function): `functionp' returns nil for
2560 special forms. Add an xref.
2561
eaf4b689
EZ
2562 * elisp.texi (Top): Add a @detailmenu entry for "Frame-Local
2563 Variables".
2564
2565 * variables.texi (Frame-Local Variables): New section.
2566 (Buffer-Local Variables): Add an xref to it.
2567 (Intro to Buffer-Local, Creating Buffer-Local): A variable cannot
2568 have both frame-local and buffer-local binding.
2569
2570 * frames.texi (Frames): Mention multiple tty frames.
2571 (Frame Parameters, Parameter Access): Mention frame-local variable
2572 bindings.
2573
15688fce
GM
25742008-09-20 Glenn Morris <rgm@gnu.org>
2575
2576 * display.texi (Defining Faces): Recommend against face variables.
2577
35539065
JB
25782008-09-16 Juanma Barranquero <lekktu@gmail.com>
2579
2580 * display.texi (Echo Area Customization): Fix typo.
2581
6a57054b
JB
25822008-09-09 Juanma Barranquero <lekktu@gmail.com>
2583
2584 * loading.texi (Where Defined): Add `defface' item.
2585
d632fb82
MR
25862008-09-06 Martin Rudalics <rudalics@gmx.at>
2587
2588 * loading.texi (Where Defined): Fix description of symbol-file.
2589
905a9adb
JR
25902008-08-26 Jason Rumney <jasonr@gnu.org>
2591
2592 * display.texi (TIFF Images): New section describing :index property.
2593
852e91b7
CY
25942008-08-23 Chong Yidong <cyd@stupidchicken.com>
2595
2596 * display.texi (Temporary Displays): Remove unnecessary comment
2597 about usage of temp-buffer-show-hook.
2598
6be001ee
CY
25992008-08-05 Chong Yidong <cyd@stupidchicken.com>
2600
2601 * symbols.texi (Other Plists): Fix incorrect example.
2602 Suggested by Florian Beck.
2603
58e3d8e8
JB
26042008-07-31 Juanma Barranquero <lekktu@gmail.com>
2605
2606 * os.texi: Fix previous change.
2607
7c2fb837
DN
26082008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
2609
2610 * os.texi:
2611 * intro.texi:
2612 * files.texi: Remove VMS support.
2613
9e2a2647
DN
26142008-07-27 Dan Nicolaescu <dann@ics.uci.edu>
2615
2616 * os.texi:
2617 * frames.texi:
2618 * display.texi: Remove mentions of Mac Carbon.
2619
c4f4682b
MB
26202008-07-01 Miles Bader <miles@gnu.org>
2621
2622 * text.texi (Special Properties):
2623 * display.texi (Truncation): Add wrap-prefix and line-prefix.
2624
3696411e
JB
26252008-06-28 Johan Bockgård <bojohan@gnu.org>
2626
2627 * display.texi (Other Image Types): Fix copy/paste error; say
2628 "PBM", not "XBM".
2629
f2a77c3a
DN
26302008-06-26 Dan Nicolaescu <dann@ics.uci.edu>
2631
2632 * os.texi: Remove references to obsolete systems.
2633
6d52677d
EZ
26342008-06-20 Eli Zaretskii <eliz@gnu.org>
2635
2636 * makefile.w32-in (distclean): Remove makefile.
2637
1a87da4c
GM
26382008-06-17 Glenn Morris <rgm@gnu.org>
2639
2640 * Makefile.in (emacsver, miscmanualdir, VERSION, manual, install)
2641 (elisp, dist): Remove rules and variables that are obsolete now
2642 the lisp manual is no longer distributed separately.
2643
fdda1c5d
GM
26442008-06-16 Glenn Morris <rgm@gnu.org>
2645
646692e9
GM
2646 * configure, configure.in, mkinstalldirs: Remove unused files.
2647
2648 * book-spine.texinfo: Set version to 23.0.60.
fdda1c5d 2649 * vol1.texi (EMACSVER):
6a57054b 2650 * vol2.texi (EMACSVER): Set to 23.0.60.
fdda1c5d
GM
2651
2652 * elisp.texi, vol1.texi, vol2.texi: Update Back-Cover Text
2653 as per maintain.info.
2654
611bee81
GM
26552008-06-15 Glenn Morris <rgm@gnu.org>
2656
a7bed3a0
GM
2657 * makefile.w32-in (manual): Use "23" rather than "21".
2658
2659 * Makefile.in (emacsver): New, set by configure.
2660 (manual): Use emacsver.
2661
d794edf2
GM
2662 * intro.texi: Report bugs using M-x report-emacs-bug.
2663
611bee81
GM
2664 * elisp.texi (EMACSVER): Remove duplicate, outdated setting.
2665
c73e02fa
GM
26662008-06-13 Daniel Engeler <engeler@gmail.com>
2667
2668 * elisp.texi, internals.texi, processes.texi: Add documentation
2669 about serial port access.
2670
e40a85cd
MB
26712008-06-05 Miles Bader <miles@gnu.org>
2672
2673 * display.texi (Displaying Faces): Update to reflect function
2674 renamings in face-remap.el.
2675
7b753744
JB
26762008-06-05 Juanma Barranquero <lekktu@gmail.com>
2677
2678 * display.texi (Fontsets): Fix typos.
2679
9d3d42fb
MB
26802008-06-03 Miles Bader <miles@gnu.org>
2681
7b753744
JB
2682 * display.texi (Displaying Faces): Add add-relative-face-remapping,
2683 remove-relative-face-remapping, set-base-face-remapping,
2684 and set-default-base-face-remapping.
9d3d42fb 2685
f2cec7a9
MB
26862008-06-01 Miles Bader <miles@gnu.org>
2687
2688 * display.texi (Displaying Faces): Add face-remapping-alist.
2689
8f39c96d
SM
26902008-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
2691
2692 * tips.texi (Coding Conventions): Do not encourage the use of "-flag"
2693 variable names.
2694
1ef5eecc
ER
26952008-05-03 Eric S. Raymond <esr@golux>
2696
352c8b4a 2697 * keymaps.texi: Clarify that (current-local-map) and
1ef5eecc
ER
2698 (current-global-map) return references, not copies.
2699
63b4387f
JL
27002008-05-02 Juri Linkov <juri@jurta.org>
2701
2702 * minibuf.texi (Text from Minibuffer): Document a list of
2703 default values for `read-from-minibuffer'.
2704
38a8b703
JB
27052008-04-24 Juanma Barranquero <lekktu@gmail.com>
2706
2707 * nonascii.texi (Translation of Characters): Fix previous change.
2708
7c42e639
CY
27092008-04-20 Chong Yidong <cyd@stupidchicken.com>
2710
2711 * display.texi (Overlay Properties): Clarify role of underlying
2712 textprop and overlay keymaps for display strings.
2713
2714 * keymaps.texi (Active Keymaps): Ditto.
2715
25c0d999
SM
27162008-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
2717
2718 * minibuf.texi (Programmed Completion):
2719 Replace dynamic-completion-table with the new completion-table-dynamic.
2720
e3af5968
CY
27212008-04-07 Chong Yidong <cyd@stupidchicken.com>
2722
2723 * intro.texi (Some Terms): Change "fonts in this manual" index
2724 entry to "typographic conventions".
2725
6bfc8698
EZ
27262008-04-05 Eli Zaretskii <eliz@gnu.org>
2727
2728 * objects.texi (Text Props and Strings): Add indexing for read
2729 syntax of text properties.
2730
4972c361
SM
27312008-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
2732
2733 * processes.texi (Decoding Output): Remove process-filter-multibyte
2734 functions.
2735
c70a68db
MR
27362008-03-15 Martin Rudalics <rudalics@gmx.at>
2737
2738 * display.texi (Finding Overlays): Say that empty overlays at
2739 the end of the buffer are reported too.
2740
1291fd36
GM
27412008-03-13 Glenn Morris <rgm@gnu.org>
2742
2743 * elisp.texi (EMACSVER): Set to 23.0.60.
2744
c6b0dfd5
CY
27452008-02-26 Chong Yidong <cyd@stupidchicken.com>
2746
38a8b703 2747 * strings.texi (Formatting Strings): Treat - and 0 as flag characters.
c6b0dfd5 2748
875fc30c
GM
27492008-02-22 Glenn Morris <rgm@gnu.org>
2750
2751 * frames.texi (Position Parameters): Clarify the description of
2752 `left' and `top', using information from "Geometry".
2753 (Geometry): Give a pointer to "Position Parameters", rather than
2754 repeating information.
2755
d8c8e45a
GM
27562008-02-11 Glenn Morris <rgm@gnu.org>
2757
2758 * objects.texi (Equality Predicates): No longer talk about "two"
2759 functions.
2760
38a8b703 27612008-02-11 Lawrence Mitchell <wence@gmx.li> (tiny change)
d8c8e45a
GM
2762
2763 * objects.texi (Equality Predicates): Add defun for
2764 equal-including-properties.
2765
bfffe0b1
GM
27662008-02-10 Glenn Morris <rgm@gnu.org>
2767
2768 * objects.texi (Equality Predicates):
2769 Mention equal-including-properties.
2770
431b78c9
RS
27712008-02-07 Richard Stallman <rms@gnu.org>
2772
2773 * windows.texi (Window Start): Mention the feature of moving
2774 window-start to start of line.
2775
c8763fb6 27762008-02-07 Jan Djärv <jan.h.d@swipnet.se>
eafa12e6
JD
2777
2778 * keymaps.texi (Tool Bar): Document rtl property.
2779
1a256502
TTN
27802008-01-27 Thien-Thi Nguyen <ttn@gnuvola.org>
2781
2782 * display.texi (Button Types):
2783 For define-button-type, clarify type of NAME.
2784
569382c2
MR
27852008-01-19 Martin Rudalics <rudalics@gmx.at>
2786
2787 * buffers.texi (Buffer Modification): Fix typo.
2788
f3041af1
DN
27892008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
2790
2791 * os.texi (System Environment): Remove references to OSes that are
2792 not supported anymore.
2793
d35e1cd7
DN
27942008-01-05 Dan Nicolaescu <dann@ics.uci.edu>
2795
2796 * os.texi (System Environment): Remove mention for Masscomp.
2797
23af7580
RS
27982008-01-04 Richard Stallman <rms@gnu.org>
2799
2800 * display.texi (Faces): Don't talk about internal face vector as arg
2801 to facep.
2802
2803 * customize.texi (Type Keywords): Fix previous change.
2804
2805 * text.texi (Links and Mouse-1): Fix xref for commands.texi change.
2806 * elisp.texi (Top): Fix menu for commands.texi change.
2807
ec7d5b1e
RS
28082007-12-30 Richard Stallman <rms@gnu.org>
2809
5dcb4c4e 2810 * commands.texi (Accessing Mouse): Rename from Accessing Events.
ec7d5b1e
RS
2811 (Accessing Scroll): New node broken out of Accessing Mouse.
2812
101a6cea
RS
28132007-12-28 Richard Stallman <rms@gnu.org>
2814
2815 * frames.texi (Size Parameters): Fix typo.
7f9e0c04 2816 (Basic Parameters): For `title', refer to title bar.
041817a4 2817 (Size and Position): Explain meaning of frame pixel width and height.
101a6cea 2818
72b7e664
RS
28192007-12-23 Richard Stallman <rms@gnu.org>
2820
2821 * customize.texi (Type Keywords): Uncomment :validate and clarify it.
2822 Improve some of the commented-out keywords' text too.
2823
27a4f445
MR
28242007-12-14 Martin Rudalics <rudalics@gmx.at>
2825
e2e3f1d7
MR
2826 * nonascii.texi (Encoding and I/O): Reword to avoid saying
2827 "visit the current buffer".
2828
27a4f445
MR
2829 * os.texi (System Interface): Fix typo.
2830
a2afc99d
RS
28312007-12-04 Richard Stallman <rms@gnu.org>
2832
2833 * objects.texi (Symbol Type): Fix typo.
2834
b694135c
RS
28352007-12-03 Richard Stallman <rms@gnu.org>
2836
2837 * hooks.texi (Standard Hooks): Add link to Hooks for Loading.
2838
f99a19da
GM
28392007-12-01 Glenn Morris <rgm@gnu.org>
2840
2841 * functions.texi (Declaring Functions): Improve previous change.
2842
8f4b37d8
GM
28432007-11-30 Glenn Morris <rgm@gnu.org>
2844
2845 * functions.texi (Declaring Functions): Add optional fourth
2846 argument of declare-function, and setting third argument to `t'.
2847
61a2fe01
RS
28482007-11-29 Richard Stallman <rms@gnu.org>
2849
2850 * customize.texi (Composite Types): Document `group' type.
2851
cbfc5193
GM
28522007-11-29 Glenn Morris <rgm@gnu.org>
2853
5dcb4c4e
SM
2854 * functions.texi (Declaring Functions): Add findex.
2855 Mention `external' files.
cbfc5193 2856
8386283a
JB
28572007-11-26 Juanma Barranquero <lekktu@gmail.com>
2858
2859 * functions.texi (Declaring Functions): Fix directive.
2860
a07c9a8b
RS
28612007-11-25 Richard Stallman <rms@gnu.org>
2862
2863 * help.texi (Help Functions): Clean up last change.
2864
2865 * advice.texi (Preactivation, Activation of Advice): Minor cleanup.
2866
2867 * loading.texi (Named Features): Minor cleanup.
2868
2869 * macros.texi (Eval During Expansion): Minor cleanup.
2870
2871 * variables.texi (Variable Aliases): Minor cleanup.
2872
a0925923
RS
28732007-11-24 Richard Stallman <rms@gnu.org>
2874
2875 * functions.texi (Declaring Functions): Clarify previous change.
2876
2877 * compile.texi (Compiler Errors): Clarify previous change.
2878
20c63e44
RS
28792007-11-24 Richard Stallman <rms@gnu.org>
2880
e5e76c04 2881 * display.texi (Refresh Screen, Forcing Redisplay):
20c63e44
RS
2882 Clarify the text and move items around.
2883
5bb0cda3
GM
28842007-11-24 Glenn Morris <rgm@gnu.org>
2885
2886 * functions.texi (Declaring Functions): New section.
2887 * compile.texi (Compiler Errors): Mention declaring functions,
2888 defvar with no initvalue, and byte-compile-warnings.
2889
af13c86a
MR
28902007-11-15 Martin Rudalics <rudalics@gmx.at>
2891
2892 * vol1.texi (Top): Remove Frame-Local Variables from Node Listing.
2893 * vol2.texi (Top): Remove Frame-Local Variables from Node Listing.
2894
a5373305
MR
28952007-11-13 Martin Rudalics <rudalics@gmx.at>
2896
2897 * help.texi (Help Functions): Document new macro `with-help-window'.
2898
fe284805
JL
28992007-11-10 Paul Pogonyshev <pogonyshev@gmx.net>
2900
2901 * searching.texi (Replacing Match): Describe new
2902 `match-substitute-replacement'.
2903
2c3a09b1
RS
29042007-10-31 Richard Stallman <rms@gnu.org>
2905
2906 * strings.texi (Creating Strings): Null strings from concat not unique.
2907
f2b480f4
RS
29082007-10-26 Richard Stallman <rms@gnu.org>
2909
2910 * objects.texi (Equality Predicates): Null strings are uniquified.
2911
2912 * minibuf.texi: Minor clarifications in previous change.
2913
db21122c
GM
29142007-10-25 Glenn Morris <rgm@gnu.org>
2915
2916 * customize.texi (Variable Definitions): Add :risky and :safe keywords.
2917
2328cbb3
RS
29182007-10-24 Richard Stallman <rms@gnu.org>
2919
2920 * elisp.texi (Top): Delete Frame-Local Variables from subnode menu.
2921
2922 * variables.texi (Frame-Local Variables): Node deleted.
2923 (Variables): Delete Frame-Local Variables from menu.
2924 (Local Variables, Buffer-Local Variables, Intro to Buffer-Local)
2925 (Default Value): Don't mention frame-local vars.
2926
2927 * os.texi (Idle Timers): current-idle-time returns nil if not idle.
2928
2929 * loading.texi (Unloading): Document FEATURE-unload-function
2930 instead of FEATURE-unload-hook.
2931
2328cbb3
RS
2932 * frames.texi (Multiple Displays): Don't mention frame-local vars.
2933
c066bafa
JL
29342007-10-22 Juri Linkov <juri@jurta.org>
2935
2936 * minibuf.texi (Text from Minibuffer, Minibuffer Completion)
2937 (High-Level Completion): Document a list of default value strings
2938 in the DEFAULT argument, for which minibuffer functions return the
2939 first element.
2940
65ced25f
JL
29412007-10-17 Juri Linkov <juri@jurta.org>
2942
2943 * text.texi (Filling): Update arguments of fill-paragraph.
2944 fill-paragraph operates on the active region in Transient Mark mode.
2945 Remove fill-paragraph-or-region.
2946
ee46ec8e
KB
29472007-10-13 Karl Berry <karl@gnu.org>
2948
2949 * elisp.texi (@dircategory): Move to after @copying,
2950 since we want @copying as close as possible to the beginning of
2951 the output.
2952
61bbdbc6
RS
29532007-10-12 Richard Stallman <rms@gnu.org>
2954
2955 * elisp.texi (Top): Add Distinguish Interactive to subnode menu.
2956
2957 * commands.texi (Distinguish Interactive): New node,
2958 broken out from Interactive Call and rewritten.
2959 (Command Loop): Put Distinguish Interactive in menu.
2960
af23e1e8
RS
29612007-10-09 Richard Stallman <rms@gnu.org>
2962
2963 * text.texi (Examining Properties): Mention overlay priority.
2964
2965 * display.texi (Display Margins): Correct the description
2966 of margin display specifications.
2967 (Replacing Specs): New subnode broken out of Display Property.
2968
e1965a69
JL
29692007-10-06 Juri Linkov <juri@jurta.org>
2970
2971 * text.texi (Filling): Document fill-paragraph-or-region.
2972
4638454b
JB
29732007-10-05 Juanma Barranquero <lekktu@gmail.com>
2974
2975 * display.texi (Auto Faces): Fix typo.
2976
7ed54cc5
RS
29772007-10-02 Richard Stallman <rms@gnu.org>
2978
2979 * display.texi (Display Property): Explain some display specs
2980 don't let you move point in.
2981
5dcb4c4e
SM
2982 * frames.texi (Cursor Parameters):
2983 Describe cursor-in-non-selected-windows here. Explain more values.
7ed54cc5
RS
2984
2985 * windows.texi (Basic Windows): Don't describe
2986 cursor-in-non-selected-windows here.
2987
305a7ef2
EZ
29882007-10-01 Eli Zaretskii <eliz@gnu.org>
2989
2990 * processes.texi (Misc Network): Note that these functions are
2991 supported only on some systems.
2992
f7a7f4eb
RS
29932007-10-01 Richard Stallman <rms@gnu.org>
2994
2995 * display.texi (Overlay Properties): Explain nil as priority.
2996 Explain that conflicts are unpredictable if not resolved by
2997 priorities.
2998
780d7bb9
RS
29992007-09-23 Richard Stallman <rms@gnu.org>
3000
3001 * macros.texi (Backquote): Minor clarification.
3002
14b4fdfb
RS
30032007-09-19 Richard Stallman <rms@gnu.org>
3004
3005 * display.texi (Display Property): Explain multiple display specs.
9600ac7c
RS
3006 Clarify when they work in parallel and when one overrides.
3007 Fix error in example.
14b4fdfb 3008
b8d4c8d0
GM
30092007-09-06 Glenn Morris <rgm@gnu.org>
3010
b3e755a9 3011 Move from lispref/ to doc/lispref/. Change all setfilename
b8d4c8d0
GM
3012 commands to use ../../info.
3013 * Makefile.in (infodir): Go up one more level.
4638454b 3014 (usermanualdir): Change from ../man to ../emacs.
b8d4c8d0
GM
3015 (miscmanualdir): New.
3016 (dist): Use new variable miscmanualdir.
3017 * makefile.w32-in (infodir, texinputdir): Go up one more level.
3018 (usermanualdir): Change from ../man to ../emacs.
3019
1bb1f7d3
MR
30202007-08-30 Martin Rudalics <rudalics@gmx.at>
3021
3022 * commands.texi (Command Loop Info): Advise against changing
3023 most variables described here. Explain new variable
3024 last-repeatable-command.
3025
b8d4c8d0
GM
30262007-08-29 Glenn Morris <rgm@gnu.org>
3027
3028 * elisp.texi (EMACSVER): Increase to 23.0.50.
3029
30302007-08-29 Dan Nicolaescu <dann@ics.uci.edu>
3031
3032 * frames.texi (Basic Parameters): Add display-environment-variable
3033 and term-environment-variable.
3034
30352007-08-28 Juri Linkov <juri@jurta.org>
3036
3037 * display.texi (Image Formats, Other Image Types): Add SVG.
3038
30392007-08-28 Juri Linkov <juri@jurta.org>
3040
3041 * display.texi (Images): Move formats-related text to new node
3042 "Image Formats".
3043 (Image Formats): New node.
3044
619fb9ee
RS
30452007-08-27 Richard Stallman <rms@gnu.org>
3046
3047 * windows.texi (Window Configurations): Clarify what
3048 a window configuration saves.
3049
b8d4c8d0
GM
30502007-08-25 Richard Stallman <rms@gnu.org>
3051
3052 * display.texi (Images): Delete redundant @findex.
3053
39f9da30
GM
30542007-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
3055
3056 * text.texi (Change Hooks): (after|before)-change-functions are no
3057 longer bound to nil while running; rather inhibit-modification-hooks
3058 is t.
3059
b8d4c8d0
GM
30602007-08-16 Richard Stallman <rms@gnu.org>
3061
5dcb4c4e
SM
3062 * processes.texi (Asynchronous Processes):
3063 Clarify doc of start-file-process.
b8d4c8d0
GM
3064
30652007-08-08 Martin Rudalics <rudalics@gmx.at>
3066
3067 * modes.texi (Example Major Modes): Fix typo.
3068
30692007-08-08 Glenn Morris <rgm@gnu.org>
3070
3071 * intro.texi (nil and t): Do not use `iff' in documentation.
3072
3073 * tips.texi (Documentation Tips): Recommend against `iff'.
3074
30752007-08-07 Chong Yidong <cyd@stupidchicken.com>
3076
3077 * display.texi (Image Cache): Document image-refresh.
3078
30792007-08-06 Martin Rudalics <rudalics@gmx.at>
3080
3081 * windows.texi (Size of Window): Document window-full-width-p.
3082
30832007-07-25 Glenn Morris <rgm@gnu.org>
3084
3085 * gpl.texi (GPL): Replace license with GPLv3.
3086
3087 * Relicense all FSF files to GPLv3 or later.
3088
30892007-07-24 Michael Albinus <michael.albinus@gmx.de>
3090
4638454b
JB
3091 * processes.texi (Synchronous Processes):
3092 Add `process-file-shell-command'.
b8d4c8d0
GM
3093 (Asynchronous Processes): Mention restricted use of
3094 `process-filter' and `process-sentinel' in
3095 `start-file-process'. Add `start-file-process-shell-command'.
3096
30972007-07-17 Michael Albinus <michael.albinus@gmx.de>
3098
3099 * files.texi (Magic File Names): Introduce optional parameter
3100 IDENTIFICATION for `file-remote-p'.
3101
31022007-07-16 Richard Stallman <rms@gnu.org>
3103
3104 * display.texi (Defining Faces): Fix previous change.
3105
31062007-07-14 Richard Stallman <rms@gnu.org>
3107
3108 * control.texi (Handling Errors): Document `debug' in handler list.
3109
31102007-07-10 Richard Stallman <rms@gnu.org>
3111
3112 * display.texi (Defining Faces): Explain C-M-x feature for defface.
3113
31142007-07-09 Richard Stallman <rms@gnu.org>
3115
3116 * files.texi (Magic File Names): Rewrite previous change.
3117
31182007-07-08 Michael Albinus <michael.albinus@gmx.de>
3119
3120 * files.texi (Magic File Names): Introduce optional parameter
3121 CONNECTED for `file-remote-p'.
3122
31232007-07-07 Michael Albinus <michael.albinus@gmx.de>
3124
3125 * processes.texi (Asynchronous Processes):
3126 * files.texi (Magic File Names): Add `start-file-process'.
3127
31282007-06-27 Richard Stallman <rms@gnu.org>
3129
5dcb4c4e
SM
3130 * files.texi (Format Conversion Piecemeal):
3131 Clarify `after-insert-file-functions' calling convention.
b8d4c8d0
GM
3132
31332007-06-27 Michael Albinus <michael.albinus@gmx.de>
3134
4638454b
JB
3135 * files.texi (Magic File Names): Remove `dired-call-process'.
3136 Add `process-file'.
b8d4c8d0
GM
3137
31382007-06-27 Kenichi Handa <handa@m17n.org>
3139
3140 * text.texi (Special Properties): Fix description about
4638454b 3141 `composition' property.
b8d4c8d0
GM
3142
31432007-06-26 Kenichi Handa <handa@m17n.org>
3144
3145 * nonascii.texi (Default Coding Systems): Document about the
3146 return value `undecided'.
3147
31482007-06-25 David Kastrup <dak@gnu.org>
3149
3150 * keymaps.texi (Active Keymaps): Document new POSITION argument of
3151 `current-active-maps'.
3152
31532007-06-24 Karl Berry <karl@gnu.org>
3154
4638454b 3155 * elisp.texi, vol1.texi, vol2.texi: New Back-Cover Text.
b8d4c8d0
GM
3156
31572007-06-15 Juanma Barranquero <lekktu@gmail.com>
3158
3159 * display.texi (Overlay Arrow): Doc fix.
3160
31612007-06-14 Karl Berry <karl@tug.org>
3162
3163 * anti.texi (Antinews): Typo.
3164
31652007-06-14 Chong Yidong <cyd@stupidchicken.com>
3166
3167 * display.texi (Image Cache): Document image-refresh.
3168
31692007-06-12 Karl Berry <karl@gnu.org>
3170
3171 * vol1.texi, vol2.texi, two-volume-cross-refs.txt: Update.
3172 * two-volume.make: New file.
3173 * .cvsignore: Ignore two-volume files.
3174
31752007-06-12 Tom Tromey <tromey@redhat.com>
3176
3177 * os.texi (Init File): Document user-emacs-directory.
3178
31792007-06-03 Nick Roberts <nickrob@snap.net.nz>
3180
3181 * commands.texi (Click Events): Describe width and height when
3182 object is nil.
3183
31842007-05-30 Nick Roberts <nickrob@snap.net.nz>
3185
5dcb4c4e
SM
3186 * commands.texi (Click Events): Layout more logically.
3187 Describe width and height.
b8d4c8d0
GM
3188 (Drag Events, Motion Events): Update to new format for position.
3189
31902007-06-02 Richard Stallman <rms@gnu.org>
3191
3192 * frames.texi (Color Parameters): Add xref to (emacs)Standard Faces.
3193
31942007-06-02 Chong Yidong <cyd@stupidchicken.com>
3195
3196 * Version 22.1 released.
3197
31982007-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
3199
3200 * text.texi (Special Properties): Correct meaning of fontified face.
3201
32022007-05-30 Richard Stallman <rms@gnu.org>
3203
3204 * text.texi (Special Properties): Add link to Adjusting Point.
3205
32062007-05-12 Richard Stallman <rms@gnu.org>
3207
3208 * text.texi (Margins): indent-to-left-margin is not the default.
3209 (Mode-Specific Indent): For indent-line-function, the default
3210 is indent-relative.
3211
3212 * modes.texi (Example Major Modes): Explain last line of text-mode
3213 is redundant.
3214
32152007-05-10 Richard Stallman <rms@gnu.org>
3216
3217 * keymaps.texi (Scanning Keymaps): Update where-is-internal example.
3218
3219 * help.texi (Keys in Documentation): Add reference to
3220 Documentation Tips.
3221
3222 * files.texi (Format Conversion): TO-FN gets three arguments.
3223
3224 * modes.texi (Auto Major Mode): Document file-start-mode-alist.
3225
32262007-05-10 Thien-Thi Nguyen <ttn@gnuvola.org>
3227
3228 * elisp.texi (Top): Remove "Saving Properties" from detailed menu.
3229 * files.texi (Format Conversion): Expand intro; add menu.
3230 (Format Conversion Overview, Format Conversion Round-Trip)
3231 (Format Conversion Piecemeal): New nodes/subsections.
3232 * hooks.texi: Xref "Format Conversion" , not "Saving Properties".
3233 * text.texi (Text Properties): Remove "Saving Properties" from menu.
3234 (Saving Properties): Delete node/subsection.
3235
32362007-05-07 Karl Berry <karl@gnu.org>
3237
3238 * elisp.texi (EMACSVER): Back to 22.
3239
32402007-05-06 Richard Stallman <rms@gnu.org>
3241
3242 * processes.texi (Accepting Output): Revert most of previous change.
3243
32442007-05-05 Richard Stallman <rms@gnu.org>
3245
3246 * processes.texi (Accepting Output): accept-process-output
3247 uses microseconds, not milliseconds. But that arg is obsolete.
3248
32492007-05-04 Karl Berry <karl@tug.org>
3250
3251 * elisp.texi (EMACSVER) [smallbook]: 22.1, not 22.
3252
32532007-05-04 Eli Zaretskii <eliz@gnu.org>
3254
3255 * tips.texi (Documentation Tips): Rearrange items to place the
3256 more important ones first. Add an index entry for hyperlinks.
3257
32582007-05-03 Karl Berry <karl@gnu.org>
3259
3260 * elisp.texi (\urlcolor, \linkcolor) [smallbook]: \Black for printing.
3261 (EMACSVER) [smallbook]: 22 for printed version.
3262
3263 * control.texi (Signaling Errors) <signal>: texinfo.tex is fixed,
3264 so restore anchor to normal position after defun. Found by Kevin Ryde.
3265
32662007-04-26 Glenn Morris <rgm@gnu.org>
3267
3268 * elisp.texi (EMACSVER): Increase to 22.1.50.
3269
32702007-04-28 Karl Berry <karl@gnu.org>
3271
3272 * elisp.texi: Improve line breaks on copyright page,
3273 similar layout to emacs manual, 8.5x11 by default.
3274
32752007-04-24 Richard Stallman <rms@gnu.org>
3276
3277 * text.texi (Special Properties): Add xref to Overlay Properties.
3278
3279 * display.texi (Overlay Properties): Add xref to Special Properties.
3280
32812007-04-22 Richard Stallman <rms@gnu.org>
3282
3283 * keymaps.texi (Extended Menu Items): Move the info about
3284 format with cached keyboard binding.
3285
32862007-04-21 Richard Stallman <rms@gnu.org>
3287
3288 * text.texi (Special Properties): Clarify previous change.
3289
3290 * files.texi (File Name Expansion): Clarify previous change.
3291
3292 * display.texi (Attribute Functions): Fix example for
3293 face-attribute-relative-p.
3294
32952007-04-19 Kenichi Handa <handa@m17n.org>
3296
3297 * text.texi (Special Properties): Document composition property.
3298
32992007-04-19 Glenn Morris <rgm@gnu.org>
3300
3301 * files.texi (File Name Expansion): Mention "superroot".
3302
33032007-04-15 Chong Yidong <cyd@stupidchicken.com>
3304
3305 * frames.texi (Multiple Displays): Add note about "multi-monitor"
3306 setups.
3307 (Display Feature Testing): Note that display refers to all
3308 physical monitors for multi-monitor setups.
3309
33102007-04-14 Richard Stallman <rms@gnu.org>
3311
3312 * lists.texi (Sets And Lists): Clarify `delete' examples.
3313 Remove spurious xref to same node.
3314 Clarify xref for add-to-list.
3315
33162007-04-12 Nick Roberts <nickrob@snap.net.nz>
3317
3318 * keymaps.texi (Format of Keymaps): Remove spurious ")" from
3319 value of lisp-mode-map.
3320
33212007-04-11 Karl Berry <karl@gnu.org>
3322
3323 * anti.texi (Antinews):
3324 * display.texi (Overlay Properties, Defining Images):
3325 * processes.texi (Synchronous Processes, Sentinels):
3326 * syntax.texi (Syntax Table Internals):
3327 * searching.texi (Regexp Special):
3328 * nonascii.texi (Default Coding Systems):
3329 * text.texi (Special Properties):
3330 * minibuf.texi (Basic Completion): Wording to improve breaks in
3331 8.5x11 format.
3332 * elisp.texi (smallbook): New @set to more easily switch between
3333 smallbook and 8.5x11.
3334
33352007-04-11 Richard Stallman <rms@gnu.org>
3336
3337 * text.texi (Lazy Properties): Minor fix.
3338
33392007-04-08 Karl Berry <karl@gnu.org>
3340
3341 * symbols.texi (Plists and Alists): Period after "vs" in index entries.
3342 * macros.texi (Backquote): Downcase Backquote in index entries for
3343 consistency.
3344
33452007-04-08 Richard Stallman <rms@gnu.org>
3346
3347 * text.texi (Adaptive Fill): Just describe default,
3348 don't show it (since it contains non-ASCII chars).
3349
33502007-04-07 Karl Berry <karl@gnu.org>
3351
3352 * text.texi (Adaptive Fill) [@iftex]: Omit binary characters in
3353 adaptive-fill-regexp's value, since they are not in the standard
3354 TeX fonts.
3355
33562007-04-07 Guanpeng Xu <herberteuler@hotmail.com>
3357
3358 * display.texi (Defining Faces): Fix example.
3359
33602007-04-07 Karl Berry <karl@gnu.org>
3361
3362 * display.texi (Button Buffer Commands): Improve page break.
3363
33642007-04-07 Richard Stallman <rms@gnu.org>
3365
3366 * advice.texi (Activation of Advice): Remove redundant index entry.
3367
3368 * backups.texi: Improve index entries. Remove redundant ones.
3369
3370 * compile.texi (Byte Compilation): Improve index entry.
3371
3372 * hash.texi (Creating Hash): Improve index entry.
3373
3374 * symbols.texi (Definitions): Improve index entry.
3375
3376 * edebug.texi: Improve index entries. Remove redundant/useless ones.
3377
3378 * maps.texi (Standard Keymaps): Remove useless index entry.
3379
3380 * help.texi (Documentation Basics): Remove redundant index entries.
3381
3382 * customize.texi: Improve index entries.
3383 Remove redundant/useless ones.
3384
3385 * locals.texi (Standard Buffer-Local Variables): Clarify intro text.
3386
3387 * streams.texi (Output Variables): Improve index entry.
3388
3389 * abbrevs.texi (Abbrevs): Remove useless index entry.
3390
3391 * macros.texi (Expansion): Remove useless index entry.
3392
3393 * text.texi: Improve index entries. Remove redundant/useless ones.
3394 (Text Properties, Examining Properties)
3395 (Special Properties): Use "property category" instead of "category"
3396 to refer to the `category' property.
3397
3398 * positions.texi: Improve index entries. Remove useless one.
3399
3400 * lists.texi: Improve index entries. Remove redundant/useless ones.
3401
3402 * os.texi: Improve index entries.
3403 (Timers): Fix previous change.
3404
3405 * buffers.texi: Improve index entries.
3406 (Modification Time): Get rid of term "obsolete buffer".
3407
3408 * debugging.texi: Improve index entries.
3409 (Test Coverage): Add xref to other test coverage ftr.
3410
3411 * eval.texi: Improve index entry. Remove redundant ones.
3412
3413 * numbers.texi: Improve index entries. Remove redundant/useless ones.
3414
3415 * files.texi: Improve index entries. Remove redundant/useless ones.
3416
3417 * objects.texi: Improve index entries.
3418
3419 * processes.texi: Improve index entries.
3420
3421 * modes.texi: Improve index entry. Remove redundant one.
3422
3423 * nonascii.texi: Improve index entries.
3424
3425 * internals.texi: Improve index entries.
3426
3427 * syntax.texi: Improve index entries.
3428
3429 * keymaps.texi (Active Keymaps): Improve index entries.
3430
3431 * commands.texi: Improve index entries. Remove redundant/useless ones.
3432
3433 * frames.texi: Improve index entries. Remove redundant/useless ones.
3434
3435 * markers.texi: Improve index entries. Remove redundant ones.
3436
3437 * tips.texi: Improve index entries.
3438
3439 * loading.texi (Unloading): Improve index entry.
3440
3441 * variables.texi: Improve index entries. Remove redundant one.
3442
3443 * sequences.texi: Improve index entry.
3444
3445 * display.texi: Improve index entries. Remove redundant ones.
3446
3447 * windows.texi: Improve index entries.
3448
3449 * searching.texi: Improve index entries. Remove redundant one.
3450
3451 * strings.texi (Case Tables): Improve last change.
3452
34532007-04-04 Chong Yidong <cyd@stupidchicken.com>
3454
3455 * strings.texi (Case Tables): Document with-case-table and
3456 ascii-case-table.
3457
34582007-04-03 Karl Berry <karl@gnu.org>
3459
3460 * processes.texi (Network): Reword to improve page break.
3461
34622007-04-03 Eli Zaretskii <eliz@gnu.org>
3463
3464 * functions.texi (Inline Functions): Describe more disadvantages
3465 of defsubst, and make advice against it stronger.
3466
34672007-04-02 Karl Berry <karl@gnu.org>
3468
3469 * backups.texi (Backup Names): Avoid widow words.
3470 * modes.texi (Example Major Modes): Align last comment.
3471
34722007-04-01 Chong Yidong <cyd@stupidchicken.com>
3473
3474 * keymaps.texi (Remapping Commands): Document new arg to
3475 command-remapping.
3476
34772007-04-01 Karl Berry <karl@gnu.org>
3478
3479 * processes.texi (Low-Level Network): Typo.
3480 * loading.texi (Hooks for Loading): Avoid double "the".
3481 * keymaps.texi (Key Sequences): No double "and".
3482 (Changing Key Bindings): Shorten to improve line break.
3483
34842007-03-31 Glenn Morris <rgm@gnu.org>
3485
3486 * os.texi (Timers): Fix description of run-at-time TIME formats.
3487
34882007-03-31 Richard Stallman <rms@gnu.org>
3489
3490 * display.texi (Invisible Text): Correct buffer-invisibility-spec
3491 regarding ellipsis.
3492
34932007-03-31 Eli Zaretskii <eliz@gnu.org>
3494
3495 * intro.texi (nil and t):
3496 * symbols.texi (Plists and Alists):
3497 * variables.texi (Variable Aliases, Constant Variables):
3498 * functions.texi (Defining Functions):
3499 * advice.texi (Advising Primitives):
3500 * debugging.texi (Syntax Errors, Compilation Errors):
3501 * minibuf.texi (Minibuffer Windows):
3502 * commands.texi (Adjusting Point):
3503 * modes.texi (Syntactic Font Lock, Faces for Font Lock)
3504 (Auto Major Mode, Major Mode Conventions):
3505 * help.texi (Describing Characters):
3506 * files.texi (Create/Delete Dirs, Information about Files)
3507 (File Locks, Writing to Files, Reading from Files)
3508 (Saving Buffers):
3509 * windows.texi (Resizing Windows, Cyclic Window Ordering):
3510 * frames.texi (Finding All Frames):
3511 * positions.texi (Buffer End, Motion):
3512 * markers.texi (The Region):
3513 * text.texi (Deletion, Near Point):
3514 * display.texi (Displaying Messages, Truncation):
3515 * os.texi (Processor Run Time):
3516 * tips.texi (Key Binding Conventions, Programming Tips)
3517 (Warning Tips, Documentation Tips, Comment Tips):
3518 * internals.texi (Memory Usage): Improve indexing.
3519
3520 * variables.texi (Frame-Local Variables):
3521 * functions.texi (Argument List):
3522 * loading.texi (Library Search):
3523 * streams.texi (Output Variables):
3524 * keymaps.texi (Translation Keymaps, Searching Keymaps):
3525 * searching.texi (Replacing Match, Search and Replace):
3526 * processes.texi (Byte Packing, Decoding Output)
3527 (Accepting Output, Network Servers, Shell Arguments):
3528 * display.texi (Abstract Display, Image Cache, Scroll Bars):
3529 * windows.texi (Window Point, Window Start):
3530 * frames.texi (Management Parameters, Frame Parameters, Frame Titles):
3531 * commands.texi (Reading Input, Keyboard Events):
3532 * minibuf.texi (Reading File Names, Minibuffer Completion)
3533 (Recursive Mini):
3534 * positions.texi (List Motion):
3535 * hash.texi (Hash Tables, Creating Hash, Defining Hash):
3536 * numbers.texi (Arithmetic Operations, Math Functions)
3537 (Predicates on Numbers, Comparison of Numbers):
3538 (Numeric Conversions):
3539 * locals.texi (Standard Buffer-Local Variables):
3540 * maps.texi (Standard Keymaps):
3541 * os.texi (User Identification, System Environment, Recording Input)
3542 (X11 Keysyms):
3543 * nonascii.texi (Non-ASCII Characters, Splitting Characters):
3544 * backups.texi (Backups and Auto-Saving):
3545 * customize.texi (Customization, Group Definitions)
3546 (Variable Definitions):
3547 * compile.texi (Byte Compilation): Improve index entries.
3548
35492007-03-31 Karl Berry <karl@gnu.org>
3550
3551 * macros.texi (Defining Macros): Avoid widow syllable.
3552
35532007-03-31 Eli Zaretskii <eliz@gnu.org>
3554
3555 * elisp.texi (Top): Postscript -> PostScript.
3556
3557 * display.texi (Images, Postscript Images): Postscript -> PostScript.
3558
35592007-03-31 Markus Triska <markus.triska@gmx.at>
3560
3561 * internals.texi (Writing Emacs Primitives): Untabify `For'.
3562
35632007-03-30 Karl Berry <karl@gnu.org>
3564
3565 * lists.texi (List-related Predicates): Remove spurious @need.
3566 (Setcdr): Use @smallexample to improve page break.
3567 (Association Lists) <assoc>: Reword to improve page break.
3568
3569 * strings.texi (String Conversion): Insert blank line to improve
3570 page break.
3571
3572 * numbers.texi (Random Numbers): Use @minus{}.
3573 (Math Functions): Use @minus{}.
3574
3575 * intro.texi (Acknowledgements): Avoid line breaks before middle
3576 initials.
3577
35782007-03-24 Eli Zaretskii <eliz@gnu.org>
3579
3580 * errors.texi (Standard Errors): Add an index entry.
3581
35822007-03-19 Richard Stallman <rms@gnu.org>
3583
3584 * os.texi (Recording Input): recent-keys now gives 300 keys.
3585
35862007-03-12 Glenn Morris <rgm@gnu.org>
3587
3588 * os.texi: Replace "daylight savings" with "daylight saving"
3589 throughout.
3590
35912007-03-05 Richard Stallman <rms@gnu.org>
3592
5dcb4c4e
SM
3593 * variables.texi (File Local Variables):
3594 Update enable-local-variables values.
b8d4c8d0
GM
3595
35962007-03-04 Richard Stallman <rms@gnu.org>
3597
3598 * syntax.texi (Control Parsing): Minor clarification.
3599
3600 * strings.texi (Formatting Strings): Clarify width, precision, flags.
3601
3602 * sequences.texi (Sequence Functions): Move string-bytes away,
3603 add xref.
3604
3605 * nonascii.texi (Text Representations): Move string-bytes here.
3606
3607 * modes.texi (Major Mode Conventions): Fundamental mode is exception.
3608
3609 * minibuf.texi (Basic Completion): Minor clarification.
3610
3611 * markers.texi (The Mark): Clarify existence vs activation of mark.
3612 Other cleanup.
3613
3614 * display.texi (Finding Overlays): Write better example.
3615
3616 * compile.texi (Eval During Compile): Clarify putting macros
3617 in eval-when-compile.
3618
c5602427 36192007-02-25 Vinicius Jose Latorre <viniciusjl@ig.com.br> (tiny change)
b8d4c8d0
GM
3620
3621 * loading.texi (How Programs Do Loading): Fix anchor position at
c5602427 3622 load-read-function definition doc.
b8d4c8d0
GM
3623
36242007-02-21 Kim F. Storm <storm@cua.dk>
3625
3626 * strings.texi (Text Comparison): Mention that assoc-string
3627 converts symbols to strings before testing.
3628
36292007-02-17 Kim F. Storm <storm@cua.dk>
3630
3631 * processes.texi (Bindat Spec): Vector types can have optional
3632 element type.
3633 (Bindat Examples): Fix example. Add vector with element type.
3634
36352007-02-16 Andreas Schwab <schwab@suse.de>
3636
3637 * strings.texi (Formatting Strings): Document '+' flag.
3638
36392007-02-15 Juanma Barranquero <lekktu@gmail.com>
3640
3641 * strings.texi (Modifying Strings): Clarify that `clear-string'
3642 always converts the string to unibyte.
3643
36442007-02-14 Kim F. Storm <storm@cua.dk>
3645
3646 * display.texi (Glyphs): Add make-glyph-code, glyph-char, glyph-face.
3647 Rewrite glyph code description to refer to these functions.
3648 Remove details of encoding face number and char into integer code.
3649
36502007-02-03 Alan Mackenzie <acm@muc.de>
3651
3652 * loading.texi (Hooks for Loading): Make the description of
3653 `eval-after-load' more detailed, and amend the description of
3654 after-load-alist, in accordance with changes from 2006-05.
3655
36562007-02-03 Chong Yidong <cyd@stupidchicken.com>
3657
3658 * modes.texi (Defining Minor Modes): Document that a :require
3659 keyword or similar may be required to make saved customization
3660 variables work.
3661
36622007-02-03 Eli Zaretskii <eliz@gnu.org>
3663
3664 * elisp.texi (Top): Make the detailed menu headers compliant with
5dcb4c4e
SM
3665 Texinfo guidelines and with what texnfo-upd.el expects.
3666 Add comments to prevent people from inadvertently modifying the key
b8d4c8d0
GM
3667 parts needed by `texinfo-multiple-files-update'.
3668
36692007-02-02 Eli Zaretskii <eliz@gnu.org>
3670
3671 * elisp.texi (Top): Update the top-level menus.
3672
3673 * syntax.texi (Categories): Add index entries.
3674
36752007-02-01 Juanma Barranquero <lekktu@gmail.com>
3676
3677 * display.texi (Attribute Functions): Fix name and description of
3678 the UNDERLINE arg of `set-face-underline-p'.
3679
36802007-01-29 Eli Zaretskii <eliz@gnu.org>
3681
3682 * elisp.texi (Top): Add "Standard Errors", "Standard Buffer-Local
3683 Variables", and "Standard Keymaps" to the detailed menu.
3684
3685 * variables.texi (Future Local Variables): Add index entry.
3686
36872007-01-28 Richard Stallman <rms@gnu.org>
3688
3689 * tips.texi (Coding Conventions): Clarify the tip about macros
3690 that define a function or a variable.
3691
3692 * files.texi (File Attributes): UID and GID can be floats.
3693 (Magic File Names): Explain why deferring all operations to
3694 the standard handler does not work.
3695
36962007-01-23 Martin Rudalics <rudalics@gmx.at>
3697
3698 * backups.texi (Reverting): Use "buffer" instead of "file"
3699 when talking about major and minor modes.
3700
37012007-01-21 Richard Stallman <rms@gnu.org>
3702
3703 * help.texi (Documentation): Add xref to Documentation Tips.
3704
37052007-01-14 Juanma Barranquero <lekktu@gmail.com>
3706
3707 * tips.texi (Coding Conventions): Fix typos.
3708
37092007-01-05 Richard Stallman <rms@gnu.org>
3710
3711 * modes.texi (Defining Minor Modes): Fix previous change.
3712
37132007-01-03 Richard Stallman <rms@gnu.org>
3714
3715 * customize.texi (Variable Definitions, Customization Types):
3716 Don't use * in doc string for defcustom.
3717
37182007-01-02 Richard Stallman <rms@gnu.org>
3719
3720 * variables.texi (Variable Aliases): Clarify that aliases vars
3721 always have the same value.
3722
3723 * processes.texi (Bindat Spec): Fix Texinfo usage.
3724
3725 * modes.texi (Defining Minor Modes): Explain effect of command
3726 defined with define-global-minor-mode on new buffers.
3727
37282006-12-30 Kim F. Storm <storm@cua.dk>
3729
3730 * keymaps.texi (Tool Bar): Describe `grow-only' value of
3731 `auto-resize-tool-bars'.
3732
37332006-12-30 Richard Stallman <rms@gnu.org>
3734
3735 * keymaps.texi (Active Keymaps): Fix previous change.
3736
37372006-12-30 Nick Roberts <nickrob@snap.net.nz>
3738
3739 * keymaps.texi (Active Keymaps): Make xref to lookup-key.
3740
37412006-12-30 Kim F. Storm <storm@cua.dk>
3742
3743 * processes.texi (Bindat Spec): Clarify using field names in
3744 length specifications.
3745
37462006-12-29 Kim F. Storm <storm@cua.dk>
3747
3748 * processes.texi (Bindat Spec): Explain eval forms and lengths better.
3749 Add count and index variables for eval forms in repeat blocks.
3750
37512006-12-24 Richard Stallman <rms@gnu.org>
3752
5dcb4c4e
SM
3753 * customize.texi (Variable Definitions):
3754 Document new name custom-add-frequent-value.
b8d4c8d0
GM
3755
37562006-12-19 Kim F. Storm <storm@cua.dk>
3757
3758 * commands.texi (Misc Events): User signals now result in sigusr1
3759 and sigusr2 events which are handled through special-event-map.
3760 (Special Events): User signals and drag-n-drop are special.
3761
37622006-12-17 Richard Stallman <rms@gnu.org>
3763
3764 * loading.texi (Named Features): Explain subfeatures better.
3765
3766 * customize.texi: Use "option" only for user options.
3767 For the keyword values inside defcustom etc, say "keywords".
3768 For :options value's elements, say "elements".
3769 :group should not be omitted.
3770
3771 * syntax.texi (Parsing Expressions): Split up node.
3772 (Motion via Parsing, Position Parse, Parser State)
3773 (Low-Level Parsing, Control Parsing): New subnodes.
3774 (Parser State): Document syntax-ppss-toplevel-pos.
3775
3776 * positions.texi (List Motion): Punctuation fix.
3777
3778 * files.texi (File Name Completion): Document PREDICATE arg
3779 to file-name-completion.
3780
37812006-12-16 Eli Zaretskii <eliz@gnu.org>
3782
3783 * internals.texi (Building Emacs, Writing Emacs Primitives):
3784 Add index entries.
3785
37862006-12-11 Richard Stallman <rms@gnu.org>
3787
3788 * modes.texi (Font Lock Basics): Explain how nil for font-lock-defaults
3789 affects face menu. Explain how to make it non-nil without enabling
3790 any fontification.
3791
37922006-12-10 Chong Yidong <cyd@stupidchicken.com>
3793
3794 * modes.texi (Font Lock Basics): Document nil value of
3795 font-lock-defaults.
3796
37972006-12-10 Glenn Morris <rgm@gnu.org>
3798
3799 * abbrevs.texi (Defining Abbrevs): Mention `define-abbrev' 'force
3800 value for system-flag argument. Abbrev tables may not be empty
3801 when major modes are loaded.
3802
38032006-12-08 Juanma Barranquero <lekktu@gmail.com>
3804
3805 * makefile.w32-in (maintainer-clean): Partially revert last
3806 change; delete "elisp-?" and "elisp-??" instead of "elisp-*"
3807 to protect elisp-covers.texi.
3808
38092006-12-07 Juanma Barranquero <lekktu@gmail.com>
3810
3811 * makefile.w32-in (maintainer-clean): Depend on `distclean'.
3812 Don't remove elisp* info files; they are already deleted by the
3813 `clean' and `distclean' targets, and they are in the $(infodir)
3814 directory, not the current one.
3815
38162006-12-04 Kim F. Storm <storm@cua.dk>
3817
3818 * commands.texi (Misc Events): Update signal events.
3819 (Event Examples): Add signal example.
3820
38212006-11-29 Richard Stallman <rms@gnu.org>
3822
3823 * frames.texi (Visibility of Frames): Explain visible windows
3824 can be covered by others. Add xref for raise-frame.
3825
38262006-11-28 Richard Stallman <rms@gnu.org>
3827
3828 * searching.texi (Regexp Special): Update when ^ is special.
3829
38302006-11-27 Eli Zaretskii <eliz@gnu.org>
3831
3832 * customize.texi (Customization, Common Keywords)
3833 (Group Definitions, Variable Definitions, Composite Types)
3834 (Type Keywords, Customization Types): Add index entries for
3835 various customization keywords.
3836
38372006-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
3838
3839 * modes.texi (Multiline Font Lock): Rephrase some parts for clarity.
3840
c8763fb6 38412006-11-10 Jan Djärv <jan.h.d@swipnet.se>
b8d4c8d0
GM
3842
3843 * frames.texi (Window System Selections): Remove clipboard from
3844 description of selection-coding-system.
3845
38462006-11-06 Richard Stallman <rms@gnu.org>
3847
3848 * lists.texi (List Variables): Document COMPARE-FN.
3849
3850 * keymaps.texi: Avoid use of "binding" to mean a relation;
3851 use it only to refer to the meaning associated with a key.
3852 (Keymaps): Change menu node description.
3853
3854 * elisp.texi (Top): Change menu node description.
3855
3856 * display.texi (Managing Overlays): Document overlay-recenter.
3857
38582006-10-29 Chong Yidong <cyd@stupidchicken.com>
3859
3860 * Makefile.in: Use relative paths to avoid advertising filesystem
3861 contents during compilation.
3862
38632006-10-23 Kim F. Storm <storm@cua.dk>
3864
3865 * commands.texi (Event Input Misc): Update unread-command-events.
3866
38672006-10-23 Nick Roberts <nickrob@snap.net.nz>
3868
3869 * lists.texi (Sets And Lists): Fix typos.
3870
38712006-10-18 Juanma Barranquero <lekktu@gmail.com>
3872
3873 * control.texi (Processing of Errors): Use @var for an argument,
3874 not @code.
3875
38762006-10-16 Richard Stallman <rms@gnu.org>
3877
3878 * edebug.texi (Edebug Recursive Edit): Minor cleanup.
3879
3880 * keymaps.texi (Format of Keymaps): Show all the keymap element
3881 patterns that result from menu items.
3882 (Key Lookup): Minor cleanups.
3883
3884 * modes.texi (Precalculated Fontification): Don't say that
3885 not setting font-lock-defaults avoids loading font-lock.
3886
3887 * help.texi (Documentation): Move xref to Emacs Manual here.
3888 (Documentation Basics): From here.
3889 Also doc emacs-lisp-docstring-fill-column.
3890
3891 * elisp.texi: Update version and ISBN.
3892
3893 * commands.texi (Interactive Call): Clarify KEYS arg to
3894 call-interactively is a vector.
3895 (Command Loop Info): Delete anchor in this-command-keys.
3896 Add anchor in this-command-keys-vector.
3897 (Recursive Editing): Document how recursive-edit
3898 handles the current buffer.
3899
39002006-10-13 Chong Yidong <cyd@stupidchicken.com>
3901
3902 * frames.texi (Frame Titles): %c and %l are ignored in
3903 frame-title-format.
3904
39052006-10-11 Richard Stallman <rms@gnu.org>
3906
3907 * keymaps.texi (Key Sequences): Clarify use of kbd.
3908
39092006-10-10 Kim F. Storm <storm@cua.dk>
3910
3911 * lists.texi (Sets And Lists): Add memql.
3912
39132006-10-03 Richard Stallman <rms@gnu.org>
3914
3915 * searching.texi (Char Classes): Document :multibyte: and :unibyte:.
3916 Clarify :ascii: and :nonascii:.
3917
39182006-09-29 Juri Linkov <juri@jurta.org>
3919
3920 * modes.texi (%-Constructs): Reorder coding systems in the
3921 documentation of %z to the real order displayed in the modeline.
3922
39232006-09-25 Richard Stallman <rms@gnu.org>
3924
3925 * os.texi (Timers): Describe timer-max-repeats.
3926
39272006-09-25 Chong Yidong <cyd@stupidchicken.com>
3928
3929 * os.texi (Timers): Mention with-local-quit.
3930
39312006-09-24 Richard Stallman <rms@gnu.org>
3932
3933 * searching.texi (Searching and Matching): Mention property search.
3934
3935 * commands.texi (Command Loop Info): Explain how read-event affects
3936 this-command-keys.
3937
39382006-09-20 Richard Stallman <rms@gnu.org>
3939
3940 * os.texi (Timers): Clarify about REPEAT when timer is delayed.
3941
3942 * windows.texi (Window Start): Minor cleanups.
3943
39442006-09-20 Kim F. Storm <storm@cua.dk>
3945
3946 * windows.texi (Window Start): pos-visible-in-window-p allows
3947 specifying t for position to mean "end of window".
3948 Add window-line-height.
3949
3950 * anti.texi (Antinews): Mention window-line-height.
3951
39522006-09-19 David Kastrup <dak@gnu.org>
3953
3954 * keymaps.texi (Searching Keymaps): Small clarification.
3955
39562006-09-18 Richard Stallman <rms@gnu.org>
3957
3958 * keymaps.texi (Creating Keymaps): Explain that keymap prompt strings
3959 cause keyboard menus.
3960 (Menu Keymaps): Likewise.
3961 (Defining Menus, Keyboard Menus): Clarify.
3962
3963 * text.texi (Fields): Clarify explanation of constrain-to-field.
3964
39652006-09-16 Eli Zaretskii <eliz@gnu.org>
3966
3967 * variables.texi (Tips for Defining): Fix a typo.
3968
39692006-09-15 Richard Stallman <rms@gnu.org>
3970
3971 * keymaps.texi (Remapping Commands, Searching Keymaps)
3972 (Active Keymaps): Clean up previous change.
3973
39742006-09-15 Jay Belanger <belanger@truman.edu>
3975
3976 * gpl.texi: Replace "Library Public License" by "Lesser Public
3977 License" throughout.
3978
39792006-09-15 David Kastrup <dak@gnu.org>
3980
3981 * keymaps.texi (Active Keymaps): Adapt description to use
3982 `get-char-property' instead `get-text-property'. Explain how
3983 mouse events change this. Explain the new optional argument of
3984 `key-binding' and its mouse-dependent lookup.
3985 (Searching Keymaps): Adapt description similarly.
3986 (Remapping Commands): Explain the new optional argument of
3987 `command-remapping'.
3988
39892006-09-14 Richard Stallman <rms@gnu.org>
3990
3991 * keymaps.texi (Searching Keymaps): Clarification.
3992 (Active Keymaps): Refer to Searching Keymaps instead of duplication.
3993
39942006-09-13 Richard Stallman <rms@gnu.org>
3995
3996 * objects.texi (Character Type): Node split.
3997 Add xref to Describing Characters.
3998 (Basic Char Syntax, General Escape Syntax)
3999 (Ctl-Char Syntax, Meta-Char Syntax): New subnodes.
4000
40012006-09-11 Richard Stallman <rms@gnu.org>
4002
4003 * display.texi (Display Table Format): Wording clarification.
4004 (Glyphs): Clarifications.
4005
40062006-09-10 Chong Yidong <cyd@stupidchicken.com>
4007
4008 * keymaps.texi (Active Keymaps): Mention that key-binding checks
4009 local maps.
4010
40112006-09-10 Kim F. Storm <storm@cua.dk>
4012
4013 * display.texi (Forcing Redisplay): Document return value of
4014 function redisplay.
4015
40162006-09-09 Richard Stallman <rms@gnu.org>
4017
4018 * windows.texi (Window Hooks): Explain limits of
4019 window-scroll-functions.
4020
4021 * display.texi (Fringe Indicators): Update for last change in
4022 indicate-buffer-boundaries.
4023
40242006-09-08 Richard Stallman <rms@gnu.org>
4025
4026 * processes.texi (Bindat Spec): Suggest names ending in -bindat-spec.
4027
40282006-09-06 Kim F. Storm <storm@cua.dk>
4029
4030 * frames.texi (Display Feature Testing): display-mm-dimensions-alist.
4031
4032 * windows.texi (Window Start): Update pos-visible-in-window-p.
4033
40342006-09-04 Richard Stallman <rms@gnu.org>
4035
4036 * processes.texi (Accepting Output): Explain SECONDS=0 for
4037 accept-process-output.
4038
4039 * os.texi (Idle Timers): Explain why timer functions should not
4040 loop until (input-pending-p).
4041
40422006-09-02 Eli Zaretskii <eliz@gnu.org>
4043
4044 * makefile.w32-in (usermanualdir): New variable.
4045 (elisp.dvi): Use it.
4046
40472006-09-01 Eli Zaretskii <eliz@gnu.org>
4048
4049 * buffers.texi (Buffer Modification): Fix last change.
4050
40512006-09-01 Chong Yidong <cyd@stupidchicken.com>
4052
5dcb4c4e
SM
4053 * buffers.texi (Buffer Modification):
4054 Document buffer-chars-modified-tick.
b8d4c8d0
GM
4055
40562006-08-31 Richard Stallman <rms@gnu.org>
4057
4058 * modes.texi (Syntactic Font Lock): Mention specific faces once again.
4059
40602006-08-31 Richard Bielawski <RBielawski@moneygram.com> (tiny change)
4061
4062 * modes.texi (Syntactic Font Lock):
4063 Mention font-lock-syntactic-face-function
4064 instead of specific faces.
4065
40662006-08-29 Chong Yidong <cyd@stupidchicken.com>
4067
4068 * display.texi (Images): Add xrref to display-images-p.
4069
40702006-08-28 Kenichi Handa <handa@m17n.org>
4071
4072 * nonascii.texi (Lisp and Coding Systems): Fix description of
4073 detect-coding-region.
4074
40752006-08-27 Michael Olson <mwolson@gnu.org>
4076
4077 * processes.texi (Transaction Queues): Remove stray quote
4078 character.
4079
40802006-08-25 Richard Stallman <rms@gnu.org>
4081
4082 * os.texi (Idle Timers): run-with-idle-timer allows Lisp time value.
4083 Add xref.
4084
40852006-08-24 Chong Yidong <cyd@stupidchicken.com>
4086
4087 * os.texi (Timers): Avoid waiting inside timers.
4088
40892006-08-21 Lute Kamstra <lute@gnu.org>
4090
4091 * Makefile.in: Use ../man/texinfo.tex to build elisp.dvi.
4092
40932006-08-20 Richard Stallman <rms@gnu.org>
4094
4095 * os.texi (Idle Timers): New node, split out from Timers.
4096 Document current-idle-time.
4097 * commands.texi (Reading One Event): Update xref.
4098 * elisp.texi (Top): Update subnode menu.
4099
41002006-08-16 Richard Stallman <rms@gnu.org>
4101
4102 * keymaps.texi (Extended Menu Items): Show format of cached
4103 bindings in extended menu items.
4104
4105 * customize.texi (Variable Definitions): Explain when the
4106 standard value expression is evaluated.
4107
41082006-08-15 Chong Yidong <cyd@stupidchicken.com>
4109
4110 * commands.texi (Reading One Event): Explain idleness in
4111 `read-event'.
4112
41132006-08-12 Chong Yidong <cyd@stupidchicken.com>
4114
4115 * text.texi (Near Point): Say "cursor" not "terminal cursor".
5dcb4c4e 4116 (Commands for Insertion): Remove split-line since it's not
b8d4c8d0
GM
4117 relevant for Lisp programming.
4118 (Yank Commands): Rewrite introduction.
4119 (Undo): Clarify.
4120 (Maintaining Undo): Clarify. Document undo-ask-before-discard.
4121 (Filling): Remove redundant comment. Clarify return value of
4122 current-justification.
4123 (Margins): Minor clarifications.
4124 (Adaptive Fill): Update default value of adaptive-fill-regexp.
4125 (Sorting): Update definition of sort-lines.
4126 (Columns): Clarify behavior of sort-columns.
4127 (Indent Tabs): Link to Tab Stops in Emacs manual.
4128 (Special Properties): Clarify.
4129 (Clickable Text): Mention Buttons package.
4130
41312006-08-12 Kevin Ryde <user42@zip.com.au>
4132
4133 * os.texi (Time Parsing): Add %z to description of
4134 format-time-string, as per docstring. Add cross reference to
4135 glibc manual for strftime.
4136
41372006-08-08 Richard Stallman <rms@gnu.org>
4138
4139 * modes.texi: Clean up wording in previous change.
4140
41412006-08-07 Chong Yidong <cyd@stupidchicken.com>
4142
4143 * modes.texi (Hooks): Clarify.
4144 (Major Mode Basics): Mention define-derived-mode explicitly.
4145 (Major Mode Conventions): Rebinding RET is OK for some modes.
4146 Mention change-major-mode-hook and after-change-major-mode-hook.
5dcb4c4e 4147 (Example Major Modes): Move to end of Modes section.
b8d4c8d0
GM
4148 (Mode Line Basics): Clarify.
4149 (Mode Line Data): Mention help-echo and local-map in strings.
4150 Explain reason for treatment of non-risky variables.
4151 (Properties in Mode): Clarify.
4152 (Faces for Font Lock): Add font-lock-negation-char-face.
4153
41542006-08-04 Eli Zaretskii <eliz@gnu.org>
4155
4156 * strings.texi (Formatting Strings): Warn against arbitrary
4157 strings as first arg to `format'.
4158
41592006-07-31 Thien-Thi Nguyen <ttn@gnu.org>
4160
4161 * text.texi (Clickable Text): Mention `help-echo' text property.
4162 Update intro, examples and associated explanations.
4163
41642006-07-31 Richard Stallman <rms@gnu.org>
4165
4166 * commands.texi: Update xrefs.
4167 (Event Mod): New node, cut out from old Translating Input.
4168
4169 * maps.texi: Update xrefs.
4170
4171 * keymaps.texi (Translation Keymaps): New node.
4172 Update xrefs from Translating Input to Translation Keymaps.
4173
4174 * elisp.texi (Top): Update subnode menu.
4175
4176 * display.texi (Face Functions): Fix explanations of FRAME=t or nil.
4177
4178 * os.texi (System Interface): Fix menu descriptions of some nodes.
4179 (Translating Input): Node deleted.
4180
41812006-07-31 Nick Roberts <nickrob@snap.net.nz>
4182
4183 * modes.texi (Minor Mode Conventions): Update xref for add-to-list.
4184
4185 * lists.texi (Sets And Lists): Likewise.
4186
41872006-07-30 Thien-Thi Nguyen <ttn@gnu.org>
4188
4189 * text.texi (Fields): Mention POS
4190 requirement when narrowing is in effect.
4191
41922006-07-28 Richard Stallman <rms@gnu.org>
4193
4194 * display.texi (Face Attributes): Simplify wording.
4195 (Attribute Functions): Clarify meaning of new-frame default
4196 attribute settings.
4197
4198 * customize.texi (Common Keywords): Document how to use
4199 :package-version in a package not in Emacs.
4200
42012006-07-28 Kim F. Storm <storm@cua.dk>
4202
4203 * commands.texi (Reading One Event): Fix last change.
4204
42052006-07-26 Chong Yidong <cyd@stupidchicken.com>
4206
4207 * commands.texi (Reading One Event): Document SECONDS argument for
4208 read-event, read-char, and read-char-exclusive.
4209
42102006-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
4211
4212 * modes.texi (Multiline Font Lock): Can't use jit-lock-defer-multiline
4213 to ensure correct identification.
4214
42152006-07-24 Richard Stallman <rms@gnu.org>
4216
4217 * text.texi (Clickable Text): Clarify.
4218
4219 * sequences.texi (Vector Functions): Delete duplicate xref.
4220
4221 * objects.texi (Function Type): Clarify.
4222
4223 * modes.texi (Keymaps and Minor Modes): List punct chars for minor
4224 modes.
4225
4226 * lists.texi (List Variables): New node.
4227 Material moved from other nodes.
4228
4229 * variables.texi (Setting Variables): add-to-list and
4230 add-to-ordered-list moved to List Variables node.
4231
42322006-07-23 Thien-Thi Nguyen <ttn@gnu.org>
4233
4234 * text.texi (Links and Mouse-1):
4235 For mouse-on-link-p, expand on arg POS.
4236
42372006-07-21 Kim F. Storm <storm@cua.dk>
4238
4239 * display.texi (Forcing Redisplay): Don't mention systems which
4240 don't support sub-second timers for redisplay-preemption-period.
4241
4242 * os.texi (Terminal Output): Clarify text vs graphical terminal.
4243
42442006-07-21 Eli Zaretskii <eliz@gnu.org>
4245
4246 * frames.texi (Input Focus): Document that focus-follows-mouse has
4247 no effect on MS-Windows.
4248
42492006-07-18 Richard Stallman <rms@gnu.org>
4250
4251 * display.texi (Forcing Redisplay): Cleanups in previous change.
4252
4253 * processes.texi (Low-Level Network): Make menu more convenient.
4254
42552006-07-18 Kim F. Storm <storm@cua.dk>
4256
4257 * display.texi (Forcing Redisplay): redisplay-preemption-period
4258 only used on window systems. Add xref to Terminal Output.
4259
4260 * os.texi (Terminal Output): baud-rate only controls preemption on
4261 non-window systems. Add xref to Forcing Redisplay.
4262
4263 * processes.texi (Low-Level Network): Rename node "Make Network"
4264 to "Network Processes".
4265
42662006-07-18 Karl Berry <karl@gnu.org>
4267
4268 * variables.texi, functions.texi, customize.texi, loading.texi:
4269 * edebug.texi, minibuf.texi: Fix page breaks through chapter 20.
4270
42712006-07-17 Chong Yidong <cyd@stupidchicken.com>
4272
4273 * commands.texi (Waiting): Document batch-mode sit-for behavior.
4274
42752006-07-17 Richard Stallman <rms@gnu.org>
4276
4277 * eval.texi, elisp.texi, text.texi: Use real doublequote inside menus.
4278 Put period and comma inside quotes.
4279
4280 * loading.texi, markers.texi: Use real doublequote inside menus.
4281
4282 * windows.texi: Put point and comma inside quotes.
4283 (Textual Scrolling): Use @samp for error message.
4284
4285 * variables.texi, tips.texi, syntax.texi, symbols.texi:
4286 * strings.texi, streams.texi, processes.texi, os.texi:
4287 * objects.texi, numbers.texi, modes.texi, minibuf.texi:
4288 * lists.texi, keymaps.texi, intro.texi, hash.texi, internals.texi:
4289 * gpl.texi, functions.texi, files.texi, frames.texi, doclicense.texi:
4290 * display.texi, control.texi, commands.texi, buffers.texi, anti.texi:
4291 Put point and comma inside quotes.
4292
4293 * control.texi (Processing of Errors): Add command-error-function.
4294
4295 * variables.texi (File Local Variables): Clarify that
4296 file local variables make buffer-local bindings.
4297
4298 * modes.texi (Syntactic Font Lock): Give default for
4299 font-lock-syntax-table.
4300
43012006-07-17 Nick Roberts <nickrob@snap.net.nz>
4302
4303 * text.texi (Special Properties): Clean up previous change.
4304
43052006-07-16 Karl Berry <karl@gnu.org>
4306
4307 * objects.texi, numbers.texi, strings.texi, lists.texi, hash.texi:
4308 * control.texi: Fix bad page breaks through chapter 10 (control).
4309
4310 * anti.texi (Antinews): Reorder face-attribute fns to avoid
4311 underfull hbox.
4312
43132006-07-15 Nick Roberts <nickrob@snap.net.nz>
4314
4315 * text.texi (Special Properties): Describe fontified text property
4316 in relation to a character (not text).
4317
43182006-07-15 Kim F. Storm <storm@cua.dk>
4319
4320 * maps.texi (Standard Keymaps): Add xref for minibuffer maps.
4321 Add apropos-mode-map, custom-mode-map, esc-map, global-map,
4322 grep-mode-map, help-map, help-mode-map, kmacro-map, and tool-bar-map.
4323
4324 * anti.texi (Antinews): Mention redisplay function.
4325 The kbd macro existed, but was not documented, before 22.x.
4326 Function pos-visible-in-window-p is not new in 22.x, just enhanced.
4327
43282006-07-14 Nick Roberts <nickrob@snap.net.nz>
4329
4330 * display.texi (Displaying Messages): Add anchor.
4331
4332 * frames.texi (Dialog Boxes): Use it.
4333
43342006-07-12 Richard Stallman <rms@gnu.org>
4335
4336 * objects.texi (Frame Type): Explain nature of frames better.
4337
4338 * frames.texi (Frames): Explain nature of frames better.
4339
43402006-07-12 Ken Manheimer <ken.manheimer@gmail.com>
4341
4342 * tips.texi (Coding Conventions): Explain why use cl at compile time.
4343
43442006-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4345
4346 * frames.texi (Window System Selections): Mention scrap support for Mac.
4347 Default value of x-select-enable-clipboard is t on Mac.
4348
4349 * os.texi (Getting Out): Suspending is not allowed on Mac, either.
4350
43512006-07-11 Kim F. Storm <storm@cua.dk>
4352
4353 * display.texi (Forcing Redisplay): Add `redisplay' function.
4354 Don't mention (sit-for -1) -- use (redisplay t) instead.
4355
4356 * commands.texi (Waiting): (sit-for -1) is no longer special.
4357 (sit-for 0) is equivalent to (redisplay).
4358 Iconifying/deiconifying no longer makes sit-for return.
4359
43602006-07-10 Nick Roberts <nickrob@snap.net.nz>
4361
4362 * display.texi (Buttons): Fix typo.
4363
4364 * index.texi, elisp.texi (New Symbols): Comment node out.
4365
43662006-07-09 Richard Stallman <rms@gnu.org>
4367
4368 * display.texi (Truncation): Clean up previous change.
4369
43702006-07-08 Richard Stallman <rms@gnu.org>
4371
4372 * commands.texi (Interactive Call): Use 3 as prefix in example
4373 for execute-extended-command.
4374
4375 * display.texi (Attribute Functions): Move paragraph about
4376 compatibility with Emacs < 21.
4377
43782006-07-09 Kim F. Storm <storm@cua.dk>
4379
4380 * display.texi (Refresh Screen): Clarify force-window-update.
4381 (Truncation): "Normally" indicated by fringe arrows.
4382
43832006-07-08 Eli Zaretskii <eliz@gnu.org>
4384
4385 * windows.texi (Textual Scrolling, Resizing Windows):
4386 * variables.texi (Constant Variables):
4387 * text.texi (Buffer Contents, Deletion, Changing Properties)
4388 (Property Search, Special Properties, Sticky Properties)
4389 (Links and Mouse-1, Fields, Change Hooks):
4390 * syntax.texi (Syntax Table Functions, Parsing Expressions)
4391 (Categories):
4392 * symbols.texi (Other Plists):
4393 * streams.texi (Output Variables):
4394 * processes.texi (Input to Processes, Query Before Exit):
4395 * positions.texi (Word Motion, Text Lines, List Motion):
4396 * os.texi (Init File, System Environment, Sound Output)
4397 (Session Management):
4398 * nonascii.texi (Text Representations, Character Sets)
4399 (Chars and Bytes, Locales):
4400 * modes.texi (Defining Minor Modes, Header Lines):
4401 * minibuf.texi (Minibuffer Contents):
4402 * markers.texi (Information from Markers):
4403 * lists.texi (List Elements, Building Lists, Association Lists):
4404 * keymaps.texi (Tool Bar):
4405 * hash.texi (Creating Hash, Hash Access, Defining Hash, Other Hash):
4406 * functions.texi (What Is a Function, Mapping Functions):
4407 * frames.texi (Creating Frames, Parameter Access, Pointer Shape)
4408 (Color Names, Text Terminal Colors, Display Feature Testing):
4409 * files.texi (Visiting Functions, File Name Components)
4410 (Unique File Names, Contents of Directories):
4411 * display.texi (Forcing Redisplay, Displaying Messages)
4412 (Temporary Displays, Font Selection, Auto Faces)
4413 (Font Lookup, Fringe Indicators, Display Margins)
4414 (Image Descriptors, Showing Images, Image Cache, Button Types)
4415 (Making Buttons, Manipulating Buttons, Button Buffer Commands)
4416 (Display Table Format, Glyphs):
4417 * control.texi (Iteration):
4418 * commands.texi (Command Loop Info, Adjusting Point):
4419 * backups.texi (Making Backups, Auto-Saving):
4420 Remove @tindex entries.
4421
44222006-07-07 Kim F. Storm <storm@cua.dk>
4423
4424 * display.texi (Fringe Cursors): Fix typo.
4425 (Customizing Bitmaps): Fix define-fringe-bitmap entry.
4426 (Overlay Arrow): Default is overlay-arrow fringe indicator.
4427
44282006-07-05 Richard Stallman <rms@gnu.org>
4429
4430 * text.texi (Buffer Contents): Add example of text props
4431 in result of buffer-substring.
4432 (Text Properties): Explain better about use of specific property names.
4433 (Property Search): Some cleanups; reorder some functions.
4434
4435 * keymaps.texi (Changing Key Bindings): Cleanup.
4436 Add xref to Key Binding Conventions.
4437
4438 * display.texi (Attribute Functions): Add examples for
4439 face-attribute-relative-p.
4440
4441 * tips.texi (Coding Conventions): Cleanup last change.
4442
44432006-07-05 Karl Berry <karl@gnu.org>
4444
4445 * elisp.texi: Use @fonttextsize 10pt, a la emacs.texi.
4446 Remove @setchapternewpage odd.
4447 Result is 1013 pages, down from 1100.
4448
4449 * anti.texi, customize.texi, display.texi, internals.texi:
4450 * minibuf.texi, modes.texi, tips.texi:
4451 Fix overfull/underfull boxes.
4452
44532006-07-05 Thien-Thi Nguyen <ttn@gnu.org>
4454
4455 * edebug.texi (Instrumenting):
4456 Add Edebug-specific findex for eval-buffer.
4457 * loading.texi (Loading):
4458 Replace eval-current-buffer with eval-buffer.
4459
44602006-06-30 Nick Roberts <nickrob@snap.net.nz>
4461
4462 * locals.texi (Standard Buffer-Local Variables): Update the list
4463 of variables.
4464
44652006-06-26 Nick Roberts <nickrob@snap.net.nz>
4466
4467 * files.texi (File Name Completion): Point user to the node
4468 "Reading File Names".
4469
44702006-06-24 Eli Zaretskii <eliz@gnu.org>
4471
4472 * files.texi (Contents of Directories): Document case-insensitive
4473 behavior on respective filesystems.
4474
4475 * objects.texi (Character Type): Document that Emacs signals an
4476 error for unsupported Unicode characters specified as \uNNNN.
4477
44782006-06-19 Richard Stallman <rms@gnu.org>
4479
4480 * processes.texi (Bindat Spec): Clarify previous change.
4481
44822006-06-16 Richard Stallman <rms@gnu.org>
4483
4484 * tips.texi (Coding Conventions): Better explain conventions
4485 for definition constructs.
4486
4487 * text.texi (Special Properties): String value of `read-only'
4488 serves as the error message.
4489
4490 * objects.texi (Character Type): Clarify prev. change.
4491 (Non-ASCII in Strings): Mention \u and \U.
4492
4493 * commands.texi (Using Interactive): Explain problem of
4494 markers, etc., in command-history.
4495
44962006-06-14 Kim F. Storm <storm@cua.dk>
4497
4498 * commands.texi (Waiting): Negative arg to sit-for forces
4499 redisplay even if input is pending.
4500
4501 * display.texi (Forcing Redisplay): Use (sit-for -1) to force a
4502 redisplay. Remove incorrect example of binding redisplay-dont-pause
4503 around (sit-for 0).
4504
45052006-06-13 Richard Stallman <rms@gnu.org>
4506
4507 * display.texi (Forcing Redisplay): Clarify previous change.
4508
45092006-06-13 Romain Francoise <romain@orebokech.com>
4510
4511 * display.texi (Forcing Redisplay): Fix typo.
4512
45132006-06-13 Kim F. Storm <storm@cua.dk>
4514
4515 * display.texi (Forcing Redisplay): Add redisplay-preemption-period.
4516
45172006-06-10 Luc Teirlinck <teirllm@auburn.edu>
4518
4519 * tips.texi (Coding Conventions): Add `@end itemize'.
4520
45212006-06-10 Richard Stallman <rms@gnu.org>
4522
4523 * tips.texi (Coding Conventions): Explain use of coding systems
4524 to ensure one decoding for strings.
4525
45262006-06-09 Aidan Kehoe <kehoea@parhasard.net>
4527
4528 * objects.texi (Character Type): Describe the \uABCD and \U00ABCDEF
4529 syntax.
4530
45312006-06-07 Eli Zaretskii <eliz@gnu.org>
4532
4533 * display.texi (Font Selection): Remove description of
4534 clear-face-cache.
4535
4536 * compile.texi (Eval During Compile): Fix a typo. Add index
4537 entries for possible uses of eval-when-compile.
4538
45392006-06-04 Thien-Thi Nguyen <ttn@gnu.org>
4540
4541 * display.texi (Abstract Display): Fix typo.
4542
45432006-06-03 Eli Zaretskii <eliz@gnu.org>
4544
4545 * minibuf.texi (Minibuffer History) <history-add-new-input>:
4546 Reword variable's description.
4547
45482006-06-01 Richard Stallman <rms@gnu.org>
4549
4550 * windows.texi (Splitting Windows): Clarify splitting nonselected
4551 window.
4552
45532006-05-31 Juri Linkov <juri@jurta.org>
4554
4555 * minibuf.texi (Minibuffer History): Add history-add-new-input.
4556
45572006-05-30 Richard Stallman <rms@gnu.org>
4558
4559 * display.texi (Line Height): Fix errors in description of
10d1d0af 4560 default line height and line-height property.
b8d4c8d0
GM
4561
4562 * nonascii.texi (Default Coding Systems): Further clarification.
4563
45642006-05-29 Luc Teirlinck <teirllm@auburn.edu>
4565
4566 * internals.texi (Pure Storage): Mention that an overflow in pure
4567 space causes a memory leak.
4568 (Garbage Collection): If there was an overflow in pure space,
4569 `garbage-collect' returns nil.
4570
45712006-05-30 Eli Zaretskii <eliz@gnu.org>
4572
4573 * nonascii.texi (Default Coding Systems): Fix it some more.
4574
45752006-05-29 Eli Zaretskii <eliz@gnu.org>
4576
4577 * nonascii.texi (Default Coding Systems): Fix last change.
4578
45792006-05-29 Kenichi Handa <handa@m17n.org>
4580
4581 * nonascii.texi (find-operation-coding-system): Describe the new
4582 argument format (FILENAME . BUFFER).
4583
45842006-05-28 Richard Stallman <rms@gnu.org>
4585
4586 * tips.texi (Coding Conventions): Better explain reasons not to
4587 advise other packages or use `eval-after-load'.
4588
45892006-05-29 Kim F. Storm <storm@cua.dk>
4590
4591 * processes.texi (Bindat Functions): Rename `pos' and `raw-data' to
4592 `bindat-idx' and `bindat-raw' for clarity.
4593
45942006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
4595
4596 * processes.texi (Bindat Spec): Expand on `repeat' handler.
4597
4598 * display.texi (Display): Add "Abstract Display" to menu.
4599 (Abstract Display, Abstract Display Functions)
4600 (Abstract Display Example): New nodes.
4601 * elisp.texi (Top): Add "Abstract Display" to menu.
4602
46032006-05-27 Chong Yidong <cyd@stupidchicken.com>
4604
4605 * keymaps.texi (Key Sequences): Link to input events definition.
4606 (Format of Keymaps): Delete material duplicated in Keymap Basics.
4607
4608 * files.texi (Changing Files): Document updated argument list for
4609 copy-file.
4610
46112006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
4612
4613 * processes.texi (Bindat Functions): Explain term "total length".
4614 Use it in bindat-length and bindat-pack descriptions.
4615
46162006-05-26 Eli Zaretskii <eliz@gnu.org>
4617
4618 * tips.texi (Coding Conventions): Advise against using
4619 eval-after-load in packages. Add an index entry.
4620
46212006-05-25 Juri Linkov <juri@jurta.org>
4622
4623 * minibuf.texi (Text from Minibuffer): Undocument keep-all.
4624
4625 * modes.texi (%-Constructs): Add %e, %z, %Z.
4626
46272006-05-25 Richard Stallman <rms@gnu.org>
4628
4629 * elisp.texi (Top): Update subnode menu.
4630
4631 * keymaps.texi (Keymap Basics): New node, split out of Key Sequences.
4632 (Keymaps): Update menu.
4633
46342006-05-25 Chong Yidong <cyd@stupidchicken.com>
4635
4636 * keymaps.texi (Key Sequences): Some clarifications.
4637
46382006-05-25 Thien-Thi Nguyen <ttn@gnu.org>
4639
4640 * processes.texi (Bindat Functions): Say "unibyte string"
4641 explicitly for bindat-unpack and bindat-pack descriptions.
4642 (Bindat Examples): Don't call `string-make-unibyte' in example.
4643
46442006-05-25 Chong Yidong <cyd@stupidchicken.com>
4645
5dcb4c4e 4646 * keymaps.texi (Key Sequences): Rename from Keymap Terminology.
c5602427 4647 Explain string and vector representations of key sequences.
b8d4c8d0
GM
4648
4649 * keymaps.texi (Changing Key Bindings):
dd7b651b 4650 * commands.texi (Interactive Codes):
b8d4c8d0
GM
4651 * help.texi (Describing Characters): Refer to it.
4652
46532006-05-23 Luc Teirlinck <teirllm@auburn.edu>
4654
4655 * frames.texi (Pointer Shape): @end table -> @end defvar.
4656
46572006-05-22 Richard Stallman <rms@gnu.org>
4658
4659 * elisp.texi (Top): Update subnode menus.
4660
4661 * frames.texi (Pointer Shape): Node renamed from Pointer Shapes.
4662 Contents rewritten; material from old Pointer Shape node moved here.
4663
4664 * display.texi (Pointer Shape): Node deleted.
4665 (Image Descriptors): Minor cleanup.
4666
46672006-05-21 Richard Stallman <rms@gnu.org>
4668
4669 * syntax.texi (Parsing Expressions): Update info on which STATE
4670 elements are ignored.
4671
46722006-05-19 Luc Teirlinck <teirllm@auburn.edu>
4673
4674 * hooks.texi (Standard Hooks): Correct typo.
4675
4676 * gpl.texi (GPL): ifinfo -> ifnottex.
4677
46782006-05-19 Michael Ernst <mernst@alum.mit.edu> (tiny change)
4679
4680 * searching.texi (Simple Match Data): Warn about match data being
4681 set anew by every search.
4682
46832006-05-17 Richard Stallman <rms@gnu.org>
4684
4685 * minibuf.texi (Minibuffer History): Clarify.
4686
4687 * searching.texi (Regexp Special): Clarify nested regexp warning.
4688
46892006-05-16 Kim F. Storm <storm@cua.dk>
4690
4691 * minibuf.texi (Minibuffer History): Update add-to-history.
4692
46932006-05-15 Oliver Scholz <epameinondas@gmx.de> (tiny change)
4694
5dcb4c4e
SM
4695 * nonascii.texi (Explicit Encoding):
4696 Fix typo (encoding<->decoding).
b8d4c8d0
GM
4697
46982006-05-14 Richard Stallman <rms@gnu.org>
4699
4700 * buffers.texi (Creating Buffers): Cleanup.
4701
4702 * files.texi (Visiting Functions): Rewrite in find-file-noselect.
4703
47042006-05-13 Eli Zaretskii <eliz@gnu.org>
4705
4706 * buffers.texi (Current Buffer): Document that with-temp-buffer
4707 disables undo.
4708
4709 * os.texi (Terminal-Specific): More accurate description of how
4710 Emacs searches for the terminal-specific libraries.
4711
47122006-05-12 Eli Zaretskii <eliz@gnu.org>
4713
4714 * hooks.texi (Standard Hooks) [iftex]: Convert @xref's to
4715 emacs-xtra to @inforef's.
4716
4717 * text.texi (Undo): Document that undo is turned off in buffers
4718 whose names begin with a space.
4719
4720 * buffers.texi (Buffer Names): Add index entries for buffers whose
4721 names begin with a space.
4722 (Creating Buffers): Document that undo is turned off in buffers
4723 whose names begin with a space.
4724
4725 * files.texi (Visiting Functions, Reading from Files)
4726 (Saving Buffers): Mention code and EOL conversions by file I/O
4727 primitives and subroutines.
4728
4729 * nonascii.texi (Lisp and Coding Systems): Document
4730 coding-system-eol-type. Add index entries for eol conversion.
4731
4732 * display.texi (Defining Faces): Mention `mac', and add an xref to
4733 where window-system is described.
4734
47352006-05-10 Richard Stallman <rms@gnu.org>
4736
4737 * internals.texi (Writing Emacs Primitives): Clarify GCPRO rules.
4738
47392006-05-10 Reiner Steib <Reiner.Steib@gmx.de>
4740
4741 * variables.texi (File Local Variables): Recommend to quote lambda
4742 expressions in safe-local-variable property.
4743
47442006-05-09 Richard Stallman <rms@gnu.org>
4745
5dcb4c4e
SM
4746 * variables.texi (File Local Variables):
4747 Document safe-local-eval-forms and safe-local-eval-function.
b8d4c8d0
GM
4748
47492006-05-07 Kim F. Storm <storm@cua.dk>
4750
4751 * minibuf.texi (Minibuffer History): Remove keep-dups arg
4752 from add-to-history.
4753
47542006-05-07 Romain Francoise <romain@orebokech.com>
4755
4756 * commands.texi (Event Input Misc):
4757 * compile.texi (Eval During Compile):
4758 * internals.texi (Buffer Internals):
4759 * minibuf.texi (Initial Input):
4760 * nonascii.texi (Scanning Charsets):
4761 * numbers.texi (Comparison of Numbers):
4762 * windows.texi (Textual Scrolling, Vertical Scrolling):
4763 Fix various typos.
4764
47652006-05-06 Eli Zaretskii <eliz@gnu.org>
4766
4767 * hooks.texi (Standard Hooks): Replace inforef to emacs-xtra by
4768 conditional xref's to either emacs or emacs-xtra, depending on
4769 @iftex/@ifnottex.
4770
4771 * minibuf.texi (Minibuffer History): Document add-to-history.
4772
47732006-05-05 Eli Zaretskii <eliz@gnu.org>
4774
4775 * internals.texi (Pure Storage): Mention the pure overflow message
4776 at startup.
4777
c8763fb6 47782006-05-05 Johan Bockgård <bojohan@dd.chalmers.se>
b8d4c8d0
GM
4779
4780 * keymaps.texi (Active Keymaps): Fix pseudo-Lisp syntax.
4781 (Searching Keymaps): Fix pseudo-Lisp description of keymap
4782 search.
4783
47842006-05-01 Richard Stallman <rms@gnu.org>
4785
4786 * intro.texi (nil and t): Clarify.
4787
4788 * variables.texi (File Local Variables): Suggest using booleanp.
4789
47902006-05-01 Juanma Barranquero <lekktu@gmail.com>
4791
4792 * objects.texi (Type Predicates): Fix typos.
4793
47942006-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
4795
4796 * intro.texi (nil and t): Add booleanp.
4797
4798 * objects.texi (Type Predicates): Add links for booleanp and
4799 string-or-null-p.
4800
48012006-04-29 Richard Stallman <rms@gnu.org>
4802
4803 * modes.texi (Multiline Font Lock): Rename from
4804 Multi line Font Lock Elements. Much clarification.
4805 (Font Lock Multiline, Region to Fontify): Much clarification.
4806
48072006-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
4808
4809 * variables.texi (File Local Variables): Remove the special case t for
4810 safe-local-variable.
4811
48122006-04-26 Richard Stallman <rms@gnu.org>
4813
4814 * syntax.texi (Parsing Expressions): Minor cleanup.
4815
48162006-04-18 Richard Stallman <rms@gnu.org>
4817
4818 * tips.texi (Coding Conventions): Explain when the package's
4819 prefix should appear later on (not at the start of the name).
4820
4821 * searching.texi (String Search): Clarify effect of NOERROR.
4822
4823 * modes.texi (Imenu): Clarify what special items do.
4824
4825 * hooks.texi (Standard Hooks): Delete text about old hook names.
4826
48272006-04-17 Romain Francoise <romain@orebokech.com>
4828
4829 * variables.texi (Local Variables): Update the default value of
4830 `max-specpdl-size'.
4831
48322006-04-15 Michael Olson <mwolson@gnu.org>
4833
4834 * processes.texi (Transaction Queues): Mention the new optional
4835 `delay-question' argument for `tq-enqueue'.
4836
48372006-04-13 Bill Wohler <wohler@newt.com>
4838
4839 * customize.texi (Common Keywords): Use dotted notation for
4840 :package-version value. Specify its values. Improve documentation
4841 for customize-package-emacs-version-alist.
4842
48432006-04-12 Bill Wohler <wohler@newt.com>
4844
4845 * customize.texi (Common Keywords): Move description of
4846 customize-package-emacs-version-alist to @defvar.
4847
48482006-04-10 Bill Wohler <wohler@newt.com>
4849
4850 * customize.texi (Common Keywords): Add :package-version.
4851
48522006-04-10 Kim F. Storm <storm@cua.dk>
4853
4854 * text.texi (Buffer Contents): Add NOPROPS arg to
4855 filter-buffer-substring.
4856
48572006-04-08 Kevin Ryde <user42@zip.com.au>
4858
4859 * os.texi (Command-Line Arguments): Update xref to emacs manual
4860 "Command Arguments" -> "Emacs Invocation", per change there.
4861
48622006-04-08 Thien-Thi Nguyen <ttn@gnu.org>
4863
4864 * display.texi (Other Display Specs): Arrange a @code{DOTTED-LIST} to
4865 be on one line to help makeinfo not render two spaces after the dot.
4866
48672006-04-07 Reiner Steib <Reiner.Steib@gmx.de>
4868
4869 * strings.texi (Predicates for Strings): Add string-or-null-p.
4870
48712006-03-28 Kim F. Storm <storm@cua.dk>
4872
4873 * processes.texi (Accepting Output): Remove obsolete (and incorrect)
4874 remarks about systems that don't support fractional seconds.
4875
48762006-03-25 Karl Berry <karl@gnu.org>
4877
4878 * elisp.texi: Use @copyright{} instead of (C), and do not indent
4879 the year list.
4880
48812006-03-21 Nick Roberts <nickrob@snap.net.nz>
4882
4883 * display.texi (Fringe Indicators): Fix typos.
4884
48852006-03-19 Luc Teirlinck <teirllm@auburn.edu>
4886
4887 * tips.texi (Documentation Tips): One can now also write `program'
4888 in front of a quoted symbol in a docstring to prevent making a
4889 hyperlink.
4890
48912006-03-19 Alan Mackenzie <acm@muc.de>
4892
4893 * text.texi (Special Properties): Clarify `fontified' property.
4894
48952006-03-16 Richard Stallman <rms@gnu.org>
4896
4897 * display.texi (Defining Images): Minor cleanup.
4898
48992006-03-16 Bill Wohler <wohler@newt.com>
4900
4901 * display.texi (Defining Images): In image-load-path-for-library,
4902 prefer user's images.
4903
49042006-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
4905
4906 * modes.texi (Region to Fontify): Remove font-lock-lines-before.
4907
49082006-03-15 Bill Wohler <wohler@newt.com>
4909
4910 * display.texi (Defining Images): Fix example in
4911 image-load-path-for-library by not recommending that one binds
4912 image-load-path. Just defvar it to placate compiler and only use
4913 it if previously defined.
4914
49152006-03-14 Bill Wohler <wohler@newt.com>
4916
4917 * display.texi (Defining Images): In image-load-path-for-library,
4918 always return list of directories. Update example.
4919
49202006-03-14 Alan Mackenzie <acm@muc.de>
4921
4922 * modes.texi: New node, "Region to Fontify" (for Font Lock).
4923 This describes font-lock-extend-region-function.
4924 ("Other Font Lock Variables"): Move "font-lock-lines-before" to
4925 the new node "Region to Fontify".
4926
49272006-03-13 Richard Stallman <rms@gnu.org>
4928
4929 * display.texi (Invisible Text): The impossible position is
4930 now before the invisible text, not after.
4931 (Defining Images): Clean up last change.
4932
49332006-03-11 Bill Wohler <wohler@newt.com>
4934
4935 * display.texi (Defining Images): Add image-load-path-for-library.
4936
49372006-03-11 Luc Teirlinck <teirllm@auburn.edu>
4938
4939 * text.texi (Adaptive Fill): Fix Texinfo usage.
4940
4941 * strings.texi (Creating Strings): Fix Texinfo usage.
4942
4943 * searching.texi (Regexp Special): Use @samp for regular
4944 expressions that are not in Lisp syntax.
4945
49462006-03-08 Luc Teirlinck <teirllm@auburn.edu>
4947
4948 * searching.texi (Regexp Special): Put remark between parentheses
4949 to avoid misreading.
4950
49512006-03-07 Luc Teirlinck <teirllm@auburn.edu>
4952
4953 * searching.texi (Syntax of Regexps): More accurately describe
4954 which characters are special in which situations.
4955 (Regexp Special): Recommend _not_ to quote `]' or `-' when they
4956 are not special. Describe in detail when `[' and `]' are special.
4957 (Regexp Backslash): Plenty of regexps with unbalanced square
4958 brackets are valid, so reword that statement.
4959
49602006-03-02 Kim F. Storm <storm@cua.dk>
4961
4962 * keymaps.texi (Tool Bar): Add tool-bar-border.
4963
49642006-02-28 Luc Teirlinck <teirllm@auburn.edu>
4965
4966 * loading.texi (Load Suffixes): Rephrase last paragraph. Fix typos.
4967
49682006-02-27 Luc Teirlinck <teirllm@auburn.edu>
4969
4970 * elisp.texi (Top): Include "Load Suffixes" in the detailed menu.
4971
4972 * files.texi (Locating Files): Suggest additional values for the
4973 SUFFIXES arg of `locate-file'. Update pxref.
4974
4975 * loading.texi (Loading): Include new node "Load Suffixes" in menu.
4976 (How Programs Do Loading): Discuss the effects of Auto Compression
4977 mode on `load'.
4978 (Load Suffixes): New node.
4979 (Library Search): Delete description of `load-suffixes'; it was
4980 moved to "Load Suffixes".
4981 (Autoload, Named Features): Mention `load-suffixes'.
4982
49832006-02-21 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
4984
4985 * display.texi (Fringe Indicators, Fringe Cursors): Fix typos.
4986
4987 * windows.texi (Window Tree): Fix typo.
4988
49892006-02-20 Kim F. Storm <storm@cua.dk>
4990
4991 * display.texi (Fringe Indicators): New section.
4992 Move indicate-empty-lines, indicate-buffer-boundaries, and
4993 default-indicate-buffer-boundaries here.
4994 Add fringe-indicator-alist and default-fringes-indicator-alist.
4995 Add list of logical fringe indicator symbols.
4996 Update list of standard bitmap names.
4997 (Fringe Cursors): New section.
4998 Move overflow-newline-into-fringe here.
4999 Add fringe-cursor-alist and default-fringes-cursor-alist.
5000 Add list of fringe cursor symbols.
5001
50022006-02-20 Juanma Barranquero <lekktu@gmail.com>
5003
5004 * commands.texi (Using Interactive): Fix reference to node
5005 "Minibuffers".
5006
50072006-02-19 Richard M. Stallman <rms@gnu.org>
5008
5009 * minibuf.texi (High-Level Completion):
5010 Add xref to read-input-method-name.
5011
5012 * files.texi (Relative File Names): Move file-relative-name here.
5013 (File Name Expansion): From here. Minor clarifications.
5014
5015 * commands.texi (Using Interactive): Add xrefs about reading input.
5016 Clarify remarks about that moving point and mark.
5017 Put string case before list case.
5018
c8763fb6 50192006-02-16 Johan Bockgård <bojohan@dd.chalmers.se>
b8d4c8d0
GM
5020
5021 * display.texi (Other Display Specs, Image Descriptors):
5022 Revert erroneous changes. The previous description of
5023 image-descriptors as `(image . PROPS)' was correct.
5024
50252006-02-14 Richard M. Stallman <rms@gnu.org>
5026
5027 * variables.texi (File Local Variables): Clarifications.
5028
50292006-02-14 Juanma Barranquero <lekktu@gmail.com>
5030
5031 * variables.texi (File Local Variables): Use @code for a cons
5032 cell, not @var.
5033
50342006-02-13 Chong Yidong <cyd@stupidchicken.com>
5035
5036 * variables.texi (File Local Variables): Document new file local
5037 variable behavior.
5038
50392006-02-10 Kim F. Storm <storm@cua.dk>
5040
5041 * eval.texi (Function Indirection): Add NOERROR to indirect-function.
5042
50432006-02-08 Juanma Barranquero <lekktu@gmail.com>
5044
5045 * modes.texi (%-Constructs): Remove obsolete info about
5046 `global-mode-string'.
5047
50482006-02-07 Richard M. Stallman <rms@gnu.org>
5049
5050 * commands.texi (Prefix Command Arguments): Minor cleanup.
5051
5052 * display.texi: "Graphical display", not window system.
5053
5054 * functions.texi (What Is a Function): Fix xref.
5055
5056 * keymaps.texi (Key Lookup): Clarify wrt commands vs other functions.
5057 (Changing Key Bindings): Clarify when remapping is better than
5058 substitute-key-definition.
5059
50602006-02-02 Richard M. Stallman <rms@gnu.org>
5061
5062 * minibuf.texi (Basic Completion): Completion alists are risky.
5063
5064 * keymaps.texi (Active Keymaps): Clarifications.
5065 (Searching Keymaps): New node.
5066 (Keymaps): Update menu.
5067
5068 * frames.texi (Layout Parameters): Minor clarification.
5069 (Drag and Drop): New node.
5070 (Frames): Update menu.
5071
50722006-01-29 Chong Yidong <cyd@stupidchicken.com>
5073
5074 * display.texi (Other Display Specs, Image Descriptors):
5075 Image description is a list, not a cons cell.
5076
50772006-01-28 Luc Teirlinck <teirllm@auburn.edu>
5078
5079 * lists.texi (Cons Cells): Minor correction (the cdr of a dotted
5080 list is not necessarily a list).
5081
50822006-01-27 Eli Zaretskii <eliz@gnu.org>
5083
5084 * frames.texi (Layout Parameters): border-width and
5085 internal-border-width belong to the frame, not the window.
5086
50872006-01-19 Richard M. Stallman <rms@gnu.org>
5088
5089 * nonascii.texi (Translation of Characters): Search cmds use
5090 translation-table-for-input. Automatically made local.
5091
5092 * markers.texi (Overview of Markers): Count insertion type
5093 as one of a marker's attributes.
5094
5095 * keymaps.texi (Controlling Active Maps): New node, split out of
5096 Active Keymaps.
5097 (Keymaps): Menu updated.
5098 (Active Keymaps): Give pseudocode to explain how the active
5099 maps are searched. current-active-maps and key-binding moved here.
5100 (Functions for Key Lookup): current-active-maps and key-binding moved.
5101 Clarifications.
5102 (Searching the Keymaps): New subnode.
5103
5104 * elisp.texi (Top): Menu clarification.
5105
5106 * display.texi (Other Display Specs): Delete duplicate entry for
5107 just a string as display spec. Move text about recursive display
5108 specs on such a string.
5109
5110 * commands.texi (Key Sequence Input): Clarify.
5111 Move num-nonmacro-input-events out.
5112 (Reading One Event): num-nonmacro-input-events moved here.
5113
51142006-01-14 Nick Roberts <nickrob@snap.net.nz>
5115
5116 * advice.texi (Simple Advice): Update example to fit argument
5117 change in previous-line.
5118
51192006-01-05 Richard M. Stallman <rms@gnu.org>
5120
5121 * markers.texi (The Mark): Fix in `mark'.
5122
51232006-01-04 Richard M. Stallman <rms@gnu.org>
5124
5125 * processes.texi (Misc Network, Make Network): Minor cleanups.
5126
51272006-01-04 Kim F. Storm <storm@cua.dk>
5128
5129 * processes.texi (Make Network): Add IPv6 addresses and handling.
5130 (Network Feature Testing): Mention (:family ipv6).
5131 (Misc Network): Add IPv6 formats to format-network-address.
5132
51332005-12-30 Richard M. Stallman <rms@gnu.org>
5134
5135 * text.texi (Changing Properties):
5136 Don't use return value of set-text-properties.
5137
51382005-12-29 Luc Teirlinck <teirllm@auburn.edu>
5139
5140 * modes.texi (Mode Line Format): Correct typo in menu.
5141
51422005-12-29 Richard M. Stallman <rms@gnu.org>
5143
5144 * modes.texi (Mode Line Top): New node.
5145 (Mode Line Data): Some text moved to new node.
5146 Explain the data structure more concretely.
5147 (Mode Line Basics): Clarifications.
5148 (Mode Line Variables): Clarify intro paragraph.
5149 (%-Constructs): Clarify intro paragraph.
5150 (Mode Line Format): Update menu.
5151
51522005-12-28 Luc Teirlinck <teirllm@auburn.edu>
5153
5154 * minibuf.texi (Basic Completion): Update lazy-completion-table
5155 examples for removal of ARGS argument.
5156
51572005-12-23 Richard M. Stallman <rms@gnu.org>
5158
5159 * text.texi (Undo): Restore some explanation from the version
5160 that was deleted.
5161
51622005-12-23 Eli Zaretskii <eliz@gnu.org>
5163
5164 * text.texi (Undo): Remove duplicate descriptions of `apply
5165 funname' and `apply delta' elements of the undo list.
5166
51672005-12-20 Richard M. Stallman <rms@gnu.org>
5168
5169 * help.texi (Help Functions): Update documentation of `apropos'.
5170
51712005-12-20 Luc Teirlinck <teirllm@auburn.edu>
5172
5173 * customize.texi (Type Keywords): Delete xref to "Text help-echo",
5174 because it is confusing. If the :help-echo keyword is a function,
5175 it is not directly used as the :help-echo overlay property, as the
5176 xref seems to suggest (it does not take the appropriate args).
5177
51782005-12-19 Luc Teirlinck <teirllm@auburn.edu>
5179
5180 * customize.texi (Common Keywords): Fix Texinfo usage.
5181 (Group Definitions, Variable Definitions): Update for new
5182 conventions for using `*' in docstrings.
5183
5184 * tips.texi (Documentation Tips): Update for new conventions for
5185 using `*' in docstrings.
5186
51872005-12-16 Richard M. Stallman <rms@gnu.org>
5188
5189 * minibuf.texi (Minibuffer Contents): Minor cleanup.
5190
51912005-12-16 Juri Linkov <juri@jurta.org>
5192
5193 * minibuf.texi (Minibuffer Contents): Add minibuffer-completion-contents.
5194
51952005-12-14 Romain Francoise <romain@orebokech.com>
5196
5197 * modes.texi (Customizing Keywords): Rename `append' to `how'.
5198 Fix typo.
5199
52002005-12-11 Juri Linkov <juri@jurta.org>
5201
5202 * minibuf.texi (Completion Commands): Add mention of read-file-name
5203 for filename completion keymaps.
5204 (Reading File Names): Add mention of filename completion keymaps
5205 for read-file-name and xref to `Completion Commands'.
5206
52072005-12-10 Richard M. Stallman <rms@gnu.org>
5208
5209 * customize.texi (Common Keywords): State caveats for use of :tag.
5210
52112005-12-08 Richard M. Stallman <rms@gnu.org>
5212
5213 * minibuf.texi (Intro to Minibuffers): Replace list of local maps
5214 with xrefs and better explanation.
5215 (Completion Commands): Add the filename completion maps.
5216
5217 * objects.texi (Character Type): Clarify that \s is not space
5218 if a dash follows.
5219
52202005-12-05 Richard M. Stallman <rms@gnu.org>
5221
5222 * windows.texi (Resizing Windows): Delete preserve-before args.
5223
52242005-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
5225
5226 * keymaps.texi (Format of Keymaps): Remove mention of a quirk
5227 in full keymaps, since the quirk has been fixed.
5228
52292005-12-03 Eli Zaretskii <eliz@gnu.org>
5230
5dcb4c4e
SM
5231 * hooks.texi (Standard Hooks): Add index entries.
5232 Mention `compilation-finish-functions'.
b8d4c8d0
GM
5233
52342005-11-27 Richard M. Stallman <rms@gnu.org>
5235
5236 * windows.texi (Resizing Windows): Add adjust-window-trailing-edge.
5237
52382005-11-21 Juri Linkov <juri@jurta.org>
5239
5240 * customize.texi (Common Keywords): Update links types
5241 custom-manual and url-link. Add link types emacs-library-link,
5242 file-link, function-link, variable-link, custom-group-link.
5243
52442005-11-20 Chong Yidong <cyd@stupidchicken.com>
5245
5246 * display.texi: Revert 2005-11-20 change.
5247
52482005-11-20 Thien-Thi Nguyen <ttn@gnu.org>
5249
5250 * processes.texi (Bindat Functions):
5251 Say "third" to refer to zero-based index "2".
5252
52532005-11-18 Luc Teirlinck <teirllm@auburn.edu>
5254
5255 * loading.texi (Library Search): Update the default value of
5256 `load-suffixes'.
5257
52582005-11-17 Chong Yidong <cyd@stupidchicken.com>
5259
5260 * display.texi (Attribute Functions): Mention :ignore-defface.
5261
52622005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
5263
5264 * modes.texi (Minor Mode Conventions): Use custom-set-minor-mode.
5265 (Minor Mode Conventions): Mention the use of a hook.
5266
52672005-11-06 Richard M. Stallman <rms@gnu.org>
5268
5269 * files.texi (Magic File Names): find-file-name-handler checks the
5270 `operations' property of the handler.
5271
52722005-11-03 Richard M. Stallman <rms@gnu.org>
5273
5274 * variables.texi (Frame-Local Variables): Small clarification.
5275
52762005-10-29 Chong Yidong <cyd@stupidchicken.com>
5277
5278 * os.texi (Init File): Document ~/.emacs.d/init.el.
5279
52802005-10-29 Richard M. Stallman <rms@gnu.org>
5281
5282 * internals.texi (Garbage Collection): Document memory-full.
5283
52842005-10-28 Bill Wohler <wohler@newt.com>
5285
5286 * tips.texi (Documentation Tips): Help mode now creates hyperlinks
5287 for URLs.
5288
52892005-10-28 Richard M. Stallman <rms@gnu.org>
5290
5291 * minibuf.texi (Completion Commands): Clean up prev change.
5292
52932005-10-26 Kevin Ryde <user42@zip.com.au>
5294
5295 * compile.texi (Eval During Compile): Explain recommended uses
5296 of eval-when-compile and eval-and-compile.
5297
52982005-10-27 Masatake YAMATO <jet@gyve.org>
5299
5300 * minibuf.texi (Completion Commands):
5301 Write about new optional argument for `display-completion-list'.
5302
53032005-10-23 Richard M. Stallman <rms@gnu.org>
5304
5305 * display.texi (Overlay Arrow): Clarify about local bindings of
5306 overlay-arrow-position.
5307
53082005-10-22 Eli Zaretskii <eliz@gnu.org>
5309
5310 * internals.texi (Building Emacs): Fix last change.
5311
53122005-10-22 Richard M. Stallman <rms@gnu.org>
5313
5314 * internals.texi (Building Emacs): Document eval-at-startup.
5315
53162005-10-21 Richard M. Stallman <rms@gnu.org>
5317
5318 * loading.texi (Where Defined): load-history contains abs file names.
5319 symbol-file returns abs file names.
5320
53212005-10-19 Kim F. Storm <storm@cua.dk>
5322
5323 * display.texi (Showing Images): Add max-image-size integer value.
5324
53252005-10-18 Chong Yidong <cyd@stupidchicken.com>
5326
5327 * display.texi (Showing Images): Document max-image-size.
5328
53292005-10-17 Richard M. Stallman <rms@gnu.org>
5330
5331 * commands.texi (Quitting): Minor clarification.
5332
5333 * processes.texi (Sentinels): Clarify about output and quitting.
5334 (Filter Functions): Mention with-local-quit.
5335
53362005-10-17 Juri Linkov <juri@jurta.org>
5337
5338 * buffers.texi (Current Buffer):
5339 * commands.texi (Event Input Misc):
5340 * compile.texi (Eval During Compile, Compiler Errors):
5341 * customize.texi (Group Definitions):
5342 * display.texi (Progress, Defining Faces):
5343 * files.texi (Writing to Files):
5344 * modes.texi (Mode Hooks, Defining Minor Modes):
5345 * streams.texi (Output Functions):
5346 * syntax.texi (Syntax Table Functions):
5347 * text.texi (Change Hooks):
5348 Replace `...' with `@dots{}' in `@defmac' and `@defspec'.
5349
5350 * commands.texi (Quitting): Replace arg `forms' with `body' in
5351 `with-local-quit'.
5352
5353 * positions.texi (Excursions): Replace arg `forms' with `body' in
5354 `save-excursion'.
5355
53562005-10-08 Kim F. Storm <storm@cua.dk>
5357
5358 * windows.texi (Window Tree): Rename window-split-tree to window-tree.
5359 Rename manual section accordingly.
5360
53612005-10-04 Kim F. Storm <storm@cua.dk>
5362
5363 * windows.texi (Window Split Tree): New section describing
5364 new function window-split-tree function.
5365
53662005-10-03 Nick Roberts <nickrob@snap.net.nz>
5367
5368 * display.texi (Fringe Size/Pos): Simplify and add detail.
5369
53702005-09-30 Romain Francoise <romain@orebokech.com>
5371
5372 * minibuf.texi (High-Level Completion): Explain that the prompt
5373 given to `read-buffer' should end with a colon and a space.
5374 Update usage examples.
5375
53762005-09-29 Juri Linkov <juri@jurta.org>
5377
5378 * display.texi (Displaying Messages): Rename argument name
5379 `string' to `format-string' in functions `message', `message-box',
5380 `message-or-box'.
5381
53822005-09-26 Chong Yidong <cyd@stupidchicken.com>
5383
5384 * errors.texi (Standard Errors): Correct xrefs.
5385
53862005-09-18 Chong Yidong <cyd@stupidchicken.com>
5387
5388 * display.texi (Defining Images): Update documentation for
5389 `image-load-path'.
5390
53912005-09-17 Richard M. Stallman <rms@gnu.org>
5392
5393 * display.texi (Defining Images): Clean up previous change.
5394
53952005-09-16 Romain Francoise <romain@orebokech.com>
5396
5397 * elisp.texi: Specify GFDL version 1.2.
5398
5399 * doclicense.texi (GNU Free Documentation License): Update to
5400 version 1.2.
5401
54022005-09-15 Chong Yidong <cyd@stupidchicken.com>
5403
5404 * display.texi (Defining Images): Document `image-load-path'.
5405
54062005-09-15 Richard M. Stallman <rms@gnu.org>
5407
5408 * objects.texi (Printed Representation): Minor cleanup.
5409 (Box Diagrams): Minor fix.
5410 (Cons Cell Type): Move (...) index item here.
5411 (Box Diagrams): From here.
5412 (Array Type): Minor fix.
5413 (Type Predicates): Delete index "predicates".
5414 (Hash Table Type): Clarify xref.
5415 (Dotted Pair Notation): Minor fix.
5416
54172005-09-10 Chong Yidong <cyd@stupidchicken.com>
5418
5419 * files.texi (Saving Buffers): Fix typo.
5420
54212005-09-08 Richard M. Stallman <rms@gnu.org>
5422
5423 * tips.texi (Programming Tips): Correct the "default" prompt spec.
5424
54252005-09-08 Chong Yidong <cyd@stupidchicken.com>
5426
5427 * locals.texi (Standard Buffer-Local Variables): Don't include
5428 mode variables for minor modes.
5429 Fix xrefs for buffer-display-count, buffer-display-table,
5430 buffer-offer-save, buffer-saved-size, cache-long-line-scans,
5431 enable-multibyte-characters, fill-column, header-line-format,
5432 left-fringe-width, left-margin, and right-fringe-width.
5433
5434 * hooks.texi (Standard Hooks): All hooks should conform to the
5435 standard naming convention now.
5436 Fix xref for `echo-area-clear-hook'.
5437
5438 * display.texi (Usual Display): Note that indicate-empty-lines and
5439 tab-width are buffer-local.
5440
5441 * files.texi (Saving Buffers): Add xref to `Killing Buffers'.
5442
5443 * modes.texi (Mode Help): Note that major-mode is buffer-local.
5444
5445 * nonascii.texi (Encoding and I/O): Note that
5446 buffer-file-coding-system is buffer-local.
5447
5448 * positions.texi (List Motion): Note that defun-prompt-regexp is
5449 buffer-local.
5450
5451 * text.texi (Auto Filling): Note that auto-fill-function is
5452 buffer-local.
5453 (Undo): Note that buffer-undo-list is buffer-local.
5454
5dcb4c4e
SM
5455 * windows.texi (Buffers and Windows):
5456 Document buffer-display-count.
b8d4c8d0
GM
5457
54582005-09-06 Richard M. Stallman <rms@gnu.org>
5459
5460 * tips.texi (Coding Conventions): Sometimes it is ok to put the
5461 package prefix elsewhere than at the start of the name.
5462
54632005-09-03 Richard M. Stallman <rms@gnu.org>
5464
5465 * tips.texi (Programming Tips): Add conventions for minibuffer
5466 questions and prompts.
5467
54682005-09-03 Joshua Varner <jlvarner@gmail.com> (tiny change)
5469
5470 * intro.texi (nil and t): Minor cleanup.
5471 Delete spurious mention of keyword symbols.
5472 (Evaluation Notation): Add index entry.
5473 (A Sample Function Description): Minor cleanup.
5474 (A Sample Variable Description): Not all vars can be set.
5475
54762005-09-03 Thien-Thi Nguyen <ttn@gnu.org>
5477
5478 * text.texi (Buffer Contents): Use "\n" in examples' result strings.
5479
5480 (Insertion): Document precise type of `insert-char' arg COUNT.
5481
54822005-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
5483
5484 * modes.texi (Other Font Lock Variables): Sync the default of
5485 font-lock-lines-before.
5486
54872005-08-31 Michael Albinus <michael.albinus@gmx.de>
5488
5489 * files.texi (Magic File Names): Add `make-auto-save-file-name'.
5490
54912005-08-29 Richard M. Stallman <rms@gnu.org>
5492
5493 * elisp.texi (Top): Update subnode menu.
5494
5495 * searching.texi (Searching and Matching): Move node.
5496 Rearrange contents and add overall explanation.
5497 (Searching and Case): Move node.
5498 (Searching and Matching): Update menu.
5499
55002005-08-27 Eli Zaretskii <eliz@gnu.org>
5501
5502 * os.texi (Startup Summary): Fix the description of the initial
5503 startup message display.
5504
55052005-08-25 Richard M. Stallman <rms@gnu.org>
5506
5507 * searching.texi (Search and Replace): Add replace-regexp-in-string.
5508
55092005-08-25 Emilio C. Lopes <eclig@gmx.net>
5510
5511 * display.texi (Finding Overlays): Fix `find-overlay-prop' in
5512 `next-overlay-change' example.
5513
55142005-08-22 Juri Linkov <juri@jurta.org>
5515
5516 * display.texi (Attribute Functions): Add set-face-inverse-video-p.
5517 Fix invert-face. Fix args of face-background.
5518
5519 * display.texi (Standard Faces): Delete node.
5520 (Faces): Add xref to `(emacs)Standard Faces'.
5521 (Displaying Faces): Fix xref to `Standard Faces'.
5522
5523 * modes.texi (Mode Line Data): Fix xref to Standard Faces.
5524
55252005-08-20 Alan Mackenzie <acm@muc.de>
5526
5527 * buffers.texi (The Buffer List): Clarify the manipulation of the
5528 buffer list.
5529
55302005-08-14 Richard M. Stallman <rms@gnu.org>
5531
5532 * modes.texi (Auto Major Mode): interpreter-mode-alist key is not
5533 a regexp.
5534
55352005-08-11 Richard M. Stallman <rms@gnu.org>
5536
5537 * elisp.texi (Top): Update subnode lists.
5538
5539 * display.texi (Inverse Video): Node deleted.
5540
5541 * tips.texi (Key Binding Conventions, Programming Tips, Warning Tips):
5542 New nodes split out of Coding Conventions.
5543
5544 * searching.texi (Regular Expressions): Document re-builder.
5545
5546 * os.texi (Time Parsing): New node split out of Time Conversion.
5547
5548 * processes.texi (Misc Network, Network Feature Testing)
5549 (Network Options, Make Network): New nodes split out of
5550 Low-Level Network.
5551
55522005-08-09 Richard M. Stallman <rms@gnu.org>
5553
5554 * frames.texi (Geometry): New node, split from Size and Position.
5555 (Frame Parameters): Refer to Geometry.
5556
5557 * buffers.texi (The Buffer List): Fix xrefs.
5558
5559 * windows.texi (Splitting Windows): Fix xref.
5560
5561 * frames.texi (Layout Parameters): Add xref.
5562
5563 * display.texi (Line Height, Scroll Bars): Fix xrefs.
5564
5565 * keymaps.texi (Menu Bar): Fix xref.
5566
5567 * locals.texi (Standard Buffer-Local Variables): Fix xref.
5568
5569 * modes.texi (%-Constructs): Fix xref.
5570
5571 * frames.texi (Window Frame Parameters): Node split up.
5572 (Basic Parameters, Position Parameters, Size Parameters)
5573 (Layout Parameters, Buffer Parameters, Management Parameters)
5574 (Cursor Parameters, Color Parameters): New subnodes.
5575
55762005-08-09 Luc Teirlinck <teirllm@auburn.edu>
5577
5578 * positions.texi (Screen Lines): Update xref for previous change
5579 in minibuf.texi.
5580
5581 * minibuf.texi (Intro to Minibuffers): Update pxref for previous
5582 change in minibuf.texi.
5583
55842005-08-09 Richard M. Stallman <rms@gnu.org>
5585
5586 * tips.texi (Coding Conventions): Minor cleanup.
5587
5588 * modes.texi (Defining Minor Modes): Explain when init-value
5589 can be non-nil.
5590
5591 * elisp.texi (Top): Update submenu for Minibuffer.
5592
5593 * minibuf.texi (Minibuffer Misc): Node split up.
5594 (Minibuffer Commands, Minibuffer Windows, Minibuffer Contents)
5595 (Recursive Mini): New nodes split out from Minibuffer Misc.
5596 (Minibuffer Misc): Document max-mini-window-height.
5597
5598 * hash.texi (Defining Hash): Delete stray paren in example.
5599
5600 * display.texi (Echo Area Customization): Don't define
5601 max-mini-window-height here; xref instead.
5602
5603 * commands.texi (Event Input Misc): Update while-no-input.
5604
5605 * advice.texi (Advising Functions): Explain when to use advice
5606 and when to use a hook.
5607
56082005-07-30 Eli Zaretskii <eliz@gnu.org>
5609
5610 * makefile.w32-in (info): Don't run install-info.
5611 ($(infodir)/dir): New target, produced by running install-info.
5612
56132005-07-27 Luc Teirlinck <teirllm@auburn.edu>
5614
5615 * modes.texi (Defining Minor Modes): The keyword for the initial
5616 value is :init-value, not :initial-value.
5617
56182005-07-23 Eli Zaretskii <eliz@gnu.org>
5619
5620 * loading.texi (Autoload): Make the `doctor' example be consistent
5621 with what's in current loaddefs.el. Describe the "fn" magic in
5622 the usage portion of the doc string.
5623
56242005-07-22 Richard M. Stallman <rms@gnu.org>
5625
5626 * internals.texi (Garbage Collection): Clarify previous change.
5627
56282005-07-21 Stefan Monnier <monnier@iro.umontreal.ca>
5629
5630 * internals.texi (Garbage Collection): Add gc-cons-percentage.
5631
56322005-07-18 Juri Linkov <juri@jurta.org>
5633
5634 * commands.texi (Accessing Events):
5635 * frames.texi (Text Terminal Colors, Resources):
5636 * markers.texi (The Mark):
5637 * modes.texi (Defining Minor Modes):
5638 Delete duplicate duplicate words.
5639
56402005-07-16 Richard M. Stallman <rms@gnu.org>
5641
5642 * display.texi (Managing Overlays): Clarify make-overlay
5643 args for insertion types.
5644
56452005-07-13 Luc Teirlinck <teirllm@auburn.edu>
5646
5647 * customize.texi (Variable Definitions):
5648 Add `custom-initialize-safe-set' and `custom-initialize-safe-default'.
5649 `standard-value' is a list too.
5650 (Defining New Types): Use @key{RET} instead of @key{ret}.
5651
56522005-07-13 Francis Litterio <franl@world.std.com> (tiny change)
5653
5654 * os.texi (Translating Input): Fix typo.
5655
56562005-07-08 Richard M. Stallman <rms@gnu.org>
5657
5658 * README: Update edition number and size estimate.
5659
5660 * elisp.texi (VERSION): Set to 2.9.
5661
56622005-07-07 Richard M. Stallman <rms@gnu.org>
5663
5664 * book-spine.texinfo: Update Emacs version.
5665
5666 * display.texi (Inverse Video): Delete mode-line-inverse-video.
5667
56682005-07-06 Richard M. Stallman <rms@gnu.org>
5669
5670 * searching.texi (Regexp Search): Clarify what re-search-forward
5671 does when the search fails.
5672
56732005-07-05 Lute Kamstra <lute@gnu.org>
5674
5675 * Update FSF's address in GPL notices.
5676
5677 * doclicense.texi (GNU Free Documentation License):
5678 * gpl.texi (GPL):
5679 * tips.texi (Coding Conventions, Library Headers):
5680 * vol1.texi:
5681 * vol2.texi: Update FSF's address.
5682
56832005-07-04 Richard M. Stallman <rms@gnu.org>
5684
5685 * hooks.texi (Standard Hooks): Add occur-hook.
5686
56872005-07-03 Luc Teirlinck <teirllm@auburn.edu>
5688
5689 * display.texi (The Echo Area): Correct menu.
5690
56912005-07-03 Richard M. Stallman <rms@gnu.org>
5692
5693 * elisp.texi (Top): Update subnode menu for Display.
5694
5695 * display.texi (Displaying Messages): New node, with most
5696 of what was in The Echo Area.
5dcb4c4e 5697 (Progress): Move under The Echo Area.
b8d4c8d0
GM
5698 (Logging Messages): New node with new text.
5699 (Echo Area Customization): New node, the rest of what was
5700 in The Echo Area. Document message-truncate-lines with @defvar.
5701 (Display): Update menu.
5702
5703 * windows.texi (Textual Scrolling): Doc 3 values for
5704 scroll-preserve-screen-position.
5705
5706 * text.texi (Special Properties): Change hook functions
5707 should bind inhibit-modification-hooks around altering buffer text.
5708
5709 * keymaps.texi (Key Binding Commands): Call binding BINDING
5710 rather than DEFINITION.
5711
57122005-06-29 Juanma Barranquero <lekktu@gmail.com>
5713
5714 * variables.texi (Defining Variables): `user-variable-p' returns t
5715 for aliases of user options, nil for alias loops.
5716
57172005-06-28 Richard M. Stallman <rms@gnu.org>
5718
5719 * keymaps.texi (Creating Keymaps): Put make-sparse-keymap before
5720 make-keymap.
5721
57222005-06-27 Luc Teirlinck <teirllm@auburn.edu>
5723
5724 * variables.texi (Setting Variables): Correct and clarify
5725 description of `add-to-ordered-list'.
5726
57272005-06-26 Richard M. Stallman <rms@gnu.org>
5728
5729 * display.texi (Faces): Minor cleanup.
5730
57312005-06-25 Luc Teirlinck <teirllm@auburn.edu>
5732
5733 * display.texi (Faces): `facep' returns t for strings that are
5734 face names.
5735
57362005-06-25 Richard M. Stallman <rms@gnu.org>
5737
5738 * objects.texi (Equality Predicates): Clarify meaning of equal.
5739
5740 * windows.texi (Selecting Windows): save-selected-window
5741 and with-selected-window save and restore the current buffer.
5742
57432005-06-24 Richard M. Stallman <rms@gnu.org>
5744
5745 * numbers.texi (Float Basics): Explain how to test for NaN,
5746 and printing the sign of NaNs.
5747
57482005-06-24 Eli Zaretskii <eliz@gnu.org>
5749
5750 * makefile.w32-in (MAKEINFO): Use --force.
5751
57522005-06-23 Richard M. Stallman <rms@gnu.org>
5753
5754 * display.texi (Face Functions): Correct Texinfo usage.
5755
57562005-06-23 Luc Teirlinck <teirllm@auburn.edu>
5757
5758 * lists.texi (Rings): `ring-elements' now returns the elements of
5759 RING in order.
5760
57612005-06-23 Juanma Barranquero <lekktu@gmail.com>
5762
5763 * markers.texi (The Mark): Texinfo usage fix.
5764
57652005-06-23 Kim F. Storm <storm@cua.dk>
5766
5767 * searching.texi (Entire Match Data): Remove evaporate option for
5768 match-data. Do not mention evaporate option for set-match-data.
5769
57702005-06-22 Glenn Morris <gmorris@ast.cam.ac.uk>
5771
5772 * display.texi (Face Functions): Mention face aliases.
5773
57742005-06-21 Richard M. Stallman <rms@gnu.org>
5775
5776 * anti.texi (Antinews): Texinfo usage fix.
5777
57782005-06-21 Karl Berry <karl@gnu.org>
5779
5780 * elisp.texi: Use @copying.
5781
5782 * elisp.texi: Put @summarycontents and @contents before the Top
5783 node, instead of the end of the file, so that the contents appear
5784 in the right place in the dvi/pdf output.
5785
57862005-06-21 Juri Linkov <juri@jurta.org>
5787
5788 * display.texi (Defining Faces): Add `customized-face'.
5789
57902005-06-20 Kim F. Storm <storm@cua.dk>
5791
5792 * variables.texi (Setting Variables): Any type of element can be
5793 given order in add-to-ordered-list. Compare elements with eq.
5794
5795 * lists.texi (Rearrangement): Sort predicate may just return non-nil.
5796
57972005-06-20 Karl Berry <karl@gnu.org>
5798
5799 * syntax.texi (Syntax Flags): Make last column very slightly wider
5800 to avoid "generic comment" breaking on two lines and causing an
5801 underfull box.
5802
58032005-06-19 Luc Teirlinck <teirllm@auburn.edu>
5804
5805 * lists.texi (Rings): Various minor clarifications and corrections.
5806
58072005-06-18 Richard M. Stallman <rms@gnu.org>
5808
5809 * functions.texi (Obsolete Functions): Simplify.
5810
5811 * variables.texi (Variable Aliases): Simplify.
5812
5813 * anti.texi, backups.texi, compile.texi, customization.texi:
5814 * debugging.texi, display.texi, edebug.texi, errors.texi, frames.texi:
5815 * functions.texi, help.texi, keymaps.texi, modes.texi, nonascii.texi:
5816 * os.texi, processes.texi, searching.texi, strings.texi, text.texi:
5817 * variables.texi: Fix formatting ugliness.
5818
5819 * elisp.texi: Add links to Rings and Byte Packing.
5820 Update version and copyright years.
5821
5822 * minibuf.texi: Fix formatting ugliness.
5823 (Completion Commands): Move keymap vars to the end
5824 and vars completing-read binds to the top.
5825
58262005-06-17 Luc Teirlinck <teirllm@auburn.edu>
5827
5828 * processes.texi: Fix typos.
5829 (Bindat Spec): Correct Texinfo error.
5830 (Byte Packing): Fix ungrammatical sentence.
5831
58322005-06-17 Thien-Thi Nguyen <ttn@gnu.org>
5833
5834 * lists.texi (Rings): New node.
5835 (Lists): Add it to menu.
5836
5837 * processes.texi (Byte Packing): New node.
5838 (Processes): Add it to menu.
5839
58402005-06-17 Richard M. Stallman <rms@gnu.org>
5841
5842 * syntax.texi (Parsing Expressions): Fix texinfo usage.
5843
5844 * help.texi (Documentation Basics): Explain the xref to
5845 Documentation Tips.
5846
5847 * debugging.texi (Debugger Commands): Minor fix.
5848
58492005-06-16 Luc Teirlinck <teirllm@auburn.edu>
5850
5851 * edebug.texi (Instrumenting): Eliminate duplicate link.
5852 (Specification List): Replace references to "below", referring to
5853 a later node, with one @ref to that node.
5854
5855 * os.texi (Timers): Timers should save and restore the match data
5856 if they change it.
5857
5858 * debugging.texi (Debugger Commands): Mention that the Lisp
5859 debugger can not step through primitive functions.
5860
58612005-06-16 Juanma Barranquero <lekktu@gmail.com>
5862
5863 * functions.texi (Obsolete Functions): Update argument names of
5864 `make-obsolete' and `define-obsolete-function-alias'.
5865
5866 * variables.texi (Variable Aliases): Update argument names of
5867 `defvaralias', `make-obsolete-variable' and
5868 `define-obsolete-variable-alias'.
5869
58702005-06-15 Kim F. Storm <storm@cua.dk>
5871
5872 * searching.texi (Entire Match Data): Rephrase warnings about
5873 evaporate arg to match-data and set-match-data.
5874
58752005-06-14 Luc Teirlinck <teirllm@auburn.edu>
5876
5877 * elisp.texi (Top): Update detailed menu.
5878
5879 * edebug.texi (Edebug): Update menu.
5880 (Instrumenting): Update xrefs.
5881 (Edebug Execution Modes): Correct xref.
5882 (Jumping): Clarify description of `h' command.
5883 Eliminate redundant @ref.
5884 (Breaks): New node.
5885 (Breakpoints): Is now a subsubsection.
5886 (Global Break Condition): Mention `C-x X X'.
5887 (Edebug Views): Clarify `v' and `p'. Mention `C-x X w'.
5888 (Trace Buffer): Clarify STRING arg of `edebug-tracing'.
5889 (Edebug Display Update): Correct pxref.
5890 (Edebug and Macros): New node.
5891 (Instrumenting Macro Calls): Is now a subsubsection.
5892 Neither arg of `def-edebug-spec' is evaluated.
5893 (Instrumenting Macro Calls): Mention `edebug-eval-macro-args'.
5894 (Specification Examples): Fix typo.
5895
58962005-06-14 Lute Kamstra <lute@gnu.org>
5897
5898 * debugging.texi (Function Debugging): Primitives can break on
5899 entry too.
5900
59012005-06-14 Kim F. Storm <storm@cua.dk>
5902
5903 * variables.texi (Setting Variables): Add add-to-ordered-list.
5904
59052005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
5906
5907 * syntax.texi (Parsing Expressions): Document aux functions and vars of
5908 syntax-ppss: syntax-ppss-flush-cache and syntax-begin-function.
5909
59102005-06-13 Lute Kamstra <lute@gnu.org>
5911
5912 * text.texi (Special Properties): Fix cross reference.
5913
59142005-06-11 Luc Teirlinck <teirllm@auburn.edu>
5915
5916 * debugging.texi (Function Debugging): Delete mention of empty
5917 string argument to `cancel-debug-on-entry'. Delete inaccurate
5918 description of the return value of that command.
5919
59202005-06-11 Alan Mackenzie <acm@muc.de>
5921
5922 * text.texi (Adaptive Fill): Amplify the description of
5923 fill-context-prefix.
5924
59252005-06-10 Luc Teirlinck <teirllm@auburn.edu>
5926
5927 * syntax.texi (Parsing Expressions): Fix Texinfo error.
5928
59292005-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
5930
5931 * syntax.texi (Parsing Expressions): Document syntax-ppss.
5932
59332005-06-10 Luc Teirlinck <teirllm@auburn.edu>
5934
5935 * debugging.texi (Error Debugging): Minor rewording.
5936 (Function Debugging): FUNCTION-NAME arg to `cancel-debug-on-entry'
5937 is optional.
5938
59392005-06-10 Lute Kamstra <lute@gnu.org>
5940
5941 * elisp.texi: Use EMACSVER to refer to the current version of Emacs.
5942 (Top): Give it a title. Correct version number. Give the
5943 detailed node listing a more prominent header.
5944 * intro.texi: Don't set VERSION here a second time.
5945 Mention Emacs's version too.
5946 * anti.texi (Antinews): Use EMACSVER to refer to the current
5947 version of Emacs.
5948
59492005-06-09 Kim F. Storm <storm@cua.dk>
5950
5951 * searching.texi (Entire Match Data): Explain new `reseat' argument to
5952 match-data and set-match-data.
5953
59542005-06-08 Richard M. Stallman <rms@gnu.org>
5955
5956 * searching.texi (Entire Match Data): Clarify when match-data
5957 returns markers and when integers.
5958
5959 * display.texi (Defining Faces): Explain that face name should not
5960 end in `-face'.
5961
5962 * modes.texi (Mode Line Data): Minor cleanup.
5963 (Customizing Keywords): Node split out of Search-based Fontification.
5964 Add example of using font-lock-add-keywords from a hook.
5965 Clarify when MODE should be non-nil, and when nil.
5966
59672005-06-06 Richard M. Stallman <rms@gnu.org>
5968
5969 * modes.texi (Mode Line Data): Explain what happens when the car
5970 of a list is a void symbol.
5971 (Search-based Fontification): Explain MODE arg to
5972 font-lock-add-keywords and warn about calls from major modes.
5973
59742005-06-08 Juri Linkov <juri@jurta.org>
5975
5976 * display.texi (Standard Faces): Add `shadow' face.
5977
59782005-05-29 Luc Teirlinck <teirllm@auburn.edu>
5979
5980 * modes.texi (Major Mode Conventions): A derived mode only needs
5981 to put the call to the parent mode inside `delay-mode-hooks'.
5982
59832005-05-29 Richard M. Stallman <rms@gnu.org>
5984
5985 * modes.texi (Mode Hooks): Explain that after-change-major-mode-hook is
5986 new, and what that implies. Clarify.
5987
5988 * files.texi (Locating Files): Clean up the text.
5989
5990 * frames.texi (Window Frame Parameters): Document user-size.
5991 Shorten entry for top by referring to left.
5992
59932005-05-26 Richard M. Stallman <rms@gnu.org>
5994
5995 * modes.texi (Mode Hooks): Explain that after-change-major-mode-hook
5996 is new, and what the implications are. Other clarifications.
5997
59982005-05-24 Richard M. Stallman <rms@gnu.org>
5999
6000 * frames.texi (Dialog Boxes): Minor fixes.
6001
60022005-05-25 Masatake YAMATO <jet@gyve.org>
6003
6004 * display.texi (Standard Faces): Write about `mode-line-highlight'.
6005
60062005-05-24 Luc Teirlinck <teirllm@auburn.edu>
6007
6008 * frames.texi (Dialog Boxes): HEADER argument to `x-popup-dialog'
6009 is optional.
6010
60112005-05-24 Nick Roberts <nickrob@snap.net.nz>
6012
10d1d0af 6013 * frames.texi (Dialog Boxes): Describe new optional argument.
b8d4c8d0
GM
6014
60152005-05-23 Lute Kamstra <lute@gnu.org>
6016
6017 * modes.texi (Font Lock Basics, Syntactic Font Lock): Recommend
6018 syntax-begin-function over font-lock-beginning-of-syntax-function.
6019
60202005-05-21 Luc Teirlinck <teirllm@auburn.edu>
6021
6022 * minibuf.texi (Reading File Names): Update description of
6023 `read-directory-name'.
6024
6025 * modes.texi (Derived Modes): Clarify :group keyword.
6026
60272005-05-21 Eli Zaretskii <eliz@gnu.org>
6028
6029 * files.texi (Locating Files): New subsection.
6030 Describe locate-file and executable-find.
6031
60322005-05-21 Kevin Ryde <user42@zip.com.au>
6033
6034 * frames.texi (Initial Parameters): Update cross reference to
6035 "Emacs Invocation".
6036
60372005-05-19 Luc Teirlinck <teirllm@auburn.edu>
6038
6039 * keymaps.texi (Active Keymaps): Add anchor.
6040
6041 * modes.texi (Hooks): Delete confusing and unnecessary sentence.
6042 (Major Mode Conventions): Refer to `Auto Major Mode' in more
6043 appropriate place.
6044 (Derived Modes): Small clarifications.
6045 (Minor Mode Conventions, Keymaps and Minor Modes):
6046 Replace references to nodes with references to anchors.
6047 (Mode Line Data): Warn that `(:eval FORM)' should not load any files.
6048 Clarify description of lists whose first element is an integer.
6049 (Mode Line Variables): Add anchor.
6050 (%-Constructs): Clarify description of integer after %.
6051 (Emulating Mode Line): Describe nil value for FACE.
6052
60532005-05-18 Luc Teirlinck <teirllm@auburn.edu>
6054
6055 * modes.texi (Derived Modes): Correct references to non-existing
6056 variable standard-syntax-table.
6057
60582005-05-17 Lute Kamstra <lute@gnu.org>
6059
6060 * modes.texi (Defining Minor Modes): Mention the mode hook.
6061
60622005-05-15 Kim F. Storm <storm@cua.dk>
6063
6064 * processes.texi (Network): Remove open-network-stream-nowait.
6065 (Network Servers): Remove open-network-stream-server.
6066
60672005-05-15 Luc Teirlinck <teirllm@auburn.edu>
6068
6069 * elisp.texi (Top): Update detailed menu.
6070
6071 * variables.texi: Reorder nodes.
6072 (Variables): Update menu.
6073 (File Local Variables): Do not refer to the `-*-' line as
6074 a "local variables list". Add pxref.
6075
60762005-05-14 Luc Teirlinck <teirllm@auburn.edu>
6077
6078 * elisp.texi (Top): Update detailed menu for node changes.
6079
6080 * modes.texi (Modes): Update Menu.
6081 (Hooks): Move to beginning of chapter.
6082 Most minor modes run mode hooks too.
6083 `add-hook' can handle void hooks or hooks whose value is a single
6084 function.
6085 (Major Modes): Update Menu.
6086 (Major Mode Basics): New node, split off from `Major Modes'.
6087 (Major Mode Conventions): Correct xref. Explain how to handle
6088 auto-mode-alist if the major mode command has an autoload cookie.
6089 (Auto Major Mode): Major update. Add magic-mode-alist.
6090 (Derived Modes): Major update.
6091 (Mode Line Format): Update Menu.
6092 (Mode Line Basics): New node, split off from `Mode Line Format'.
6093
6094 * loading.texi (Autoload): Mention `autoload cookie' as synonym
6095 for `magic autoload comment'. Add index entries and anchor.
6096
60972005-05-14 Richard M. Stallman <rms@gnu.org>
6098
6099 * tips.texi (Coding Conventions): Explain how important it is
6100 that just loading certain files not change Emacs behavior.
6101
6102 * modes.texi (Defining Minor Modes): Define define-global-minor-mode.
6103
61042005-05-12 Lute Kamstra <lute@gnu.org>
6105
6106 * modes.texi (Generic Modes): Update.
6107 (Major Modes): Refer to node "Generic Modes".
6108
6109 * elisp.texi (Top): Update to the current structure of the manual.
6110 * processes.texi (Processes): Add menu description.
6111 * customize.texi (Customization): Add menu descriptions.
6112
61132005-05-11 Thien-Thi Nguyen <ttn@gnu.org>
6114
6115 * processes.texi (Signals to Processes)
6116 (Low-Level Network): Fix typos.
6117
61182005-05-11 Lute Kamstra <lute@gnu.org>
6119
6120 * elisp.texi (Top): Add some nodes from the chapter "Major and
6121 Minor Modes" to the detailed node listing.
6122
61232005-05-10 Richard M. Stallman <rms@gnu.org>
6124
6125 * keymaps.texi (Extended Menu Items): Menu item filter functions
6126 can be called at any time.
6127
61282005-05-08 Luc Teirlinck <teirllm@auburn.edu>
6129
6130 * variables.texi (File Local Variables): `(hack-local-variables t)'
6131 now also checks whether a mode is specified in the local variables
6132 list.
6133
61342005-05-05 Kevin Ryde <user42@zip.com.au>
6135
6136 * display.texi (The Echo Area): Correct format function cross
6137 reference.
6138
61392005-05-05 Luc Teirlinck <teirllm@auburn.edu>
6140
6141 * variables.texi (Variable Aliases): Change description of
6142 `define-obsolete-variable-alias'.
6143
6144 * functions.texi (Functions): Add "Obsolete Functions" to menu.
6145 (Defining Functions): Add xref.
6146 (Obsolete Functions): New node.
6147 (Function Safety): Standardize capitalization of section title.
6148
6149 * frames.texi (Pop-Up Menus): Complete description of `x-popup-menu'.
6150 (Dialog Boxes): Complete description of `x-popup-dialog'.
6151
61522005-05-04 Richard M. Stallman <rms@gnu.org>
6153
6154 * commands.texi (Interactive Codes): Fix Texinfo usage.
6155 Document U more clearly.
6156
61572005-05-01 Luc Teirlinck <teirllm@auburn.edu>
6158
6159 * variables.texi (Variable Aliases): `make-obsolete-variable' is a
6160 function and not a macro.
6161
6162 * frames.texi (Pop-Up Menus): Correct and clarify description of
6163 `x-popup-menu'.
6164 (Dialog Boxes): Clarify description of `x-popup-dialog'.
6165
61662005-05-01 Richard M. Stallman <rms@gnu.org>
6167
6168 * edebug.texi (Checking Whether to Stop): Fix previous change.
6169
61702005-05-01 Luc Teirlinck <teirllm@auburn.edu>
6171
6172 * display.texi: Fix typos and Texinfo usage.
6173
6174 * edebug.texi (Checking Whether to Stop): executing-macro ->
6175 executing-kbd-macro.
6176
61772005-05-01 Richard M. Stallman <rms@gnu.org>
6178
6179 * display.texi (Invisible Text): Correct add-to-invisibility-spec.
6180
61812005-04-30 Richard M. Stallman <rms@gnu.org>
6182
6183 * files.texi (Magic File Names): Document `operations' property.
6184
61852005-04-29 Lute Kamstra <lute@gnu.org>
6186
6187 * modes.texi (Generic Modes): New node.
6188 (Major Modes): Add it to the menu.
6189 (Derived Modes): Add "derived mode" to concept index.
6190
61912005-04-28 Lute Kamstra <lute@gnu.org>
6192
6193 * modes.texi (Defining Minor Modes): Fix previous change.
6194 (Font Lock Mode): Simplify.
6195 (Font Lock Basics): Say that font-lock-defaults is buffer-local
6196 when set and that some parts are optional. Add cross references.
6197 (Search-based Fontification): Say how to specify font-lock-keywords.
6198 Add cross references. Add font-lock-multiline to index.
6199 Move font-lock-keywords-case-fold-search here from node "Other Font
6200 Lock Variables". Document font-lock-add-keywords and
6201 font-lock-remove-keywords.
6202 (Other Font Lock Variables): Move font-lock-keywords-only,
6203 font-lock-syntax-table, font-lock-beginning-of-syntax-function,
6204 and font-lock-syntactic-face-function to node "Syntactic Font
6205 Lock". Move font-lock-keywords-case-fold-search to node
6206 "Search-based Fontification". Document font-lock-inhibit-thing-lock
6207 and font-lock-{,un}fontify-{buffer,region}-function.
6208 (Precalculated Fontification): Remove reference to deleted variable
6209 font-lock-core-only.
6210 (Faces for Font Lock): Add font-lock-comment-delimiter-face.
6211 (Syntactic Font Lock): Add intro. Move font-lock-keywords-only,
6212 font-lock-syntax-table, font-lock-beginning-of-syntax-function,
6213 and font-lock-syntactic-face-function here from node "Other Font
6214 Lock Variables". Move font-lock-syntactic-keywords to "Setting
6215 Syntax Properties". Add cross references.
6216 (Setting Syntax Properties): New node.
6217 Move font-lock-syntactic-keywords here from "Syntactic Font Lock".
6218 * syntax.texi (Syntax Properties): Add cross reference.
6219 * hooks.texi (Standard Hooks): Add Font-Lock hooks.
6220
62212005-04-26 Richard M. Stallman <rms@gnu.org>
6222
6223 * display.texi (Defining Faces):
6224 Document `default' elements of defface spec.
6225
6226 * modes.texi (Major Mode Conventions): Explain customizing ElDoc mode.
6227
6228 * variables.texi (Variable Aliases): Clarify text.
6229
62302005-04-25 Chong Yidong <cyd@stupidchicken.com>
6231
6232 * windows.texi (Window Hooks): Remove reference to obsolete Lazy Lock.
6233
62342005-04-25 Luc Teirlinck <teirllm@auburn.edu>
6235
6236 * hooks.texi (Standard Hooks): Most minor modes have mode hooks too.
6237
62382005-04-24 Eli Zaretskii <eliz@gnu.org>
6239
6240 * syntax.texi (Syntax Table Internals): Elaborate documentation of
6241 syntax-after and syntax-class.
6242
6243 * files.texi (Changing Files): Fix last change's cross-reference.
6244 (Unique File Names): Don't mention "numbers" in the documentation
6245 of make-temp-file and make-temp-name.
6246
62472005-04-23 Richard M. Stallman <rms@gnu.org>
6248
6249 * files.texi (Changing Files): Document MUSTBENEW arg in copy-file.
6250
62512005-04-22 Nick Roberts <nickrob@snap.net.nz>
6252
6253 * windows.texi (Cyclic Window Ordering): Clarify window-list.
6254
62552005-04-22 Nick Roberts <nickrob@snap.net.nz>
6256
6257 * variables.texi (Variable Aliases): Describe make-obsolete-variable
6258 and define-obsolete-variable-alias.
6259
62602005-04-22 Kim F. Storm <storm@cua.dk>
6261
6262 * symbols.texi (Symbol Plists): Remove safe-get, as get is now safe.
6263 (Other Plists): Remove safe-plist-get, as plist-get is now safe.
6264
62652005-04-21 Lute Kamstra <lute@gnu.org>
6266
6267 * lists.texi (Association Lists): Document rassq-delete-all.
6268
62692005-04-19 Richard M. Stallman <rms@gnu.org>
6270
6271 * modes.texi (Search-based Fontification): Explain that
6272 facespec is an expression to be evaluated.
6273
62742005-04-19 Kevin Ryde <user42@zip.com.au>
6275
6276 * streams.texi (Output Functions): Fix xref.
6277 * strings.texi (String Conversion): Fix xref.
6278
62792005-04-19 Kim F. Storm <storm@cua.dk>
6280
6281 * symbols.texi (Symbol Plists): Add safe-get.
6282 Mention that `get' may signal an error.
6283
62842005-04-18 Nick Roberts <nickrob@snap.net.nz>
6285
6286 * customize.texi (Variable Definitions): Replace tooltip-mode
6287 example with save-place.
6288
62892005-04-17 Richard M. Stallman <rms@gnu.org>
6290
6291 * buffers.texi (Indirect Buffers): Clarify.
6292
6293 * positions.texi (Positions): Clarify converting marker to integer.
6294
6295 * strings.texi (String Basics): Mention string-match; clarify.
6296
62972005-04-08 Lute Kamstra <lute@gnu.org>
6298
6299 * modes.texi (Search-based Fontification): Fix cross references.
6300 Use consistent terminology. Document anchored highlighting.
6301
63022005-04-05 Lute Kamstra <lute@gnu.org>
6303
6304 * modes.texi (Defining Minor Modes): Document :group keyword
6305 argument and its default value.
6306
63072005-04-03 Lute Kamstra <lute@gnu.org>
6308
6309 * hooks.texi (Standard Hooks): Add some hooks. Add cross
6310 references and/or descriptions. Delete major mode hooks; mention
6311 them as a category instead. Rename or delete obsolete hooks.
6312
63132005-04-02 Richard M. Stallman <rms@gnu.org>
6314
6315 * nonascii.texi (Coding System Basics): Another wording cleanup.
6316
63172005-04-01 Richard M. Stallman <rms@gnu.org>
6318
6319 * nonascii.texi (Coding System Basics): Clarify previous change.
6320
63212005-04-01 Kenichi Handa <handa@m17n.org>
6322
10d1d0af 6323 * nonascii.texi (Coding System Basics): Describe about roundtrip
b8d4c8d0
GM
6324 identity of coding systems.
6325
63262005-03-29 Chong Yidong <cyd@stupidchicken.com>
6327
6328 * text.texi (Buffer Contents): Add filter-buffer-substring and
6329 buffer-substring-filters.
6330
63312005-03-26 Chong Yidong <cyd@stupidchicken.com>
6332
6333 * anti.texi (Antinews): Mention `G' interactive code.
6334
6335 * tips.texi (Compilation Tips): Mention benchmark.el.
6336
63372005-03-27 Luc Teirlinck <teirllm@auburn.edu>
6338
6339 * modes.texi (Other Font Lock Variables): `font-lock-fontify-block'
6340 is now bound to M-o M-o.
6341
6342 * keymaps.texi (Prefix Keys): `facemenu-keymap' is now on M-o.
6343
63442005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
6345
6346 * calendar.texi: Delete file (and move contents to emacs-xtra.texi
6347 in the Emacs Manual).
6348 * Makefile.in (srcs): Remove calendar.texi.
6349 * makefile.w32-in (srcs): Remove calendar.texi.
6350 * display.texi (Display): Change name of next node.
6351 * os.texi (System In): Change name of previous node.
6352 * elisp.texi (Top): Remove Calendar references.
6353 * vol1.texi (Top): Remove Calendar references.
6354 * vol2.texi (Top): Remove Calendar references.
6355
63562005-03-25 Richard M. Stallman <rms@gnu.org>
6357
6358 * display.texi (Standard Faces, Fringe Bitmaps, Customizing Bitmaps):
6359 Cleanup previous change.
6360
63612005-03-25 Chong Yidong <cyd@stupidchicken.com>
6362
6363 * display.texi (Face Attributes): Faces earlier in an :inherit
6364 list take precedence.
6365 (Scroll Bars): Fix description of vertical-scroll-bars.
6366 Document frame-current-scroll-bars and window-current-scroll-bars.
6367
6368 * markers.texi (The Mark): Document temporary Transient Mark mode.
6369
6370 * minibuf.texi (Reading File Names):
6371 Document read-file-name-completion-ignore-case.
6372
6373 * positions.texi (Screen Lines): Document nil for width argument
6374 to compute-motion.
6375
63762005-03-23 Kim F. Storm <storm@cua.dk>
6377
6378 * display.texi (Standard Faces): Other faces used in the fringe
6379 implicitly inherits from the fringe face.
6380 (Fringe Bitmaps): FACE in right-fringe and left-fringe display
6381 properties implicitly inherits from fringe face.
6382 (Customizing Bitmaps): Likewise for set-fringe-bitmap-face.
6383
63842005-03-20 Chong Yidong <cyd@stupidchicken.com>
6385
6386 * display.texi (Invisible Text): State default value of
6387 line-move-ignore-invisible.
6388 (Managing Overlays): Document remove-overlays.
6389 (Standard Faces): Document escape-glyph face.
6390
6391 * minibuf.texi (Reading File Names): Document read-file-name-function.
6392
6393 * modes.texi (Other Font Lock Variables):
6394 Document font-lock-lines-before.
6395
6396 * positions.texi (Skipping Characters): skip-chars-forward allows
6397 character classes.
6398
63992005-03-18 Lute Kamstra <lute@gnu.org>
6400
6401 * edebug.texi (Instrumenting Macro Calls): Fix another typo.
6402
64032005-03-17 Richard M. Stallman <rms@gnu.org>
6404
6405 * text.texi (Undo): Document extensible undo entries.
6406
dd7b651b 6407 * searching.texi (String Search, Regexp Search): Cleanups.
b8d4c8d0
GM
6408
6409 * nonascii.texi (Character Codes): Minor fix.
6410
6411 * display.texi (Display Property): Explain the significance
6412 of having text properties that are eq.
6413 (Other Display Specs): Explain string as display spec.
6414
6415 * commands.texi (Interactive Codes): Document G option.
6416
64172005-03-17 Chong Yidong <cyd@stupidchicken.com>
6418
6419 * text.texi (Filling): Add sentence-end-without-period and
6420 sentence-end-without-space.
6421 (Changing Properties): Minor fix.
6422
6423 * anti.texi: Total rewrite.
6424
64252005-03-15 Lute Kamstra <lute@gnu.org>
6426
6427 * edebug.texi (Instrumenting Macro Calls): Fix typos.
6428
64292005-03-08 Kim F. Storm <storm@cua.dk>
6430
6431 * display.texi (Specified Space): Property :width is support on
6432 non-graphic terminals, :height is not.
6433
64342005-03-07 Richard M. Stallman <rms@gnu.org>
6435
6436 * display.texi (Overlay Arrow, Fringe Bitmaps, Customizing Bitmaps):
6437 Now subnodes of Fringes.
6438 (Overlay Arrow): Document overlay-arrow-variable-list.
6439 (Fringe Size/Pos): New node, broken out of Fringes.
6440 (Display): Explain clearing vs redisplay better.
6441 (Truncation): Clarify use of bitmaps.
6442 (The Echo Area): Clarify the uses of the echo area.
6443 Add max-mini-window-height.
6444 (Progress): Clarify.
6445 (Invisible Text): Explain that main loop moves point out.
6446 (Selective Display): Say "hidden", not "invisible".
6447 (Managing Overlays): Move up. Describe relation to Undo here.
6448 (Overlay Properties): Clarify intro.
6449 (Finding Overlays): Explain return values when nothing found.
6450 (Width): truncate-string-to-width has added arg.
6451 (Displaying Faces): Clarify and update mode line face handling.
6452 (Face Functions): Minor cleanup.
6453 (Conditional Display): Merge into Other Display Specs.
6454 (Pixel Specification, Other Display Specs): Minor cleanups.
6455 (Images, Image Descriptors): Minor cleanups.
6456 (GIF Images): Patents have expired.
6457 (Showing Images): Explain default text for insert-image.
6458 (Manipulating Button Types): Merge into Manipulating Buttons.
6459 (Making Buttons): Explain return values.
6460 (Button Buffer Commands): Add xref.
6461 (Inverse Video): Update mode-line-inverse-video.
6462 (Display Table Format): Clarify.
6463 (Active Display Table): Give defaults for window-display-table.
6464
6465 * calendar.texi (Calendar Customizing): calendar-holiday-marker
6466 and calendar-today-marker are strings, not chars.
6467 (Holiday Customizing): Minor fix.
6468
6469 * internals.texi (Writing Emacs Primitives): Update `or' example.
6470 Update limit on # args of subr.
6471
6472 * edebug.texi (Using Edebug): Arrow is in fringe.
6473 (Instrumenting): Arg to eval-defun works without loading edebug.
6474 (Edebug Execution Modes): Add xref.
6475
6476 * customize.texi (Common Keywords): Clarify :require.
6477 Mention :version here.
6478 (Variable Definitions, Group Definitions): Not here.
6479 (Variable Definitions): Clarify symbol arg to :initialize and :set fns.
6480
64812005-03-07 Chong Yidong <cyd@stupidchicken.com>
6482 * nonascii.texi (Text Representations): Clarify position-bytes.
6483 (Character Sets): Add list-charset-chars.
6484 (Scanning Charsets): Add charset-after.
6485 (Encoding and I/O): Minor fix.
6486
64872005-03-06 Richard M. Stallman <rms@gnu.org>
6488
6489 * windows.texi (Vertical Scrolling): Get rid of "Emacs 21".
6490 (Resizing Windows): Likewise.
6491
6492 * text.texi (Change Hooks): Get rid of "Emacs 21".
6493
6494 * strings.texi (Formatting Strings): Get rid of "Emacs 21".
6495
6496 * streams.texi (Output Variables): Get rid of "Emacs 21".
6497
6498 * searching.texi (Regexp Special, Char Classes): Get rid of "Emacs 21".
6499
6500 * os.texi (Translating Input): Replace flow-control example
6501 with a less obsolete example that uses `keyboard-translate'.
6502
6503 * objects.texi (Hash Table Type, Circular Objects):
6504 Get rid of "Emacs 21".
6505
6506 * modes.texi (Mode Line Format): Get rid of "Emacs 21".
6507 (Mode Line Data, Properties in Mode, Header Lines): Likewise.
6508
6509 * minibuf.texi (Minibuffer Misc): Get rid of "Emacs 21".
6510
6511 * lists.texi (List Elements, Building Lists): Get rid of "Emacs 21".
6512
6513 * keymaps.texi (Menu Separators, Tool Bar): Get rid of "Emacs 21".
6514 (Menu Bar): Fix when menu-bar-update-hook is called.
6515
6516 * hash.texi (Hash Tables): Get rid of "Emacs 21".
6517
6518 * frames.texi (Text Terminal Colors): Get rid of "Emacs 21",
6519 and make it read better.
6520
6521 * files.texi (Writing to Files): Get rid of "Emacs 21".
6522 (Unique File Names): Likewise.
6523
6524 * elisp.texi: Update Emacs version to 22.
6525
6526 * display.texi (Forcing Redisplay): Get rid of "Emacs 21".
6527 (Overlay Properties, Face Attributes): Likewise.
6528 (Managing Overlays): Fix punctuation.
6529 (Attribute Functions): Clarify set-face-font; get rid of
6530 info about old Emacs versions.
6531 (Auto Faces, Font Lookup, Display Property, Images):
6532 Get rid of "Emacs 21".
6533
6534 * calendar.texi (Calendar Customizing): Get rid of "Emacs 21".
6535
65362005-03-05 Richard M. Stallman <rms@gnu.org>
6537
6538 * debugging.texi (Error Debugging): Remove stack-trace-on-error.
6539
65402005-03-04 Lute Kamstra <lute@gnu.org>
6541
6542 * debugging.texi (Error Debugging): Document stack-trace-on-error.
6543
65442005-03-03 Lute Kamstra <lute@gnu.org>
6545
6546 * edebug.texi (Instrumenting Macro Calls): Fix typo.
6547
65482005-03-01 Lute Kamstra <lute@gnu.org>
6549
6550 * debugging.texi (Debugger Commands): Update `j'.
6551
65522005-02-28 Lute Kamstra <lute@gnu.org>
6553
6554 * debugging.texi (Debugging): Fix typo.
6555 (Error Debugging): Document eval-expression-debug-on-error.
6556 (Function Debugging): Update example.
6557 (Using Debugger): Mention starred stack frames.
6558 (Debugger Commands): Document `j' and `l'.
6559 (Invoking the Debugger): `d' and `j' exit recursive edit too.
6560 Update the messages that the debugger displays.
6561 (Internals of Debugger): Add cross reference. Update example.
6562 (Excess Open): Minor improvement.
6563 (Excess Close): Minor improvement.
6564
65652005-02-26 Richard M. Stallman <rms@gnu.org>
6566
6567 * tips.texi (Coding Conventions): Clarify.
6568 Put all the major mode key reservations together.
6569 Mention the Mouse-1 => Mouse-2 conventions.
6570
6571 * syntax.texi (Syntax Class Table): Clarify.
6572 (Syntax Table Functions): syntax-after moved from here.
6573 (Syntax Table Internals): syntax-after moved to here.
6574 (Parsing Expressions): Update info on number of values
6575 and what's meaningful in the STATE argument.
6576 (Categories): Fix typo.
6577
6578 * sequences.texi (Arrays): Cleanup.
6579 (Char-Tables): Clarify.
6580
6581 * processes.texi (Deleting Processes): Cleanups, add xref.
6582 (Subprocess Creation): Explain nil in exec-path. Cleanup.
6583 (Process Information): set-process-coding-system, some args optional.
6584 (Input to Processes): Explain various types for PROCESS args.
6585 Rename them from PROCESS-NAME to PROCESS.
6586 (Signals to Processes): Likewise.
6587 (Decoding Output): Cleanup.
6588 (Query Before Exit): Clarify.
6589
6590 * os.texi (Startup Summary): Correct the options; add missing ones.
6591 (Terminal Output, Batch Mode): Clarify.
6592 (Flow Control): Node deleted.
6593
6594 * markers.texi (The Mark): Clarify.
6595
6596 * macros.texi (Expansion): Cleanup.
6597 (Indenting Macros): indent-spec allows ints, not floats.
6598
6599 * keymaps.texi (Keymaps): Clarify.
6600 (Format of Keymaps): Update lisp-mode-map example.
6601 (Active Keymaps, Key Lookup): Clarify.
6602 (Changing Key Bindings): Add xref to `kbd'.
6603 (Key Binding Commands, Simple Menu Items): Clarify.
6604 (Mouse Menus, Menu Bar): Clarify.
6605 (Menu Example): Replace print example with menu-bar-replace-menu.
6606
6607 * help.texi (Documentation Basics): Add function-documentation prop.
6608
6609 * elisp.texi (Top): Don't refer to Flow Control node.
6610
6611 * commands.texi (Command Overview): Improve xrefs.
6612 (Adjusting Point): Adjusting point applies to intangible and invis.
6613 (Key Sequence Input): Doc extra read-key-sequence args.
6614 Likewise for read-key-sequence-vector.
6615
6616 * backups.texi (Rename or Copy): Minor fix.
6617 (Numbered Backups): For version-control, say the default.
6618 (Auto-Saving): make-auto-save-file-name example is simplified.
6619
6620 * advice.texi (Advising Functions): Don't imply one part of Emacs
6621 should advise another part. Markup changes.
6622 (Defining Advice): Move transitional para.
6623 (Activation of Advice): Cleanup.
6624 Explain if COMPILE is nil or negative.
6625
6626 * abbrevs.texi (Abbrev Expansion): Clarify, fix typo.
6627
66282005-02-24 Lute Kamstra <lute@gnu.org>
6629
6630 * modes.texi (Defining Minor Modes): Explain that INIT-VALUE,
6631 LIGHTER, and KEYMAP can be omitted when KEYWORD-ARGS are used.
6632
66332005-02-23 Lute Kamstra <lute@gnu.org>
6634
6635 * modes.texi (Defining Minor Modes): define-minor-mode can be used
6636 to define global minor modes as well.
6637
6638 * display.texi (Managing Overlays): overlay-buffer returns nil for
6639 deleted overlays.
6640
66412005-02-22 Kim F. Storm <storm@cua.dk>
6642
6643 * minibuf.texi (Basic Completion): Allow symbols in addition to
6644 strings in try-completion and all-completions.
6645
66462005-02-14 Lute Kamstra <lute@gnu.org>
6647
6648 * elisp.texi (Top): Remove reference to deleted node.
6649
6650 * lists.texi (Lists): Remove reference to deleted node.
6651 (Cons Cells): Fix typo.
6652
6653 * loading.texi (Where Defined): Fix typo.
6654
66552005-02-14 Richard M. Stallman <rms@gnu.org>
6656
6657 * variables.texi (Creating Buffer-Local): change-major-mode-hook
6658 is useful for discarding some minor modes.
6659
6660 * symbols.texi (Symbol Components): Reorder examples.
6661
6662 * streams.texi (Input Functions): State standard-input default.
6663 (Output Variables): State standard-output default.
6664
6665 * objects.texi (Printed Representation): Clarify read syntax vs print.
6666 (Floating Point Type): Explain meaning better.
6667 (Symbol Type): Explain uniqueness better.
6668 (Cons Cell Type): Explain empty list sooner. CAR and CDR later.
6669 List examples sooner.
6670 (Box Diagrams): New subnode broken out.
6671 Some examples moved from old Lists as Boxes node.
6672 (Dotted Pair Notation): Clarify intro.
6673 (Array Type): Clarify.
6674 (Type Predicates): Add hash-table-p.
6675
6676 * numbers.texi (Integer Basics): Clarify radix explanation.
6677 (Predicates on Numbers): Minor clarification.
6678 (Comparison of Numbers): Minor clarification. Clarify eql.
6679 Typos in min, max.
6680 (Math Functions): Clarify overflow in expt.
6681
6682 * minibuf.texi (Text from Minibuffer): Minor clarification.
6683 Mention arrow keys.
6684
6685 * loading.texi (Autoload): defun's doc string overrides autoload's
6686 doc string.
6687 (Repeated Loading): Modernize "add to list" examples.
6688 (Where Defined): Finish updating table of load-history elts.
6689
6690 * lists.texi (List-related Predicates): Minor wording improvement.
6691 (Lists as Boxes): Node deleted.
6692 (Building Lists): Explain trivial cases of number-sequence.
6693
6694 * hash.texi (Hash Tables): Add desc to menu items.
10d1d0af 6695 (Creating Hash): Explain "full" means "make larger".
b8d4c8d0
GM
6696 (Hash Access): Any object can be a key.
6697 State value of maphash.
6698
6699 * functions.texi (What Is a Function): Wording cleanup.
6700 (Function Documentation): Minor cleanup.
6701 Explain purpose of calling convention at end of doc string.
6702 (Function Names): Wording cleanup.
6703 (Calling Functions): Wording cleanup.
6704 Explain better how funcall calls the function.
6705 (Function Cells): Delete example of saving and redefining function.
6706
6707 * control.texi (Combining Conditions): Wording cleanup.
6708 (Iteration): dolist and dotimes bind VAR locally.
6709 (Cleanups): Xref to Atomic Changes.
6710
6711 * compile.texi (Byte Compilation): Delete 19.29 info.
6712 (Compilation Functions): Macros' difficulties don't affect defsubst.
6713 (Docs and Compilation): Delete 19.29 info.
6714
67152005-02-10 Richard M. Stallman <rms@gnu.org>
6716
6717 * objects.texi (Symbol Type): Minor correction.
6718
67192005-02-06 Lute Kamstra <lute@gnu.org>
6720
6721 * modes.texi (Example Major Modes): Fix typos.
6722
67232005-02-06 Richard M. Stallman <rms@gnu.org>
6724
6725 * text.texi (Margins): fill-nobreak-predicate can be one function.
6726
6727 * strings.texi (Modifying Strings): clear-string can make unibyte.
6728 (Formatting Strings): format gives error if values missing.
6729
6730 * positions.texi (Character Motion): Mention default arg
6731 for forward-char. backward-char refers to forward-char.
6732 (Word Motion): Mention default arg for forward-word.
6733 (Buffer End Motion): Mention default arg for beginning-of-buffer.
6734 Simplify end-of-buffer.
6735 (Text Lines): Mention default arg for forward-line.
6736 (List Motion): Mention default arg for beginning/end-of-defun.
6737 (Skipping Characters): Minor fixes in explaining character-set.
6738
6739 * modes.texi (Major Mode Conventions): Mention "system abbrevs".
6740 Mode inheritance applies only when default-major-mode is nil.
6741 Clarifications.
6742 (Example Major Modes): Update Text mode and Lisp mode examples.
6743 (Minor Mode Conventions): Mention define-minor-mode at top.
6744 (Defining Minor Modes): In Hungry example, don't define C-M-DEL.
6745 (Mode Line Format): Update mode line face display info.
6746 (Properties in Mode): Mention effect of risky vars.
6747 (Imenu): Define imenu-add-to-menubar.
6748 (Font Lock Mode): Add descriptions to menu lines.
6749 (Faces for Font Lock): Add font-lock-doc-face.
6750
67512005-02-05 Lute Kamstra <lute@gnu.org>
6752
6753 * text.texi (Maintaining Undo): Remove obsolete function.
6754
67552005-02-05 Eli Zaretskii <eliz@gnu.org>
6756
6757 * frames.texi (Color Names): Add pointer to the X docs about RGB
c4cc8b9a 6758 color specifications. Improve indexing.
b8d4c8d0
GM
6759 (Text Terminal Colors): Replace the description of RGB values by
6760 an xref to "Color Names".
6761
67622005-02-03 Richard M. Stallman <rms@gnu.org>
6763
6764 * windows.texi (Basic Windows): Add cursor-in-non-selected-windows.
6765 Clarify.
6766 (Selecting Windows): Clarify save-selected-window.
6767 (Cyclic Window Ordering): Clarify walk-windows.
6768 (Window Point): Clarify.
6769 (Window Start): Add comment to example.
6770 (Resizing Windows): Add `interactive' specs in examples.
6771 Document fit-window-to-buffer.
6772
6773 * text.texi (User-Level Deletion): just-one-space takes numeric arg.
6774 (Undo, Maintaining Undo): Clarify last change.
6775 (Sorting): In sort-numeric-fields, explain about octal and hex.
6776 Mention sort-numeric-base.
6777 (Format Properties): Add xref for hard newlines.
6778
6779 * frames.texi (Window Frame Parameters): Explain pixel=char on tty.
6780 (Pop-Up Menus): Fix typo.
6781 (Color Names): Explain all types of color names.
6782 Explain color-values on B&W terminal.
6783 (Text Terminal Colors): Explain "rgb values" are lists. Fix arg names.
6784
6785 * files.texi (File Locks): Not supported on MS systems.
6786 (Testing Accessibility): Clarify.
6787
6788 * edebug.texi (Printing in Edebug): Fix edebug-print-circle.
6789 (Coverage Testing): Fix typo.
6790
6791 * commands.texi (Misc Events): Remove stray space.
6792
6793 * buffers.texi (Buffer Names): Clarify generate-new-buffer-name.
6794 (Modification Time): Clarify when visited-file-modtime returns 0.
6795 (The Buffer List): Clarify bury-buffer.
6796 (Killing Buffers): Clarify.
6797 (Indirect Buffers): Add clone-indirect-buffer.
6798
67992005-02-02 Matt Hodges <MPHodges@member.fsf.org>
6800
6801 * edebug.texi (Printing in Edebug): Fix default value of
6802 edebug-print-circle.
6803 (Coverage Testing): Fix displayed frequency count data.
6804
68052005-02-02 Luc Teirlinck <teirllm@auburn.edu>
6806
6807 * text.texi (Maintaining Undo): Add `undo-outer-limit'.
6808
68092005-02-02 Kim F. Storm <storm@cua.dk>
6810
6811 * text.texi (Undo) <buffer-undo-list>: Describe `apply' elements.
6812
68132005-01-29 Eli Zaretskii <eliz@gnu.org>
6814
6815 * commands.texi (Misc Events): Describe the help-echo event.
6816
6817 * text.texi (Special Properties) <help-echo>: Use `pos'
6818 consistently in description of the help-echo property.
6819 Use @code{nil} instead of @var{nil}.
6820
6821 * display.texi (Overlay Properties): Fix the index entry for
6822 help-echo overlay property.
6823
6824 * customize.texi (Type Keywords): Uncomment the xref to the
6825 help-echo property documentation.
6826
68272005-01-23 Kim F. Storm <storm@cua.dk>
6828
6829 * windows.texi (Window Start): Fix `pos-visible-in-window-p'
6830 return value. Third element FULLY replaced by PARTIAL which
6831 specifies number of invisible pixels if row is only partially visible.
6832 (Textual Scrolling): Mention auto-window-vscroll.
6833 (Vertical Scrolling): New defvar auto-window-vscroll.
6834
68352005-01-16 Luc Teirlinck <teirllm@auburn.edu>
6836
6837 * keymaps.texi (Changing Key Bindings): `suppress-keymap' now uses
6838 command remapping.
6839
68402005-01-15 Richard M. Stallman <rms@gnu.org>
6841
6842 * display.texi (Defining Images): Mention DATA-P arg of create-image.
6843
68442005-01-14 Kim F. Storm <storm@cua.dk>
6845
6846 * commands.texi (Accessing Events): Add WHOLE arg to posn-at-x-y.
6847
6848 * text.texi (Links and Mouse-1): Fix string and vector item.
6849
68502005-01-13 Richard M. Stallman <rms@gnu.org>
6851
6852 * keymaps.texi (Active Keymaps): Rewrite the text, and update the
6853 descriptions of overriding-local-map and overriding-terminal-local-map.
6854
6855 * text.texi (Links and Mouse-1): Clarify text.
6856
68572005-01-13 Kim F. Storm <storm@cua.dk>
6858
6859 * modes.texi (Emulating Mode Line): Update format-mode-line entry.
6860
68612005-01-13 Francis Litterio <franl@world.std.com> (tiny change)
6862
6863 * keymaps.texi (Active Keymaps): Fix overriding-local-map description.
6864
68652005-01-12 Kim F. Storm <storm@cua.dk>
6866
6867 * text.texi (Links and Mouse-1): Rename section from Enabling
6868 Mouse-1 to Following Links. Change xrefs.
6869 Add examples for define-button-type and define-widget.
6870
6871 * display.texi (Button Properties, Button Buffer Commands):
6872 Clarify mouse-1 and follow-link functionality.
6873
68742005-01-12 Richard M. Stallman <rms@gnu.org>
6875
6876 * text.texi (Enabling Mouse-1 to Follow Links): Redo prev. change.
6877
6878 * display.texi (Beeping): Fix Texinfo usage.
6879
6880 * modes.texi (Emulating Mode Line): Doc FACE arg in format-header-line.
6881
68822005-01-11 Kim F. Storm <storm@cua.dk>
6883
6884 * display.texi (Button Properties, Button Buffer Commands):
6885 Mention mouse-1 binding. Add follow-link keyword.
6886
6887 * text.texi (Text Properties): Add "Enable Mouse-1" to submenu.
6888 (Enabling Mouse-1 to Follow Links): New subsection.
6889
68902005-01-06 Richard M. Stallman <rms@gnu.org>
6891
6892 * text.texi (Special Properties): Minor change.
6893
6894 * os.texi (Timers): Clarify previous change.
6895
6896 * modes.texi (Emulating Mode Line): format-mode-line requires 1 arg.
6897
68982005-01-01 Luc Teirlinck <teirllm@auburn.edu>
6899
6900 * display.texi (Face Attributes): Correct xref to renamed node.
6901
69022005-01-01 Richard M. Stallman <rms@gnu.org>
6903
6904 * display.texi (Face Attributes): Describe hex color specs.
6905
69062004-12-31 Richard M. Stallman <rms@gnu.org>
6907
6908 * os.texi (Timers): Update previous change.
6909
69102004-12-30 Kim F. Storm <storm@cua.dk>
6911
6912 * display.texi (Line Height): Total line-height is now specified
6913 in line-height property of form (HEIGHT TOTAL). Swap (FACE . RATIO)
6914 in cons cells. (nil . RATIO) is relative to actual line height.
6915 Use line-height `t' instead of `0' to get minimum height.
6916
69172004-12-29 Richard M. Stallman <rms@gnu.org>
6918
6919 * os.texi (Timers): Discuss timers vs editing the buffer and undo.
6920
69212004-12-28 Richard M. Stallman <rms@gnu.org>
6922
6923 * commands.texi (Quitting): Clarify value of with-local-quit.
6924
6925 * elisp.texi (Top): Fix previous change.
6926
6927 * loading.texi (Loading): Fix previous change.
6928
69292004-12-27 Richard M. Stallman <rms@gnu.org>
6930
6931 * Makefile.in (MAKEINFO): Specify --force.
6932
6933 * buffers.texi (Killing Buffers): Add buffer-save-without-query.
6934
6935 * modes.texi (Emulating Mode Line): Document format's BUFFER arg.
6936
6937 * display.texi (Line Height): Further clarify.
6938
6939 * elisp.texi (Top): Update Loading submenu.
6940
6941 * loading.texi (Where Defined): New node.
6942 (Unloading): load-history moved to Where Defined.
6943
69442004-12-21 Richard M. Stallman <rms@gnu.org>
6945
6946 * commands.texi (Event Input Misc): Add while-no-input.
6947
69482004-12-11 Richard M. Stallman <rms@gnu.org>
6949
6950 * display.texi (Line Height): Rewrite text for clarity.
6951
69522004-12-11 Kim F. Storm <storm@cua.dk>
6953
6954 * display.texi (Display): Add node "Line Height" to menu.
6955 (Line Height): New node. Move full description of line-spacing
6956 and line-height text properties here from text.texi.
6957 (Scroll Bars): Add vertical-scroll-bar variable.
6958
6959 * frames.texi (Window Frame Parameters): Remove line-height defvar.
6960
6961 * locals.texi (Standard Buffer-Local Variables): Fix xref for
6962 line-spacing and vertical-scroll-bar.
6963
6964 * text.texi (Special Properties): Just mention line-spacing and
6965 line-height here, add xref to new "Line Height" node.
6966
69672004-12-09 Thien-Thi Nguyen <ttn@gnu.org>
6968
6969 * frames.texi (Window Frame Parameters): New @defvar for `line-spacing'.
6970
6971 * locals.texi (Standard Buffer-Local Variables):
6972 Add @xref for `line-spacing'.
6973
69742004-12-05 Richard M. Stallman <rms@gnu.org>
6975
6976 * Makefile.in (maintainer-clean): Remove the info files
6977 in $(infodir) where they are created.
6978
69792004-12-03 Richard M. Stallman <rms@gnu.org>
6980
6981 * windows.texi (Selecting Windows): get-lru-window and
6982 get-largest-window don't consider dedicated windows.
6983
6984 * text.texi (Undo): Document undo-in-progress.
6985
69862004-11-26 Richard M. Stallman <rms@gnu.org>
6987
6988 * locals.texi (Standard Buffer-Local Variables): Undo prev change.
6989 Remove a few vars that are not always buffer-local.
6990
69912004-11-24 Luc Teirlinck <teirllm@auburn.edu>
6992
6993 * locals.texi (Standard Buffer-Local Variables): Comment out
6994 xref's to non-existent node `Yet to be written'.
6995
69962004-11-24 Richard M. Stallman <rms@gnu.org>
6997
6998 * processes.texi (Synchronous Processes): Grammar fix.
6999
7000 * numbers.texi (Comparison of Numbers): Add eql.
7001
7002 * locals.texi (Standard Buffer-Local Variables): Add many vars.
7003
7004 * intro.texi (Printing Notation): Fix previous change.
7005
7006 * display.texi (Customizing Bitmaps): Move indicate-buffer-boundaries
7007 and default-indicate-buffer-boundaries from here.
7008 (Usual Display): To here.
7009 (Scroll Bars): Add scroll-bar-mode and scroll-bar-width.
7010 (Usual Display): Move tab-width up.
7011
5dcb4c4e
SM
7012 * customize.texi (Variable Definitions):
7013 Replace show-paren-mode example with tooltip-mode.
b8d4c8d0
GM
7014 (Simple Types, Composite Types, Defining New Types):
7015 Minor cleanups.
7016
70172004-11-21 Jesper Harder <harder@ifa.au.dk>
7018
7019 * processes.texi (Synchronous Processes, Output from Processes):
7020 Markup fix.
7021
70222004-11-20 Richard M. Stallman <rms@gnu.org>
7023
7024 * positions.texi (Skipping Characters): skip-chars-forward
7025 now handles char classes.
7026
7027 * intro.texi (Printing Notation): Avoid confusion of `print'
7028 when explaining @print.
7029
7030 * macros.texi (Argument Evaluation): Fix 1st `for' expansion example.
7031
7032 * display.texi (Display Table Format): Minor fix.
7033
7034 * streams.texi (Output Functions): Fix print example.
7035
7036 * Makefile.in (elisp): New target.
7037 (dist): Depend on $(infodir)/elisp, not elisp.
7038 Copy the info files from $(infodir).
7039
7040 * minibuf.texi (Text from Minibuffer): Document KEEP-ALL arg in
7041 read-from-minibuffer.
7042
7043 * searching.texi (Regexp Search): Rename that to search-spaces-regexp.
7044
70452004-11-19 Richard M. Stallman <rms@gnu.org>
7046
7047 * searching.texi (Regexp Search): Add search-whitespace-regexp.
7048
70492004-11-19 CHENG Gao <chenggao@gmail.com> (tiny change)
7050
7051 * tips.texi (Coding Conventions): Fix typo.
7052
70532004-11-16 Richard M. Stallman <rms@gnu.org>
7054
7055 * tips.texi (Coding Conventions): Separate defvar and require
7056 methods to avoid warnings. Use require only when there are many
7057 functions and variables from that package.
7058
7059 * minibuf.texi (Minibuffer Completion): When ignoring case,
7060 predicate must not be case-sensitive.
7061
7062 * debugging.texi (Function Debugging, Explicit Debug): Clarified.
7063 (Test Coverage): Don't talk about "splotches". Clarified.
7064
70652004-11-16 Thien-Thi Nguyen <ttn@gnu.org>
7066
7067 * frames.texi (Window Frame Parameters): Fix typo.
7068
70692004-11-15 Kim F. Storm <storm@cua.dk>
7070
7071 * symbols.texi (Other Plists): Note that plist-get may signal error.
7072 Add safe-plist-get.
7073
70742004-11-15 Thien-Thi Nguyen <ttn@gnu.org>
7075
7076 * modes.texi (Font Lock Basics): Fix typo.
7077
70782004-11-08 Richard M. Stallman <rms@gnu.org>
7079
7080 * syntax.texi (Syntax Table Functions): Add syntax-after.
7081
70822004-11-06 Lars Brinkhoff <lars@nocrew.org>
7083
7084 * os.texi (Processor Run Time): New section documenting
7085 get-internal-run-time.
7086
70872004-11-06 Eli Zaretskii <eliz@gnu.org>
7088
7089 * Makefile.in (install, maintainer-clean): Don't use "elisp-*" as
7090 it nukes elisp-cover.texi.
7091 (dist): Change elisp-[0-9] to elisp-[1-9], as there could be no
7092 elisp-0 etc.
7093
70942004-11-05 Luc Teirlinck <teirllm@auburn.edu>
7095
7096 * commands.texi (Keyboard Macros): Document `append' return value
7097 of `defining-kbd-macro'.
7098
70992004-11-01 Richard M. Stallman <rms@gnu.org>
7100
7101 * commands.texi (Interactive Call): Add called-interactively-p.
7102
71032004-10-29 Simon Josefsson <jas@extundo.com>
7104
7105 * minibuf.texi (Reading a Password): Revert.
7106
71072004-10-28 Richard M. Stallman <rms@gnu.org>
7108
7109 * frames.texi (Display Feature Testing): Explain about "vendor".
7110
71112004-10-27 Richard M. Stallman <rms@gnu.org>
7112
7113 * commands.texi (Interactive Codes): `N' uses numeric prefix,
7114 not raw. Clarify `n'.
7115 (Interactive Call): Rewrite interactive-p, focusing on when
7116 and how to use it.
7117 (Misc Events): Clarify previous change.
7118
7119 * advice.texi (Simple Advice): Clarify what job the example does.
7120 (Around-Advice): Clarify ad-do-it.
7121 (Activation of Advice): An option of ad-default-compilation-action
7122 is `never', not `nil'.
7123
71242004-10-26 Kim F. Storm <storm@cua.dk>
7125
7126 * commands.texi (Interactive Codes): Add U code letter.
7127
71282004-10-25 Simon Josefsson <jas@extundo.com>
7129
7130 * minibuf.texi (Reading a Password): Add.
7131
71322004-10-24 Jason Rumney <jasonr@gnu.org>
7133
7134 * commands.texi (Misc Events): Remove mouse-wheel. Add wheel-up
7135 and wheel-down.
7136
71372004-10-24 Kai Grossjohann <kai.grossjohann@gmx.net>
7138
7139 * processes.texi (Synchronous Processes): Document process-file.
7140
71412004-10-22 Kenichi Handa <handa@m17n.org>
7142
7143 * text.texi (translate-region): Document that it accepts also a
7144 char-table.
7145
71462004-10-22 David Ponce <david@dponce.com>
7147
7148 * windows.texi (Resizing Windows): Document the `preserve-before'
7149 argument of the functions `enlarge-window' and `shrink-window'.
7150
71512004-10-19 Jason Rumney <jasonr@gnu.org>
7152
7153 * makefile.w32-in (elisp): Change order of arguments to makeinfo.
7154
71552004-10-09 Luc Teirlinck <teirllm@auburn.edu>
7156
7157 * text.texi (Filling): Add anchor for definition of
7158 `sentence-end-double-space'.
7159
7160 * searching.texi (Regexp Example): Update description of how
7161 Emacs currently recognizes the end of a sentence.
7162 (Standard Regexps): Update definition of the variable
7163 `sentence-end'. Add definition of the function `sentence-end'.
7164
71652004-10-08 Paul Pogonyshev <pogonyshev@gmx.net>
7166
7167 * display.texi (Progress): New node.
7168
71692004-10-05 Kim F. Storm <storm@cua.dk>
7170
7171 * display.texi (Fringe Bitmaps): Update fringe-bitmaps-at-pos.
7172
71732004-09-29 Kim F. Storm <storm@cua.dk>
7174
7175 * display.texi (Fringe Bitmaps): Use symbols rather than numbers
7176 to identify bitmaps. Remove -fringe-bitmap suffix for standard
7177 fringe bitmap symbols, as they now have their own namespace.
7178 (Customizing Bitmaps) <define-fringe-bitmap>: Clarify bit ordering
7179 vs. pixels. Signal error if no free bitmap slots.
7180 (Pixel Specification): Change IMAGE to @var{image}.
7181
71822004-09-28 Richard M. Stallman <rms@gnu.org>
7183
7184 * text.texi (Special Properties): Clarify line-spacing and line-height.
7185
7186 * searching.texi (Regexp Search): Add looking-back.
7187
71882004-09-25 Luc Teirlinck <teirllm@auburn.edu>
7189
7190 * display.texi: Correct typos.
7191 (Image Descriptors): Correct xref's.
7192
71932004-09-25 Richard M. Stallman <rms@gnu.org>
7194
7195 * text.texi (Special Properties): Cleanups in `cursor'.
7196 Rewrites in `line-height' and `line-spacing'; exchange them.
7197
7198 * display.texi (Fringes): Rewrite previous change.
7199 (Fringe Bitmaps): Merge text from Display Fringe Bitmaps. Rewrite.
7200 (Display Fringe Bitmaps): Node deleted, text moved.
7201 (Customizing Bitmaps): Split off from Fringe Bitmaps. Rewrite.
7202 (Scroll Bars): Clarify set-window-scroll-bars.
7203 (Pointer Shape): Rewrite.
7204 (Specified Space): Clarify :align-to, etc.
7205 (Pixel Specification): Use @var. Clarify new text.
7206 (Other Display Specs): Clarify `slice'.
7207 (Image Descriptors): Cleanups.
7208 (Showing Images): Cleanups.
7209
72102004-09-24 Luc Teirlinck <teirllm@auburn.edu>
7211
7212 * hooks.texi (Standard Hooks): Add `after-change-major-mode-hook'.
7213
7214 * modes.texi: Various minor changes in addition to:
7215 (Major Mode Conventions): Final call to `run-mode-hooks' should
7216 not be inside the `delay-mode-hooks' form.
7217 (Mode Hooks): New node.
7218 (Hooks): Delete obsolete example.
7219 Move definitions of `run-mode-hooks' and `delay-mode-hooks' to new
7220 node "Mode Hooks".
7221
72222004-09-22 Luc Teirlinck <teirllm@auburn.edu>
7223
7224 * display.texi: Correct various typos.
7225 (Display): Rename node "Pointer Shapes" to "Pointer
7226 Shape". (There is already a node called "Pointer Shapes" in
7227 frames.texi.)
7228 (Images): Remove non-existent node "Image Slices" from menu.
7229
72302004-09-23 Kim F. Storm <storm@cua.dk>
7231
7232 * text.texi (Special Properties): Add `cursor', `pointer',
7233 `line-height', and `line-spacing' properties.
7234
7235 * display.texi (Display): Add 'Fringe Bitmaps' and 'Pointer
7236 Shapes' to menu.
7237 (Standard Faces): Doc fix for fringe face.
7238 (Fringes): Add `overflow-newline-into-fringe' and
7239 'indicate-buffer-boundaries'.
7240 (Fringe Bitmaps, Pointer Shapes): New nodes.
7241 (Display Property): Add 'Pixel Specification' and 'Display Fringe
7242 Bitmaps' to menu.
7243 (Specified Space): Describe pixel width and height.
7244 (Pixel Specification): New node.
7245 (Other Display Specs): Add `slice' property.
7246 (Display Fringe Bitmaps): New node.
7247 (Images): Add 'Image Slices' to menu.
7248 (Image Descriptors): Add `:pointer' and `:map' properties.
5dcb4c4e
SM
7249 (Showing Images): Add slice arg to `insert-image'.
7250 Add 'insert-sliced-image'.
b8d4c8d0
GM
7251
72522004-09-20 Richard M. Stallman <rms@gnu.org>
7253
7254 * commands.texi (Key Sequence Input):
7255 Clarify downcasing in read-key-sequence.
7256
72572004-09-08 Juri Linkov <juri@jurta.org>
7258
7259 * minibuf.texi (Minibuffer History): Add `history-delete-duplicates'.
7260
72612004-09-07 Luc Teirlinck <teirllm@auburn.edu>
7262
5dcb4c4e
SM
7263 * locals.texi (Standard Buffer-Local Variables):
7264 Add `buffer-auto-save-file-format'.
b8d4c8d0
GM
7265 * internals.texi (Buffer Internals): Describe new
7266 auto_save_file_format field of the buffer structure.
7267 * files.texi (Format Conversion): `auto-save-file-format' has been
7268 renamed `buffer-auto-save-file-format'.
7269
72702004-08-27 Luc Teirlinck <teirllm@auburn.edu>
7271
7272 * abbrevs.texi (Abbrev Expansion): `abbrev-start-location' can be
7273 an integer or a marker.
7274 (Abbrev Expansion): Replace example for `pre-abbrev-expand-hook'.
7275
72762004-08-22 Richard M. Stallman <rms@gnu.org>
7277
7278 * modes.texi (Major Mode Conventions): Discuss rebinding of
7279 standard key bindings.
7280
72812004-08-18 Kim F. Storm <storm@cua.dk>
7282
7283 * processes.texi (Accepting Output): Add `just-this-one' arg to
7284 `accept-process-output'.
7285 (Output from Processes): New var `process-adaptive-read-buffering'.
7286
72872004-08-10 Luc Teirlinck <teirllm@auburn.edu>
7288
7289 * keymaps.texi: Various changes in addition to:
7290 (Keymap Terminology): `kbd' uses same syntax as Edit Macro mode.
7291 Give more varied examples for `kbd'.
7292 (Creating Keymaps): Char tables have slots for all characters
7293 without modifiers.
7294 (Active Keymaps): `overriding-local-map' and
7295 `overriding-terminal-local-map' also override text property and
7296 overlay keymaps.
7297 (Functions for Key Lookup): Mention OLP arg to `current-active-maps'.
7298 (Scanning Keymaps): `accessible-keymaps' uses `[]' instead of `""'
7299 to denote a prefix of no events.
7300 `map-keymap' includes parent's bindings _recursively_.
7301 Clarify and correct description of `where-is-internal'.
7302 Mention BUFFER-OR-NAME arg to `describe-bindings'.
7303 (Menu Example): For menus intended for use with the keyboard, the
7304 menu items should be bound to characters or real function keys.
7305
73062004-08-08 Luc Teirlinck <teirllm@auburn.edu>
7307
7308 * objects.texi (Character Type): Reposition `@anchor' to prevent
7309 double space inside sentence in Info.
7310
7311 * hooks.texi (Standard Hooks): `disabled-command-hook' has been
7312 renamed to `disabled-command-function'.
7313 * commands.texi (Key Sequence Input): Remove unnecessary anchor.
7314 (Command Loop Info): Replace reference to it.
7315 (Disabling Commands): `disabled-command-hook' has been renamed to
7316 `disabled-command-function'.
7317
73182004-08-07 Luc Teirlinck <teirllm@auburn.edu>
7319
7320 * os.texi (Translating Input): Only non-prefix bindings in
7321 `key-translation-map' override actual key bindings. Warn about
7322 possible indirect effect of actual key bindings on non-prefix
7323 bindings in `key-translation-map'.
7324
73252004-08-06 Luc Teirlinck <teirllm@auburn.edu>
7326
7327 * minibuf.texi (High-Level Completion): Add anchor for definition
7328 of `read-variable'.
7329
7330 * commands.texi: Various changes in addition to:
7331 (Using Interactive): Clarify description of `interactive-form'.
7332 (Interactive Call): Mention default for KEYS argument to
7333 `call-interactively'.
7334 (Command Loop Info): Clarify description of `this-command-keys'.
7335 Mention KEEP-RECORD argument to `clear-this-command-keys'.
7336 Value of `last-event-frame' can be `macro'.
7337 (Repeat Events): `double-click-fuzz' is also used to distinguish
7338 clicks and drags.
7339 (Classifying Events): Clarify descriptions of `event-modifiers'
7340 `event-basic-type' and `event-convert-list'.
7341 (Accessing Events): `posn-timestamp' takes POSITION argument.
7342 (Quoted Character Input): Clarify description of
7343 `read-quoted-char' and fix example.
7344 (Quitting): Add `with-local-quit'.
7345 (Disabling Commands): Correct and clarify descriptions of
7346 `enable-command' and `disable-command'.
7347 Mention what happens if `disabled-command-hook' is nil.
7348 (Keyboard Macros): Mention LOOPFUNC arg to `execute-kbd-macro'.
7349 Describe `executing-kbd-macro' instead of obsolete `executing-macro'.
7350
73512004-07-24 Luc Teirlinck <teirllm@auburn.edu>
7352
7353 * frames.texi: Various changes in addition to:
7354 (Creating Frames): Expand and clarify description of `make-frame'.
7355 (Window Frame Parameters): Either none or both of the `icon-left'
7356 and `icon-top' parameters must be specified. Put descriptions of
7357 `menu-bar-lines' and `toolbar-lines' closer together and change
7358 them accordingly.
7359 (Frame Titles): `multiple-frames' is not guaranteed to be accurate
7360 except while processing `frame-title-format' or `icon-title-format'.
7361 (Deleting Frames): Correct description of `delete-frame'.
7362 Non-nil return values of `frame-live-p' are like those of `framep'.
7363 (Frames and Windows): Mention return value of
7364 `set-frame-selected-window'.
7365 (Visibility of Frames): Mention `force' argument to
7366 `make-frame-invisible'. `frame-visible-p' returns t for all
7367 frames on text-only terminals.
7368 (Frame Configurations): Restoring a frame configuration does not
7369 restore deleted frames.
7370 (Window System Selections): `x-set-selection' returns DATA.
7371 (Resources): Add example.
7372 (Display Feature Testing): Clarify descriptions of
7373 `display-pixel-height', `display-pixel-width', `x-server-version'
7374 and `x-server-vendor'.
7375
7376 * windows.texi (Choosing Window): Add anchor.
7377 * minibuf.texi (Minibuffer Misc): Add anchor.
7378
73792004-07-23 John Paul Wallington <jpw@gnu.org>
7380
7381 * macros.texi (Defining Macros): Declaration keyword for setting
7382 Edebug spec is `debug' not `edebug'.
7383
73842004-07-19 Luc Teirlinck <teirllm@auburn.edu>
7385
7386 * windows.texi: Various small changes in addition to:
7387 (Window Point): Mention return value of `set-window-point'.
7388 (Window Start): `pos-visible-in-window-p' disregards horizontal
7389 scrolling. Explain return value if PARTIALLY is non-nil.
7390 (Vertical Scrolling): Mention PIXELS-P argument to `window-vscroll'
7391 and `set-window-vscroll'.
7392 (Size of Window): The argument WINDOW to `window-inside-edges',
7393 `window-pixel-edges' and `window-inside-pixel-edges' is optional.
7394 (Resizing Windows): Explain return value of
7395 `shrink-window-if-larger-than-buffer'.
7396 `window-size-fixed' automatically becomes buffer local when set.
7397 (Window Configurations): Explain return value of
7398 `set-window-configuration'.
7399
7400 * minibuf.texi (Minibuffer Misc): Add anchor for
7401 `minibuffer-scroll-window'.
7402
7403 * positions.texi (Text Lines): Add anchor for `count-lines'.
7404
74052004-07-17 Richard M. Stallman <rms@gnu.org>
7406
7407 * display.texi (Overlay Properties): Adding `evaporate' prop
7408 deletes empty overlay immediately.
7409
7410 * abbrevs.texi (Abbrev Expansion): Clarify pre-abbrev-expand-hook,
7411 fix example.
7412
74132004-07-16 Jim Blandy <jimb@redhat.com>
7414
7415 * searching.texi (Regexp Backslash): Document new \_< and \_>
7416 operators.
7417
74182004-07-16 Juanma Barranquero <lektu@terra.es>
7419
7420 * display.texi (Images): Fix Texinfo usage.
7421
74222004-07-14 Luc Teirlinck <teirllm@auburn.edu>
7423
7424 * buffers.texi (Modification Time): `visited-file-modtime' now
7425 returns a list of two integers, instead of a cons.
7426
74272004-07-13 Luc Teirlinck <teirllm@auburn.edu>
7428
7429 * windows.texi: Various changes in addition to:
7430 (Splitting Windows): Add `split-window-keep-point'.
7431
74322004-07-09 Richard M. Stallman <rms@gnu.org>
7433
7434 * frames.texi (Input Focus): Minor fix.
7435
74362004-07-07 Luc Teirlinck <teirllm@auburn.edu>
7437
7438 * frames.texi (Input Focus): Clarify descriptions of
7439 `select-frame-set-input-focus' and `select-frame'.
7440
74412004-07-06 Luc Teirlinck <teirllm@auburn.edu>
7442
7443 * os.texi: Various small changes in addition to:
7444 (Killing Emacs): Expand and clarify description of
7445 `kill-emacs-query-functions' and `kill-emacs-hook'.
7446 (System Environment): Expand and clarify description of `getenv'
7447 and `setenv'.
7448 (Timers): Clarify description of `run-at-time'.
7449 (Translating Input): Correct description of
7450 `extra-keyboard-modifiers'.
7451 (Flow Control): Correct description of `enable-flow-control'.
7452
74532004-07-06 Thien-Thi Nguyen <ttn@gnu.org>
7454
7455 * os.texi: Update copyright.
7456 (Session Management): Grammar fix.
7457 Clarify which Emacs does the restarting.
7458 Use @samp for *scratch* buffer.
7459
74602004-07-04 Alan Mackenzie <acm@muc.de>
7461
7462 * frames.texi (Input Focus): Add documentation for
7463 `select-frame-set-input-focus'. Replace refs to non-existent
7464 `switch-frame' with `select-frame'. Minor corrections and tidying
7465 up of text-only terminal stuff.
7466
74672004-07-02 Richard M. Stallman <rms@gnu.org>
7468
7469 * files.texi (Saving Buffers): Cleanup write-contents-function.
7470 (Magic File Names): Cleanup file-remote-p.
7471
b344d29d 74722004-07-02 Kai Großjohann <kai@emptydomain.de>
b8d4c8d0
GM
7473
7474 * files.texi (Magic File Names): `file-remote-p' returns an
7475 identifier of the remote system, not just t.
7476
74772004-07-02 David Kastrup <dak@gnu.org>
7478
7479 * searching.texi (Entire Match Data): Add explanation about new
7480 match-data behavior when @var{integers} is non-nil.
7481
74822004-06-24 Richard M. Stallman <rms@gnu.org>
7483
7484 * commands.texi (Misc Events): Describe usr1-signal, usr2-signal event.
7485
7486 * customize.texi (Variable Definitions): Note about doc strings
7487 and :set.
7488
7489 * keymaps.texi (Keymap Terminology): Document `kbd'.
7490 (Changing Key Bindings, Key Binding Commands): Use kbd in examples.
7491
7492 * display.texi (Invisible Text): Setting buffer-invisibility-spec
7493 makes it buffer-local.
7494
7495 * files.texi (Saving Buffers): Correct previous change.
7496
7497 * commands.texi (Accessing Events):
7498 Clarify posn-col-row and posn-actual-col-row.
7499
75002004-06-24 David Ponce <david.ponce@wanadoo.fr>
7501
7502 * commands.texi (Accessing Events): New functions
7503 posn-at-point and posn-at-x-y. Add example to posn-x-y.
7504
75052004-06-23 Luc Teirlinck <teirllm@auburn.edu>
7506
7507 * lists.texi, files.texi, processes.texi, macros.texi, hash.texi:
7508 * frames.texi, buffers.texi, backups.texi, variables.texi:
7509 * loading.texi, eval.texi, functions.texi, control.texi:
7510 * symbols.texi, minibuf.texi: Reposition @anchor's.
7511
7512 * help.texi: Various small changes in addition to the following.
7513 (Describing Characters): Describe PREFIX argument to
7514 `key-description'. Correct and clarify definition of
7515 `text-char-description'. Describe NEED-VECTOR argument to
7516 `read-kbd-macro'.
7517 (Help Functions): Clarify definition of `apropos'.
7518
75192004-06-23 Lars Hansen <larsh@math.ku.dk>
7520
7521 * files.texi (Saving Buffers): Correct description of
7522 `write-contents-functions'.
7523
75242004-06-21 Juanma Barranquero <lektu@terra.es>
7525
7526 * display.texi (Images): Remove redundant @vindex directives.
7527 Rewrite `image-library-alist' doc in active voice.
7528
75292004-06-14 Juanma Barranquero <lektu@terra.es>
7530
7531 * display.texi (Images): Document new delayed library loading,
7532 variable `image-library-alist' and (existing but undocumented)
7533 function `image-type-available-p'.
7534
75352004-06-05 Richard M. Stallman <rms@gnu.org>
7536
7537 * minibuf.texi (Minibuffer Completion): For INITIAL arg,
7538 refer the user to the Initial Input node.
7539 (Text from Minibuffer): Likewise.
7540 (Initial Input): New node. Document this feature
7541 and say it is mostly deprecated.
7542
75432004-05-30 Richard M. Stallman <rms@gnu.org>
7544
7545 * loading.texi (Named Features): Clarify return value
7546 and meaning of NOERROR.
7547
7548 * variables.texi (File Local Variables): Minor cleanup.
7549
75502004-05-30 Michael Albinus <michael.albinus@gmx.de>
7551
7552 * files.texi (Magic File Names): Add `file-remote-p' as operation
7553 of file name handlers.
7554
75552004-05-29 Richard M. Stallman <rms@gnu.org>
7556
7557 * modes.texi (Minor Mode Conventions): (-) has no special meaning
7558 as arg to a minor mode command.
7559
75602004-05-22 Richard M. Stallman <rms@gnu.org>
7561
7562 * syntax.texi (Syntax Class Table): Word syntax not just for English.
7563
7564 * streams.texi (Output Variables): Doc float-output-format.
7565
7566 * searching.texi (Regexp Special): Nested repetition can be infloop.
7567
7568 * eval.texi (Eval): Increasing max-lisp-eval-depth can cause
7569 real stack overflow.
7570
7571 * compile.texi: Minor cleanups.
7572
75732004-05-22 Luc Teirlinck <teirllm@dms.auburn.edu>
7574
7575 * lists.texi (Cons Cells): Explain dotted lists, true lists,
7576 circular lists.
7577 (List Elements): Explain handling of circular and dotted lists.
7578
75792004-05-19 Thien-Thi Nguyen <ttn@gnu.org>
7580
7581 * modes.texi (Search-based Fontification): Fix typo.
7582
75832004-05-10 Juanma Barranquero <lektu@terra.es>
7584
7585 * modes.texi (Mode Line Variables): Fix description of
7586 global-mode-string, which is now after which-func-mode, not the
7587 buffer name.
7588
75892004-05-07 Lars Hansen <larsh@math.ku.dk>
7590
7591 * modes.texi (Desktop Save Mode): Add.
7592 (Modes): Add menu entry Desktop Save Mode.
7593
7594 * hooks.texi: Add desktop-after-read-hook,
7595 desktop-no-desktop-file-hook and desktop-save-hook.
7596
7597 * locals.texi: Add desktop-save-buffer.
7598
75992004-04-30 Jesper Harder <harder@ifa.au.dk>
7600
7601 * display.texi: emacs -> Emacs.
7602
76032004-04-27 Matthew Mundell <matt@mundell.ukfsn.org>
7604
7605 * files.texi (Changing Files): Document set-file-times.
7606
76072004-04-23 Juanma Barranquero <lektu@terra.es>
7608
7609 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
7610
76112004-04-18 Jesper Harder <harder@ifa.au.dk>
7612
7613 * tips.texi (Coding Conventions): defopt -> defcustom.
7614
76152004-04-16 Luc Teirlinck <teirllm@auburn.edu>
7616
7617 * sequences.texi: Various clarifications.
7618
76192004-04-14 Luc Teirlinck <teirllm@auburn.edu>
7620
7621 * buffers.texi (Read Only Buffers): Mention optional ARG to
7622 `toggle-read-only'.
7623
76242004-04-14 Nick Roberts <nick@nick.uklinux.net>
7625
7626 * windows.texi (Selecting Windows): Note that get-lru-window
7627 returns a full-width window if possible.
7628
76292004-04-13 Luc Teirlinck <teirllm@auburn.edu>
7630
7631 * buffers.texi: Various changes in addition to:
7632 (Buffer File Name): Add `find-buffer-visiting'.
7633 (Buffer Modification): Mention optional ARG to `not-modified'.
7634 (Indirect Buffers): Mention optional CLONE argument to
7635 `make-indirect-buffer'.
7636
7637 * files.texi: Various changes in addition to:
7638 (Visiting Functions): `find-file-hook' is now a normal hook.
7639 (File Name Expansion): Explain difference between the way that
7640 `expand-file-name' and `file-truename' treat `..'.
7641 (Contents of Directories): Mention optional ID-FORMAT argument to
7642 `directory-files-and-attributes'.
7643 (Format Conversion): Mention new optional CONFIRM argument to
7644 `format-write-file'.
7645
76462004-04-12 Miles Bader <miles@gnu.org>
7647
7648 * macros.texi (Expansion): Add description of `macroexpand-all'.
7649
76502004-04-05 Jesper Harder <harder@ifa.au.dk>
7651
5dcb4c4e
SM
7652 * variables.texi (Variable Aliases):
7653 Mention cyclic-variable-indirection.
b8d4c8d0
GM
7654
7655 * errors.texi (Standard Errors): Ditto.
7656
76572004-04-04 Luc Teirlinck <teirllm@auburn.edu>
7658
7659 * backups.texi: Various small changes in addition to:
7660 (Making Backups): Mention return value of `backup-buffer'.
7661 (Auto-Saving): Mention optional FORCE argument to
7662 `delete-auto-save-file-if-necessary'.
7663 (Reverting): Mention optional PRESERVE-MODES argument to
7664 `revert-buffer'. Correct description of `revert-buffer-function'.
7665
76662004-03-22 Juri Linkov <juri@jurta.org>
7667
7668 * sequences.texi (Sequence Functions): Replace xref to `Vectors'
7669 with `Vector Functions'.
7670
7671 * text.texi (Sorting): Add missing quote.
7672
76732004-03-14 Luc Teirlinck <teirllm@auburn.edu>
7674
7675 * intro.texi (Lisp History): Replace xref to `cl' manual with
7676 inforef.
7677
76782004-03-12 Richard M. Stallman <rms@gnu.org>
7679
7680 * intro.texi (Version Info): Add arg to emacs-version.
7681 (Lisp History): Change xref to CL manual.
7682
76832004-03-09 Luc Teirlinck <teirllm@auburn.edu>
7684
7685 * minibuf.texi (Completion Commands): Add xref to Emacs manual
7686 for Partial Completion mode.
7687
76882004-03-07 Thien-Thi Nguyen <ttn@gnu.org>
7689
7690 * customize.texi: Fix typo. Remove eol whitespace.
7691
76922004-03-04 Richard M. Stallman <rms@gnu.org>
7693
7694 * processes.texi: Fix typos.
7695
7696 * lists.texi (Building Lists): Minor clarification.
7697
7698 * hash.texi (Creating Hash): Correct the meaning of t for WEAK
7699 in make-hash-table.
7700
77012004-02-29 Juanma Barranquero <lektu@terra.es>
7702
7703 * makefile.w32-in (clean, maintainer-clean): Use $(DEL) instead of
7704 rm, and ignore exit code.
7705
77062004-02-27 Dan Nicolaescu <dann@ics.uci.edu>
7707
7708 * display.texi (Defining Faces): Add description for min-colors.
7709 Update example.
7710
77112004-02-23 Luc Teirlinck <teirllm@auburn.edu>
7712
7713 * abbrevs.texi: Various corrections and clarifications in addition
7714 to the following:
7715 (Abbrev Tables): Delete add-abbrev (as suggested by RMS).
7716
77172004-02-22 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
7718
7719 * calendar.texi (Holiday Customizing): Quote arg of holiday-sexp.
7720
77212004-02-21 Luc Teirlinck <teirllm@auburn.edu>
7722
7723 * text.texi: Various small changes in addition to the following:
7724 (User-Level Deletion): Mention optional BACKWARD-ONLY argument
7725 to delete-horizontal-space.
7726 (Kill Functions, Yanking, Low-Level Kill Ring): Clarify and correct
7727 description of yank-handler text property at various places.
7728
7729 * frames.texi (Window System Selections): Add anchor.
7730
7731 * syntax.texi (Syntax Table Functions): Clarify and correct
7732 descriptions of make-syntax-table and copy-syntax-table.
7733 (Motion and Syntax): Clarify SYNTAXES argument to
7734 skip-syntax-forward.
7735 (Parsing Expressions): Mention that the return value of
7736 parse-partial-sexp is currently a list of ten rather than nine
7737 elements.
7738 (Categories): Various corrections and clarifications.
7739
77402004-02-17 Luc Teirlinck <teirllm@auburn.edu>
7741
7742 * markers.texi (Marker Insertion Types): Minor change.
7743
7744 * locals.texi (Standard Buffer-Local Variables):
7745 * commands.texi (Interactive Codes, Using Interactive):
7746 * functions.texi (Related Topics): Fix xrefs.
7747
77482004-02-16 Luc Teirlinck <teirllm@auburn.edu>
7749
7750 * lists.texi (Sets And Lists): Update description of delete-dups.
7751
77522004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
7753
7754 * keymaps.texi (Tool Bar): tool-bar-item => tool-bar-button.
7755
c8763fb6 77562004-02-16 Jan Djärv <jan.h.d@swipnet.se>
b8d4c8d0
GM
7757
7758 * frames.texi (Parameter Access): frame-parameters arg is optional.
7759 modify-frame-parameters handles nil for FRAME.
7760 (Window Frame Parameters): menu-bar-lines and tool-bar-lines
7761 are all-or-nothing for certain toolkits.
7762 Mention parameter wait-for-wm.
7763 (Frames and Windows): In frame-first-window and frame-selected-window
7764 the arg is optional.
7765 (Input Focus): In redirect-frame-focus the second arg is optional.
7766 (Window System Selections): Mention selection type CLIPBOARD.
7767 Mention data-type UTF8_STRING.
7768 Mention numbering of cut buffers.
7769 (Resources): Describe x-resource-name.
7770
77712004-02-16 Richard M. Stallman <rms@gnu.org>
7772
7773 * windows.texi (Buffers and Windows): Delete false table
7774 about all-frames.
7775
7776 * syntax.texi (Parsing Expressions): Delete old caveat
7777 about parse-sexp-ignore-comments.
7778
7779 * streams.texi (Output Variables): Add print-quoted.
7780
7781 * lists.texi (Building Lists): Minor cleanup.
7782
7783 * hash.texi (Creating Hash): Correct and clarify doc of WEAK values.
7784
7785 * display.texi (Overlays): Explain overlays use markers.
7786 (Managing Overlays): Explain front-advance and rear-advance
7787 in more detail.
7788
7789 * loading.texi (Unloading): Document unload-feature-special-hooks.
7790 Get rid of fns-NNN.el file.
7791
77922004-02-16 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
7793
7794 * help.texi (Describing Characters): Fix text-char-description
7795 example output.
7796
7797 * edebug.texi (Using Edebug): Fix example.
7798
7799 * debugging.texi (Internals of Debugger): Fix return value.
7800
7801 * files.texi (Changing Files): Fix argname.
7802
7803 * calendar.texi: Fix parens, and default values.
7804
7805 * display.texi, frames.texi, internals.texi, modes.texi: Minor fixes.
7806 * nonascii.texi, objects.texi, os.texi: Minor fixes.
b3e755a9 7807 * searching.texi, text.texi, tips.texi, windows.texi: Minor fixes.
b8d4c8d0
GM
7808
7809 * positions.texi (Text Lines): Don't add -1 in current-line.
7810
78112004-02-16 Richard M. Stallman <rms@gnu.org>
7812
7813 * compile.texi (Compiler Errors): if-boundp feature applies to cond.
7814
78152004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
7816
7817 * processes.texi (Low-Level Network): Fix a typo.
7818
78192004-02-12 Kim F. Storm <storm@cua.dk>
7820
7821 * display.texi (Fringes): Use consistent wording.
7822 Note that window-fringe's window arg is optional.
7823 (Scroll Bars): Use consistent wording.
7824
78252004-02-11 Luc Teirlinck <teirllm@auburn.edu>
7826
7827 * tips.texi (Comment Tips): Document the new conventions for
7828 commenting out code.
7829
c8763fb6 78302004-02-07 Jan Djärv <jan.h.d@swipnet.se>
b8d4c8d0 7831
5dcb4c4e 7832 * positions.texi (Text Lines): Add missing end defun.
b8d4c8d0
GM
7833
78342004-02-07 Kim F. Storm <storm@cua.dk>
7835
7836 * positions.texi (Text Lines): Add line-number-at-pos.
7837
78382004-02-06 John Paul Wallington <jpw@gnu.org>
7839
7840 * display.texi (Button Properties, Button Buffer Commands):
7841 mouse-2 invokes button, not down-mouse-1.
7842
78432004-02-04 Jason Rumney <jasonr@gnu.org>
7844
7845 * makefile.w32-in: Sync with Makefile.in changes.
7846
78472004-02-03 Luc Teirlinck <teirllm@auburn.edu>
7848
7849 * minibuf.texi (Text from Minibuffer): Various corrections and
7850 clarifications.
7851 (Object from Minibuffer): Correct Lisp description of
7852 read-minibuffer.
7853 (Minibuffer History): Clarify description of cons values for
7854 HISTORY arguments.
5dcb4c4e
SM
7855 (Basic Completion): Various corrections and clarifications.
7856 Add completion-regexp-list.
b8d4c8d0
GM
7857 (Minibuffer Completion): Correct and clarify description of
7858 completing-read.
5dcb4c4e
SM
7859 (Completion Commands): Mention Partial Completion mode.
7860 Various other minor changes.
b8d4c8d0
GM
7861 (High-Level Completion): Various corrections and clarifications.
7862 (Reading File Names): Ditto.
7863 (Minibuffer Misc): Ditto.
7864
78652004-01-26 Luc Teirlinck <teirllm@auburn.edu>
7866
7867 * strings.texi (Text Comparison): assoc-string also matches
7868 elements of alists that are strings instead of conses.
7869 (Formatting Strings): Standardize Texinfo usage. Update index
7870 entries.
7871
78722004-01-20 Luc Teirlinck <teirllm@auburn.edu>
7873
7874 * lists.texi (Sets And Lists): Add delete-dups.
7875
78762004-01-15 Luc Teirlinck <teirllm@auburn.edu>
7877
7878 * edebug.texi (Instrumenting Macro Calls): `declare' is not a
7879 special form.
7880 * macros.texi (Defining Macros): Update description of `declare',
7881 which now is a macro.
7882 (Wrong Time): Fix typos.
7883
78842004-01-14 Luc Teirlinck <teirllm@auburn.edu>
7885
7886 * compile.texi (Compilation Functions): Expand descriptions of
7887 `compile-defun', `byte-compile-file', `byte-recompile-directory'
7888 and `batch-byte-compile'. In particular, mention and describe
7889 all optional arguments.
7890 (Disassembly): Correct and clarify the description of `disassemble'.
7891
78922004-01-11 Luc Teirlinck <teirllm@auburn.edu>
7893
7894 * searching.texi: Various small changes in addition to the
7895 following.
7896 (Regexp Example): Adapt to new value of `sentence-end'.
7897 (Regexp Functions): The PAREN argument to `regexp-opt' can be
7898 `words'.
7899 (Search and Replace): Add usage note for `perform-replace'.
7900 (Entire Match Data): Mention INTEGERS and REUSE arguments to
7901 `match-data'.
7902 (Standard Regexps): Update for new values of `paragraph-start'
7903 and `sentence-end'.
7904
79052004-01-07 Luc Teirlinck <teirllm@auburn.edu>
7906
7907 * files.texi (Saving Buffers): Clarify descriptions of
7908 `write-contents-functions' and `before-save-hook'.
7909 Make the defvar's for `before-save-hook' and `after-save-hook'
7910 into defopt's.
7911
79122004-01-07 Kim F. Storm <storm@cua.dk>
7913
7914 * commands.texi (Click Events): Describe new image and
7915 width/height elements of click events.
7916 (Accessing Events): Add posn-string, posn-image, and
7917 posn-object-width-height. Change posn-object to return either
7918 image or string object.
7919
79202004-01-01 Simon Josefsson <jas@extundo.com>
7921
7922 * hooks.texi (Standard Hooks): Add before-save-hook.
7923 * files.texi (Saving Buffers): Likewise.
7924
79252004-01-03 Richard M. Stallman <rms@gnu.org>
7926
7927 * frames.texi (Frames and Windows): Delete frame-root-window.
7928
79292004-01-03 Luc Teirlinck <teirllm@auburn.edu>
7930
7931 * eval.texi, hash.texi, help.texi, symbols.texi: Add anchors.
7932
7933 * functions.texi: Various small changes in addition to the
7934 following.
5dcb4c4e
SM
7935 (What Is a Function): `functionp' returns nil for macros.
7936 Clarify behavior of this and following functions for symbol arguments.
b8d4c8d0
GM
7937 (Function Documentation): Add `\' in front of (fn @var{arglist})
7938 and explain why.
7939 (Defining Functions): Mention DOCSTRING argument to `defalias'.
7940 Add anchor.
7941 (Mapping Functions): Add anchor. Unquote nil in mapcar* example.
7942
79432004-01-01 Miles Bader <miles@gnu.org>
7944
7945 * display.texi (Buttons): New section.
7946
79472003-12-31 Andreas Schwab <schwab@suse.de>
7948
7949 * numbers.texi (Math Functions): sqrt reports a domain-error
7950 error.
7951 (Float Basics): Use `(/ 0.0 0.0)' instead of `(sqrt -1.0)'.
7952
79532003-12-30 Luc Teirlinck <teirllm@auburn.edu>
7954
7955 * tips.texi (Documentation Tips): Update item on hyperlinks in
7956 documentation strings.
7957
7958 * errors.texi (Standard Errors): Various small corrections and
7959 additions.
7960
7961 * control.texi: Various small changes in addition to the
7962 following.
7963 (Signaling Errors): Provide some more details on how `signal'
7964 constructs the error message. Add anchor to the definition of
7965 `signal'.
7966 (Error Symbols): Describe special treatment of `quit'.
7967 (Cleanups): Rename BODY argument of `unwind-protect' to BODY-FORM
7968 to emphasize that it has to be a single form.
7969
7970 * buffers.texi: Add anchor.
7971
79722003-12-29 Richard M. Stallman <rms@gnu.org>
7973
7974 * windows.texi (Choosing Window): Add same-window-p, special-display-p.
7975 (Window Configurations): Add window-configuration-frame.
7976
7977 * variables.texi (Creating Buffer-Local): Add local-variable-if-set-p.
7978
7979 * text.texi (Examining Properties): Add get-char-property-and-overlay.
7980 Change arg name in get-char-property.
7981 (Special Properties): Update handling of keymap property.
7982
7983 * strings.texi (Modifying Strings): Add clear-string.
7984 (Text Comparison): Add assoc-string and remove
7985 assoc-ignore-case, assoc-ignore-representation.
7986
7987 * os.texi (Time of Day): Add set-time-zone-rule.
7988
7989 * numbers.texi (Math Functions): asin, acos, log, log10
7990 report domain-error errors.
7991
7992 * nonascii.texi (Converting Representations):
7993 Add multibyte-char-to-unibyte and unibyte-char-to-multibyte.
7994 (Encoding and I/O): Add file-name-coding-system.
7995
7996 * modes.texi (Search-based Fontification): Explain that
7997 face specs are symbols with face names as values.
7998
7999 * minibuf.texi (Minibuffer Misc): Add set-minibuffer-window.
8000
8001 * lists.texi (Building Lists): remq moved elsewhere.
8002 (Sets And Lists): remq moved here.
8003 (Association Lists): Refer to assoc-string.
8004
8005 * internals.texi (Garbage Collection): Add memory-use-counts.
8006
8007 * frames.texi (Frames and Windows): Add set-frame-selected-window
8008 and frame-root-window.
8009
8010 * files.texi (Contents of Directories):
8011 Add directory-files-and-attributes.
8012
8013 * display.texi (Refresh Screen): Add force-window-update.
8014 (Invisible Text): Explain about moving point out of invis text.
8015 (Overlay Properties): Add overlay-properties.
8016 (Managing Overlays): Add overlayp.
8017 (GIF Images): Invalid image number displays a hollow box.
8018
8019 * buffers.texi (Buffer Modification): Add restore-buffer-modified-p.
8020 (Killing Buffers): Add buffer-live-p.
8021
80222003-12-25 Markus Rost <rost@mathematik.uni-bielefeld.de>
8023
8024 * display.texi (Fringes): Fix typo "set-buffer-window".
8025
80262003-12-24 Luc Teirlinck <teirllm@auburn.edu>
8027
8028 * display.texi, eval.texi, help.texi, internals.texi, loading.texi:
8029 * nonascii.texi, processes.texi, tips.texi, variables.texi:
8030 Add or change various xrefs and anchors.
8031
8032 * commands.texi: Replace all occurrences of @acronym{CAR} with
8033 @sc{car}, for consistency with the rest of the Elisp manual.
8034 `car' and `cdr' are historically acronyms, but are no longer
8035 widely thought of as such.
8036
8037 * internals.texi (Pure Storage): Mention that `purecopy' does not
8038 copy text properties.
8039 (Object Internals): Now 29 bits are used (in most implementations)
8040 to address Lisp objects.
8041
8042 * variables.texi (Variables with Restricted Values): New node.
8043
8044 * objects.texi (Lisp Data Types): Mention that certain variables
8045 can only take on a restricted set of values and add an xref to
8046 the new node "Variables with Restricted Values".
8047
8048 * eval.texi (Function Indirection): Describe the errors that
8049 `indirect-function' can signal.
8050 (Eval): Clarify the descriptions of `eval-region' and `values'.
8051 Describe `eval-buffer' instead of `eval-current-buffer' and
8052 mention `eval-current-buffer' as an alias for `current-buffer'.
8053 Correct the description and mention all optional arguments.
8054
8055 * nonascii.texi: Various small changes in addition to the
8056 following.
8057 (Converting Representations): Clarify behavior of
8058 `string-make-multibyte' and `string-to-multibyte' for unibyte all
8059 ASCII arguments.
8060 (Character Sets): Document the variable `charset-list' and adapt
8061 the definition of the function `charset-list' accordingly.
8062 (Translation of Characters): Clarify use of generic characters in
8063 `make-translation-table'. Clarify and correct the description of
8064 the use of translation tables in encoding and decoding.
8065 (User-Chosen Coding Systems): Correct and clarify the description
8066 of `select-safe-coding-system'.
8067 (Default Coding Systems): Clarify description of
8068 `file-coding-system-alist'.
8069
80702003-11-30 Luc Teirlinck <teirllm@auburn.edu>
8071
8072 * strings.texi (Text Comparison): Correctly describe when two
8073 strings are `equal'. Combine and clarify descriptions of
8074 `assoc-ignore-case' and `assoc-ignore-representation'.
8075
8076 * objects.texi (Non-ASCII in Strings): Clarify description of
8077 when a string is unibyte or multibyte.
8078 (Bool-Vector Type): Update examples.
8079 (Equality Predicates): Correctly describe when two strings are
8080 `equal'.
8081
80822003-11-29 Luc Teirlinck <teirllm@auburn.edu>
8083
8084 * lists.texi (Building Lists): `append' no longer accepts integer
8085 arguments. Update the description of `number-sequence' to reflect
8086 recent changes.
8087 (Sets And Lists): Describe `member-ignore-case' after `member'.
8088
80892003-11-27 Kim F. Storm <storm@cua.dk>
8090
8091 * commands.texi (Click Events): Click object may be an images.
8092 Describe (dx . dy) element of click positions.
8093 (Accessing Events): Remove duplicate posn-timestamp.
8094 New functions posn-object and posn-object-x-y.
8095
80962003-11-23 Kim F. Storm <storm@cua.dk>
8097
8098 * commands.texi (Click Events): Describe enhancements to event
8099 position lists, including new text-pos and (col . row) items.
8100 Mention left-fringe and right-fringe area events.
8101 (Accessing Events): New functions posn-area and
8102 posn-actual-col-row. Mention posn-timestamp. Mention that
8103 posn-point in non-text area still returns buffer position.
8104 Clarify posn-col-row.
8105
81062003-11-21 Lars Hansen <larsh@math.ku.dk>
8107
8108 * files.texi (File Attributes): Describe new parameter ID-FORMAT.
8109 * anti.texi (File Attributes): Describe removed parameter
8110 ID-FORMAT.
8111
81122003-11-20 Luc Teirlinck <teirllm@auburn.edu>
8113
8114 * positions.texi (Positions): Mention that, if a marker is used as
8115 a position, its buffer is ignored.
8116
8117 * markers.texi (Overview of Markers): Mention it here too.
8118
81192003-11-12 Luc Teirlinck <teirllm@auburn.edu>
8120
8121 * numbers.texi (Numeric Conversions): Not just `floor', but also
8122 `truncate', `ceiling' and `round' accept optional argument DIVISOR.
8123
81242003-11-10 Luc Teirlinck <teirllm@auburn.edu>
8125
8126 * markers.texi (Creating Markers): Specify insertion type of
8127 created markers. Add xref to `Marker Insertion Types'.
8128 Second argument to `copy-marker' is optional.
8129 (Marker Insertion Types): Mention that most markers are created
8130 with insertion type nil.
8131 (The Mark): Correctly describe when `mark' signals an error.
8132 (The Region): Correctly describe when `region-beginning' and
8133 `region-end' signal an error.
8134
81352003-11-08 Luc Teirlinck <teirllm@auburn.edu>
8136
8137 * hash.texi (Creating Hash): Clarify description of `eql'.
8138 `makehash' is obsolete.
8139 (Hash Access): Add Common Lisp notes for `remhash' and `clrhash'.
8140
8141 * positions.texi (Point): Change description of `buffer-end', so
8142 that it is also correct for floating point arguments.
8143 (List Motion): Correct argument lists of `beginning-of-defun' and
8144 `end-of-defun'.
8145 (Excursions): Add xref to `Marker Insertion Types'.
8146 (Narrowing): Argument to `narrow-to-page' is optional.
8147
81482003-11-06 Luc Teirlinck <teirllm@auburn.edu>
8149
8150 * streams.texi (Output Streams): Clarify behavior of point for
8151 marker output streams.
8152
81532003-11-04 Luc Teirlinck <teirllm@auburn.edu>
8154
8155 * variables.texi (Defining Variables): Second argument to
8156 `defconst' is not optional.
8157 (Setting Variables): Mention optional argument APPEND to
8158 `add-to-list'.
8159 (Creating Buffer-Local): Expand description of
8160 `make-variable-buffer-local'.
8161 (Frame-Local Variables): Expand description of
8162 `make-variable-frame-local'.
8163 (Variable Aliases): Correct description of optional argument
8164 DOCSTRING to `defvaralias'. Mention return value of
8165 `defvaralias'.
8166 (File Local Variables): Add xref to `File variables' in Emacs
8167 Manual. Correct description of `hack-local-variables'. Mention
8168 `safe-local-variable' property. Mention optional second argument
8169 to `risky-local-variable-p'.
8170
81712003-11-03 Luc Teirlinck <teirllm@auburn.edu>
8172
8173 * symbols.texi (Symbol Plists): Mention return value of `setplist'.
8174
81752003-11-02 Jesper Harder <harder@ifa.au.dk> (tiny change)
8176
8177 * lispref/anti.texi, lispref/backups.texi, lispref/commands.texi
8178 lispref/customize.texi, lispref/display.texi, lispref/files.texi,
8179 lispref/internals.texi, lispref/keymaps.texi, lispref/loading.texi,
8180 lispref/modes.texi, lispref/nonascii.texi, lispref/numbers.texi,
8181 lispref/objects.texi, lispref/os.texi, lispref/positions.texi,
8182 lispref/processes.texi, lispref/searching.texi,
8183 lispref/sequences.texi, lispref/streams.texi, lispref/strings.texi,
8184 lispref/syntax.texi, lispref/text.texi: Replace @sc{foo} with
8185 @acronym{FOO}.
8186
81872003-10-27 Luc Teirlinck <teirllm@auburn.edu>
8188
8189 * strings.texi (Creating Strings): Argument START to `substring'
8190 can not be `nil'. Expand description of
8191 `substring-no-properties'. Correct description of `split-string',
8192 especially with respect to empty matches. Prevent very bad line
8193 break in definition of `split-string-default-separators'.
8194 (Text Comparison): `string=' and `string<' also accept symbols as
8195 arguments.
8196 (String Conversion): More completely describe argument BASE in
8197 `string-to-number'.
8198 (Formatting Strings): `%s' and `%S' in `format' do require
8199 corresponding object. Clarify behavior of numeric prefix after
8200 `%' in `format'.
8201 (Case Conversion): The argument to `upcase-initials' can be a
8202 character.
8203
82042003-10-27 Kenichi Handa <handa@m17n.org>
8205
8206 * display.texi (Fontsets): Fix texinfo usage.
8207
82082003-10-25 Kenichi Handa <handa@m17n.org>
8209
8210 * display.texi (Fontsets): Add description of the function
8211 set-fontset-font.
8212
82132003-10-23 Luc Teirlinck <teirllm@auburn.edu>
8214
8215 * display.texi (Temporary Displays): Add xref to `Documentation
8216 Tips'.
8217
8218 * functions.texi (Function Safety): Use inforef instead of pxref
8219 for SES.
8220
82212003-10-23 Andreas Schwab <schwab@suse.de>
8222
8223 * Makefile.in (TEX, texinputdir): Don't define.
8224 (TEXI2DVI): Define.
8225 (srcs): Remove $(srcdir)/index.perm and $(srcdir)/index.unperm,
8226 add $(srcdir)/index.texi.
8227 ($(infodir)/elisp): Remove index.texi dependency.
8228 (elisp.dvi): Likewise. Use $(TEXI2DVI).
8229 (index.texi): Remove target.
8230 (dist): Don't link $(srcdir)/permute-index.
8231 (clean): Don't remove index.texi.
8232
8233 * permute-index, index.perm: Remove.
8234 * index.texi: Rename from index.unperm.
8235
82362003-10-22 Luc Teirlinck <teirllm@auburn.edu>
8237
8238 * tips.texi (Documentation Tips): Document new behavior for face
8239 and variable hyperlinks in Help mode.
8240
82412003-10-21 Luc Teirlinck <teirllm@auburn.edu>
8242
8243 * objects.texi (Integer Type): Update for extra bit of integer range.
8244 (Character Type): Ditto.
8245
82462003-10-16 Eli Zaretskii <eliz@gnu.org>
8247
8248 * numbers.texi (Integer Basics): Add index entries for reading
8249 numbers in hex, octal, and binary.
8250
82512003-10-16 Lute Kamstra <lute@gnu.org>
8252
8253 * modes.texi (Mode Line Format): Mention force-mode-line-update's
8254 argument.
8255
82562003-10-13 Luc Teirlinck <teirllm@auburn.edu>
8257
8258 * windows.texi (Choosing Window): Fix typo.
8259 * edebug.texi (Edebug Execution Modes): Fix typo.
8260
82612003-10-13 Richard M. Stallman <rms@gnu.org>
8262
8263 * windows.texi (Basic Windows): A window has fringe settings,
8264 display margins and scroll-bar settings.
8265 (Splitting Windows): Doc split-window return value.
8266 Clean up one-window-p.
8267 (Selecting Windows): Fix typo.
8268 (Cyclic Window Ordering): Explain frame as ALL-FRAMES in next-window.
8269 (Buffers and Windows): In set-window-buffer, explain effect
8270 on fringe settings and scroll bar settings.
8271 (Displaying Buffers): In pop-to-buffer, explain nil as buffer arg.
8272 (Choosing Window): Use defopt for pop-up-frame-function.
8273 For special-display-buffer-names, explain same-window and same-frame.
8274 Clarify window-dedicated-p return value.
8275 (Textual Scrolling): scroll-up and scroll-down can get an error.
8276 (Horizontal Scrolling): Clarify auto-hscroll-mode.
8277 Clarify set-window-hscroll.
8278 (Size of Window): Don't mention tool bar in window-height.
8279 (Coordinates and Windows): Explain what coordinates-in-window-p
8280 returns for fringes and display margins.
8281 (Window Configurations): Explain saving fringes, etc.
8282
8283 * tips.texi (Library Headers): Clean up Documentation.
8284
8285 * syntax.texi (Parsing Expressions): Clean up forward-comment
8286 and parse-sexp-lookup-properties.
8287
8288 * sequences.texi (Sequence Functions): sequencep accepts bool-vectors.
8289
8290 * os.texi (System Environment): Clean up text for load-average errors.
8291
8292 * modes.texi (Hooks): Don't explain local hook details at front.
8293 Clarify run-hooks and run-hook-with-args a little.
8294 Clean up add-hook and remove-hook.
8295
8296 * edebug.texi (Edebug Execution Modes): Clarify t.
8297 Document edebug-sit-for-seconds.
8298 (Coverage Testing): Document C-x X = and =.
8299 (Instrumenting Macro Calls): Fix typo.
8300 (Specification List): Don't index the specification keywords.
8301
83022003-10-10 Kim F. Storm <storm@cua.dk>
8303
8304 * processes.texi (Network): Introduce make-network-process.
8305
83062003-10-09 Luc Teirlinck <teirllm@auburn.edu>
8307
8308 * tips.texi (Library Headers): Fix typo.
8309
83102003-10-07 Juri Linkov <juri@jurta.org>
8311
8312 * modes.texi (Imenu): Mention imenu-create-index-function's
8313 default value. Explain submenus better.
8314
83152003-10-07 Lute Kamstra <lute@gnu.org>
8316
8317 * modes.texi (Faces for Font Lock): Fix typo.
8318 (Hooks): Explain how buffer-local hook variables can refer to
8319 global hook variables.
8320 Various minor clarifications.
8321
83222003-10-06 Lute Kamstra <lute@gnu.org>
8323
8324 * tips.texi (Coding Conventions): Mention naming conventions for
8325 hooks.
8326
83272003-10-05 Luc Teirlinck <teirllm@auburn.edu>
8328
8329 * loading.texi (Library Search): Correct default value of
8330 load-suffixes.
8331 (Named Features): Fix typo.
8332
83332003-10-05 Richard M. Stallman <rms@gnu.org>
8334
8335 * loading.texi (Named Features): In `provide',
8336 say how to test for subfeatures.
8337 (Unloading): In unload-feature, use new var name
8338 unload-feature-special-hooks.
8339
83402003-10-03 Lute Kamstra <lute@gnu.org>
8341
8342 * modes.texi (Major Mode Conventions): Mention third way to set up
8343 Imenu.
8344 (Imenu): A number of small fixes.
8345 Delete documentation of internal variable imenu--index-alist.
8346 Document the return value format of imenu-create-index-function
8347 functions.
8348
83492003-09-30 Richard M. Stallman <rms@gnu.org>
8350
8351 * processes.texi (Network): Say what stopped datagram connections do.
8352
8353 * lists.texi (Association Lists): Clarify `assq-delete-all'.
8354
8355 * display.texi (Overlay Properties): Clarify `evaporate' property.
8356
83572003-09-29 Lute Kamstra <lute@gnu.org>
8358
8359 * modes.texi (Mode Line Data): Explain when symbols in mode-line
8360 constructs should be marked as risky.
8361 Change cons cell into proper list.
8362 (Mode Line Variables): Change cons cell into proper list.
8363
83642003-09-26 Lute Kamstra <lute@gnu.org>
8365
8366 * modes.texi (Mode Line Data): Document the :propertize construct.
8367 (Mode Line Variables): Reorder the descriptions of the variables
8368 to match their order in the default mode-line-format.
8369 Describe the new variables mode-line-position and mode-line-modes.
8370 Update the default values of mode-line-frame-identification,
8371 minor-mode-alist, and default-mode-line-format.
8372 (Properties in Mode): Mention the :propertize construct.
8373
83742003-09-26 Richard M. Stallman <rms@gnu.org>
8375
8376 * buffers.texi, commands.texi, debugging.texi, eval.texi:
8377 * loading.texi, minibuf.texi, text.texi, variables.texi:
8378 Avoid @strong{Note:}.
8379
83802003-09-26 Richard M. Stallman <rms@gnu.org>
8381
8382 * keymaps.texi (Remapping Commands): Fix typo.
8383
83842003-09-23 Luc Teirlinck <teirllm@mail.auburn.edu>
8385
8386 * processes.texi (Low-Level Network): Fix typo.
8387
83882003-09-23 Kim F. Storm <storm@cua.dk>
8389
8390 * processes.texi (Network, Network Servers): Fix typos.
8391 (Low-Level Network): Add timeout value for :server keyword.
8392 Add new option keywords to make-network-process.
8393 Add set-network-process-options.
8394 Explain how to test availability of network options.
8395
83962003-09-19 Richard M. Stallman <rms@gnu.org>
8397
8398 * text.texi (Motion by Indent): Arg to
8399 backward-to-indentation and forward-to-indentation is optional.
8400
8401 * strings.texi (Creating Strings): Add substring-no-properties.
8402
8403 * processes.texi
8404 (Process Information): Add list-processes arg QUERY-ONLY.
8405 Delete process-contact from here.
8406 Add new status values for process-status.
8407 Add process-get, process-put, process-plist, set-process-plist.
8408 (Synchronous Processes): Add call-process-shell-command.
8409 (Signals to Processes): signal-process allows process objects.
8410 (Network): Complete rewrite.
8411 (Network Servers, Datagrams, Low-Level Network): New nodes.
8412
8413 * positions.texi (Word Motion): forward-word, backward-word
8414 arg is optional. Reword.
8415
8416 * abbrevs.texi (Defining Abbrevs): Index no-self-insert.
8417
8418 * variables.texi (Creating Buffer-Local):
8419 Delete duplicate definition of buffer-local-value.
8420 (File Local Variables): Explain about discarding text props.
8421
84222003-09-11 Richard M. Stallman <rms@gnu.org>
8423
8424 * minibuf.texi (Intro to Minibuffers): Explain that the minibuffer
8425 changes variables that record input events.
8426 (Minibuffer Misc): Add minibuffer-selected-window.
8427
8428 * lists.texi (Building Lists): Add copy-tree.
8429
8430 * display.texi (Fontsets): Add char-displayable-p.
8431 (Scroll Bars): New node.
8432
84332003-09-08 Lute Kamstra <lute@gnu.org>
8434
8435 * modes.texi (%-Constructs): Document new `%i' and `%I'
8436 constructs.
8437
84382003-09-03 Peter Runestig <peter@runestig.com>
8439
8440 * makefile.w32-in: New file.
8441
84422003-08-29 Richard M. Stallman <rms@gnu.org>
8443
8444 * display.texi (Overlay Properties): Clarify how priorities
8445 affect use of the properties.
8446
84472003-08-19 Luc Teirlinck <teirllm@mail.auburn.edu>
8448
8449 * customize.texi (Type Keywords): Correct the description of
8450 `:help-echo' in the case where `motion-doc' is a function.
8451
84522003-08-14 John Paul Wallington <jpw@gnu.org>
8453
8454 * modes.texi (Emulating Mode Line): Subsection, not section.
8455
84562003-08-13 Richard M. Stallman <rms@gnu.org>
8457
8458 * elisp.texi (Top): Update subnode lists in menu.
8459
8460 * text.texi (Insertion): Add insert-buffer-substring-no-properties.
8461 (Kill Functions): kill-region has new arg yank-handler.
8462 (Yanking): New node.
8463 (Yank Commands): Add yank-undo-function.
8464 (Low-Level Kill Ring):
8465 kill-new and kill-append have new arg yank-handler.
8466 (Changing Properties): Add remove-list-of-text-properties.
8467 (Atomic Changes): New node.
8468
8469 * symbols.texi (Other Plists): Add lax-plist-get, lax-plist-put.
8470
8471 * streams.texi (Output Variables): Add eval-expression-print-length
8472 and eval-expression-print-level.
8473
8474 * os.texi (Time Conversion): For encode-time, explain limits on year.
8475
8476 * objects.texi (Character Type): Define anchor "modifier bits".
8477
8478 * modes.texi (Emulating Mode Line): New node.
8479 (Search-based Fontification): Font Lock uses font-lock-face property.
8480 (Other Font Lock Variables): Likewise.
8481
8482 * keymaps.texi (Format of Keymaps): Keymaps contain char tables,
8483 not vectors.
8484 (Active Keymaps): Add emulation-mode-map-alists.
8485 (Functions for Key Lookup): key-binding has new arg no-remap.
8486 (Remapping Commands): New node.
8487 (Scanning Keymaps): where-is-internal has new arg no-remap.
8488 (Tool Bar): Add tool-bar-local-item-from-menu.
8489 Clarify when to use tool-bar-add-item-from-menu.
8490
8491 * commands.texi (Interactive Call): commandp has new arg.
8492 (Command Loop Info): Add this-original-command.
8493
84942003-08-06 John Paul Wallington <jpw@gnu.org>
8495
8496 * compile.texi (Compiler Errors): Say `@end defmac' after `@defmac'.
8497
8498 * display.texi (Warning Basics): Fix typo.
8499 (Fringes): Add closing curly bracket and fix typo.
8500
8501 * elisp.texi (Top): Fix typo.
8502
85032003-08-05 Richard M. Stallman <rms@gnu.org>
8504
8505 * elisp.texi: Update lists of subnodes.
8506
8507 * windows.texi (Buffers and Windows): set-window-buffer has new arg.
8508
8509 * variables.texi (Local Variables): Use lc for example variable names.
8510
8511 * tips.texi (Library Headers): Explain where to put -*-.
8512
8513 * strings.texi (Creating Strings): Fix xref for vconcat.
8514
8515 * sequences.texi (Vector Functions):
8516 vconcat no longer allows integer args.
8517
8518 * minibuf.texi (Reading File Names): read-file-name has new
8519 arg PREDICATE. New function read-directory-name.
8520
c4cc8b9a 8521 * macros.texi (Defining Macros): Give definition of `declare'.
b8d4c8d0
GM
8522 (Indenting Macros): New node.
8523
8524 * frames.texi (Parameter Access): Add modify-all-frames-parameters.
8525 (Window Frame Parameters): Make separate table of parameters
8526 that are coupled with specific face attributes.
8527 (Deleting Frames): delete-frame-hooks renamed to
8528 delete-frame-functions.
8529
8530 * files.texi (Magic File Names): Add file-remote-p.
8531 Clarify file-local-copy.
8532
8533 * edebug.texi (Instrumenting Macro Calls): Don't define `declare'
8534 here; instead xref Defining Macros.
8535
8536 * display.texi (Warnings): New node, and subnodes.
8537 (Fringes): New node.
8538
8539 * debugging.texi (Test Coverage): New node.
8540
8541 * compile.texi (Compiler Errors): Explain with-no-warnings
8542 and other ways to suppress warnings.
8543
8544 * commands.texi (Interactive Call): Minor clarification.
8545
8546 * buffers.texi (Buffer File Name): set-visited-file-name
8547 renames the buffer too.
8548
8549 * abbrevs.texi (Abbrev Tables): Add copy-abbrev-table.
8550
85512003-07-24 Markus Rost <rost@math.ohio-state.edu>
8552
8553 * abbrevs.texi (Abbrev Expansion): Use \s syntax in example.
8554
85552003-07-22 Markus Rost <rost@math.ohio-state.edu>
8556
8557 * internals.texi (Garbage Collection): Fix previous change.
8558
85592003-07-22 Richard M. Stallman <rms@gnu.org>
8560
8561 * files.texi (Truenames): Add LIMIT arg to file-chase-links.
8562
8563 * display.texi (Width): Use \s syntax in example.
8564 (Font Selection): Add face-font-rescale-alist.
8565
8566 * modes.texi (Imenu): Add xref to Emacs Manual node on Imenu.
8567 Remove spurious indent in example.
8568
8569 * lists.texi (Building Lists): Add number-sequence.
8570
8571 * internals.texi (Garbage Collection): Add gcs-done, gc-elapsed.
8572
8573 * functions.texi (Function Documentation): Explain how to
8574 show calling convention explicitly in the doc string.
8575
8576 * windows.texi (Selecting Windows): save-selected-window saves
8577 selected window of each frame.
8578 (Window Configurations): Minor change.
8579
8580 * syntax.texi (Syntax Table Functions): Use \s syntax in examples.
8581
8582 * streams.texi (Output Variables): Add print-continuous-numbering
8583 and print-number-table.
8584
8585 * processes.texi (Decoding Output): New node.
8586
8587 * os.texi (Time Conversion): decode-time arg is optional.
8588
8589 * objects.texi (Character Type): Don't use space as example for \.
8590 Make list of char names and \-sequences correspond.
8591 Explain that \s is not used in strings. `\ ' needs space after.
8592
8593 * nonascii.texi (Converting Representations): Add string-to-multibyte.
8594 (Translation of Characters): Add translation-table-for-input.
8595 (Default Coding Systems): Add auto-coding-functions.
8596 (Explicit Encoding): Add decode-coding-inserted-region.
8597 (Locales): Add locale-info.
8598
8599 * minibuf.texi (Basic Completion): Describe test-completion.
8600 Collections can be lists of strings.
8601 Clean up lazy-completion-table.
8602 (Programmed Completion): Mention test-completion.
8603 Clarify why lambda expressions are not accepted.
8604 (Minibuffer Misc): Describe minibufferp.
8605
86062003-07-14 Richard M. Stallman <rms@gnu.org>
8607
8608 * buffers.texi (Killing Buffers): kill-buffer-hook is perm local.
8609
8610 * windows.texi (Selecting Windows): New arg to select-window.
8611 (Selecting Windows): Add with-selected-window.
8612 (Size of Window): Add window-inside-edges, etc.
8613
8614 * internals.texi (Garbage Collection): Add post-gc-hook.
8615
8616 * processes.texi (Subprocess Creation): Add exec-suffixes.
8617
8618 * keymaps.texi (Functions for Key Lookup): Add current-active-maps.
8619 (Scanning Keymaps): Add map-keymaps.
8620 (Defining Menus): Add keymap-prompt.
8621
8622 * numbers.texi (Integer Basics): Add most-positive-fixnum,
8623 most-negative-fixnum.
8624
c4cc8b9a 8625 * compile.texi (Byte Compilation): Explain no-byte-compile.
b8d4c8d0
GM
8626 (Compiler Errors): New node.
8627
8628 * os.texi (User Identification): user-uid, user-real-uid
8629 can return float.
8630
8631 * modes.texi (Major Mode Conventions): Explain about run-mode-hooks
8632 and about derived modes.
8633 (Minor Modes): Add minor-mode-list.
8634 (Defining Minor Modes): Keyword args for define-minor-mode.
8635 (Search-based Fontification): Explain managing other properties.
8636 (Other Font Lock Variables): Add font-lock-extra-managed-props.
183080b6 8637 (Faces for Font Lock): Add font-lock-preprocessor-face.
b8d4c8d0
GM
8638 (Hooks): Add run-mode-hooks and delay-mode-hooks.
8639
8640 * variables.texi (Creating Buffer-Local): Add buffer-local-value.
8641 (Variable Aliases): Clarify defvaralias.
8642
8643 * loading.texi (Library Search): Add load-suffixes.
8644
8645 * minibuf.texi (Basic Completion): Add lazy-completion-table.
8646 (Programmed Completion): Add dynamic-completion-table.
8647
8648 * files.texi (Changing Files): copy-file allows dir as NEWNAME.
8649 (Magic File Names): Specify precedence order of handlers.
8650
8651 * commands.texi (Command Overview): Emacs server runs pre-command-hook
8652 and post-command-hook.
8653 (Waiting): New calling convention for sit-for.
8654
8655 * text.texi (Special Properties): local-map and keymap properties
8656 apply based on their stickiness.
8657
86582003-07-07 Richard M. Stallman <rms@gnu.org>
8659
8660 * modes.texi (Minor Mode Conventions): Specify only some kinds
8661 of list values as args to minor modes.
8662
8663 * files.texi (File Name Expansion): Warn about iterative use
8664 of substitute-in-file-name.
8665
8666 * advice.texi (Activation of Advice): Clean up previous change.
8667
86682003-07-06 Markus Rost <rost@math.ohio-state.edu>
8669
8670 * advice.texi (Activation of Advice): Note that ad-start-advice is
8671 turned on by default.
8672
86732003-06-30 Richard M. Stallman <rms@gnu.org>
8674
8675 * text.texi (Buffer Contents): Document current-word.
8676 (Change Hooks): Not called for *Messages*.
8677
8678 * functions.texi (Defining Functions): Explain about redefining
8679 primitives.
8680 (Function Safety): Renamed. Minor changes.
8681 Comment out the detailed criteria for what is safe.
8682
86832003-06-22 Andreas Schwab <schwab@suse.de>
8684
8685 * objects.texi (Symbol Type): Fix description of examples.
8686
86872003-06-16 Andreas Schwab <schwab@suse.de>
8688
8689 * hash.texi (Creating Hash): Fix description of :weakness.
8690
c8763fb6 86912003-06-13 Kai Großjohann <kai.grossjohann@gmx.net>
b8d4c8d0
GM
8692
8693 * files.texi (Changing Files): copy-file copies file modes, too.
8694
86952003-05-28 Richard M. Stallman <rms@gnu.org>
8696
8697 * strings.texi (Creating Strings): Clarify split-string.
8698
86992003-05-22 Stephen J. Turnbull <stephen@xemacs.org>
8700
8701 * strings.texi (Creating Strings): Update split-string specification
8702 and examples.
8703
87042003-05-19 Richard M. Stallman <rms@gnu.org>
8705
8706 * elisp.texi: Correct invariant section names.
8707
87082003-04-20 Richard M. Stallman <rms@gnu.org>
8709
8710 * os.texi (Timers): Explain about timers and quitting.
8711
87122003-04-19 Richard M. Stallman <rms@gnu.org>
8713
8714 * internals.texi (Writing Emacs Primitives): Strings are
8715 no longer special for GCPROs. Mention GCPRO5, GCPRO6.
8716 Explain GCPRO convention for varargs function args.
8717
87182003-04-16 Richard M. Stallman <rms@gnu.org>
8719
8720 * minibuf.texi (Minibuffer Misc): Document fn minibuffer-message.
8721
87222003-04-08 Richard M. Stallman <rms@gnu.org>
8723
8724 * files.texi (Kinds of Files): Correct return value of file-symlink-p.
8725
87262003-02-13 Kim F. Storm <storm@cua.dk>
8727
8728 * objects.texi (Character Type): New \s escape for space.
8729
87302003-01-31 Joe Buehler <jhpb@draco.hekimian.com>
8731
5dcb4c4e 8732 * os.texi (System Environment): Add cygwin system-type.
b8d4c8d0
GM
8733
87342003-01-25 Richard M. Stallman <rms@gnu.org>
8735
8736 * keymaps.texi: Document that a symbol can act as a keymap.
8737
87382003-01-13 Richard M. Stallman <rms@gnu.org>
8739
8740 * text.texi (Changing Properties): Say string indices are origin-0.
8741
8742 * positions.texi (Screen Lines) <compute-motion>:
8743 Correct order of elts in return value.
8744
8745 * keymaps.texi (Changing Key Bindings) <define-key>: Mention
8746 how to define a default binding.
8747
87482002-12-07 Markus Rost <rost@math.ohio-state.edu>
8749
8750 * loading.texi (Unloading): Fix recent change for load-history.
8751
8752 * customize.texi (Simple Types): Clarify description of custom
8753 type 'number. Describe new custom type 'float.
8754
87552002-12-04 Markus Rost <rost@math.ohio-state.edu>
8756
8757 * variables.texi (File Local Variables): Fix typo.
8758
c8763fb6 87592002-10-23 Kai Großjohann <kai.grossjohann@uni-duisburg.de>
b8d4c8d0
GM
8760
8761 From Michael Albinus <Michael.Albinus@alcatel.de>.
8762
8763 * README: Target for Info file is `make info'.
8764
5dcb4c4e 8765 * files.texi (File Name Components): Fix typos in
b8d4c8d0
GM
8766 `file-name-sans-extension'.
8767 (Magic File Names): Complete list of operations for magic file
8768 name handlers.
8769
87702002-09-16 Jonathan Yavner <jyavner@engineer.com>
8771
8772 * variables.texi (File Local Variables): New function
8773 risky-local-variable-p.
8774
87752002-09-15 Jonathan Yavner <jyavner@engineer.com>
8776
8777 * functions.texi (Function safety): New node about unsafep.
8778
87792002-08-05 Per Abrahamsen <abraham@dina.kvl.dk>
8780
5dcb4c4e 8781 * customize.texi (Splicing into Lists): Fix example.
a86cd395 8782 Reported by Fabrice Bauzac <fabrice.bauzac@wanadoo.fr>.
b8d4c8d0
GM
8783
87842002-06-17 Juanma Barranquero <lektu@terra.es>
8785
8786 * frames.texi (Display Feature Testing): Fix typo.
8787
87882002-06-12 Andreas Schwab <schwab@suse.de>
8789
8790 * frames.texi (Initial Parameters, Resources): Fix references to
8791 the Emacs manual.
8792
87932002-05-13 Kim F. Storm <storm@cua.dk>
8794
8795 * variables.texi (Intro to Buffer-Local): Updated warning and
8796 example relating to changing buffer inside let.
8797
c8763fb6 87982002-03-10 Jan Djärv <jan.h.d@swipnet.se>
b8d4c8d0
GM
8799
8800 * os.texi (Session Management): New node about X Session management.
8801
88022002-01-18 Eli Zaretskii <eliz@is.elta.co.il>
8803
8804 * elisp.texi (VERSION): Set to 2.9. Update the version of Emacs
8805 to which the manual corresponds, and the copyright years.
8806
8807 * Makefile.in (VERSION): Set to 2.9.
8808
88092001-11-29 Eli Zaretskii <eliz@is.elta.co.il>
8810
8811 * elisp.texi: Change the category in @dircategory to "Emacs", to
8812 make it consistent with info/dir.
8813
88142001-11-25 Miles Bader <miles@gnu.org>
8815
8816 * text.texi (Fields): Describe new `limit' arg in
8817 field-beginning/field-end.
8818
88192001-11-17 Eli Zaretskii <eliz@is.elta.co.il>
8820
5dcb4c4e
SM
8821 * permute-index: Don't depend on csh-specific features.
8822 Replace the interpreter name with /bin/sh.
b8d4c8d0
GM
8823
8824 * two-volume-cross-refs.txt: New file.
8825 * two.el: New file.
8826 * spellfile: New file.
8827
88282001-11-16 Eli Zaretskii <eliz@is.elta.co.il>
8829
8830 * permute-index: New file.
8831
8832 * vol1.texi, vol2.texi: Renamed from elisp-vol1.texi and
8833 elisp-vol2.texi, respectively, to avoid file-name clashes in DOS
8834 8+3 restricted namespace.
8835
8836 * Makefile.in (infodir): Define relative to $(srcdir).
8837 ($(infodir)/elisp): Don't chdir into $(srcdir), but add it to the
8838 include directories list via -I switch to makeinfo.
8839 (index.texi): Use cp if both hard and symbolic links fail.
8840
88412001-11-10 Eli Zaretskii <eliz@is.elta.co.il>
8842
8843 * Makefile.in (distclean): Add.
8844
8845 The following changes make ELisp manual part of the Emacs
8846 distribution:
8847
8848 * Makefile.in: Add Copyright notice.
8849 (prefix): Remove.
8850 (infodir): Change value to "../info".
8851 (VPATH): New variable.
8852 (MAKE): Don't define.
8853 (texmacrodir): Don't define.
8854 (texinputdir): Append the existing value of TEXINPUTS.
8855 ($(infodir)/elisp): Instead of just "elisp". Reformat the
8856 command to be compatible with man/Makefile.in, and to put the
8857 output into ../info.
8858 (info): Add target.
8859 (installall): Target removed.
8860
c8763fb6 88612001-10-31 Pavel Janík <Pavel@Janik.cz>
b8d4c8d0
GM
8862
8863 * tips.texi (Coding Conventions): Fix typo.
8864
88652001-10-23 Gerd Moellmann <gerd@gnu.org>
8866
8867 * Makefile.in (srcs): Add gpl.texi and doclicense.texi.
8868
88692001-10-22 Eli Zaretskii <eliz@is.elta.co.il>
8870
8871 * files.texi (File Name Components): Update the description of
8872 file-name-sans-extension and file-name-extension, as they now
8873 ignore leading dots.
8874
88752001-10-20 Gerd Moellmann <gerd@gnu.org>
8876
8877 * (Version 21.1 released.)
8878
88792001-10-19 Miles Bader <miles@gnu.org>
8880
8881 * positions.texi (Text Lines): Describe behavior of
8882 `beginning-of-line'/`end-of-line' in the presence of field properties.
8883
88842001-10-17 Gerd Moellmann <gerd@gnu.org>
8885
8886 * Makefile.in (VERSION): Set to 2.8.
8887 (manual): Use `manual-21'.
8888
8889 * elisp.texi (VERSION): Add and use it where the version
8890 number was used. Set it to 2.8.
8891
8892 * intro.texi: Likewise.
8893
88942001-10-13 Eli Zaretskii <eliz@is.elta.co.il>
8895
8896 * files.texi (File Name Completion): Document the significance of
8897 a trailing slash in elements of completion-ignored-extensions.
8898
88992001-10-06 Miles Bader <miles@gnu.org>
8900
8901 * variables.texi (Variable Aliases): It's `@defmac', not `@defmacro'.
8902
89032001-10-04 Gerd Moellmann <gerd@gnu.org>
8904
8905 * variables.texi (Variable Aliases): New node.
8906
89072001-10-04 Gerd Moellmann <gerd@gnu.org>
8908
8909 * Branch for 21.1.
8910
89112001-10-02 Miles Bader <miles@gnu.org>
8912
8913 * minibuf.texi (Minibuffer Misc): Add entries for
8914 `minibuffer-contents', `minibuffer-contents-no-properties', and
8915 `delete-minibuffer-contents'.
8916 Correct description for `minibuffer-prompt-end'.
8917
8918 * text.texi (Property Search): Correct descriptions of
8919 `next-char-property-change' and `previous-char-property-change'.
8920 Add entries for `next-single-char-property-change' and
8921 `previous-single-char-property-change'.
8922 Make operand names a bit more consistent.
8923
89242001-09-30 Eli Zaretskii <eliz@is.elta.co.il>
8925
8926 * frames.texi (Finding All Frames): Document that next-frame and
8927 previous-frame are local to current terminal.
8928
89292001-09-26 Eli Zaretskii <eliz@is.elta.co.il>
8930
8931 * keymaps.texi (Creating Keymaps): Fix the description of the
8932 result of make-keymap.
8933
89342001-09-23 Eli Zaretskii <eliz@is.elta.co.il>
8935
8936 * display.texi (Font Lookup, Attribute Functions)
8937 (Image Descriptors): Add cross-references to the definition of
8938 selected frame.
8939
8940 * buffers.texi (The Buffer List): Add cross-references to the
8941 definition of selected frame.
8942
8943 * frames.texi (Input Focus): Clarify which frame is _the_ selected
8944 frame at any given time.
8945 (Multiple Displays, Size and Position): Add a cross-reference to
8946 the definition of the selected frame.
8947
89482001-09-08 Eli Zaretskii <eliz@is.elta.co.il>
8949
8950 * strings.texi (String Conversion) <string-to-number>: Document
8951 that a float is returned for integers that are too large.
8952
8953 * frames.texi (Mouse Position): Document mouse-position-function.
8954 (Display Feature Testing): Document display-images-p.
8955 (Window Frame Parameters): Document the cursor-type variable.
8956
8957 * numbers.texi (Integer Basics): Document CL style read syntax for
8958 integers in bases other than 10.
8959
5dcb4c4e
SM
8960 * positions.texi (List Motion):
8961 Document open-paren-in-column-0-is-defun-start.
b8d4c8d0
GM
8962
8963 * lists.texi (Sets And Lists): Document member-ignore-case.
8964
8965 * internals.texi (Garbage Collection): Document the used and free
8966 strings report.
8967 (Memory Usage): Document strings-consed.
8968
8969 * os.texi (Time of Day): Document float-time.
8970 (Recording Input): Document that clear-this-command-keys clears
8971 the vector to be returned by recent-keys.
8972
8973 * keymaps.texi (Scanning Keymaps) <where-is-internal>: The
8974 argument keymap can be a list.
8975
8976 * nonascii.texi (User-Chosen Coding Systems)
8977 <select-safe-coding-system>: Document the new argument
8978 accept-default-p and the variable
8979 select-safe-coding-system-accept-default-p. Tell what happens if
8980 buffer-file-coding-system is undecided.
8981 (Default Coding Systems): Document auto-coding-regexp-alist.
8982
8983 * display.texi (The Echo Area) <message>: Document
8984 message-truncate-lines.
8985 (Glyphs): Document that the glyph table is unused on windowed
8986 displays.
8987
8988 * help.texi (Describing Characters) <single-key-description>:
8989 Document the new argument no-angles.
8990 (Accessing Documentation) <documentation-property>: Document that
8991 a non-string property is evaluated.
8992 <documentation>: Document that the function-documentation property
8993 is looked for.
8994
8995 * windows.texi (Selecting Windows): Document some-window.
8996
8997 * text.texi (MD5 Checksum): New node, documents the md5 primitive.
8998
8999 * hooks.texi (Standard Hooks): Add kbd-macro-termination-hook and
9000 apropos-mode-hook.
9001
9002 * commands.texi (Using Interactive): Document interactive-form.
9003 (Keyboard Macros): Document kbd-macro-termination-hook.
9004 (Command Loop Info): Document that clear-this-command-keys clears
9005 the vector to be returned by recent-keys.
9006
90072001-09-04 Werner LEMBERG <wl@gnu.org>
9008
9009 * Makefile.in (srcdir, texinputdir): New variables.
9010 (srcs, index.texi, install): Use $(srcdir).
9011 (.PHONY): Remove elisp.dvi.
9012 (elisp): Use -I switch for makeinfo.
9013 (elisp.dvi): Use $(srcdir) and $(texinputdir).
9014 (installall, dist): Use $(srcdir).
9015 Fix path to texinfo.tex.
9016 (maintainer-clean): Add elisp.dvi and elisp.oaux.
9017
90182001-08-30 Gerd Moellmann <gerd@gnu.org>
9019
9020 * display.texi (Conditional Display): Adjust to API change.
9021
9022 * configure: New file.
9023
90242001-07-30 Gerd Moellmann <gerd@gnu.org>
9025
9026 * commands.texi (Repeat Events): Add description of
9027 double-click-fuzz.
9028
90292001-05-08 Stefan Monnier <monnier@cs.yale.edu>
9030
9031 * syntax.texi (Syntax Class Table): Add the missing designator for
9032 comment and string fences.
9033 (Syntax Properties): Add a xref to syntax table internals.
9034 (Syntax Table Internals): Document string-to-syntax.
9035
90362001-05-07 Gerd Moellmann <gerd@gnu.org>
9037
9038 * Makefile.in (install): Use install-info command line options
9039 like in Emacs' Makefile.in.
9040
90412000-12-09 Miles Bader <miles@gnu.org>
9042
9043 * windows.texi (Window Start): Update documentation for
9044 `pos-visible-in-window-p'.
9045
90462000-11-12 Stefan Monnier <monnier@cs.yale.edu>
9047
9048 * lists.texi (Building Lists): Add footnote to explain how to add
9049 to the end of a list.
9050
90512000-10-25 Gerd Moellmann <gerd@gnu.org>
9052
9053 * files.texi (Visiting Functions): Typos.
9054
90552000-10-25 Kenichi Handa <handa@etl.go.jp>
9056
9057 * files.texi (Visiting Functions): Return value of
9058 find-file-noselect may be a list of buffers if wildcards are used.
9059
90602000-10-24 Miles Bader <miles@lsi.nec.co.jp>
9061
9062 * display.texi (Defining Faces): Document `graphic' display type
9063 in face specs.
9064
b344d29d 90652000-10-18 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
b8d4c8d0
GM
9066
9067 * hooks.texi (Standard Hooks): Replace obsolete
9068 `after-make-frame-hook' with `after-make-frame-functions'.
9069
9070 * frames.texi (Creating Frames): Ditto.
9071
9072 * variables.texi (Future Local Variables): Ditto.
9073
90742000-10-16 Gerd Moellmann <gerd@gnu.org>
9075
9076 * display.texi (Other Image Types): Add description of :foreground
9077 and :background properties of mono PBM images.
9078
90792000-08-17 Werner LEMBERG <wl@gnu.org>
9080
9081 * .cvsignore: New file.
9082
90832000-01-05 Gerd Moellmann <gerd@gnu.org>
9084
9085 * tindex.pl: New script.
9086
90871999-12-03 Dave Love <fx@gnu.org>
9088
9089 * Makefile.in (MAKEINFO): New parameter.
9090
90911999-09-17 Richard Stallman <rms@gnu.org>
9092
9093 * Makefile.in (srcs): Add hash.texi.
9094 (VERSION): Update to 20.6.
9095
90961999-09-13 Richard Stallman <rms@gnu.org>
9097
9098 * Makefile.in (index.texi): If cannot make a symlink, make a hard link.
9099
91001998-08-29 Karl Heuer <kwzh@gnu.org>
9101
9102 * configure.in: New file.
9103 * Makefile.in: Renamed from Makefile.
9104 (prefix, infodir): Use value obtained from configure.
9105 (emacslibdir): Obsolete variable deleted.
9106 (dist): Distribute configure.in, configure, Makefile.in.
9107
91081998-06-12 Richard Stallman <rms@psilocin.ai.mit.edu>
9109
9110 * Makefile (INSTALL_INFO): New variable.
9111 (install): Run install-info.
9112
91131998-05-09 Richard Stallman <rms@psilocin.ai.mit.edu>
9114
9115 * Makefile (elisp.dvi): Add missing backslash.
9116
91171998-05-02 Richard Stallman <rms@psilocin.gnu.org>
9118
9119 * Makefile (elisp.dvi): Don't depend on texindex or on elisp.tps.
9120 Run texindex without `./'. Always run texindex on elisp.tp.
9121 (elisp.tps): Target deleted.
9122
91231998-04-05 Richard Stallman <rms@psilocin.gnu.org>
9124
9125 * Makefile (srcs): Add nonascii.texi and customize.texi.
9126 (dist): Start by deleting `temp'.
9127
91281998-02-17 Richard Stallman <rms@psilocin.gnu.org>
9129
9130 * Makefile (makeinfo, texindex): Targets deleted.
9131 (makeinfo.o, texindex.o): Targets deleted.
9132 (clean, dist): Don't do anything with them or with getopt*.
9133
91341998-01-30 Richard Stallman <rms@psilocin.gnu.org>
9135
9136 * Makefile (SHELL): Defined.
9137
91381998-01-27 Richard Stallman <rms@psilocin.gnu.org>
9139
9140 * Makefile (elisp.tps): New target.
9141 (elisp.dvi): Depend on elisp.tps.
9142
c5602427 91431996-04-03 Karl Heuer <kwzh@gnu.ai.mit.edu>
b8d4c8d0
GM
9144
9145 * README: Update phone number.
9146
9147 * Makefile (elisp): Make this be the default target.
9148 Depend on makeinfo.c instead of makeinfo.
9149 (install): Don't depend on elisp.dvi, since we don't install that.
9150 Use mkinstalldirs.
9151 (dist): Add mkinstalldirs.
9152
c5602427 91531995-06-19 Richard Stallman <rms@mole.gnu.ai.mit.edu>
b8d4c8d0
GM
9154
9155 * Makefile (VERSION): Update version number.
5dcb4c4e 9156 (maintainer-clean): Rename from realclean.
b8d4c8d0 9157
c5602427 91581995-06-07 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
b8d4c8d0
GM
9159
9160 * Makefile (realclean): New target.
9161 (elisp): Remove any old elisp-* files first.
9162
c5602427 91631993-11-23 Noah Friedman (friedman@nutrimat.gnu.ai.mit.edu)
b8d4c8d0
GM
9164
9165 * Makefile (VERSION): New variable.
9166 (dist): Make packaged directory name `elisp-manual-19-$(VERSION)'.
9167 Compressed file suffix should be `.gz', not `.z'.
9168
ce058493 91691993-11-22 Richard Stallman (rms@mole.gnu.ai.mit.edu)
b8d4c8d0
GM
9170
9171 * Makefile (elisp): Depend on makeinfo.
9172
c5602427 91731993-11-19 Noah Friedman (friedman@gnu.ai.mit.edu)
b8d4c8d0
GM
9174
9175 * Makefile (srcs): Add anti.texi.
9176
c5602427 91771993-05-28 Richard Stallman (rms@mole.gnu.ai.mit.edu)
b8d4c8d0
GM
9178
9179 * Makefile (infodir, prefix): New vars.
9180 (install): Use infodir.
9181 (emacsinfodir): Deleted.
9182
c5602427 91831993-05-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
b8d4c8d0
GM
9184
9185 * Makefile (srcs): Add calendar.texi.
9186
9187 * Makefile (dist): Copy texindex.c and makeinfo.c.
9188 Limit elisp-* files to those with one or two digits.
9189
c5602427 91901993-05-16 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
b8d4c8d0
GM
9191
9192 * Makefile (dist): Changed to use Gzip instead of compress.
9193
c5602427 91941993-04-23 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
b8d4c8d0
GM
9195
9196 * loading.texi (Unloading): define-function changed back to
9197 defalias. It may not stay this way, but at least it's
9198 consistent with the known-good version of the code patch.
9199
c5602427 92001993-03-26 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
b8d4c8d0
GM
9201
9202 * modes.texi (Hooks): Document new optional arg of add-hook.
9203
c5602427 92041993-03-17 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
b8d4c8d0
GM
9205
9206 * variables.texi: Document nil initial value of buffer-local variables.
9207
9208 * tips.texi: Add new section on standard library headers.
9209
c5602427 92101993-02-27 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
b8d4c8d0
GM
9211
9212 * Makefile (srcs): Add frame.texi to the list of sources.
9213
c5602427 92141993-02-23 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
b8d4c8d0
GM
9215
9216 * Makefile (dist): Don't bother excluding autosave files; they'll
9217 never make it into the temp directory anyway, and the hash marks
9218 in the name are problematic for make and the Bourne shell.
9219 (srcs):
9220
c5602427 92211993-02-12 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
b8d4c8d0
GM
9222
9223 * Makefile (dist): Don't include backup files or autosave files in
9224 the distribution tar file.
9225
c5602427 92261991-11-26 Richard Stallman (rms@mole.gnu.ai.mit.edu)
b8d4c8d0 9227
5dcb4c4e 9228 * Makefile (srcs): Add index.perm.
b8d4c8d0
GM
9229 (elisp.dvi): Remove erroneous shell comment.
9230 Expect output of permute-index in permuted.fns.
9231 Save old elisp.aux in elisp.oaux.
5dcb4c4e 9232 (clean): Add index.texi to be deleted.
b8d4c8d0 9233
c5602427 92341990-08-11 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
b8d4c8d0
GM
9235
9236 * Makefile (elisp.dvi, index.texi): Use shell if instead of ifdef.
9237
c5602427 92381990-06-26 David Lawrence (tale@geech)
b8d4c8d0
GM
9239
9240 * files.texi: Noted that completion-ignored-extensions is ignored
9241 when making *Completions*.
9242
3e868ee3 92431990-06-08 Jay Fenlason (hack@ai.mit.edu)
b8d4c8d0
GM
9244
9245 * Makefile make dist now depends on elisp.dvi, since it tries
9246 to include it in the dist file.
9247
c5602427 92481990-03-28 Jim Kingdon (kingdon@mole.ai.mit.edu)
b8d4c8d0 9249
c5602427 9250 * functions.texinfo (Mapping Functions): Add missing quote.
b8d4c8d0 9251
c5602427 92521989-06-19 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
b8d4c8d0
GM
9253
9254 * texinfo.tex (frenchspacing): Use decimal codes for char to be set.
9255 (defunargs): Turn off \hyphenchar of \sl font temporarily.
9256
c5602427 92571989-05-10 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
b8d4c8d0
GM
9258
9259 * @result{}, @expansion{}, @print{}, @quiv{}, @point{},
9260 and @error{} are the terms now being used. The files in the
9261 directory have been changed to reflect this.
9262
9263 * All instances of @indentedresultt{} have been changed to
9264 ` @result{}', using 5 spaces at the begining of the line.
9265
c5602427 92661989-04-24 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
b8d4c8d0
GM
9267
9268 * @result{}, @expandsto{}, @prints{}, @quiv{}, @error{}, and the
9269 experimental @indentedresult{}, @indentedexpandsto{} are part of
9270 the texinfo.tex in this directory. These TeX macros are not
9271 stable yet.
9272
c5602427 92731989-04-17 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
b8d4c8d0
GM
9274
9275 * texinfo.tex: Temporarily added
9276 \let\result=\dblarrow
9277 \def\error{{\it ERROR} \longdblarrow}
9278 We need to do this better soon.
9279
c5602427 92801989-04-11 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
b8d4c8d0
GM
9281
9282 * Applied Karl Berry's patches to *.texinfo files, but not to
9283 texinfo.tex; those diffs are in `berry-texinfo-tex-diffs'. (Karl's
9284 new title page format is also not applied, since it requires
9285 texinfo.tex changes.)
9286
9287 * Cleaned up `Makefile' and defined the `emacslibdir' directory
9288 for the Project GNU development environment.
9289
9290;; Local Variables:
c8763fb6 9291;; coding: utf-8
b8d4c8d0
GM
9292;; End:
9293
73b0cd50 9294 Copyright (C) 1998-2011 Free Software Foundation, Inc.
b8d4c8d0
GM
9295
9296 This file is part of GNU Emacs.
9297
352c8b4a 9298 GNU Emacs is free software: you can redistribute it and/or modify
b8d4c8d0 9299 it under the terms of the GNU General Public License as published by
352c8b4a
GM
9300 the Free Software Foundation, either version 3 of the License, or
9301 (at your option) any later version.
b8d4c8d0
GM
9302
9303 GNU Emacs is distributed in the hope that it will be useful,
9304 but WITHOUT ANY WARRANTY; without even the implied warranty of
9305 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
9306 GNU General Public License for more details.
9307
9308 You should have received a copy of the GNU General Public License
352c8b4a 9309 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.