(recentf-filename-handler): Add custom choice
[bpt/emacs.git] / lispref / ChangeLog
CommitLineData
2a6bc1f7
RS
12005-09-06 Richard M. Stallman <rms@gnu.org>
2
3 * tips.texi (Coding Conventions): Sometimes it is ok to put the
4 package prefix elsewhere than at the start of the name.
5
d7ea8b71
RS
62005-09-03 Richard M. Stallman <rms@gnu.org>
7
8 * tips.texi (Programming Tips): Add conventions for minibuffer
9 questions and prompts.
10
0c6087a6
RS
112005-09-03 Joshua Varner <jlvarner@gmail.com> (tiny change)
12
13 * intro.texi (nil and t): Minor cleanup.
14 Delete spurious mention of keyword symbols.
15 (Evaluation Notation): Add index entry.
16 (A Sample Function Description): Minor cleanup.
17 (A Sample Variable Description): Not all vars can be set.
18
4b5fa40e
TTN
192005-09-03 Thien-Thi Nguyen <ttn@gnu.org>
20
21 * text.texi (Buffer Contents): Use "\n" in examples' result strings.
22
23 (Insertion): Document precise type of `insert-char' arg COUNT.
24
34b50776
SM
252005-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
26
27 * modes.texi (Other Font Lock Variables): Sync the default of
28 font-lock-lines-before.
29
c1105d05
MA
302005-08-31 Michael Albinus <michael.albinus@gmx.de>
31
32 * files.texi (Magic File Names): Add `make-auto-save-file-name'.
33
62929713
RS
342005-08-29 Richard M. Stallman <rms@gnu.org>
35
36 * elisp.texi (Top): Update subnode menu.
37
38 * searching.texi (Searching and Matching): Move node.
39 Rearrange contents and add overall explanation.
40 (Searching and Case): Move node.
41 (Searching and Matching): Update menu.
42
0fb57cc0
EZ
432005-08-27 Eli Zaretskii <eliz@gnu.org>
44
45 * os.texi (Startup Summary): Fix the description of the initial
46 startup message display.
47
3e80c4c1
RS
482005-08-25 Richard M. Stallman <rms@gnu.org>
49
50 * searching.texi (Search and Replace): Add replace-regexp-in-string.
51
522005-08-25 Emilio C. Lopes <eclig@gmx.net>
53
54 * display.texi (Finding Overlays): Fix `find-overlay-prop' in
55 `next-overlay-change' example.
c1105d05 56
79a8defb
JL
572005-08-22 Juri Linkov <juri@jurta.org>
58
59 * display.texi (Attribute Functions): Add set-face-inverse-video-p.
60 Fix invert-face. Fix args of face-background.
61
16691d29
JL
62 * display.texi (Standard Faces): Delete node.
63 (Faces): Add xref to `(emacs)Standard Faces'.
64 (Displaying Faces): Fix xref to `Standard Faces'.
65
66 * modes.texi (Mode Line Data): Fix xref to Standard Faces.
67
217b694f
EZ
682005-08-20 Alan Mackenzie <acm@muc.de>
69
70 * buffers.texi (The Buffer List): Clarify the manipulation of the
71 buffer list.
72
0bf14bfd
RS
732005-08-14 Richard M. Stallman <rms@gnu.org>
74
7ad1498e
AS
75 * modes.texi (Auto Major Mode): interpreter-mode-alist key is not
76 a regexp.
0bf14bfd 77
c118d09e
RS
782005-08-11 Richard M. Stallman <rms@gnu.org>
79
59cb8c23
RS
80 * elisp.texi (Top): Update subnode lists.
81
82 * display.texi (Inverse Video): Node deleted.
83
c118d09e
RS
84 * tips.texi (Key Binding Conventions, Programming Tips, Warning Tips):
85 New nodes split out of Coding Conventions.
86
87 * searching.texi (Regular Expressions): Document re-builder.
88
89 * os.texi (Time Parsing): New node split out of Time Conversion.
90
91 * processes.texi (Misc Network, Network Feature Testing)
92 (Network Options, Make Network): New nodes split out of
93 Low-Level Network.
94
67ec7f41
RS
952005-08-09 Richard M. Stallman <rms@gnu.org>
96
76d47f0d
RS
97 * frames.texi (Geometry): New node, split from Size and Position.
98 (Frame Parameters): Refer to Geometry.
99
67ec7f41 100 * buffers.texi (The Buffer List): Fix xrefs.
c1105d05 101
67ec7f41
RS
102 * windows.texi (Splitting Windows): Fix xref.
103
104 * frames.texi (Layout Parameters): Add xref.
105
106 * display.texi (Line Height, Scroll Bars): Fix xrefs.
107
108 * keymaps.texi (Menu Bar): Fix xref.
109
110 * locals.texi (Standard Buffer-Local Variables): Fix xref.
111
112 * modes.texi (%-Constructs): Fix xref.
113
114 * frames.texi (Window Frame Parameters): Node split up.
115 (Basic Parameters, Position Parameters, Size Parameters)
116 (Layout Parameters, Buffer Parameters, Management Parameters)
117 (Cursor Parameters, Color Parameters): New subnodes.
118
adb5e445
LT
1192005-08-09 Luc Teirlinck <teirllm@auburn.edu>
120
121 * positions.texi (Screen Lines): Update xref for previous change
122 in minibuf.texi.
123
124 * minibuf.texi (Intro to Minibuffers): Update pxref for previous
125 change in minibuf.texi.
126
61298e17
RS
1272005-08-09 Richard M. Stallman <rms@gnu.org>
128
129 * tips.texi (Coding Conventions): Minor cleanup.
130
131 * modes.texi (Defining Minor Modes): Explain when init-value
132 can be non-nil.
133
134 * elisp.texi (Top): Update submenu for Minibuffer.
135
136 * minibuf.texi (Minibuffer Misc): Node split up.
137 (Minibuffer Commands, Minibuffer Windows, Minibuffer Contents)
138 (Recursive Mini): New nodes split out from Minibuffer Misc.
139 (Minibuffer Misc): Document max-mini-window-height.
140
141 * hash.texi (Defining Hash): Delete stray paren in example.
142
143 * display.texi (Echo Area Customization): Don't define
144 max-mini-window-height here; xref instead.
145
146 * commands.texi (Event Input Misc): Update while-no-input.
147
148 * advice.texi (Advising Functions): Explain when to use advice
149 and when to use a hook.
150
43e124e6
EZ
1512005-07-30 Eli Zaretskii <eliz@gnu.org>
152
153 * makefile.w32-in (info): Don't run install-info.
154 ($(infodir)/dir): New target, produced by running install-info.
155
653aea22
LT
1562005-07-27 Luc Teirlinck <teirllm@auburn.edu>
157
158 * modes.texi (Defining Minor Modes): The keyword for the initial
159 value is :init-value, not :initial-value.
160
ba6ebbd5
EZ
1612005-07-23 Eli Zaretskii <eliz@gnu.org>
162
163 * loading.texi (Autoload): Make the `doctor' example be consistent
164 with what's in current loaddefs.el. Describe the "fn" magic in
165 the usage portion of the doc string.
166
6696f2a4
RS
1672005-07-22 Richard M. Stallman <rms@gnu.org>
168
169 * internals.texi (Garbage Collection): Clarify previous change.
170
0c17e67c
SM
1712005-07-21 Stefan Monnier <monnier@iro.umontreal.ca>
172
173 * internals.texi (Garbage Collection): Add gc-cons-percentage.
174
426179e1
JL
1752005-07-18 Juri Linkov <juri@jurta.org>
176
177 * commands.texi (Accessing Events):
178 * frames.texi (Text Terminal Colors, Resources):
179 * markers.texi (The Mark):
180 * modes.texi (Defining Minor Modes):
181 Delete duplicate duplicate words.
182
9b0c2c56
RS
1832005-07-16 Richard M. Stallman <rms@gnu.org>
184
185 * display.texi (Managing Overlays): Clarify make-overlay
186 args for insertion types.
187
fd90b80c
LT
1882005-07-13 Luc Teirlinck <teirllm@auburn.edu>
189
0c17e67c
SM
190 * customize.texi (Variable Definitions):
191 Add `custom-initialize-safe-set' and `custom-initialize-safe-default'.
fd90b80c
LT
192 `standard-value' is a list too.
193 (Defining New Types): Use @key{RET} instead of @key{ret}.
194
37aa90e5
TTN
1952005-07-13 Francis Litterio <franl@world.std.com> (tiny change)
196
197 * os.texi (Translating Input): Fix typo.
198
917e0c95
RS
1992005-07-08 Richard M. Stallman <rms@gnu.org>
200
201 * README: Update edition number and size estimate.
202
203 * elisp.texi (VERSION): Set to 2.9.
204
7d90e71d
RS
2052005-07-07 Richard M. Stallman <rms@gnu.org>
206
c330dafe
RS
207 * book-spine.texinfo: Update Emacs version.
208
7d90e71d
RS
209 * display.texi (Inverse Video): Delete mode-line-inverse-video.
210
dc2204be
RS
2112005-07-06 Richard M. Stallman <rms@gnu.org>
212
213 * searching.texi (Regexp Search): Clarify what re-search-forward
214 does when the search fails.
215
a0ec7a4a
LK
2162005-07-05 Lute Kamstra <lute@gnu.org>
217
dc2204be 218 * Update FSF's address in GPL notices.
a0ec7a4a
LK
219
220 * doclicense.texi (GNU Free Documentation License):
221 * gpl.texi (GPL):
222 * tips.texi (Coding Conventions, Library Headers):
223 * vol1.texi:
224 * vol2.texi: Update FSF's address.
225
4af33176
RS
2262005-07-04 Richard M. Stallman <rms@gnu.org>
227
228 * hooks.texi (Standard Hooks): Add occur-hook.
229
b3ab615b
LT
2302005-07-03 Luc Teirlinck <teirllm@auburn.edu>
231
232 * display.texi (The Echo Area): Correct menu.
233
3d393029
RS
2342005-07-03 Richard M. Stallman <rms@gnu.org>
235
7fe48b75
RS
236 * elisp.texi (Top): Update subnode menu for Display.
237
238 * display.texi (Displaying Messages): New node, with most
239 of what was in The Echo Area.
240 (Progress): Moved under The Echo Area.
241 (Logging Messages): New node with new text.
242 (Echo Area Customization): New node, the rest of what was
243 in The Echo Area. Document message-truncate-lines with @defvar.
244 (Display): Update menu.
245
3d393029
RS
246 * windows.texi (Textual Scrolling): Doc 3 values for
247 scroll-preserve-screen-position.
248
249 * text.texi (Special Properties): Change hook functions
250 should bind inhibit-modification-hooks around altering buffer text.
251
252 * keymaps.texi (Key Binding Commands): Call binding BINDING
253 rather than DEFINITION.
254
b26860ad
JB
2552005-06-29 Juanma Barranquero <lekktu@gmail.com>
256
257 * variables.texi (Defining Variables): `user-variable-p' returns t
258 for aliases of user options, nil for alias loops.
259
025691ed
RS
2602005-06-28 Richard M. Stallman <rms@gnu.org>
261
262 * keymaps.texi (Creating Keymaps): Put make-sparse-keymap before
263 make-keymap.
264
b61bfa4d
LT
2652005-06-27 Luc Teirlinck <teirllm@auburn.edu>
266
267 * variables.texi (Setting Variables): Correct and clarify
268 description of `add-to-ordered-list'.
269
24ee714d
RS
2702005-06-26 Richard M. Stallman <rms@gnu.org>
271
272 * display.texi (Faces): Minor cleanup.
273
33b79ce4
LT
2742005-06-25 Luc Teirlinck <teirllm@auburn.edu>
275
276 * display.texi (Faces): `facep' returns t for strings that are
277 face names.
278
df13531d
RS
2792005-06-25 Richard M. Stallman <rms@gnu.org>
280
281 * objects.texi (Equality Predicates): Clarify meaning of equal.
282
283 * windows.texi (Selecting Windows): save-selected-window
284 and with-selected-window save and restore the current buffer.
285
cf444441
RS
2862005-06-24 Richard M. Stallman <rms@gnu.org>
287
288 * numbers.texi (Float Basics): Explain how to test for NaN,
289 and printing the sign of NaNs.
290
6cdd056d
EZ
2912005-06-24 Eli Zaretskii <eliz@gnu.org>
292
293 * makefile.w32-in (MAKEINFO): Use --force.
294
b93e3c3b
RS
2952005-06-23 Richard M. Stallman <rms@gnu.org>
296
297 * display.texi (Face Functions): Correct Texinfo usage.
298
6fb276bd
LT
2992005-06-23 Luc Teirlinck <teirllm@auburn.edu>
300
301 * lists.texi (Rings): `ring-elements' now returns the elements of
302 RING in order.
303
1d1c7e75
JB
3042005-06-23 Juanma Barranquero <lekktu@gmail.com>
305
306 * markers.texi (The Mark): Texinfo usage fix.
307
9d12e52b
KS
3082005-06-23 Kim F. Storm <storm@cua.dk>
309
310 * searching.texi (Entire Match Data): Remove evaporate option for
311 match-data. Do not mention evaporate option for set-match-data.
312
6d44324c
GM
3132005-06-22 Glenn Morris <gmorris@ast.cam.ac.uk>
314
315 * display.texi (Face Functions): Mention face aliases.
316
80df27a7
RS
3172005-06-21 Richard M. Stallman <rms@gnu.org>
318
319 * anti.texi (Antinews): Texinfo usage fix.
320
e121563b
KB
3212005-06-21 Karl Berry <karl@gnu.org>
322
9d7d543c
KB
323 * elisp.texi: Use @copying.
324
e121563b
KB
325 * elisp.texi: Put @summarycontents and @contents before the Top
326 node, instead of the end of the file, so that the contents appear
327 in the right place in the dvi/pdf output.
328
36a3b076
JL
3292005-06-21 Juri Linkov <juri@jurta.org>
330
331 * display.texi (Defining Faces): Add `customized-face'.
332
5c796e80
KS
3332005-06-20 Kim F. Storm <storm@cua.dk>
334
b7d1f38f
KS
335 * variables.texi (Setting Variables): Any type of element can be
336 given order in add-to-ordered-list. Compare elements with eq.
337
5c796e80
KS
338 * lists.texi (Rearrangement): Sort predicate may just return non-nil.
339
fb056bef
KB
3402005-06-20 Karl Berry <karl@gnu.org>
341
342 * syntax.texi (Syntax Flags): Make last column very slightly wider
343 to avoid "generic comment" breaking on two lines and causing an
344 underfull box.
345
84398baa
LT
3462005-06-19 Luc Teirlinck <teirllm@auburn.edu>
347
348 * lists.texi (Rings): Various minor clarifications and corrections.
349
07ff1e4b
RS
3502005-06-18 Richard M. Stallman <rms@gnu.org>
351
352 * functions.texi (Obsolete Functions): Simplify.
353
354 * variables.texi (Variable Aliases): Simplify.
355
356 * anti.texi, backups.texi, compile.texi, customization.texi:
357 * debugging.texi, display.texi, edebug.texi, errors.texi, frames.texi:
358 * functions.texi, help.texi, keymaps.texi, modes.texi, nonascii.texi:
359 * os.texi, processes.texi, searching.texi, strings.texi, text.texi:
360 * variables.texi: Fix formatting ugliness.
361
362 * elisp.texi: Add links to Rings and Byte Packing.
363 Update version and copyright years.
364
365 * minibuf.texi: Fix formatting ugliness.
366 (Completion Commands): Move keymap vars to the end
367 and vars completing-read binds to the top.
368
3f7fab24
LT
3692005-06-17 Luc Teirlinck <teirllm@auburn.edu>
370
371 * processes.texi: Fix typos.
372 (Bindat Spec): Correct Texinfo error.
926c4c9b 373 (Byte Packing): Fix ungrammatical sentence.
3f7fab24 374
f19b57e3
RS
3752005-06-17 Thien-Thi Nguyen <ttn@gnu.org>
376
377 * lists.texi (Rings): New node.
378 (Lists): Add it to menu.
379
a80c5da7 380 * processes.texi (Byte Packing): New node.
f19b57e3
RS
381 (Processes): Add it to menu.
382
3832005-06-17 Richard M. Stallman <rms@gnu.org>
384
385 * syntax.texi (Parsing Expressions): Fix texinfo usage.
386
387 * help.texi (Documentation Basics): Explain the xref to
388 Documentation Tips.
389
390 * debugging.texi (Debugger Commands): Minor fix.
391
67c1390d
LT
3922005-06-16 Luc Teirlinck <teirllm@auburn.edu>
393
394 * edebug.texi (Instrumenting): Eliminate duplicate link.
395 (Specification List): Replace references to "below", referring to
396 a later node, with one @ref to that node.
397
398 * os.texi (Timers): Timers should save and restore the match data
399 if they change it.
400
401 * debugging.texi (Debugger Commands): Mention that the Lisp
402 debugger can not step through primitive functions.
403
51cd2a8c
JB
4042005-06-16 Juanma Barranquero <lekktu@gmail.com>
405
406 * functions.texi (Obsolete Functions): Update argument names of
407 `make-obsolete' and `define-obsolete-function-alias'.
408
409 * variables.texi (Variable Aliases): Update argument names of
410 `defvaralias', `make-obsolete-variable' and
411 `define-obsolete-variable-alias'.
412
f5e6ac4a
KS
4132005-06-15 Kim F. Storm <storm@cua.dk>
414
415 * searching.texi (Entire Match Data): Rephrase warnings about
416 evaporate arg to match-data and set-match-data.
417
fe2a9972
LT
4182005-06-14 Luc Teirlinck <teirllm@auburn.edu>
419
67774855
LT
420 * elisp.texi (Top): Update detailed menu.
421
fe2a9972
LT
422 * edebug.texi (Edebug): Update menu.
423 (Instrumenting): Update xrefs.
424 (Edebug Execution Modes): Correct xref.
425 (Jumping): Clarify description of `h' command.
426 Eliminate redundant @ref.
427 (Breaks): New node.
428 (Breakpoints): is now a subsubsection.
429 (Global Break Condition): Mention `C-x X X'.
430 (Edebug Views): Clarify `v' and `p'. Mention `C-x X w'.
431 (Trace Buffer): Clarify STRING arg of `edebug-tracing'.
432 (Edebug Display Update): Correct pxref.
433 (Edebug and Macros): New node.
434 (Instrumenting Macro Calls): Is now a subsubsection.
435 Neither arg of `def-edebug-spec' is evaluated.
436 (Instrumenting Macro Calls): Mention `edebug-eval-macro-args'.
437 (Specification Examples): Fix typo.
438
b59f605b
LK
4392005-06-14 Lute Kamstra <lute@gnu.org>
440
441 * debugging.texi (Function Debugging): Primitives can break on
442 entry too.
443
a5c99dc9
KS
4442005-06-14 Kim F. Storm <storm@cua.dk>
445
446 * variables.texi (Setting Variables): Add add-to-ordered-list.
447
f99ed2f8
SM
4482005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
449
450 * syntax.texi (Parsing Expressions): Document aux functions and vars of
451 syntax-ppss: syntax-ppss-flush-cache and syntax-begin-function.
452
9d42ffaa
LK
4532005-06-13 Lute Kamstra <lute@gnu.org>
454
455 * text.texi (Special Properties): Fix cross reference.
456
32cc0b00
LT
4572005-06-11 Luc Teirlinck <teirllm@auburn.edu>
458
459 * debugging.texi (Function Debugging): Delete mention of empty
460 string argument to `cancel-debug-on-entry'. Delete inaccurate
461 description of the return value of that command.
462
98d1a1cf
EZ
4632005-06-11 Alan Mackenzie <acm@muc.de>
464
465 * text.texi (Adaptive Fill): Amplify the description of
466 fill-context-prefix.
467
4b53b8d7
LT
4682005-06-10 Luc Teirlinck <teirllm@auburn.edu>
469
84398baa 470 * syntax.texi (Parsing Expressions): Fix Texinfo error.
4b53b8d7 471
b5305167
SM
4722005-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
473
474 * syntax.texi (Parsing Expressions): Document syntax-ppss.
475
9bd4c3ad
LT
4762005-06-10 Luc Teirlinck <teirllm@auburn.edu>
477
478 * debugging.texi (Error Debugging): Minor rewording.
479 (Function Debugging): FUNCTION-NAME arg to `cancel-debug-on-entry'
480 is optional.
481
257914aa
LK
4822005-06-10 Lute Kamstra <lute@gnu.org>
483
b5305167 484 * elisp.texi: Use EMACSVER to refer to the current version of Emacs.
257914aa
LK
485 (Top): Give it a title. Correct version number. Give the
486 detailed node listing a more prominent header.
b5305167
SM
487 * intro.texi: Don't set VERSION here a second time.
488 Mention Emacs's version too.
257914aa
LK
489 * anti.texi (Antinews): Use EMACSVER to refer to the current
490 version of Emacs.
491
b7aae902
KS
4922005-06-09 Kim F. Storm <storm@cua.dk>
493
494 * searching.texi (Entire Match Data): Explain new `reseat' argument to
495 match-data and set-match-data.
496
99598737
RS
4972005-06-08 Richard M. Stallman <rms@gnu.org>
498
499 * searching.texi (Entire Match Data): Clarify when match-data
500 returns markers and when integers.
501
502 * display.texi (Defining Faces): Explain that face name should not
503 end in `-face'.
504
505 * modes.texi (Mode Line Data): Minor cleanup.
506 (Customizing Keywords): Node split out of Search-based Fontification.
507 Add example of using font-lock-add-keywords from a hook.
508 Clarify when MODE should be non-nil, and when nil.
509
5102005-06-06 Richard M. Stallman <rms@gnu.org>
511
512 * modes.texi (Mode Line Data): Explain what happens when the car
513 of a list is a void symbol.
514 (Search-based Fontification): Explain MODE arg to
515 font-lock-add-keywords and warn about calls from major modes.
516
ecc8893a
JL
5172005-06-08 Juri Linkov <juri@jurta.org>
518
519 * display.texi (Standard Faces): Add `shadow' face.
520
7fa9f4eb
LT
5212005-05-29 Luc Teirlinck <teirllm@auburn.edu>
522
523 * modes.texi (Major Mode Conventions): A derived mode only needs
524 to put the call to the parent mode inside `delay-mode-hooks'.
525
bebcc4b1
RS
5262005-05-29 Richard M. Stallman <rms@gnu.org>
527
c16b1394
RS
528 * modes.texi (Mode Hooks): Explain that after-change-major-mode-hook is
529 new, and what that implies. Clarify.
530
531 * files.texi (Locating Files): Clean up the text.
532
bebcc4b1
RS
533 * frames.texi (Window Frame Parameters): Document user-size.
534 Shorten entry for top by referring to left.
535
5362005-05-26 Richard M. Stallman <rms@gnu.org>
537
538 * modes.texi (Mode Hooks): Explain that after-change-major-mode-hook
539 is new, and what the implications are. Other clarifications.
540
217797bc
RS
5412005-05-24 Richard M. Stallman <rms@gnu.org>
542
543 * frames.texi (Dialog Boxes): Minor fixes.
544
3565fe07
MY
5452005-05-25 Masatake YAMATO <jet@gyve.org>
546
547 * display.texi (Standard Faces): Write about `mode-line-highlight'.
548
817089df
LT
5492005-05-24 Luc Teirlinck <teirllm@auburn.edu>
550
551 * frames.texi (Dialog Boxes): HEADER argument to `x-popup-dialog'
552 is optional.
553
cb5db137
NR
5542005-05-24 Nick Roberts <nickrob@snap.net.nz>
555
556 * frames.texi (Dialog Boxes): Descibe new optional argument.
557
3c8572f5
LK
5582005-05-23 Lute Kamstra <lute@gnu.org>
559
560 * modes.texi (Font Lock Basics, Syntactic Font Lock): Recommend
561 syntax-begin-function over font-lock-beginning-of-syntax-function.
562
2a4d7cb3
LT
5632005-05-21 Luc Teirlinck <teirllm@auburn.edu>
564
71f800cf
LT
565 * minibuf.texi (Reading File Names): Update description of
566 `read-directory-name'.
567
2a4d7cb3
LT
568 * modes.texi (Derived Modes): Clarify :group keyword.
569
bb4afd09
EZ
5702005-05-21 Eli Zaretskii <eliz@gnu.org>
571
b5305167
SM
572 * files.texi (Locating Files): New subsection.
573 Describe locate-file and executable-find.
bb4afd09 574
a2c9aee6
EZ
5752005-05-21 Kevin Ryde <user42@zip.com.au>
576
577 * frames.texi (Initial Parameters): Update cross reference to
578 "Emacs Invocation".
579
6900105f
LT
5802005-05-19 Luc Teirlinck <teirllm@auburn.edu>
581
ca1b0914
LT
582 * keymaps.texi (Active Keymaps): Add anchor.
583
6900105f
LT
584 * modes.texi (Hooks): Delete confusing and unnecessary sentence.
585 (Major Mode Conventions): Refer to `Auto Major Mode' in more
586 appropriate place.
587 (Derived Modes): Small clarifications.
b5305167
SM
588 (Minor Mode Conventions, Keymaps and Minor Modes):
589 Replace references to nodes with references to anchors.
6900105f
LT
590 (Mode Line Data): Warn that `(:eval FORM)' should not load any files.
591 Clarify description of lists whose first element is an integer.
592 (Mode Line Variables): Add anchor.
593 (%-Constructs): Clarify description of integer after %.
594 (Emulating Mode Line): Describe nil value for FACE.
595
54d06364
LT
5962005-05-18 Luc Teirlinck <teirllm@auburn.edu>
597
598 * modes.texi (Derived Modes): Correct references to non-existing
599 variable standard-syntax-table.
600
f8d0b769
LK
6012005-05-17 Lute Kamstra <lute@gnu.org>
602
603 * modes.texi (Defining Minor Modes): Mention the mode hook.
604
294c599c
KS
6052005-05-15 Kim F. Storm <storm@cua.dk>
606
607 * processes.texi (Network): Remove open-network-stream-nowait.
608 (Network Servers): Remove open-network-stream-server.
609
4214af69
LT
6102005-05-15 Luc Teirlinck <teirllm@auburn.edu>
611
612 * elisp.texi (Top): Update detailed menu.
613
614 * variables.texi: Reorder nodes.
615 (Variables): Update menu.
616 (File Local Variables): Do not refer to the `-*-' line as
617 a "local variables list". Add pxref.
618
302691ab
LT
6192005-05-14 Luc Teirlinck <teirllm@auburn.edu>
620
56d4215a
LT
621 * elisp.texi (Top): Update detailed menu for node changes.
622
302691ab
LT
623 * modes.texi (Modes): Update Menu.
624 (Hooks): Move to beginning of chapter.
625 Most minor modes run mode hooks too.
626 `add-hook' can handle void hooks or hooks whose value is a single
627 function.
628 (Major Modes): Update Menu.
629 (Major Mode Basics): New node, split off from `Major Modes'.
630 (Major Mode Conventions): Correct xref. Explain how to handle
631 auto-mode-alist if the major mode command has an autoload cookie.
632 (Auto Major Mode): Major update. Add magic-mode-alist.
633 (Derived Modes): Major update.
634 (Mode Line Format): Update Menu.
635 (Mode Line Basics): New node, split off from `Mode Line Format'.
636
637 * loading.texi (Autoload): Mention `autoload cookie' as synonym
638 for `magic autoload comment'. Add index entries and anchor.
639
d06ba294
RS
6402005-05-14 Richard M. Stallman <rms@gnu.org>
641
642 * tips.texi (Coding Conventions): Explain how important it is
643 that just loading certain files not change Emacs behavior.
644
645 * modes.texi (Defining Minor Modes): Define define-global-minor-mode.
646
405cb12a
LK
6472005-05-12 Lute Kamstra <lute@gnu.org>
648
19958124
LK
649 * modes.texi (Generic Modes): Update.
650 (Major Modes): Refer to node "Generic Modes".
651
405cb12a
LK
652 * elisp.texi (Top): Update to the current structure of the manual.
653 * processes.texi (Processes): Add menu description.
654 * customize.texi (Customization): Add menu descriptions.
655
f714dd1b
TTN
6562005-05-11 Thien-Thi Nguyen <ttn@gnu.org>
657
cc9442f2
TTN
658 * processes.texi (Signals to Processes)
659 (Low-Level Network): Fix typos.
f714dd1b 660
36ad23ec
LK
6612005-05-11 Lute Kamstra <lute@gnu.org>
662
663 * elisp.texi (Top): Add some nodes from the chapter "Major and
664 Minor Modes" to the detailed node listing.
665
d101bf56
RS
6662005-05-10 Richard M. Stallman <rms@gnu.org>
667
668 * keymaps.texi (Extended Menu Items): Menu item filter functions
669 can be called at any time.
670
698b0510
LT
6712005-05-08 Luc Teirlinck <teirllm@auburn.edu>
672
673 * variables.texi (File Local Variables): `(hack-local-variables t)'
674 now also checks whether a mode is specified in the local variables
675 list.
676
2c6b25c7
EZ
6772005-05-05 Kevin Ryde <user42@zip.com.au>
678
679 * display.texi (The Echo Area): Correct format function cross
680 reference.
681
643b4cf5
LT
6822005-05-05 Luc Teirlinck <teirllm@auburn.edu>
683
684 * variables.texi (Variable Aliases): Change description of
685 `define-obsolete-variable-alias'.
686
687 * functions.texi (Functions): Add "Obsolete Functions" to menu.
688 (Defining Functions): Add xref.
689 (Obsolete Functions): New node.
690 (Function Safety): Standardize capitalization of section title.
691
692 * frames.texi (Pop-Up Menus): Complete description of `x-popup-menu'.
693 (Dialog Boxes): Complete description of `x-popup-dialog'.
694
053bc8e4
RS
6952005-05-04 Richard M. Stallman <rms@gnu.org>
696
697 * commands.texi (Interactive Codes): Fix Texinfo usage.
698 Document U more clearly.
699
f6b1b15a
LT
7002005-05-01 Luc Teirlinck <teirllm@auburn.edu>
701
3b925015
LT
702 * variables.texi (Variable Aliases): `make-obsolete-variable' is a
703 function and not a macro.
704
f6b1b15a
LT
705 * frames.texi (Pop-Up Menus): Correct and clarify description of
706 `x-popup-menu'.
707 (Dialog Boxes): Clarify description of `x-popup-dialog'.
708
ebbfa918
RS
7092005-05-01 Richard M. Stallman <rms@gnu.org>
710
711 * edebug.texi (Checking Whether to Stop): Fix previous change.
712
abe2f96e
LT
7132005-05-01 Luc Teirlinck <teirllm@auburn.edu>
714
d6028ef2
LT
715 * display.texi: Fix typos and Texinfo usage.
716
abe2f96e
LT
717 * edebug.texi (Checking Whether to Stop): executing-macro ->
718 executing-kbd-macro.
719
b2cfb30b
RS
7202005-05-01 Richard M. Stallman <rms@gnu.org>
721
722 * display.texi (Invisible Text): Correct add-to-invisibility-spec.
723
7e995a23
RS
7242005-04-30 Richard M. Stallman <rms@gnu.org>
725
726 * files.texi (Magic File Names): Document `operations' property.
727
57efa539
LK
7282005-04-29 Lute Kamstra <lute@gnu.org>
729
730 * modes.texi (Generic Modes): New node.
731 (Major Modes): Add it to the menu.
732 (Derived Modes): Add "derived mode" to concept index.
733
0a20b1dc
LK
7342005-04-28 Lute Kamstra <lute@gnu.org>
735
736 * modes.texi (Defining Minor Modes): Fix previous change.
737 (Font Lock Mode): Simplify.
738 (Font Lock Basics): Say that font-lock-defaults is buffer-local
739 when set and that some parts are optional. Add cross references.
740 (Search-based Fontification): Say how to specify font-lock-keywords.
b5305167
SM
741 Add cross references. Add font-lock-multiline to index.
742 Move font-lock-keywords-case-fold-search here from node "Other Font
0a20b1dc 743 Lock Variables". Document font-lock-add-keywords and
b5305167 744 font-lock-remove-keywords.
0a20b1dc
LK
745 (Other Font Lock Variables): Move font-lock-keywords-only,
746 font-lock-syntax-table, font-lock-beginning-of-syntax-function,
747 and font-lock-syntactic-face-function to node "Syntactic Font
748 Lock". Move font-lock-keywords-case-fold-search to node
749 "Search-based Fontification". Document font-lock-inhibit-thing-lock
750 and font-lock-{,un}fontify-{buffer,region}-function.
751 (Precalculated Fontification): Remove reference to deleted variable
752 font-lock-core-only.
753 (Faces for Font Lock): Add font-lock-comment-delimiter-face.
754 (Syntactic Font Lock): Add intro. Move font-lock-keywords-only,
755 font-lock-syntax-table, font-lock-beginning-of-syntax-function,
756 and font-lock-syntactic-face-function here from node "Other Font
757 Lock Variables". Move font-lock-syntactic-keywords to "Setting
758 Syntax Properties". Add cross references.
b5305167
SM
759 (Setting Syntax Properties): New node.
760 Move font-lock-syntactic-keywords here from "Syntactic Font Lock".
0a20b1dc
LK
761 * syntax.texi (Syntax Properties): Add cross reference.
762 * hooks.texi (Standard Hooks): Add Font-Lock hooks.
763
68a94f5a
RS
7642005-04-26 Richard M. Stallman <rms@gnu.org>
765
766 * display.texi (Defining Faces):
767 Document `default' elements of defface spec.
768
769 * modes.texi (Major Mode Conventions): Explain customizing ElDoc mode.
770
771 * variables.texi (Variable Aliases): Clarify text.
772
7732005-04-25 Chong Yidong <cyd@stupidchicken.com>
774
775 * windows.texi (Window Hooks): Remove reference to obsolete Lazy Lock.
776
7f48f143
LT
7772005-04-25 Luc Teirlinck <teirllm@auburn.edu>
778
779 * hooks.texi (Standard Hooks): Most minor modes have mode hooks too.
780
45d2f8e8
EZ
7812005-04-24 Eli Zaretskii <eliz@gnu.org>
782
f3714ab2
EZ
783 * syntax.texi (Syntax Table Internals): Elaborate documentation of
784 syntax-after and syntax-class.
785
45d2f8e8 786 * files.texi (Changing Files): Fix last change's cross-reference.
5eb20bca
EZ
787 (Unique File Names): Don't mention "numbers" in the documentation
788 of make-temp-file and make-temp-name.
45d2f8e8 789
469bc679
RS
7902005-04-23 Richard M. Stallman <rms@gnu.org>
791
792 * files.texi (Changing Files): Document MUSTBENEW arg in copy-file.
793
c9fa5dc9
RS
7942005-04-22 Nick Roberts <nickrob@snap.net.nz>
795
796 * windows.texi (Cyclic Window Ordering): Clarify window-list.
797
230e1e80
NR
7982005-04-22 Nick Roberts <nickrob@snap.net.nz>
799
800 * variables.texi (Variable Aliases): Describe make-obsolete-variable
801 and define-obsolete-variable-alias.
802
1ba52906
KS
8032005-04-22 Kim F. Storm <storm@cua.dk>
804
805 * symbols.texi (Symbol Plists): Remove safe-get, as get is now safe.
806 (Other Plists): Remove safe-plist-get, as plist-get is now safe.
807
9721d904
LK
8082005-04-21 Lute Kamstra <lute@gnu.org>
809
810 * lists.texi (Association Lists): Document rassq-delete-all.
811
ed35c736
RS
8122005-04-19 Richard M. Stallman <rms@gnu.org>
813
814 * modes.texi (Search-based Fontification): Explain that
815 facespec is an expression to be evaluated.
816
42fc00a4
RS
8172005-04-19 Kevin Ryde <user42@zip.com.au>
818
b5305167 819 * streams.texi (Output Functions): Fix xref.
42fc00a4
RS
820 * strings.texi (String Conversion): Fix xref.
821
5827e9d4
KS
8222005-04-19 Kim F. Storm <storm@cua.dk>
823
824 * symbols.texi (Symbol Plists): Add safe-get.
825 Mention that `get' may signal an error.
826
47872da9
NR
8272005-04-18 Nick Roberts <nickrob@snap.net.nz>
828
829 * customize.texi (Variable Definitions): Replace tooltip-mode
830 example with save-place.
831
ec0cf966
RS
8322005-04-17 Richard M. Stallman <rms@gnu.org>
833
834 * buffers.texi (Indirect Buffers): Clarify.
835
836 * positions.texi (Positions): Clarify converting marker to integer.
837
838 * strings.texi (String Basics): Mention string-match; clarify.
839
199bb209
LK
8402005-04-08 Lute Kamstra <lute@gnu.org>
841
842 * modes.texi (Search-based Fontification): Fix cross references.
843 Use consistent terminology. Document anchored highlighting.
844
bfa54668
LK
8452005-04-05 Lute Kamstra <lute@gnu.org>
846
847 * modes.texi (Defining Minor Modes): Document :group keyword
848 argument and its default value.
849
07e5fb9e
LK
8502005-04-03 Lute Kamstra <lute@gnu.org>
851
852 * hooks.texi (Standard Hooks): Add some hooks. Add cross
853 references and/or descriptions. Delete major mode hooks; mention
854 them as a category instead. Rename or delete obsolete hooks.
855
aa945b59
RS
8562005-04-02 Richard M. Stallman <rms@gnu.org>
857
858 * nonascii.texi (Coding System Basics): Another wording cleanup.
859
8b918214
RS
8602005-04-01 Richard M. Stallman <rms@gnu.org>
861
862 * nonascii.texi (Coding System Basics): Clarify previous change.
863
41639988
KH
8642005-04-01 Kenichi Handa <handa@m17n.org>
865
866 * nonascii.texi (Coding System Basics): Describe about rondtrip
867 identity of coding systems.
868
8e669bbd
RS
8692005-03-29 Chong Yidong <cyd@stupidchicken.com>
870
871 * text.texi (Buffer Contents): Add filter-buffer-substring and
872 buffer-substring-filters.
873
f60a6f87
RS
8742005-03-26 Chong Yidong <cyd@stupidchicken.com>
875
876 * anti.texi (Antinews): Mention `G' interactive code.
877
878 * tips.texi (Compilation Tips): Mention benchmark.el.
879
aaac1251
LT
8802005-03-27 Luc Teirlinck <teirllm@auburn.edu>
881
882 * modes.texi (Other Font Lock Variables): `font-lock-fontify-block'
883 is now bound to M-o M-o.
884
885 * keymaps.texi (Prefix Keys): `facemenu-keymap' is now on M-o.
886
45325173
GM
8872005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
888
889 * calendar.texi: Delete file (and move contents to emacs-xtra.texi
890 in the Emacs Manual).
891 * Makefile.in (srcs): Remove calendar.texi.
892 * makefile.w32-in (srcs): Remove calendar.texi.
893 * display.texi (Display): Change name of next node.
894 * os.texi (System In): Change name of previous node.
895 * elisp.texi (Top): Remove Calendar references.
896 * vol1.texi (Top): Remove Calendar references.
897 * vol2.texi (Top): Remove Calendar references.
898
85df292e
RS
8992005-03-25 Richard M. Stallman <rms@gnu.org>
900
45325173 901 * display.texi (Standard Faces, Fringe Bitmaps, Customizing Bitmaps):
85df292e
RS
902 Cleanup previous change.
903
9042005-03-25 Chong Yidong <cyd@stupidchicken.com>
905
906 * display.texi (Face Attributes): Faces earlier in an :inherit
907 list take precedence.
908 (Scroll Bars): Fix description of vertical-scroll-bars.
909 Document frame-current-scroll-bars and window-current-scroll-bars.
910
911 * markers.texi (The Mark): Document temporary Transient Mark mode.
912
b5305167
SM
913 * minibuf.texi (Reading File Names):
914 Document read-file-name-completion-ignore-case.
85df292e
RS
915
916 * positions.texi (Screen Lines): Document nil for width argument
917 to compute-motion.
918
1fe54d69
KS
9192005-03-23 Kim F. Storm <storm@cua.dk>
920
921 * display.texi (Standard Faces): Other faces used in the fringe
922 implicitly inherits from the fringe face.
923 (Fringe Bitmaps): FACE in right-fringe and left-fringe display
924 properties implicitly inherits from fringe face.
925 (Customizing Bitmaps): Likewise for set-fringe-bitmap-face.
926
a775dff4
RS
9272005-03-20 Chong Yidong <cyd@stupidchicken.com>
928
929 * display.texi (Invisible Text): State default value of
930 line-move-ignore-invisible.
931 (Managing Overlays): Document remove-overlays.
932 (Standard Faces): Document escape-glyph face.
933
b5305167 934 * minibuf.texi (Reading File Names): Document read-file-name-function.
a775dff4 935
b5305167
SM
936 * modes.texi (Other Font Lock Variables):
937 Document font-lock-lines-before.
a775dff4
RS
938
939 * positions.texi (Skipping Characters): skip-chars-forward allows
940 character classes.
941
077f7085
LK
9422005-03-18 Lute Kamstra <lute@gnu.org>
943
944 * edebug.texi (Instrumenting Macro Calls): Fix another typo.
945
d69ea7ab
RS
9462005-03-17 Richard M. Stallman <rms@gnu.org>
947
c7bd5d57
RS
948 * text.texi (Undo): Document extensible undo entries.
949
d69ea7ab
RS
950 * searching.texi (String Search, Regexp Search, Regexp Search):
951 Cleanups.
952
953 * nonascii.texi (Character Codes): Minor fix.
954
955 * display.texi (Display Property): Explain the significance
956 of having text properties that are eq.
957 (Other Display Specs): Explain string as display spec.
958
959 * commands.texi (Interactive Codes): Document G option.
960
9612005-03-17 Chong Yidong <cyd@stupidchicken.com>
962
963 * text.texi (Filling): Add sentence-end-without-period and
964 sentence-end-without-space.
965 (Changing Properties): Minor fix.
966
967 * anti.texi: Total rewrite.
968
a7679889
LK
9692005-03-15 Lute Kamstra <lute@gnu.org>
970
971 * edebug.texi (Instrumenting Macro Calls): Fix typos.
972
6eb8e247
KS
9732005-03-08 Kim F. Storm <storm@cua.dk>
974
975 * display.texi (Specified Space): Property :width is support on
976 non-graphic terminals, :height is not.
977
bfa8be14
RS
9782005-03-07 Richard M. Stallman <rms@gnu.org>
979
980 * display.texi (Overlay Arrow, Fringe Bitmaps, Customizing Bitmaps):
981 Now subnodes of Fringes.
982 (Overlay Arrow): Document overlay-arrow-variable-list.
983 (Fringe Size/Pos): New node, broken out of Fringes.
984 (Display): Explain clearing vs redisplay better.
985 (Truncation): Clarify use of bitmaps.
986 (The Echo Area): Clarify the uses of the echo area.
987 Add max-mini-window-height.
988 (Progress): Clarify.
989 (Invisible Text): Explain that main loop moves point out.
990 (Selective Display): Say "hidden", not "invisible".
b5305167 991 (Managing Overlays): Move up. Describe relation to Undo here.
bfa8be14
RS
992 (Overlay Properties): Clarify intro.
993 (Finding Overlays): Explain return values when nothing found.
994 (Width): truncate-string-to-width has added arg.
995 (Displaying Faces): Clarify and update mode line face handling.
996 (Face Functions): Minor cleanup.
b5305167 997 (Conditional Display): Merge into Other Display Specs.
bfa8be14
RS
998 (Pixel Specification, Other Display Specs): Minor cleanups.
999 (Images, Image Descriptors): Minor cleanups.
1000 (GIF Images): Patents have expired.
1001 (Showing Images): Explain default text for insert-image.
b5305167 1002 (Manipulating Button Types): Merge into Manipulating Buttons.
bfa8be14
RS
1003 (Making Buttons): Explain return values.
1004 (Button Buffer Commands): Add xref.
1005 (Inverse Video): Update mode-line-inverse-video.
1006 (Display Table Format): Clarify.
1007 (Active Display Table): Give defaults for window-display-table.
1008
1009 * calendar.texi (Calendar Customizing): calendar-holiday-marker
1010 and calendar-today-marker are strings, not chars.
1011 (Holiday Customizing): Minor fix.
1012
bfa8be14
RS
1013 * internals.texi (Writing Emacs Primitives): Update `or' example.
1014 Update limit on # args of subr.
1015
1016 * edebug.texi (Using Edebug): Arrow is in fringe.
1017 (Instrumenting): Arg to eval-defun works without loading edebug.
1018 (Edebug Execution Modes): Add xref.
1019
1020 * customize.texi (Common Keywords): Clarify :require.
1021 Mention :version here.
1022 (Variable Definitions, Group Definitions): Not here.
1023 (Variable Definitions): Clarify symbol arg to :initialize and :set fns.
1024
d69ea7ab
RS
10252005-03-07 Chong Yidong <cyd@stupidchicken.com>
1026 * nonascii.texi (Text Representations): Clarify position-bytes.
1027 (Character Sets): Add list-charset-chars.
1028 (Scanning Charsets): Add charset-after.
1029 (Encoding and I/O): Minor fix.
1030
34398e6c
RS
10312005-03-06 Richard M. Stallman <rms@gnu.org>
1032
1033 * windows.texi (Vertical Scrolling): Get rid of "Emacs 21".
1034 (Resizing Windows): Likewise.
1035
1036 * text.texi (Change Hooks): Get rid of "Emacs 21".
1037
1038 * strings.texi (Formatting Strings): Get rid of "Emacs 21".
1039
1040 * streams.texi (Output Variables): Get rid of "Emacs 21".
1041
1042 * searching.texi (Regexp Special, Char Classes): Get rid of "Emacs 21".
1043
1044 * os.texi (Translating Input): Replace flow-control example
1045 with a less obsolete example that uses `keyboard-translate'.
1046
6eb8e247 1047 * objects.texi (Hash Table Type, Circular Objects):
34398e6c 1048 Get rid of "Emacs 21".
6eb8e247 1049
34398e6c
RS
1050 * modes.texi (Mode Line Format): Get rid of "Emacs 21".
1051 (Mode Line Data, Properties in Mode, Header Lines): Likewise.
1052
1053 * minibuf.texi (Minibuffer Misc): Get rid of "Emacs 21".
1054
1055 * lists.texi (List Elements, Building Lists): Get rid of "Emacs 21".
1056
1057 * keymaps.texi (Menu Separators, Tool Bar): Get rid of "Emacs 21".
1058 (Menu Bar): Fix when menu-bar-update-hook is called.
1059
1060 * hash.texi (Hash Tables): Get rid of "Emacs 21".
1061
1062 * frames.texi (Text Terminal Colors): Get rid of "Emacs 21",
1063 and make it read better.
1064
1065 * files.texi (Writing to Files): Get rid of "Emacs 21".
1066 (Unique File Names): Likewise.
1067
1068 * elisp.texi: Update Emacs version to 22.
1069
1070 * display.texi (Forcing Redisplay): Get rid of "Emacs 21".
1071 (Overlay Properties, Face Attributes): Likewise.
1072 (Managing Overlays): Fix punctuation.
1073 (Attribute Functions): Clarify set-face-font; get rid of
1074 info about old Emacs versions.
1075 (Auto Faces, Font Lookup, Display Property, Images):
1076 Get rid of "Emacs 21".
1077
1078 * calendar.texi (Calendar Customizing): Get rid of "Emacs 21".
1079
d2178387
RS
10802005-03-05 Richard M. Stallman <rms@gnu.org>
1081
1082 * debugging.texi (Error Debugging): Remove stack-trace-on-error.
1083
524352d6
LK
10842005-03-04 Lute Kamstra <lute@gnu.org>
1085
1086 * debugging.texi (Error Debugging): Document stack-trace-on-error.
1087
10882005-03-03 Lute Kamstra <lute@gnu.org>
1089
1090 * edebug.texi (Instrumenting Macro Calls): Fix typo.
1091
284f0680
LK
10922005-03-01 Lute Kamstra <lute@gnu.org>
1093
1094 * debugging.texi (Debugger Commands): Update `j'.
1095
a9ee5cac
LK
10962005-02-28 Lute Kamstra <lute@gnu.org>
1097
1098 * debugging.texi (Debugging): Fix typo.
1099 (Error Debugging): Document eval-expression-debug-on-error.
1100 (Function Debugging): Update example.
1101 (Using Debugger): Mention starred stack frames.
1102 (Debugger Commands): Document `j' and `l'.
1103 (Invoking the Debugger): `d' and `j' exit recursive edit too.
1104 Update the messages that the debugger displays.
1105 (Internals of Debugger): Add cross reference. Update example.
1106 (Excess Open): Minor improvement.
1107 (Excess Close): Minor improvement.
1108
378d0f8e
RS
11092005-02-26 Richard M. Stallman <rms@gnu.org>
1110
1111 * tips.texi (Coding Conventions): Clarify.
1112 Put all the major mode key reservations together.
1113 Mention the Mouse-1 => Mouse-2 conventions.
1114
1115 * syntax.texi (Syntax Class Table): Clarify.
1116 (Syntax Table Functions): syntax-after moved from here.
1117 (Syntax Table Internals): syntax-after moved to here.
1118 (Parsing Expressions): Update info on number of values
1119 and what's meaningful in the STATE argument.
1120 (Categories): Fix typo.
1121
1122 * sequences.texi (Arrays): Cleanup.
1123 (Char-Tables): Clarify.
1124
1125 * processes.texi (Deleting Processes): Cleanups, add xref.
1126 (Subprocess Creation): Explain nil in exec-path. Cleanup.
1127 (Process Information): set-process-coding-system, some args optional.
1128 (Input to Processes): Explain various types for PROCESS args.
1129 Rename them from PROCESS-NAME to PROCESS.
1130 (Signals to Processes): Likewise.
1131 (Decoding Output): Cleanup.
1132 (Query Before Exit): Clarify.
1133
1134 * os.texi (Startup Summary): Correct the options; add missing ones.
1135 (Terminal Output, Batch Mode): Clarify.
1136 (Flow Control): Node deleted.
1137
1138 * markers.texi (The Mark): Clarify.
1139
1140 * macros.texi (Expansion): Cleanup.
1141 (Indenting Macros): indent-spec allows ints, not floats.
1142
1143 * keymaps.texi (Keymaps): Clarify.
1144 (Format of Keymaps): Update lisp-mode-map example.
1145 (Active Keymaps, Key Lookup): Clarify.
1146 (Changing Key Bindings): Add xref to `kbd'.
1147 (Key Binding Commands, Simple Menu Items): Clarify.
1148 (Mouse Menus, Menu Bar): Clarify.
1149 (Menu Example): Replace print example with menu-bar-replace-menu.
1150
1151 * help.texi (Documentation Basics): Add function-documentation prop.
1152
1153 * elisp.texi (Top): Don't refer to Flow Control node.
1154
1155 * commands.texi (Command Overview): Improve xrefs.
1156 (Adjusting Point): Adjusting point applies to intangible and invis.
1157 (Key Sequence Input): Doc extra read-key-sequence args.
1158 Likewise for read-key-sequence-vector.
1159
1160 * backups.texi (Rename or Copy): Minor fix.
1161 (Numbered Backups): For version-control, say the default.
1162 (Auto-Saving): make-auto-save-file-name example is simplified.
1163
1164 * advice.texi (Advising Functions): Don't imply one part of Emacs
1165 should advise another part. Markup changes.
1166 (Defining Advice): Move transitional para.
1167 (Activation of Advice): Cleanup.
1168 Explain if COMPILE is nil or negative.
1169
1170 * abbrevs.texi (Abbrev Expansion): Clarify, fix typo.
1171
2e20c83d
LK
11722005-02-24 Lute Kamstra <lute@gnu.org>
1173
1174 * modes.texi (Defining Minor Modes): Explain that INIT-VALUE,
1175 LIGHTER, and KEYMAP can be omitted when KEYWORD-ARGS are used.
1176
65c492fd
LK
11772005-02-23 Lute Kamstra <lute@gnu.org>
1178
b02c3eed
LK
1179 * modes.texi (Defining Minor Modes): define-minor-mode can be used
1180 to define global minor modes as well.
1181
65c492fd
LK
1182 * display.texi (Managing Overlays): overlay-buffer returns nil for
1183 deleted overlays.
1184
b686dd59
KS
11852005-02-22 Kim F. Storm <storm@cua.dk>
1186
1187 * minibuf.texi (Basic Completion): Allow symbols in addition to
1188 strings in try-completion and all-completions.
1189
23e8c095
LK
11902005-02-14 Lute Kamstra <lute@gnu.org>
1191
1192 * elisp.texi (Top): Remove reference to deleted node.
1193
1194 * lists.texi (Lists): Remove reference to deleted node.
1195 (Cons Cells): Fix typo.
1196
1197 * loading.texi (Where Defined): Fix typo.
1198
134948fc
RS
11992005-02-14 Richard M. Stallman <rms@gnu.org>
1200
1201 * variables.texi (Creating Buffer-Local): change-major-mode-hook
1202 is useful for discarding some minor modes.
1203
1204 * symbols.texi (Symbol Components): Reorder examples.
1205
1206 * streams.texi (Input Functions): State standard-input default.
1207 (Output Variables): State standard-output default.
1208
1209 * objects.texi (Printed Representation): Clarify read syntax vs print.
1210 (Floating Point Type): Explain meaning better.
1211 (Symbol Type): Explain uniqueness better.
1212 (Cons Cell Type): Explain empty list sooner. CAR and CDR later.
1213 List examples sooner.
1214 (Box Diagrams): New subnode broken out.
1215 Some examples moved from old Lists as Boxes node.
1216 (Dotted Pair Notation): Clarify intro.
1217 (Array Type): Clarify.
1218 (Type Predicates): Add hash-table-p.
1219
1220 * numbers.texi (Integer Basics): Clarify radix explanation.
1221 (Predicates on Numbers): Minor clarification.
1222 (Comparison of Numbers): Minor clarification. Clarify eql.
1223 Typos in min, max.
1224 (Math Functions): Clarify overflow in expt.
1225
1226 * minibuf.texi (Text from Minibuffer): Minor clarification.
1227 Mention arrow keys.
1228
1229 * loading.texi (Autoload): defun's doc string overrides autoload's
1230 doc string.
1231 (Repeated Loading): Modernize "add to list" examples.
1232 (Where Defined): Finish updating table of load-history elts.
1233
1234 * lists.texi (List-related Predicates): Minor wording improvement.
1235 (Lists as Boxes): Node deleted.
1236 (Building Lists): Explain trivial cases of number-sequence.
1237
1238 * hash.texi (Hash Tables): Add desc to menu items.
1239 (Creating Hash): Expain "full" means "make larger",
1240 (Hash Access): Any object can be a key.
1241 State value of maphash.
1242
1243 * functions.texi (What Is a Function): Wording cleanup.
1244 (Function Documentation): Minor cleanup.
1245 Explain purpose of calling convention at end of doc string.
1246 (Function Names): Wording cleanup.
1247 (Calling Functions): Wording cleanup.
1248 Explain better how funcall calls the function.
1249 (Function Cells): Delete example of saving and redefining function.
1250
1251 * control.texi (Combining Conditions): Wording cleanup.
1252 (Iteration): dolist and dotimes bind VAR locally.
1253 (Cleanups): Xref to Atomic Changes.
1254
1255 * compile.texi (Byte Compilation): Delete 19.29 info.
1256 (Compilation Functions): Macros' difficulties don't affect defsubst.
1257 (Docs and Compilation): Delete 19.29 info.
1258
44291460
RS
12592005-02-10 Richard M. Stallman <rms@gnu.org>
1260
1261 * objects.texi (Symbol Type): Minor correction.
1262
1f9ad95a
LK
12632005-02-06 Lute Kamstra <lute@gnu.org>
1264
1265 * modes.texi (Example Major Modes): Fix typos.
1266
ba2c991c
RS
12672005-02-06 Richard M. Stallman <rms@gnu.org>
1268
1269 * text.texi (Margins): fill-nobreak-predicate can be one function.
1270
1271 * strings.texi (Modifying Strings): clear-string can make unibyte.
1272 (Formatting Strings): format gives error if values missing.
1273
1274 * positions.texi (Character Motion): Mention default arg
1275 for forward-char. backward-char refers to forward-char.
1276 (Word Motion): Mention default arg for forward-word.
1277 (Buffer End Motion): Mention default arg for beginning-of-buffer.
1278 Simplify end-of-buffer.
1279 (Text Lines): Mention default arg for forward-line.
1280 (List Motion): Mention default arg for beginning/end-of-defun.
1281 (Skipping Characters): Minor fixes in explaining character-set.
1282
1283 * modes.texi (Major Mode Conventions): Mention "system abbrevs".
1284 Mode inheritance applies only when default-major-mode is nil.
1285 Clarifications.
1286 (Example Major Modes): Update Text mode and Lisp mode examples.
1287 (Minor Mode Conventions): Mention define-minor-mode at top.
1288 (Defining Minor Modes): In Hungry example, don't define C-M-DEL.
1289 (Mode Line Format): Update mode line face display info.
1290 (Properties in Mode): Mention effect of risky vars.
1291 (Imenu): Define imenu-add-to-menubar.
1292 (Font Lock Mode): Add descriptions to menu lines.
1293 (Faces for Font Lock): Add font-lock-doc-face.
1294
9bf6d576
LK
12952005-02-05 Lute Kamstra <lute@gnu.org>
1296
1297 * text.texi (Maintaining Undo): Remove obsolete function.
1298
cb602754
EZ
12992005-02-05 Eli Zaretskii <eliz@gnu.org>
1300
1301 * frames.texi (Color Names): Add pointer to the X docs about RGB
1302 color specifications. Improve indexing
1303 (Text Terminal Colors): Replace the description of RGB values by
1304 an xref to "Color Names".
1305
4e07258f
RS
13062005-02-03 Richard M. Stallman <rms@gnu.org>
1307
1308 * windows.texi (Basic Windows): Add cursor-in-non-selected-windows.
1309 Clarify.
1310 (Selecting Windows): Clarify save-selected-window.
1311 (Cyclic Window Ordering): Clarify walk-windows.
1312 (Window Point): Clarify.
1313 (Window Start): Add comment to example.
1314 (Resizing Windows): Add `interactive' specs in examples.
1315 Document fit-window-to-buffer.
1316
1317 * text.texi (User-Level Deletion): just-one-space takes numeric arg.
1318 (Undo, Maintaining Undo): Clarify last change.
1319 (Sorting): In sort-numeric-fields, explain about octal and hex.
1320 Mention sort-numeric-base.
1321 (Format Properties): Add xref for hard newlines.
1322
1323 * frames.texi (Window Frame Parameters): Explain pixel=char on tty.
1324 (Pop-Up Menus): Fix typo.
1325 (Color Names): Explain all types of color names.
1326 Explain color-values on B&W terminal.
1327 (Text Terminal Colors): Explain "rgb values" are lists. Fix arg names.
1328
1329 * files.texi (File Locks): Not supported on MS systems.
1330 (Testing Accessibility): Clarify.
1331
1332 * edebug.texi (Printing in Edebug): Fix edebug-print-circle.
1333 (Coverage Testing): Fix typo.
1334
1335 * commands.texi (Misc Events): Remove stray space.
1336
1337 * buffers.texi (Buffer Names): Clarify generate-new-buffer-name.
1338 (Modification Time): Clarify when visited-file-modtime returns 0.
1339 (The Buffer List): Clarify bury-buffer.
1340 (Killing Buffers): Clarify.
1341 (Indirect Buffers): Add clone-indirect-buffer.
1342
13432005-02-02 Matt Hodges <MPHodges@member.fsf.org>
1344
1345 * edebug.texi (Printing in Edebug): Fix default value of
1346 edebug-print-circle.
1347 (Coverage Testing): Fix displayed frequency count data.
1348
13492005-02-02 Luc Teirlinck <teirllm@auburn.edu>
d4d66807
LT
1350
1351 * text.texi (Maintaining Undo): Add `undo-outer-limit'.
1352
4e07258f 13532005-02-02 Kim F. Storm <storm@cua.dk>
fb89c330
KS
1354
1355 * text.texi (Undo) <buffer-undo-list>: Describe `apply' elements.
1356
28d986b9
EZ
13572005-01-29 Eli Zaretskii <eliz@gnu.org>
1358
1359 * commands.texi (Misc Events): Describe the help-echo event.
1360
1361 * text.texi (Special Properties) <help-echo>: Use `pos'
b5305167
SM
1362 consistently in description of the help-echo property.
1363 Use @code{nil} instead of @var{nil}.
28d986b9
EZ
1364
1365 * display.texi (Overlay Properties): Fix the index entry for
1366 help-echo overlay property.
1367
1368 * customize.texi (Type Keywords): Uncomment the xref to the
1369 help-echo property documentation.
1370
8f958b40
KS
13712005-01-23 Kim F. Storm <storm@cua.dk>
1372
1373 * windows.texi (Window Start): Fix `pos-visible-in-window-p'
1374 return value. Third element FULLY replaced by PARTIAL which
1375 specifies number of invisible pixels if row is only partially visible.
1376 (Textual Scrolling): Mention auto-window-vscroll.
1377 (Vertical Scrolling): New defvar auto-window-vscroll.
1378
cd7e5dd6
LT
13792005-01-16 Luc Teirlinck <teirllm@auburn.edu>
1380
1381 * keymaps.texi (Changing Key Bindings): `suppress-keymap' now uses
1382 command remapping.
1383
6f771c32
RS
13842005-01-15 Richard M. Stallman <rms@gnu.org>
1385
1386 * display.texi (Defining Images): Mention DATA-P arg of create-image.
1387
6ac8a822
KS
13882005-01-14 Kim F. Storm <storm@cua.dk>
1389
88948d55
KS
1390 * commands.texi (Accessing Events): Add WHOLE arg to posn-at-x-y.
1391
6ac8a822
KS
1392 * text.texi (Links and Mouse-1): Fix string and vector item.
1393
20d6de82
RS
13942005-01-13 Richard M. Stallman <rms@gnu.org>
1395
1396 * keymaps.texi (Active Keymaps): Rewrite the text, and update the
1397 descriptions of overriding-local-map and overriding-terminal-local-map.
1398
1399 * text.texi (Links and Mouse-1): Clarify text.
1400
f75a592e
KS
14012005-01-13 Kim F. Storm <storm@cua.dk>
1402
1403 * modes.texi (Emulating Mode Line): Update format-mode-line entry.
1404
910f60b1
TTN
14052005-01-13 Francis Litterio <franl@world.std.com> (tiny change)
1406
1407 * keymaps.texi (Active Keymaps): Fix overriding-local-map description.
1408
37181fc4
KS
14092005-01-12 Kim F. Storm <storm@cua.dk>
1410
1411 * text.texi (Links and Mouse-1): Rename section from Enabling
1412 Mouse-1 to Following Links. Change xrefs.
1413 Add examples for define-button-type and define-widget.
1414
1415 * display.texi (Button Properties, Button Buffer Commands):
1416 Clarify mouse-1 and follow-link functionality.
1417
28f94a34
RS
14182005-01-12 Richard M. Stallman <rms@gnu.org>
1419
1420 * text.texi (Enabling Mouse-1 to Follow Links): Redo prev. change.
1421
1422 * display.texi (Beeping): Fix Texinfo usage.
1423
1424 * modes.texi (Emulating Mode Line): Doc FACE arg in format-header-line.
1425
bac2d936
KS
14262005-01-11 Kim F. Storm <storm@cua.dk>
1427
1428 * display.texi (Button Properties, Button Buffer Commands):
93381d62 1429 Mention mouse-1 binding. Add follow-link keyword.
bac2d936
KS
1430
1431 * text.texi (Text Properties): Add "Enable Mouse-1" to submenu.
1432 (Enabling Mouse-1 to Follow Links): New subsection.
1433
de968ddb
RS
14342005-01-06 Richard M. Stallman <rms@gnu.org>
1435
1436 * text.texi (Special Properties): Minor change.
1437
1438 * os.texi (Timers): Clarify previous change.
1439
1440 * modes.texi (Emulating Mode Line): format-mode-line requires 1 arg.
1441
a3a43b3b
LT
14422005-01-01 Luc Teirlinck <teirllm@auburn.edu>
1443
1444 * display.texi (Face Attributes): Correct xref to renamed node.
1445
732bb9ce
RS
14462005-01-01 Richard M. Stallman <rms@gnu.org>
1447
1448 * display.texi (Face Attributes): Describe hex color specs.
1449
c734ae59
RS
14502004-12-31 Richard M. Stallman <rms@gnu.org>
1451
1452 * os.texi (Timers): Update previous change.
1453
33b2f4ea
KS
14542004-12-30 Kim F. Storm <storm@cua.dk>
1455
1456 * display.texi (Line Height): Total line-height is now specified
1457 in line-height property of form (HEIGHT TOTAL). Swap (FACE . RATIO)
1458 in cons cells. (nil . RATIO) is relative to actual line height.
1459 Use line-height `t' instead of `0' to get minimum height.
1460
99ec74b9
RS
14612004-12-29 Richard M. Stallman <rms@gnu.org>
1462
1463 * os.texi (Timers): Discuss timers vs editing the buffer and undo.
1464
eab463f6
RS
14652004-12-28 Richard M. Stallman <rms@gnu.org>
1466
1467 * commands.texi (Quitting): Clarify value of with-local-quit.
1468
1469 * elisp.texi (Top): Fix previous change.
1470
1471 * loading.texi (Loading): Fix previous change.
1472
ebbd14f1
RS
14732004-12-27 Richard M. Stallman <rms@gnu.org>
1474
4ae98fc5
RS
1475 * Makefile.in (MAKEINFO): Specify --force.
1476
8f430046
RS
1477 * buffers.texi (Killing Buffers): Add buffer-save-without-query.
1478
56011a8c
RS
1479 * modes.texi (Emulating Mode Line): Document format's BUFFER arg.
1480
1481 * display.texi (Line Height): Further clarify.
1482
1483 * elisp.texi (Top): Update Loading submenu.
1484
ebbd14f1
RS
1485 * loading.texi (Where Defined): New node.
1486 (Unloading): load-history moved to Where Defined.
1487
fda2922a
RS
14882004-12-21 Richard M. Stallman <rms@gnu.org>
1489
1490 * commands.texi (Event Input Misc): Add while-no-input.
1491
9eb8959a
RS
14922004-12-11 Richard M. Stallman <rms@gnu.org>
1493
1494 * display.texi (Line Height): Rewrite text for clarity.
1495
adf87c29
KS
14962004-12-11 Kim F. Storm <storm@cua.dk>
1497
1498 * display.texi (Display): Add node "Line Height" to menu.
1499 (Line Height): New node. Move full description of line-spacing
1500 and line-height text properties here from text.texi.
1501 (Scroll Bars): Add vertical-scroll-bar variable.
1502
1503 * frames.texi (Window Frame Parameters): Remove line-height defvar.
1504
1505 * locals.texi (Standard Buffer-Local Variables): Fix xref for
1506 line-spacing and vertical-scroll-bar.
1507
1508 * text.texi (Special Properties): Just mention line-spacing and
1509 line-height here, add xref to new "Line Height" node.
1510
31e4729e
TTN
15112004-12-09 Thien-Thi Nguyen <ttn@gnu.org>
1512
1513 * frames.texi (Window Frame Parameters): New @defvar for `line-spacing'.
1514
1515 * locals.texi (Standard Buffer-Local Variables):
1516 Add @xref for `line-spacing'.
1517
cc60c723
RS
15182004-12-05 Richard M. Stallman <rms@gnu.org>
1519
1520 * Makefile.in (maintainer-clean): Remove the info files
1521 in $(infodir) where they are created.
1522
f6101ac9
RS
15232004-12-03 Richard M. Stallman <rms@gnu.org>
1524
1525 * windows.texi (Selecting Windows): get-lru-window and
1526 get-largest-window don't consider dedicated windows.
1527
1528 * text.texi (Undo): Document undo-in-progress.
1529
94221759
RS
15302004-11-26 Richard M. Stallman <rms@gnu.org>
1531
1532 * locals.texi (Standard Buffer-Local Variables): Undo prev change.
1533 Remove a few vars that are not always buffer-local.
1534
7092c5e8
LT
15352004-11-24 Luc Teirlinck <teirllm@auburn.edu>
1536
1537 * locals.texi (Standard Buffer-Local Variables): Comment out
1538 xref's to non-existent node `Yet to be written'.
1539
261b01c6
RS
15402004-11-24 Richard M. Stallman <rms@gnu.org>
1541
1542 * processes.texi (Synchronous Processes): Grammar fix.
1543
1544 * numbers.texi (Comparison of Numbers): Add eql.
1545
1546 * locals.texi (Standard Buffer-Local Variables): Add many vars.
1547
1548 * intro.texi (Printing Notation): Fix previous change.
1549
1550 * display.texi (Customizing Bitmaps): Move indicate-buffer-boundaries
1551 and default-indicate-buffer-boundaries from here.
1552 (Usual Display): To here.
1553 (Scroll Bars): Add scroll-bar-mode and scroll-bar-width.
1554 (Usual Display): Move tab-width up.
1555
1556 * customize.texi (Variable Definitions): Replace
1557 show-paren-mode example with tooltip-mode.
7092c5e8 1558 (Simple Types, Composite Types, Defining New Types):
261b01c6 1559 Minor cleanups.
7092c5e8 1560
c1aa4864
JH
15612004-11-21 Jesper Harder <harder@ifa.au.dk>
1562
1563 * processes.texi (Synchronous Processes, Output from Processes):
1564 Markup fix.
1565
dedbac89
RS
15662004-11-20 Richard M. Stallman <rms@gnu.org>
1567
07c8c65a
RS
1568 * positions.texi (Skipping Characters): skip-chars-forward
1569 now handles char classes.
1570
8f40a868
RS
1571 * intro.texi (Printing Notation): Avoid confusion of `print'
1572 when explaining @print.
1573
1574 * macros.texi (Argument Evaluation): Fix 1st `for' expansion example.
1575
1576 * display.texi (Display Table Format): Minor fix.
1577
1578 * streams.texi (Output Functions): Fix print example.
1579
fd6866c8
RS
1580 * Makefile.in (elisp): New target.
1581 (dist): Depend on $(infodir)/elisp, not elisp.
1582 Copy the info files from $(infodir).
1583
9d00469f
RS
1584 * minibuf.texi (Text from Minibuffer): Document KEEP-ALL arg in
1585 read-from-minibuffer.
1586
dedbac89
RS
1587 * searching.texi (Regexp Search): Rename that to search-spaces-regexp.
1588
6de891db
RS
15892004-11-19 Richard M. Stallman <rms@gnu.org>
1590
1591 * searching.texi (Regexp Search): Add search-whitespace-regexp.
1592
e1c1c5a7
TTN
15932004-11-19 CHENG Gao <chenggao@gmail.com> (tiny change)
1594
1595 * tips.texi (Coding Conventions): Fix typo.
1596
ee31cd78
RS
15972004-11-16 Richard M. Stallman <rms@gnu.org>
1598
1599 * tips.texi (Coding Conventions): Separate defvar and require
1600 methods to avoid warnings. Use require only when there are many
1601 functions and variables from that package.
1602
1603 * minibuf.texi (Minibuffer Completion): When ignoring case,
1604 predicate must not be case-sensitive.
1605
1606 * debugging.texi (Function Debugging, Explicit Debug): Clarified.
1607 (Test Coverage): Don't talk about "splotches". Clarified.
1608
4bd38e94
TTN
16092004-11-16 Thien-Thi Nguyen <ttn@gnu.org>
1610
1611 * frames.texi (Window Frame Parameters): Fix typo.
1612
6d073ae1
KS
16132004-11-15 Kim F. Storm <storm@cua.dk>
1614
9f89426b
KS
1615 * symbols.texi (Other Plists): Note that plist-get may signal error.
1616 Add safe-plist-get.
6d073ae1 1617
10980463
TTN
16182004-11-15 Thien-Thi Nguyen <ttn@gnu.org>
1619
1620 * modes.texi (Font Lock Basics): Fix typo.
1621
1efc19eb
RS
16222004-11-08 Richard M. Stallman <rms@gnu.org>
1623
1624 * syntax.texi (Syntax Table Functions): Add syntax-after.
1625
6159c232
EZ
16262004-11-06 Lars Brinkhoff <lars@nocrew.org>
1627
1628 * os.texi (Processor Run Time): New section documenting
1629 get-internal-run-time.
1630
59dede22
EZ
16312004-11-06 Eli Zaretskii <eliz@gnu.org>
1632
1633 * Makefile.in (install, maintainer-clean): Don't use "elisp-*" as
1634 it nukes elisp-cover.texi.
1635 (dist): Change elisp-[0-9] to elisp-[1-9], as there could be no
1636 elisp-0 etc.
1637
4cc8522c
LT
16382004-11-05 Luc Teirlinck <teirllm@auburn.edu>
1639
1640 * commands.texi (Keyboard Macros): Document `append' return value
1641 of `defining-kbd-macro'.
1642
2d1ef312
RS
16432004-11-01 Richard M. Stallman <rms@gnu.org>
1644
1645 * commands.texi (Interactive Call): Add called-interactively-p.
1646
6f4e005d
SJ
16472004-10-29 Simon Josefsson <jas@extundo.com>
1648
1649 * minibuf.texi (Reading a Password): Revert.
1650
4f71c13f
RS
16512004-10-28 Richard M. Stallman <rms@gnu.org>
1652
1653 * frames.texi (Display Feature Testing): Explain about "vendor".
1654
4660a9e3
RS
16552004-10-27 Richard M. Stallman <rms@gnu.org>
1656
1657 * commands.texi (Interactive Codes): `N' uses numeric prefix,
1658 not raw. Clarify `n'.
1659 (Interactive Call): Rewrite interactive-p, focusing on when
1660 and how to use it.
1661 (Misc Events): Clarify previous change.
1662
1663 * advice.texi (Simple Advice): Clarify what job the example does.
1664 (Around-Advice): Clarify ad-do-it.
1665 (Activation of Advice): An option of ad-default-compilation-action
1666 is `never', not `nil'.
1667
c8636435
KS
16682004-10-26 Kim F. Storm <storm@cua.dk>
1669
1670 * commands.texi (Interactive Codes): Add U code letter.
1671
acd4089b
SJ
16722004-10-25 Simon Josefsson <jas@extundo.com>
1673
1674 * minibuf.texi (Reading a Password): Add.
1675
29dc7809
JR
16762004-10-24 Jason Rumney <jasonr@gnu.org>
1677
1678 * commands.texi (Misc Events): Remove mouse-wheel. Add wheel-up
1679 and wheel-down.
1680
bb5d6d34
KG
16812004-10-24 Kai Grossjohann <kai.grossjohann@gmx.net>
1682
1683 * processes.texi (Synchronous Processes): Document process-file.
1684
d0ee2ed3
KH
16852004-10-22 Kenichi Handa <handa@m17n.org>
1686
1687 * text.texi (translate-region): Document that it accepts also a
1688 char-table.
1689
38be9dbb
DP
16902004-10-22 David Ponce <david@dponce.com>
1691
1692 * windows.texi (Resizing Windows): Document the `preserve-before'
1693 argument of the functions `enlarge-window' and `shrink-window'.
1694
63c80452
JR
16952004-10-19 Jason Rumney <jasonr@gnu.org>
1696
1697 * makefile.w32-in (elisp): Change order of arguments to makeinfo.
1698
9f4b6e73
LT
16992004-10-09 Luc Teirlinck <teirllm@auburn.edu>
1700
1701 * text.texi (Filling): Add anchor for definition of
1702 `sentence-end-double-space'.
1703
1704 * searching.texi (Regexp Example): Update description of how
1705 Emacs currently recognizes the end of a sentence.
1706 (Standard Regexps): Update definition of the variable
1707 `sentence-end'. Add definition of the function `sentence-end'.
1708
657f0f9c
EZ
17092004-10-08 Paul Pogonyshev <pogonyshev@gmx.net>
1710
1711 * display.texi (Progress): New node.
1712
35ab4857
KS
17132004-10-05 Kim F. Storm <storm@cua.dk>
1714
1715 * display.texi (Fringe Bitmaps): Update fringe-bitmaps-at-pos.
1716
f2a54fbc
KS
17172004-09-29 Kim F. Storm <storm@cua.dk>
1718
1719 * display.texi (Fringe Bitmaps): Use symbols rather than numbers
1720 to identify bitmaps. Remove -fringe-bitmap suffix for standard
1721 fringe bitmap symbols, as they now have their own namespace.
1722 (Customizing Bitmaps) <define-fringe-bitmap>: Clarify bit ordering
1723 vs. pixels. Signal error if no free bitmap slots.
1724 (Pixel Specification): Change IMAGE to @var{image}.
1725
4676d6f3
RS
17262004-09-28 Richard M. Stallman <rms@gnu.org>
1727
1728 * text.texi (Special Properties): Clarify line-spacing and line-height.
1729
1730 * searching.texi (Regexp Search): Add looking-back.
1731
17234906
LT
17322004-09-25 Luc Teirlinck <teirllm@auburn.edu>
1733
1734 * display.texi: Correct typos.
1735 (Image Descriptors): Correct xref's.
1736
4de43c8b
RS
17372004-09-25 Richard M. Stallman <rms@gnu.org>
1738
1739 * text.texi (Special Properties): Cleanups in `cursor'.
1740 Rewrites in `line-height' and `line-spacing'; exchange them.
1741
1742 * display.texi (Fringes): Rewrite previous change.
1743 (Fringe Bitmaps): Merge text from Display Fringe Bitmaps. Rewrite.
1744 (Display Fringe Bitmaps): Node deleted, text moved.
1745 (Customizing Bitmaps): Split off from Fringe Bitmaps. Rewrite.
1746 (Scroll Bars): Clarify set-window-scroll-bars.
1747 (Pointer Shape): Rewrite.
1748 (Specified Space): Clarify :align-to, etc.
1749 (Pixel Specification): Use @var. Clarify new text.
1750 (Other Display Specs): Clarify `slice'.
1751 (Image Descriptors): Cleanups.
1752 (Showing Images): Cleanups.
1753
a3ee0299
LT
17542004-09-24 Luc Teirlinck <teirllm@auburn.edu>
1755
e88ebce6
LT
1756 * hooks.texi (Standard Hooks): Add `after-change-major-mode-hook'.
1757
a3ee0299
LT
1758 * modes.texi: Various minor changes in addition to:
1759 (Major Mode Conventions): Final call to `run-mode-hooks' should
1760 not be inside the `delay-mode-hooks' form.
1761 (Mode Hooks): New node.
1762 (Hooks): Delete obsolete example.
1763 Move definitions of `run-mode-hooks' and `delay-mode-hooks' to new
1764 node "Mode Hooks".
1765
6db2bc02
LT
17662004-09-22 Luc Teirlinck <teirllm@auburn.edu>
1767
1768 * display.texi: Correct various typos.
1769 (Display): Rename node "Pointer Shapes" to "Pointer
1770 Shape". (There is already a node called "Pointer Shapes" in
1771 frames.texi.)
1772 (Images): Remove non-existent node "Image Slices" from menu.
1773
ed2846bd
KS
17742004-09-23 Kim F. Storm <storm@cua.dk>
1775
1776 * text.texi (Special Properties): Add `cursor', `pointer',
1777 `line-height', and `line-spacing' properties.
1778
1779 * display.texi (Display): Add 'Fringe Bitmaps' and 'Pointer
1780 Shapes' to menu.
1781 (Standard Faces): Doc fix for fringe face.
1782 (Fringes): Add `overflow-newline-into-fringe' and
1783 'indicate-buffer-boundaries'.
1784 (Fringe Bitmaps, Pointer Shapes): New nodes.
1785 (Display Property): Add 'Pixel Specification' and 'Display Fringe
1786 Bitmaps' to menu.
1787 (Specified Space): Describe pixel width and height.
1788 (Pixel Specification): New node.
1789 (Other Display Specs): Add `slice' property.
1790 (Display Fringe Bitmaps): New node.
1791 (Images): Add 'Image Slices' to menu.
1792 (Image Descriptors): Add `:pointer' and `:map' properties.
1793 (Showing Images): Add slice arg to `insert-image'. Add
1794 'insert-sliced-image'.
1795
4d894c98
RS
17962004-09-20 Richard M. Stallman <rms@gnu.org>
1797
1798 * commands.texi (Key Sequence Input):
1799 Clarify downcasing in read-key-sequence.
1800
7e388eb7
JL
18012004-09-08 Juri Linkov <juri@jurta.org>
1802
1803 * minibuf.texi (Minibuffer History): Add `history-delete-duplicates'.
1804
a020987f
LT
18052004-09-07 Luc Teirlinck <teirllm@auburn.edu>
1806
1807 * locals.texi (Standard Buffer-Local Variables): Add
1808 `buffer-auto-save-file-format'.
1809 * internals.texi (Buffer Internals): Describe new
1810 auto_save_file_format field of the buffer structure.
1811 * files.texi (Format Conversion): `auto-save-file-format' has been
1812 renamed `buffer-auto-save-file-format'.
1813
2b96f80c
LT
18142004-08-27 Luc Teirlinck <teirllm@auburn.edu>
1815
1816 * abbrevs.texi (Abbrev Expansion): `abbrev-start-location' can be
1817 an integer or a marker.
1818 (Abbrev Expansion): Replace example for `pre-abbrev-expand-hook'.
1819
2ee3b79e
RS
18202004-08-22 Richard M. Stallman <rms@gnu.org>
1821
1822 * modes.texi (Major Mode Conventions): Discuss rebinding of
1823 standard key bindings.
1824
c438dc33
KS
18252004-08-18 Kim F. Storm <storm@cua.dk>
1826
1827 * processes.texi (Accepting Output): Add `just-this-one' arg to
1828 `accept-process-output'.
101c421e 1829 (Output from Processes): New var `process-adaptive-read-buffering'.
c438dc33 1830
db8af011
LT
18312004-08-10 Luc Teirlinck <teirllm@auburn.edu>
1832
1833 * keymaps.texi: Various changes in addition to:
1834 (Keymap Terminology): `kbd' uses same syntax as Edit Macro mode.
1835 Give more varied examples for `kbd'.
1836 (Creating Keymaps): Char tables have slots for all characters
1837 without modifiers.
1838 (Active Keymaps): `overriding-local-map' and
1839 `overriding-terminal-local-map' also override text property and
1840 overlay keymaps.
1841 (Functions for Key Lookup): Mention OLP arg to `current-active-maps'.
1842 (Scanning Keymaps): `accessible-keymaps' uses `[]' instead of `""'
1843 to denote a prefix of no events.
1844 `map-keymap' includes parent's bindings _recursively_.
1845 Clarify and correct description of `where-is-internal'.
1846 Mention BUFFER-OR-NAME arg to `describe-bindings'.
1847 (Menu Example): For menus intended for use with the keyboard, the
1848 menu items should be bound to characters or real function keys.
1849
de700726
LT
18502004-08-08 Luc Teirlinck <teirllm@auburn.edu>
1851
30e75a87
LT
1852 * objects.texi (Character Type): Reposition `@anchor' to prevent
1853 double space inside sentence in Info.
1854
de700726
LT
1855 * hooks.texi (Standard Hooks): `disabled-command-hook' has been
1856 renamed to `disabled-command-function'.
7c5b95c9 1857 * commands.texi (Key Sequence Input): Remove unnecessary anchor.
de700726
LT
1858 (Command Loop Info): Replace reference to it.
1859 (Disabling Commands): `disabled-command-hook' has been renamed to
1860 `disabled-command-function'.
1861
81909a1a
LT
18622004-08-07 Luc Teirlinck <teirllm@auburn.edu>
1863
1864 * os.texi (Translating Input): Only non-prefix bindings in
1865 `key-translation-map' override actual key bindings. Warn about
1866 possible indirect effect of actual key bindings on non-prefix
1867 bindings in `key-translation-map'.
1868
5504e99c
LT
18692004-08-06 Luc Teirlinck <teirllm@auburn.edu>
1870
1871 * minibuf.texi (High-Level Completion): Add anchor for definition
1872 of `read-variable'.
1873
1874 * commands.texi: Various changes in addition to:
1875 (Using Interactive): Clarify description of `interactive-form'.
1876 (Interactive Call): Mention default for KEYS argument to
1877 `call-interactively'.
1878 (Command Loop Info): Clarify description of `this-command-keys'.
1879 Mention KEEP-RECORD argument to `clear-this-command-keys'.
1880 Value of `last-event-frame' can be `macro'.
1881 (Repeat Events): `double-click-fuzz' is also used to distinguish
1882 clicks and drags.
1883 (Classifying Events): Clarify descriptions of `event-modifiers'
1884 `event-basic-type' and `event-convert-list'.
1885 (Accessing Events): `posn-timestamp' takes POSITION argument.
1886 (Quoted Character Input): Clarify description of
1887 `read-quoted-char' and fix example.
1888 (Quitting): Add `with-local-quit'.
1889 (Disabling Commands): Correct and clarify descriptions of
1890 `enable-command' and `disable-command'.
1891 Mention what happens if `disabled-command-hook' is nil.
1892 (Keyboard Macros): Mention LOOPFUNC arg to `execute-kbd-macro'.
1893 Describe `executing-kbd-macro' instead of obsolete `executing-macro'.
1894
f478a72a
LT
18952004-07-24 Luc Teirlinck <teirllm@auburn.edu>
1896
1897 * frames.texi: Various changes in addition to:
1898 (Creating Frames): Expand and clarify description of `make-frame'.
1899 (Window Frame Parameters): Either none or both of the `icon-left'
1900 and `icon-top' parameters must be specified. Put descriptions of
1901 `menu-bar-lines' and `toolbar-lines' closer together and change
1902 them accordingly.
1903 (Frame Titles): `multiple-frames' is not guaranteed to be accurate
1904 except while processing `frame-title-format' or `icon-title-format'.
1905 (Deleting Frames): Correct description of `delete-frame'.
1906 Non-nil return values of `frame-live-p' are like those of `framep'.
1907 (Frames and Windows): mention return value of
1908 `set-frame-selected-window'.
1909 (Visibility of Frames): Mention `force' argument to
1910 `make-frame-invisible'. `frame-visible-p' returns t for all
1911 frames on text-only terminals.
1912 (Frame Configurations): Restoring a frame configuration does not
1913 restore deleted frames.
1914 (Window System Selections): `x-set-selection' returns DATA.
1915 (Resources): Add example.
1916 (Display Feature Testing): Clarify descriptions of
1917 `display-pixel-height', `display-pixel-width', `x-server-version'
1918 and `x-server-vendor'.
1919
1920 * windows.texi (Choosing Window): Add anchor.
1921 * minibuf.texi (Minibuffer Misc): Add anchor.
1922
bc135062
JPW
19232004-07-23 John Paul Wallington <jpw@gnu.org>
1924
1925 * macros.texi (Defining Macros): Declaration keyword for setting
1926 Edebug spec is `debug' not `edebug'.
1927
cb7516e5
LT
19282004-07-19 Luc Teirlinck <teirllm@auburn.edu>
1929
1930 * windows.texi: Various small changes in addition to:
1931 (Window Point): Mention return value of `set-window-point'.
1932 (Window Start): `pos-visible-in-window-p' disregards horizontal
1933 scrolling. Explain return value if PARTIALLY is non-nil.
1934 (Vertical Scrolling): Mention PIXELS-P argument to `window-vscroll'
1935 and `set-window-vscroll'.
1936 (Size of Window): The argument WINDOW to `window-inside-edges',
1937 `window-pixel-edges' and `window-inside-pixel-edges' is optional.
1938 (Resizing Windows): Explain return value of
1939 `shrink-window-if-larger-than-buffer'.
1940 `window-size-fixed' automatically becomes buffer local when set.
1941 (Window Configurations): Explain return value of
1942 `set-window-configuration'.
1943
1944 * minibuf.texi (Minibuffer Misc): Add anchor for
1945 `minibuffer-scroll-window'.
1946
1947 * positions.texi (Text Lines): Add anchor for `count-lines'.
1948
3751eb00
RS
19492004-07-17 Richard M. Stallman <rms@gnu.org>
1950
1951 * display.texi (Overlay Properties): Adding `evaporate' prop
1952 deletes empty overlay immediately.
1953
1954 * abbrevs.texi (Abbrev Expansion): Clarify pre-abbrev-expand-hook,
1955 fix example.
1956
9a7e97c6
LT
19572004-07-16 Jim Blandy <jimb@redhat.com>
1958
1959 * searching.texi (Regexp Backslash): Document new \_< and \_>
1960 operators.
1961
aa0e4da8
JB
19622004-07-16 Juanma Barranquero <lektu@terra.es>
1963
1964 * display.texi (Images): Fix Texinfo usage.
1965
cbbfedb2
LT
19662004-07-14 Luc Teirlinck <teirllm@auburn.edu>
1967
1968 * buffers.texi (Modification Time): `visited-file-modtime' now
1969 returns a list of two integers, instead of a cons.
1970
3a052bd3
LT
19712004-07-13 Luc Teirlinck <teirllm@auburn.edu>
1972
1973 * windows.texi: Various changes in addition to:
1974 (Splitting Windows): Add `split-window-keep-point'.
1975
02c04e6f
RS
19762004-07-09 Richard M. Stallman <rms@gnu.org>
1977
1978 * frames.texi (Input Focus): Minor fix.
1979
cb4f1287
LT
19802004-07-07 Luc Teirlinck <teirllm@auburn.edu>
1981
1982 * frames.texi (Input Focus): Clarify descriptions of
1983 `select-frame-set-input-focus' and `select-frame'.
1984
339902ec
LT
19852004-07-06 Luc Teirlinck <teirllm@auburn.edu>
1986
1987 * os.texi: Various small changes in addition to:
1988 (Killing Emacs): Expand and clarify description of
1989 `kill-emacs-query-functions' and `kill-emacs-hook'.
1990 (System Environment): Expand and clarify description of `getenv'
1991 and `setenv'.
1992 (Timers): Clarify description of `run-at-time'.
1993 (Translating Input): Correct description of
1994 `extra-keyboard-modifiers'.
1995 (Flow Control): Correct description of `enable-flow-control'.
1996
fe3b7e35
TTN
19972004-07-06 Thien-Thi Nguyen <ttn@gnu.org>
1998
1999 * os.texi: Update copyright.
2000 (Session Management): Grammar fix.
2001 Clarify which Emacs does the restarting.
2002 Use @samp for *scratch* buffer.
2003
59db7d6e
LT
20042004-07-04 Alan Mackenzie <acm@muc.de>
2005
2006 * frames.texi (Input Focus): Add documentation for
2007 `select-frame-set-input-focus'. Replace refs to non-existent
2008 `switch-frame' with `select-frame'. Minor corrections and tidying
2009 up of text-only terminal stuff.
2010
e3ccf404
RS
20112004-07-02 Richard M. Stallman <rms@gnu.org>
2012
2013 * files.texi (Saving Buffers): Cleanup write-contents-function.
2014 (Magic File Names): Cleanup file-remote-p.
2015
8addb6eb
KG
20162004-07-02 Kai Grossjohann <kai@emptydomain.de>
2017
2018 * files.texi (Magic File Names): `file-remote-p' returns an
2019 identifier of the remote system, not just t.
2020
7a58d84d
DK
20212004-07-02 David Kastrup <dak@gnu.org>
2022
2023 * searching.texi (Entire Match Data): Add explanation about new
2024 match-data behavior when @var{integers} is non-nil.
2025
d8c379f8
RS
20262004-06-24 Richard M. Stallman <rms@gnu.org>
2027
b4a4b0ae
RS
2028 * commands.texi (Misc Events): Describe usr1-signal, usr2-signal event.
2029
d8c379f8
RS
2030 * customize.texi (Variable Definitions): Note about doc strings
2031 and :set.
2032
2033 * keymaps.texi (Keymap Terminology): Document `kbd'.
2034 (Changing Key Bindings, Key Binding Commands): Use kbd in examples.
2035
2036 * display.texi (Invisible Text): Setting buffer-invisibility-spec
2037 makes it buffer-local.
2038
2039 * files.texi (Saving Buffers): Correct previous change.
2040
2041 * commands.texi (Accessing Events):
2042 Clarify posn-col-row and posn-actual-col-row.
2043
20442004-06-24 David Ponce <david.ponce@wanadoo.fr>
2045
2046 * commands.texi (Accessing Events): New functions
2047 posn-at-point and posn-at-x-y. Add example to posn-x-y.
2048
dce417e7
LT
20492004-06-23 Luc Teirlinck <teirllm@auburn.edu>
2050
2051 * lists.texi, files.texi, processes.texi, macros.texi, hash.texi:
2052 * frames.texi, buffers.texi, backups.texi, variables.texi:
2053 * loading.texi, eval.texi, functions.texi, control.texi:
2054 * symbols.texi, minibuf.texi: Reposition @anchor's.
2055
2056 * help.texi: Various small changes in addition to the following.
2057 (Describing Characters): Describe PREFIX argument to
2058 `key-description'. Correct and clarify definition of
2059 `text-char-description'. Describe NEED-VECTOR argument to
2060 `read-kbd-macro'.
2061 (Help Functions): Clarify definition of `apropos'.
2062
255d07dc
LH
20632004-06-23 Lars Hansen <larsh@math.ku.dk>
2064
2065 * files.texi (Saving Buffers): Correct description of
2066 `write-contents-functions'.
2067
4e9691e9
JB
20682004-06-21 Juanma Barranquero <lektu@terra.es>
2069
2070 * display.texi (Images): Remove redundant @vindex directives.
2071 Rewrite `image-library-alist' doc in active voice.
2072
1ebd4f78
JB
20732004-06-14 Juanma Barranquero <lektu@terra.es>
2074
2075 * display.texi (Images): Document new delayed library loading,
2076 variable `image-library-alist' and (existing but undocumented)
2077 function `image-type-available-p'.
2078
ddfb8369
RS
20792004-06-05 Richard M. Stallman <rms@gnu.org>
2080
2081 * minibuf.texi (Minibuffer Completion): For INITIAL arg,
2082 refer the user to the Initial Input node.
2083 (Text from Minibuffer): Likewise.
2084 (Initial Input): New node. Document this feature
2085 and say it is mostly deprecated.
2086
18684a3a
RS
20872004-05-30 Richard M. Stallman <rms@gnu.org>
2088
7a61e456
RS
2089 * loading.texi (Named Features): Clarify return value
2090 and meaning of NOERROR.
2091
18684a3a
RS
2092 * variables.texi (File Local Variables): Minor cleanup.
2093
c8364415
MA
20942004-05-30 Michael Albinus <michael.albinus@gmx.de>
2095
2096 * files.texi (Magic File Names): Add `file-remote-p' as operation
2097 of file name handlers.
2098
08fd1251
RS
20992004-05-29 Richard M. Stallman <rms@gnu.org>
2100
2101 * modes.texi (Minor Mode Conventions): (-) has no special meaning
2102 as arg to a minor mode command.
2103
71d5a208
RS
21042004-05-22 Richard M. Stallman <rms@gnu.org>
2105
2106 * syntax.texi (Syntax Class Table): Word syntax not just for English.
2107
2108 * streams.texi (Output Variables): Doc float-output-format.
2109
2110 * searching.texi (Regexp Special): Nested repetition can be infloop.
2111
2112 * eval.texi (Eval): Increasing max-lisp-eval-depth can cause
2113 real stack overflow.
2114
2115 * compile.texi: Minor cleanups.
2116
21172004-05-22 Luc Teirlinck <teirllm@dms.auburn.edu>
2118
2119 * lists.texi (Cons Cells): Explain dotted lists, true lists,
2120 circular lists.
2121 (List Elements): Explain handling of circular and dotted lists.
1ebd4f78 2122
022cb162
TTN
21232004-05-19 Thien-Thi Nguyen <ttn@gnu.org>
2124
2125 * modes.texi (Search-based Fontification): Fix typo.
2126
aa7094ba
JB
21272004-05-10 Juanma Barranquero <lektu@terra.es>
2128
2129 * modes.texi (Mode Line Variables): Fix description of
2130 global-mode-string, which is now after which-func-mode, not the
2131 buffer name.
2132
c2383279
LH
21332004-05-07 Lars Hansen <larsh@math.ku.dk>
2134
2135 * modes.texi (Desktop Save Mode): Add.
2136 (Modes): Add menu entry Desktop Save Mode.
2137
2138 * hooks.texi: Add desktop-after-read-hook,
2139 desktop-no-desktop-file-hook and desktop-save-hook.
2140
2141 * locals.texi: Add desktop-save-buffer.
2142
058296d3
JH
21432004-04-30 Jesper Harder <harder@ifa.au.dk>
2144
2145 * display.texi: emacs -> Emacs.
2146
0c54865e
EZ
21472004-04-27 Matthew Mundell <matt@mundell.ukfsn.org>
2148
2149 * files.texi (Changing Files): Document set-file-times.
2150
d814862a
JB
21512004-04-23 Juanma Barranquero <lektu@terra.es>
2152
2153 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
2154
e8d6f886
JH
21552004-04-18 Jesper Harder <harder@ifa.au.dk>
2156
2157 * tips.texi (Coding Conventions): defopt -> defcustom.
2158
3a424014
LT
21592004-04-16 Luc Teirlinck <teirllm@auburn.edu>
2160
2161 * sequences.texi: Various clarifications.
2162
9e860631
LT
21632004-04-14 Luc Teirlinck <teirllm@auburn.edu>
2164
2165 * buffers.texi (Read Only Buffers): Mention optional ARG to
2166 `toggle-read-only'.
2167
5e30a0fb
NR
21682004-04-14 Nick Roberts <nick@nick.uklinux.net>
2169
9e860631 2170 * windows.texi (Selecting Windows): Note that get-lru-window
5e30a0fb
NR
2171 returns a full-width window if possible.
2172
619fb950
LT
21732004-04-13 Luc Teirlinck <teirllm@auburn.edu>
2174
2175 * buffers.texi: Various changes in addition to:
2176 (Buffer File Name): Add `find-buffer-visiting'.
2177 (Buffer Modification): Mention optional ARG to `not-modified'.
2178 (Indirect Buffers): Mention optional CLONE argument to
2179 `make-indirect-buffer'.
2180
2181 * files.texi: Various changes in addition to:
2182 (Visiting Functions): `find-file-hook' is now a normal hook.
2183 (File Name Expansion): Explain difference between the way that
2184 `expand-file-name' and `file-truename' treat `..'.
2185 (Contents of Directories): Mention optional ID-FORMAT argument to
2186 `directory-files-and-attributes'.
2187 (Format Conversion): Mention new optional CONFIRM argument to
2188 `format-write-file'.
2189
a2295d32
MB
21902004-04-12 Miles Bader <miles@gnu.org>
2191
2192 * macros.texi (Expansion): Add description of `macroexpand-all'.
2193
571fd4d5
JH
21942004-04-05 Jesper Harder <harder@ifa.au.dk>
2195
2196 * variables.texi (Variable Aliases): Mention
2197 cyclic-variable-indirection.
2198
2199 * errors.texi (Standard Errors): Ditto.
2200
4ba2fd66
LT
22012004-04-04 Luc Teirlinck <teirllm@auburn.edu>
2202
2203 * backups.texi: Various small changes in addition to:
2204 (Making Backups): Mention return value of `backup-buffer'.
2205 (Auto-Saving): Mention optional FORCE argument to
2206 `delete-auto-save-file-if-necessary'.
2207 (Reverting): Mention optional PRESERVE-MODES argument to
2208 `revert-buffer'. Correct description of `revert-buffer-function'.
2209
8f7ea687
JL
22102004-03-22 Juri Linkov <juri@jurta.org>
2211
2212 * sequences.texi (Sequence Functions): Replace xref to `Vectors'
2213 with `Vector Functions'.
2214
2215 * text.texi (Sorting): Add missing quote.
2216
0eeca3c1
LT
22172004-03-14 Luc Teirlinck <teirllm@auburn.edu>
2218
2219 * intro.texi (Lisp History): Replace xref to `cl' manual with
2220 inforef.
2221
e69cfac2
RS
22222004-03-12 Richard M. Stallman <rms@gnu.org>
2223
2224 * intro.texi (Version Info): Add arg to emacs-version.
2225 (Lisp History): Change xref to CL manual.
2226
1b91d47f
LT
22272004-03-09 Luc Teirlinck <teirllm@auburn.edu>
2228
2229 * minibuf.texi (Completion Commands): Add xref to Emacs manual
2230 for Partial Completion mode.
2231
97073664
TTN
22322004-03-07 Thien-Thi Nguyen <ttn@gnu.org>
2233
2234 * customize.texi: Fix typo. Remove eol whitespace.
2235
04a6e76b
RS
22362004-03-04 Richard M. Stallman <rms@gnu.org>
2237
2238 * processes.texi: Fix typos.
2239
2240 * lists.texi (Building Lists): Minor clarification.
2241
2242 * hash.texi (Creating Hash): Correct the meaning of t for WEAK
2243 in make-hash-table.
2244
5bb0fcd1
JB
22452004-02-29 Juanma Barranquero <lektu@terra.es>
2246
2247 * makefile.w32-in (clean, maintainer-clean): Use $(DEL) instead of
2248 rm, and ignore exit code.
2249
9022d421
EZ
22502004-02-27 Dan Nicolaescu <dann@ics.uci.edu>
2251
2252 * display.texi (Defining Faces): Add description for min-colors.
2253 Update example.
2254
92f5fba2
LT
22552004-02-23 Luc Teirlinck <teirllm@auburn.edu>
2256
2257 * abbrevs.texi: Various corrections and clarifications in addition
2258 to the following:
2259 (Abbrev Tables): Delete add-abbrev (as suggested by RMS).
2260
7e83e178
GM
22612004-02-22 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
2262
2263 * calendar.texi (Holiday Customizing): Quote arg of holiday-sexp.
2264
9c5609e8
LT
22652004-02-21 Luc Teirlinck <teirllm@auburn.edu>
2266
e2b9b51f
LT
2267 * text.texi: Various small changes in addition to the following:
2268 (User-Level Deletion): Mention optional BACKWARD-ONLY argument
2269 to delete-horizontal-space.
2270 (Kill Functions, Yanking, Low-Level Kill Ring): clarify and correct
2271 description of yank-handler text property at various places.
2272
7daa0e81
LT
2273 * frames.texi (Window System Selections): Add anchor.
2274
9c5609e8
LT
2275 * syntax.texi (Syntax Table Functions): Clarify and correct
2276 descriptions of make-syntax-table and copy-syntax-table.
2277 (Motion and Syntax): Clarify SYNTAXES argument to
2278 skip-syntax-forward.
2279 (Parsing Expressions): Mention that the return value of
2280 parse-partial-sexp is currently a list of ten rather than nine
2281 elements.
2282 (Categories): Various corrections and clarifications.
2283
d29edb21
LT
22842004-02-17 Luc Teirlinck <teirllm@auburn.edu>
2285
2286 * markers.texi (Marker Insertion Types): Minor change.
2287
2288 * locals.texi (Standard Buffer-Local Variables):
2289 * commands.texi (Interactive Codes, Using Interactive):
2290 * functions.texi (Related Topics): Fix xrefs.
2291
43e48bda
LT
22922004-02-16 Luc Teirlinck <teirllm@auburn.edu>
2293
2294 * lists.texi (Sets And Lists): Update description of delete-dups.
2295
84e34002
RS
22962004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
2297
2298 * keymaps.texi (Tool Bar): tool-bar-item => tool-bar-button.
2299
23002004-02-16 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2301
2302 * frames.texi (Parameter Access): frame-parameters arg is optional.
2303 modify-frame-parameters handles nil for FRAME.
2304 (Window Frame Parameters): menu-bar-lines and tool-bar-lines
2305 are all-or-nothing for certain toolkits.
2306 Mention parameter wait-for-wm.
2307 (Frames and Windows): In frame-first-window and frame-selected-window
2308 the arg is optional.
2309 (Input Focus): In redirect-frame-focus the second arg is optional.
2310 (Window System Selections): Mention selection type CLIPBOARD.
2311 Mention data-type UTF8_STRING.
2312 Mention numbering of cut buffers.
2313 (Resources): Describe x-resource-name.
2314
23152004-02-16 Richard M. Stallman <rms@gnu.org>
2316
2317 * windows.texi (Buffers and Windows): Delete false table
2318 about all-frames.
2319
2320 * syntax.texi (Parsing Expressions): Delete old caveat
2321 about parse-sexp-ignore-comments.
2322
2323 * streams.texi (Output Variables): Add print-quoted.
2324
2325 * lists.texi (Building Lists): Minor cleanup.
2326
2327 * hash.texi (Creating Hash): Correct and clarify doc of WEAK values.
2328
2329 * display.texi (Overlays): Explain overlays use markers.
2330 (Managing Overlays): Explain front-advance and rear-advance
2331 in more detail.
2332
2333 * loading.texi (Unloading): Document unload-feature-special-hooks.
2334 Get rid of fns-NNN.el file.
2335
23362004-02-16 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
2337
2338 * help.texi (Describing Characters): Fix text-char-description
2339 example output.
2340
2341 * edebug.texi (Using Edebug): Fix example.
2342
2343 * debugging.texi (Internals of Debugger): Fix return value.
43e48bda 2344
84e34002
RS
2345 * files.texi (Changing Files): Fix argname.
2346
2347 * calendar.texi: Fix parens, and default values.
2348
2349 * display.texi, frames.texi, internals.texi, modes.texi: Minor fixes.
2350 * nonascii.texi, objects.texi, os.texi: Minor fixes.
2351 * searching.texi, text.texi, tips.texi, windows.text: Minor fixes.
2352
2353 * positions.texi (Text Lines): Don't add -1 in current-line.
2354
23552004-02-16 Richard M. Stallman <rms@gnu.org>
2356
2357 * compile.texi (Compiler Errors): if-boundp feature applies to cond.
2358
c33b76da
EZ
23592004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
2360
2361 * processes.texi (Low-Level Network): Fix a typo.
2362
9d7271e8
KS
23632004-02-12 Kim F. Storm <storm@cua.dk>
2364
2365 * display.texi (Fringes): Use consistent wording.
2366 Note that window-fringe's window arg is optional.
2367 (Scroll Bars): Use consistent wording.
2368
6827d730
LT
23692004-02-11 Luc Teirlinck <teirllm@auburn.edu>
2370
2371 * tips.texi (Comment Tips): Document the new conventions for
2372 commenting out code.
2373
1cb60b5a
JD
23742004-02-07 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2375
2376 * positions.texi (Text Lines): Added missing end defun.
2377
7fdd1f62
KS
23782004-02-07 Kim F. Storm <storm@cua.dk>
2379
2380 * positions.texi (Text Lines): Add line-number-at-pos.
2381
eb3c144c
JPW
23822004-02-06 John Paul Wallington <jpw@gnu.org>
2383
2384 * display.texi (Button Properties, Button Buffer Commands):
2385 mouse-2 invokes button, not down-mouse-1.
2386
a1d38d63
JR
23872004-02-04 Jason Rumney <jasonr@gnu.org>
2388
2389 * makefile.w32-in: Sync with Makefile.in changes.
2390
4b574f3d
LT
23912004-02-03 Luc Teirlinck <teirllm@auburn.edu>
2392
2393 * minibuf.texi (Text from Minibuffer): Various corrections and
2394 clarifications.
2395 (Object from Minibuffer): Correct Lisp description of
2396 read-minibuffer.
2397 (Minibuffer History): Clarify description of cons values for
2398 HISTORY arguments.
2399 (Basic Completion): Various corrections and clarifications. Add
2400 completion-regexp-list.
2401 (Minibuffer Completion): Correct and clarify description of
2402 completing-read.
6f6b0433 2403 (Completion Commands): Mention Partial Completion mode. Various
4b574f3d
LT
2404 other minor changes.
2405 (High-Level Completion): Various corrections and clarifications.
2406 (Reading File Names): Ditto.
2407 (Minibuffer Misc): Ditto.
2408
d8186297
LT
24092004-01-26 Luc Teirlinck <teirllm@auburn.edu>
2410
2411 * strings.texi (Text Comparison): assoc-string also matches
2412 elements of alists that are strings instead of conses.
2413 (Formatting Strings): Standardize Texinfo usage. Update index
2414 entries.
2415
9adcb5f2
LT
24162004-01-20 Luc Teirlinck <teirllm@auburn.edu>
2417
2418 * lists.texi (Sets And Lists): Add delete-dups.
2419
3e7274ae
LT
24202004-01-15 Luc Teirlinck <teirllm@auburn.edu>
2421
2422 * edebug.texi (Instrumenting Macro Calls): `declare' is not a
2423 special form.
2424 * macros.texi (Defining Macros): Update description of `declare',
2425 which now is a macro.
2426 (Wrong Time): Fix typos.
2427
944e099f
LT
24282004-01-14 Luc Teirlinck <teirllm@auburn.edu>
2429
2430 * compile.texi (Compilation Functions): Expand descriptions of
e75c1a57 2431 `compile-defun', `byte-compile-file', `byte-recompile-directory'
944e099f
LT
2432 and `batch-byte-compile'. In particular, mention and describe
2433 all optional arguments.
2434 (Disassembly): Correct and clarify the description of `disassemble'.
2435
90c3aa59
LT
24362004-01-11 Luc Teirlinck <teirllm@auburn.edu>
2437
2438 * searching.texi: Various small changes in addition to the
2439 following.
2440 (Regexp Example): Adapt to new value of `sentence-end'.
2441 (Regexp Functions): The PAREN argument to `regexp-opt' can be
2442 `words'.
2443 (Search and Replace): Add usage note for `perform-replace'.
2444 (Entire Match Data): Mention INTEGERS and REUSE arguments to
2445 `match-data'.
2446 (Standard Regexps): Update for new values of `paragraph-start'
2447 and `sentence-end'.
2448
583c353d
LT
24492004-01-07 Luc Teirlinck <teirllm@auburn.edu>
2450
2451 * files.texi (Saving Buffers): Clarify descriptions of
2452 `write-contents-functions' and `before-save-hook'.
2453 Make the defvar's for `before-save-hook' and `after-save-hook'
2454 into defopt's.
2455
05faee07
KS
24562004-01-07 Kim F. Storm <storm@cua.dk>
2457
2458 * commands.texi (Click Events): Describe new image and
2459 width/height elements of click events.
2460 (Accessing Events): Add posn-string, posn-image, and
2461 posn-object-width-height. Change posn-object to return either
2462 image or string object.
2463
a0465ec3
SJ
24642004-01-01 Simon Josefsson <jas@extundo.com>
2465
2466 * hooks.texi (Standard Hooks): Add before-save-hook.
2467 * files.texi (Saving Buffers): Likewise.
2468
972c0c49
RS
24692004-01-03 Richard M. Stallman <rms@gnu.org>
2470
2471 * frames.texi (Frames and Windows): Delete frame-root-window.
2472
dbcd463f
LT
24732004-01-03 Luc Teirlinck <teirllm@auburn.edu>
2474
2475 * eval.texi, hash.texi, help.texi, symbols.texi: Add anchors.
2476
2477 * functions.texi: Various small changes in addition to the
2478 following.
2479 (What Is a Function): `functionp' returns nil for macros. Clarify
2480 behavior of this and following functions for symbol arguments.
2481 (Function Documentation): Add `\' in front of (fn @var{arglist})
2482 and explain why.
2483 (Defining Functions): Mention DOCSTRING argument to `defalias'.
2484 Add anchor.
2485 (Mapping Functions): Add anchor. Unquote nil in mapcar* example.
2486
02c77ee9
MB
24872004-01-01 Miles Bader <miles@gnu.org>
2488
2489 * display.texi (Buttons): New section.
2490
903a1a91
AS
24912003-12-31 Andreas Schwab <schwab@suse.de>
2492
2493 * numbers.texi (Math Functions): sqrt reports a domain-error
2494 error.
2495 (Float Basics): Use `(/ 0.0 0.0)' instead of `(sqrt -1.0)'.
2496
697cf92a
LT
24972003-12-30 Luc Teirlinck <teirllm@auburn.edu>
2498
3f70fe82
LT
2499 * tips.texi (Documentation Tips): Update item on hyperlinks in
2500 documentation strings.
2501
697cf92a
LT
2502 * errors.texi (Standard Errors): Various small corrections and
2503 additions.
2504
2505 * control.texi: Various small changes in addition to the
2506 following.
2507 (Signaling Errors): Provide some more details on how `signal'
2508 constructs the error message. Add anchor to the definition of
2509 `signal'.
2510 (Error Symbols): Describe special treatment of `quit'.
2511 (Cleanups): Rename BODY argument of `unwind-protect' to BODY-FORM
2512 to emphasize that it has to be a single form.
2513
2514 * buffers.texi: Add anchor.
2515
4d25144d
RS
25162003-12-29 Richard M. Stallman <rms@gnu.org>
2517
2518 * windows.texi (Choosing Window): Add same-window-p, special-display-p.
2519 (Window Configurations): Add window-configuration-frame.
2520
2521 * variables.texi (Creating Buffer-Local): Add local-variable-if-set-p.
2522
2523 * text.texi (Examining Properties): Add get-char-property-and-overlay.
2524 Change arg name in get-char-property.
2525 (Special Properties): Update handling of keymap property.
2526
2527 * strings.texi (Modifying Strings): Add clear-string.
2528 (Text Comparison): Add assoc-string and remove
2529 assoc-ignore-case, assoc-ignore-representation.
2530
2531 * os.texi (Time of Day): Add set-time-zone-rule.
2532
2533 * numbers.texi (Math Functions): asin, acos, log, log10
697cf92a 2534 report domain-error errors.
4d25144d 2535
697cf92a 2536 * nonascii.texi (Converting Representations):
4d25144d
RS
2537 Add multibyte-char-to-unibyte and unibyte-char-to-multibyte.
2538 (Encoding and I/O): Add file-name-coding-system.
2539
2540 * modes.texi (Search-based Fontification): Explain that
2541 face specs are symbols with face names as values.
2542
2543 * minibuf.texi (Minibuffer Misc): Add set-minibuffer-window.
2544
2545 * lists.texi (Building Lists): remq moved elsewhere.
2546 (Sets And Lists): remq moved here.
2547 (Association Lists): Refer to assoc-string.
2548
2549 * internals.texi (Garbage Collection): Add memory-use-counts.
2550
2551 * frames.texi (Frames and Windows): Add set-frame-selected-window
2552 and frame-root-window.
2553
697cf92a 2554 * files.texi (Contents of Directories):
4d25144d
RS
2555 Add directory-files-and-attributes.
2556
2557 * display.texi (Refresh Screen): Add force-window-update.
2558 (Invisible Text): Explain about moving point out of invis text.
2559 (Overlay Properties): Add overlay-properties.
2560 (Managing Overlays): Add overlayp.
2561 (GIF Images): Invalid image number displays a hollow box.
2562
2563 * buffers.texi (Buffer Modification): Add restore-buffer-modified-p.
2564 (Killing Buffers): Add buffer-live-p.
2565
67fafe38
MR
25662003-12-25 Markus Rost <rost@mathematik.uni-bielefeld.de>
2567
2568 * display.texi (Fringes): Fix typo "set-buffer-window".
2569
68e74f25
LT
25702003-12-24 Luc Teirlinck <teirllm@auburn.edu>
2571
2572 * display.texi, eval.texi, help.texi, internals.texi, loading.texi:
2573 * nonascii.texi, processes.texi, tips.texi, variables.texi:
2574 Add or change various xrefs and anchors.
2575
2576 * commands.texi: Replace all occurrences of @acronym{CAR} with
2577 @sc{car}, for consistency with the rest of the Elisp manual.
2578 `car' and `cdr' are historically acronyms, but are no longer
2579 widely thought of as such.
2580
2581 * internals.texi (Pure Storage): Mention that `purecopy' does not
2582 copy text properties.
2583 (Object Internals): Now 29 bits are used (in most implementations)
2584 to address Lisp objects.
2585
2586 * variables.texi (Variables with Restricted Values): New node.
2587
2588 * objects.texi (Lisp Data Types): Mention that certain variables
2589 can only take on a restricted set of values and add an xref to
2590 the new node "Variables with Restricted Values".
2591
2592 * eval.texi (Function Indirection): Describe the errors that
2593 `indirect-function' can signal.
2594 (Eval): Clarify the descriptions of `eval-region' and `values'.
2595 Describe `eval-buffer' instead of `eval-current-buffer' and
2596 mention `eval-current-buffer' as an alias for `current-buffer'.
2597 Correct the description and mention all optional arguments.
2598
697cf92a 2599 * nonascii.texi: Various small changes in addition to the
68e74f25
LT
2600 following.
2601 (Converting Representations): Clarify behavior of
2602 `string-make-multibyte' and `string-to-multibyte' for unibyte all
2603 ASCII arguments.
2604 (Character Sets): Document the variable `charset-list' and adapt
2605 the definition of the function `charset-list' accordingly.
2606 (Translation of Characters): Clarify use of generic characters in
2607 `make-translation-table'. Clarify and correct the description of
2608 the use of translation tables in encoding and decoding.
2609 (User-Chosen Coding Systems): Correct and clarify the description
2610 of `select-safe-coding-system'.
2611 (Default Coding Systems): Clarify description of
2612 `file-coding-system-alist'.
2613
a62f71e4
LT
26142003-11-30 Luc Teirlinck <teirllm@auburn.edu>
2615
2616 * strings.texi (Text Comparison): Correctly describe when two
2617 strings are `equal'. Combine and clarify descriptions of
2618 `assoc-ignore-case' and `assoc-ignore-representation'.
2619
2620 * objects.texi (Non-ASCII in Strings): Clarify description of
2621 when a string is unibyte or multibyte.
2622 (Bool-Vector Type): Update examples.
2623 (Equality Predicates): Correctly describe when two strings are
2624 `equal'.
2625
19017752
LT
26262003-11-29 Luc Teirlinck <teirllm@auburn.edu>
2627
2628 * lists.texi (Building Lists): `append' no longer accepts integer
2629 arguments. Update the description of `number-sequence' to reflect
2630 recent changes.
2631 (Sets And Lists): Describe `member-ignore-case' after `member'.
2632
0f6a07a8
KS
26332003-11-27 Kim F. Storm <storm@cua.dk>
2634
2635 * commands.texi (Click Events): Click object may be an images.
2636 Describe (dx . dy) element of click positions.
2637 (Accessing Events): Remove duplicate posn-timestamp.
2638 New functions posn-object and posn-object-x-y.
2639
1ce7c819
KS
26402003-11-23 Kim F. Storm <storm@cua.dk>
2641
2642 * commands.texi (Click Events): Describe enhancements to event
2643 position lists, including new text-pos and (col . row) items.
2644 Mention left-fringe and right-fringe area events.
0f6a07a8 2645 (Accessing Events): New functions posn-area and
1ce7c819
KS
2646 posn-actual-col-row. Mention posn-timestamp. Mention that
2647 posn-point in non-text area still returns buffer position.
2648 Clarify posn-col-row.
2649
cae8ddbb
LH
26502003-11-21 Lars Hansen <larsh@math.ku.dk>
2651
2652 * files.texi (File Attributes): Describe new parameter ID-FORMAT.
2653 * anti.texi (File Attributes): Describe removed parameter
2654 ID-FORMAT.
2655
f7f1a248
LT
26562003-11-20 Luc Teirlinck <teirllm@auburn.edu>
2657
68e74f25 2658 * positions.texi (Positions): Mention that, if a marker is used as
f7f1a248
LT
2659 a position, its buffer is ignored.
2660
2661 * markers.texi (Overview of Markers): Mention it here too.
2662
c5e2fb05
LT
26632003-11-12 Luc Teirlinck <teirllm@auburn.edu>
2664
2665 * numbers.texi (Numeric Conversions): Not just `floor', but also
2666 `truncate', `ceiling' and `round' accept optional argument DIVISOR.
2667
e57d0aa8
LT
26682003-11-10 Luc Teirlinck <teirllm@auburn.edu>
2669
2670 * markers.texi (Creating Markers): Specify insertion type of
2671 created markers. Add xref to `Marker Insertion Types'.
2672 Second argument to `copy-marker' is optional.
2673 (Marker Insertion Types): Mention that most markers are created
2674 with insertion type nil.
2675 (The Mark): Correctly describe when `mark' signals an error.
2676 (The Region): Correctly describe when `region-beginning' and
2677 `region-end' signal an error.
2678
bb3612ec
LT
26792003-11-08 Luc Teirlinck <teirllm@auburn.edu>
2680
2681 * hash.texi (Creating Hash): Clarify description of `eql'.
2682 `makehash' is obsolete.
2683 (Hash Access): Add Common Lisp notes for `remhash' and `clrhash'.
2684
2685 * positions.texi (Point): Change description of `buffer-end', so
2686 that it is also correct for floating point arguments.
2687 (List Motion): Correct argument lists of `beginning-of-defun' and
2688 `end-of-defun'.
2689 (Excursions): Add xref to `Marker Insertion Types'.
2690 (Narrowing): Argument to `narrow-to-page' is optional.
2691
cfb8a797
LT
26922003-11-06 Luc Teirlinck <teirllm@auburn.edu>
2693
2694 * streams.texi (Output Streams): Clarify behavior of point for
2695 marker output streams.
2696
c6177909
LT
26972003-11-04 Luc Teirlinck <teirllm@auburn.edu>
2698
2699 * variables.texi (Defining Variables): Second argument to
2700 `defconst' is not optional.
2701 (Setting Variables): Mention optional argument APPEND to
2702 `add-to-list'.
2703 (Creating Buffer-Local): Expand description of
2704 `make-variable-buffer-local'.
2705 (Frame-Local Variables): Expand description of
2706 `make-variable-frame-local'.
2707 (Variable Aliases): Correct description of optional argument
2708 DOCSTRING to `defvaralias'. Mention return value of
2709 `defvaralias'.
2710 (File Local Variables): Add xref to `File variables' in Emacs
2711 Manual. Correct description of `hack-local-variables'. Mention
2712 `safe-local-variable' property. Mention optional second argument
2713 to `risky-local-variable-p'.
2714
b3645067
LT
27152003-11-03 Luc Teirlinck <teirllm@auburn.edu>
2716
2717 * symbols.texi (Symbol Plists): Mention return value of `setplist'.
2718
10695e5c
EZ
27192003-11-02 Jesper Harder <harder@ifa.au.dk> (tiny change)
2720
2721 * lispref/anti.texi, lispref/backups.texi, lispref/commands.texi
2722 lispref/customize.texi, lispref/display.texi, lispref/files.texi,
2723 lispref/internals.texi, lispref/keymaps.texi, lispref/loading.texi,
2724 lispref/modes.texi, lispref/nonascii.texi, lispref/numbers.texi,
2725 lispref/objects.texi, lispref/os.texi, lispref/positions.texi,
b3645067 2726 lispref/processes.texi, lispref/searching.texi,
10695e5c
EZ
2727 lispref/sequences.texi, lispref/streams.texi, lispref/strings.texi,
2728 lispref/syntax.texi, lispref/text.texi: Replace @sc{foo} with
2729 @acronym{FOO}.
2730
a2f4def1
LT
27312003-10-27 Luc Teirlinck <teirllm@auburn.edu>
2732
2733 * strings.texi (Creating Strings): Argument START to `substring'
2734 can not be `nil'. Expand description of
2735 `substring-no-properties'. Correct description of `split-string',
2736 especially with respect to empty matches. Prevent very bad line
2737 break in definition of `split-string-default-separators'.
2738 (Text Comparison): `string=' and `string<' also accept symbols as
2739 arguments.
2740 (String Conversion): More completely describe argument BASE in
2741 `string-to-number'.
5bb0fcd1 2742 (Formatting Strings): `%s' and `%S' in `format' do require
a2f4def1
LT
2743 corresponding object. Clarify behavior of numeric prefix after
2744 `%' in `format'.
2745 (Case Conversion): The argument to `upcase-initials' can be a
2746 character.
2747
a2296bf9
KH
27482003-10-27 Kenichi Handa <handa@m17n.org>
2749
2750 * display.texi (Fontsets): Fix texinfo usage.
2751
885fef7c
KH
27522003-10-25 Kenichi Handa <handa@m17n.org>
2753
2754 * display.texi (Fontsets): Add description of the function
2755 set-fontset-font.
2756
0c6b7a1f
LT
27572003-10-23 Luc Teirlinck <teirllm@auburn.edu>
2758
2759 * display.texi (Temporary Displays): Add xref to `Documentation
2760 Tips'.
2761
2762 * functions.texi (Function Safety): Use inforef instead of pxref
2763 for SES.
2764
c3cda320
AS
27652003-10-23 Andreas Schwab <schwab@suse.de>
2766
2767 * Makefile.in (TEX, texinputdir): Don't define.
2768 (TEXI2DVI): Define.
2769 (srcs): Remove $(srcdir)/index.perm and $(srcdir)/index.unperm,
2770 add $(srcdir)/index.texi.
2771 ($(infodir)/elisp): Remove index.texi dependency.
2772 (elisp.dvi): Likewise. Use $(TEXI2DVI).
2773 (index.texi): Remove target.
2774 (dist): Don't link $(srcdir)/permute-index.
83badb71
AS
2775 (clean): Don't remove index.texi.
2776
c3cda320
AS
2777 * permute-index, index.perm: Remove.
2778 * index.texi: Rename from index.unperm.
2779
e5dadca7
LT
27802003-10-22 Luc Teirlinck <teirllm@auburn.edu>
2781
2782 * tips.texi (Documentation Tips): Document new behavior for face
2783 and variable hyperlinks in Help mode.
2784
6cfb0777
LT
27852003-10-21 Luc Teirlinck <teirllm@auburn.edu>
2786
2787 * objects.texi (Integer Type): Update for extra bit of integer range.
2788 (Character Type): Ditto.
2789
a6eeaa81 27902003-10-16 Eli Zaretskii <eliz@gnu.org>
a4fc3ab3
EZ
2791
2792 * numbers.texi (Integer Basics): Add index entries for reading
2793 numbers in hex, octal, and binary.
2794
c8f9ba83
LK
27952003-10-16 Lute Kamstra <lute@gnu.org>
2796
2797 * modes.texi (Mode Line Format): Mention force-mode-line-update's
2798 argument.
2799
b52a26fb
LT
28002003-10-13 Luc Teirlinck <teirllm@auburn.edu>
2801
2802 * windows.texi (Choosing Window): Fix typo.
2803 * edebug.texi (Edebug Execution Modes): Fix typo.
2804
f7005886
RS
28052003-10-13 Richard M. Stallman <rms@gnu.org>
2806
2807 * windows.texi (Basic Windows): A window has fringe settings,
2808 display margins and scroll-bar settings.
2809 (Splitting Windows): Doc split-window return value.
2810 Clean up one-window-p.
2811 (Selecting Windows): Fix typo.
2812 (Cyclic Window Ordering): Explain frame as ALL-FRAMES in next-window.
2813 (Buffers and Windows): In set-window-buffer, explain effect
2814 on fringe settings and scroll bar settings.
2815 (Displaying Buffers): In pop-to-buffer, explain nil as buffer arg.
2816 (Choosing Window): Use defopt for pop-up-frame-function.
2817 For special-display-buffer-names, explain same-window and same-frame.
2818 Clarify window-dedicated-p return value.
2819 (Textual Scrolling): scroll-up and scroll-down can get an error.
2820 (Horizontal Scrolling): Clarify auto-hscroll-mode.
2821 Clarify set-window-hscroll.
2822 (Size of Window): Don't mention tool bar in window-height.
2823 (Coordinates and Windows): Explain what coordinates-in-window-p
2824 returns for fringes and display margins.
2825 (Window Configurations): Explain saving fringes, etc.
2826
2827 * tips.texi (Library Headers): Clean up Documentation.
2828
2829 * syntax.texi (Parsing Expressions): Clean up forward-comment
2830 and parse-sexp-lookup-properties.
2831
2832 * sequences.texi (Sequence Functions): sequencep accepts bool-vectors.
2833
2834 * os.texi (System Environment): Clean up text for load-average errors.
2835
2836 * modes.texi (Hooks): Don't explain local hook details at front.
2837 Clarify run-hooks and run-hook-with-args a little.
2838 Clean up add-hook and remove-hook.
2839
2840 * edebug.texi (Edebug Execution Modes): Clarify t.
2841 Document edebug-sit-for-seconds.
2842 (Coverage Testing): Document C-x X = and =.
2843 (Instrumenting Macro Calls): Fix typo.
2844 (Specification List): Don't index the specification keywords.
2845
c989ebe9
KS
28462003-10-10 Kim F. Storm <storm@cua.dk>
2847
2848 * processes.texi (Network): Introduce make-network-process.
2849
f9525eef
LT
28502003-10-09 Luc Teirlinck <teirllm@auburn.edu>
2851
2852 * tips.texi (Library Headers): Fix typo.
2853
f008b925
LK
28542003-10-07 Juri Linkov <juri@jurta.org>
2855
2856 * modes.texi (Imenu): Mention imenu-create-index-function's
2857 default value. Explain submenus better.
2858
c22c5da6
LK
28592003-10-07 Lute Kamstra <lute@gnu.org>
2860
2861 * modes.texi (Faces for Font Lock): Fix typo.
2862 (Hooks): Explain how buffer-local hook variables can refer to
2863 global hook variables.
2864 Various minor clarifications.
2865
49247521
LK
28662003-10-06 Lute Kamstra <lute@gnu.org>
2867
2868 * tips.texi (Coding Conventions): Mention naming conventions for
2869 hooks.
2870
9296c947
LT
28712003-10-05 Luc Teirlinck <teirllm@auburn.edu>
2872
2873 * loading.texi (Library Search): Correct default value of
2874 load-suffixes.
2875 (Named Features): Fix typo.
2876
0e9b293a
RS
28772003-10-05 Richard M. Stallman <rms@gnu.org>
2878
2879 * loading.texi (Named Features): In `provide',
2880 say how to test for subfeatures.
2881 (Unloading): In unload-feature, use new var name
2882 unload-feature-special-hooks.
2883
49247521 28842003-10-03 Lute Kamstra <lute@gnu.org>
10ee4e90
LK
2885
2886 * modes.texi (Major Mode Conventions): Mention third way to set up
2887 Imenu.
2888 (Imenu): A number of small fixes.
2889 Delete documentation of internal variable imenu--index-alist.
2890 Document the return value format of imenu-create-index-function
2891 functions.
2892
ab8f7d5c
RS
28932003-09-30 Richard M. Stallman <rms@gnu.org>
2894
2895 * processes.texi (Network): Say what stopped datagram connections do.
2896
2897 * lists.texi (Association Lists): Clarify `assq-delete-all'.
2898
2899 * display.texi (Overlay Properties): Clarify `evaporate' property.
2900
49247521 29012003-09-29 Lute Kamstra <lute@gnu.org>
86b9b767
LK
2902
2903 * modes.texi (Mode Line Data): Explain when symbols in mode-line
c22c5da6 2904 constructs should be marked as risky.
86b9b767
LK
2905 Change cons cell into proper list.
2906 (Mode Line Variables): Change cons cell into proper list.
2907
49247521 29082003-09-26 Lute Kamstra <lute@gnu.org>
bc3b02f9
LK
2909
2910 * modes.texi (Mode Line Data): Document the :propertize construct.
2911 (Mode Line Variables): Reorder the descriptions of the variables
c22c5da6 2912 to match their order in the default mode-line-format.
bc3b02f9
LK
2913 Describe the new variables mode-line-position and mode-line-modes.
2914 Update the default values of mode-line-frame-identification,
2915 minor-mode-alist, and default-mode-line-format.
2916 (Properties in Mode): Mention the :propertize construct.
6142d1d0 2917
bc3b02f9 29182003-09-26 Richard M. Stallman <rms@gnu.org>
6142d1d0 2919
c22c5da6 2920 * buffers.texi, commands.texi, debugging.texi, eval.texi:
6142d1d0
RS
2921 * loading.texi, minibuf.texi, text.texi, variables.texi:
2922 Avoid @strong{Note:}.
2923
29242003-09-26 Richard M. Stallman <rms@gnu.org>
2925
2926 * keymaps.texi (Remapping Commands): Fix typo.
2927
41beda59
LT
29282003-09-23 Luc Teirlinck <teirllm@mail.auburn.edu>
2929
2930 * processes.texi (Low-Level Network): Fix typo.
2931
ef6ae4ff
KS
29322003-09-23 Kim F. Storm <storm@cua.dk>
2933
2934 * processes.texi (Network, Network Servers): Fix typos.
2935 (Low-Level Network): Add timeout value for :server keyword.
2936 Add new option keywords to make-network-process.
2937 Add set-network-process-options.
2938 Explain how to test availability of network options.
2939
b0f23edf
RS
29402003-09-19 Richard M. Stallman <rms@gnu.org>
2941
2942 * text.texi (Motion by Indent): Arg to
2943 backward-to-indentation and forward-to-indentation is optional.
2944
2945 * strings.texi (Creating Strings): Add substring-no-properties.
2946
2947 * processes.texi
2948 (Process Information): Add list-processes arg QUERY-ONLY.
2949 Delete process-contact from here.
2950 Add new status values for process-status.
2951 Add process-get, process-put, process-plist, set-process-plist.
2952 (Synchronous Processes): Add call-process-shell-command.
2953 (Signals to Processes): signal-process allows process objects.
2954 (Network): Complete rewrite.
2955 (Network Servers, Datagrams, Low-Level Network): New nodes.
2956
2957 * positions.texi (Word Motion): forward-word, backward-word
2958 arg is optional. Reword.
2959
2960 * abbrevs.texi (Defining Abbrevs): Index no-self-insert.
2961
c22c5da6 2962 * variables.texi (Creating Buffer-Local):
b0f23edf
RS
2963 Delete duplicate definition of buffer-local-value.
2964 (File Local Variables): Explain about discarding text props.
2965
f387bdea
RS
29662003-09-11 Richard M. Stallman <rms@gnu.org>
2967
2968 * minibuf.texi (Intro to Minibuffers): Explain that the minibuffer
2969 changes variables that record input events.
2970 (Minibuffer Misc): Add minibuffer-selected-window.
2971
2972 * lists.texi (Building Lists): Add copy-tree.
2973
2974 * display.texi (Fontsets): Add char-displayable-p.
2975 (Scroll Bars): New node.
2976
49247521 29772003-09-08 Lute Kamstra <lute@gnu.org>
5df034de
LK
2978
2979 * modes.texi (%-Constructs): Document new `%i' and `%I'
2980 constructs.
2981
fd026ee1
JR
29822003-09-03 Peter Runestig <peter@runestig.com>
2983
2984 * makefile.w32-in: New file.
2985
4828b4d7
RS
29862003-08-29 Richard M. Stallman <rms@gnu.org>
2987
2988 * display.texi (Overlay Properties): Clarify how priorities
2989 affect use of the properties.
2990
a4e4f05d
LT
29912003-08-19 Luc Teirlinck <teirllm@mail.auburn.edu>
2992
2993 * customize.texi (Type Keywords): Correct the description of
2994 `:help-echo' in the case where `motion-doc' is a function.
2995
3ebe0346
JPW
29962003-08-14 John Paul Wallington <jpw@gnu.org>
2997
2998 * modes.texi (Emulating Mode Line): Subsection, not section.
2999
3afe8e39
RS
30002003-08-13 Richard M. Stallman <rms@gnu.org>
3001
3002 * elisp.texi (Top): Update subnode lists in menu.
3003
3004 * text.texi (Insertion): Add insert-buffer-substring-no-properties.
3005 (Kill Functions): kill-region has new arg yank-handler.
3006 (Yanking): New node.
3007 (Yank Commands): Add yank-undo-function.
3008 (Low-Level Kill Ring):
3009 kill-new and kill-append have new arg yank-handler.
3010 (Changing Properties): Add remove-list-of-text-properties.
3011 (Atomic Changes): New node.
3012
3013 * symbols.texi (Other Plists): Add lax-plist-get, lax-plist-put.
3014
3015 * streams.texi (Output Variables): Add eval-expression-print-length
3016 and eval-expression-print-level.
3017
3018 * os.texi (Time Conversion): For encode-time, explain limits on year.
3019
3020 * objects.texi (Character Type): Define anchor "modifier bits".
3021
3022 * modes.texi (Emulating Mode Line): New node.
3023 (Search-based Fontification): Font Lock uses font-lock-face property.
3024 (Other Font Lock Variables): Likewise.
3025
3026 * keymaps.texi (Format of Keymaps): Keymaps contain char tables,
3027 not vectors.
3028 (Active Keymaps): Add emulation-mode-map-alists.
3029 (Functions for Key Lookup): key-binding has new arg no-remap.
3030 (Remapping Commands): New node.
3031 (Scanning Keymaps): where-is-internal has new arg no-remap.
3032 (Tool Bar): Add tool-bar-local-item-from-menu.
3033 Clarify when to use tool-bar-add-item-from-menu.
3034
3035 * commands.texi (Interactive Call): commandp has new arg.
3036 (Command Loop Info): Add this-original-command.
3037
e37769b1
JPW
30382003-08-06 John Paul Wallington <jpw@gnu.org>
3039
3040 * compile.texi (Compiler Errors): Say `@end defmac' after `@defmac'.
3041
3042 * display.texi (Warning Basics): Fix typo.
3043 (Fringes): Add closing curly bracket and fix typo.
3044
3045 * elisp.texi (Top): Fix typo.
3046
c5e0561f
RS
30472003-08-05 Richard M. Stallman <rms@gnu.org>
3048
3049 * elisp.texi: Update lists of subnodes.
3050
3051 * windows.texi (Buffers and Windows): set-window-buffer has new arg.
3052
3053 * variables.texi (Local Variables): Use lc for example variable names.
3054
3055 * tips.texi (Library Headers): Explain where to put -*-.
3056
3057 * strings.texi (Creating Strings): Fix xref for vconcat.
3058
3059 * sequences.texi (Vector Functions):
3060 vconcat no longer allows integer args.
3061
3062 * minibuf.texi (Reading File Names): read-file-name has new
3063 arg PREDICATE. New function read-directory-name.
3064
3065 * macros.texi (Defining Macros): Give definition of `declare'
3066 (Indenting Macros): New node.
3067
3068 * frames.texi (Parameter Access): Add modify-all-frames-parameters.
3069 (Window Frame Parameters): Make separate table of parameters
3070 that are coupled with specific face attributes.
3071 (Deleting Frames): delete-frame-hooks renamed to
3072 delete-frame-functions.
3073
3074 * files.texi (Magic File Names): Add file-remote-p.
3075 Clarify file-local-copy.
3076
3077 * edebug.texi (Instrumenting Macro Calls): Don't define `declare'
3078 here; instead xref Defining Macros.
3079
3080 * display.texi (Warnings): New node, and subnodes.
3081 (Fringes): New node.
3082
3083 * debugging.texi (Test Coverage): New node.
3084
3085 * compile.texi (Compiler Errors): Explain with-no-warnings
3086 and other ways to suppress warnings.
3087
3088 * commands.texi (Interactive Call): Minor clarification.
3089
3090 * buffers.texi (Buffer File Name): set-visited-file-name
3091 renames the buffer too.
3092
3093 * abbrevs.texi (Abbrev Tables): Add copy-abbrev-table.
3094
ee59dede
MR
30952003-07-24 Markus Rost <rost@math.ohio-state.edu>
3096
3097 * abbrevs.texi (Abbrev Expansion): Use \s syntax in example.
3098
f0514b34
MR
30992003-07-22 Markus Rost <rost@math.ohio-state.edu>
3100
3101 * internals.texi (Garbage Collection): Fix previous change.
3102
c73983bb
RS
31032003-07-22 Richard M. Stallman <rms@gnu.org>
3104
3105 * files.texi (Truenames): Add LIMIT arg to file-chase-links.
3106
3107 * display.texi (Width): Use \s syntax in example.
3108 (Font Selection): Add face-font-rescale-alist.
3109
3110 * modes.texi (Imenu): Add xref to Emacs Manual node on Imenu.
3111 Remove spurious indent in example.
3112
3113 * lists.texi (Building Lists): Add number-sequence.
3114
3115 * internals.texi (Garbage Collection): Add gcs-done, gc-elapsed.
3116
3117 * functions.texi (Function Documentation): Explain how to
3118 show calling convention explicitly in the doc string.
3119
3120 * windows.texi (Selecting Windows): save-selected-window saves
3121 selected window of each frame.
3122 (Window Configurations): Minor change.
3123
3124 * syntax.texi (Syntax Table Functions): Use \s syntax in examples.
3125
3126 * streams.texi (Output Variables): Add print-continuous-numbering
3127 and print-number-table.
3128
3129 * processes.texi (Decoding Output): New node.
3130
3131 * os.texi (Time Conversion): decode-time arg is optional.
3132
3133 * objects.texi (Character Type): Don't use space as example for \.
3134 Make list of char names and \-sequences correspond.
3135 Explain that \s is not used in strings. `\ ' needs space after.
3136
3137 * nonascii.texi (Converting Representations): Add string-to-multibyte.
3138 (Translation of Characters): Add translation-table-for-input.
3139 (Default Coding Systems): Add auto-coding-functions.
3140 (Explicit Encoding): Add decode-coding-inserted-region.
3141 (Locales): Add locale-info.
3142
3143 * minibuf.texi (Basic Completion): Describe test-completion.
3144 Collections can be lists of strings.
3145 Clean up lazy-completion-table.
3146 (Programmed Completion): Mention test-completion.
3147 Clarify why lambda expressions are not accepted.
3148 (Minibuffer Misc): Describe minibufferp.
3149
51a8b435
RS
31502003-07-14 Richard M. Stallman <rms@gnu.org>
3151
3152 * buffers.texi (Killing Buffers): kill-buffer-hook is perm local.
3153
3154 * windows.texi (Selecting Windows): New arg to select-window.
3155 (Selecting Windows): Add with-selected-window.
3156 (Size of Window): Add window-inside-edges, etc.
3157
3158 * internals.texi (Garbage Collection): Add post-gc-hook.
3159
3160 * processes.texi (Subprocess Creation): Add exec-suffixes.
3161
3162 * keymaps.texi (Functions for Key Lookup): Add current-active-maps.
3163 (Scanning Keymaps): Add map-keymaps.
3164 (Defining Menus): Add keymap-prompt.
3165
3166 * numbers.texi (Integer Basics): Add most-positive-fixnum,
3167 most-negative-fixnum.
3168
3169 * compile.texi (Byte Compilation): Explain no-byte-compile
3170 (Compiler Errors): New node.
3171
3172 * os.texi (User Identification): user-uid, user-real-uid
3173 can return float.
3174
3175 * modes.texi (Major Mode Conventions): Explain about run-mode-hooks
3176 and about derived modes.
3177 (Minor Modes): Add minor-mode-list.
3178 (Defining Minor Modes): Keyword args for define-minor-mode.
3179 (Search-based Fontification): Explain managing other properties.
3180 (Other Font Lock Variables): Add font-lock-extra-managed-props.
3181 (Faces for Font Lock): Add font-locl-preprocessor-face.
3182 (Hooks): Add run-mode-hooks and delay-mode-hooks.
3183
3184 * variables.texi (Creating Buffer-Local): Add buffer-local-value.
e57d0aa8 3185 (Variable Aliases): Clarify defvaralias.
51a8b435
RS
3186
3187 * loading.texi (Library Search): Add load-suffixes.
3188
3189 * minibuf.texi (Basic Completion): Add lazy-completion-table.
3190 (Programmed Completion): Add dynamic-completion-table.
3191
3192 * files.texi (Changing Files): copy-file allows dir as NEWNAME.
3193 (Magic File Names): Specify precedence order of handlers.
199bb209 3194
51a8b435
RS
3195 * commands.texi (Command Overview): Emacs server runs pre-command-hook
3196 and post-command-hook.
3197 (Waiting): New calling convention for sit-for.
3198
3199 * text.texi (Special Properties): local-map and keymap properties
3200 apply based on their stickiness.
3201
c6de56a0
RS
32022003-07-07 Richard M. Stallman <rms@gnu.org>
3203
3204 * modes.texi (Minor Mode Conventions): Specify only some kinds
3205 of list values as args to minor modes.
3206
3207 * files.texi (File Name Expansion): Warn about iterative use
3208 of substitute-in-file-name.
3209
3210 * advice.texi (Activation of Advice): Clean up previous change.
3211
8c761ea6
MR
32122003-07-06 Markus Rost <rost@math.ohio-state.edu>
3213
3214 * advice.texi (Activation of Advice): Note that ad-start-advice is
3215 turned on by default.
3216
c6de56a0
RS
32172003-06-30 Richard M. Stallman <rms@gnu.org>
3218
3219 * text.texi (Buffer Contents): Document current-word.
3220 (Change Hooks): Not called for *Messages*.
3221
3222 * functions.texi (Defining Functions): Explain about redefining
3223 primitives.
3224 (Function Safety): Renamed. Minor changes.
3225 Comment out the detailed criteria for what is safe.
3226
3fe4e567
AS
32272003-06-22 Andreas Schwab <schwab@suse.de>
3228
3229 * objects.texi (Symbol Type): Fix description of examples.
3230
cda7bd13
AS
32312003-06-16 Andreas Schwab <schwab@suse.de>
3232
3233 * hash.texi (Creating Hash): Fix description of :weakness.
3234
fbcffa4a
KG
32352003-06-13 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@gmx.net>
3236
3237 * files.texi (Changing Files): copy-file copies file modes, too.
3238
ff6a3bfb
RS
32392003-05-28 Richard M. Stallman <rms@gnu.org>
3240
3241 * strings.texi (Creating Strings): Clarify split-string.
3242
1463a05d
JB
32432003-05-22 Stephen J. Turnbull <stephen@xemacs.org>
3244
3245 * strings.texi (Creating Strings): Update split-string specification
3246 and examples.
3247
af253914
RS
32482003-05-19 Richard M. Stallman <rms@gnu.org>
3249
3250 * elisp.texi: Correct invariant section names.
3251
7ea52f92
RS
32522003-04-20 Richard M. Stallman <rms@gnu.org>
3253
3254 * os.texi (Timers): Explain about timers and quitting.
3255
e31afc09
RS
32562003-04-19 Richard M. Stallman <rms@gnu.org>
3257
3258 * internals.texi (Writing Emacs Primitives): Strings are
3259 no longer special for GCPROs. Mention GCPRO5, GCPRO6.
3260 Explain GCPRO convention for varargs function args.
3261
5ceea398
RS
32622003-04-16 Richard M. Stallman <rms@gnu.org>
3263
3264 * minibuf.texi (Minibuffer Misc): Document fn minibuffer-message.
3265
b0ada147
RS
32662003-04-08 Richard M. Stallman <rms@gnu.org>
3267
3268 * files.texi (Kinds of Files): Correct return value of file-symlink-p.
3269
b23375aa
KS
32702003-02-13 Kim F. Storm <storm@cua.dk>
3271
3272 * objects.texi (Character Type): New \s escape for space.
3273
c60ee5e7
JB
32742003-01-31 Joe Buehler <jhpb@draco.hekimian.com>
3275
3276 * os.texi (System Environment): Added cygwin system-type.
3277
84e47416
RS
32782003-01-25 Richard M. Stallman <rms@gnu.org>
3279
3280 * keymaps.texi: Document that a symbol can act as a keymap.
3281
3e8cf2ea
RS
32822003-01-13 Richard M. Stallman <rms@gnu.org>
3283
3284 * text.texi (Changing Properties): Say string indices are origin-0.
3285
3286 * positions.texi (Screen Lines) <compute-motion>:
3287 Correct order of elts in return value.
3288
3289 * keymaps.texi (Changing Key Bindings) <define-key>: Mention
3290 how to define a default binding.
3291
7abb9fc5 32922002-12-07 Markus Rost <rost@math.ohio-state.edu>
177f790c 3293
104bc3aa 3294 * loading.texi (Unloading): Fix recent change for load-history.
5b1fc152 3295
104bc3aa
MR
3296 * customize.texi (Simple Types): Clarify description of custom
3297 type 'number. Describe new custom type 'float.
177f790c 3298
7abb9fc5 32992002-12-04 Markus Rost <rost@math.ohio-state.edu>
24ff45f3
MR
3300
3301 * variables.texi (File Local Variables): Fix typo.
3302
df140a68 33032002-10-23 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@uni-duisburg.de>
c60ee5e7 3304
df140a68
KG
3305 From Michael Albinus <Michael.Albinus@alcatel.de>.
3306
3307 * README: Target for Info file is `make info'.
3308
3309 * files.texi (File Name Components): Fixed typos in
3310 `file-name-sans-extension'.
3311 (Magic File Names): Complete list of operations for magic file
3312 name handlers.
3313
7ed9159a
JY
33142002-09-16 Jonathan Yavner <jyavner@engineer.com>
3315
3316 * variables.texi (File Local Variables): New function
3317 risky-local-variable-p.
3318
33192002-09-15 Jonathan Yavner <jyavner@engineer.com>
3320
3321 * functions.texi (Function safety): New node about unsafep.
3322
241f79af
PA
33232002-08-05 Per Abrahamsen <abraham@dina.kvl.dk>
3324
3325 * customize.texi (Splicing into Lists): Fixed example.
3326 Reported by Fabrice Bauzac <fabrice.bauzac@wanadoo.fr>
3327
72459b15
JB
33282002-06-17 Juanma Barranquero <lektu@terra.es>
3329
3330 * frames.texi (Display Feature Testing): Fix typo.
3331
61f7e0f5
AS
33322002-06-12 Andreas Schwab <schwab@suse.de>
3333
3334 * frames.texi (Initial Parameters, Resources): Fix references to
3335 the Emacs manual.
3336
4e792dbd
KS
33372002-05-13 Kim F. Storm <storm@cua.dk>
3338
3339 * variables.texi (Intro to Buffer-Local): Updated warning and
3340 example relating to changing buffer inside let.
3341
940344d4 33422002-03-10 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
d873ec96
JD
3343
3344 * os.texi (Session Management): New node about X Session management.
3345
231ac53b
EZ
33462002-01-18 Eli Zaretskii <eliz@is.elta.co.il>
3347
3348 * elisp.texi (VERSION): Set to 2.9. Update the version of Emacs
3349 to which the manual corresponds, and the copyright years.
3350
3351 * Makefile.in (VERSION): Set to 2.9.
3352
140cc574
EZ
33532001-11-29 Eli Zaretskii <eliz@is.elta.co.il>
3354
3355 * elisp.texi: Change the category in @dircategory to "Emacs", to
3356 make it consistent with info/dir.
3357
9c7fce05
MB
33582001-11-25 Miles Bader <miles@gnu.org>
3359
3360 * text.texi (Fields): Describe new `limit' arg in
3361 field-beginning/field-end.
3362
9f8bbf0f
EZ
33632001-11-17 Eli Zaretskii <eliz@is.elta.co.il>
3364
a5e6715c
EZ
3365 * permute-index: Don't depend on csh-specific features. Replace
3366 the interpreter name with /bin/sh.
3367
9f8bbf0f
EZ
3368 * two-volume-cross-refs.txt: New file.
3369 * two.el: New file.
3370 * spellfile: New file.
3371
1756e2fb
EZ
33722001-11-16 Eli Zaretskii <eliz@is.elta.co.il>
3373
3374 * permute-index: New file.
3375
3376 * vol1.texi, vol2.texi: Renamed from elisp-vol1.texi and
3377 elisp-vol2.texi, respectively, to avoid file-name clashes in DOS
3378 8+3 restricted namespace.
ad050e54
EZ
3379
3380 * Makefile.in (infodir): Define relative to $(srcdir).
3381 ($(infodir)/elisp): Don't chdir into $(srcdir), but add it to the
3382 include directories list via -I switch to makeinfo.
3383 (index.texi): Use cp if both hard and symbolic links fail.
3384
10fa7f8e
EZ
33852001-11-10 Eli Zaretskii <eliz@is.elta.co.il>
3386
7a1494ce
EZ
3387 * Makefile.in (distclean): Add.
3388
10fa7f8e
EZ
3389 The following changes make ELisp manual part of the Emacs
3390 distribution:
3391
3392 * Makefile.in: Add Copyright notice.
3393 (prefix): Remove.
3394 (infodir): Change value to "../info".
3395 (VPATH): New variable.
3396 (MAKE): Don't define.
3397 (texmacrodir): Don't define.
3398 (texinputdir): Append the existing value of TEXINPUTS.
3399 ($(infodir)/elisp): Instead of just "elisp". Reformat the
3400 command to be compatible with man/Makefile.in, and to put the
3401 output into ../info.
5c32b7c5 3402 (info): Add target.
10fa7f8e
EZ
3403 (installall): Target removed.
3404
ad050e54 34052001-10-31 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2b209b97
PJ
3406
3407 * tips.texi (Coding Conventions): Fix typo.
3408
6fd735df
GM
34092001-10-23 Gerd Moellmann <gerd@gnu.org>
3410
3411 * Makefile.in (srcs): Add gpl.texi and doclicense.texi.
3412
b704d54b
EZ
34132001-10-22 Eli Zaretskii <eliz@is.elta.co.il>
3414
3415 * files.texi (File Name Components): Update the description of
3416 file-name-sans-extension and file-name-extension, as they now
3417 ignore leading dots.
3418
71431a0e
GM
34192001-10-20 Gerd Moellmann <gerd@gnu.org>
3420
6aa97356 3421 * (Version 21.1 released.)
71431a0e 3422
79f1f96c
MB
34232001-10-19 Miles Bader <miles@gnu.org>
3424
3425 * positions.texi (Text Lines): Describe behavior of
3426 `beginning-of-line'/`end-of-line' in the presence of field properties.
3427
892a8f36
GM
34282001-10-17 Gerd Moellmann <gerd@gnu.org>
3429
3430 * Makefile.in (VERSION): Set to 2.8.
3431 (manual): Use `manual-21'.
3432
8c1cc9e8 3433 * elisp.texi (VERSION): Add and use it where the version
892a8f36
GM
3434 number was used. Set it to 2.8.
3435
3436 * intro.texi: Likewise.
3437
51724e26
EZ
34382001-10-13 Eli Zaretskii <eliz@is.elta.co.il>
3439
3440 * files.texi (File Name Completion): Document the significance of
3441 a trailing slash in elements of completion-ignored-extensions.
3442
57b338e8
MB
34432001-10-06 Miles Bader <miles@gnu.org>
3444
3445 * variables.texi (Variable Aliases): It's `@defmac', not `@defmacro'.
3446
c89e4bc5
GM
34472001-10-04 Gerd Moellmann <gerd@gnu.org>
3448
3449 * variables.texi (Variable Aliases): New node.
3450
ab952a4f
GM
34512001-10-04 Gerd Moellmann <gerd@gnu.org>
3452
3453 * Branch for 21.1.
dff28924 3454
9db3a582
MB
34552001-10-02 Miles Bader <miles@gnu.org>
3456
ae1a9581
MB
3457 * minibuf.texi (Minibuffer Misc): Add entries for
3458 `minibuffer-contents', `minibuffer-contents-no-properties', and
3459 `delete-minibuffer-contents'.
3460 Correct description for `minibuffer-prompt-end'.
3461
9db3a582
MB
3462 * text.texi (Property Search): Correct descriptions of
3463 `next-char-property-change' and `previous-char-property-change'.
3464 Add entries for `next-single-char-property-change' and
3465 `previous-single-char-property-change'.
3466 Make operand names a bit more consistent.
3467
03be5931
EZ
34682001-09-30 Eli Zaretskii <eliz@is.elta.co.il>
3469
3470 * frames.texi (Finding All Frames): Document that next-frame and
3471 previous-frame are local to current terminal.
3472
974548ec
EZ
34732001-09-26 Eli Zaretskii <eliz@is.elta.co.il>
3474
3475 * keymaps.texi (Creating Keymaps): Fix the description of the
dff28924 3476 result of make-keymap.
974548ec 3477
8d82c597
EZ
34782001-09-23 Eli Zaretskii <eliz@is.elta.co.il>
3479
3480 * display.texi (Font Lookup, Attribute Functions)
3481 (Image Descriptors): Add cross-references to the definition of
3482 selected frame.
3483
3484 * buffers.texi (The Buffer List): Add cross-references to the
3485 definition of selected frame.
3486
3487 * frames.texi (Input Focus): Clarify which frame is _the_ selected
3488 frame at any given time.
3489 (Multiple Displays, Size and Position): Add a cross-reference to
3490 the definition of the selected frame.
3491
2842de30
EZ
34922001-09-08 Eli Zaretskii <eliz@is.elta.co.il>
3493
3494 * strings.texi (String Conversion) <string-to-number>: Document
3495 that a float is returned for integers that are too large.
3496
3497 * frames.texi (Mouse Position): Document mouse-position-function.
3498 (Display Feature Testing): Document display-images-p.
3499 (Window Frame Parameters): Document the cursor-type variable.
3500
3501 * numbers.texi (Integer Basics): Document CL style read syntax for
3502 integers in bases other than 10.
3503
3504 * positions.texi (List Motion): Document
3505 open-paren-in-column-0-is-defun-start.
3506
3507 * lists.texi (Sets And Lists): Document member-ignore-case.
3508
3509 * internals.texi (Garbage Collection): Document the used and free
3510 strings report.
3511 (Memory Usage): Document strings-consed.
3512
3513 * os.texi (Time of Day): Document float-time.
3514 (Recording Input): Document that clear-this-command-keys clears
3515 the vector to be returned by recent-keys.
3516
3517 * keymaps.texi (Scanning Keymaps) <where-is-internal>: The
3518 argument keymap can be a list.
3519
3520 * nonascii.texi (User-Chosen Coding Systems)
3521 <select-safe-coding-system>: Document the new argument
3522 accept-default-p and the variable
3523 select-safe-coding-system-accept-default-p. Tell what happens if
3524 buffer-file-coding-system is undecided.
3525 (Default Coding Systems): Document auto-coding-regexp-alist.
3526
3527 * display.texi (The Echo Area) <message>: Document
3528 message-truncate-lines.
3529 (Glyphs): Document that the glyph table is unused on windowed
3530 displays.
3531
3532 * help.texi (Describing Characters) <single-key-description>:
3533 Document the new argument no-angles.
3534 (Accessing Documentation) <documentation-property>: Document that
3535 a non-string property is evaluated.
3536 <documentation>: Document that the function-documentation property
3537 is looked for.
3538
3539 * windows.texi (Selecting Windows): Document some-window.
3540
3541 * text.texi (MD5 Checksum): New node, documents the md5 primitive.
3542
3543 * hooks.texi (Standard Hooks): Add kbd-macro-termination-hook and
3544 apropos-mode-hook.
3545
3546 * commands.texi (Using Interactive): Document interactive-form.
3547 (Keyboard Macros): Document kbd-macro-termination-hook.
3548 (Command Loop Info): Document that clear-this-command-keys clears
3549 the vector to be returned by recent-keys.
3550
2d43d823
GM
35512001-09-04 Werner LEMBERG <wl@gnu.org>
3552
3553 * Makefile.in (srcdir, texinputdir): New variables.
3554 (srcs, index.texi, install): Use $(srcdir).
3555 (.PHONY): Remove elisp.dvi.
3556 (elisp): Use -I switch for makeinfo.
3557 (elisp.dvi): Use $(srcdir) and $(texinputdir).
3558 (installall, dist): Use $(srcdir).
3559 Fix path to texinfo.tex.
3560 (maintainer-clean): Add elisp.dvi and elisp.oaux.
3561
fa739b31
GM
35622001-08-30 Gerd Moellmann <gerd@gnu.org>
3563
92a25631
GM
3564 * display.texi (Conditional Display): Adjust to API change.
3565
fa739b31
GM
3566 * configure: New file.
3567
cef68af5
GM
35682001-07-30 Gerd Moellmann <gerd@gnu.org>
3569
3570 * commands.texi (Repeat Events): Add description of
3571 double-click-fuzz.
3572
d1f08d85
SM
35732001-05-08 Stefan Monnier <monnier@cs.yale.edu>
3574
3575 * syntax.texi (Syntax Class Table): Add the missing designator for
3576 comment and string fences.
3577 (Syntax Properties): Add a xref to syntax table internals.
3578 (Syntax Table Internals): Document string-to-syntax.
3579
1e9fc92e
GM
35802001-05-07 Gerd Moellmann <gerd@gnu.org>
3581
3582 * Makefile.in (install): Use install-info command line options
3583 like in Emacs' Makefile.in.
3584
00480554
MB
35852000-12-09 Miles Bader <miles@gnu.org>
3586
3587 * windows.texi (Window Start): Update documentation for
3588 `pos-visible-in-window-p'.
3589
1e344ee2
SM
35902000-11-12 Stefan Monnier <monnier@cs.yale.edu>
3591
3592 * lists.texi (Building Lists): Add footnote to explain how to add
3593 to the end of a list.
3594
a540f6ed
GM
35952000-10-25 Gerd Moellmann <gerd@gnu.org>
3596
3597 * files.texi (Visiting Functions): Typos.
3598
28bcdbee
KH
35992000-10-25 Kenichi Handa <handa@etl.go.jp>
3600
3601 * files.texi (Visiting Functions): Return value of
3602 find-file-noselect may be a list of buffers if wildcards are used.
3603
22d1a4ed
MB
36042000-10-24 Miles Bader <miles@lsi.nec.co.jp>
3605
3606 * display.texi (Defining Faces): Document `graphic' display type
3607 in face specs.
3608
916a89db
KG
36092000-10-18 Kai Grossjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3610
1e9fc92e 3611 * hooks.texi (Standard Hooks): Replace obsolete
916a89db
KG
3612 `after-make-frame-hook' with `after-make-frame-functions'.
3613
1e9fc92e 3614 * frames.texi (Creating Frames): Ditto.
916a89db 3615
1e9fc92e 3616 * variables.texi (Future Local Variables): Ditto.
916a89db 3617
483de32b
GM
36182000-10-16 Gerd Moellmann <gerd@gnu.org>
3619
3620 * display.texi (Other Image Types): Add description of :foreground
3621 and :background properties of mono PBM images.
3622
e23a63a5
WL
36232000-08-17 Werner LEMBERG <wl@gnu.org>
3624
3625 * .cvsignore: New file.
3626
dfc16043
GM
36272000-01-05 Gerd Moellmann <gerd@gnu.org>
3628
3629 * tindex.pl: New script.
3630
602613fe
DL
36311999-12-03 Dave Love <fx@gnu.org>
3632
3633 * Makefile.in (MAKEINFO): New parameter.
3634
94ec544d
DL
36351999-09-17 Richard Stallman <rms@gnu.org>
3636
3637 * Makefile.in (srcs): Add hash.texi.
3638 (VERSION): Update to 20.6.
3639
36401999-09-13 Richard Stallman <rms@gnu.org>
3641
3642 * Makefile.in (index.texi): If cannot make a symlink, make a hard link.
3643
36441998-08-29 Karl Heuer <kwzh@gnu.org>
3645
3646 * configure.in: New file.
3647 * Makefile.in: Renamed from Makefile.
3648 (prefix, infodir): Use value obtained from configure.
3649 (emacslibdir): Obsolete variable deleted.
3650 (dist): Distribute configure.in, configure, Makefile.in.
3651
36521998-06-12 Richard Stallman <rms@psilocin.ai.mit.edu>
3653
3654 * Makefile (INSTALL_INFO): New variable.
3655 (install): Run install-info.
3656
36571998-05-09 Richard Stallman <rms@psilocin.ai.mit.edu>
3658
3659 * Makefile (elisp.dvi): Add missing backslash.
3660
36611998-05-02 Richard Stallman <rms@psilocin.gnu.org>
3662
3663 * Makefile (elisp.dvi): Don't depend on texindex or on elisp.tps.
3664 Run texindex without `./'. Always run texindex on elisp.tp.
3665 (elisp.tps): Target deleted.
3666
36671998-04-05 Richard Stallman <rms@psilocin.gnu.org>
3668
3669 * Makefile (srcs): Add nonascii.texi and customize.texi.
3670 (dist): Start by deleting `temp'.
3671
36721998-02-17 Richard Stallman <rms@psilocin.gnu.org>
3673
3674 * Makefile (makeinfo, texindex): Targets deleted.
3675 (makeinfo.o, texindex.o): Targets deleted.
3676 (clean, dist): Don't do anything with them or with getopt*.
3677
36781998-01-30 Richard Stallman <rms@psilocin.gnu.org>
3679
3680 * Makefile (SHELL): Defined.
3681
36821998-01-27 Richard Stallman <rms@psilocin.gnu.org>
3683
3684 * Makefile (elisp.tps): New target.
3685 (elisp.dvi): Depend on elisp.tps.
3686
3687Wed Apr 3 15:24:25 1996 Karl Heuer <kwzh@gnu.ai.mit.edu>
3688
3689 * README: Update phone number.
3690
3691 * Makefile (elisp): Make this be the default target.
3692 Depend on makeinfo.c instead of makeinfo.
3693 (install): Don't depend on elisp.dvi, since we don't install that.
3694 Use mkinstalldirs.
3695 (dist): Add mkinstalldirs.
3696
3697Mon Jun 19 14:35:26 1995 Richard Stallman <rms@mole.gnu.ai.mit.edu>
3698
3699 * Makefile (VERSION): Update version number.
3700 (maintainer-clean): Renamed from realclean.
3701
3702Wed Jun 7 17:04:59 1995 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
3703
3704 * Makefile (realclean): New target.
3705 (elisp): Remove any old elisp-* files first.
3706
3707Tue Nov 23 19:59:40 1993 Noah Friedman (friedman@nutrimat.gnu.ai.mit.edu)
3708
d1f08d85
SM
3709 * Makefile (VERSION): New variable.
3710 (dist): Make packaged directory name `elisp-manual-19-$(VERSION)'.
3711 Compressed file suffix should be `.gz', not `.z'.
94ec544d
DL
3712
3713Mon Nov 22 15:06:19 1993 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3714
3715 * Makefile (elisp): Depend on makeinfo.
3716
3717Fri Nov 19 02:29:33 1993 Noah Friedman (friedman@gnu.ai.mit.edu)
3718
d1f08d85 3719 * Makefile (srcs): Add anti.texi.
94ec544d
DL
3720
3721Fri May 28 18:04:53 1993 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3722
3723 * Makefile (infodir, prefix): New vars.
3724 (install): Use infodir.
3725 (emacsinfodir): Deleted.
3726
3727Thu May 27 02:11:25 1993 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3728
3729 * Makefile (srcs): Add calendar.texi.
3730
3731 * Makefile (dist): Copy texindex.c and makeinfo.c.
3732 Limit elisp-* files to those with one or two digits.
3733
3734Sun May 16 17:58:21 1993 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
3735
3736 * Makefile (dist): Changed to use Gzip instead of compress.
3737
3738Fri Apr 23 01:05:23 1993 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
3739
3740 * loading.texi (Unloading): define-function changed back to
3741 defalias. It may not stay this way, but at least it's
3742 consistent with the known-good version of the code patch.
3743
3744Fri Mar 26 21:14:54 1993 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
3745
3746 * modes.texi (Hooks): Document new optional arg of add-hook.
3747
3748Wed Mar 17 08:48:24 1993 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
3749
d1f08d85 3750 * variables.texi: Document nil initial value of buffer-local variables.
94ec544d
DL
3751
3752 * tips.texi: Add new section on standard library headers.
3753
3754Sat Feb 27 18:00:25 1993 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
3755
3756 * Makefile (srcs): Add frame.texi to the list of sources.
3757
3758Tue Feb 23 10:50:25 1993 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
3759
3760 * Makefile (dist): Don't bother excluding autosave files; they'll
3761 never make it into the temp directory anyway, and the hash marks
3762 in the name are problematic for make and the Bourne shell.
dff28924 3763 (srcs):
94ec544d
DL
3764
3765Fri Feb 12 16:54:38 1993 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
3766
d1f08d85 3767 * Makefile (dist): Don't include backup files or autosave files in
94ec544d
DL
3768 the distribution tar file.
3769
dff28924 3770Tue Nov 26 21:10:34 1991 Richard Stallman (rms@mole.gnu.ai.mit.edu)
94ec544d
DL
3771
3772 * Makefile (srcs): Added index.perm.
3773 (elisp.dvi): Remove erroneous shell comment.
3774 Expect output of permute-index in permuted.fns.
3775 Save old elisp.aux in elisp.oaux.
3776 (clean): Added index.texi to be deleted.
3777
dff28924 3778Sat Aug 11 17:39:10 1990 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
94ec544d
DL
3779
3780 * Makefile (elisp.dvi, index.texi): Use shell if instead of ifdef.
3781
dff28924 3782Tue Jun 26 09:57:26 1990 David Lawrence (tale@geech)
94ec544d
DL
3783
3784 * files.texi: Noted that completion-ignored-extensions is ignored
3785 when making *Completions*.
3786
3787Fri Jun 8 16:44:44 EDT 1990 Jay Fenlason (hack@ai.mit.edu)
3788
3789 * Makefile make dist now depends on elisp.dvi, since it tries
3790 to include it in the dist file.
3791
dff28924 3792Wed Mar 28 22:57:35 1990 Jim Kingdon (kingdon@mole.ai.mit.edu)
94ec544d
DL
3793
3794 * functions.texinfo (Mapping Functions): Add missing quote
3795
dff28924 3796Mon Jun 19 18:09:24 1989 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
94ec544d
DL
3797
3798 * texinfo.tex (frenchspacing): Use decimal codes for char to be set.
3799 (defunargs): Turn off \hyphenchar of \sl font temporarily.
3800
dff28924 3801Wed May 10 18:01:17 1989 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
94ec544d
DL
3802
3803 * @result{}, @expansion{}, @print{}, @quiv{}, @point{},
3804 and @error{} are the terms now being used. The files in the
3805 directory have been changed to reflect this.
3806
d1f08d85 3807 * All instances of @indentedresultt{} have been changed to
94ec544d
DL
3808 ` @result{}', using 5 spaces at the begining of the line.
3809
dff28924 3810Mon Apr 24 21:02:55 1989 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
94ec544d
DL
3811
3812 * @result{}, @expandsto{}, @prints{}, @quiv{}, @error{}, and the
3813 experimental @indentedresult{}, @indentedexpandsto{} are part of
3814 the texinfo.tex in this directory. These TeX macros are not
3815 stable yet.
3816
dff28924 3817Mon Apr 17 18:56:50 1989 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
94ec544d
DL
3818
3819 * texinfo.tex: temporarily added
d1f08d85 3820 \let\result=\dblarrow
94ec544d
DL
3821 \def\error{{\it ERROR} \longdblarrow}
3822 We need to do this better soon.
3823
dff28924 3824Tue Apr 11 12:23:28 1989 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
94ec544d
DL
3825
3826 * Applied Karl Berry's patches to *.texinfo files, but not to
3827 texinfo.tex; those diffs are in `berry-texinfo-tex-diffs'. (Karl's
3828 new title page format is also not applied, since it requires
3829 texinfo.tex changes.)
3830
3831 * Cleaned up `Makefile' and defined the `emacslibdir' directory
3832 for the Project GNU development environment.
3833
ad050e54 3834;; Local Variables:
fd026ee1 3835;; coding: iso-2022-7bit
ad050e54 3836;; End:
2a34a036 3837
651f374c
TTN
3838 Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004,
3839 2005 Free Software Foundation, Inc.
2a34a036
GM
3840 Copying and distribution of this file, with or without modification,
3841 are permitted provided the copyright notice and this notice are preserved.
ab5796a9
MB
3842
3843;;; arch-tag: 985ae0ce-df29-475b-b3f8-4bbcbf6f7fda