(read-directory-name): Always pass non-nil
[bpt/emacs.git] / lispref / ChangeLog
CommitLineData
c9fa5dc9
RS
12005-04-22 Nick Roberts <nickrob@snap.net.nz>
2
3 * windows.texi (Cyclic Window Ordering): Clarify window-list.
4
230e1e80
NR
52005-04-22 Nick Roberts <nickrob@snap.net.nz>
6
7 * variables.texi (Variable Aliases): Describe make-obsolete-variable
8 and define-obsolete-variable-alias.
9
1ba52906
KS
102005-04-22 Kim F. Storm <storm@cua.dk>
11
12 * symbols.texi (Symbol Plists): Remove safe-get, as get is now safe.
13 (Other Plists): Remove safe-plist-get, as plist-get is now safe.
14
9721d904
LK
152005-04-21 Lute Kamstra <lute@gnu.org>
16
17 * lists.texi (Association Lists): Document rassq-delete-all.
18
ed35c736
RS
192005-04-19 Richard M. Stallman <rms@gnu.org>
20
21 * modes.texi (Search-based Fontification): Explain that
22 facespec is an expression to be evaluated.
23
42fc00a4
RS
242005-04-19 Kevin Ryde <user42@zip.com.au>
25
26 * streams.texi (Output Functions): Fix xref.
27 * strings.texi (String Conversion): Fix xref.
28
5827e9d4
KS
292005-04-19 Kim F. Storm <storm@cua.dk>
30
31 * symbols.texi (Symbol Plists): Add safe-get.
32 Mention that `get' may signal an error.
33
47872da9
NR
342005-04-18 Nick Roberts <nickrob@snap.net.nz>
35
36 * customize.texi (Variable Definitions): Replace tooltip-mode
37 example with save-place.
38
ec0cf966
RS
392005-04-17 Richard M. Stallman <rms@gnu.org>
40
41 * buffers.texi (Indirect Buffers): Clarify.
42
43 * positions.texi (Positions): Clarify converting marker to integer.
44
45 * strings.texi (String Basics): Mention string-match; clarify.
46
199bb209
LK
472005-04-08 Lute Kamstra <lute@gnu.org>
48
49 * modes.texi (Search-based Fontification): Fix cross references.
50 Use consistent terminology. Document anchored highlighting.
51
bfa54668
LK
522005-04-05 Lute Kamstra <lute@gnu.org>
53
54 * modes.texi (Defining Minor Modes): Document :group keyword
55 argument and its default value.
56
07e5fb9e
LK
572005-04-03 Lute Kamstra <lute@gnu.org>
58
59 * hooks.texi (Standard Hooks): Add some hooks. Add cross
60 references and/or descriptions. Delete major mode hooks; mention
61 them as a category instead. Rename or delete obsolete hooks.
62
aa945b59
RS
632005-04-02 Richard M. Stallman <rms@gnu.org>
64
65 * nonascii.texi (Coding System Basics): Another wording cleanup.
66
8b918214
RS
672005-04-01 Richard M. Stallman <rms@gnu.org>
68
69 * nonascii.texi (Coding System Basics): Clarify previous change.
70
41639988
KH
712005-04-01 Kenichi Handa <handa@m17n.org>
72
73 * nonascii.texi (Coding System Basics): Describe about rondtrip
74 identity of coding systems.
75
8e669bbd
RS
762005-03-29 Chong Yidong <cyd@stupidchicken.com>
77
78 * text.texi (Buffer Contents): Add filter-buffer-substring and
79 buffer-substring-filters.
80
f60a6f87
RS
812005-03-26 Chong Yidong <cyd@stupidchicken.com>
82
83 * anti.texi (Antinews): Mention `G' interactive code.
84
85 * tips.texi (Compilation Tips): Mention benchmark.el.
86
aaac1251
LT
872005-03-27 Luc Teirlinck <teirllm@auburn.edu>
88
89 * modes.texi (Other Font Lock Variables): `font-lock-fontify-block'
90 is now bound to M-o M-o.
91
92 * keymaps.texi (Prefix Keys): `facemenu-keymap' is now on M-o.
93
45325173
GM
942005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
95
96 * calendar.texi: Delete file (and move contents to emacs-xtra.texi
97 in the Emacs Manual).
98 * Makefile.in (srcs): Remove calendar.texi.
99 * makefile.w32-in (srcs): Remove calendar.texi.
100 * display.texi (Display): Change name of next node.
101 * os.texi (System In): Change name of previous node.
102 * elisp.texi (Top): Remove Calendar references.
103 * vol1.texi (Top): Remove Calendar references.
104 * vol2.texi (Top): Remove Calendar references.
105
85df292e
RS
1062005-03-25 Richard M. Stallman <rms@gnu.org>
107
45325173 108 * display.texi (Standard Faces, Fringe Bitmaps, Customizing Bitmaps):
85df292e
RS
109 Cleanup previous change.
110
1112005-03-25 Chong Yidong <cyd@stupidchicken.com>
112
113 * display.texi (Face Attributes): Faces earlier in an :inherit
114 list take precedence.
115 (Scroll Bars): Fix description of vertical-scroll-bars.
116 Document frame-current-scroll-bars and window-current-scroll-bars.
117
118 * markers.texi (The Mark): Document temporary Transient Mark mode.
119
120 * minibuf.texi (Reading File Names): Document
121 read-file-name-completion-ignore-case.
122
123 * positions.texi (Screen Lines): Document nil for width argument
124 to compute-motion.
125
1fe54d69
KS
1262005-03-23 Kim F. Storm <storm@cua.dk>
127
128 * display.texi (Standard Faces): Other faces used in the fringe
129 implicitly inherits from the fringe face.
130 (Fringe Bitmaps): FACE in right-fringe and left-fringe display
131 properties implicitly inherits from fringe face.
132 (Customizing Bitmaps): Likewise for set-fringe-bitmap-face.
133
a775dff4
RS
1342005-03-20 Chong Yidong <cyd@stupidchicken.com>
135
136 * display.texi (Invisible Text): State default value of
137 line-move-ignore-invisible.
138 (Managing Overlays): Document remove-overlays.
139 (Standard Faces): Document escape-glyph face.
140
141 * minibuf.texi (Reading File Names): Document
142 read-file-name-function.
143
144 * modes.texi (Other Font Lock Variables): Document
145 font-lock-lines-before.
146
147 * positions.texi (Skipping Characters): skip-chars-forward allows
148 character classes.
149
077f7085
LK
1502005-03-18 Lute Kamstra <lute@gnu.org>
151
152 * edebug.texi (Instrumenting Macro Calls): Fix another typo.
153
d69ea7ab
RS
1542005-03-17 Richard M. Stallman <rms@gnu.org>
155
c7bd5d57
RS
156 * text.texi (Undo): Document extensible undo entries.
157
d69ea7ab
RS
158 * searching.texi (String Search, Regexp Search, Regexp Search):
159 Cleanups.
160
161 * nonascii.texi (Character Codes): Minor fix.
162
163 * display.texi (Display Property): Explain the significance
164 of having text properties that are eq.
165 (Other Display Specs): Explain string as display spec.
166
167 * commands.texi (Interactive Codes): Document G option.
168
1692005-03-17 Chong Yidong <cyd@stupidchicken.com>
170
171 * text.texi (Filling): Add sentence-end-without-period and
172 sentence-end-without-space.
173 (Changing Properties): Minor fix.
174
175 * anti.texi: Total rewrite.
176
a7679889
LK
1772005-03-15 Lute Kamstra <lute@gnu.org>
178
179 * edebug.texi (Instrumenting Macro Calls): Fix typos.
180
6eb8e247
KS
1812005-03-08 Kim F. Storm <storm@cua.dk>
182
183 * display.texi (Specified Space): Property :width is support on
184 non-graphic terminals, :height is not.
185
bfa8be14
RS
1862005-03-07 Richard M. Stallman <rms@gnu.org>
187
188 * display.texi (Overlay Arrow, Fringe Bitmaps, Customizing Bitmaps):
189 Now subnodes of Fringes.
190 (Overlay Arrow): Document overlay-arrow-variable-list.
191 (Fringe Size/Pos): New node, broken out of Fringes.
192 (Display): Explain clearing vs redisplay better.
193 (Truncation): Clarify use of bitmaps.
194 (The Echo Area): Clarify the uses of the echo area.
195 Add max-mini-window-height.
196 (Progress): Clarify.
197 (Invisible Text): Explain that main loop moves point out.
198 (Selective Display): Say "hidden", not "invisible".
199 (Managing Overlays): Moved up. Describe relation to Undo here.
200 (Overlay Properties): Clarify intro.
201 (Finding Overlays): Explain return values when nothing found.
202 (Width): truncate-string-to-width has added arg.
203 (Displaying Faces): Clarify and update mode line face handling.
204 (Face Functions): Minor cleanup.
205 (Conditional Display): Merged into Other Display Specs.
206 (Pixel Specification, Other Display Specs): Minor cleanups.
207 (Images, Image Descriptors): Minor cleanups.
208 (GIF Images): Patents have expired.
209 (Showing Images): Explain default text for insert-image.
6eb8e247 210 (Manipulating Button Types): Merged into Manipulating Buttons.
bfa8be14
RS
211 (Making Buttons): Explain return values.
212 (Button Buffer Commands): Add xref.
213 (Inverse Video): Update mode-line-inverse-video.
214 (Display Table Format): Clarify.
215 (Active Display Table): Give defaults for window-display-table.
216
217 * calendar.texi (Calendar Customizing): calendar-holiday-marker
218 and calendar-today-marker are strings, not chars.
219 (Holiday Customizing): Minor fix.
220
bfa8be14
RS
221 * internals.texi (Writing Emacs Primitives): Update `or' example.
222 Update limit on # args of subr.
223
224 * edebug.texi (Using Edebug): Arrow is in fringe.
225 (Instrumenting): Arg to eval-defun works without loading edebug.
226 (Edebug Execution Modes): Add xref.
227
228 * customize.texi (Common Keywords): Clarify :require.
229 Mention :version here.
230 (Variable Definitions, Group Definitions): Not here.
231 (Variable Definitions): Clarify symbol arg to :initialize and :set fns.
232
d69ea7ab
RS
2332005-03-07 Chong Yidong <cyd@stupidchicken.com>
234 * nonascii.texi (Text Representations): Clarify position-bytes.
235 (Character Sets): Add list-charset-chars.
236 (Scanning Charsets): Add charset-after.
237 (Encoding and I/O): Minor fix.
238
34398e6c
RS
2392005-03-06 Richard M. Stallman <rms@gnu.org>
240
241 * windows.texi (Vertical Scrolling): Get rid of "Emacs 21".
242 (Resizing Windows): Likewise.
243
244 * text.texi (Change Hooks): Get rid of "Emacs 21".
245
246 * strings.texi (Formatting Strings): Get rid of "Emacs 21".
247
248 * streams.texi (Output Variables): Get rid of "Emacs 21".
249
250 * searching.texi (Regexp Special, Char Classes): Get rid of "Emacs 21".
251
252 * os.texi (Translating Input): Replace flow-control example
253 with a less obsolete example that uses `keyboard-translate'.
254
6eb8e247 255 * objects.texi (Hash Table Type, Circular Objects):
34398e6c 256 Get rid of "Emacs 21".
6eb8e247 257
34398e6c
RS
258 * modes.texi (Mode Line Format): Get rid of "Emacs 21".
259 (Mode Line Data, Properties in Mode, Header Lines): Likewise.
260
261 * minibuf.texi (Minibuffer Misc): Get rid of "Emacs 21".
262
263 * lists.texi (List Elements, Building Lists): Get rid of "Emacs 21".
264
265 * keymaps.texi (Menu Separators, Tool Bar): Get rid of "Emacs 21".
266 (Menu Bar): Fix when menu-bar-update-hook is called.
267
268 * hash.texi (Hash Tables): Get rid of "Emacs 21".
269
270 * frames.texi (Text Terminal Colors): Get rid of "Emacs 21",
271 and make it read better.
272
273 * files.texi (Writing to Files): Get rid of "Emacs 21".
274 (Unique File Names): Likewise.
275
276 * elisp.texi: Update Emacs version to 22.
277
278 * display.texi (Forcing Redisplay): Get rid of "Emacs 21".
279 (Overlay Properties, Face Attributes): Likewise.
280 (Managing Overlays): Fix punctuation.
281 (Attribute Functions): Clarify set-face-font; get rid of
282 info about old Emacs versions.
283 (Auto Faces, Font Lookup, Display Property, Images):
284 Get rid of "Emacs 21".
285
286 * calendar.texi (Calendar Customizing): Get rid of "Emacs 21".
287
d2178387
RS
2882005-03-05 Richard M. Stallman <rms@gnu.org>
289
290 * debugging.texi (Error Debugging): Remove stack-trace-on-error.
291
524352d6
LK
2922005-03-04 Lute Kamstra <lute@gnu.org>
293
294 * debugging.texi (Error Debugging): Document stack-trace-on-error.
295
2962005-03-03 Lute Kamstra <lute@gnu.org>
297
298 * edebug.texi (Instrumenting Macro Calls): Fix typo.
299
284f0680
LK
3002005-03-01 Lute Kamstra <lute@gnu.org>
301
302 * debugging.texi (Debugger Commands): Update `j'.
303
a9ee5cac
LK
3042005-02-28 Lute Kamstra <lute@gnu.org>
305
306 * debugging.texi (Debugging): Fix typo.
307 (Error Debugging): Document eval-expression-debug-on-error.
308 (Function Debugging): Update example.
309 (Using Debugger): Mention starred stack frames.
310 (Debugger Commands): Document `j' and `l'.
311 (Invoking the Debugger): `d' and `j' exit recursive edit too.
312 Update the messages that the debugger displays.
313 (Internals of Debugger): Add cross reference. Update example.
314 (Excess Open): Minor improvement.
315 (Excess Close): Minor improvement.
316
378d0f8e
RS
3172005-02-26 Richard M. Stallman <rms@gnu.org>
318
319 * tips.texi (Coding Conventions): Clarify.
320 Put all the major mode key reservations together.
321 Mention the Mouse-1 => Mouse-2 conventions.
322
323 * syntax.texi (Syntax Class Table): Clarify.
324 (Syntax Table Functions): syntax-after moved from here.
325 (Syntax Table Internals): syntax-after moved to here.
326 (Parsing Expressions): Update info on number of values
327 and what's meaningful in the STATE argument.
328 (Categories): Fix typo.
329
330 * sequences.texi (Arrays): Cleanup.
331 (Char-Tables): Clarify.
332
333 * processes.texi (Deleting Processes): Cleanups, add xref.
334 (Subprocess Creation): Explain nil in exec-path. Cleanup.
335 (Process Information): set-process-coding-system, some args optional.
336 (Input to Processes): Explain various types for PROCESS args.
337 Rename them from PROCESS-NAME to PROCESS.
338 (Signals to Processes): Likewise.
339 (Decoding Output): Cleanup.
340 (Query Before Exit): Clarify.
341
342 * os.texi (Startup Summary): Correct the options; add missing ones.
343 (Terminal Output, Batch Mode): Clarify.
344 (Flow Control): Node deleted.
345
346 * markers.texi (The Mark): Clarify.
347
348 * macros.texi (Expansion): Cleanup.
349 (Indenting Macros): indent-spec allows ints, not floats.
350
351 * keymaps.texi (Keymaps): Clarify.
352 (Format of Keymaps): Update lisp-mode-map example.
353 (Active Keymaps, Key Lookup): Clarify.
354 (Changing Key Bindings): Add xref to `kbd'.
355 (Key Binding Commands, Simple Menu Items): Clarify.
356 (Mouse Menus, Menu Bar): Clarify.
357 (Menu Example): Replace print example with menu-bar-replace-menu.
358
359 * help.texi (Documentation Basics): Add function-documentation prop.
360
361 * elisp.texi (Top): Don't refer to Flow Control node.
362
363 * commands.texi (Command Overview): Improve xrefs.
364 (Adjusting Point): Adjusting point applies to intangible and invis.
365 (Key Sequence Input): Doc extra read-key-sequence args.
366 Likewise for read-key-sequence-vector.
367
368 * backups.texi (Rename or Copy): Minor fix.
369 (Numbered Backups): For version-control, say the default.
370 (Auto-Saving): make-auto-save-file-name example is simplified.
371
372 * advice.texi (Advising Functions): Don't imply one part of Emacs
373 should advise another part. Markup changes.
374 (Defining Advice): Move transitional para.
375 (Activation of Advice): Cleanup.
376 Explain if COMPILE is nil or negative.
377
378 * abbrevs.texi (Abbrev Expansion): Clarify, fix typo.
379
2e20c83d
LK
3802005-02-24 Lute Kamstra <lute@gnu.org>
381
382 * modes.texi (Defining Minor Modes): Explain that INIT-VALUE,
383 LIGHTER, and KEYMAP can be omitted when KEYWORD-ARGS are used.
384
65c492fd
LK
3852005-02-23 Lute Kamstra <lute@gnu.org>
386
b02c3eed
LK
387 * modes.texi (Defining Minor Modes): define-minor-mode can be used
388 to define global minor modes as well.
389
65c492fd
LK
390 * display.texi (Managing Overlays): overlay-buffer returns nil for
391 deleted overlays.
392
b686dd59
KS
3932005-02-22 Kim F. Storm <storm@cua.dk>
394
395 * minibuf.texi (Basic Completion): Allow symbols in addition to
396 strings in try-completion and all-completions.
397
23e8c095
LK
3982005-02-14 Lute Kamstra <lute@gnu.org>
399
400 * elisp.texi (Top): Remove reference to deleted node.
401
402 * lists.texi (Lists): Remove reference to deleted node.
403 (Cons Cells): Fix typo.
404
405 * loading.texi (Where Defined): Fix typo.
406
134948fc
RS
4072005-02-14 Richard M. Stallman <rms@gnu.org>
408
409 * variables.texi (Creating Buffer-Local): change-major-mode-hook
410 is useful for discarding some minor modes.
411
412 * symbols.texi (Symbol Components): Reorder examples.
413
414 * streams.texi (Input Functions): State standard-input default.
415 (Output Variables): State standard-output default.
416
417 * objects.texi (Printed Representation): Clarify read syntax vs print.
418 (Floating Point Type): Explain meaning better.
419 (Symbol Type): Explain uniqueness better.
420 (Cons Cell Type): Explain empty list sooner. CAR and CDR later.
421 List examples sooner.
422 (Box Diagrams): New subnode broken out.
423 Some examples moved from old Lists as Boxes node.
424 (Dotted Pair Notation): Clarify intro.
425 (Array Type): Clarify.
426 (Type Predicates): Add hash-table-p.
427
428 * numbers.texi (Integer Basics): Clarify radix explanation.
429 (Predicates on Numbers): Minor clarification.
430 (Comparison of Numbers): Minor clarification. Clarify eql.
431 Typos in min, max.
432 (Math Functions): Clarify overflow in expt.
433
434 * minibuf.texi (Text from Minibuffer): Minor clarification.
435 Mention arrow keys.
436
437 * loading.texi (Autoload): defun's doc string overrides autoload's
438 doc string.
439 (Repeated Loading): Modernize "add to list" examples.
440 (Where Defined): Finish updating table of load-history elts.
441
442 * lists.texi (List-related Predicates): Minor wording improvement.
443 (Lists as Boxes): Node deleted.
444 (Building Lists): Explain trivial cases of number-sequence.
445
446 * hash.texi (Hash Tables): Add desc to menu items.
447 (Creating Hash): Expain "full" means "make larger",
448 (Hash Access): Any object can be a key.
449 State value of maphash.
450
451 * functions.texi (What Is a Function): Wording cleanup.
452 (Function Documentation): Minor cleanup.
453 Explain purpose of calling convention at end of doc string.
454 (Function Names): Wording cleanup.
455 (Calling Functions): Wording cleanup.
456 Explain better how funcall calls the function.
457 (Function Cells): Delete example of saving and redefining function.
458
459 * control.texi (Combining Conditions): Wording cleanup.
460 (Iteration): dolist and dotimes bind VAR locally.
461 (Cleanups): Xref to Atomic Changes.
462
463 * compile.texi (Byte Compilation): Delete 19.29 info.
464 (Compilation Functions): Macros' difficulties don't affect defsubst.
465 (Docs and Compilation): Delete 19.29 info.
466
44291460
RS
4672005-02-10 Richard M. Stallman <rms@gnu.org>
468
469 * objects.texi (Symbol Type): Minor correction.
470
1f9ad95a
LK
4712005-02-06 Lute Kamstra <lute@gnu.org>
472
473 * modes.texi (Example Major Modes): Fix typos.
474
ba2c991c
RS
4752005-02-06 Richard M. Stallman <rms@gnu.org>
476
477 * text.texi (Margins): fill-nobreak-predicate can be one function.
478
479 * strings.texi (Modifying Strings): clear-string can make unibyte.
480 (Formatting Strings): format gives error if values missing.
481
482 * positions.texi (Character Motion): Mention default arg
483 for forward-char. backward-char refers to forward-char.
484 (Word Motion): Mention default arg for forward-word.
485 (Buffer End Motion): Mention default arg for beginning-of-buffer.
486 Simplify end-of-buffer.
487 (Text Lines): Mention default arg for forward-line.
488 (List Motion): Mention default arg for beginning/end-of-defun.
489 (Skipping Characters): Minor fixes in explaining character-set.
490
491 * modes.texi (Major Mode Conventions): Mention "system abbrevs".
492 Mode inheritance applies only when default-major-mode is nil.
493 Clarifications.
494 (Example Major Modes): Update Text mode and Lisp mode examples.
495 (Minor Mode Conventions): Mention define-minor-mode at top.
496 (Defining Minor Modes): In Hungry example, don't define C-M-DEL.
497 (Mode Line Format): Update mode line face display info.
498 (Properties in Mode): Mention effect of risky vars.
499 (Imenu): Define imenu-add-to-menubar.
500 (Font Lock Mode): Add descriptions to menu lines.
501 (Faces for Font Lock): Add font-lock-doc-face.
502
9bf6d576
LK
5032005-02-05 Lute Kamstra <lute@gnu.org>
504
505 * text.texi (Maintaining Undo): Remove obsolete function.
506
cb602754
EZ
5072005-02-05 Eli Zaretskii <eliz@gnu.org>
508
509 * frames.texi (Color Names): Add pointer to the X docs about RGB
510 color specifications. Improve indexing
511 (Text Terminal Colors): Replace the description of RGB values by
512 an xref to "Color Names".
513
4e07258f
RS
5142005-02-03 Richard M. Stallman <rms@gnu.org>
515
516 * windows.texi (Basic Windows): Add cursor-in-non-selected-windows.
517 Clarify.
518 (Selecting Windows): Clarify save-selected-window.
519 (Cyclic Window Ordering): Clarify walk-windows.
520 (Window Point): Clarify.
521 (Window Start): Add comment to example.
522 (Resizing Windows): Add `interactive' specs in examples.
523 Document fit-window-to-buffer.
524
525 * text.texi (User-Level Deletion): just-one-space takes numeric arg.
526 (Undo, Maintaining Undo): Clarify last change.
527 (Sorting): In sort-numeric-fields, explain about octal and hex.
528 Mention sort-numeric-base.
529 (Format Properties): Add xref for hard newlines.
530
531 * frames.texi (Window Frame Parameters): Explain pixel=char on tty.
532 (Pop-Up Menus): Fix typo.
533 (Color Names): Explain all types of color names.
534 Explain color-values on B&W terminal.
535 (Text Terminal Colors): Explain "rgb values" are lists. Fix arg names.
536
537 * files.texi (File Locks): Not supported on MS systems.
538 (Testing Accessibility): Clarify.
539
540 * edebug.texi (Printing in Edebug): Fix edebug-print-circle.
541 (Coverage Testing): Fix typo.
542
543 * commands.texi (Misc Events): Remove stray space.
544
545 * buffers.texi (Buffer Names): Clarify generate-new-buffer-name.
546 (Modification Time): Clarify when visited-file-modtime returns 0.
547 (The Buffer List): Clarify bury-buffer.
548 (Killing Buffers): Clarify.
549 (Indirect Buffers): Add clone-indirect-buffer.
550
5512005-02-02 Matt Hodges <MPHodges@member.fsf.org>
552
553 * edebug.texi (Printing in Edebug): Fix default value of
554 edebug-print-circle.
555 (Coverage Testing): Fix displayed frequency count data.
556
5572005-02-02 Luc Teirlinck <teirllm@auburn.edu>
d4d66807
LT
558
559 * text.texi (Maintaining Undo): Add `undo-outer-limit'.
560
4e07258f 5612005-02-02 Kim F. Storm <storm@cua.dk>
fb89c330
KS
562
563 * text.texi (Undo) <buffer-undo-list>: Describe `apply' elements.
564
28d986b9
EZ
5652005-01-29 Eli Zaretskii <eliz@gnu.org>
566
567 * commands.texi (Misc Events): Describe the help-echo event.
568
569 * text.texi (Special Properties) <help-echo>: Use `pos'
570 consistently in description of the help-echo property. Use
571 @code{nil} instead of @var{nil}.
572
573 * display.texi (Overlay Properties): Fix the index entry for
574 help-echo overlay property.
575
576 * customize.texi (Type Keywords): Uncomment the xref to the
577 help-echo property documentation.
578
8f958b40
KS
5792005-01-23 Kim F. Storm <storm@cua.dk>
580
581 * windows.texi (Window Start): Fix `pos-visible-in-window-p'
582 return value. Third element FULLY replaced by PARTIAL which
583 specifies number of invisible pixels if row is only partially visible.
584 (Textual Scrolling): Mention auto-window-vscroll.
585 (Vertical Scrolling): New defvar auto-window-vscroll.
586
cd7e5dd6
LT
5872005-01-16 Luc Teirlinck <teirllm@auburn.edu>
588
589 * keymaps.texi (Changing Key Bindings): `suppress-keymap' now uses
590 command remapping.
591
6f771c32
RS
5922005-01-15 Richard M. Stallman <rms@gnu.org>
593
594 * display.texi (Defining Images): Mention DATA-P arg of create-image.
595
6ac8a822
KS
5962005-01-14 Kim F. Storm <storm@cua.dk>
597
88948d55
KS
598 * commands.texi (Accessing Events): Add WHOLE arg to posn-at-x-y.
599
6ac8a822
KS
600 * text.texi (Links and Mouse-1): Fix string and vector item.
601
20d6de82
RS
6022005-01-13 Richard M. Stallman <rms@gnu.org>
603
604 * keymaps.texi (Active Keymaps): Rewrite the text, and update the
605 descriptions of overriding-local-map and overriding-terminal-local-map.
606
607 * text.texi (Links and Mouse-1): Clarify text.
608
f75a592e
KS
6092005-01-13 Kim F. Storm <storm@cua.dk>
610
611 * modes.texi (Emulating Mode Line): Update format-mode-line entry.
612
910f60b1
TTN
6132005-01-13 Francis Litterio <franl@world.std.com> (tiny change)
614
615 * keymaps.texi (Active Keymaps): Fix overriding-local-map description.
616
37181fc4
KS
6172005-01-12 Kim F. Storm <storm@cua.dk>
618
619 * text.texi (Links and Mouse-1): Rename section from Enabling
620 Mouse-1 to Following Links. Change xrefs.
621 Add examples for define-button-type and define-widget.
622
623 * display.texi (Button Properties, Button Buffer Commands):
624 Clarify mouse-1 and follow-link functionality.
625
28f94a34
RS
6262005-01-12 Richard M. Stallman <rms@gnu.org>
627
628 * text.texi (Enabling Mouse-1 to Follow Links): Redo prev. change.
629
630 * display.texi (Beeping): Fix Texinfo usage.
631
632 * modes.texi (Emulating Mode Line): Doc FACE arg in format-header-line.
633
bac2d936
KS
6342005-01-11 Kim F. Storm <storm@cua.dk>
635
636 * display.texi (Button Properties, Button Buffer Commands):
93381d62 637 Mention mouse-1 binding. Add follow-link keyword.
bac2d936
KS
638
639 * text.texi (Text Properties): Add "Enable Mouse-1" to submenu.
640 (Enabling Mouse-1 to Follow Links): New subsection.
641
de968ddb
RS
6422005-01-06 Richard M. Stallman <rms@gnu.org>
643
644 * text.texi (Special Properties): Minor change.
645
646 * os.texi (Timers): Clarify previous change.
647
648 * modes.texi (Emulating Mode Line): format-mode-line requires 1 arg.
649
a3a43b3b
LT
6502005-01-01 Luc Teirlinck <teirllm@auburn.edu>
651
652 * display.texi (Face Attributes): Correct xref to renamed node.
653
732bb9ce
RS
6542005-01-01 Richard M. Stallman <rms@gnu.org>
655
656 * display.texi (Face Attributes): Describe hex color specs.
657
c734ae59
RS
6582004-12-31 Richard M. Stallman <rms@gnu.org>
659
660 * os.texi (Timers): Update previous change.
661
33b2f4ea
KS
6622004-12-30 Kim F. Storm <storm@cua.dk>
663
664 * display.texi (Line Height): Total line-height is now specified
665 in line-height property of form (HEIGHT TOTAL). Swap (FACE . RATIO)
666 in cons cells. (nil . RATIO) is relative to actual line height.
667 Use line-height `t' instead of `0' to get minimum height.
668
99ec74b9
RS
6692004-12-29 Richard M. Stallman <rms@gnu.org>
670
671 * os.texi (Timers): Discuss timers vs editing the buffer and undo.
672
eab463f6
RS
6732004-12-28 Richard M. Stallman <rms@gnu.org>
674
675 * commands.texi (Quitting): Clarify value of with-local-quit.
676
677 * elisp.texi (Top): Fix previous change.
678
679 * loading.texi (Loading): Fix previous change.
680
ebbd14f1
RS
6812004-12-27 Richard M. Stallman <rms@gnu.org>
682
4ae98fc5
RS
683 * Makefile.in (MAKEINFO): Specify --force.
684
8f430046
RS
685 * buffers.texi (Killing Buffers): Add buffer-save-without-query.
686
56011a8c
RS
687 * modes.texi (Emulating Mode Line): Document format's BUFFER arg.
688
689 * display.texi (Line Height): Further clarify.
690
691 * elisp.texi (Top): Update Loading submenu.
692
ebbd14f1
RS
693 * loading.texi (Where Defined): New node.
694 (Unloading): load-history moved to Where Defined.
695
fda2922a
RS
6962004-12-21 Richard M. Stallman <rms@gnu.org>
697
698 * commands.texi (Event Input Misc): Add while-no-input.
699
9eb8959a
RS
7002004-12-11 Richard M. Stallman <rms@gnu.org>
701
702 * display.texi (Line Height): Rewrite text for clarity.
703
adf87c29
KS
7042004-12-11 Kim F. Storm <storm@cua.dk>
705
706 * display.texi (Display): Add node "Line Height" to menu.
707 (Line Height): New node. Move full description of line-spacing
708 and line-height text properties here from text.texi.
709 (Scroll Bars): Add vertical-scroll-bar variable.
710
711 * frames.texi (Window Frame Parameters): Remove line-height defvar.
712
713 * locals.texi (Standard Buffer-Local Variables): Fix xref for
714 line-spacing and vertical-scroll-bar.
715
716 * text.texi (Special Properties): Just mention line-spacing and
717 line-height here, add xref to new "Line Height" node.
718
31e4729e
TTN
7192004-12-09 Thien-Thi Nguyen <ttn@gnu.org>
720
721 * frames.texi (Window Frame Parameters): New @defvar for `line-spacing'.
722
723 * locals.texi (Standard Buffer-Local Variables):
724 Add @xref for `line-spacing'.
725
cc60c723
RS
7262004-12-05 Richard M. Stallman <rms@gnu.org>
727
728 * Makefile.in (maintainer-clean): Remove the info files
729 in $(infodir) where they are created.
730
f6101ac9
RS
7312004-12-03 Richard M. Stallman <rms@gnu.org>
732
733 * windows.texi (Selecting Windows): get-lru-window and
734 get-largest-window don't consider dedicated windows.
735
736 * text.texi (Undo): Document undo-in-progress.
737
94221759
RS
7382004-11-26 Richard M. Stallman <rms@gnu.org>
739
740 * locals.texi (Standard Buffer-Local Variables): Undo prev change.
741 Remove a few vars that are not always buffer-local.
742
7092c5e8
LT
7432004-11-24 Luc Teirlinck <teirllm@auburn.edu>
744
745 * locals.texi (Standard Buffer-Local Variables): Comment out
746 xref's to non-existent node `Yet to be written'.
747
261b01c6
RS
7482004-11-24 Richard M. Stallman <rms@gnu.org>
749
750 * processes.texi (Synchronous Processes): Grammar fix.
751
752 * numbers.texi (Comparison of Numbers): Add eql.
753
754 * locals.texi (Standard Buffer-Local Variables): Add many vars.
755
756 * intro.texi (Printing Notation): Fix previous change.
757
758 * display.texi (Customizing Bitmaps): Move indicate-buffer-boundaries
759 and default-indicate-buffer-boundaries from here.
760 (Usual Display): To here.
761 (Scroll Bars): Add scroll-bar-mode and scroll-bar-width.
762 (Usual Display): Move tab-width up.
763
764 * customize.texi (Variable Definitions): Replace
765 show-paren-mode example with tooltip-mode.
7092c5e8 766 (Simple Types, Composite Types, Defining New Types):
261b01c6 767 Minor cleanups.
7092c5e8 768
c1aa4864
JH
7692004-11-21 Jesper Harder <harder@ifa.au.dk>
770
771 * processes.texi (Synchronous Processes, Output from Processes):
772 Markup fix.
773
dedbac89
RS
7742004-11-20 Richard M. Stallman <rms@gnu.org>
775
07c8c65a
RS
776 * positions.texi (Skipping Characters): skip-chars-forward
777 now handles char classes.
778
8f40a868
RS
779 * intro.texi (Printing Notation): Avoid confusion of `print'
780 when explaining @print.
781
782 * macros.texi (Argument Evaluation): Fix 1st `for' expansion example.
783
784 * display.texi (Display Table Format): Minor fix.
785
786 * streams.texi (Output Functions): Fix print example.
787
fd6866c8
RS
788 * Makefile.in (elisp): New target.
789 (dist): Depend on $(infodir)/elisp, not elisp.
790 Copy the info files from $(infodir).
791
9d00469f
RS
792 * minibuf.texi (Text from Minibuffer): Document KEEP-ALL arg in
793 read-from-minibuffer.
794
dedbac89
RS
795 * searching.texi (Regexp Search): Rename that to search-spaces-regexp.
796
6de891db
RS
7972004-11-19 Richard M. Stallman <rms@gnu.org>
798
799 * searching.texi (Regexp Search): Add search-whitespace-regexp.
800
e1c1c5a7
TTN
8012004-11-19 CHENG Gao <chenggao@gmail.com> (tiny change)
802
803 * tips.texi (Coding Conventions): Fix typo.
804
ee31cd78
RS
8052004-11-16 Richard M. Stallman <rms@gnu.org>
806
807 * tips.texi (Coding Conventions): Separate defvar and require
808 methods to avoid warnings. Use require only when there are many
809 functions and variables from that package.
810
811 * minibuf.texi (Minibuffer Completion): When ignoring case,
812 predicate must not be case-sensitive.
813
814 * debugging.texi (Function Debugging, Explicit Debug): Clarified.
815 (Test Coverage): Don't talk about "splotches". Clarified.
816
4bd38e94
TTN
8172004-11-16 Thien-Thi Nguyen <ttn@gnu.org>
818
819 * frames.texi (Window Frame Parameters): Fix typo.
820
6d073ae1
KS
8212004-11-15 Kim F. Storm <storm@cua.dk>
822
9f89426b
KS
823 * symbols.texi (Other Plists): Note that plist-get may signal error.
824 Add safe-plist-get.
6d073ae1 825
10980463
TTN
8262004-11-15 Thien-Thi Nguyen <ttn@gnu.org>
827
828 * modes.texi (Font Lock Basics): Fix typo.
829
1efc19eb
RS
8302004-11-08 Richard M. Stallman <rms@gnu.org>
831
832 * syntax.texi (Syntax Table Functions): Add syntax-after.
833
6159c232
EZ
8342004-11-06 Lars Brinkhoff <lars@nocrew.org>
835
836 * os.texi (Processor Run Time): New section documenting
837 get-internal-run-time.
838
59dede22
EZ
8392004-11-06 Eli Zaretskii <eliz@gnu.org>
840
841 * Makefile.in (install, maintainer-clean): Don't use "elisp-*" as
842 it nukes elisp-cover.texi.
843 (dist): Change elisp-[0-9] to elisp-[1-9], as there could be no
844 elisp-0 etc.
845
4cc8522c
LT
8462004-11-05 Luc Teirlinck <teirllm@auburn.edu>
847
848 * commands.texi (Keyboard Macros): Document `append' return value
849 of `defining-kbd-macro'.
850
2d1ef312
RS
8512004-11-01 Richard M. Stallman <rms@gnu.org>
852
853 * commands.texi (Interactive Call): Add called-interactively-p.
854
6f4e005d
SJ
8552004-10-29 Simon Josefsson <jas@extundo.com>
856
857 * minibuf.texi (Reading a Password): Revert.
858
4f71c13f
RS
8592004-10-28 Richard M. Stallman <rms@gnu.org>
860
861 * frames.texi (Display Feature Testing): Explain about "vendor".
862
4660a9e3
RS
8632004-10-27 Richard M. Stallman <rms@gnu.org>
864
865 * commands.texi (Interactive Codes): `N' uses numeric prefix,
866 not raw. Clarify `n'.
867 (Interactive Call): Rewrite interactive-p, focusing on when
868 and how to use it.
869 (Misc Events): Clarify previous change.
870
871 * advice.texi (Simple Advice): Clarify what job the example does.
872 (Around-Advice): Clarify ad-do-it.
873 (Activation of Advice): An option of ad-default-compilation-action
874 is `never', not `nil'.
875
c8636435
KS
8762004-10-26 Kim F. Storm <storm@cua.dk>
877
878 * commands.texi (Interactive Codes): Add U code letter.
879
acd4089b
SJ
8802004-10-25 Simon Josefsson <jas@extundo.com>
881
882 * minibuf.texi (Reading a Password): Add.
883
29dc7809
JR
8842004-10-24 Jason Rumney <jasonr@gnu.org>
885
886 * commands.texi (Misc Events): Remove mouse-wheel. Add wheel-up
887 and wheel-down.
888
bb5d6d34
KG
8892004-10-24 Kai Grossjohann <kai.grossjohann@gmx.net>
890
891 * processes.texi (Synchronous Processes): Document process-file.
892
d0ee2ed3
KH
8932004-10-22 Kenichi Handa <handa@m17n.org>
894
895 * text.texi (translate-region): Document that it accepts also a
896 char-table.
897
38be9dbb
DP
8982004-10-22 David Ponce <david@dponce.com>
899
900 * windows.texi (Resizing Windows): Document the `preserve-before'
901 argument of the functions `enlarge-window' and `shrink-window'.
902
63c80452
JR
9032004-10-19 Jason Rumney <jasonr@gnu.org>
904
905 * makefile.w32-in (elisp): Change order of arguments to makeinfo.
906
9f4b6e73
LT
9072004-10-09 Luc Teirlinck <teirllm@auburn.edu>
908
909 * text.texi (Filling): Add anchor for definition of
910 `sentence-end-double-space'.
911
912 * searching.texi (Regexp Example): Update description of how
913 Emacs currently recognizes the end of a sentence.
914 (Standard Regexps): Update definition of the variable
915 `sentence-end'. Add definition of the function `sentence-end'.
916
657f0f9c
EZ
9172004-10-08 Paul Pogonyshev <pogonyshev@gmx.net>
918
919 * display.texi (Progress): New node.
920
35ab4857
KS
9212004-10-05 Kim F. Storm <storm@cua.dk>
922
923 * display.texi (Fringe Bitmaps): Update fringe-bitmaps-at-pos.
924
f2a54fbc
KS
9252004-09-29 Kim F. Storm <storm@cua.dk>
926
927 * display.texi (Fringe Bitmaps): Use symbols rather than numbers
928 to identify bitmaps. Remove -fringe-bitmap suffix for standard
929 fringe bitmap symbols, as they now have their own namespace.
930 (Customizing Bitmaps) <define-fringe-bitmap>: Clarify bit ordering
931 vs. pixels. Signal error if no free bitmap slots.
932 (Pixel Specification): Change IMAGE to @var{image}.
933
4676d6f3
RS
9342004-09-28 Richard M. Stallman <rms@gnu.org>
935
936 * text.texi (Special Properties): Clarify line-spacing and line-height.
937
938 * searching.texi (Regexp Search): Add looking-back.
939
17234906
LT
9402004-09-25 Luc Teirlinck <teirllm@auburn.edu>
941
942 * display.texi: Correct typos.
943 (Image Descriptors): Correct xref's.
944
4de43c8b
RS
9452004-09-25 Richard M. Stallman <rms@gnu.org>
946
947 * text.texi (Special Properties): Cleanups in `cursor'.
948 Rewrites in `line-height' and `line-spacing'; exchange them.
949
950 * display.texi (Fringes): Rewrite previous change.
951 (Fringe Bitmaps): Merge text from Display Fringe Bitmaps. Rewrite.
952 (Display Fringe Bitmaps): Node deleted, text moved.
953 (Customizing Bitmaps): Split off from Fringe Bitmaps. Rewrite.
954 (Scroll Bars): Clarify set-window-scroll-bars.
955 (Pointer Shape): Rewrite.
956 (Specified Space): Clarify :align-to, etc.
957 (Pixel Specification): Use @var. Clarify new text.
958 (Other Display Specs): Clarify `slice'.
959 (Image Descriptors): Cleanups.
960 (Showing Images): Cleanups.
961
a3ee0299
LT
9622004-09-24 Luc Teirlinck <teirllm@auburn.edu>
963
e88ebce6
LT
964 * hooks.texi (Standard Hooks): Add `after-change-major-mode-hook'.
965
a3ee0299
LT
966 * modes.texi: Various minor changes in addition to:
967 (Major Mode Conventions): Final call to `run-mode-hooks' should
968 not be inside the `delay-mode-hooks' form.
969 (Mode Hooks): New node.
970 (Hooks): Delete obsolete example.
971 Move definitions of `run-mode-hooks' and `delay-mode-hooks' to new
972 node "Mode Hooks".
973
6db2bc02
LT
9742004-09-22 Luc Teirlinck <teirllm@auburn.edu>
975
976 * display.texi: Correct various typos.
977 (Display): Rename node "Pointer Shapes" to "Pointer
978 Shape". (There is already a node called "Pointer Shapes" in
979 frames.texi.)
980 (Images): Remove non-existent node "Image Slices" from menu.
981
ed2846bd
KS
9822004-09-23 Kim F. Storm <storm@cua.dk>
983
984 * text.texi (Special Properties): Add `cursor', `pointer',
985 `line-height', and `line-spacing' properties.
986
987 * display.texi (Display): Add 'Fringe Bitmaps' and 'Pointer
988 Shapes' to menu.
989 (Standard Faces): Doc fix for fringe face.
990 (Fringes): Add `overflow-newline-into-fringe' and
991 'indicate-buffer-boundaries'.
992 (Fringe Bitmaps, Pointer Shapes): New nodes.
993 (Display Property): Add 'Pixel Specification' and 'Display Fringe
994 Bitmaps' to menu.
995 (Specified Space): Describe pixel width and height.
996 (Pixel Specification): New node.
997 (Other Display Specs): Add `slice' property.
998 (Display Fringe Bitmaps): New node.
999 (Images): Add 'Image Slices' to menu.
1000 (Image Descriptors): Add `:pointer' and `:map' properties.
1001 (Showing Images): Add slice arg to `insert-image'. Add
1002 'insert-sliced-image'.
1003
4d894c98
RS
10042004-09-20 Richard M. Stallman <rms@gnu.org>
1005
1006 * commands.texi (Key Sequence Input):
1007 Clarify downcasing in read-key-sequence.
1008
7e388eb7
JL
10092004-09-08 Juri Linkov <juri@jurta.org>
1010
1011 * minibuf.texi (Minibuffer History): Add `history-delete-duplicates'.
1012
a020987f
LT
10132004-09-07 Luc Teirlinck <teirllm@auburn.edu>
1014
1015 * locals.texi (Standard Buffer-Local Variables): Add
1016 `buffer-auto-save-file-format'.
1017 * internals.texi (Buffer Internals): Describe new
1018 auto_save_file_format field of the buffer structure.
1019 * files.texi (Format Conversion): `auto-save-file-format' has been
1020 renamed `buffer-auto-save-file-format'.
1021
2b96f80c
LT
10222004-08-27 Luc Teirlinck <teirllm@auburn.edu>
1023
1024 * abbrevs.texi (Abbrev Expansion): `abbrev-start-location' can be
1025 an integer or a marker.
1026 (Abbrev Expansion): Replace example for `pre-abbrev-expand-hook'.
1027
2ee3b79e
RS
10282004-08-22 Richard M. Stallman <rms@gnu.org>
1029
1030 * modes.texi (Major Mode Conventions): Discuss rebinding of
1031 standard key bindings.
1032
c438dc33
KS
10332004-08-18 Kim F. Storm <storm@cua.dk>
1034
1035 * processes.texi (Accepting Output): Add `just-this-one' arg to
1036 `accept-process-output'.
101c421e 1037 (Output from Processes): New var `process-adaptive-read-buffering'.
c438dc33 1038
db8af011
LT
10392004-08-10 Luc Teirlinck <teirllm@auburn.edu>
1040
1041 * keymaps.texi: Various changes in addition to:
1042 (Keymap Terminology): `kbd' uses same syntax as Edit Macro mode.
1043 Give more varied examples for `kbd'.
1044 (Creating Keymaps): Char tables have slots for all characters
1045 without modifiers.
1046 (Active Keymaps): `overriding-local-map' and
1047 `overriding-terminal-local-map' also override text property and
1048 overlay keymaps.
1049 (Functions for Key Lookup): Mention OLP arg to `current-active-maps'.
1050 (Scanning Keymaps): `accessible-keymaps' uses `[]' instead of `""'
1051 to denote a prefix of no events.
1052 `map-keymap' includes parent's bindings _recursively_.
1053 Clarify and correct description of `where-is-internal'.
1054 Mention BUFFER-OR-NAME arg to `describe-bindings'.
1055 (Menu Example): For menus intended for use with the keyboard, the
1056 menu items should be bound to characters or real function keys.
1057
de700726
LT
10582004-08-08 Luc Teirlinck <teirllm@auburn.edu>
1059
30e75a87
LT
1060 * objects.texi (Character Type): Reposition `@anchor' to prevent
1061 double space inside sentence in Info.
1062
de700726
LT
1063 * hooks.texi (Standard Hooks): `disabled-command-hook' has been
1064 renamed to `disabled-command-function'.
1065 * commands.texi (Key Sequence Input): Remove unnecessary anchor,
1066 (Command Loop Info): Replace reference to it.
1067 (Disabling Commands): `disabled-command-hook' has been renamed to
1068 `disabled-command-function'.
1069
81909a1a
LT
10702004-08-07 Luc Teirlinck <teirllm@auburn.edu>
1071
1072 * os.texi (Translating Input): Only non-prefix bindings in
1073 `key-translation-map' override actual key bindings. Warn about
1074 possible indirect effect of actual key bindings on non-prefix
1075 bindings in `key-translation-map'.
1076
5504e99c
LT
10772004-08-06 Luc Teirlinck <teirllm@auburn.edu>
1078
1079 * minibuf.texi (High-Level Completion): Add anchor for definition
1080 of `read-variable'.
1081
1082 * commands.texi: Various changes in addition to:
1083 (Using Interactive): Clarify description of `interactive-form'.
1084 (Interactive Call): Mention default for KEYS argument to
1085 `call-interactively'.
1086 (Command Loop Info): Clarify description of `this-command-keys'.
1087 Mention KEEP-RECORD argument to `clear-this-command-keys'.
1088 Value of `last-event-frame' can be `macro'.
1089 (Repeat Events): `double-click-fuzz' is also used to distinguish
1090 clicks and drags.
1091 (Classifying Events): Clarify descriptions of `event-modifiers'
1092 `event-basic-type' and `event-convert-list'.
1093 (Accessing Events): `posn-timestamp' takes POSITION argument.
1094 (Quoted Character Input): Clarify description of
1095 `read-quoted-char' and fix example.
1096 (Quitting): Add `with-local-quit'.
1097 (Disabling Commands): Correct and clarify descriptions of
1098 `enable-command' and `disable-command'.
1099 Mention what happens if `disabled-command-hook' is nil.
1100 (Keyboard Macros): Mention LOOPFUNC arg to `execute-kbd-macro'.
1101 Describe `executing-kbd-macro' instead of obsolete `executing-macro'.
1102
f478a72a
LT
11032004-07-24 Luc Teirlinck <teirllm@auburn.edu>
1104
1105 * frames.texi: Various changes in addition to:
1106 (Creating Frames): Expand and clarify description of `make-frame'.
1107 (Window Frame Parameters): Either none or both of the `icon-left'
1108 and `icon-top' parameters must be specified. Put descriptions of
1109 `menu-bar-lines' and `toolbar-lines' closer together and change
1110 them accordingly.
1111 (Frame Titles): `multiple-frames' is not guaranteed to be accurate
1112 except while processing `frame-title-format' or `icon-title-format'.
1113 (Deleting Frames): Correct description of `delete-frame'.
1114 Non-nil return values of `frame-live-p' are like those of `framep'.
1115 (Frames and Windows): mention return value of
1116 `set-frame-selected-window'.
1117 (Visibility of Frames): Mention `force' argument to
1118 `make-frame-invisible'. `frame-visible-p' returns t for all
1119 frames on text-only terminals.
1120 (Frame Configurations): Restoring a frame configuration does not
1121 restore deleted frames.
1122 (Window System Selections): `x-set-selection' returns DATA.
1123 (Resources): Add example.
1124 (Display Feature Testing): Clarify descriptions of
1125 `display-pixel-height', `display-pixel-width', `x-server-version'
1126 and `x-server-vendor'.
1127
1128 * windows.texi (Choosing Window): Add anchor.
1129 * minibuf.texi (Minibuffer Misc): Add anchor.
1130
bc135062
JPW
11312004-07-23 John Paul Wallington <jpw@gnu.org>
1132
1133 * macros.texi (Defining Macros): Declaration keyword for setting
1134 Edebug spec is `debug' not `edebug'.
1135
cb7516e5
LT
11362004-07-19 Luc Teirlinck <teirllm@auburn.edu>
1137
1138 * windows.texi: Various small changes in addition to:
1139 (Window Point): Mention return value of `set-window-point'.
1140 (Window Start): `pos-visible-in-window-p' disregards horizontal
1141 scrolling. Explain return value if PARTIALLY is non-nil.
1142 (Vertical Scrolling): Mention PIXELS-P argument to `window-vscroll'
1143 and `set-window-vscroll'.
1144 (Size of Window): The argument WINDOW to `window-inside-edges',
1145 `window-pixel-edges' and `window-inside-pixel-edges' is optional.
1146 (Resizing Windows): Explain return value of
1147 `shrink-window-if-larger-than-buffer'.
1148 `window-size-fixed' automatically becomes buffer local when set.
1149 (Window Configurations): Explain return value of
1150 `set-window-configuration'.
1151
1152 * minibuf.texi (Minibuffer Misc): Add anchor for
1153 `minibuffer-scroll-window'.
1154
1155 * positions.texi (Text Lines): Add anchor for `count-lines'.
1156
3751eb00
RS
11572004-07-17 Richard M. Stallman <rms@gnu.org>
1158
1159 * display.texi (Overlay Properties): Adding `evaporate' prop
1160 deletes empty overlay immediately.
1161
1162 * abbrevs.texi (Abbrev Expansion): Clarify pre-abbrev-expand-hook,
1163 fix example.
1164
9a7e97c6
LT
11652004-07-16 Jim Blandy <jimb@redhat.com>
1166
1167 * searching.texi (Regexp Backslash): Document new \_< and \_>
1168 operators.
1169
aa0e4da8
JB
11702004-07-16 Juanma Barranquero <lektu@terra.es>
1171
1172 * display.texi (Images): Fix Texinfo usage.
1173
cbbfedb2
LT
11742004-07-14 Luc Teirlinck <teirllm@auburn.edu>
1175
1176 * buffers.texi (Modification Time): `visited-file-modtime' now
1177 returns a list of two integers, instead of a cons.
1178
3a052bd3
LT
11792004-07-13 Luc Teirlinck <teirllm@auburn.edu>
1180
1181 * windows.texi: Various changes in addition to:
1182 (Splitting Windows): Add `split-window-keep-point'.
1183
02c04e6f
RS
11842004-07-09 Richard M. Stallman <rms@gnu.org>
1185
1186 * frames.texi (Input Focus): Minor fix.
1187
cb4f1287
LT
11882004-07-07 Luc Teirlinck <teirllm@auburn.edu>
1189
1190 * frames.texi (Input Focus): Clarify descriptions of
1191 `select-frame-set-input-focus' and `select-frame'.
1192
339902ec
LT
11932004-07-06 Luc Teirlinck <teirllm@auburn.edu>
1194
1195 * os.texi: Various small changes in addition to:
1196 (Killing Emacs): Expand and clarify description of
1197 `kill-emacs-query-functions' and `kill-emacs-hook'.
1198 (System Environment): Expand and clarify description of `getenv'
1199 and `setenv'.
1200 (Timers): Clarify description of `run-at-time'.
1201 (Translating Input): Correct description of
1202 `extra-keyboard-modifiers'.
1203 (Flow Control): Correct description of `enable-flow-control'.
1204
fe3b7e35
TTN
12052004-07-06 Thien-Thi Nguyen <ttn@gnu.org>
1206
1207 * os.texi: Update copyright.
1208 (Session Management): Grammar fix.
1209 Clarify which Emacs does the restarting.
1210 Use @samp for *scratch* buffer.
1211
59db7d6e
LT
12122004-07-04 Alan Mackenzie <acm@muc.de>
1213
1214 * frames.texi (Input Focus): Add documentation for
1215 `select-frame-set-input-focus'. Replace refs to non-existent
1216 `switch-frame' with `select-frame'. Minor corrections and tidying
1217 up of text-only terminal stuff.
1218
e3ccf404
RS
12192004-07-02 Richard M. Stallman <rms@gnu.org>
1220
1221 * files.texi (Saving Buffers): Cleanup write-contents-function.
1222 (Magic File Names): Cleanup file-remote-p.
1223
8addb6eb
KG
12242004-07-02 Kai Grossjohann <kai@emptydomain.de>
1225
1226 * files.texi (Magic File Names): `file-remote-p' returns an
1227 identifier of the remote system, not just t.
1228
7a58d84d
DK
12292004-07-02 David Kastrup <dak@gnu.org>
1230
1231 * searching.texi (Entire Match Data): Add explanation about new
1232 match-data behavior when @var{integers} is non-nil.
1233
d8c379f8
RS
12342004-06-24 Richard M. Stallman <rms@gnu.org>
1235
b4a4b0ae
RS
1236 * commands.texi (Misc Events): Describe usr1-signal, usr2-signal event.
1237
d8c379f8
RS
1238 * customize.texi (Variable Definitions): Note about doc strings
1239 and :set.
1240
1241 * keymaps.texi (Keymap Terminology): Document `kbd'.
1242 (Changing Key Bindings, Key Binding Commands): Use kbd in examples.
1243
1244 * display.texi (Invisible Text): Setting buffer-invisibility-spec
1245 makes it buffer-local.
1246
1247 * files.texi (Saving Buffers): Correct previous change.
1248
1249 * commands.texi (Accessing Events):
1250 Clarify posn-col-row and posn-actual-col-row.
1251
12522004-06-24 David Ponce <david.ponce@wanadoo.fr>
1253
1254 * commands.texi (Accessing Events): New functions
1255 posn-at-point and posn-at-x-y. Add example to posn-x-y.
1256
dce417e7
LT
12572004-06-23 Luc Teirlinck <teirllm@auburn.edu>
1258
1259 * lists.texi, files.texi, processes.texi, macros.texi, hash.texi:
1260 * frames.texi, buffers.texi, backups.texi, variables.texi:
1261 * loading.texi, eval.texi, functions.texi, control.texi:
1262 * symbols.texi, minibuf.texi: Reposition @anchor's.
1263
1264 * help.texi: Various small changes in addition to the following.
1265 (Describing Characters): Describe PREFIX argument to
1266 `key-description'. Correct and clarify definition of
1267 `text-char-description'. Describe NEED-VECTOR argument to
1268 `read-kbd-macro'.
1269 (Help Functions): Clarify definition of `apropos'.
1270
255d07dc
LH
12712004-06-23 Lars Hansen <larsh@math.ku.dk>
1272
1273 * files.texi (Saving Buffers): Correct description of
1274 `write-contents-functions'.
1275
4e9691e9
JB
12762004-06-21 Juanma Barranquero <lektu@terra.es>
1277
1278 * display.texi (Images): Remove redundant @vindex directives.
1279 Rewrite `image-library-alist' doc in active voice.
1280
1ebd4f78
JB
12812004-06-14 Juanma Barranquero <lektu@terra.es>
1282
1283 * display.texi (Images): Document new delayed library loading,
1284 variable `image-library-alist' and (existing but undocumented)
1285 function `image-type-available-p'.
1286
ddfb8369
RS
12872004-06-05 Richard M. Stallman <rms@gnu.org>
1288
1289 * minibuf.texi (Minibuffer Completion): For INITIAL arg,
1290 refer the user to the Initial Input node.
1291 (Text from Minibuffer): Likewise.
1292 (Initial Input): New node. Document this feature
1293 and say it is mostly deprecated.
1294
18684a3a
RS
12952004-05-30 Richard M. Stallman <rms@gnu.org>
1296
7a61e456
RS
1297 * loading.texi (Named Features): Clarify return value
1298 and meaning of NOERROR.
1299
18684a3a
RS
1300 * variables.texi (File Local Variables): Minor cleanup.
1301
c8364415
MA
13022004-05-30 Michael Albinus <michael.albinus@gmx.de>
1303
1304 * files.texi (Magic File Names): Add `file-remote-p' as operation
1305 of file name handlers.
1306
08fd1251
RS
13072004-05-29 Richard M. Stallman <rms@gnu.org>
1308
1309 * modes.texi (Minor Mode Conventions): (-) has no special meaning
1310 as arg to a minor mode command.
1311
71d5a208
RS
13122004-05-22 Richard M. Stallman <rms@gnu.org>
1313
1314 * syntax.texi (Syntax Class Table): Word syntax not just for English.
1315
1316 * streams.texi (Output Variables): Doc float-output-format.
1317
1318 * searching.texi (Regexp Special): Nested repetition can be infloop.
1319
1320 * eval.texi (Eval): Increasing max-lisp-eval-depth can cause
1321 real stack overflow.
1322
1323 * compile.texi: Minor cleanups.
1324
13252004-05-22 Luc Teirlinck <teirllm@dms.auburn.edu>
1326
1327 * lists.texi (Cons Cells): Explain dotted lists, true lists,
1328 circular lists.
1329 (List Elements): Explain handling of circular and dotted lists.
1ebd4f78 1330
022cb162
TTN
13312004-05-19 Thien-Thi Nguyen <ttn@gnu.org>
1332
1333 * modes.texi (Search-based Fontification): Fix typo.
1334
aa7094ba
JB
13352004-05-10 Juanma Barranquero <lektu@terra.es>
1336
1337 * modes.texi (Mode Line Variables): Fix description of
1338 global-mode-string, which is now after which-func-mode, not the
1339 buffer name.
1340
c2383279
LH
13412004-05-07 Lars Hansen <larsh@math.ku.dk>
1342
1343 * modes.texi (Desktop Save Mode): Add.
1344 (Modes): Add menu entry Desktop Save Mode.
1345
1346 * hooks.texi: Add desktop-after-read-hook,
1347 desktop-no-desktop-file-hook and desktop-save-hook.
1348
1349 * locals.texi: Add desktop-save-buffer.
1350
058296d3
JH
13512004-04-30 Jesper Harder <harder@ifa.au.dk>
1352
1353 * display.texi: emacs -> Emacs.
1354
0c54865e
EZ
13552004-04-27 Matthew Mundell <matt@mundell.ukfsn.org>
1356
1357 * files.texi (Changing Files): Document set-file-times.
1358
d814862a
JB
13592004-04-23 Juanma Barranquero <lektu@terra.es>
1360
1361 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
1362
e8d6f886
JH
13632004-04-18 Jesper Harder <harder@ifa.au.dk>
1364
1365 * tips.texi (Coding Conventions): defopt -> defcustom.
1366
3a424014
LT
13672004-04-16 Luc Teirlinck <teirllm@auburn.edu>
1368
1369 * sequences.texi: Various clarifications.
1370
9e860631
LT
13712004-04-14 Luc Teirlinck <teirllm@auburn.edu>
1372
1373 * buffers.texi (Read Only Buffers): Mention optional ARG to
1374 `toggle-read-only'.
1375
5e30a0fb
NR
13762004-04-14 Nick Roberts <nick@nick.uklinux.net>
1377
9e860631 1378 * windows.texi (Selecting Windows): Note that get-lru-window
5e30a0fb
NR
1379 returns a full-width window if possible.
1380
619fb950
LT
13812004-04-13 Luc Teirlinck <teirllm@auburn.edu>
1382
1383 * buffers.texi: Various changes in addition to:
1384 (Buffer File Name): Add `find-buffer-visiting'.
1385 (Buffer Modification): Mention optional ARG to `not-modified'.
1386 (Indirect Buffers): Mention optional CLONE argument to
1387 `make-indirect-buffer'.
1388
1389 * files.texi: Various changes in addition to:
1390 (Visiting Functions): `find-file-hook' is now a normal hook.
1391 (File Name Expansion): Explain difference between the way that
1392 `expand-file-name' and `file-truename' treat `..'.
1393 (Contents of Directories): Mention optional ID-FORMAT argument to
1394 `directory-files-and-attributes'.
1395 (Format Conversion): Mention new optional CONFIRM argument to
1396 `format-write-file'.
1397
a2295d32
MB
13982004-04-12 Miles Bader <miles@gnu.org>
1399
1400 * macros.texi (Expansion): Add description of `macroexpand-all'.
1401
571fd4d5
JH
14022004-04-05 Jesper Harder <harder@ifa.au.dk>
1403
1404 * variables.texi (Variable Aliases): Mention
1405 cyclic-variable-indirection.
1406
1407 * errors.texi (Standard Errors): Ditto.
1408
4ba2fd66
LT
14092004-04-04 Luc Teirlinck <teirllm@auburn.edu>
1410
1411 * backups.texi: Various small changes in addition to:
1412 (Making Backups): Mention return value of `backup-buffer'.
1413 (Auto-Saving): Mention optional FORCE argument to
1414 `delete-auto-save-file-if-necessary'.
1415 (Reverting): Mention optional PRESERVE-MODES argument to
1416 `revert-buffer'. Correct description of `revert-buffer-function'.
1417
8f7ea687
JL
14182004-03-22 Juri Linkov <juri@jurta.org>
1419
1420 * sequences.texi (Sequence Functions): Replace xref to `Vectors'
1421 with `Vector Functions'.
1422
1423 * text.texi (Sorting): Add missing quote.
1424
0eeca3c1
LT
14252004-03-14 Luc Teirlinck <teirllm@auburn.edu>
1426
1427 * intro.texi (Lisp History): Replace xref to `cl' manual with
1428 inforef.
1429
e69cfac2
RS
14302004-03-12 Richard M. Stallman <rms@gnu.org>
1431
1432 * intro.texi (Version Info): Add arg to emacs-version.
1433 (Lisp History): Change xref to CL manual.
1434
1b91d47f
LT
14352004-03-09 Luc Teirlinck <teirllm@auburn.edu>
1436
1437 * minibuf.texi (Completion Commands): Add xref to Emacs manual
1438 for Partial Completion mode.
1439
97073664
TTN
14402004-03-07 Thien-Thi Nguyen <ttn@gnu.org>
1441
1442 * customize.texi: Fix typo. Remove eol whitespace.
1443
04a6e76b
RS
14442004-03-04 Richard M. Stallman <rms@gnu.org>
1445
1446 * processes.texi: Fix typos.
1447
1448 * lists.texi (Building Lists): Minor clarification.
1449
1450 * hash.texi (Creating Hash): Correct the meaning of t for WEAK
1451 in make-hash-table.
1452
5bb0fcd1
JB
14532004-02-29 Juanma Barranquero <lektu@terra.es>
1454
1455 * makefile.w32-in (clean, maintainer-clean): Use $(DEL) instead of
1456 rm, and ignore exit code.
1457
9022d421
EZ
14582004-02-27 Dan Nicolaescu <dann@ics.uci.edu>
1459
1460 * display.texi (Defining Faces): Add description for min-colors.
1461 Update example.
1462
92f5fba2
LT
14632004-02-23 Luc Teirlinck <teirllm@auburn.edu>
1464
1465 * abbrevs.texi: Various corrections and clarifications in addition
1466 to the following:
1467 (Abbrev Tables): Delete add-abbrev (as suggested by RMS).
1468
7e83e178
GM
14692004-02-22 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
1470
1471 * calendar.texi (Holiday Customizing): Quote arg of holiday-sexp.
1472
9c5609e8
LT
14732004-02-21 Luc Teirlinck <teirllm@auburn.edu>
1474
e2b9b51f
LT
1475 * text.texi: Various small changes in addition to the following:
1476 (User-Level Deletion): Mention optional BACKWARD-ONLY argument
1477 to delete-horizontal-space.
1478 (Kill Functions, Yanking, Low-Level Kill Ring): clarify and correct
1479 description of yank-handler text property at various places.
1480
7daa0e81
LT
1481 * frames.texi (Window System Selections): Add anchor.
1482
9c5609e8
LT
1483 * syntax.texi (Syntax Table Functions): Clarify and correct
1484 descriptions of make-syntax-table and copy-syntax-table.
1485 (Motion and Syntax): Clarify SYNTAXES argument to
1486 skip-syntax-forward.
1487 (Parsing Expressions): Mention that the return value of
1488 parse-partial-sexp is currently a list of ten rather than nine
1489 elements.
1490 (Categories): Various corrections and clarifications.
1491
d29edb21
LT
14922004-02-17 Luc Teirlinck <teirllm@auburn.edu>
1493
1494 * markers.texi (Marker Insertion Types): Minor change.
1495
1496 * locals.texi (Standard Buffer-Local Variables):
1497 * commands.texi (Interactive Codes, Using Interactive):
1498 * functions.texi (Related Topics): Fix xrefs.
1499
43e48bda
LT
15002004-02-16 Luc Teirlinck <teirllm@auburn.edu>
1501
1502 * lists.texi (Sets And Lists): Update description of delete-dups.
1503
84e34002
RS
15042004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
1505
1506 * keymaps.texi (Tool Bar): tool-bar-item => tool-bar-button.
1507
15082004-02-16 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1509
1510 * frames.texi (Parameter Access): frame-parameters arg is optional.
1511 modify-frame-parameters handles nil for FRAME.
1512 (Window Frame Parameters): menu-bar-lines and tool-bar-lines
1513 are all-or-nothing for certain toolkits.
1514 Mention parameter wait-for-wm.
1515 (Frames and Windows): In frame-first-window and frame-selected-window
1516 the arg is optional.
1517 (Input Focus): In redirect-frame-focus the second arg is optional.
1518 (Window System Selections): Mention selection type CLIPBOARD.
1519 Mention data-type UTF8_STRING.
1520 Mention numbering of cut buffers.
1521 (Resources): Describe x-resource-name.
1522
15232004-02-16 Richard M. Stallman <rms@gnu.org>
1524
1525 * windows.texi (Buffers and Windows): Delete false table
1526 about all-frames.
1527
1528 * syntax.texi (Parsing Expressions): Delete old caveat
1529 about parse-sexp-ignore-comments.
1530
1531 * streams.texi (Output Variables): Add print-quoted.
1532
1533 * lists.texi (Building Lists): Minor cleanup.
1534
1535 * hash.texi (Creating Hash): Correct and clarify doc of WEAK values.
1536
1537 * display.texi (Overlays): Explain overlays use markers.
1538 (Managing Overlays): Explain front-advance and rear-advance
1539 in more detail.
1540
1541 * loading.texi (Unloading): Document unload-feature-special-hooks.
1542 Get rid of fns-NNN.el file.
1543
15442004-02-16 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
1545
1546 * help.texi (Describing Characters): Fix text-char-description
1547 example output.
1548
1549 * edebug.texi (Using Edebug): Fix example.
1550
1551 * debugging.texi (Internals of Debugger): Fix return value.
43e48bda 1552
84e34002
RS
1553 * files.texi (Changing Files): Fix argname.
1554
1555 * calendar.texi: Fix parens, and default values.
1556
1557 * display.texi, frames.texi, internals.texi, modes.texi: Minor fixes.
1558 * nonascii.texi, objects.texi, os.texi: Minor fixes.
1559 * searching.texi, text.texi, tips.texi, windows.text: Minor fixes.
1560
1561 * positions.texi (Text Lines): Don't add -1 in current-line.
1562
15632004-02-16 Richard M. Stallman <rms@gnu.org>
1564
1565 * compile.texi (Compiler Errors): if-boundp feature applies to cond.
1566
c33b76da
EZ
15672004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
1568
1569 * processes.texi (Low-Level Network): Fix a typo.
1570
9d7271e8
KS
15712004-02-12 Kim F. Storm <storm@cua.dk>
1572
1573 * display.texi (Fringes): Use consistent wording.
1574 Note that window-fringe's window arg is optional.
1575 (Scroll Bars): Use consistent wording.
1576
6827d730
LT
15772004-02-11 Luc Teirlinck <teirllm@auburn.edu>
1578
1579 * tips.texi (Comment Tips): Document the new conventions for
1580 commenting out code.
1581
1cb60b5a
JD
15822004-02-07 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1583
1584 * positions.texi (Text Lines): Added missing end defun.
1585
7fdd1f62
KS
15862004-02-07 Kim F. Storm <storm@cua.dk>
1587
1588 * positions.texi (Text Lines): Add line-number-at-pos.
1589
eb3c144c
JPW
15902004-02-06 John Paul Wallington <jpw@gnu.org>
1591
1592 * display.texi (Button Properties, Button Buffer Commands):
1593 mouse-2 invokes button, not down-mouse-1.
1594
a1d38d63
JR
15952004-02-04 Jason Rumney <jasonr@gnu.org>
1596
1597 * makefile.w32-in: Sync with Makefile.in changes.
1598
4b574f3d
LT
15992004-02-03 Luc Teirlinck <teirllm@auburn.edu>
1600
1601 * minibuf.texi (Text from Minibuffer): Various corrections and
1602 clarifications.
1603 (Object from Minibuffer): Correct Lisp description of
1604 read-minibuffer.
1605 (Minibuffer History): Clarify description of cons values for
1606 HISTORY arguments.
1607 (Basic Completion): Various corrections and clarifications. Add
1608 completion-regexp-list.
1609 (Minibuffer Completion): Correct and clarify description of
1610 completing-read.
6f6b0433 1611 (Completion Commands): Mention Partial Completion mode. Various
4b574f3d
LT
1612 other minor changes.
1613 (High-Level Completion): Various corrections and clarifications.
1614 (Reading File Names): Ditto.
1615 (Minibuffer Misc): Ditto.
1616
d8186297
LT
16172004-01-26 Luc Teirlinck <teirllm@auburn.edu>
1618
1619 * strings.texi (Text Comparison): assoc-string also matches
1620 elements of alists that are strings instead of conses.
1621 (Formatting Strings): Standardize Texinfo usage. Update index
1622 entries.
1623
9adcb5f2
LT
16242004-01-20 Luc Teirlinck <teirllm@auburn.edu>
1625
1626 * lists.texi (Sets And Lists): Add delete-dups.
1627
3e7274ae
LT
16282004-01-15 Luc Teirlinck <teirllm@auburn.edu>
1629
1630 * edebug.texi (Instrumenting Macro Calls): `declare' is not a
1631 special form.
1632 * macros.texi (Defining Macros): Update description of `declare',
1633 which now is a macro.
1634 (Wrong Time): Fix typos.
1635
944e099f
LT
16362004-01-14 Luc Teirlinck <teirllm@auburn.edu>
1637
1638 * compile.texi (Compilation Functions): Expand descriptions of
e75c1a57 1639 `compile-defun', `byte-compile-file', `byte-recompile-directory'
944e099f
LT
1640 and `batch-byte-compile'. In particular, mention and describe
1641 all optional arguments.
1642 (Disassembly): Correct and clarify the description of `disassemble'.
1643
90c3aa59
LT
16442004-01-11 Luc Teirlinck <teirllm@auburn.edu>
1645
1646 * searching.texi: Various small changes in addition to the
1647 following.
1648 (Regexp Example): Adapt to new value of `sentence-end'.
1649 (Regexp Functions): The PAREN argument to `regexp-opt' can be
1650 `words'.
1651 (Search and Replace): Add usage note for `perform-replace'.
1652 (Entire Match Data): Mention INTEGERS and REUSE arguments to
1653 `match-data'.
1654 (Standard Regexps): Update for new values of `paragraph-start'
1655 and `sentence-end'.
1656
583c353d
LT
16572004-01-07 Luc Teirlinck <teirllm@auburn.edu>
1658
1659 * files.texi (Saving Buffers): Clarify descriptions of
1660 `write-contents-functions' and `before-save-hook'.
1661 Make the defvar's for `before-save-hook' and `after-save-hook'
1662 into defopt's.
1663
05faee07
KS
16642004-01-07 Kim F. Storm <storm@cua.dk>
1665
1666 * commands.texi (Click Events): Describe new image and
1667 width/height elements of click events.
1668 (Accessing Events): Add posn-string, posn-image, and
1669 posn-object-width-height. Change posn-object to return either
1670 image or string object.
1671
a0465ec3
SJ
16722004-01-01 Simon Josefsson <jas@extundo.com>
1673
1674 * hooks.texi (Standard Hooks): Add before-save-hook.
1675 * files.texi (Saving Buffers): Likewise.
1676
972c0c49
RS
16772004-01-03 Richard M. Stallman <rms@gnu.org>
1678
1679 * frames.texi (Frames and Windows): Delete frame-root-window.
1680
dbcd463f
LT
16812004-01-03 Luc Teirlinck <teirllm@auburn.edu>
1682
1683 * eval.texi, hash.texi, help.texi, symbols.texi: Add anchors.
1684
1685 * functions.texi: Various small changes in addition to the
1686 following.
1687 (What Is a Function): `functionp' returns nil for macros. Clarify
1688 behavior of this and following functions for symbol arguments.
1689 (Function Documentation): Add `\' in front of (fn @var{arglist})
1690 and explain why.
1691 (Defining Functions): Mention DOCSTRING argument to `defalias'.
1692 Add anchor.
1693 (Mapping Functions): Add anchor. Unquote nil in mapcar* example.
1694
02c77ee9
MB
16952004-01-01 Miles Bader <miles@gnu.org>
1696
1697 * display.texi (Buttons): New section.
1698
903a1a91
AS
16992003-12-31 Andreas Schwab <schwab@suse.de>
1700
1701 * numbers.texi (Math Functions): sqrt reports a domain-error
1702 error.
1703 (Float Basics): Use `(/ 0.0 0.0)' instead of `(sqrt -1.0)'.
1704
697cf92a
LT
17052003-12-30 Luc Teirlinck <teirllm@auburn.edu>
1706
3f70fe82
LT
1707 * tips.texi (Documentation Tips): Update item on hyperlinks in
1708 documentation strings.
1709
697cf92a
LT
1710 * errors.texi (Standard Errors): Various small corrections and
1711 additions.
1712
1713 * control.texi: Various small changes in addition to the
1714 following.
1715 (Signaling Errors): Provide some more details on how `signal'
1716 constructs the error message. Add anchor to the definition of
1717 `signal'.
1718 (Error Symbols): Describe special treatment of `quit'.
1719 (Cleanups): Rename BODY argument of `unwind-protect' to BODY-FORM
1720 to emphasize that it has to be a single form.
1721
1722 * buffers.texi: Add anchor.
1723
4d25144d
RS
17242003-12-29 Richard M. Stallman <rms@gnu.org>
1725
1726 * windows.texi (Choosing Window): Add same-window-p, special-display-p.
1727 (Window Configurations): Add window-configuration-frame.
1728
1729 * variables.texi (Creating Buffer-Local): Add local-variable-if-set-p.
1730
1731 * text.texi (Examining Properties): Add get-char-property-and-overlay.
1732 Change arg name in get-char-property.
1733 (Special Properties): Update handling of keymap property.
1734
1735 * strings.texi (Modifying Strings): Add clear-string.
1736 (Text Comparison): Add assoc-string and remove
1737 assoc-ignore-case, assoc-ignore-representation.
1738
1739 * os.texi (Time of Day): Add set-time-zone-rule.
1740
1741 * numbers.texi (Math Functions): asin, acos, log, log10
697cf92a 1742 report domain-error errors.
4d25144d 1743
697cf92a 1744 * nonascii.texi (Converting Representations):
4d25144d
RS
1745 Add multibyte-char-to-unibyte and unibyte-char-to-multibyte.
1746 (Encoding and I/O): Add file-name-coding-system.
1747
1748 * modes.texi (Search-based Fontification): Explain that
1749 face specs are symbols with face names as values.
1750
1751 * minibuf.texi (Minibuffer Misc): Add set-minibuffer-window.
1752
1753 * lists.texi (Building Lists): remq moved elsewhere.
1754 (Sets And Lists): remq moved here.
1755 (Association Lists): Refer to assoc-string.
1756
1757 * internals.texi (Garbage Collection): Add memory-use-counts.
1758
1759 * frames.texi (Frames and Windows): Add set-frame-selected-window
1760 and frame-root-window.
1761
697cf92a 1762 * files.texi (Contents of Directories):
4d25144d
RS
1763 Add directory-files-and-attributes.
1764
1765 * display.texi (Refresh Screen): Add force-window-update.
1766 (Invisible Text): Explain about moving point out of invis text.
1767 (Overlay Properties): Add overlay-properties.
1768 (Managing Overlays): Add overlayp.
1769 (GIF Images): Invalid image number displays a hollow box.
1770
1771 * buffers.texi (Buffer Modification): Add restore-buffer-modified-p.
1772 (Killing Buffers): Add buffer-live-p.
1773
67fafe38
MR
17742003-12-25 Markus Rost <rost@mathematik.uni-bielefeld.de>
1775
1776 * display.texi (Fringes): Fix typo "set-buffer-window".
1777
68e74f25
LT
17782003-12-24 Luc Teirlinck <teirllm@auburn.edu>
1779
1780 * display.texi, eval.texi, help.texi, internals.texi, loading.texi:
1781 * nonascii.texi, processes.texi, tips.texi, variables.texi:
1782 Add or change various xrefs and anchors.
1783
1784 * commands.texi: Replace all occurrences of @acronym{CAR} with
1785 @sc{car}, for consistency with the rest of the Elisp manual.
1786 `car' and `cdr' are historically acronyms, but are no longer
1787 widely thought of as such.
1788
1789 * internals.texi (Pure Storage): Mention that `purecopy' does not
1790 copy text properties.
1791 (Object Internals): Now 29 bits are used (in most implementations)
1792 to address Lisp objects.
1793
1794 * variables.texi (Variables with Restricted Values): New node.
1795
1796 * objects.texi (Lisp Data Types): Mention that certain variables
1797 can only take on a restricted set of values and add an xref to
1798 the new node "Variables with Restricted Values".
1799
1800 * eval.texi (Function Indirection): Describe the errors that
1801 `indirect-function' can signal.
1802 (Eval): Clarify the descriptions of `eval-region' and `values'.
1803 Describe `eval-buffer' instead of `eval-current-buffer' and
1804 mention `eval-current-buffer' as an alias for `current-buffer'.
1805 Correct the description and mention all optional arguments.
1806
697cf92a 1807 * nonascii.texi: Various small changes in addition to the
68e74f25
LT
1808 following.
1809 (Converting Representations): Clarify behavior of
1810 `string-make-multibyte' and `string-to-multibyte' for unibyte all
1811 ASCII arguments.
1812 (Character Sets): Document the variable `charset-list' and adapt
1813 the definition of the function `charset-list' accordingly.
1814 (Translation of Characters): Clarify use of generic characters in
1815 `make-translation-table'. Clarify and correct the description of
1816 the use of translation tables in encoding and decoding.
1817 (User-Chosen Coding Systems): Correct and clarify the description
1818 of `select-safe-coding-system'.
1819 (Default Coding Systems): Clarify description of
1820 `file-coding-system-alist'.
1821
a62f71e4
LT
18222003-11-30 Luc Teirlinck <teirllm@auburn.edu>
1823
1824 * strings.texi (Text Comparison): Correctly describe when two
1825 strings are `equal'. Combine and clarify descriptions of
1826 `assoc-ignore-case' and `assoc-ignore-representation'.
1827
1828 * objects.texi (Non-ASCII in Strings): Clarify description of
1829 when a string is unibyte or multibyte.
1830 (Bool-Vector Type): Update examples.
1831 (Equality Predicates): Correctly describe when two strings are
1832 `equal'.
1833
19017752
LT
18342003-11-29 Luc Teirlinck <teirllm@auburn.edu>
1835
1836 * lists.texi (Building Lists): `append' no longer accepts integer
1837 arguments. Update the description of `number-sequence' to reflect
1838 recent changes.
1839 (Sets And Lists): Describe `member-ignore-case' after `member'.
1840
0f6a07a8
KS
18412003-11-27 Kim F. Storm <storm@cua.dk>
1842
1843 * commands.texi (Click Events): Click object may be an images.
1844 Describe (dx . dy) element of click positions.
1845 (Accessing Events): Remove duplicate posn-timestamp.
1846 New functions posn-object and posn-object-x-y.
1847
1ce7c819
KS
18482003-11-23 Kim F. Storm <storm@cua.dk>
1849
1850 * commands.texi (Click Events): Describe enhancements to event
1851 position lists, including new text-pos and (col . row) items.
1852 Mention left-fringe and right-fringe area events.
0f6a07a8 1853 (Accessing Events): New functions posn-area and
1ce7c819
KS
1854 posn-actual-col-row. Mention posn-timestamp. Mention that
1855 posn-point in non-text area still returns buffer position.
1856 Clarify posn-col-row.
1857
cae8ddbb
LH
18582003-11-21 Lars Hansen <larsh@math.ku.dk>
1859
1860 * files.texi (File Attributes): Describe new parameter ID-FORMAT.
1861 * anti.texi (File Attributes): Describe removed parameter
1862 ID-FORMAT.
1863
f7f1a248
LT
18642003-11-20 Luc Teirlinck <teirllm@auburn.edu>
1865
68e74f25 1866 * positions.texi (Positions): Mention that, if a marker is used as
f7f1a248
LT
1867 a position, its buffer is ignored.
1868
1869 * markers.texi (Overview of Markers): Mention it here too.
1870
c5e2fb05
LT
18712003-11-12 Luc Teirlinck <teirllm@auburn.edu>
1872
1873 * numbers.texi (Numeric Conversions): Not just `floor', but also
1874 `truncate', `ceiling' and `round' accept optional argument DIVISOR.
1875
e57d0aa8
LT
18762003-11-10 Luc Teirlinck <teirllm@auburn.edu>
1877
1878 * markers.texi (Creating Markers): Specify insertion type of
1879 created markers. Add xref to `Marker Insertion Types'.
1880 Second argument to `copy-marker' is optional.
1881 (Marker Insertion Types): Mention that most markers are created
1882 with insertion type nil.
1883 (The Mark): Correctly describe when `mark' signals an error.
1884 (The Region): Correctly describe when `region-beginning' and
1885 `region-end' signal an error.
1886
bb3612ec
LT
18872003-11-08 Luc Teirlinck <teirllm@auburn.edu>
1888
1889 * hash.texi (Creating Hash): Clarify description of `eql'.
1890 `makehash' is obsolete.
1891 (Hash Access): Add Common Lisp notes for `remhash' and `clrhash'.
1892
1893 * positions.texi (Point): Change description of `buffer-end', so
1894 that it is also correct for floating point arguments.
1895 (List Motion): Correct argument lists of `beginning-of-defun' and
1896 `end-of-defun'.
1897 (Excursions): Add xref to `Marker Insertion Types'.
1898 (Narrowing): Argument to `narrow-to-page' is optional.
1899
cfb8a797
LT
19002003-11-06 Luc Teirlinck <teirllm@auburn.edu>
1901
1902 * streams.texi (Output Streams): Clarify behavior of point for
1903 marker output streams.
1904
c6177909
LT
19052003-11-04 Luc Teirlinck <teirllm@auburn.edu>
1906
1907 * variables.texi (Defining Variables): Second argument to
1908 `defconst' is not optional.
1909 (Setting Variables): Mention optional argument APPEND to
1910 `add-to-list'.
1911 (Creating Buffer-Local): Expand description of
1912 `make-variable-buffer-local'.
1913 (Frame-Local Variables): Expand description of
1914 `make-variable-frame-local'.
1915 (Variable Aliases): Correct description of optional argument
1916 DOCSTRING to `defvaralias'. Mention return value of
1917 `defvaralias'.
1918 (File Local Variables): Add xref to `File variables' in Emacs
1919 Manual. Correct description of `hack-local-variables'. Mention
1920 `safe-local-variable' property. Mention optional second argument
1921 to `risky-local-variable-p'.
1922
b3645067
LT
19232003-11-03 Luc Teirlinck <teirllm@auburn.edu>
1924
1925 * symbols.texi (Symbol Plists): Mention return value of `setplist'.
1926
10695e5c
EZ
19272003-11-02 Jesper Harder <harder@ifa.au.dk> (tiny change)
1928
1929 * lispref/anti.texi, lispref/backups.texi, lispref/commands.texi
1930 lispref/customize.texi, lispref/display.texi, lispref/files.texi,
1931 lispref/internals.texi, lispref/keymaps.texi, lispref/loading.texi,
1932 lispref/modes.texi, lispref/nonascii.texi, lispref/numbers.texi,
1933 lispref/objects.texi, lispref/os.texi, lispref/positions.texi,
b3645067 1934 lispref/processes.texi, lispref/searching.texi,
10695e5c
EZ
1935 lispref/sequences.texi, lispref/streams.texi, lispref/strings.texi,
1936 lispref/syntax.texi, lispref/text.texi: Replace @sc{foo} with
1937 @acronym{FOO}.
1938
a2f4def1
LT
19392003-10-27 Luc Teirlinck <teirllm@auburn.edu>
1940
1941 * strings.texi (Creating Strings): Argument START to `substring'
1942 can not be `nil'. Expand description of
1943 `substring-no-properties'. Correct description of `split-string',
1944 especially with respect to empty matches. Prevent very bad line
1945 break in definition of `split-string-default-separators'.
1946 (Text Comparison): `string=' and `string<' also accept symbols as
1947 arguments.
1948 (String Conversion): More completely describe argument BASE in
1949 `string-to-number'.
5bb0fcd1 1950 (Formatting Strings): `%s' and `%S' in `format' do require
a2f4def1
LT
1951 corresponding object. Clarify behavior of numeric prefix after
1952 `%' in `format'.
1953 (Case Conversion): The argument to `upcase-initials' can be a
1954 character.
1955
a2296bf9
KH
19562003-10-27 Kenichi Handa <handa@m17n.org>
1957
1958 * display.texi (Fontsets): Fix texinfo usage.
1959
885fef7c
KH
19602003-10-25 Kenichi Handa <handa@m17n.org>
1961
1962 * display.texi (Fontsets): Add description of the function
1963 set-fontset-font.
1964
0c6b7a1f
LT
19652003-10-23 Luc Teirlinck <teirllm@auburn.edu>
1966
1967 * display.texi (Temporary Displays): Add xref to `Documentation
1968 Tips'.
1969
1970 * functions.texi (Function Safety): Use inforef instead of pxref
1971 for SES.
1972
c3cda320
AS
19732003-10-23 Andreas Schwab <schwab@suse.de>
1974
1975 * Makefile.in (TEX, texinputdir): Don't define.
1976 (TEXI2DVI): Define.
1977 (srcs): Remove $(srcdir)/index.perm and $(srcdir)/index.unperm,
1978 add $(srcdir)/index.texi.
1979 ($(infodir)/elisp): Remove index.texi dependency.
1980 (elisp.dvi): Likewise. Use $(TEXI2DVI).
1981 (index.texi): Remove target.
1982 (dist): Don't link $(srcdir)/permute-index.
83badb71
AS
1983 (clean): Don't remove index.texi.
1984
c3cda320
AS
1985 * permute-index, index.perm: Remove.
1986 * index.texi: Rename from index.unperm.
1987
e5dadca7
LT
19882003-10-22 Luc Teirlinck <teirllm@auburn.edu>
1989
1990 * tips.texi (Documentation Tips): Document new behavior for face
1991 and variable hyperlinks in Help mode.
1992
6cfb0777
LT
19932003-10-21 Luc Teirlinck <teirllm@auburn.edu>
1994
1995 * objects.texi (Integer Type): Update for extra bit of integer range.
1996 (Character Type): Ditto.
1997
a6eeaa81 19982003-10-16 Eli Zaretskii <eliz@gnu.org>
a4fc3ab3
EZ
1999
2000 * numbers.texi (Integer Basics): Add index entries for reading
2001 numbers in hex, octal, and binary.
2002
c8f9ba83
LK
20032003-10-16 Lute Kamstra <lute@gnu.org>
2004
2005 * modes.texi (Mode Line Format): Mention force-mode-line-update's
2006 argument.
2007
b52a26fb
LT
20082003-10-13 Luc Teirlinck <teirllm@auburn.edu>
2009
2010 * windows.texi (Choosing Window): Fix typo.
2011 * edebug.texi (Edebug Execution Modes): Fix typo.
2012
f7005886
RS
20132003-10-13 Richard M. Stallman <rms@gnu.org>
2014
2015 * windows.texi (Basic Windows): A window has fringe settings,
2016 display margins and scroll-bar settings.
2017 (Splitting Windows): Doc split-window return value.
2018 Clean up one-window-p.
2019 (Selecting Windows): Fix typo.
2020 (Cyclic Window Ordering): Explain frame as ALL-FRAMES in next-window.
2021 (Buffers and Windows): In set-window-buffer, explain effect
2022 on fringe settings and scroll bar settings.
2023 (Displaying Buffers): In pop-to-buffer, explain nil as buffer arg.
2024 (Choosing Window): Use defopt for pop-up-frame-function.
2025 For special-display-buffer-names, explain same-window and same-frame.
2026 Clarify window-dedicated-p return value.
2027 (Textual Scrolling): scroll-up and scroll-down can get an error.
2028 (Horizontal Scrolling): Clarify auto-hscroll-mode.
2029 Clarify set-window-hscroll.
2030 (Size of Window): Don't mention tool bar in window-height.
2031 (Coordinates and Windows): Explain what coordinates-in-window-p
2032 returns for fringes and display margins.
2033 (Window Configurations): Explain saving fringes, etc.
2034
2035 * tips.texi (Library Headers): Clean up Documentation.
2036
2037 * syntax.texi (Parsing Expressions): Clean up forward-comment
2038 and parse-sexp-lookup-properties.
2039
2040 * sequences.texi (Sequence Functions): sequencep accepts bool-vectors.
2041
2042 * os.texi (System Environment): Clean up text for load-average errors.
2043
2044 * modes.texi (Hooks): Don't explain local hook details at front.
2045 Clarify run-hooks and run-hook-with-args a little.
2046 Clean up add-hook and remove-hook.
2047
2048 * edebug.texi (Edebug Execution Modes): Clarify t.
2049 Document edebug-sit-for-seconds.
2050 (Coverage Testing): Document C-x X = and =.
2051 (Instrumenting Macro Calls): Fix typo.
2052 (Specification List): Don't index the specification keywords.
2053
c989ebe9
KS
20542003-10-10 Kim F. Storm <storm@cua.dk>
2055
2056 * processes.texi (Network): Introduce make-network-process.
2057
f9525eef
LT
20582003-10-09 Luc Teirlinck <teirllm@auburn.edu>
2059
2060 * tips.texi (Library Headers): Fix typo.
2061
f008b925
LK
20622003-10-07 Juri Linkov <juri@jurta.org>
2063
2064 * modes.texi (Imenu): Mention imenu-create-index-function's
2065 default value. Explain submenus better.
2066
c22c5da6
LK
20672003-10-07 Lute Kamstra <lute@gnu.org>
2068
2069 * modes.texi (Faces for Font Lock): Fix typo.
2070 (Hooks): Explain how buffer-local hook variables can refer to
2071 global hook variables.
2072 Various minor clarifications.
2073
49247521
LK
20742003-10-06 Lute Kamstra <lute@gnu.org>
2075
2076 * tips.texi (Coding Conventions): Mention naming conventions for
2077 hooks.
2078
9296c947
LT
20792003-10-05 Luc Teirlinck <teirllm@auburn.edu>
2080
2081 * loading.texi (Library Search): Correct default value of
2082 load-suffixes.
2083 (Named Features): Fix typo.
2084
0e9b293a
RS
20852003-10-05 Richard M. Stallman <rms@gnu.org>
2086
2087 * loading.texi (Named Features): In `provide',
2088 say how to test for subfeatures.
2089 (Unloading): In unload-feature, use new var name
2090 unload-feature-special-hooks.
2091
49247521 20922003-10-03 Lute Kamstra <lute@gnu.org>
10ee4e90
LK
2093
2094 * modes.texi (Major Mode Conventions): Mention third way to set up
2095 Imenu.
2096 (Imenu): A number of small fixes.
2097 Delete documentation of internal variable imenu--index-alist.
2098 Document the return value format of imenu-create-index-function
2099 functions.
2100
ab8f7d5c
RS
21012003-09-30 Richard M. Stallman <rms@gnu.org>
2102
2103 * processes.texi (Network): Say what stopped datagram connections do.
2104
2105 * lists.texi (Association Lists): Clarify `assq-delete-all'.
2106
2107 * display.texi (Overlay Properties): Clarify `evaporate' property.
2108
49247521 21092003-09-29 Lute Kamstra <lute@gnu.org>
86b9b767
LK
2110
2111 * modes.texi (Mode Line Data): Explain when symbols in mode-line
c22c5da6 2112 constructs should be marked as risky.
86b9b767
LK
2113 Change cons cell into proper list.
2114 (Mode Line Variables): Change cons cell into proper list.
2115
49247521 21162003-09-26 Lute Kamstra <lute@gnu.org>
bc3b02f9
LK
2117
2118 * modes.texi (Mode Line Data): Document the :propertize construct.
2119 (Mode Line Variables): Reorder the descriptions of the variables
c22c5da6 2120 to match their order in the default mode-line-format.
bc3b02f9
LK
2121 Describe the new variables mode-line-position and mode-line-modes.
2122 Update the default values of mode-line-frame-identification,
2123 minor-mode-alist, and default-mode-line-format.
2124 (Properties in Mode): Mention the :propertize construct.
6142d1d0 2125
bc3b02f9 21262003-09-26 Richard M. Stallman <rms@gnu.org>
6142d1d0 2127
c22c5da6 2128 * buffers.texi, commands.texi, debugging.texi, eval.texi:
6142d1d0
RS
2129 * loading.texi, minibuf.texi, text.texi, variables.texi:
2130 Avoid @strong{Note:}.
2131
21322003-09-26 Richard M. Stallman <rms@gnu.org>
2133
2134 * keymaps.texi (Remapping Commands): Fix typo.
2135
41beda59
LT
21362003-09-23 Luc Teirlinck <teirllm@mail.auburn.edu>
2137
2138 * processes.texi (Low-Level Network): Fix typo.
2139
ef6ae4ff
KS
21402003-09-23 Kim F. Storm <storm@cua.dk>
2141
2142 * processes.texi (Network, Network Servers): Fix typos.
2143 (Low-Level Network): Add timeout value for :server keyword.
2144 Add new option keywords to make-network-process.
2145 Add set-network-process-options.
2146 Explain how to test availability of network options.
2147
b0f23edf
RS
21482003-09-19 Richard M. Stallman <rms@gnu.org>
2149
2150 * text.texi (Motion by Indent): Arg to
2151 backward-to-indentation and forward-to-indentation is optional.
2152
2153 * strings.texi (Creating Strings): Add substring-no-properties.
2154
2155 * processes.texi
2156 (Process Information): Add list-processes arg QUERY-ONLY.
2157 Delete process-contact from here.
2158 Add new status values for process-status.
2159 Add process-get, process-put, process-plist, set-process-plist.
2160 (Synchronous Processes): Add call-process-shell-command.
2161 (Signals to Processes): signal-process allows process objects.
2162 (Network): Complete rewrite.
2163 (Network Servers, Datagrams, Low-Level Network): New nodes.
2164
2165 * positions.texi (Word Motion): forward-word, backward-word
2166 arg is optional. Reword.
2167
2168 * abbrevs.texi (Defining Abbrevs): Index no-self-insert.
2169
c22c5da6 2170 * variables.texi (Creating Buffer-Local):
b0f23edf
RS
2171 Delete duplicate definition of buffer-local-value.
2172 (File Local Variables): Explain about discarding text props.
2173
f387bdea
RS
21742003-09-11 Richard M. Stallman <rms@gnu.org>
2175
2176 * minibuf.texi (Intro to Minibuffers): Explain that the minibuffer
2177 changes variables that record input events.
2178 (Minibuffer Misc): Add minibuffer-selected-window.
2179
2180 * lists.texi (Building Lists): Add copy-tree.
2181
2182 * display.texi (Fontsets): Add char-displayable-p.
2183 (Scroll Bars): New node.
2184
49247521 21852003-09-08 Lute Kamstra <lute@gnu.org>
5df034de
LK
2186
2187 * modes.texi (%-Constructs): Document new `%i' and `%I'
2188 constructs.
2189
fd026ee1
JR
21902003-09-03 Peter Runestig <peter@runestig.com>
2191
2192 * makefile.w32-in: New file.
2193
4828b4d7
RS
21942003-08-29 Richard M. Stallman <rms@gnu.org>
2195
2196 * display.texi (Overlay Properties): Clarify how priorities
2197 affect use of the properties.
2198
a4e4f05d
LT
21992003-08-19 Luc Teirlinck <teirllm@mail.auburn.edu>
2200
2201 * customize.texi (Type Keywords): Correct the description of
2202 `:help-echo' in the case where `motion-doc' is a function.
2203
3ebe0346
JPW
22042003-08-14 John Paul Wallington <jpw@gnu.org>
2205
2206 * modes.texi (Emulating Mode Line): Subsection, not section.
2207
3afe8e39
RS
22082003-08-13 Richard M. Stallman <rms@gnu.org>
2209
2210 * elisp.texi (Top): Update subnode lists in menu.
2211
2212 * text.texi (Insertion): Add insert-buffer-substring-no-properties.
2213 (Kill Functions): kill-region has new arg yank-handler.
2214 (Yanking): New node.
2215 (Yank Commands): Add yank-undo-function.
2216 (Low-Level Kill Ring):
2217 kill-new and kill-append have new arg yank-handler.
2218 (Changing Properties): Add remove-list-of-text-properties.
2219 (Atomic Changes): New node.
2220
2221 * symbols.texi (Other Plists): Add lax-plist-get, lax-plist-put.
2222
2223 * streams.texi (Output Variables): Add eval-expression-print-length
2224 and eval-expression-print-level.
2225
2226 * os.texi (Time Conversion): For encode-time, explain limits on year.
2227
2228 * objects.texi (Character Type): Define anchor "modifier bits".
2229
2230 * modes.texi (Emulating Mode Line): New node.
2231 (Search-based Fontification): Font Lock uses font-lock-face property.
2232 (Other Font Lock Variables): Likewise.
2233
2234 * keymaps.texi (Format of Keymaps): Keymaps contain char tables,
2235 not vectors.
2236 (Active Keymaps): Add emulation-mode-map-alists.
2237 (Functions for Key Lookup): key-binding has new arg no-remap.
2238 (Remapping Commands): New node.
2239 (Scanning Keymaps): where-is-internal has new arg no-remap.
2240 (Tool Bar): Add tool-bar-local-item-from-menu.
2241 Clarify when to use tool-bar-add-item-from-menu.
2242
2243 * commands.texi (Interactive Call): commandp has new arg.
2244 (Command Loop Info): Add this-original-command.
2245
e37769b1
JPW
22462003-08-06 John Paul Wallington <jpw@gnu.org>
2247
2248 * compile.texi (Compiler Errors): Say `@end defmac' after `@defmac'.
2249
2250 * display.texi (Warning Basics): Fix typo.
2251 (Fringes): Add closing curly bracket and fix typo.
2252
2253 * elisp.texi (Top): Fix typo.
2254
c5e0561f
RS
22552003-08-05 Richard M. Stallman <rms@gnu.org>
2256
2257 * elisp.texi: Update lists of subnodes.
2258
2259 * windows.texi (Buffers and Windows): set-window-buffer has new arg.
2260
2261 * variables.texi (Local Variables): Use lc for example variable names.
2262
2263 * tips.texi (Library Headers): Explain where to put -*-.
2264
2265 * strings.texi (Creating Strings): Fix xref for vconcat.
2266
2267 * sequences.texi (Vector Functions):
2268 vconcat no longer allows integer args.
2269
2270 * minibuf.texi (Reading File Names): read-file-name has new
2271 arg PREDICATE. New function read-directory-name.
2272
2273 * macros.texi (Defining Macros): Give definition of `declare'
2274 (Indenting Macros): New node.
2275
2276 * frames.texi (Parameter Access): Add modify-all-frames-parameters.
2277 (Window Frame Parameters): Make separate table of parameters
2278 that are coupled with specific face attributes.
2279 (Deleting Frames): delete-frame-hooks renamed to
2280 delete-frame-functions.
2281
2282 * files.texi (Magic File Names): Add file-remote-p.
2283 Clarify file-local-copy.
2284
2285 * edebug.texi (Instrumenting Macro Calls): Don't define `declare'
2286 here; instead xref Defining Macros.
2287
2288 * display.texi (Warnings): New node, and subnodes.
2289 (Fringes): New node.
2290
2291 * debugging.texi (Test Coverage): New node.
2292
2293 * compile.texi (Compiler Errors): Explain with-no-warnings
2294 and other ways to suppress warnings.
2295
2296 * commands.texi (Interactive Call): Minor clarification.
2297
2298 * buffers.texi (Buffer File Name): set-visited-file-name
2299 renames the buffer too.
2300
2301 * abbrevs.texi (Abbrev Tables): Add copy-abbrev-table.
2302
ee59dede
MR
23032003-07-24 Markus Rost <rost@math.ohio-state.edu>
2304
2305 * abbrevs.texi (Abbrev Expansion): Use \s syntax in example.
2306
f0514b34
MR
23072003-07-22 Markus Rost <rost@math.ohio-state.edu>
2308
2309 * internals.texi (Garbage Collection): Fix previous change.
2310
c73983bb
RS
23112003-07-22 Richard M. Stallman <rms@gnu.org>
2312
2313 * files.texi (Truenames): Add LIMIT arg to file-chase-links.
2314
2315 * display.texi (Width): Use \s syntax in example.
2316 (Font Selection): Add face-font-rescale-alist.
2317
2318 * modes.texi (Imenu): Add xref to Emacs Manual node on Imenu.
2319 Remove spurious indent in example.
2320
2321 * lists.texi (Building Lists): Add number-sequence.
2322
2323 * internals.texi (Garbage Collection): Add gcs-done, gc-elapsed.
2324
2325 * functions.texi (Function Documentation): Explain how to
2326 show calling convention explicitly in the doc string.
2327
2328 * windows.texi (Selecting Windows): save-selected-window saves
2329 selected window of each frame.
2330 (Window Configurations): Minor change.
2331
2332 * syntax.texi (Syntax Table Functions): Use \s syntax in examples.
2333
2334 * streams.texi (Output Variables): Add print-continuous-numbering
2335 and print-number-table.
2336
2337 * processes.texi (Decoding Output): New node.
2338
2339 * os.texi (Time Conversion): decode-time arg is optional.
2340
2341 * objects.texi (Character Type): Don't use space as example for \.
2342 Make list of char names and \-sequences correspond.
2343 Explain that \s is not used in strings. `\ ' needs space after.
2344
2345 * nonascii.texi (Converting Representations): Add string-to-multibyte.
2346 (Translation of Characters): Add translation-table-for-input.
2347 (Default Coding Systems): Add auto-coding-functions.
2348 (Explicit Encoding): Add decode-coding-inserted-region.
2349 (Locales): Add locale-info.
2350
2351 * minibuf.texi (Basic Completion): Describe test-completion.
2352 Collections can be lists of strings.
2353 Clean up lazy-completion-table.
2354 (Programmed Completion): Mention test-completion.
2355 Clarify why lambda expressions are not accepted.
2356 (Minibuffer Misc): Describe minibufferp.
2357
51a8b435
RS
23582003-07-14 Richard M. Stallman <rms@gnu.org>
2359
2360 * buffers.texi (Killing Buffers): kill-buffer-hook is perm local.
2361
2362 * windows.texi (Selecting Windows): New arg to select-window.
2363 (Selecting Windows): Add with-selected-window.
2364 (Size of Window): Add window-inside-edges, etc.
2365
2366 * internals.texi (Garbage Collection): Add post-gc-hook.
2367
2368 * processes.texi (Subprocess Creation): Add exec-suffixes.
2369
2370 * keymaps.texi (Functions for Key Lookup): Add current-active-maps.
2371 (Scanning Keymaps): Add map-keymaps.
2372 (Defining Menus): Add keymap-prompt.
2373
2374 * numbers.texi (Integer Basics): Add most-positive-fixnum,
2375 most-negative-fixnum.
2376
2377 * compile.texi (Byte Compilation): Explain no-byte-compile
2378 (Compiler Errors): New node.
2379
2380 * os.texi (User Identification): user-uid, user-real-uid
2381 can return float.
2382
2383 * modes.texi (Major Mode Conventions): Explain about run-mode-hooks
2384 and about derived modes.
2385 (Minor Modes): Add minor-mode-list.
2386 (Defining Minor Modes): Keyword args for define-minor-mode.
2387 (Search-based Fontification): Explain managing other properties.
2388 (Other Font Lock Variables): Add font-lock-extra-managed-props.
2389 (Faces for Font Lock): Add font-locl-preprocessor-face.
2390 (Hooks): Add run-mode-hooks and delay-mode-hooks.
2391
2392 * variables.texi (Creating Buffer-Local): Add buffer-local-value.
e57d0aa8 2393 (Variable Aliases): Clarify defvaralias.
51a8b435
RS
2394
2395 * loading.texi (Library Search): Add load-suffixes.
2396
2397 * minibuf.texi (Basic Completion): Add lazy-completion-table.
2398 (Programmed Completion): Add dynamic-completion-table.
2399
2400 * files.texi (Changing Files): copy-file allows dir as NEWNAME.
2401 (Magic File Names): Specify precedence order of handlers.
199bb209 2402
51a8b435
RS
2403 * commands.texi (Command Overview): Emacs server runs pre-command-hook
2404 and post-command-hook.
2405 (Waiting): New calling convention for sit-for.
2406
2407 * text.texi (Special Properties): local-map and keymap properties
2408 apply based on their stickiness.
2409
c6de56a0
RS
24102003-07-07 Richard M. Stallman <rms@gnu.org>
2411
2412 * modes.texi (Minor Mode Conventions): Specify only some kinds
2413 of list values as args to minor modes.
2414
2415 * files.texi (File Name Expansion): Warn about iterative use
2416 of substitute-in-file-name.
2417
2418 * advice.texi (Activation of Advice): Clean up previous change.
2419
8c761ea6
MR
24202003-07-06 Markus Rost <rost@math.ohio-state.edu>
2421
2422 * advice.texi (Activation of Advice): Note that ad-start-advice is
2423 turned on by default.
2424
c6de56a0
RS
24252003-06-30 Richard M. Stallman <rms@gnu.org>
2426
2427 * text.texi (Buffer Contents): Document current-word.
2428 (Change Hooks): Not called for *Messages*.
2429
2430 * functions.texi (Defining Functions): Explain about redefining
2431 primitives.
2432 (Function Safety): Renamed. Minor changes.
2433 Comment out the detailed criteria for what is safe.
2434
3fe4e567
AS
24352003-06-22 Andreas Schwab <schwab@suse.de>
2436
2437 * objects.texi (Symbol Type): Fix description of examples.
2438
cda7bd13
AS
24392003-06-16 Andreas Schwab <schwab@suse.de>
2440
2441 * hash.texi (Creating Hash): Fix description of :weakness.
2442
fbcffa4a
KG
24432003-06-13 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@gmx.net>
2444
2445 * files.texi (Changing Files): copy-file copies file modes, too.
2446
ff6a3bfb
RS
24472003-05-28 Richard M. Stallman <rms@gnu.org>
2448
2449 * strings.texi (Creating Strings): Clarify split-string.
2450
1463a05d
JB
24512003-05-22 Stephen J. Turnbull <stephen@xemacs.org>
2452
2453 * strings.texi (Creating Strings): Update split-string specification
2454 and examples.
2455
af253914
RS
24562003-05-19 Richard M. Stallman <rms@gnu.org>
2457
2458 * elisp.texi: Correct invariant section names.
2459
7ea52f92
RS
24602003-04-20 Richard M. Stallman <rms@gnu.org>
2461
2462 * os.texi (Timers): Explain about timers and quitting.
2463
e31afc09
RS
24642003-04-19 Richard M. Stallman <rms@gnu.org>
2465
2466 * internals.texi (Writing Emacs Primitives): Strings are
2467 no longer special for GCPROs. Mention GCPRO5, GCPRO6.
2468 Explain GCPRO convention for varargs function args.
2469
5ceea398
RS
24702003-04-16 Richard M. Stallman <rms@gnu.org>
2471
2472 * minibuf.texi (Minibuffer Misc): Document fn minibuffer-message.
2473
b0ada147
RS
24742003-04-08 Richard M. Stallman <rms@gnu.org>
2475
2476 * files.texi (Kinds of Files): Correct return value of file-symlink-p.
2477
b23375aa
KS
24782003-02-13 Kim F. Storm <storm@cua.dk>
2479
2480 * objects.texi (Character Type): New \s escape for space.
2481
c60ee5e7
JB
24822003-01-31 Joe Buehler <jhpb@draco.hekimian.com>
2483
2484 * os.texi (System Environment): Added cygwin system-type.
2485
84e47416
RS
24862003-01-25 Richard M. Stallman <rms@gnu.org>
2487
2488 * keymaps.texi: Document that a symbol can act as a keymap.
2489
3e8cf2ea
RS
24902003-01-13 Richard M. Stallman <rms@gnu.org>
2491
2492 * text.texi (Changing Properties): Say string indices are origin-0.
2493
2494 * positions.texi (Screen Lines) <compute-motion>:
2495 Correct order of elts in return value.
2496
2497 * keymaps.texi (Changing Key Bindings) <define-key>: Mention
2498 how to define a default binding.
2499
7abb9fc5 25002002-12-07 Markus Rost <rost@math.ohio-state.edu>
177f790c 2501
104bc3aa 2502 * loading.texi (Unloading): Fix recent change for load-history.
5b1fc152 2503
104bc3aa
MR
2504 * customize.texi (Simple Types): Clarify description of custom
2505 type 'number. Describe new custom type 'float.
177f790c 2506
7abb9fc5 25072002-12-04 Markus Rost <rost@math.ohio-state.edu>
24ff45f3
MR
2508
2509 * variables.texi (File Local Variables): Fix typo.
2510
df140a68 25112002-10-23 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@uni-duisburg.de>
c60ee5e7 2512
df140a68
KG
2513 From Michael Albinus <Michael.Albinus@alcatel.de>.
2514
2515 * README: Target for Info file is `make info'.
2516
2517 * files.texi (File Name Components): Fixed typos in
2518 `file-name-sans-extension'.
2519 (Magic File Names): Complete list of operations for magic file
2520 name handlers.
2521
7ed9159a
JY
25222002-09-16 Jonathan Yavner <jyavner@engineer.com>
2523
2524 * variables.texi (File Local Variables): New function
2525 risky-local-variable-p.
2526
25272002-09-15 Jonathan Yavner <jyavner@engineer.com>
2528
2529 * functions.texi (Function safety): New node about unsafep.
2530
241f79af
PA
25312002-08-05 Per Abrahamsen <abraham@dina.kvl.dk>
2532
2533 * customize.texi (Splicing into Lists): Fixed example.
2534 Reported by Fabrice Bauzac <fabrice.bauzac@wanadoo.fr>
2535
72459b15
JB
25362002-06-17 Juanma Barranquero <lektu@terra.es>
2537
2538 * frames.texi (Display Feature Testing): Fix typo.
2539
61f7e0f5
AS
25402002-06-12 Andreas Schwab <schwab@suse.de>
2541
2542 * frames.texi (Initial Parameters, Resources): Fix references to
2543 the Emacs manual.
2544
4e792dbd
KS
25452002-05-13 Kim F. Storm <storm@cua.dk>
2546
2547 * variables.texi (Intro to Buffer-Local): Updated warning and
2548 example relating to changing buffer inside let.
2549
940344d4 25502002-03-10 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
d873ec96
JD
2551
2552 * os.texi (Session Management): New node about X Session management.
2553
231ac53b
EZ
25542002-01-18 Eli Zaretskii <eliz@is.elta.co.il>
2555
2556 * elisp.texi (VERSION): Set to 2.9. Update the version of Emacs
2557 to which the manual corresponds, and the copyright years.
2558
2559 * Makefile.in (VERSION): Set to 2.9.
2560
140cc574
EZ
25612001-11-29 Eli Zaretskii <eliz@is.elta.co.il>
2562
2563 * elisp.texi: Change the category in @dircategory to "Emacs", to
2564 make it consistent with info/dir.
2565
9c7fce05
MB
25662001-11-25 Miles Bader <miles@gnu.org>
2567
2568 * text.texi (Fields): Describe new `limit' arg in
2569 field-beginning/field-end.
2570
9f8bbf0f
EZ
25712001-11-17 Eli Zaretskii <eliz@is.elta.co.il>
2572
a5e6715c
EZ
2573 * permute-index: Don't depend on csh-specific features. Replace
2574 the interpreter name with /bin/sh.
2575
9f8bbf0f
EZ
2576 * two-volume-cross-refs.txt: New file.
2577 * two.el: New file.
2578 * spellfile: New file.
2579
1756e2fb
EZ
25802001-11-16 Eli Zaretskii <eliz@is.elta.co.il>
2581
2582 * permute-index: New file.
2583
2584 * vol1.texi, vol2.texi: Renamed from elisp-vol1.texi and
2585 elisp-vol2.texi, respectively, to avoid file-name clashes in DOS
2586 8+3 restricted namespace.
ad050e54
EZ
2587
2588 * Makefile.in (infodir): Define relative to $(srcdir).
2589 ($(infodir)/elisp): Don't chdir into $(srcdir), but add it to the
2590 include directories list via -I switch to makeinfo.
2591 (index.texi): Use cp if both hard and symbolic links fail.
2592
10fa7f8e
EZ
25932001-11-10 Eli Zaretskii <eliz@is.elta.co.il>
2594
7a1494ce
EZ
2595 * Makefile.in (distclean): Add.
2596
10fa7f8e
EZ
2597 The following changes make ELisp manual part of the Emacs
2598 distribution:
2599
2600 * Makefile.in: Add Copyright notice.
2601 (prefix): Remove.
2602 (infodir): Change value to "../info".
2603 (VPATH): New variable.
2604 (MAKE): Don't define.
2605 (texmacrodir): Don't define.
2606 (texinputdir): Append the existing value of TEXINPUTS.
2607 ($(infodir)/elisp): Instead of just "elisp". Reformat the
2608 command to be compatible with man/Makefile.in, and to put the
2609 output into ../info.
5c32b7c5 2610 (info): Add target.
10fa7f8e
EZ
2611 (installall): Target removed.
2612
ad050e54 26132001-10-31 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2b209b97
PJ
2614
2615 * tips.texi (Coding Conventions): Fix typo.
2616
6fd735df
GM
26172001-10-23 Gerd Moellmann <gerd@gnu.org>
2618
2619 * Makefile.in (srcs): Add gpl.texi and doclicense.texi.
2620
b704d54b
EZ
26212001-10-22 Eli Zaretskii <eliz@is.elta.co.il>
2622
2623 * files.texi (File Name Components): Update the description of
2624 file-name-sans-extension and file-name-extension, as they now
2625 ignore leading dots.
2626
71431a0e
GM
26272001-10-20 Gerd Moellmann <gerd@gnu.org>
2628
6aa97356 2629 * (Version 21.1 released.)
71431a0e 2630
79f1f96c
MB
26312001-10-19 Miles Bader <miles@gnu.org>
2632
2633 * positions.texi (Text Lines): Describe behavior of
2634 `beginning-of-line'/`end-of-line' in the presence of field properties.
2635
892a8f36
GM
26362001-10-17 Gerd Moellmann <gerd@gnu.org>
2637
2638 * Makefile.in (VERSION): Set to 2.8.
2639 (manual): Use `manual-21'.
2640
8c1cc9e8 2641 * elisp.texi (VERSION): Add and use it where the version
892a8f36
GM
2642 number was used. Set it to 2.8.
2643
2644 * intro.texi: Likewise.
2645
51724e26
EZ
26462001-10-13 Eli Zaretskii <eliz@is.elta.co.il>
2647
2648 * files.texi (File Name Completion): Document the significance of
2649 a trailing slash in elements of completion-ignored-extensions.
2650
57b338e8
MB
26512001-10-06 Miles Bader <miles@gnu.org>
2652
2653 * variables.texi (Variable Aliases): It's `@defmac', not `@defmacro'.
2654
c89e4bc5
GM
26552001-10-04 Gerd Moellmann <gerd@gnu.org>
2656
2657 * variables.texi (Variable Aliases): New node.
2658
ab952a4f
GM
26592001-10-04 Gerd Moellmann <gerd@gnu.org>
2660
2661 * Branch for 21.1.
dff28924 2662
9db3a582
MB
26632001-10-02 Miles Bader <miles@gnu.org>
2664
ae1a9581
MB
2665 * minibuf.texi (Minibuffer Misc): Add entries for
2666 `minibuffer-contents', `minibuffer-contents-no-properties', and
2667 `delete-minibuffer-contents'.
2668 Correct description for `minibuffer-prompt-end'.
2669
9db3a582
MB
2670 * text.texi (Property Search): Correct descriptions of
2671 `next-char-property-change' and `previous-char-property-change'.
2672 Add entries for `next-single-char-property-change' and
2673 `previous-single-char-property-change'.
2674 Make operand names a bit more consistent.
2675
03be5931
EZ
26762001-09-30 Eli Zaretskii <eliz@is.elta.co.il>
2677
2678 * frames.texi (Finding All Frames): Document that next-frame and
2679 previous-frame are local to current terminal.
2680
974548ec
EZ
26812001-09-26 Eli Zaretskii <eliz@is.elta.co.il>
2682
2683 * keymaps.texi (Creating Keymaps): Fix the description of the
dff28924 2684 result of make-keymap.
974548ec 2685
8d82c597
EZ
26862001-09-23 Eli Zaretskii <eliz@is.elta.co.il>
2687
2688 * display.texi (Font Lookup, Attribute Functions)
2689 (Image Descriptors): Add cross-references to the definition of
2690 selected frame.
2691
2692 * buffers.texi (The Buffer List): Add cross-references to the
2693 definition of selected frame.
2694
2695 * frames.texi (Input Focus): Clarify which frame is _the_ selected
2696 frame at any given time.
2697 (Multiple Displays, Size and Position): Add a cross-reference to
2698 the definition of the selected frame.
2699
2842de30
EZ
27002001-09-08 Eli Zaretskii <eliz@is.elta.co.il>
2701
2702 * strings.texi (String Conversion) <string-to-number>: Document
2703 that a float is returned for integers that are too large.
2704
2705 * frames.texi (Mouse Position): Document mouse-position-function.
2706 (Display Feature Testing): Document display-images-p.
2707 (Window Frame Parameters): Document the cursor-type variable.
2708
2709 * numbers.texi (Integer Basics): Document CL style read syntax for
2710 integers in bases other than 10.
2711
2712 * positions.texi (List Motion): Document
2713 open-paren-in-column-0-is-defun-start.
2714
2715 * lists.texi (Sets And Lists): Document member-ignore-case.
2716
2717 * internals.texi (Garbage Collection): Document the used and free
2718 strings report.
2719 (Memory Usage): Document strings-consed.
2720
2721 * os.texi (Time of Day): Document float-time.
2722 (Recording Input): Document that clear-this-command-keys clears
2723 the vector to be returned by recent-keys.
2724
2725 * keymaps.texi (Scanning Keymaps) <where-is-internal>: The
2726 argument keymap can be a list.
2727
2728 * nonascii.texi (User-Chosen Coding Systems)
2729 <select-safe-coding-system>: Document the new argument
2730 accept-default-p and the variable
2731 select-safe-coding-system-accept-default-p. Tell what happens if
2732 buffer-file-coding-system is undecided.
2733 (Default Coding Systems): Document auto-coding-regexp-alist.
2734
2735 * display.texi (The Echo Area) <message>: Document
2736 message-truncate-lines.
2737 (Glyphs): Document that the glyph table is unused on windowed
2738 displays.
2739
2740 * help.texi (Describing Characters) <single-key-description>:
2741 Document the new argument no-angles.
2742 (Accessing Documentation) <documentation-property>: Document that
2743 a non-string property is evaluated.
2744 <documentation>: Document that the function-documentation property
2745 is looked for.
2746
2747 * windows.texi (Selecting Windows): Document some-window.
2748
2749 * text.texi (MD5 Checksum): New node, documents the md5 primitive.
2750
2751 * hooks.texi (Standard Hooks): Add kbd-macro-termination-hook and
2752 apropos-mode-hook.
2753
2754 * commands.texi (Using Interactive): Document interactive-form.
2755 (Keyboard Macros): Document kbd-macro-termination-hook.
2756 (Command Loop Info): Document that clear-this-command-keys clears
2757 the vector to be returned by recent-keys.
2758
2d43d823
GM
27592001-09-04 Werner LEMBERG <wl@gnu.org>
2760
2761 * Makefile.in (srcdir, texinputdir): New variables.
2762 (srcs, index.texi, install): Use $(srcdir).
2763 (.PHONY): Remove elisp.dvi.
2764 (elisp): Use -I switch for makeinfo.
2765 (elisp.dvi): Use $(srcdir) and $(texinputdir).
2766 (installall, dist): Use $(srcdir).
2767 Fix path to texinfo.tex.
2768 (maintainer-clean): Add elisp.dvi and elisp.oaux.
2769
fa739b31
GM
27702001-08-30 Gerd Moellmann <gerd@gnu.org>
2771
92a25631
GM
2772 * display.texi (Conditional Display): Adjust to API change.
2773
fa739b31
GM
2774 * configure: New file.
2775
cef68af5
GM
27762001-07-30 Gerd Moellmann <gerd@gnu.org>
2777
2778 * commands.texi (Repeat Events): Add description of
2779 double-click-fuzz.
2780
d1f08d85
SM
27812001-05-08 Stefan Monnier <monnier@cs.yale.edu>
2782
2783 * syntax.texi (Syntax Class Table): Add the missing designator for
2784 comment and string fences.
2785 (Syntax Properties): Add a xref to syntax table internals.
2786 (Syntax Table Internals): Document string-to-syntax.
2787
1e9fc92e
GM
27882001-05-07 Gerd Moellmann <gerd@gnu.org>
2789
2790 * Makefile.in (install): Use install-info command line options
2791 like in Emacs' Makefile.in.
2792
00480554
MB
27932000-12-09 Miles Bader <miles@gnu.org>
2794
2795 * windows.texi (Window Start): Update documentation for
2796 `pos-visible-in-window-p'.
2797
1e344ee2
SM
27982000-11-12 Stefan Monnier <monnier@cs.yale.edu>
2799
2800 * lists.texi (Building Lists): Add footnote to explain how to add
2801 to the end of a list.
2802
a540f6ed
GM
28032000-10-25 Gerd Moellmann <gerd@gnu.org>
2804
2805 * files.texi (Visiting Functions): Typos.
2806
28bcdbee
KH
28072000-10-25 Kenichi Handa <handa@etl.go.jp>
2808
2809 * files.texi (Visiting Functions): Return value of
2810 find-file-noselect may be a list of buffers if wildcards are used.
2811
22d1a4ed
MB
28122000-10-24 Miles Bader <miles@lsi.nec.co.jp>
2813
2814 * display.texi (Defining Faces): Document `graphic' display type
2815 in face specs.
2816
916a89db
KG
28172000-10-18 Kai Grossjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2818
1e9fc92e 2819 * hooks.texi (Standard Hooks): Replace obsolete
916a89db
KG
2820 `after-make-frame-hook' with `after-make-frame-functions'.
2821
1e9fc92e 2822 * frames.texi (Creating Frames): Ditto.
916a89db 2823
1e9fc92e 2824 * variables.texi (Future Local Variables): Ditto.
916a89db 2825
483de32b
GM
28262000-10-16 Gerd Moellmann <gerd@gnu.org>
2827
2828 * display.texi (Other Image Types): Add description of :foreground
2829 and :background properties of mono PBM images.
2830
e23a63a5
WL
28312000-08-17 Werner LEMBERG <wl@gnu.org>
2832
2833 * .cvsignore: New file.
2834
dfc16043
GM
28352000-01-05 Gerd Moellmann <gerd@gnu.org>
2836
2837 * tindex.pl: New script.
2838
602613fe
DL
28391999-12-03 Dave Love <fx@gnu.org>
2840
2841 * Makefile.in (MAKEINFO): New parameter.
2842
94ec544d
DL
28431999-09-17 Richard Stallman <rms@gnu.org>
2844
2845 * Makefile.in (srcs): Add hash.texi.
2846 (VERSION): Update to 20.6.
2847
28481999-09-13 Richard Stallman <rms@gnu.org>
2849
2850 * Makefile.in (index.texi): If cannot make a symlink, make a hard link.
2851
28521998-08-29 Karl Heuer <kwzh@gnu.org>
2853
2854 * configure.in: New file.
2855 * Makefile.in: Renamed from Makefile.
2856 (prefix, infodir): Use value obtained from configure.
2857 (emacslibdir): Obsolete variable deleted.
2858 (dist): Distribute configure.in, configure, Makefile.in.
2859
28601998-06-12 Richard Stallman <rms@psilocin.ai.mit.edu>
2861
2862 * Makefile (INSTALL_INFO): New variable.
2863 (install): Run install-info.
2864
28651998-05-09 Richard Stallman <rms@psilocin.ai.mit.edu>
2866
2867 * Makefile (elisp.dvi): Add missing backslash.
2868
28691998-05-02 Richard Stallman <rms@psilocin.gnu.org>
2870
2871 * Makefile (elisp.dvi): Don't depend on texindex or on elisp.tps.
2872 Run texindex without `./'. Always run texindex on elisp.tp.
2873 (elisp.tps): Target deleted.
2874
28751998-04-05 Richard Stallman <rms@psilocin.gnu.org>
2876
2877 * Makefile (srcs): Add nonascii.texi and customize.texi.
2878 (dist): Start by deleting `temp'.
2879
28801998-02-17 Richard Stallman <rms@psilocin.gnu.org>
2881
2882 * Makefile (makeinfo, texindex): Targets deleted.
2883 (makeinfo.o, texindex.o): Targets deleted.
2884 (clean, dist): Don't do anything with them or with getopt*.
2885
28861998-01-30 Richard Stallman <rms@psilocin.gnu.org>
2887
2888 * Makefile (SHELL): Defined.
2889
28901998-01-27 Richard Stallman <rms@psilocin.gnu.org>
2891
2892 * Makefile (elisp.tps): New target.
2893 (elisp.dvi): Depend on elisp.tps.
2894
2895Wed Apr 3 15:24:25 1996 Karl Heuer <kwzh@gnu.ai.mit.edu>
2896
2897 * README: Update phone number.
2898
2899 * Makefile (elisp): Make this be the default target.
2900 Depend on makeinfo.c instead of makeinfo.
2901 (install): Don't depend on elisp.dvi, since we don't install that.
2902 Use mkinstalldirs.
2903 (dist): Add mkinstalldirs.
2904
2905Mon Jun 19 14:35:26 1995 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2906
2907 * Makefile (VERSION): Update version number.
2908 (maintainer-clean): Renamed from realclean.
2909
2910Wed Jun 7 17:04:59 1995 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
2911
2912 * Makefile (realclean): New target.
2913 (elisp): Remove any old elisp-* files first.
2914
2915Tue Nov 23 19:59:40 1993 Noah Friedman (friedman@nutrimat.gnu.ai.mit.edu)
2916
d1f08d85
SM
2917 * Makefile (VERSION): New variable.
2918 (dist): Make packaged directory name `elisp-manual-19-$(VERSION)'.
2919 Compressed file suffix should be `.gz', not `.z'.
94ec544d
DL
2920
2921Mon Nov 22 15:06:19 1993 Richard Stallman (rms@mole.gnu.ai.mit.edu)
2922
2923 * Makefile (elisp): Depend on makeinfo.
2924
2925Fri Nov 19 02:29:33 1993 Noah Friedman (friedman@gnu.ai.mit.edu)
2926
d1f08d85 2927 * Makefile (srcs): Add anti.texi.
94ec544d
DL
2928
2929Fri May 28 18:04:53 1993 Richard Stallman (rms@mole.gnu.ai.mit.edu)
2930
2931 * Makefile (infodir, prefix): New vars.
2932 (install): Use infodir.
2933 (emacsinfodir): Deleted.
2934
2935Thu May 27 02:11:25 1993 Richard Stallman (rms@mole.gnu.ai.mit.edu)
2936
2937 * Makefile (srcs): Add calendar.texi.
2938
2939 * Makefile (dist): Copy texindex.c and makeinfo.c.
2940 Limit elisp-* files to those with one or two digits.
2941
2942Sun May 16 17:58:21 1993 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
2943
2944 * Makefile (dist): Changed to use Gzip instead of compress.
2945
2946Fri Apr 23 01:05:23 1993 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
2947
2948 * loading.texi (Unloading): define-function changed back to
2949 defalias. It may not stay this way, but at least it's
2950 consistent with the known-good version of the code patch.
2951
2952Fri Mar 26 21:14:54 1993 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
2953
2954 * modes.texi (Hooks): Document new optional arg of add-hook.
2955
2956Wed Mar 17 08:48:24 1993 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
2957
d1f08d85 2958 * variables.texi: Document nil initial value of buffer-local variables.
94ec544d
DL
2959
2960 * tips.texi: Add new section on standard library headers.
2961
2962Sat Feb 27 18:00:25 1993 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
2963
2964 * Makefile (srcs): Add frame.texi to the list of sources.
2965
2966Tue Feb 23 10:50:25 1993 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
2967
2968 * Makefile (dist): Don't bother excluding autosave files; they'll
2969 never make it into the temp directory anyway, and the hash marks
2970 in the name are problematic for make and the Bourne shell.
dff28924 2971 (srcs):
94ec544d
DL
2972
2973Fri Feb 12 16:54:38 1993 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
2974
d1f08d85 2975 * Makefile (dist): Don't include backup files or autosave files in
94ec544d
DL
2976 the distribution tar file.
2977
dff28924 2978Tue Nov 26 21:10:34 1991 Richard Stallman (rms@mole.gnu.ai.mit.edu)
94ec544d
DL
2979
2980 * Makefile (srcs): Added index.perm.
2981 (elisp.dvi): Remove erroneous shell comment.
2982 Expect output of permute-index in permuted.fns.
2983 Save old elisp.aux in elisp.oaux.
2984 (clean): Added index.texi to be deleted.
2985
dff28924 2986Sat Aug 11 17:39:10 1990 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
94ec544d
DL
2987
2988 * Makefile (elisp.dvi, index.texi): Use shell if instead of ifdef.
2989
dff28924 2990Tue Jun 26 09:57:26 1990 David Lawrence (tale@geech)
94ec544d
DL
2991
2992 * files.texi: Noted that completion-ignored-extensions is ignored
2993 when making *Completions*.
2994
2995Fri Jun 8 16:44:44 EDT 1990 Jay Fenlason (hack@ai.mit.edu)
2996
2997 * Makefile make dist now depends on elisp.dvi, since it tries
2998 to include it in the dist file.
2999
dff28924 3000Wed Mar 28 22:57:35 1990 Jim Kingdon (kingdon@mole.ai.mit.edu)
94ec544d
DL
3001
3002 * functions.texinfo (Mapping Functions): Add missing quote
3003
dff28924 3004Mon Jun 19 18:09:24 1989 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
94ec544d
DL
3005
3006 * texinfo.tex (frenchspacing): Use decimal codes for char to be set.
3007 (defunargs): Turn off \hyphenchar of \sl font temporarily.
3008
dff28924 3009Wed May 10 18:01:17 1989 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
94ec544d
DL
3010
3011 * @result{}, @expansion{}, @print{}, @quiv{}, @point{},
3012 and @error{} are the terms now being used. The files in the
3013 directory have been changed to reflect this.
3014
d1f08d85 3015 * All instances of @indentedresultt{} have been changed to
94ec544d
DL
3016 ` @result{}', using 5 spaces at the begining of the line.
3017
dff28924 3018Mon Apr 24 21:02:55 1989 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
94ec544d
DL
3019
3020 * @result{}, @expandsto{}, @prints{}, @quiv{}, @error{}, and the
3021 experimental @indentedresult{}, @indentedexpandsto{} are part of
3022 the texinfo.tex in this directory. These TeX macros are not
3023 stable yet.
3024
dff28924 3025Mon Apr 17 18:56:50 1989 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
94ec544d
DL
3026
3027 * texinfo.tex: temporarily added
d1f08d85 3028 \let\result=\dblarrow
94ec544d
DL
3029 \def\error{{\it ERROR} \longdblarrow}
3030 We need to do this better soon.
3031
dff28924 3032Tue Apr 11 12:23:28 1989 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
94ec544d
DL
3033
3034 * Applied Karl Berry's patches to *.texinfo files, but not to
3035 texinfo.tex; those diffs are in `berry-texinfo-tex-diffs'. (Karl's
3036 new title page format is also not applied, since it requires
3037 texinfo.tex changes.)
3038
3039 * Cleaned up `Makefile' and defined the `emacslibdir' directory
3040 for the Project GNU development environment.
3041
ad050e54 3042;; Local Variables:
fd026ee1 3043;; coding: iso-2022-7bit
ad050e54 3044;; End:
2a34a036
GM
3045
3046 Copyright (C) 1998, 1999, 2000, 2001 Free Software Foundation, Inc.
3047 Copying and distribution of this file, with or without modification,
3048 are permitted provided the copyright notice and this notice are preserved.
ab5796a9
MB
3049
3050;;; arch-tag: 985ae0ce-df29-475b-b3f8-4bbcbf6f7fda