(Coding Conventions): Clarify the tip about macros
[bpt/emacs.git] / lispref / ChangeLog
CommitLineData
bfb2471c
MR
12007-01-23 Martin Rudalics <rudalics@gmx.at>
2
3 * backups.texi (Reverting): Use "buffer" instead of "file"
4 when talking about major and minor modes.
5
4e37c526
RS
62007-01-21 Richard Stallman <rms@gnu.org>
7
8 * help.texi (Documentation): Add xref to Documentation Tips.
9
de529e21
JB
102007-01-14 Juanma Barranquero <lekktu@gmail.com>
11
12 * tips.texi (Coding Conventions): Fix typos.
13
cc7ff062
RS
142007-01-05 Richard Stallman <rms@gnu.org>
15
16 * modes.texi (Defining Minor Modes): Fix previous change.
17
cd35741d
RS
182007-01-03 Richard Stallman <rms@gnu.org>
19
de529e21 20 * customize.texi (Variable Definitions, Customization Types):
cd35741d
RS
21 Don't use * in doc string for defcustom.
22
a6c327a8
RS
232007-01-02 Richard Stallman <rms@gnu.org>
24
25 * variables.texi (Variable Aliases): Clarify that aliases vars
26 always have the same value.
27
28 * processes.texi (Bindat Spec): Fix Texinfo usage.
29
30 * modes.texi (Defining Minor Modes): Explain effect of command
31 defined with define-global-minor-mode on new buffers.
32
249844e0
KS
332006-12-30 Kim F. Storm <storm@cua.dk>
34
35 * keymaps.texi (Tool Bar): Describe `grow-only' value of
36 `auto-resize-tool-bars'.
37
32f65366
RS
382006-12-30 Richard Stallman <rms@gnu.org>
39
40 * keymaps.texi (Active Keymaps): Fix previous change.
41
8d3f955b
NR
422006-12-30 Nick Roberts <nickrob@snap.net.nz>
43
44 * keymaps.texi (Active Keymaps): Make xref to lookup-key.
45
f083f9ca
KS
462006-12-30 Kim F. Storm <storm@cua.dk>
47
48 * processes.texi (Bindat Spec): Clarify using field names in
49 length specifications.
50
8f2b5ec6
KS
512006-12-29 Kim F. Storm <storm@cua.dk>
52
53 * processes.texi (Bindat Spec): Explain eval forms and lengths better.
54 Add count and index variables for eval forms in repeat blocks.
55
d78b75dd
RS
562006-12-24 Richard Stallman <rms@gnu.org>
57
58 * customize.texi (Variable Definitions): Document
59 new name custom-add-frequent-value.
60
36ff6d6f
KS
612006-12-19 Kim F. Storm <storm@cua.dk>
62
63 * commands.texi (Misc Events): User signals now result in sigusr1
64 and sigusr2 events which are handled through special-event-map.
65 (Special Events): User signals and drag-n-drop are special.
66
294f1c39
RS
672006-12-17 Richard Stallman <rms@gnu.org>
68
303958a9
RS
69 * loading.texi (Named Features): Explain subfeatures better.
70
71 * customize.texi: Use "option" only for user options.
72 For the keyword values inside defcustom etc, say "keywords".
73 For :options value's elements, say "elements".
74 :group should not be omitted.
75
fe963f84
RS
76 * syntax.texi (Parsing Expressions): Split up node.
77 (Motion via Parsing, Position Parse, Parser State)
78 (Low-Level Parsing, Control Parsing): New subnodes.
79 (Parser State): Document syntax-ppss-toplevel-pos.
80
81 * positions.texi (List Motion): Punctuation fix.
82
294f1c39
RS
83 * files.texi (File Name Completion): Document PREDICATE arg
84 to file-name-completion.
85
6d95228d
EZ
862006-12-16 Eli Zaretskii <eliz@gnu.org>
87
de529e21
JB
88 * internals.texi (Building Emacs, Writing Emacs Primitives):
89 Add index entries.
6d95228d 90
4de0c73c
RS
912006-12-11 Richard Stallman <rms@gnu.org>
92
93 * modes.texi (Font Lock Basics): Explain how nil for font-lock-defaults
94 affects face menu. Explain how to make it non-nil without enabling
95 any fontification.
96
31689f89
CY
972006-12-10 Chong Yidong <cyd@stupidchicken.com>
98
99 * modes.texi (Font Lock Basics): Document nil value of
100 font-lock-defaults.
101
8d4a66af
GM
1022006-12-10 Glenn Morris <rgm@gnu.org>
103
104 * abbrevs.texi (Defining Abbrevs): Mention `define-abbrev' 'force
9e7287f4
GM
105 value for system-flag argument. Abbrev tables may not be empty
106 when major modes are loaded.
8d4a66af 107
d6598d46
JB
1082006-12-08 Juanma Barranquero <lekktu@gmail.com>
109
110 * makefile.w32-in (maintainer-clean): Partially revert last
111 change; delete "elisp-?" and "elisp-??" instead of "elisp-*"
112 to protect elisp-covers.texi.
113
c6883bfc
JB
1142006-12-07 Juanma Barranquero <lekktu@gmail.com>
115
116 * makefile.w32-in (maintainer-clean): Depend on `distclean'.
117 Don't remove elisp* info files; they are already deleted by the
118 `clean' and `distclean' targets, and they are in the $(infodir)
119 directory, not the current one.
120
9d8b24a2
KS
1212006-12-04 Kim F. Storm <storm@cua.dk>
122
123 * commands.texi (Misc Events): Update signal events.
124 (Event Examples): Add signal example.
125
04c21c78
RS
1262006-11-29 Richard Stallman <rms@gnu.org>
127
128 * frames.texi (Visibility of Frames): Explain visible windows
129 can be covered by others. Add xref for raise-frame.
130
7bc297d7
RS
1312006-11-28 Richard Stallman <rms@gnu.org>
132
133 * searching.texi (Regexp Special): Update when ^ is special.
134
340d34a5
EZ
1352006-11-27 Eli Zaretskii <eliz@gnu.org>
136
137 * customize.texi (Customization, Common Keywords)
138 (Group Definitions, Variable Definitions, Composite Types)
139 (Type Keywords, Customization Types): Add index entries for
140 various customization keywords.
141
6b28caea
SM
1422006-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
143
144 * modes.texi (Multiline Font Lock): Rephrase some parts for clarity.
145
b9660a6f
JD
1462006-11-10 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
147
148 * frames.texi (Window System Selections): Remove clipboard from
149 description of selection-coding-system.
150
e5c12c7d
RS
1512006-11-06 Richard Stallman <rms@gnu.org>
152
153 * lists.texi (List Variables): Document COMPARE-FN.
154
155 * keymaps.texi: Avoid use of "binding" to mean a relation;
33462dfa 156 use it only to refer to the meaning associated with a key.
e5c12c7d 157 (Keymaps): Change menu node description.
33462dfa 158
e5c12c7d
RS
159 * elisp.texi (Top): Change menu node description.
160
161 * display.texi (Managing Overlays): Document overlay-recenter.
162
b4e4dc3c
CY
1632006-10-29 Chong Yidong <cyd@stupidchicken.com>
164
165 * Makefile.in: Use relative paths to avoid advertising filesystem
166 contents during compilation.
167
300734d7
KS
1682006-10-23 Kim F. Storm <storm@cua.dk>
169
170 * commands.texi (Event Input Misc): Update unread-command-events.
171
aa02da7a
NR
1722006-10-23 Nick Roberts <nickrob@snap.net.nz>
173
174 * lists.texi (Sets And Lists): Fix typos.
175
6db11765
JB
1762006-10-18 Juanma Barranquero <lekktu@gmail.com>
177
178 * control.texi (Processing of Errors): Use @var for an argument,
179 not @code.
180
ff53796b
RS
1812006-10-16 Richard Stallman <rms@gnu.org>
182
183 * edebug.texi (Edebug Recursive Edit): Minor cleanup.
184
185 * keymaps.texi (Format of Keymaps): Show all the keymap element
186 patterns that result from menu items.
187 (Key Lookup): Minor cleanups.
188
189 * modes.texi (Precalculated Fontification): Don't say that
190 not setting font-lock-defaults avoids loading font-lock.
191
192 * help.texi (Documentation): Move xref to Emacs Manual here.
193 (Documentation Basics): From here.
194 Also doc emacs-lisp-docstring-fill-column.
195
196 * elisp.texi: Update version and ISBN.
197
198 * commands.texi (Interactive Call): Clarify KEYS arg to
199 call-interactively is a vector.
200 (Command Loop Info): Delete anchor in this-command-keys.
201 Add anchor in this-command-keys-vector.
202 (Recursive Editing): Document how recursive-edit
203 handles the current buffer.
204
bb5da5be
CY
2052006-10-13 Chong Yidong <cyd@stupidchicken.com>
206
207 * frames.texi (Frame Titles): %c and %l are ignored in
208 frame-title-format.
209
8972d253
RS
2102006-10-11 Richard Stallman <rms@gnu.org>
211
212 * keymaps.texi (Key Sequences): Clarify use of kbd.
213
3075e881
KS
2142006-10-10 Kim F. Storm <storm@cua.dk>
215
216 * lists.texi (Sets And Lists): Add memql.
217
01993898
RS
2182006-10-03 Richard Stallman <rms@gnu.org>
219
220 * searching.texi (Char Classes): Document :multibyte: and :unibyte:.
221 Clarify :ascii: and :nonascii:.
222
f9df5f68
JL
2232006-09-29 Juri Linkov <juri@jurta.org>
224
225 * modes.texi (%-Constructs): Reorder coding systems in the
226 documentation of %z to the real order displayed in the modeline.
227
98259f08
RS
2282006-09-25 Richard Stallman <rms@gnu.org>
229
230 * os.texi (Timers): Describe timer-max-repeats.
231
2d56beed
CY
2322006-09-25 Chong Yidong <cyd@stupidchicken.com>
233
234 * os.texi (Timers): Mention with-local-quit.
235
45c912f2
RS
2362006-09-24 Richard Stallman <rms@gnu.org>
237
238 * searching.texi (Searching and Matching): Mention property search.
239
240 * commands.texi (Command Loop Info): Explain how read-event affects
241 this-command-keys.
242
aa256798
RS
2432006-09-20 Richard Stallman <rms@gnu.org>
244
45c912f2
RS
245 * os.texi (Timers): Clarify about REPEAT when timer is delayed.
246
aa256798
RS
247 * windows.texi (Window Start): Minor cleanups.
248
a4df1f8b
KS
2492006-09-20 Kim F. Storm <storm@cua.dk>
250
251 * windows.texi (Window Start): pos-visible-in-window-p allows
252 specifying t for position to mean "end of window".
253 Add window-line-height.
254
255 * anti.texi (Antinews): Mention window-line-height.
256
74686736
DK
2572006-09-19 David Kastrup <dak@gnu.org>
258
259 * keymaps.texi (Searching Keymaps): Small clarification.
260
a0c489f1
RS
2612006-09-18 Richard Stallman <rms@gnu.org>
262
2a27a16b
RS
263 * keymaps.texi (Creating Keymaps): Explain that keymap prompt strings
264 cause keyboard menus.
265 (Menu Keymaps): Likewise.
266 (Defining Menus, Keyboard Menus): Clarify.
267
a0c489f1
RS
268 * text.texi (Fields): Clarify explanation of constrain-to-field.
269
1e9265dd
EZ
2702006-09-16 Eli Zaretskii <eliz@gnu.org>
271
272 * variables.texi (Tips for Defining): Fix a typo.
273
74f526f3
RS
2742006-09-15 Richard Stallman <rms@gnu.org>
275
276 * keymaps.texi (Remapping Commands, Searching Keymaps)
277 (Active Keymaps): Clean up previous change.
278
45a2056c
JB
2792006-09-15 Jay Belanger <belanger@truman.edu>
280
281 * gpl.texi: Replace "Library Public License" by "Lesser Public
282 License" throughout.
283
b74e16a3
DK
2842006-09-15 David Kastrup <dak@gnu.org>
285
286 * keymaps.texi (Active Keymaps): Adapt description to use
287 `get-char-property' instead `get-text-property'. Explain how
288 mouse events change this. Explain the new optional argument of
289 `key-binding' and its mouse-dependent lookup.
74f526f3 290 (Searching Keymaps): Adapt description similarly.
74686736
DK
291 (Remapping Commands): Explain the new optional argument of
292 `command-remapping'.
b74e16a3 293
18d55b24
RS
2942006-09-14 Richard Stallman <rms@gnu.org>
295
296 * keymaps.texi (Searching Keymaps): Clarification.
297 (Active Keymaps): Refer to Searching Keymaps instead of duplication.
298
2992006-09-13 Richard Stallman <rms@gnu.org>
300
301 * objects.texi (Character Type): Node split.
302 Add xref to Describing Characters.
303 (Basic Char Syntax, General Escape Syntax)
304 (Ctl-Char Syntax, Meta-Char Syntax): New subnodes.
305
8b170b82
RS
3062006-09-11 Richard Stallman <rms@gnu.org>
307
308 * display.texi (Display Table Format): Wording clarification.
c5b0bab9 309 (Glyphs): Clarifications.
8b170b82 310
3250aca2
CY
3112006-09-10 Chong Yidong <cyd@stupidchicken.com>
312
313 * keymaps.texi (Active Keymaps): Mention that key-binding checks
314 local maps.
315
606fd469
KS
3162006-09-10 Kim F. Storm <storm@cua.dk>
317
318 * display.texi (Forcing Redisplay): Document return value of
319 function redisplay.
320
755b2209
RS
3212006-09-09 Richard Stallman <rms@gnu.org>
322
1d7b95f5
RS
323 * windows.texi (Window Hooks): Explain limits of
324 window-scroll-functions.
325
755b2209
RS
326 * display.texi (Fringe Indicators): Update for last change in
327 indicate-buffer-boundaries.
328
af09dd78
RS
3292006-09-08 Richard Stallman <rms@gnu.org>
330
331 * processes.texi (Bindat Spec): Suggest names ending in -bindat-spec.
332
2010a78c
KS
3332006-09-06 Kim F. Storm <storm@cua.dk>
334
bdd26918
KS
335 * frames.texi (Display Feature Testing): display-mm-dimensions-alist.
336
2010a78c
KS
337 * windows.texi (Window Start): Update pos-visible-in-window-p.
338
bae12237
RS
3392006-09-04 Richard Stallman <rms@gnu.org>
340
341 * processes.texi (Accepting Output): Explain SECONDS=0 for
342 accept-process-output.
343
344 * os.texi (Idle Timers): Explain why timer functions should not
345 loop until (input-pending-p).
346
ebc80ddf
EZ
3472006-09-02 Eli Zaretskii <eliz@gnu.org>
348
349 * makefile.w32-in (usermanualdir): New variable.
350 (elisp.dvi): Use it.
351
a66d9563
EZ
3522006-09-01 Eli Zaretskii <eliz@gnu.org>
353
354 * buffers.texi (Buffer Modification): Fix last change.
355
5a8f5165
CY
3562006-09-01 Chong Yidong <cyd@stupidchicken.com>
357
358 * buffers.texi (Buffer Modification): Document
359 buffer-chars-modified-tick.
360
80e0572b
RS
3612006-08-31 Richard Stallman <rms@gnu.org>
362
363 * modes.texi (Syntactic Font Lock): Mention specific faces once again.
364
3652006-08-31 Richard Bielawski <RBielawski@moneygram.com> (tiny change)
931d878d
SM
366
367 * modes.texi (Syntactic Font Lock):
80e0572b
RS
368 Mention font-lock-syntactic-face-function
369 instead of specific faces.
931d878d 370
bda420a3
CY
3712006-08-29 Chong Yidong <cyd@stupidchicken.com>
372
373 * display.texi (Images): Add xrref to display-images-p.
374
c6f8bb3a
KH
3752006-08-28 Kenichi Handa <handa@m17n.org>
376
377 * nonascii.texi (Lisp and Coding Systems): Fix description of
378 detect-coding-region.
379
7a210b69
MB
3802006-08-27 Michael Olson <mwolson@gnu.org>
381
382 * processes.texi (Transaction Queues): Remove stray quote
383 character.
384
3e04a8fc
RS
3852006-08-25 Richard Stallman <rms@gnu.org>
386
387 * os.texi (Idle Timers): run-with-idle-timer allows Lisp time value.
388 Add xref.
389
fda97484
CY
3902006-08-24 Chong Yidong <cyd@stupidchicken.com>
391
392 * os.texi (Timers): Avoid waiting inside timers.
393
3e46b34c
LK
3942006-08-21 Lute Kamstra <lute@gnu.org>
395
396 * Makefile.in: Use ../man/texinfo.tex to build elisp.dvi.
397
ce629713
RS
3982006-08-20 Richard Stallman <rms@gnu.org>
399
400 * os.texi (Idle Timers): New node, split out from Timers.
401 Document current-idle-time.
402 * commands.texi (Reading One Event): Update xref.
403 * elisp.texi (Top): Update subnode menu.
404
3cb74cd1
RS
4052006-08-16 Richard Stallman <rms@gnu.org>
406
407 * keymaps.texi (Extended Menu Items): Show format of cached
408 bindings in extended menu items.
409
410 * customize.texi (Variable Definitions): Explain when the
411 standard value expression is evaluated.
412
7e188449
CY
4132006-08-15 Chong Yidong <cyd@stupidchicken.com>
414
415 * commands.texi (Reading One Event): Explain idleness in
416 `read-event'.
417
b8f5396a
CY
4182006-08-12 Chong Yidong <cyd@stupidchicken.com>
419
420 * text.texi (Near Point): Say "cursor" not "terminal cursor".
421 (Commands for Insertion): Removed split-line since it's not
422 relevant for Lisp programming.
423 (Yank Commands): Rewrite introduction.
424 (Undo): Clarify.
425 (Maintaining Undo): Clarify. Document undo-ask-before-discard.
426 (Filling): Remove redundant comment. Clarify return value of
427 current-justification.
428 (Margins): Minor clarifications.
429 (Adaptive Fill): Update default value of adaptive-fill-regexp.
430 (Sorting): Update definition of sort-lines.
431 (Columns): Clarify behavior of sort-columns.
432 (Indent Tabs): Link to Tab Stops in Emacs manual.
433 (Special Properties): Clarify.
434 (Clickable Text): Mention Buttons package.
435
0c80afbd
EZ
4362006-08-12 Kevin Ryde <user42@zip.com.au>
437
438 * os.texi (Time Parsing): Add %z to description of
439 format-time-string, as per docstring. Add cross reference to
440 glibc manual for strftime.
441
02a2b2ad
RS
4422006-08-08 Richard Stallman <rms@gnu.org>
443
444 * modes.texi: Clean up wording in previous change.
445
34e5974a
CY
4462006-08-07 Chong Yidong <cyd@stupidchicken.com>
447
448 * modes.texi (Hooks): Clarify.
449 (Major Mode Basics): Mention define-derived-mode explicitly.
450 (Major Mode Conventions): Rebinding RET is OK for some modes.
451 Mention change-major-mode-hook and after-change-major-mode-hook.
452 (Example Major Modes): Moved to end of Modes section.
453 (Mode Line Basics): Clarify.
454 (Mode Line Data): Mention help-echo and local-map in strings.
455 Explain reason for treatment of non-risky variables.
456 (Properties in Mode): Clarify.
457 (Faces for Font Lock): Add font-lock-negation-char-face.
458
65c6c6b6
EZ
4592006-08-04 Eli Zaretskii <eliz@gnu.org>
460
461 * strings.texi (Formatting Strings): Warn against arbitrary
462 strings as first arg to `format'.
463
fc0ba1d0
TTN
4642006-07-31 Thien-Thi Nguyen <ttn@gnu.org>
465
466 * text.texi (Clickable Text): Mention `help-echo' text property.
467 Update intro, examples and associated explanations.
468
a3483884
RS
4692006-07-31 Richard Stallman <rms@gnu.org>
470
471 * commands.texi: Update xrefs.
472 (Event Mod): New node, cut out from old Translating Input.
473
474 * maps.texi: Update xrefs.
fc0ba1d0 475
a3483884
RS
476 * keymaps.texi (Translation Keymaps): New node.
477 Update xrefs from Translating Input to Translation Keymaps.
fc0ba1d0 478
a3483884
RS
479 * elisp.texi (Top): Update subnode menu.
480
481 * display.texi (Face Functions): Fix explanations of FRAME=t or nil.
482
483 * os.texi (System Interface): Fix menu descriptions of some nodes.
484 (Translating Input): Node deleted.
fc0ba1d0 485
ec777101
NR
4862006-07-31 Nick Roberts <nickrob@snap.net.nz>
487
8d3f955b 488 * modes.texi (Minor Mode Conventions): Update xref for add-to-list.
ec777101
NR
489
490 * lists.texi (Sets And Lists): Likewise.
491
0f42ea76
TTN
4922006-07-30 Thien-Thi Nguyen <ttn@gnu.org>
493
494 * text.texi (Fields): Mention POS
495 requirement when narrowing is in effect.
496
eb107d09
RS
4972006-07-28 Richard Stallman <rms@gnu.org>
498
0de8dcc9
RS
499 * display.texi (Face Attributes): Simplify wording.
500 (Attribute Functions): Clarify meaning of new-frame default
501 attribute settings.
502
eb107d09
RS
503 * customize.texi (Common Keywords): Document how to use
504 :package-version in a package not in Emacs.
505
d7fb9e6c
KS
5062006-07-28 Kim F. Storm <storm@cua.dk>
507
508 * commands.texi (Reading One Event): Fix last change.
509
c1c3d4f7
CY
5102006-07-26 Chong Yidong <cyd@stupidchicken.com>
511
512 * commands.texi (Reading One Event): Document SECONDS argument for
513 read-event, read-char, and read-char-exclusive.
514
94b39239
SM
5152006-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
516
517 * modes.texi (Multiline Font Lock): Can't use jit-lock-defer-multiline
518 to ensure correct identification.
519
1cff9220
RS
5202006-07-24 Richard Stallman <rms@gnu.org>
521
5ac64732
RS
522 * text.texi (Clickable Text): Clarify.
523
1cff9220
RS
524 * sequences.texi (Vector Functions): Delete duplicate xref.
525
526 * objects.texi (Function Type): Clarify.
527
528 * modes.texi (Keymaps and Minor Modes): List punct chars for minor
529 modes.
530
531 * lists.texi (List Variables): New node.
532 Material moved from other nodes.
533
534 * variables.texi (Setting Variables): add-to-list and
535 add-to-ordered-list moved to List Variables node.
536
38db29e0
TTN
5372006-07-23 Thien-Thi Nguyen <ttn@gnu.org>
538
539 * text.texi (Links and Mouse-1):
540 For mouse-on-link-p, expand on arg POS.
541
9e4101b2
KS
5422006-07-21 Kim F. Storm <storm@cua.dk>
543
544 * display.texi (Forcing Redisplay): Don't mention systems which
545 don't support sub-second timers for redisplay-preemption-period.
546
547 * os.texi (Terminal Output): Clarify text vs graphical terminal.
548
cc539208
EZ
5492006-07-21 Eli Zaretskii <eliz@gnu.org>
550
551 * frames.texi (Input Focus): Document that focus-follows-mouse has
552 no effect on MS-Windows.
553
c29fbc93
RS
5542006-07-18 Richard Stallman <rms@gnu.org>
555
1ef252f6
RS
556 * display.texi (Forcing Redisplay): Cleanups in previous change.
557
c29fbc93
RS
558 * processes.texi (Low-Level Network): Make menu more convenient.
559
5b5fca28
KS
5602006-07-18 Kim F. Storm <storm@cua.dk>
561
2d545d83
KS
562 * display.texi (Forcing Redisplay): redisplay-preemption-period
563 only used on window systems. Add xref to Terminal Output.
564
565 * os.texi (Terminal Output): baud-rate only controls preemption on
566 non-window systems. Add xref to Forcing Redisplay.
567
5b5fca28
KS
568 * processes.texi (Low-Level Network): Rename node "Make Network"
569 to "Network Processes".
570
42995636
KB
5712006-07-18 Karl Berry <karl@gnu.org>
572
5b5fca28
KS
573 * variables.texi, functions.texi, customize.texi, loading.texi:
574 * edebug.texi, minibuf.texi: Fix page breaks through chapter 20.
42995636 575
e1842332
CY
5762006-07-17 Chong Yidong <cyd@stupidchicken.com>
577
578 * commands.texi (Waiting): Document batch-mode sit-for behavior.
579
daeeeffc
RS
5802006-07-17 Richard Stallman <rms@gnu.org>
581
7c0c29ee
RS
582 * eval.texi, elisp.texi, text.texi: Use real doublequote inside menus.
583 Put period and comma inside quotes.
5b5fca28 584
7c0c29ee
RS
585 * loading.texi, markers.texi: Use real doublequote inside menus.
586
587 * windows.texi: Put point and comma inside quotes.
588 (Textual Scrolling): Use @samp for error message.
589
5b5fca28
KS
590 * variables.texi, tips.texi, syntax.texi, symbols.texi:
591 * strings.texi, streams.texi, processes.texi, os.texi:
7c0c29ee
RS
592 * objects.texi, numbers.texi, modes.texi, minibuf.texi:
593 * lists.texi, keymaps.texi, intro.texi, hash.texi, internals.texi:
5b5fca28
KS
594 * gpl.texi, functions.texi, files.texi, frames.texi, doclicense.texi:
595 * display.texi, control.texi, commands.texi, buffers.texi, anti.texi:
7c0c29ee 596 Put point and comma inside quotes.
5b5fca28 597
05bdf2d7
RS
598 * control.texi (Processing of Errors): Add command-error-function.
599
daeeeffc
RS
600 * variables.texi (File Local Variables): Clarify that
601 file local variables make buffer-local bindings.
602
603 * modes.texi (Syntactic Font Lock): Give default for
604 font-lock-syntax-table.
605
7e1c1289
NR
6062006-07-17 Nick Roberts <nickrob@snap.net.nz>
607
608 * text.texi (Special Properties): Clean up previous change.
609
912c7235
KB
6102006-07-16 Karl Berry <karl@gnu.org>
611
5b5fca28
KS
612 * objects.texi, numbers.texi, strings.texi, lists.texi, hash.texi:
613 * control.texi: Fix bad page breaks through chapter 10 (control).
ece35e15 614
5b5fca28 615 * anti.texi (Antinews): Reorder face-attribute fns to avoid
912c7235
KB
616 underfull hbox.
617
54b7938f
NR
6182006-07-15 Nick Roberts <nickrob@snap.net.nz>
619
620 * text.texi (Special Properties): Describe fontified text property
621 in relation to a character (not text).
622
3f11901a
KS
6232006-07-15 Kim F. Storm <storm@cua.dk>
624
0864179a
KS
625 * maps.texi (Standard Keymaps): Add xref for minibuffer maps.
626 Add apropos-mode-map, custom-mode-map, esc-map, global-map,
627 grep-mode-map, help-map, help-mode-map, kmacro-map, and tool-bar-map.
628
3f11901a
KS
629 * anti.texi (Antinews): Mention redisplay function.
630 The kbd macro existed, but was not documented, before 22.x.
631 Function pos-visible-in-window-p is not new in 22.x, just enhanced.
632
b4f62d0a
NR
6332006-07-14 Nick Roberts <nickrob@snap.net.nz>
634
635 * display.texi (Displaying Messages): Add anchor.
636
637 * frames.texi (Dialog Boxes): Use it.
638
2c6e026a
RS
6392006-07-12 Richard Stallman <rms@gnu.org>
640
641 * objects.texi (Frame Type): Explain nature of frames better.
642
643 * frames.texi (Frames): Explain nature of frames better.
644
6452006-07-12 Ken Manheimer <ken.manheimer@gmail.com>
646
647 * tips.texi (Coding Conventions): Explain why use cl at compile time.
648
099d4201
YM
6492006-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
650
651 * frames.texi (Window System Selections): Mention scrap support for Mac.
652 Default value of x-select-enable-clipboard is t on Mac.
653
654 * os.texi (Getting Out): Suspending is not allowed on Mac, either.
655
ff97f952
KS
6562006-07-11 Kim F. Storm <storm@cua.dk>
657
658 * display.texi (Forcing Redisplay): Add `redisplay' function.
659 Don't mention (sit-for -1) -- use (redisplay t) instead.
660
661 * commands.texi (Waiting): (sit-for -1) is no longer special.
662 (sit-for 0) is equivalent to (redisplay).
663 Iconifying/deiconifying no longer makes sit-for return.
664
a183016f
NR
6652006-07-10 Nick Roberts <nickrob@snap.net.nz>
666
667 * display.texi (Buttons): Fix typo.
668
669 * index.texi, elisp.texi (New Symbols): Comment node out.
670
b86be617
RS
6712006-07-09 Richard Stallman <rms@gnu.org>
672
673 * display.texi (Truncation): Clean up previous change.
674
3aa7c28e
RS
6752006-07-08 Richard Stallman <rms@gnu.org>
676
677 * commands.texi (Interactive Call): Use 3 as prefix in example
678 for execute-extended-command.
679
680 * display.texi (Attribute Functions): Move paragraph about
681 compatibility with Emacs < 21.
682
5a1048a5
KS
6832006-07-09 Kim F. Storm <storm@cua.dk>
684
685 * display.texi (Refresh Screen): Clarify force-window-update.
686 (Truncation): "Normally" indicated by fringe arrows.
687
89fb9154
EZ
6882006-07-08 Eli Zaretskii <eliz@gnu.org>
689
5a1048a5
KS
690 * windows.texi (Textual Scrolling, Resizing Windows):
691 * variables.texi (Constant Variables):
89fb9154
EZ
692 * text.texi (Buffer Contents, Deletion, Changing Properties)
693 (Property Search, Special Properties, Sticky Properties)
5a1048a5 694 (Links and Mouse-1, Fields, Change Hooks):
89fb9154 695 * syntax.texi (Syntax Table Functions, Parsing Expressions)
5a1048a5
KS
696 (Categories):
697 * symbols.texi (Other Plists):
698 * streams.texi (Output Variables):
699 * processes.texi (Input to Processes, Query Before Exit):
700 * positions.texi (Word Motion, Text Lines, List Motion):
89fb9154 701 * os.texi (Init File, System Environment, Sound Output)
5a1048a5 702 (Session Management):
89fb9154 703 * nonascii.texi (Text Representations, Character Sets)
5a1048a5
KS
704 (Chars and Bytes, Locales):
705 * modes.texi (Defining Minor Modes, Header Lines):
706 * minibuf.texi (Minibuffer Contents):
707 * markers.texi (Information from Markers):
708 * lists.texi (List Elements, Building Lists, Association Lists):
709 * keymaps.texi (Tool Bar):
710 * hash.texi (Creating Hash, Hash Access, Defining Hash, Other Hash):
711 * functions.texi (What Is a Function, Mapping Functions):
89fb9154
EZ
712 * frames.texi (Creating Frames, Parameter Access, Pointer Shape)
713 (Color Names, Text Terminal Colors, Display Feature Testing):
714 * files.texi (Visiting Functions, File Name Components)
5a1048a5 715 (Unique File Names, Contents of Directories):
89fb9154
EZ
716 * display.texi (Forcing Redisplay, Displaying Messages)
717 (Temporary Displays, Font Selection, Auto Faces)
718 (Font Lookup, Fringe Indicators, Display Margins)
719 (Image Descriptors, Showing Images, Image Cache, Button Types)
720 (Making Buttons, Manipulating Buttons, Button Buffer Commands)
5a1048a5
KS
721 (Display Table Format, Glyphs):
722 * control.texi (Iteration):
723 * commands.texi (Command Loop Info, Adjusting Point):
08b17d37
KS
724 * backups.texi (Making Backups, Auto-Saving):
725 Remove @tindex entries.
89fb9154 726
7f087030
KS
7272006-07-07 Kim F. Storm <storm@cua.dk>
728
729 * display.texi (Fringe Cursors): Fix typo.
730 (Customizing Bitmaps): Fix define-fringe-bitmap entry.
731 (Overlay Arrow): Default is overlay-arrow fringe indicator.
732
978db147
RS
7332006-07-05 Richard Stallman <rms@gnu.org>
734
735 * text.texi (Buffer Contents): Add example of text props
736 in result of buffer-substring.
737 (Text Properties): Explain better about use of specific property names.
738 (Property Search): Some cleanups; reorder some functions.
739
740 * keymaps.texi (Changing Key Bindings): Cleanup.
741 Add xref to Key Binding Conventions.
742
743 * display.texi (Attribute Functions): Add examples for
744 face-attribute-relative-p.
745
746 * tips.texi (Coding Conventions): Cleanup last change.
747
42b50684
KB
7482006-07-05 Karl Berry <karl@gnu.org>
749
08b17d37
KS
750 * elisp.texi: Use @fonttextsize 10pt, a la emacs.texi.
751 Remove @setchapternewpage odd.
42b50684
KB
752 Result is 1013 pages, down from 1100.
753
08b17d37
KS
754 * anti.texi, customize.texi, display.texi, internals.texi:
755 * minibuf.texi, modes.texi, tips.texi:
9b7fa297 756 Fix overfull/underfull boxes.
42b50684 757
180f018c
TTN
7582006-07-05 Thien-Thi Nguyen <ttn@gnu.org>
759
760 * edebug.texi (Instrumenting):
761 Add Edebug-specific findex for eval-buffer.
762 * loading.texi (Loading):
763 Replace eval-current-buffer with eval-buffer.
764
8e338f7b
EZ
7652006-06-30 Nick Roberts <nickrob@snap.net.nz>
766
767 * locals.texi (Standard Buffer-Local Variables): Update the list
768 of variables.
769
0770a251
NR
7702006-06-26 Nick Roberts <nickrob@snap.net.nz>
771
772 * files.texi (File Name Completion): Point user to the node
773 "Reading File Names".
774
d9034473
EZ
7752006-06-24 Eli Zaretskii <eliz@gnu.org>
776
eff6bfea
EZ
777 * files.texi (Contents of Directories): Document case-insensitive
778 behavior on respective filesystems.
779
d9034473
EZ
780 * objects.texi (Character Type): Document that Emacs signals an
781 error for unsupported Unicode characters specified as \uNNNN.
782
a5bd14d3
RS
7832006-06-19 Richard Stallman <rms@gnu.org>
784
785 * processes.texi (Bindat Spec): Clarify previous change.
786
d1ae9041
RS
7872006-06-16 Richard Stallman <rms@gnu.org>
788
789 * tips.texi (Coding Conventions): Better explain conventions
790 for definition constructs.
791
792 * text.texi (Special Properties): String value of `read-only'
793 serves as the error message.
794
795 * objects.texi (Character Type): Clarify prev. change.
796 (Non-ASCII in Strings): Mention \u and \U.
797
798 * commands.texi (Using Interactive): Explain problem of
799 markers, etc., in command-history.
800
1bb32610
KS
8012006-06-14 Kim F. Storm <storm@cua.dk>
802
803 * commands.texi (Waiting): Negative arg to sit-for forces
804 redisplay even if input is pending.
805
806 * display.texi (Forcing Redisplay): Use (sit-for -1) to force a
807 redisplay. Remove incorrect example of binding redisplay-dont-pause
808 around (sit-for 0).
809
c7484981
RS
8102006-06-13 Richard Stallman <rms@gnu.org>
811
812 * display.texi (Forcing Redisplay): Clarify previous change.
813
d211faa2
RF
8142006-06-13 Romain Francoise <romain@orebokech.com>
815
816 * display.texi (Forcing Redisplay): Fix typo.
817
8eb2b87f
KS
8182006-06-13 Kim F. Storm <storm@cua.dk>
819
820 * display.texi (Forcing Redisplay): Add redisplay-preemption-period.
821
503b5e1c
LT
8222006-06-10 Luc Teirlinck <teirllm@auburn.edu>
823
824 * tips.texi (Coding Conventions): Add `@end itemize'.
825
9e362b84
RS
8262006-06-10 Richard Stallman <rms@gnu.org>
827
828 * tips.texi (Coding Conventions): Explain use of coding systems
829 to ensure one decoding for strings.
830
7cb93181
EZ
8312006-06-09 Aidan Kehoe <kehoea@parhasard.net>
832
9b7fa297 833 * objects.texi (Character Type): Describe the \uABCD and \U00ABCDEF
7cb93181
EZ
834 syntax.
835
afd63bda
EZ
8362006-06-07 Eli Zaretskii <eliz@gnu.org>
837
838 * display.texi (Font Selection): Remove description of
839 clear-face-cache.
840
841 * compile.texi (Eval During Compile): Fix a typo. Add index
842 entries for possible uses of eval-when-compile.
843
71ee3e04
TTN
8442006-06-04 Thien-Thi Nguyen <ttn@gnu.org>
845
846 * display.texi (Abstract Display): Fix typo.
847
a941b26b
EZ
8482006-06-03 Eli Zaretskii <eliz@gnu.org>
849
850 * minibuf.texi (Minibuffer History) <history-add-new-input>:
851 Reword variable's description.
852
963128f3
RS
8532006-06-01 Richard Stallman <rms@gnu.org>
854
855 * windows.texi (Splitting Windows): Clarify splitting nonselected
856 window.
857
82db8fa7
JL
8582006-05-31 Juri Linkov <juri@jurta.org>
859
860 * minibuf.texi (Minibuffer History): Add history-add-new-input.
861
d9e8091d
RS
8622006-05-30 Richard Stallman <rms@gnu.org>
863
6ac209a3
RS
864 * display.texi (Line Height): Fix errors in description of
865 default line height and line-height properyty.
866
d9e8091d
RS
867 * nonascii.texi (Default Coding Systems): Further clarification.
868
93fd6289
LT
8692006-05-29 Luc Teirlinck <teirllm@auburn.edu>
870
871 * internals.texi (Pure Storage): Mention that an overflow in pure
872 space causes a memory leak.
873 (Garbage Collection): If there was an overflow in pure space,
874 `garbage-collect' returns nil.
875
7c42b3e0
EZ
8762006-05-30 Eli Zaretskii <eliz@gnu.org>
877
878 * nonascii.texi (Default Coding Systems): Fix it some more.
879
b8909e88
EZ
8802006-05-29 Eli Zaretskii <eliz@gnu.org>
881
882 * nonascii.texi (Default Coding Systems): Fix last change.
883
6d3906d5
KH
8842006-05-29 Kenichi Handa <handa@m17n.org>
885
886 * nonascii.texi (find-operation-coding-system): Describe the new
887 argument format (FILENAME . BUFFER).
888
0985f920
RS
8892006-05-28 Richard Stallman <rms@gnu.org>
890
891 * tips.texi (Coding Conventions): Better explain reasons not to
892 advise other packages or use `eval-after-load'.
893
6c6e0bb4
KS
8942006-05-29 Kim F. Storm <storm@cua.dk>
895
896 * processes.texi (Bindat Functions): Rename `pos' and `raw-data' to
897 `bindat-idx' and `bindat-raw' for clarity.
898
096432af
TTN
8992006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
900
b9e17eb3
TTN
901 * processes.texi (Bindat Spec): Expand on `repeat' handler.
902
096432af
TTN
903 * display.texi (Display): Add "Abstract Display" to menu.
904 (Abstract Display, Abstract Display Functions)
905 (Abstract Display Example): New nodes.
906 * elisp.texi (Top): Add "Abstract Display" to menu.
907
e4b3f22f
CY
9082006-05-27 Chong Yidong <cyd@stupidchicken.com>
909
917b8227
CY
910 * keymaps.texi (Key Sequences): Link to input events definition.
911 (Format of Keymaps): Delete material duplicated in Keymap Basics.
912
e4b3f22f
CY
913 * files.texi (Changing Files): Document updated argument list for
914 copy-file.
915
f1b64ef1
TTN
9162006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
917
918 * processes.texi (Bindat Functions): Explain term "total length".
919 Use it in bindat-length and bindat-pack descriptions.
920
3d0793e4
EZ
9212006-05-26 Eli Zaretskii <eliz@gnu.org>
922
923 * tips.texi (Coding Conventions): Advise against using
924 eval-after-load in packages. Add an index entry.
925
abeb5483
JL
9262006-05-25 Juri Linkov <juri@jurta.org>
927
92aa92fa
JL
928 * minibuf.texi (Text from Minibuffer): Undocument keep-all.
929
abeb5483
JL
930 * modes.texi (%-Constructs): Add %e, %z, %Z.
931
403a7bca
RS
9322006-05-25 Richard Stallman <rms@gnu.org>
933
934 * elisp.texi (Top): Update subnode menu.
935
936 * keymaps.texi (Keymap Basics): New node, split out of Key Sequences.
937 (Keymaps): Update menu.
938
39a9bed3
CY
9392006-05-25 Chong Yidong <cyd@stupidchicken.com>
940
941 * keymaps.texi (Key Sequences): Some clarifications.
942
78b3f5c3
TTN
9432006-05-25 Thien-Thi Nguyen <ttn@gnu.org>
944
945 * processes.texi (Bindat Functions): Say "unibyte string"
946 explicitly for bindat-unpack and bindat-pack descriptions.
947 (Bindat Examples): Don't call `string-make-unibyte' in example.
948
08244b81
CY
9492006-05-25 Chong Yidong <cyd@stupidchicken.com>
950
951 * keymaps.texi (Key Sequences): Renamed from Keymap Terminology.
952 Explain string and vector representations of key sequences
953
78b3f5c3
TTN
954 * keymaps.texi (Changing Key Bindings):
955 * commands.texi (Interactive Codes, Interactive Codes):
08244b81
CY
956 * help.texi (Describing Characters): Refer to it.
957
b370c94d
LT
9582006-05-23 Luc Teirlinck <teirllm@auburn.edu>
959
960 * frames.texi (Pointer Shape): @end table -> @end defvar.
961
b8223441
RS
9622006-05-22 Richard Stallman <rms@gnu.org>
963
964 * elisp.texi (Top): Update subnode menus.
965
966 * frames.texi (Pointer Shape): Node renamed from Pointer Shapes.
967 Contents rewritten; material from old Pointer Shape node moved here.
968
969 * display.texi (Pointer Shape): Node deleted.
970 (Image Descriptors): Minor cleanup.
971
c18eec5c
RS
9722006-05-21 Richard Stallman <rms@gnu.org>
973
974 * syntax.texi (Parsing Expressions): Update info on which STATE
975 elements are ignored.
976
9300b310
LT
9772006-05-19 Luc Teirlinck <teirllm@auburn.edu>
978
86735b2d
LT
979 * hooks.texi (Standard Hooks): Correct typo.
980
9300b310
LT
981 * gpl.texi (GPL): ifinfo -> ifnottex.
982
75e3b957
EZ
9832006-05-19 Michael Ernst <mernst@alum.mit.edu> (tiny change)
984
985 * searching.texi (Simple Match Data): Warn about match data being
986 set anew by every search.
987
0bcf8735
RS
9882006-05-17 Richard Stallman <rms@gnu.org>
989
990 * minibuf.texi (Minibuffer History): Clarify.
991
992 * searching.texi (Regexp Special): Clarify nested regexp warning.
993
b3abe3a5
KS
9942006-05-16 Kim F. Storm <storm@cua.dk>
995
996 * minibuf.texi (Minibuffer History): Update add-to-history.
997
bc20db55
KH
9982006-05-15 Oliver Scholz <epameinondas@gmx.de> (tiny change)
999
1000 * nonascii.texi (Explicit Encoding): Fix
1001 typo (encoding<->decoding).
1002
f31263a4
RS
10032006-05-14 Richard Stallman <rms@gnu.org>
1004
46a2df8e
RS
1005 * buffers.texi (Creating Buffers): Cleanup.
1006
f31263a4
RS
1007 * files.texi (Visiting Functions): Rewrite in find-file-noselect.
1008
1299a5a4
EZ
10092006-05-13 Eli Zaretskii <eliz@gnu.org>
1010
642c61f3
EZ
1011 * buffers.texi (Current Buffer): Document that with-temp-buffer
1012 disables undo.
1013
1299a5a4
EZ
1014 * os.texi (Terminal-Specific): More accurate description of how
1015 Emacs searches for the terminal-specific libraries.
1016
61515a63
EZ
10172006-05-12 Eli Zaretskii <eliz@gnu.org>
1018
b811ef49
EZ
1019 * hooks.texi (Standard Hooks) [iftex]: Convert @xref's to
1020 emacs-xtra to @inforef's.
1021
4a7910c7
EZ
1022 * text.texi (Undo): Document that undo is turned off in buffers
1023 whose names begin with a space.
1024
1025 * buffers.texi (Buffer Names): Add index entries for buffers whose
1026 names begin with a space.
1027 (Creating Buffers): Document that undo is turned off in buffers
1028 whose names begin with a space.
1029
f055e02c
EZ
1030 * files.texi (Visiting Functions, Reading from Files)
1031 (Saving Buffers): Mention code and EOL conversions by file I/O
1032 primitives and subroutines.
1033
0ef0b416
EZ
1034 * nonascii.texi (Lisp and Coding Systems): Document
1035 coding-system-eol-type. Add index entries for eol conversion.
1036
61515a63
EZ
1037 * display.texi (Defining Faces): Mention `mac', and add an xref to
1038 where window-system is described.
1039
e4c068c0
RS
10402006-05-10 Richard Stallman <rms@gnu.org>
1041
1042 * internals.texi (Writing Emacs Primitives): Clarify GCPRO rules.
1043
31035927
RS
10442006-05-10 Reiner Steib <Reiner.Steib@gmx.de>
1045
1046 * variables.texi (File Local Variables): Recommend to quote lambda
1047 expressions in safe-local-variable property.
1048
f12a0718
RS
10492006-05-09 Richard Stallman <rms@gnu.org>
1050
1051 * variables.texi (File Local Variables): Document
1052 safe-local-eval-forms and safe-local-eval-function.
1053
ed7e6c32
KS
10542006-05-07 Kim F. Storm <storm@cua.dk>
1055
1056 * minibuf.texi (Minibuffer History): Remove keep-dups arg
1057 from add-to-history.
1058
5a36d834
RF
10592006-05-07 Romain Francoise <romain@orebokech.com>
1060
1061 * commands.texi (Event Input Misc):
1062 * compile.texi (Eval During Compile):
1063 * internals.texi (Buffer Internals):
1064 * minibuf.texi (Initial Input):
1065 * nonascii.texi (Scanning Charsets):
1066 * numbers.texi (Comparison of Numbers):
1067 * windows.texi (Textual Scrolling, Vertical Scrolling):
1068 Fix various typos.
1069
fbc284f6
EZ
10702006-05-06 Eli Zaretskii <eliz@gnu.org>
1071
f53d2e87
EZ
1072 * hooks.texi (Standard Hooks): Replace inforef to emacs-xtra by
1073 conditional xref's to either emacs or emacs-xtra, depending on
1074 @iftex/@ifnottex.
1075
fbc284f6
EZ
1076 * minibuf.texi (Minibuffer History): Document add-to-history.
1077
3dfed653
EZ
10782006-05-05 Eli Zaretskii <eliz@gnu.org>
1079
1080 * internals.texi (Pure Storage): Mention the pure overflow message
1081 at startup.
1082
8e7a9a24
EZ
10832006-05-05 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
1084
1085 * keymaps.texi (Active Keymaps): Fix pseudo-Lisp syntax.
1086 (Searching Keymaps): Fix pseudo-Lisp description of keymap
1087 search.
1088
d0789de9
RS
10892006-05-01 Richard Stallman <rms@gnu.org>
1090
1091 * intro.texi (nil and t): Clarify.
1092
1093 * variables.texi (File Local Variables): Suggest using booleanp.
1094
fc2cb772
JB
10952006-05-01 Juanma Barranquero <lekktu@gmail.com>
1096
1097 * objects.texi (Type Predicates): Fix typos.
1098
27c5714a
SM
10992006-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
1100
1101 * intro.texi (nil and t): Add booleanp.
1102
1103 * objects.texi (Type Predicates): Add links for booleanp and
1104 string-or-null-p.
1105
eadb9d45
RS
11062006-04-29 Richard Stallman <rms@gnu.org>
1107
27c5714a 1108 * modes.texi (Multiline Font Lock): Rename from
eadb9d45
RS
1109 Multi line Font Lock Elements. Much clarification.
1110 (Font Lock Multiline, Region to Fontify): Much clarification.
1111
7817e3d3
SM
11122006-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
1113
1114 * variables.texi (File Local Variables): Remove the special case t for
1115 safe-local-variable.
1116
8ac3a455
RS
11172006-04-26 Richard Stallman <rms@gnu.org>
1118
1119 * syntax.texi (Parsing Expressions): Minor cleanup.
1120
290e4aae
RS
11212006-04-18 Richard Stallman <rms@gnu.org>
1122
1123 * tips.texi (Coding Conventions): Explain when the package's
1124 prefix should appear later on (not at the start of the name).
1125
1126 * searching.texi (String Search): Clarify effect of NOERROR.
1127
1128 * modes.texi (Imenu): Clarify what special items do.
1129
1130 * hooks.texi (Standard Hooks): Delete text about old hook names.
1131
1e2b8ce5
RF
11322006-04-17 Romain Francoise <romain@orebokech.com>
1133
1134 * variables.texi (Local Variables): Update the default value of
1135 `max-specpdl-size'.
1136
51fa34bc
MB
11372006-04-15 Michael Olson <mwolson@gnu.org>
1138
1139 * processes.texi (Transaction Queues): Mention the new optional
1140 `delay-question' argument for `tq-enqueue'.
1141
61f32d39
BW
11422006-04-13 Bill Wohler <wohler@newt.com>
1143
1144 * customize.texi (Common Keywords): Use dotted notation for
9b7fa297 1145 :package-version value. Specify its values. Improve documentation
50b7bce0 1146 for customize-package-emacs-version-alist.
61f32d39 1147
4f8ed159
BW
11482006-04-12 Bill Wohler <wohler@newt.com>
1149
1150 * customize.texi (Common Keywords): Move description of
1151 customize-package-emacs-version-alist to @defvar.
1152
e5e864ab
BW
11532006-04-10 Bill Wohler <wohler@newt.com>
1154
1155 * customize.texi (Common Keywords): Add :package-version.
1156
6c230417
KS
11572006-04-10 Kim F. Storm <storm@cua.dk>
1158
1159 * text.texi (Buffer Contents): Add NOPROPS arg to
1160 filter-buffer-substring.
1161
d82eac8f
EZ
11622006-04-08 Kevin Ryde <user42@zip.com.au>
1163
1164 * os.texi (Command-Line Arguments): Update xref to emacs manual
1165 "Command Arguments" -> "Emacs Invocation", per change there.
1166
4f815b29
TTN
11672006-04-08 Thien-Thi Nguyen <ttn@gnu.org>
1168
1169 * display.texi (Other Display Specs): Arrange a @code{DOTTED-LIST} to
1170 be on one line to help makeinfo not render two spaces after the dot.
1171
122c3009
RS
11722006-04-07 Reiner Steib <Reiner.Steib@gmx.de>
1173
1174 * strings.texi (Predicates for Strings): Add string-or-null-p.
1175
da68bc3d
KS
11762006-03-28 Kim F. Storm <storm@cua.dk>
1177
1178 * processes.texi (Accepting Output): Remove obsolete (and incorrect)
1179 remarks about systems that don't support fractional seconds.
1180
b223e22d
KB
11812006-03-25 Karl Berry <karl@gnu.org>
1182
fc2cb772 1183 * elisp.texi: Use @copyright{} instead of (C), and do not indent
b223e22d
KB
1184 the year list.
1185
b756c64c
NR
11862006-03-21 Nick Roberts <nickrob@snap.net.nz>
1187
1188 * display.texi (Fringe Indicators): Fix typos.
1189
fe3dca59
LT
11902006-03-19 Luc Teirlinck <teirllm@auburn.edu>
1191
c287ad03 1192 * tips.texi (Documentation Tips): One can now also write `program'
fe3dca59
LT
1193 in front of a quoted symbol in a docstring to prevent making a
1194 hyperlink.
1195
e91d4202
AM
11962006-03-19 Alan Mackenzie <acm@muc.de>
1197
290e4aae 1198 * text.texi (Special Properties): Clarify `fontified' property.
e91d4202 1199
e8a5f60b
RS
12002006-03-16 Richard Stallman <rms@gnu.org>
1201
1202 * display.texi (Defining Images): Minor cleanup.
1203
486daaa5
BW
12042006-03-16 Bill Wohler <wohler@newt.com>
1205
1206 * display.texi (Defining Images): In image-load-path-for-library,
1207 prefer user's images.
1208
4ffc92c2
SM
12092006-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
1210
1211 * modes.texi (Region to Fontify): Remove font-lock-lines-before.
1212
874a6ef8
BW
12132006-03-15 Bill Wohler <wohler@newt.com>
1214
1215 * display.texi (Defining Images): Fix example in
1216 image-load-path-for-library by not recommending that one binds
fc2cb772 1217 image-load-path. Just defvar it to placate compiler and only use
874a6ef8
BW
1218 it if previously defined.
1219
70949f30
BW
12202006-03-14 Bill Wohler <wohler@newt.com>
1221
1222 * display.texi (Defining Images): In image-load-path-for-library,
1223 always return list of directories. Update example.
1224
c852c516
AM
12252006-03-14 Alan Mackenzie <acm@muc.de>
1226
1227 * modes.texi: New node, "Region to Fontify" (for Font Lock).
1228 This describes font-lock-extend-region-function.
4ffc92c2 1229 ("Other Font Lock Variables"): Move "font-lock-lines-before" to
c852c516
AM
1230 the new node "Region to Fontify".
1231
7cd3712b
RS
12322006-03-13 Richard Stallman <rms@gnu.org>
1233
1234 * display.texi (Invisible Text): The impossible position is
1235 now before the invisible text, not after.
1236 (Defining Images): Clean up last change.
1237
2c676341
BW
12382006-03-11 Bill Wohler <wohler@newt.com>
1239
1240 * display.texi (Defining Images): Add image-load-path-for-library.
1241
6f49b4c5
LT
12422006-03-11 Luc Teirlinck <teirllm@auburn.edu>
1243
2d14c9bf
LT
1244 * text.texi (Adaptive Fill): Fix Texinfo usage.
1245
1246 * strings.texi (Creating Strings): Fix Texinfo usage.
1247
6f49b4c5
LT
1248 * searching.texi (Regexp Special): Use @samp for regular
1249 expressions that are not in Lisp syntax.
1250
fc1d3386
LT
12512006-03-08 Luc Teirlinck <teirllm@auburn.edu>
1252
1253 * searching.texi (Regexp Special): Put remark between parentheses
1254 to avoid misreading.
1255
7b2c2ca9
LT
12562006-03-07 Luc Teirlinck <teirllm@auburn.edu>
1257
1258 * searching.texi (Syntax of Regexps): More accurately describe
1259 which characters are special in which situations.
1260 (Regexp Special): Recommend _not_ to quote `]' or `-' when they
1261 are not special. Describe in detail when `[' and `]' are special.
1262 (Regexp Backslash): Plenty of regexps with unbalanced square
1263 brackets are valid, so reword that statement.
1264
f79bc642
KS
12652006-03-02 Kim F. Storm <storm@cua.dk>
1266
1267 * keymaps.texi (Tool Bar): Add tool-bar-border.
1268
1d9a5237
LT
12692006-02-28 Luc Teirlinck <teirllm@auburn.edu>
1270
a86b01fa 1271 * loading.texi (Load Suffixes): Rephrase last paragraph. Fix typos.
1d9a5237 1272
2534ef94
LT
12732006-02-27 Luc Teirlinck <teirllm@auburn.edu>
1274
1275 * elisp.texi (Top): Include "Load Suffixes" in the detailed menu.
1276
1277 * files.texi (Locating Files): Suggest additional values for the
1278 SUFFIXES arg of `locate-file'. Update pxref.
1279
1280 * loading.texi (Loading): Include new node "Load Suffixes" in menu.
1281 (How Programs Do Loading): Discuss the effects of Auto Compression
1282 mode on `load'.
1283 (Load Suffixes): New node.
394e96d5 1284 (Library Search): Delete description of `load-suffixes'; it was
2534ef94
LT
1285 moved to "Load Suffixes".
1286 (Autoload, Named Features): Mention `load-suffixes'.
1287
dd9959da 12882006-02-21 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
2bb56fbf
JB
1289
1290 * display.texi (Fringe Indicators, Fringe Cursors): Fix typos.
1291
1292 * windows.texi (Window Tree): Fix typo.
1293
49af2995
KS
12942006-02-20 Kim F. Storm <storm@cua.dk>
1295
1296 * display.texi (Fringe Indicators): New section.
1297 Move indicate-empty-lines, indicate-buffer-boundaries, and
1298 default-indicate-buffer-boundaries here.
1299 Add fringe-indicator-alist and default-fringes-indicator-alist.
1300 Add list of logical fringe indicator symbols.
1301 Update list of standard bitmap names.
1302 (Fringe Cursors): New section.
1303 Move overflow-newline-into-fringe here.
1304 Add fringe-cursor-alist and default-fringes-cursor-alist.
1305 Add list of fringe cursor symbols.
1306
58f71009
JB
13072006-02-20 Juanma Barranquero <lekktu@gmail.com>
1308
1309 * commands.texi (Using Interactive): Fix reference to node
1310 "Minibuffers".
1311
5498b6af
RS
13122006-02-19 Richard M. Stallman <rms@gnu.org>
1313
1314 * minibuf.texi (High-Level Completion):
1315 Add xref to read-input-method-name.
1316
1317 * files.texi (Relative File Names): Move file-relative-name here.
1318 (File Name Expansion): From here. Minor clarifications.
1319
1320 * commands.texi (Using Interactive): Add xrefs about reading input.
1321 Clarify remarks about that moving point and mark.
1322 Put string case before list case.
1323
43ce897a 13242006-02-16 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
b6498a68 1325
4ffc92c2
SM
1326 * display.texi (Other Display Specs, Image Descriptors):
1327 Revert erroneous changes. The previous description of
1328 image-descriptors as `(image . PROPS)' was correct.
b6498a68 1329
1324d26e
RS
13302006-02-14 Richard M. Stallman <rms@gnu.org>
1331
1332 * variables.texi (File Local Variables): Clarifications.
1333
0da93350
JB
13342006-02-14 Juanma Barranquero <lekktu@gmail.com>
1335
1336 * variables.texi (File Local Variables): Use @code for a cons
1337 cell, not @var.
1338
51a39bab
CY
13392006-02-13 Chong Yidong <cyd@stupidchicken.com>
1340
1341 * variables.texi (File Local Variables): Document new file local
1342 variable behavior.
1343
d342156c
KS
13442006-02-10 Kim F. Storm <storm@cua.dk>
1345
1346 * eval.texi (Function Indirection): Add NOERROR to indirect-function.
1347
8392fe4a
JB
13482006-02-08 Juanma Barranquero <lekktu@gmail.com>
1349
1350 * modes.texi (%-Constructs): Remove obsolete info about
1351 `global-mode-string'.
1352
cd6cd82a
RS
13532006-02-07 Richard M. Stallman <rms@gnu.org>
1354
d78dc2d8
RS
1355 * commands.texi (Prefix Command Arguments): Minor cleanup.
1356
1357 * display.texi: "Graphical display", not window system.
1358
cd6cd82a
RS
1359 * functions.texi (What Is a Function): Fix xref.
1360
1361 * keymaps.texi (Key Lookup): Clarify wrt commands vs other functions.
1362 (Changing Key Bindings): Clarify when remapping is better than
1363 substitute-key-definition.
1364
13652006-02-02 Richard M. Stallman <rms@gnu.org>
1366
1367 * minibuf.texi (Basic Completion): Completion alists are risky.
1368
1369 * keymaps.texi (Active Keymaps): Clarifications.
1370 (Searching Keymaps): New node.
1371 (Keymaps): Update menu.
1372
1373 * frames.texi (Layout Parameters): Minor clarification.
1374 (Drag and Drop): New node.
1375 (Frames): Update menu.
1376
cf052abc
CY
13772006-01-29 Chong Yidong <cyd@stupidchicken.com>
1378
4ffc92c2
SM
1379 * display.texi (Other Display Specs, Image Descriptors):
1380 Image description is a list, not a cons cell.
cf052abc 1381
1f2907ee
LT
13822006-01-28 Luc Teirlinck <teirllm@auburn.edu>
1383
1384 * lists.texi (Cons Cells): Minor correction (the cdr of a dotted
1385 list is not necessarily a list).
1386
a849f77d
EZ
13872006-01-27 Eli Zaretskii <eliz@gnu.org>
1388
1389 * frames.texi (Layout Parameters): border-width and
1390 internal-border-width belong to the frame, not the window.
1391
d322eb9b
RS
13922006-01-19 Richard M. Stallman <rms@gnu.org>
1393
1394 * nonascii.texi (Translation of Characters): Search cmds use
1395 translation-table-for-input. Automatically made local.
1396
1397 * markers.texi (Overview of Markers): Count insertion type
1398 as one of a marker's attributes.
1399
cd6cd82a
RS
1400 * keymaps.texi (Controlling Active Maps): New node, split out of
1401 Active Keymaps.
1402 (Keymaps): Menu updated.
1403 (Active Keymaps): Give pseudocode to explain how the active
1404 maps are searched. current-active-maps and key-binding moved here.
1405 (Functions for Key Lookup): current-active-maps and key-binding moved.
1406 Clarifications.
1407 (Searching the Keymaps): New subnode.
1408
d322eb9b
RS
1409 * elisp.texi (Top): Menu clarification.
1410
1411 * display.texi (Other Display Specs): Delete duplicate entry for
1412 just a string as display spec. Move text about recursive display
1413 specs on such a string.
1414
1415 * commands.texi (Key Sequence Input): Clarify.
1416 Move num-nonmacro-input-events out.
1417 (Reading One Event): num-nonmacro-input-events moved here.
1418
2ac77b5a
NR
14192006-01-14 Nick Roberts <nickrob@snap.net.nz>
1420
1421 * advice.texi (Simple Advice): Update example to fit argument
1422 change in previous-line.
1423
a203a18c
RS
14242006-01-05 Richard M. Stallman <rms@gnu.org>
1425
1426 * markers.texi (The Mark): Fix in `mark'.
1427
d9043ddf
RS
14282006-01-04 Richard M. Stallman <rms@gnu.org>
1429
1430 * processes.texi (Misc Network, Make Network): Minor cleanups.
1431
8a5db8ae
KS
14322006-01-04 Kim F. Storm <storm@cua.dk>
1433
1434 * processes.texi (Make Network): Add IPv6 addresses and handling.
1435 (Network Feature Testing): Mention (:family ipv6).
1436 (Misc Network): Add IPv6 formats to format-network-address.
1437
19bb7940
RS
14382005-12-30 Richard M. Stallman <rms@gnu.org>
1439
1440 * text.texi (Changing Properties):
1441 Don't use return value of set-text-properties.
1442
b9cb50d9
LT
14432005-12-29 Luc Teirlinck <teirllm@auburn.edu>
1444
1445 * modes.texi (Mode Line Format): Correct typo in menu.
1446
94a867a6
RS
14472005-12-29 Richard M. Stallman <rms@gnu.org>
1448
1449 * modes.texi (Mode Line Top): New node.
1450 (Mode Line Data): Some text moved to new node.
1451 Explain the data structure more concretely.
1452 (Mode Line Basics): Clarifications.
1453 (Mode Line Variables): Clarify intro paragraph.
1454 (%-Constructs): Clarify intro paragraph.
1455 (Mode Line Format): Update menu.
1456
ba455131
LT
14572005-12-28 Luc Teirlinck <teirllm@auburn.edu>
1458
1459 * minibuf.texi (Basic Completion): Update lazy-completion-table
1460 examples for removal of ARGS argument.
1461
2b6abe1e
RS
14622005-12-23 Richard M. Stallman <rms@gnu.org>
1463
1464 * text.texi (Undo): Restore some explanation from the version
1465 that was deleted.
1466
2d7409f2
EZ
14672005-12-23 Eli Zaretskii <eliz@gnu.org>
1468
abeb5483 1469 * text.texi (Undo): Remove duplicate descriptions of `apply
2d7409f2
EZ
1470 funname' and `apply delta' elements of the undo list.
1471
2e23b82e
RS
14722005-12-20 Richard M. Stallman <rms@gnu.org>
1473
1474 * help.texi (Help Functions): Update documentation of `apropos'.
1475
a31687ce
LT
14762005-12-20 Luc Teirlinck <teirllm@auburn.edu>
1477
1478 * customize.texi (Type Keywords): Delete xref to "Text help-echo",
1479 because it is confusing. If the :help-echo keyword is a function,
1480 it is not directly used as the :help-echo overlay property, as the
1481 xref seems to suggest (it does not take the appropriate args).
1482
0e83c4e9
LT
14832005-12-19 Luc Teirlinck <teirllm@auburn.edu>
1484
1485 * customize.texi (Common Keywords): Fix Texinfo usage.
1486 (Group Definitions, Variable Definitions): Update for new
1487 conventions for using `*' in docstrings.
77df907a
LT
1488
1489 * tips.texi (Documentation Tips): Update for new conventions for
1490 using `*' in docstrings.
1491
69487a1f
RS
14922005-12-16 Richard M. Stallman <rms@gnu.org>
1493
1494 * minibuf.texi (Minibuffer Contents): Minor cleanup.
1495
2a502a32
JL
14962005-12-16 Juri Linkov <juri@jurta.org>
1497
1498 * minibuf.texi (Minibuffer Contents): Add minibuffer-completion-contents.
1499
b158c851
RF
15002005-12-14 Romain Francoise <romain@orebokech.com>
1501
1502 * modes.texi (Customizing Keywords): Rename `append' to `how'.
1503 Fix typo.
1504
d7d1f75e
JL
15052005-12-11 Juri Linkov <juri@jurta.org>
1506
1507 * minibuf.texi (Completion Commands): Add mention of read-file-name
1508 for filename completion keymaps.
1509 (Reading File Names): Add mention of filename completion keymaps
1510 for read-file-name and xref to `Completion Commands'.
1511
4b1c16c2
RS
15122005-12-10 Richard M. Stallman <rms@gnu.org>
1513
1514 * customize.texi (Common Keywords): State caveats for use of :tag.
1515
1d49d5d9
RS
15162005-12-08 Richard M. Stallman <rms@gnu.org>
1517
2663a204
RS
1518 * minibuf.texi (Intro to Minibuffers): Replace list of local maps
1519 with xrefs and better explanation.
1520 (Completion Commands): Add the filename completion maps.
1521
1d49d5d9
RS
1522 * objects.texi (Character Type): Clarify that \s is not space
1523 if a dash follows.
1524
fa0d4d0c
RS
15252005-12-05 Richard M. Stallman <rms@gnu.org>
1526
1527 * windows.texi (Resizing Windows): Delete preserve-before args.
1528
d64b177a
SM
15292005-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
1530
1531 * keymaps.texi (Format of Keymaps): Remove mention of a quirk
1532 in full keymaps, since the quirk has been fixed.
1533
79019cc9
EZ
15342005-12-03 Eli Zaretskii <eliz@gnu.org>
1535
1536 * hooks.texi (Standard Hooks): Add index entries. Mention
1537 `compilation-finish-functions'.
1538
161ef3be
RS
15392005-11-27 Richard M. Stallman <rms@gnu.org>
1540
1541 * windows.texi (Resizing Windows): Add adjust-window-trailing-edge.
1542
17c1971a
JL
15432005-11-21 Juri Linkov <juri@jurta.org>
1544
1545 * customize.texi (Common Keywords): Update links types
1546 custom-manual and url-link. Add link types emacs-library-link,
1547 file-link, function-link, variable-link, custom-group-link.
1548
5890344b
CY
15492005-11-20 Chong Yidong <cyd@stupidchicken.com>
1550
1551 * display.texi: Revert 2005-11-20 change.
1552
cbce0752
TTN
15532005-11-20 Thien-Thi Nguyen <ttn@gnu.org>
1554
1555 * processes.texi (Bindat Functions):
1556 Say "third" to refer to zero-based index "2".
1557
ff04c885
LT
15582005-11-18 Luc Teirlinck <teirllm@auburn.edu>
1559
1560 * loading.texi (Library Search): Update the default value of
1561 `load-suffixes'.
1562
ce8d4e00
CY
15632005-11-17 Chong Yidong <cyd@stupidchicken.com>
1564
1565 * display.texi (Attribute Functions): Mention :ignore-defface.
1566
cbad4a9e
SM
15672005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
1568
1569 * modes.texi (Minor Mode Conventions): Use custom-set-minor-mode.
16b4c38b 1570 (Minor Mode Conventions): Mention the use of a hook.
cbad4a9e 1571
fda12b27
RS
15722005-11-06 Richard M. Stallman <rms@gnu.org>
1573
1574 * files.texi (Magic File Names): find-file-name-handler checks the
1575 `operations' property of the handler.
1576
e082564e
RS
15772005-11-03 Richard M. Stallman <rms@gnu.org>
1578
1579 * variables.texi (Frame-Local Variables): Small clarification.
1580
f0cdd9e4
CY
15812005-10-29 Chong Yidong <cyd@stupidchicken.com>
1582
1583 * os.texi (Init File): Document ~/.emacs.d/init.el.
1584
685abb98
RS
15852005-10-29 Richard M. Stallman <rms@gnu.org>
1586
1587 * internals.texi (Garbage Collection): Document memory-full.
1588
7000848e
BW
15892005-10-28 Bill Wohler <wohler@newt.com>
1590
1591 * tips.texi (Documentation Tips): Help mode now creates hyperlinks
1592 for URLs.
1593
107fb6c9
RS
15942005-10-28 Richard M. Stallman <rms@gnu.org>
1595
1596 * minibuf.texi (Completion Commands): Clean up prev change.
1597
15982005-10-26 Kevin Ryde <user42@zip.com.au>
1599
1600 * compile.texi (Eval During Compile): Explain recommended uses
1601 of eval-when-compile and eval-and-compile.
1602
1d8e69a2
MY
16032005-10-27 Masatake YAMATO <jet@gyve.org>
1604
cbad4a9e 1605 * minibuf.texi (Completion Commands):
1d8e69a2 1606 Write about new optional argument for `display-completion-list'.
cbad4a9e 1607
6a897887
RS
16082005-10-23 Richard M. Stallman <rms@gnu.org>
1609
1610 * display.texi (Overlay Arrow): Clarify about local bindings of
1611 overlay-arrow-position.
1612
6d1e17be
EZ
16132005-10-22 Eli Zaretskii <eliz@gnu.org>
1614
1615 * internals.texi (Building Emacs): Fix last change.
1616
db5fe0a6
RS
16172005-10-22 Richard M. Stallman <rms@gnu.org>
1618
1619 * internals.texi (Building Emacs): Document eval-at-startup.
1620
45158e77
RS
16212005-10-21 Richard M. Stallman <rms@gnu.org>
1622
1623 * loading.texi (Where Defined): load-history contains abs file names.
1624 symbol-file returns abs file names.
1625
e50165ec
KS
16262005-10-19 Kim F. Storm <storm@cua.dk>
1627
1628 * display.texi (Showing Images): Add max-image-size integer value.
1629
63ab30d0
CY
16302005-10-18 Chong Yidong <cyd@stupidchicken.com>
1631
1632 * display.texi (Showing Images): Document max-image-size.
1633
f8252852
RS
16342005-10-17 Richard M. Stallman <rms@gnu.org>
1635
1636 * commands.texi (Quitting): Minor clarification.
1637
1638 * processes.texi (Sentinels): Clarify about output and quitting.
1639 (Filter Functions): Mention with-local-quit.
1640
c1bed3aa
JL
16412005-10-17 Juri Linkov <juri@jurta.org>
1642
1643 * buffers.texi (Current Buffer):
1644 * commands.texi (Event Input Misc):
1645 * compile.texi (Eval During Compile, Compiler Errors):
1646 * customize.texi (Group Definitions):
1647 * display.texi (Progress, Defining Faces):
1648 * files.texi (Writing to Files):
1649 * modes.texi (Mode Hooks, Defining Minor Modes):
1650 * streams.texi (Output Functions):
1651 * syntax.texi (Syntax Table Functions):
1652 * text.texi (Change Hooks):
1653 Replace `...' with `@dots{}' in `@defmac' and `@defspec'.
1654
1655 * commands.texi (Quitting): Replace arg `forms' with `body' in
1656 `with-local-quit'.
1657
1658 * positions.texi (Excursions): Replace arg `forms' with `body' in
1659 `save-excursion'.
1660
ef1b4c9e
KS
16612005-10-08 Kim F. Storm <storm@cua.dk>
1662
1663 * windows.texi (Window Tree): Rename window-split-tree to window-tree.
1664 Rename manual section accordingly.
1665
abc8ce50
KS
16662005-10-04 Kim F. Storm <storm@cua.dk>
1667
1668 * windows.texi (Window Split Tree): New section describing
1669 new function window-split-tree function.
1670
a1f5a1f0
NR
16712005-10-03 Nick Roberts <nickrob@snap.net.nz>
1672
1673 * display.texi (Fringe Size/Pos): Simplify and add detail.
1674
97c3e4cc
RF
16752005-09-30 Romain Francoise <romain@orebokech.com>
1676
1677 * minibuf.texi (High-Level Completion): Explain that the prompt
1678 given to `read-buffer' should end with a colon and a space.
1679 Update usage examples.
1680
8ad8c5ce
JL
16812005-09-29 Juri Linkov <juri@jurta.org>
1682
1683 * display.texi (Displaying Messages): Rename argument name
1684 `string' to `format-string' in functions `message', `message-box',
1685 `message-or-box'.
1686
63182706
CY
16872005-09-26 Chong Yidong <cyd@stupidchicken.com>
1688
fc2cb772 1689 * errors.texi (Standard Errors): Correct xrefs.
63182706 1690
906320ec
CY
16912005-09-18 Chong Yidong <cyd@stupidchicken.com>
1692
fc2cb772 1693 * display.texi (Defining Images): Update documentation for
906320ec
CY
1694 `image-load-path'.
1695
8ccd3630
RS
16962005-09-17 Richard M. Stallman <rms@gnu.org>
1697
1698 * display.texi (Defining Images): Clean up previous change.
1699
7260457b
RF
17002005-09-16 Romain Francoise <romain@orebokech.com>
1701
1702 * elisp.texi: Specify GFDL version 1.2.
1703
1704 * doclicense.texi (GNU Free Documentation License): Update to
1705 version 1.2.
1706
5b51c037
CY
17072005-09-15 Chong Yidong <cyd@stupidchicken.com>
1708
1709 * display.texi (Defining Images): Document `image-load-path'.
1710
5c4757d3
RS
17112005-09-15 Richard M. Stallman <rms@gnu.org>
1712
1713 * objects.texi (Printed Representation): Minor cleanup.
1714 (Box Diagrams): Minor fix.
1715 (Cons Cell Type): Move (...) index item here.
1716 (Box Diagrams): From here.
1717 (Array Type): Minor fix.
1718 (Type Predicates): Delete index "predicates".
1719 (Hash Table Type): Clarify xref.
1720 (Dotted Pair Notation): Minor fix.
1721
2bb8b80c
CY
17222005-09-10 Chong Yidong <cyd@stupidchicken.com>
1723
1724 * files.texi (Saving Buffers): Fix typo.
1725
47b8bc5d
RS
17262005-09-08 Richard M. Stallman <rms@gnu.org>
1727
1728 * tips.texi (Programming Tips): Correct the "default" prompt spec.
1729
475aab0d
CY
17302005-09-08 Chong Yidong <cyd@stupidchicken.com>
1731
1732 * locals.texi (Standard Buffer-Local Variables): Don't include
1733 mode variables for minor modes.
1734 Fix xrefs for buffer-display-count, buffer-display-table,
1735 buffer-offer-save, buffer-saved-size, cache-long-line-scans,
1736 enable-multibyte-characters, fill-column, header-line-format,
1737 left-fringe-width, left-margin, and right-fringe-width.
1738
1739 * hooks.texi (Standard Hooks): All hooks should conform to the
1740 standard naming convention now.
1741 Fix xref for `echo-area-clear-hook'.
1742
1743 * display.texi (Usual Display): Note that indicate-empty-lines and
1744 tab-width are buffer-local.
1745
1746 * files.texi (Saving Buffers): Add xref to `Killing Buffers'.
1747
1748 * modes.texi (Mode Help): Note that major-mode is buffer-local.
1749
1750 * nonascii.texi (Encoding and I/O): Note that
1751 buffer-file-coding-system is buffer-local.
1752
1753 * positions.texi (List Motion): Note that defun-prompt-regexp is
1754 buffer-local.
1755
1756 * text.texi (Auto Filling): Note that auto-fill-function is
1757 buffer-local.
1758 (Undo): Note that buffer-undo-list is buffer-local.
1759
1760 * windows.texi (Buffers and Windows): Document
1761 buffer-display-count.
1762
2a6bc1f7
RS
17632005-09-06 Richard M. Stallman <rms@gnu.org>
1764
1765 * tips.texi (Coding Conventions): Sometimes it is ok to put the
1766 package prefix elsewhere than at the start of the name.
1767
d7ea8b71
RS
17682005-09-03 Richard M. Stallman <rms@gnu.org>
1769
1770 * tips.texi (Programming Tips): Add conventions for minibuffer
1771 questions and prompts.
1772
0c6087a6
RS
17732005-09-03 Joshua Varner <jlvarner@gmail.com> (tiny change)
1774
1775 * intro.texi (nil and t): Minor cleanup.
1776 Delete spurious mention of keyword symbols.
1777 (Evaluation Notation): Add index entry.
1778 (A Sample Function Description): Minor cleanup.
1779 (A Sample Variable Description): Not all vars can be set.
1780
4b5fa40e
TTN
17812005-09-03 Thien-Thi Nguyen <ttn@gnu.org>
1782
1783 * text.texi (Buffer Contents): Use "\n" in examples' result strings.
1784
1785 (Insertion): Document precise type of `insert-char' arg COUNT.
1786
34b50776
SM
17872005-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
1788
1789 * modes.texi (Other Font Lock Variables): Sync the default of
1790 font-lock-lines-before.
1791
c1105d05
MA
17922005-08-31 Michael Albinus <michael.albinus@gmx.de>
1793
1794 * files.texi (Magic File Names): Add `make-auto-save-file-name'.
1795
62929713
RS
17962005-08-29 Richard M. Stallman <rms@gnu.org>
1797
1798 * elisp.texi (Top): Update subnode menu.
1799
1800 * searching.texi (Searching and Matching): Move node.
1801 Rearrange contents and add overall explanation.
1802 (Searching and Case): Move node.
1803 (Searching and Matching): Update menu.
1804
0fb57cc0
EZ
18052005-08-27 Eli Zaretskii <eliz@gnu.org>
1806
1807 * os.texi (Startup Summary): Fix the description of the initial
1808 startup message display.
1809
3e80c4c1
RS
18102005-08-25 Richard M. Stallman <rms@gnu.org>
1811
1812 * searching.texi (Search and Replace): Add replace-regexp-in-string.
1813
18142005-08-25 Emilio C. Lopes <eclig@gmx.net>
1815
1816 * display.texi (Finding Overlays): Fix `find-overlay-prop' in
1817 `next-overlay-change' example.
c1105d05 1818
79a8defb
JL
18192005-08-22 Juri Linkov <juri@jurta.org>
1820
1821 * display.texi (Attribute Functions): Add set-face-inverse-video-p.
1822 Fix invert-face. Fix args of face-background.
1823
16691d29
JL
1824 * display.texi (Standard Faces): Delete node.
1825 (Faces): Add xref to `(emacs)Standard Faces'.
1826 (Displaying Faces): Fix xref to `Standard Faces'.
1827
1828 * modes.texi (Mode Line Data): Fix xref to Standard Faces.
1829
217b694f
EZ
18302005-08-20 Alan Mackenzie <acm@muc.de>
1831
1832 * buffers.texi (The Buffer List): Clarify the manipulation of the
1833 buffer list.
1834
0bf14bfd
RS
18352005-08-14 Richard M. Stallman <rms@gnu.org>
1836
7ad1498e
AS
1837 * modes.texi (Auto Major Mode): interpreter-mode-alist key is not
1838 a regexp.
0bf14bfd 1839
c118d09e
RS
18402005-08-11 Richard M. Stallman <rms@gnu.org>
1841
59cb8c23
RS
1842 * elisp.texi (Top): Update subnode lists.
1843
1844 * display.texi (Inverse Video): Node deleted.
1845
c118d09e
RS
1846 * tips.texi (Key Binding Conventions, Programming Tips, Warning Tips):
1847 New nodes split out of Coding Conventions.
1848
1849 * searching.texi (Regular Expressions): Document re-builder.
1850
1851 * os.texi (Time Parsing): New node split out of Time Conversion.
1852
1853 * processes.texi (Misc Network, Network Feature Testing)
1854 (Network Options, Make Network): New nodes split out of
1855 Low-Level Network.
1856
67ec7f41
RS
18572005-08-09 Richard M. Stallman <rms@gnu.org>
1858
76d47f0d
RS
1859 * frames.texi (Geometry): New node, split from Size and Position.
1860 (Frame Parameters): Refer to Geometry.
1861
67ec7f41 1862 * buffers.texi (The Buffer List): Fix xrefs.
c1105d05 1863
67ec7f41
RS
1864 * windows.texi (Splitting Windows): Fix xref.
1865
1866 * frames.texi (Layout Parameters): Add xref.
1867
1868 * display.texi (Line Height, Scroll Bars): Fix xrefs.
1869
1870 * keymaps.texi (Menu Bar): Fix xref.
1871
1872 * locals.texi (Standard Buffer-Local Variables): Fix xref.
1873
1874 * modes.texi (%-Constructs): Fix xref.
1875
1876 * frames.texi (Window Frame Parameters): Node split up.
1877 (Basic Parameters, Position Parameters, Size Parameters)
1878 (Layout Parameters, Buffer Parameters, Management Parameters)
1879 (Cursor Parameters, Color Parameters): New subnodes.
1880
adb5e445
LT
18812005-08-09 Luc Teirlinck <teirllm@auburn.edu>
1882
1883 * positions.texi (Screen Lines): Update xref for previous change
1884 in minibuf.texi.
1885
1886 * minibuf.texi (Intro to Minibuffers): Update pxref for previous
1887 change in minibuf.texi.
1888
61298e17
RS
18892005-08-09 Richard M. Stallman <rms@gnu.org>
1890
1891 * tips.texi (Coding Conventions): Minor cleanup.
1892
1893 * modes.texi (Defining Minor Modes): Explain when init-value
1894 can be non-nil.
1895
1896 * elisp.texi (Top): Update submenu for Minibuffer.
1897
1898 * minibuf.texi (Minibuffer Misc): Node split up.
1899 (Minibuffer Commands, Minibuffer Windows, Minibuffer Contents)
1900 (Recursive Mini): New nodes split out from Minibuffer Misc.
1901 (Minibuffer Misc): Document max-mini-window-height.
1902
1903 * hash.texi (Defining Hash): Delete stray paren in example.
1904
1905 * display.texi (Echo Area Customization): Don't define
1906 max-mini-window-height here; xref instead.
1907
1908 * commands.texi (Event Input Misc): Update while-no-input.
1909
1910 * advice.texi (Advising Functions): Explain when to use advice
1911 and when to use a hook.
1912
43e124e6
EZ
19132005-07-30 Eli Zaretskii <eliz@gnu.org>
1914
1915 * makefile.w32-in (info): Don't run install-info.
1916 ($(infodir)/dir): New target, produced by running install-info.
1917
653aea22
LT
19182005-07-27 Luc Teirlinck <teirllm@auburn.edu>
1919
1920 * modes.texi (Defining Minor Modes): The keyword for the initial
1921 value is :init-value, not :initial-value.
1922
ba6ebbd5
EZ
19232005-07-23 Eli Zaretskii <eliz@gnu.org>
1924
1925 * loading.texi (Autoload): Make the `doctor' example be consistent
1926 with what's in current loaddefs.el. Describe the "fn" magic in
1927 the usage portion of the doc string.
1928
6696f2a4
RS
19292005-07-22 Richard M. Stallman <rms@gnu.org>
1930
1931 * internals.texi (Garbage Collection): Clarify previous change.
1932
0c17e67c
SM
19332005-07-21 Stefan Monnier <monnier@iro.umontreal.ca>
1934
1935 * internals.texi (Garbage Collection): Add gc-cons-percentage.
1936
426179e1
JL
19372005-07-18 Juri Linkov <juri@jurta.org>
1938
1939 * commands.texi (Accessing Events):
1940 * frames.texi (Text Terminal Colors, Resources):
1941 * markers.texi (The Mark):
1942 * modes.texi (Defining Minor Modes):
1943 Delete duplicate duplicate words.
1944
9b0c2c56
RS
19452005-07-16 Richard M. Stallman <rms@gnu.org>
1946
1947 * display.texi (Managing Overlays): Clarify make-overlay
1948 args for insertion types.
1949
fd90b80c
LT
19502005-07-13 Luc Teirlinck <teirllm@auburn.edu>
1951
0c17e67c
SM
1952 * customize.texi (Variable Definitions):
1953 Add `custom-initialize-safe-set' and `custom-initialize-safe-default'.
fd90b80c
LT
1954 `standard-value' is a list too.
1955 (Defining New Types): Use @key{RET} instead of @key{ret}.
1956
37aa90e5
TTN
19572005-07-13 Francis Litterio <franl@world.std.com> (tiny change)
1958
1959 * os.texi (Translating Input): Fix typo.
1960
917e0c95
RS
19612005-07-08 Richard M. Stallman <rms@gnu.org>
1962
1963 * README: Update edition number and size estimate.
1964
1965 * elisp.texi (VERSION): Set to 2.9.
1966
7d90e71d
RS
19672005-07-07 Richard M. Stallman <rms@gnu.org>
1968
c330dafe
RS
1969 * book-spine.texinfo: Update Emacs version.
1970
7d90e71d
RS
1971 * display.texi (Inverse Video): Delete mode-line-inverse-video.
1972
dc2204be
RS
19732005-07-06 Richard M. Stallman <rms@gnu.org>
1974
1975 * searching.texi (Regexp Search): Clarify what re-search-forward
1976 does when the search fails.
1977
a0ec7a4a
LK
19782005-07-05 Lute Kamstra <lute@gnu.org>
1979
dc2204be 1980 * Update FSF's address in GPL notices.
a0ec7a4a
LK
1981
1982 * doclicense.texi (GNU Free Documentation License):
1983 * gpl.texi (GPL):
1984 * tips.texi (Coding Conventions, Library Headers):
1985 * vol1.texi:
1986 * vol2.texi: Update FSF's address.
1987
4af33176
RS
19882005-07-04 Richard M. Stallman <rms@gnu.org>
1989
1990 * hooks.texi (Standard Hooks): Add occur-hook.
1991
b3ab615b
LT
19922005-07-03 Luc Teirlinck <teirllm@auburn.edu>
1993
1994 * display.texi (The Echo Area): Correct menu.
1995
3d393029
RS
19962005-07-03 Richard M. Stallman <rms@gnu.org>
1997
7fe48b75
RS
1998 * elisp.texi (Top): Update subnode menu for Display.
1999
2000 * display.texi (Displaying Messages): New node, with most
2001 of what was in The Echo Area.
2002 (Progress): Moved under The Echo Area.
2003 (Logging Messages): New node with new text.
2004 (Echo Area Customization): New node, the rest of what was
2005 in The Echo Area. Document message-truncate-lines with @defvar.
2006 (Display): Update menu.
2007
3d393029
RS
2008 * windows.texi (Textual Scrolling): Doc 3 values for
2009 scroll-preserve-screen-position.
2010
2011 * text.texi (Special Properties): Change hook functions
2012 should bind inhibit-modification-hooks around altering buffer text.
2013
2014 * keymaps.texi (Key Binding Commands): Call binding BINDING
2015 rather than DEFINITION.
2016
b26860ad
JB
20172005-06-29 Juanma Barranquero <lekktu@gmail.com>
2018
2019 * variables.texi (Defining Variables): `user-variable-p' returns t
2020 for aliases of user options, nil for alias loops.
2021
025691ed
RS
20222005-06-28 Richard M. Stallman <rms@gnu.org>
2023
2024 * keymaps.texi (Creating Keymaps): Put make-sparse-keymap before
2025 make-keymap.
2026
b61bfa4d
LT
20272005-06-27 Luc Teirlinck <teirllm@auburn.edu>
2028
2029 * variables.texi (Setting Variables): Correct and clarify
2030 description of `add-to-ordered-list'.
2031
24ee714d
RS
20322005-06-26 Richard M. Stallman <rms@gnu.org>
2033
2034 * display.texi (Faces): Minor cleanup.
2035
33b79ce4
LT
20362005-06-25 Luc Teirlinck <teirllm@auburn.edu>
2037
2038 * display.texi (Faces): `facep' returns t for strings that are
2039 face names.
2040
df13531d
RS
20412005-06-25 Richard M. Stallman <rms@gnu.org>
2042
2043 * objects.texi (Equality Predicates): Clarify meaning of equal.
2044
2045 * windows.texi (Selecting Windows): save-selected-window
2046 and with-selected-window save and restore the current buffer.
2047
cf444441
RS
20482005-06-24 Richard M. Stallman <rms@gnu.org>
2049
2050 * numbers.texi (Float Basics): Explain how to test for NaN,
2051 and printing the sign of NaNs.
2052
6cdd056d
EZ
20532005-06-24 Eli Zaretskii <eliz@gnu.org>
2054
2055 * makefile.w32-in (MAKEINFO): Use --force.
2056
b93e3c3b
RS
20572005-06-23 Richard M. Stallman <rms@gnu.org>
2058
2059 * display.texi (Face Functions): Correct Texinfo usage.
2060
6fb276bd
LT
20612005-06-23 Luc Teirlinck <teirllm@auburn.edu>
2062
2063 * lists.texi (Rings): `ring-elements' now returns the elements of
2064 RING in order.
2065
1d1c7e75
JB
20662005-06-23 Juanma Barranquero <lekktu@gmail.com>
2067
2068 * markers.texi (The Mark): Texinfo usage fix.
2069
9d12e52b
KS
20702005-06-23 Kim F. Storm <storm@cua.dk>
2071
2072 * searching.texi (Entire Match Data): Remove evaporate option for
2073 match-data. Do not mention evaporate option for set-match-data.
2074
6d44324c
GM
20752005-06-22 Glenn Morris <gmorris@ast.cam.ac.uk>
2076
2077 * display.texi (Face Functions): Mention face aliases.
2078
80df27a7
RS
20792005-06-21 Richard M. Stallman <rms@gnu.org>
2080
2081 * anti.texi (Antinews): Texinfo usage fix.
2082
e121563b
KB
20832005-06-21 Karl Berry <karl@gnu.org>
2084
9d7d543c
KB
2085 * elisp.texi: Use @copying.
2086
e121563b
KB
2087 * elisp.texi: Put @summarycontents and @contents before the Top
2088 node, instead of the end of the file, so that the contents appear
2089 in the right place in the dvi/pdf output.
2090
36a3b076
JL
20912005-06-21 Juri Linkov <juri@jurta.org>
2092
2093 * display.texi (Defining Faces): Add `customized-face'.
2094
5c796e80
KS
20952005-06-20 Kim F. Storm <storm@cua.dk>
2096
b7d1f38f
KS
2097 * variables.texi (Setting Variables): Any type of element can be
2098 given order in add-to-ordered-list. Compare elements with eq.
2099
5c796e80
KS
2100 * lists.texi (Rearrangement): Sort predicate may just return non-nil.
2101
fb056bef
KB
21022005-06-20 Karl Berry <karl@gnu.org>
2103
2104 * syntax.texi (Syntax Flags): Make last column very slightly wider
2105 to avoid "generic comment" breaking on two lines and causing an
2106 underfull box.
2107
84398baa
LT
21082005-06-19 Luc Teirlinck <teirllm@auburn.edu>
2109
2110 * lists.texi (Rings): Various minor clarifications and corrections.
2111
07ff1e4b
RS
21122005-06-18 Richard M. Stallman <rms@gnu.org>
2113
2114 * functions.texi (Obsolete Functions): Simplify.
2115
2116 * variables.texi (Variable Aliases): Simplify.
2117
2118 * anti.texi, backups.texi, compile.texi, customization.texi:
2119 * debugging.texi, display.texi, edebug.texi, errors.texi, frames.texi:
2120 * functions.texi, help.texi, keymaps.texi, modes.texi, nonascii.texi:
2121 * os.texi, processes.texi, searching.texi, strings.texi, text.texi:
2122 * variables.texi: Fix formatting ugliness.
2123
2124 * elisp.texi: Add links to Rings and Byte Packing.
2125 Update version and copyright years.
2126
2127 * minibuf.texi: Fix formatting ugliness.
2128 (Completion Commands): Move keymap vars to the end
2129 and vars completing-read binds to the top.
2130
3f7fab24
LT
21312005-06-17 Luc Teirlinck <teirllm@auburn.edu>
2132
2133 * processes.texi: Fix typos.
2134 (Bindat Spec): Correct Texinfo error.
926c4c9b 2135 (Byte Packing): Fix ungrammatical sentence.
3f7fab24 2136
f19b57e3
RS
21372005-06-17 Thien-Thi Nguyen <ttn@gnu.org>
2138
2139 * lists.texi (Rings): New node.
2140 (Lists): Add it to menu.
2141
a80c5da7 2142 * processes.texi (Byte Packing): New node.
f19b57e3
RS
2143 (Processes): Add it to menu.
2144
21452005-06-17 Richard M. Stallman <rms@gnu.org>
2146
2147 * syntax.texi (Parsing Expressions): Fix texinfo usage.
2148
2149 * help.texi (Documentation Basics): Explain the xref to
2150 Documentation Tips.
2151
2152 * debugging.texi (Debugger Commands): Minor fix.
2153
67c1390d
LT
21542005-06-16 Luc Teirlinck <teirllm@auburn.edu>
2155
2156 * edebug.texi (Instrumenting): Eliminate duplicate link.
2157 (Specification List): Replace references to "below", referring to
2158 a later node, with one @ref to that node.
2159
2160 * os.texi (Timers): Timers should save and restore the match data
2161 if they change it.
2162
2163 * debugging.texi (Debugger Commands): Mention that the Lisp
2164 debugger can not step through primitive functions.
2165
51cd2a8c
JB
21662005-06-16 Juanma Barranquero <lekktu@gmail.com>
2167
2168 * functions.texi (Obsolete Functions): Update argument names of
2169 `make-obsolete' and `define-obsolete-function-alias'.
2170
2171 * variables.texi (Variable Aliases): Update argument names of
2172 `defvaralias', `make-obsolete-variable' and
2173 `define-obsolete-variable-alias'.
2174
f5e6ac4a
KS
21752005-06-15 Kim F. Storm <storm@cua.dk>
2176
2177 * searching.texi (Entire Match Data): Rephrase warnings about
2178 evaporate arg to match-data and set-match-data.
2179
fe2a9972
LT
21802005-06-14 Luc Teirlinck <teirllm@auburn.edu>
2181
67774855
LT
2182 * elisp.texi (Top): Update detailed menu.
2183
fe2a9972
LT
2184 * edebug.texi (Edebug): Update menu.
2185 (Instrumenting): Update xrefs.
2186 (Edebug Execution Modes): Correct xref.
2187 (Jumping): Clarify description of `h' command.
2188 Eliminate redundant @ref.
2189 (Breaks): New node.
9b7fa297 2190 (Breakpoints): Is now a subsubsection.
fe2a9972
LT
2191 (Global Break Condition): Mention `C-x X X'.
2192 (Edebug Views): Clarify `v' and `p'. Mention `C-x X w'.
2193 (Trace Buffer): Clarify STRING arg of `edebug-tracing'.
2194 (Edebug Display Update): Correct pxref.
2195 (Edebug and Macros): New node.
2196 (Instrumenting Macro Calls): Is now a subsubsection.
2197 Neither arg of `def-edebug-spec' is evaluated.
2198 (Instrumenting Macro Calls): Mention `edebug-eval-macro-args'.
2199 (Specification Examples): Fix typo.
2200
b59f605b
LK
22012005-06-14 Lute Kamstra <lute@gnu.org>
2202
2203 * debugging.texi (Function Debugging): Primitives can break on
2204 entry too.
2205
a5c99dc9
KS
22062005-06-14 Kim F. Storm <storm@cua.dk>
2207
2208 * variables.texi (Setting Variables): Add add-to-ordered-list.
2209
f99ed2f8
SM
22102005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
2211
2212 * syntax.texi (Parsing Expressions): Document aux functions and vars of
2213 syntax-ppss: syntax-ppss-flush-cache and syntax-begin-function.
2214
9d42ffaa
LK
22152005-06-13 Lute Kamstra <lute@gnu.org>
2216
2217 * text.texi (Special Properties): Fix cross reference.
2218
32cc0b00
LT
22192005-06-11 Luc Teirlinck <teirllm@auburn.edu>
2220
2221 * debugging.texi (Function Debugging): Delete mention of empty
2222 string argument to `cancel-debug-on-entry'. Delete inaccurate
2223 description of the return value of that command.
2224
98d1a1cf
EZ
22252005-06-11 Alan Mackenzie <acm@muc.de>
2226
2227 * text.texi (Adaptive Fill): Amplify the description of
2228 fill-context-prefix.
2229
4b53b8d7
LT
22302005-06-10 Luc Teirlinck <teirllm@auburn.edu>
2231
84398baa 2232 * syntax.texi (Parsing Expressions): Fix Texinfo error.
4b53b8d7 2233
b5305167
SM
22342005-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
2235
2236 * syntax.texi (Parsing Expressions): Document syntax-ppss.
2237
9bd4c3ad
LT
22382005-06-10 Luc Teirlinck <teirllm@auburn.edu>
2239
2240 * debugging.texi (Error Debugging): Minor rewording.
2241 (Function Debugging): FUNCTION-NAME arg to `cancel-debug-on-entry'
2242 is optional.
2243
257914aa
LK
22442005-06-10 Lute Kamstra <lute@gnu.org>
2245
b5305167 2246 * elisp.texi: Use EMACSVER to refer to the current version of Emacs.
257914aa
LK
2247 (Top): Give it a title. Correct version number. Give the
2248 detailed node listing a more prominent header.
b5305167
SM
2249 * intro.texi: Don't set VERSION here a second time.
2250 Mention Emacs's version too.
257914aa
LK
2251 * anti.texi (Antinews): Use EMACSVER to refer to the current
2252 version of Emacs.
2253
b7aae902
KS
22542005-06-09 Kim F. Storm <storm@cua.dk>
2255
2256 * searching.texi (Entire Match Data): Explain new `reseat' argument to
2257 match-data and set-match-data.
2258
99598737
RS
22592005-06-08 Richard M. Stallman <rms@gnu.org>
2260
2261 * searching.texi (Entire Match Data): Clarify when match-data
2262 returns markers and when integers.
2263
2264 * display.texi (Defining Faces): Explain that face name should not
2265 end in `-face'.
2266
2267 * modes.texi (Mode Line Data): Minor cleanup.
2268 (Customizing Keywords): Node split out of Search-based Fontification.
2269 Add example of using font-lock-add-keywords from a hook.
2270 Clarify when MODE should be non-nil, and when nil.
2271
22722005-06-06 Richard M. Stallman <rms@gnu.org>
2273
2274 * modes.texi (Mode Line Data): Explain what happens when the car
2275 of a list is a void symbol.
2276 (Search-based Fontification): Explain MODE arg to
2277 font-lock-add-keywords and warn about calls from major modes.
2278
ecc8893a
JL
22792005-06-08 Juri Linkov <juri@jurta.org>
2280
2281 * display.texi (Standard Faces): Add `shadow' face.
2282
7fa9f4eb
LT
22832005-05-29 Luc Teirlinck <teirllm@auburn.edu>
2284
2285 * modes.texi (Major Mode Conventions): A derived mode only needs
2286 to put the call to the parent mode inside `delay-mode-hooks'.
2287
bebcc4b1
RS
22882005-05-29 Richard M. Stallman <rms@gnu.org>
2289
c16b1394
RS
2290 * modes.texi (Mode Hooks): Explain that after-change-major-mode-hook is
2291 new, and what that implies. Clarify.
2292
2293 * files.texi (Locating Files): Clean up the text.
2294
bebcc4b1
RS
2295 * frames.texi (Window Frame Parameters): Document user-size.
2296 Shorten entry for top by referring to left.
2297
22982005-05-26 Richard M. Stallman <rms@gnu.org>
2299
2300 * modes.texi (Mode Hooks): Explain that after-change-major-mode-hook
2301 is new, and what the implications are. Other clarifications.
2302
217797bc
RS
23032005-05-24 Richard M. Stallman <rms@gnu.org>
2304
2305 * frames.texi (Dialog Boxes): Minor fixes.
2306
3565fe07
MY
23072005-05-25 Masatake YAMATO <jet@gyve.org>
2308
2309 * display.texi (Standard Faces): Write about `mode-line-highlight'.
2310
817089df
LT
23112005-05-24 Luc Teirlinck <teirllm@auburn.edu>
2312
2313 * frames.texi (Dialog Boxes): HEADER argument to `x-popup-dialog'
2314 is optional.
2315
cb5db137
NR
23162005-05-24 Nick Roberts <nickrob@snap.net.nz>
2317
2318 * frames.texi (Dialog Boxes): Descibe new optional argument.
2319
3c8572f5
LK
23202005-05-23 Lute Kamstra <lute@gnu.org>
2321
2322 * modes.texi (Font Lock Basics, Syntactic Font Lock): Recommend
2323 syntax-begin-function over font-lock-beginning-of-syntax-function.
2324
2a4d7cb3
LT
23252005-05-21 Luc Teirlinck <teirllm@auburn.edu>
2326
71f800cf
LT
2327 * minibuf.texi (Reading File Names): Update description of
2328 `read-directory-name'.
2329
2a4d7cb3
LT
2330 * modes.texi (Derived Modes): Clarify :group keyword.
2331
bb4afd09
EZ
23322005-05-21 Eli Zaretskii <eliz@gnu.org>
2333
b5305167
SM
2334 * files.texi (Locating Files): New subsection.
2335 Describe locate-file and executable-find.
bb4afd09 2336
a2c9aee6
EZ
23372005-05-21 Kevin Ryde <user42@zip.com.au>
2338
2339 * frames.texi (Initial Parameters): Update cross reference to
2340 "Emacs Invocation".
2341
6900105f
LT
23422005-05-19 Luc Teirlinck <teirllm@auburn.edu>
2343
ca1b0914
LT
2344 * keymaps.texi (Active Keymaps): Add anchor.
2345
6900105f
LT
2346 * modes.texi (Hooks): Delete confusing and unnecessary sentence.
2347 (Major Mode Conventions): Refer to `Auto Major Mode' in more
2348 appropriate place.
2349 (Derived Modes): Small clarifications.
b5305167
SM
2350 (Minor Mode Conventions, Keymaps and Minor Modes):
2351 Replace references to nodes with references to anchors.
6900105f
LT
2352 (Mode Line Data): Warn that `(:eval FORM)' should not load any files.
2353 Clarify description of lists whose first element is an integer.
2354 (Mode Line Variables): Add anchor.
2355 (%-Constructs): Clarify description of integer after %.
2356 (Emulating Mode Line): Describe nil value for FACE.
2357
54d06364
LT
23582005-05-18 Luc Teirlinck <teirllm@auburn.edu>
2359
2360 * modes.texi (Derived Modes): Correct references to non-existing
2361 variable standard-syntax-table.
2362
f8d0b769
LK
23632005-05-17 Lute Kamstra <lute@gnu.org>
2364
2365 * modes.texi (Defining Minor Modes): Mention the mode hook.
2366
294c599c
KS
23672005-05-15 Kim F. Storm <storm@cua.dk>
2368
2369 * processes.texi (Network): Remove open-network-stream-nowait.
2370 (Network Servers): Remove open-network-stream-server.
2371
4214af69
LT
23722005-05-15 Luc Teirlinck <teirllm@auburn.edu>
2373
2374 * elisp.texi (Top): Update detailed menu.
2375
2376 * variables.texi: Reorder nodes.
2377 (Variables): Update menu.
2378 (File Local Variables): Do not refer to the `-*-' line as
2379 a "local variables list". Add pxref.
2380
302691ab
LT
23812005-05-14 Luc Teirlinck <teirllm@auburn.edu>
2382
56d4215a
LT
2383 * elisp.texi (Top): Update detailed menu for node changes.
2384
302691ab 2385 * modes.texi (Modes): Update Menu.
6db11765 2386 (Hooks): Move to beginning of chapter.
302691ab
LT
2387 Most minor modes run mode hooks too.
2388 `add-hook' can handle void hooks or hooks whose value is a single
2389 function.
2390 (Major Modes): Update Menu.
2391 (Major Mode Basics): New node, split off from `Major Modes'.
2392 (Major Mode Conventions): Correct xref. Explain how to handle
2393 auto-mode-alist if the major mode command has an autoload cookie.
2394 (Auto Major Mode): Major update. Add magic-mode-alist.
2395 (Derived Modes): Major update.
2396 (Mode Line Format): Update Menu.
2397 (Mode Line Basics): New node, split off from `Mode Line Format'.
2398
2399 * loading.texi (Autoload): Mention `autoload cookie' as synonym
2400 for `magic autoload comment'. Add index entries and anchor.
2401
d06ba294
RS
24022005-05-14 Richard M. Stallman <rms@gnu.org>
2403
2404 * tips.texi (Coding Conventions): Explain how important it is
2405 that just loading certain files not change Emacs behavior.
2406
2407 * modes.texi (Defining Minor Modes): Define define-global-minor-mode.
2408
405cb12a
LK
24092005-05-12 Lute Kamstra <lute@gnu.org>
2410
19958124
LK
2411 * modes.texi (Generic Modes): Update.
2412 (Major Modes): Refer to node "Generic Modes".
2413
405cb12a
LK
2414 * elisp.texi (Top): Update to the current structure of the manual.
2415 * processes.texi (Processes): Add menu description.
2416 * customize.texi (Customization): Add menu descriptions.
2417
f714dd1b
TTN
24182005-05-11 Thien-Thi Nguyen <ttn@gnu.org>
2419
cc9442f2
TTN
2420 * processes.texi (Signals to Processes)
2421 (Low-Level Network): Fix typos.
f714dd1b 2422
36ad23ec
LK
24232005-05-11 Lute Kamstra <lute@gnu.org>
2424
2425 * elisp.texi (Top): Add some nodes from the chapter "Major and
2426 Minor Modes" to the detailed node listing.
2427
d101bf56
RS
24282005-05-10 Richard M. Stallman <rms@gnu.org>
2429
2430 * keymaps.texi (Extended Menu Items): Menu item filter functions
2431 can be called at any time.
2432
698b0510
LT
24332005-05-08 Luc Teirlinck <teirllm@auburn.edu>
2434
2435 * variables.texi (File Local Variables): `(hack-local-variables t)'
2436 now also checks whether a mode is specified in the local variables
2437 list.
2438
2c6b25c7
EZ
24392005-05-05 Kevin Ryde <user42@zip.com.au>
2440
2441 * display.texi (The Echo Area): Correct format function cross
2442 reference.
2443
643b4cf5
LT
24442005-05-05 Luc Teirlinck <teirllm@auburn.edu>
2445
2446 * variables.texi (Variable Aliases): Change description of
2447 `define-obsolete-variable-alias'.
2448
2449 * functions.texi (Functions): Add "Obsolete Functions" to menu.
2450 (Defining Functions): Add xref.
2451 (Obsolete Functions): New node.
2452 (Function Safety): Standardize capitalization of section title.
2453
2454 * frames.texi (Pop-Up Menus): Complete description of `x-popup-menu'.
2455 (Dialog Boxes): Complete description of `x-popup-dialog'.
2456
053bc8e4
RS
24572005-05-04 Richard M. Stallman <rms@gnu.org>
2458
2459 * commands.texi (Interactive Codes): Fix Texinfo usage.
2460 Document U more clearly.
2461
f6b1b15a
LT
24622005-05-01 Luc Teirlinck <teirllm@auburn.edu>
2463
3b925015
LT
2464 * variables.texi (Variable Aliases): `make-obsolete-variable' is a
2465 function and not a macro.
2466
f6b1b15a
LT
2467 * frames.texi (Pop-Up Menus): Correct and clarify description of
2468 `x-popup-menu'.
2469 (Dialog Boxes): Clarify description of `x-popup-dialog'.
2470
ebbfa918
RS
24712005-05-01 Richard M. Stallman <rms@gnu.org>
2472
2473 * edebug.texi (Checking Whether to Stop): Fix previous change.
2474
abe2f96e
LT
24752005-05-01 Luc Teirlinck <teirllm@auburn.edu>
2476
d6028ef2
LT
2477 * display.texi: Fix typos and Texinfo usage.
2478
abe2f96e
LT
2479 * edebug.texi (Checking Whether to Stop): executing-macro ->
2480 executing-kbd-macro.
2481
b2cfb30b
RS
24822005-05-01 Richard M. Stallman <rms@gnu.org>
2483
2484 * display.texi (Invisible Text): Correct add-to-invisibility-spec.
2485
7e995a23
RS
24862005-04-30 Richard M. Stallman <rms@gnu.org>
2487
2488 * files.texi (Magic File Names): Document `operations' property.
2489
57efa539
LK
24902005-04-29 Lute Kamstra <lute@gnu.org>
2491
2492 * modes.texi (Generic Modes): New node.
2493 (Major Modes): Add it to the menu.
2494 (Derived Modes): Add "derived mode" to concept index.
2495
0a20b1dc
LK
24962005-04-28 Lute Kamstra <lute@gnu.org>
2497
2498 * modes.texi (Defining Minor Modes): Fix previous change.
2499 (Font Lock Mode): Simplify.
2500 (Font Lock Basics): Say that font-lock-defaults is buffer-local
2501 when set and that some parts are optional. Add cross references.
2502 (Search-based Fontification): Say how to specify font-lock-keywords.
b5305167
SM
2503 Add cross references. Add font-lock-multiline to index.
2504 Move font-lock-keywords-case-fold-search here from node "Other Font
0a20b1dc 2505 Lock Variables". Document font-lock-add-keywords and
b5305167 2506 font-lock-remove-keywords.
0a20b1dc
LK
2507 (Other Font Lock Variables): Move font-lock-keywords-only,
2508 font-lock-syntax-table, font-lock-beginning-of-syntax-function,
2509 and font-lock-syntactic-face-function to node "Syntactic Font
2510 Lock". Move font-lock-keywords-case-fold-search to node
2511 "Search-based Fontification". Document font-lock-inhibit-thing-lock
2512 and font-lock-{,un}fontify-{buffer,region}-function.
2513 (Precalculated Fontification): Remove reference to deleted variable
2514 font-lock-core-only.
2515 (Faces for Font Lock): Add font-lock-comment-delimiter-face.
2516 (Syntactic Font Lock): Add intro. Move font-lock-keywords-only,
2517 font-lock-syntax-table, font-lock-beginning-of-syntax-function,
2518 and font-lock-syntactic-face-function here from node "Other Font
2519 Lock Variables". Move font-lock-syntactic-keywords to "Setting
2520 Syntax Properties". Add cross references.
b5305167
SM
2521 (Setting Syntax Properties): New node.
2522 Move font-lock-syntactic-keywords here from "Syntactic Font Lock".
0a20b1dc
LK
2523 * syntax.texi (Syntax Properties): Add cross reference.
2524 * hooks.texi (Standard Hooks): Add Font-Lock hooks.
2525
68a94f5a
RS
25262005-04-26 Richard M. Stallman <rms@gnu.org>
2527
2528 * display.texi (Defining Faces):
2529 Document `default' elements of defface spec.
2530
2531 * modes.texi (Major Mode Conventions): Explain customizing ElDoc mode.
2532
2533 * variables.texi (Variable Aliases): Clarify text.
2534
25352005-04-25 Chong Yidong <cyd@stupidchicken.com>
2536
2537 * windows.texi (Window Hooks): Remove reference to obsolete Lazy Lock.
2538
7f48f143
LT
25392005-04-25 Luc Teirlinck <teirllm@auburn.edu>
2540
2541 * hooks.texi (Standard Hooks): Most minor modes have mode hooks too.
2542
45d2f8e8
EZ
25432005-04-24 Eli Zaretskii <eliz@gnu.org>
2544
f3714ab2
EZ
2545 * syntax.texi (Syntax Table Internals): Elaborate documentation of
2546 syntax-after and syntax-class.
2547
45d2f8e8 2548 * files.texi (Changing Files): Fix last change's cross-reference.
5eb20bca
EZ
2549 (Unique File Names): Don't mention "numbers" in the documentation
2550 of make-temp-file and make-temp-name.
45d2f8e8 2551
469bc679
RS
25522005-04-23 Richard M. Stallman <rms@gnu.org>
2553
2554 * files.texi (Changing Files): Document MUSTBENEW arg in copy-file.
2555
c9fa5dc9
RS
25562005-04-22 Nick Roberts <nickrob@snap.net.nz>
2557
2558 * windows.texi (Cyclic Window Ordering): Clarify window-list.
2559
230e1e80
NR
25602005-04-22 Nick Roberts <nickrob@snap.net.nz>
2561
2562 * variables.texi (Variable Aliases): Describe make-obsolete-variable
2563 and define-obsolete-variable-alias.
2564
1ba52906
KS
25652005-04-22 Kim F. Storm <storm@cua.dk>
2566
2567 * symbols.texi (Symbol Plists): Remove safe-get, as get is now safe.
2568 (Other Plists): Remove safe-plist-get, as plist-get is now safe.
2569
9721d904
LK
25702005-04-21 Lute Kamstra <lute@gnu.org>
2571
2572 * lists.texi (Association Lists): Document rassq-delete-all.
2573
ed35c736
RS
25742005-04-19 Richard M. Stallman <rms@gnu.org>
2575
2576 * modes.texi (Search-based Fontification): Explain that
2577 facespec is an expression to be evaluated.
2578
42fc00a4
RS
25792005-04-19 Kevin Ryde <user42@zip.com.au>
2580
b5305167 2581 * streams.texi (Output Functions): Fix xref.
42fc00a4
RS
2582 * strings.texi (String Conversion): Fix xref.
2583
5827e9d4
KS
25842005-04-19 Kim F. Storm <storm@cua.dk>
2585
2586 * symbols.texi (Symbol Plists): Add safe-get.
2587 Mention that `get' may signal an error.
2588
47872da9
NR
25892005-04-18 Nick Roberts <nickrob@snap.net.nz>
2590
2591 * customize.texi (Variable Definitions): Replace tooltip-mode
2592 example with save-place.
2593
ec0cf966
RS
25942005-04-17 Richard M. Stallman <rms@gnu.org>
2595
2596 * buffers.texi (Indirect Buffers): Clarify.
2597
2598 * positions.texi (Positions): Clarify converting marker to integer.
2599
2600 * strings.texi (String Basics): Mention string-match; clarify.
2601
199bb209
LK
26022005-04-08 Lute Kamstra <lute@gnu.org>
2603
2604 * modes.texi (Search-based Fontification): Fix cross references.
2605 Use consistent terminology. Document anchored highlighting.
2606
bfa54668
LK
26072005-04-05 Lute Kamstra <lute@gnu.org>
2608
2609 * modes.texi (Defining Minor Modes): Document :group keyword
2610 argument and its default value.
2611
07e5fb9e
LK
26122005-04-03 Lute Kamstra <lute@gnu.org>
2613
2614 * hooks.texi (Standard Hooks): Add some hooks. Add cross
2615 references and/or descriptions. Delete major mode hooks; mention
2616 them as a category instead. Rename or delete obsolete hooks.
2617
aa945b59
RS
26182005-04-02 Richard M. Stallman <rms@gnu.org>
2619
2620 * nonascii.texi (Coding System Basics): Another wording cleanup.
2621
8b918214
RS
26222005-04-01 Richard M. Stallman <rms@gnu.org>
2623
2624 * nonascii.texi (Coding System Basics): Clarify previous change.
2625
41639988
KH
26262005-04-01 Kenichi Handa <handa@m17n.org>
2627
2628 * nonascii.texi (Coding System Basics): Describe about rondtrip
2629 identity of coding systems.
2630
8e669bbd
RS
26312005-03-29 Chong Yidong <cyd@stupidchicken.com>
2632
2633 * text.texi (Buffer Contents): Add filter-buffer-substring and
2634 buffer-substring-filters.
2635
f60a6f87
RS
26362005-03-26 Chong Yidong <cyd@stupidchicken.com>
2637
2638 * anti.texi (Antinews): Mention `G' interactive code.
2639
2640 * tips.texi (Compilation Tips): Mention benchmark.el.
2641
aaac1251
LT
26422005-03-27 Luc Teirlinck <teirllm@auburn.edu>
2643
2644 * modes.texi (Other Font Lock Variables): `font-lock-fontify-block'
2645 is now bound to M-o M-o.
2646
2647 * keymaps.texi (Prefix Keys): `facemenu-keymap' is now on M-o.
2648
45325173
GM
26492005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
2650
2651 * calendar.texi: Delete file (and move contents to emacs-xtra.texi
2652 in the Emacs Manual).
2653 * Makefile.in (srcs): Remove calendar.texi.
2654 * makefile.w32-in (srcs): Remove calendar.texi.
2655 * display.texi (Display): Change name of next node.
2656 * os.texi (System In): Change name of previous node.
2657 * elisp.texi (Top): Remove Calendar references.
2658 * vol1.texi (Top): Remove Calendar references.
2659 * vol2.texi (Top): Remove Calendar references.
2660
85df292e
RS
26612005-03-25 Richard M. Stallman <rms@gnu.org>
2662
45325173 2663 * display.texi (Standard Faces, Fringe Bitmaps, Customizing Bitmaps):
85df292e
RS
2664 Cleanup previous change.
2665
26662005-03-25 Chong Yidong <cyd@stupidchicken.com>
2667
2668 * display.texi (Face Attributes): Faces earlier in an :inherit
2669 list take precedence.
2670 (Scroll Bars): Fix description of vertical-scroll-bars.
2671 Document frame-current-scroll-bars and window-current-scroll-bars.
2672
2673 * markers.texi (The Mark): Document temporary Transient Mark mode.
2674
b5305167
SM
2675 * minibuf.texi (Reading File Names):
2676 Document read-file-name-completion-ignore-case.
85df292e
RS
2677
2678 * positions.texi (Screen Lines): Document nil for width argument
2679 to compute-motion.
2680
1fe54d69
KS
26812005-03-23 Kim F. Storm <storm@cua.dk>
2682
2683 * display.texi (Standard Faces): Other faces used in the fringe
2684 implicitly inherits from the fringe face.
2685 (Fringe Bitmaps): FACE in right-fringe and left-fringe display
2686 properties implicitly inherits from fringe face.
2687 (Customizing Bitmaps): Likewise for set-fringe-bitmap-face.
2688
a775dff4
RS
26892005-03-20 Chong Yidong <cyd@stupidchicken.com>
2690
2691 * display.texi (Invisible Text): State default value of
2692 line-move-ignore-invisible.
2693 (Managing Overlays): Document remove-overlays.
2694 (Standard Faces): Document escape-glyph face.
2695
b5305167 2696 * minibuf.texi (Reading File Names): Document read-file-name-function.
a775dff4 2697
b5305167
SM
2698 * modes.texi (Other Font Lock Variables):
2699 Document font-lock-lines-before.
a775dff4
RS
2700
2701 * positions.texi (Skipping Characters): skip-chars-forward allows
2702 character classes.
2703
077f7085
LK
27042005-03-18 Lute Kamstra <lute@gnu.org>
2705
2706 * edebug.texi (Instrumenting Macro Calls): Fix another typo.
2707
d69ea7ab
RS
27082005-03-17 Richard M. Stallman <rms@gnu.org>
2709
c7bd5d57
RS
2710 * text.texi (Undo): Document extensible undo entries.
2711
d69ea7ab
RS
2712 * searching.texi (String Search, Regexp Search, Regexp Search):
2713 Cleanups.
2714
2715 * nonascii.texi (Character Codes): Minor fix.
2716
2717 * display.texi (Display Property): Explain the significance
2718 of having text properties that are eq.
2719 (Other Display Specs): Explain string as display spec.
2720
2721 * commands.texi (Interactive Codes): Document G option.
2722
27232005-03-17 Chong Yidong <cyd@stupidchicken.com>
2724
2725 * text.texi (Filling): Add sentence-end-without-period and
2726 sentence-end-without-space.
2727 (Changing Properties): Minor fix.
2728
2729 * anti.texi: Total rewrite.
2730
a7679889
LK
27312005-03-15 Lute Kamstra <lute@gnu.org>
2732
2733 * edebug.texi (Instrumenting Macro Calls): Fix typos.
2734
6eb8e247
KS
27352005-03-08 Kim F. Storm <storm@cua.dk>
2736
2737 * display.texi (Specified Space): Property :width is support on
2738 non-graphic terminals, :height is not.
2739
bfa8be14
RS
27402005-03-07 Richard M. Stallman <rms@gnu.org>
2741
2742 * display.texi (Overlay Arrow, Fringe Bitmaps, Customizing Bitmaps):
2743 Now subnodes of Fringes.
2744 (Overlay Arrow): Document overlay-arrow-variable-list.
2745 (Fringe Size/Pos): New node, broken out of Fringes.
2746 (Display): Explain clearing vs redisplay better.
2747 (Truncation): Clarify use of bitmaps.
2748 (The Echo Area): Clarify the uses of the echo area.
2749 Add max-mini-window-height.
2750 (Progress): Clarify.
2751 (Invisible Text): Explain that main loop moves point out.
2752 (Selective Display): Say "hidden", not "invisible".
b5305167 2753 (Managing Overlays): Move up. Describe relation to Undo here.
bfa8be14
RS
2754 (Overlay Properties): Clarify intro.
2755 (Finding Overlays): Explain return values when nothing found.
2756 (Width): truncate-string-to-width has added arg.
2757 (Displaying Faces): Clarify and update mode line face handling.
2758 (Face Functions): Minor cleanup.
b5305167 2759 (Conditional Display): Merge into Other Display Specs.
bfa8be14
RS
2760 (Pixel Specification, Other Display Specs): Minor cleanups.
2761 (Images, Image Descriptors): Minor cleanups.
2762 (GIF Images): Patents have expired.
2763 (Showing Images): Explain default text for insert-image.
b5305167 2764 (Manipulating Button Types): Merge into Manipulating Buttons.
bfa8be14
RS
2765 (Making Buttons): Explain return values.
2766 (Button Buffer Commands): Add xref.
2767 (Inverse Video): Update mode-line-inverse-video.
2768 (Display Table Format): Clarify.
2769 (Active Display Table): Give defaults for window-display-table.
2770
2771 * calendar.texi (Calendar Customizing): calendar-holiday-marker
2772 and calendar-today-marker are strings, not chars.
2773 (Holiday Customizing): Minor fix.
2774
bfa8be14
RS
2775 * internals.texi (Writing Emacs Primitives): Update `or' example.
2776 Update limit on # args of subr.
2777
2778 * edebug.texi (Using Edebug): Arrow is in fringe.
2779 (Instrumenting): Arg to eval-defun works without loading edebug.
2780 (Edebug Execution Modes): Add xref.
2781
2782 * customize.texi (Common Keywords): Clarify :require.
2783 Mention :version here.
2784 (Variable Definitions, Group Definitions): Not here.
2785 (Variable Definitions): Clarify symbol arg to :initialize and :set fns.
2786
d69ea7ab
RS
27872005-03-07 Chong Yidong <cyd@stupidchicken.com>
2788 * nonascii.texi (Text Representations): Clarify position-bytes.
2789 (Character Sets): Add list-charset-chars.
2790 (Scanning Charsets): Add charset-after.
2791 (Encoding and I/O): Minor fix.
2792
34398e6c
RS
27932005-03-06 Richard M. Stallman <rms@gnu.org>
2794
2795 * windows.texi (Vertical Scrolling): Get rid of "Emacs 21".
2796 (Resizing Windows): Likewise.
2797
2798 * text.texi (Change Hooks): Get rid of "Emacs 21".
2799
2800 * strings.texi (Formatting Strings): Get rid of "Emacs 21".
2801
2802 * streams.texi (Output Variables): Get rid of "Emacs 21".
2803
2804 * searching.texi (Regexp Special, Char Classes): Get rid of "Emacs 21".
2805
2806 * os.texi (Translating Input): Replace flow-control example
2807 with a less obsolete example that uses `keyboard-translate'.
2808
6eb8e247 2809 * objects.texi (Hash Table Type, Circular Objects):
34398e6c 2810 Get rid of "Emacs 21".
6eb8e247 2811
34398e6c
RS
2812 * modes.texi (Mode Line Format): Get rid of "Emacs 21".
2813 (Mode Line Data, Properties in Mode, Header Lines): Likewise.
2814
2815 * minibuf.texi (Minibuffer Misc): Get rid of "Emacs 21".
2816
2817 * lists.texi (List Elements, Building Lists): Get rid of "Emacs 21".
2818
2819 * keymaps.texi (Menu Separators, Tool Bar): Get rid of "Emacs 21".
2820 (Menu Bar): Fix when menu-bar-update-hook is called.
2821
2822 * hash.texi (Hash Tables): Get rid of "Emacs 21".
2823
2824 * frames.texi (Text Terminal Colors): Get rid of "Emacs 21",
2825 and make it read better.
2826
2827 * files.texi (Writing to Files): Get rid of "Emacs 21".
2828 (Unique File Names): Likewise.
2829
2830 * elisp.texi: Update Emacs version to 22.
2831
2832 * display.texi (Forcing Redisplay): Get rid of "Emacs 21".
2833 (Overlay Properties, Face Attributes): Likewise.
2834 (Managing Overlays): Fix punctuation.
2835 (Attribute Functions): Clarify set-face-font; get rid of
2836 info about old Emacs versions.
2837 (Auto Faces, Font Lookup, Display Property, Images):
2838 Get rid of "Emacs 21".
2839
2840 * calendar.texi (Calendar Customizing): Get rid of "Emacs 21".
2841
d2178387
RS
28422005-03-05 Richard M. Stallman <rms@gnu.org>
2843
2844 * debugging.texi (Error Debugging): Remove stack-trace-on-error.
2845
524352d6
LK
28462005-03-04 Lute Kamstra <lute@gnu.org>
2847
2848 * debugging.texi (Error Debugging): Document stack-trace-on-error.
2849
28502005-03-03 Lute Kamstra <lute@gnu.org>
2851
2852 * edebug.texi (Instrumenting Macro Calls): Fix typo.
2853
284f0680
LK
28542005-03-01 Lute Kamstra <lute@gnu.org>
2855
2856 * debugging.texi (Debugger Commands): Update `j'.
2857
a9ee5cac
LK
28582005-02-28 Lute Kamstra <lute@gnu.org>
2859
2860 * debugging.texi (Debugging): Fix typo.
2861 (Error Debugging): Document eval-expression-debug-on-error.
2862 (Function Debugging): Update example.
2863 (Using Debugger): Mention starred stack frames.
2864 (Debugger Commands): Document `j' and `l'.
2865 (Invoking the Debugger): `d' and `j' exit recursive edit too.
2866 Update the messages that the debugger displays.
2867 (Internals of Debugger): Add cross reference. Update example.
2868 (Excess Open): Minor improvement.
2869 (Excess Close): Minor improvement.
2870
378d0f8e
RS
28712005-02-26 Richard M. Stallman <rms@gnu.org>
2872
2873 * tips.texi (Coding Conventions): Clarify.
2874 Put all the major mode key reservations together.
2875 Mention the Mouse-1 => Mouse-2 conventions.
2876
2877 * syntax.texi (Syntax Class Table): Clarify.
2878 (Syntax Table Functions): syntax-after moved from here.
2879 (Syntax Table Internals): syntax-after moved to here.
2880 (Parsing Expressions): Update info on number of values
2881 and what's meaningful in the STATE argument.
2882 (Categories): Fix typo.
2883
2884 * sequences.texi (Arrays): Cleanup.
2885 (Char-Tables): Clarify.
2886
2887 * processes.texi (Deleting Processes): Cleanups, add xref.
2888 (Subprocess Creation): Explain nil in exec-path. Cleanup.
2889 (Process Information): set-process-coding-system, some args optional.
2890 (Input to Processes): Explain various types for PROCESS args.
2891 Rename them from PROCESS-NAME to PROCESS.
2892 (Signals to Processes): Likewise.
2893 (Decoding Output): Cleanup.
2894 (Query Before Exit): Clarify.
2895
2896 * os.texi (Startup Summary): Correct the options; add missing ones.
2897 (Terminal Output, Batch Mode): Clarify.
2898 (Flow Control): Node deleted.
2899
2900 * markers.texi (The Mark): Clarify.
2901
2902 * macros.texi (Expansion): Cleanup.
2903 (Indenting Macros): indent-spec allows ints, not floats.
2904
2905 * keymaps.texi (Keymaps): Clarify.
2906 (Format of Keymaps): Update lisp-mode-map example.
2907 (Active Keymaps, Key Lookup): Clarify.
2908 (Changing Key Bindings): Add xref to `kbd'.
2909 (Key Binding Commands, Simple Menu Items): Clarify.
2910 (Mouse Menus, Menu Bar): Clarify.
2911 (Menu Example): Replace print example with menu-bar-replace-menu.
2912
2913 * help.texi (Documentation Basics): Add function-documentation prop.
2914
2915 * elisp.texi (Top): Don't refer to Flow Control node.
2916
2917 * commands.texi (Command Overview): Improve xrefs.
2918 (Adjusting Point): Adjusting point applies to intangible and invis.
2919 (Key Sequence Input): Doc extra read-key-sequence args.
2920 Likewise for read-key-sequence-vector.
2921
2922 * backups.texi (Rename or Copy): Minor fix.
2923 (Numbered Backups): For version-control, say the default.
2924 (Auto-Saving): make-auto-save-file-name example is simplified.
2925
2926 * advice.texi (Advising Functions): Don't imply one part of Emacs
2927 should advise another part. Markup changes.
2928 (Defining Advice): Move transitional para.
2929 (Activation of Advice): Cleanup.
2930 Explain if COMPILE is nil or negative.
2931
2932 * abbrevs.texi (Abbrev Expansion): Clarify, fix typo.
2933
2e20c83d
LK
29342005-02-24 Lute Kamstra <lute@gnu.org>
2935
2936 * modes.texi (Defining Minor Modes): Explain that INIT-VALUE,
2937 LIGHTER, and KEYMAP can be omitted when KEYWORD-ARGS are used.
2938
65c492fd
LK
29392005-02-23 Lute Kamstra <lute@gnu.org>
2940
b02c3eed
LK
2941 * modes.texi (Defining Minor Modes): define-minor-mode can be used
2942 to define global minor modes as well.
2943
65c492fd
LK
2944 * display.texi (Managing Overlays): overlay-buffer returns nil for
2945 deleted overlays.
2946
b686dd59
KS
29472005-02-22 Kim F. Storm <storm@cua.dk>
2948
2949 * minibuf.texi (Basic Completion): Allow symbols in addition to
2950 strings in try-completion and all-completions.
2951
23e8c095
LK
29522005-02-14 Lute Kamstra <lute@gnu.org>
2953
2954 * elisp.texi (Top): Remove reference to deleted node.
2955
2956 * lists.texi (Lists): Remove reference to deleted node.
2957 (Cons Cells): Fix typo.
2958
2959 * loading.texi (Where Defined): Fix typo.
2960
134948fc
RS
29612005-02-14 Richard M. Stallman <rms@gnu.org>
2962
2963 * variables.texi (Creating Buffer-Local): change-major-mode-hook
2964 is useful for discarding some minor modes.
2965
2966 * symbols.texi (Symbol Components): Reorder examples.
2967
2968 * streams.texi (Input Functions): State standard-input default.
2969 (Output Variables): State standard-output default.
2970
2971 * objects.texi (Printed Representation): Clarify read syntax vs print.
2972 (Floating Point Type): Explain meaning better.
2973 (Symbol Type): Explain uniqueness better.
2974 (Cons Cell Type): Explain empty list sooner. CAR and CDR later.
2975 List examples sooner.
2976 (Box Diagrams): New subnode broken out.
2977 Some examples moved from old Lists as Boxes node.
2978 (Dotted Pair Notation): Clarify intro.
2979 (Array Type): Clarify.
2980 (Type Predicates): Add hash-table-p.
2981
2982 * numbers.texi (Integer Basics): Clarify radix explanation.
2983 (Predicates on Numbers): Minor clarification.
2984 (Comparison of Numbers): Minor clarification. Clarify eql.
2985 Typos in min, max.
2986 (Math Functions): Clarify overflow in expt.
2987
2988 * minibuf.texi (Text from Minibuffer): Minor clarification.
2989 Mention arrow keys.
2990
2991 * loading.texi (Autoload): defun's doc string overrides autoload's
2992 doc string.
2993 (Repeated Loading): Modernize "add to list" examples.
2994 (Where Defined): Finish updating table of load-history elts.
2995
2996 * lists.texi (List-related Predicates): Minor wording improvement.
2997 (Lists as Boxes): Node deleted.
2998 (Building Lists): Explain trivial cases of number-sequence.
2999
3000 * hash.texi (Hash Tables): Add desc to menu items.
3001 (Creating Hash): Expain "full" means "make larger",
3002 (Hash Access): Any object can be a key.
3003 State value of maphash.
3004
3005 * functions.texi (What Is a Function): Wording cleanup.
3006 (Function Documentation): Minor cleanup.
3007 Explain purpose of calling convention at end of doc string.
3008 (Function Names): Wording cleanup.
3009 (Calling Functions): Wording cleanup.
3010 Explain better how funcall calls the function.
3011 (Function Cells): Delete example of saving and redefining function.
3012
3013 * control.texi (Combining Conditions): Wording cleanup.
3014 (Iteration): dolist and dotimes bind VAR locally.
3015 (Cleanups): Xref to Atomic Changes.
3016
3017 * compile.texi (Byte Compilation): Delete 19.29 info.
3018 (Compilation Functions): Macros' difficulties don't affect defsubst.
3019 (Docs and Compilation): Delete 19.29 info.
3020
44291460
RS
30212005-02-10 Richard M. Stallman <rms@gnu.org>
3022
3023 * objects.texi (Symbol Type): Minor correction.
3024
1f9ad95a
LK
30252005-02-06 Lute Kamstra <lute@gnu.org>
3026
3027 * modes.texi (Example Major Modes): Fix typos.
3028
ba2c991c
RS
30292005-02-06 Richard M. Stallman <rms@gnu.org>
3030
3031 * text.texi (Margins): fill-nobreak-predicate can be one function.
3032
3033 * strings.texi (Modifying Strings): clear-string can make unibyte.
3034 (Formatting Strings): format gives error if values missing.
3035
3036 * positions.texi (Character Motion): Mention default arg
3037 for forward-char. backward-char refers to forward-char.
3038 (Word Motion): Mention default arg for forward-word.
3039 (Buffer End Motion): Mention default arg for beginning-of-buffer.
3040 Simplify end-of-buffer.
3041 (Text Lines): Mention default arg for forward-line.
3042 (List Motion): Mention default arg for beginning/end-of-defun.
3043 (Skipping Characters): Minor fixes in explaining character-set.
3044
3045 * modes.texi (Major Mode Conventions): Mention "system abbrevs".
3046 Mode inheritance applies only when default-major-mode is nil.
3047 Clarifications.
3048 (Example Major Modes): Update Text mode and Lisp mode examples.
3049 (Minor Mode Conventions): Mention define-minor-mode at top.
3050 (Defining Minor Modes): In Hungry example, don't define C-M-DEL.
3051 (Mode Line Format): Update mode line face display info.
3052 (Properties in Mode): Mention effect of risky vars.
3053 (Imenu): Define imenu-add-to-menubar.
3054 (Font Lock Mode): Add descriptions to menu lines.
3055 (Faces for Font Lock): Add font-lock-doc-face.
3056
9bf6d576
LK
30572005-02-05 Lute Kamstra <lute@gnu.org>
3058
3059 * text.texi (Maintaining Undo): Remove obsolete function.
3060
cb602754
EZ
30612005-02-05 Eli Zaretskii <eliz@gnu.org>
3062
3063 * frames.texi (Color Names): Add pointer to the X docs about RGB
3064 color specifications. Improve indexing
3065 (Text Terminal Colors): Replace the description of RGB values by
3066 an xref to "Color Names".
3067
4e07258f
RS
30682005-02-03 Richard M. Stallman <rms@gnu.org>
3069
3070 * windows.texi (Basic Windows): Add cursor-in-non-selected-windows.
3071 Clarify.
3072 (Selecting Windows): Clarify save-selected-window.
3073 (Cyclic Window Ordering): Clarify walk-windows.
3074 (Window Point): Clarify.
3075 (Window Start): Add comment to example.
3076 (Resizing Windows): Add `interactive' specs in examples.
3077 Document fit-window-to-buffer.
3078
3079 * text.texi (User-Level Deletion): just-one-space takes numeric arg.
3080 (Undo, Maintaining Undo): Clarify last change.
3081 (Sorting): In sort-numeric-fields, explain about octal and hex.
3082 Mention sort-numeric-base.
3083 (Format Properties): Add xref for hard newlines.
3084
3085 * frames.texi (Window Frame Parameters): Explain pixel=char on tty.
3086 (Pop-Up Menus): Fix typo.
3087 (Color Names): Explain all types of color names.
3088 Explain color-values on B&W terminal.
3089 (Text Terminal Colors): Explain "rgb values" are lists. Fix arg names.
3090
3091 * files.texi (File Locks): Not supported on MS systems.
3092 (Testing Accessibility): Clarify.
3093
3094 * edebug.texi (Printing in Edebug): Fix edebug-print-circle.
3095 (Coverage Testing): Fix typo.
3096
3097 * commands.texi (Misc Events): Remove stray space.
3098
3099 * buffers.texi (Buffer Names): Clarify generate-new-buffer-name.
3100 (Modification Time): Clarify when visited-file-modtime returns 0.
3101 (The Buffer List): Clarify bury-buffer.
3102 (Killing Buffers): Clarify.
3103 (Indirect Buffers): Add clone-indirect-buffer.
3104
31052005-02-02 Matt Hodges <MPHodges@member.fsf.org>
3106
3107 * edebug.texi (Printing in Edebug): Fix default value of
3108 edebug-print-circle.
3109 (Coverage Testing): Fix displayed frequency count data.
3110
31112005-02-02 Luc Teirlinck <teirllm@auburn.edu>
d4d66807
LT
3112
3113 * text.texi (Maintaining Undo): Add `undo-outer-limit'.
3114
4e07258f 31152005-02-02 Kim F. Storm <storm@cua.dk>
fb89c330
KS
3116
3117 * text.texi (Undo) <buffer-undo-list>: Describe `apply' elements.
3118
28d986b9
EZ
31192005-01-29 Eli Zaretskii <eliz@gnu.org>
3120
3121 * commands.texi (Misc Events): Describe the help-echo event.
3122
3123 * text.texi (Special Properties) <help-echo>: Use `pos'
b5305167
SM
3124 consistently in description of the help-echo property.
3125 Use @code{nil} instead of @var{nil}.
28d986b9
EZ
3126
3127 * display.texi (Overlay Properties): Fix the index entry for
3128 help-echo overlay property.
3129
3130 * customize.texi (Type Keywords): Uncomment the xref to the
3131 help-echo property documentation.
3132
8f958b40
KS
31332005-01-23 Kim F. Storm <storm@cua.dk>
3134
3135 * windows.texi (Window Start): Fix `pos-visible-in-window-p'
3136 return value. Third element FULLY replaced by PARTIAL which
3137 specifies number of invisible pixels if row is only partially visible.
3138 (Textual Scrolling): Mention auto-window-vscroll.
3139 (Vertical Scrolling): New defvar auto-window-vscroll.
3140
cd7e5dd6
LT
31412005-01-16 Luc Teirlinck <teirllm@auburn.edu>
3142
3143 * keymaps.texi (Changing Key Bindings): `suppress-keymap' now uses
3144 command remapping.
3145
6f771c32
RS
31462005-01-15 Richard M. Stallman <rms@gnu.org>
3147
3148 * display.texi (Defining Images): Mention DATA-P arg of create-image.
3149
6ac8a822
KS
31502005-01-14 Kim F. Storm <storm@cua.dk>
3151
88948d55
KS
3152 * commands.texi (Accessing Events): Add WHOLE arg to posn-at-x-y.
3153
6ac8a822
KS
3154 * text.texi (Links and Mouse-1): Fix string and vector item.
3155
20d6de82
RS
31562005-01-13 Richard M. Stallman <rms@gnu.org>
3157
3158 * keymaps.texi (Active Keymaps): Rewrite the text, and update the
3159 descriptions of overriding-local-map and overriding-terminal-local-map.
3160
3161 * text.texi (Links and Mouse-1): Clarify text.
3162
f75a592e
KS
31632005-01-13 Kim F. Storm <storm@cua.dk>
3164
3165 * modes.texi (Emulating Mode Line): Update format-mode-line entry.
3166
910f60b1
TTN
31672005-01-13 Francis Litterio <franl@world.std.com> (tiny change)
3168
3169 * keymaps.texi (Active Keymaps): Fix overriding-local-map description.
3170
37181fc4
KS
31712005-01-12 Kim F. Storm <storm@cua.dk>
3172
3173 * text.texi (Links and Mouse-1): Rename section from Enabling
3174 Mouse-1 to Following Links. Change xrefs.
3175 Add examples for define-button-type and define-widget.
3176
3177 * display.texi (Button Properties, Button Buffer Commands):
3178 Clarify mouse-1 and follow-link functionality.
3179
28f94a34
RS
31802005-01-12 Richard M. Stallman <rms@gnu.org>
3181
3182 * text.texi (Enabling Mouse-1 to Follow Links): Redo prev. change.
3183
3184 * display.texi (Beeping): Fix Texinfo usage.
3185
3186 * modes.texi (Emulating Mode Line): Doc FACE arg in format-header-line.
3187
bac2d936
KS
31882005-01-11 Kim F. Storm <storm@cua.dk>
3189
3190 * display.texi (Button Properties, Button Buffer Commands):
93381d62 3191 Mention mouse-1 binding. Add follow-link keyword.
bac2d936
KS
3192
3193 * text.texi (Text Properties): Add "Enable Mouse-1" to submenu.
3194 (Enabling Mouse-1 to Follow Links): New subsection.
3195
de968ddb
RS
31962005-01-06 Richard M. Stallman <rms@gnu.org>
3197
3198 * text.texi (Special Properties): Minor change.
3199
3200 * os.texi (Timers): Clarify previous change.
3201
3202 * modes.texi (Emulating Mode Line): format-mode-line requires 1 arg.
3203
a3a43b3b
LT
32042005-01-01 Luc Teirlinck <teirllm@auburn.edu>
3205
3206 * display.texi (Face Attributes): Correct xref to renamed node.
3207
732bb9ce
RS
32082005-01-01 Richard M. Stallman <rms@gnu.org>
3209
3210 * display.texi (Face Attributes): Describe hex color specs.
3211
c734ae59
RS
32122004-12-31 Richard M. Stallman <rms@gnu.org>
3213
3214 * os.texi (Timers): Update previous change.
3215
33b2f4ea
KS
32162004-12-30 Kim F. Storm <storm@cua.dk>
3217
3218 * display.texi (Line Height): Total line-height is now specified
3219 in line-height property of form (HEIGHT TOTAL). Swap (FACE . RATIO)
3220 in cons cells. (nil . RATIO) is relative to actual line height.
3221 Use line-height `t' instead of `0' to get minimum height.
3222
99ec74b9
RS
32232004-12-29 Richard M. Stallman <rms@gnu.org>
3224
3225 * os.texi (Timers): Discuss timers vs editing the buffer and undo.
3226
eab463f6
RS
32272004-12-28 Richard M. Stallman <rms@gnu.org>
3228
3229 * commands.texi (Quitting): Clarify value of with-local-quit.
3230
3231 * elisp.texi (Top): Fix previous change.
3232
3233 * loading.texi (Loading): Fix previous change.
3234
ebbd14f1
RS
32352004-12-27 Richard M. Stallman <rms@gnu.org>
3236
4ae98fc5
RS
3237 * Makefile.in (MAKEINFO): Specify --force.
3238
8f430046
RS
3239 * buffers.texi (Killing Buffers): Add buffer-save-without-query.
3240
56011a8c
RS
3241 * modes.texi (Emulating Mode Line): Document format's BUFFER arg.
3242
3243 * display.texi (Line Height): Further clarify.
3244
3245 * elisp.texi (Top): Update Loading submenu.
3246
ebbd14f1
RS
3247 * loading.texi (Where Defined): New node.
3248 (Unloading): load-history moved to Where Defined.
3249
fda2922a
RS
32502004-12-21 Richard M. Stallman <rms@gnu.org>
3251
3252 * commands.texi (Event Input Misc): Add while-no-input.
3253
9eb8959a
RS
32542004-12-11 Richard M. Stallman <rms@gnu.org>
3255
3256 * display.texi (Line Height): Rewrite text for clarity.
3257
adf87c29
KS
32582004-12-11 Kim F. Storm <storm@cua.dk>
3259
3260 * display.texi (Display): Add node "Line Height" to menu.
3261 (Line Height): New node. Move full description of line-spacing
3262 and line-height text properties here from text.texi.
3263 (Scroll Bars): Add vertical-scroll-bar variable.
3264
3265 * frames.texi (Window Frame Parameters): Remove line-height defvar.
3266
3267 * locals.texi (Standard Buffer-Local Variables): Fix xref for
3268 line-spacing and vertical-scroll-bar.
3269
3270 * text.texi (Special Properties): Just mention line-spacing and
3271 line-height here, add xref to new "Line Height" node.
3272
31e4729e
TTN
32732004-12-09 Thien-Thi Nguyen <ttn@gnu.org>
3274
3275 * frames.texi (Window Frame Parameters): New @defvar for `line-spacing'.
3276
3277 * locals.texi (Standard Buffer-Local Variables):
3278 Add @xref for `line-spacing'.
3279
cc60c723
RS
32802004-12-05 Richard M. Stallman <rms@gnu.org>
3281
3282 * Makefile.in (maintainer-clean): Remove the info files
3283 in $(infodir) where they are created.
3284
f6101ac9
RS
32852004-12-03 Richard M. Stallman <rms@gnu.org>
3286
3287 * windows.texi (Selecting Windows): get-lru-window and
3288 get-largest-window don't consider dedicated windows.
3289
3290 * text.texi (Undo): Document undo-in-progress.
3291
94221759
RS
32922004-11-26 Richard M. Stallman <rms@gnu.org>
3293
3294 * locals.texi (Standard Buffer-Local Variables): Undo prev change.
3295 Remove a few vars that are not always buffer-local.
3296
7092c5e8
LT
32972004-11-24 Luc Teirlinck <teirllm@auburn.edu>
3298
3299 * locals.texi (Standard Buffer-Local Variables): Comment out
3300 xref's to non-existent node `Yet to be written'.
3301
261b01c6
RS
33022004-11-24 Richard M. Stallman <rms@gnu.org>
3303
3304 * processes.texi (Synchronous Processes): Grammar fix.
3305
3306 * numbers.texi (Comparison of Numbers): Add eql.
3307
3308 * locals.texi (Standard Buffer-Local Variables): Add many vars.
3309
3310 * intro.texi (Printing Notation): Fix previous change.
3311
3312 * display.texi (Customizing Bitmaps): Move indicate-buffer-boundaries
3313 and default-indicate-buffer-boundaries from here.
3314 (Usual Display): To here.
3315 (Scroll Bars): Add scroll-bar-mode and scroll-bar-width.
3316 (Usual Display): Move tab-width up.
3317
3318 * customize.texi (Variable Definitions): Replace
3319 show-paren-mode example with tooltip-mode.
7092c5e8 3320 (Simple Types, Composite Types, Defining New Types):
261b01c6 3321 Minor cleanups.
7092c5e8 3322
c1aa4864
JH
33232004-11-21 Jesper Harder <harder@ifa.au.dk>
3324
3325 * processes.texi (Synchronous Processes, Output from Processes):
3326 Markup fix.
3327
dedbac89
RS
33282004-11-20 Richard M. Stallman <rms@gnu.org>
3329
07c8c65a
RS
3330 * positions.texi (Skipping Characters): skip-chars-forward
3331 now handles char classes.
3332
8f40a868
RS
3333 * intro.texi (Printing Notation): Avoid confusion of `print'
3334 when explaining @print.
3335
3336 * macros.texi (Argument Evaluation): Fix 1st `for' expansion example.
3337
3338 * display.texi (Display Table Format): Minor fix.
3339
3340 * streams.texi (Output Functions): Fix print example.
3341
fd6866c8
RS
3342 * Makefile.in (elisp): New target.
3343 (dist): Depend on $(infodir)/elisp, not elisp.
3344 Copy the info files from $(infodir).
3345
9d00469f
RS
3346 * minibuf.texi (Text from Minibuffer): Document KEEP-ALL arg in
3347 read-from-minibuffer.
3348
dedbac89
RS
3349 * searching.texi (Regexp Search): Rename that to search-spaces-regexp.
3350
6de891db
RS
33512004-11-19 Richard M. Stallman <rms@gnu.org>
3352
3353 * searching.texi (Regexp Search): Add search-whitespace-regexp.
3354
e1c1c5a7
TTN
33552004-11-19 CHENG Gao <chenggao@gmail.com> (tiny change)
3356
3357 * tips.texi (Coding Conventions): Fix typo.
3358
ee31cd78
RS
33592004-11-16 Richard M. Stallman <rms@gnu.org>
3360
3361 * tips.texi (Coding Conventions): Separate defvar and require
3362 methods to avoid warnings. Use require only when there are many
3363 functions and variables from that package.
3364
3365 * minibuf.texi (Minibuffer Completion): When ignoring case,
3366 predicate must not be case-sensitive.
3367
3368 * debugging.texi (Function Debugging, Explicit Debug): Clarified.
3369 (Test Coverage): Don't talk about "splotches". Clarified.
3370
4bd38e94
TTN
33712004-11-16 Thien-Thi Nguyen <ttn@gnu.org>
3372
3373 * frames.texi (Window Frame Parameters): Fix typo.
3374
6d073ae1
KS
33752004-11-15 Kim F. Storm <storm@cua.dk>
3376
9f89426b
KS
3377 * symbols.texi (Other Plists): Note that plist-get may signal error.
3378 Add safe-plist-get.
6d073ae1 3379
10980463
TTN
33802004-11-15 Thien-Thi Nguyen <ttn@gnu.org>
3381
3382 * modes.texi (Font Lock Basics): Fix typo.
3383
1efc19eb
RS
33842004-11-08 Richard M. Stallman <rms@gnu.org>
3385
3386 * syntax.texi (Syntax Table Functions): Add syntax-after.
3387
6159c232
EZ
33882004-11-06 Lars Brinkhoff <lars@nocrew.org>
3389
3390 * os.texi (Processor Run Time): New section documenting
3391 get-internal-run-time.
3392
59dede22
EZ
33932004-11-06 Eli Zaretskii <eliz@gnu.org>
3394
3395 * Makefile.in (install, maintainer-clean): Don't use "elisp-*" as
3396 it nukes elisp-cover.texi.
3397 (dist): Change elisp-[0-9] to elisp-[1-9], as there could be no
3398 elisp-0 etc.
3399
4cc8522c
LT
34002004-11-05 Luc Teirlinck <teirllm@auburn.edu>
3401
3402 * commands.texi (Keyboard Macros): Document `append' return value
3403 of `defining-kbd-macro'.
3404
2d1ef312
RS
34052004-11-01 Richard M. Stallman <rms@gnu.org>
3406
3407 * commands.texi (Interactive Call): Add called-interactively-p.
3408
6f4e005d
SJ
34092004-10-29 Simon Josefsson <jas@extundo.com>
3410
3411 * minibuf.texi (Reading a Password): Revert.
3412
4f71c13f
RS
34132004-10-28 Richard M. Stallman <rms@gnu.org>
3414
3415 * frames.texi (Display Feature Testing): Explain about "vendor".
3416
4660a9e3
RS
34172004-10-27 Richard M. Stallman <rms@gnu.org>
3418
3419 * commands.texi (Interactive Codes): `N' uses numeric prefix,
3420 not raw. Clarify `n'.
3421 (Interactive Call): Rewrite interactive-p, focusing on when
3422 and how to use it.
3423 (Misc Events): Clarify previous change.
3424
3425 * advice.texi (Simple Advice): Clarify what job the example does.
3426 (Around-Advice): Clarify ad-do-it.
3427 (Activation of Advice): An option of ad-default-compilation-action
3428 is `never', not `nil'.
3429
c8636435
KS
34302004-10-26 Kim F. Storm <storm@cua.dk>
3431
3432 * commands.texi (Interactive Codes): Add U code letter.
3433
acd4089b
SJ
34342004-10-25 Simon Josefsson <jas@extundo.com>
3435
3436 * minibuf.texi (Reading a Password): Add.
3437
29dc7809
JR
34382004-10-24 Jason Rumney <jasonr@gnu.org>
3439
9b7fa297 3440 * commands.texi (Misc Events): Remove mouse-wheel. Add wheel-up
29dc7809
JR
3441 and wheel-down.
3442
bb5d6d34
KG
34432004-10-24 Kai Grossjohann <kai.grossjohann@gmx.net>
3444
3445 * processes.texi (Synchronous Processes): Document process-file.
3446
d0ee2ed3
KH
34472004-10-22 Kenichi Handa <handa@m17n.org>
3448
3449 * text.texi (translate-region): Document that it accepts also a
3450 char-table.
3451
38be9dbb
DP
34522004-10-22 David Ponce <david@dponce.com>
3453
3454 * windows.texi (Resizing Windows): Document the `preserve-before'
3455 argument of the functions `enlarge-window' and `shrink-window'.
3456
63c80452
JR
34572004-10-19 Jason Rumney <jasonr@gnu.org>
3458
3459 * makefile.w32-in (elisp): Change order of arguments to makeinfo.
3460
9f4b6e73
LT
34612004-10-09 Luc Teirlinck <teirllm@auburn.edu>
3462
3463 * text.texi (Filling): Add anchor for definition of
3464 `sentence-end-double-space'.
3465
3466 * searching.texi (Regexp Example): Update description of how
3467 Emacs currently recognizes the end of a sentence.
3468 (Standard Regexps): Update definition of the variable
3469 `sentence-end'. Add definition of the function `sentence-end'.
3470
657f0f9c
EZ
34712004-10-08 Paul Pogonyshev <pogonyshev@gmx.net>
3472
3473 * display.texi (Progress): New node.
3474
35ab4857
KS
34752004-10-05 Kim F. Storm <storm@cua.dk>
3476
3477 * display.texi (Fringe Bitmaps): Update fringe-bitmaps-at-pos.
3478
f2a54fbc
KS
34792004-09-29 Kim F. Storm <storm@cua.dk>
3480
3481 * display.texi (Fringe Bitmaps): Use symbols rather than numbers
3482 to identify bitmaps. Remove -fringe-bitmap suffix for standard
3483 fringe bitmap symbols, as they now have their own namespace.
3484 (Customizing Bitmaps) <define-fringe-bitmap>: Clarify bit ordering
3485 vs. pixels. Signal error if no free bitmap slots.
3486 (Pixel Specification): Change IMAGE to @var{image}.
3487
4676d6f3
RS
34882004-09-28 Richard M. Stallman <rms@gnu.org>
3489
3490 * text.texi (Special Properties): Clarify line-spacing and line-height.
3491
3492 * searching.texi (Regexp Search): Add looking-back.
3493
17234906
LT
34942004-09-25 Luc Teirlinck <teirllm@auburn.edu>
3495
3496 * display.texi: Correct typos.
3497 (Image Descriptors): Correct xref's.
3498
4de43c8b
RS
34992004-09-25 Richard M. Stallman <rms@gnu.org>
3500
3501 * text.texi (Special Properties): Cleanups in `cursor'.
3502 Rewrites in `line-height' and `line-spacing'; exchange them.
3503
3504 * display.texi (Fringes): Rewrite previous change.
3505 (Fringe Bitmaps): Merge text from Display Fringe Bitmaps. Rewrite.
3506 (Display Fringe Bitmaps): Node deleted, text moved.
3507 (Customizing Bitmaps): Split off from Fringe Bitmaps. Rewrite.
3508 (Scroll Bars): Clarify set-window-scroll-bars.
3509 (Pointer Shape): Rewrite.
3510 (Specified Space): Clarify :align-to, etc.
3511 (Pixel Specification): Use @var. Clarify new text.
3512 (Other Display Specs): Clarify `slice'.
3513 (Image Descriptors): Cleanups.
3514 (Showing Images): Cleanups.
3515
a3ee0299
LT
35162004-09-24 Luc Teirlinck <teirllm@auburn.edu>
3517
e88ebce6
LT
3518 * hooks.texi (Standard Hooks): Add `after-change-major-mode-hook'.
3519
a3ee0299
LT
3520 * modes.texi: Various minor changes in addition to:
3521 (Major Mode Conventions): Final call to `run-mode-hooks' should
3522 not be inside the `delay-mode-hooks' form.
3523 (Mode Hooks): New node.
3524 (Hooks): Delete obsolete example.
3525 Move definitions of `run-mode-hooks' and `delay-mode-hooks' to new
3526 node "Mode Hooks".
3527
6db2bc02
LT
35282004-09-22 Luc Teirlinck <teirllm@auburn.edu>
3529
3530 * display.texi: Correct various typos.
3531 (Display): Rename node "Pointer Shapes" to "Pointer
3532 Shape". (There is already a node called "Pointer Shapes" in
3533 frames.texi.)
3534 (Images): Remove non-existent node "Image Slices" from menu.
3535
ed2846bd
KS
35362004-09-23 Kim F. Storm <storm@cua.dk>
3537
3538 * text.texi (Special Properties): Add `cursor', `pointer',
3539 `line-height', and `line-spacing' properties.
3540
3541 * display.texi (Display): Add 'Fringe Bitmaps' and 'Pointer
3542 Shapes' to menu.
3543 (Standard Faces): Doc fix for fringe face.
3544 (Fringes): Add `overflow-newline-into-fringe' and
3545 'indicate-buffer-boundaries'.
3546 (Fringe Bitmaps, Pointer Shapes): New nodes.
3547 (Display Property): Add 'Pixel Specification' and 'Display Fringe
3548 Bitmaps' to menu.
3549 (Specified Space): Describe pixel width and height.
3550 (Pixel Specification): New node.
3551 (Other Display Specs): Add `slice' property.
3552 (Display Fringe Bitmaps): New node.
3553 (Images): Add 'Image Slices' to menu.
3554 (Image Descriptors): Add `:pointer' and `:map' properties.
3555 (Showing Images): Add slice arg to `insert-image'. Add
3556 'insert-sliced-image'.
3557
4d894c98
RS
35582004-09-20 Richard M. Stallman <rms@gnu.org>
3559
3560 * commands.texi (Key Sequence Input):
3561 Clarify downcasing in read-key-sequence.
3562
7e388eb7
JL
35632004-09-08 Juri Linkov <juri@jurta.org>
3564
3565 * minibuf.texi (Minibuffer History): Add `history-delete-duplicates'.
3566
a020987f
LT
35672004-09-07 Luc Teirlinck <teirllm@auburn.edu>
3568
3569 * locals.texi (Standard Buffer-Local Variables): Add
3570 `buffer-auto-save-file-format'.
3571 * internals.texi (Buffer Internals): Describe new
3572 auto_save_file_format field of the buffer structure.
3573 * files.texi (Format Conversion): `auto-save-file-format' has been
3574 renamed `buffer-auto-save-file-format'.
3575
2b96f80c
LT
35762004-08-27 Luc Teirlinck <teirllm@auburn.edu>
3577
3578 * abbrevs.texi (Abbrev Expansion): `abbrev-start-location' can be
3579 an integer or a marker.
3580 (Abbrev Expansion): Replace example for `pre-abbrev-expand-hook'.
3581
2ee3b79e
RS
35822004-08-22 Richard M. Stallman <rms@gnu.org>
3583
3584 * modes.texi (Major Mode Conventions): Discuss rebinding of
3585 standard key bindings.
3586
c438dc33
KS
35872004-08-18 Kim F. Storm <storm@cua.dk>
3588
3589 * processes.texi (Accepting Output): Add `just-this-one' arg to
3590 `accept-process-output'.
101c421e 3591 (Output from Processes): New var `process-adaptive-read-buffering'.
c438dc33 3592
db8af011
LT
35932004-08-10 Luc Teirlinck <teirllm@auburn.edu>
3594
3595 * keymaps.texi: Various changes in addition to:
3596 (Keymap Terminology): `kbd' uses same syntax as Edit Macro mode.
3597 Give more varied examples for `kbd'.
3598 (Creating Keymaps): Char tables have slots for all characters
3599 without modifiers.
3600 (Active Keymaps): `overriding-local-map' and
3601 `overriding-terminal-local-map' also override text property and
3602 overlay keymaps.
3603 (Functions for Key Lookup): Mention OLP arg to `current-active-maps'.
3604 (Scanning Keymaps): `accessible-keymaps' uses `[]' instead of `""'
3605 to denote a prefix of no events.
3606 `map-keymap' includes parent's bindings _recursively_.
3607 Clarify and correct description of `where-is-internal'.
3608 Mention BUFFER-OR-NAME arg to `describe-bindings'.
3609 (Menu Example): For menus intended for use with the keyboard, the
3610 menu items should be bound to characters or real function keys.
3611
de700726
LT
36122004-08-08 Luc Teirlinck <teirllm@auburn.edu>
3613
30e75a87
LT
3614 * objects.texi (Character Type): Reposition `@anchor' to prevent
3615 double space inside sentence in Info.
3616
de700726
LT
3617 * hooks.texi (Standard Hooks): `disabled-command-hook' has been
3618 renamed to `disabled-command-function'.
7c5b95c9 3619 * commands.texi (Key Sequence Input): Remove unnecessary anchor.
de700726
LT
3620 (Command Loop Info): Replace reference to it.
3621 (Disabling Commands): `disabled-command-hook' has been renamed to
3622 `disabled-command-function'.
3623
81909a1a
LT
36242004-08-07 Luc Teirlinck <teirllm@auburn.edu>
3625
3626 * os.texi (Translating Input): Only non-prefix bindings in
3627 `key-translation-map' override actual key bindings. Warn about
3628 possible indirect effect of actual key bindings on non-prefix
3629 bindings in `key-translation-map'.
3630
5504e99c
LT
36312004-08-06 Luc Teirlinck <teirllm@auburn.edu>
3632
3633 * minibuf.texi (High-Level Completion): Add anchor for definition
3634 of `read-variable'.
3635
3636 * commands.texi: Various changes in addition to:
3637 (Using Interactive): Clarify description of `interactive-form'.
3638 (Interactive Call): Mention default for KEYS argument to
3639 `call-interactively'.
3640 (Command Loop Info): Clarify description of `this-command-keys'.
3641 Mention KEEP-RECORD argument to `clear-this-command-keys'.
3642 Value of `last-event-frame' can be `macro'.
3643 (Repeat Events): `double-click-fuzz' is also used to distinguish
3644 clicks and drags.
3645 (Classifying Events): Clarify descriptions of `event-modifiers'
3646 `event-basic-type' and `event-convert-list'.
3647 (Accessing Events): `posn-timestamp' takes POSITION argument.
3648 (Quoted Character Input): Clarify description of
3649 `read-quoted-char' and fix example.
3650 (Quitting): Add `with-local-quit'.
6db11765 3651 (Disabling Commands): Correct and clarify descriptions of
5504e99c
LT
3652 `enable-command' and `disable-command'.
3653 Mention what happens if `disabled-command-hook' is nil.
3654 (Keyboard Macros): Mention LOOPFUNC arg to `execute-kbd-macro'.
3655 Describe `executing-kbd-macro' instead of obsolete `executing-macro'.
3656
f478a72a
LT
36572004-07-24 Luc Teirlinck <teirllm@auburn.edu>
3658
3659 * frames.texi: Various changes in addition to:
3660 (Creating Frames): Expand and clarify description of `make-frame'.
3661 (Window Frame Parameters): Either none or both of the `icon-left'
3662 and `icon-top' parameters must be specified. Put descriptions of
3663 `menu-bar-lines' and `toolbar-lines' closer together and change
3664 them accordingly.
3665 (Frame Titles): `multiple-frames' is not guaranteed to be accurate
3666 except while processing `frame-title-format' or `icon-title-format'.
3667 (Deleting Frames): Correct description of `delete-frame'.
3668 Non-nil return values of `frame-live-p' are like those of `framep'.
9b7fa297 3669 (Frames and Windows): Mention return value of
f478a72a
LT
3670 `set-frame-selected-window'.
3671 (Visibility of Frames): Mention `force' argument to
3672 `make-frame-invisible'. `frame-visible-p' returns t for all
3673 frames on text-only terminals.
3674 (Frame Configurations): Restoring a frame configuration does not
3675 restore deleted frames.
3676 (Window System Selections): `x-set-selection' returns DATA.
3677 (Resources): Add example.
3678 (Display Feature Testing): Clarify descriptions of
3679 `display-pixel-height', `display-pixel-width', `x-server-version'
3680 and `x-server-vendor'.
3681
3682 * windows.texi (Choosing Window): Add anchor.
3683 * minibuf.texi (Minibuffer Misc): Add anchor.
3684
bc135062
JPW
36852004-07-23 John Paul Wallington <jpw@gnu.org>
3686
3687 * macros.texi (Defining Macros): Declaration keyword for setting
3688 Edebug spec is `debug' not `edebug'.
3689
cb7516e5
LT
36902004-07-19 Luc Teirlinck <teirllm@auburn.edu>
3691
3692 * windows.texi: Various small changes in addition to:
3693 (Window Point): Mention return value of `set-window-point'.
3694 (Window Start): `pos-visible-in-window-p' disregards horizontal
3695 scrolling. Explain return value if PARTIALLY is non-nil.
3696 (Vertical Scrolling): Mention PIXELS-P argument to `window-vscroll'
3697 and `set-window-vscroll'.
3698 (Size of Window): The argument WINDOW to `window-inside-edges',
3699 `window-pixel-edges' and `window-inside-pixel-edges' is optional.
3700 (Resizing Windows): Explain return value of
3701 `shrink-window-if-larger-than-buffer'.
3702 `window-size-fixed' automatically becomes buffer local when set.
3703 (Window Configurations): Explain return value of
3704 `set-window-configuration'.
3705
3706 * minibuf.texi (Minibuffer Misc): Add anchor for
3707 `minibuffer-scroll-window'.
3708
3709 * positions.texi (Text Lines): Add anchor for `count-lines'.
3710
3751eb00
RS
37112004-07-17 Richard M. Stallman <rms@gnu.org>
3712
3713 * display.texi (Overlay Properties): Adding `evaporate' prop
3714 deletes empty overlay immediately.
3715
3716 * abbrevs.texi (Abbrev Expansion): Clarify pre-abbrev-expand-hook,
3717 fix example.
3718
9a7e97c6
LT
37192004-07-16 Jim Blandy <jimb@redhat.com>
3720
3721 * searching.texi (Regexp Backslash): Document new \_< and \_>
3722 operators.
3723
aa0e4da8
JB
37242004-07-16 Juanma Barranquero <lektu@terra.es>
3725
3726 * display.texi (Images): Fix Texinfo usage.
3727
cbbfedb2
LT
37282004-07-14 Luc Teirlinck <teirllm@auburn.edu>
3729
3730 * buffers.texi (Modification Time): `visited-file-modtime' now
3731 returns a list of two integers, instead of a cons.
3732
3a052bd3
LT
37332004-07-13 Luc Teirlinck <teirllm@auburn.edu>
3734
3735 * windows.texi: Various changes in addition to:
3736 (Splitting Windows): Add `split-window-keep-point'.
3737
02c04e6f
RS
37382004-07-09 Richard M. Stallman <rms@gnu.org>
3739
3740 * frames.texi (Input Focus): Minor fix.
3741
cb4f1287
LT
37422004-07-07 Luc Teirlinck <teirllm@auburn.edu>
3743
3744 * frames.texi (Input Focus): Clarify descriptions of
3745 `select-frame-set-input-focus' and `select-frame'.
3746
339902ec
LT
37472004-07-06 Luc Teirlinck <teirllm@auburn.edu>
3748
3749 * os.texi: Various small changes in addition to:
3750 (Killing Emacs): Expand and clarify description of
3751 `kill-emacs-query-functions' and `kill-emacs-hook'.
3752 (System Environment): Expand and clarify description of `getenv'
3753 and `setenv'.
3754 (Timers): Clarify description of `run-at-time'.
3755 (Translating Input): Correct description of
3756 `extra-keyboard-modifiers'.
3757 (Flow Control): Correct description of `enable-flow-control'.
3758
fe3b7e35
TTN
37592004-07-06 Thien-Thi Nguyen <ttn@gnu.org>
3760
3761 * os.texi: Update copyright.
3762 (Session Management): Grammar fix.
3763 Clarify which Emacs does the restarting.
3764 Use @samp for *scratch* buffer.
3765
59db7d6e
LT
37662004-07-04 Alan Mackenzie <acm@muc.de>
3767
3768 * frames.texi (Input Focus): Add documentation for
3769 `select-frame-set-input-focus'. Replace refs to non-existent
3770 `switch-frame' with `select-frame'. Minor corrections and tidying
3771 up of text-only terminal stuff.
3772
e3ccf404
RS
37732004-07-02 Richard M. Stallman <rms@gnu.org>
3774
3775 * files.texi (Saving Buffers): Cleanup write-contents-function.
3776 (Magic File Names): Cleanup file-remote-p.
3777
8addb6eb
KG
37782004-07-02 Kai Grossjohann <kai@emptydomain.de>
3779
3780 * files.texi (Magic File Names): `file-remote-p' returns an
3781 identifier of the remote system, not just t.
3782
7a58d84d
DK
37832004-07-02 David Kastrup <dak@gnu.org>
3784
3785 * searching.texi (Entire Match Data): Add explanation about new
3786 match-data behavior when @var{integers} is non-nil.
3787
d8c379f8
RS
37882004-06-24 Richard M. Stallman <rms@gnu.org>
3789
b4a4b0ae
RS
3790 * commands.texi (Misc Events): Describe usr1-signal, usr2-signal event.
3791
d8c379f8
RS
3792 * customize.texi (Variable Definitions): Note about doc strings
3793 and :set.
3794
3795 * keymaps.texi (Keymap Terminology): Document `kbd'.
3796 (Changing Key Bindings, Key Binding Commands): Use kbd in examples.
3797
3798 * display.texi (Invisible Text): Setting buffer-invisibility-spec
3799 makes it buffer-local.
3800
3801 * files.texi (Saving Buffers): Correct previous change.
3802
3803 * commands.texi (Accessing Events):
3804 Clarify posn-col-row and posn-actual-col-row.
3805
38062004-06-24 David Ponce <david.ponce@wanadoo.fr>
3807
3808 * commands.texi (Accessing Events): New functions
3809 posn-at-point and posn-at-x-y. Add example to posn-x-y.
3810
dce417e7
LT
38112004-06-23 Luc Teirlinck <teirllm@auburn.edu>
3812
3813 * lists.texi, files.texi, processes.texi, macros.texi, hash.texi:
3814 * frames.texi, buffers.texi, backups.texi, variables.texi:
3815 * loading.texi, eval.texi, functions.texi, control.texi:
3816 * symbols.texi, minibuf.texi: Reposition @anchor's.
3817
3818 * help.texi: Various small changes in addition to the following.
3819 (Describing Characters): Describe PREFIX argument to
3820 `key-description'. Correct and clarify definition of
3821 `text-char-description'. Describe NEED-VECTOR argument to
3822 `read-kbd-macro'.
3823 (Help Functions): Clarify definition of `apropos'.
3824
255d07dc
LH
38252004-06-23 Lars Hansen <larsh@math.ku.dk>
3826
3827 * files.texi (Saving Buffers): Correct description of
3828 `write-contents-functions'.
3829
4e9691e9
JB
38302004-06-21 Juanma Barranquero <lektu@terra.es>
3831
3832 * display.texi (Images): Remove redundant @vindex directives.
3833 Rewrite `image-library-alist' doc in active voice.
3834
1ebd4f78
JB
38352004-06-14 Juanma Barranquero <lektu@terra.es>
3836
3837 * display.texi (Images): Document new delayed library loading,
3838 variable `image-library-alist' and (existing but undocumented)
3839 function `image-type-available-p'.
3840
ddfb8369
RS
38412004-06-05 Richard M. Stallman <rms@gnu.org>
3842
3843 * minibuf.texi (Minibuffer Completion): For INITIAL arg,
3844 refer the user to the Initial Input node.
3845 (Text from Minibuffer): Likewise.
3846 (Initial Input): New node. Document this feature
3847 and say it is mostly deprecated.
3848
18684a3a
RS
38492004-05-30 Richard M. Stallman <rms@gnu.org>
3850
7a61e456
RS
3851 * loading.texi (Named Features): Clarify return value
3852 and meaning of NOERROR.
3853
18684a3a
RS
3854 * variables.texi (File Local Variables): Minor cleanup.
3855
c8364415
MA
38562004-05-30 Michael Albinus <michael.albinus@gmx.de>
3857
3858 * files.texi (Magic File Names): Add `file-remote-p' as operation
3859 of file name handlers.
3860
08fd1251
RS
38612004-05-29 Richard M. Stallman <rms@gnu.org>
3862
3863 * modes.texi (Minor Mode Conventions): (-) has no special meaning
3864 as arg to a minor mode command.
3865
71d5a208
RS
38662004-05-22 Richard M. Stallman <rms@gnu.org>
3867
3868 * syntax.texi (Syntax Class Table): Word syntax not just for English.
3869
3870 * streams.texi (Output Variables): Doc float-output-format.
3871
3872 * searching.texi (Regexp Special): Nested repetition can be infloop.
3873
3874 * eval.texi (Eval): Increasing max-lisp-eval-depth can cause
3875 real stack overflow.
3876
3877 * compile.texi: Minor cleanups.
3878
38792004-05-22 Luc Teirlinck <teirllm@dms.auburn.edu>
3880
3881 * lists.texi (Cons Cells): Explain dotted lists, true lists,
3882 circular lists.
3883 (List Elements): Explain handling of circular and dotted lists.
1ebd4f78 3884
022cb162
TTN
38852004-05-19 Thien-Thi Nguyen <ttn@gnu.org>
3886
3887 * modes.texi (Search-based Fontification): Fix typo.
3888
aa7094ba
JB
38892004-05-10 Juanma Barranquero <lektu@terra.es>
3890
3891 * modes.texi (Mode Line Variables): Fix description of
3892 global-mode-string, which is now after which-func-mode, not the
3893 buffer name.
3894
c2383279
LH
38952004-05-07 Lars Hansen <larsh@math.ku.dk>
3896
3897 * modes.texi (Desktop Save Mode): Add.
3898 (Modes): Add menu entry Desktop Save Mode.
3899
3900 * hooks.texi: Add desktop-after-read-hook,
3901 desktop-no-desktop-file-hook and desktop-save-hook.
3902
3903 * locals.texi: Add desktop-save-buffer.
3904
058296d3
JH
39052004-04-30 Jesper Harder <harder@ifa.au.dk>
3906
3907 * display.texi: emacs -> Emacs.
3908
0c54865e
EZ
39092004-04-27 Matthew Mundell <matt@mundell.ukfsn.org>
3910
3911 * files.texi (Changing Files): Document set-file-times.
3912
d814862a
JB
39132004-04-23 Juanma Barranquero <lektu@terra.es>
3914
3915 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
3916
e8d6f886
JH
39172004-04-18 Jesper Harder <harder@ifa.au.dk>
3918
3919 * tips.texi (Coding Conventions): defopt -> defcustom.
3920
3a424014
LT
39212004-04-16 Luc Teirlinck <teirllm@auburn.edu>
3922
3923 * sequences.texi: Various clarifications.
3924
9e860631
LT
39252004-04-14 Luc Teirlinck <teirllm@auburn.edu>
3926
3927 * buffers.texi (Read Only Buffers): Mention optional ARG to
3928 `toggle-read-only'.
3929
5e30a0fb
NR
39302004-04-14 Nick Roberts <nick@nick.uklinux.net>
3931
9e860631 3932 * windows.texi (Selecting Windows): Note that get-lru-window
5e30a0fb
NR
3933 returns a full-width window if possible.
3934
619fb950
LT
39352004-04-13 Luc Teirlinck <teirllm@auburn.edu>
3936
3937 * buffers.texi: Various changes in addition to:
3938 (Buffer File Name): Add `find-buffer-visiting'.
3939 (Buffer Modification): Mention optional ARG to `not-modified'.
3940 (Indirect Buffers): Mention optional CLONE argument to
3941 `make-indirect-buffer'.
3942
3943 * files.texi: Various changes in addition to:
3944 (Visiting Functions): `find-file-hook' is now a normal hook.
3945 (File Name Expansion): Explain difference between the way that
3946 `expand-file-name' and `file-truename' treat `..'.
3947 (Contents of Directories): Mention optional ID-FORMAT argument to
3948 `directory-files-and-attributes'.
3949 (Format Conversion): Mention new optional CONFIRM argument to
3950 `format-write-file'.
3951
a2295d32
MB
39522004-04-12 Miles Bader <miles@gnu.org>
3953
3954 * macros.texi (Expansion): Add description of `macroexpand-all'.
3955
571fd4d5
JH
39562004-04-05 Jesper Harder <harder@ifa.au.dk>
3957
3958 * variables.texi (Variable Aliases): Mention
3959 cyclic-variable-indirection.
3960
3961 * errors.texi (Standard Errors): Ditto.
3962
4ba2fd66
LT
39632004-04-04 Luc Teirlinck <teirllm@auburn.edu>
3964
6db11765 3965 * backups.texi: Various small changes in addition to:
4ba2fd66
LT
3966 (Making Backups): Mention return value of `backup-buffer'.
3967 (Auto-Saving): Mention optional FORCE argument to
3968 `delete-auto-save-file-if-necessary'.
3969 (Reverting): Mention optional PRESERVE-MODES argument to
3970 `revert-buffer'. Correct description of `revert-buffer-function'.
3971
8f7ea687
JL
39722004-03-22 Juri Linkov <juri@jurta.org>
3973
3974 * sequences.texi (Sequence Functions): Replace xref to `Vectors'
3975 with `Vector Functions'.
3976
3977 * text.texi (Sorting): Add missing quote.
3978
0eeca3c1
LT
39792004-03-14 Luc Teirlinck <teirllm@auburn.edu>
3980
3981 * intro.texi (Lisp History): Replace xref to `cl' manual with
3982 inforef.
3983
e69cfac2
RS
39842004-03-12 Richard M. Stallman <rms@gnu.org>
3985
3986 * intro.texi (Version Info): Add arg to emacs-version.
3987 (Lisp History): Change xref to CL manual.
3988
1b91d47f
LT
39892004-03-09 Luc Teirlinck <teirllm@auburn.edu>
3990
3991 * minibuf.texi (Completion Commands): Add xref to Emacs manual
3992 for Partial Completion mode.
3993
97073664
TTN
39942004-03-07 Thien-Thi Nguyen <ttn@gnu.org>
3995
9b7fa297 3996 * customize.texi: Fix typo. Remove eol whitespace.
97073664 3997
04a6e76b
RS
39982004-03-04 Richard M. Stallman <rms@gnu.org>
3999
4000 * processes.texi: Fix typos.
4001
4002 * lists.texi (Building Lists): Minor clarification.
4003
4004 * hash.texi (Creating Hash): Correct the meaning of t for WEAK
4005 in make-hash-table.
4006
5bb0fcd1
JB
40072004-02-29 Juanma Barranquero <lektu@terra.es>
4008
4009 * makefile.w32-in (clean, maintainer-clean): Use $(DEL) instead of
4010 rm, and ignore exit code.
4011
9022d421
EZ
40122004-02-27 Dan Nicolaescu <dann@ics.uci.edu>
4013
4014 * display.texi (Defining Faces): Add description for min-colors.
4015 Update example.
4016
92f5fba2
LT
40172004-02-23 Luc Teirlinck <teirllm@auburn.edu>
4018
4019 * abbrevs.texi: Various corrections and clarifications in addition
4020 to the following:
4021 (Abbrev Tables): Delete add-abbrev (as suggested by RMS).
4022
7e83e178
GM
40232004-02-22 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
4024
4025 * calendar.texi (Holiday Customizing): Quote arg of holiday-sexp.
4026
9c5609e8
LT
40272004-02-21 Luc Teirlinck <teirllm@auburn.edu>
4028
e2b9b51f
LT
4029 * text.texi: Various small changes in addition to the following:
4030 (User-Level Deletion): Mention optional BACKWARD-ONLY argument
4031 to delete-horizontal-space.
9b7fa297 4032 (Kill Functions, Yanking, Low-Level Kill Ring): Clarify and correct
e2b9b51f
LT
4033 description of yank-handler text property at various places.
4034
7daa0e81
LT
4035 * frames.texi (Window System Selections): Add anchor.
4036
9c5609e8
LT
4037 * syntax.texi (Syntax Table Functions): Clarify and correct
4038 descriptions of make-syntax-table and copy-syntax-table.
4039 (Motion and Syntax): Clarify SYNTAXES argument to
4040 skip-syntax-forward.
4041 (Parsing Expressions): Mention that the return value of
4042 parse-partial-sexp is currently a list of ten rather than nine
4043 elements.
4044 (Categories): Various corrections and clarifications.
4045
d29edb21
LT
40462004-02-17 Luc Teirlinck <teirllm@auburn.edu>
4047
4048 * markers.texi (Marker Insertion Types): Minor change.
4049
4050 * locals.texi (Standard Buffer-Local Variables):
4051 * commands.texi (Interactive Codes, Using Interactive):
4052 * functions.texi (Related Topics): Fix xrefs.
4053
43e48bda
LT
40542004-02-16 Luc Teirlinck <teirllm@auburn.edu>
4055
4056 * lists.texi (Sets And Lists): Update description of delete-dups.
4057
84e34002
RS
40582004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
4059
4060 * keymaps.texi (Tool Bar): tool-bar-item => tool-bar-button.
4061
40622004-02-16 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4063
4064 * frames.texi (Parameter Access): frame-parameters arg is optional.
4065 modify-frame-parameters handles nil for FRAME.
4066 (Window Frame Parameters): menu-bar-lines and tool-bar-lines
4067 are all-or-nothing for certain toolkits.
4068 Mention parameter wait-for-wm.
4069 (Frames and Windows): In frame-first-window and frame-selected-window
4070 the arg is optional.
4071 (Input Focus): In redirect-frame-focus the second arg is optional.
4072 (Window System Selections): Mention selection type CLIPBOARD.
4073 Mention data-type UTF8_STRING.
4074 Mention numbering of cut buffers.
4075 (Resources): Describe x-resource-name.
4076
40772004-02-16 Richard M. Stallman <rms@gnu.org>
4078
4079 * windows.texi (Buffers and Windows): Delete false table
4080 about all-frames.
4081
4082 * syntax.texi (Parsing Expressions): Delete old caveat
4083 about parse-sexp-ignore-comments.
4084
4085 * streams.texi (Output Variables): Add print-quoted.
4086
4087 * lists.texi (Building Lists): Minor cleanup.
4088
4089 * hash.texi (Creating Hash): Correct and clarify doc of WEAK values.
4090
4091 * display.texi (Overlays): Explain overlays use markers.
4092 (Managing Overlays): Explain front-advance and rear-advance
4093 in more detail.
4094
4095 * loading.texi (Unloading): Document unload-feature-special-hooks.
4096 Get rid of fns-NNN.el file.
4097
40982004-02-16 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
4099
4100 * help.texi (Describing Characters): Fix text-char-description
4101 example output.
4102
4103 * edebug.texi (Using Edebug): Fix example.
4104
4105 * debugging.texi (Internals of Debugger): Fix return value.
43e48bda 4106
84e34002
RS
4107 * files.texi (Changing Files): Fix argname.
4108
4109 * calendar.texi: Fix parens, and default values.
4110
4111 * display.texi, frames.texi, internals.texi, modes.texi: Minor fixes.
4112 * nonascii.texi, objects.texi, os.texi: Minor fixes.
4113 * searching.texi, text.texi, tips.texi, windows.text: Minor fixes.
4114
4115 * positions.texi (Text Lines): Don't add -1 in current-line.
4116
41172004-02-16 Richard M. Stallman <rms@gnu.org>
4118
4119 * compile.texi (Compiler Errors): if-boundp feature applies to cond.
4120
c33b76da
EZ
41212004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
4122
4123 * processes.texi (Low-Level Network): Fix a typo.
4124
9d7271e8
KS
41252004-02-12 Kim F. Storm <storm@cua.dk>
4126
4127 * display.texi (Fringes): Use consistent wording.
4128 Note that window-fringe's window arg is optional.
4129 (Scroll Bars): Use consistent wording.
4130
6827d730
LT
41312004-02-11 Luc Teirlinck <teirllm@auburn.edu>
4132
4133 * tips.texi (Comment Tips): Document the new conventions for
4134 commenting out code.
4135
1cb60b5a
JD
41362004-02-07 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4137
4138 * positions.texi (Text Lines): Added missing end defun.
4139
7fdd1f62
KS
41402004-02-07 Kim F. Storm <storm@cua.dk>
4141
4142 * positions.texi (Text Lines): Add line-number-at-pos.
4143
eb3c144c
JPW
41442004-02-06 John Paul Wallington <jpw@gnu.org>
4145
4146 * display.texi (Button Properties, Button Buffer Commands):
4147 mouse-2 invokes button, not down-mouse-1.
4148
a1d38d63
JR
41492004-02-04 Jason Rumney <jasonr@gnu.org>
4150
4151 * makefile.w32-in: Sync with Makefile.in changes.
4152
4b574f3d
LT
41532004-02-03 Luc Teirlinck <teirllm@auburn.edu>
4154
4155 * minibuf.texi (Text from Minibuffer): Various corrections and
4156 clarifications.
4157 (Object from Minibuffer): Correct Lisp description of
4158 read-minibuffer.
4159 (Minibuffer History): Clarify description of cons values for
4160 HISTORY arguments.
4161 (Basic Completion): Various corrections and clarifications. Add
4162 completion-regexp-list.
4163 (Minibuffer Completion): Correct and clarify description of
4164 completing-read.
6f6b0433 4165 (Completion Commands): Mention Partial Completion mode. Various
4b574f3d
LT
4166 other minor changes.
4167 (High-Level Completion): Various corrections and clarifications.
4168 (Reading File Names): Ditto.
4169 (Minibuffer Misc): Ditto.
4170
d8186297
LT
41712004-01-26 Luc Teirlinck <teirllm@auburn.edu>
4172
4173 * strings.texi (Text Comparison): assoc-string also matches
4174 elements of alists that are strings instead of conses.
4175 (Formatting Strings): Standardize Texinfo usage. Update index
4176 entries.
4177
9adcb5f2
LT
41782004-01-20 Luc Teirlinck <teirllm@auburn.edu>
4179
4180 * lists.texi (Sets And Lists): Add delete-dups.
4181
3e7274ae
LT
41822004-01-15 Luc Teirlinck <teirllm@auburn.edu>
4183
4184 * edebug.texi (Instrumenting Macro Calls): `declare' is not a
4185 special form.
4186 * macros.texi (Defining Macros): Update description of `declare',
4187 which now is a macro.
4188 (Wrong Time): Fix typos.
4189
944e099f
LT
41902004-01-14 Luc Teirlinck <teirllm@auburn.edu>
4191
4192 * compile.texi (Compilation Functions): Expand descriptions of
e75c1a57 4193 `compile-defun', `byte-compile-file', `byte-recompile-directory'
944e099f
LT
4194 and `batch-byte-compile'. In particular, mention and describe
4195 all optional arguments.
4196 (Disassembly): Correct and clarify the description of `disassemble'.
4197
90c3aa59
LT
41982004-01-11 Luc Teirlinck <teirllm@auburn.edu>
4199
4200 * searching.texi: Various small changes in addition to the
4201 following.
4202 (Regexp Example): Adapt to new value of `sentence-end'.
4203 (Regexp Functions): The PAREN argument to `regexp-opt' can be
4204 `words'.
4205 (Search and Replace): Add usage note for `perform-replace'.
4206 (Entire Match Data): Mention INTEGERS and REUSE arguments to
4207 `match-data'.
4208 (Standard Regexps): Update for new values of `paragraph-start'
4209 and `sentence-end'.
4210
583c353d
LT
42112004-01-07 Luc Teirlinck <teirllm@auburn.edu>
4212
4213 * files.texi (Saving Buffers): Clarify descriptions of
4214 `write-contents-functions' and `before-save-hook'.
4215 Make the defvar's for `before-save-hook' and `after-save-hook'
4216 into defopt's.
4217
05faee07
KS
42182004-01-07 Kim F. Storm <storm@cua.dk>
4219
4220 * commands.texi (Click Events): Describe new image and
4221 width/height elements of click events.
4222 (Accessing Events): Add posn-string, posn-image, and
4223 posn-object-width-height. Change posn-object to return either
4224 image or string object.
4225
a0465ec3
SJ
42262004-01-01 Simon Josefsson <jas@extundo.com>
4227
4228 * hooks.texi (Standard Hooks): Add before-save-hook.
4229 * files.texi (Saving Buffers): Likewise.
4230
972c0c49
RS
42312004-01-03 Richard M. Stallman <rms@gnu.org>
4232
4233 * frames.texi (Frames and Windows): Delete frame-root-window.
4234
dbcd463f
LT
42352004-01-03 Luc Teirlinck <teirllm@auburn.edu>
4236
4237 * eval.texi, hash.texi, help.texi, symbols.texi: Add anchors.
4238
4239 * functions.texi: Various small changes in addition to the
4240 following.
4241 (What Is a Function): `functionp' returns nil for macros. Clarify
4242 behavior of this and following functions for symbol arguments.
4243 (Function Documentation): Add `\' in front of (fn @var{arglist})
4244 and explain why.
4245 (Defining Functions): Mention DOCSTRING argument to `defalias'.
4246 Add anchor.
4247 (Mapping Functions): Add anchor. Unquote nil in mapcar* example.
4248
02c77ee9
MB
42492004-01-01 Miles Bader <miles@gnu.org>
4250
4251 * display.texi (Buttons): New section.
4252
903a1a91
AS
42532003-12-31 Andreas Schwab <schwab@suse.de>
4254
4255 * numbers.texi (Math Functions): sqrt reports a domain-error
4256 error.
4257 (Float Basics): Use `(/ 0.0 0.0)' instead of `(sqrt -1.0)'.
4258
697cf92a
LT
42592003-12-30 Luc Teirlinck <teirllm@auburn.edu>
4260
3f70fe82
LT
4261 * tips.texi (Documentation Tips): Update item on hyperlinks in
4262 documentation strings.
4263
697cf92a
LT
4264 * errors.texi (Standard Errors): Various small corrections and
4265 additions.
4266
4267 * control.texi: Various small changes in addition to the
4268 following.
4269 (Signaling Errors): Provide some more details on how `signal'
4270 constructs the error message. Add anchor to the definition of
4271 `signal'.
4272 (Error Symbols): Describe special treatment of `quit'.
4273 (Cleanups): Rename BODY argument of `unwind-protect' to BODY-FORM
4274 to emphasize that it has to be a single form.
4275
4276 * buffers.texi: Add anchor.
4277
4d25144d
RS
42782003-12-29 Richard M. Stallman <rms@gnu.org>
4279
4280 * windows.texi (Choosing Window): Add same-window-p, special-display-p.
4281 (Window Configurations): Add window-configuration-frame.
4282
4283 * variables.texi (Creating Buffer-Local): Add local-variable-if-set-p.
4284
4285 * text.texi (Examining Properties): Add get-char-property-and-overlay.
4286 Change arg name in get-char-property.
4287 (Special Properties): Update handling of keymap property.
4288
4289 * strings.texi (Modifying Strings): Add clear-string.
4290 (Text Comparison): Add assoc-string and remove
4291 assoc-ignore-case, assoc-ignore-representation.
4292
4293 * os.texi (Time of Day): Add set-time-zone-rule.
4294
4295 * numbers.texi (Math Functions): asin, acos, log, log10
697cf92a 4296 report domain-error errors.
4d25144d 4297
697cf92a 4298 * nonascii.texi (Converting Representations):
4d25144d
RS
4299 Add multibyte-char-to-unibyte and unibyte-char-to-multibyte.
4300 (Encoding and I/O): Add file-name-coding-system.
4301
4302 * modes.texi (Search-based Fontification): Explain that
4303 face specs are symbols with face names as values.
4304
4305 * minibuf.texi (Minibuffer Misc): Add set-minibuffer-window.
4306
4307 * lists.texi (Building Lists): remq moved elsewhere.
4308 (Sets And Lists): remq moved here.
4309 (Association Lists): Refer to assoc-string.
4310
4311 * internals.texi (Garbage Collection): Add memory-use-counts.
4312
4313 * frames.texi (Frames and Windows): Add set-frame-selected-window
4314 and frame-root-window.
4315
697cf92a 4316 * files.texi (Contents of Directories):
4d25144d
RS
4317 Add directory-files-and-attributes.
4318
4319 * display.texi (Refresh Screen): Add force-window-update.
4320 (Invisible Text): Explain about moving point out of invis text.
4321 (Overlay Properties): Add overlay-properties.
4322 (Managing Overlays): Add overlayp.
4323 (GIF Images): Invalid image number displays a hollow box.
4324
4325 * buffers.texi (Buffer Modification): Add restore-buffer-modified-p.
4326 (Killing Buffers): Add buffer-live-p.
4327
67fafe38
MR
43282003-12-25 Markus Rost <rost@mathematik.uni-bielefeld.de>
4329
4330 * display.texi (Fringes): Fix typo "set-buffer-window".
4331
68e74f25
LT
43322003-12-24 Luc Teirlinck <teirllm@auburn.edu>
4333
4334 * display.texi, eval.texi, help.texi, internals.texi, loading.texi:
4335 * nonascii.texi, processes.texi, tips.texi, variables.texi:
4336 Add or change various xrefs and anchors.
4337
4338 * commands.texi: Replace all occurrences of @acronym{CAR} with
4339 @sc{car}, for consistency with the rest of the Elisp manual.
4340 `car' and `cdr' are historically acronyms, but are no longer
4341 widely thought of as such.
4342
4343 * internals.texi (Pure Storage): Mention that `purecopy' does not
4344 copy text properties.
4345 (Object Internals): Now 29 bits are used (in most implementations)
4346 to address Lisp objects.
4347
4348 * variables.texi (Variables with Restricted Values): New node.
4349
4350 * objects.texi (Lisp Data Types): Mention that certain variables
4351 can only take on a restricted set of values and add an xref to
4352 the new node "Variables with Restricted Values".
4353
4354 * eval.texi (Function Indirection): Describe the errors that
4355 `indirect-function' can signal.
4356 (Eval): Clarify the descriptions of `eval-region' and `values'.
4357 Describe `eval-buffer' instead of `eval-current-buffer' and
4358 mention `eval-current-buffer' as an alias for `current-buffer'.
4359 Correct the description and mention all optional arguments.
4360
697cf92a 4361 * nonascii.texi: Various small changes in addition to the
68e74f25
LT
4362 following.
4363 (Converting Representations): Clarify behavior of
4364 `string-make-multibyte' and `string-to-multibyte' for unibyte all
4365 ASCII arguments.
4366 (Character Sets): Document the variable `charset-list' and adapt
4367 the definition of the function `charset-list' accordingly.
4368 (Translation of Characters): Clarify use of generic characters in
4369 `make-translation-table'. Clarify and correct the description of
4370 the use of translation tables in encoding and decoding.
4371 (User-Chosen Coding Systems): Correct and clarify the description
4372 of `select-safe-coding-system'.
4373 (Default Coding Systems): Clarify description of
4374 `file-coding-system-alist'.
4375
a62f71e4
LT
43762003-11-30 Luc Teirlinck <teirllm@auburn.edu>
4377
4378 * strings.texi (Text Comparison): Correctly describe when two
4379 strings are `equal'. Combine and clarify descriptions of
4380 `assoc-ignore-case' and `assoc-ignore-representation'.
4381
4382 * objects.texi (Non-ASCII in Strings): Clarify description of
4383 when a string is unibyte or multibyte.
4384 (Bool-Vector Type): Update examples.
4385 (Equality Predicates): Correctly describe when two strings are
4386 `equal'.
4387
19017752
LT
43882003-11-29 Luc Teirlinck <teirllm@auburn.edu>
4389
4390 * lists.texi (Building Lists): `append' no longer accepts integer
4391 arguments. Update the description of `number-sequence' to reflect
4392 recent changes.
4393 (Sets And Lists): Describe `member-ignore-case' after `member'.
4394
0f6a07a8
KS
43952003-11-27 Kim F. Storm <storm@cua.dk>
4396
4397 * commands.texi (Click Events): Click object may be an images.
4398 Describe (dx . dy) element of click positions.
4399 (Accessing Events): Remove duplicate posn-timestamp.
4400 New functions posn-object and posn-object-x-y.
4401
1ce7c819
KS
44022003-11-23 Kim F. Storm <storm@cua.dk>
4403
4404 * commands.texi (Click Events): Describe enhancements to event
4405 position lists, including new text-pos and (col . row) items.
4406 Mention left-fringe and right-fringe area events.
0f6a07a8 4407 (Accessing Events): New functions posn-area and
1ce7c819
KS
4408 posn-actual-col-row. Mention posn-timestamp. Mention that
4409 posn-point in non-text area still returns buffer position.
4410 Clarify posn-col-row.
4411
cae8ddbb
LH
44122003-11-21 Lars Hansen <larsh@math.ku.dk>
4413
4414 * files.texi (File Attributes): Describe new parameter ID-FORMAT.
4415 * anti.texi (File Attributes): Describe removed parameter
4416 ID-FORMAT.
4417
f7f1a248
LT
44182003-11-20 Luc Teirlinck <teirllm@auburn.edu>
4419
68e74f25 4420 * positions.texi (Positions): Mention that, if a marker is used as
f7f1a248
LT
4421 a position, its buffer is ignored.
4422
4423 * markers.texi (Overview of Markers): Mention it here too.
4424
c5e2fb05
LT
44252003-11-12 Luc Teirlinck <teirllm@auburn.edu>
4426
4427 * numbers.texi (Numeric Conversions): Not just `floor', but also
4428 `truncate', `ceiling' and `round' accept optional argument DIVISOR.
4429
e57d0aa8
LT
44302003-11-10 Luc Teirlinck <teirllm@auburn.edu>
4431
4432 * markers.texi (Creating Markers): Specify insertion type of
4433 created markers. Add xref to `Marker Insertion Types'.
4434 Second argument to `copy-marker' is optional.
4435 (Marker Insertion Types): Mention that most markers are created
4436 with insertion type nil.
4437 (The Mark): Correctly describe when `mark' signals an error.
4438 (The Region): Correctly describe when `region-beginning' and
4439 `region-end' signal an error.
4440
bb3612ec
LT
44412003-11-08 Luc Teirlinck <teirllm@auburn.edu>
4442
4443 * hash.texi (Creating Hash): Clarify description of `eql'.
4444 `makehash' is obsolete.
4445 (Hash Access): Add Common Lisp notes for `remhash' and `clrhash'.
4446
4447 * positions.texi (Point): Change description of `buffer-end', so
4448 that it is also correct for floating point arguments.
4449 (List Motion): Correct argument lists of `beginning-of-defun' and
4450 `end-of-defun'.
4451 (Excursions): Add xref to `Marker Insertion Types'.
4452 (Narrowing): Argument to `narrow-to-page' is optional.
4453
cfb8a797
LT
44542003-11-06 Luc Teirlinck <teirllm@auburn.edu>
4455
4456 * streams.texi (Output Streams): Clarify behavior of point for
4457 marker output streams.
4458
c6177909
LT
44592003-11-04 Luc Teirlinck <teirllm@auburn.edu>
4460
4461 * variables.texi (Defining Variables): Second argument to
4462 `defconst' is not optional.
4463 (Setting Variables): Mention optional argument APPEND to
4464 `add-to-list'.
4465 (Creating Buffer-Local): Expand description of
4466 `make-variable-buffer-local'.
4467 (Frame-Local Variables): Expand description of
4468 `make-variable-frame-local'.
4469 (Variable Aliases): Correct description of optional argument
4470 DOCSTRING to `defvaralias'. Mention return value of
4471 `defvaralias'.
4472 (File Local Variables): Add xref to `File variables' in Emacs
4473 Manual. Correct description of `hack-local-variables'. Mention
4474 `safe-local-variable' property. Mention optional second argument
4475 to `risky-local-variable-p'.
4476
b3645067
LT
44772003-11-03 Luc Teirlinck <teirllm@auburn.edu>
4478
4479 * symbols.texi (Symbol Plists): Mention return value of `setplist'.
4480
10695e5c
EZ
44812003-11-02 Jesper Harder <harder@ifa.au.dk> (tiny change)
4482
4483 * lispref/anti.texi, lispref/backups.texi, lispref/commands.texi
4484 lispref/customize.texi, lispref/display.texi, lispref/files.texi,
4485 lispref/internals.texi, lispref/keymaps.texi, lispref/loading.texi,
4486 lispref/modes.texi, lispref/nonascii.texi, lispref/numbers.texi,
4487 lispref/objects.texi, lispref/os.texi, lispref/positions.texi,
b3645067 4488 lispref/processes.texi, lispref/searching.texi,
10695e5c
EZ
4489 lispref/sequences.texi, lispref/streams.texi, lispref/strings.texi,
4490 lispref/syntax.texi, lispref/text.texi: Replace @sc{foo} with
4491 @acronym{FOO}.
4492
a2f4def1
LT
44932003-10-27 Luc Teirlinck <teirllm@auburn.edu>
4494
4495 * strings.texi (Creating Strings): Argument START to `substring'
4496 can not be `nil'. Expand description of
4497 `substring-no-properties'. Correct description of `split-string',
4498 especially with respect to empty matches. Prevent very bad line
4499 break in definition of `split-string-default-separators'.
4500 (Text Comparison): `string=' and `string<' also accept symbols as
4501 arguments.
4502 (String Conversion): More completely describe argument BASE in
4503 `string-to-number'.
5bb0fcd1 4504 (Formatting Strings): `%s' and `%S' in `format' do require
a2f4def1
LT
4505 corresponding object. Clarify behavior of numeric prefix after
4506 `%' in `format'.
4507 (Case Conversion): The argument to `upcase-initials' can be a
4508 character.
4509
a2296bf9
KH
45102003-10-27 Kenichi Handa <handa@m17n.org>
4511
4512 * display.texi (Fontsets): Fix texinfo usage.
4513
885fef7c
KH
45142003-10-25 Kenichi Handa <handa@m17n.org>
4515
4516 * display.texi (Fontsets): Add description of the function
4517 set-fontset-font.
4518
0c6b7a1f
LT
45192003-10-23 Luc Teirlinck <teirllm@auburn.edu>
4520
4521 * display.texi (Temporary Displays): Add xref to `Documentation
4522 Tips'.
4523
4524 * functions.texi (Function Safety): Use inforef instead of pxref
4525 for SES.
4526
c3cda320
AS
45272003-10-23 Andreas Schwab <schwab@suse.de>
4528
4529 * Makefile.in (TEX, texinputdir): Don't define.
4530 (TEXI2DVI): Define.
4531 (srcs): Remove $(srcdir)/index.perm and $(srcdir)/index.unperm,
4532 add $(srcdir)/index.texi.
4533 ($(infodir)/elisp): Remove index.texi dependency.
4534 (elisp.dvi): Likewise. Use $(TEXI2DVI).
4535 (index.texi): Remove target.
4536 (dist): Don't link $(srcdir)/permute-index.
83badb71
AS
4537 (clean): Don't remove index.texi.
4538
c3cda320
AS
4539 * permute-index, index.perm: Remove.
4540 * index.texi: Rename from index.unperm.
4541
e5dadca7
LT
45422003-10-22 Luc Teirlinck <teirllm@auburn.edu>
4543
4544 * tips.texi (Documentation Tips): Document new behavior for face
4545 and variable hyperlinks in Help mode.
4546
6cfb0777
LT
45472003-10-21 Luc Teirlinck <teirllm@auburn.edu>
4548
4549 * objects.texi (Integer Type): Update for extra bit of integer range.
4550 (Character Type): Ditto.
4551
a6eeaa81 45522003-10-16 Eli Zaretskii <eliz@gnu.org>
a4fc3ab3
EZ
4553
4554 * numbers.texi (Integer Basics): Add index entries for reading
4555 numbers in hex, octal, and binary.
4556
c8f9ba83
LK
45572003-10-16 Lute Kamstra <lute@gnu.org>
4558
4559 * modes.texi (Mode Line Format): Mention force-mode-line-update's
4560 argument.
4561
b52a26fb
LT
45622003-10-13 Luc Teirlinck <teirllm@auburn.edu>
4563
4564 * windows.texi (Choosing Window): Fix typo.
4565 * edebug.texi (Edebug Execution Modes): Fix typo.
4566
f7005886
RS
45672003-10-13 Richard M. Stallman <rms@gnu.org>
4568
4569 * windows.texi (Basic Windows): A window has fringe settings,
4570 display margins and scroll-bar settings.
4571 (Splitting Windows): Doc split-window return value.
4572 Clean up one-window-p.
4573 (Selecting Windows): Fix typo.
4574 (Cyclic Window Ordering): Explain frame as ALL-FRAMES in next-window.
4575 (Buffers and Windows): In set-window-buffer, explain effect
4576 on fringe settings and scroll bar settings.
4577 (Displaying Buffers): In pop-to-buffer, explain nil as buffer arg.
4578 (Choosing Window): Use defopt for pop-up-frame-function.
4579 For special-display-buffer-names, explain same-window and same-frame.
4580 Clarify window-dedicated-p return value.
4581 (Textual Scrolling): scroll-up and scroll-down can get an error.
4582 (Horizontal Scrolling): Clarify auto-hscroll-mode.
4583 Clarify set-window-hscroll.
4584 (Size of Window): Don't mention tool bar in window-height.
4585 (Coordinates and Windows): Explain what coordinates-in-window-p
4586 returns for fringes and display margins.
4587 (Window Configurations): Explain saving fringes, etc.
4588
4589 * tips.texi (Library Headers): Clean up Documentation.
4590
4591 * syntax.texi (Parsing Expressions): Clean up forward-comment
4592 and parse-sexp-lookup-properties.
4593
4594 * sequences.texi (Sequence Functions): sequencep accepts bool-vectors.
4595
4596 * os.texi (System Environment): Clean up text for load-average errors.
4597
4598 * modes.texi (Hooks): Don't explain local hook details at front.
4599 Clarify run-hooks and run-hook-with-args a little.
4600 Clean up add-hook and remove-hook.
4601
4602 * edebug.texi (Edebug Execution Modes): Clarify t.
4603 Document edebug-sit-for-seconds.
4604 (Coverage Testing): Document C-x X = and =.
4605 (Instrumenting Macro Calls): Fix typo.
4606 (Specification List): Don't index the specification keywords.
4607
c989ebe9
KS
46082003-10-10 Kim F. Storm <storm@cua.dk>
4609
4610 * processes.texi (Network): Introduce make-network-process.
4611
f9525eef
LT
46122003-10-09 Luc Teirlinck <teirllm@auburn.edu>
4613
4614 * tips.texi (Library Headers): Fix typo.
4615
f008b925
LK
46162003-10-07 Juri Linkov <juri@jurta.org>
4617
4618 * modes.texi (Imenu): Mention imenu-create-index-function's
4619 default value. Explain submenus better.
4620
c22c5da6
LK
46212003-10-07 Lute Kamstra <lute@gnu.org>
4622
4623 * modes.texi (Faces for Font Lock): Fix typo.
4624 (Hooks): Explain how buffer-local hook variables can refer to
4625 global hook variables.
4626 Various minor clarifications.
4627
49247521
LK
46282003-10-06 Lute Kamstra <lute@gnu.org>
4629
4630 * tips.texi (Coding Conventions): Mention naming conventions for
4631 hooks.
4632
9296c947
LT
46332003-10-05 Luc Teirlinck <teirllm@auburn.edu>
4634
4635 * loading.texi (Library Search): Correct default value of
4636 load-suffixes.
4637 (Named Features): Fix typo.
4638
0e9b293a
RS
46392003-10-05 Richard M. Stallman <rms@gnu.org>
4640
4641 * loading.texi (Named Features): In `provide',
4642 say how to test for subfeatures.
4643 (Unloading): In unload-feature, use new var name
4644 unload-feature-special-hooks.
4645
49247521 46462003-10-03 Lute Kamstra <lute@gnu.org>
10ee4e90
LK
4647
4648 * modes.texi (Major Mode Conventions): Mention third way to set up
4649 Imenu.
4650 (Imenu): A number of small fixes.
4651 Delete documentation of internal variable imenu--index-alist.
4652 Document the return value format of imenu-create-index-function
4653 functions.
4654
ab8f7d5c
RS
46552003-09-30 Richard M. Stallman <rms@gnu.org>
4656
4657 * processes.texi (Network): Say what stopped datagram connections do.
4658
4659 * lists.texi (Association Lists): Clarify `assq-delete-all'.
4660
4661 * display.texi (Overlay Properties): Clarify `evaporate' property.
4662
49247521 46632003-09-29 Lute Kamstra <lute@gnu.org>
86b9b767
LK
4664
4665 * modes.texi (Mode Line Data): Explain when symbols in mode-line
c22c5da6 4666 constructs should be marked as risky.
86b9b767
LK
4667 Change cons cell into proper list.
4668 (Mode Line Variables): Change cons cell into proper list.
4669
49247521 46702003-09-26 Lute Kamstra <lute@gnu.org>
bc3b02f9
LK
4671
4672 * modes.texi (Mode Line Data): Document the :propertize construct.
4673 (Mode Line Variables): Reorder the descriptions of the variables
c22c5da6 4674 to match their order in the default mode-line-format.
bc3b02f9
LK
4675 Describe the new variables mode-line-position and mode-line-modes.
4676 Update the default values of mode-line-frame-identification,
4677 minor-mode-alist, and default-mode-line-format.
4678 (Properties in Mode): Mention the :propertize construct.
6142d1d0 4679
bc3b02f9 46802003-09-26 Richard M. Stallman <rms@gnu.org>
6142d1d0 4681
c22c5da6 4682 * buffers.texi, commands.texi, debugging.texi, eval.texi:
6142d1d0
RS
4683 * loading.texi, minibuf.texi, text.texi, variables.texi:
4684 Avoid @strong{Note:}.
4685
46862003-09-26 Richard M. Stallman <rms@gnu.org>
4687
4688 * keymaps.texi (Remapping Commands): Fix typo.
4689
41beda59
LT
46902003-09-23 Luc Teirlinck <teirllm@mail.auburn.edu>
4691
4692 * processes.texi (Low-Level Network): Fix typo.
4693
ef6ae4ff
KS
46942003-09-23 Kim F. Storm <storm@cua.dk>
4695
4696 * processes.texi (Network, Network Servers): Fix typos.
4697 (Low-Level Network): Add timeout value for :server keyword.
4698 Add new option keywords to make-network-process.
4699 Add set-network-process-options.
4700 Explain how to test availability of network options.
4701
b0f23edf
RS
47022003-09-19 Richard M. Stallman <rms@gnu.org>
4703
4704 * text.texi (Motion by Indent): Arg to
4705 backward-to-indentation and forward-to-indentation is optional.
4706
4707 * strings.texi (Creating Strings): Add substring-no-properties.
4708
4709 * processes.texi
4710 (Process Information): Add list-processes arg QUERY-ONLY.
4711 Delete process-contact from here.
4712 Add new status values for process-status.
4713 Add process-get, process-put, process-plist, set-process-plist.
4714 (Synchronous Processes): Add call-process-shell-command.
4715 (Signals to Processes): signal-process allows process objects.
4716 (Network): Complete rewrite.
4717 (Network Servers, Datagrams, Low-Level Network): New nodes.
4718
4719 * positions.texi (Word Motion): forward-word, backward-word
4720 arg is optional. Reword.
4721
4722 * abbrevs.texi (Defining Abbrevs): Index no-self-insert.
4723
c22c5da6 4724 * variables.texi (Creating Buffer-Local):
b0f23edf
RS
4725 Delete duplicate definition of buffer-local-value.
4726 (File Local Variables): Explain about discarding text props.
4727
f387bdea
RS
47282003-09-11 Richard M. Stallman <rms@gnu.org>
4729
4730 * minibuf.texi (Intro to Minibuffers): Explain that the minibuffer
4731 changes variables that record input events.
4732 (Minibuffer Misc): Add minibuffer-selected-window.
4733
4734 * lists.texi (Building Lists): Add copy-tree.
4735
4736 * display.texi (Fontsets): Add char-displayable-p.
4737 (Scroll Bars): New node.
4738
49247521 47392003-09-08 Lute Kamstra <lute@gnu.org>
5df034de
LK
4740
4741 * modes.texi (%-Constructs): Document new `%i' and `%I'
4742 constructs.
4743
fd026ee1
JR
47442003-09-03 Peter Runestig <peter@runestig.com>
4745
4746 * makefile.w32-in: New file.
4747
4828b4d7
RS
47482003-08-29 Richard M. Stallman <rms@gnu.org>
4749
4750 * display.texi (Overlay Properties): Clarify how priorities
4751 affect use of the properties.
4752
a4e4f05d
LT
47532003-08-19 Luc Teirlinck <teirllm@mail.auburn.edu>
4754
4755 * customize.texi (Type Keywords): Correct the description of
4756 `:help-echo' in the case where `motion-doc' is a function.
4757
3ebe0346
JPW
47582003-08-14 John Paul Wallington <jpw@gnu.org>
4759
4760 * modes.texi (Emulating Mode Line): Subsection, not section.
4761
3afe8e39
RS
47622003-08-13 Richard M. Stallman <rms@gnu.org>
4763
4764 * elisp.texi (Top): Update subnode lists in menu.
4765
4766 * text.texi (Insertion): Add insert-buffer-substring-no-properties.
4767 (Kill Functions): kill-region has new arg yank-handler.
4768 (Yanking): New node.
4769 (Yank Commands): Add yank-undo-function.
4770 (Low-Level Kill Ring):
4771 kill-new and kill-append have new arg yank-handler.
4772 (Changing Properties): Add remove-list-of-text-properties.
4773 (Atomic Changes): New node.
4774
4775 * symbols.texi (Other Plists): Add lax-plist-get, lax-plist-put.
4776
4777 * streams.texi (Output Variables): Add eval-expression-print-length
4778 and eval-expression-print-level.
4779
4780 * os.texi (Time Conversion): For encode-time, explain limits on year.
4781
4782 * objects.texi (Character Type): Define anchor "modifier bits".
4783
4784 * modes.texi (Emulating Mode Line): New node.
4785 (Search-based Fontification): Font Lock uses font-lock-face property.
4786 (Other Font Lock Variables): Likewise.
4787
4788 * keymaps.texi (Format of Keymaps): Keymaps contain char tables,
4789 not vectors.
4790 (Active Keymaps): Add emulation-mode-map-alists.
4791 (Functions for Key Lookup): key-binding has new arg no-remap.
4792 (Remapping Commands): New node.
4793 (Scanning Keymaps): where-is-internal has new arg no-remap.
4794 (Tool Bar): Add tool-bar-local-item-from-menu.
4795 Clarify when to use tool-bar-add-item-from-menu.
4796
4797 * commands.texi (Interactive Call): commandp has new arg.
4798 (Command Loop Info): Add this-original-command.
4799
e37769b1
JPW
48002003-08-06 John Paul Wallington <jpw@gnu.org>
4801
4802 * compile.texi (Compiler Errors): Say `@end defmac' after `@defmac'.
4803
4804 * display.texi (Warning Basics): Fix typo.
4805 (Fringes): Add closing curly bracket and fix typo.
4806
4807 * elisp.texi (Top): Fix typo.
4808
c5e0561f
RS
48092003-08-05 Richard M. Stallman <rms@gnu.org>
4810
4811 * elisp.texi: Update lists of subnodes.
4812
4813 * windows.texi (Buffers and Windows): set-window-buffer has new arg.
4814
4815 * variables.texi (Local Variables): Use lc for example variable names.
4816
4817 * tips.texi (Library Headers): Explain where to put -*-.
4818
4819 * strings.texi (Creating Strings): Fix xref for vconcat.
4820
4821 * sequences.texi (Vector Functions):
4822 vconcat no longer allows integer args.
4823
4824 * minibuf.texi (Reading File Names): read-file-name has new
4825 arg PREDICATE. New function read-directory-name.
4826
4827 * macros.texi (Defining Macros): Give definition of `declare'
4828 (Indenting Macros): New node.
4829
4830 * frames.texi (Parameter Access): Add modify-all-frames-parameters.
4831 (Window Frame Parameters): Make separate table of parameters
4832 that are coupled with specific face attributes.
4833 (Deleting Frames): delete-frame-hooks renamed to
4834 delete-frame-functions.
4835
4836 * files.texi (Magic File Names): Add file-remote-p.
4837 Clarify file-local-copy.
4838
4839 * edebug.texi (Instrumenting Macro Calls): Don't define `declare'
4840 here; instead xref Defining Macros.
4841
4842 * display.texi (Warnings): New node, and subnodes.
4843 (Fringes): New node.
4844
4845 * debugging.texi (Test Coverage): New node.
4846
4847 * compile.texi (Compiler Errors): Explain with-no-warnings
4848 and other ways to suppress warnings.
4849
4850 * commands.texi (Interactive Call): Minor clarification.
4851
4852 * buffers.texi (Buffer File Name): set-visited-file-name
4853 renames the buffer too.
4854
4855 * abbrevs.texi (Abbrev Tables): Add copy-abbrev-table.
4856
ee59dede
MR
48572003-07-24 Markus Rost <rost@math.ohio-state.edu>
4858
4859 * abbrevs.texi (Abbrev Expansion): Use \s syntax in example.
4860
f0514b34
MR
48612003-07-22 Markus Rost <rost@math.ohio-state.edu>
4862
4863 * internals.texi (Garbage Collection): Fix previous change.
4864
c73983bb
RS
48652003-07-22 Richard M. Stallman <rms@gnu.org>
4866
4867 * files.texi (Truenames): Add LIMIT arg to file-chase-links.
4868
4869 * display.texi (Width): Use \s syntax in example.
4870 (Font Selection): Add face-font-rescale-alist.
4871
4872 * modes.texi (Imenu): Add xref to Emacs Manual node on Imenu.
4873 Remove spurious indent in example.
4874
4875 * lists.texi (Building Lists): Add number-sequence.
4876
4877 * internals.texi (Garbage Collection): Add gcs-done, gc-elapsed.
4878
4879 * functions.texi (Function Documentation): Explain how to
4880 show calling convention explicitly in the doc string.
4881
4882 * windows.texi (Selecting Windows): save-selected-window saves
4883 selected window of each frame.
4884 (Window Configurations): Minor change.
4885
4886 * syntax.texi (Syntax Table Functions): Use \s syntax in examples.
4887
4888 * streams.texi (Output Variables): Add print-continuous-numbering
4889 and print-number-table.
4890
4891 * processes.texi (Decoding Output): New node.
4892
4893 * os.texi (Time Conversion): decode-time arg is optional.
4894
4895 * objects.texi (Character Type): Don't use space as example for \.
4896 Make list of char names and \-sequences correspond.
4897 Explain that \s is not used in strings. `\ ' needs space after.
4898
4899 * nonascii.texi (Converting Representations): Add string-to-multibyte.
4900 (Translation of Characters): Add translation-table-for-input.
4901 (Default Coding Systems): Add auto-coding-functions.
4902 (Explicit Encoding): Add decode-coding-inserted-region.
4903 (Locales): Add locale-info.
4904
4905 * minibuf.texi (Basic Completion): Describe test-completion.
4906 Collections can be lists of strings.
4907 Clean up lazy-completion-table.
4908 (Programmed Completion): Mention test-completion.
4909 Clarify why lambda expressions are not accepted.
4910 (Minibuffer Misc): Describe minibufferp.
4911
51a8b435
RS
49122003-07-14 Richard M. Stallman <rms@gnu.org>
4913
4914 * buffers.texi (Killing Buffers): kill-buffer-hook is perm local.
4915
4916 * windows.texi (Selecting Windows): New arg to select-window.
4917 (Selecting Windows): Add with-selected-window.
4918 (Size of Window): Add window-inside-edges, etc.
4919
4920 * internals.texi (Garbage Collection): Add post-gc-hook.
4921
4922 * processes.texi (Subprocess Creation): Add exec-suffixes.
4923
4924 * keymaps.texi (Functions for Key Lookup): Add current-active-maps.
4925 (Scanning Keymaps): Add map-keymaps.
4926 (Defining Menus): Add keymap-prompt.
4927
4928 * numbers.texi (Integer Basics): Add most-positive-fixnum,
4929 most-negative-fixnum.
4930
4931 * compile.texi (Byte Compilation): Explain no-byte-compile
4932 (Compiler Errors): New node.
4933
4934 * os.texi (User Identification): user-uid, user-real-uid
4935 can return float.
4936
4937 * modes.texi (Major Mode Conventions): Explain about run-mode-hooks
4938 and about derived modes.
4939 (Minor Modes): Add minor-mode-list.
4940 (Defining Minor Modes): Keyword args for define-minor-mode.
4941 (Search-based Fontification): Explain managing other properties.
4942 (Other Font Lock Variables): Add font-lock-extra-managed-props.
4943 (Faces for Font Lock): Add font-locl-preprocessor-face.
4944 (Hooks): Add run-mode-hooks and delay-mode-hooks.
4945
4946 * variables.texi (Creating Buffer-Local): Add buffer-local-value.
e57d0aa8 4947 (Variable Aliases): Clarify defvaralias.
51a8b435
RS
4948
4949 * loading.texi (Library Search): Add load-suffixes.
4950
4951 * minibuf.texi (Basic Completion): Add lazy-completion-table.
4952 (Programmed Completion): Add dynamic-completion-table.
4953
4954 * files.texi (Changing Files): copy-file allows dir as NEWNAME.
4955 (Magic File Names): Specify precedence order of handlers.
199bb209 4956
51a8b435
RS
4957 * commands.texi (Command Overview): Emacs server runs pre-command-hook
4958 and post-command-hook.
4959 (Waiting): New calling convention for sit-for.
4960
4961 * text.texi (Special Properties): local-map and keymap properties
4962 apply based on their stickiness.
4963
c6de56a0
RS
49642003-07-07 Richard M. Stallman <rms@gnu.org>
4965
4966 * modes.texi (Minor Mode Conventions): Specify only some kinds
4967 of list values as args to minor modes.
4968
4969 * files.texi (File Name Expansion): Warn about iterative use
4970 of substitute-in-file-name.
4971
4972 * advice.texi (Activation of Advice): Clean up previous change.
4973
8c761ea6
MR
49742003-07-06 Markus Rost <rost@math.ohio-state.edu>
4975
4976 * advice.texi (Activation of Advice): Note that ad-start-advice is
4977 turned on by default.
4978
c6de56a0
RS
49792003-06-30 Richard M. Stallman <rms@gnu.org>
4980
4981 * text.texi (Buffer Contents): Document current-word.
4982 (Change Hooks): Not called for *Messages*.
4983
4984 * functions.texi (Defining Functions): Explain about redefining
4985 primitives.
4986 (Function Safety): Renamed. Minor changes.
4987 Comment out the detailed criteria for what is safe.
4988
3fe4e567
AS
49892003-06-22 Andreas Schwab <schwab@suse.de>
4990
4991 * objects.texi (Symbol Type): Fix description of examples.
4992
cda7bd13
AS
49932003-06-16 Andreas Schwab <schwab@suse.de>
4994
4995 * hash.texi (Creating Hash): Fix description of :weakness.
4996
fbcffa4a
KG
49972003-06-13 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@gmx.net>
4998
4999 * files.texi (Changing Files): copy-file copies file modes, too.
5000
ff6a3bfb
RS
50012003-05-28 Richard M. Stallman <rms@gnu.org>
5002
5003 * strings.texi (Creating Strings): Clarify split-string.
5004
1463a05d
JB
50052003-05-22 Stephen J. Turnbull <stephen@xemacs.org>
5006
5007 * strings.texi (Creating Strings): Update split-string specification
5008 and examples.
5009
af253914
RS
50102003-05-19 Richard M. Stallman <rms@gnu.org>
5011
5012 * elisp.texi: Correct invariant section names.
5013
7ea52f92
RS
50142003-04-20 Richard M. Stallman <rms@gnu.org>
5015
5016 * os.texi (Timers): Explain about timers and quitting.
5017
e31afc09
RS
50182003-04-19 Richard M. Stallman <rms@gnu.org>
5019
5020 * internals.texi (Writing Emacs Primitives): Strings are
5021 no longer special for GCPROs. Mention GCPRO5, GCPRO6.
5022 Explain GCPRO convention for varargs function args.
5023
5ceea398
RS
50242003-04-16 Richard M. Stallman <rms@gnu.org>
5025
5026 * minibuf.texi (Minibuffer Misc): Document fn minibuffer-message.
5027
b0ada147
RS
50282003-04-08 Richard M. Stallman <rms@gnu.org>
5029
5030 * files.texi (Kinds of Files): Correct return value of file-symlink-p.
5031
b23375aa
KS
50322003-02-13 Kim F. Storm <storm@cua.dk>
5033
5034 * objects.texi (Character Type): New \s escape for space.
5035
c60ee5e7
JB
50362003-01-31 Joe Buehler <jhpb@draco.hekimian.com>
5037
5038 * os.texi (System Environment): Added cygwin system-type.
5039
84e47416
RS
50402003-01-25 Richard M. Stallman <rms@gnu.org>
5041
5042 * keymaps.texi: Document that a symbol can act as a keymap.
5043
3e8cf2ea
RS
50442003-01-13 Richard M. Stallman <rms@gnu.org>
5045
5046 * text.texi (Changing Properties): Say string indices are origin-0.
5047
5048 * positions.texi (Screen Lines) <compute-motion>:
5049 Correct order of elts in return value.
5050
5051 * keymaps.texi (Changing Key Bindings) <define-key>: Mention
5052 how to define a default binding.
5053
7abb9fc5 50542002-12-07 Markus Rost <rost@math.ohio-state.edu>
177f790c 5055
104bc3aa 5056 * loading.texi (Unloading): Fix recent change for load-history.
5b1fc152 5057
104bc3aa 5058 * customize.texi (Simple Types): Clarify description of custom
9b7fa297 5059 type 'number. Describe new custom type 'float.
177f790c 5060
7abb9fc5 50612002-12-04 Markus Rost <rost@math.ohio-state.edu>
24ff45f3
MR
5062
5063 * variables.texi (File Local Variables): Fix typo.
5064
df140a68 50652002-10-23 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@uni-duisburg.de>
c60ee5e7 5066
df140a68
KG
5067 From Michael Albinus <Michael.Albinus@alcatel.de>.
5068
5069 * README: Target for Info file is `make info'.
5070
5071 * files.texi (File Name Components): Fixed typos in
5072 `file-name-sans-extension'.
5073 (Magic File Names): Complete list of operations for magic file
5074 name handlers.
5075
7ed9159a
JY
50762002-09-16 Jonathan Yavner <jyavner@engineer.com>
5077
5078 * variables.texi (File Local Variables): New function
5079 risky-local-variable-p.
5080
50812002-09-15 Jonathan Yavner <jyavner@engineer.com>
5082
5083 * functions.texi (Function safety): New node about unsafep.
5084
241f79af
PA
50852002-08-05 Per Abrahamsen <abraham@dina.kvl.dk>
5086
5087 * customize.texi (Splicing into Lists): Fixed example.
5088 Reported by Fabrice Bauzac <fabrice.bauzac@wanadoo.fr>
5089
72459b15
JB
50902002-06-17 Juanma Barranquero <lektu@terra.es>
5091
5092 * frames.texi (Display Feature Testing): Fix typo.
5093
61f7e0f5
AS
50942002-06-12 Andreas Schwab <schwab@suse.de>
5095
5096 * frames.texi (Initial Parameters, Resources): Fix references to
5097 the Emacs manual.
5098
4e792dbd
KS
50992002-05-13 Kim F. Storm <storm@cua.dk>
5100
5101 * variables.texi (Intro to Buffer-Local): Updated warning and
5102 example relating to changing buffer inside let.
5103
940344d4 51042002-03-10 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
d873ec96
JD
5105
5106 * os.texi (Session Management): New node about X Session management.
5107
231ac53b
EZ
51082002-01-18 Eli Zaretskii <eliz@is.elta.co.il>
5109
5110 * elisp.texi (VERSION): Set to 2.9. Update the version of Emacs
5111 to which the manual corresponds, and the copyright years.
5112
5113 * Makefile.in (VERSION): Set to 2.9.
5114
140cc574
EZ
51152001-11-29 Eli Zaretskii <eliz@is.elta.co.il>
5116
5117 * elisp.texi: Change the category in @dircategory to "Emacs", to
5118 make it consistent with info/dir.
5119
9c7fce05
MB
51202001-11-25 Miles Bader <miles@gnu.org>
5121
5122 * text.texi (Fields): Describe new `limit' arg in
5123 field-beginning/field-end.
5124
9f8bbf0f
EZ
51252001-11-17 Eli Zaretskii <eliz@is.elta.co.il>
5126
a5e6715c
EZ
5127 * permute-index: Don't depend on csh-specific features. Replace
5128 the interpreter name with /bin/sh.
5129
9f8bbf0f
EZ
5130 * two-volume-cross-refs.txt: New file.
5131 * two.el: New file.
5132 * spellfile: New file.
5133
1756e2fb
EZ
51342001-11-16 Eli Zaretskii <eliz@is.elta.co.il>
5135
5136 * permute-index: New file.
5137
5138 * vol1.texi, vol2.texi: Renamed from elisp-vol1.texi and
5139 elisp-vol2.texi, respectively, to avoid file-name clashes in DOS
5140 8+3 restricted namespace.
ad050e54
EZ
5141
5142 * Makefile.in (infodir): Define relative to $(srcdir).
5143 ($(infodir)/elisp): Don't chdir into $(srcdir), but add it to the
5144 include directories list via -I switch to makeinfo.
5145 (index.texi): Use cp if both hard and symbolic links fail.
5146
10fa7f8e
EZ
51472001-11-10 Eli Zaretskii <eliz@is.elta.co.il>
5148
7a1494ce
EZ
5149 * Makefile.in (distclean): Add.
5150
10fa7f8e
EZ
5151 The following changes make ELisp manual part of the Emacs
5152 distribution:
5153
5154 * Makefile.in: Add Copyright notice.
5155 (prefix): Remove.
5156 (infodir): Change value to "../info".
5157 (VPATH): New variable.
5158 (MAKE): Don't define.
5159 (texmacrodir): Don't define.
5160 (texinputdir): Append the existing value of TEXINPUTS.
5161 ($(infodir)/elisp): Instead of just "elisp". Reformat the
5162 command to be compatible with man/Makefile.in, and to put the
5163 output into ../info.
5c32b7c5 5164 (info): Add target.
10fa7f8e
EZ
5165 (installall): Target removed.
5166
74686736 51672001-10-31 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
2b209b97
PJ
5168
5169 * tips.texi (Coding Conventions): Fix typo.
5170
6fd735df
GM
51712001-10-23 Gerd Moellmann <gerd@gnu.org>
5172
5173 * Makefile.in (srcs): Add gpl.texi and doclicense.texi.
5174
b704d54b
EZ
51752001-10-22 Eli Zaretskii <eliz@is.elta.co.il>
5176
5177 * files.texi (File Name Components): Update the description of
5178 file-name-sans-extension and file-name-extension, as they now
5179 ignore leading dots.
5180
71431a0e
GM
51812001-10-20 Gerd Moellmann <gerd@gnu.org>
5182
6aa97356 5183 * (Version 21.1 released.)
71431a0e 5184
79f1f96c
MB
51852001-10-19 Miles Bader <miles@gnu.org>
5186
5187 * positions.texi (Text Lines): Describe behavior of
5188 `beginning-of-line'/`end-of-line' in the presence of field properties.
5189
892a8f36
GM
51902001-10-17 Gerd Moellmann <gerd@gnu.org>
5191
5192 * Makefile.in (VERSION): Set to 2.8.
5193 (manual): Use `manual-21'.
5194
8c1cc9e8 5195 * elisp.texi (VERSION): Add and use it where the version
892a8f36
GM
5196 number was used. Set it to 2.8.
5197
5198 * intro.texi: Likewise.
5199
51724e26
EZ
52002001-10-13 Eli Zaretskii <eliz@is.elta.co.il>
5201
5202 * files.texi (File Name Completion): Document the significance of
5203 a trailing slash in elements of completion-ignored-extensions.
5204
57b338e8
MB
52052001-10-06 Miles Bader <miles@gnu.org>
5206
5207 * variables.texi (Variable Aliases): It's `@defmac', not `@defmacro'.
5208
c89e4bc5
GM
52092001-10-04 Gerd Moellmann <gerd@gnu.org>
5210
5211 * variables.texi (Variable Aliases): New node.
5212
ab952a4f
GM
52132001-10-04 Gerd Moellmann <gerd@gnu.org>
5214
5215 * Branch for 21.1.
dff28924 5216
9db3a582
MB
52172001-10-02 Miles Bader <miles@gnu.org>
5218
ae1a9581
MB
5219 * minibuf.texi (Minibuffer Misc): Add entries for
5220 `minibuffer-contents', `minibuffer-contents-no-properties', and
5221 `delete-minibuffer-contents'.
5222 Correct description for `minibuffer-prompt-end'.
5223
9db3a582
MB
5224 * text.texi (Property Search): Correct descriptions of
5225 `next-char-property-change' and `previous-char-property-change'.
5226 Add entries for `next-single-char-property-change' and
5227 `previous-single-char-property-change'.
5228 Make operand names a bit more consistent.
5229
03be5931
EZ
52302001-09-30 Eli Zaretskii <eliz@is.elta.co.il>
5231
5232 * frames.texi (Finding All Frames): Document that next-frame and
5233 previous-frame are local to current terminal.
5234
974548ec
EZ
52352001-09-26 Eli Zaretskii <eliz@is.elta.co.il>
5236
5237 * keymaps.texi (Creating Keymaps): Fix the description of the
dff28924 5238 result of make-keymap.
974548ec 5239
8d82c597
EZ
52402001-09-23 Eli Zaretskii <eliz@is.elta.co.il>
5241
5242 * display.texi (Font Lookup, Attribute Functions)
5243 (Image Descriptors): Add cross-references to the definition of
5244 selected frame.
5245
5246 * buffers.texi (The Buffer List): Add cross-references to the
5247 definition of selected frame.
5248
5249 * frames.texi (Input Focus): Clarify which frame is _the_ selected
5250 frame at any given time.
5251 (Multiple Displays, Size and Position): Add a cross-reference to
5252 the definition of the selected frame.
5253
2842de30
EZ
52542001-09-08 Eli Zaretskii <eliz@is.elta.co.il>
5255
5256 * strings.texi (String Conversion) <string-to-number>: Document
5257 that a float is returned for integers that are too large.
5258
5259 * frames.texi (Mouse Position): Document mouse-position-function.
5260 (Display Feature Testing): Document display-images-p.
5261 (Window Frame Parameters): Document the cursor-type variable.
5262
5263 * numbers.texi (Integer Basics): Document CL style read syntax for
5264 integers in bases other than 10.
5265
5266 * positions.texi (List Motion): Document
5267 open-paren-in-column-0-is-defun-start.
5268
5269 * lists.texi (Sets And Lists): Document member-ignore-case.
5270
5271 * internals.texi (Garbage Collection): Document the used and free
5272 strings report.
5273 (Memory Usage): Document strings-consed.
5274
5275 * os.texi (Time of Day): Document float-time.
5276 (Recording Input): Document that clear-this-command-keys clears
5277 the vector to be returned by recent-keys.
5278
5279 * keymaps.texi (Scanning Keymaps) <where-is-internal>: The
5280 argument keymap can be a list.
5281
5282 * nonascii.texi (User-Chosen Coding Systems)
5283 <select-safe-coding-system>: Document the new argument
5284 accept-default-p and the variable
5285 select-safe-coding-system-accept-default-p. Tell what happens if
5286 buffer-file-coding-system is undecided.
5287 (Default Coding Systems): Document auto-coding-regexp-alist.
5288
5289 * display.texi (The Echo Area) <message>: Document
5290 message-truncate-lines.
5291 (Glyphs): Document that the glyph table is unused on windowed
5292 displays.
5293
5294 * help.texi (Describing Characters) <single-key-description>:
5295 Document the new argument no-angles.
5296 (Accessing Documentation) <documentation-property>: Document that
5297 a non-string property is evaluated.
5298 <documentation>: Document that the function-documentation property
5299 is looked for.
5300
5301 * windows.texi (Selecting Windows): Document some-window.
5302
5303 * text.texi (MD5 Checksum): New node, documents the md5 primitive.
5304
5305 * hooks.texi (Standard Hooks): Add kbd-macro-termination-hook and
5306 apropos-mode-hook.
5307
5308 * commands.texi (Using Interactive): Document interactive-form.
5309 (Keyboard Macros): Document kbd-macro-termination-hook.
5310 (Command Loop Info): Document that clear-this-command-keys clears
5311 the vector to be returned by recent-keys.
5312
2d43d823
GM
53132001-09-04 Werner LEMBERG <wl@gnu.org>
5314
5315 * Makefile.in (srcdir, texinputdir): New variables.
5316 (srcs, index.texi, install): Use $(srcdir).
5317 (.PHONY): Remove elisp.dvi.
5318 (elisp): Use -I switch for makeinfo.
5319 (elisp.dvi): Use $(srcdir) and $(texinputdir).
5320 (installall, dist): Use $(srcdir).
5321 Fix path to texinfo.tex.
5322 (maintainer-clean): Add elisp.dvi and elisp.oaux.
5323
fa739b31
GM
53242001-08-30 Gerd Moellmann <gerd@gnu.org>
5325
92a25631
GM
5326 * display.texi (Conditional Display): Adjust to API change.
5327
fa739b31
GM
5328 * configure: New file.
5329
cef68af5
GM
53302001-07-30 Gerd Moellmann <gerd@gnu.org>
5331
5332 * commands.texi (Repeat Events): Add description of
5333 double-click-fuzz.
5334
d1f08d85
SM
53352001-05-08 Stefan Monnier <monnier@cs.yale.edu>
5336
5337 * syntax.texi (Syntax Class Table): Add the missing designator for
5338 comment and string fences.
5339 (Syntax Properties): Add a xref to syntax table internals.
5340 (Syntax Table Internals): Document string-to-syntax.
5341
1e9fc92e
GM
53422001-05-07 Gerd Moellmann <gerd@gnu.org>
5343
5344 * Makefile.in (install): Use install-info command line options
5345 like in Emacs' Makefile.in.
5346
00480554
MB
53472000-12-09 Miles Bader <miles@gnu.org>
5348
5349 * windows.texi (Window Start): Update documentation for
5350 `pos-visible-in-window-p'.
5351
1e344ee2
SM
53522000-11-12 Stefan Monnier <monnier@cs.yale.edu>
5353
5354 * lists.texi (Building Lists): Add footnote to explain how to add
5355 to the end of a list.
5356
a540f6ed
GM
53572000-10-25 Gerd Moellmann <gerd@gnu.org>
5358
5359 * files.texi (Visiting Functions): Typos.
5360
28bcdbee
KH
53612000-10-25 Kenichi Handa <handa@etl.go.jp>
5362
5363 * files.texi (Visiting Functions): Return value of
5364 find-file-noselect may be a list of buffers if wildcards are used.
5365
22d1a4ed
MB
53662000-10-24 Miles Bader <miles@lsi.nec.co.jp>
5367
5368 * display.texi (Defining Faces): Document `graphic' display type
5369 in face specs.
5370
916a89db
KG
53712000-10-18 Kai Grossjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5372
1e9fc92e 5373 * hooks.texi (Standard Hooks): Replace obsolete
916a89db
KG
5374 `after-make-frame-hook' with `after-make-frame-functions'.
5375
1e9fc92e 5376 * frames.texi (Creating Frames): Ditto.
916a89db 5377
1e9fc92e 5378 * variables.texi (Future Local Variables): Ditto.
916a89db 5379
483de32b
GM
53802000-10-16 Gerd Moellmann <gerd@gnu.org>
5381
5382 * display.texi (Other Image Types): Add description of :foreground
5383 and :background properties of mono PBM images.
5384
e23a63a5
WL
53852000-08-17 Werner LEMBERG <wl@gnu.org>
5386
5387 * .cvsignore: New file.
5388
dfc16043
GM
53892000-01-05 Gerd Moellmann <gerd@gnu.org>
5390
5391 * tindex.pl: New script.
5392
602613fe
DL
53931999-12-03 Dave Love <fx@gnu.org>
5394
5395 * Makefile.in (MAKEINFO): New parameter.
5396
94ec544d
DL
53971999-09-17 Richard Stallman <rms@gnu.org>
5398
5399 * Makefile.in (srcs): Add hash.texi.
5400 (VERSION): Update to 20.6.
5401
54021999-09-13 Richard Stallman <rms@gnu.org>
5403
5404 * Makefile.in (index.texi): If cannot make a symlink, make a hard link.
5405
54061998-08-29 Karl Heuer <kwzh@gnu.org>
5407
5408 * configure.in: New file.
5409 * Makefile.in: Renamed from Makefile.
5410 (prefix, infodir): Use value obtained from configure.
5411 (emacslibdir): Obsolete variable deleted.
5412 (dist): Distribute configure.in, configure, Makefile.in.
5413
54141998-06-12 Richard Stallman <rms@psilocin.ai.mit.edu>
5415
5416 * Makefile (INSTALL_INFO): New variable.
5417 (install): Run install-info.
5418
54191998-05-09 Richard Stallman <rms@psilocin.ai.mit.edu>
5420
5421 * Makefile (elisp.dvi): Add missing backslash.
5422
54231998-05-02 Richard Stallman <rms@psilocin.gnu.org>
5424
5425 * Makefile (elisp.dvi): Don't depend on texindex or on elisp.tps.
5426 Run texindex without `./'. Always run texindex on elisp.tp.
5427 (elisp.tps): Target deleted.
5428
54291998-04-05 Richard Stallman <rms@psilocin.gnu.org>
5430
5431 * Makefile (srcs): Add nonascii.texi and customize.texi.
5432 (dist): Start by deleting `temp'.
5433
54341998-02-17 Richard Stallman <rms@psilocin.gnu.org>
5435
5436 * Makefile (makeinfo, texindex): Targets deleted.
5437 (makeinfo.o, texindex.o): Targets deleted.
5438 (clean, dist): Don't do anything with them or with getopt*.
5439
54401998-01-30 Richard Stallman <rms@psilocin.gnu.org>
5441
5442 * Makefile (SHELL): Defined.
5443
54441998-01-27 Richard Stallman <rms@psilocin.gnu.org>
5445
5446 * Makefile (elisp.tps): New target.
5447 (elisp.dvi): Depend on elisp.tps.
5448
5449Wed Apr 3 15:24:25 1996 Karl Heuer <kwzh@gnu.ai.mit.edu>
5450
5451 * README: Update phone number.
5452
5453 * Makefile (elisp): Make this be the default target.
5454 Depend on makeinfo.c instead of makeinfo.
5455 (install): Don't depend on elisp.dvi, since we don't install that.
5456 Use mkinstalldirs.
5457 (dist): Add mkinstalldirs.
5458
5459Mon Jun 19 14:35:26 1995 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5460
5461 * Makefile (VERSION): Update version number.
5462 (maintainer-clean): Renamed from realclean.
5463
5464Wed Jun 7 17:04:59 1995 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
5465
5466 * Makefile (realclean): New target.
5467 (elisp): Remove any old elisp-* files first.
5468
5469Tue Nov 23 19:59:40 1993 Noah Friedman (friedman@nutrimat.gnu.ai.mit.edu)
5470
d1f08d85
SM
5471 * Makefile (VERSION): New variable.
5472 (dist): Make packaged directory name `elisp-manual-19-$(VERSION)'.
5473 Compressed file suffix should be `.gz', not `.z'.
94ec544d
DL
5474
5475Mon Nov 22 15:06:19 1993 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5476
5477 * Makefile (elisp): Depend on makeinfo.
5478
5479Fri Nov 19 02:29:33 1993 Noah Friedman (friedman@gnu.ai.mit.edu)
5480
d1f08d85 5481 * Makefile (srcs): Add anti.texi.
94ec544d
DL
5482
5483Fri May 28 18:04:53 1993 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5484
5485 * Makefile (infodir, prefix): New vars.
5486 (install): Use infodir.
5487 (emacsinfodir): Deleted.
5488
5489Thu May 27 02:11:25 1993 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5490
5491 * Makefile (srcs): Add calendar.texi.
5492
5493 * Makefile (dist): Copy texindex.c and makeinfo.c.
5494 Limit elisp-* files to those with one or two digits.
5495
5496Sun May 16 17:58:21 1993 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
5497
5498 * Makefile (dist): Changed to use Gzip instead of compress.
5499
5500Fri Apr 23 01:05:23 1993 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
5501
5502 * loading.texi (Unloading): define-function changed back to
5503 defalias. It may not stay this way, but at least it's
5504 consistent with the known-good version of the code patch.
5505
5506Fri Mar 26 21:14:54 1993 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
5507
5508 * modes.texi (Hooks): Document new optional arg of add-hook.
5509
5510Wed Mar 17 08:48:24 1993 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
5511
d1f08d85 5512 * variables.texi: Document nil initial value of buffer-local variables.
94ec544d
DL
5513
5514 * tips.texi: Add new section on standard library headers.
5515
5516Sat Feb 27 18:00:25 1993 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
5517
5518 * Makefile (srcs): Add frame.texi to the list of sources.
5519
5520Tue Feb 23 10:50:25 1993 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
5521
5522 * Makefile (dist): Don't bother excluding autosave files; they'll
5523 never make it into the temp directory anyway, and the hash marks
5524 in the name are problematic for make and the Bourne shell.
dff28924 5525 (srcs):
94ec544d
DL
5526
5527Fri Feb 12 16:54:38 1993 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
5528
d1f08d85 5529 * Makefile (dist): Don't include backup files or autosave files in
94ec544d
DL
5530 the distribution tar file.
5531
dff28924 5532Tue Nov 26 21:10:34 1991 Richard Stallman (rms@mole.gnu.ai.mit.edu)
94ec544d
DL
5533
5534 * Makefile (srcs): Added index.perm.
5535 (elisp.dvi): Remove erroneous shell comment.
5536 Expect output of permute-index in permuted.fns.
5537 Save old elisp.aux in elisp.oaux.
5538 (clean): Added index.texi to be deleted.
5539
dff28924 5540Sat Aug 11 17:39:10 1990 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
94ec544d
DL
5541
5542 * Makefile (elisp.dvi, index.texi): Use shell if instead of ifdef.
5543
dff28924 5544Tue Jun 26 09:57:26 1990 David Lawrence (tale@geech)
94ec544d 5545
6db11765 5546 * files.texi: Noted that completion-ignored-extensions is ignored
94ec544d
DL
5547 when making *Completions*.
5548
5549Fri Jun 8 16:44:44 EDT 1990 Jay Fenlason (hack@ai.mit.edu)
5550
5551 * Makefile make dist now depends on elisp.dvi, since it tries
5552 to include it in the dist file.
5553
dff28924 5554Wed Mar 28 22:57:35 1990 Jim Kingdon (kingdon@mole.ai.mit.edu)
94ec544d
DL
5555
5556 * functions.texinfo (Mapping Functions): Add missing quote
5557
dff28924 5558Mon Jun 19 18:09:24 1989 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
94ec544d
DL
5559
5560 * texinfo.tex (frenchspacing): Use decimal codes for char to be set.
5561 (defunargs): Turn off \hyphenchar of \sl font temporarily.
5562
dff28924 5563Wed May 10 18:01:17 1989 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
94ec544d
DL
5564
5565 * @result{}, @expansion{}, @print{}, @quiv{}, @point{},
5566 and @error{} are the terms now being used. The files in the
5567 directory have been changed to reflect this.
5568
d1f08d85 5569 * All instances of @indentedresultt{} have been changed to
94ec544d
DL
5570 ` @result{}', using 5 spaces at the begining of the line.
5571
dff28924 5572Mon Apr 24 21:02:55 1989 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
94ec544d
DL
5573
5574 * @result{}, @expandsto{}, @prints{}, @quiv{}, @error{}, and the
5575 experimental @indentedresult{}, @indentedexpandsto{} are part of
5576 the texinfo.tex in this directory. These TeX macros are not
5577 stable yet.
5578
dff28924 5579Mon Apr 17 18:56:50 1989 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
94ec544d 5580
6db11765 5581 * texinfo.tex: Temporarily added
d1f08d85 5582 \let\result=\dblarrow
94ec544d
DL
5583 \def\error{{\it ERROR} \longdblarrow}
5584 We need to do this better soon.
5585
dff28924 5586Tue Apr 11 12:23:28 1989 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
94ec544d
DL
5587
5588 * Applied Karl Berry's patches to *.texinfo files, but not to
9b7fa297 5589 texinfo.tex; those diffs are in `berry-texinfo-tex-diffs'. (Karl's
94ec544d
DL
5590 new title page format is also not applied, since it requires
5591 texinfo.tex changes.)
5592
5593 * Cleaned up `Makefile' and defined the `emacslibdir' directory
5594 for the Project GNU development environment.
5595
ad050e54 5596;; Local Variables:
fd026ee1 5597;; coding: iso-2022-7bit
33462dfa 5598;; add-log-time-zone-rule: t
ad050e54 5599;; End:
2a34a036 5600
651f374c 5601 Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004,
de529e21 5602 2005, 2006, 2007 Free Software Foundation, Inc.
2a34a036
GM
5603 Copying and distribution of this file, with or without modification,
5604 are permitted provided the copyright notice and this notice are preserved.
ab5796a9
MB
5605
5606;;; arch-tag: 985ae0ce-df29-475b-b3f8-4bbcbf6f7fda