(ruler-mode-ruler): Fix typo in docstring.
[bpt/emacs.git] / lispref / ChangeLog
CommitLineData
cc7ff062
RS
12007-01-05 Richard Stallman <rms@gnu.org>
2
3 * modes.texi (Defining Minor Modes): Fix previous change.
4
cd35741d
RS
52007-01-03 Richard Stallman <rms@gnu.org>
6
7 * customize.texi (Variable Definitions, Customization Types):
8 Don't use * in doc string for defcustom.
9
a6c327a8
RS
102007-01-02 Richard Stallman <rms@gnu.org>
11
12 * variables.texi (Variable Aliases): Clarify that aliases vars
13 always have the same value.
14
15 * processes.texi (Bindat Spec): Fix Texinfo usage.
16
17 * modes.texi (Defining Minor Modes): Explain effect of command
18 defined with define-global-minor-mode on new buffers.
19
249844e0
KS
202006-12-30 Kim F. Storm <storm@cua.dk>
21
22 * keymaps.texi (Tool Bar): Describe `grow-only' value of
23 `auto-resize-tool-bars'.
24
32f65366
RS
252006-12-30 Richard Stallman <rms@gnu.org>
26
27 * keymaps.texi (Active Keymaps): Fix previous change.
28
8d3f955b
NR
292006-12-30 Nick Roberts <nickrob@snap.net.nz>
30
31 * keymaps.texi (Active Keymaps): Make xref to lookup-key.
32
f083f9ca
KS
332006-12-30 Kim F. Storm <storm@cua.dk>
34
35 * processes.texi (Bindat Spec): Clarify using field names in
36 length specifications.
37
8f2b5ec6
KS
382006-12-29 Kim F. Storm <storm@cua.dk>
39
40 * processes.texi (Bindat Spec): Explain eval forms and lengths better.
41 Add count and index variables for eval forms in repeat blocks.
42
d78b75dd
RS
432006-12-24 Richard Stallman <rms@gnu.org>
44
45 * customize.texi (Variable Definitions): Document
46 new name custom-add-frequent-value.
47
36ff6d6f
KS
482006-12-19 Kim F. Storm <storm@cua.dk>
49
50 * commands.texi (Misc Events): User signals now result in sigusr1
51 and sigusr2 events which are handled through special-event-map.
52 (Special Events): User signals and drag-n-drop are special.
53
294f1c39
RS
542006-12-17 Richard Stallman <rms@gnu.org>
55
303958a9
RS
56 * loading.texi (Named Features): Explain subfeatures better.
57
58 * customize.texi: Use "option" only for user options.
59 For the keyword values inside defcustom etc, say "keywords".
60 For :options value's elements, say "elements".
61 :group should not be omitted.
62
fe963f84
RS
63 * syntax.texi (Parsing Expressions): Split up node.
64 (Motion via Parsing, Position Parse, Parser State)
65 (Low-Level Parsing, Control Parsing): New subnodes.
66 (Parser State): Document syntax-ppss-toplevel-pos.
67
68 * positions.texi (List Motion): Punctuation fix.
69
294f1c39
RS
70 * files.texi (File Name Completion): Document PREDICATE arg
71 to file-name-completion.
72
6d95228d
EZ
732006-12-16 Eli Zaretskii <eliz@gnu.org>
74
75 * internals.texi (Building Emacs, Writing Emacs Primitives): Add
76 index entries.
77
4de0c73c
RS
782006-12-11 Richard Stallman <rms@gnu.org>
79
80 * modes.texi (Font Lock Basics): Explain how nil for font-lock-defaults
81 affects face menu. Explain how to make it non-nil without enabling
82 any fontification.
83
31689f89
CY
842006-12-10 Chong Yidong <cyd@stupidchicken.com>
85
86 * modes.texi (Font Lock Basics): Document nil value of
87 font-lock-defaults.
88
8d4a66af
GM
892006-12-10 Glenn Morris <rgm@gnu.org>
90
91 * abbrevs.texi (Defining Abbrevs): Mention `define-abbrev' 'force
9e7287f4
GM
92 value for system-flag argument. Abbrev tables may not be empty
93 when major modes are loaded.
8d4a66af 94
d6598d46
JB
952006-12-08 Juanma Barranquero <lekktu@gmail.com>
96
97 * makefile.w32-in (maintainer-clean): Partially revert last
98 change; delete "elisp-?" and "elisp-??" instead of "elisp-*"
99 to protect elisp-covers.texi.
100
c6883bfc
JB
1012006-12-07 Juanma Barranquero <lekktu@gmail.com>
102
103 * makefile.w32-in (maintainer-clean): Depend on `distclean'.
104 Don't remove elisp* info files; they are already deleted by the
105 `clean' and `distclean' targets, and they are in the $(infodir)
106 directory, not the current one.
107
9d8b24a2
KS
1082006-12-04 Kim F. Storm <storm@cua.dk>
109
110 * commands.texi (Misc Events): Update signal events.
111 (Event Examples): Add signal example.
112
04c21c78
RS
1132006-11-29 Richard Stallman <rms@gnu.org>
114
115 * frames.texi (Visibility of Frames): Explain visible windows
116 can be covered by others. Add xref for raise-frame.
117
7bc297d7
RS
1182006-11-28 Richard Stallman <rms@gnu.org>
119
120 * searching.texi (Regexp Special): Update when ^ is special.
121
340d34a5
EZ
1222006-11-27 Eli Zaretskii <eliz@gnu.org>
123
124 * customize.texi (Customization, Common Keywords)
125 (Group Definitions, Variable Definitions, Composite Types)
126 (Type Keywords, Customization Types): Add index entries for
127 various customization keywords.
128
6b28caea
SM
1292006-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
130
131 * modes.texi (Multiline Font Lock): Rephrase some parts for clarity.
132
b9660a6f
JD
1332006-11-10 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
134
135 * frames.texi (Window System Selections): Remove clipboard from
136 description of selection-coding-system.
137
e5c12c7d
RS
1382006-11-06 Richard Stallman <rms@gnu.org>
139
140 * lists.texi (List Variables): Document COMPARE-FN.
141
142 * keymaps.texi: Avoid use of "binding" to mean a relation;
33462dfa 143 use it only to refer to the meaning associated with a key.
e5c12c7d 144 (Keymaps): Change menu node description.
33462dfa 145
e5c12c7d
RS
146 * elisp.texi (Top): Change menu node description.
147
148 * display.texi (Managing Overlays): Document overlay-recenter.
149
b4e4dc3c
CY
1502006-10-29 Chong Yidong <cyd@stupidchicken.com>
151
152 * Makefile.in: Use relative paths to avoid advertising filesystem
153 contents during compilation.
154
300734d7
KS
1552006-10-23 Kim F. Storm <storm@cua.dk>
156
157 * commands.texi (Event Input Misc): Update unread-command-events.
158
aa02da7a
NR
1592006-10-23 Nick Roberts <nickrob@snap.net.nz>
160
161 * lists.texi (Sets And Lists): Fix typos.
162
6db11765
JB
1632006-10-18 Juanma Barranquero <lekktu@gmail.com>
164
165 * control.texi (Processing of Errors): Use @var for an argument,
166 not @code.
167
ff53796b
RS
1682006-10-16 Richard Stallman <rms@gnu.org>
169
170 * edebug.texi (Edebug Recursive Edit): Minor cleanup.
171
172 * keymaps.texi (Format of Keymaps): Show all the keymap element
173 patterns that result from menu items.
174 (Key Lookup): Minor cleanups.
175
176 * modes.texi (Precalculated Fontification): Don't say that
177 not setting font-lock-defaults avoids loading font-lock.
178
179 * help.texi (Documentation): Move xref to Emacs Manual here.
180 (Documentation Basics): From here.
181 Also doc emacs-lisp-docstring-fill-column.
182
183 * elisp.texi: Update version and ISBN.
184
185 * commands.texi (Interactive Call): Clarify KEYS arg to
186 call-interactively is a vector.
187 (Command Loop Info): Delete anchor in this-command-keys.
188 Add anchor in this-command-keys-vector.
189 (Recursive Editing): Document how recursive-edit
190 handles the current buffer.
191
bb5da5be
CY
1922006-10-13 Chong Yidong <cyd@stupidchicken.com>
193
194 * frames.texi (Frame Titles): %c and %l are ignored in
195 frame-title-format.
196
8972d253
RS
1972006-10-11 Richard Stallman <rms@gnu.org>
198
199 * keymaps.texi (Key Sequences): Clarify use of kbd.
200
3075e881
KS
2012006-10-10 Kim F. Storm <storm@cua.dk>
202
203 * lists.texi (Sets And Lists): Add memql.
204
01993898
RS
2052006-10-03 Richard Stallman <rms@gnu.org>
206
207 * searching.texi (Char Classes): Document :multibyte: and :unibyte:.
208 Clarify :ascii: and :nonascii:.
209
f9df5f68
JL
2102006-09-29 Juri Linkov <juri@jurta.org>
211
212 * modes.texi (%-Constructs): Reorder coding systems in the
213 documentation of %z to the real order displayed in the modeline.
214
98259f08
RS
2152006-09-25 Richard Stallman <rms@gnu.org>
216
217 * os.texi (Timers): Describe timer-max-repeats.
218
2d56beed
CY
2192006-09-25 Chong Yidong <cyd@stupidchicken.com>
220
221 * os.texi (Timers): Mention with-local-quit.
222
45c912f2
RS
2232006-09-24 Richard Stallman <rms@gnu.org>
224
225 * searching.texi (Searching and Matching): Mention property search.
226
227 * commands.texi (Command Loop Info): Explain how read-event affects
228 this-command-keys.
229
aa256798
RS
2302006-09-20 Richard Stallman <rms@gnu.org>
231
45c912f2
RS
232 * os.texi (Timers): Clarify about REPEAT when timer is delayed.
233
aa256798
RS
234 * windows.texi (Window Start): Minor cleanups.
235
a4df1f8b
KS
2362006-09-20 Kim F. Storm <storm@cua.dk>
237
238 * windows.texi (Window Start): pos-visible-in-window-p allows
239 specifying t for position to mean "end of window".
240 Add window-line-height.
241
242 * anti.texi (Antinews): Mention window-line-height.
243
74686736
DK
2442006-09-19 David Kastrup <dak@gnu.org>
245
246 * keymaps.texi (Searching Keymaps): Small clarification.
247
a0c489f1
RS
2482006-09-18 Richard Stallman <rms@gnu.org>
249
2a27a16b
RS
250 * keymaps.texi (Creating Keymaps): Explain that keymap prompt strings
251 cause keyboard menus.
252 (Menu Keymaps): Likewise.
253 (Defining Menus, Keyboard Menus): Clarify.
254
a0c489f1
RS
255 * text.texi (Fields): Clarify explanation of constrain-to-field.
256
1e9265dd
EZ
2572006-09-16 Eli Zaretskii <eliz@gnu.org>
258
259 * variables.texi (Tips for Defining): Fix a typo.
260
74f526f3
RS
2612006-09-15 Richard Stallman <rms@gnu.org>
262
263 * keymaps.texi (Remapping Commands, Searching Keymaps)
264 (Active Keymaps): Clean up previous change.
265
45a2056c
JB
2662006-09-15 Jay Belanger <belanger@truman.edu>
267
268 * gpl.texi: Replace "Library Public License" by "Lesser Public
269 License" throughout.
270
b74e16a3
DK
2712006-09-15 David Kastrup <dak@gnu.org>
272
273 * keymaps.texi (Active Keymaps): Adapt description to use
274 `get-char-property' instead `get-text-property'. Explain how
275 mouse events change this. Explain the new optional argument of
276 `key-binding' and its mouse-dependent lookup.
74f526f3 277 (Searching Keymaps): Adapt description similarly.
74686736
DK
278 (Remapping Commands): Explain the new optional argument of
279 `command-remapping'.
b74e16a3 280
18d55b24
RS
2812006-09-14 Richard Stallman <rms@gnu.org>
282
283 * keymaps.texi (Searching Keymaps): Clarification.
284 (Active Keymaps): Refer to Searching Keymaps instead of duplication.
285
2862006-09-13 Richard Stallman <rms@gnu.org>
287
288 * objects.texi (Character Type): Node split.
289 Add xref to Describing Characters.
290 (Basic Char Syntax, General Escape Syntax)
291 (Ctl-Char Syntax, Meta-Char Syntax): New subnodes.
292
8b170b82
RS
2932006-09-11 Richard Stallman <rms@gnu.org>
294
295 * display.texi (Display Table Format): Wording clarification.
c5b0bab9 296 (Glyphs): Clarifications.
8b170b82 297
3250aca2
CY
2982006-09-10 Chong Yidong <cyd@stupidchicken.com>
299
300 * keymaps.texi (Active Keymaps): Mention that key-binding checks
301 local maps.
302
606fd469
KS
3032006-09-10 Kim F. Storm <storm@cua.dk>
304
305 * display.texi (Forcing Redisplay): Document return value of
306 function redisplay.
307
755b2209
RS
3082006-09-09 Richard Stallman <rms@gnu.org>
309
1d7b95f5
RS
310 * windows.texi (Window Hooks): Explain limits of
311 window-scroll-functions.
312
755b2209
RS
313 * display.texi (Fringe Indicators): Update for last change in
314 indicate-buffer-boundaries.
315
af09dd78
RS
3162006-09-08 Richard Stallman <rms@gnu.org>
317
318 * processes.texi (Bindat Spec): Suggest names ending in -bindat-spec.
319
2010a78c
KS
3202006-09-06 Kim F. Storm <storm@cua.dk>
321
bdd26918
KS
322 * frames.texi (Display Feature Testing): display-mm-dimensions-alist.
323
2010a78c
KS
324 * windows.texi (Window Start): Update pos-visible-in-window-p.
325
bae12237
RS
3262006-09-04 Richard Stallman <rms@gnu.org>
327
328 * processes.texi (Accepting Output): Explain SECONDS=0 for
329 accept-process-output.
330
331 * os.texi (Idle Timers): Explain why timer functions should not
332 loop until (input-pending-p).
333
ebc80ddf
EZ
3342006-09-02 Eli Zaretskii <eliz@gnu.org>
335
336 * makefile.w32-in (usermanualdir): New variable.
337 (elisp.dvi): Use it.
338
a66d9563
EZ
3392006-09-01 Eli Zaretskii <eliz@gnu.org>
340
341 * buffers.texi (Buffer Modification): Fix last change.
342
5a8f5165
CY
3432006-09-01 Chong Yidong <cyd@stupidchicken.com>
344
345 * buffers.texi (Buffer Modification): Document
346 buffer-chars-modified-tick.
347
80e0572b
RS
3482006-08-31 Richard Stallman <rms@gnu.org>
349
350 * modes.texi (Syntactic Font Lock): Mention specific faces once again.
351
3522006-08-31 Richard Bielawski <RBielawski@moneygram.com> (tiny change)
931d878d
SM
353
354 * modes.texi (Syntactic Font Lock):
80e0572b
RS
355 Mention font-lock-syntactic-face-function
356 instead of specific faces.
931d878d 357
bda420a3
CY
3582006-08-29 Chong Yidong <cyd@stupidchicken.com>
359
360 * display.texi (Images): Add xrref to display-images-p.
361
c6f8bb3a
KH
3622006-08-28 Kenichi Handa <handa@m17n.org>
363
364 * nonascii.texi (Lisp and Coding Systems): Fix description of
365 detect-coding-region.
366
7a210b69
MB
3672006-08-27 Michael Olson <mwolson@gnu.org>
368
369 * processes.texi (Transaction Queues): Remove stray quote
370 character.
371
3e04a8fc
RS
3722006-08-25 Richard Stallman <rms@gnu.org>
373
374 * os.texi (Idle Timers): run-with-idle-timer allows Lisp time value.
375 Add xref.
376
fda97484
CY
3772006-08-24 Chong Yidong <cyd@stupidchicken.com>
378
379 * os.texi (Timers): Avoid waiting inside timers.
380
3e46b34c
LK
3812006-08-21 Lute Kamstra <lute@gnu.org>
382
383 * Makefile.in: Use ../man/texinfo.tex to build elisp.dvi.
384
ce629713
RS
3852006-08-20 Richard Stallman <rms@gnu.org>
386
387 * os.texi (Idle Timers): New node, split out from Timers.
388 Document current-idle-time.
389 * commands.texi (Reading One Event): Update xref.
390 * elisp.texi (Top): Update subnode menu.
391
3cb74cd1
RS
3922006-08-16 Richard Stallman <rms@gnu.org>
393
394 * keymaps.texi (Extended Menu Items): Show format of cached
395 bindings in extended menu items.
396
397 * customize.texi (Variable Definitions): Explain when the
398 standard value expression is evaluated.
399
7e188449
CY
4002006-08-15 Chong Yidong <cyd@stupidchicken.com>
401
402 * commands.texi (Reading One Event): Explain idleness in
403 `read-event'.
404
b8f5396a
CY
4052006-08-12 Chong Yidong <cyd@stupidchicken.com>
406
407 * text.texi (Near Point): Say "cursor" not "terminal cursor".
408 (Commands for Insertion): Removed split-line since it's not
409 relevant for Lisp programming.
410 (Yank Commands): Rewrite introduction.
411 (Undo): Clarify.
412 (Maintaining Undo): Clarify. Document undo-ask-before-discard.
413 (Filling): Remove redundant comment. Clarify return value of
414 current-justification.
415 (Margins): Minor clarifications.
416 (Adaptive Fill): Update default value of adaptive-fill-regexp.
417 (Sorting): Update definition of sort-lines.
418 (Columns): Clarify behavior of sort-columns.
419 (Indent Tabs): Link to Tab Stops in Emacs manual.
420 (Special Properties): Clarify.
421 (Clickable Text): Mention Buttons package.
422
0c80afbd
EZ
4232006-08-12 Kevin Ryde <user42@zip.com.au>
424
425 * os.texi (Time Parsing): Add %z to description of
426 format-time-string, as per docstring. Add cross reference to
427 glibc manual for strftime.
428
02a2b2ad
RS
4292006-08-08 Richard Stallman <rms@gnu.org>
430
431 * modes.texi: Clean up wording in previous change.
432
34e5974a
CY
4332006-08-07 Chong Yidong <cyd@stupidchicken.com>
434
435 * modes.texi (Hooks): Clarify.
436 (Major Mode Basics): Mention define-derived-mode explicitly.
437 (Major Mode Conventions): Rebinding RET is OK for some modes.
438 Mention change-major-mode-hook and after-change-major-mode-hook.
439 (Example Major Modes): Moved to end of Modes section.
440 (Mode Line Basics): Clarify.
441 (Mode Line Data): Mention help-echo and local-map in strings.
442 Explain reason for treatment of non-risky variables.
443 (Properties in Mode): Clarify.
444 (Faces for Font Lock): Add font-lock-negation-char-face.
445
65c6c6b6
EZ
4462006-08-04 Eli Zaretskii <eliz@gnu.org>
447
448 * strings.texi (Formatting Strings): Warn against arbitrary
449 strings as first arg to `format'.
450
fc0ba1d0
TTN
4512006-07-31 Thien-Thi Nguyen <ttn@gnu.org>
452
453 * text.texi (Clickable Text): Mention `help-echo' text property.
454 Update intro, examples and associated explanations.
455
a3483884
RS
4562006-07-31 Richard Stallman <rms@gnu.org>
457
458 * commands.texi: Update xrefs.
459 (Event Mod): New node, cut out from old Translating Input.
460
461 * maps.texi: Update xrefs.
fc0ba1d0 462
a3483884
RS
463 * keymaps.texi (Translation Keymaps): New node.
464 Update xrefs from Translating Input to Translation Keymaps.
fc0ba1d0 465
a3483884
RS
466 * elisp.texi (Top): Update subnode menu.
467
468 * display.texi (Face Functions): Fix explanations of FRAME=t or nil.
469
470 * os.texi (System Interface): Fix menu descriptions of some nodes.
471 (Translating Input): Node deleted.
fc0ba1d0 472
ec777101
NR
4732006-07-31 Nick Roberts <nickrob@snap.net.nz>
474
8d3f955b 475 * modes.texi (Minor Mode Conventions): Update xref for add-to-list.
ec777101
NR
476
477 * lists.texi (Sets And Lists): Likewise.
478
0f42ea76
TTN
4792006-07-30 Thien-Thi Nguyen <ttn@gnu.org>
480
481 * text.texi (Fields): Mention POS
482 requirement when narrowing is in effect.
483
eb107d09
RS
4842006-07-28 Richard Stallman <rms@gnu.org>
485
0de8dcc9
RS
486 * display.texi (Face Attributes): Simplify wording.
487 (Attribute Functions): Clarify meaning of new-frame default
488 attribute settings.
489
eb107d09
RS
490 * customize.texi (Common Keywords): Document how to use
491 :package-version in a package not in Emacs.
492
d7fb9e6c
KS
4932006-07-28 Kim F. Storm <storm@cua.dk>
494
495 * commands.texi (Reading One Event): Fix last change.
496
c1c3d4f7
CY
4972006-07-26 Chong Yidong <cyd@stupidchicken.com>
498
499 * commands.texi (Reading One Event): Document SECONDS argument for
500 read-event, read-char, and read-char-exclusive.
501
94b39239
SM
5022006-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
503
504 * modes.texi (Multiline Font Lock): Can't use jit-lock-defer-multiline
505 to ensure correct identification.
506
1cff9220
RS
5072006-07-24 Richard Stallman <rms@gnu.org>
508
5ac64732
RS
509 * text.texi (Clickable Text): Clarify.
510
1cff9220
RS
511 * sequences.texi (Vector Functions): Delete duplicate xref.
512
513 * objects.texi (Function Type): Clarify.
514
515 * modes.texi (Keymaps and Minor Modes): List punct chars for minor
516 modes.
517
518 * lists.texi (List Variables): New node.
519 Material moved from other nodes.
520
521 * variables.texi (Setting Variables): add-to-list and
522 add-to-ordered-list moved to List Variables node.
523
38db29e0
TTN
5242006-07-23 Thien-Thi Nguyen <ttn@gnu.org>
525
526 * text.texi (Links and Mouse-1):
527 For mouse-on-link-p, expand on arg POS.
528
9e4101b2
KS
5292006-07-21 Kim F. Storm <storm@cua.dk>
530
531 * display.texi (Forcing Redisplay): Don't mention systems which
532 don't support sub-second timers for redisplay-preemption-period.
533
534 * os.texi (Terminal Output): Clarify text vs graphical terminal.
535
cc539208
EZ
5362006-07-21 Eli Zaretskii <eliz@gnu.org>
537
538 * frames.texi (Input Focus): Document that focus-follows-mouse has
539 no effect on MS-Windows.
540
c29fbc93
RS
5412006-07-18 Richard Stallman <rms@gnu.org>
542
1ef252f6
RS
543 * display.texi (Forcing Redisplay): Cleanups in previous change.
544
c29fbc93
RS
545 * processes.texi (Low-Level Network): Make menu more convenient.
546
5b5fca28
KS
5472006-07-18 Kim F. Storm <storm@cua.dk>
548
2d545d83
KS
549 * display.texi (Forcing Redisplay): redisplay-preemption-period
550 only used on window systems. Add xref to Terminal Output.
551
552 * os.texi (Terminal Output): baud-rate only controls preemption on
553 non-window systems. Add xref to Forcing Redisplay.
554
5b5fca28
KS
555 * processes.texi (Low-Level Network): Rename node "Make Network"
556 to "Network Processes".
557
42995636
KB
5582006-07-18 Karl Berry <karl@gnu.org>
559
5b5fca28
KS
560 * variables.texi, functions.texi, customize.texi, loading.texi:
561 * edebug.texi, minibuf.texi: Fix page breaks through chapter 20.
42995636 562
e1842332
CY
5632006-07-17 Chong Yidong <cyd@stupidchicken.com>
564
565 * commands.texi (Waiting): Document batch-mode sit-for behavior.
566
daeeeffc
RS
5672006-07-17 Richard Stallman <rms@gnu.org>
568
7c0c29ee
RS
569 * eval.texi, elisp.texi, text.texi: Use real doublequote inside menus.
570 Put period and comma inside quotes.
5b5fca28 571
7c0c29ee
RS
572 * loading.texi, markers.texi: Use real doublequote inside menus.
573
574 * windows.texi: Put point and comma inside quotes.
575 (Textual Scrolling): Use @samp for error message.
576
5b5fca28
KS
577 * variables.texi, tips.texi, syntax.texi, symbols.texi:
578 * strings.texi, streams.texi, processes.texi, os.texi:
7c0c29ee
RS
579 * objects.texi, numbers.texi, modes.texi, minibuf.texi:
580 * lists.texi, keymaps.texi, intro.texi, hash.texi, internals.texi:
5b5fca28
KS
581 * gpl.texi, functions.texi, files.texi, frames.texi, doclicense.texi:
582 * display.texi, control.texi, commands.texi, buffers.texi, anti.texi:
7c0c29ee 583 Put point and comma inside quotes.
5b5fca28 584
05bdf2d7
RS
585 * control.texi (Processing of Errors): Add command-error-function.
586
daeeeffc
RS
587 * variables.texi (File Local Variables): Clarify that
588 file local variables make buffer-local bindings.
589
590 * modes.texi (Syntactic Font Lock): Give default for
591 font-lock-syntax-table.
592
7e1c1289
NR
5932006-07-17 Nick Roberts <nickrob@snap.net.nz>
594
595 * text.texi (Special Properties): Clean up previous change.
596
912c7235
KB
5972006-07-16 Karl Berry <karl@gnu.org>
598
5b5fca28
KS
599 * objects.texi, numbers.texi, strings.texi, lists.texi, hash.texi:
600 * control.texi: Fix bad page breaks through chapter 10 (control).
ece35e15 601
5b5fca28 602 * anti.texi (Antinews): Reorder face-attribute fns to avoid
912c7235
KB
603 underfull hbox.
604
54b7938f
NR
6052006-07-15 Nick Roberts <nickrob@snap.net.nz>
606
607 * text.texi (Special Properties): Describe fontified text property
608 in relation to a character (not text).
609
3f11901a
KS
6102006-07-15 Kim F. Storm <storm@cua.dk>
611
0864179a
KS
612 * maps.texi (Standard Keymaps): Add xref for minibuffer maps.
613 Add apropos-mode-map, custom-mode-map, esc-map, global-map,
614 grep-mode-map, help-map, help-mode-map, kmacro-map, and tool-bar-map.
615
3f11901a
KS
616 * anti.texi (Antinews): Mention redisplay function.
617 The kbd macro existed, but was not documented, before 22.x.
618 Function pos-visible-in-window-p is not new in 22.x, just enhanced.
619
b4f62d0a
NR
6202006-07-14 Nick Roberts <nickrob@snap.net.nz>
621
622 * display.texi (Displaying Messages): Add anchor.
623
624 * frames.texi (Dialog Boxes): Use it.
625
2c6e026a
RS
6262006-07-12 Richard Stallman <rms@gnu.org>
627
628 * objects.texi (Frame Type): Explain nature of frames better.
629
630 * frames.texi (Frames): Explain nature of frames better.
631
6322006-07-12 Ken Manheimer <ken.manheimer@gmail.com>
633
634 * tips.texi (Coding Conventions): Explain why use cl at compile time.
635
099d4201
YM
6362006-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
637
638 * frames.texi (Window System Selections): Mention scrap support for Mac.
639 Default value of x-select-enable-clipboard is t on Mac.
640
641 * os.texi (Getting Out): Suspending is not allowed on Mac, either.
642
ff97f952
KS
6432006-07-11 Kim F. Storm <storm@cua.dk>
644
645 * display.texi (Forcing Redisplay): Add `redisplay' function.
646 Don't mention (sit-for -1) -- use (redisplay t) instead.
647
648 * commands.texi (Waiting): (sit-for -1) is no longer special.
649 (sit-for 0) is equivalent to (redisplay).
650 Iconifying/deiconifying no longer makes sit-for return.
651
a183016f
NR
6522006-07-10 Nick Roberts <nickrob@snap.net.nz>
653
654 * display.texi (Buttons): Fix typo.
655
656 * index.texi, elisp.texi (New Symbols): Comment node out.
657
b86be617
RS
6582006-07-09 Richard Stallman <rms@gnu.org>
659
660 * display.texi (Truncation): Clean up previous change.
661
3aa7c28e
RS
6622006-07-08 Richard Stallman <rms@gnu.org>
663
664 * commands.texi (Interactive Call): Use 3 as prefix in example
665 for execute-extended-command.
666
667 * display.texi (Attribute Functions): Move paragraph about
668 compatibility with Emacs < 21.
669
5a1048a5
KS
6702006-07-09 Kim F. Storm <storm@cua.dk>
671
672 * display.texi (Refresh Screen): Clarify force-window-update.
673 (Truncation): "Normally" indicated by fringe arrows.
674
89fb9154
EZ
6752006-07-08 Eli Zaretskii <eliz@gnu.org>
676
5a1048a5
KS
677 * windows.texi (Textual Scrolling, Resizing Windows):
678 * variables.texi (Constant Variables):
89fb9154
EZ
679 * text.texi (Buffer Contents, Deletion, Changing Properties)
680 (Property Search, Special Properties, Sticky Properties)
5a1048a5 681 (Links and Mouse-1, Fields, Change Hooks):
89fb9154 682 * syntax.texi (Syntax Table Functions, Parsing Expressions)
5a1048a5
KS
683 (Categories):
684 * symbols.texi (Other Plists):
685 * streams.texi (Output Variables):
686 * processes.texi (Input to Processes, Query Before Exit):
687 * positions.texi (Word Motion, Text Lines, List Motion):
89fb9154 688 * os.texi (Init File, System Environment, Sound Output)
5a1048a5 689 (Session Management):
89fb9154 690 * nonascii.texi (Text Representations, Character Sets)
5a1048a5
KS
691 (Chars and Bytes, Locales):
692 * modes.texi (Defining Minor Modes, Header Lines):
693 * minibuf.texi (Minibuffer Contents):
694 * markers.texi (Information from Markers):
695 * lists.texi (List Elements, Building Lists, Association Lists):
696 * keymaps.texi (Tool Bar):
697 * hash.texi (Creating Hash, Hash Access, Defining Hash, Other Hash):
698 * functions.texi (What Is a Function, Mapping Functions):
89fb9154
EZ
699 * frames.texi (Creating Frames, Parameter Access, Pointer Shape)
700 (Color Names, Text Terminal Colors, Display Feature Testing):
701 * files.texi (Visiting Functions, File Name Components)
5a1048a5 702 (Unique File Names, Contents of Directories):
89fb9154
EZ
703 * display.texi (Forcing Redisplay, Displaying Messages)
704 (Temporary Displays, Font Selection, Auto Faces)
705 (Font Lookup, Fringe Indicators, Display Margins)
706 (Image Descriptors, Showing Images, Image Cache, Button Types)
707 (Making Buttons, Manipulating Buttons, Button Buffer Commands)
5a1048a5
KS
708 (Display Table Format, Glyphs):
709 * control.texi (Iteration):
710 * commands.texi (Command Loop Info, Adjusting Point):
08b17d37
KS
711 * backups.texi (Making Backups, Auto-Saving):
712 Remove @tindex entries.
89fb9154 713
7f087030
KS
7142006-07-07 Kim F. Storm <storm@cua.dk>
715
716 * display.texi (Fringe Cursors): Fix typo.
717 (Customizing Bitmaps): Fix define-fringe-bitmap entry.
718 (Overlay Arrow): Default is overlay-arrow fringe indicator.
719
978db147
RS
7202006-07-05 Richard Stallman <rms@gnu.org>
721
722 * text.texi (Buffer Contents): Add example of text props
723 in result of buffer-substring.
724 (Text Properties): Explain better about use of specific property names.
725 (Property Search): Some cleanups; reorder some functions.
726
727 * keymaps.texi (Changing Key Bindings): Cleanup.
728 Add xref to Key Binding Conventions.
729
730 * display.texi (Attribute Functions): Add examples for
731 face-attribute-relative-p.
732
733 * tips.texi (Coding Conventions): Cleanup last change.
734
42b50684
KB
7352006-07-05 Karl Berry <karl@gnu.org>
736
08b17d37
KS
737 * elisp.texi: Use @fonttextsize 10pt, a la emacs.texi.
738 Remove @setchapternewpage odd.
42b50684
KB
739 Result is 1013 pages, down from 1100.
740
08b17d37
KS
741 * anti.texi, customize.texi, display.texi, internals.texi:
742 * minibuf.texi, modes.texi, tips.texi:
9b7fa297 743 Fix overfull/underfull boxes.
42b50684 744
180f018c
TTN
7452006-07-05 Thien-Thi Nguyen <ttn@gnu.org>
746
747 * edebug.texi (Instrumenting):
748 Add Edebug-specific findex for eval-buffer.
749 * loading.texi (Loading):
750 Replace eval-current-buffer with eval-buffer.
751
8e338f7b
EZ
7522006-06-30 Nick Roberts <nickrob@snap.net.nz>
753
754 * locals.texi (Standard Buffer-Local Variables): Update the list
755 of variables.
756
0770a251
NR
7572006-06-26 Nick Roberts <nickrob@snap.net.nz>
758
759 * files.texi (File Name Completion): Point user to the node
760 "Reading File Names".
761
d9034473
EZ
7622006-06-24 Eli Zaretskii <eliz@gnu.org>
763
eff6bfea
EZ
764 * files.texi (Contents of Directories): Document case-insensitive
765 behavior on respective filesystems.
766
d9034473
EZ
767 * objects.texi (Character Type): Document that Emacs signals an
768 error for unsupported Unicode characters specified as \uNNNN.
769
a5bd14d3
RS
7702006-06-19 Richard Stallman <rms@gnu.org>
771
772 * processes.texi (Bindat Spec): Clarify previous change.
773
d1ae9041
RS
7742006-06-16 Richard Stallman <rms@gnu.org>
775
776 * tips.texi (Coding Conventions): Better explain conventions
777 for definition constructs.
778
779 * text.texi (Special Properties): String value of `read-only'
780 serves as the error message.
781
782 * objects.texi (Character Type): Clarify prev. change.
783 (Non-ASCII in Strings): Mention \u and \U.
784
785 * commands.texi (Using Interactive): Explain problem of
786 markers, etc., in command-history.
787
1bb32610
KS
7882006-06-14 Kim F. Storm <storm@cua.dk>
789
790 * commands.texi (Waiting): Negative arg to sit-for forces
791 redisplay even if input is pending.
792
793 * display.texi (Forcing Redisplay): Use (sit-for -1) to force a
794 redisplay. Remove incorrect example of binding redisplay-dont-pause
795 around (sit-for 0).
796
c7484981
RS
7972006-06-13 Richard Stallman <rms@gnu.org>
798
799 * display.texi (Forcing Redisplay): Clarify previous change.
800
d211faa2
RF
8012006-06-13 Romain Francoise <romain@orebokech.com>
802
803 * display.texi (Forcing Redisplay): Fix typo.
804
8eb2b87f
KS
8052006-06-13 Kim F. Storm <storm@cua.dk>
806
807 * display.texi (Forcing Redisplay): Add redisplay-preemption-period.
808
503b5e1c
LT
8092006-06-10 Luc Teirlinck <teirllm@auburn.edu>
810
811 * tips.texi (Coding Conventions): Add `@end itemize'.
812
9e362b84
RS
8132006-06-10 Richard Stallman <rms@gnu.org>
814
815 * tips.texi (Coding Conventions): Explain use of coding systems
816 to ensure one decoding for strings.
817
7cb93181
EZ
8182006-06-09 Aidan Kehoe <kehoea@parhasard.net>
819
9b7fa297 820 * objects.texi (Character Type): Describe the \uABCD and \U00ABCDEF
7cb93181
EZ
821 syntax.
822
afd63bda
EZ
8232006-06-07 Eli Zaretskii <eliz@gnu.org>
824
825 * display.texi (Font Selection): Remove description of
826 clear-face-cache.
827
828 * compile.texi (Eval During Compile): Fix a typo. Add index
829 entries for possible uses of eval-when-compile.
830
71ee3e04
TTN
8312006-06-04 Thien-Thi Nguyen <ttn@gnu.org>
832
833 * display.texi (Abstract Display): Fix typo.
834
a941b26b
EZ
8352006-06-03 Eli Zaretskii <eliz@gnu.org>
836
837 * minibuf.texi (Minibuffer History) <history-add-new-input>:
838 Reword variable's description.
839
963128f3
RS
8402006-06-01 Richard Stallman <rms@gnu.org>
841
842 * windows.texi (Splitting Windows): Clarify splitting nonselected
843 window.
844
82db8fa7
JL
8452006-05-31 Juri Linkov <juri@jurta.org>
846
847 * minibuf.texi (Minibuffer History): Add history-add-new-input.
848
d9e8091d
RS
8492006-05-30 Richard Stallman <rms@gnu.org>
850
6ac209a3
RS
851 * display.texi (Line Height): Fix errors in description of
852 default line height and line-height properyty.
853
d9e8091d
RS
854 * nonascii.texi (Default Coding Systems): Further clarification.
855
93fd6289
LT
8562006-05-29 Luc Teirlinck <teirllm@auburn.edu>
857
858 * internals.texi (Pure Storage): Mention that an overflow in pure
859 space causes a memory leak.
860 (Garbage Collection): If there was an overflow in pure space,
861 `garbage-collect' returns nil.
862
7c42b3e0
EZ
8632006-05-30 Eli Zaretskii <eliz@gnu.org>
864
865 * nonascii.texi (Default Coding Systems): Fix it some more.
866
b8909e88
EZ
8672006-05-29 Eli Zaretskii <eliz@gnu.org>
868
869 * nonascii.texi (Default Coding Systems): Fix last change.
870
6d3906d5
KH
8712006-05-29 Kenichi Handa <handa@m17n.org>
872
873 * nonascii.texi (find-operation-coding-system): Describe the new
874 argument format (FILENAME . BUFFER).
875
0985f920
RS
8762006-05-28 Richard Stallman <rms@gnu.org>
877
878 * tips.texi (Coding Conventions): Better explain reasons not to
879 advise other packages or use `eval-after-load'.
880
6c6e0bb4
KS
8812006-05-29 Kim F. Storm <storm@cua.dk>
882
883 * processes.texi (Bindat Functions): Rename `pos' and `raw-data' to
884 `bindat-idx' and `bindat-raw' for clarity.
885
096432af
TTN
8862006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
887
b9e17eb3
TTN
888 * processes.texi (Bindat Spec): Expand on `repeat' handler.
889
096432af
TTN
890 * display.texi (Display): Add "Abstract Display" to menu.
891 (Abstract Display, Abstract Display Functions)
892 (Abstract Display Example): New nodes.
893 * elisp.texi (Top): Add "Abstract Display" to menu.
894
e4b3f22f
CY
8952006-05-27 Chong Yidong <cyd@stupidchicken.com>
896
917b8227
CY
897 * keymaps.texi (Key Sequences): Link to input events definition.
898 (Format of Keymaps): Delete material duplicated in Keymap Basics.
899
e4b3f22f
CY
900 * files.texi (Changing Files): Document updated argument list for
901 copy-file.
902
f1b64ef1
TTN
9032006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
904
905 * processes.texi (Bindat Functions): Explain term "total length".
906 Use it in bindat-length and bindat-pack descriptions.
907
3d0793e4
EZ
9082006-05-26 Eli Zaretskii <eliz@gnu.org>
909
910 * tips.texi (Coding Conventions): Advise against using
911 eval-after-load in packages. Add an index entry.
912
abeb5483
JL
9132006-05-25 Juri Linkov <juri@jurta.org>
914
92aa92fa
JL
915 * minibuf.texi (Text from Minibuffer): Undocument keep-all.
916
abeb5483
JL
917 * modes.texi (%-Constructs): Add %e, %z, %Z.
918
403a7bca
RS
9192006-05-25 Richard Stallman <rms@gnu.org>
920
921 * elisp.texi (Top): Update subnode menu.
922
923 * keymaps.texi (Keymap Basics): New node, split out of Key Sequences.
924 (Keymaps): Update menu.
925
39a9bed3
CY
9262006-05-25 Chong Yidong <cyd@stupidchicken.com>
927
928 * keymaps.texi (Key Sequences): Some clarifications.
929
78b3f5c3
TTN
9302006-05-25 Thien-Thi Nguyen <ttn@gnu.org>
931
932 * processes.texi (Bindat Functions): Say "unibyte string"
933 explicitly for bindat-unpack and bindat-pack descriptions.
934 (Bindat Examples): Don't call `string-make-unibyte' in example.
935
08244b81
CY
9362006-05-25 Chong Yidong <cyd@stupidchicken.com>
937
938 * keymaps.texi (Key Sequences): Renamed from Keymap Terminology.
939 Explain string and vector representations of key sequences
940
78b3f5c3
TTN
941 * keymaps.texi (Changing Key Bindings):
942 * commands.texi (Interactive Codes, Interactive Codes):
08244b81
CY
943 * help.texi (Describing Characters): Refer to it.
944
b370c94d
LT
9452006-05-23 Luc Teirlinck <teirllm@auburn.edu>
946
947 * frames.texi (Pointer Shape): @end table -> @end defvar.
948
b8223441
RS
9492006-05-22 Richard Stallman <rms@gnu.org>
950
951 * elisp.texi (Top): Update subnode menus.
952
953 * frames.texi (Pointer Shape): Node renamed from Pointer Shapes.
954 Contents rewritten; material from old Pointer Shape node moved here.
955
956 * display.texi (Pointer Shape): Node deleted.
957 (Image Descriptors): Minor cleanup.
958
c18eec5c
RS
9592006-05-21 Richard Stallman <rms@gnu.org>
960
961 * syntax.texi (Parsing Expressions): Update info on which STATE
962 elements are ignored.
963
9300b310
LT
9642006-05-19 Luc Teirlinck <teirllm@auburn.edu>
965
86735b2d
LT
966 * hooks.texi (Standard Hooks): Correct typo.
967
9300b310
LT
968 * gpl.texi (GPL): ifinfo -> ifnottex.
969
75e3b957
EZ
9702006-05-19 Michael Ernst <mernst@alum.mit.edu> (tiny change)
971
972 * searching.texi (Simple Match Data): Warn about match data being
973 set anew by every search.
974
0bcf8735
RS
9752006-05-17 Richard Stallman <rms@gnu.org>
976
977 * minibuf.texi (Minibuffer History): Clarify.
978
979 * searching.texi (Regexp Special): Clarify nested regexp warning.
980
b3abe3a5
KS
9812006-05-16 Kim F. Storm <storm@cua.dk>
982
983 * minibuf.texi (Minibuffer History): Update add-to-history.
984
bc20db55
KH
9852006-05-15 Oliver Scholz <epameinondas@gmx.de> (tiny change)
986
987 * nonascii.texi (Explicit Encoding): Fix
988 typo (encoding<->decoding).
989
f31263a4
RS
9902006-05-14 Richard Stallman <rms@gnu.org>
991
46a2df8e
RS
992 * buffers.texi (Creating Buffers): Cleanup.
993
f31263a4
RS
994 * files.texi (Visiting Functions): Rewrite in find-file-noselect.
995
1299a5a4
EZ
9962006-05-13 Eli Zaretskii <eliz@gnu.org>
997
642c61f3
EZ
998 * buffers.texi (Current Buffer): Document that with-temp-buffer
999 disables undo.
1000
1299a5a4
EZ
1001 * os.texi (Terminal-Specific): More accurate description of how
1002 Emacs searches for the terminal-specific libraries.
1003
61515a63
EZ
10042006-05-12 Eli Zaretskii <eliz@gnu.org>
1005
b811ef49
EZ
1006 * hooks.texi (Standard Hooks) [iftex]: Convert @xref's to
1007 emacs-xtra to @inforef's.
1008
4a7910c7
EZ
1009 * text.texi (Undo): Document that undo is turned off in buffers
1010 whose names begin with a space.
1011
1012 * buffers.texi (Buffer Names): Add index entries for buffers whose
1013 names begin with a space.
1014 (Creating Buffers): Document that undo is turned off in buffers
1015 whose names begin with a space.
1016
f055e02c
EZ
1017 * files.texi (Visiting Functions, Reading from Files)
1018 (Saving Buffers): Mention code and EOL conversions by file I/O
1019 primitives and subroutines.
1020
0ef0b416
EZ
1021 * nonascii.texi (Lisp and Coding Systems): Document
1022 coding-system-eol-type. Add index entries for eol conversion.
1023
61515a63
EZ
1024 * display.texi (Defining Faces): Mention `mac', and add an xref to
1025 where window-system is described.
1026
e4c068c0
RS
10272006-05-10 Richard Stallman <rms@gnu.org>
1028
1029 * internals.texi (Writing Emacs Primitives): Clarify GCPRO rules.
1030
31035927
RS
10312006-05-10 Reiner Steib <Reiner.Steib@gmx.de>
1032
1033 * variables.texi (File Local Variables): Recommend to quote lambda
1034 expressions in safe-local-variable property.
1035
f12a0718
RS
10362006-05-09 Richard Stallman <rms@gnu.org>
1037
1038 * variables.texi (File Local Variables): Document
1039 safe-local-eval-forms and safe-local-eval-function.
1040
ed7e6c32
KS
10412006-05-07 Kim F. Storm <storm@cua.dk>
1042
1043 * minibuf.texi (Minibuffer History): Remove keep-dups arg
1044 from add-to-history.
1045
5a36d834
RF
10462006-05-07 Romain Francoise <romain@orebokech.com>
1047
1048 * commands.texi (Event Input Misc):
1049 * compile.texi (Eval During Compile):
1050 * internals.texi (Buffer Internals):
1051 * minibuf.texi (Initial Input):
1052 * nonascii.texi (Scanning Charsets):
1053 * numbers.texi (Comparison of Numbers):
1054 * windows.texi (Textual Scrolling, Vertical Scrolling):
1055 Fix various typos.
1056
fbc284f6
EZ
10572006-05-06 Eli Zaretskii <eliz@gnu.org>
1058
f53d2e87
EZ
1059 * hooks.texi (Standard Hooks): Replace inforef to emacs-xtra by
1060 conditional xref's to either emacs or emacs-xtra, depending on
1061 @iftex/@ifnottex.
1062
fbc284f6
EZ
1063 * minibuf.texi (Minibuffer History): Document add-to-history.
1064
3dfed653
EZ
10652006-05-05 Eli Zaretskii <eliz@gnu.org>
1066
1067 * internals.texi (Pure Storage): Mention the pure overflow message
1068 at startup.
1069
8e7a9a24
EZ
10702006-05-05 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
1071
1072 * keymaps.texi (Active Keymaps): Fix pseudo-Lisp syntax.
1073 (Searching Keymaps): Fix pseudo-Lisp description of keymap
1074 search.
1075
d0789de9
RS
10762006-05-01 Richard Stallman <rms@gnu.org>
1077
1078 * intro.texi (nil and t): Clarify.
1079
1080 * variables.texi (File Local Variables): Suggest using booleanp.
1081
fc2cb772
JB
10822006-05-01 Juanma Barranquero <lekktu@gmail.com>
1083
1084 * objects.texi (Type Predicates): Fix typos.
1085
27c5714a
SM
10862006-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
1087
1088 * intro.texi (nil and t): Add booleanp.
1089
1090 * objects.texi (Type Predicates): Add links for booleanp and
1091 string-or-null-p.
1092
eadb9d45
RS
10932006-04-29 Richard Stallman <rms@gnu.org>
1094
27c5714a 1095 * modes.texi (Multiline Font Lock): Rename from
eadb9d45
RS
1096 Multi line Font Lock Elements. Much clarification.
1097 (Font Lock Multiline, Region to Fontify): Much clarification.
1098
7817e3d3
SM
10992006-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
1100
1101 * variables.texi (File Local Variables): Remove the special case t for
1102 safe-local-variable.
1103
8ac3a455
RS
11042006-04-26 Richard Stallman <rms@gnu.org>
1105
1106 * syntax.texi (Parsing Expressions): Minor cleanup.
1107
290e4aae
RS
11082006-04-18 Richard Stallman <rms@gnu.org>
1109
1110 * tips.texi (Coding Conventions): Explain when the package's
1111 prefix should appear later on (not at the start of the name).
1112
1113 * searching.texi (String Search): Clarify effect of NOERROR.
1114
1115 * modes.texi (Imenu): Clarify what special items do.
1116
1117 * hooks.texi (Standard Hooks): Delete text about old hook names.
1118
1e2b8ce5
RF
11192006-04-17 Romain Francoise <romain@orebokech.com>
1120
1121 * variables.texi (Local Variables): Update the default value of
1122 `max-specpdl-size'.
1123
51fa34bc
MB
11242006-04-15 Michael Olson <mwolson@gnu.org>
1125
1126 * processes.texi (Transaction Queues): Mention the new optional
1127 `delay-question' argument for `tq-enqueue'.
1128
61f32d39
BW
11292006-04-13 Bill Wohler <wohler@newt.com>
1130
1131 * customize.texi (Common Keywords): Use dotted notation for
9b7fa297 1132 :package-version value. Specify its values. Improve documentation
50b7bce0 1133 for customize-package-emacs-version-alist.
61f32d39 1134
4f8ed159
BW
11352006-04-12 Bill Wohler <wohler@newt.com>
1136
1137 * customize.texi (Common Keywords): Move description of
1138 customize-package-emacs-version-alist to @defvar.
1139
e5e864ab
BW
11402006-04-10 Bill Wohler <wohler@newt.com>
1141
1142 * customize.texi (Common Keywords): Add :package-version.
1143
6c230417
KS
11442006-04-10 Kim F. Storm <storm@cua.dk>
1145
1146 * text.texi (Buffer Contents): Add NOPROPS arg to
1147 filter-buffer-substring.
1148
d82eac8f
EZ
11492006-04-08 Kevin Ryde <user42@zip.com.au>
1150
1151 * os.texi (Command-Line Arguments): Update xref to emacs manual
1152 "Command Arguments" -> "Emacs Invocation", per change there.
1153
4f815b29
TTN
11542006-04-08 Thien-Thi Nguyen <ttn@gnu.org>
1155
1156 * display.texi (Other Display Specs): Arrange a @code{DOTTED-LIST} to
1157 be on one line to help makeinfo not render two spaces after the dot.
1158
122c3009
RS
11592006-04-07 Reiner Steib <Reiner.Steib@gmx.de>
1160
1161 * strings.texi (Predicates for Strings): Add string-or-null-p.
1162
da68bc3d
KS
11632006-03-28 Kim F. Storm <storm@cua.dk>
1164
1165 * processes.texi (Accepting Output): Remove obsolete (and incorrect)
1166 remarks about systems that don't support fractional seconds.
1167
b223e22d
KB
11682006-03-25 Karl Berry <karl@gnu.org>
1169
fc2cb772 1170 * elisp.texi: Use @copyright{} instead of (C), and do not indent
b223e22d
KB
1171 the year list.
1172
b756c64c
NR
11732006-03-21 Nick Roberts <nickrob@snap.net.nz>
1174
1175 * display.texi (Fringe Indicators): Fix typos.
1176
fe3dca59
LT
11772006-03-19 Luc Teirlinck <teirllm@auburn.edu>
1178
c287ad03 1179 * tips.texi (Documentation Tips): One can now also write `program'
fe3dca59
LT
1180 in front of a quoted symbol in a docstring to prevent making a
1181 hyperlink.
1182
e91d4202
AM
11832006-03-19 Alan Mackenzie <acm@muc.de>
1184
290e4aae 1185 * text.texi (Special Properties): Clarify `fontified' property.
e91d4202 1186
e8a5f60b
RS
11872006-03-16 Richard Stallman <rms@gnu.org>
1188
1189 * display.texi (Defining Images): Minor cleanup.
1190
486daaa5
BW
11912006-03-16 Bill Wohler <wohler@newt.com>
1192
1193 * display.texi (Defining Images): In image-load-path-for-library,
1194 prefer user's images.
1195
4ffc92c2
SM
11962006-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
1197
1198 * modes.texi (Region to Fontify): Remove font-lock-lines-before.
1199
874a6ef8
BW
12002006-03-15 Bill Wohler <wohler@newt.com>
1201
1202 * display.texi (Defining Images): Fix example in
1203 image-load-path-for-library by not recommending that one binds
fc2cb772 1204 image-load-path. Just defvar it to placate compiler and only use
874a6ef8
BW
1205 it if previously defined.
1206
70949f30
BW
12072006-03-14 Bill Wohler <wohler@newt.com>
1208
1209 * display.texi (Defining Images): In image-load-path-for-library,
1210 always return list of directories. Update example.
1211
c852c516
AM
12122006-03-14 Alan Mackenzie <acm@muc.de>
1213
1214 * modes.texi: New node, "Region to Fontify" (for Font Lock).
1215 This describes font-lock-extend-region-function.
4ffc92c2 1216 ("Other Font Lock Variables"): Move "font-lock-lines-before" to
c852c516
AM
1217 the new node "Region to Fontify".
1218
7cd3712b
RS
12192006-03-13 Richard Stallman <rms@gnu.org>
1220
1221 * display.texi (Invisible Text): The impossible position is
1222 now before the invisible text, not after.
1223 (Defining Images): Clean up last change.
1224
2c676341
BW
12252006-03-11 Bill Wohler <wohler@newt.com>
1226
1227 * display.texi (Defining Images): Add image-load-path-for-library.
1228
6f49b4c5
LT
12292006-03-11 Luc Teirlinck <teirllm@auburn.edu>
1230
2d14c9bf
LT
1231 * text.texi (Adaptive Fill): Fix Texinfo usage.
1232
1233 * strings.texi (Creating Strings): Fix Texinfo usage.
1234
6f49b4c5
LT
1235 * searching.texi (Regexp Special): Use @samp for regular
1236 expressions that are not in Lisp syntax.
1237
fc1d3386
LT
12382006-03-08 Luc Teirlinck <teirllm@auburn.edu>
1239
1240 * searching.texi (Regexp Special): Put remark between parentheses
1241 to avoid misreading.
1242
7b2c2ca9
LT
12432006-03-07 Luc Teirlinck <teirllm@auburn.edu>
1244
1245 * searching.texi (Syntax of Regexps): More accurately describe
1246 which characters are special in which situations.
1247 (Regexp Special): Recommend _not_ to quote `]' or `-' when they
1248 are not special. Describe in detail when `[' and `]' are special.
1249 (Regexp Backslash): Plenty of regexps with unbalanced square
1250 brackets are valid, so reword that statement.
1251
f79bc642
KS
12522006-03-02 Kim F. Storm <storm@cua.dk>
1253
1254 * keymaps.texi (Tool Bar): Add tool-bar-border.
1255
1d9a5237
LT
12562006-02-28 Luc Teirlinck <teirllm@auburn.edu>
1257
a86b01fa 1258 * loading.texi (Load Suffixes): Rephrase last paragraph. Fix typos.
1d9a5237 1259
2534ef94
LT
12602006-02-27 Luc Teirlinck <teirllm@auburn.edu>
1261
1262 * elisp.texi (Top): Include "Load Suffixes" in the detailed menu.
1263
1264 * files.texi (Locating Files): Suggest additional values for the
1265 SUFFIXES arg of `locate-file'. Update pxref.
1266
1267 * loading.texi (Loading): Include new node "Load Suffixes" in menu.
1268 (How Programs Do Loading): Discuss the effects of Auto Compression
1269 mode on `load'.
1270 (Load Suffixes): New node.
394e96d5 1271 (Library Search): Delete description of `load-suffixes'; it was
2534ef94
LT
1272 moved to "Load Suffixes".
1273 (Autoload, Named Features): Mention `load-suffixes'.
1274
dd9959da 12752006-02-21 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
2bb56fbf
JB
1276
1277 * display.texi (Fringe Indicators, Fringe Cursors): Fix typos.
1278
1279 * windows.texi (Window Tree): Fix typo.
1280
49af2995
KS
12812006-02-20 Kim F. Storm <storm@cua.dk>
1282
1283 * display.texi (Fringe Indicators): New section.
1284 Move indicate-empty-lines, indicate-buffer-boundaries, and
1285 default-indicate-buffer-boundaries here.
1286 Add fringe-indicator-alist and default-fringes-indicator-alist.
1287 Add list of logical fringe indicator symbols.
1288 Update list of standard bitmap names.
1289 (Fringe Cursors): New section.
1290 Move overflow-newline-into-fringe here.
1291 Add fringe-cursor-alist and default-fringes-cursor-alist.
1292 Add list of fringe cursor symbols.
1293
58f71009
JB
12942006-02-20 Juanma Barranquero <lekktu@gmail.com>
1295
1296 * commands.texi (Using Interactive): Fix reference to node
1297 "Minibuffers".
1298
5498b6af
RS
12992006-02-19 Richard M. Stallman <rms@gnu.org>
1300
1301 * minibuf.texi (High-Level Completion):
1302 Add xref to read-input-method-name.
1303
1304 * files.texi (Relative File Names): Move file-relative-name here.
1305 (File Name Expansion): From here. Minor clarifications.
1306
1307 * commands.texi (Using Interactive): Add xrefs about reading input.
1308 Clarify remarks about that moving point and mark.
1309 Put string case before list case.
1310
43ce897a 13112006-02-16 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
b6498a68 1312
4ffc92c2
SM
1313 * display.texi (Other Display Specs, Image Descriptors):
1314 Revert erroneous changes. The previous description of
1315 image-descriptors as `(image . PROPS)' was correct.
b6498a68 1316
1324d26e
RS
13172006-02-14 Richard M. Stallman <rms@gnu.org>
1318
1319 * variables.texi (File Local Variables): Clarifications.
1320
0da93350
JB
13212006-02-14 Juanma Barranquero <lekktu@gmail.com>
1322
1323 * variables.texi (File Local Variables): Use @code for a cons
1324 cell, not @var.
1325
51a39bab
CY
13262006-02-13 Chong Yidong <cyd@stupidchicken.com>
1327
1328 * variables.texi (File Local Variables): Document new file local
1329 variable behavior.
1330
d342156c
KS
13312006-02-10 Kim F. Storm <storm@cua.dk>
1332
1333 * eval.texi (Function Indirection): Add NOERROR to indirect-function.
1334
8392fe4a
JB
13352006-02-08 Juanma Barranquero <lekktu@gmail.com>
1336
1337 * modes.texi (%-Constructs): Remove obsolete info about
1338 `global-mode-string'.
1339
cd6cd82a
RS
13402006-02-07 Richard M. Stallman <rms@gnu.org>
1341
d78dc2d8
RS
1342 * commands.texi (Prefix Command Arguments): Minor cleanup.
1343
1344 * display.texi: "Graphical display", not window system.
1345
cd6cd82a
RS
1346 * functions.texi (What Is a Function): Fix xref.
1347
1348 * keymaps.texi (Key Lookup): Clarify wrt commands vs other functions.
1349 (Changing Key Bindings): Clarify when remapping is better than
1350 substitute-key-definition.
1351
13522006-02-02 Richard M. Stallman <rms@gnu.org>
1353
1354 * minibuf.texi (Basic Completion): Completion alists are risky.
1355
1356 * keymaps.texi (Active Keymaps): Clarifications.
1357 (Searching Keymaps): New node.
1358 (Keymaps): Update menu.
1359
1360 * frames.texi (Layout Parameters): Minor clarification.
1361 (Drag and Drop): New node.
1362 (Frames): Update menu.
1363
cf052abc
CY
13642006-01-29 Chong Yidong <cyd@stupidchicken.com>
1365
4ffc92c2
SM
1366 * display.texi (Other Display Specs, Image Descriptors):
1367 Image description is a list, not a cons cell.
cf052abc 1368
1f2907ee
LT
13692006-01-28 Luc Teirlinck <teirllm@auburn.edu>
1370
1371 * lists.texi (Cons Cells): Minor correction (the cdr of a dotted
1372 list is not necessarily a list).
1373
a849f77d
EZ
13742006-01-27 Eli Zaretskii <eliz@gnu.org>
1375
1376 * frames.texi (Layout Parameters): border-width and
1377 internal-border-width belong to the frame, not the window.
1378
d322eb9b
RS
13792006-01-19 Richard M. Stallman <rms@gnu.org>
1380
1381 * nonascii.texi (Translation of Characters): Search cmds use
1382 translation-table-for-input. Automatically made local.
1383
1384 * markers.texi (Overview of Markers): Count insertion type
1385 as one of a marker's attributes.
1386
cd6cd82a
RS
1387 * keymaps.texi (Controlling Active Maps): New node, split out of
1388 Active Keymaps.
1389 (Keymaps): Menu updated.
1390 (Active Keymaps): Give pseudocode to explain how the active
1391 maps are searched. current-active-maps and key-binding moved here.
1392 (Functions for Key Lookup): current-active-maps and key-binding moved.
1393 Clarifications.
1394 (Searching the Keymaps): New subnode.
1395
d322eb9b
RS
1396 * elisp.texi (Top): Menu clarification.
1397
1398 * display.texi (Other Display Specs): Delete duplicate entry for
1399 just a string as display spec. Move text about recursive display
1400 specs on such a string.
1401
1402 * commands.texi (Key Sequence Input): Clarify.
1403 Move num-nonmacro-input-events out.
1404 (Reading One Event): num-nonmacro-input-events moved here.
1405
2ac77b5a
NR
14062006-01-14 Nick Roberts <nickrob@snap.net.nz>
1407
1408 * advice.texi (Simple Advice): Update example to fit argument
1409 change in previous-line.
1410
a203a18c
RS
14112006-01-05 Richard M. Stallman <rms@gnu.org>
1412
1413 * markers.texi (The Mark): Fix in `mark'.
1414
d9043ddf
RS
14152006-01-04 Richard M. Stallman <rms@gnu.org>
1416
1417 * processes.texi (Misc Network, Make Network): Minor cleanups.
1418
8a5db8ae
KS
14192006-01-04 Kim F. Storm <storm@cua.dk>
1420
1421 * processes.texi (Make Network): Add IPv6 addresses and handling.
1422 (Network Feature Testing): Mention (:family ipv6).
1423 (Misc Network): Add IPv6 formats to format-network-address.
1424
19bb7940
RS
14252005-12-30 Richard M. Stallman <rms@gnu.org>
1426
1427 * text.texi (Changing Properties):
1428 Don't use return value of set-text-properties.
1429
b9cb50d9
LT
14302005-12-29 Luc Teirlinck <teirllm@auburn.edu>
1431
1432 * modes.texi (Mode Line Format): Correct typo in menu.
1433
94a867a6
RS
14342005-12-29 Richard M. Stallman <rms@gnu.org>
1435
1436 * modes.texi (Mode Line Top): New node.
1437 (Mode Line Data): Some text moved to new node.
1438 Explain the data structure more concretely.
1439 (Mode Line Basics): Clarifications.
1440 (Mode Line Variables): Clarify intro paragraph.
1441 (%-Constructs): Clarify intro paragraph.
1442 (Mode Line Format): Update menu.
1443
ba455131
LT
14442005-12-28 Luc Teirlinck <teirllm@auburn.edu>
1445
1446 * minibuf.texi (Basic Completion): Update lazy-completion-table
1447 examples for removal of ARGS argument.
1448
2b6abe1e
RS
14492005-12-23 Richard M. Stallman <rms@gnu.org>
1450
1451 * text.texi (Undo): Restore some explanation from the version
1452 that was deleted.
1453
2d7409f2
EZ
14542005-12-23 Eli Zaretskii <eliz@gnu.org>
1455
abeb5483 1456 * text.texi (Undo): Remove duplicate descriptions of `apply
2d7409f2
EZ
1457 funname' and `apply delta' elements of the undo list.
1458
2e23b82e
RS
14592005-12-20 Richard M. Stallman <rms@gnu.org>
1460
1461 * help.texi (Help Functions): Update documentation of `apropos'.
1462
a31687ce
LT
14632005-12-20 Luc Teirlinck <teirllm@auburn.edu>
1464
1465 * customize.texi (Type Keywords): Delete xref to "Text help-echo",
1466 because it is confusing. If the :help-echo keyword is a function,
1467 it is not directly used as the :help-echo overlay property, as the
1468 xref seems to suggest (it does not take the appropriate args).
1469
0e83c4e9
LT
14702005-12-19 Luc Teirlinck <teirllm@auburn.edu>
1471
1472 * customize.texi (Common Keywords): Fix Texinfo usage.
1473 (Group Definitions, Variable Definitions): Update for new
1474 conventions for using `*' in docstrings.
77df907a
LT
1475
1476 * tips.texi (Documentation Tips): Update for new conventions for
1477 using `*' in docstrings.
1478
69487a1f
RS
14792005-12-16 Richard M. Stallman <rms@gnu.org>
1480
1481 * minibuf.texi (Minibuffer Contents): Minor cleanup.
1482
2a502a32
JL
14832005-12-16 Juri Linkov <juri@jurta.org>
1484
1485 * minibuf.texi (Minibuffer Contents): Add minibuffer-completion-contents.
1486
b158c851
RF
14872005-12-14 Romain Francoise <romain@orebokech.com>
1488
1489 * modes.texi (Customizing Keywords): Rename `append' to `how'.
1490 Fix typo.
1491
d7d1f75e
JL
14922005-12-11 Juri Linkov <juri@jurta.org>
1493
1494 * minibuf.texi (Completion Commands): Add mention of read-file-name
1495 for filename completion keymaps.
1496 (Reading File Names): Add mention of filename completion keymaps
1497 for read-file-name and xref to `Completion Commands'.
1498
4b1c16c2
RS
14992005-12-10 Richard M. Stallman <rms@gnu.org>
1500
1501 * customize.texi (Common Keywords): State caveats for use of :tag.
1502
1d49d5d9
RS
15032005-12-08 Richard M. Stallman <rms@gnu.org>
1504
2663a204
RS
1505 * minibuf.texi (Intro to Minibuffers): Replace list of local maps
1506 with xrefs and better explanation.
1507 (Completion Commands): Add the filename completion maps.
1508
1d49d5d9
RS
1509 * objects.texi (Character Type): Clarify that \s is not space
1510 if a dash follows.
1511
fa0d4d0c
RS
15122005-12-05 Richard M. Stallman <rms@gnu.org>
1513
1514 * windows.texi (Resizing Windows): Delete preserve-before args.
1515
d64b177a
SM
15162005-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
1517
1518 * keymaps.texi (Format of Keymaps): Remove mention of a quirk
1519 in full keymaps, since the quirk has been fixed.
1520
79019cc9
EZ
15212005-12-03 Eli Zaretskii <eliz@gnu.org>
1522
1523 * hooks.texi (Standard Hooks): Add index entries. Mention
1524 `compilation-finish-functions'.
1525
161ef3be
RS
15262005-11-27 Richard M. Stallman <rms@gnu.org>
1527
1528 * windows.texi (Resizing Windows): Add adjust-window-trailing-edge.
1529
17c1971a
JL
15302005-11-21 Juri Linkov <juri@jurta.org>
1531
1532 * customize.texi (Common Keywords): Update links types
1533 custom-manual and url-link. Add link types emacs-library-link,
1534 file-link, function-link, variable-link, custom-group-link.
1535
5890344b
CY
15362005-11-20 Chong Yidong <cyd@stupidchicken.com>
1537
1538 * display.texi: Revert 2005-11-20 change.
1539
cbce0752
TTN
15402005-11-20 Thien-Thi Nguyen <ttn@gnu.org>
1541
1542 * processes.texi (Bindat Functions):
1543 Say "third" to refer to zero-based index "2".
1544
ff04c885
LT
15452005-11-18 Luc Teirlinck <teirllm@auburn.edu>
1546
1547 * loading.texi (Library Search): Update the default value of
1548 `load-suffixes'.
1549
ce8d4e00
CY
15502005-11-17 Chong Yidong <cyd@stupidchicken.com>
1551
1552 * display.texi (Attribute Functions): Mention :ignore-defface.
1553
cbad4a9e
SM
15542005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
1555
1556 * modes.texi (Minor Mode Conventions): Use custom-set-minor-mode.
16b4c38b 1557 (Minor Mode Conventions): Mention the use of a hook.
cbad4a9e 1558
fda12b27
RS
15592005-11-06 Richard M. Stallman <rms@gnu.org>
1560
1561 * files.texi (Magic File Names): find-file-name-handler checks the
1562 `operations' property of the handler.
1563
e082564e
RS
15642005-11-03 Richard M. Stallman <rms@gnu.org>
1565
1566 * variables.texi (Frame-Local Variables): Small clarification.
1567
f0cdd9e4
CY
15682005-10-29 Chong Yidong <cyd@stupidchicken.com>
1569
1570 * os.texi (Init File): Document ~/.emacs.d/init.el.
1571
685abb98
RS
15722005-10-29 Richard M. Stallman <rms@gnu.org>
1573
1574 * internals.texi (Garbage Collection): Document memory-full.
1575
7000848e
BW
15762005-10-28 Bill Wohler <wohler@newt.com>
1577
1578 * tips.texi (Documentation Tips): Help mode now creates hyperlinks
1579 for URLs.
1580
107fb6c9
RS
15812005-10-28 Richard M. Stallman <rms@gnu.org>
1582
1583 * minibuf.texi (Completion Commands): Clean up prev change.
1584
15852005-10-26 Kevin Ryde <user42@zip.com.au>
1586
1587 * compile.texi (Eval During Compile): Explain recommended uses
1588 of eval-when-compile and eval-and-compile.
1589
1d8e69a2
MY
15902005-10-27 Masatake YAMATO <jet@gyve.org>
1591
cbad4a9e 1592 * minibuf.texi (Completion Commands):
1d8e69a2 1593 Write about new optional argument for `display-completion-list'.
cbad4a9e 1594
6a897887
RS
15952005-10-23 Richard M. Stallman <rms@gnu.org>
1596
1597 * display.texi (Overlay Arrow): Clarify about local bindings of
1598 overlay-arrow-position.
1599
6d1e17be
EZ
16002005-10-22 Eli Zaretskii <eliz@gnu.org>
1601
1602 * internals.texi (Building Emacs): Fix last change.
1603
db5fe0a6
RS
16042005-10-22 Richard M. Stallman <rms@gnu.org>
1605
1606 * internals.texi (Building Emacs): Document eval-at-startup.
1607
45158e77
RS
16082005-10-21 Richard M. Stallman <rms@gnu.org>
1609
1610 * loading.texi (Where Defined): load-history contains abs file names.
1611 symbol-file returns abs file names.
1612
e50165ec
KS
16132005-10-19 Kim F. Storm <storm@cua.dk>
1614
1615 * display.texi (Showing Images): Add max-image-size integer value.
1616
63ab30d0
CY
16172005-10-18 Chong Yidong <cyd@stupidchicken.com>
1618
1619 * display.texi (Showing Images): Document max-image-size.
1620
f8252852
RS
16212005-10-17 Richard M. Stallman <rms@gnu.org>
1622
1623 * commands.texi (Quitting): Minor clarification.
1624
1625 * processes.texi (Sentinels): Clarify about output and quitting.
1626 (Filter Functions): Mention with-local-quit.
1627
c1bed3aa
JL
16282005-10-17 Juri Linkov <juri@jurta.org>
1629
1630 * buffers.texi (Current Buffer):
1631 * commands.texi (Event Input Misc):
1632 * compile.texi (Eval During Compile, Compiler Errors):
1633 * customize.texi (Group Definitions):
1634 * display.texi (Progress, Defining Faces):
1635 * files.texi (Writing to Files):
1636 * modes.texi (Mode Hooks, Defining Minor Modes):
1637 * streams.texi (Output Functions):
1638 * syntax.texi (Syntax Table Functions):
1639 * text.texi (Change Hooks):
1640 Replace `...' with `@dots{}' in `@defmac' and `@defspec'.
1641
1642 * commands.texi (Quitting): Replace arg `forms' with `body' in
1643 `with-local-quit'.
1644
1645 * positions.texi (Excursions): Replace arg `forms' with `body' in
1646 `save-excursion'.
1647
ef1b4c9e
KS
16482005-10-08 Kim F. Storm <storm@cua.dk>
1649
1650 * windows.texi (Window Tree): Rename window-split-tree to window-tree.
1651 Rename manual section accordingly.
1652
abc8ce50
KS
16532005-10-04 Kim F. Storm <storm@cua.dk>
1654
1655 * windows.texi (Window Split Tree): New section describing
1656 new function window-split-tree function.
1657
a1f5a1f0
NR
16582005-10-03 Nick Roberts <nickrob@snap.net.nz>
1659
1660 * display.texi (Fringe Size/Pos): Simplify and add detail.
1661
97c3e4cc
RF
16622005-09-30 Romain Francoise <romain@orebokech.com>
1663
1664 * minibuf.texi (High-Level Completion): Explain that the prompt
1665 given to `read-buffer' should end with a colon and a space.
1666 Update usage examples.
1667
8ad8c5ce
JL
16682005-09-29 Juri Linkov <juri@jurta.org>
1669
1670 * display.texi (Displaying Messages): Rename argument name
1671 `string' to `format-string' in functions `message', `message-box',
1672 `message-or-box'.
1673
63182706
CY
16742005-09-26 Chong Yidong <cyd@stupidchicken.com>
1675
fc2cb772 1676 * errors.texi (Standard Errors): Correct xrefs.
63182706 1677
906320ec
CY
16782005-09-18 Chong Yidong <cyd@stupidchicken.com>
1679
fc2cb772 1680 * display.texi (Defining Images): Update documentation for
906320ec
CY
1681 `image-load-path'.
1682
8ccd3630
RS
16832005-09-17 Richard M. Stallman <rms@gnu.org>
1684
1685 * display.texi (Defining Images): Clean up previous change.
1686
7260457b
RF
16872005-09-16 Romain Francoise <romain@orebokech.com>
1688
1689 * elisp.texi: Specify GFDL version 1.2.
1690
1691 * doclicense.texi (GNU Free Documentation License): Update to
1692 version 1.2.
1693
5b51c037
CY
16942005-09-15 Chong Yidong <cyd@stupidchicken.com>
1695
1696 * display.texi (Defining Images): Document `image-load-path'.
1697
5c4757d3
RS
16982005-09-15 Richard M. Stallman <rms@gnu.org>
1699
1700 * objects.texi (Printed Representation): Minor cleanup.
1701 (Box Diagrams): Minor fix.
1702 (Cons Cell Type): Move (...) index item here.
1703 (Box Diagrams): From here.
1704 (Array Type): Minor fix.
1705 (Type Predicates): Delete index "predicates".
1706 (Hash Table Type): Clarify xref.
1707 (Dotted Pair Notation): Minor fix.
1708
2bb8b80c
CY
17092005-09-10 Chong Yidong <cyd@stupidchicken.com>
1710
1711 * files.texi (Saving Buffers): Fix typo.
1712
47b8bc5d
RS
17132005-09-08 Richard M. Stallman <rms@gnu.org>
1714
1715 * tips.texi (Programming Tips): Correct the "default" prompt spec.
1716
475aab0d
CY
17172005-09-08 Chong Yidong <cyd@stupidchicken.com>
1718
1719 * locals.texi (Standard Buffer-Local Variables): Don't include
1720 mode variables for minor modes.
1721 Fix xrefs for buffer-display-count, buffer-display-table,
1722 buffer-offer-save, buffer-saved-size, cache-long-line-scans,
1723 enable-multibyte-characters, fill-column, header-line-format,
1724 left-fringe-width, left-margin, and right-fringe-width.
1725
1726 * hooks.texi (Standard Hooks): All hooks should conform to the
1727 standard naming convention now.
1728 Fix xref for `echo-area-clear-hook'.
1729
1730 * display.texi (Usual Display): Note that indicate-empty-lines and
1731 tab-width are buffer-local.
1732
1733 * files.texi (Saving Buffers): Add xref to `Killing Buffers'.
1734
1735 * modes.texi (Mode Help): Note that major-mode is buffer-local.
1736
1737 * nonascii.texi (Encoding and I/O): Note that
1738 buffer-file-coding-system is buffer-local.
1739
1740 * positions.texi (List Motion): Note that defun-prompt-regexp is
1741 buffer-local.
1742
1743 * text.texi (Auto Filling): Note that auto-fill-function is
1744 buffer-local.
1745 (Undo): Note that buffer-undo-list is buffer-local.
1746
1747 * windows.texi (Buffers and Windows): Document
1748 buffer-display-count.
1749
2a6bc1f7
RS
17502005-09-06 Richard M. Stallman <rms@gnu.org>
1751
1752 * tips.texi (Coding Conventions): Sometimes it is ok to put the
1753 package prefix elsewhere than at the start of the name.
1754
d7ea8b71
RS
17552005-09-03 Richard M. Stallman <rms@gnu.org>
1756
1757 * tips.texi (Programming Tips): Add conventions for minibuffer
1758 questions and prompts.
1759
0c6087a6
RS
17602005-09-03 Joshua Varner <jlvarner@gmail.com> (tiny change)
1761
1762 * intro.texi (nil and t): Minor cleanup.
1763 Delete spurious mention of keyword symbols.
1764 (Evaluation Notation): Add index entry.
1765 (A Sample Function Description): Minor cleanup.
1766 (A Sample Variable Description): Not all vars can be set.
1767
4b5fa40e
TTN
17682005-09-03 Thien-Thi Nguyen <ttn@gnu.org>
1769
1770 * text.texi (Buffer Contents): Use "\n" in examples' result strings.
1771
1772 (Insertion): Document precise type of `insert-char' arg COUNT.
1773
34b50776
SM
17742005-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
1775
1776 * modes.texi (Other Font Lock Variables): Sync the default of
1777 font-lock-lines-before.
1778
c1105d05
MA
17792005-08-31 Michael Albinus <michael.albinus@gmx.de>
1780
1781 * files.texi (Magic File Names): Add `make-auto-save-file-name'.
1782
62929713
RS
17832005-08-29 Richard M. Stallman <rms@gnu.org>
1784
1785 * elisp.texi (Top): Update subnode menu.
1786
1787 * searching.texi (Searching and Matching): Move node.
1788 Rearrange contents and add overall explanation.
1789 (Searching and Case): Move node.
1790 (Searching and Matching): Update menu.
1791
0fb57cc0
EZ
17922005-08-27 Eli Zaretskii <eliz@gnu.org>
1793
1794 * os.texi (Startup Summary): Fix the description of the initial
1795 startup message display.
1796
3e80c4c1
RS
17972005-08-25 Richard M. Stallman <rms@gnu.org>
1798
1799 * searching.texi (Search and Replace): Add replace-regexp-in-string.
1800
18012005-08-25 Emilio C. Lopes <eclig@gmx.net>
1802
1803 * display.texi (Finding Overlays): Fix `find-overlay-prop' in
1804 `next-overlay-change' example.
c1105d05 1805
79a8defb
JL
18062005-08-22 Juri Linkov <juri@jurta.org>
1807
1808 * display.texi (Attribute Functions): Add set-face-inverse-video-p.
1809 Fix invert-face. Fix args of face-background.
1810
16691d29
JL
1811 * display.texi (Standard Faces): Delete node.
1812 (Faces): Add xref to `(emacs)Standard Faces'.
1813 (Displaying Faces): Fix xref to `Standard Faces'.
1814
1815 * modes.texi (Mode Line Data): Fix xref to Standard Faces.
1816
217b694f
EZ
18172005-08-20 Alan Mackenzie <acm@muc.de>
1818
1819 * buffers.texi (The Buffer List): Clarify the manipulation of the
1820 buffer list.
1821
0bf14bfd
RS
18222005-08-14 Richard M. Stallman <rms@gnu.org>
1823
7ad1498e
AS
1824 * modes.texi (Auto Major Mode): interpreter-mode-alist key is not
1825 a regexp.
0bf14bfd 1826
c118d09e
RS
18272005-08-11 Richard M. Stallman <rms@gnu.org>
1828
59cb8c23
RS
1829 * elisp.texi (Top): Update subnode lists.
1830
1831 * display.texi (Inverse Video): Node deleted.
1832
c118d09e
RS
1833 * tips.texi (Key Binding Conventions, Programming Tips, Warning Tips):
1834 New nodes split out of Coding Conventions.
1835
1836 * searching.texi (Regular Expressions): Document re-builder.
1837
1838 * os.texi (Time Parsing): New node split out of Time Conversion.
1839
1840 * processes.texi (Misc Network, Network Feature Testing)
1841 (Network Options, Make Network): New nodes split out of
1842 Low-Level Network.
1843
67ec7f41
RS
18442005-08-09 Richard M. Stallman <rms@gnu.org>
1845
76d47f0d
RS
1846 * frames.texi (Geometry): New node, split from Size and Position.
1847 (Frame Parameters): Refer to Geometry.
1848
67ec7f41 1849 * buffers.texi (The Buffer List): Fix xrefs.
c1105d05 1850
67ec7f41
RS
1851 * windows.texi (Splitting Windows): Fix xref.
1852
1853 * frames.texi (Layout Parameters): Add xref.
1854
1855 * display.texi (Line Height, Scroll Bars): Fix xrefs.
1856
1857 * keymaps.texi (Menu Bar): Fix xref.
1858
1859 * locals.texi (Standard Buffer-Local Variables): Fix xref.
1860
1861 * modes.texi (%-Constructs): Fix xref.
1862
1863 * frames.texi (Window Frame Parameters): Node split up.
1864 (Basic Parameters, Position Parameters, Size Parameters)
1865 (Layout Parameters, Buffer Parameters, Management Parameters)
1866 (Cursor Parameters, Color Parameters): New subnodes.
1867
adb5e445
LT
18682005-08-09 Luc Teirlinck <teirllm@auburn.edu>
1869
1870 * positions.texi (Screen Lines): Update xref for previous change
1871 in minibuf.texi.
1872
1873 * minibuf.texi (Intro to Minibuffers): Update pxref for previous
1874 change in minibuf.texi.
1875
61298e17
RS
18762005-08-09 Richard M. Stallman <rms@gnu.org>
1877
1878 * tips.texi (Coding Conventions): Minor cleanup.
1879
1880 * modes.texi (Defining Minor Modes): Explain when init-value
1881 can be non-nil.
1882
1883 * elisp.texi (Top): Update submenu for Minibuffer.
1884
1885 * minibuf.texi (Minibuffer Misc): Node split up.
1886 (Minibuffer Commands, Minibuffer Windows, Minibuffer Contents)
1887 (Recursive Mini): New nodes split out from Minibuffer Misc.
1888 (Minibuffer Misc): Document max-mini-window-height.
1889
1890 * hash.texi (Defining Hash): Delete stray paren in example.
1891
1892 * display.texi (Echo Area Customization): Don't define
1893 max-mini-window-height here; xref instead.
1894
1895 * commands.texi (Event Input Misc): Update while-no-input.
1896
1897 * advice.texi (Advising Functions): Explain when to use advice
1898 and when to use a hook.
1899
43e124e6
EZ
19002005-07-30 Eli Zaretskii <eliz@gnu.org>
1901
1902 * makefile.w32-in (info): Don't run install-info.
1903 ($(infodir)/dir): New target, produced by running install-info.
1904
653aea22
LT
19052005-07-27 Luc Teirlinck <teirllm@auburn.edu>
1906
1907 * modes.texi (Defining Minor Modes): The keyword for the initial
1908 value is :init-value, not :initial-value.
1909
ba6ebbd5
EZ
19102005-07-23 Eli Zaretskii <eliz@gnu.org>
1911
1912 * loading.texi (Autoload): Make the `doctor' example be consistent
1913 with what's in current loaddefs.el. Describe the "fn" magic in
1914 the usage portion of the doc string.
1915
6696f2a4
RS
19162005-07-22 Richard M. Stallman <rms@gnu.org>
1917
1918 * internals.texi (Garbage Collection): Clarify previous change.
1919
0c17e67c
SM
19202005-07-21 Stefan Monnier <monnier@iro.umontreal.ca>
1921
1922 * internals.texi (Garbage Collection): Add gc-cons-percentage.
1923
426179e1
JL
19242005-07-18 Juri Linkov <juri@jurta.org>
1925
1926 * commands.texi (Accessing Events):
1927 * frames.texi (Text Terminal Colors, Resources):
1928 * markers.texi (The Mark):
1929 * modes.texi (Defining Minor Modes):
1930 Delete duplicate duplicate words.
1931
9b0c2c56
RS
19322005-07-16 Richard M. Stallman <rms@gnu.org>
1933
1934 * display.texi (Managing Overlays): Clarify make-overlay
1935 args for insertion types.
1936
fd90b80c
LT
19372005-07-13 Luc Teirlinck <teirllm@auburn.edu>
1938
0c17e67c
SM
1939 * customize.texi (Variable Definitions):
1940 Add `custom-initialize-safe-set' and `custom-initialize-safe-default'.
fd90b80c
LT
1941 `standard-value' is a list too.
1942 (Defining New Types): Use @key{RET} instead of @key{ret}.
1943
37aa90e5
TTN
19442005-07-13 Francis Litterio <franl@world.std.com> (tiny change)
1945
1946 * os.texi (Translating Input): Fix typo.
1947
917e0c95
RS
19482005-07-08 Richard M. Stallman <rms@gnu.org>
1949
1950 * README: Update edition number and size estimate.
1951
1952 * elisp.texi (VERSION): Set to 2.9.
1953
7d90e71d
RS
19542005-07-07 Richard M. Stallman <rms@gnu.org>
1955
c330dafe
RS
1956 * book-spine.texinfo: Update Emacs version.
1957
7d90e71d
RS
1958 * display.texi (Inverse Video): Delete mode-line-inverse-video.
1959
dc2204be
RS
19602005-07-06 Richard M. Stallman <rms@gnu.org>
1961
1962 * searching.texi (Regexp Search): Clarify what re-search-forward
1963 does when the search fails.
1964
a0ec7a4a
LK
19652005-07-05 Lute Kamstra <lute@gnu.org>
1966
dc2204be 1967 * Update FSF's address in GPL notices.
a0ec7a4a
LK
1968
1969 * doclicense.texi (GNU Free Documentation License):
1970 * gpl.texi (GPL):
1971 * tips.texi (Coding Conventions, Library Headers):
1972 * vol1.texi:
1973 * vol2.texi: Update FSF's address.
1974
4af33176
RS
19752005-07-04 Richard M. Stallman <rms@gnu.org>
1976
1977 * hooks.texi (Standard Hooks): Add occur-hook.
1978
b3ab615b
LT
19792005-07-03 Luc Teirlinck <teirllm@auburn.edu>
1980
1981 * display.texi (The Echo Area): Correct menu.
1982
3d393029
RS
19832005-07-03 Richard M. Stallman <rms@gnu.org>
1984
7fe48b75
RS
1985 * elisp.texi (Top): Update subnode menu for Display.
1986
1987 * display.texi (Displaying Messages): New node, with most
1988 of what was in The Echo Area.
1989 (Progress): Moved under The Echo Area.
1990 (Logging Messages): New node with new text.
1991 (Echo Area Customization): New node, the rest of what was
1992 in The Echo Area. Document message-truncate-lines with @defvar.
1993 (Display): Update menu.
1994
3d393029
RS
1995 * windows.texi (Textual Scrolling): Doc 3 values for
1996 scroll-preserve-screen-position.
1997
1998 * text.texi (Special Properties): Change hook functions
1999 should bind inhibit-modification-hooks around altering buffer text.
2000
2001 * keymaps.texi (Key Binding Commands): Call binding BINDING
2002 rather than DEFINITION.
2003
b26860ad
JB
20042005-06-29 Juanma Barranquero <lekktu@gmail.com>
2005
2006 * variables.texi (Defining Variables): `user-variable-p' returns t
2007 for aliases of user options, nil for alias loops.
2008
025691ed
RS
20092005-06-28 Richard M. Stallman <rms@gnu.org>
2010
2011 * keymaps.texi (Creating Keymaps): Put make-sparse-keymap before
2012 make-keymap.
2013
b61bfa4d
LT
20142005-06-27 Luc Teirlinck <teirllm@auburn.edu>
2015
2016 * variables.texi (Setting Variables): Correct and clarify
2017 description of `add-to-ordered-list'.
2018
24ee714d
RS
20192005-06-26 Richard M. Stallman <rms@gnu.org>
2020
2021 * display.texi (Faces): Minor cleanup.
2022
33b79ce4
LT
20232005-06-25 Luc Teirlinck <teirllm@auburn.edu>
2024
2025 * display.texi (Faces): `facep' returns t for strings that are
2026 face names.
2027
df13531d
RS
20282005-06-25 Richard M. Stallman <rms@gnu.org>
2029
2030 * objects.texi (Equality Predicates): Clarify meaning of equal.
2031
2032 * windows.texi (Selecting Windows): save-selected-window
2033 and with-selected-window save and restore the current buffer.
2034
cf444441
RS
20352005-06-24 Richard M. Stallman <rms@gnu.org>
2036
2037 * numbers.texi (Float Basics): Explain how to test for NaN,
2038 and printing the sign of NaNs.
2039
6cdd056d
EZ
20402005-06-24 Eli Zaretskii <eliz@gnu.org>
2041
2042 * makefile.w32-in (MAKEINFO): Use --force.
2043
b93e3c3b
RS
20442005-06-23 Richard M. Stallman <rms@gnu.org>
2045
2046 * display.texi (Face Functions): Correct Texinfo usage.
2047
6fb276bd
LT
20482005-06-23 Luc Teirlinck <teirllm@auburn.edu>
2049
2050 * lists.texi (Rings): `ring-elements' now returns the elements of
2051 RING in order.
2052
1d1c7e75
JB
20532005-06-23 Juanma Barranquero <lekktu@gmail.com>
2054
2055 * markers.texi (The Mark): Texinfo usage fix.
2056
9d12e52b
KS
20572005-06-23 Kim F. Storm <storm@cua.dk>
2058
2059 * searching.texi (Entire Match Data): Remove evaporate option for
2060 match-data. Do not mention evaporate option for set-match-data.
2061
6d44324c
GM
20622005-06-22 Glenn Morris <gmorris@ast.cam.ac.uk>
2063
2064 * display.texi (Face Functions): Mention face aliases.
2065
80df27a7
RS
20662005-06-21 Richard M. Stallman <rms@gnu.org>
2067
2068 * anti.texi (Antinews): Texinfo usage fix.
2069
e121563b
KB
20702005-06-21 Karl Berry <karl@gnu.org>
2071
9d7d543c
KB
2072 * elisp.texi: Use @copying.
2073
e121563b
KB
2074 * elisp.texi: Put @summarycontents and @contents before the Top
2075 node, instead of the end of the file, so that the contents appear
2076 in the right place in the dvi/pdf output.
2077
36a3b076
JL
20782005-06-21 Juri Linkov <juri@jurta.org>
2079
2080 * display.texi (Defining Faces): Add `customized-face'.
2081
5c796e80
KS
20822005-06-20 Kim F. Storm <storm@cua.dk>
2083
b7d1f38f
KS
2084 * variables.texi (Setting Variables): Any type of element can be
2085 given order in add-to-ordered-list. Compare elements with eq.
2086
5c796e80
KS
2087 * lists.texi (Rearrangement): Sort predicate may just return non-nil.
2088
fb056bef
KB
20892005-06-20 Karl Berry <karl@gnu.org>
2090
2091 * syntax.texi (Syntax Flags): Make last column very slightly wider
2092 to avoid "generic comment" breaking on two lines and causing an
2093 underfull box.
2094
84398baa
LT
20952005-06-19 Luc Teirlinck <teirllm@auburn.edu>
2096
2097 * lists.texi (Rings): Various minor clarifications and corrections.
2098
07ff1e4b
RS
20992005-06-18 Richard M. Stallman <rms@gnu.org>
2100
2101 * functions.texi (Obsolete Functions): Simplify.
2102
2103 * variables.texi (Variable Aliases): Simplify.
2104
2105 * anti.texi, backups.texi, compile.texi, customization.texi:
2106 * debugging.texi, display.texi, edebug.texi, errors.texi, frames.texi:
2107 * functions.texi, help.texi, keymaps.texi, modes.texi, nonascii.texi:
2108 * os.texi, processes.texi, searching.texi, strings.texi, text.texi:
2109 * variables.texi: Fix formatting ugliness.
2110
2111 * elisp.texi: Add links to Rings and Byte Packing.
2112 Update version and copyright years.
2113
2114 * minibuf.texi: Fix formatting ugliness.
2115 (Completion Commands): Move keymap vars to the end
2116 and vars completing-read binds to the top.
2117
3f7fab24
LT
21182005-06-17 Luc Teirlinck <teirllm@auburn.edu>
2119
2120 * processes.texi: Fix typos.
2121 (Bindat Spec): Correct Texinfo error.
926c4c9b 2122 (Byte Packing): Fix ungrammatical sentence.
3f7fab24 2123
f19b57e3
RS
21242005-06-17 Thien-Thi Nguyen <ttn@gnu.org>
2125
2126 * lists.texi (Rings): New node.
2127 (Lists): Add it to menu.
2128
a80c5da7 2129 * processes.texi (Byte Packing): New node.
f19b57e3
RS
2130 (Processes): Add it to menu.
2131
21322005-06-17 Richard M. Stallman <rms@gnu.org>
2133
2134 * syntax.texi (Parsing Expressions): Fix texinfo usage.
2135
2136 * help.texi (Documentation Basics): Explain the xref to
2137 Documentation Tips.
2138
2139 * debugging.texi (Debugger Commands): Minor fix.
2140
67c1390d
LT
21412005-06-16 Luc Teirlinck <teirllm@auburn.edu>
2142
2143 * edebug.texi (Instrumenting): Eliminate duplicate link.
2144 (Specification List): Replace references to "below", referring to
2145 a later node, with one @ref to that node.
2146
2147 * os.texi (Timers): Timers should save and restore the match data
2148 if they change it.
2149
2150 * debugging.texi (Debugger Commands): Mention that the Lisp
2151 debugger can not step through primitive functions.
2152
51cd2a8c
JB
21532005-06-16 Juanma Barranquero <lekktu@gmail.com>
2154
2155 * functions.texi (Obsolete Functions): Update argument names of
2156 `make-obsolete' and `define-obsolete-function-alias'.
2157
2158 * variables.texi (Variable Aliases): Update argument names of
2159 `defvaralias', `make-obsolete-variable' and
2160 `define-obsolete-variable-alias'.
2161
f5e6ac4a
KS
21622005-06-15 Kim F. Storm <storm@cua.dk>
2163
2164 * searching.texi (Entire Match Data): Rephrase warnings about
2165 evaporate arg to match-data and set-match-data.
2166
fe2a9972
LT
21672005-06-14 Luc Teirlinck <teirllm@auburn.edu>
2168
67774855
LT
2169 * elisp.texi (Top): Update detailed menu.
2170
fe2a9972
LT
2171 * edebug.texi (Edebug): Update menu.
2172 (Instrumenting): Update xrefs.
2173 (Edebug Execution Modes): Correct xref.
2174 (Jumping): Clarify description of `h' command.
2175 Eliminate redundant @ref.
2176 (Breaks): New node.
9b7fa297 2177 (Breakpoints): Is now a subsubsection.
fe2a9972
LT
2178 (Global Break Condition): Mention `C-x X X'.
2179 (Edebug Views): Clarify `v' and `p'. Mention `C-x X w'.
2180 (Trace Buffer): Clarify STRING arg of `edebug-tracing'.
2181 (Edebug Display Update): Correct pxref.
2182 (Edebug and Macros): New node.
2183 (Instrumenting Macro Calls): Is now a subsubsection.
2184 Neither arg of `def-edebug-spec' is evaluated.
2185 (Instrumenting Macro Calls): Mention `edebug-eval-macro-args'.
2186 (Specification Examples): Fix typo.
2187
b59f605b
LK
21882005-06-14 Lute Kamstra <lute@gnu.org>
2189
2190 * debugging.texi (Function Debugging): Primitives can break on
2191 entry too.
2192
a5c99dc9
KS
21932005-06-14 Kim F. Storm <storm@cua.dk>
2194
2195 * variables.texi (Setting Variables): Add add-to-ordered-list.
2196
f99ed2f8
SM
21972005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
2198
2199 * syntax.texi (Parsing Expressions): Document aux functions and vars of
2200 syntax-ppss: syntax-ppss-flush-cache and syntax-begin-function.
2201
9d42ffaa
LK
22022005-06-13 Lute Kamstra <lute@gnu.org>
2203
2204 * text.texi (Special Properties): Fix cross reference.
2205
32cc0b00
LT
22062005-06-11 Luc Teirlinck <teirllm@auburn.edu>
2207
2208 * debugging.texi (Function Debugging): Delete mention of empty
2209 string argument to `cancel-debug-on-entry'. Delete inaccurate
2210 description of the return value of that command.
2211
98d1a1cf
EZ
22122005-06-11 Alan Mackenzie <acm@muc.de>
2213
2214 * text.texi (Adaptive Fill): Amplify the description of
2215 fill-context-prefix.
2216
4b53b8d7
LT
22172005-06-10 Luc Teirlinck <teirllm@auburn.edu>
2218
84398baa 2219 * syntax.texi (Parsing Expressions): Fix Texinfo error.
4b53b8d7 2220
b5305167
SM
22212005-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
2222
2223 * syntax.texi (Parsing Expressions): Document syntax-ppss.
2224
9bd4c3ad
LT
22252005-06-10 Luc Teirlinck <teirllm@auburn.edu>
2226
2227 * debugging.texi (Error Debugging): Minor rewording.
2228 (Function Debugging): FUNCTION-NAME arg to `cancel-debug-on-entry'
2229 is optional.
2230
257914aa
LK
22312005-06-10 Lute Kamstra <lute@gnu.org>
2232
b5305167 2233 * elisp.texi: Use EMACSVER to refer to the current version of Emacs.
257914aa
LK
2234 (Top): Give it a title. Correct version number. Give the
2235 detailed node listing a more prominent header.
b5305167
SM
2236 * intro.texi: Don't set VERSION here a second time.
2237 Mention Emacs's version too.
257914aa
LK
2238 * anti.texi (Antinews): Use EMACSVER to refer to the current
2239 version of Emacs.
2240
b7aae902
KS
22412005-06-09 Kim F. Storm <storm@cua.dk>
2242
2243 * searching.texi (Entire Match Data): Explain new `reseat' argument to
2244 match-data and set-match-data.
2245
99598737
RS
22462005-06-08 Richard M. Stallman <rms@gnu.org>
2247
2248 * searching.texi (Entire Match Data): Clarify when match-data
2249 returns markers and when integers.
2250
2251 * display.texi (Defining Faces): Explain that face name should not
2252 end in `-face'.
2253
2254 * modes.texi (Mode Line Data): Minor cleanup.
2255 (Customizing Keywords): Node split out of Search-based Fontification.
2256 Add example of using font-lock-add-keywords from a hook.
2257 Clarify when MODE should be non-nil, and when nil.
2258
22592005-06-06 Richard M. Stallman <rms@gnu.org>
2260
2261 * modes.texi (Mode Line Data): Explain what happens when the car
2262 of a list is a void symbol.
2263 (Search-based Fontification): Explain MODE arg to
2264 font-lock-add-keywords and warn about calls from major modes.
2265
ecc8893a
JL
22662005-06-08 Juri Linkov <juri@jurta.org>
2267
2268 * display.texi (Standard Faces): Add `shadow' face.
2269
7fa9f4eb
LT
22702005-05-29 Luc Teirlinck <teirllm@auburn.edu>
2271
2272 * modes.texi (Major Mode Conventions): A derived mode only needs
2273 to put the call to the parent mode inside `delay-mode-hooks'.
2274
bebcc4b1
RS
22752005-05-29 Richard M. Stallman <rms@gnu.org>
2276
c16b1394
RS
2277 * modes.texi (Mode Hooks): Explain that after-change-major-mode-hook is
2278 new, and what that implies. Clarify.
2279
2280 * files.texi (Locating Files): Clean up the text.
2281
bebcc4b1
RS
2282 * frames.texi (Window Frame Parameters): Document user-size.
2283 Shorten entry for top by referring to left.
2284
22852005-05-26 Richard M. Stallman <rms@gnu.org>
2286
2287 * modes.texi (Mode Hooks): Explain that after-change-major-mode-hook
2288 is new, and what the implications are. Other clarifications.
2289
217797bc
RS
22902005-05-24 Richard M. Stallman <rms@gnu.org>
2291
2292 * frames.texi (Dialog Boxes): Minor fixes.
2293
3565fe07
MY
22942005-05-25 Masatake YAMATO <jet@gyve.org>
2295
2296 * display.texi (Standard Faces): Write about `mode-line-highlight'.
2297
817089df
LT
22982005-05-24 Luc Teirlinck <teirllm@auburn.edu>
2299
2300 * frames.texi (Dialog Boxes): HEADER argument to `x-popup-dialog'
2301 is optional.
2302
cb5db137
NR
23032005-05-24 Nick Roberts <nickrob@snap.net.nz>
2304
2305 * frames.texi (Dialog Boxes): Descibe new optional argument.
2306
3c8572f5
LK
23072005-05-23 Lute Kamstra <lute@gnu.org>
2308
2309 * modes.texi (Font Lock Basics, Syntactic Font Lock): Recommend
2310 syntax-begin-function over font-lock-beginning-of-syntax-function.
2311
2a4d7cb3
LT
23122005-05-21 Luc Teirlinck <teirllm@auburn.edu>
2313
71f800cf
LT
2314 * minibuf.texi (Reading File Names): Update description of
2315 `read-directory-name'.
2316
2a4d7cb3
LT
2317 * modes.texi (Derived Modes): Clarify :group keyword.
2318
bb4afd09
EZ
23192005-05-21 Eli Zaretskii <eliz@gnu.org>
2320
b5305167
SM
2321 * files.texi (Locating Files): New subsection.
2322 Describe locate-file and executable-find.
bb4afd09 2323
a2c9aee6
EZ
23242005-05-21 Kevin Ryde <user42@zip.com.au>
2325
2326 * frames.texi (Initial Parameters): Update cross reference to
2327 "Emacs Invocation".
2328
6900105f
LT
23292005-05-19 Luc Teirlinck <teirllm@auburn.edu>
2330
ca1b0914
LT
2331 * keymaps.texi (Active Keymaps): Add anchor.
2332
6900105f
LT
2333 * modes.texi (Hooks): Delete confusing and unnecessary sentence.
2334 (Major Mode Conventions): Refer to `Auto Major Mode' in more
2335 appropriate place.
2336 (Derived Modes): Small clarifications.
b5305167
SM
2337 (Minor Mode Conventions, Keymaps and Minor Modes):
2338 Replace references to nodes with references to anchors.
6900105f
LT
2339 (Mode Line Data): Warn that `(:eval FORM)' should not load any files.
2340 Clarify description of lists whose first element is an integer.
2341 (Mode Line Variables): Add anchor.
2342 (%-Constructs): Clarify description of integer after %.
2343 (Emulating Mode Line): Describe nil value for FACE.
2344
54d06364
LT
23452005-05-18 Luc Teirlinck <teirllm@auburn.edu>
2346
2347 * modes.texi (Derived Modes): Correct references to non-existing
2348 variable standard-syntax-table.
2349
f8d0b769
LK
23502005-05-17 Lute Kamstra <lute@gnu.org>
2351
2352 * modes.texi (Defining Minor Modes): Mention the mode hook.
2353
294c599c
KS
23542005-05-15 Kim F. Storm <storm@cua.dk>
2355
2356 * processes.texi (Network): Remove open-network-stream-nowait.
2357 (Network Servers): Remove open-network-stream-server.
2358
4214af69
LT
23592005-05-15 Luc Teirlinck <teirllm@auburn.edu>
2360
2361 * elisp.texi (Top): Update detailed menu.
2362
2363 * variables.texi: Reorder nodes.
2364 (Variables): Update menu.
2365 (File Local Variables): Do not refer to the `-*-' line as
2366 a "local variables list". Add pxref.
2367
302691ab
LT
23682005-05-14 Luc Teirlinck <teirllm@auburn.edu>
2369
56d4215a
LT
2370 * elisp.texi (Top): Update detailed menu for node changes.
2371
302691ab 2372 * modes.texi (Modes): Update Menu.
6db11765 2373 (Hooks): Move to beginning of chapter.
302691ab
LT
2374 Most minor modes run mode hooks too.
2375 `add-hook' can handle void hooks or hooks whose value is a single
2376 function.
2377 (Major Modes): Update Menu.
2378 (Major Mode Basics): New node, split off from `Major Modes'.
2379 (Major Mode Conventions): Correct xref. Explain how to handle
2380 auto-mode-alist if the major mode command has an autoload cookie.
2381 (Auto Major Mode): Major update. Add magic-mode-alist.
2382 (Derived Modes): Major update.
2383 (Mode Line Format): Update Menu.
2384 (Mode Line Basics): New node, split off from `Mode Line Format'.
2385
2386 * loading.texi (Autoload): Mention `autoload cookie' as synonym
2387 for `magic autoload comment'. Add index entries and anchor.
2388
d06ba294
RS
23892005-05-14 Richard M. Stallman <rms@gnu.org>
2390
2391 * tips.texi (Coding Conventions): Explain how important it is
2392 that just loading certain files not change Emacs behavior.
2393
2394 * modes.texi (Defining Minor Modes): Define define-global-minor-mode.
2395
405cb12a
LK
23962005-05-12 Lute Kamstra <lute@gnu.org>
2397
19958124
LK
2398 * modes.texi (Generic Modes): Update.
2399 (Major Modes): Refer to node "Generic Modes".
2400
405cb12a
LK
2401 * elisp.texi (Top): Update to the current structure of the manual.
2402 * processes.texi (Processes): Add menu description.
2403 * customize.texi (Customization): Add menu descriptions.
2404
f714dd1b
TTN
24052005-05-11 Thien-Thi Nguyen <ttn@gnu.org>
2406
cc9442f2
TTN
2407 * processes.texi (Signals to Processes)
2408 (Low-Level Network): Fix typos.
f714dd1b 2409
36ad23ec
LK
24102005-05-11 Lute Kamstra <lute@gnu.org>
2411
2412 * elisp.texi (Top): Add some nodes from the chapter "Major and
2413 Minor Modes" to the detailed node listing.
2414
d101bf56
RS
24152005-05-10 Richard M. Stallman <rms@gnu.org>
2416
2417 * keymaps.texi (Extended Menu Items): Menu item filter functions
2418 can be called at any time.
2419
698b0510
LT
24202005-05-08 Luc Teirlinck <teirllm@auburn.edu>
2421
2422 * variables.texi (File Local Variables): `(hack-local-variables t)'
2423 now also checks whether a mode is specified in the local variables
2424 list.
2425
2c6b25c7
EZ
24262005-05-05 Kevin Ryde <user42@zip.com.au>
2427
2428 * display.texi (The Echo Area): Correct format function cross
2429 reference.
2430
643b4cf5
LT
24312005-05-05 Luc Teirlinck <teirllm@auburn.edu>
2432
2433 * variables.texi (Variable Aliases): Change description of
2434 `define-obsolete-variable-alias'.
2435
2436 * functions.texi (Functions): Add "Obsolete Functions" to menu.
2437 (Defining Functions): Add xref.
2438 (Obsolete Functions): New node.
2439 (Function Safety): Standardize capitalization of section title.
2440
2441 * frames.texi (Pop-Up Menus): Complete description of `x-popup-menu'.
2442 (Dialog Boxes): Complete description of `x-popup-dialog'.
2443
053bc8e4
RS
24442005-05-04 Richard M. Stallman <rms@gnu.org>
2445
2446 * commands.texi (Interactive Codes): Fix Texinfo usage.
2447 Document U more clearly.
2448
f6b1b15a
LT
24492005-05-01 Luc Teirlinck <teirllm@auburn.edu>
2450
3b925015
LT
2451 * variables.texi (Variable Aliases): `make-obsolete-variable' is a
2452 function and not a macro.
2453
f6b1b15a
LT
2454 * frames.texi (Pop-Up Menus): Correct and clarify description of
2455 `x-popup-menu'.
2456 (Dialog Boxes): Clarify description of `x-popup-dialog'.
2457
ebbfa918
RS
24582005-05-01 Richard M. Stallman <rms@gnu.org>
2459
2460 * edebug.texi (Checking Whether to Stop): Fix previous change.
2461
abe2f96e
LT
24622005-05-01 Luc Teirlinck <teirllm@auburn.edu>
2463
d6028ef2
LT
2464 * display.texi: Fix typos and Texinfo usage.
2465
abe2f96e
LT
2466 * edebug.texi (Checking Whether to Stop): executing-macro ->
2467 executing-kbd-macro.
2468
b2cfb30b
RS
24692005-05-01 Richard M. Stallman <rms@gnu.org>
2470
2471 * display.texi (Invisible Text): Correct add-to-invisibility-spec.
2472
7e995a23
RS
24732005-04-30 Richard M. Stallman <rms@gnu.org>
2474
2475 * files.texi (Magic File Names): Document `operations' property.
2476
57efa539
LK
24772005-04-29 Lute Kamstra <lute@gnu.org>
2478
2479 * modes.texi (Generic Modes): New node.
2480 (Major Modes): Add it to the menu.
2481 (Derived Modes): Add "derived mode" to concept index.
2482
0a20b1dc
LK
24832005-04-28 Lute Kamstra <lute@gnu.org>
2484
2485 * modes.texi (Defining Minor Modes): Fix previous change.
2486 (Font Lock Mode): Simplify.
2487 (Font Lock Basics): Say that font-lock-defaults is buffer-local
2488 when set and that some parts are optional. Add cross references.
2489 (Search-based Fontification): Say how to specify font-lock-keywords.
b5305167
SM
2490 Add cross references. Add font-lock-multiline to index.
2491 Move font-lock-keywords-case-fold-search here from node "Other Font
0a20b1dc 2492 Lock Variables". Document font-lock-add-keywords and
b5305167 2493 font-lock-remove-keywords.
0a20b1dc
LK
2494 (Other Font Lock Variables): Move font-lock-keywords-only,
2495 font-lock-syntax-table, font-lock-beginning-of-syntax-function,
2496 and font-lock-syntactic-face-function to node "Syntactic Font
2497 Lock". Move font-lock-keywords-case-fold-search to node
2498 "Search-based Fontification". Document font-lock-inhibit-thing-lock
2499 and font-lock-{,un}fontify-{buffer,region}-function.
2500 (Precalculated Fontification): Remove reference to deleted variable
2501 font-lock-core-only.
2502 (Faces for Font Lock): Add font-lock-comment-delimiter-face.
2503 (Syntactic Font Lock): Add intro. Move font-lock-keywords-only,
2504 font-lock-syntax-table, font-lock-beginning-of-syntax-function,
2505 and font-lock-syntactic-face-function here from node "Other Font
2506 Lock Variables". Move font-lock-syntactic-keywords to "Setting
2507 Syntax Properties". Add cross references.
b5305167
SM
2508 (Setting Syntax Properties): New node.
2509 Move font-lock-syntactic-keywords here from "Syntactic Font Lock".
0a20b1dc
LK
2510 * syntax.texi (Syntax Properties): Add cross reference.
2511 * hooks.texi (Standard Hooks): Add Font-Lock hooks.
2512
68a94f5a
RS
25132005-04-26 Richard M. Stallman <rms@gnu.org>
2514
2515 * display.texi (Defining Faces):
2516 Document `default' elements of defface spec.
2517
2518 * modes.texi (Major Mode Conventions): Explain customizing ElDoc mode.
2519
2520 * variables.texi (Variable Aliases): Clarify text.
2521
25222005-04-25 Chong Yidong <cyd@stupidchicken.com>
2523
2524 * windows.texi (Window Hooks): Remove reference to obsolete Lazy Lock.
2525
7f48f143
LT
25262005-04-25 Luc Teirlinck <teirllm@auburn.edu>
2527
2528 * hooks.texi (Standard Hooks): Most minor modes have mode hooks too.
2529
45d2f8e8
EZ
25302005-04-24 Eli Zaretskii <eliz@gnu.org>
2531
f3714ab2
EZ
2532 * syntax.texi (Syntax Table Internals): Elaborate documentation of
2533 syntax-after and syntax-class.
2534
45d2f8e8 2535 * files.texi (Changing Files): Fix last change's cross-reference.
5eb20bca
EZ
2536 (Unique File Names): Don't mention "numbers" in the documentation
2537 of make-temp-file and make-temp-name.
45d2f8e8 2538
469bc679
RS
25392005-04-23 Richard M. Stallman <rms@gnu.org>
2540
2541 * files.texi (Changing Files): Document MUSTBENEW arg in copy-file.
2542
c9fa5dc9
RS
25432005-04-22 Nick Roberts <nickrob@snap.net.nz>
2544
2545 * windows.texi (Cyclic Window Ordering): Clarify window-list.
2546
230e1e80
NR
25472005-04-22 Nick Roberts <nickrob@snap.net.nz>
2548
2549 * variables.texi (Variable Aliases): Describe make-obsolete-variable
2550 and define-obsolete-variable-alias.
2551
1ba52906
KS
25522005-04-22 Kim F. Storm <storm@cua.dk>
2553
2554 * symbols.texi (Symbol Plists): Remove safe-get, as get is now safe.
2555 (Other Plists): Remove safe-plist-get, as plist-get is now safe.
2556
9721d904
LK
25572005-04-21 Lute Kamstra <lute@gnu.org>
2558
2559 * lists.texi (Association Lists): Document rassq-delete-all.
2560
ed35c736
RS
25612005-04-19 Richard M. Stallman <rms@gnu.org>
2562
2563 * modes.texi (Search-based Fontification): Explain that
2564 facespec is an expression to be evaluated.
2565
42fc00a4
RS
25662005-04-19 Kevin Ryde <user42@zip.com.au>
2567
b5305167 2568 * streams.texi (Output Functions): Fix xref.
42fc00a4
RS
2569 * strings.texi (String Conversion): Fix xref.
2570
5827e9d4
KS
25712005-04-19 Kim F. Storm <storm@cua.dk>
2572
2573 * symbols.texi (Symbol Plists): Add safe-get.
2574 Mention that `get' may signal an error.
2575
47872da9
NR
25762005-04-18 Nick Roberts <nickrob@snap.net.nz>
2577
2578 * customize.texi (Variable Definitions): Replace tooltip-mode
2579 example with save-place.
2580
ec0cf966
RS
25812005-04-17 Richard M. Stallman <rms@gnu.org>
2582
2583 * buffers.texi (Indirect Buffers): Clarify.
2584
2585 * positions.texi (Positions): Clarify converting marker to integer.
2586
2587 * strings.texi (String Basics): Mention string-match; clarify.
2588
199bb209
LK
25892005-04-08 Lute Kamstra <lute@gnu.org>
2590
2591 * modes.texi (Search-based Fontification): Fix cross references.
2592 Use consistent terminology. Document anchored highlighting.
2593
bfa54668
LK
25942005-04-05 Lute Kamstra <lute@gnu.org>
2595
2596 * modes.texi (Defining Minor Modes): Document :group keyword
2597 argument and its default value.
2598
07e5fb9e
LK
25992005-04-03 Lute Kamstra <lute@gnu.org>
2600
2601 * hooks.texi (Standard Hooks): Add some hooks. Add cross
2602 references and/or descriptions. Delete major mode hooks; mention
2603 them as a category instead. Rename or delete obsolete hooks.
2604
aa945b59
RS
26052005-04-02 Richard M. Stallman <rms@gnu.org>
2606
2607 * nonascii.texi (Coding System Basics): Another wording cleanup.
2608
8b918214
RS
26092005-04-01 Richard M. Stallman <rms@gnu.org>
2610
2611 * nonascii.texi (Coding System Basics): Clarify previous change.
2612
41639988
KH
26132005-04-01 Kenichi Handa <handa@m17n.org>
2614
2615 * nonascii.texi (Coding System Basics): Describe about rondtrip
2616 identity of coding systems.
2617
8e669bbd
RS
26182005-03-29 Chong Yidong <cyd@stupidchicken.com>
2619
2620 * text.texi (Buffer Contents): Add filter-buffer-substring and
2621 buffer-substring-filters.
2622
f60a6f87
RS
26232005-03-26 Chong Yidong <cyd@stupidchicken.com>
2624
2625 * anti.texi (Antinews): Mention `G' interactive code.
2626
2627 * tips.texi (Compilation Tips): Mention benchmark.el.
2628
aaac1251
LT
26292005-03-27 Luc Teirlinck <teirllm@auburn.edu>
2630
2631 * modes.texi (Other Font Lock Variables): `font-lock-fontify-block'
2632 is now bound to M-o M-o.
2633
2634 * keymaps.texi (Prefix Keys): `facemenu-keymap' is now on M-o.
2635
45325173
GM
26362005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
2637
2638 * calendar.texi: Delete file (and move contents to emacs-xtra.texi
2639 in the Emacs Manual).
2640 * Makefile.in (srcs): Remove calendar.texi.
2641 * makefile.w32-in (srcs): Remove calendar.texi.
2642 * display.texi (Display): Change name of next node.
2643 * os.texi (System In): Change name of previous node.
2644 * elisp.texi (Top): Remove Calendar references.
2645 * vol1.texi (Top): Remove Calendar references.
2646 * vol2.texi (Top): Remove Calendar references.
2647
85df292e
RS
26482005-03-25 Richard M. Stallman <rms@gnu.org>
2649
45325173 2650 * display.texi (Standard Faces, Fringe Bitmaps, Customizing Bitmaps):
85df292e
RS
2651 Cleanup previous change.
2652
26532005-03-25 Chong Yidong <cyd@stupidchicken.com>
2654
2655 * display.texi (Face Attributes): Faces earlier in an :inherit
2656 list take precedence.
2657 (Scroll Bars): Fix description of vertical-scroll-bars.
2658 Document frame-current-scroll-bars and window-current-scroll-bars.
2659
2660 * markers.texi (The Mark): Document temporary Transient Mark mode.
2661
b5305167
SM
2662 * minibuf.texi (Reading File Names):
2663 Document read-file-name-completion-ignore-case.
85df292e
RS
2664
2665 * positions.texi (Screen Lines): Document nil for width argument
2666 to compute-motion.
2667
1fe54d69
KS
26682005-03-23 Kim F. Storm <storm@cua.dk>
2669
2670 * display.texi (Standard Faces): Other faces used in the fringe
2671 implicitly inherits from the fringe face.
2672 (Fringe Bitmaps): FACE in right-fringe and left-fringe display
2673 properties implicitly inherits from fringe face.
2674 (Customizing Bitmaps): Likewise for set-fringe-bitmap-face.
2675
a775dff4
RS
26762005-03-20 Chong Yidong <cyd@stupidchicken.com>
2677
2678 * display.texi (Invisible Text): State default value of
2679 line-move-ignore-invisible.
2680 (Managing Overlays): Document remove-overlays.
2681 (Standard Faces): Document escape-glyph face.
2682
b5305167 2683 * minibuf.texi (Reading File Names): Document read-file-name-function.
a775dff4 2684
b5305167
SM
2685 * modes.texi (Other Font Lock Variables):
2686 Document font-lock-lines-before.
a775dff4
RS
2687
2688 * positions.texi (Skipping Characters): skip-chars-forward allows
2689 character classes.
2690
077f7085
LK
26912005-03-18 Lute Kamstra <lute@gnu.org>
2692
2693 * edebug.texi (Instrumenting Macro Calls): Fix another typo.
2694
d69ea7ab
RS
26952005-03-17 Richard M. Stallman <rms@gnu.org>
2696
c7bd5d57
RS
2697 * text.texi (Undo): Document extensible undo entries.
2698
d69ea7ab
RS
2699 * searching.texi (String Search, Regexp Search, Regexp Search):
2700 Cleanups.
2701
2702 * nonascii.texi (Character Codes): Minor fix.
2703
2704 * display.texi (Display Property): Explain the significance
2705 of having text properties that are eq.
2706 (Other Display Specs): Explain string as display spec.
2707
2708 * commands.texi (Interactive Codes): Document G option.
2709
27102005-03-17 Chong Yidong <cyd@stupidchicken.com>
2711
2712 * text.texi (Filling): Add sentence-end-without-period and
2713 sentence-end-without-space.
2714 (Changing Properties): Minor fix.
2715
2716 * anti.texi: Total rewrite.
2717
a7679889
LK
27182005-03-15 Lute Kamstra <lute@gnu.org>
2719
2720 * edebug.texi (Instrumenting Macro Calls): Fix typos.
2721
6eb8e247
KS
27222005-03-08 Kim F. Storm <storm@cua.dk>
2723
2724 * display.texi (Specified Space): Property :width is support on
2725 non-graphic terminals, :height is not.
2726
bfa8be14
RS
27272005-03-07 Richard M. Stallman <rms@gnu.org>
2728
2729 * display.texi (Overlay Arrow, Fringe Bitmaps, Customizing Bitmaps):
2730 Now subnodes of Fringes.
2731 (Overlay Arrow): Document overlay-arrow-variable-list.
2732 (Fringe Size/Pos): New node, broken out of Fringes.
2733 (Display): Explain clearing vs redisplay better.
2734 (Truncation): Clarify use of bitmaps.
2735 (The Echo Area): Clarify the uses of the echo area.
2736 Add max-mini-window-height.
2737 (Progress): Clarify.
2738 (Invisible Text): Explain that main loop moves point out.
2739 (Selective Display): Say "hidden", not "invisible".
b5305167 2740 (Managing Overlays): Move up. Describe relation to Undo here.
bfa8be14
RS
2741 (Overlay Properties): Clarify intro.
2742 (Finding Overlays): Explain return values when nothing found.
2743 (Width): truncate-string-to-width has added arg.
2744 (Displaying Faces): Clarify and update mode line face handling.
2745 (Face Functions): Minor cleanup.
b5305167 2746 (Conditional Display): Merge into Other Display Specs.
bfa8be14
RS
2747 (Pixel Specification, Other Display Specs): Minor cleanups.
2748 (Images, Image Descriptors): Minor cleanups.
2749 (GIF Images): Patents have expired.
2750 (Showing Images): Explain default text for insert-image.
b5305167 2751 (Manipulating Button Types): Merge into Manipulating Buttons.
bfa8be14
RS
2752 (Making Buttons): Explain return values.
2753 (Button Buffer Commands): Add xref.
2754 (Inverse Video): Update mode-line-inverse-video.
2755 (Display Table Format): Clarify.
2756 (Active Display Table): Give defaults for window-display-table.
2757
2758 * calendar.texi (Calendar Customizing): calendar-holiday-marker
2759 and calendar-today-marker are strings, not chars.
2760 (Holiday Customizing): Minor fix.
2761
bfa8be14
RS
2762 * internals.texi (Writing Emacs Primitives): Update `or' example.
2763 Update limit on # args of subr.
2764
2765 * edebug.texi (Using Edebug): Arrow is in fringe.
2766 (Instrumenting): Arg to eval-defun works without loading edebug.
2767 (Edebug Execution Modes): Add xref.
2768
2769 * customize.texi (Common Keywords): Clarify :require.
2770 Mention :version here.
2771 (Variable Definitions, Group Definitions): Not here.
2772 (Variable Definitions): Clarify symbol arg to :initialize and :set fns.
2773
d69ea7ab
RS
27742005-03-07 Chong Yidong <cyd@stupidchicken.com>
2775 * nonascii.texi (Text Representations): Clarify position-bytes.
2776 (Character Sets): Add list-charset-chars.
2777 (Scanning Charsets): Add charset-after.
2778 (Encoding and I/O): Minor fix.
2779
34398e6c
RS
27802005-03-06 Richard M. Stallman <rms@gnu.org>
2781
2782 * windows.texi (Vertical Scrolling): Get rid of "Emacs 21".
2783 (Resizing Windows): Likewise.
2784
2785 * text.texi (Change Hooks): Get rid of "Emacs 21".
2786
2787 * strings.texi (Formatting Strings): Get rid of "Emacs 21".
2788
2789 * streams.texi (Output Variables): Get rid of "Emacs 21".
2790
2791 * searching.texi (Regexp Special, Char Classes): Get rid of "Emacs 21".
2792
2793 * os.texi (Translating Input): Replace flow-control example
2794 with a less obsolete example that uses `keyboard-translate'.
2795
6eb8e247 2796 * objects.texi (Hash Table Type, Circular Objects):
34398e6c 2797 Get rid of "Emacs 21".
6eb8e247 2798
34398e6c
RS
2799 * modes.texi (Mode Line Format): Get rid of "Emacs 21".
2800 (Mode Line Data, Properties in Mode, Header Lines): Likewise.
2801
2802 * minibuf.texi (Minibuffer Misc): Get rid of "Emacs 21".
2803
2804 * lists.texi (List Elements, Building Lists): Get rid of "Emacs 21".
2805
2806 * keymaps.texi (Menu Separators, Tool Bar): Get rid of "Emacs 21".
2807 (Menu Bar): Fix when menu-bar-update-hook is called.
2808
2809 * hash.texi (Hash Tables): Get rid of "Emacs 21".
2810
2811 * frames.texi (Text Terminal Colors): Get rid of "Emacs 21",
2812 and make it read better.
2813
2814 * files.texi (Writing to Files): Get rid of "Emacs 21".
2815 (Unique File Names): Likewise.
2816
2817 * elisp.texi: Update Emacs version to 22.
2818
2819 * display.texi (Forcing Redisplay): Get rid of "Emacs 21".
2820 (Overlay Properties, Face Attributes): Likewise.
2821 (Managing Overlays): Fix punctuation.
2822 (Attribute Functions): Clarify set-face-font; get rid of
2823 info about old Emacs versions.
2824 (Auto Faces, Font Lookup, Display Property, Images):
2825 Get rid of "Emacs 21".
2826
2827 * calendar.texi (Calendar Customizing): Get rid of "Emacs 21".
2828
d2178387
RS
28292005-03-05 Richard M. Stallman <rms@gnu.org>
2830
2831 * debugging.texi (Error Debugging): Remove stack-trace-on-error.
2832
524352d6
LK
28332005-03-04 Lute Kamstra <lute@gnu.org>
2834
2835 * debugging.texi (Error Debugging): Document stack-trace-on-error.
2836
28372005-03-03 Lute Kamstra <lute@gnu.org>
2838
2839 * edebug.texi (Instrumenting Macro Calls): Fix typo.
2840
284f0680
LK
28412005-03-01 Lute Kamstra <lute@gnu.org>
2842
2843 * debugging.texi (Debugger Commands): Update `j'.
2844
a9ee5cac
LK
28452005-02-28 Lute Kamstra <lute@gnu.org>
2846
2847 * debugging.texi (Debugging): Fix typo.
2848 (Error Debugging): Document eval-expression-debug-on-error.
2849 (Function Debugging): Update example.
2850 (Using Debugger): Mention starred stack frames.
2851 (Debugger Commands): Document `j' and `l'.
2852 (Invoking the Debugger): `d' and `j' exit recursive edit too.
2853 Update the messages that the debugger displays.
2854 (Internals of Debugger): Add cross reference. Update example.
2855 (Excess Open): Minor improvement.
2856 (Excess Close): Minor improvement.
2857
378d0f8e
RS
28582005-02-26 Richard M. Stallman <rms@gnu.org>
2859
2860 * tips.texi (Coding Conventions): Clarify.
2861 Put all the major mode key reservations together.
2862 Mention the Mouse-1 => Mouse-2 conventions.
2863
2864 * syntax.texi (Syntax Class Table): Clarify.
2865 (Syntax Table Functions): syntax-after moved from here.
2866 (Syntax Table Internals): syntax-after moved to here.
2867 (Parsing Expressions): Update info on number of values
2868 and what's meaningful in the STATE argument.
2869 (Categories): Fix typo.
2870
2871 * sequences.texi (Arrays): Cleanup.
2872 (Char-Tables): Clarify.
2873
2874 * processes.texi (Deleting Processes): Cleanups, add xref.
2875 (Subprocess Creation): Explain nil in exec-path. Cleanup.
2876 (Process Information): set-process-coding-system, some args optional.
2877 (Input to Processes): Explain various types for PROCESS args.
2878 Rename them from PROCESS-NAME to PROCESS.
2879 (Signals to Processes): Likewise.
2880 (Decoding Output): Cleanup.
2881 (Query Before Exit): Clarify.
2882
2883 * os.texi (Startup Summary): Correct the options; add missing ones.
2884 (Terminal Output, Batch Mode): Clarify.
2885 (Flow Control): Node deleted.
2886
2887 * markers.texi (The Mark): Clarify.
2888
2889 * macros.texi (Expansion): Cleanup.
2890 (Indenting Macros): indent-spec allows ints, not floats.
2891
2892 * keymaps.texi (Keymaps): Clarify.
2893 (Format of Keymaps): Update lisp-mode-map example.
2894 (Active Keymaps, Key Lookup): Clarify.
2895 (Changing Key Bindings): Add xref to `kbd'.
2896 (Key Binding Commands, Simple Menu Items): Clarify.
2897 (Mouse Menus, Menu Bar): Clarify.
2898 (Menu Example): Replace print example with menu-bar-replace-menu.
2899
2900 * help.texi (Documentation Basics): Add function-documentation prop.
2901
2902 * elisp.texi (Top): Don't refer to Flow Control node.
2903
2904 * commands.texi (Command Overview): Improve xrefs.
2905 (Adjusting Point): Adjusting point applies to intangible and invis.
2906 (Key Sequence Input): Doc extra read-key-sequence args.
2907 Likewise for read-key-sequence-vector.
2908
2909 * backups.texi (Rename or Copy): Minor fix.
2910 (Numbered Backups): For version-control, say the default.
2911 (Auto-Saving): make-auto-save-file-name example is simplified.
2912
2913 * advice.texi (Advising Functions): Don't imply one part of Emacs
2914 should advise another part. Markup changes.
2915 (Defining Advice): Move transitional para.
2916 (Activation of Advice): Cleanup.
2917 Explain if COMPILE is nil or negative.
2918
2919 * abbrevs.texi (Abbrev Expansion): Clarify, fix typo.
2920
2e20c83d
LK
29212005-02-24 Lute Kamstra <lute@gnu.org>
2922
2923 * modes.texi (Defining Minor Modes): Explain that INIT-VALUE,
2924 LIGHTER, and KEYMAP can be omitted when KEYWORD-ARGS are used.
2925
65c492fd
LK
29262005-02-23 Lute Kamstra <lute@gnu.org>
2927
b02c3eed
LK
2928 * modes.texi (Defining Minor Modes): define-minor-mode can be used
2929 to define global minor modes as well.
2930
65c492fd
LK
2931 * display.texi (Managing Overlays): overlay-buffer returns nil for
2932 deleted overlays.
2933
b686dd59
KS
29342005-02-22 Kim F. Storm <storm@cua.dk>
2935
2936 * minibuf.texi (Basic Completion): Allow symbols in addition to
2937 strings in try-completion and all-completions.
2938
23e8c095
LK
29392005-02-14 Lute Kamstra <lute@gnu.org>
2940
2941 * elisp.texi (Top): Remove reference to deleted node.
2942
2943 * lists.texi (Lists): Remove reference to deleted node.
2944 (Cons Cells): Fix typo.
2945
2946 * loading.texi (Where Defined): Fix typo.
2947
134948fc
RS
29482005-02-14 Richard M. Stallman <rms@gnu.org>
2949
2950 * variables.texi (Creating Buffer-Local): change-major-mode-hook
2951 is useful for discarding some minor modes.
2952
2953 * symbols.texi (Symbol Components): Reorder examples.
2954
2955 * streams.texi (Input Functions): State standard-input default.
2956 (Output Variables): State standard-output default.
2957
2958 * objects.texi (Printed Representation): Clarify read syntax vs print.
2959 (Floating Point Type): Explain meaning better.
2960 (Symbol Type): Explain uniqueness better.
2961 (Cons Cell Type): Explain empty list sooner. CAR and CDR later.
2962 List examples sooner.
2963 (Box Diagrams): New subnode broken out.
2964 Some examples moved from old Lists as Boxes node.
2965 (Dotted Pair Notation): Clarify intro.
2966 (Array Type): Clarify.
2967 (Type Predicates): Add hash-table-p.
2968
2969 * numbers.texi (Integer Basics): Clarify radix explanation.
2970 (Predicates on Numbers): Minor clarification.
2971 (Comparison of Numbers): Minor clarification. Clarify eql.
2972 Typos in min, max.
2973 (Math Functions): Clarify overflow in expt.
2974
2975 * minibuf.texi (Text from Minibuffer): Minor clarification.
2976 Mention arrow keys.
2977
2978 * loading.texi (Autoload): defun's doc string overrides autoload's
2979 doc string.
2980 (Repeated Loading): Modernize "add to list" examples.
2981 (Where Defined): Finish updating table of load-history elts.
2982
2983 * lists.texi (List-related Predicates): Minor wording improvement.
2984 (Lists as Boxes): Node deleted.
2985 (Building Lists): Explain trivial cases of number-sequence.
2986
2987 * hash.texi (Hash Tables): Add desc to menu items.
2988 (Creating Hash): Expain "full" means "make larger",
2989 (Hash Access): Any object can be a key.
2990 State value of maphash.
2991
2992 * functions.texi (What Is a Function): Wording cleanup.
2993 (Function Documentation): Minor cleanup.
2994 Explain purpose of calling convention at end of doc string.
2995 (Function Names): Wording cleanup.
2996 (Calling Functions): Wording cleanup.
2997 Explain better how funcall calls the function.
2998 (Function Cells): Delete example of saving and redefining function.
2999
3000 * control.texi (Combining Conditions): Wording cleanup.
3001 (Iteration): dolist and dotimes bind VAR locally.
3002 (Cleanups): Xref to Atomic Changes.
3003
3004 * compile.texi (Byte Compilation): Delete 19.29 info.
3005 (Compilation Functions): Macros' difficulties don't affect defsubst.
3006 (Docs and Compilation): Delete 19.29 info.
3007
44291460
RS
30082005-02-10 Richard M. Stallman <rms@gnu.org>
3009
3010 * objects.texi (Symbol Type): Minor correction.
3011
1f9ad95a
LK
30122005-02-06 Lute Kamstra <lute@gnu.org>
3013
3014 * modes.texi (Example Major Modes): Fix typos.
3015
ba2c991c
RS
30162005-02-06 Richard M. Stallman <rms@gnu.org>
3017
3018 * text.texi (Margins): fill-nobreak-predicate can be one function.
3019
3020 * strings.texi (Modifying Strings): clear-string can make unibyte.
3021 (Formatting Strings): format gives error if values missing.
3022
3023 * positions.texi (Character Motion): Mention default arg
3024 for forward-char. backward-char refers to forward-char.
3025 (Word Motion): Mention default arg for forward-word.
3026 (Buffer End Motion): Mention default arg for beginning-of-buffer.
3027 Simplify end-of-buffer.
3028 (Text Lines): Mention default arg for forward-line.
3029 (List Motion): Mention default arg for beginning/end-of-defun.
3030 (Skipping Characters): Minor fixes in explaining character-set.
3031
3032 * modes.texi (Major Mode Conventions): Mention "system abbrevs".
3033 Mode inheritance applies only when default-major-mode is nil.
3034 Clarifications.
3035 (Example Major Modes): Update Text mode and Lisp mode examples.
3036 (Minor Mode Conventions): Mention define-minor-mode at top.
3037 (Defining Minor Modes): In Hungry example, don't define C-M-DEL.
3038 (Mode Line Format): Update mode line face display info.
3039 (Properties in Mode): Mention effect of risky vars.
3040 (Imenu): Define imenu-add-to-menubar.
3041 (Font Lock Mode): Add descriptions to menu lines.
3042 (Faces for Font Lock): Add font-lock-doc-face.
3043
9bf6d576
LK
30442005-02-05 Lute Kamstra <lute@gnu.org>
3045
3046 * text.texi (Maintaining Undo): Remove obsolete function.
3047
cb602754
EZ
30482005-02-05 Eli Zaretskii <eliz@gnu.org>
3049
3050 * frames.texi (Color Names): Add pointer to the X docs about RGB
3051 color specifications. Improve indexing
3052 (Text Terminal Colors): Replace the description of RGB values by
3053 an xref to "Color Names".
3054
4e07258f
RS
30552005-02-03 Richard M. Stallman <rms@gnu.org>
3056
3057 * windows.texi (Basic Windows): Add cursor-in-non-selected-windows.
3058 Clarify.
3059 (Selecting Windows): Clarify save-selected-window.
3060 (Cyclic Window Ordering): Clarify walk-windows.
3061 (Window Point): Clarify.
3062 (Window Start): Add comment to example.
3063 (Resizing Windows): Add `interactive' specs in examples.
3064 Document fit-window-to-buffer.
3065
3066 * text.texi (User-Level Deletion): just-one-space takes numeric arg.
3067 (Undo, Maintaining Undo): Clarify last change.
3068 (Sorting): In sort-numeric-fields, explain about octal and hex.
3069 Mention sort-numeric-base.
3070 (Format Properties): Add xref for hard newlines.
3071
3072 * frames.texi (Window Frame Parameters): Explain pixel=char on tty.
3073 (Pop-Up Menus): Fix typo.
3074 (Color Names): Explain all types of color names.
3075 Explain color-values on B&W terminal.
3076 (Text Terminal Colors): Explain "rgb values" are lists. Fix arg names.
3077
3078 * files.texi (File Locks): Not supported on MS systems.
3079 (Testing Accessibility): Clarify.
3080
3081 * edebug.texi (Printing in Edebug): Fix edebug-print-circle.
3082 (Coverage Testing): Fix typo.
3083
3084 * commands.texi (Misc Events): Remove stray space.
3085
3086 * buffers.texi (Buffer Names): Clarify generate-new-buffer-name.
3087 (Modification Time): Clarify when visited-file-modtime returns 0.
3088 (The Buffer List): Clarify bury-buffer.
3089 (Killing Buffers): Clarify.
3090 (Indirect Buffers): Add clone-indirect-buffer.
3091
30922005-02-02 Matt Hodges <MPHodges@member.fsf.org>
3093
3094 * edebug.texi (Printing in Edebug): Fix default value of
3095 edebug-print-circle.
3096 (Coverage Testing): Fix displayed frequency count data.
3097
30982005-02-02 Luc Teirlinck <teirllm@auburn.edu>
d4d66807
LT
3099
3100 * text.texi (Maintaining Undo): Add `undo-outer-limit'.
3101
4e07258f 31022005-02-02 Kim F. Storm <storm@cua.dk>
fb89c330
KS
3103
3104 * text.texi (Undo) <buffer-undo-list>: Describe `apply' elements.
3105
28d986b9
EZ
31062005-01-29 Eli Zaretskii <eliz@gnu.org>
3107
3108 * commands.texi (Misc Events): Describe the help-echo event.
3109
3110 * text.texi (Special Properties) <help-echo>: Use `pos'
b5305167
SM
3111 consistently in description of the help-echo property.
3112 Use @code{nil} instead of @var{nil}.
28d986b9
EZ
3113
3114 * display.texi (Overlay Properties): Fix the index entry for
3115 help-echo overlay property.
3116
3117 * customize.texi (Type Keywords): Uncomment the xref to the
3118 help-echo property documentation.
3119
8f958b40
KS
31202005-01-23 Kim F. Storm <storm@cua.dk>
3121
3122 * windows.texi (Window Start): Fix `pos-visible-in-window-p'
3123 return value. Third element FULLY replaced by PARTIAL which
3124 specifies number of invisible pixels if row is only partially visible.
3125 (Textual Scrolling): Mention auto-window-vscroll.
3126 (Vertical Scrolling): New defvar auto-window-vscroll.
3127
cd7e5dd6
LT
31282005-01-16 Luc Teirlinck <teirllm@auburn.edu>
3129
3130 * keymaps.texi (Changing Key Bindings): `suppress-keymap' now uses
3131 command remapping.
3132
6f771c32
RS
31332005-01-15 Richard M. Stallman <rms@gnu.org>
3134
3135 * display.texi (Defining Images): Mention DATA-P arg of create-image.
3136
6ac8a822
KS
31372005-01-14 Kim F. Storm <storm@cua.dk>
3138
88948d55
KS
3139 * commands.texi (Accessing Events): Add WHOLE arg to posn-at-x-y.
3140
6ac8a822
KS
3141 * text.texi (Links and Mouse-1): Fix string and vector item.
3142
20d6de82
RS
31432005-01-13 Richard M. Stallman <rms@gnu.org>
3144
3145 * keymaps.texi (Active Keymaps): Rewrite the text, and update the
3146 descriptions of overriding-local-map and overriding-terminal-local-map.
3147
3148 * text.texi (Links and Mouse-1): Clarify text.
3149
f75a592e
KS
31502005-01-13 Kim F. Storm <storm@cua.dk>
3151
3152 * modes.texi (Emulating Mode Line): Update format-mode-line entry.
3153
910f60b1
TTN
31542005-01-13 Francis Litterio <franl@world.std.com> (tiny change)
3155
3156 * keymaps.texi (Active Keymaps): Fix overriding-local-map description.
3157
37181fc4
KS
31582005-01-12 Kim F. Storm <storm@cua.dk>
3159
3160 * text.texi (Links and Mouse-1): Rename section from Enabling
3161 Mouse-1 to Following Links. Change xrefs.
3162 Add examples for define-button-type and define-widget.
3163
3164 * display.texi (Button Properties, Button Buffer Commands):
3165 Clarify mouse-1 and follow-link functionality.
3166
28f94a34
RS
31672005-01-12 Richard M. Stallman <rms@gnu.org>
3168
3169 * text.texi (Enabling Mouse-1 to Follow Links): Redo prev. change.
3170
3171 * display.texi (Beeping): Fix Texinfo usage.
3172
3173 * modes.texi (Emulating Mode Line): Doc FACE arg in format-header-line.
3174
bac2d936
KS
31752005-01-11 Kim F. Storm <storm@cua.dk>
3176
3177 * display.texi (Button Properties, Button Buffer Commands):
93381d62 3178 Mention mouse-1 binding. Add follow-link keyword.
bac2d936
KS
3179
3180 * text.texi (Text Properties): Add "Enable Mouse-1" to submenu.
3181 (Enabling Mouse-1 to Follow Links): New subsection.
3182
de968ddb
RS
31832005-01-06 Richard M. Stallman <rms@gnu.org>
3184
3185 * text.texi (Special Properties): Minor change.
3186
3187 * os.texi (Timers): Clarify previous change.
3188
3189 * modes.texi (Emulating Mode Line): format-mode-line requires 1 arg.
3190
a3a43b3b
LT
31912005-01-01 Luc Teirlinck <teirllm@auburn.edu>
3192
3193 * display.texi (Face Attributes): Correct xref to renamed node.
3194
732bb9ce
RS
31952005-01-01 Richard M. Stallman <rms@gnu.org>
3196
3197 * display.texi (Face Attributes): Describe hex color specs.
3198
c734ae59
RS
31992004-12-31 Richard M. Stallman <rms@gnu.org>
3200
3201 * os.texi (Timers): Update previous change.
3202
33b2f4ea
KS
32032004-12-30 Kim F. Storm <storm@cua.dk>
3204
3205 * display.texi (Line Height): Total line-height is now specified
3206 in line-height property of form (HEIGHT TOTAL). Swap (FACE . RATIO)
3207 in cons cells. (nil . RATIO) is relative to actual line height.
3208 Use line-height `t' instead of `0' to get minimum height.
3209
99ec74b9
RS
32102004-12-29 Richard M. Stallman <rms@gnu.org>
3211
3212 * os.texi (Timers): Discuss timers vs editing the buffer and undo.
3213
eab463f6
RS
32142004-12-28 Richard M. Stallman <rms@gnu.org>
3215
3216 * commands.texi (Quitting): Clarify value of with-local-quit.
3217
3218 * elisp.texi (Top): Fix previous change.
3219
3220 * loading.texi (Loading): Fix previous change.
3221
ebbd14f1
RS
32222004-12-27 Richard M. Stallman <rms@gnu.org>
3223
4ae98fc5
RS
3224 * Makefile.in (MAKEINFO): Specify --force.
3225
8f430046
RS
3226 * buffers.texi (Killing Buffers): Add buffer-save-without-query.
3227
56011a8c
RS
3228 * modes.texi (Emulating Mode Line): Document format's BUFFER arg.
3229
3230 * display.texi (Line Height): Further clarify.
3231
3232 * elisp.texi (Top): Update Loading submenu.
3233
ebbd14f1
RS
3234 * loading.texi (Where Defined): New node.
3235 (Unloading): load-history moved to Where Defined.
3236
fda2922a
RS
32372004-12-21 Richard M. Stallman <rms@gnu.org>
3238
3239 * commands.texi (Event Input Misc): Add while-no-input.
3240
9eb8959a
RS
32412004-12-11 Richard M. Stallman <rms@gnu.org>
3242
3243 * display.texi (Line Height): Rewrite text for clarity.
3244
adf87c29
KS
32452004-12-11 Kim F. Storm <storm@cua.dk>
3246
3247 * display.texi (Display): Add node "Line Height" to menu.
3248 (Line Height): New node. Move full description of line-spacing
3249 and line-height text properties here from text.texi.
3250 (Scroll Bars): Add vertical-scroll-bar variable.
3251
3252 * frames.texi (Window Frame Parameters): Remove line-height defvar.
3253
3254 * locals.texi (Standard Buffer-Local Variables): Fix xref for
3255 line-spacing and vertical-scroll-bar.
3256
3257 * text.texi (Special Properties): Just mention line-spacing and
3258 line-height here, add xref to new "Line Height" node.
3259
31e4729e
TTN
32602004-12-09 Thien-Thi Nguyen <ttn@gnu.org>
3261
3262 * frames.texi (Window Frame Parameters): New @defvar for `line-spacing'.
3263
3264 * locals.texi (Standard Buffer-Local Variables):
3265 Add @xref for `line-spacing'.
3266
cc60c723
RS
32672004-12-05 Richard M. Stallman <rms@gnu.org>
3268
3269 * Makefile.in (maintainer-clean): Remove the info files
3270 in $(infodir) where they are created.
3271
f6101ac9
RS
32722004-12-03 Richard M. Stallman <rms@gnu.org>
3273
3274 * windows.texi (Selecting Windows): get-lru-window and
3275 get-largest-window don't consider dedicated windows.
3276
3277 * text.texi (Undo): Document undo-in-progress.
3278
94221759
RS
32792004-11-26 Richard M. Stallman <rms@gnu.org>
3280
3281 * locals.texi (Standard Buffer-Local Variables): Undo prev change.
3282 Remove a few vars that are not always buffer-local.
3283
7092c5e8
LT
32842004-11-24 Luc Teirlinck <teirllm@auburn.edu>
3285
3286 * locals.texi (Standard Buffer-Local Variables): Comment out
3287 xref's to non-existent node `Yet to be written'.
3288
261b01c6
RS
32892004-11-24 Richard M. Stallman <rms@gnu.org>
3290
3291 * processes.texi (Synchronous Processes): Grammar fix.
3292
3293 * numbers.texi (Comparison of Numbers): Add eql.
3294
3295 * locals.texi (Standard Buffer-Local Variables): Add many vars.
3296
3297 * intro.texi (Printing Notation): Fix previous change.
3298
3299 * display.texi (Customizing Bitmaps): Move indicate-buffer-boundaries
3300 and default-indicate-buffer-boundaries from here.
3301 (Usual Display): To here.
3302 (Scroll Bars): Add scroll-bar-mode and scroll-bar-width.
3303 (Usual Display): Move tab-width up.
3304
3305 * customize.texi (Variable Definitions): Replace
3306 show-paren-mode example with tooltip-mode.
7092c5e8 3307 (Simple Types, Composite Types, Defining New Types):
261b01c6 3308 Minor cleanups.
7092c5e8 3309
c1aa4864
JH
33102004-11-21 Jesper Harder <harder@ifa.au.dk>
3311
3312 * processes.texi (Synchronous Processes, Output from Processes):
3313 Markup fix.
3314
dedbac89
RS
33152004-11-20 Richard M. Stallman <rms@gnu.org>
3316
07c8c65a
RS
3317 * positions.texi (Skipping Characters): skip-chars-forward
3318 now handles char classes.
3319
8f40a868
RS
3320 * intro.texi (Printing Notation): Avoid confusion of `print'
3321 when explaining @print.
3322
3323 * macros.texi (Argument Evaluation): Fix 1st `for' expansion example.
3324
3325 * display.texi (Display Table Format): Minor fix.
3326
3327 * streams.texi (Output Functions): Fix print example.
3328
fd6866c8
RS
3329 * Makefile.in (elisp): New target.
3330 (dist): Depend on $(infodir)/elisp, not elisp.
3331 Copy the info files from $(infodir).
3332
9d00469f
RS
3333 * minibuf.texi (Text from Minibuffer): Document KEEP-ALL arg in
3334 read-from-minibuffer.
3335
dedbac89
RS
3336 * searching.texi (Regexp Search): Rename that to search-spaces-regexp.
3337
6de891db
RS
33382004-11-19 Richard M. Stallman <rms@gnu.org>
3339
3340 * searching.texi (Regexp Search): Add search-whitespace-regexp.
3341
e1c1c5a7
TTN
33422004-11-19 CHENG Gao <chenggao@gmail.com> (tiny change)
3343
3344 * tips.texi (Coding Conventions): Fix typo.
3345
ee31cd78
RS
33462004-11-16 Richard M. Stallman <rms@gnu.org>
3347
3348 * tips.texi (Coding Conventions): Separate defvar and require
3349 methods to avoid warnings. Use require only when there are many
3350 functions and variables from that package.
3351
3352 * minibuf.texi (Minibuffer Completion): When ignoring case,
3353 predicate must not be case-sensitive.
3354
3355 * debugging.texi (Function Debugging, Explicit Debug): Clarified.
3356 (Test Coverage): Don't talk about "splotches". Clarified.
3357
4bd38e94
TTN
33582004-11-16 Thien-Thi Nguyen <ttn@gnu.org>
3359
3360 * frames.texi (Window Frame Parameters): Fix typo.
3361
6d073ae1
KS
33622004-11-15 Kim F. Storm <storm@cua.dk>
3363
9f89426b
KS
3364 * symbols.texi (Other Plists): Note that plist-get may signal error.
3365 Add safe-plist-get.
6d073ae1 3366
10980463
TTN
33672004-11-15 Thien-Thi Nguyen <ttn@gnu.org>
3368
3369 * modes.texi (Font Lock Basics): Fix typo.
3370
1efc19eb
RS
33712004-11-08 Richard M. Stallman <rms@gnu.org>
3372
3373 * syntax.texi (Syntax Table Functions): Add syntax-after.
3374
6159c232
EZ
33752004-11-06 Lars Brinkhoff <lars@nocrew.org>
3376
3377 * os.texi (Processor Run Time): New section documenting
3378 get-internal-run-time.
3379
59dede22
EZ
33802004-11-06 Eli Zaretskii <eliz@gnu.org>
3381
3382 * Makefile.in (install, maintainer-clean): Don't use "elisp-*" as
3383 it nukes elisp-cover.texi.
3384 (dist): Change elisp-[0-9] to elisp-[1-9], as there could be no
3385 elisp-0 etc.
3386
4cc8522c
LT
33872004-11-05 Luc Teirlinck <teirllm@auburn.edu>
3388
3389 * commands.texi (Keyboard Macros): Document `append' return value
3390 of `defining-kbd-macro'.
3391
2d1ef312
RS
33922004-11-01 Richard M. Stallman <rms@gnu.org>
3393
3394 * commands.texi (Interactive Call): Add called-interactively-p.
3395
6f4e005d
SJ
33962004-10-29 Simon Josefsson <jas@extundo.com>
3397
3398 * minibuf.texi (Reading a Password): Revert.
3399
4f71c13f
RS
34002004-10-28 Richard M. Stallman <rms@gnu.org>
3401
3402 * frames.texi (Display Feature Testing): Explain about "vendor".
3403
4660a9e3
RS
34042004-10-27 Richard M. Stallman <rms@gnu.org>
3405
3406 * commands.texi (Interactive Codes): `N' uses numeric prefix,
3407 not raw. Clarify `n'.
3408 (Interactive Call): Rewrite interactive-p, focusing on when
3409 and how to use it.
3410 (Misc Events): Clarify previous change.
3411
3412 * advice.texi (Simple Advice): Clarify what job the example does.
3413 (Around-Advice): Clarify ad-do-it.
3414 (Activation of Advice): An option of ad-default-compilation-action
3415 is `never', not `nil'.
3416
c8636435
KS
34172004-10-26 Kim F. Storm <storm@cua.dk>
3418
3419 * commands.texi (Interactive Codes): Add U code letter.
3420
acd4089b
SJ
34212004-10-25 Simon Josefsson <jas@extundo.com>
3422
3423 * minibuf.texi (Reading a Password): Add.
3424
29dc7809
JR
34252004-10-24 Jason Rumney <jasonr@gnu.org>
3426
9b7fa297 3427 * commands.texi (Misc Events): Remove mouse-wheel. Add wheel-up
29dc7809
JR
3428 and wheel-down.
3429
bb5d6d34
KG
34302004-10-24 Kai Grossjohann <kai.grossjohann@gmx.net>
3431
3432 * processes.texi (Synchronous Processes): Document process-file.
3433
d0ee2ed3
KH
34342004-10-22 Kenichi Handa <handa@m17n.org>
3435
3436 * text.texi (translate-region): Document that it accepts also a
3437 char-table.
3438
38be9dbb
DP
34392004-10-22 David Ponce <david@dponce.com>
3440
3441 * windows.texi (Resizing Windows): Document the `preserve-before'
3442 argument of the functions `enlarge-window' and `shrink-window'.
3443
63c80452
JR
34442004-10-19 Jason Rumney <jasonr@gnu.org>
3445
3446 * makefile.w32-in (elisp): Change order of arguments to makeinfo.
3447
9f4b6e73
LT
34482004-10-09 Luc Teirlinck <teirllm@auburn.edu>
3449
3450 * text.texi (Filling): Add anchor for definition of
3451 `sentence-end-double-space'.
3452
3453 * searching.texi (Regexp Example): Update description of how
3454 Emacs currently recognizes the end of a sentence.
3455 (Standard Regexps): Update definition of the variable
3456 `sentence-end'. Add definition of the function `sentence-end'.
3457
657f0f9c
EZ
34582004-10-08 Paul Pogonyshev <pogonyshev@gmx.net>
3459
3460 * display.texi (Progress): New node.
3461
35ab4857
KS
34622004-10-05 Kim F. Storm <storm@cua.dk>
3463
3464 * display.texi (Fringe Bitmaps): Update fringe-bitmaps-at-pos.
3465
f2a54fbc
KS
34662004-09-29 Kim F. Storm <storm@cua.dk>
3467
3468 * display.texi (Fringe Bitmaps): Use symbols rather than numbers
3469 to identify bitmaps. Remove -fringe-bitmap suffix for standard
3470 fringe bitmap symbols, as they now have their own namespace.
3471 (Customizing Bitmaps) <define-fringe-bitmap>: Clarify bit ordering
3472 vs. pixels. Signal error if no free bitmap slots.
3473 (Pixel Specification): Change IMAGE to @var{image}.
3474
4676d6f3
RS
34752004-09-28 Richard M. Stallman <rms@gnu.org>
3476
3477 * text.texi (Special Properties): Clarify line-spacing and line-height.
3478
3479 * searching.texi (Regexp Search): Add looking-back.
3480
17234906
LT
34812004-09-25 Luc Teirlinck <teirllm@auburn.edu>
3482
3483 * display.texi: Correct typos.
3484 (Image Descriptors): Correct xref's.
3485
4de43c8b
RS
34862004-09-25 Richard M. Stallman <rms@gnu.org>
3487
3488 * text.texi (Special Properties): Cleanups in `cursor'.
3489 Rewrites in `line-height' and `line-spacing'; exchange them.
3490
3491 * display.texi (Fringes): Rewrite previous change.
3492 (Fringe Bitmaps): Merge text from Display Fringe Bitmaps. Rewrite.
3493 (Display Fringe Bitmaps): Node deleted, text moved.
3494 (Customizing Bitmaps): Split off from Fringe Bitmaps. Rewrite.
3495 (Scroll Bars): Clarify set-window-scroll-bars.
3496 (Pointer Shape): Rewrite.
3497 (Specified Space): Clarify :align-to, etc.
3498 (Pixel Specification): Use @var. Clarify new text.
3499 (Other Display Specs): Clarify `slice'.
3500 (Image Descriptors): Cleanups.
3501 (Showing Images): Cleanups.
3502
a3ee0299
LT
35032004-09-24 Luc Teirlinck <teirllm@auburn.edu>
3504
e88ebce6
LT
3505 * hooks.texi (Standard Hooks): Add `after-change-major-mode-hook'.
3506
a3ee0299
LT
3507 * modes.texi: Various minor changes in addition to:
3508 (Major Mode Conventions): Final call to `run-mode-hooks' should
3509 not be inside the `delay-mode-hooks' form.
3510 (Mode Hooks): New node.
3511 (Hooks): Delete obsolete example.
3512 Move definitions of `run-mode-hooks' and `delay-mode-hooks' to new
3513 node "Mode Hooks".
3514
6db2bc02
LT
35152004-09-22 Luc Teirlinck <teirllm@auburn.edu>
3516
3517 * display.texi: Correct various typos.
3518 (Display): Rename node "Pointer Shapes" to "Pointer
3519 Shape". (There is already a node called "Pointer Shapes" in
3520 frames.texi.)
3521 (Images): Remove non-existent node "Image Slices" from menu.
3522
ed2846bd
KS
35232004-09-23 Kim F. Storm <storm@cua.dk>
3524
3525 * text.texi (Special Properties): Add `cursor', `pointer',
3526 `line-height', and `line-spacing' properties.
3527
3528 * display.texi (Display): Add 'Fringe Bitmaps' and 'Pointer
3529 Shapes' to menu.
3530 (Standard Faces): Doc fix for fringe face.
3531 (Fringes): Add `overflow-newline-into-fringe' and
3532 'indicate-buffer-boundaries'.
3533 (Fringe Bitmaps, Pointer Shapes): New nodes.
3534 (Display Property): Add 'Pixel Specification' and 'Display Fringe
3535 Bitmaps' to menu.
3536 (Specified Space): Describe pixel width and height.
3537 (Pixel Specification): New node.
3538 (Other Display Specs): Add `slice' property.
3539 (Display Fringe Bitmaps): New node.
3540 (Images): Add 'Image Slices' to menu.
3541 (Image Descriptors): Add `:pointer' and `:map' properties.
3542 (Showing Images): Add slice arg to `insert-image'. Add
3543 'insert-sliced-image'.
3544
4d894c98
RS
35452004-09-20 Richard M. Stallman <rms@gnu.org>
3546
3547 * commands.texi (Key Sequence Input):
3548 Clarify downcasing in read-key-sequence.
3549
7e388eb7
JL
35502004-09-08 Juri Linkov <juri@jurta.org>
3551
3552 * minibuf.texi (Minibuffer History): Add `history-delete-duplicates'.
3553
a020987f
LT
35542004-09-07 Luc Teirlinck <teirllm@auburn.edu>
3555
3556 * locals.texi (Standard Buffer-Local Variables): Add
3557 `buffer-auto-save-file-format'.
3558 * internals.texi (Buffer Internals): Describe new
3559 auto_save_file_format field of the buffer structure.
3560 * files.texi (Format Conversion): `auto-save-file-format' has been
3561 renamed `buffer-auto-save-file-format'.
3562
2b96f80c
LT
35632004-08-27 Luc Teirlinck <teirllm@auburn.edu>
3564
3565 * abbrevs.texi (Abbrev Expansion): `abbrev-start-location' can be
3566 an integer or a marker.
3567 (Abbrev Expansion): Replace example for `pre-abbrev-expand-hook'.
3568
2ee3b79e
RS
35692004-08-22 Richard M. Stallman <rms@gnu.org>
3570
3571 * modes.texi (Major Mode Conventions): Discuss rebinding of
3572 standard key bindings.
3573
c438dc33
KS
35742004-08-18 Kim F. Storm <storm@cua.dk>
3575
3576 * processes.texi (Accepting Output): Add `just-this-one' arg to
3577 `accept-process-output'.
101c421e 3578 (Output from Processes): New var `process-adaptive-read-buffering'.
c438dc33 3579
db8af011
LT
35802004-08-10 Luc Teirlinck <teirllm@auburn.edu>
3581
3582 * keymaps.texi: Various changes in addition to:
3583 (Keymap Terminology): `kbd' uses same syntax as Edit Macro mode.
3584 Give more varied examples for `kbd'.
3585 (Creating Keymaps): Char tables have slots for all characters
3586 without modifiers.
3587 (Active Keymaps): `overriding-local-map' and
3588 `overriding-terminal-local-map' also override text property and
3589 overlay keymaps.
3590 (Functions for Key Lookup): Mention OLP arg to `current-active-maps'.
3591 (Scanning Keymaps): `accessible-keymaps' uses `[]' instead of `""'
3592 to denote a prefix of no events.
3593 `map-keymap' includes parent's bindings _recursively_.
3594 Clarify and correct description of `where-is-internal'.
3595 Mention BUFFER-OR-NAME arg to `describe-bindings'.
3596 (Menu Example): For menus intended for use with the keyboard, the
3597 menu items should be bound to characters or real function keys.
3598
de700726
LT
35992004-08-08 Luc Teirlinck <teirllm@auburn.edu>
3600
30e75a87
LT
3601 * objects.texi (Character Type): Reposition `@anchor' to prevent
3602 double space inside sentence in Info.
3603
de700726
LT
3604 * hooks.texi (Standard Hooks): `disabled-command-hook' has been
3605 renamed to `disabled-command-function'.
7c5b95c9 3606 * commands.texi (Key Sequence Input): Remove unnecessary anchor.
de700726
LT
3607 (Command Loop Info): Replace reference to it.
3608 (Disabling Commands): `disabled-command-hook' has been renamed to
3609 `disabled-command-function'.
3610
81909a1a
LT
36112004-08-07 Luc Teirlinck <teirllm@auburn.edu>
3612
3613 * os.texi (Translating Input): Only non-prefix bindings in
3614 `key-translation-map' override actual key bindings. Warn about
3615 possible indirect effect of actual key bindings on non-prefix
3616 bindings in `key-translation-map'.
3617
5504e99c
LT
36182004-08-06 Luc Teirlinck <teirllm@auburn.edu>
3619
3620 * minibuf.texi (High-Level Completion): Add anchor for definition
3621 of `read-variable'.
3622
3623 * commands.texi: Various changes in addition to:
3624 (Using Interactive): Clarify description of `interactive-form'.
3625 (Interactive Call): Mention default for KEYS argument to
3626 `call-interactively'.
3627 (Command Loop Info): Clarify description of `this-command-keys'.
3628 Mention KEEP-RECORD argument to `clear-this-command-keys'.
3629 Value of `last-event-frame' can be `macro'.
3630 (Repeat Events): `double-click-fuzz' is also used to distinguish
3631 clicks and drags.
3632 (Classifying Events): Clarify descriptions of `event-modifiers'
3633 `event-basic-type' and `event-convert-list'.
3634 (Accessing Events): `posn-timestamp' takes POSITION argument.
3635 (Quoted Character Input): Clarify description of
3636 `read-quoted-char' and fix example.
3637 (Quitting): Add `with-local-quit'.
6db11765 3638 (Disabling Commands): Correct and clarify descriptions of
5504e99c
LT
3639 `enable-command' and `disable-command'.
3640 Mention what happens if `disabled-command-hook' is nil.
3641 (Keyboard Macros): Mention LOOPFUNC arg to `execute-kbd-macro'.
3642 Describe `executing-kbd-macro' instead of obsolete `executing-macro'.
3643
f478a72a
LT
36442004-07-24 Luc Teirlinck <teirllm@auburn.edu>
3645
3646 * frames.texi: Various changes in addition to:
3647 (Creating Frames): Expand and clarify description of `make-frame'.
3648 (Window Frame Parameters): Either none or both of the `icon-left'
3649 and `icon-top' parameters must be specified. Put descriptions of
3650 `menu-bar-lines' and `toolbar-lines' closer together and change
3651 them accordingly.
3652 (Frame Titles): `multiple-frames' is not guaranteed to be accurate
3653 except while processing `frame-title-format' or `icon-title-format'.
3654 (Deleting Frames): Correct description of `delete-frame'.
3655 Non-nil return values of `frame-live-p' are like those of `framep'.
9b7fa297 3656 (Frames and Windows): Mention return value of
f478a72a
LT
3657 `set-frame-selected-window'.
3658 (Visibility of Frames): Mention `force' argument to
3659 `make-frame-invisible'. `frame-visible-p' returns t for all
3660 frames on text-only terminals.
3661 (Frame Configurations): Restoring a frame configuration does not
3662 restore deleted frames.
3663 (Window System Selections): `x-set-selection' returns DATA.
3664 (Resources): Add example.
3665 (Display Feature Testing): Clarify descriptions of
3666 `display-pixel-height', `display-pixel-width', `x-server-version'
3667 and `x-server-vendor'.
3668
3669 * windows.texi (Choosing Window): Add anchor.
3670 * minibuf.texi (Minibuffer Misc): Add anchor.
3671
bc135062
JPW
36722004-07-23 John Paul Wallington <jpw@gnu.org>
3673
3674 * macros.texi (Defining Macros): Declaration keyword for setting
3675 Edebug spec is `debug' not `edebug'.
3676
cb7516e5
LT
36772004-07-19 Luc Teirlinck <teirllm@auburn.edu>
3678
3679 * windows.texi: Various small changes in addition to:
3680 (Window Point): Mention return value of `set-window-point'.
3681 (Window Start): `pos-visible-in-window-p' disregards horizontal
3682 scrolling. Explain return value if PARTIALLY is non-nil.
3683 (Vertical Scrolling): Mention PIXELS-P argument to `window-vscroll'
3684 and `set-window-vscroll'.
3685 (Size of Window): The argument WINDOW to `window-inside-edges',
3686 `window-pixel-edges' and `window-inside-pixel-edges' is optional.
3687 (Resizing Windows): Explain return value of
3688 `shrink-window-if-larger-than-buffer'.
3689 `window-size-fixed' automatically becomes buffer local when set.
3690 (Window Configurations): Explain return value of
3691 `set-window-configuration'.
3692
3693 * minibuf.texi (Minibuffer Misc): Add anchor for
3694 `minibuffer-scroll-window'.
3695
3696 * positions.texi (Text Lines): Add anchor for `count-lines'.
3697
3751eb00
RS
36982004-07-17 Richard M. Stallman <rms@gnu.org>
3699
3700 * display.texi (Overlay Properties): Adding `evaporate' prop
3701 deletes empty overlay immediately.
3702
3703 * abbrevs.texi (Abbrev Expansion): Clarify pre-abbrev-expand-hook,
3704 fix example.
3705
9a7e97c6
LT
37062004-07-16 Jim Blandy <jimb@redhat.com>
3707
3708 * searching.texi (Regexp Backslash): Document new \_< and \_>
3709 operators.
3710
aa0e4da8
JB
37112004-07-16 Juanma Barranquero <lektu@terra.es>
3712
3713 * display.texi (Images): Fix Texinfo usage.
3714
cbbfedb2
LT
37152004-07-14 Luc Teirlinck <teirllm@auburn.edu>
3716
3717 * buffers.texi (Modification Time): `visited-file-modtime' now
3718 returns a list of two integers, instead of a cons.
3719
3a052bd3
LT
37202004-07-13 Luc Teirlinck <teirllm@auburn.edu>
3721
3722 * windows.texi: Various changes in addition to:
3723 (Splitting Windows): Add `split-window-keep-point'.
3724
02c04e6f
RS
37252004-07-09 Richard M. Stallman <rms@gnu.org>
3726
3727 * frames.texi (Input Focus): Minor fix.
3728
cb4f1287
LT
37292004-07-07 Luc Teirlinck <teirllm@auburn.edu>
3730
3731 * frames.texi (Input Focus): Clarify descriptions of
3732 `select-frame-set-input-focus' and `select-frame'.
3733
339902ec
LT
37342004-07-06 Luc Teirlinck <teirllm@auburn.edu>
3735
3736 * os.texi: Various small changes in addition to:
3737 (Killing Emacs): Expand and clarify description of
3738 `kill-emacs-query-functions' and `kill-emacs-hook'.
3739 (System Environment): Expand and clarify description of `getenv'
3740 and `setenv'.
3741 (Timers): Clarify description of `run-at-time'.
3742 (Translating Input): Correct description of
3743 `extra-keyboard-modifiers'.
3744 (Flow Control): Correct description of `enable-flow-control'.
3745
fe3b7e35
TTN
37462004-07-06 Thien-Thi Nguyen <ttn@gnu.org>
3747
3748 * os.texi: Update copyright.
3749 (Session Management): Grammar fix.
3750 Clarify which Emacs does the restarting.
3751 Use @samp for *scratch* buffer.
3752
59db7d6e
LT
37532004-07-04 Alan Mackenzie <acm@muc.de>
3754
3755 * frames.texi (Input Focus): Add documentation for
3756 `select-frame-set-input-focus'. Replace refs to non-existent
3757 `switch-frame' with `select-frame'. Minor corrections and tidying
3758 up of text-only terminal stuff.
3759
e3ccf404
RS
37602004-07-02 Richard M. Stallman <rms@gnu.org>
3761
3762 * files.texi (Saving Buffers): Cleanup write-contents-function.
3763 (Magic File Names): Cleanup file-remote-p.
3764
8addb6eb
KG
37652004-07-02 Kai Grossjohann <kai@emptydomain.de>
3766
3767 * files.texi (Magic File Names): `file-remote-p' returns an
3768 identifier of the remote system, not just t.
3769
7a58d84d
DK
37702004-07-02 David Kastrup <dak@gnu.org>
3771
3772 * searching.texi (Entire Match Data): Add explanation about new
3773 match-data behavior when @var{integers} is non-nil.
3774
d8c379f8
RS
37752004-06-24 Richard M. Stallman <rms@gnu.org>
3776
b4a4b0ae
RS
3777 * commands.texi (Misc Events): Describe usr1-signal, usr2-signal event.
3778
d8c379f8
RS
3779 * customize.texi (Variable Definitions): Note about doc strings
3780 and :set.
3781
3782 * keymaps.texi (Keymap Terminology): Document `kbd'.
3783 (Changing Key Bindings, Key Binding Commands): Use kbd in examples.
3784
3785 * display.texi (Invisible Text): Setting buffer-invisibility-spec
3786 makes it buffer-local.
3787
3788 * files.texi (Saving Buffers): Correct previous change.
3789
3790 * commands.texi (Accessing Events):
3791 Clarify posn-col-row and posn-actual-col-row.
3792
37932004-06-24 David Ponce <david.ponce@wanadoo.fr>
3794
3795 * commands.texi (Accessing Events): New functions
3796 posn-at-point and posn-at-x-y. Add example to posn-x-y.
3797
dce417e7
LT
37982004-06-23 Luc Teirlinck <teirllm@auburn.edu>
3799
3800 * lists.texi, files.texi, processes.texi, macros.texi, hash.texi:
3801 * frames.texi, buffers.texi, backups.texi, variables.texi:
3802 * loading.texi, eval.texi, functions.texi, control.texi:
3803 * symbols.texi, minibuf.texi: Reposition @anchor's.
3804
3805 * help.texi: Various small changes in addition to the following.
3806 (Describing Characters): Describe PREFIX argument to
3807 `key-description'. Correct and clarify definition of
3808 `text-char-description'. Describe NEED-VECTOR argument to
3809 `read-kbd-macro'.
3810 (Help Functions): Clarify definition of `apropos'.
3811
255d07dc
LH
38122004-06-23 Lars Hansen <larsh@math.ku.dk>
3813
3814 * files.texi (Saving Buffers): Correct description of
3815 `write-contents-functions'.
3816
4e9691e9
JB
38172004-06-21 Juanma Barranquero <lektu@terra.es>
3818
3819 * display.texi (Images): Remove redundant @vindex directives.
3820 Rewrite `image-library-alist' doc in active voice.
3821
1ebd4f78
JB
38222004-06-14 Juanma Barranquero <lektu@terra.es>
3823
3824 * display.texi (Images): Document new delayed library loading,
3825 variable `image-library-alist' and (existing but undocumented)
3826 function `image-type-available-p'.
3827
ddfb8369
RS
38282004-06-05 Richard M. Stallman <rms@gnu.org>
3829
3830 * minibuf.texi (Minibuffer Completion): For INITIAL arg,
3831 refer the user to the Initial Input node.
3832 (Text from Minibuffer): Likewise.
3833 (Initial Input): New node. Document this feature
3834 and say it is mostly deprecated.
3835
18684a3a
RS
38362004-05-30 Richard M. Stallman <rms@gnu.org>
3837
7a61e456
RS
3838 * loading.texi (Named Features): Clarify return value
3839 and meaning of NOERROR.
3840
18684a3a
RS
3841 * variables.texi (File Local Variables): Minor cleanup.
3842
c8364415
MA
38432004-05-30 Michael Albinus <michael.albinus@gmx.de>
3844
3845 * files.texi (Magic File Names): Add `file-remote-p' as operation
3846 of file name handlers.
3847
08fd1251
RS
38482004-05-29 Richard M. Stallman <rms@gnu.org>
3849
3850 * modes.texi (Minor Mode Conventions): (-) has no special meaning
3851 as arg to a minor mode command.
3852
71d5a208
RS
38532004-05-22 Richard M. Stallman <rms@gnu.org>
3854
3855 * syntax.texi (Syntax Class Table): Word syntax not just for English.
3856
3857 * streams.texi (Output Variables): Doc float-output-format.
3858
3859 * searching.texi (Regexp Special): Nested repetition can be infloop.
3860
3861 * eval.texi (Eval): Increasing max-lisp-eval-depth can cause
3862 real stack overflow.
3863
3864 * compile.texi: Minor cleanups.
3865
38662004-05-22 Luc Teirlinck <teirllm@dms.auburn.edu>
3867
3868 * lists.texi (Cons Cells): Explain dotted lists, true lists,
3869 circular lists.
3870 (List Elements): Explain handling of circular and dotted lists.
1ebd4f78 3871
022cb162
TTN
38722004-05-19 Thien-Thi Nguyen <ttn@gnu.org>
3873
3874 * modes.texi (Search-based Fontification): Fix typo.
3875
aa7094ba
JB
38762004-05-10 Juanma Barranquero <lektu@terra.es>
3877
3878 * modes.texi (Mode Line Variables): Fix description of
3879 global-mode-string, which is now after which-func-mode, not the
3880 buffer name.
3881
c2383279
LH
38822004-05-07 Lars Hansen <larsh@math.ku.dk>
3883
3884 * modes.texi (Desktop Save Mode): Add.
3885 (Modes): Add menu entry Desktop Save Mode.
3886
3887 * hooks.texi: Add desktop-after-read-hook,
3888 desktop-no-desktop-file-hook and desktop-save-hook.
3889
3890 * locals.texi: Add desktop-save-buffer.
3891
058296d3
JH
38922004-04-30 Jesper Harder <harder@ifa.au.dk>
3893
3894 * display.texi: emacs -> Emacs.
3895
0c54865e
EZ
38962004-04-27 Matthew Mundell <matt@mundell.ukfsn.org>
3897
3898 * files.texi (Changing Files): Document set-file-times.
3899
d814862a
JB
39002004-04-23 Juanma Barranquero <lektu@terra.es>
3901
3902 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
3903
e8d6f886
JH
39042004-04-18 Jesper Harder <harder@ifa.au.dk>
3905
3906 * tips.texi (Coding Conventions): defopt -> defcustom.
3907
3a424014
LT
39082004-04-16 Luc Teirlinck <teirllm@auburn.edu>
3909
3910 * sequences.texi: Various clarifications.
3911
9e860631
LT
39122004-04-14 Luc Teirlinck <teirllm@auburn.edu>
3913
3914 * buffers.texi (Read Only Buffers): Mention optional ARG to
3915 `toggle-read-only'.
3916
5e30a0fb
NR
39172004-04-14 Nick Roberts <nick@nick.uklinux.net>
3918
9e860631 3919 * windows.texi (Selecting Windows): Note that get-lru-window
5e30a0fb
NR
3920 returns a full-width window if possible.
3921
619fb950
LT
39222004-04-13 Luc Teirlinck <teirllm@auburn.edu>
3923
3924 * buffers.texi: Various changes in addition to:
3925 (Buffer File Name): Add `find-buffer-visiting'.
3926 (Buffer Modification): Mention optional ARG to `not-modified'.
3927 (Indirect Buffers): Mention optional CLONE argument to
3928 `make-indirect-buffer'.
3929
3930 * files.texi: Various changes in addition to:
3931 (Visiting Functions): `find-file-hook' is now a normal hook.
3932 (File Name Expansion): Explain difference between the way that
3933 `expand-file-name' and `file-truename' treat `..'.
3934 (Contents of Directories): Mention optional ID-FORMAT argument to
3935 `directory-files-and-attributes'.
3936 (Format Conversion): Mention new optional CONFIRM argument to
3937 `format-write-file'.
3938
a2295d32
MB
39392004-04-12 Miles Bader <miles@gnu.org>
3940
3941 * macros.texi (Expansion): Add description of `macroexpand-all'.
3942
571fd4d5
JH
39432004-04-05 Jesper Harder <harder@ifa.au.dk>
3944
3945 * variables.texi (Variable Aliases): Mention
3946 cyclic-variable-indirection.
3947
3948 * errors.texi (Standard Errors): Ditto.
3949
4ba2fd66
LT
39502004-04-04 Luc Teirlinck <teirllm@auburn.edu>
3951
6db11765 3952 * backups.texi: Various small changes in addition to:
4ba2fd66
LT
3953 (Making Backups): Mention return value of `backup-buffer'.
3954 (Auto-Saving): Mention optional FORCE argument to
3955 `delete-auto-save-file-if-necessary'.
3956 (Reverting): Mention optional PRESERVE-MODES argument to
3957 `revert-buffer'. Correct description of `revert-buffer-function'.
3958
8f7ea687
JL
39592004-03-22 Juri Linkov <juri@jurta.org>
3960
3961 * sequences.texi (Sequence Functions): Replace xref to `Vectors'
3962 with `Vector Functions'.
3963
3964 * text.texi (Sorting): Add missing quote.
3965
0eeca3c1
LT
39662004-03-14 Luc Teirlinck <teirllm@auburn.edu>
3967
3968 * intro.texi (Lisp History): Replace xref to `cl' manual with
3969 inforef.
3970
e69cfac2
RS
39712004-03-12 Richard M. Stallman <rms@gnu.org>
3972
3973 * intro.texi (Version Info): Add arg to emacs-version.
3974 (Lisp History): Change xref to CL manual.
3975
1b91d47f
LT
39762004-03-09 Luc Teirlinck <teirllm@auburn.edu>
3977
3978 * minibuf.texi (Completion Commands): Add xref to Emacs manual
3979 for Partial Completion mode.
3980
97073664
TTN
39812004-03-07 Thien-Thi Nguyen <ttn@gnu.org>
3982
9b7fa297 3983 * customize.texi: Fix typo. Remove eol whitespace.
97073664 3984
04a6e76b
RS
39852004-03-04 Richard M. Stallman <rms@gnu.org>
3986
3987 * processes.texi: Fix typos.
3988
3989 * lists.texi (Building Lists): Minor clarification.
3990
3991 * hash.texi (Creating Hash): Correct the meaning of t for WEAK
3992 in make-hash-table.
3993
5bb0fcd1
JB
39942004-02-29 Juanma Barranquero <lektu@terra.es>
3995
3996 * makefile.w32-in (clean, maintainer-clean): Use $(DEL) instead of
3997 rm, and ignore exit code.
3998
9022d421
EZ
39992004-02-27 Dan Nicolaescu <dann@ics.uci.edu>
4000
4001 * display.texi (Defining Faces): Add description for min-colors.
4002 Update example.
4003
92f5fba2
LT
40042004-02-23 Luc Teirlinck <teirllm@auburn.edu>
4005
4006 * abbrevs.texi: Various corrections and clarifications in addition
4007 to the following:
4008 (Abbrev Tables): Delete add-abbrev (as suggested by RMS).
4009
7e83e178
GM
40102004-02-22 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
4011
4012 * calendar.texi (Holiday Customizing): Quote arg of holiday-sexp.
4013
9c5609e8
LT
40142004-02-21 Luc Teirlinck <teirllm@auburn.edu>
4015
e2b9b51f
LT
4016 * text.texi: Various small changes in addition to the following:
4017 (User-Level Deletion): Mention optional BACKWARD-ONLY argument
4018 to delete-horizontal-space.
9b7fa297 4019 (Kill Functions, Yanking, Low-Level Kill Ring): Clarify and correct
e2b9b51f
LT
4020 description of yank-handler text property at various places.
4021
7daa0e81
LT
4022 * frames.texi (Window System Selections): Add anchor.
4023
9c5609e8
LT
4024 * syntax.texi (Syntax Table Functions): Clarify and correct
4025 descriptions of make-syntax-table and copy-syntax-table.
4026 (Motion and Syntax): Clarify SYNTAXES argument to
4027 skip-syntax-forward.
4028 (Parsing Expressions): Mention that the return value of
4029 parse-partial-sexp is currently a list of ten rather than nine
4030 elements.
4031 (Categories): Various corrections and clarifications.
4032
d29edb21
LT
40332004-02-17 Luc Teirlinck <teirllm@auburn.edu>
4034
4035 * markers.texi (Marker Insertion Types): Minor change.
4036
4037 * locals.texi (Standard Buffer-Local Variables):
4038 * commands.texi (Interactive Codes, Using Interactive):
4039 * functions.texi (Related Topics): Fix xrefs.
4040
43e48bda
LT
40412004-02-16 Luc Teirlinck <teirllm@auburn.edu>
4042
4043 * lists.texi (Sets And Lists): Update description of delete-dups.
4044
84e34002
RS
40452004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
4046
4047 * keymaps.texi (Tool Bar): tool-bar-item => tool-bar-button.
4048
40492004-02-16 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4050
4051 * frames.texi (Parameter Access): frame-parameters arg is optional.
4052 modify-frame-parameters handles nil for FRAME.
4053 (Window Frame Parameters): menu-bar-lines and tool-bar-lines
4054 are all-or-nothing for certain toolkits.
4055 Mention parameter wait-for-wm.
4056 (Frames and Windows): In frame-first-window and frame-selected-window
4057 the arg is optional.
4058 (Input Focus): In redirect-frame-focus the second arg is optional.
4059 (Window System Selections): Mention selection type CLIPBOARD.
4060 Mention data-type UTF8_STRING.
4061 Mention numbering of cut buffers.
4062 (Resources): Describe x-resource-name.
4063
40642004-02-16 Richard M. Stallman <rms@gnu.org>
4065
4066 * windows.texi (Buffers and Windows): Delete false table
4067 about all-frames.
4068
4069 * syntax.texi (Parsing Expressions): Delete old caveat
4070 about parse-sexp-ignore-comments.
4071
4072 * streams.texi (Output Variables): Add print-quoted.
4073
4074 * lists.texi (Building Lists): Minor cleanup.
4075
4076 * hash.texi (Creating Hash): Correct and clarify doc of WEAK values.
4077
4078 * display.texi (Overlays): Explain overlays use markers.
4079 (Managing Overlays): Explain front-advance and rear-advance
4080 in more detail.
4081
4082 * loading.texi (Unloading): Document unload-feature-special-hooks.
4083 Get rid of fns-NNN.el file.
4084
40852004-02-16 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
4086
4087 * help.texi (Describing Characters): Fix text-char-description
4088 example output.
4089
4090 * edebug.texi (Using Edebug): Fix example.
4091
4092 * debugging.texi (Internals of Debugger): Fix return value.
43e48bda 4093
84e34002
RS
4094 * files.texi (Changing Files): Fix argname.
4095
4096 * calendar.texi: Fix parens, and default values.
4097
4098 * display.texi, frames.texi, internals.texi, modes.texi: Minor fixes.
4099 * nonascii.texi, objects.texi, os.texi: Minor fixes.
4100 * searching.texi, text.texi, tips.texi, windows.text: Minor fixes.
4101
4102 * positions.texi (Text Lines): Don't add -1 in current-line.
4103
41042004-02-16 Richard M. Stallman <rms@gnu.org>
4105
4106 * compile.texi (Compiler Errors): if-boundp feature applies to cond.
4107
c33b76da
EZ
41082004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
4109
4110 * processes.texi (Low-Level Network): Fix a typo.
4111
9d7271e8
KS
41122004-02-12 Kim F. Storm <storm@cua.dk>
4113
4114 * display.texi (Fringes): Use consistent wording.
4115 Note that window-fringe's window arg is optional.
4116 (Scroll Bars): Use consistent wording.
4117
6827d730
LT
41182004-02-11 Luc Teirlinck <teirllm@auburn.edu>
4119
4120 * tips.texi (Comment Tips): Document the new conventions for
4121 commenting out code.
4122
1cb60b5a
JD
41232004-02-07 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4124
4125 * positions.texi (Text Lines): Added missing end defun.
4126
7fdd1f62
KS
41272004-02-07 Kim F. Storm <storm@cua.dk>
4128
4129 * positions.texi (Text Lines): Add line-number-at-pos.
4130
eb3c144c
JPW
41312004-02-06 John Paul Wallington <jpw@gnu.org>
4132
4133 * display.texi (Button Properties, Button Buffer Commands):
4134 mouse-2 invokes button, not down-mouse-1.
4135
a1d38d63
JR
41362004-02-04 Jason Rumney <jasonr@gnu.org>
4137
4138 * makefile.w32-in: Sync with Makefile.in changes.
4139
4b574f3d
LT
41402004-02-03 Luc Teirlinck <teirllm@auburn.edu>
4141
4142 * minibuf.texi (Text from Minibuffer): Various corrections and
4143 clarifications.
4144 (Object from Minibuffer): Correct Lisp description of
4145 read-minibuffer.
4146 (Minibuffer History): Clarify description of cons values for
4147 HISTORY arguments.
4148 (Basic Completion): Various corrections and clarifications. Add
4149 completion-regexp-list.
4150 (Minibuffer Completion): Correct and clarify description of
4151 completing-read.
6f6b0433 4152 (Completion Commands): Mention Partial Completion mode. Various
4b574f3d
LT
4153 other minor changes.
4154 (High-Level Completion): Various corrections and clarifications.
4155 (Reading File Names): Ditto.
4156 (Minibuffer Misc): Ditto.
4157
d8186297
LT
41582004-01-26 Luc Teirlinck <teirllm@auburn.edu>
4159
4160 * strings.texi (Text Comparison): assoc-string also matches
4161 elements of alists that are strings instead of conses.
4162 (Formatting Strings): Standardize Texinfo usage. Update index
4163 entries.
4164
9adcb5f2
LT
41652004-01-20 Luc Teirlinck <teirllm@auburn.edu>
4166
4167 * lists.texi (Sets And Lists): Add delete-dups.
4168
3e7274ae
LT
41692004-01-15 Luc Teirlinck <teirllm@auburn.edu>
4170
4171 * edebug.texi (Instrumenting Macro Calls): `declare' is not a
4172 special form.
4173 * macros.texi (Defining Macros): Update description of `declare',
4174 which now is a macro.
4175 (Wrong Time): Fix typos.
4176
944e099f
LT
41772004-01-14 Luc Teirlinck <teirllm@auburn.edu>
4178
4179 * compile.texi (Compilation Functions): Expand descriptions of
e75c1a57 4180 `compile-defun', `byte-compile-file', `byte-recompile-directory'
944e099f
LT
4181 and `batch-byte-compile'. In particular, mention and describe
4182 all optional arguments.
4183 (Disassembly): Correct and clarify the description of `disassemble'.
4184
90c3aa59
LT
41852004-01-11 Luc Teirlinck <teirllm@auburn.edu>
4186
4187 * searching.texi: Various small changes in addition to the
4188 following.
4189 (Regexp Example): Adapt to new value of `sentence-end'.
4190 (Regexp Functions): The PAREN argument to `regexp-opt' can be
4191 `words'.
4192 (Search and Replace): Add usage note for `perform-replace'.
4193 (Entire Match Data): Mention INTEGERS and REUSE arguments to
4194 `match-data'.
4195 (Standard Regexps): Update for new values of `paragraph-start'
4196 and `sentence-end'.
4197
583c353d
LT
41982004-01-07 Luc Teirlinck <teirllm@auburn.edu>
4199
4200 * files.texi (Saving Buffers): Clarify descriptions of
4201 `write-contents-functions' and `before-save-hook'.
4202 Make the defvar's for `before-save-hook' and `after-save-hook'
4203 into defopt's.
4204
05faee07
KS
42052004-01-07 Kim F. Storm <storm@cua.dk>
4206
4207 * commands.texi (Click Events): Describe new image and
4208 width/height elements of click events.
4209 (Accessing Events): Add posn-string, posn-image, and
4210 posn-object-width-height. Change posn-object to return either
4211 image or string object.
4212
a0465ec3
SJ
42132004-01-01 Simon Josefsson <jas@extundo.com>
4214
4215 * hooks.texi (Standard Hooks): Add before-save-hook.
4216 * files.texi (Saving Buffers): Likewise.
4217
972c0c49
RS
42182004-01-03 Richard M. Stallman <rms@gnu.org>
4219
4220 * frames.texi (Frames and Windows): Delete frame-root-window.
4221
dbcd463f
LT
42222004-01-03 Luc Teirlinck <teirllm@auburn.edu>
4223
4224 * eval.texi, hash.texi, help.texi, symbols.texi: Add anchors.
4225
4226 * functions.texi: Various small changes in addition to the
4227 following.
4228 (What Is a Function): `functionp' returns nil for macros. Clarify
4229 behavior of this and following functions for symbol arguments.
4230 (Function Documentation): Add `\' in front of (fn @var{arglist})
4231 and explain why.
4232 (Defining Functions): Mention DOCSTRING argument to `defalias'.
4233 Add anchor.
4234 (Mapping Functions): Add anchor. Unquote nil in mapcar* example.
4235
02c77ee9
MB
42362004-01-01 Miles Bader <miles@gnu.org>
4237
4238 * display.texi (Buttons): New section.
4239
903a1a91
AS
42402003-12-31 Andreas Schwab <schwab@suse.de>
4241
4242 * numbers.texi (Math Functions): sqrt reports a domain-error
4243 error.
4244 (Float Basics): Use `(/ 0.0 0.0)' instead of `(sqrt -1.0)'.
4245
697cf92a
LT
42462003-12-30 Luc Teirlinck <teirllm@auburn.edu>
4247
3f70fe82
LT
4248 * tips.texi (Documentation Tips): Update item on hyperlinks in
4249 documentation strings.
4250
697cf92a
LT
4251 * errors.texi (Standard Errors): Various small corrections and
4252 additions.
4253
4254 * control.texi: Various small changes in addition to the
4255 following.
4256 (Signaling Errors): Provide some more details on how `signal'
4257 constructs the error message. Add anchor to the definition of
4258 `signal'.
4259 (Error Symbols): Describe special treatment of `quit'.
4260 (Cleanups): Rename BODY argument of `unwind-protect' to BODY-FORM
4261 to emphasize that it has to be a single form.
4262
4263 * buffers.texi: Add anchor.
4264
4d25144d
RS
42652003-12-29 Richard M. Stallman <rms@gnu.org>
4266
4267 * windows.texi (Choosing Window): Add same-window-p, special-display-p.
4268 (Window Configurations): Add window-configuration-frame.
4269
4270 * variables.texi (Creating Buffer-Local): Add local-variable-if-set-p.
4271
4272 * text.texi (Examining Properties): Add get-char-property-and-overlay.
4273 Change arg name in get-char-property.
4274 (Special Properties): Update handling of keymap property.
4275
4276 * strings.texi (Modifying Strings): Add clear-string.
4277 (Text Comparison): Add assoc-string and remove
4278 assoc-ignore-case, assoc-ignore-representation.
4279
4280 * os.texi (Time of Day): Add set-time-zone-rule.
4281
4282 * numbers.texi (Math Functions): asin, acos, log, log10
697cf92a 4283 report domain-error errors.
4d25144d 4284
697cf92a 4285 * nonascii.texi (Converting Representations):
4d25144d
RS
4286 Add multibyte-char-to-unibyte and unibyte-char-to-multibyte.
4287 (Encoding and I/O): Add file-name-coding-system.
4288
4289 * modes.texi (Search-based Fontification): Explain that
4290 face specs are symbols with face names as values.
4291
4292 * minibuf.texi (Minibuffer Misc): Add set-minibuffer-window.
4293
4294 * lists.texi (Building Lists): remq moved elsewhere.
4295 (Sets And Lists): remq moved here.
4296 (Association Lists): Refer to assoc-string.
4297
4298 * internals.texi (Garbage Collection): Add memory-use-counts.
4299
4300 * frames.texi (Frames and Windows): Add set-frame-selected-window
4301 and frame-root-window.
4302
697cf92a 4303 * files.texi (Contents of Directories):
4d25144d
RS
4304 Add directory-files-and-attributes.
4305
4306 * display.texi (Refresh Screen): Add force-window-update.
4307 (Invisible Text): Explain about moving point out of invis text.
4308 (Overlay Properties): Add overlay-properties.
4309 (Managing Overlays): Add overlayp.
4310 (GIF Images): Invalid image number displays a hollow box.
4311
4312 * buffers.texi (Buffer Modification): Add restore-buffer-modified-p.
4313 (Killing Buffers): Add buffer-live-p.
4314
67fafe38
MR
43152003-12-25 Markus Rost <rost@mathematik.uni-bielefeld.de>
4316
4317 * display.texi (Fringes): Fix typo "set-buffer-window".
4318
68e74f25
LT
43192003-12-24 Luc Teirlinck <teirllm@auburn.edu>
4320
4321 * display.texi, eval.texi, help.texi, internals.texi, loading.texi:
4322 * nonascii.texi, processes.texi, tips.texi, variables.texi:
4323 Add or change various xrefs and anchors.
4324
4325 * commands.texi: Replace all occurrences of @acronym{CAR} with
4326 @sc{car}, for consistency with the rest of the Elisp manual.
4327 `car' and `cdr' are historically acronyms, but are no longer
4328 widely thought of as such.
4329
4330 * internals.texi (Pure Storage): Mention that `purecopy' does not
4331 copy text properties.
4332 (Object Internals): Now 29 bits are used (in most implementations)
4333 to address Lisp objects.
4334
4335 * variables.texi (Variables with Restricted Values): New node.
4336
4337 * objects.texi (Lisp Data Types): Mention that certain variables
4338 can only take on a restricted set of values and add an xref to
4339 the new node "Variables with Restricted Values".
4340
4341 * eval.texi (Function Indirection): Describe the errors that
4342 `indirect-function' can signal.
4343 (Eval): Clarify the descriptions of `eval-region' and `values'.
4344 Describe `eval-buffer' instead of `eval-current-buffer' and
4345 mention `eval-current-buffer' as an alias for `current-buffer'.
4346 Correct the description and mention all optional arguments.
4347
697cf92a 4348 * nonascii.texi: Various small changes in addition to the
68e74f25
LT
4349 following.
4350 (Converting Representations): Clarify behavior of
4351 `string-make-multibyte' and `string-to-multibyte' for unibyte all
4352 ASCII arguments.
4353 (Character Sets): Document the variable `charset-list' and adapt
4354 the definition of the function `charset-list' accordingly.
4355 (Translation of Characters): Clarify use of generic characters in
4356 `make-translation-table'. Clarify and correct the description of
4357 the use of translation tables in encoding and decoding.
4358 (User-Chosen Coding Systems): Correct and clarify the description
4359 of `select-safe-coding-system'.
4360 (Default Coding Systems): Clarify description of
4361 `file-coding-system-alist'.
4362
a62f71e4
LT
43632003-11-30 Luc Teirlinck <teirllm@auburn.edu>
4364
4365 * strings.texi (Text Comparison): Correctly describe when two
4366 strings are `equal'. Combine and clarify descriptions of
4367 `assoc-ignore-case' and `assoc-ignore-representation'.
4368
4369 * objects.texi (Non-ASCII in Strings): Clarify description of
4370 when a string is unibyte or multibyte.
4371 (Bool-Vector Type): Update examples.
4372 (Equality Predicates): Correctly describe when two strings are
4373 `equal'.
4374
19017752
LT
43752003-11-29 Luc Teirlinck <teirllm@auburn.edu>
4376
4377 * lists.texi (Building Lists): `append' no longer accepts integer
4378 arguments. Update the description of `number-sequence' to reflect
4379 recent changes.
4380 (Sets And Lists): Describe `member-ignore-case' after `member'.
4381
0f6a07a8
KS
43822003-11-27 Kim F. Storm <storm@cua.dk>
4383
4384 * commands.texi (Click Events): Click object may be an images.
4385 Describe (dx . dy) element of click positions.
4386 (Accessing Events): Remove duplicate posn-timestamp.
4387 New functions posn-object and posn-object-x-y.
4388
1ce7c819
KS
43892003-11-23 Kim F. Storm <storm@cua.dk>
4390
4391 * commands.texi (Click Events): Describe enhancements to event
4392 position lists, including new text-pos and (col . row) items.
4393 Mention left-fringe and right-fringe area events.
0f6a07a8 4394 (Accessing Events): New functions posn-area and
1ce7c819
KS
4395 posn-actual-col-row. Mention posn-timestamp. Mention that
4396 posn-point in non-text area still returns buffer position.
4397 Clarify posn-col-row.
4398
cae8ddbb
LH
43992003-11-21 Lars Hansen <larsh@math.ku.dk>
4400
4401 * files.texi (File Attributes): Describe new parameter ID-FORMAT.
4402 * anti.texi (File Attributes): Describe removed parameter
4403 ID-FORMAT.
4404
f7f1a248
LT
44052003-11-20 Luc Teirlinck <teirllm@auburn.edu>
4406
68e74f25 4407 * positions.texi (Positions): Mention that, if a marker is used as
f7f1a248
LT
4408 a position, its buffer is ignored.
4409
4410 * markers.texi (Overview of Markers): Mention it here too.
4411
c5e2fb05
LT
44122003-11-12 Luc Teirlinck <teirllm@auburn.edu>
4413
4414 * numbers.texi (Numeric Conversions): Not just `floor', but also
4415 `truncate', `ceiling' and `round' accept optional argument DIVISOR.
4416
e57d0aa8
LT
44172003-11-10 Luc Teirlinck <teirllm@auburn.edu>
4418
4419 * markers.texi (Creating Markers): Specify insertion type of
4420 created markers. Add xref to `Marker Insertion Types'.
4421 Second argument to `copy-marker' is optional.
4422 (Marker Insertion Types): Mention that most markers are created
4423 with insertion type nil.
4424 (The Mark): Correctly describe when `mark' signals an error.
4425 (The Region): Correctly describe when `region-beginning' and
4426 `region-end' signal an error.
4427
bb3612ec
LT
44282003-11-08 Luc Teirlinck <teirllm@auburn.edu>
4429
4430 * hash.texi (Creating Hash): Clarify description of `eql'.
4431 `makehash' is obsolete.
4432 (Hash Access): Add Common Lisp notes for `remhash' and `clrhash'.
4433
4434 * positions.texi (Point): Change description of `buffer-end', so
4435 that it is also correct for floating point arguments.
4436 (List Motion): Correct argument lists of `beginning-of-defun' and
4437 `end-of-defun'.
4438 (Excursions): Add xref to `Marker Insertion Types'.
4439 (Narrowing): Argument to `narrow-to-page' is optional.
4440
cfb8a797
LT
44412003-11-06 Luc Teirlinck <teirllm@auburn.edu>
4442
4443 * streams.texi (Output Streams): Clarify behavior of point for
4444 marker output streams.
4445
c6177909
LT
44462003-11-04 Luc Teirlinck <teirllm@auburn.edu>
4447
4448 * variables.texi (Defining Variables): Second argument to
4449 `defconst' is not optional.
4450 (Setting Variables): Mention optional argument APPEND to
4451 `add-to-list'.
4452 (Creating Buffer-Local): Expand description of
4453 `make-variable-buffer-local'.
4454 (Frame-Local Variables): Expand description of
4455 `make-variable-frame-local'.
4456 (Variable Aliases): Correct description of optional argument
4457 DOCSTRING to `defvaralias'. Mention return value of
4458 `defvaralias'.
4459 (File Local Variables): Add xref to `File variables' in Emacs
4460 Manual. Correct description of `hack-local-variables'. Mention
4461 `safe-local-variable' property. Mention optional second argument
4462 to `risky-local-variable-p'.
4463
b3645067
LT
44642003-11-03 Luc Teirlinck <teirllm@auburn.edu>
4465
4466 * symbols.texi (Symbol Plists): Mention return value of `setplist'.
4467
10695e5c
EZ
44682003-11-02 Jesper Harder <harder@ifa.au.dk> (tiny change)
4469
4470 * lispref/anti.texi, lispref/backups.texi, lispref/commands.texi
4471 lispref/customize.texi, lispref/display.texi, lispref/files.texi,
4472 lispref/internals.texi, lispref/keymaps.texi, lispref/loading.texi,
4473 lispref/modes.texi, lispref/nonascii.texi, lispref/numbers.texi,
4474 lispref/objects.texi, lispref/os.texi, lispref/positions.texi,
b3645067 4475 lispref/processes.texi, lispref/searching.texi,
10695e5c
EZ
4476 lispref/sequences.texi, lispref/streams.texi, lispref/strings.texi,
4477 lispref/syntax.texi, lispref/text.texi: Replace @sc{foo} with
4478 @acronym{FOO}.
4479
a2f4def1
LT
44802003-10-27 Luc Teirlinck <teirllm@auburn.edu>
4481
4482 * strings.texi (Creating Strings): Argument START to `substring'
4483 can not be `nil'. Expand description of
4484 `substring-no-properties'. Correct description of `split-string',
4485 especially with respect to empty matches. Prevent very bad line
4486 break in definition of `split-string-default-separators'.
4487 (Text Comparison): `string=' and `string<' also accept symbols as
4488 arguments.
4489 (String Conversion): More completely describe argument BASE in
4490 `string-to-number'.
5bb0fcd1 4491 (Formatting Strings): `%s' and `%S' in `format' do require
a2f4def1
LT
4492 corresponding object. Clarify behavior of numeric prefix after
4493 `%' in `format'.
4494 (Case Conversion): The argument to `upcase-initials' can be a
4495 character.
4496
a2296bf9
KH
44972003-10-27 Kenichi Handa <handa@m17n.org>
4498
4499 * display.texi (Fontsets): Fix texinfo usage.
4500
885fef7c
KH
45012003-10-25 Kenichi Handa <handa@m17n.org>
4502
4503 * display.texi (Fontsets): Add description of the function
4504 set-fontset-font.
4505
0c6b7a1f
LT
45062003-10-23 Luc Teirlinck <teirllm@auburn.edu>
4507
4508 * display.texi (Temporary Displays): Add xref to `Documentation
4509 Tips'.
4510
4511 * functions.texi (Function Safety): Use inforef instead of pxref
4512 for SES.
4513
c3cda320
AS
45142003-10-23 Andreas Schwab <schwab@suse.de>
4515
4516 * Makefile.in (TEX, texinputdir): Don't define.
4517 (TEXI2DVI): Define.
4518 (srcs): Remove $(srcdir)/index.perm and $(srcdir)/index.unperm,
4519 add $(srcdir)/index.texi.
4520 ($(infodir)/elisp): Remove index.texi dependency.
4521 (elisp.dvi): Likewise. Use $(TEXI2DVI).
4522 (index.texi): Remove target.
4523 (dist): Don't link $(srcdir)/permute-index.
83badb71
AS
4524 (clean): Don't remove index.texi.
4525
c3cda320
AS
4526 * permute-index, index.perm: Remove.
4527 * index.texi: Rename from index.unperm.
4528
e5dadca7
LT
45292003-10-22 Luc Teirlinck <teirllm@auburn.edu>
4530
4531 * tips.texi (Documentation Tips): Document new behavior for face
4532 and variable hyperlinks in Help mode.
4533
6cfb0777
LT
45342003-10-21 Luc Teirlinck <teirllm@auburn.edu>
4535
4536 * objects.texi (Integer Type): Update for extra bit of integer range.
4537 (Character Type): Ditto.
4538
a6eeaa81 45392003-10-16 Eli Zaretskii <eliz@gnu.org>
a4fc3ab3
EZ
4540
4541 * numbers.texi (Integer Basics): Add index entries for reading
4542 numbers in hex, octal, and binary.
4543
c8f9ba83
LK
45442003-10-16 Lute Kamstra <lute@gnu.org>
4545
4546 * modes.texi (Mode Line Format): Mention force-mode-line-update's
4547 argument.
4548
b52a26fb
LT
45492003-10-13 Luc Teirlinck <teirllm@auburn.edu>
4550
4551 * windows.texi (Choosing Window): Fix typo.
4552 * edebug.texi (Edebug Execution Modes): Fix typo.
4553
f7005886
RS
45542003-10-13 Richard M. Stallman <rms@gnu.org>
4555
4556 * windows.texi (Basic Windows): A window has fringe settings,
4557 display margins and scroll-bar settings.
4558 (Splitting Windows): Doc split-window return value.
4559 Clean up one-window-p.
4560 (Selecting Windows): Fix typo.
4561 (Cyclic Window Ordering): Explain frame as ALL-FRAMES in next-window.
4562 (Buffers and Windows): In set-window-buffer, explain effect
4563 on fringe settings and scroll bar settings.
4564 (Displaying Buffers): In pop-to-buffer, explain nil as buffer arg.
4565 (Choosing Window): Use defopt for pop-up-frame-function.
4566 For special-display-buffer-names, explain same-window and same-frame.
4567 Clarify window-dedicated-p return value.
4568 (Textual Scrolling): scroll-up and scroll-down can get an error.
4569 (Horizontal Scrolling): Clarify auto-hscroll-mode.
4570 Clarify set-window-hscroll.
4571 (Size of Window): Don't mention tool bar in window-height.
4572 (Coordinates and Windows): Explain what coordinates-in-window-p
4573 returns for fringes and display margins.
4574 (Window Configurations): Explain saving fringes, etc.
4575
4576 * tips.texi (Library Headers): Clean up Documentation.
4577
4578 * syntax.texi (Parsing Expressions): Clean up forward-comment
4579 and parse-sexp-lookup-properties.
4580
4581 * sequences.texi (Sequence Functions): sequencep accepts bool-vectors.
4582
4583 * os.texi (System Environment): Clean up text for load-average errors.
4584
4585 * modes.texi (Hooks): Don't explain local hook details at front.
4586 Clarify run-hooks and run-hook-with-args a little.
4587 Clean up add-hook and remove-hook.
4588
4589 * edebug.texi (Edebug Execution Modes): Clarify t.
4590 Document edebug-sit-for-seconds.
4591 (Coverage Testing): Document C-x X = and =.
4592 (Instrumenting Macro Calls): Fix typo.
4593 (Specification List): Don't index the specification keywords.
4594
c989ebe9
KS
45952003-10-10 Kim F. Storm <storm@cua.dk>
4596
4597 * processes.texi (Network): Introduce make-network-process.
4598
f9525eef
LT
45992003-10-09 Luc Teirlinck <teirllm@auburn.edu>
4600
4601 * tips.texi (Library Headers): Fix typo.
4602
f008b925
LK
46032003-10-07 Juri Linkov <juri@jurta.org>
4604
4605 * modes.texi (Imenu): Mention imenu-create-index-function's
4606 default value. Explain submenus better.
4607
c22c5da6
LK
46082003-10-07 Lute Kamstra <lute@gnu.org>
4609
4610 * modes.texi (Faces for Font Lock): Fix typo.
4611 (Hooks): Explain how buffer-local hook variables can refer to
4612 global hook variables.
4613 Various minor clarifications.
4614
49247521
LK
46152003-10-06 Lute Kamstra <lute@gnu.org>
4616
4617 * tips.texi (Coding Conventions): Mention naming conventions for
4618 hooks.
4619
9296c947
LT
46202003-10-05 Luc Teirlinck <teirllm@auburn.edu>
4621
4622 * loading.texi (Library Search): Correct default value of
4623 load-suffixes.
4624 (Named Features): Fix typo.
4625
0e9b293a
RS
46262003-10-05 Richard M. Stallman <rms@gnu.org>
4627
4628 * loading.texi (Named Features): In `provide',
4629 say how to test for subfeatures.
4630 (Unloading): In unload-feature, use new var name
4631 unload-feature-special-hooks.
4632
49247521 46332003-10-03 Lute Kamstra <lute@gnu.org>
10ee4e90
LK
4634
4635 * modes.texi (Major Mode Conventions): Mention third way to set up
4636 Imenu.
4637 (Imenu): A number of small fixes.
4638 Delete documentation of internal variable imenu--index-alist.
4639 Document the return value format of imenu-create-index-function
4640 functions.
4641
ab8f7d5c
RS
46422003-09-30 Richard M. Stallman <rms@gnu.org>
4643
4644 * processes.texi (Network): Say what stopped datagram connections do.
4645
4646 * lists.texi (Association Lists): Clarify `assq-delete-all'.
4647
4648 * display.texi (Overlay Properties): Clarify `evaporate' property.
4649
49247521 46502003-09-29 Lute Kamstra <lute@gnu.org>
86b9b767
LK
4651
4652 * modes.texi (Mode Line Data): Explain when symbols in mode-line
c22c5da6 4653 constructs should be marked as risky.
86b9b767
LK
4654 Change cons cell into proper list.
4655 (Mode Line Variables): Change cons cell into proper list.
4656
49247521 46572003-09-26 Lute Kamstra <lute@gnu.org>
bc3b02f9
LK
4658
4659 * modes.texi (Mode Line Data): Document the :propertize construct.
4660 (Mode Line Variables): Reorder the descriptions of the variables
c22c5da6 4661 to match their order in the default mode-line-format.
bc3b02f9
LK
4662 Describe the new variables mode-line-position and mode-line-modes.
4663 Update the default values of mode-line-frame-identification,
4664 minor-mode-alist, and default-mode-line-format.
4665 (Properties in Mode): Mention the :propertize construct.
6142d1d0 4666
bc3b02f9 46672003-09-26 Richard M. Stallman <rms@gnu.org>
6142d1d0 4668
c22c5da6 4669 * buffers.texi, commands.texi, debugging.texi, eval.texi:
6142d1d0
RS
4670 * loading.texi, minibuf.texi, text.texi, variables.texi:
4671 Avoid @strong{Note:}.
4672
46732003-09-26 Richard M. Stallman <rms@gnu.org>
4674
4675 * keymaps.texi (Remapping Commands): Fix typo.
4676
41beda59
LT
46772003-09-23 Luc Teirlinck <teirllm@mail.auburn.edu>
4678
4679 * processes.texi (Low-Level Network): Fix typo.
4680
ef6ae4ff
KS
46812003-09-23 Kim F. Storm <storm@cua.dk>
4682
4683 * processes.texi (Network, Network Servers): Fix typos.
4684 (Low-Level Network): Add timeout value for :server keyword.
4685 Add new option keywords to make-network-process.
4686 Add set-network-process-options.
4687 Explain how to test availability of network options.
4688
b0f23edf
RS
46892003-09-19 Richard M. Stallman <rms@gnu.org>
4690
4691 * text.texi (Motion by Indent): Arg to
4692 backward-to-indentation and forward-to-indentation is optional.
4693
4694 * strings.texi (Creating Strings): Add substring-no-properties.
4695
4696 * processes.texi
4697 (Process Information): Add list-processes arg QUERY-ONLY.
4698 Delete process-contact from here.
4699 Add new status values for process-status.
4700 Add process-get, process-put, process-plist, set-process-plist.
4701 (Synchronous Processes): Add call-process-shell-command.
4702 (Signals to Processes): signal-process allows process objects.
4703 (Network): Complete rewrite.
4704 (Network Servers, Datagrams, Low-Level Network): New nodes.
4705
4706 * positions.texi (Word Motion): forward-word, backward-word
4707 arg is optional. Reword.
4708
4709 * abbrevs.texi (Defining Abbrevs): Index no-self-insert.
4710
c22c5da6 4711 * variables.texi (Creating Buffer-Local):
b0f23edf
RS
4712 Delete duplicate definition of buffer-local-value.
4713 (File Local Variables): Explain about discarding text props.
4714
f387bdea
RS
47152003-09-11 Richard M. Stallman <rms@gnu.org>
4716
4717 * minibuf.texi (Intro to Minibuffers): Explain that the minibuffer
4718 changes variables that record input events.
4719 (Minibuffer Misc): Add minibuffer-selected-window.
4720
4721 * lists.texi (Building Lists): Add copy-tree.
4722
4723 * display.texi (Fontsets): Add char-displayable-p.
4724 (Scroll Bars): New node.
4725
49247521 47262003-09-08 Lute Kamstra <lute@gnu.org>
5df034de
LK
4727
4728 * modes.texi (%-Constructs): Document new `%i' and `%I'
4729 constructs.
4730
fd026ee1
JR
47312003-09-03 Peter Runestig <peter@runestig.com>
4732
4733 * makefile.w32-in: New file.
4734
4828b4d7
RS
47352003-08-29 Richard M. Stallman <rms@gnu.org>
4736
4737 * display.texi (Overlay Properties): Clarify how priorities
4738 affect use of the properties.
4739
a4e4f05d
LT
47402003-08-19 Luc Teirlinck <teirllm@mail.auburn.edu>
4741
4742 * customize.texi (Type Keywords): Correct the description of
4743 `:help-echo' in the case where `motion-doc' is a function.
4744
3ebe0346
JPW
47452003-08-14 John Paul Wallington <jpw@gnu.org>
4746
4747 * modes.texi (Emulating Mode Line): Subsection, not section.
4748
3afe8e39
RS
47492003-08-13 Richard M. Stallman <rms@gnu.org>
4750
4751 * elisp.texi (Top): Update subnode lists in menu.
4752
4753 * text.texi (Insertion): Add insert-buffer-substring-no-properties.
4754 (Kill Functions): kill-region has new arg yank-handler.
4755 (Yanking): New node.
4756 (Yank Commands): Add yank-undo-function.
4757 (Low-Level Kill Ring):
4758 kill-new and kill-append have new arg yank-handler.
4759 (Changing Properties): Add remove-list-of-text-properties.
4760 (Atomic Changes): New node.
4761
4762 * symbols.texi (Other Plists): Add lax-plist-get, lax-plist-put.
4763
4764 * streams.texi (Output Variables): Add eval-expression-print-length
4765 and eval-expression-print-level.
4766
4767 * os.texi (Time Conversion): For encode-time, explain limits on year.
4768
4769 * objects.texi (Character Type): Define anchor "modifier bits".
4770
4771 * modes.texi (Emulating Mode Line): New node.
4772 (Search-based Fontification): Font Lock uses font-lock-face property.
4773 (Other Font Lock Variables): Likewise.
4774
4775 * keymaps.texi (Format of Keymaps): Keymaps contain char tables,
4776 not vectors.
4777 (Active Keymaps): Add emulation-mode-map-alists.
4778 (Functions for Key Lookup): key-binding has new arg no-remap.
4779 (Remapping Commands): New node.
4780 (Scanning Keymaps): where-is-internal has new arg no-remap.
4781 (Tool Bar): Add tool-bar-local-item-from-menu.
4782 Clarify when to use tool-bar-add-item-from-menu.
4783
4784 * commands.texi (Interactive Call): commandp has new arg.
4785 (Command Loop Info): Add this-original-command.
4786
e37769b1
JPW
47872003-08-06 John Paul Wallington <jpw@gnu.org>
4788
4789 * compile.texi (Compiler Errors): Say `@end defmac' after `@defmac'.
4790
4791 * display.texi (Warning Basics): Fix typo.
4792 (Fringes): Add closing curly bracket and fix typo.
4793
4794 * elisp.texi (Top): Fix typo.
4795
c5e0561f
RS
47962003-08-05 Richard M. Stallman <rms@gnu.org>
4797
4798 * elisp.texi: Update lists of subnodes.
4799
4800 * windows.texi (Buffers and Windows): set-window-buffer has new arg.
4801
4802 * variables.texi (Local Variables): Use lc for example variable names.
4803
4804 * tips.texi (Library Headers): Explain where to put -*-.
4805
4806 * strings.texi (Creating Strings): Fix xref for vconcat.
4807
4808 * sequences.texi (Vector Functions):
4809 vconcat no longer allows integer args.
4810
4811 * minibuf.texi (Reading File Names): read-file-name has new
4812 arg PREDICATE. New function read-directory-name.
4813
4814 * macros.texi (Defining Macros): Give definition of `declare'
4815 (Indenting Macros): New node.
4816
4817 * frames.texi (Parameter Access): Add modify-all-frames-parameters.
4818 (Window Frame Parameters): Make separate table of parameters
4819 that are coupled with specific face attributes.
4820 (Deleting Frames): delete-frame-hooks renamed to
4821 delete-frame-functions.
4822
4823 * files.texi (Magic File Names): Add file-remote-p.
4824 Clarify file-local-copy.
4825
4826 * edebug.texi (Instrumenting Macro Calls): Don't define `declare'
4827 here; instead xref Defining Macros.
4828
4829 * display.texi (Warnings): New node, and subnodes.
4830 (Fringes): New node.
4831
4832 * debugging.texi (Test Coverage): New node.
4833
4834 * compile.texi (Compiler Errors): Explain with-no-warnings
4835 and other ways to suppress warnings.
4836
4837 * commands.texi (Interactive Call): Minor clarification.
4838
4839 * buffers.texi (Buffer File Name): set-visited-file-name
4840 renames the buffer too.
4841
4842 * abbrevs.texi (Abbrev Tables): Add copy-abbrev-table.
4843
ee59dede
MR
48442003-07-24 Markus Rost <rost@math.ohio-state.edu>
4845
4846 * abbrevs.texi (Abbrev Expansion): Use \s syntax in example.
4847
f0514b34
MR
48482003-07-22 Markus Rost <rost@math.ohio-state.edu>
4849
4850 * internals.texi (Garbage Collection): Fix previous change.
4851
c73983bb
RS
48522003-07-22 Richard M. Stallman <rms@gnu.org>
4853
4854 * files.texi (Truenames): Add LIMIT arg to file-chase-links.
4855
4856 * display.texi (Width): Use \s syntax in example.
4857 (Font Selection): Add face-font-rescale-alist.
4858
4859 * modes.texi (Imenu): Add xref to Emacs Manual node on Imenu.
4860 Remove spurious indent in example.
4861
4862 * lists.texi (Building Lists): Add number-sequence.
4863
4864 * internals.texi (Garbage Collection): Add gcs-done, gc-elapsed.
4865
4866 * functions.texi (Function Documentation): Explain how to
4867 show calling convention explicitly in the doc string.
4868
4869 * windows.texi (Selecting Windows): save-selected-window saves
4870 selected window of each frame.
4871 (Window Configurations): Minor change.
4872
4873 * syntax.texi (Syntax Table Functions): Use \s syntax in examples.
4874
4875 * streams.texi (Output Variables): Add print-continuous-numbering
4876 and print-number-table.
4877
4878 * processes.texi (Decoding Output): New node.
4879
4880 * os.texi (Time Conversion): decode-time arg is optional.
4881
4882 * objects.texi (Character Type): Don't use space as example for \.
4883 Make list of char names and \-sequences correspond.
4884 Explain that \s is not used in strings. `\ ' needs space after.
4885
4886 * nonascii.texi (Converting Representations): Add string-to-multibyte.
4887 (Translation of Characters): Add translation-table-for-input.
4888 (Default Coding Systems): Add auto-coding-functions.
4889 (Explicit Encoding): Add decode-coding-inserted-region.
4890 (Locales): Add locale-info.
4891
4892 * minibuf.texi (Basic Completion): Describe test-completion.
4893 Collections can be lists of strings.
4894 Clean up lazy-completion-table.
4895 (Programmed Completion): Mention test-completion.
4896 Clarify why lambda expressions are not accepted.
4897 (Minibuffer Misc): Describe minibufferp.
4898
51a8b435
RS
48992003-07-14 Richard M. Stallman <rms@gnu.org>
4900
4901 * buffers.texi (Killing Buffers): kill-buffer-hook is perm local.
4902
4903 * windows.texi (Selecting Windows): New arg to select-window.
4904 (Selecting Windows): Add with-selected-window.
4905 (Size of Window): Add window-inside-edges, etc.
4906
4907 * internals.texi (Garbage Collection): Add post-gc-hook.
4908
4909 * processes.texi (Subprocess Creation): Add exec-suffixes.
4910
4911 * keymaps.texi (Functions for Key Lookup): Add current-active-maps.
4912 (Scanning Keymaps): Add map-keymaps.
4913 (Defining Menus): Add keymap-prompt.
4914
4915 * numbers.texi (Integer Basics): Add most-positive-fixnum,
4916 most-negative-fixnum.
4917
4918 * compile.texi (Byte Compilation): Explain no-byte-compile
4919 (Compiler Errors): New node.
4920
4921 * os.texi (User Identification): user-uid, user-real-uid
4922 can return float.
4923
4924 * modes.texi (Major Mode Conventions): Explain about run-mode-hooks
4925 and about derived modes.
4926 (Minor Modes): Add minor-mode-list.
4927 (Defining Minor Modes): Keyword args for define-minor-mode.
4928 (Search-based Fontification): Explain managing other properties.
4929 (Other Font Lock Variables): Add font-lock-extra-managed-props.
4930 (Faces for Font Lock): Add font-locl-preprocessor-face.
4931 (Hooks): Add run-mode-hooks and delay-mode-hooks.
4932
4933 * variables.texi (Creating Buffer-Local): Add buffer-local-value.
e57d0aa8 4934 (Variable Aliases): Clarify defvaralias.
51a8b435
RS
4935
4936 * loading.texi (Library Search): Add load-suffixes.
4937
4938 * minibuf.texi (Basic Completion): Add lazy-completion-table.
4939 (Programmed Completion): Add dynamic-completion-table.
4940
4941 * files.texi (Changing Files): copy-file allows dir as NEWNAME.
4942 (Magic File Names): Specify precedence order of handlers.
199bb209 4943
51a8b435
RS
4944 * commands.texi (Command Overview): Emacs server runs pre-command-hook
4945 and post-command-hook.
4946 (Waiting): New calling convention for sit-for.
4947
4948 * text.texi (Special Properties): local-map and keymap properties
4949 apply based on their stickiness.
4950
c6de56a0
RS
49512003-07-07 Richard M. Stallman <rms@gnu.org>
4952
4953 * modes.texi (Minor Mode Conventions): Specify only some kinds
4954 of list values as args to minor modes.
4955
4956 * files.texi (File Name Expansion): Warn about iterative use
4957 of substitute-in-file-name.
4958
4959 * advice.texi (Activation of Advice): Clean up previous change.
4960
8c761ea6
MR
49612003-07-06 Markus Rost <rost@math.ohio-state.edu>
4962
4963 * advice.texi (Activation of Advice): Note that ad-start-advice is
4964 turned on by default.
4965
c6de56a0
RS
49662003-06-30 Richard M. Stallman <rms@gnu.org>
4967
4968 * text.texi (Buffer Contents): Document current-word.
4969 (Change Hooks): Not called for *Messages*.
4970
4971 * functions.texi (Defining Functions): Explain about redefining
4972 primitives.
4973 (Function Safety): Renamed. Minor changes.
4974 Comment out the detailed criteria for what is safe.
4975
3fe4e567
AS
49762003-06-22 Andreas Schwab <schwab@suse.de>
4977
4978 * objects.texi (Symbol Type): Fix description of examples.
4979
cda7bd13
AS
49802003-06-16 Andreas Schwab <schwab@suse.de>
4981
4982 * hash.texi (Creating Hash): Fix description of :weakness.
4983
fbcffa4a
KG
49842003-06-13 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@gmx.net>
4985
4986 * files.texi (Changing Files): copy-file copies file modes, too.
4987
ff6a3bfb
RS
49882003-05-28 Richard M. Stallman <rms@gnu.org>
4989
4990 * strings.texi (Creating Strings): Clarify split-string.
4991
1463a05d
JB
49922003-05-22 Stephen J. Turnbull <stephen@xemacs.org>
4993
4994 * strings.texi (Creating Strings): Update split-string specification
4995 and examples.
4996
af253914
RS
49972003-05-19 Richard M. Stallman <rms@gnu.org>
4998
4999 * elisp.texi: Correct invariant section names.
5000
7ea52f92
RS
50012003-04-20 Richard M. Stallman <rms@gnu.org>
5002
5003 * os.texi (Timers): Explain about timers and quitting.
5004
e31afc09
RS
50052003-04-19 Richard M. Stallman <rms@gnu.org>
5006
5007 * internals.texi (Writing Emacs Primitives): Strings are
5008 no longer special for GCPROs. Mention GCPRO5, GCPRO6.
5009 Explain GCPRO convention for varargs function args.
5010
5ceea398
RS
50112003-04-16 Richard M. Stallman <rms@gnu.org>
5012
5013 * minibuf.texi (Minibuffer Misc): Document fn minibuffer-message.
5014
b0ada147
RS
50152003-04-08 Richard M. Stallman <rms@gnu.org>
5016
5017 * files.texi (Kinds of Files): Correct return value of file-symlink-p.
5018
b23375aa
KS
50192003-02-13 Kim F. Storm <storm@cua.dk>
5020
5021 * objects.texi (Character Type): New \s escape for space.
5022
c60ee5e7
JB
50232003-01-31 Joe Buehler <jhpb@draco.hekimian.com>
5024
5025 * os.texi (System Environment): Added cygwin system-type.
5026
84e47416
RS
50272003-01-25 Richard M. Stallman <rms@gnu.org>
5028
5029 * keymaps.texi: Document that a symbol can act as a keymap.
5030
3e8cf2ea
RS
50312003-01-13 Richard M. Stallman <rms@gnu.org>
5032
5033 * text.texi (Changing Properties): Say string indices are origin-0.
5034
5035 * positions.texi (Screen Lines) <compute-motion>:
5036 Correct order of elts in return value.
5037
5038 * keymaps.texi (Changing Key Bindings) <define-key>: Mention
5039 how to define a default binding.
5040
7abb9fc5 50412002-12-07 Markus Rost <rost@math.ohio-state.edu>
177f790c 5042
104bc3aa 5043 * loading.texi (Unloading): Fix recent change for load-history.
5b1fc152 5044
104bc3aa 5045 * customize.texi (Simple Types): Clarify description of custom
9b7fa297 5046 type 'number. Describe new custom type 'float.
177f790c 5047
7abb9fc5 50482002-12-04 Markus Rost <rost@math.ohio-state.edu>
24ff45f3
MR
5049
5050 * variables.texi (File Local Variables): Fix typo.
5051
df140a68 50522002-10-23 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@uni-duisburg.de>
c60ee5e7 5053
df140a68
KG
5054 From Michael Albinus <Michael.Albinus@alcatel.de>.
5055
5056 * README: Target for Info file is `make info'.
5057
5058 * files.texi (File Name Components): Fixed typos in
5059 `file-name-sans-extension'.
5060 (Magic File Names): Complete list of operations for magic file
5061 name handlers.
5062
7ed9159a
JY
50632002-09-16 Jonathan Yavner <jyavner@engineer.com>
5064
5065 * variables.texi (File Local Variables): New function
5066 risky-local-variable-p.
5067
50682002-09-15 Jonathan Yavner <jyavner@engineer.com>
5069
5070 * functions.texi (Function safety): New node about unsafep.
5071
241f79af
PA
50722002-08-05 Per Abrahamsen <abraham@dina.kvl.dk>
5073
5074 * customize.texi (Splicing into Lists): Fixed example.
5075 Reported by Fabrice Bauzac <fabrice.bauzac@wanadoo.fr>
5076
72459b15
JB
50772002-06-17 Juanma Barranquero <lektu@terra.es>
5078
5079 * frames.texi (Display Feature Testing): Fix typo.
5080
61f7e0f5
AS
50812002-06-12 Andreas Schwab <schwab@suse.de>
5082
5083 * frames.texi (Initial Parameters, Resources): Fix references to
5084 the Emacs manual.
5085
4e792dbd
KS
50862002-05-13 Kim F. Storm <storm@cua.dk>
5087
5088 * variables.texi (Intro to Buffer-Local): Updated warning and
5089 example relating to changing buffer inside let.
5090
940344d4 50912002-03-10 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
d873ec96
JD
5092
5093 * os.texi (Session Management): New node about X Session management.
5094
231ac53b
EZ
50952002-01-18 Eli Zaretskii <eliz@is.elta.co.il>
5096
5097 * elisp.texi (VERSION): Set to 2.9. Update the version of Emacs
5098 to which the manual corresponds, and the copyright years.
5099
5100 * Makefile.in (VERSION): Set to 2.9.
5101
140cc574
EZ
51022001-11-29 Eli Zaretskii <eliz@is.elta.co.il>
5103
5104 * elisp.texi: Change the category in @dircategory to "Emacs", to
5105 make it consistent with info/dir.
5106
9c7fce05
MB
51072001-11-25 Miles Bader <miles@gnu.org>
5108
5109 * text.texi (Fields): Describe new `limit' arg in
5110 field-beginning/field-end.
5111
9f8bbf0f
EZ
51122001-11-17 Eli Zaretskii <eliz@is.elta.co.il>
5113
a5e6715c
EZ
5114 * permute-index: Don't depend on csh-specific features. Replace
5115 the interpreter name with /bin/sh.
5116
9f8bbf0f
EZ
5117 * two-volume-cross-refs.txt: New file.
5118 * two.el: New file.
5119 * spellfile: New file.
5120
1756e2fb
EZ
51212001-11-16 Eli Zaretskii <eliz@is.elta.co.il>
5122
5123 * permute-index: New file.
5124
5125 * vol1.texi, vol2.texi: Renamed from elisp-vol1.texi and
5126 elisp-vol2.texi, respectively, to avoid file-name clashes in DOS
5127 8+3 restricted namespace.
ad050e54
EZ
5128
5129 * Makefile.in (infodir): Define relative to $(srcdir).
5130 ($(infodir)/elisp): Don't chdir into $(srcdir), but add it to the
5131 include directories list via -I switch to makeinfo.
5132 (index.texi): Use cp if both hard and symbolic links fail.
5133
10fa7f8e
EZ
51342001-11-10 Eli Zaretskii <eliz@is.elta.co.il>
5135
7a1494ce
EZ
5136 * Makefile.in (distclean): Add.
5137
10fa7f8e
EZ
5138 The following changes make ELisp manual part of the Emacs
5139 distribution:
5140
5141 * Makefile.in: Add Copyright notice.
5142 (prefix): Remove.
5143 (infodir): Change value to "../info".
5144 (VPATH): New variable.
5145 (MAKE): Don't define.
5146 (texmacrodir): Don't define.
5147 (texinputdir): Append the existing value of TEXINPUTS.
5148 ($(infodir)/elisp): Instead of just "elisp". Reformat the
5149 command to be compatible with man/Makefile.in, and to put the
5150 output into ../info.
5c32b7c5 5151 (info): Add target.
10fa7f8e
EZ
5152 (installall): Target removed.
5153
74686736 51542001-10-31 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
2b209b97
PJ
5155
5156 * tips.texi (Coding Conventions): Fix typo.
5157
6fd735df
GM
51582001-10-23 Gerd Moellmann <gerd@gnu.org>
5159
5160 * Makefile.in (srcs): Add gpl.texi and doclicense.texi.
5161
b704d54b
EZ
51622001-10-22 Eli Zaretskii <eliz@is.elta.co.il>
5163
5164 * files.texi (File Name Components): Update the description of
5165 file-name-sans-extension and file-name-extension, as they now
5166 ignore leading dots.
5167
71431a0e
GM
51682001-10-20 Gerd Moellmann <gerd@gnu.org>
5169
6aa97356 5170 * (Version 21.1 released.)
71431a0e 5171
79f1f96c
MB
51722001-10-19 Miles Bader <miles@gnu.org>
5173
5174 * positions.texi (Text Lines): Describe behavior of
5175 `beginning-of-line'/`end-of-line' in the presence of field properties.
5176
892a8f36
GM
51772001-10-17 Gerd Moellmann <gerd@gnu.org>
5178
5179 * Makefile.in (VERSION): Set to 2.8.
5180 (manual): Use `manual-21'.
5181
8c1cc9e8 5182 * elisp.texi (VERSION): Add and use it where the version
892a8f36
GM
5183 number was used. Set it to 2.8.
5184
5185 * intro.texi: Likewise.
5186
51724e26
EZ
51872001-10-13 Eli Zaretskii <eliz@is.elta.co.il>
5188
5189 * files.texi (File Name Completion): Document the significance of
5190 a trailing slash in elements of completion-ignored-extensions.
5191
57b338e8
MB
51922001-10-06 Miles Bader <miles@gnu.org>
5193
5194 * variables.texi (Variable Aliases): It's `@defmac', not `@defmacro'.
5195
c89e4bc5
GM
51962001-10-04 Gerd Moellmann <gerd@gnu.org>
5197
5198 * variables.texi (Variable Aliases): New node.
5199
ab952a4f
GM
52002001-10-04 Gerd Moellmann <gerd@gnu.org>
5201
5202 * Branch for 21.1.
dff28924 5203
9db3a582
MB
52042001-10-02 Miles Bader <miles@gnu.org>
5205
ae1a9581
MB
5206 * minibuf.texi (Minibuffer Misc): Add entries for
5207 `minibuffer-contents', `minibuffer-contents-no-properties', and
5208 `delete-minibuffer-contents'.
5209 Correct description for `minibuffer-prompt-end'.
5210
9db3a582
MB
5211 * text.texi (Property Search): Correct descriptions of
5212 `next-char-property-change' and `previous-char-property-change'.
5213 Add entries for `next-single-char-property-change' and
5214 `previous-single-char-property-change'.
5215 Make operand names a bit more consistent.
5216
03be5931
EZ
52172001-09-30 Eli Zaretskii <eliz@is.elta.co.il>
5218
5219 * frames.texi (Finding All Frames): Document that next-frame and
5220 previous-frame are local to current terminal.
5221
974548ec
EZ
52222001-09-26 Eli Zaretskii <eliz@is.elta.co.il>
5223
5224 * keymaps.texi (Creating Keymaps): Fix the description of the
dff28924 5225 result of make-keymap.
974548ec 5226
8d82c597
EZ
52272001-09-23 Eli Zaretskii <eliz@is.elta.co.il>
5228
5229 * display.texi (Font Lookup, Attribute Functions)
5230 (Image Descriptors): Add cross-references to the definition of
5231 selected frame.
5232
5233 * buffers.texi (The Buffer List): Add cross-references to the
5234 definition of selected frame.
5235
5236 * frames.texi (Input Focus): Clarify which frame is _the_ selected
5237 frame at any given time.
5238 (Multiple Displays, Size and Position): Add a cross-reference to
5239 the definition of the selected frame.
5240
2842de30
EZ
52412001-09-08 Eli Zaretskii <eliz@is.elta.co.il>
5242
5243 * strings.texi (String Conversion) <string-to-number>: Document
5244 that a float is returned for integers that are too large.
5245
5246 * frames.texi (Mouse Position): Document mouse-position-function.
5247 (Display Feature Testing): Document display-images-p.
5248 (Window Frame Parameters): Document the cursor-type variable.
5249
5250 * numbers.texi (Integer Basics): Document CL style read syntax for
5251 integers in bases other than 10.
5252
5253 * positions.texi (List Motion): Document
5254 open-paren-in-column-0-is-defun-start.
5255
5256 * lists.texi (Sets And Lists): Document member-ignore-case.
5257
5258 * internals.texi (Garbage Collection): Document the used and free
5259 strings report.
5260 (Memory Usage): Document strings-consed.
5261
5262 * os.texi (Time of Day): Document float-time.
5263 (Recording Input): Document that clear-this-command-keys clears
5264 the vector to be returned by recent-keys.
5265
5266 * keymaps.texi (Scanning Keymaps) <where-is-internal>: The
5267 argument keymap can be a list.
5268
5269 * nonascii.texi (User-Chosen Coding Systems)
5270 <select-safe-coding-system>: Document the new argument
5271 accept-default-p and the variable
5272 select-safe-coding-system-accept-default-p. Tell what happens if
5273 buffer-file-coding-system is undecided.
5274 (Default Coding Systems): Document auto-coding-regexp-alist.
5275
5276 * display.texi (The Echo Area) <message>: Document
5277 message-truncate-lines.
5278 (Glyphs): Document that the glyph table is unused on windowed
5279 displays.
5280
5281 * help.texi (Describing Characters) <single-key-description>:
5282 Document the new argument no-angles.
5283 (Accessing Documentation) <documentation-property>: Document that
5284 a non-string property is evaluated.
5285 <documentation>: Document that the function-documentation property
5286 is looked for.
5287
5288 * windows.texi (Selecting Windows): Document some-window.
5289
5290 * text.texi (MD5 Checksum): New node, documents the md5 primitive.
5291
5292 * hooks.texi (Standard Hooks): Add kbd-macro-termination-hook and
5293 apropos-mode-hook.
5294
5295 * commands.texi (Using Interactive): Document interactive-form.
5296 (Keyboard Macros): Document kbd-macro-termination-hook.
5297 (Command Loop Info): Document that clear-this-command-keys clears
5298 the vector to be returned by recent-keys.
5299
2d43d823
GM
53002001-09-04 Werner LEMBERG <wl@gnu.org>
5301
5302 * Makefile.in (srcdir, texinputdir): New variables.
5303 (srcs, index.texi, install): Use $(srcdir).
5304 (.PHONY): Remove elisp.dvi.
5305 (elisp): Use -I switch for makeinfo.
5306 (elisp.dvi): Use $(srcdir) and $(texinputdir).
5307 (installall, dist): Use $(srcdir).
5308 Fix path to texinfo.tex.
5309 (maintainer-clean): Add elisp.dvi and elisp.oaux.
5310
fa739b31
GM
53112001-08-30 Gerd Moellmann <gerd@gnu.org>
5312
92a25631
GM
5313 * display.texi (Conditional Display): Adjust to API change.
5314
fa739b31
GM
5315 * configure: New file.
5316
cef68af5
GM
53172001-07-30 Gerd Moellmann <gerd@gnu.org>
5318
5319 * commands.texi (Repeat Events): Add description of
5320 double-click-fuzz.
5321
d1f08d85
SM
53222001-05-08 Stefan Monnier <monnier@cs.yale.edu>
5323
5324 * syntax.texi (Syntax Class Table): Add the missing designator for
5325 comment and string fences.
5326 (Syntax Properties): Add a xref to syntax table internals.
5327 (Syntax Table Internals): Document string-to-syntax.
5328
1e9fc92e
GM
53292001-05-07 Gerd Moellmann <gerd@gnu.org>
5330
5331 * Makefile.in (install): Use install-info command line options
5332 like in Emacs' Makefile.in.
5333
00480554
MB
53342000-12-09 Miles Bader <miles@gnu.org>
5335
5336 * windows.texi (Window Start): Update documentation for
5337 `pos-visible-in-window-p'.
5338
1e344ee2
SM
53392000-11-12 Stefan Monnier <monnier@cs.yale.edu>
5340
5341 * lists.texi (Building Lists): Add footnote to explain how to add
5342 to the end of a list.
5343
a540f6ed
GM
53442000-10-25 Gerd Moellmann <gerd@gnu.org>
5345
5346 * files.texi (Visiting Functions): Typos.
5347
28bcdbee
KH
53482000-10-25 Kenichi Handa <handa@etl.go.jp>
5349
5350 * files.texi (Visiting Functions): Return value of
5351 find-file-noselect may be a list of buffers if wildcards are used.
5352
22d1a4ed
MB
53532000-10-24 Miles Bader <miles@lsi.nec.co.jp>
5354
5355 * display.texi (Defining Faces): Document `graphic' display type
5356 in face specs.
5357
916a89db
KG
53582000-10-18 Kai Grossjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5359
1e9fc92e 5360 * hooks.texi (Standard Hooks): Replace obsolete
916a89db
KG
5361 `after-make-frame-hook' with `after-make-frame-functions'.
5362
1e9fc92e 5363 * frames.texi (Creating Frames): Ditto.
916a89db 5364
1e9fc92e 5365 * variables.texi (Future Local Variables): Ditto.
916a89db 5366
483de32b
GM
53672000-10-16 Gerd Moellmann <gerd@gnu.org>
5368
5369 * display.texi (Other Image Types): Add description of :foreground
5370 and :background properties of mono PBM images.
5371
e23a63a5
WL
53722000-08-17 Werner LEMBERG <wl@gnu.org>
5373
5374 * .cvsignore: New file.
5375
dfc16043
GM
53762000-01-05 Gerd Moellmann <gerd@gnu.org>
5377
5378 * tindex.pl: New script.
5379
602613fe
DL
53801999-12-03 Dave Love <fx@gnu.org>
5381
5382 * Makefile.in (MAKEINFO): New parameter.
5383
94ec544d
DL
53841999-09-17 Richard Stallman <rms@gnu.org>
5385
5386 * Makefile.in (srcs): Add hash.texi.
5387 (VERSION): Update to 20.6.
5388
53891999-09-13 Richard Stallman <rms@gnu.org>
5390
5391 * Makefile.in (index.texi): If cannot make a symlink, make a hard link.
5392
53931998-08-29 Karl Heuer <kwzh@gnu.org>
5394
5395 * configure.in: New file.
5396 * Makefile.in: Renamed from Makefile.
5397 (prefix, infodir): Use value obtained from configure.
5398 (emacslibdir): Obsolete variable deleted.
5399 (dist): Distribute configure.in, configure, Makefile.in.
5400
54011998-06-12 Richard Stallman <rms@psilocin.ai.mit.edu>
5402
5403 * Makefile (INSTALL_INFO): New variable.
5404 (install): Run install-info.
5405
54061998-05-09 Richard Stallman <rms@psilocin.ai.mit.edu>
5407
5408 * Makefile (elisp.dvi): Add missing backslash.
5409
54101998-05-02 Richard Stallman <rms@psilocin.gnu.org>
5411
5412 * Makefile (elisp.dvi): Don't depend on texindex or on elisp.tps.
5413 Run texindex without `./'. Always run texindex on elisp.tp.
5414 (elisp.tps): Target deleted.
5415
54161998-04-05 Richard Stallman <rms@psilocin.gnu.org>
5417
5418 * Makefile (srcs): Add nonascii.texi and customize.texi.
5419 (dist): Start by deleting `temp'.
5420
54211998-02-17 Richard Stallman <rms@psilocin.gnu.org>
5422
5423 * Makefile (makeinfo, texindex): Targets deleted.
5424 (makeinfo.o, texindex.o): Targets deleted.
5425 (clean, dist): Don't do anything with them or with getopt*.
5426
54271998-01-30 Richard Stallman <rms@psilocin.gnu.org>
5428
5429 * Makefile (SHELL): Defined.
5430
54311998-01-27 Richard Stallman <rms@psilocin.gnu.org>
5432
5433 * Makefile (elisp.tps): New target.
5434 (elisp.dvi): Depend on elisp.tps.
5435
5436Wed Apr 3 15:24:25 1996 Karl Heuer <kwzh@gnu.ai.mit.edu>
5437
5438 * README: Update phone number.
5439
5440 * Makefile (elisp): Make this be the default target.
5441 Depend on makeinfo.c instead of makeinfo.
5442 (install): Don't depend on elisp.dvi, since we don't install that.
5443 Use mkinstalldirs.
5444 (dist): Add mkinstalldirs.
5445
5446Mon Jun 19 14:35:26 1995 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5447
5448 * Makefile (VERSION): Update version number.
5449 (maintainer-clean): Renamed from realclean.
5450
5451Wed Jun 7 17:04:59 1995 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
5452
5453 * Makefile (realclean): New target.
5454 (elisp): Remove any old elisp-* files first.
5455
5456Tue Nov 23 19:59:40 1993 Noah Friedman (friedman@nutrimat.gnu.ai.mit.edu)
5457
d1f08d85
SM
5458 * Makefile (VERSION): New variable.
5459 (dist): Make packaged directory name `elisp-manual-19-$(VERSION)'.
5460 Compressed file suffix should be `.gz', not `.z'.
94ec544d
DL
5461
5462Mon Nov 22 15:06:19 1993 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5463
5464 * Makefile (elisp): Depend on makeinfo.
5465
5466Fri Nov 19 02:29:33 1993 Noah Friedman (friedman@gnu.ai.mit.edu)
5467
d1f08d85 5468 * Makefile (srcs): Add anti.texi.
94ec544d
DL
5469
5470Fri May 28 18:04:53 1993 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5471
5472 * Makefile (infodir, prefix): New vars.
5473 (install): Use infodir.
5474 (emacsinfodir): Deleted.
5475
5476Thu May 27 02:11:25 1993 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5477
5478 * Makefile (srcs): Add calendar.texi.
5479
5480 * Makefile (dist): Copy texindex.c and makeinfo.c.
5481 Limit elisp-* files to those with one or two digits.
5482
5483Sun May 16 17:58:21 1993 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
5484
5485 * Makefile (dist): Changed to use Gzip instead of compress.
5486
5487Fri Apr 23 01:05:23 1993 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
5488
5489 * loading.texi (Unloading): define-function changed back to
5490 defalias. It may not stay this way, but at least it's
5491 consistent with the known-good version of the code patch.
5492
5493Fri Mar 26 21:14:54 1993 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
5494
5495 * modes.texi (Hooks): Document new optional arg of add-hook.
5496
5497Wed Mar 17 08:48:24 1993 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
5498
d1f08d85 5499 * variables.texi: Document nil initial value of buffer-local variables.
94ec544d
DL
5500
5501 * tips.texi: Add new section on standard library headers.
5502
5503Sat Feb 27 18:00:25 1993 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
5504
5505 * Makefile (srcs): Add frame.texi to the list of sources.
5506
5507Tue Feb 23 10:50:25 1993 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
5508
5509 * Makefile (dist): Don't bother excluding autosave files; they'll
5510 never make it into the temp directory anyway, and the hash marks
5511 in the name are problematic for make and the Bourne shell.
dff28924 5512 (srcs):
94ec544d
DL
5513
5514Fri Feb 12 16:54:38 1993 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
5515
d1f08d85 5516 * Makefile (dist): Don't include backup files or autosave files in
94ec544d
DL
5517 the distribution tar file.
5518
dff28924 5519Tue Nov 26 21:10:34 1991 Richard Stallman (rms@mole.gnu.ai.mit.edu)
94ec544d
DL
5520
5521 * Makefile (srcs): Added index.perm.
5522 (elisp.dvi): Remove erroneous shell comment.
5523 Expect output of permute-index in permuted.fns.
5524 Save old elisp.aux in elisp.oaux.
5525 (clean): Added index.texi to be deleted.
5526
dff28924 5527Sat Aug 11 17:39:10 1990 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
94ec544d
DL
5528
5529 * Makefile (elisp.dvi, index.texi): Use shell if instead of ifdef.
5530
dff28924 5531Tue Jun 26 09:57:26 1990 David Lawrence (tale@geech)
94ec544d 5532
6db11765 5533 * files.texi: Noted that completion-ignored-extensions is ignored
94ec544d
DL
5534 when making *Completions*.
5535
5536Fri Jun 8 16:44:44 EDT 1990 Jay Fenlason (hack@ai.mit.edu)
5537
5538 * Makefile make dist now depends on elisp.dvi, since it tries
5539 to include it in the dist file.
5540
dff28924 5541Wed Mar 28 22:57:35 1990 Jim Kingdon (kingdon@mole.ai.mit.edu)
94ec544d
DL
5542
5543 * functions.texinfo (Mapping Functions): Add missing quote
5544
dff28924 5545Mon Jun 19 18:09:24 1989 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
94ec544d
DL
5546
5547 * texinfo.tex (frenchspacing): Use decimal codes for char to be set.
5548 (defunargs): Turn off \hyphenchar of \sl font temporarily.
5549
dff28924 5550Wed May 10 18:01:17 1989 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
94ec544d
DL
5551
5552 * @result{}, @expansion{}, @print{}, @quiv{}, @point{},
5553 and @error{} are the terms now being used. The files in the
5554 directory have been changed to reflect this.
5555
d1f08d85 5556 * All instances of @indentedresultt{} have been changed to
94ec544d
DL
5557 ` @result{}', using 5 spaces at the begining of the line.
5558
dff28924 5559Mon Apr 24 21:02:55 1989 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
94ec544d
DL
5560
5561 * @result{}, @expandsto{}, @prints{}, @quiv{}, @error{}, and the
5562 experimental @indentedresult{}, @indentedexpandsto{} are part of
5563 the texinfo.tex in this directory. These TeX macros are not
5564 stable yet.
5565
dff28924 5566Mon Apr 17 18:56:50 1989 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
94ec544d 5567
6db11765 5568 * texinfo.tex: Temporarily added
d1f08d85 5569 \let\result=\dblarrow
94ec544d
DL
5570 \def\error{{\it ERROR} \longdblarrow}
5571 We need to do this better soon.
5572
dff28924 5573Tue Apr 11 12:23:28 1989 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
94ec544d
DL
5574
5575 * Applied Karl Berry's patches to *.texinfo files, but not to
9b7fa297 5576 texinfo.tex; those diffs are in `berry-texinfo-tex-diffs'. (Karl's
94ec544d
DL
5577 new title page format is also not applied, since it requires
5578 texinfo.tex changes.)
5579
5580 * Cleaned up `Makefile' and defined the `emacslibdir' directory
5581 for the Project GNU development environment.
5582
ad050e54 5583;; Local Variables:
fd026ee1 5584;; coding: iso-2022-7bit
33462dfa 5585;; add-log-time-zone-rule: t
ad050e54 5586;; End:
2a34a036 5587
651f374c 5588 Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004,
ceb4c4d3 5589 2005, 2006 Free Software Foundation, Inc.
2a34a036
GM
5590 Copying and distribution of this file, with or without modification,
5591 are permitted provided the copyright notice and this notice are preserved.
ab5796a9
MB
5592
5593;;; arch-tag: 985ae0ce-df29-475b-b3f8-4bbcbf6f7fda