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