]> code.delx.au - gnu-emacs/blob - lispref/ChangeLog
(Filling): Add sentence-end-without-period and sentence-end-without-space.
[gnu-emacs] / lispref / ChangeLog
1 2005-03-17 Richard M. Stallman <rms@gnu.org>
2
3 * searching.texi (String Search, Regexp Search, Regexp Search):
4 Cleanups.
5
6 * nonascii.texi (Character Codes): Minor fix.
7
8 * display.texi (Display Property): Explain the significance
9 of having text properties that are eq.
10 (Other Display Specs): Explain string as display spec.
11
12 * commands.texi (Interactive Codes): Document G option.
13
14 2005-03-17 Chong Yidong <cyd@stupidchicken.com>
15
16 * text.texi (Filling): Add sentence-end-without-period and
17 sentence-end-without-space.
18 (Changing Properties): Minor fix.
19
20 * anti.texi: Total rewrite.
21
22 2005-03-15 Lute Kamstra <lute@gnu.org>
23
24 * edebug.texi (Instrumenting Macro Calls): Fix typos.
25
26 2005-03-08 Kim F. Storm <storm@cua.dk>
27
28 * display.texi (Specified Space): Property :width is support on
29 non-graphic terminals, :height is not.
30
31 2005-03-07 Richard M. Stallman <rms@gnu.org>
32
33 * display.texi (Overlay Arrow, Fringe Bitmaps, Customizing Bitmaps):
34 Now subnodes of Fringes.
35 (Overlay Arrow): Document overlay-arrow-variable-list.
36 (Fringe Size/Pos): New node, broken out of Fringes.
37 (Display): Explain clearing vs redisplay better.
38 (Truncation): Clarify use of bitmaps.
39 (The Echo Area): Clarify the uses of the echo area.
40 Add max-mini-window-height.
41 (Progress): Clarify.
42 (Invisible Text): Explain that main loop moves point out.
43 (Selective Display): Say "hidden", not "invisible".
44 (Managing Overlays): Moved up. Describe relation to Undo here.
45 (Overlay Properties): Clarify intro.
46 (Finding Overlays): Explain return values when nothing found.
47 (Width): truncate-string-to-width has added arg.
48 (Displaying Faces): Clarify and update mode line face handling.
49 (Face Functions): Minor cleanup.
50 (Conditional Display): Merged into Other Display Specs.
51 (Pixel Specification, Other Display Specs): Minor cleanups.
52 (Images, Image Descriptors): Minor cleanups.
53 (GIF Images): Patents have expired.
54 (Showing Images): Explain default text for insert-image.
55 (Manipulating Button Types): Merged into Manipulating Buttons.
56 (Making Buttons): Explain return values.
57 (Button Buffer Commands): Add xref.
58 (Inverse Video): Update mode-line-inverse-video.
59 (Display Table Format): Clarify.
60 (Active Display Table): Give defaults for window-display-table.
61
62 * calendar.texi (Calendar Customizing): calendar-holiday-marker
63 and calendar-today-marker are strings, not chars.
64 (Holiday Customizing): Minor fix.
65
66 * internals.texi (Writing Emacs Primitives): Update `or' example.
67 Update limit on # args of subr.
68
69 * edebug.texi (Using Edebug): Arrow is in fringe.
70 (Instrumenting): Arg to eval-defun works without loading edebug.
71 (Edebug Execution Modes): Add xref.
72
73 * customize.texi (Common Keywords): Clarify :require.
74 Mention :version here.
75 (Variable Definitions, Group Definitions): Not here.
76 (Variable Definitions): Clarify symbol arg to :initialize and :set fns.
77
78 2005-03-07 Chong Yidong <cyd@stupidchicken.com>
79 * nonascii.texi (Text Representations): Clarify position-bytes.
80 (Character Sets): Add list-charset-chars.
81 (Scanning Charsets): Add charset-after.
82 (Encoding and I/O): Minor fix.
83
84 2005-03-06 Richard M. Stallman <rms@gnu.org>
85
86 * windows.texi (Vertical Scrolling): Get rid of "Emacs 21".
87 (Resizing Windows): Likewise.
88
89 * text.texi (Change Hooks): Get rid of "Emacs 21".
90
91 * strings.texi (Formatting Strings): Get rid of "Emacs 21".
92
93 * streams.texi (Output Variables): Get rid of "Emacs 21".
94
95 * searching.texi (Regexp Special, Char Classes): Get rid of "Emacs 21".
96
97 * os.texi (Translating Input): Replace flow-control example
98 with a less obsolete example that uses `keyboard-translate'.
99
100 * objects.texi (Hash Table Type, Circular Objects):
101 Get rid of "Emacs 21".
102
103 * modes.texi (Mode Line Format): Get rid of "Emacs 21".
104 (Mode Line Data, Properties in Mode, Header Lines): Likewise.
105
106 * minibuf.texi (Minibuffer Misc): Get rid of "Emacs 21".
107
108 * lists.texi (List Elements, Building Lists): Get rid of "Emacs 21".
109
110 * keymaps.texi (Menu Separators, Tool Bar): Get rid of "Emacs 21".
111 (Menu Bar): Fix when menu-bar-update-hook is called.
112
113 * hash.texi (Hash Tables): Get rid of "Emacs 21".
114
115 * frames.texi (Text Terminal Colors): Get rid of "Emacs 21",
116 and make it read better.
117
118 * files.texi (Writing to Files): Get rid of "Emacs 21".
119 (Unique File Names): Likewise.
120
121 * elisp.texi: Update Emacs version to 22.
122
123 * display.texi (Forcing Redisplay): Get rid of "Emacs 21".
124 (Overlay Properties, Face Attributes): Likewise.
125 (Managing Overlays): Fix punctuation.
126 (Attribute Functions): Clarify set-face-font; get rid of
127 info about old Emacs versions.
128 (Auto Faces, Font Lookup, Display Property, Images):
129 Get rid of "Emacs 21".
130
131 * calendar.texi (Calendar Customizing): Get rid of "Emacs 21".
132
133 2005-03-05 Richard M. Stallman <rms@gnu.org>
134
135 * debugging.texi (Error Debugging): Remove stack-trace-on-error.
136
137 2005-03-04 Lute Kamstra <lute@gnu.org>
138
139 * debugging.texi (Error Debugging): Document stack-trace-on-error.
140
141 2005-03-03 Lute Kamstra <lute@gnu.org>
142
143 * edebug.texi (Instrumenting Macro Calls): Fix typo.
144
145 2005-03-01 Lute Kamstra <lute@gnu.org>
146
147 * debugging.texi (Debugger Commands): Update `j'.
148
149 2005-02-28 Lute Kamstra <lute@gnu.org>
150
151 * debugging.texi (Debugging): Fix typo.
152 (Error Debugging): Document eval-expression-debug-on-error.
153 (Function Debugging): Update example.
154 (Using Debugger): Mention starred stack frames.
155 (Debugger Commands): Document `j' and `l'.
156 (Invoking the Debugger): `d' and `j' exit recursive edit too.
157 Update the messages that the debugger displays.
158 (Internals of Debugger): Add cross reference. Update example.
159 (Excess Open): Minor improvement.
160 (Excess Close): Minor improvement.
161
162 2005-02-26 Richard M. Stallman <rms@gnu.org>
163
164 * tips.texi (Coding Conventions): Clarify.
165 Put all the major mode key reservations together.
166 Mention the Mouse-1 => Mouse-2 conventions.
167
168 * syntax.texi (Syntax Class Table): Clarify.
169 (Syntax Table Functions): syntax-after moved from here.
170 (Syntax Table Internals): syntax-after moved to here.
171 (Parsing Expressions): Update info on number of values
172 and what's meaningful in the STATE argument.
173 (Categories): Fix typo.
174
175 * sequences.texi (Arrays): Cleanup.
176 (Char-Tables): Clarify.
177
178 * processes.texi (Deleting Processes): Cleanups, add xref.
179 (Subprocess Creation): Explain nil in exec-path. Cleanup.
180 (Process Information): set-process-coding-system, some args optional.
181 (Input to Processes): Explain various types for PROCESS args.
182 Rename them from PROCESS-NAME to PROCESS.
183 (Signals to Processes): Likewise.
184 (Decoding Output): Cleanup.
185 (Query Before Exit): Clarify.
186
187 * os.texi (Startup Summary): Correct the options; add missing ones.
188 (Terminal Output, Batch Mode): Clarify.
189 (Flow Control): Node deleted.
190
191 * markers.texi (The Mark): Clarify.
192
193 * macros.texi (Expansion): Cleanup.
194 (Indenting Macros): indent-spec allows ints, not floats.
195
196 * keymaps.texi (Keymaps): Clarify.
197 (Format of Keymaps): Update lisp-mode-map example.
198 (Active Keymaps, Key Lookup): Clarify.
199 (Changing Key Bindings): Add xref to `kbd'.
200 (Key Binding Commands, Simple Menu Items): Clarify.
201 (Mouse Menus, Menu Bar): Clarify.
202 (Menu Example): Replace print example with menu-bar-replace-menu.
203
204 * help.texi (Documentation Basics): Add function-documentation prop.
205
206 * elisp.texi (Top): Don't refer to Flow Control node.
207
208 * commands.texi (Command Overview): Improve xrefs.
209 (Adjusting Point): Adjusting point applies to intangible and invis.
210 (Key Sequence Input): Doc extra read-key-sequence args.
211 Likewise for read-key-sequence-vector.
212
213 * backups.texi (Rename or Copy): Minor fix.
214 (Numbered Backups): For version-control, say the default.
215 (Auto-Saving): make-auto-save-file-name example is simplified.
216
217 * advice.texi (Advising Functions): Don't imply one part of Emacs
218 should advise another part. Markup changes.
219 (Defining Advice): Move transitional para.
220 (Activation of Advice): Cleanup.
221 Explain if COMPILE is nil or negative.
222
223 * abbrevs.texi (Abbrev Expansion): Clarify, fix typo.
224
225 2005-02-24 Lute Kamstra <lute@gnu.org>
226
227 * modes.texi (Defining Minor Modes): Explain that INIT-VALUE,
228 LIGHTER, and KEYMAP can be omitted when KEYWORD-ARGS are used.
229
230 2005-02-23 Lute Kamstra <lute@gnu.org>
231
232 * modes.texi (Defining Minor Modes): define-minor-mode can be used
233 to define global minor modes as well.
234
235 * display.texi (Managing Overlays): overlay-buffer returns nil for
236 deleted overlays.
237
238 2005-02-22 Kim F. Storm <storm@cua.dk>
239
240 * minibuf.texi (Basic Completion): Allow symbols in addition to
241 strings in try-completion and all-completions.
242
243 2005-02-14 Lute Kamstra <lute@gnu.org>
244
245 * elisp.texi (Top): Remove reference to deleted node.
246
247 * lists.texi (Lists): Remove reference to deleted node.
248 (Cons Cells): Fix typo.
249
250 * loading.texi (Where Defined): Fix typo.
251
252 2005-02-14 Richard M. Stallman <rms@gnu.org>
253
254 * variables.texi (Creating Buffer-Local): change-major-mode-hook
255 is useful for discarding some minor modes.
256
257 * symbols.texi (Symbol Components): Reorder examples.
258
259 * streams.texi (Input Functions): State standard-input default.
260 (Output Variables): State standard-output default.
261
262 * objects.texi (Printed Representation): Clarify read syntax vs print.
263 (Floating Point Type): Explain meaning better.
264 (Symbol Type): Explain uniqueness better.
265 (Cons Cell Type): Explain empty list sooner. CAR and CDR later.
266 List examples sooner.
267 (Box Diagrams): New subnode broken out.
268 Some examples moved from old Lists as Boxes node.
269 (Dotted Pair Notation): Clarify intro.
270 (Array Type): Clarify.
271 (Type Predicates): Add hash-table-p.
272
273 * numbers.texi (Integer Basics): Clarify radix explanation.
274 (Predicates on Numbers): Minor clarification.
275 (Comparison of Numbers): Minor clarification. Clarify eql.
276 Typos in min, max.
277 (Math Functions): Clarify overflow in expt.
278
279 * minibuf.texi (Text from Minibuffer): Minor clarification.
280 Mention arrow keys.
281
282 * loading.texi (Autoload): defun's doc string overrides autoload's
283 doc string.
284 (Repeated Loading): Modernize "add to list" examples.
285 (Where Defined): Finish updating table of load-history elts.
286
287 * lists.texi (List-related Predicates): Minor wording improvement.
288 (Lists as Boxes): Node deleted.
289 (Building Lists): Explain trivial cases of number-sequence.
290
291 * hash.texi (Hash Tables): Add desc to menu items.
292 (Creating Hash): Expain "full" means "make larger",
293 (Hash Access): Any object can be a key.
294 State value of maphash.
295
296 * functions.texi (What Is a Function): Wording cleanup.
297 (Function Documentation): Minor cleanup.
298 Explain purpose of calling convention at end of doc string.
299 (Function Names): Wording cleanup.
300 (Calling Functions): Wording cleanup.
301 Explain better how funcall calls the function.
302 (Function Cells): Delete example of saving and redefining function.
303
304 * control.texi (Combining Conditions): Wording cleanup.
305 (Iteration): dolist and dotimes bind VAR locally.
306 (Cleanups): Xref to Atomic Changes.
307
308 * compile.texi (Byte Compilation): Delete 19.29 info.
309 (Compilation Functions): Macros' difficulties don't affect defsubst.
310 (Docs and Compilation): Delete 19.29 info.
311
312 2005-02-10 Richard M. Stallman <rms@gnu.org>
313
314 * objects.texi (Symbol Type): Minor correction.
315
316 2005-02-06 Lute Kamstra <lute@gnu.org>
317
318 * modes.texi (Example Major Modes): Fix typos.
319
320 2005-02-06 Richard M. Stallman <rms@gnu.org>
321
322 * text.texi (Margins): fill-nobreak-predicate can be one function.
323
324 * strings.texi (Modifying Strings): clear-string can make unibyte.
325 (Formatting Strings): format gives error if values missing.
326
327 * positions.texi (Character Motion): Mention default arg
328 for forward-char. backward-char refers to forward-char.
329 (Word Motion): Mention default arg for forward-word.
330 (Buffer End Motion): Mention default arg for beginning-of-buffer.
331 Simplify end-of-buffer.
332 (Text Lines): Mention default arg for forward-line.
333 (List Motion): Mention default arg for beginning/end-of-defun.
334 (Skipping Characters): Minor fixes in explaining character-set.
335
336 * modes.texi (Major Mode Conventions): Mention "system abbrevs".
337 Mode inheritance applies only when default-major-mode is nil.
338 Clarifications.
339 (Example Major Modes): Update Text mode and Lisp mode examples.
340 (Minor Mode Conventions): Mention define-minor-mode at top.
341 (Defining Minor Modes): In Hungry example, don't define C-M-DEL.
342 (Mode Line Format): Update mode line face display info.
343 (Properties in Mode): Mention effect of risky vars.
344 (Imenu): Define imenu-add-to-menubar.
345 (Font Lock Mode): Add descriptions to menu lines.
346 (Faces for Font Lock): Add font-lock-doc-face.
347
348 2005-02-05 Lute Kamstra <lute@gnu.org>
349
350 * text.texi (Maintaining Undo): Remove obsolete function.
351
352 2005-02-05 Eli Zaretskii <eliz@gnu.org>
353
354 * frames.texi (Color Names): Add pointer to the X docs about RGB
355 color specifications. Improve indexing
356 (Text Terminal Colors): Replace the description of RGB values by
357 an xref to "Color Names".
358
359 2005-02-03 Richard M. Stallman <rms@gnu.org>
360
361 * windows.texi (Basic Windows): Add cursor-in-non-selected-windows.
362 Clarify.
363 (Selecting Windows): Clarify save-selected-window.
364 (Cyclic Window Ordering): Clarify walk-windows.
365 (Window Point): Clarify.
366 (Window Start): Add comment to example.
367 (Resizing Windows): Add `interactive' specs in examples.
368 Document fit-window-to-buffer.
369
370 * text.texi (User-Level Deletion): just-one-space takes numeric arg.
371 (Undo, Maintaining Undo): Clarify last change.
372 (Sorting): In sort-numeric-fields, explain about octal and hex.
373 Mention sort-numeric-base.
374 (Format Properties): Add xref for hard newlines.
375
376 * frames.texi (Window Frame Parameters): Explain pixel=char on tty.
377 (Pop-Up Menus): Fix typo.
378 (Color Names): Explain all types of color names.
379 Explain color-values on B&W terminal.
380 (Text Terminal Colors): Explain "rgb values" are lists. Fix arg names.
381
382 * files.texi (File Locks): Not supported on MS systems.
383 (Testing Accessibility): Clarify.
384
385 * edebug.texi (Printing in Edebug): Fix edebug-print-circle.
386 (Coverage Testing): Fix typo.
387
388 * commands.texi (Misc Events): Remove stray space.
389
390 * buffers.texi (Buffer Names): Clarify generate-new-buffer-name.
391 (Modification Time): Clarify when visited-file-modtime returns 0.
392 (The Buffer List): Clarify bury-buffer.
393 (Killing Buffers): Clarify.
394 (Indirect Buffers): Add clone-indirect-buffer.
395
396 2005-02-02 Matt Hodges <MPHodges@member.fsf.org>
397
398 * edebug.texi (Printing in Edebug): Fix default value of
399 edebug-print-circle.
400 (Coverage Testing): Fix displayed frequency count data.
401
402 2005-02-02 Luc Teirlinck <teirllm@auburn.edu>
403
404 * text.texi (Maintaining Undo): Add `undo-outer-limit'.
405
406 2005-02-02 Kim F. Storm <storm@cua.dk>
407
408 * text.texi (Undo) <buffer-undo-list>: Describe `apply' elements.
409
410 2005-01-29 Eli Zaretskii <eliz@gnu.org>
411
412 * commands.texi (Misc Events): Describe the help-echo event.
413
414 * text.texi (Special Properties) <help-echo>: Use `pos'
415 consistently in description of the help-echo property. Use
416 @code{nil} instead of @var{nil}.
417
418 * display.texi (Overlay Properties): Fix the index entry for
419 help-echo overlay property.
420
421 * customize.texi (Type Keywords): Uncomment the xref to the
422 help-echo property documentation.
423
424 2005-01-23 Kim F. Storm <storm@cua.dk>
425
426 * windows.texi (Window Start): Fix `pos-visible-in-window-p'
427 return value. Third element FULLY replaced by PARTIAL which
428 specifies number of invisible pixels if row is only partially visible.
429 (Textual Scrolling): Mention auto-window-vscroll.
430 (Vertical Scrolling): New defvar auto-window-vscroll.
431
432 2005-01-16 Luc Teirlinck <teirllm@auburn.edu>
433
434 * keymaps.texi (Changing Key Bindings): `suppress-keymap' now uses
435 command remapping.
436
437 2005-01-15 Richard M. Stallman <rms@gnu.org>
438
439 * display.texi (Defining Images): Mention DATA-P arg of create-image.
440
441 2005-01-14 Kim F. Storm <storm@cua.dk>
442
443 * commands.texi (Accessing Events): Add WHOLE arg to posn-at-x-y.
444
445 * text.texi (Links and Mouse-1): Fix string and vector item.
446
447 2005-01-13 Richard M. Stallman <rms@gnu.org>
448
449 * keymaps.texi (Active Keymaps): Rewrite the text, and update the
450 descriptions of overriding-local-map and overriding-terminal-local-map.
451
452 * text.texi (Links and Mouse-1): Clarify text.
453
454 2005-01-13 Kim F. Storm <storm@cua.dk>
455
456 * modes.texi (Emulating Mode Line): Update format-mode-line entry.
457
458 2005-01-13 Francis Litterio <franl@world.std.com> (tiny change)
459
460 * keymaps.texi (Active Keymaps): Fix overriding-local-map description.
461
462 2005-01-12 Kim F. Storm <storm@cua.dk>
463
464 * text.texi (Links and Mouse-1): Rename section from Enabling
465 Mouse-1 to Following Links. Change xrefs.
466 Add examples for define-button-type and define-widget.
467
468 * display.texi (Button Properties, Button Buffer Commands):
469 Clarify mouse-1 and follow-link functionality.
470
471 2005-01-12 Richard M. Stallman <rms@gnu.org>
472
473 * text.texi (Enabling Mouse-1 to Follow Links): Redo prev. change.
474
475 * display.texi (Beeping): Fix Texinfo usage.
476
477 * modes.texi (Emulating Mode Line): Doc FACE arg in format-header-line.
478
479 2005-01-11 Kim F. Storm <storm@cua.dk>
480
481 * display.texi (Button Properties, Button Buffer Commands):
482 Mention mouse-1 binding. Add follow-link keyword.
483
484 * text.texi (Text Properties): Add "Enable Mouse-1" to submenu.
485 (Enabling Mouse-1 to Follow Links): New subsection.
486
487 2005-01-06 Richard M. Stallman <rms@gnu.org>
488
489 * text.texi (Special Properties): Minor change.
490
491 * os.texi (Timers): Clarify previous change.
492
493 * modes.texi (Emulating Mode Line): format-mode-line requires 1 arg.
494
495 2005-01-01 Luc Teirlinck <teirllm@auburn.edu>
496
497 * display.texi (Face Attributes): Correct xref to renamed node.
498
499 2005-01-01 Richard M. Stallman <rms@gnu.org>
500
501 * display.texi (Face Attributes): Describe hex color specs.
502
503 2004-12-31 Richard M. Stallman <rms@gnu.org>
504
505 * os.texi (Timers): Update previous change.
506
507 2004-12-30 Kim F. Storm <storm@cua.dk>
508
509 * display.texi (Line Height): Total line-height is now specified
510 in line-height property of form (HEIGHT TOTAL). Swap (FACE . RATIO)
511 in cons cells. (nil . RATIO) is relative to actual line height.
512 Use line-height `t' instead of `0' to get minimum height.
513
514 2004-12-29 Richard M. Stallman <rms@gnu.org>
515
516 * os.texi (Timers): Discuss timers vs editing the buffer and undo.
517
518 2004-12-28 Richard M. Stallman <rms@gnu.org>
519
520 * commands.texi (Quitting): Clarify value of with-local-quit.
521
522 * elisp.texi (Top): Fix previous change.
523
524 * loading.texi (Loading): Fix previous change.
525
526 2004-12-27 Richard M. Stallman <rms@gnu.org>
527
528 * Makefile.in (MAKEINFO): Specify --force.
529
530 * buffers.texi (Killing Buffers): Add buffer-save-without-query.
531
532 * modes.texi (Emulating Mode Line): Document format's BUFFER arg.
533
534 * display.texi (Line Height): Further clarify.
535
536 * elisp.texi (Top): Update Loading submenu.
537
538 * loading.texi (Where Defined): New node.
539 (Unloading): load-history moved to Where Defined.
540
541 2004-12-21 Richard M. Stallman <rms@gnu.org>
542
543 * commands.texi (Event Input Misc): Add while-no-input.
544
545 2004-12-11 Richard M. Stallman <rms@gnu.org>
546
547 * display.texi (Line Height): Rewrite text for clarity.
548
549 2004-12-11 Kim F. Storm <storm@cua.dk>
550
551 * display.texi (Display): Add node "Line Height" to menu.
552 (Line Height): New node. Move full description of line-spacing
553 and line-height text properties here from text.texi.
554 (Scroll Bars): Add vertical-scroll-bar variable.
555
556 * frames.texi (Window Frame Parameters): Remove line-height defvar.
557
558 * locals.texi (Standard Buffer-Local Variables): Fix xref for
559 line-spacing and vertical-scroll-bar.
560
561 * text.texi (Special Properties): Just mention line-spacing and
562 line-height here, add xref to new "Line Height" node.
563
564 2004-12-09 Thien-Thi Nguyen <ttn@gnu.org>
565
566 * frames.texi (Window Frame Parameters): New @defvar for `line-spacing'.
567
568 * locals.texi (Standard Buffer-Local Variables):
569 Add @xref for `line-spacing'.
570
571 2004-12-05 Richard M. Stallman <rms@gnu.org>
572
573 * Makefile.in (maintainer-clean): Remove the info files
574 in $(infodir) where they are created.
575
576 2004-12-03 Richard M. Stallman <rms@gnu.org>
577
578 * windows.texi (Selecting Windows): get-lru-window and
579 get-largest-window don't consider dedicated windows.
580
581 * text.texi (Undo): Document undo-in-progress.
582
583 2004-11-26 Richard M. Stallman <rms@gnu.org>
584
585 * locals.texi (Standard Buffer-Local Variables): Undo prev change.
586 Remove a few vars that are not always buffer-local.
587
588 2004-11-24 Luc Teirlinck <teirllm@auburn.edu>
589
590 * locals.texi (Standard Buffer-Local Variables): Comment out
591 xref's to non-existent node `Yet to be written'.
592
593 2004-11-24 Richard M. Stallman <rms@gnu.org>
594
595 * processes.texi (Synchronous Processes): Grammar fix.
596
597 * numbers.texi (Comparison of Numbers): Add eql.
598
599 * locals.texi (Standard Buffer-Local Variables): Add many vars.
600
601 * intro.texi (Printing Notation): Fix previous change.
602
603 * display.texi (Customizing Bitmaps): Move indicate-buffer-boundaries
604 and default-indicate-buffer-boundaries from here.
605 (Usual Display): To here.
606 (Scroll Bars): Add scroll-bar-mode and scroll-bar-width.
607 (Usual Display): Move tab-width up.
608
609 * customize.texi (Variable Definitions): Replace
610 show-paren-mode example with tooltip-mode.
611 (Simple Types, Composite Types, Defining New Types):
612 Minor cleanups.
613
614 2004-11-21 Jesper Harder <harder@ifa.au.dk>
615
616 * processes.texi (Synchronous Processes, Output from Processes):
617 Markup fix.
618
619 2004-11-20 Richard M. Stallman <rms@gnu.org>
620
621 * positions.texi (Skipping Characters): skip-chars-forward
622 now handles char classes.
623
624 * intro.texi (Printing Notation): Avoid confusion of `print'
625 when explaining @print.
626
627 * macros.texi (Argument Evaluation): Fix 1st `for' expansion example.
628
629 * display.texi (Display Table Format): Minor fix.
630
631 * streams.texi (Output Functions): Fix print example.
632
633 * Makefile.in (elisp): New target.
634 (dist): Depend on $(infodir)/elisp, not elisp.
635 Copy the info files from $(infodir).
636
637 * minibuf.texi (Text from Minibuffer): Document KEEP-ALL arg in
638 read-from-minibuffer.
639
640 * searching.texi (Regexp Search): Rename that to search-spaces-regexp.
641
642 2004-11-19 Richard M. Stallman <rms@gnu.org>
643
644 * searching.texi (Regexp Search): Add search-whitespace-regexp.
645
646 2004-11-19 CHENG Gao <chenggao@gmail.com> (tiny change)
647
648 * tips.texi (Coding Conventions): Fix typo.
649
650 2004-11-16 Richard M. Stallman <rms@gnu.org>
651
652 * tips.texi (Coding Conventions): Separate defvar and require
653 methods to avoid warnings. Use require only when there are many
654 functions and variables from that package.
655
656 * minibuf.texi (Minibuffer Completion): When ignoring case,
657 predicate must not be case-sensitive.
658
659 * debugging.texi (Function Debugging, Explicit Debug): Clarified.
660 (Test Coverage): Don't talk about "splotches". Clarified.
661
662 2004-11-16 Thien-Thi Nguyen <ttn@gnu.org>
663
664 * frames.texi (Window Frame Parameters): Fix typo.
665
666 2004-11-15 Kim F. Storm <storm@cua.dk>
667
668 * symbols.texi (Other Plists): Note that plist-get may signal error.
669 Add safe-plist-get.
670
671 2004-11-15 Thien-Thi Nguyen <ttn@gnu.org>
672
673 * modes.texi (Font Lock Basics): Fix typo.
674
675 2004-11-08 Richard M. Stallman <rms@gnu.org>
676
677 * syntax.texi (Syntax Table Functions): Add syntax-after.
678
679 2004-11-06 Lars Brinkhoff <lars@nocrew.org>
680
681 * os.texi (Processor Run Time): New section documenting
682 get-internal-run-time.
683
684 2004-11-06 Eli Zaretskii <eliz@gnu.org>
685
686 * Makefile.in (install, maintainer-clean): Don't use "elisp-*" as
687 it nukes elisp-cover.texi.
688 (dist): Change elisp-[0-9] to elisp-[1-9], as there could be no
689 elisp-0 etc.
690
691 2004-11-05 Luc Teirlinck <teirllm@auburn.edu>
692
693 * commands.texi (Keyboard Macros): Document `append' return value
694 of `defining-kbd-macro'.
695
696 2004-11-01 Richard M. Stallman <rms@gnu.org>
697
698 * commands.texi (Interactive Call): Add called-interactively-p.
699
700 2004-10-29 Simon Josefsson <jas@extundo.com>
701
702 * minibuf.texi (Reading a Password): Revert.
703
704 2004-10-28 Richard M. Stallman <rms@gnu.org>
705
706 * frames.texi (Display Feature Testing): Explain about "vendor".
707
708 2004-10-27 Richard M. Stallman <rms@gnu.org>
709
710 * commands.texi (Interactive Codes): `N' uses numeric prefix,
711 not raw. Clarify `n'.
712 (Interactive Call): Rewrite interactive-p, focusing on when
713 and how to use it.
714 (Misc Events): Clarify previous change.
715
716 * advice.texi (Simple Advice): Clarify what job the example does.
717 (Around-Advice): Clarify ad-do-it.
718 (Activation of Advice): An option of ad-default-compilation-action
719 is `never', not `nil'.
720
721 2004-10-26 Kim F. Storm <storm@cua.dk>
722
723 * commands.texi (Interactive Codes): Add U code letter.
724
725 2004-10-25 Simon Josefsson <jas@extundo.com>
726
727 * minibuf.texi (Reading a Password): Add.
728
729 2004-10-24 Jason Rumney <jasonr@gnu.org>
730
731 * commands.texi (Misc Events): Remove mouse-wheel. Add wheel-up
732 and wheel-down.
733
734 2004-10-24 Kai Grossjohann <kai.grossjohann@gmx.net>
735
736 * processes.texi (Synchronous Processes): Document process-file.
737
738 2004-10-22 Kenichi Handa <handa@m17n.org>
739
740 * text.texi (translate-region): Document that it accepts also a
741 char-table.
742
743 2004-10-22 David Ponce <david@dponce.com>
744
745 * windows.texi (Resizing Windows): Document the `preserve-before'
746 argument of the functions `enlarge-window' and `shrink-window'.
747
748 2004-10-19 Jason Rumney <jasonr@gnu.org>
749
750 * makefile.w32-in (elisp): Change order of arguments to makeinfo.
751
752 2004-10-09 Luc Teirlinck <teirllm@auburn.edu>
753
754 * text.texi (Filling): Add anchor for definition of
755 `sentence-end-double-space'.
756
757 * searching.texi (Regexp Example): Update description of how
758 Emacs currently recognizes the end of a sentence.
759 (Standard Regexps): Update definition of the variable
760 `sentence-end'. Add definition of the function `sentence-end'.
761
762 2004-10-08 Paul Pogonyshev <pogonyshev@gmx.net>
763
764 * display.texi (Progress): New node.
765
766 2004-10-05 Kim F. Storm <storm@cua.dk>
767
768 * display.texi (Fringe Bitmaps): Update fringe-bitmaps-at-pos.
769
770 2004-09-29 Kim F. Storm <storm@cua.dk>
771
772 * display.texi (Fringe Bitmaps): Use symbols rather than numbers
773 to identify bitmaps. Remove -fringe-bitmap suffix for standard
774 fringe bitmap symbols, as they now have their own namespace.
775 (Customizing Bitmaps) <define-fringe-bitmap>: Clarify bit ordering
776 vs. pixels. Signal error if no free bitmap slots.
777 (Pixel Specification): Change IMAGE to @var{image}.
778
779 2004-09-28 Richard M. Stallman <rms@gnu.org>
780
781 * text.texi (Special Properties): Clarify line-spacing and line-height.
782
783 * searching.texi (Regexp Search): Add looking-back.
784
785 2004-09-25 Luc Teirlinck <teirllm@auburn.edu>
786
787 * display.texi: Correct typos.
788 (Image Descriptors): Correct xref's.
789
790 2004-09-25 Richard M. Stallman <rms@gnu.org>
791
792 * text.texi (Special Properties): Cleanups in `cursor'.
793 Rewrites in `line-height' and `line-spacing'; exchange them.
794
795 * display.texi (Fringes): Rewrite previous change.
796 (Fringe Bitmaps): Merge text from Display Fringe Bitmaps. Rewrite.
797 (Display Fringe Bitmaps): Node deleted, text moved.
798 (Customizing Bitmaps): Split off from Fringe Bitmaps. Rewrite.
799 (Scroll Bars): Clarify set-window-scroll-bars.
800 (Pointer Shape): Rewrite.
801 (Specified Space): Clarify :align-to, etc.
802 (Pixel Specification): Use @var. Clarify new text.
803 (Other Display Specs): Clarify `slice'.
804 (Image Descriptors): Cleanups.
805 (Showing Images): Cleanups.
806
807 2004-09-24 Luc Teirlinck <teirllm@auburn.edu>
808
809 * hooks.texi (Standard Hooks): Add `after-change-major-mode-hook'.
810
811 * modes.texi: Various minor changes in addition to:
812 (Major Mode Conventions): Final call to `run-mode-hooks' should
813 not be inside the `delay-mode-hooks' form.
814 (Mode Hooks): New node.
815 (Hooks): Delete obsolete example.
816 Move definitions of `run-mode-hooks' and `delay-mode-hooks' to new
817 node "Mode Hooks".
818
819 2004-09-22 Luc Teirlinck <teirllm@auburn.edu>
820
821 * display.texi: Correct various typos.
822 (Display): Rename node "Pointer Shapes" to "Pointer
823 Shape". (There is already a node called "Pointer Shapes" in
824 frames.texi.)
825 (Images): Remove non-existent node "Image Slices" from menu.
826
827 2004-09-23 Kim F. Storm <storm@cua.dk>
828
829 * text.texi (Special Properties): Add `cursor', `pointer',
830 `line-height', and `line-spacing' properties.
831
832 * display.texi (Display): Add 'Fringe Bitmaps' and 'Pointer
833 Shapes' to menu.
834 (Standard Faces): Doc fix for fringe face.
835 (Fringes): Add `overflow-newline-into-fringe' and
836 'indicate-buffer-boundaries'.
837 (Fringe Bitmaps, Pointer Shapes): New nodes.
838 (Display Property): Add 'Pixel Specification' and 'Display Fringe
839 Bitmaps' to menu.
840 (Specified Space): Describe pixel width and height.
841 (Pixel Specification): New node.
842 (Other Display Specs): Add `slice' property.
843 (Display Fringe Bitmaps): New node.
844 (Images): Add 'Image Slices' to menu.
845 (Image Descriptors): Add `:pointer' and `:map' properties.
846 (Showing Images): Add slice arg to `insert-image'. Add
847 'insert-sliced-image'.
848
849 2004-09-20 Richard M. Stallman <rms@gnu.org>
850
851 * commands.texi (Key Sequence Input):
852 Clarify downcasing in read-key-sequence.
853
854 2004-09-08 Juri Linkov <juri@jurta.org>
855
856 * minibuf.texi (Minibuffer History): Add `history-delete-duplicates'.
857
858 2004-09-07 Luc Teirlinck <teirllm@auburn.edu>
859
860 * locals.texi (Standard Buffer-Local Variables): Add
861 `buffer-auto-save-file-format'.
862 * internals.texi (Buffer Internals): Describe new
863 auto_save_file_format field of the buffer structure.
864 * files.texi (Format Conversion): `auto-save-file-format' has been
865 renamed `buffer-auto-save-file-format'.
866
867 2004-08-27 Luc Teirlinck <teirllm@auburn.edu>
868
869 * abbrevs.texi (Abbrev Expansion): `abbrev-start-location' can be
870 an integer or a marker.
871 (Abbrev Expansion): Replace example for `pre-abbrev-expand-hook'.
872
873 2004-08-22 Richard M. Stallman <rms@gnu.org>
874
875 * modes.texi (Major Mode Conventions): Discuss rebinding of
876 standard key bindings.
877
878 2004-08-18 Kim F. Storm <storm@cua.dk>
879
880 * processes.texi (Accepting Output): Add `just-this-one' arg to
881 `accept-process-output'.
882 (Output from Processes): New var `process-adaptive-read-buffering'.
883
884 2004-08-10 Luc Teirlinck <teirllm@auburn.edu>
885
886 * keymaps.texi: Various changes in addition to:
887 (Keymap Terminology): `kbd' uses same syntax as Edit Macro mode.
888 Give more varied examples for `kbd'.
889 (Creating Keymaps): Char tables have slots for all characters
890 without modifiers.
891 (Active Keymaps): `overriding-local-map' and
892 `overriding-terminal-local-map' also override text property and
893 overlay keymaps.
894 (Functions for Key Lookup): Mention OLP arg to `current-active-maps'.
895 (Scanning Keymaps): `accessible-keymaps' uses `[]' instead of `""'
896 to denote a prefix of no events.
897 `map-keymap' includes parent's bindings _recursively_.
898 Clarify and correct description of `where-is-internal'.
899 Mention BUFFER-OR-NAME arg to `describe-bindings'.
900 (Menu Example): For menus intended for use with the keyboard, the
901 menu items should be bound to characters or real function keys.
902
903 2004-08-08 Luc Teirlinck <teirllm@auburn.edu>
904
905 * objects.texi (Character Type): Reposition `@anchor' to prevent
906 double space inside sentence in Info.
907
908 * hooks.texi (Standard Hooks): `disabled-command-hook' has been
909 renamed to `disabled-command-function'.
910 * commands.texi (Key Sequence Input): Remove unnecessary anchor,
911 (Command Loop Info): Replace reference to it.
912 (Disabling Commands): `disabled-command-hook' has been renamed to
913 `disabled-command-function'.
914
915 2004-08-07 Luc Teirlinck <teirllm@auburn.edu>
916
917 * os.texi (Translating Input): Only non-prefix bindings in
918 `key-translation-map' override actual key bindings. Warn about
919 possible indirect effect of actual key bindings on non-prefix
920 bindings in `key-translation-map'.
921
922 2004-08-06 Luc Teirlinck <teirllm@auburn.edu>
923
924 * minibuf.texi (High-Level Completion): Add anchor for definition
925 of `read-variable'.
926
927 * commands.texi: Various changes in addition to:
928 (Using Interactive): Clarify description of `interactive-form'.
929 (Interactive Call): Mention default for KEYS argument to
930 `call-interactively'.
931 (Command Loop Info): Clarify description of `this-command-keys'.
932 Mention KEEP-RECORD argument to `clear-this-command-keys'.
933 Value of `last-event-frame' can be `macro'.
934 (Repeat Events): `double-click-fuzz' is also used to distinguish
935 clicks and drags.
936 (Classifying Events): Clarify descriptions of `event-modifiers'
937 `event-basic-type' and `event-convert-list'.
938 (Accessing Events): `posn-timestamp' takes POSITION argument.
939 (Quoted Character Input): Clarify description of
940 `read-quoted-char' and fix example.
941 (Quitting): Add `with-local-quit'.
942 (Disabling Commands): Correct and clarify descriptions of
943 `enable-command' and `disable-command'.
944 Mention what happens if `disabled-command-hook' is nil.
945 (Keyboard Macros): Mention LOOPFUNC arg to `execute-kbd-macro'.
946 Describe `executing-kbd-macro' instead of obsolete `executing-macro'.
947
948 2004-07-24 Luc Teirlinck <teirllm@auburn.edu>
949
950 * frames.texi: Various changes in addition to:
951 (Creating Frames): Expand and clarify description of `make-frame'.
952 (Window Frame Parameters): Either none or both of the `icon-left'
953 and `icon-top' parameters must be specified. Put descriptions of
954 `menu-bar-lines' and `toolbar-lines' closer together and change
955 them accordingly.
956 (Frame Titles): `multiple-frames' is not guaranteed to be accurate
957 except while processing `frame-title-format' or `icon-title-format'.
958 (Deleting Frames): Correct description of `delete-frame'.
959 Non-nil return values of `frame-live-p' are like those of `framep'.
960 (Frames and Windows): mention return value of
961 `set-frame-selected-window'.
962 (Visibility of Frames): Mention `force' argument to
963 `make-frame-invisible'. `frame-visible-p' returns t for all
964 frames on text-only terminals.
965 (Frame Configurations): Restoring a frame configuration does not
966 restore deleted frames.
967 (Window System Selections): `x-set-selection' returns DATA.
968 (Resources): Add example.
969 (Display Feature Testing): Clarify descriptions of
970 `display-pixel-height', `display-pixel-width', `x-server-version'
971 and `x-server-vendor'.
972
973 * windows.texi (Choosing Window): Add anchor.
974 * minibuf.texi (Minibuffer Misc): Add anchor.
975
976 2004-07-23 John Paul Wallington <jpw@gnu.org>
977
978 * macros.texi (Defining Macros): Declaration keyword for setting
979 Edebug spec is `debug' not `edebug'.
980
981 2004-07-19 Luc Teirlinck <teirllm@auburn.edu>
982
983 * windows.texi: Various small changes in addition to:
984 (Window Point): Mention return value of `set-window-point'.
985 (Window Start): `pos-visible-in-window-p' disregards horizontal
986 scrolling. Explain return value if PARTIALLY is non-nil.
987 (Vertical Scrolling): Mention PIXELS-P argument to `window-vscroll'
988 and `set-window-vscroll'.
989 (Size of Window): The argument WINDOW to `window-inside-edges',
990 `window-pixel-edges' and `window-inside-pixel-edges' is optional.
991 (Resizing Windows): Explain return value of
992 `shrink-window-if-larger-than-buffer'.
993 `window-size-fixed' automatically becomes buffer local when set.
994 (Window Configurations): Explain return value of
995 `set-window-configuration'.
996
997 * minibuf.texi (Minibuffer Misc): Add anchor for
998 `minibuffer-scroll-window'.
999
1000 * positions.texi (Text Lines): Add anchor for `count-lines'.
1001
1002 2004-07-17 Richard M. Stallman <rms@gnu.org>
1003
1004 * display.texi (Overlay Properties): Adding `evaporate' prop
1005 deletes empty overlay immediately.
1006
1007 * abbrevs.texi (Abbrev Expansion): Clarify pre-abbrev-expand-hook,
1008 fix example.
1009
1010 2004-07-16 Jim Blandy <jimb@redhat.com>
1011
1012 * searching.texi (Regexp Backslash): Document new \_< and \_>
1013 operators.
1014
1015 2004-07-16 Juanma Barranquero <lektu@terra.es>
1016
1017 * display.texi (Images): Fix Texinfo usage.
1018
1019 2004-07-14 Luc Teirlinck <teirllm@auburn.edu>
1020
1021 * buffers.texi (Modification Time): `visited-file-modtime' now
1022 returns a list of two integers, instead of a cons.
1023
1024 2004-07-13 Luc Teirlinck <teirllm@auburn.edu>
1025
1026 * windows.texi: Various changes in addition to:
1027 (Splitting Windows): Add `split-window-keep-point'.
1028
1029 2004-07-09 Richard M. Stallman <rms@gnu.org>
1030
1031 * frames.texi (Input Focus): Minor fix.
1032
1033 2004-07-07 Luc Teirlinck <teirllm@auburn.edu>
1034
1035 * frames.texi (Input Focus): Clarify descriptions of
1036 `select-frame-set-input-focus' and `select-frame'.
1037
1038 2004-07-06 Luc Teirlinck <teirllm@auburn.edu>
1039
1040 * os.texi: Various small changes in addition to:
1041 (Killing Emacs): Expand and clarify description of
1042 `kill-emacs-query-functions' and `kill-emacs-hook'.
1043 (System Environment): Expand and clarify description of `getenv'
1044 and `setenv'.
1045 (Timers): Clarify description of `run-at-time'.
1046 (Translating Input): Correct description of
1047 `extra-keyboard-modifiers'.
1048 (Flow Control): Correct description of `enable-flow-control'.
1049
1050 2004-07-06 Thien-Thi Nguyen <ttn@gnu.org>
1051
1052 * os.texi: Update copyright.
1053 (Session Management): Grammar fix.
1054 Clarify which Emacs does the restarting.
1055 Use @samp for *scratch* buffer.
1056
1057 2004-07-04 Alan Mackenzie <acm@muc.de>
1058
1059 * frames.texi (Input Focus): Add documentation for
1060 `select-frame-set-input-focus'. Replace refs to non-existent
1061 `switch-frame' with `select-frame'. Minor corrections and tidying
1062 up of text-only terminal stuff.
1063
1064 2004-07-02 Richard M. Stallman <rms@gnu.org>
1065
1066 * files.texi (Saving Buffers): Cleanup write-contents-function.
1067 (Magic File Names): Cleanup file-remote-p.
1068
1069 2004-07-02 Kai Grossjohann <kai@emptydomain.de>
1070
1071 * files.texi (Magic File Names): `file-remote-p' returns an
1072 identifier of the remote system, not just t.
1073
1074 2004-07-02 David Kastrup <dak@gnu.org>
1075
1076 * searching.texi (Entire Match Data): Add explanation about new
1077 match-data behavior when @var{integers} is non-nil.
1078
1079 2004-06-24 Richard M. Stallman <rms@gnu.org>
1080
1081 * commands.texi (Misc Events): Describe usr1-signal, usr2-signal event.
1082
1083 * customize.texi (Variable Definitions): Note about doc strings
1084 and :set.
1085
1086 * keymaps.texi (Keymap Terminology): Document `kbd'.
1087 (Changing Key Bindings, Key Binding Commands): Use kbd in examples.
1088
1089 * display.texi (Invisible Text): Setting buffer-invisibility-spec
1090 makes it buffer-local.
1091
1092 * files.texi (Saving Buffers): Correct previous change.
1093
1094 * commands.texi (Accessing Events):
1095 Clarify posn-col-row and posn-actual-col-row.
1096
1097 2004-06-24 David Ponce <david.ponce@wanadoo.fr>
1098
1099 * commands.texi (Accessing Events): New functions
1100 posn-at-point and posn-at-x-y. Add example to posn-x-y.
1101
1102 2004-06-23 Luc Teirlinck <teirllm@auburn.edu>
1103
1104 * lists.texi, files.texi, processes.texi, macros.texi, hash.texi:
1105 * frames.texi, buffers.texi, backups.texi, variables.texi:
1106 * loading.texi, eval.texi, functions.texi, control.texi:
1107 * symbols.texi, minibuf.texi: Reposition @anchor's.
1108
1109 * help.texi: Various small changes in addition to the following.
1110 (Describing Characters): Describe PREFIX argument to
1111 `key-description'. Correct and clarify definition of
1112 `text-char-description'. Describe NEED-VECTOR argument to
1113 `read-kbd-macro'.
1114 (Help Functions): Clarify definition of `apropos'.
1115
1116 2004-06-23 Lars Hansen <larsh@math.ku.dk>
1117
1118 * files.texi (Saving Buffers): Correct description of
1119 `write-contents-functions'.
1120
1121 2004-06-21 Juanma Barranquero <lektu@terra.es>
1122
1123 * display.texi (Images): Remove redundant @vindex directives.
1124 Rewrite `image-library-alist' doc in active voice.
1125
1126 2004-06-14 Juanma Barranquero <lektu@terra.es>
1127
1128 * display.texi (Images): Document new delayed library loading,
1129 variable `image-library-alist' and (existing but undocumented)
1130 function `image-type-available-p'.
1131
1132 2004-06-05 Richard M. Stallman <rms@gnu.org>
1133
1134 * minibuf.texi (Minibuffer Completion): For INITIAL arg,
1135 refer the user to the Initial Input node.
1136 (Text from Minibuffer): Likewise.
1137 (Initial Input): New node. Document this feature
1138 and say it is mostly deprecated.
1139
1140 2004-05-30 Richard M. Stallman <rms@gnu.org>
1141
1142 * loading.texi (Named Features): Clarify return value
1143 and meaning of NOERROR.
1144
1145 * variables.texi (File Local Variables): Minor cleanup.
1146
1147 2004-05-30 Michael Albinus <michael.albinus@gmx.de>
1148
1149 * files.texi (Magic File Names): Add `file-remote-p' as operation
1150 of file name handlers.
1151
1152 2004-05-29 Richard M. Stallman <rms@gnu.org>
1153
1154 * modes.texi (Minor Mode Conventions): (-) has no special meaning
1155 as arg to a minor mode command.
1156
1157 2004-05-22 Richard M. Stallman <rms@gnu.org>
1158
1159 * syntax.texi (Syntax Class Table): Word syntax not just for English.
1160
1161 * streams.texi (Output Variables): Doc float-output-format.
1162
1163 * searching.texi (Regexp Special): Nested repetition can be infloop.
1164
1165 * eval.texi (Eval): Increasing max-lisp-eval-depth can cause
1166 real stack overflow.
1167
1168 * compile.texi: Minor cleanups.
1169
1170 2004-05-22 Luc Teirlinck <teirllm@dms.auburn.edu>
1171
1172 * lists.texi (Cons Cells): Explain dotted lists, true lists,
1173 circular lists.
1174 (List Elements): Explain handling of circular and dotted lists.
1175
1176 2004-05-19 Thien-Thi Nguyen <ttn@gnu.org>
1177
1178 * modes.texi (Search-based Fontification): Fix typo.
1179
1180 2004-05-10 Juanma Barranquero <lektu@terra.es>
1181
1182 * modes.texi (Mode Line Variables): Fix description of
1183 global-mode-string, which is now after which-func-mode, not the
1184 buffer name.
1185
1186 2004-05-07 Lars Hansen <larsh@math.ku.dk>
1187
1188 * modes.texi (Desktop Save Mode): Add.
1189 (Modes): Add menu entry Desktop Save Mode.
1190
1191 * hooks.texi: Add desktop-after-read-hook,
1192 desktop-no-desktop-file-hook and desktop-save-hook.
1193
1194 * locals.texi: Add desktop-save-buffer.
1195
1196 2004-04-30 Jesper Harder <harder@ifa.au.dk>
1197
1198 * display.texi: emacs -> Emacs.
1199
1200 2004-04-27 Matthew Mundell <matt@mundell.ukfsn.org>
1201
1202 * files.texi (Changing Files): Document set-file-times.
1203
1204 2004-04-23 Juanma Barranquero <lektu@terra.es>
1205
1206 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
1207
1208 2004-04-18 Jesper Harder <harder@ifa.au.dk>
1209
1210 * tips.texi (Coding Conventions): defopt -> defcustom.
1211
1212 2004-04-16 Luc Teirlinck <teirllm@auburn.edu>
1213
1214 * sequences.texi: Various clarifications.
1215
1216 2004-04-14 Luc Teirlinck <teirllm@auburn.edu>
1217
1218 * buffers.texi (Read Only Buffers): Mention optional ARG to
1219 `toggle-read-only'.
1220
1221 2004-04-14 Nick Roberts <nick@nick.uklinux.net>
1222
1223 * windows.texi (Selecting Windows): Note that get-lru-window
1224 returns a full-width window if possible.
1225
1226 2004-04-13 Luc Teirlinck <teirllm@auburn.edu>
1227
1228 * buffers.texi: Various changes in addition to:
1229 (Buffer File Name): Add `find-buffer-visiting'.
1230 (Buffer Modification): Mention optional ARG to `not-modified'.
1231 (Indirect Buffers): Mention optional CLONE argument to
1232 `make-indirect-buffer'.
1233
1234 * files.texi: Various changes in addition to:
1235 (Visiting Functions): `find-file-hook' is now a normal hook.
1236 (File Name Expansion): Explain difference between the way that
1237 `expand-file-name' and `file-truename' treat `..'.
1238 (Contents of Directories): Mention optional ID-FORMAT argument to
1239 `directory-files-and-attributes'.
1240 (Format Conversion): Mention new optional CONFIRM argument to
1241 `format-write-file'.
1242
1243 2004-04-12 Miles Bader <miles@gnu.org>
1244
1245 * macros.texi (Expansion): Add description of `macroexpand-all'.
1246
1247 2004-04-05 Jesper Harder <harder@ifa.au.dk>
1248
1249 * variables.texi (Variable Aliases): Mention
1250 cyclic-variable-indirection.
1251
1252 * errors.texi (Standard Errors): Ditto.
1253
1254 2004-04-04 Luc Teirlinck <teirllm@auburn.edu>
1255
1256 * backups.texi: Various small changes in addition to:
1257 (Making Backups): Mention return value of `backup-buffer'.
1258 (Auto-Saving): Mention optional FORCE argument to
1259 `delete-auto-save-file-if-necessary'.
1260 (Reverting): Mention optional PRESERVE-MODES argument to
1261 `revert-buffer'. Correct description of `revert-buffer-function'.
1262
1263 2004-03-22 Juri Linkov <juri@jurta.org>
1264
1265 * sequences.texi (Sequence Functions): Replace xref to `Vectors'
1266 with `Vector Functions'.
1267
1268 * text.texi (Sorting): Add missing quote.
1269
1270 2004-03-14 Luc Teirlinck <teirllm@auburn.edu>
1271
1272 * intro.texi (Lisp History): Replace xref to `cl' manual with
1273 inforef.
1274
1275 2004-03-12 Richard M. Stallman <rms@gnu.org>
1276
1277 * intro.texi (Version Info): Add arg to emacs-version.
1278 (Lisp History): Change xref to CL manual.
1279
1280 2004-03-09 Luc Teirlinck <teirllm@auburn.edu>
1281
1282 * minibuf.texi (Completion Commands): Add xref to Emacs manual
1283 for Partial Completion mode.
1284
1285 2004-03-07 Thien-Thi Nguyen <ttn@gnu.org>
1286
1287 * customize.texi: Fix typo. Remove eol whitespace.
1288
1289 2004-03-04 Richard M. Stallman <rms@gnu.org>
1290
1291 * processes.texi: Fix typos.
1292
1293 * lists.texi (Building Lists): Minor clarification.
1294
1295 * hash.texi (Creating Hash): Correct the meaning of t for WEAK
1296 in make-hash-table.
1297
1298 2004-02-29 Juanma Barranquero <lektu@terra.es>
1299
1300 * makefile.w32-in (clean, maintainer-clean): Use $(DEL) instead of
1301 rm, and ignore exit code.
1302
1303 2004-02-27 Dan Nicolaescu <dann@ics.uci.edu>
1304
1305 * display.texi (Defining Faces): Add description for min-colors.
1306 Update example.
1307
1308 2004-02-23 Luc Teirlinck <teirllm@auburn.edu>
1309
1310 * abbrevs.texi: Various corrections and clarifications in addition
1311 to the following:
1312 (Abbrev Tables): Delete add-abbrev (as suggested by RMS).
1313
1314 2004-02-22 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
1315
1316 * calendar.texi (Holiday Customizing): Quote arg of holiday-sexp.
1317
1318 2004-02-21 Luc Teirlinck <teirllm@auburn.edu>
1319
1320 * text.texi: Various small changes in addition to the following:
1321 (User-Level Deletion): Mention optional BACKWARD-ONLY argument
1322 to delete-horizontal-space.
1323 (Kill Functions, Yanking, Low-Level Kill Ring): clarify and correct
1324 description of yank-handler text property at various places.
1325
1326 * frames.texi (Window System Selections): Add anchor.
1327
1328 * syntax.texi (Syntax Table Functions): Clarify and correct
1329 descriptions of make-syntax-table and copy-syntax-table.
1330 (Motion and Syntax): Clarify SYNTAXES argument to
1331 skip-syntax-forward.
1332 (Parsing Expressions): Mention that the return value of
1333 parse-partial-sexp is currently a list of ten rather than nine
1334 elements.
1335 (Categories): Various corrections and clarifications.
1336
1337 2004-02-17 Luc Teirlinck <teirllm@auburn.edu>
1338
1339 * markers.texi (Marker Insertion Types): Minor change.
1340
1341 * locals.texi (Standard Buffer-Local Variables):
1342 * commands.texi (Interactive Codes, Using Interactive):
1343 * functions.texi (Related Topics): Fix xrefs.
1344
1345 2004-02-16 Luc Teirlinck <teirllm@auburn.edu>
1346
1347 * lists.texi (Sets And Lists): Update description of delete-dups.
1348
1349 2004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
1350
1351 * keymaps.texi (Tool Bar): tool-bar-item => tool-bar-button.
1352
1353 2004-02-16 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1354
1355 * frames.texi (Parameter Access): frame-parameters arg is optional.
1356 modify-frame-parameters handles nil for FRAME.
1357 (Window Frame Parameters): menu-bar-lines and tool-bar-lines
1358 are all-or-nothing for certain toolkits.
1359 Mention parameter wait-for-wm.
1360 (Frames and Windows): In frame-first-window and frame-selected-window
1361 the arg is optional.
1362 (Input Focus): In redirect-frame-focus the second arg is optional.
1363 (Window System Selections): Mention selection type CLIPBOARD.
1364 Mention data-type UTF8_STRING.
1365 Mention numbering of cut buffers.
1366 (Resources): Describe x-resource-name.
1367
1368 2004-02-16 Richard M. Stallman <rms@gnu.org>
1369
1370 * windows.texi (Buffers and Windows): Delete false table
1371 about all-frames.
1372
1373 * syntax.texi (Parsing Expressions): Delete old caveat
1374 about parse-sexp-ignore-comments.
1375
1376 * streams.texi (Output Variables): Add print-quoted.
1377
1378 * lists.texi (Building Lists): Minor cleanup.
1379
1380 * hash.texi (Creating Hash): Correct and clarify doc of WEAK values.
1381
1382 * display.texi (Overlays): Explain overlays use markers.
1383 (Managing Overlays): Explain front-advance and rear-advance
1384 in more detail.
1385
1386 * loading.texi (Unloading): Document unload-feature-special-hooks.
1387 Get rid of fns-NNN.el file.
1388
1389 2004-02-16 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
1390
1391 * help.texi (Describing Characters): Fix text-char-description
1392 example output.
1393
1394 * edebug.texi (Using Edebug): Fix example.
1395
1396 * debugging.texi (Internals of Debugger): Fix return value.
1397
1398 * files.texi (Changing Files): Fix argname.
1399
1400 * calendar.texi: Fix parens, and default values.
1401
1402 * display.texi, frames.texi, internals.texi, modes.texi: Minor fixes.
1403 * nonascii.texi, objects.texi, os.texi: Minor fixes.
1404 * searching.texi, text.texi, tips.texi, windows.text: Minor fixes.
1405
1406 * positions.texi (Text Lines): Don't add -1 in current-line.
1407
1408 2004-02-16 Richard M. Stallman <rms@gnu.org>
1409
1410 * compile.texi (Compiler Errors): if-boundp feature applies to cond.
1411
1412 2004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
1413
1414 * processes.texi (Low-Level Network): Fix a typo.
1415
1416 2004-02-12 Kim F. Storm <storm@cua.dk>
1417
1418 * display.texi (Fringes): Use consistent wording.
1419 Note that window-fringe's window arg is optional.
1420 (Scroll Bars): Use consistent wording.
1421
1422 2004-02-11 Luc Teirlinck <teirllm@auburn.edu>
1423
1424 * tips.texi (Comment Tips): Document the new conventions for
1425 commenting out code.
1426
1427 2004-02-07 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1428
1429 * positions.texi (Text Lines): Added missing end defun.
1430
1431 2004-02-07 Kim F. Storm <storm@cua.dk>
1432
1433 * positions.texi (Text Lines): Add line-number-at-pos.
1434
1435 2004-02-06 John Paul Wallington <jpw@gnu.org>
1436
1437 * display.texi (Button Properties, Button Buffer Commands):
1438 mouse-2 invokes button, not down-mouse-1.
1439
1440 2004-02-04 Jason Rumney <jasonr@gnu.org>
1441
1442 * makefile.w32-in: Sync with Makefile.in changes.
1443
1444 2004-02-03 Luc Teirlinck <teirllm@auburn.edu>
1445
1446 * minibuf.texi (Text from Minibuffer): Various corrections and
1447 clarifications.
1448 (Object from Minibuffer): Correct Lisp description of
1449 read-minibuffer.
1450 (Minibuffer History): Clarify description of cons values for
1451 HISTORY arguments.
1452 (Basic Completion): Various corrections and clarifications. Add
1453 completion-regexp-list.
1454 (Minibuffer Completion): Correct and clarify description of
1455 completing-read.
1456 (Completion Commands): Mention Partial Completion mode. Various
1457 other minor changes.
1458 (High-Level Completion): Various corrections and clarifications.
1459 (Reading File Names): Ditto.
1460 (Minibuffer Misc): Ditto.
1461
1462 2004-01-26 Luc Teirlinck <teirllm@auburn.edu>
1463
1464 * strings.texi (Text Comparison): assoc-string also matches
1465 elements of alists that are strings instead of conses.
1466 (Formatting Strings): Standardize Texinfo usage. Update index
1467 entries.
1468
1469 2004-01-20 Luc Teirlinck <teirllm@auburn.edu>
1470
1471 * lists.texi (Sets And Lists): Add delete-dups.
1472
1473 2004-01-15 Luc Teirlinck <teirllm@auburn.edu>
1474
1475 * edebug.texi (Instrumenting Macro Calls): `declare' is not a
1476 special form.
1477 * macros.texi (Defining Macros): Update description of `declare',
1478 which now is a macro.
1479 (Wrong Time): Fix typos.
1480
1481 2004-01-14 Luc Teirlinck <teirllm@auburn.edu>
1482
1483 * compile.texi (Compilation Functions): Expand descriptions of
1484 `compile-defun', `byte-compile-file', `byte-recompile-directory'
1485 and `batch-byte-compile'. In particular, mention and describe
1486 all optional arguments.
1487 (Disassembly): Correct and clarify the description of `disassemble'.
1488
1489 2004-01-11 Luc Teirlinck <teirllm@auburn.edu>
1490
1491 * searching.texi: Various small changes in addition to the
1492 following.
1493 (Regexp Example): Adapt to new value of `sentence-end'.
1494 (Regexp Functions): The PAREN argument to `regexp-opt' can be
1495 `words'.
1496 (Search and Replace): Add usage note for `perform-replace'.
1497 (Entire Match Data): Mention INTEGERS and REUSE arguments to
1498 `match-data'.
1499 (Standard Regexps): Update for new values of `paragraph-start'
1500 and `sentence-end'.
1501
1502 2004-01-07 Luc Teirlinck <teirllm@auburn.edu>
1503
1504 * files.texi (Saving Buffers): Clarify descriptions of
1505 `write-contents-functions' and `before-save-hook'.
1506 Make the defvar's for `before-save-hook' and `after-save-hook'
1507 into defopt's.
1508
1509 2004-01-07 Kim F. Storm <storm@cua.dk>
1510
1511 * commands.texi (Click Events): Describe new image and
1512 width/height elements of click events.
1513 (Accessing Events): Add posn-string, posn-image, and
1514 posn-object-width-height. Change posn-object to return either
1515 image or string object.
1516
1517 2004-01-01 Simon Josefsson <jas@extundo.com>
1518
1519 * hooks.texi (Standard Hooks): Add before-save-hook.
1520 * files.texi (Saving Buffers): Likewise.
1521
1522 2004-01-03 Richard M. Stallman <rms@gnu.org>
1523
1524 * frames.texi (Frames and Windows): Delete frame-root-window.
1525
1526 2004-01-03 Luc Teirlinck <teirllm@auburn.edu>
1527
1528 * eval.texi, hash.texi, help.texi, symbols.texi: Add anchors.
1529
1530 * functions.texi: Various small changes in addition to the
1531 following.
1532 (What Is a Function): `functionp' returns nil for macros. Clarify
1533 behavior of this and following functions for symbol arguments.
1534 (Function Documentation): Add `\' in front of (fn @var{arglist})
1535 and explain why.
1536 (Defining Functions): Mention DOCSTRING argument to `defalias'.
1537 Add anchor.
1538 (Mapping Functions): Add anchor. Unquote nil in mapcar* example.
1539
1540 2004-01-01 Miles Bader <miles@gnu.org>
1541
1542 * display.texi (Buttons): New section.
1543
1544 2003-12-31 Andreas Schwab <schwab@suse.de>
1545
1546 * numbers.texi (Math Functions): sqrt reports a domain-error
1547 error.
1548 (Float Basics): Use `(/ 0.0 0.0)' instead of `(sqrt -1.0)'.
1549
1550 2003-12-30 Luc Teirlinck <teirllm@auburn.edu>
1551
1552 * tips.texi (Documentation Tips): Update item on hyperlinks in
1553 documentation strings.
1554
1555 * errors.texi (Standard Errors): Various small corrections and
1556 additions.
1557
1558 * control.texi: Various small changes in addition to the
1559 following.
1560 (Signaling Errors): Provide some more details on how `signal'
1561 constructs the error message. Add anchor to the definition of
1562 `signal'.
1563 (Error Symbols): Describe special treatment of `quit'.
1564 (Cleanups): Rename BODY argument of `unwind-protect' to BODY-FORM
1565 to emphasize that it has to be a single form.
1566
1567 * buffers.texi: Add anchor.
1568
1569 2003-12-29 Richard M. Stallman <rms@gnu.org>
1570
1571 * windows.texi (Choosing Window): Add same-window-p, special-display-p.
1572 (Window Configurations): Add window-configuration-frame.
1573
1574 * variables.texi (Creating Buffer-Local): Add local-variable-if-set-p.
1575
1576 * text.texi (Examining Properties): Add get-char-property-and-overlay.
1577 Change arg name in get-char-property.
1578 (Special Properties): Update handling of keymap property.
1579
1580 * strings.texi (Modifying Strings): Add clear-string.
1581 (Text Comparison): Add assoc-string and remove
1582 assoc-ignore-case, assoc-ignore-representation.
1583
1584 * os.texi (Time of Day): Add set-time-zone-rule.
1585
1586 * numbers.texi (Math Functions): asin, acos, log, log10
1587 report domain-error errors.
1588
1589 * nonascii.texi (Converting Representations):
1590 Add multibyte-char-to-unibyte and unibyte-char-to-multibyte.
1591 (Encoding and I/O): Add file-name-coding-system.
1592
1593 * modes.texi (Search-based Fontification): Explain that
1594 face specs are symbols with face names as values.
1595
1596 * minibuf.texi (Minibuffer Misc): Add set-minibuffer-window.
1597
1598 * lists.texi (Building Lists): remq moved elsewhere.
1599 (Sets And Lists): remq moved here.
1600 (Association Lists): Refer to assoc-string.
1601
1602 * internals.texi (Garbage Collection): Add memory-use-counts.
1603
1604 * frames.texi (Frames and Windows): Add set-frame-selected-window
1605 and frame-root-window.
1606
1607 * files.texi (Contents of Directories):
1608 Add directory-files-and-attributes.
1609
1610 * display.texi (Refresh Screen): Add force-window-update.
1611 (Invisible Text): Explain about moving point out of invis text.
1612 (Overlay Properties): Add overlay-properties.
1613 (Managing Overlays): Add overlayp.
1614 (GIF Images): Invalid image number displays a hollow box.
1615
1616 * buffers.texi (Buffer Modification): Add restore-buffer-modified-p.
1617 (Killing Buffers): Add buffer-live-p.
1618
1619 2003-12-25 Markus Rost <rost@mathematik.uni-bielefeld.de>
1620
1621 * display.texi (Fringes): Fix typo "set-buffer-window".
1622
1623 2003-12-24 Luc Teirlinck <teirllm@auburn.edu>
1624
1625 * display.texi, eval.texi, help.texi, internals.texi, loading.texi:
1626 * nonascii.texi, processes.texi, tips.texi, variables.texi:
1627 Add or change various xrefs and anchors.
1628
1629 * commands.texi: Replace all occurrences of @acronym{CAR} with
1630 @sc{car}, for consistency with the rest of the Elisp manual.
1631 `car' and `cdr' are historically acronyms, but are no longer
1632 widely thought of as such.
1633
1634 * internals.texi (Pure Storage): Mention that `purecopy' does not
1635 copy text properties.
1636 (Object Internals): Now 29 bits are used (in most implementations)
1637 to address Lisp objects.
1638
1639 * variables.texi (Variables with Restricted Values): New node.
1640
1641 * objects.texi (Lisp Data Types): Mention that certain variables
1642 can only take on a restricted set of values and add an xref to
1643 the new node "Variables with Restricted Values".
1644
1645 * eval.texi (Function Indirection): Describe the errors that
1646 `indirect-function' can signal.
1647 (Eval): Clarify the descriptions of `eval-region' and `values'.
1648 Describe `eval-buffer' instead of `eval-current-buffer' and
1649 mention `eval-current-buffer' as an alias for `current-buffer'.
1650 Correct the description and mention all optional arguments.
1651
1652 * nonascii.texi: Various small changes in addition to the
1653 following.
1654 (Converting Representations): Clarify behavior of
1655 `string-make-multibyte' and `string-to-multibyte' for unibyte all
1656 ASCII arguments.
1657 (Character Sets): Document the variable `charset-list' and adapt
1658 the definition of the function `charset-list' accordingly.
1659 (Translation of Characters): Clarify use of generic characters in
1660 `make-translation-table'. Clarify and correct the description of
1661 the use of translation tables in encoding and decoding.
1662 (User-Chosen Coding Systems): Correct and clarify the description
1663 of `select-safe-coding-system'.
1664 (Default Coding Systems): Clarify description of
1665 `file-coding-system-alist'.
1666
1667 2003-11-30 Luc Teirlinck <teirllm@auburn.edu>
1668
1669 * strings.texi (Text Comparison): Correctly describe when two
1670 strings are `equal'. Combine and clarify descriptions of
1671 `assoc-ignore-case' and `assoc-ignore-representation'.
1672
1673 * objects.texi (Non-ASCII in Strings): Clarify description of
1674 when a string is unibyte or multibyte.
1675 (Bool-Vector Type): Update examples.
1676 (Equality Predicates): Correctly describe when two strings are
1677 `equal'.
1678
1679 2003-11-29 Luc Teirlinck <teirllm@auburn.edu>
1680
1681 * lists.texi (Building Lists): `append' no longer accepts integer
1682 arguments. Update the description of `number-sequence' to reflect
1683 recent changes.
1684 (Sets And Lists): Describe `member-ignore-case' after `member'.
1685
1686 2003-11-27 Kim F. Storm <storm@cua.dk>
1687
1688 * commands.texi (Click Events): Click object may be an images.
1689 Describe (dx . dy) element of click positions.
1690 (Accessing Events): Remove duplicate posn-timestamp.
1691 New functions posn-object and posn-object-x-y.
1692
1693 2003-11-23 Kim F. Storm <storm@cua.dk>
1694
1695 * commands.texi (Click Events): Describe enhancements to event
1696 position lists, including new text-pos and (col . row) items.
1697 Mention left-fringe and right-fringe area events.
1698 (Accessing Events): New functions posn-area and
1699 posn-actual-col-row. Mention posn-timestamp. Mention that
1700 posn-point in non-text area still returns buffer position.
1701 Clarify posn-col-row.
1702
1703 2003-11-21 Lars Hansen <larsh@math.ku.dk>
1704
1705 * files.texi (File Attributes): Describe new parameter ID-FORMAT.
1706 * anti.texi (File Attributes): Describe removed parameter
1707 ID-FORMAT.
1708
1709 2003-11-20 Luc Teirlinck <teirllm@auburn.edu>
1710
1711 * positions.texi (Positions): Mention that, if a marker is used as
1712 a position, its buffer is ignored.
1713
1714 * markers.texi (Overview of Markers): Mention it here too.
1715
1716 2003-11-12 Luc Teirlinck <teirllm@auburn.edu>
1717
1718 * numbers.texi (Numeric Conversions): Not just `floor', but also
1719 `truncate', `ceiling' and `round' accept optional argument DIVISOR.
1720
1721 2003-11-10 Luc Teirlinck <teirllm@auburn.edu>
1722
1723 * markers.texi (Creating Markers): Specify insertion type of
1724 created markers. Add xref to `Marker Insertion Types'.
1725 Second argument to `copy-marker' is optional.
1726 (Marker Insertion Types): Mention that most markers are created
1727 with insertion type nil.
1728 (The Mark): Correctly describe when `mark' signals an error.
1729 (The Region): Correctly describe when `region-beginning' and
1730 `region-end' signal an error.
1731
1732 2003-11-08 Luc Teirlinck <teirllm@auburn.edu>
1733
1734 * hash.texi (Creating Hash): Clarify description of `eql'.
1735 `makehash' is obsolete.
1736 (Hash Access): Add Common Lisp notes for `remhash' and `clrhash'.
1737
1738 * positions.texi (Point): Change description of `buffer-end', so
1739 that it is also correct for floating point arguments.
1740 (List Motion): Correct argument lists of `beginning-of-defun' and
1741 `end-of-defun'.
1742 (Excursions): Add xref to `Marker Insertion Types'.
1743 (Narrowing): Argument to `narrow-to-page' is optional.
1744
1745 2003-11-06 Luc Teirlinck <teirllm@auburn.edu>
1746
1747 * streams.texi (Output Streams): Clarify behavior of point for
1748 marker output streams.
1749
1750 2003-11-04 Luc Teirlinck <teirllm@auburn.edu>
1751
1752 * variables.texi (Defining Variables): Second argument to
1753 `defconst' is not optional.
1754 (Setting Variables): Mention optional argument APPEND to
1755 `add-to-list'.
1756 (Creating Buffer-Local): Expand description of
1757 `make-variable-buffer-local'.
1758 (Frame-Local Variables): Expand description of
1759 `make-variable-frame-local'.
1760 (Variable Aliases): Correct description of optional argument
1761 DOCSTRING to `defvaralias'. Mention return value of
1762 `defvaralias'.
1763 (File Local Variables): Add xref to `File variables' in Emacs
1764 Manual. Correct description of `hack-local-variables'. Mention
1765 `safe-local-variable' property. Mention optional second argument
1766 to `risky-local-variable-p'.
1767
1768 2003-11-03 Luc Teirlinck <teirllm@auburn.edu>
1769
1770 * symbols.texi (Symbol Plists): Mention return value of `setplist'.
1771
1772 2003-11-02 Jesper Harder <harder@ifa.au.dk> (tiny change)
1773
1774 * lispref/anti.texi, lispref/backups.texi, lispref/commands.texi
1775 lispref/customize.texi, lispref/display.texi, lispref/files.texi,
1776 lispref/internals.texi, lispref/keymaps.texi, lispref/loading.texi,
1777 lispref/modes.texi, lispref/nonascii.texi, lispref/numbers.texi,
1778 lispref/objects.texi, lispref/os.texi, lispref/positions.texi,
1779 lispref/processes.texi, lispref/searching.texi,
1780 lispref/sequences.texi, lispref/streams.texi, lispref/strings.texi,
1781 lispref/syntax.texi, lispref/text.texi: Replace @sc{foo} with
1782 @acronym{FOO}.
1783
1784 2003-10-27 Luc Teirlinck <teirllm@auburn.edu>
1785
1786 * strings.texi (Creating Strings): Argument START to `substring'
1787 can not be `nil'. Expand description of
1788 `substring-no-properties'. Correct description of `split-string',
1789 especially with respect to empty matches. Prevent very bad line
1790 break in definition of `split-string-default-separators'.
1791 (Text Comparison): `string=' and `string<' also accept symbols as
1792 arguments.
1793 (String Conversion): More completely describe argument BASE in
1794 `string-to-number'.
1795 (Formatting Strings): `%s' and `%S' in `format' do require
1796 corresponding object. Clarify behavior of numeric prefix after
1797 `%' in `format'.
1798 (Case Conversion): The argument to `upcase-initials' can be a
1799 character.
1800
1801 2003-10-27 Kenichi Handa <handa@m17n.org>
1802
1803 * display.texi (Fontsets): Fix texinfo usage.
1804
1805 2003-10-25 Kenichi Handa <handa@m17n.org>
1806
1807 * display.texi (Fontsets): Add description of the function
1808 set-fontset-font.
1809
1810 2003-10-23 Luc Teirlinck <teirllm@auburn.edu>
1811
1812 * display.texi (Temporary Displays): Add xref to `Documentation
1813 Tips'.
1814
1815 * functions.texi (Function Safety): Use inforef instead of pxref
1816 for SES.
1817
1818 2003-10-23 Andreas Schwab <schwab@suse.de>
1819
1820 * Makefile.in (TEX, texinputdir): Don't define.
1821 (TEXI2DVI): Define.
1822 (srcs): Remove $(srcdir)/index.perm and $(srcdir)/index.unperm,
1823 add $(srcdir)/index.texi.
1824 ($(infodir)/elisp): Remove index.texi dependency.
1825 (elisp.dvi): Likewise. Use $(TEXI2DVI).
1826 (index.texi): Remove target.
1827 (dist): Don't link $(srcdir)/permute-index.
1828 (clean): Don't remove index.texi.
1829
1830 * permute-index, index.perm: Remove.
1831 * index.texi: Rename from index.unperm.
1832
1833 2003-10-22 Luc Teirlinck <teirllm@auburn.edu>
1834
1835 * tips.texi (Documentation Tips): Document new behavior for face
1836 and variable hyperlinks in Help mode.
1837
1838 2003-10-21 Luc Teirlinck <teirllm@auburn.edu>
1839
1840 * objects.texi (Integer Type): Update for extra bit of integer range.
1841 (Character Type): Ditto.
1842
1843 2003-10-16 Eli Zaretskii <eliz@gnu.org>
1844
1845 * numbers.texi (Integer Basics): Add index entries for reading
1846 numbers in hex, octal, and binary.
1847
1848 2003-10-16 Lute Kamstra <lute@gnu.org>
1849
1850 * modes.texi (Mode Line Format): Mention force-mode-line-update's
1851 argument.
1852
1853 2003-10-13 Luc Teirlinck <teirllm@auburn.edu>
1854
1855 * windows.texi (Choosing Window): Fix typo.
1856 * edebug.texi (Edebug Execution Modes): Fix typo.
1857
1858 2003-10-13 Richard M. Stallman <rms@gnu.org>
1859
1860 * windows.texi (Basic Windows): A window has fringe settings,
1861 display margins and scroll-bar settings.
1862 (Splitting Windows): Doc split-window return value.
1863 Clean up one-window-p.
1864 (Selecting Windows): Fix typo.
1865 (Cyclic Window Ordering): Explain frame as ALL-FRAMES in next-window.
1866 (Buffers and Windows): In set-window-buffer, explain effect
1867 on fringe settings and scroll bar settings.
1868 (Displaying Buffers): In pop-to-buffer, explain nil as buffer arg.
1869 (Choosing Window): Use defopt for pop-up-frame-function.
1870 For special-display-buffer-names, explain same-window and same-frame.
1871 Clarify window-dedicated-p return value.
1872 (Textual Scrolling): scroll-up and scroll-down can get an error.
1873 (Horizontal Scrolling): Clarify auto-hscroll-mode.
1874 Clarify set-window-hscroll.
1875 (Size of Window): Don't mention tool bar in window-height.
1876 (Coordinates and Windows): Explain what coordinates-in-window-p
1877 returns for fringes and display margins.
1878 (Window Configurations): Explain saving fringes, etc.
1879
1880 * tips.texi (Library Headers): Clean up Documentation.
1881
1882 * syntax.texi (Parsing Expressions): Clean up forward-comment
1883 and parse-sexp-lookup-properties.
1884
1885 * sequences.texi (Sequence Functions): sequencep accepts bool-vectors.
1886
1887 * os.texi (System Environment): Clean up text for load-average errors.
1888
1889 * modes.texi (Hooks): Don't explain local hook details at front.
1890 Clarify run-hooks and run-hook-with-args a little.
1891 Clean up add-hook and remove-hook.
1892
1893 * edebug.texi (Edebug Execution Modes): Clarify t.
1894 Document edebug-sit-for-seconds.
1895 (Coverage Testing): Document C-x X = and =.
1896 (Instrumenting Macro Calls): Fix typo.
1897 (Specification List): Don't index the specification keywords.
1898
1899 2003-10-10 Kim F. Storm <storm@cua.dk>
1900
1901 * processes.texi (Network): Introduce make-network-process.
1902
1903 2003-10-09 Luc Teirlinck <teirllm@auburn.edu>
1904
1905 * tips.texi (Library Headers): Fix typo.
1906
1907 2003-10-07 Juri Linkov <juri@jurta.org>
1908
1909 * modes.texi (Imenu): Mention imenu-create-index-function's
1910 default value. Explain submenus better.
1911
1912 2003-10-07 Lute Kamstra <lute@gnu.org>
1913
1914 * modes.texi (Faces for Font Lock): Fix typo.
1915 (Hooks): Explain how buffer-local hook variables can refer to
1916 global hook variables.
1917 Various minor clarifications.
1918
1919 2003-10-06 Lute Kamstra <lute@gnu.org>
1920
1921 * tips.texi (Coding Conventions): Mention naming conventions for
1922 hooks.
1923
1924 2003-10-05 Luc Teirlinck <teirllm@auburn.edu>
1925
1926 * loading.texi (Library Search): Correct default value of
1927 load-suffixes.
1928 (Named Features): Fix typo.
1929
1930 2003-10-05 Richard M. Stallman <rms@gnu.org>
1931
1932 * loading.texi (Named Features): In `provide',
1933 say how to test for subfeatures.
1934 (Unloading): In unload-feature, use new var name
1935 unload-feature-special-hooks.
1936
1937 2003-10-03 Lute Kamstra <lute@gnu.org>
1938
1939 * modes.texi (Major Mode Conventions): Mention third way to set up
1940 Imenu.
1941 (Imenu): A number of small fixes.
1942 Delete documentation of internal variable imenu--index-alist.
1943 Document the return value format of imenu-create-index-function
1944 functions.
1945
1946 2003-09-30 Richard M. Stallman <rms@gnu.org>
1947
1948 * processes.texi (Network): Say what stopped datagram connections do.
1949
1950 * lists.texi (Association Lists): Clarify `assq-delete-all'.
1951
1952 * display.texi (Overlay Properties): Clarify `evaporate' property.
1953
1954 2003-09-29 Lute Kamstra <lute@gnu.org>
1955
1956 * modes.texi (Mode Line Data): Explain when symbols in mode-line
1957 constructs should be marked as risky.
1958 Change cons cell into proper list.
1959 (Mode Line Variables): Change cons cell into proper list.
1960
1961 2003-09-26 Lute Kamstra <lute@gnu.org>
1962
1963 * modes.texi (Mode Line Data): Document the :propertize construct.
1964 (Mode Line Variables): Reorder the descriptions of the variables
1965 to match their order in the default mode-line-format.
1966 Describe the new variables mode-line-position and mode-line-modes.
1967 Update the default values of mode-line-frame-identification,
1968 minor-mode-alist, and default-mode-line-format.
1969 (Properties in Mode): Mention the :propertize construct.
1970
1971 2003-09-26 Richard M. Stallman <rms@gnu.org>
1972
1973 * buffers.texi, commands.texi, debugging.texi, eval.texi:
1974 * loading.texi, minibuf.texi, text.texi, variables.texi:
1975 Avoid @strong{Note:}.
1976
1977 2003-09-26 Richard M. Stallman <rms@gnu.org>
1978
1979 * keymaps.texi (Remapping Commands): Fix typo.
1980
1981 2003-09-23 Luc Teirlinck <teirllm@mail.auburn.edu>
1982
1983 * processes.texi (Low-Level Network): Fix typo.
1984
1985 2003-09-23 Kim F. Storm <storm@cua.dk>
1986
1987 * processes.texi (Network, Network Servers): Fix typos.
1988 (Low-Level Network): Add timeout value for :server keyword.
1989 Add new option keywords to make-network-process.
1990 Add set-network-process-options.
1991 Explain how to test availability of network options.
1992
1993 2003-09-19 Richard M. Stallman <rms@gnu.org>
1994
1995 * text.texi (Motion by Indent): Arg to
1996 backward-to-indentation and forward-to-indentation is optional.
1997
1998 * strings.texi (Creating Strings): Add substring-no-properties.
1999
2000 * processes.texi
2001 (Process Information): Add list-processes arg QUERY-ONLY.
2002 Delete process-contact from here.
2003 Add new status values for process-status.
2004 Add process-get, process-put, process-plist, set-process-plist.
2005 (Synchronous Processes): Add call-process-shell-command.
2006 (Signals to Processes): signal-process allows process objects.
2007 (Network): Complete rewrite.
2008 (Network Servers, Datagrams, Low-Level Network): New nodes.
2009
2010 * positions.texi (Word Motion): forward-word, backward-word
2011 arg is optional. Reword.
2012
2013 * abbrevs.texi (Defining Abbrevs): Index no-self-insert.
2014
2015 * variables.texi (Creating Buffer-Local):
2016 Delete duplicate definition of buffer-local-value.
2017 (File Local Variables): Explain about discarding text props.
2018
2019 2003-09-11 Richard M. Stallman <rms@gnu.org>
2020
2021 * minibuf.texi (Intro to Minibuffers): Explain that the minibuffer
2022 changes variables that record input events.
2023 (Minibuffer Misc): Add minibuffer-selected-window.
2024
2025 * lists.texi (Building Lists): Add copy-tree.
2026
2027 * display.texi (Fontsets): Add char-displayable-p.
2028 (Scroll Bars): New node.
2029
2030 2003-09-08 Lute Kamstra <lute@gnu.org>
2031
2032 * modes.texi (%-Constructs): Document new `%i' and `%I'
2033 constructs.
2034
2035 2003-09-03 Peter Runestig <peter@runestig.com>
2036
2037 * makefile.w32-in: New file.
2038
2039 2003-08-29 Richard M. Stallman <rms@gnu.org>
2040
2041 * display.texi (Overlay Properties): Clarify how priorities
2042 affect use of the properties.
2043
2044 2003-08-19 Luc Teirlinck <teirllm@mail.auburn.edu>
2045
2046 * customize.texi (Type Keywords): Correct the description of
2047 `:help-echo' in the case where `motion-doc' is a function.
2048
2049 2003-08-14 John Paul Wallington <jpw@gnu.org>
2050
2051 * modes.texi (Emulating Mode Line): Subsection, not section.
2052
2053 2003-08-13 Richard M. Stallman <rms@gnu.org>
2054
2055 * elisp.texi (Top): Update subnode lists in menu.
2056
2057 * text.texi (Insertion): Add insert-buffer-substring-no-properties.
2058 (Kill Functions): kill-region has new arg yank-handler.
2059 (Yanking): New node.
2060 (Yank Commands): Add yank-undo-function.
2061 (Low-Level Kill Ring):
2062 kill-new and kill-append have new arg yank-handler.
2063 (Changing Properties): Add remove-list-of-text-properties.
2064 (Atomic Changes): New node.
2065
2066 * symbols.texi (Other Plists): Add lax-plist-get, lax-plist-put.
2067
2068 * streams.texi (Output Variables): Add eval-expression-print-length
2069 and eval-expression-print-level.
2070
2071 * os.texi (Time Conversion): For encode-time, explain limits on year.
2072
2073 * objects.texi (Character Type): Define anchor "modifier bits".
2074
2075 * modes.texi (Emulating Mode Line): New node.
2076 (Search-based Fontification): Font Lock uses font-lock-face property.
2077 (Other Font Lock Variables): Likewise.
2078
2079 * keymaps.texi (Format of Keymaps): Keymaps contain char tables,
2080 not vectors.
2081 (Active Keymaps): Add emulation-mode-map-alists.
2082 (Functions for Key Lookup): key-binding has new arg no-remap.
2083 (Remapping Commands): New node.
2084 (Scanning Keymaps): where-is-internal has new arg no-remap.
2085 (Tool Bar): Add tool-bar-local-item-from-menu.
2086 Clarify when to use tool-bar-add-item-from-menu.
2087
2088 * commands.texi (Interactive Call): commandp has new arg.
2089 (Command Loop Info): Add this-original-command.
2090
2091 2003-08-06 John Paul Wallington <jpw@gnu.org>
2092
2093 * compile.texi (Compiler Errors): Say `@end defmac' after `@defmac'.
2094
2095 * display.texi (Warning Basics): Fix typo.
2096 (Fringes): Add closing curly bracket and fix typo.
2097
2098 * elisp.texi (Top): Fix typo.
2099
2100 2003-08-05 Richard M. Stallman <rms@gnu.org>
2101
2102 * elisp.texi: Update lists of subnodes.
2103
2104 * windows.texi (Buffers and Windows): set-window-buffer has new arg.
2105
2106 * variables.texi (Local Variables): Use lc for example variable names.
2107
2108 * tips.texi (Library Headers): Explain where to put -*-.
2109
2110 * strings.texi (Creating Strings): Fix xref for vconcat.
2111
2112 * sequences.texi (Vector Functions):
2113 vconcat no longer allows integer args.
2114
2115 * minibuf.texi (Reading File Names): read-file-name has new
2116 arg PREDICATE. New function read-directory-name.
2117
2118 * macros.texi (Defining Macros): Give definition of `declare'
2119 (Indenting Macros): New node.
2120
2121 * frames.texi (Parameter Access): Add modify-all-frames-parameters.
2122 (Window Frame Parameters): Make separate table of parameters
2123 that are coupled with specific face attributes.
2124 (Deleting Frames): delete-frame-hooks renamed to
2125 delete-frame-functions.
2126
2127 * files.texi (Magic File Names): Add file-remote-p.
2128 Clarify file-local-copy.
2129
2130 * edebug.texi (Instrumenting Macro Calls): Don't define `declare'
2131 here; instead xref Defining Macros.
2132
2133 * display.texi (Warnings): New node, and subnodes.
2134 (Fringes): New node.
2135
2136 * debugging.texi (Test Coverage): New node.
2137
2138 * compile.texi (Compiler Errors): Explain with-no-warnings
2139 and other ways to suppress warnings.
2140
2141 * commands.texi (Interactive Call): Minor clarification.
2142
2143 * buffers.texi (Buffer File Name): set-visited-file-name
2144 renames the buffer too.
2145
2146 * abbrevs.texi (Abbrev Tables): Add copy-abbrev-table.
2147
2148 2003-07-24 Markus Rost <rost@math.ohio-state.edu>
2149
2150 * abbrevs.texi (Abbrev Expansion): Use \s syntax in example.
2151
2152 2003-07-22 Markus Rost <rost@math.ohio-state.edu>
2153
2154 * internals.texi (Garbage Collection): Fix previous change.
2155
2156 2003-07-22 Richard M. Stallman <rms@gnu.org>
2157
2158 * files.texi (Truenames): Add LIMIT arg to file-chase-links.
2159
2160 * display.texi (Width): Use \s syntax in example.
2161 (Font Selection): Add face-font-rescale-alist.
2162
2163 * modes.texi (Imenu): Add xref to Emacs Manual node on Imenu.
2164 Remove spurious indent in example.
2165
2166 * lists.texi (Building Lists): Add number-sequence.
2167
2168 * internals.texi (Garbage Collection): Add gcs-done, gc-elapsed.
2169
2170 * functions.texi (Function Documentation): Explain how to
2171 show calling convention explicitly in the doc string.
2172
2173 * windows.texi (Selecting Windows): save-selected-window saves
2174 selected window of each frame.
2175 (Window Configurations): Minor change.
2176
2177 * syntax.texi (Syntax Table Functions): Use \s syntax in examples.
2178
2179 * streams.texi (Output Variables): Add print-continuous-numbering
2180 and print-number-table.
2181
2182 * processes.texi (Decoding Output): New node.
2183
2184 * os.texi (Time Conversion): decode-time arg is optional.
2185
2186 * objects.texi (Character Type): Don't use space as example for \.
2187 Make list of char names and \-sequences correspond.
2188 Explain that \s is not used in strings. `\ ' needs space after.
2189
2190 * nonascii.texi (Converting Representations): Add string-to-multibyte.
2191 (Translation of Characters): Add translation-table-for-input.
2192 (Default Coding Systems): Add auto-coding-functions.
2193 (Explicit Encoding): Add decode-coding-inserted-region.
2194 (Locales): Add locale-info.
2195
2196 * minibuf.texi (Basic Completion): Describe test-completion.
2197 Collections can be lists of strings.
2198 Clean up lazy-completion-table.
2199 (Programmed Completion): Mention test-completion.
2200 Clarify why lambda expressions are not accepted.
2201 (Minibuffer Misc): Describe minibufferp.
2202
2203 2003-07-14 Richard M. Stallman <rms@gnu.org>
2204
2205 * buffers.texi (Killing Buffers): kill-buffer-hook is perm local.
2206
2207 * windows.texi (Selecting Windows): New arg to select-window.
2208 (Selecting Windows): Add with-selected-window.
2209 (Size of Window): Add window-inside-edges, etc.
2210
2211 * internals.texi (Garbage Collection): Add post-gc-hook.
2212
2213 * processes.texi (Subprocess Creation): Add exec-suffixes.
2214
2215 * keymaps.texi (Functions for Key Lookup): Add current-active-maps.
2216 (Scanning Keymaps): Add map-keymaps.
2217 (Defining Menus): Add keymap-prompt.
2218
2219 * numbers.texi (Integer Basics): Add most-positive-fixnum,
2220 most-negative-fixnum.
2221
2222 * compile.texi (Byte Compilation): Explain no-byte-compile
2223 (Compiler Errors): New node.
2224
2225 * os.texi (User Identification): user-uid, user-real-uid
2226 can return float.
2227
2228 * modes.texi (Major Mode Conventions): Explain about run-mode-hooks
2229 and about derived modes.
2230 (Minor Modes): Add minor-mode-list.
2231 (Defining Minor Modes): Keyword args for define-minor-mode.
2232 (Search-based Fontification): Explain managing other properties.
2233 (Other Font Lock Variables): Add font-lock-extra-managed-props.
2234 (Faces for Font Lock): Add font-locl-preprocessor-face.
2235 (Hooks): Add run-mode-hooks and delay-mode-hooks.
2236
2237 * variables.texi (Creating Buffer-Local): Add buffer-local-value.
2238 (Variable Aliases): Clarify defvaralias.
2239
2240 * loading.texi (Library Search): Add load-suffixes.
2241
2242 * minibuf.texi (Basic Completion): Add lazy-completion-table.
2243 (Programmed Completion): Add dynamic-completion-table.
2244
2245 * files.texi (Changing Files): copy-file allows dir as NEWNAME.
2246 (Magic File Names): Specify precedence order of handlers.
2247 o
2248 * commands.texi (Command Overview): Emacs server runs pre-command-hook
2249 and post-command-hook.
2250 (Waiting): New calling convention for sit-for.
2251
2252 * text.texi (Special Properties): local-map and keymap properties
2253 apply based on their stickiness.
2254
2255 2003-07-07 Richard M. Stallman <rms@gnu.org>
2256
2257 * modes.texi (Minor Mode Conventions): Specify only some kinds
2258 of list values as args to minor modes.
2259
2260 * files.texi (File Name Expansion): Warn about iterative use
2261 of substitute-in-file-name.
2262
2263 * advice.texi (Activation of Advice): Clean up previous change.
2264
2265 2003-07-06 Markus Rost <rost@math.ohio-state.edu>
2266
2267 * advice.texi (Activation of Advice): Note that ad-start-advice is
2268 turned on by default.
2269
2270 2003-06-30 Richard M. Stallman <rms@gnu.org>
2271
2272 * text.texi (Buffer Contents): Document current-word.
2273 (Change Hooks): Not called for *Messages*.
2274
2275 * functions.texi (Defining Functions): Explain about redefining
2276 primitives.
2277 (Function Safety): Renamed. Minor changes.
2278 Comment out the detailed criteria for what is safe.
2279
2280 2003-06-22 Andreas Schwab <schwab@suse.de>
2281
2282 * objects.texi (Symbol Type): Fix description of examples.
2283
2284 2003-06-16 Andreas Schwab <schwab@suse.de>
2285
2286 * hash.texi (Creating Hash): Fix description of :weakness.
2287
2288 2003-06-13 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@gmx.net>
2289
2290 * files.texi (Changing Files): copy-file copies file modes, too.
2291
2292 2003-05-28 Richard M. Stallman <rms@gnu.org>
2293
2294 * strings.texi (Creating Strings): Clarify split-string.
2295
2296 2003-05-22 Stephen J. Turnbull <stephen@xemacs.org>
2297
2298 * strings.texi (Creating Strings): Update split-string specification
2299 and examples.
2300
2301 2003-05-19 Richard M. Stallman <rms@gnu.org>
2302
2303 * elisp.texi: Correct invariant section names.
2304
2305 2003-04-20 Richard M. Stallman <rms@gnu.org>
2306
2307 * os.texi (Timers): Explain about timers and quitting.
2308
2309 2003-04-19 Richard M. Stallman <rms@gnu.org>
2310
2311 * internals.texi (Writing Emacs Primitives): Strings are
2312 no longer special for GCPROs. Mention GCPRO5, GCPRO6.
2313 Explain GCPRO convention for varargs function args.
2314
2315 2003-04-16 Richard M. Stallman <rms@gnu.org>
2316
2317 * minibuf.texi (Minibuffer Misc): Document fn minibuffer-message.
2318
2319 2003-04-08 Richard M. Stallman <rms@gnu.org>
2320
2321 * files.texi (Kinds of Files): Correct return value of file-symlink-p.
2322
2323 2003-02-13 Kim F. Storm <storm@cua.dk>
2324
2325 * objects.texi (Character Type): New \s escape for space.
2326
2327 2003-01-31 Joe Buehler <jhpb@draco.hekimian.com>
2328
2329 * os.texi (System Environment): Added cygwin system-type.
2330
2331 2003-01-25 Richard M. Stallman <rms@gnu.org>
2332
2333 * keymaps.texi: Document that a symbol can act as a keymap.
2334
2335 2003-01-13 Richard M. Stallman <rms@gnu.org>
2336
2337 * text.texi (Changing Properties): Say string indices are origin-0.
2338
2339 * positions.texi (Screen Lines) <compute-motion>:
2340 Correct order of elts in return value.
2341
2342 * keymaps.texi (Changing Key Bindings) <define-key>: Mention
2343 how to define a default binding.
2344
2345 2002-12-07 Markus Rost <rost@math.ohio-state.edu>
2346
2347 * loading.texi (Unloading): Fix recent change for load-history.
2348
2349 * customize.texi (Simple Types): Clarify description of custom
2350 type 'number. Describe new custom type 'float.
2351
2352 2002-12-04 Markus Rost <rost@math.ohio-state.edu>
2353
2354 * variables.texi (File Local Variables): Fix typo.
2355
2356 2002-10-23 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@uni-duisburg.de>
2357
2358 From Michael Albinus <Michael.Albinus@alcatel.de>.
2359
2360 * README: Target for Info file is `make info'.
2361
2362 * files.texi (File Name Components): Fixed typos in
2363 `file-name-sans-extension'.
2364 (Magic File Names): Complete list of operations for magic file
2365 name handlers.
2366
2367 2002-09-16 Jonathan Yavner <jyavner@engineer.com>
2368
2369 * variables.texi (File Local Variables): New function
2370 risky-local-variable-p.
2371
2372 2002-09-15 Jonathan Yavner <jyavner@engineer.com>
2373
2374 * functions.texi (Function safety): New node about unsafep.
2375
2376 2002-08-05 Per Abrahamsen <abraham@dina.kvl.dk>
2377
2378 * customize.texi (Splicing into Lists): Fixed example.
2379 Reported by Fabrice Bauzac <fabrice.bauzac@wanadoo.fr>
2380
2381 2002-06-17 Juanma Barranquero <lektu@terra.es>
2382
2383 * frames.texi (Display Feature Testing): Fix typo.
2384
2385 2002-06-12 Andreas Schwab <schwab@suse.de>
2386
2387 * frames.texi (Initial Parameters, Resources): Fix references to
2388 the Emacs manual.
2389
2390 2002-05-13 Kim F. Storm <storm@cua.dk>
2391
2392 * variables.texi (Intro to Buffer-Local): Updated warning and
2393 example relating to changing buffer inside let.
2394
2395 2002-03-10 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2396
2397 * os.texi (Session Management): New node about X Session management.
2398
2399 2002-01-18 Eli Zaretskii <eliz@is.elta.co.il>
2400
2401 * elisp.texi (VERSION): Set to 2.9. Update the version of Emacs
2402 to which the manual corresponds, and the copyright years.
2403
2404 * Makefile.in (VERSION): Set to 2.9.
2405
2406 2001-11-29 Eli Zaretskii <eliz@is.elta.co.il>
2407
2408 * elisp.texi: Change the category in @dircategory to "Emacs", to
2409 make it consistent with info/dir.
2410
2411 2001-11-25 Miles Bader <miles@gnu.org>
2412
2413 * text.texi (Fields): Describe new `limit' arg in
2414 field-beginning/field-end.
2415
2416 2001-11-17 Eli Zaretskii <eliz@is.elta.co.il>
2417
2418 * permute-index: Don't depend on csh-specific features. Replace
2419 the interpreter name with /bin/sh.
2420
2421 * two-volume-cross-refs.txt: New file.
2422 * two.el: New file.
2423 * spellfile: New file.
2424
2425 2001-11-16 Eli Zaretskii <eliz@is.elta.co.il>
2426
2427 * permute-index: New file.
2428
2429 * vol1.texi, vol2.texi: Renamed from elisp-vol1.texi and
2430 elisp-vol2.texi, respectively, to avoid file-name clashes in DOS
2431 8+3 restricted namespace.
2432
2433 * Makefile.in (infodir): Define relative to $(srcdir).
2434 ($(infodir)/elisp): Don't chdir into $(srcdir), but add it to the
2435 include directories list via -I switch to makeinfo.
2436 (index.texi): Use cp if both hard and symbolic links fail.
2437
2438 2001-11-10 Eli Zaretskii <eliz@is.elta.co.il>
2439
2440 * Makefile.in (distclean): Add.
2441
2442 The following changes make ELisp manual part of the Emacs
2443 distribution:
2444
2445 * Makefile.in: Add Copyright notice.
2446 (prefix): Remove.
2447 (infodir): Change value to "../info".
2448 (VPATH): New variable.
2449 (MAKE): Don't define.
2450 (texmacrodir): Don't define.
2451 (texinputdir): Append the existing value of TEXINPUTS.
2452 ($(infodir)/elisp): Instead of just "elisp". Reformat the
2453 command to be compatible with man/Makefile.in, and to put the
2454 output into ../info.
2455 (info): Add target.
2456 (installall): Target removed.
2457
2458 2001-10-31 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2459
2460 * tips.texi (Coding Conventions): Fix typo.
2461
2462 2001-10-23 Gerd Moellmann <gerd@gnu.org>
2463
2464 * Makefile.in (srcs): Add gpl.texi and doclicense.texi.
2465
2466 2001-10-22 Eli Zaretskii <eliz@is.elta.co.il>
2467
2468 * files.texi (File Name Components): Update the description of
2469 file-name-sans-extension and file-name-extension, as they now
2470 ignore leading dots.
2471
2472 2001-10-20 Gerd Moellmann <gerd@gnu.org>
2473
2474 * (Version 21.1 released.)
2475
2476 2001-10-19 Miles Bader <miles@gnu.org>
2477
2478 * positions.texi (Text Lines): Describe behavior of
2479 `beginning-of-line'/`end-of-line' in the presence of field properties.
2480
2481 2001-10-17 Gerd Moellmann <gerd@gnu.org>
2482
2483 * Makefile.in (VERSION): Set to 2.8.
2484 (manual): Use `manual-21'.
2485
2486 * elisp.texi (VERSION): Add and use it where the version
2487 number was used. Set it to 2.8.
2488
2489 * intro.texi: Likewise.
2490
2491 2001-10-13 Eli Zaretskii <eliz@is.elta.co.il>
2492
2493 * files.texi (File Name Completion): Document the significance of
2494 a trailing slash in elements of completion-ignored-extensions.
2495
2496 2001-10-06 Miles Bader <miles@gnu.org>
2497
2498 * variables.texi (Variable Aliases): It's `@defmac', not `@defmacro'.
2499
2500 2001-10-04 Gerd Moellmann <gerd@gnu.org>
2501
2502 * variables.texi (Variable Aliases): New node.
2503
2504 2001-10-04 Gerd Moellmann <gerd@gnu.org>
2505
2506 * Branch for 21.1.
2507
2508 2001-10-02 Miles Bader <miles@gnu.org>
2509
2510 * minibuf.texi (Minibuffer Misc): Add entries for
2511 `minibuffer-contents', `minibuffer-contents-no-properties', and
2512 `delete-minibuffer-contents'.
2513 Correct description for `minibuffer-prompt-end'.
2514
2515 * text.texi (Property Search): Correct descriptions of
2516 `next-char-property-change' and `previous-char-property-change'.
2517 Add entries for `next-single-char-property-change' and
2518 `previous-single-char-property-change'.
2519 Make operand names a bit more consistent.
2520
2521 2001-09-30 Eli Zaretskii <eliz@is.elta.co.il>
2522
2523 * frames.texi (Finding All Frames): Document that next-frame and
2524 previous-frame are local to current terminal.
2525
2526 2001-09-26 Eli Zaretskii <eliz@is.elta.co.il>
2527
2528 * keymaps.texi (Creating Keymaps): Fix the description of the
2529 result of make-keymap.
2530
2531 2001-09-23 Eli Zaretskii <eliz@is.elta.co.il>
2532
2533 * display.texi (Font Lookup, Attribute Functions)
2534 (Image Descriptors): Add cross-references to the definition of
2535 selected frame.
2536
2537 * buffers.texi (The Buffer List): Add cross-references to the
2538 definition of selected frame.
2539
2540 * frames.texi (Input Focus): Clarify which frame is _the_ selected
2541 frame at any given time.
2542 (Multiple Displays, Size and Position): Add a cross-reference to
2543 the definition of the selected frame.
2544
2545 2001-09-08 Eli Zaretskii <eliz@is.elta.co.il>
2546
2547 * strings.texi (String Conversion) <string-to-number>: Document
2548 that a float is returned for integers that are too large.
2549
2550 * frames.texi (Mouse Position): Document mouse-position-function.
2551 (Display Feature Testing): Document display-images-p.
2552 (Window Frame Parameters): Document the cursor-type variable.
2553
2554 * numbers.texi (Integer Basics): Document CL style read syntax for
2555 integers in bases other than 10.
2556
2557 * positions.texi (List Motion): Document
2558 open-paren-in-column-0-is-defun-start.
2559
2560 * lists.texi (Sets And Lists): Document member-ignore-case.
2561
2562 * internals.texi (Garbage Collection): Document the used and free
2563 strings report.
2564 (Memory Usage): Document strings-consed.
2565
2566 * os.texi (Time of Day): Document float-time.
2567 (Recording Input): Document that clear-this-command-keys clears
2568 the vector to be returned by recent-keys.
2569
2570 * keymaps.texi (Scanning Keymaps) <where-is-internal>: The
2571 argument keymap can be a list.
2572
2573 * nonascii.texi (User-Chosen Coding Systems)
2574 <select-safe-coding-system>: Document the new argument
2575 accept-default-p and the variable
2576 select-safe-coding-system-accept-default-p. Tell what happens if
2577 buffer-file-coding-system is undecided.
2578 (Default Coding Systems): Document auto-coding-regexp-alist.
2579
2580 * display.texi (The Echo Area) <message>: Document
2581 message-truncate-lines.
2582 (Glyphs): Document that the glyph table is unused on windowed
2583 displays.
2584
2585 * help.texi (Describing Characters) <single-key-description>:
2586 Document the new argument no-angles.
2587 (Accessing Documentation) <documentation-property>: Document that
2588 a non-string property is evaluated.
2589 <documentation>: Document that the function-documentation property
2590 is looked for.
2591
2592 * windows.texi (Selecting Windows): Document some-window.
2593
2594 * text.texi (MD5 Checksum): New node, documents the md5 primitive.
2595
2596 * hooks.texi (Standard Hooks): Add kbd-macro-termination-hook and
2597 apropos-mode-hook.
2598
2599 * commands.texi (Using Interactive): Document interactive-form.
2600 (Keyboard Macros): Document kbd-macro-termination-hook.
2601 (Command Loop Info): Document that clear-this-command-keys clears
2602 the vector to be returned by recent-keys.
2603
2604 2001-09-04 Werner LEMBERG <wl@gnu.org>
2605
2606 * Makefile.in (srcdir, texinputdir): New variables.
2607 (srcs, index.texi, install): Use $(srcdir).
2608 (.PHONY): Remove elisp.dvi.
2609 (elisp): Use -I switch for makeinfo.
2610 (elisp.dvi): Use $(srcdir) and $(texinputdir).
2611 (installall, dist): Use $(srcdir).
2612 Fix path to texinfo.tex.
2613 (maintainer-clean): Add elisp.dvi and elisp.oaux.
2614
2615 2001-08-30 Gerd Moellmann <gerd@gnu.org>
2616
2617 * display.texi (Conditional Display): Adjust to API change.
2618
2619 * configure: New file.
2620
2621 2001-07-30 Gerd Moellmann <gerd@gnu.org>
2622
2623 * commands.texi (Repeat Events): Add description of
2624 double-click-fuzz.
2625
2626 2001-05-08 Stefan Monnier <monnier@cs.yale.edu>
2627
2628 * syntax.texi (Syntax Class Table): Add the missing designator for
2629 comment and string fences.
2630 (Syntax Properties): Add a xref to syntax table internals.
2631 (Syntax Table Internals): Document string-to-syntax.
2632
2633 2001-05-07 Gerd Moellmann <gerd@gnu.org>
2634
2635 * Makefile.in (install): Use install-info command line options
2636 like in Emacs' Makefile.in.
2637
2638 2000-12-09 Miles Bader <miles@gnu.org>
2639
2640 * windows.texi (Window Start): Update documentation for
2641 `pos-visible-in-window-p'.
2642
2643 2000-11-12 Stefan Monnier <monnier@cs.yale.edu>
2644
2645 * lists.texi (Building Lists): Add footnote to explain how to add
2646 to the end of a list.
2647
2648 2000-10-25 Gerd Moellmann <gerd@gnu.org>
2649
2650 * files.texi (Visiting Functions): Typos.
2651
2652 2000-10-25 Kenichi Handa <handa@etl.go.jp>
2653
2654 * files.texi (Visiting Functions): Return value of
2655 find-file-noselect may be a list of buffers if wildcards are used.
2656
2657 2000-10-24 Miles Bader <miles@lsi.nec.co.jp>
2658
2659 * display.texi (Defining Faces): Document `graphic' display type
2660 in face specs.
2661
2662 2000-10-18 Kai Grossjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2663
2664 * hooks.texi (Standard Hooks): Replace obsolete
2665 `after-make-frame-hook' with `after-make-frame-functions'.
2666
2667 * frames.texi (Creating Frames): Ditto.
2668
2669 * variables.texi (Future Local Variables): Ditto.
2670
2671 2000-10-16 Gerd Moellmann <gerd@gnu.org>
2672
2673 * display.texi (Other Image Types): Add description of :foreground
2674 and :background properties of mono PBM images.
2675
2676 2000-08-17 Werner LEMBERG <wl@gnu.org>
2677
2678 * .cvsignore: New file.
2679
2680 2000-01-05 Gerd Moellmann <gerd@gnu.org>
2681
2682 * tindex.pl: New script.
2683
2684 1999-12-03 Dave Love <fx@gnu.org>
2685
2686 * Makefile.in (MAKEINFO): New parameter.
2687
2688 1999-09-17 Richard Stallman <rms@gnu.org>
2689
2690 * Makefile.in (srcs): Add hash.texi.
2691 (VERSION): Update to 20.6.
2692
2693 1999-09-13 Richard Stallman <rms@gnu.org>
2694
2695 * Makefile.in (index.texi): If cannot make a symlink, make a hard link.
2696
2697 1998-08-29 Karl Heuer <kwzh@gnu.org>
2698
2699 * configure.in: New file.
2700 * Makefile.in: Renamed from Makefile.
2701 (prefix, infodir): Use value obtained from configure.
2702 (emacslibdir): Obsolete variable deleted.
2703 (dist): Distribute configure.in, configure, Makefile.in.
2704
2705 1998-06-12 Richard Stallman <rms@psilocin.ai.mit.edu>
2706
2707 * Makefile (INSTALL_INFO): New variable.
2708 (install): Run install-info.
2709
2710 1998-05-09 Richard Stallman <rms@psilocin.ai.mit.edu>
2711
2712 * Makefile (elisp.dvi): Add missing backslash.
2713
2714 1998-05-02 Richard Stallman <rms@psilocin.gnu.org>
2715
2716 * Makefile (elisp.dvi): Don't depend on texindex or on elisp.tps.
2717 Run texindex without `./'. Always run texindex on elisp.tp.
2718 (elisp.tps): Target deleted.
2719
2720 1998-04-05 Richard Stallman <rms@psilocin.gnu.org>
2721
2722 * Makefile (srcs): Add nonascii.texi and customize.texi.
2723 (dist): Start by deleting `temp'.
2724
2725 1998-02-17 Richard Stallman <rms@psilocin.gnu.org>
2726
2727 * Makefile (makeinfo, texindex): Targets deleted.
2728 (makeinfo.o, texindex.o): Targets deleted.
2729 (clean, dist): Don't do anything with them or with getopt*.
2730
2731 1998-01-30 Richard Stallman <rms@psilocin.gnu.org>
2732
2733 * Makefile (SHELL): Defined.
2734
2735 1998-01-27 Richard Stallman <rms@psilocin.gnu.org>
2736
2737 * Makefile (elisp.tps): New target.
2738 (elisp.dvi): Depend on elisp.tps.
2739
2740 Wed Apr 3 15:24:25 1996 Karl Heuer <kwzh@gnu.ai.mit.edu>
2741
2742 * README: Update phone number.
2743
2744 * Makefile (elisp): Make this be the default target.
2745 Depend on makeinfo.c instead of makeinfo.
2746 (install): Don't depend on elisp.dvi, since we don't install that.
2747 Use mkinstalldirs.
2748 (dist): Add mkinstalldirs.
2749
2750 Mon Jun 19 14:35:26 1995 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2751
2752 * Makefile (VERSION): Update version number.
2753 (maintainer-clean): Renamed from realclean.
2754
2755 Wed Jun 7 17:04:59 1995 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
2756
2757 * Makefile (realclean): New target.
2758 (elisp): Remove any old elisp-* files first.
2759
2760 Tue Nov 23 19:59:40 1993 Noah Friedman (friedman@nutrimat.gnu.ai.mit.edu)
2761
2762 * Makefile (VERSION): New variable.
2763 (dist): Make packaged directory name `elisp-manual-19-$(VERSION)'.
2764 Compressed file suffix should be `.gz', not `.z'.
2765
2766 Mon Nov 22 15:06:19 1993 Richard Stallman (rms@mole.gnu.ai.mit.edu)
2767
2768 * Makefile (elisp): Depend on makeinfo.
2769
2770 Fri Nov 19 02:29:33 1993 Noah Friedman (friedman@gnu.ai.mit.edu)
2771
2772 * Makefile (srcs): Add anti.texi.
2773
2774 Fri May 28 18:04:53 1993 Richard Stallman (rms@mole.gnu.ai.mit.edu)
2775
2776 * Makefile (infodir, prefix): New vars.
2777 (install): Use infodir.
2778 (emacsinfodir): Deleted.
2779
2780 Thu May 27 02:11:25 1993 Richard Stallman (rms@mole.gnu.ai.mit.edu)
2781
2782 * Makefile (srcs): Add calendar.texi.
2783
2784 * Makefile (dist): Copy texindex.c and makeinfo.c.
2785 Limit elisp-* files to those with one or two digits.
2786
2787 Sun May 16 17:58:21 1993 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
2788
2789 * Makefile (dist): Changed to use Gzip instead of compress.
2790
2791 Fri Apr 23 01:05:23 1993 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
2792
2793 * loading.texi (Unloading): define-function changed back to
2794 defalias. It may not stay this way, but at least it's
2795 consistent with the known-good version of the code patch.
2796
2797 Fri Mar 26 21:14:54 1993 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
2798
2799 * modes.texi (Hooks): Document new optional arg of add-hook.
2800
2801 Wed Mar 17 08:48:24 1993 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
2802
2803 * variables.texi: Document nil initial value of buffer-local variables.
2804
2805 * tips.texi: Add new section on standard library headers.
2806
2807 Sat Feb 27 18:00:25 1993 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
2808
2809 * Makefile (srcs): Add frame.texi to the list of sources.
2810
2811 Tue Feb 23 10:50:25 1993 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
2812
2813 * Makefile (dist): Don't bother excluding autosave files; they'll
2814 never make it into the temp directory anyway, and the hash marks
2815 in the name are problematic for make and the Bourne shell.
2816 (srcs):
2817
2818 Fri Feb 12 16:54:38 1993 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
2819
2820 * Makefile (dist): Don't include backup files or autosave files in
2821 the distribution tar file.
2822
2823 Tue Nov 26 21:10:34 1991 Richard Stallman (rms@mole.gnu.ai.mit.edu)
2824
2825 * Makefile (srcs): Added index.perm.
2826 (elisp.dvi): Remove erroneous shell comment.
2827 Expect output of permute-index in permuted.fns.
2828 Save old elisp.aux in elisp.oaux.
2829 (clean): Added index.texi to be deleted.
2830
2831 Sat Aug 11 17:39:10 1990 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
2832
2833 * Makefile (elisp.dvi, index.texi): Use shell if instead of ifdef.
2834
2835 Tue Jun 26 09:57:26 1990 David Lawrence (tale@geech)
2836
2837 * files.texi: Noted that completion-ignored-extensions is ignored
2838 when making *Completions*.
2839
2840 Fri Jun 8 16:44:44 EDT 1990 Jay Fenlason (hack@ai.mit.edu)
2841
2842 * Makefile make dist now depends on elisp.dvi, since it tries
2843 to include it in the dist file.
2844
2845 Wed Mar 28 22:57:35 1990 Jim Kingdon (kingdon@mole.ai.mit.edu)
2846
2847 * functions.texinfo (Mapping Functions): Add missing quote
2848
2849 Mon Jun 19 18:09:24 1989 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
2850
2851 * texinfo.tex (frenchspacing): Use decimal codes for char to be set.
2852 (defunargs): Turn off \hyphenchar of \sl font temporarily.
2853
2854 Wed May 10 18:01:17 1989 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
2855
2856 * @result{}, @expansion{}, @print{}, @quiv{}, @point{},
2857 and @error{} are the terms now being used. The files in the
2858 directory have been changed to reflect this.
2859
2860 * All instances of @indentedresultt{} have been changed to
2861 ` @result{}', using 5 spaces at the begining of the line.
2862
2863 Mon Apr 24 21:02:55 1989 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
2864
2865 * @result{}, @expandsto{}, @prints{}, @quiv{}, @error{}, and the
2866 experimental @indentedresult{}, @indentedexpandsto{} are part of
2867 the texinfo.tex in this directory. These TeX macros are not
2868 stable yet.
2869
2870 Mon Apr 17 18:56:50 1989 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
2871
2872 * texinfo.tex: temporarily added
2873 \let\result=\dblarrow
2874 \def\error{{\it ERROR} \longdblarrow}
2875 We need to do this better soon.
2876
2877 Tue Apr 11 12:23:28 1989 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
2878
2879 * Applied Karl Berry's patches to *.texinfo files, but not to
2880 texinfo.tex; those diffs are in `berry-texinfo-tex-diffs'. (Karl's
2881 new title page format is also not applied, since it requires
2882 texinfo.tex changes.)
2883
2884 * Cleaned up `Makefile' and defined the `emacslibdir' directory
2885 for the Project GNU development environment.
2886
2887 ;; Local Variables:
2888 ;; coding: iso-2022-7bit
2889 ;; End:
2890
2891 Copyright (C) 1998, 1999, 2000, 2001 Free Software Foundation, Inc.
2892 Copying and distribution of this file, with or without modification,
2893 are permitted provided the copyright notice and this notice are preserved.
2894
2895 ;;; arch-tag: 985ae0ce-df29-475b-b3f8-4bbcbf6f7fda