* os.texi (Startup Summary): vindex inhibit-startup-message and
[bpt/emacs.git] / doc / lispref / ChangeLog
CommitLineData
603f5979
CY
12009-11-14 Chong Yidong <cyd@stupidchicken.com>
2
3 * commands.texi (Motion Events): Fix typo (Bug#4907).
4
4359a806
CY
52009-11-08 Chong Yidong <cyd@stupidchicken.com>
6
7 * searching.texi (Char Classes): Note that [:upper:] and [:lower:]
8 are affected by case-fold-search (Bug#4483).
9
0f063651
CY
102009-11-02 Chong Yidong <cyd@stupidchicken.com>
11
12 * minibuf.texi (Reading File Names): Note that read-file-name may
13 use a graphical file dialog.
14
9bd79893
GM
152009-10-31 Glenn Morris <rgm@gnu.org>
16
17 * nonascii.texi (User-Chosen Coding Systems): Minor reword. (Bug#4817)
18
ebe479ec
KR
192009-10-16 Kevin Ryde <user42@zip.com.au>
20
21 * files.texi (Magic File Names): Add @vindex file-name-handler-alist,
22 in particular so `info-lookup-symbol' can find its docs.
23
2640fa86
CY
242009-10-16 Chong Yidong <cyd@stupidchicken.com>
25
26 * variables.texi (Constant Variables): Distinguish from defconst
27 variables.
28 (Defining Variables): Add cindex.
29
edd6a733
CY
302009-10-15 Chong Yidong <cyd@stupidchicken.com>
31
32 * os.texi (Time of Day): Clarify that the microsecond part is
33 ignored (Bug#4637).
34
5feb0b73
GM
352009-10-11 Glenn Morris <rgm@gnu.org>
36
37 * frames.texi (Size and Position): Clarify what is included in the frame
38 height. (Bug#4535)
39
0c5413c8
GM
402009-10-10 Glenn Morris <rgm@gnu.org>
41
42 * windows.texi (Size of Window): The relationship between window and
43 frame heights is not so simple. (Bug#4535)
44 Mention window-full-height-p.
45
7f8b600a
SM
462009-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
47
48 * positions.texi (Text Lines): Remove goto-line, since it shouldn't be
49 used from Lisp.
50
6185de1c
EZ
512009-10-07 Eli Zaretskii <eliz@gnu.org>
52
7f8b600a
SM
53 * files.texi (Directory Names) <abbreviate-file-name>:
54 Document that root home directories are not replaced with "~".
6185de1c 55
9972911f
EZ
562009-10-06 Eli Zaretskii <eliz@gnu.org>
57
58 * text.texi (Special Properties): Document the meaning of the
59 `cursor' text property whose value is an integer.
60
2a3f19ef
MA
612009-10-05 Michael Albinus <michael.albinus@gmx.de>
62
63 * files.texi (Magic File Names): Add `copy-directory'.
64
804543b5
EZ
652009-10-05 Eli Zaretskii <eliz@gnu.org>
66
67 * files.texi (File Attributes): Fix description of file
68 attributes. (Bug#4638) Update attributes of files.texi example to
69 be more representative.
70
461bf92b
MA
712009-10-05 Michael Albinus <michael.albinus@gmx.de>
72
73 * files.texi (Create/Delete Dirs): New command copy-directory.
74
a86cd395
JB
752009-10-04 Juanma Barranquero <lekktu@gmail.com>
76
77 * anti.texi (Antinews):
78 * macros.texi (Indenting Macros):
79 * strings.texi (Creating Strings, Case Conversion):
80 Remove duplicate words.
81
d3080264
MA
822009-10-01 Michael Albinus <michael.albinus@gmx.de>
83
84 * files.texi (Create/Delete Dirs): delete-directory has an
85 optional parameter RECURSIVE.
86
85d14563
SM
872009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
88
89 * buffers.texi (Swapping Text): Minor clarification.
90
3d9842c6
GM
912009-10-01 Glenn Morris <rgm@gnu.org>
92
93 * functions.texi (Declaring Functions): Mention that we also search for
94 ".m" files in the src/ directory.
95
78427304
CY
962009-09-25 David Engster <deng@randomsample.de>
97
3d9842c6 98 * display.texi (Managing Overlays): Document copy-overlay (Bug#4549).
78427304 99
b578c9cc
GM
1002009-09-22 Glenn Morris <rgm@gnu.org>
101
102 * internals.texi (Building Emacs): Mention preloaded-file-list.
103
beee5da7
AM
1042009-09-14 Alan Mackenzie <acm@muc.de>
105
106 * os.texi (Terminal Output): Put "@code{}" around "stdout".
107
5d6ab672
CY
1082009-09-13 Chong Yidong <cyd@stupidchicken.com>
109
110 * functions.texi (Anonymous Functions): Rearrange discussion,
111 giving usage of unquoted lambda forms first. Mention that
112 `function' and `#'' are no longer required (Bug#4290).
113
59375eeb
AM
1142009-09-11 Alan Mackenzie <acm@muc.de>
115
a86cd395 116 * os.texi (Terminal Output): Document `send-string-to-terminal' in
59375eeb
AM
117 batch mode.
118
e7e2f529
GM
1192009-09-01 Glenn Morris <rgm@gnu.org>
120
121 * display.texi (Face Functions): Mention define-obsolete-face-alias.
122
eae47088
GM
1232009-08-26 Ulrich Mueller <ulm@gentoo.org>
124
125 * nonascii.texi (Character Codes): Fix typos.
126
3691a0a6
MA
1272009-08-25 Michael Albinus <michael.albinus@gmx.de>
128
129 * processes.texi (Synchronous Processes): New defvar
130 process-file-side-effects.
131
664d56b8
GM
1322009-08-25 Glenn Morris <rgm@gnu.org>
133
134 * display.texi (Fontsets): Fix typo.
135
0706c025
GM
136 * files.texi (Format Conversion Round-Trip): Mention nil regexp.
137
03a74b84
SM
1382009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
139
140 * processes.texi (Asynchronous Processes): Adjust arglist of
141 start-process-shell-command and start-file-process-shell-command.
142
f6de8a37
CY
1432009-08-15 Chong Yidong <cyd@stupidchicken.com>
144
4b1ed1bb
CY
145 * advice.texi (Argument Access in Advice): Note that argument
146 positions are zero-based (Bug#3932).
147
89a9e058
CY
148 * commands.texi (Distinguish Interactive): Minor copyedit.
149
23696fd7
CY
150 * display.texi (Face Attributes): Add xref to Displaying Faces for
151 explanation of "underlying face".
152
f6de8a37
CY
153 * customize.texi (Common Keywords): Add xref to Loading.
154
155 * loading.texi (How Programs Do Loading): Add xref to Lisp
156 Libraries node in the Emacs manual.
157
417f77e6
CY
1582009-08-13 Chong Yidong <cyd@stupidchicken.com>
159
160 * objects.texi (Meta-Char Syntax): Add xref to Strings of Events.
161
0999039c
CY
1622009-07-18 Chong Yidong <cyd@stupidchicken.com>
163
164 * processes.texi (Shell Arguments): Copyedits.
165
9af167bc
GM
1662009-07-18 Glenn Morris <rgm@gnu.org>
167
168 * loading.texi (Repeated Loading): Fix typo.
169
137987ab
RS
1702009-07-16 Richard Stallman <rms@gnu.org>
171
172 * buffers.texi (Swapping Text): Recommend setting
173 write-region-annotate-functions and buffer-saved-size.
174
175 * backups.texi (Auto-Saving): Document buffer-saved-size = -2.
176
622fa380
GM
1772009-07-15 Glenn Morris <rgm@gnu.org>
178
179 * edebug.texi: Minor re-phrasings throughout.
180 (Edebug Execution Modes): Sit-for affects continue mode too.
181 (Jumping): Use `forward-sexp' rather than its keybinding.
182 (Edebug Misc): Fix Q binding.
183 (Edebug Eval): Remove cl version.
184 (Printing in Edebug): Clarify print-length etc.
185 (Instrumenting Macro Calls): Defopt edebug-eval-macro-args.
186 (Specification List): Remove edebug-unwrap findex entry.
187 (Specification Examples): defmacro is actually not the same as defun.
188 Escape "`" in example.
189
6bbd4600
CY
1902009-07-15 Chong Yidong <cyd@stupidchicken.com>
191
192 * markers.texi (The Mark): Document optional arg to
193 deactivate-mark.
194
e538d479
GM
1952009-07-11 Kevin Ryde <user42@zip.com.au>
196
197 * hooks.texi (Standard Hooks): Fix cross-references.
198
4c98b9ed
GM
199 * loading.texi (Named Features): Refer to eval-after-load.
200
5300838c
GM
2012009-07-11 Glenn Morris <rgm@gnu.org>
202
64fbeb16
GM
203 * Makefile.in (TEXI2PDF): New.
204 (elisp.pdf): New target.
205
4c98b9ed
GM
206 * searching.texi (Regexp Backslash): Fix typo.
207
208 * elisp.texi (Top): Display copyright notice at start of non-TeX.
5300838c 209
51d9979c
GM
2102009-07-10 Glenn Morris <rgm@gnu.org>
211
561c0216
GM
212 * elisp.texi, vol1.texi, vol2.texi: Update @detailmenu.
213
5b594a58
GM
214 * customize.texi (Customization Types):
215 * display.texi (Abstract Display):
0cc8c85a 216 * objects.texi (Character Type, String Type):
5b594a58 217 Merge in some menu descriptions from elisp.texi.
51d9979c 218
c3cbbb40
GM
219 * hash.texi (Hash Tables):
220 * modes.texi (Multiline Font Lock):
221 End menu description with period.
fe42c16a 222
28528402
GM
2232009-07-09 Glenn Morris <rgm@gnu.org>
224
225 * back.texi: Don't hard-code texinfo location.
226
227 * two-volume.make (texinfodir): New, with location of texinfo.tex.
228 (tex): Add texinfodir to TEXINPUTS.
229 (elisp1med-init, elisp2med-init): Use texinfodir.
230
231 * Makefile.in (texinfodir): Rename from usermanualdir, and update.
232 (clean): Add two-volume.make intermediate files.
233
234 * elisp.texi, vol1.texi, vol2.texi:
235 Use a DATE variable with the publication date, and update it.
236 Fix antinews menu description.
237
238 * vol1.texi, vol2.texi: Update VERSION to match elisp.texi.
239 Update the detailed node listing to match elisp.texi.
240
241 * README: Update edition to match elisp.texi.
242
243 * objects.texi (General Escape Syntax):
244 * nonascii.texi (Character Sets):
245 Use consistent case for "Unicode Standard".
246
247 * anti.texi (Antinews):
248 * customize.texi (Variable Definitions):
249 * functions.texi (Declaring Functions):
250 * nonascii.texi (Character Properties):
251 * processes.texi (Serial Ports):
252 * text.texi (Special Properties):
253 * tips.texi (Coding Conventions):
254 Minor rearrangements to improve TeX line-filling.
255
256 * commands.texi (Using Interactive): Fix cross-reference.
257
17db8e10
JD
2582009-07-01 Jan Djärv <jan.h.d@swipnet.se>
259
260 * frames.texi (Management Parameters): Mention sticky.
261
77c7e2e1
AS
2622009-07-01 Andreas Schwab <aschwab@redhat.com>
263
264 * help.texi (Help Functions): Fix description of help-buffer and
265 help-setup-xref to use @defun instead of @deffn.
266
3f1c6666
JD
2672009-07-01 Jan Djärv <jan.h.d@swipnet.se>
268
269 * frames.texi (Size Parameters): Mention maximized for fullscreen.
270
ca27c21b
CY
2712009-06-24 Chong Yidong <cyd@stupidchicken.com>
272
273 * display.texi (Window Systems): Add ns to the list.
274
70243478
CY
2752009-06-21 Chong Yidong <cyd@stupidchicken.com>
276
277 * Branch for 23.1.
278
df006536
MR
2792009-06-17 Martin Rudalics <rudalics@gmx.at>
280
281 * windows.texi (Dedicated Windows): Fix typo.
282 (Resizing Windows): Replace @defun by @deffn.
283
d259fc4b
GM
2842009-06-17 Glenn Morris <rgm@gnu.org>
285
286 * variables.texi (Directory Local Variables):
287 Update for 2009-04-11 name-change of dir-locals-directory-alist.
288
30781db6
KH
2892009-06-09 Kenichi Handa <handa@m17n.org>
290
291 * nonascii.texi (Character Sets): State clearly that FROM and TO
292 are codepoints of CHARSET.
293
62e8099c
CY
2942009-06-07 Chong Yidong <cyd@stupidchicken.com>
295
296 * minibuf.texi (Reading File Names): Fix introductory text.
297 Suggested by stan@derbycityprints.com.
298 (High-Level Completion): Fix typo.
299
ee1b1917
CY
3002009-05-28 Chong Yidong <cyd@stupidchicken.com>
301
302 * frames.texi (Text Terminal Colors): Multi-tty is already
303 implemented, but tty-local colors are not.
304
5df647e8
CY
3052009-05-27 Chong Yidong <cyd@stupidchicken.com>
306
307 * hooks.texi (Standard Hooks): Remove mention of obsolete
308 redisplay-end-trigger-functions.
309
310 * internals.texi (Window Internals): Remove mention of obsolete
311 redisplay-end-trigger-functions.
312
01f17ae2
MR
3132009-05-21 Martin Rudalics <rudalics@gmx.at>
314
315 * abbrevs.texi (Abbrev Mode): abbrev-mode is an option.
316
317 * backups.texi (Making Backups): backup-directory-alist and
318 make-backup-file-name-function are options.
319 (Auto-Saving): auto-save-list-file-prefix is an option.
320
321 * buffers.texi (Killing Buffers): buffer-offer-save is an
322 option.
323
324 * display.texi (Refresh Screen): no-redraw-on-reenter is an
325 option.
326 (Echo Area Customization): echo-keystrokes is an option.
327 (Selective Display): selective-display-ellipses is an option.
328 (Temporary Displays): temp-buffer-show-function is an option.
329 (Face Attributes): underline-minimum-offset and x-bitmap-file-path
330 are options.
331 (Font Selection): face-font-family-alternatives,
332 face-font-selection-order, face-font-registry-alternatives, and
333 scalable-fonts-allowed are options.
334 (Fringe Indicators): indicate-buffer-boundaries is an option.
335 (Fringe Cursors): overflow-newline-into-fringe is an option.
336 (Scroll Bars): scroll-bar-mode is an option.
337
338 * eval.texi (Eval): max-lisp-eval-depth is an option.
339
340 * files.texi (Visiting Functions): find-file-hook is an option.
341 (Directory Names): directory-abbrev-alist is an option.
342 (Unique File Names): temporary-file-directory and
343 small-temporary-file-directory are options.
344
345 * frames.texi (Initial Parameters): initial-frame-alist,
346 minibuffer-frame-alist and default-frame-alist are options.
347 (Cursor Parameters): blink-cursor-alist and
348 cursor-in-non-selected-windows ar options.
349 (Window System Selections): selection-coding-system is an
350 option.
351 (Display Feature Testing): display-mm-dimensions-alist is an
352 option.
353
354 * help.texi (Help Functions): help-char and help-event-list are
355 options.
356
357 * keymaps.texi (Functions for Key Lookup): meta-prefix-char is
358 an option.
359
360 * minibuf.texi (Minibuffer History): history-length and
361 history-delete-duplicates are options.
362 (High-Level Completion): read-buffer-function and
363 read-buffer-completion-ignore-case are options.
364 (Reading File Names): read-file-name-completion-ignore-case is
365 an option.
366
367 * modes.texi (Mode Line Top): mode-line-format is an option.
368 (Mode Line Variables): mode-line-position and mode-line-modes
369 are options.
370
371 * nonascii.texi (Text Representations):
372 enable-multibyte-characters is an option.
373 (Default Coding Systems): auto-coding-regexp-alist,
374 file-coding-system-alist, auto-coding-alist and
375 auto-coding-functions are options.
376 (Specifying Coding Systems): inhibit-eol-conversion is an
377 option.
378
379 * os.texi (Init File): site-run-file is an option.
380 (System Environment): mail-host-address is an option.
381 (User Identification): user-mail-address is an option.
382 (Terminal Output): baud-rate is an option.
383
384 * positions.texi (Word Motion): words-include-escapes is an
385 option.
386
387 * searching.texi (Standard Regexps): page-delimiter,
388 paragraph-separate, paragraph-separate and sentence-end are
389 options.
390
391 * text.texi (Margins): left-margin and fill-nobreak-predicate
392 are options.
393
394 * variables.texi (Local Variables): max-specpdl-size is an
395 option.
396
397 * windows.texi (Choosing Window):
398 split-window-preferred-function, special-display-function and
399 display-buffer-function are options.
400
106e6894
CY
4012009-05-20 Chong Yidong <cyd@stupidchicken.com>
402
4a83454d
CY
403 Fix errors spotted by Martin Rudalics.
404
106e6894
CY
405 * syntax.texi (Position Parse): Document rationale for ignored
406 arguments to syntax-ppss-flush-cache.
407
408 * processes.texi (Input to Processes): Mark PROCESS arg to
409 process-running-child-p as optional.
410 (Network Options): Document NO-ERROR arg to
411 set-network-process-option.
412
413 * buffers.texi (Indirect Buffers): Mark clone-indirect-buffer as a
414 command.
415
416 * searching.texi (POSIX Regexps): Mark posix-search-forward and
417 posix-search-backward as commands.
418
419 * os.texi (Killing Emacs): Mark kill-emacs as a command.
420 (Suspending Emacs): Mark suspend-emacs as a command.
421 (Processor Run Time): Mark emacs-uptime and emacs-init-time as
422 commands.
423 (Terminal Output): Remove obsolete function baud-rate. Document
424 TERMINAL arg for send-string-to-terminal.
425
426 * nonascii.texi (Terminal I/O Encoding): Document TERMINAL arg for
427 terminal-coding-system and set-terminal-coding-system.
428 (Explicit Encoding): Mark DESTINATION arg of decode-coding-region
429 as optional.
430 (Character Sets): Document RESTRICTION arg of char-charset.
431 (Character Codes): Mark POS argument to get-byte as optional.
432
433 * minibuf.texi (Minibuffer Misc): Document ARGS arg for
434 minibuffer-message.
435
436 * files.texi (Create/Delete Dirs): Mark make-directory and
437 delete-directory as commands.
438
439 * abbrevs.texi (Abbrev Tables): Fix arglist for make-abbrev-table.
440
441 * text.texi (Base 64): Mark base64-decode-string and
442 base64-encode-string as commands.
443 (Columns): Mark move-to-column as a command.
444 (Mode-Specific Indent): Document RIGID arg to
445 indent-for-tab-command.
446 (Region Indent): Mark TO-COLUMN arg to indent-region as optional.
447 Mark indent-code-rigidly as a command.
448 (Substitution): Mark translate-region as a command.
449
450 * frames.texi (Size and Position): Remove obsolete functions
451 screen-height and screen-width.
452
04173931
CY
4532009-05-19 Chong Yidong <cyd@stupidchicken.com>
454
455 * windows.texi (Cyclic Window Ordering, Cyclic Window Ordering)
456 (Displaying Buffers, Resizing Windows): Correct mistakes;
457 next-window, previous-window, and pop-to-buffer are not commands,
458 and fit-window-to-buffer" is a command. (Pointed out by Martin
459 Rudalics.)
460
eae7d8f8
RS
4612009-05-17 Richard M Stallman <rms@gnu.org>
462
463 * modes.texi (Precalculated Fontification): Clarify text.
464
b8766179
MR
4652009-05-17 Martin Rudalics <rudalics@gmx.at>
466
467 * windows.texi (Selecting Windows): Clarify descriptions of
468 with-selected-window and get-lru-window.
469 (Cyclic Window Ordering): Refer to particular frame when talking
470 about how splitting affects the ordering.
471 (Displaying Buffers): Fix descriptions of switch-to-buffer and
472 switch-to-buffer-other-window. Explain how setting of
473 display-buffer-reuse-frames affects pop-to-buffer.
474 (Choosing Window): Clarify some details in descriptions of
475 display-buffer-reuse-frames, pop-up-frames, and
476 pop-up-frame-function.
477 (Dedicated Windows): Clarify some details.
478 (Textual Scrolling): Replace term vscroll by term vertical
479 scroll position.
480 (Vertical Scrolling): Fix typo.
481 (Window Hooks): Relate text on jit-lock-register to window
482 scrolling and size changes.
483
734b5e3b
CY
4842009-05-14 Chong Yidong <cyd@stupidchicken.com>
485
0a65633e
CY
486 * frames.texi (Initial Parameters): Clarify what the initial
487 minibuffer frame is.
05be46d7
CY
488 (Buffer Parameters): Note that the minibuffer parameter can not be
489 altered.
0a65633e 490
734b5e3b
CY
491 * anti.texi (Antinews): Copyedits. Rearrange some entries.
492 Document display-buffer changes.
493
925672cd
CY
4942009-05-13 Chong Yidong <cyd@stupidchicken.com>
495
17ecd7af
CY
496 * anti.texi (Antinews): Rewrite for Emacs 22.
497
925672cd
CY
498 * abbrevs.texi (Abbrevs): Add xref to Creating Symbols when
499 obarrays are first mentioned. Define "system abbrev" more
500 prominently, and add it to the index.
501 (Abbrev Mode, Abbrev Tables, Defining Abbrevs, Abbrev Properties):
502 Copyedits.
503 (Abbrev Expansion): Document abbrev-insert.
504
80be4dd7
CY
5052009-05-12 Chong Yidong <cyd@stupidchicken.com>
506
507 * frames.texi (Font and Color Parameters): Rename from Color
508 Parameters. Document font-backend parameter.
509
510 * vol2.texi (Top): Update node listing.
511 * vol1.texi (Top): Update node listing.
512 * elisp.texi (Top): Update node listing.
513
372a93ac
MR
5142009-05-11 Martin Rudalics <rudalics@gmx.at>
515
516 * windows.texi (Choosing Window): Don't explicitly refer to
517 split-window-sensibly's window argument in descriptions of
518 split-height-threshold and split-width-threshold.
519
714c3541
MR
5202009-05-10 Martin Rudalics <rudalics@gmx.at>
521
522 * windows.texi (Choosing Window): Fix rewrite of window
523 splitting section.
524
0e90e7be
EZ
5252009-05-09 Eli Zaretskii <eliz@gnu.org>
526
527 * nonascii.texi (Default Coding Systems): Document
528 find-auto-coding, set-auto-coding, and auto-coding-alist. Add
529 indexing.
530 (Lisp and Coding Systems): Add index entries.
531
d3c0c321
MR
5322009-05-09 Martin Rudalics <rudalics@gmx.at>
533
534 * windows.texi (Choosing Window): Describe split-window-sensibly
535 and rewrite section on window splitting accordingly.
536 (Textual Scrolling): Replace `...' by @code{...}.
537
c773345a
CY
5382009-05-04 Chong Yidong <cyd@stupidchicken.com>
539
ee2d5b5e
CY
540 * hooks.texi (Standard Hooks): Add abbrev-expand-functions.
541 Remove obsoleted pre-abbrev-expand-hook.
542
543 * locals.texi (Standard Buffer-Local Variables): Consolidate table
544 entries.
545
c773345a
CY
546 * internals.texi (Object Internals): Don't assume 32-bit machines
547 are the norm.
548 (Buffer Internals): Consolidate table entries for readability.
ee2d5b5e
CY
549 (Window Internals): Synch field names to window.h.
550 (Process Internals): Synch field names to process.h.
c773345a 551
dd449674
CY
5522009-04-29 Chong Yidong <cyd@stupidchicken.com>
553
554 * variables.texi (File Local Variables): Note that read-circle is
555 bound to nil when reading file-local variables.
556
557 * streams.texi (Input Functions): Document read-circle.
558 (Output Variables): Add xref to Circular Objects.
559
4f1e25e2
CY
5602009-04-25 Chong Yidong <cyd@stupidchicken.com>
561
562 * tips.texi (Coding Conventions): Copyedits. Add xref to Named
563 Features and Coding System Basics. Node that "p" stands for
564 "predicate". Recommend utf-8-emacs instead of emacs-mule.
565 (Key Binding Conventions): Emacs does use S-down-mouse-1, for
566 mouse-appearance-menu.
567 (Programming Tips): Add xref to Progress.
568
dca019f8
CY
5692009-04-22 Chong Yidong <cyd@stupidchicken.com>
570
571 * os.texi (Command-Line Arguments): Document
572 command-line-args-left.
573 (Suspending Emacs): Adapt text to multi-tty case. Document use of
574 terminal objects for tty arguments.
575 (Startup Summary): Add xref to Session Management.
576 (Session Management): Mention emacs-session-restore. Copyedits.
577
02a89103
CY
5782009-04-20 Chong Yidong <cyd@stupidchicken.com>
579
580 * os.texi (Startup Summary): Copyedits. The init file is not
581 necessarily named .emacs now. Document initial-buffer-choice and
582 initial-scratch-message. Note where Emacs exits in batch mode.
583 Document inhibit-splash-screen as an alias.
584 (Init File): Be neutral about which init file name to use.
585
5862009-04-16 Chong Yidong <cyd@stupidchicken.com>
587
588 * os.texi (System Interface): Fix Texinfo usage.
589
0c1cfe01
CY
5902009-04-15 Chong Yidong <cyd@stupidchicken.com>
591
80d7cdca
CY
592 * searching.texi (Regexp Backslash): Also refer to shy groups as
593 non-capturing or unnumbered groups.
594 (Regexp Functions): Add cross-reference to Regexp Backslash.
595
0c1cfe01
CY
596 * display.texi (Truncation): Overlays can use line-prefix and
597 wrap-prefix too.
598 (Overlay Properties): Document wrap-prefix and line-prefix.
599 (Face Attributes): Document underline-minimum-offset.
600 (Face Remapping): Copyedits.
601 (Low-Level Font): Copyedits.
602 (Image Cache): Note that the image cache is shared between frames.
ed8ab760
CY
603 (Line Height): Emphasize that line-spacing only takes effect on
604 graphical terminals.
0c1cfe01 605
c4adeee0
CY
6062009-04-13 Chong Yidong <cyd@stupidchicken.com>
607
608 * display.texi (Refresh Screen): Note that a passage about screen
609 refreshing is text terminal only.
610 (Forcing Redisplay): Delete misleading comment---sit-for calls
611 redisplay, not the other way around.
612 (Truncation): Note new values of truncate-partial-width-windows.
613 Copyedits.
614 (Invisible Text): Document invisible-p.
615
b20ecfa1
EZ
6162009-04-11 Eli Zaretskii <eliz@gnu.org>
617
618 * display.texi (Overlays): Overlays don't scale well. See
619 http://lists.gnu.org/archive/html/emacs-devel/2009-04/msg00243.html.
620
97d8273f
CY
6212009-04-10 Chong Yidong <cyd@stupidchicken.com>
622
f147ff75
CY
623 * syntax.texi (Syntax Table Functions): Document cons cell
624 argument for modify-syntax-entry.
625 (Categories): Document cons cell argument for
626 modify-category-entry.
627
fca4ec76
CY
628 * searching.texi (String Search): Document word-search-forward-lax
629 and word-search-backward-lax.
630 (Searching and Case): Describe isearch behavior more precisely.
631
9c283d5b
CY
632 * keymaps.texi (Tool Bar): Mention that some platforms do not
633 support multi-line toolbars. Suggested by Stephen Eglen.
634
635 * frames.texi (Layout Parameters): Mention that Nextstep also
636 allows only one tool-bar line. Suggested by Stephen Eglen.
637
97d8273f
CY
638 * nonascii.texi (Text Representations): Copyedits.
639 (Coding System Basics): Also mention utf-8-emacs.
640 (Converting Representations, Selecting a Representation)
641 (Scanning Charsets, Translation of Characters, Encoding and I/O):
642 Copyedits.
643 (Character Codes): Mention role of codepoints 1114112 to 4194175.
644
2bad3299
CY
6452009-04-09 Chong Yidong <cyd@stupidchicken.com>
646
647 * text.texi (Yank Commands): Note that yank uses push-mark.
648 (Filling): Clarify REGION argument of fill-paragraph. Document
649 fill-forward-paragraph-function.
650 (Special Properties): Remove "new in Emacs 22" declaration.
651 (Clickable Text): Merge with Links and Mouse-1 node.
652
653 * display.texi (Button Properties, Button Buffer Commands): Change
654 xref to Clickable Text.
655
656 * tips.texi (Key Binding Conventions): Change xref to Clickable
657 Text.
658
659 * elisp.texi (Top): Update node listing.
660
ea30ce4f
CY
6612009-04-05 Chong Yidong <cyd@stupidchicken.com>
662
47af2f4b
CY
663 * markers.texi (The Mark): Copyedits. Improve description of
664 handle-shift-selection.
665 (The Region): Move use-region-p here from The Mark.
666
ea30ce4f
CY
667 * positions.texi (Screen Lines): Document (cols . lines) argument
668 for vertical-motion.
669
2aa8ea6e
CY
6702009-04-04 Chong Yidong <cyd@stupidchicken.com>
671
3ec61d4e
CY
672 * frames.texi (Frames): Clean up introduction. Document `ns'
673 return value for framep.
674 (Creating Frames): Note how the terminal is chosen.
675 (Multiple Terminals, Multiple Displays): Merge into a single node.
676 (Color Parameters): Fix typo.
677
678 * variables.texi (Local Variables, Buffer-Local Variables)
679 (Creating Buffer-Local): Change link to Multiple Terminals.
680
681 * os.texi (X11 Keysyms): Change link to Multiple Terminals.
682
683 * keymaps.texi (Controlling Active Maps): Change link to Multiple
684 Terminals.
685
686 * commands.texi (Command Loop Info, Keyboard Macros): Change link
687 to Multiple Terminals.
688
689 * elisp.texi (Top): Update node listing.
690 * vol2.texi (Top): Update node listing.
691 * vol1.texi (Top): Update node listing.
692
9257072f
CY
693 * buffers.texi (Current Buffer): Note that the append-to-buffer
694 example is no longer in synch with the latest code. Tie the two
695 examples together.
696
2aa8ea6e
CY
697 * files.texi (File Attributes): Move note about MS-DOS from
698 Changing Files to File Attributes.
699 (Create/Delete Dirs): Note that mkdir is an alias for this.
700
22e74b17
CY
7012009-04-01 Markus Triska <triska@gmx.at>
702
703 * processes.texi (Filter Functions): Suggest how to handle output
704 batches.
705
4bbe48ec
CY
7062009-03-30 Chong Yidong <cyd@stupidchicken.com>
707
708 * help.texi (Accessing Documentation): Update example to use
709 help-setup-xref and with-help-window.
710 (Help Functions): Remove print-help-return-message, which is
711 semi-obsolete due to with-help-window. Document help-buffer and
712 help-setup-xref.
713
b9723f39
CY
7142009-03-29 Chong Yidong <cyd@stupidchicken.com>
715
87f649f6
CY
716 * help.texi (Accessing Documentation, Help Functions): Remove
717 information about long-obsolete Emacs versions.
9eb52e90 718
b9723f39
CY
719 * modes.texi (Mode Line Variables): The default values of the mode
720 line variables are now more complicated.
721
b0cc32db
CY
7222009-03-28 Chong Yidong <cyd@stupidchicken.com>
723
3c25a5a9
CY
724 * modes.texi (Major Mode Conventions): Note that specialness is
725 inherited.
31c9eebb
CY
726 (Derived Modes): Note that define-derive-mode sets the mode-class
727 property.
3c25a5a9 728
b0cc32db
CY
729 * keymaps.texi (Prefix Keys): The M-g prefix key is now named
730 goto-map. Add search-map to the list.
731
c5e0006d
EZ
7322009-03-27 Eli Zaretskii <eliz@gnu.org>
733
1213465a
EZ
734 * os.texi (System Environment): Update the list of system-type
735 values.
736
c5e0006d
EZ
737 * markers.texi (The Mark) <handle-shift-selection>: Update for
738 removal of the optional argument DEACTIVATE.
739
48bab3d6
CY
7402009-03-25 Chong Yidong <cyd@stupidchicken.com>
741
742 * commands.texi (Focus Events): Most X window managers don't use
743 focus-follows-mouse nowadays.
744
6e4ff1b6
CY
7452009-03-24 Chong Yidong <cyd@stupidchicken.com>
746
747 * commands.texi (Defining Commands): Clarify introduction.
748 (Using Interactive): Not that interactive can be put in a symbol
749 property.
750 (Interactive Call): Note that a symbol with a non-nil
751 interactive-form property satisfies commandp.
752
11625308
JB
7532009-03-23 Juanma Barranquero <lekktu@gmail.com>
754
755 * minibuf.texi (Intro to Minibuffers): Fix typos.
756
7b34420d
CY
7572009-03-23 Chong Yidong <cyd@stupidchicken.com>
758
759 * minibuf.texi (Intro to Minibuffers): Remove long-obsolete info
760 about minibuffers in old Emacs versions. Copyedits. Emphasize
761 that enable-recursive-minibuffers defaults to nil.
762 (Text from Minibuffer): Simplify introduction.
763
f9257eed
AM
7642009-03-22 Alan Mackenzie <acm@muc.de>
765
766 * commands.texi (Using Interactive): Clarify string argument to
767 `interactive' - even promptless elements need \n separators.
768
f639ba70
CY
7692009-03-18 Chong Yidong <cyd@stupidchicken.com>
770
771 * minibuf.texi (Completion Styles): New node.
772
773 * elisp.texi (Top): Update node listing.
774
d897e8ee
CY
7752009-03-17 Chong Yidong <cyd@stupidchicken.com>
776
777 * minibuf.texi (Basic Completion): Note that
778 read-file-name-completion-ignore-case and
779 read-buffer-completion-ignore-case can override
780 completion-ignore-case.
781 (Minibuffer Completion): Document completing-read changes.
782 (Completion Commands): Avoid mentioning partial completion mode.
783 Document minibuffer-completion-confirm changes, and
784 minibuffer-confirm-exit-commands.
785 (High-Level Completion): Document new require-match behavior for
786 read-buffer. Document read-buffer-completion-ignore-case.
787 (Reading File Names): Document new require-match behavior for
788 read-file-name.
789
b1f23349
CY
7902009-03-14 Chong Yidong <cyd@stupidchicken.com>
791
792 * debugging.texi (Error Debugging): Don't mislead the reader into
793 thinking that debug-on-error enters debugger for C-f at EOB.
794 (Error Debugging): Setting debug-on-init within the init file
795 works, and has for some time.
796
d6eb4e25
KH
7972009-03-13 Kenichi Handa <handa@m17n.org>
798
799 * display.texi (Fontsets): Update the description.
800
1cf53dc5
CY
8012009-03-13 Chong Yidong <cyd@stupidchicken.com>
802
803 * advice.texi (Advising Primitives): Link to What Is a Function.
804
81f919fc
CY
8052009-03-12 Chong Yidong <cyd@stupidchicken.com>
806
cf4229eb
CY
807 * compile.texi (Speed of Byte-Code): Update example.
808 (Disassembly): Update examples.
809
81f919fc 810 * loading.texi (Repeated Loading): Simplify examples.
f2bbc08c
CY
811
812 * customize.texi (Common Keywords): It's not necessary to use :tag
813 to remove hyphens, as custom-unlispify-tag-name does it
814 automatically.
815 (Variable Definitions): Link to File Local Variables. Document
816 customized-value symbol property.
817 (Customization Types): Move menu to end of node.
818
955964d7
CY
8192009-03-10 Chong Yidong <cyd@stupidchicken.com>
820
821 * macros.texi (Compiling Macros): Omit misleading sentence, which
822 implied that macros can only be used in the same file they are
823 defined.
824 (Backquote): Remove obsolete information about Emacs 19.
825
d25ed7db
GM
8262009-03-05 John Foerch <jjfoerch@earthlink.net> (tiny change)
827
828 * display.texi (Display Margins): Fix paren typo.
829
d55f6ca5
CY
8302009-02-27 Chong Yidong <cyd@stupidchicken.com>
831
f0e57ed8
CY
832 * elisp.texi (Top): Update node listing.
833
834 * variables.texi (Variables): Clarify introduction.
835 (Global Variables): Mention that setq is a special form.
836 (Local Variables): Use active voice.
837 (Tips for Defining): Mention marking variables as safe.
838 (Buffer-Local Variables): Mention terminal-local and frame-local
839 variables together.
840 (File Local Variables): Copyedits.
841 (Frame-Local Variables): Note that they are not really useful.
842 (Future Local Variables): Node deleted.
843
d55f6ca5
CY
844 * objects.texi (General Escape Syntax): Update explanation of
845 unicode escape syntax.
846
ca8f09a8
CY
8472009-02-23 Chong Yidong <cyd@stupidchicken.com>
848
849 * control.texi (Control Structures): Add cindex entry for "textual
850 order".
851
852 * eval.texi (Intro Eval): Copyedits. Standardize on "form"
853 instead of "expression" throughout.
854 (Function Indirection): Copyedits. Use active voice.
855 (Eval): The default value of max-lisp-eval-depth is now 400.
856
a20878b6
MB
8572009-02-23 Miles Bader <miles@gnu.org>
858
859 * processes.texi (System Processes): Rename `system-process-attributes'
860 to `process-attributes'.
861
61f66044
CY
8622009-02-22 Chong Yidong <cyd@stupidchicken.com>
863
1b80d1f3
CY
864 * symbols.texi (Property Lists): Emphasize that property lists are
865 not restricted to symbol cells.
866 (Other Plists): Copyedit.
867
61f66044
CY
868 * sequences.texi (Sequences Arrays Vectors): Make introduction
869 more concise.
870 (Arrays): Mention char-tables and bool-vectors too.
871 (Vectors): Don't repeat information given in Arrays node. Link to
872 nodes that explain the vector usage examples.
873 (Char-Tables): Note that char-table elements can have arbitrary
874 type. Explain effect of omitted char-table-extra-slots property.
8a63cf41 875 Link to Property Lists node.
61f66044 876
9403944b
CY
8772009-02-22 Chong Yidong <cyd@stupidchicken.com>
878
879 * lists.texi (Building Lists): Remove obsolete Emacs 20 usage of
880 `append'.
4068c7b4 881 (List Elements): Copyedits.
9403944b
CY
882
883 * sequences.texi (Vector Functions): Remove obsolete Emacs 20 use
884 of `vconcat'.
885
886 * strings.texi (Creating Strings): Copyedits. Remove obsolete
887 Emacs 20 usage of `concat'.
888 (Case Conversion): Copyedits.
889
b87a185f
CY
8902009-02-21 Chong Yidong <cyd@stupidchicken.com>
891
892 * objects.texi (Lisp Data Types, Syntax for Strings, Buffer Type):
893 Minor edits.
894 (Frame Configuration Type): Emphasize that it is not primitive.
895 (Font Type): New node.
896 (Type Predicates): Add fontp; type-of now recognizes font object
897 types.
898
899 * intro.texi (Version Info): Update version numbers in examples.
900 (Acknowledgements): List more contributors.
901
902 * elisp.texi: Bump version number to 3.0.
903 (Top): Link to Font Type node.
904
867d4bb3
JB
9052009-02-20 Juanma Barranquero <lekktu@gmail.com>
906
907 * modes.texi (Major Mode Conventions): Remove duplicate words.
908 (Customizing Keywords): Fix typo.
909
77730170
EZ
9102009-02-14 Eli Zaretskii <eliz@gnu.org>
911
912 * nonascii.texi (User-Chosen Coding Systems): Document that
913 select-safe-coding-system suggests raw-text if there are raw bytes
914 in the region.
915 (Explicit Encoding): Warn not to use `undecided' when encoding.
916
c8736212
GM
9172009-02-11 Glenn Morris <rgm@gnu.org>
918
919 * frames.texi (Visibility of Frames): Mention the effect multiple
920 workspaces/desktops can have on visibility.
921
ab992d66
EZ
9222009-02-07 Eli Zaretskii <eliz@gnu.org>
923
c8736212
GM
924 * text.texi (Commands for Insertion):
925 * commands.texi (Event Mod):
926 * keymaps.texi (Searching Keymaps):
ab992d66
EZ
927 * nonascii.texi (Translation of Characters): Reinstate
928 documentation of translation-table-for-input.
7d2a859f
EZ
929 (Explicit Encoding): Document the `charset' text property produced
930 by decode-coding-region and decode-coding-string.
ab992d66 931
e651a255
AM
9322009-01-27 Alan Mackenzie <acm@muc.de>
933
934 * modes.texi (Search-based Fontification): Correct a typo.
935
bc5cde4b
JB
9362009-01-25 Juanma Barranquero <lekktu@gmail.com>
937
938 * abbrevs.texi (Abbrev Table Properties): Fix typo.
939 Reported by Seweryn Kokot <sewkokot@gmail.com>. (Bug#2039)
940
3533155b
EZ
9412009-01-24 Eli Zaretskii <eliz@gnu.org>
942
f721deda
EZ
943 * display.texi (Window Systems): Document the value of
944 `initial-window-system' under --daemon.
945
3533155b
EZ
946 * os.texi (System Environment): Remove description of the
947 `environment' function which has been deleted.
948
f79b43b2
DN
9492009-01-22 Dan Nicolaescu <dann@ics.uci.edu>
950
951 * frames.texi (Multiple Displays): Remove documentation for
952 removed function make-frame-on-tty.
953
e3aa6669
CY
9542009-01-22 Chong Yidong <cyd@stupidchicken.com>
955
956 * files.texi (Format Conversion Piecemeal): Clarify behavior of
957 write-region-annotate-functions. Document
958 write-region-post-annotation-function.
959
fb13a416
CY
9602009-01-19 Chong Yidong <cyd@stupidchicken.com>
961
962 * display.texi (Font Lookup): Document WIDTH argument of
963 x-list-fonts.
964
02eccf6b
EZ
9652009-01-17 Eli Zaretskii <eliz@gnu.org>
966
ead3f58d
EZ
967 * maps.texi (Standard Keymaps): Rename function-key-map to
968 local-function-key-map.
969
970 * keymaps.texi (Translation Keymaps): Rename function-key-map to
971 local-function-key-map.
972
973 * nonascii.texi (Terminal I/O Encoding): `keyboard-coding-system'
974 and `set-keyboard-coding-system' now accept an optional terminal
975 argument.
976
977 * commands.texi (Event Mod): `keyboard-translate-table' is now
978 terminal-local.
979 (Function Keys): Rename function-key-map to
980 local-function-key-map.
981
df05a163
EZ
982 * elisp.texi (Top): Make @detailmenu be consistent with changes in
983 frames.texi.
984
0ed8034e 985 * hooks.texi (Standard Hooks): Document `delete-frame-functions'
490f1197
EZ
986 `delete-terminal-functions', `suspend-tty-functions' and
987 `resume-tty-functions'.
0ed8034e
EZ
988
989 * frames.texi (Frames): Document `frame-terminal' and
990 `terminal-live-p'.
991 (Multiple Displays): Document `make-frame-on-tty'.
992 (Multiple Terminals): Document `terminal-list', `delete-terminal',
993 `terminal-name', and `get-device-terminal'.
490f1197
EZ
994 (Terminal Parameters): Document `terminal-parameters',
995 `terminal-parameter', and `set-terminal-parameter'.
0ed8034e
EZ
996
997 * os.texi (System Environment): Document `environment' and
998 `initial-environment'.
490f1197
EZ
999 (Suspending Emacs): Update for multi-tty; document
1000 `suspend-tty', `resume-tty', and `controlling-tty-p'.
0ed8034e 1001
02eccf6b
EZ
1002 * nonascii.texi (Coding System Basics): More accurate description
1003 of `raw-text'.
1004
f19fea97
JB
10052009-01-12 Juanma Barranquero <lekktu@gmail.com>
1006
1007 * display.texi (Low-Level Font): Fix typo.
1008
16fa292f
CY
10092009-01-10 Chong Yidong <cyd@stupidchicken.com>
1010
1011 * elisp.texi (Top): Update node listing.
1012
1013 * display.texi (PostScript Images): Node deleted.
1014
0b4faef3
EZ
10152009-01-10 Eli Zaretskii <eliz@gnu.org>
1016
3355f04d
EZ
1017 * processes.texi (Decoding Output): Document that null bytes force
1018 no-conversion for reading process output.
1019
1020 * files.texi (Reading from Files): Document that null bytes force
1021 no-conversion when visiting files.
1022
11625308 1023 * processes.texi (Serial Ports): Improve wording, suggested by RMS.
538395d9 1024
0b4faef3
EZ
1025 * nonascii.texi (Lisp and Coding Systems): Document
1026 inhibit-null-byte-detection and inhibit-iso-escape-detection.
c06ea95e 1027 (Character Properties): Improve wording.
0b4faef3 1028
ce9cf065
CY
10292009-01-09 Chong Yidong <cyd@stupidchicken.com>
1030
1031 * display.texi (Font Lookup): Remove obsolete function
1032 x-font-family-list. x-list-fonts accepts Fontconfig/GTK syntax.
1033 (Low-Level Font): Rename from Fonts, move to end of Faces section.
1034 (Font Selection): Reorder order of variable descriptions. Minor
1035 clarifications.
1036
1037 * elisp.texi (Top): Update node listing.
1038
ab756fb3
GM
10392009-01-09 Glenn Morris <rgm@gnu.org>
1040
1041 * commands.texi (Command Loop Info): Say that last-command-char and
1042 last-input-char are obsolete aliases.
1043
1044 * edebug.texi (Edebug Recursive Edit): Remove separate references to
1045 last-input-char and last-command-char, since they are just aliases for
1046 last-input-event and last-command-event.
1047
1048 * minibuf.texi (Minibuffer Commands): Use last-command-event rather than
1049 last-command-char.
1050
6b2b8ab1
CY
10512009-01-08 Chong Yidong <cyd@stupidchicken.com>
1052
1053 * elisp.texi: Update node listing.
1054
1055 * display.texi (Faces): Put Font Selection node after Auto Faces.
1056 (Face Attributes): Don't link to Font Lookup. Document
1057 font-family-list.
1058 (Fonts): New node.
1059
3568e767
JR
10602009-01-08 Jason Rumney <jasonr@gnu.org>
1061
1062 * frames.texi (Pointer Shape): Clarify that only X supports
1063 changing the standard pointer shapes. (Bug#1485)
1064
6221c8db
CY
10652009-01-08 Chong Yidong <cyd@stupidchicken.com>
1066
1067 * display.texi (Attribute Functions): Note that a function value
1068 :height is relative, and that compatibility functions work by
1069 calling set-face-attribute.
1070 (Displaying Faces): Reorder list in order of increasing priority.
1071 (Face Remapping): New node. Content moved here from Displaying
1072 Faces.
1073 (Glyphs): Link to Face Functions.
1074
e3d3799a
CY
10752009-01-08 Chong Yidong <cyd@stupidchicken.com>
1076
1077 * display.texi (Faces): Don't discuss face id here. facep does
1078 not return t.
1079 (Defining Faces): Minor clarification.
1080 (Face Attributes): Rearrange items to match docstring of
1081 set-face-attribute. Add :foundry attribute. Document new role of
1082 :font attribute. Texinfo usage fix.
1083 (Attribute Functions): Copyedits.
1084 (Face Functions): Note that face number is seldom used.
1085
638a2457
RS
10862009-01-05 Richard M Stallman <rms@gnu.org>
1087
1088 * strings.texi (Predicates for Strings): Minor clarification.
1089
1090 * functions.texi (Function Safety): Texinfo usage fix.
1091
49ea0074
JB
10922009-01-04 Eduard Wiebe <usenet@pusto.de> (tiny patch)
1093
1094 * objects.texi (General Escape Syntax): Fix typo.
1095
9f822178
MR
10962009-01-03 Martin Rudalics <rudalics@gmx.at>
1097
1098 * windows.texi (Choosing Window): Say that pop-up-frame-alist
1099 works via the default value of pop-up-frame-function.
1100
af34ad36
EZ
11012009-01-02 Eli Zaretskii <eliz@gnu.org>
1102
1103 * processes.texi (System Processes): Document the `time' and
1104 `ctime' attributes of `system-process-attributes'.
1105
d31f6679
CY
11062009-01-01 Chong Yidong <cyd@stupidchicken.com>
1107
1108 * display.texi (Face Attributes): Clarify :height attribute.
1109
174dc00c
MR
11102008-12-31 Martin Rudalics <rudalics@gmx.at>
1111
1112 * buffers.texi (The Buffer List): Clarify what moves a buffer to
1113 the front of the buffer list. Add entries for `last-buffer' and
1114 `unbury-buffer'.
1115
b8afe7e4
EZ
11162008-12-27 Eli Zaretskii <eliz@gnu.org>
1117
d14030f5
EZ
1118 * elisp.texi (Top): Add @detailmenu items for "Multiple Terminals"
1119 and its subsections.
1120
1121 * frames.texi (Multiple Terminals, Low-level Terminal)
1122 (Terminal Parameters, Frames on Other TTY devices): New sections.
1123 (Frames): Add an xref to "Multiple Terminals".
1124
765980a4
EZ
1125 * elisp.texi (Top): Add @detailmenu item for "Terminal Type".
1126
1127 * objects.texi (Terminal Type): New node.
1128 (Editing Types): Add it to the menu.
1129
47bd5577
EZ
1130 * elisp.texi (Top): Add a @detailmenu item for "Directory Local
1131 Variables".
1132
eb22b78c 1133 * variables.texi (Directory Local Variables): New node.
47bd5577 1134 (Variables): Add a menu item for it.
eb22b78c 1135
b8afe7e4
EZ
1136 * loading.texi (Autoload): Document `generate-autoload-cookie' and
1137 `generated-autoload-file'.
1138
77bb0476
EZ
11392008-12-20 Eli Zaretskii <eliz@gnu.org>
1140
028e2c19
EZ
1141 * os.texi (Startup Summary): Add xref to documentation of
1142 `initial-window-system'.
1143
77bb0476
EZ
1144 * display.texi (Window Systems): Document `window-system' the
1145 function. The variable `window-system' is now frame-local.
028e2c19 1146 Document `initial-window-system'.
77bb0476 1147
dda87836
MR
11482008-12-19 Martin Rudalics <rudalics@gmx.at>
1149
1150 * windows.texi (Windows): Rewrite description of
1151 fit-window-to-buffer.
1152
caef3ed2
GM
11532008-12-13 Glenn Morris <rgm@gnu.org>
1154
1155 * modes.texi (Font Lock Basics): Fix level description. (Bug#1534)
1156 (Levels of Font Lock): Refer to font-lock-maximum-decoration.
1157
21c58e4d
GM
11582008-12-12 Glenn Morris <rgm@gnu.org>
1159
1160 * debugging.texi (Error Debugging): Refer forwards to
1161 eval-expression-debug-on-error.
1162
af38459f
EZ
11632008-12-05 Eli Zaretskii <eliz@gnu.org>
1164
5dedd9b5
EZ
1165 * strings.texi (String Basics): Only unibyte strings that
1166 represent key sequences hold 8-bit raw bytes.
1167
af38459f
EZ
1168 * nonascii.texi (Coding System Basics): Rewrite @ignore'd
1169 paragraph to speak about `undecided'.
1170 (Character Properties): Don't explain the meaning of each
1171 property; instead, identify their Unicode Standard names.
b3f1f4a5 1172 (Character Sets): Document `map-charset-chars'.
af38459f 1173
fa047ae7
GM
11742008-12-02 Glenn Morris <rgm@gnu.org>
1175
1176 * files.texi (Format Conversion Round-Trip): Rewrite format-write-file
1177 section yet again.
1178
47dbc044
EZ
11792008-11-29 Eli Zaretskii <eliz@gnu.org>
1180
98d05998
EZ
1181 * nonascii.texi (Character Properties): New Section.
1182 (Specifying Coding Systems): Document
1183 `coding-system-priority-list', `set-coding-system-priority', and
1184 `with-coding-priority'.
1185 (Lisp and Coding Systems): Document `check-coding-systems-region'
1186 and `coding-system-charset-list'.
1187 (Coding System Basics): Document `coding-system-aliases'.
1188
1189 * elisp.texi (Top): Add a @detailmenu entry for "Character
1190 Properties".
1191
47dbc044
EZ
1192 * objects.texi (Character Type): Correct the range of Emacs
1193 characters. Add an @xref to "Character Codes".
1194
1195 * strings.texi (String Basics): Add an @xref to "Character Codes".
1196
1197 * numbers.texi (Integer Basics): Add an @xref to `max-char'.
1198
1199 * nonascii.texi (Explicit Encoding): Update for Emacs 23.
1200 (Character Codes): Document `max-char'.
1201
8b80cdf5
EZ
12022008-11-28 Eli Zaretskii <eliz@gnu.org>
1203
1204 * nonascii.texi (Text Representations, Converting Representations)
1205 (Character Sets, Scanning Charsets, Translation of Characters):
1206 Make text more accurate.
1207
a99dceba
GM
12082008-11-28 Glenn Morris <rgm@gnu.org>
1209
1210 * files.texi (Format Conversion Round-Trip): Improve previous change.
1211
f6dc3bed
CY
12122008-11-26 Chong Yidong <cyd@stupidchicken.com>
1213
1214 * modes.texi (Auto Major Mode): Fix example.
1215
5da9413d
GM
12162008-11-25 Glenn Morris <rgm@gnu.org>
1217
1218 * control.texi (Signaling Errors): Fix `wrong-type-argument' name.
1219
1220 * files.texi (Format Conversion Round-Trip):
1221 Use active voice for previous change.
1222
fcca848c
CY
12232008-11-25 Chong Yidong <cyd@stupidchicken.com>
1224
1225 * os.texi (Processor Run Time):
1226 * processes.texi (Transaction Queues):
1227 * markers.texi (The Mark):
1228 * windows.texi (Choosing Window, Selecting Windows):
1229 * files.texi (Changing Files, Magic File Names):
1230 * commands.texi (Key Sequence Input):
1231 * functions.texi (Declaring Functions):
1232 * strings.texi (Predicates for Strings):
1233 * intro.texi (nil and t): Fix typos (pointed out by Drew Adams).
1234
36c8dc54
CY
12352008-11-24 Chong Yidong <cyd@stupidchicken.com>
1236
1237 * help.texi (Accessing Documentation): Update example.
1238
1239 * variables.texi (Defining Variables): Note that `*' is not
1240 necessary if defcustom is used.
1241
2a79b242
EZ
12422008-11-22 Eli Zaretskii <eliz@gnu.org>
1243
1244 * elisp.texi (Top): Remove "Chars and Bytes" and "Splitting
1245 Characters" from @detailmenu.
1246
1247 * nonascii.texi (Character Codes, Character Sets)
1248 (Scanning Charsets, Translation of Characters): Update for Emacs 23.
1249 (Chars and Bytes, Splitting Characters): Sections removed.
1250
392f0d26
LK
12512008-11-22 Lute Kamstra <lute@gnu.org>
1252
1253 * positions.texi (Text Lines): Update goto-line documentation.
1254
af1a5cd5
MR
12552008-11-21 Martin Rudalics <rudalics@gmx.at>
1256
6a4cfb0c
MR
1257 * frames.texi (Frames): Fix typo, add cross references, reword.
1258 (Initial Parameters): Reword special-display-frame-alist text.
1259 (Frames and Windows): Reword. Describe argument norecord for
1260 set-frame-selected-window.
1261 (Input Focus): Describe argument norecord for select-frame.
1262 Remove comment on MS-Windows behavior for focus-follows-mouse.
1263 (Raising and Lowering): Mention windows-frames dichotomy in
1264 metaphor.
1265
af1a5cd5
MR
1266 * windows.texi (Displaying Buffers, Vertical Scrolling)
1267 (Horizontal Scrolling): Fix indenting and rewording issues
1268 introduced with 2008-11-07 change.
1269
c249fa9c
GM
12702008-11-20 Glenn Morris <rgm@gnu.org>
1271
1272 * files.texi (Format Conversion Round-Trip): Mention `preserve'
1273 element of `format-alist'.
1274
204d4665
GM
12752008-11-19 Glenn Morris <rgm@gnu.org>
1276
1277 * doclicense.texi: Update to FDL 1.3.
1278 * elisp.texi, vol1.texi, vol2.texi: Relicense under FDL 1.3 or later.
1279
cc0910af
CY
12802008-11-18 Chong Yidong <cyd@stupidchicken.com>
1281
efe6e7c4
CY
1282 * windows.texi (Window Hooks): Remove *-end-trigger-functions
1283 vars, which are obsolete. Mention jit-lock-register.
1284
1285 * modes.texi (Other Font Lock Variables): Document
1286 jit-lock-register and jit-lock-unregister.
1287
cc0910af
CY
1288 * frames.texi (Color Parameters): Document alpha parameter.
1289
aeeedf76
MR
12902008-11-16 Martin Rudalics <rudalics@gmx.at>
1291
1292 * windows.texi (Splitting Windows, Deleting Windows)
1293 (Selecting Windows, Cyclic Window Ordering)
1294 (Buffers and Windows, Displaying Buffers, Choosing Window)
1295 (Dedicated Windows, Window Point, Window Start and End)
1296 (Textual Scrolling, Vertical Scrolling, Horizontal Scrolling)
1297 (Size of Window, Resizing Windows, Window Configurations)
1298 (Window Parameters): Avoid @var at beginning of sentences and
1299 reword accordingly.
1300
4c565c5c
LK
13012008-11-11 Lute Kamstra <lute@gnu.org>
1302
1303 * files.texi (File Name Components): Fix file-name-extension
1304 documentation.
1305
25f494c9
JB
13062008-11-11 Juanma Barranquero <lekktu@gmail.com>
1307
1308 * frames.texi (Basic Parameters): Remove display-environment-variable
1309 and term-environment-variable.
1310
a1401ab1
EZ
13112008-11-08 Eli Zaretskii <eliz@gnu.org>
1312
1313 * windows.texi (Basic Windows, Splitting Windows)
1314 (Deleting Windows, Selecting Windows, Cyclic Window Ordering)
1315 (Buffers and Windows, Displaying Buffers, Dedicated Windows)
25f494c9
JB
1316 (Resizing Windows, Window Configurations, Window Parameters):
1317 Fix wording and markup.
a1401ab1 1318
efafc282
MR
13192008-11-07 Martin Rudalics <rudalics@gmx.at>
1320
1321 * windows.texi (Windows): Update entries.
1322 (Basic Windows): Remove listing of attributes. Reword.
86ab855a 1323 (Splitting Windows, Deleting Windows): Reword.
efafc282
MR
1324 (Selecting Windows, Cyclic Window Ordering): Reword with special
1325 emphasis on order of recently selected windows and buffer list.
86ab855a
MR
1326 (Buffers and Windows, Choosing Window): Reword with special
1327 emphasis on dedicated windows.
1328 (Displaying Buffers): Reword. For switch-to-buffer mention that
1329 it may fall back on pop-to-buffer. For other-window try to
1330 explain how it treats the cyclic ordering of windows.
efafc282
MR
1331 (Dedicated Windows): New node and section discussing dedicated
1332 windows and associated functions.
86ab855a 1333 (Window Point): Add entry for window-point-insertion-type. Reword.
efafc282
MR
1334 (Window Start and End): Rename node and section title. Reword.
1335 (Textual Scrolling, Vertical Scrolling, Horizontal Scrolling):
1336 Minor rewording.
1337 (Size of Window): Reword, in particular text on window-width.
1338 (Resizing Windows): Reword. Add text on balancing windows.
1339 (Window Configurations): Reword. Mention window parameters.
1340 (Window Parameters): New node and section on window parameters.
1341 (Window Hooks): Reword. Mention that
1342 window-configuration-change-hook is run "buffer-locally".
1343 * elisp.texi (Top): Update Windows entries in @detailmenu
1344 section.
1345
d60a8ab2
JB
13462008-11-04 Juanma Barranquero <lekktu@gmail.com>
1347
1348 * searching.texi (Regexp Search): Fix typo.
1349
01777627
CY
13502008-11-03 Seweryn Kokot <sewkokot@gmail.com> (tiny change)
1351
1352 * searching.texi (Regexp Search): Document GREEDY arg.
1353 (Simple Match Data): Fix return value.
1354
c4526e93
EZ
13552008-11-01 Eli Zaretskii <eliz@gnu.org>
1356
1357 * nonascii.texi (Text Representations): Rewrite to make consistent
1358 with Emacs 23 internal representation of characters. Document
1359 `unibyte-string'.
1360
fe2ae8b5
CY
13612008-10-28 Chong Yidong <cyd@stupidchicken.com>
1362
1363 * processes.texi (Process Information): Note that process-status
1364 does not accept buffer names.
1365
cc5a21e3
CY
13662008-10-27 Seweryn Kokot <sewkokot@gmail.com> (tiny change)
1367
1368 * positions.texi (Skipping Characters): Correct return value of
1369 skip-chars-forward.
1370
09460d9a
MR
13712008-10-25 Martin Rudalics <rudalics@gmx.at>
1372
520b29e7
MR
1373 * windows.texi (Deleting Windows): Update documentation of
1374 delete-windows-on.
1375 (Buffers and Windows): Update documentations of
1376 get-buffer-window and get-buffer-window-list.
1377 (Displaying Buffers): Update documentation of
1378 replace-buffer-in-windows.
1379
09460d9a
MR
1380 * buffers.texi (Current Buffer): Reword set-buffer and
1381 with-current-buffer documentations.
1382 (Creating Buffers): Reword documentation of get-buffer-create.
1383
4d48fcdc
MR
13842008-10-23 Martin Rudalics <rudalics@gmx.at>
1385
1386 * buffers.texi (Current Buffer): Reword documentation of
1387 set-buffer.
1388 (Buffer Names): Reword documentation of buffer-name.
1389 (The Buffer List): For bury-buffer explain what happens with the
1390 buffer's window.
1391 (Creating Buffers): Say that get-buffer-create's arg is called
1392 buffer-or-name.
1393
f0143c43
CY
13942008-10-22 Chong Yidong <cyd@stupidchicken.com>
1395
3e5dbbd3
CY
1396 * advice.texi (Computed Advice): Explain what DEFINITION is.
1397
f0143c43
CY
1398 * nonascii.texi (Character Codes): Remove obsolete function
1399 char-valid-p, and document characterp instead.
1400
52a94b85
MR
14012008-10-22 Martin Rudalics <rudalics@gmx.at>
1402
1403 * windows.texi (Displaying Buffers): Reword documentation of
1404 pop-to-buffer.
1405 (Choosing Window): Rewrite documentation of display-buffer and
1406 its options.
1407
f76f8246
MR
1408 * buffers.texi (Killing Buffers): Update documentation of
1409 kill-buffer.
1410
acc8b598
EZ
14112008-10-21 Eli Zaretskii <eliz@gnu.org>
1412
80e6b6df
EZ
1413 * processes.texi (Serial Ports): Fix wording and improve markup.
1414
3645358a
EZ
1415 * searching.texi (Regexp Search): Document `string-match-p' and
1416 `looking-at-p'.
1417 (POSIX Regexps): Add an xref for "non-greedy".
1418 (Regexp Special): Add @cindex entry for "non-greedy".
1419
b3d50cff 1420 * display.texi (Attribute Functions): Document `face-all-attributes'.
bf190568 1421 (Image Cache) <image-refresh>: Minor wording fixes.
b3d50cff 1422
73b7530a
EZ
1423 * frames.texi (Color Names): Add an xref to `read-color'.
1424
1425 * minibuf.texi (High-Level Completion): Document `read-color'.
1426
acc8b598
EZ
1427 * elisp.texi (Top): Add "Swapping Text" to @detailmenu.
1428
1429 * positions.texi (Narrowing): Add an xref to "Swapping Text".
1430
1431 * buffers.texi (Swapping Text): New section, documents
1432 `buffer-swap-text'.
1433
10e187e8
MR
14342008-10-21 Martin Rudalics <rudalics@gmx.at>
1435
1436 * windows.texi (Resizing Windows): Minor wording fix.
1437
fd6f900c
EZ
14382008-10-20 Eli Zaretskii <eliz@gnu.org>
1439
1440 * processes.texi (Shell Arguments): Document `split-string-and-unquote'
1441 and `combine-and-quote-strings'.
1442
1443 * strings.texi (Creating Strings): Add xrefs for them.
1444
e4372165
EZ
14452008-10-19 Eli Zaretskii <eliz@gnu.org>
1446
d6328fba
EZ
1447 * elisp.texi (Top): Make descriptive text for "Reading File Names"
1448 match the corresponding menu in minibuf.texi.
1449
e4372165
EZ
1450 * minibuf.texi (Reading File Names): Document `read-shell-command'
1451 and `minibuffer-local-shell-command-map'.
1452
5d8dda33
MR
14532008-10-19 Martin Rudalics <rudalics@gmx.at>
1454
1455 * windows.texi (Resizing Windows): Remove var{} around "window" in
1456 documentation of enlarge-window.
1457 Rewrite documentation of window-min-height and window-min-width.
1458
437706cd
EZ
14592008-10-19 Eli Zaretskii <eliz@gnu.org>
1460
80f85d7c
EZ
1461 * functions.texi (Calling Functions): Document `apply-partially'.
1462
291703b5
EZ
1463 * hooks.texi (Standard Hooks): Mention
1464 `before-hack-local-variables-hook' and `hack-local-variables-hook'.
1465
1466 * variables.texi (File Local Variables): Document
1467 `file-local-variables-alist', `before-hack-local-variables-hook'
1468 and `hack-local-variables-hook'.
1469
583d8b3c
EZ
1470 * processes.texi (Synchronous Processes): Document `process-lines'.
1471
437706cd 1472 * customize.texi (Variable Definitions): Document
583d8b3c 1473 `custom-reevaluate-setting'.
437706cd 1474
7e51d89b
MR
14752008-10-18 Martin Rudalics <rudalics@gmx.at>
1476
1477 * windows.texi (Choosing Window, Deleting Windows)
1478 (Displaying Buffers): Expand documentation of dedicated windows.
1479
43c59a3d
EZ
14802008-10-18 Eli Zaretskii <eliz@gnu.org>
1481
018a960d
EZ
1482 * files.texi (Changing Files): Document symbolic input of file
1483 modes to `set-file-modes'. Document `read-file-modes' and
1484 `file-modes-symbolic-to-number'.
1485
2c0b8144
EZ
1486 * maps.texi (Standard Keymaps): Document `multi-query-replace-map'
1487 and `search-map'.
1488
80120f13
EZ
1489 * searching.texi (Search and Replace): Document
1490 `replace-search-function' and `replace-re-search-function'.
2c0b8144 1491 Document `multi-query-replace-map'.
80120f13 1492
6d4913f0
EZ
1493 * minibuf.texi (Text from Minibuffer): Document `read-regexp'.
1494 (Completion Commands, Reading File Names): Rename
1495 `minibuffer-local-must-match-filename-map' to
1496 `minibuffer-local-filename-must-match-map'.
1497 (Minibuffer Completion): The `require-match' argument to
1498 `completing-read' can now have the value `confirm-only'.
1499
43c59a3d
EZ
1500 * windows.texi (Displaying Buffers): Minor wording fix.
1501 (Choosing Window): `split-height-threshold' can now be nil.
1502 Document `split-width-threshold'. `pop-up-frames' can have the
1503 value `graphic-only'.
1504
f36acfd9
EZ
15052008-10-17 Eli Zaretskii <eliz@gnu.org>
1506
1507 * os.texi (Startup Summary): Document `before-init-time' and
1508 `after-init-time'. Document `initial-window-system' and
1509 `window-system-initialization-alist'. Document reading the
1510 abbrevs file. Document the call to `server-start' under --daemon.
1511 Rearrange a bit to be consistent with the code flow.
53728487
EZ
1512 (Processor Run Time): Document `emacs-uptime' and `emacs-init-time'.
1513 (Time Parsing): Document `format-seconds'.
f36acfd9 1514
96995b89
MR
15152008-10-17 Martin Rudalics <rudalics@gmx.at>
1516
1517 * windows.texi (Basic Windows, Splitting Windows): Fix whitespace
1518 and reword.
1519
2de17c73
EZ
15202008-10-16 Eli Zaretskii <eliz@gnu.org>
1521
1522 * markers.texi (The Mark): Document use-region-p.
1523
9cf52b11
EZ
15242008-10-15 Eli Zaretskii <eliz@gnu.org>
1525
c3aaf1d7
EZ
1526 * internals.texi (Writing Emacs Primitives): The interactive spec
1527 of a primitive can be a Lisp form.
1528
841a1743
EZ
1529 * markers.texi (The Mark): Document the `lambda' and `(only . OLD)'
1530 values of transient-mark-mode. Document handle-shift-selection.
1531
1532 * commands.texi (Using Interactive, Interactive Codes): Document `^'.
1533 (Interactive Examples): Show an example of `^'.
1534 (Key Sequence Input): Document this-command-keys-shift-translated.
c3aaf1d7
EZ
1535 (Defining Commands, Using Interactive): The interactive-form of a
1536 function can be added via its symbol's property.
841a1743 1537
52441368
EZ
1538 * positions.texi (List Motion): beginning-of-defun-function can
1539 now accept an argument.
1540
8e8c1a72
EZ
1541 * text.texi (Low-Level Kill Ring): interprogram-paste-function can
1542 now return a list of strings.
1543
a33a1f2a
EZ
1544 * control.texi (Handling Errors): Document ignore-errors.
1545
4fb04348
EZ
1546 * frames.texi (Creating Frames): Document frame-inherited-parameters.
1547 (Parameter Access): Document set-frame-parameter.
1548
ee666f84
EZ
1549 * variables.texi (Creating Buffer-Local): Add an xref to "Setting
1550 Hooks" for the effect of kill-all-local-variables on local hook
1551 functions.
1552
9cf52b11
EZ
1553 * modes.texi (Major Mode Conventions, Mode Line Variables):
1554 `mode-name' need not be a string. xref to "Mode Line Data" for
1555 details, and to "Emulating Mode Line" for computing a string
1556 value.
1557
22526bc4
EZ
15582008-10-14 Eli Zaretskii <eliz@gnu.org>
1559
a65f6a85
EZ
1560 * processes.texi (System Processes): New section.
1561 (Processes, Signals to Processes): Add xrefs to it.
1562
1563 * objects.texi (Editing Types): A `process' is a subprocess of
1564 Emacs, not just any process running on the OS.
1565
1566 * elisp.texi (Top): Adjust the @detailmenu for the above two
1567 changes.
1568
2724b26a
EZ
1569 * sequences.texi (Char-Tables): Remove documentation of
1570 set-char-table-default, which has no effect since Emacs 23.
1571 <char-table-range, set-char-table-range>: Don't mention generic
1572 characters and charsets. Add a cons cell as a possible argument.
1573
1574 * nonascii.texi (Splitting Characters)
1575 (Translation of Characters): Don't mention generic characters.
1576
1577 * display.texi (Fontsets): Don't mention generic characters.
1578
22526bc4 1579 * sequences.texi (Char-Tables): `map-char-table' can now call its
25f494c9 1580 argument FUNCTION with a cons cell as KEY.
22526bc4 1581
eaf4b689
EZ
15822008-10-13 Eli Zaretskii <eliz@gnu.org>
1583
45e46036
EZ
1584 * objects.texi (Primitive Function Type): Move "@cindex special
1585 forms" from here...
1586
1587 * eval.texi (Special Forms): ...to here.
1588
1589 * functions.texi (What Is a Function): `functionp' returns nil for
1590 special forms. Add an xref.
1591
eaf4b689
EZ
1592 * elisp.texi (Top): Add a @detailmenu entry for "Frame-Local
1593 Variables".
1594
1595 * variables.texi (Frame-Local Variables): New section.
1596 (Buffer-Local Variables): Add an xref to it.
1597 (Intro to Buffer-Local, Creating Buffer-Local): A variable cannot
1598 have both frame-local and buffer-local binding.
1599
1600 * frames.texi (Frames): Mention multiple tty frames.
1601 (Frame Parameters, Parameter Access): Mention frame-local variable
1602 bindings.
1603
15688fce
GM
16042008-09-20 Glenn Morris <rgm@gnu.org>
1605
1606 * display.texi (Defining Faces): Recommend against face variables.
1607
35539065
JB
16082008-09-16 Juanma Barranquero <lekktu@gmail.com>
1609
1610 * display.texi (Echo Area Customization): Fix typo.
1611
6a57054b
JB
16122008-09-09 Juanma Barranquero <lekktu@gmail.com>
1613
1614 * loading.texi (Where Defined): Add `defface' item.
1615
d632fb82
MR
16162008-09-06 Martin Rudalics <rudalics@gmx.at>
1617
1618 * loading.texi (Where Defined): Fix description of symbol-file.
1619
905a9adb
JR
16202008-08-26 Jason Rumney <jasonr@gnu.org>
1621
1622 * display.texi (TIFF Images): New section describing :index property.
1623
852e91b7
CY
16242008-08-23 Chong Yidong <cyd@stupidchicken.com>
1625
1626 * display.texi (Temporary Displays): Remove unnecessary comment
1627 about usage of temp-buffer-show-hook.
1628
6be001ee
CY
16292008-08-05 Chong Yidong <cyd@stupidchicken.com>
1630
1631 * symbols.texi (Other Plists): Fix incorrect example.
1632 Suggested by Florian Beck.
1633
58e3d8e8
JB
16342008-07-31 Juanma Barranquero <lekktu@gmail.com>
1635
1636 * os.texi: Fix previous change.
1637
7c2fb837
DN
16382008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
1639
1640 * os.texi:
1641 * intro.texi:
1642 * files.texi: Remove VMS support.
1643
9e2a2647
DN
16442008-07-27 Dan Nicolaescu <dann@ics.uci.edu>
1645
1646 * os.texi:
1647 * frames.texi:
1648 * display.texi: Remove mentions of Mac Carbon.
1649
c4f4682b
MB
16502008-07-01 Miles Bader <miles@gnu.org>
1651
1652 * text.texi (Special Properties):
1653 * display.texi (Truncation): Add wrap-prefix and line-prefix.
1654
3696411e
JB
16552008-06-28 Johan Bockgård <bojohan@gnu.org>
1656
1657 * display.texi (Other Image Types): Fix copy/paste error; say
1658 "PBM", not "XBM".
1659
f2a77c3a
DN
16602008-06-26 Dan Nicolaescu <dann@ics.uci.edu>
1661
1662 * os.texi: Remove references to obsolete systems.
1663
6d52677d
EZ
16642008-06-20 Eli Zaretskii <eliz@gnu.org>
1665
1666 * makefile.w32-in (distclean): Remove makefile.
1667
1a87da4c
GM
16682008-06-17 Glenn Morris <rgm@gnu.org>
1669
1670 * Makefile.in (emacsver, miscmanualdir, VERSION, manual, install)
1671 (elisp, dist): Remove rules and variables that are obsolete now
1672 the lisp manual is no longer distributed separately.
1673
fdda1c5d
GM
16742008-06-16 Glenn Morris <rgm@gnu.org>
1675
646692e9
GM
1676 * configure, configure.in, mkinstalldirs: Remove unused files.
1677
1678 * book-spine.texinfo: Set version to 23.0.60.
fdda1c5d 1679 * vol1.texi (EMACSVER):
6a57054b 1680 * vol2.texi (EMACSVER): Set to 23.0.60.
fdda1c5d
GM
1681
1682 * elisp.texi, vol1.texi, vol2.texi: Update Back-Cover Text
1683 as per maintain.info.
1684
611bee81
GM
16852008-06-15 Glenn Morris <rgm@gnu.org>
1686
a7bed3a0
GM
1687 * makefile.w32-in (manual): Use "23" rather than "21".
1688
1689 * Makefile.in (emacsver): New, set by configure.
1690 (manual): Use emacsver.
1691
d794edf2
GM
1692 * intro.texi: Report bugs using M-x report-emacs-bug.
1693
611bee81
GM
1694 * elisp.texi (EMACSVER): Remove duplicate, outdated setting.
1695
c73e02fa
GM
16962008-06-13 Daniel Engeler <engeler@gmail.com>
1697
1698 * elisp.texi, internals.texi, processes.texi: Add documentation
1699 about serial port access.
1700
e40a85cd
MB
17012008-06-05 Miles Bader <miles@gnu.org>
1702
1703 * display.texi (Displaying Faces): Update to reflect function
1704 renamings in face-remap.el.
1705
7b753744
JB
17062008-06-05 Juanma Barranquero <lekktu@gmail.com>
1707
1708 * display.texi (Fontsets): Fix typos.
1709
9d3d42fb
MB
17102008-06-03 Miles Bader <miles@gnu.org>
1711
7b753744
JB
1712 * display.texi (Displaying Faces): Add add-relative-face-remapping,
1713 remove-relative-face-remapping, set-base-face-remapping,
1714 and set-default-base-face-remapping.
9d3d42fb 1715
f2cec7a9
MB
17162008-06-01 Miles Bader <miles@gnu.org>
1717
1718 * display.texi (Displaying Faces): Add face-remapping-alist.
1719
8f39c96d
SM
17202008-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
1721
1722 * tips.texi (Coding Conventions): Do not encourage the use of "-flag"
1723 variable names.
1724
1ef5eecc
ER
17252008-05-03 Eric S. Raymond <esr@golux>
1726
352c8b4a 1727 * keymaps.texi: Clarify that (current-local-map) and
1ef5eecc
ER
1728 (current-global-map) return references, not copies.
1729
63b4387f
JL
17302008-05-02 Juri Linkov <juri@jurta.org>
1731
1732 * minibuf.texi (Text from Minibuffer): Document a list of
1733 default values for `read-from-minibuffer'.
1734
38a8b703
JB
17352008-04-24 Juanma Barranquero <lekktu@gmail.com>
1736
1737 * nonascii.texi (Translation of Characters): Fix previous change.
1738
7c42e639
CY
17392008-04-20 Chong Yidong <cyd@stupidchicken.com>
1740
1741 * display.texi (Overlay Properties): Clarify role of underlying
1742 textprop and overlay keymaps for display strings.
1743
1744 * keymaps.texi (Active Keymaps): Ditto.
1745
25c0d999
SM
17462008-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
1747
1748 * minibuf.texi (Programmed Completion):
1749 Replace dynamic-completion-table with the new completion-table-dynamic.
1750
e3af5968
CY
17512008-04-07 Chong Yidong <cyd@stupidchicken.com>
1752
1753 * intro.texi (Some Terms): Change "fonts in this manual" index
1754 entry to "typographic conventions".
1755
6bfc8698
EZ
17562008-04-05 Eli Zaretskii <eliz@gnu.org>
1757
1758 * objects.texi (Text Props and Strings): Add indexing for read
1759 syntax of text properties.
1760
4972c361
SM
17612008-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
1762
1763 * processes.texi (Decoding Output): Remove process-filter-multibyte
1764 functions.
1765
c70a68db
MR
17662008-03-15 Martin Rudalics <rudalics@gmx.at>
1767
1768 * display.texi (Finding Overlays): Say that empty overlays at
1769 the end of the buffer are reported too.
1770
1291fd36
GM
17712008-03-13 Glenn Morris <rgm@gnu.org>
1772
1773 * elisp.texi (EMACSVER): Set to 23.0.60.
1774
c6b0dfd5
CY
17752008-02-26 Chong Yidong <cyd@stupidchicken.com>
1776
38a8b703 1777 * strings.texi (Formatting Strings): Treat - and 0 as flag characters.
c6b0dfd5 1778
875fc30c
GM
17792008-02-22 Glenn Morris <rgm@gnu.org>
1780
1781 * frames.texi (Position Parameters): Clarify the description of
1782 `left' and `top', using information from "Geometry".
1783 (Geometry): Give a pointer to "Position Parameters", rather than
1784 repeating information.
1785
d8c8e45a
GM
17862008-02-11 Glenn Morris <rgm@gnu.org>
1787
1788 * objects.texi (Equality Predicates): No longer talk about "two"
1789 functions.
1790
38a8b703 17912008-02-11 Lawrence Mitchell <wence@gmx.li> (tiny change)
d8c8e45a
GM
1792
1793 * objects.texi (Equality Predicates): Add defun for
1794 equal-including-properties.
1795
bfffe0b1
GM
17962008-02-10 Glenn Morris <rgm@gnu.org>
1797
1798 * objects.texi (Equality Predicates):
1799 Mention equal-including-properties.
1800
431b78c9
RS
18012008-02-07 Richard Stallman <rms@gnu.org>
1802
1803 * windows.texi (Window Start): Mention the feature of moving
1804 window-start to start of line.
1805
c8763fb6 18062008-02-07 Jan Djärv <jan.h.d@swipnet.se>
eafa12e6
JD
1807
1808 * keymaps.texi (Tool Bar): Document rtl property.
1809
1a256502
TTN
18102008-01-27 Thien-Thi Nguyen <ttn@gnuvola.org>
1811
1812 * display.texi (Button Types):
1813 For define-button-type, clarify type of NAME.
1814
569382c2
MR
18152008-01-19 Martin Rudalics <rudalics@gmx.at>
1816
1817 * buffers.texi (Buffer Modification): Fix typo.
1818
f3041af1
DN
18192008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
1820
1821 * os.texi (System Environment): Remove references to OSes that are
1822 not supported anymore.
1823
d35e1cd7
DN
18242008-01-05 Dan Nicolaescu <dann@ics.uci.edu>
1825
1826 * os.texi (System Environment): Remove mention for Masscomp.
1827
23af7580
RS
18282008-01-04 Richard Stallman <rms@gnu.org>
1829
1830 * display.texi (Faces): Don't talk about internal face vector as arg
1831 to facep.
1832
1833 * customize.texi (Type Keywords): Fix previous change.
1834
1835 * text.texi (Links and Mouse-1): Fix xref for commands.texi change.
1836 * elisp.texi (Top): Fix menu for commands.texi change.
1837
ec7d5b1e
RS
18382007-12-30 Richard Stallman <rms@gnu.org>
1839
1840 * commands.texi (Accessing Mouse): Renamed from Accessing Events.
1841 (Accessing Scroll): New node broken out of Accessing Mouse.
1842
101a6cea
RS
18432007-12-28 Richard Stallman <rms@gnu.org>
1844
1845 * frames.texi (Size Parameters): Fix typo.
7f9e0c04 1846 (Basic Parameters): For `title', refer to title bar.
041817a4 1847 (Size and Position): Explain meaning of frame pixel width and height.
101a6cea 1848
72b7e664
RS
18492007-12-23 Richard Stallman <rms@gnu.org>
1850
1851 * customize.texi (Type Keywords): Uncomment :validate and clarify it.
1852 Improve some of the commented-out keywords' text too.
1853
27a4f445
MR
18542007-12-14 Martin Rudalics <rudalics@gmx.at>
1855
e2e3f1d7
MR
1856 * nonascii.texi (Encoding and I/O): Reword to avoid saying
1857 "visit the current buffer".
1858
27a4f445
MR
1859 * os.texi (System Interface): Fix typo.
1860
a2afc99d
RS
18612007-12-04 Richard Stallman <rms@gnu.org>
1862
1863 * objects.texi (Symbol Type): Fix typo.
1864
b694135c
RS
18652007-12-03 Richard Stallman <rms@gnu.org>
1866
1867 * hooks.texi (Standard Hooks): Add link to Hooks for Loading.
1868
f99a19da
GM
18692007-12-01 Glenn Morris <rgm@gnu.org>
1870
1871 * functions.texi (Declaring Functions): Improve previous change.
1872
8f4b37d8
GM
18732007-11-30 Glenn Morris <rgm@gnu.org>
1874
1875 * functions.texi (Declaring Functions): Add optional fourth
1876 argument of declare-function, and setting third argument to `t'.
1877
61a2fe01
RS
18782007-11-29 Richard Stallman <rms@gnu.org>
1879
1880 * customize.texi (Composite Types): Document `group' type.
1881
cbfc5193
GM
18822007-11-29 Glenn Morris <rgm@gnu.org>
1883
1884 * functions.texi (Declaring Functions): Add findex. Mention
1885 `external' files.
1886
8386283a
JB
18872007-11-26 Juanma Barranquero <lekktu@gmail.com>
1888
1889 * functions.texi (Declaring Functions): Fix directive.
1890
a07c9a8b
RS
18912007-11-25 Richard Stallman <rms@gnu.org>
1892
1893 * help.texi (Help Functions): Clean up last change.
1894
1895 * advice.texi (Preactivation, Activation of Advice): Minor cleanup.
1896
1897 * loading.texi (Named Features): Minor cleanup.
1898
1899 * macros.texi (Eval During Expansion): Minor cleanup.
1900
1901 * variables.texi (Variable Aliases): Minor cleanup.
1902
a0925923
RS
19032007-11-24 Richard Stallman <rms@gnu.org>
1904
1905 * functions.texi (Declaring Functions): Clarify previous change.
1906
1907 * compile.texi (Compiler Errors): Clarify previous change.
1908
20c63e44
RS
19092007-11-24 Richard Stallman <rms@gnu.org>
1910
e5e76c04 1911 * display.texi (Refresh Screen, Forcing Redisplay):
20c63e44
RS
1912 Clarify the text and move items around.
1913
5bb0cda3
GM
19142007-11-24 Glenn Morris <rgm@gnu.org>
1915
1916 * functions.texi (Declaring Functions): New section.
1917 * compile.texi (Compiler Errors): Mention declaring functions,
1918 defvar with no initvalue, and byte-compile-warnings.
1919
af13c86a
MR
19202007-11-15 Martin Rudalics <rudalics@gmx.at>
1921
1922 * vol1.texi (Top): Remove Frame-Local Variables from Node Listing.
1923 * vol2.texi (Top): Remove Frame-Local Variables from Node Listing.
1924
a5373305
MR
19252007-11-13 Martin Rudalics <rudalics@gmx.at>
1926
1927 * help.texi (Help Functions): Document new macro `with-help-window'.
1928
fe284805
JL
19292007-11-10 Paul Pogonyshev <pogonyshev@gmx.net>
1930
1931 * searching.texi (Replacing Match): Describe new
1932 `match-substitute-replacement'.
1933
2c3a09b1
RS
19342007-10-31 Richard Stallman <rms@gnu.org>
1935
1936 * strings.texi (Creating Strings): Null strings from concat not unique.
1937
f2b480f4
RS
19382007-10-26 Richard Stallman <rms@gnu.org>
1939
1940 * objects.texi (Equality Predicates): Null strings are uniquified.
1941
1942 * minibuf.texi: Minor clarifications in previous change.
1943
db21122c
GM
19442007-10-25 Glenn Morris <rgm@gnu.org>
1945
1946 * customize.texi (Variable Definitions): Add :risky and :safe keywords.
1947
2328cbb3
RS
19482007-10-24 Richard Stallman <rms@gnu.org>
1949
1950 * elisp.texi (Top): Delete Frame-Local Variables from subnode menu.
1951
1952 * variables.texi (Frame-Local Variables): Node deleted.
1953 (Variables): Delete Frame-Local Variables from menu.
1954 (Local Variables, Buffer-Local Variables, Intro to Buffer-Local)
1955 (Default Value): Don't mention frame-local vars.
1956
1957 * os.texi (Idle Timers): current-idle-time returns nil if not idle.
1958
1959 * loading.texi (Unloading): Document FEATURE-unload-function
1960 instead of FEATURE-unload-hook.
1961
2328cbb3
RS
1962 * frames.texi (Multiple Displays): Don't mention frame-local vars.
1963
c066bafa
JL
19642007-10-22 Juri Linkov <juri@jurta.org>
1965
1966 * minibuf.texi (Text from Minibuffer, Minibuffer Completion)
1967 (High-Level Completion): Document a list of default value strings
1968 in the DEFAULT argument, for which minibuffer functions return the
1969 first element.
1970
65ced25f
JL
19712007-10-17 Juri Linkov <juri@jurta.org>
1972
1973 * text.texi (Filling): Update arguments of fill-paragraph.
1974 fill-paragraph operates on the active region in Transient Mark mode.
1975 Remove fill-paragraph-or-region.
1976
ee46ec8e
KB
19772007-10-13 Karl Berry <karl@gnu.org>
1978
1979 * elisp.texi (@dircategory): Move to after @copying,
1980 since we want @copying as close as possible to the beginning of
1981 the output.
1982
61bbdbc6
RS
19832007-10-12 Richard Stallman <rms@gnu.org>
1984
1985 * elisp.texi (Top): Add Distinguish Interactive to subnode menu.
1986
1987 * commands.texi (Distinguish Interactive): New node,
1988 broken out from Interactive Call and rewritten.
1989 (Command Loop): Put Distinguish Interactive in menu.
1990
af23e1e8
RS
19912007-10-09 Richard Stallman <rms@gnu.org>
1992
1993 * text.texi (Examining Properties): Mention overlay priority.
1994
1995 * display.texi (Display Margins): Correct the description
1996 of margin display specifications.
1997 (Replacing Specs): New subnode broken out of Display Property.
1998
e1965a69
JL
19992007-10-06 Juri Linkov <juri@jurta.org>
2000
2001 * text.texi (Filling): Document fill-paragraph-or-region.
2002
4638454b
JB
20032007-10-05 Juanma Barranquero <lekktu@gmail.com>
2004
2005 * display.texi (Auto Faces): Fix typo.
2006
7ed54cc5
RS
20072007-10-02 Richard Stallman <rms@gnu.org>
2008
2009 * display.texi (Display Property): Explain some display specs
2010 don't let you move point in.
2011
2012 * frames.texi (Cursor Parameters): Describe
2013 cursor-in-non-selected-windows here. Explain more values.
2014
2015 * windows.texi (Basic Windows): Don't describe
2016 cursor-in-non-selected-windows here.
2017
305a7ef2
EZ
20182007-10-01 Eli Zaretskii <eliz@gnu.org>
2019
2020 * processes.texi (Misc Network): Note that these functions are
2021 supported only on some systems.
2022
f7a7f4eb
RS
20232007-10-01 Richard Stallman <rms@gnu.org>
2024
2025 * display.texi (Overlay Properties): Explain nil as priority.
2026 Explain that conflicts are unpredictable if not resolved by
2027 priorities.
2028
780d7bb9
RS
20292007-09-23 Richard Stallman <rms@gnu.org>
2030
2031 * macros.texi (Backquote): Minor clarification.
2032
14b4fdfb
RS
20332007-09-19 Richard Stallman <rms@gnu.org>
2034
2035 * display.texi (Display Property): Explain multiple display specs.
9600ac7c
RS
2036 Clarify when they work in parallel and when one overrides.
2037 Fix error in example.
14b4fdfb 2038
b8d4c8d0
GM
20392007-09-06 Glenn Morris <rgm@gnu.org>
2040
b3e755a9 2041 Move from lispref/ to doc/lispref/. Change all setfilename
b8d4c8d0
GM
2042 commands to use ../../info.
2043 * Makefile.in (infodir): Go up one more level.
4638454b 2044 (usermanualdir): Change from ../man to ../emacs.
b8d4c8d0
GM
2045 (miscmanualdir): New.
2046 (dist): Use new variable miscmanualdir.
2047 * makefile.w32-in (infodir, texinputdir): Go up one more level.
2048 (usermanualdir): Change from ../man to ../emacs.
2049
1bb1f7d3
MR
20502007-08-30 Martin Rudalics <rudalics@gmx.at>
2051
2052 * commands.texi (Command Loop Info): Advise against changing
2053 most variables described here. Explain new variable
2054 last-repeatable-command.
2055
b8d4c8d0
GM
20562007-08-29 Glenn Morris <rgm@gnu.org>
2057
2058 * elisp.texi (EMACSVER): Increase to 23.0.50.
2059
20602007-08-29 Dan Nicolaescu <dann@ics.uci.edu>
2061
2062 * frames.texi (Basic Parameters): Add display-environment-variable
2063 and term-environment-variable.
2064
20652007-08-28 Juri Linkov <juri@jurta.org>
2066
2067 * display.texi (Image Formats, Other Image Types): Add SVG.
2068
20692007-08-28 Juri Linkov <juri@jurta.org>
2070
2071 * display.texi (Images): Move formats-related text to new node
2072 "Image Formats".
2073 (Image Formats): New node.
2074
619fb9ee
RS
20752007-08-27 Richard Stallman <rms@gnu.org>
2076
2077 * windows.texi (Window Configurations): Clarify what
2078 a window configuration saves.
2079
b8d4c8d0
GM
20802007-08-25 Richard Stallman <rms@gnu.org>
2081
2082 * display.texi (Images): Delete redundant @findex.
2083
20842007-08-16 Richard Stallman <rms@gnu.org>
2085
2086 * processes.texi (Asynchronous Processes): Clarify
2087 doc of start-file-process.
2088
20892007-08-08 Martin Rudalics <rudalics@gmx.at>
2090
2091 * modes.texi (Example Major Modes): Fix typo.
2092
20932007-08-08 Glenn Morris <rgm@gnu.org>
2094
2095 * intro.texi (nil and t): Do not use `iff' in documentation.
2096
2097 * tips.texi (Documentation Tips): Recommend against `iff'.
2098
20992007-08-07 Chong Yidong <cyd@stupidchicken.com>
2100
2101 * display.texi (Image Cache): Document image-refresh.
2102
21032007-08-06 Martin Rudalics <rudalics@gmx.at>
2104
2105 * windows.texi (Size of Window): Document window-full-width-p.
2106
21072007-07-25 Glenn Morris <rgm@gnu.org>
2108
2109 * gpl.texi (GPL): Replace license with GPLv3.
2110
2111 * Relicense all FSF files to GPLv3 or later.
2112
21132007-07-24 Michael Albinus <michael.albinus@gmx.de>
2114
4638454b
JB
2115 * processes.texi (Synchronous Processes):
2116 Add `process-file-shell-command'.
b8d4c8d0
GM
2117 (Asynchronous Processes): Mention restricted use of
2118 `process-filter' and `process-sentinel' in
2119 `start-file-process'. Add `start-file-process-shell-command'.
2120
21212007-07-17 Michael Albinus <michael.albinus@gmx.de>
2122
2123 * files.texi (Magic File Names): Introduce optional parameter
2124 IDENTIFICATION for `file-remote-p'.
2125
21262007-07-16 Richard Stallman <rms@gnu.org>
2127
2128 * display.texi (Defining Faces): Fix previous change.
2129
21302007-07-14 Richard Stallman <rms@gnu.org>
2131
2132 * control.texi (Handling Errors): Document `debug' in handler list.
2133
21342007-07-10 Richard Stallman <rms@gnu.org>
2135
2136 * display.texi (Defining Faces): Explain C-M-x feature for defface.
2137
21382007-07-09 Richard Stallman <rms@gnu.org>
2139
2140 * files.texi (Magic File Names): Rewrite previous change.
2141
21422007-07-08 Michael Albinus <michael.albinus@gmx.de>
2143
2144 * files.texi (Magic File Names): Introduce optional parameter
2145 CONNECTED for `file-remote-p'.
2146
21472007-07-07 Michael Albinus <michael.albinus@gmx.de>
2148
2149 * processes.texi (Asynchronous Processes):
2150 * files.texi (Magic File Names): Add `start-file-process'.
2151
21522007-06-27 Richard Stallman <rms@gnu.org>
2153
2154 * files.texi (Format Conversion Piecemeal): Clarify
2155 `after-insert-file-functions' calling convention.
2156
21572007-06-27 Michael Albinus <michael.albinus@gmx.de>
2158
4638454b
JB
2159 * files.texi (Magic File Names): Remove `dired-call-process'.
2160 Add `process-file'.
b8d4c8d0
GM
2161
21622007-06-27 Kenichi Handa <handa@m17n.org>
2163
2164 * text.texi (Special Properties): Fix description about
4638454b 2165 `composition' property.
b8d4c8d0
GM
2166
21672007-06-26 Kenichi Handa <handa@m17n.org>
2168
2169 * nonascii.texi (Default Coding Systems): Document about the
2170 return value `undecided'.
2171
21722007-06-25 David Kastrup <dak@gnu.org>
2173
2174 * keymaps.texi (Active Keymaps): Document new POSITION argument of
2175 `current-active-maps'.
2176
21772007-06-24 Karl Berry <karl@gnu.org>
2178
4638454b 2179 * elisp.texi, vol1.texi, vol2.texi: New Back-Cover Text.
b8d4c8d0
GM
2180
21812007-06-15 Juanma Barranquero <lekktu@gmail.com>
2182
2183 * display.texi (Overlay Arrow): Doc fix.
2184
21852007-06-14 Karl Berry <karl@tug.org>
2186
2187 * anti.texi (Antinews): Typo.
2188
21892007-06-14 Chong Yidong <cyd@stupidchicken.com>
2190
2191 * display.texi (Image Cache): Document image-refresh.
2192
21932007-06-12 Karl Berry <karl@gnu.org>
2194
2195 * vol1.texi, vol2.texi, two-volume-cross-refs.txt: Update.
2196 * two-volume.make: New file.
2197 * .cvsignore: Ignore two-volume files.
2198
21992007-06-12 Tom Tromey <tromey@redhat.com>
2200
2201 * os.texi (Init File): Document user-emacs-directory.
2202
22032007-06-03 Nick Roberts <nickrob@snap.net.nz>
2204
2205 * commands.texi (Click Events): Describe width and height when
2206 object is nil.
2207
22082007-05-30 Nick Roberts <nickrob@snap.net.nz>
2209
2210 * commands.texi (Click Events): Layout more logically. Describe
2211 width and height.
2212 (Drag Events, Motion Events): Update to new format for position.
2213
22142007-06-02 Richard Stallman <rms@gnu.org>
2215
2216 * frames.texi (Color Parameters): Add xref to (emacs)Standard Faces.
2217
22182007-06-02 Chong Yidong <cyd@stupidchicken.com>
2219
2220 * Version 22.1 released.
2221
22222007-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
2223
2224 * text.texi (Special Properties): Correct meaning of fontified face.
2225
22262007-05-30 Richard Stallman <rms@gnu.org>
2227
2228 * text.texi (Special Properties): Add link to Adjusting Point.
2229
22302007-05-12 Richard Stallman <rms@gnu.org>
2231
2232 * text.texi (Margins): indent-to-left-margin is not the default.
2233 (Mode-Specific Indent): For indent-line-function, the default
2234 is indent-relative.
2235
2236 * modes.texi (Example Major Modes): Explain last line of text-mode
2237 is redundant.
2238
22392007-05-10 Richard Stallman <rms@gnu.org>
2240
2241 * keymaps.texi (Scanning Keymaps): Update where-is-internal example.
2242
2243 * help.texi (Keys in Documentation): Add reference to
2244 Documentation Tips.
2245
2246 * files.texi (Format Conversion): TO-FN gets three arguments.
2247
2248 * modes.texi (Auto Major Mode): Document file-start-mode-alist.
2249
22502007-05-10 Thien-Thi Nguyen <ttn@gnuvola.org>
2251
2252 * elisp.texi (Top): Remove "Saving Properties" from detailed menu.
2253 * files.texi (Format Conversion): Expand intro; add menu.
2254 (Format Conversion Overview, Format Conversion Round-Trip)
2255 (Format Conversion Piecemeal): New nodes/subsections.
2256 * hooks.texi: Xref "Format Conversion" , not "Saving Properties".
2257 * text.texi (Text Properties): Remove "Saving Properties" from menu.
2258 (Saving Properties): Delete node/subsection.
2259
22602007-05-07 Karl Berry <karl@gnu.org>
2261
2262 * elisp.texi (EMACSVER): Back to 22.
2263
22642007-05-06 Richard Stallman <rms@gnu.org>
2265
2266 * processes.texi (Accepting Output): Revert most of previous change.
2267
22682007-05-05 Richard Stallman <rms@gnu.org>
2269
2270 * processes.texi (Accepting Output): accept-process-output
2271 uses microseconds, not milliseconds. But that arg is obsolete.
2272
22732007-05-04 Karl Berry <karl@tug.org>
2274
2275 * elisp.texi (EMACSVER) [smallbook]: 22.1, not 22.
2276
22772007-05-04 Eli Zaretskii <eliz@gnu.org>
2278
2279 * tips.texi (Documentation Tips): Rearrange items to place the
2280 more important ones first. Add an index entry for hyperlinks.
2281
22822007-05-03 Karl Berry <karl@gnu.org>
2283
2284 * elisp.texi (\urlcolor, \linkcolor) [smallbook]: \Black for printing.
2285 (EMACSVER) [smallbook]: 22 for printed version.
2286
2287 * control.texi (Signaling Errors) <signal>: texinfo.tex is fixed,
2288 so restore anchor to normal position after defun. Found by Kevin Ryde.
2289
22902007-04-26 Glenn Morris <rgm@gnu.org>
2291
2292 * elisp.texi (EMACSVER): Increase to 22.1.50.
2293
22942007-04-28 Karl Berry <karl@gnu.org>
2295
2296 * elisp.texi: Improve line breaks on copyright page,
2297 similar layout to emacs manual, 8.5x11 by default.
2298
22992007-04-24 Richard Stallman <rms@gnu.org>
2300
2301 * text.texi (Special Properties): Add xref to Overlay Properties.
2302
2303 * display.texi (Overlay Properties): Add xref to Special Properties.
2304
23052007-04-22 Richard Stallman <rms@gnu.org>
2306
2307 * keymaps.texi (Extended Menu Items): Move the info about
2308 format with cached keyboard binding.
2309
23102007-04-21 Richard Stallman <rms@gnu.org>
2311
2312 * text.texi (Special Properties): Clarify previous change.
2313
2314 * files.texi (File Name Expansion): Clarify previous change.
2315
2316 * display.texi (Attribute Functions): Fix example for
2317 face-attribute-relative-p.
2318
23192007-04-19 Kenichi Handa <handa@m17n.org>
2320
2321 * text.texi (Special Properties): Document composition property.
2322
23232007-04-19 Glenn Morris <rgm@gnu.org>
2324
2325 * files.texi (File Name Expansion): Mention "superroot".
2326
23272007-04-15 Chong Yidong <cyd@stupidchicken.com>
2328
2329 * frames.texi (Multiple Displays): Add note about "multi-monitor"
2330 setups.
2331 (Display Feature Testing): Note that display refers to all
2332 physical monitors for multi-monitor setups.
2333
23342007-04-14 Richard Stallman <rms@gnu.org>
2335
2336 * lists.texi (Sets And Lists): Clarify `delete' examples.
2337 Remove spurious xref to same node.
2338 Clarify xref for add-to-list.
2339
23402007-04-12 Nick Roberts <nickrob@snap.net.nz>
2341
2342 * keymaps.texi (Format of Keymaps): Remove spurious ")" from
2343 value of lisp-mode-map.
2344
23452007-04-11 Karl Berry <karl@gnu.org>
2346
2347 * anti.texi (Antinews):
2348 * display.texi (Overlay Properties, Defining Images):
2349 * processes.texi (Synchronous Processes, Sentinels):
2350 * syntax.texi (Syntax Table Internals):
2351 * searching.texi (Regexp Special):
2352 * nonascii.texi (Default Coding Systems):
2353 * text.texi (Special Properties):
2354 * minibuf.texi (Basic Completion): Wording to improve breaks in
2355 8.5x11 format.
2356 * elisp.texi (smallbook): New @set to more easily switch between
2357 smallbook and 8.5x11.
2358
23592007-04-11 Richard Stallman <rms@gnu.org>
2360
2361 * text.texi (Lazy Properties): Minor fix.
2362
23632007-04-08 Karl Berry <karl@gnu.org>
2364
2365 * symbols.texi (Plists and Alists): Period after "vs" in index entries.
2366 * macros.texi (Backquote): Downcase Backquote in index entries for
2367 consistency.
2368
23692007-04-08 Richard Stallman <rms@gnu.org>
2370
2371 * text.texi (Adaptive Fill): Just describe default,
2372 don't show it (since it contains non-ASCII chars).
2373
23742007-04-07 Karl Berry <karl@gnu.org>
2375
2376 * text.texi (Adaptive Fill) [@iftex]: Omit binary characters in
2377 adaptive-fill-regexp's value, since they are not in the standard
2378 TeX fonts.
2379
23802007-04-07 Guanpeng Xu <herberteuler@hotmail.com>
2381
2382 * display.texi (Defining Faces): Fix example.
2383
23842007-04-07 Karl Berry <karl@gnu.org>
2385
2386 * display.texi (Button Buffer Commands): Improve page break.
2387
23882007-04-07 Richard Stallman <rms@gnu.org>
2389
2390 * advice.texi (Activation of Advice): Remove redundant index entry.
2391
2392 * backups.texi: Improve index entries. Remove redundant ones.
2393
2394 * compile.texi (Byte Compilation): Improve index entry.
2395
2396 * hash.texi (Creating Hash): Improve index entry.
2397
2398 * symbols.texi (Definitions): Improve index entry.
2399
2400 * edebug.texi: Improve index entries. Remove redundant/useless ones.
2401
2402 * maps.texi (Standard Keymaps): Remove useless index entry.
2403
2404 * help.texi (Documentation Basics): Remove redundant index entries.
2405
2406 * customize.texi: Improve index entries.
2407 Remove redundant/useless ones.
2408
2409 * locals.texi (Standard Buffer-Local Variables): Clarify intro text.
2410
2411 * streams.texi (Output Variables): Improve index entry.
2412
2413 * abbrevs.texi (Abbrevs): Remove useless index entry.
2414
2415 * macros.texi (Expansion): Remove useless index entry.
2416
2417 * text.texi: Improve index entries. Remove redundant/useless ones.
2418 (Text Properties, Examining Properties)
2419 (Special Properties): Use "property category" instead of "category"
2420 to refer to the `category' property.
2421
2422 * positions.texi: Improve index entries. Remove useless one.
2423
2424 * lists.texi: Improve index entries. Remove redundant/useless ones.
2425
2426 * os.texi: Improve index entries.
2427 (Timers): Fix previous change.
2428
2429 * buffers.texi: Improve index entries.
2430 (Modification Time): Get rid of term "obsolete buffer".
2431
2432 * debugging.texi: Improve index entries.
2433 (Test Coverage): Add xref to other test coverage ftr.
2434
2435 * eval.texi: Improve index entry. Remove redundant ones.
2436
2437 * numbers.texi: Improve index entries. Remove redundant/useless ones.
2438
2439 * files.texi: Improve index entries. Remove redundant/useless ones.
2440
2441 * objects.texi: Improve index entries.
2442
2443 * processes.texi: Improve index entries.
2444
2445 * modes.texi: Improve index entry. Remove redundant one.
2446
2447 * nonascii.texi: Improve index entries.
2448
2449 * internals.texi: Improve index entries.
2450
2451 * syntax.texi: Improve index entries.
2452
2453 * keymaps.texi (Active Keymaps): Improve index entries.
2454
2455 * commands.texi: Improve index entries. Remove redundant/useless ones.
2456
2457 * frames.texi: Improve index entries. Remove redundant/useless ones.
2458
2459 * markers.texi: Improve index entries. Remove redundant ones.
2460
2461 * tips.texi: Improve index entries.
2462
2463 * loading.texi (Unloading): Improve index entry.
2464
2465 * variables.texi: Improve index entries. Remove redundant one.
2466
2467 * sequences.texi: Improve index entry.
2468
2469 * display.texi: Improve index entries. Remove redundant ones.
2470
2471 * windows.texi: Improve index entries.
2472
2473 * searching.texi: Improve index entries. Remove redundant one.
2474
2475 * strings.texi (Case Tables): Improve last change.
2476
24772007-04-04 Chong Yidong <cyd@stupidchicken.com>
2478
2479 * strings.texi (Case Tables): Document with-case-table and
2480 ascii-case-table.
2481
24822007-04-03 Karl Berry <karl@gnu.org>
2483
2484 * processes.texi (Network): Reword to improve page break.
2485
24862007-04-03 Eli Zaretskii <eliz@gnu.org>
2487
2488 * functions.texi (Inline Functions): Describe more disadvantages
2489 of defsubst, and make advice against it stronger.
2490
24912007-04-02 Karl Berry <karl@gnu.org>
2492
2493 * backups.texi (Backup Names): Avoid widow words.
2494 * modes.texi (Example Major Modes): Align last comment.
2495
24962007-04-01 Chong Yidong <cyd@stupidchicken.com>
2497
2498 * keymaps.texi (Remapping Commands): Document new arg to
2499 command-remapping.
2500
25012007-04-01 Karl Berry <karl@gnu.org>
2502
2503 * processes.texi (Low-Level Network): Typo.
2504 * loading.texi (Hooks for Loading): Avoid double "the".
2505 * keymaps.texi (Key Sequences): No double "and".
2506 (Changing Key Bindings): Shorten to improve line break.
2507
25082007-03-31 Glenn Morris <rgm@gnu.org>
2509
2510 * os.texi (Timers): Fix description of run-at-time TIME formats.
2511
25122007-03-31 Richard Stallman <rms@gnu.org>
2513
2514 * display.texi (Invisible Text): Correct buffer-invisibility-spec
2515 regarding ellipsis.
2516
25172007-03-31 Eli Zaretskii <eliz@gnu.org>
2518
2519 * intro.texi (nil and t):
2520 * symbols.texi (Plists and Alists):
2521 * variables.texi (Variable Aliases, Constant Variables):
2522 * functions.texi (Defining Functions):
2523 * advice.texi (Advising Primitives):
2524 * debugging.texi (Syntax Errors, Compilation Errors):
2525 * minibuf.texi (Minibuffer Windows):
2526 * commands.texi (Adjusting Point):
2527 * modes.texi (Syntactic Font Lock, Faces for Font Lock)
2528 (Auto Major Mode, Major Mode Conventions):
2529 * help.texi (Describing Characters):
2530 * files.texi (Create/Delete Dirs, Information about Files)
2531 (File Locks, Writing to Files, Reading from Files)
2532 (Saving Buffers):
2533 * windows.texi (Resizing Windows, Cyclic Window Ordering):
2534 * frames.texi (Finding All Frames):
2535 * positions.texi (Buffer End, Motion):
2536 * markers.texi (The Region):
2537 * text.texi (Deletion, Near Point):
2538 * display.texi (Displaying Messages, Truncation):
2539 * os.texi (Processor Run Time):
2540 * tips.texi (Key Binding Conventions, Programming Tips)
2541 (Warning Tips, Documentation Tips, Comment Tips):
2542 * internals.texi (Memory Usage): Improve indexing.
2543
2544 * variables.texi (Frame-Local Variables):
2545 * functions.texi (Argument List):
2546 * loading.texi (Library Search):
2547 * streams.texi (Output Variables):
2548 * keymaps.texi (Translation Keymaps, Searching Keymaps):
2549 * searching.texi (Replacing Match, Search and Replace):
2550 * processes.texi (Byte Packing, Decoding Output)
2551 (Accepting Output, Network Servers, Shell Arguments):
2552 * display.texi (Abstract Display, Image Cache, Scroll Bars):
2553 * windows.texi (Window Point, Window Start):
2554 * frames.texi (Management Parameters, Frame Parameters, Frame Titles):
2555 * commands.texi (Reading Input, Keyboard Events):
2556 * minibuf.texi (Reading File Names, Minibuffer Completion)
2557 (Recursive Mini):
2558 * positions.texi (List Motion):
2559 * hash.texi (Hash Tables, Creating Hash, Defining Hash):
2560 * numbers.texi (Arithmetic Operations, Math Functions)
2561 (Predicates on Numbers, Comparison of Numbers):
2562 (Numeric Conversions):
2563 * locals.texi (Standard Buffer-Local Variables):
2564 * maps.texi (Standard Keymaps):
2565 * os.texi (User Identification, System Environment, Recording Input)
2566 (X11 Keysyms):
2567 * nonascii.texi (Non-ASCII Characters, Splitting Characters):
2568 * backups.texi (Backups and Auto-Saving):
2569 * customize.texi (Customization, Group Definitions)
2570 (Variable Definitions):
2571 * compile.texi (Byte Compilation): Improve index entries.
2572
25732007-03-31 Karl Berry <karl@gnu.org>
2574
2575 * macros.texi (Defining Macros): Avoid widow syllable.
2576
25772007-03-31 Eli Zaretskii <eliz@gnu.org>
2578
2579 * elisp.texi (Top): Postscript -> PostScript.
2580
2581 * display.texi (Images, Postscript Images): Postscript -> PostScript.
2582
25832007-03-31 Markus Triska <markus.triska@gmx.at>
2584
2585 * internals.texi (Writing Emacs Primitives): Untabify `For'.
2586
25872007-03-30 Karl Berry <karl@gnu.org>
2588
2589 * lists.texi (List-related Predicates): Remove spurious @need.
2590 (Setcdr): Use @smallexample to improve page break.
2591 (Association Lists) <assoc>: Reword to improve page break.
2592
2593 * strings.texi (String Conversion): Insert blank line to improve
2594 page break.
2595
2596 * numbers.texi (Random Numbers): Use @minus{}.
2597 (Math Functions): Use @minus{}.
2598
2599 * intro.texi (Acknowledgements): Avoid line breaks before middle
2600 initials.
2601
26022007-03-24 Eli Zaretskii <eliz@gnu.org>
2603
2604 * errors.texi (Standard Errors): Add an index entry.
2605
26062007-03-19 Richard Stallman <rms@gnu.org>
2607
2608 * os.texi (Recording Input): recent-keys now gives 300 keys.
2609
26102007-03-12 Glenn Morris <rgm@gnu.org>
2611
2612 * os.texi: Replace "daylight savings" with "daylight saving"
2613 throughout.
2614
26152007-03-05 Richard Stallman <rms@gnu.org>
2616
2617 * variables.texi (File Local Variables): Update
2618 enable-local-variables values.
2619
26202007-03-04 Richard Stallman <rms@gnu.org>
2621
2622 * syntax.texi (Control Parsing): Minor clarification.
2623
2624 * strings.texi (Formatting Strings): Clarify width, precision, flags.
2625
2626 * sequences.texi (Sequence Functions): Move string-bytes away,
2627 add xref.
2628
2629 * nonascii.texi (Text Representations): Move string-bytes here.
2630
2631 * modes.texi (Major Mode Conventions): Fundamental mode is exception.
2632
2633 * minibuf.texi (Basic Completion): Minor clarification.
2634
2635 * markers.texi (The Mark): Clarify existence vs activation of mark.
2636 Other cleanup.
2637
2638 * display.texi (Finding Overlays): Write better example.
2639
2640 * compile.texi (Eval During Compile): Clarify putting macros
2641 in eval-when-compile.
2642
c5602427 26432007-02-25 Vinicius Jose Latorre <viniciusjl@ig.com.br> (tiny change)
b8d4c8d0
GM
2644
2645 * loading.texi (How Programs Do Loading): Fix anchor position at
c5602427 2646 load-read-function definition doc.
b8d4c8d0
GM
2647
26482007-02-21 Kim F. Storm <storm@cua.dk>
2649
2650 * strings.texi (Text Comparison): Mention that assoc-string
2651 converts symbols to strings before testing.
2652
26532007-02-17 Kim F. Storm <storm@cua.dk>
2654
2655 * processes.texi (Bindat Spec): Vector types can have optional
2656 element type.
2657 (Bindat Examples): Fix example. Add vector with element type.
2658
26592007-02-16 Andreas Schwab <schwab@suse.de>
2660
2661 * strings.texi (Formatting Strings): Document '+' flag.
2662
26632007-02-15 Juanma Barranquero <lekktu@gmail.com>
2664
2665 * strings.texi (Modifying Strings): Clarify that `clear-string'
2666 always converts the string to unibyte.
2667
26682007-02-14 Kim F. Storm <storm@cua.dk>
2669
2670 * display.texi (Glyphs): Add make-glyph-code, glyph-char, glyph-face.
2671 Rewrite glyph code description to refer to these functions.
2672 Remove details of encoding face number and char into integer code.
2673
26742007-02-03 Alan Mackenzie <acm@muc.de>
2675
2676 * loading.texi (Hooks for Loading): Make the description of
2677 `eval-after-load' more detailed, and amend the description of
2678 after-load-alist, in accordance with changes from 2006-05.
2679
26802007-02-03 Chong Yidong <cyd@stupidchicken.com>
2681
2682 * modes.texi (Defining Minor Modes): Document that a :require
2683 keyword or similar may be required to make saved customization
2684 variables work.
2685
26862007-02-03 Eli Zaretskii <eliz@gnu.org>
2687
2688 * elisp.texi (Top): Make the detailed menu headers compliant with
2689 Texinfo guidelines and with what texnfo-upd.el expects. Add
2690 comments to prevent people from inadvertently modifying the key
2691 parts needed by `texinfo-multiple-files-update'.
2692
26932007-02-02 Eli Zaretskii <eliz@gnu.org>
2694
2695 * elisp.texi (Top): Update the top-level menus.
2696
2697 * syntax.texi (Categories): Add index entries.
2698
26992007-02-01 Juanma Barranquero <lekktu@gmail.com>
2700
2701 * display.texi (Attribute Functions): Fix name and description of
2702 the UNDERLINE arg of `set-face-underline-p'.
2703
27042007-01-29 Eli Zaretskii <eliz@gnu.org>
2705
2706 * elisp.texi (Top): Add "Standard Errors", "Standard Buffer-Local
2707 Variables", and "Standard Keymaps" to the detailed menu.
2708
2709 * variables.texi (Future Local Variables): Add index entry.
2710
27112007-01-28 Richard Stallman <rms@gnu.org>
2712
2713 * tips.texi (Coding Conventions): Clarify the tip about macros
2714 that define a function or a variable.
2715
2716 * files.texi (File Attributes): UID and GID can be floats.
2717 (Magic File Names): Explain why deferring all operations to
2718 the standard handler does not work.
2719
27202007-01-23 Martin Rudalics <rudalics@gmx.at>
2721
2722 * backups.texi (Reverting): Use "buffer" instead of "file"
2723 when talking about major and minor modes.
2724
27252007-01-21 Richard Stallman <rms@gnu.org>
2726
2727 * help.texi (Documentation): Add xref to Documentation Tips.
2728
27292007-01-14 Juanma Barranquero <lekktu@gmail.com>
2730
2731 * tips.texi (Coding Conventions): Fix typos.
2732
27332007-01-05 Richard Stallman <rms@gnu.org>
2734
2735 * modes.texi (Defining Minor Modes): Fix previous change.
2736
27372007-01-03 Richard Stallman <rms@gnu.org>
2738
2739 * customize.texi (Variable Definitions, Customization Types):
2740 Don't use * in doc string for defcustom.
2741
27422007-01-02 Richard Stallman <rms@gnu.org>
2743
2744 * variables.texi (Variable Aliases): Clarify that aliases vars
2745 always have the same value.
2746
2747 * processes.texi (Bindat Spec): Fix Texinfo usage.
2748
2749 * modes.texi (Defining Minor Modes): Explain effect of command
2750 defined with define-global-minor-mode on new buffers.
2751
27522006-12-30 Kim F. Storm <storm@cua.dk>
2753
2754 * keymaps.texi (Tool Bar): Describe `grow-only' value of
2755 `auto-resize-tool-bars'.
2756
27572006-12-30 Richard Stallman <rms@gnu.org>
2758
2759 * keymaps.texi (Active Keymaps): Fix previous change.
2760
27612006-12-30 Nick Roberts <nickrob@snap.net.nz>
2762
2763 * keymaps.texi (Active Keymaps): Make xref to lookup-key.
2764
27652006-12-30 Kim F. Storm <storm@cua.dk>
2766
2767 * processes.texi (Bindat Spec): Clarify using field names in
2768 length specifications.
2769
27702006-12-29 Kim F. Storm <storm@cua.dk>
2771
2772 * processes.texi (Bindat Spec): Explain eval forms and lengths better.
2773 Add count and index variables for eval forms in repeat blocks.
2774
27752006-12-24 Richard Stallman <rms@gnu.org>
2776
2777 * customize.texi (Variable Definitions): Document
2778 new name custom-add-frequent-value.
2779
27802006-12-19 Kim F. Storm <storm@cua.dk>
2781
2782 * commands.texi (Misc Events): User signals now result in sigusr1
2783 and sigusr2 events which are handled through special-event-map.
2784 (Special Events): User signals and drag-n-drop are special.
2785
27862006-12-17 Richard Stallman <rms@gnu.org>
2787
2788 * loading.texi (Named Features): Explain subfeatures better.
2789
2790 * customize.texi: Use "option" only for user options.
2791 For the keyword values inside defcustom etc, say "keywords".
2792 For :options value's elements, say "elements".
2793 :group should not be omitted.
2794
2795 * syntax.texi (Parsing Expressions): Split up node.
2796 (Motion via Parsing, Position Parse, Parser State)
2797 (Low-Level Parsing, Control Parsing): New subnodes.
2798 (Parser State): Document syntax-ppss-toplevel-pos.
2799
2800 * positions.texi (List Motion): Punctuation fix.
2801
2802 * files.texi (File Name Completion): Document PREDICATE arg
2803 to file-name-completion.
2804
28052006-12-16 Eli Zaretskii <eliz@gnu.org>
2806
2807 * internals.texi (Building Emacs, Writing Emacs Primitives):
2808 Add index entries.
2809
28102006-12-11 Richard Stallman <rms@gnu.org>
2811
2812 * modes.texi (Font Lock Basics): Explain how nil for font-lock-defaults
2813 affects face menu. Explain how to make it non-nil without enabling
2814 any fontification.
2815
28162006-12-10 Chong Yidong <cyd@stupidchicken.com>
2817
2818 * modes.texi (Font Lock Basics): Document nil value of
2819 font-lock-defaults.
2820
28212006-12-10 Glenn Morris <rgm@gnu.org>
2822
2823 * abbrevs.texi (Defining Abbrevs): Mention `define-abbrev' 'force
2824 value for system-flag argument. Abbrev tables may not be empty
2825 when major modes are loaded.
2826
28272006-12-08 Juanma Barranquero <lekktu@gmail.com>
2828
2829 * makefile.w32-in (maintainer-clean): Partially revert last
2830 change; delete "elisp-?" and "elisp-??" instead of "elisp-*"
2831 to protect elisp-covers.texi.
2832
28332006-12-07 Juanma Barranquero <lekktu@gmail.com>
2834
2835 * makefile.w32-in (maintainer-clean): Depend on `distclean'.
2836 Don't remove elisp* info files; they are already deleted by the
2837 `clean' and `distclean' targets, and they are in the $(infodir)
2838 directory, not the current one.
2839
28402006-12-04 Kim F. Storm <storm@cua.dk>
2841
2842 * commands.texi (Misc Events): Update signal events.
2843 (Event Examples): Add signal example.
2844
28452006-11-29 Richard Stallman <rms@gnu.org>
2846
2847 * frames.texi (Visibility of Frames): Explain visible windows
2848 can be covered by others. Add xref for raise-frame.
2849
28502006-11-28 Richard Stallman <rms@gnu.org>
2851
2852 * searching.texi (Regexp Special): Update when ^ is special.
2853
28542006-11-27 Eli Zaretskii <eliz@gnu.org>
2855
2856 * customize.texi (Customization, Common Keywords)
2857 (Group Definitions, Variable Definitions, Composite Types)
2858 (Type Keywords, Customization Types): Add index entries for
2859 various customization keywords.
2860
28612006-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
2862
2863 * modes.texi (Multiline Font Lock): Rephrase some parts for clarity.
2864
c8763fb6 28652006-11-10 Jan Djärv <jan.h.d@swipnet.se>
b8d4c8d0
GM
2866
2867 * frames.texi (Window System Selections): Remove clipboard from
2868 description of selection-coding-system.
2869
28702006-11-06 Richard Stallman <rms@gnu.org>
2871
2872 * lists.texi (List Variables): Document COMPARE-FN.
2873
2874 * keymaps.texi: Avoid use of "binding" to mean a relation;
2875 use it only to refer to the meaning associated with a key.
2876 (Keymaps): Change menu node description.
2877
2878 * elisp.texi (Top): Change menu node description.
2879
2880 * display.texi (Managing Overlays): Document overlay-recenter.
2881
28822006-10-29 Chong Yidong <cyd@stupidchicken.com>
2883
2884 * Makefile.in: Use relative paths to avoid advertising filesystem
2885 contents during compilation.
2886
28872006-10-23 Kim F. Storm <storm@cua.dk>
2888
2889 * commands.texi (Event Input Misc): Update unread-command-events.
2890
28912006-10-23 Nick Roberts <nickrob@snap.net.nz>
2892
2893 * lists.texi (Sets And Lists): Fix typos.
2894
28952006-10-18 Juanma Barranquero <lekktu@gmail.com>
2896
2897 * control.texi (Processing of Errors): Use @var for an argument,
2898 not @code.
2899
29002006-10-16 Richard Stallman <rms@gnu.org>
2901
2902 * edebug.texi (Edebug Recursive Edit): Minor cleanup.
2903
2904 * keymaps.texi (Format of Keymaps): Show all the keymap element
2905 patterns that result from menu items.
2906 (Key Lookup): Minor cleanups.
2907
2908 * modes.texi (Precalculated Fontification): Don't say that
2909 not setting font-lock-defaults avoids loading font-lock.
2910
2911 * help.texi (Documentation): Move xref to Emacs Manual here.
2912 (Documentation Basics): From here.
2913 Also doc emacs-lisp-docstring-fill-column.
2914
2915 * elisp.texi: Update version and ISBN.
2916
2917 * commands.texi (Interactive Call): Clarify KEYS arg to
2918 call-interactively is a vector.
2919 (Command Loop Info): Delete anchor in this-command-keys.
2920 Add anchor in this-command-keys-vector.
2921 (Recursive Editing): Document how recursive-edit
2922 handles the current buffer.
2923
29242006-10-13 Chong Yidong <cyd@stupidchicken.com>
2925
2926 * frames.texi (Frame Titles): %c and %l are ignored in
2927 frame-title-format.
2928
29292006-10-11 Richard Stallman <rms@gnu.org>
2930
2931 * keymaps.texi (Key Sequences): Clarify use of kbd.
2932
29332006-10-10 Kim F. Storm <storm@cua.dk>
2934
2935 * lists.texi (Sets And Lists): Add memql.
2936
29372006-10-03 Richard Stallman <rms@gnu.org>
2938
2939 * searching.texi (Char Classes): Document :multibyte: and :unibyte:.
2940 Clarify :ascii: and :nonascii:.
2941
29422006-09-29 Juri Linkov <juri@jurta.org>
2943
2944 * modes.texi (%-Constructs): Reorder coding systems in the
2945 documentation of %z to the real order displayed in the modeline.
2946
29472006-09-25 Richard Stallman <rms@gnu.org>
2948
2949 * os.texi (Timers): Describe timer-max-repeats.
2950
29512006-09-25 Chong Yidong <cyd@stupidchicken.com>
2952
2953 * os.texi (Timers): Mention with-local-quit.
2954
29552006-09-24 Richard Stallman <rms@gnu.org>
2956
2957 * searching.texi (Searching and Matching): Mention property search.
2958
2959 * commands.texi (Command Loop Info): Explain how read-event affects
2960 this-command-keys.
2961
29622006-09-20 Richard Stallman <rms@gnu.org>
2963
2964 * os.texi (Timers): Clarify about REPEAT when timer is delayed.
2965
2966 * windows.texi (Window Start): Minor cleanups.
2967
29682006-09-20 Kim F. Storm <storm@cua.dk>
2969
2970 * windows.texi (Window Start): pos-visible-in-window-p allows
2971 specifying t for position to mean "end of window".
2972 Add window-line-height.
2973
2974 * anti.texi (Antinews): Mention window-line-height.
2975
29762006-09-19 David Kastrup <dak@gnu.org>
2977
2978 * keymaps.texi (Searching Keymaps): Small clarification.
2979
29802006-09-18 Richard Stallman <rms@gnu.org>
2981
2982 * keymaps.texi (Creating Keymaps): Explain that keymap prompt strings
2983 cause keyboard menus.
2984 (Menu Keymaps): Likewise.
2985 (Defining Menus, Keyboard Menus): Clarify.
2986
2987 * text.texi (Fields): Clarify explanation of constrain-to-field.
2988
29892006-09-16 Eli Zaretskii <eliz@gnu.org>
2990
2991 * variables.texi (Tips for Defining): Fix a typo.
2992
29932006-09-15 Richard Stallman <rms@gnu.org>
2994
2995 * keymaps.texi (Remapping Commands, Searching Keymaps)
2996 (Active Keymaps): Clean up previous change.
2997
29982006-09-15 Jay Belanger <belanger@truman.edu>
2999
3000 * gpl.texi: Replace "Library Public License" by "Lesser Public
3001 License" throughout.
3002
30032006-09-15 David Kastrup <dak@gnu.org>
3004
3005 * keymaps.texi (Active Keymaps): Adapt description to use
3006 `get-char-property' instead `get-text-property'. Explain how
3007 mouse events change this. Explain the new optional argument of
3008 `key-binding' and its mouse-dependent lookup.
3009 (Searching Keymaps): Adapt description similarly.
3010 (Remapping Commands): Explain the new optional argument of
3011 `command-remapping'.
3012
30132006-09-14 Richard Stallman <rms@gnu.org>
3014
3015 * keymaps.texi (Searching Keymaps): Clarification.
3016 (Active Keymaps): Refer to Searching Keymaps instead of duplication.
3017
30182006-09-13 Richard Stallman <rms@gnu.org>
3019
3020 * objects.texi (Character Type): Node split.
3021 Add xref to Describing Characters.
3022 (Basic Char Syntax, General Escape Syntax)
3023 (Ctl-Char Syntax, Meta-Char Syntax): New subnodes.
3024
30252006-09-11 Richard Stallman <rms@gnu.org>
3026
3027 * display.texi (Display Table Format): Wording clarification.
3028 (Glyphs): Clarifications.
3029
30302006-09-10 Chong Yidong <cyd@stupidchicken.com>
3031
3032 * keymaps.texi (Active Keymaps): Mention that key-binding checks
3033 local maps.
3034
30352006-09-10 Kim F. Storm <storm@cua.dk>
3036
3037 * display.texi (Forcing Redisplay): Document return value of
3038 function redisplay.
3039
30402006-09-09 Richard Stallman <rms@gnu.org>
3041
3042 * windows.texi (Window Hooks): Explain limits of
3043 window-scroll-functions.
3044
3045 * display.texi (Fringe Indicators): Update for last change in
3046 indicate-buffer-boundaries.
3047
30482006-09-08 Richard Stallman <rms@gnu.org>
3049
3050 * processes.texi (Bindat Spec): Suggest names ending in -bindat-spec.
3051
30522006-09-06 Kim F. Storm <storm@cua.dk>
3053
3054 * frames.texi (Display Feature Testing): display-mm-dimensions-alist.
3055
3056 * windows.texi (Window Start): Update pos-visible-in-window-p.
3057
30582006-09-04 Richard Stallman <rms@gnu.org>
3059
3060 * processes.texi (Accepting Output): Explain SECONDS=0 for
3061 accept-process-output.
3062
3063 * os.texi (Idle Timers): Explain why timer functions should not
3064 loop until (input-pending-p).
3065
30662006-09-02 Eli Zaretskii <eliz@gnu.org>
3067
3068 * makefile.w32-in (usermanualdir): New variable.
3069 (elisp.dvi): Use it.
3070
30712006-09-01 Eli Zaretskii <eliz@gnu.org>
3072
3073 * buffers.texi (Buffer Modification): Fix last change.
3074
30752006-09-01 Chong Yidong <cyd@stupidchicken.com>
3076
3077 * buffers.texi (Buffer Modification): Document
3078 buffer-chars-modified-tick.
3079
30802006-08-31 Richard Stallman <rms@gnu.org>
3081
3082 * modes.texi (Syntactic Font Lock): Mention specific faces once again.
3083
30842006-08-31 Richard Bielawski <RBielawski@moneygram.com> (tiny change)
3085
3086 * modes.texi (Syntactic Font Lock):
3087 Mention font-lock-syntactic-face-function
3088 instead of specific faces.
3089
30902006-08-29 Chong Yidong <cyd@stupidchicken.com>
3091
3092 * display.texi (Images): Add xrref to display-images-p.
3093
30942006-08-28 Kenichi Handa <handa@m17n.org>
3095
3096 * nonascii.texi (Lisp and Coding Systems): Fix description of
3097 detect-coding-region.
3098
30992006-08-27 Michael Olson <mwolson@gnu.org>
3100
3101 * processes.texi (Transaction Queues): Remove stray quote
3102 character.
3103
31042006-08-25 Richard Stallman <rms@gnu.org>
3105
3106 * os.texi (Idle Timers): run-with-idle-timer allows Lisp time value.
3107 Add xref.
3108
31092006-08-24 Chong Yidong <cyd@stupidchicken.com>
3110
3111 * os.texi (Timers): Avoid waiting inside timers.
3112
31132006-08-21 Lute Kamstra <lute@gnu.org>
3114
3115 * Makefile.in: Use ../man/texinfo.tex to build elisp.dvi.
3116
31172006-08-20 Richard Stallman <rms@gnu.org>
3118
3119 * os.texi (Idle Timers): New node, split out from Timers.
3120 Document current-idle-time.
3121 * commands.texi (Reading One Event): Update xref.
3122 * elisp.texi (Top): Update subnode menu.
3123
31242006-08-16 Richard Stallman <rms@gnu.org>
3125
3126 * keymaps.texi (Extended Menu Items): Show format of cached
3127 bindings in extended menu items.
3128
3129 * customize.texi (Variable Definitions): Explain when the
3130 standard value expression is evaluated.
3131
31322006-08-15 Chong Yidong <cyd@stupidchicken.com>
3133
3134 * commands.texi (Reading One Event): Explain idleness in
3135 `read-event'.
3136
31372006-08-12 Chong Yidong <cyd@stupidchicken.com>
3138
3139 * text.texi (Near Point): Say "cursor" not "terminal cursor".
3140 (Commands for Insertion): Removed split-line since it's not
3141 relevant for Lisp programming.
3142 (Yank Commands): Rewrite introduction.
3143 (Undo): Clarify.
3144 (Maintaining Undo): Clarify. Document undo-ask-before-discard.
3145 (Filling): Remove redundant comment. Clarify return value of
3146 current-justification.
3147 (Margins): Minor clarifications.
3148 (Adaptive Fill): Update default value of adaptive-fill-regexp.
3149 (Sorting): Update definition of sort-lines.
3150 (Columns): Clarify behavior of sort-columns.
3151 (Indent Tabs): Link to Tab Stops in Emacs manual.
3152 (Special Properties): Clarify.
3153 (Clickable Text): Mention Buttons package.
3154
31552006-08-12 Kevin Ryde <user42@zip.com.au>
3156
3157 * os.texi (Time Parsing): Add %z to description of
3158 format-time-string, as per docstring. Add cross reference to
3159 glibc manual for strftime.
3160
31612006-08-08 Richard Stallman <rms@gnu.org>
3162
3163 * modes.texi: Clean up wording in previous change.
3164
31652006-08-07 Chong Yidong <cyd@stupidchicken.com>
3166
3167 * modes.texi (Hooks): Clarify.
3168 (Major Mode Basics): Mention define-derived-mode explicitly.
3169 (Major Mode Conventions): Rebinding RET is OK for some modes.
3170 Mention change-major-mode-hook and after-change-major-mode-hook.
3171 (Example Major Modes): Moved to end of Modes section.
3172 (Mode Line Basics): Clarify.
3173 (Mode Line Data): Mention help-echo and local-map in strings.
3174 Explain reason for treatment of non-risky variables.
3175 (Properties in Mode): Clarify.
3176 (Faces for Font Lock): Add font-lock-negation-char-face.
3177
31782006-08-04 Eli Zaretskii <eliz@gnu.org>
3179
3180 * strings.texi (Formatting Strings): Warn against arbitrary
3181 strings as first arg to `format'.
3182
31832006-07-31 Thien-Thi Nguyen <ttn@gnu.org>
3184
3185 * text.texi (Clickable Text): Mention `help-echo' text property.
3186 Update intro, examples and associated explanations.
3187
31882006-07-31 Richard Stallman <rms@gnu.org>
3189
3190 * commands.texi: Update xrefs.
3191 (Event Mod): New node, cut out from old Translating Input.
3192
3193 * maps.texi: Update xrefs.
3194
3195 * keymaps.texi (Translation Keymaps): New node.
3196 Update xrefs from Translating Input to Translation Keymaps.
3197
3198 * elisp.texi (Top): Update subnode menu.
3199
3200 * display.texi (Face Functions): Fix explanations of FRAME=t or nil.
3201
3202 * os.texi (System Interface): Fix menu descriptions of some nodes.
3203 (Translating Input): Node deleted.
3204
32052006-07-31 Nick Roberts <nickrob@snap.net.nz>
3206
3207 * modes.texi (Minor Mode Conventions): Update xref for add-to-list.
3208
3209 * lists.texi (Sets And Lists): Likewise.
3210
32112006-07-30 Thien-Thi Nguyen <ttn@gnu.org>
3212
3213 * text.texi (Fields): Mention POS
3214 requirement when narrowing is in effect.
3215
32162006-07-28 Richard Stallman <rms@gnu.org>
3217
3218 * display.texi (Face Attributes): Simplify wording.
3219 (Attribute Functions): Clarify meaning of new-frame default
3220 attribute settings.
3221
3222 * customize.texi (Common Keywords): Document how to use
3223 :package-version in a package not in Emacs.
3224
32252006-07-28 Kim F. Storm <storm@cua.dk>
3226
3227 * commands.texi (Reading One Event): Fix last change.
3228
32292006-07-26 Chong Yidong <cyd@stupidchicken.com>
3230
3231 * commands.texi (Reading One Event): Document SECONDS argument for
3232 read-event, read-char, and read-char-exclusive.
3233
32342006-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
3235
3236 * modes.texi (Multiline Font Lock): Can't use jit-lock-defer-multiline
3237 to ensure correct identification.
3238
32392006-07-24 Richard Stallman <rms@gnu.org>
3240
3241 * text.texi (Clickable Text): Clarify.
3242
3243 * sequences.texi (Vector Functions): Delete duplicate xref.
3244
3245 * objects.texi (Function Type): Clarify.
3246
3247 * modes.texi (Keymaps and Minor Modes): List punct chars for minor
3248 modes.
3249
3250 * lists.texi (List Variables): New node.
3251 Material moved from other nodes.
3252
3253 * variables.texi (Setting Variables): add-to-list and
3254 add-to-ordered-list moved to List Variables node.
3255
32562006-07-23 Thien-Thi Nguyen <ttn@gnu.org>
3257
3258 * text.texi (Links and Mouse-1):
3259 For mouse-on-link-p, expand on arg POS.
3260
32612006-07-21 Kim F. Storm <storm@cua.dk>
3262
3263 * display.texi (Forcing Redisplay): Don't mention systems which
3264 don't support sub-second timers for redisplay-preemption-period.
3265
3266 * os.texi (Terminal Output): Clarify text vs graphical terminal.
3267
32682006-07-21 Eli Zaretskii <eliz@gnu.org>
3269
3270 * frames.texi (Input Focus): Document that focus-follows-mouse has
3271 no effect on MS-Windows.
3272
32732006-07-18 Richard Stallman <rms@gnu.org>
3274
3275 * display.texi (Forcing Redisplay): Cleanups in previous change.
3276
3277 * processes.texi (Low-Level Network): Make menu more convenient.
3278
32792006-07-18 Kim F. Storm <storm@cua.dk>
3280
3281 * display.texi (Forcing Redisplay): redisplay-preemption-period
3282 only used on window systems. Add xref to Terminal Output.
3283
3284 * os.texi (Terminal Output): baud-rate only controls preemption on
3285 non-window systems. Add xref to Forcing Redisplay.
3286
3287 * processes.texi (Low-Level Network): Rename node "Make Network"
3288 to "Network Processes".
3289
32902006-07-18 Karl Berry <karl@gnu.org>
3291
3292 * variables.texi, functions.texi, customize.texi, loading.texi:
3293 * edebug.texi, minibuf.texi: Fix page breaks through chapter 20.
3294
32952006-07-17 Chong Yidong <cyd@stupidchicken.com>
3296
3297 * commands.texi (Waiting): Document batch-mode sit-for behavior.
3298
32992006-07-17 Richard Stallman <rms@gnu.org>
3300
3301 * eval.texi, elisp.texi, text.texi: Use real doublequote inside menus.
3302 Put period and comma inside quotes.
3303
3304 * loading.texi, markers.texi: Use real doublequote inside menus.
3305
3306 * windows.texi: Put point and comma inside quotes.
3307 (Textual Scrolling): Use @samp for error message.
3308
3309 * variables.texi, tips.texi, syntax.texi, symbols.texi:
3310 * strings.texi, streams.texi, processes.texi, os.texi:
3311 * objects.texi, numbers.texi, modes.texi, minibuf.texi:
3312 * lists.texi, keymaps.texi, intro.texi, hash.texi, internals.texi:
3313 * gpl.texi, functions.texi, files.texi, frames.texi, doclicense.texi:
3314 * display.texi, control.texi, commands.texi, buffers.texi, anti.texi:
3315 Put point and comma inside quotes.
3316
3317 * control.texi (Processing of Errors): Add command-error-function.
3318
3319 * variables.texi (File Local Variables): Clarify that
3320 file local variables make buffer-local bindings.
3321
3322 * modes.texi (Syntactic Font Lock): Give default for
3323 font-lock-syntax-table.
3324
33252006-07-17 Nick Roberts <nickrob@snap.net.nz>
3326
3327 * text.texi (Special Properties): Clean up previous change.
3328
33292006-07-16 Karl Berry <karl@gnu.org>
3330
3331 * objects.texi, numbers.texi, strings.texi, lists.texi, hash.texi:
3332 * control.texi: Fix bad page breaks through chapter 10 (control).
3333
3334 * anti.texi (Antinews): Reorder face-attribute fns to avoid
3335 underfull hbox.
3336
33372006-07-15 Nick Roberts <nickrob@snap.net.nz>
3338
3339 * text.texi (Special Properties): Describe fontified text property
3340 in relation to a character (not text).
3341
33422006-07-15 Kim F. Storm <storm@cua.dk>
3343
3344 * maps.texi (Standard Keymaps): Add xref for minibuffer maps.
3345 Add apropos-mode-map, custom-mode-map, esc-map, global-map,
3346 grep-mode-map, help-map, help-mode-map, kmacro-map, and tool-bar-map.
3347
3348 * anti.texi (Antinews): Mention redisplay function.
3349 The kbd macro existed, but was not documented, before 22.x.
3350 Function pos-visible-in-window-p is not new in 22.x, just enhanced.
3351
33522006-07-14 Nick Roberts <nickrob@snap.net.nz>
3353
3354 * display.texi (Displaying Messages): Add anchor.
3355
3356 * frames.texi (Dialog Boxes): Use it.
3357
33582006-07-12 Richard Stallman <rms@gnu.org>
3359
3360 * objects.texi (Frame Type): Explain nature of frames better.
3361
3362 * frames.texi (Frames): Explain nature of frames better.
3363
33642006-07-12 Ken Manheimer <ken.manheimer@gmail.com>
3365
3366 * tips.texi (Coding Conventions): Explain why use cl at compile time.
3367
33682006-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3369
3370 * frames.texi (Window System Selections): Mention scrap support for Mac.
3371 Default value of x-select-enable-clipboard is t on Mac.
3372
3373 * os.texi (Getting Out): Suspending is not allowed on Mac, either.
3374
33752006-07-11 Kim F. Storm <storm@cua.dk>
3376
3377 * display.texi (Forcing Redisplay): Add `redisplay' function.
3378 Don't mention (sit-for -1) -- use (redisplay t) instead.
3379
3380 * commands.texi (Waiting): (sit-for -1) is no longer special.
3381 (sit-for 0) is equivalent to (redisplay).
3382 Iconifying/deiconifying no longer makes sit-for return.
3383
33842006-07-10 Nick Roberts <nickrob@snap.net.nz>
3385
3386 * display.texi (Buttons): Fix typo.
3387
3388 * index.texi, elisp.texi (New Symbols): Comment node out.
3389
33902006-07-09 Richard Stallman <rms@gnu.org>
3391
3392 * display.texi (Truncation): Clean up previous change.
3393
33942006-07-08 Richard Stallman <rms@gnu.org>
3395
3396 * commands.texi (Interactive Call): Use 3 as prefix in example
3397 for execute-extended-command.
3398
3399 * display.texi (Attribute Functions): Move paragraph about
3400 compatibility with Emacs < 21.
3401
34022006-07-09 Kim F. Storm <storm@cua.dk>
3403
3404 * display.texi (Refresh Screen): Clarify force-window-update.
3405 (Truncation): "Normally" indicated by fringe arrows.
3406
34072006-07-08 Eli Zaretskii <eliz@gnu.org>
3408
3409 * windows.texi (Textual Scrolling, Resizing Windows):
3410 * variables.texi (Constant Variables):
3411 * text.texi (Buffer Contents, Deletion, Changing Properties)
3412 (Property Search, Special Properties, Sticky Properties)
3413 (Links and Mouse-1, Fields, Change Hooks):
3414 * syntax.texi (Syntax Table Functions, Parsing Expressions)
3415 (Categories):
3416 * symbols.texi (Other Plists):
3417 * streams.texi (Output Variables):
3418 * processes.texi (Input to Processes, Query Before Exit):
3419 * positions.texi (Word Motion, Text Lines, List Motion):
3420 * os.texi (Init File, System Environment, Sound Output)
3421 (Session Management):
3422 * nonascii.texi (Text Representations, Character Sets)
3423 (Chars and Bytes, Locales):
3424 * modes.texi (Defining Minor Modes, Header Lines):
3425 * minibuf.texi (Minibuffer Contents):
3426 * markers.texi (Information from Markers):
3427 * lists.texi (List Elements, Building Lists, Association Lists):
3428 * keymaps.texi (Tool Bar):
3429 * hash.texi (Creating Hash, Hash Access, Defining Hash, Other Hash):
3430 * functions.texi (What Is a Function, Mapping Functions):
3431 * frames.texi (Creating Frames, Parameter Access, Pointer Shape)
3432 (Color Names, Text Terminal Colors, Display Feature Testing):
3433 * files.texi (Visiting Functions, File Name Components)
3434 (Unique File Names, Contents of Directories):
3435 * display.texi (Forcing Redisplay, Displaying Messages)
3436 (Temporary Displays, Font Selection, Auto Faces)
3437 (Font Lookup, Fringe Indicators, Display Margins)
3438 (Image Descriptors, Showing Images, Image Cache, Button Types)
3439 (Making Buttons, Manipulating Buttons, Button Buffer Commands)
3440 (Display Table Format, Glyphs):
3441 * control.texi (Iteration):
3442 * commands.texi (Command Loop Info, Adjusting Point):
3443 * backups.texi (Making Backups, Auto-Saving):
3444 Remove @tindex entries.
3445
34462006-07-07 Kim F. Storm <storm@cua.dk>
3447
3448 * display.texi (Fringe Cursors): Fix typo.
3449 (Customizing Bitmaps): Fix define-fringe-bitmap entry.
3450 (Overlay Arrow): Default is overlay-arrow fringe indicator.
3451
34522006-07-05 Richard Stallman <rms@gnu.org>
3453
3454 * text.texi (Buffer Contents): Add example of text props
3455 in result of buffer-substring.
3456 (Text Properties): Explain better about use of specific property names.
3457 (Property Search): Some cleanups; reorder some functions.
3458
3459 * keymaps.texi (Changing Key Bindings): Cleanup.
3460 Add xref to Key Binding Conventions.
3461
3462 * display.texi (Attribute Functions): Add examples for
3463 face-attribute-relative-p.
3464
3465 * tips.texi (Coding Conventions): Cleanup last change.
3466
34672006-07-05 Karl Berry <karl@gnu.org>
3468
3469 * elisp.texi: Use @fonttextsize 10pt, a la emacs.texi.
3470 Remove @setchapternewpage odd.
3471 Result is 1013 pages, down from 1100.
3472
3473 * anti.texi, customize.texi, display.texi, internals.texi:
3474 * minibuf.texi, modes.texi, tips.texi:
3475 Fix overfull/underfull boxes.
3476
34772006-07-05 Thien-Thi Nguyen <ttn@gnu.org>
3478
3479 * edebug.texi (Instrumenting):
3480 Add Edebug-specific findex for eval-buffer.
3481 * loading.texi (Loading):
3482 Replace eval-current-buffer with eval-buffer.
3483
34842006-06-30 Nick Roberts <nickrob@snap.net.nz>
3485
3486 * locals.texi (Standard Buffer-Local Variables): Update the list
3487 of variables.
3488
34892006-06-26 Nick Roberts <nickrob@snap.net.nz>
3490
3491 * files.texi (File Name Completion): Point user to the node
3492 "Reading File Names".
3493
34942006-06-24 Eli Zaretskii <eliz@gnu.org>
3495
3496 * files.texi (Contents of Directories): Document case-insensitive
3497 behavior on respective filesystems.
3498
3499 * objects.texi (Character Type): Document that Emacs signals an
3500 error for unsupported Unicode characters specified as \uNNNN.
3501
35022006-06-19 Richard Stallman <rms@gnu.org>
3503
3504 * processes.texi (Bindat Spec): Clarify previous change.
3505
35062006-06-16 Richard Stallman <rms@gnu.org>
3507
3508 * tips.texi (Coding Conventions): Better explain conventions
3509 for definition constructs.
3510
3511 * text.texi (Special Properties): String value of `read-only'
3512 serves as the error message.
3513
3514 * objects.texi (Character Type): Clarify prev. change.
3515 (Non-ASCII in Strings): Mention \u and \U.
3516
3517 * commands.texi (Using Interactive): Explain problem of
3518 markers, etc., in command-history.
3519
35202006-06-14 Kim F. Storm <storm@cua.dk>
3521
3522 * commands.texi (Waiting): Negative arg to sit-for forces
3523 redisplay even if input is pending.
3524
3525 * display.texi (Forcing Redisplay): Use (sit-for -1) to force a
3526 redisplay. Remove incorrect example of binding redisplay-dont-pause
3527 around (sit-for 0).
3528
35292006-06-13 Richard Stallman <rms@gnu.org>
3530
3531 * display.texi (Forcing Redisplay): Clarify previous change.
3532
35332006-06-13 Romain Francoise <romain@orebokech.com>
3534
3535 * display.texi (Forcing Redisplay): Fix typo.
3536
35372006-06-13 Kim F. Storm <storm@cua.dk>
3538
3539 * display.texi (Forcing Redisplay): Add redisplay-preemption-period.
3540
35412006-06-10 Luc Teirlinck <teirllm@auburn.edu>
3542
3543 * tips.texi (Coding Conventions): Add `@end itemize'.
3544
35452006-06-10 Richard Stallman <rms@gnu.org>
3546
3547 * tips.texi (Coding Conventions): Explain use of coding systems
3548 to ensure one decoding for strings.
3549
35502006-06-09 Aidan Kehoe <kehoea@parhasard.net>
3551
3552 * objects.texi (Character Type): Describe the \uABCD and \U00ABCDEF
3553 syntax.
3554
35552006-06-07 Eli Zaretskii <eliz@gnu.org>
3556
3557 * display.texi (Font Selection): Remove description of
3558 clear-face-cache.
3559
3560 * compile.texi (Eval During Compile): Fix a typo. Add index
3561 entries for possible uses of eval-when-compile.
3562
35632006-06-04 Thien-Thi Nguyen <ttn@gnu.org>
3564
3565 * display.texi (Abstract Display): Fix typo.
3566
35672006-06-03 Eli Zaretskii <eliz@gnu.org>
3568
3569 * minibuf.texi (Minibuffer History) <history-add-new-input>:
3570 Reword variable's description.
3571
35722006-06-01 Richard Stallman <rms@gnu.org>
3573
3574 * windows.texi (Splitting Windows): Clarify splitting nonselected
3575 window.
3576
35772006-05-31 Juri Linkov <juri@jurta.org>
3578
3579 * minibuf.texi (Minibuffer History): Add history-add-new-input.
3580
35812006-05-30 Richard Stallman <rms@gnu.org>
3582
3583 * display.texi (Line Height): Fix errors in description of
10d1d0af 3584 default line height and line-height property.
b8d4c8d0
GM
3585
3586 * nonascii.texi (Default Coding Systems): Further clarification.
3587
35882006-05-29 Luc Teirlinck <teirllm@auburn.edu>
3589
3590 * internals.texi (Pure Storage): Mention that an overflow in pure
3591 space causes a memory leak.
3592 (Garbage Collection): If there was an overflow in pure space,
3593 `garbage-collect' returns nil.
3594
35952006-05-30 Eli Zaretskii <eliz@gnu.org>
3596
3597 * nonascii.texi (Default Coding Systems): Fix it some more.
3598
35992006-05-29 Eli Zaretskii <eliz@gnu.org>
3600
3601 * nonascii.texi (Default Coding Systems): Fix last change.
3602
36032006-05-29 Kenichi Handa <handa@m17n.org>
3604
3605 * nonascii.texi (find-operation-coding-system): Describe the new
3606 argument format (FILENAME . BUFFER).
3607
36082006-05-28 Richard Stallman <rms@gnu.org>
3609
3610 * tips.texi (Coding Conventions): Better explain reasons not to
3611 advise other packages or use `eval-after-load'.
3612
36132006-05-29 Kim F. Storm <storm@cua.dk>
3614
3615 * processes.texi (Bindat Functions): Rename `pos' and `raw-data' to
3616 `bindat-idx' and `bindat-raw' for clarity.
3617
36182006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
3619
3620 * processes.texi (Bindat Spec): Expand on `repeat' handler.
3621
3622 * display.texi (Display): Add "Abstract Display" to menu.
3623 (Abstract Display, Abstract Display Functions)
3624 (Abstract Display Example): New nodes.
3625 * elisp.texi (Top): Add "Abstract Display" to menu.
3626
36272006-05-27 Chong Yidong <cyd@stupidchicken.com>
3628
3629 * keymaps.texi (Key Sequences): Link to input events definition.
3630 (Format of Keymaps): Delete material duplicated in Keymap Basics.
3631
3632 * files.texi (Changing Files): Document updated argument list for
3633 copy-file.
3634
36352006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
3636
3637 * processes.texi (Bindat Functions): Explain term "total length".
3638 Use it in bindat-length and bindat-pack descriptions.
3639
36402006-05-26 Eli Zaretskii <eliz@gnu.org>
3641
3642 * tips.texi (Coding Conventions): Advise against using
3643 eval-after-load in packages. Add an index entry.
3644
36452006-05-25 Juri Linkov <juri@jurta.org>
3646
3647 * minibuf.texi (Text from Minibuffer): Undocument keep-all.
3648
3649 * modes.texi (%-Constructs): Add %e, %z, %Z.
3650
36512006-05-25 Richard Stallman <rms@gnu.org>
3652
3653 * elisp.texi (Top): Update subnode menu.
3654
3655 * keymaps.texi (Keymap Basics): New node, split out of Key Sequences.
3656 (Keymaps): Update menu.
3657
36582006-05-25 Chong Yidong <cyd@stupidchicken.com>
3659
3660 * keymaps.texi (Key Sequences): Some clarifications.
3661
36622006-05-25 Thien-Thi Nguyen <ttn@gnu.org>
3663
3664 * processes.texi (Bindat Functions): Say "unibyte string"
3665 explicitly for bindat-unpack and bindat-pack descriptions.
3666 (Bindat Examples): Don't call `string-make-unibyte' in example.
3667
36682006-05-25 Chong Yidong <cyd@stupidchicken.com>
3669
3670 * keymaps.texi (Key Sequences): Renamed from Keymap Terminology.
c5602427 3671 Explain string and vector representations of key sequences.
b8d4c8d0
GM
3672
3673 * keymaps.texi (Changing Key Bindings):
dd7b651b 3674 * commands.texi (Interactive Codes):
b8d4c8d0
GM
3675 * help.texi (Describing Characters): Refer to it.
3676
36772006-05-23 Luc Teirlinck <teirllm@auburn.edu>
3678
3679 * frames.texi (Pointer Shape): @end table -> @end defvar.
3680
36812006-05-22 Richard Stallman <rms@gnu.org>
3682
3683 * elisp.texi (Top): Update subnode menus.
3684
3685 * frames.texi (Pointer Shape): Node renamed from Pointer Shapes.
3686 Contents rewritten; material from old Pointer Shape node moved here.
3687
3688 * display.texi (Pointer Shape): Node deleted.
3689 (Image Descriptors): Minor cleanup.
3690
36912006-05-21 Richard Stallman <rms@gnu.org>
3692
3693 * syntax.texi (Parsing Expressions): Update info on which STATE
3694 elements are ignored.
3695
36962006-05-19 Luc Teirlinck <teirllm@auburn.edu>
3697
3698 * hooks.texi (Standard Hooks): Correct typo.
3699
3700 * gpl.texi (GPL): ifinfo -> ifnottex.
3701
37022006-05-19 Michael Ernst <mernst@alum.mit.edu> (tiny change)
3703
3704 * searching.texi (Simple Match Data): Warn about match data being
3705 set anew by every search.
3706
37072006-05-17 Richard Stallman <rms@gnu.org>
3708
3709 * minibuf.texi (Minibuffer History): Clarify.
3710
3711 * searching.texi (Regexp Special): Clarify nested regexp warning.
3712
37132006-05-16 Kim F. Storm <storm@cua.dk>
3714
3715 * minibuf.texi (Minibuffer History): Update add-to-history.
3716
37172006-05-15 Oliver Scholz <epameinondas@gmx.de> (tiny change)
3718
3719 * nonascii.texi (Explicit Encoding): Fix
3720 typo (encoding<->decoding).
3721
37222006-05-14 Richard Stallman <rms@gnu.org>
3723
3724 * buffers.texi (Creating Buffers): Cleanup.
3725
3726 * files.texi (Visiting Functions): Rewrite in find-file-noselect.
3727
37282006-05-13 Eli Zaretskii <eliz@gnu.org>
3729
3730 * buffers.texi (Current Buffer): Document that with-temp-buffer
3731 disables undo.
3732
3733 * os.texi (Terminal-Specific): More accurate description of how
3734 Emacs searches for the terminal-specific libraries.
3735
37362006-05-12 Eli Zaretskii <eliz@gnu.org>
3737
3738 * hooks.texi (Standard Hooks) [iftex]: Convert @xref's to
3739 emacs-xtra to @inforef's.
3740
3741 * text.texi (Undo): Document that undo is turned off in buffers
3742 whose names begin with a space.
3743
3744 * buffers.texi (Buffer Names): Add index entries for buffers whose
3745 names begin with a space.
3746 (Creating Buffers): Document that undo is turned off in buffers
3747 whose names begin with a space.
3748
3749 * files.texi (Visiting Functions, Reading from Files)
3750 (Saving Buffers): Mention code and EOL conversions by file I/O
3751 primitives and subroutines.
3752
3753 * nonascii.texi (Lisp and Coding Systems): Document
3754 coding-system-eol-type. Add index entries for eol conversion.
3755
3756 * display.texi (Defining Faces): Mention `mac', and add an xref to
3757 where window-system is described.
3758
37592006-05-10 Richard Stallman <rms@gnu.org>
3760
3761 * internals.texi (Writing Emacs Primitives): Clarify GCPRO rules.
3762
37632006-05-10 Reiner Steib <Reiner.Steib@gmx.de>
3764
3765 * variables.texi (File Local Variables): Recommend to quote lambda
3766 expressions in safe-local-variable property.
3767
37682006-05-09 Richard Stallman <rms@gnu.org>
3769
3770 * variables.texi (File Local Variables): Document
3771 safe-local-eval-forms and safe-local-eval-function.
3772
37732006-05-07 Kim F. Storm <storm@cua.dk>
3774
3775 * minibuf.texi (Minibuffer History): Remove keep-dups arg
3776 from add-to-history.
3777
37782006-05-07 Romain Francoise <romain@orebokech.com>
3779
3780 * commands.texi (Event Input Misc):
3781 * compile.texi (Eval During Compile):
3782 * internals.texi (Buffer Internals):
3783 * minibuf.texi (Initial Input):
3784 * nonascii.texi (Scanning Charsets):
3785 * numbers.texi (Comparison of Numbers):
3786 * windows.texi (Textual Scrolling, Vertical Scrolling):
3787 Fix various typos.
3788
37892006-05-06 Eli Zaretskii <eliz@gnu.org>
3790
3791 * hooks.texi (Standard Hooks): Replace inforef to emacs-xtra by
3792 conditional xref's to either emacs or emacs-xtra, depending on
3793 @iftex/@ifnottex.
3794
3795 * minibuf.texi (Minibuffer History): Document add-to-history.
3796
37972006-05-05 Eli Zaretskii <eliz@gnu.org>
3798
3799 * internals.texi (Pure Storage): Mention the pure overflow message
3800 at startup.
3801
c8763fb6 38022006-05-05 Johan Bockgård <bojohan@dd.chalmers.se>
b8d4c8d0
GM
3803
3804 * keymaps.texi (Active Keymaps): Fix pseudo-Lisp syntax.
3805 (Searching Keymaps): Fix pseudo-Lisp description of keymap
3806 search.
3807
38082006-05-01 Richard Stallman <rms@gnu.org>
3809
3810 * intro.texi (nil and t): Clarify.
3811
3812 * variables.texi (File Local Variables): Suggest using booleanp.
3813
38142006-05-01 Juanma Barranquero <lekktu@gmail.com>
3815
3816 * objects.texi (Type Predicates): Fix typos.
3817
38182006-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
3819
3820 * intro.texi (nil and t): Add booleanp.
3821
3822 * objects.texi (Type Predicates): Add links for booleanp and
3823 string-or-null-p.
3824
38252006-04-29 Richard Stallman <rms@gnu.org>
3826
3827 * modes.texi (Multiline Font Lock): Rename from
3828 Multi line Font Lock Elements. Much clarification.
3829 (Font Lock Multiline, Region to Fontify): Much clarification.
3830
38312006-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
3832
3833 * variables.texi (File Local Variables): Remove the special case t for
3834 safe-local-variable.
3835
38362006-04-26 Richard Stallman <rms@gnu.org>
3837
3838 * syntax.texi (Parsing Expressions): Minor cleanup.
3839
38402006-04-18 Richard Stallman <rms@gnu.org>
3841
3842 * tips.texi (Coding Conventions): Explain when the package's
3843 prefix should appear later on (not at the start of the name).
3844
3845 * searching.texi (String Search): Clarify effect of NOERROR.
3846
3847 * modes.texi (Imenu): Clarify what special items do.
3848
3849 * hooks.texi (Standard Hooks): Delete text about old hook names.
3850
38512006-04-17 Romain Francoise <romain@orebokech.com>
3852
3853 * variables.texi (Local Variables): Update the default value of
3854 `max-specpdl-size'.
3855
38562006-04-15 Michael Olson <mwolson@gnu.org>
3857
3858 * processes.texi (Transaction Queues): Mention the new optional
3859 `delay-question' argument for `tq-enqueue'.
3860
38612006-04-13 Bill Wohler <wohler@newt.com>
3862
3863 * customize.texi (Common Keywords): Use dotted notation for
3864 :package-version value. Specify its values. Improve documentation
3865 for customize-package-emacs-version-alist.
3866
38672006-04-12 Bill Wohler <wohler@newt.com>
3868
3869 * customize.texi (Common Keywords): Move description of
3870 customize-package-emacs-version-alist to @defvar.
3871
38722006-04-10 Bill Wohler <wohler@newt.com>
3873
3874 * customize.texi (Common Keywords): Add :package-version.
3875
38762006-04-10 Kim F. Storm <storm@cua.dk>
3877
3878 * text.texi (Buffer Contents): Add NOPROPS arg to
3879 filter-buffer-substring.
3880
38812006-04-08 Kevin Ryde <user42@zip.com.au>
3882
3883 * os.texi (Command-Line Arguments): Update xref to emacs manual
3884 "Command Arguments" -> "Emacs Invocation", per change there.
3885
38862006-04-08 Thien-Thi Nguyen <ttn@gnu.org>
3887
3888 * display.texi (Other Display Specs): Arrange a @code{DOTTED-LIST} to
3889 be on one line to help makeinfo not render two spaces after the dot.
3890
38912006-04-07 Reiner Steib <Reiner.Steib@gmx.de>
3892
3893 * strings.texi (Predicates for Strings): Add string-or-null-p.
3894
38952006-03-28 Kim F. Storm <storm@cua.dk>
3896
3897 * processes.texi (Accepting Output): Remove obsolete (and incorrect)
3898 remarks about systems that don't support fractional seconds.
3899
39002006-03-25 Karl Berry <karl@gnu.org>
3901
3902 * elisp.texi: Use @copyright{} instead of (C), and do not indent
3903 the year list.
3904
39052006-03-21 Nick Roberts <nickrob@snap.net.nz>
3906
3907 * display.texi (Fringe Indicators): Fix typos.
3908
39092006-03-19 Luc Teirlinck <teirllm@auburn.edu>
3910
3911 * tips.texi (Documentation Tips): One can now also write `program'
3912 in front of a quoted symbol in a docstring to prevent making a
3913 hyperlink.
3914
39152006-03-19 Alan Mackenzie <acm@muc.de>
3916
3917 * text.texi (Special Properties): Clarify `fontified' property.
3918
39192006-03-16 Richard Stallman <rms@gnu.org>
3920
3921 * display.texi (Defining Images): Minor cleanup.
3922
39232006-03-16 Bill Wohler <wohler@newt.com>
3924
3925 * display.texi (Defining Images): In image-load-path-for-library,
3926 prefer user's images.
3927
39282006-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
3929
3930 * modes.texi (Region to Fontify): Remove font-lock-lines-before.
3931
39322006-03-15 Bill Wohler <wohler@newt.com>
3933
3934 * display.texi (Defining Images): Fix example in
3935 image-load-path-for-library by not recommending that one binds
3936 image-load-path. Just defvar it to placate compiler and only use
3937 it if previously defined.
3938
39392006-03-14 Bill Wohler <wohler@newt.com>
3940
3941 * display.texi (Defining Images): In image-load-path-for-library,
3942 always return list of directories. Update example.
3943
39442006-03-14 Alan Mackenzie <acm@muc.de>
3945
3946 * modes.texi: New node, "Region to Fontify" (for Font Lock).
3947 This describes font-lock-extend-region-function.
3948 ("Other Font Lock Variables"): Move "font-lock-lines-before" to
3949 the new node "Region to Fontify".
3950
39512006-03-13 Richard Stallman <rms@gnu.org>
3952
3953 * display.texi (Invisible Text): The impossible position is
3954 now before the invisible text, not after.
3955 (Defining Images): Clean up last change.
3956
39572006-03-11 Bill Wohler <wohler@newt.com>
3958
3959 * display.texi (Defining Images): Add image-load-path-for-library.
3960
39612006-03-11 Luc Teirlinck <teirllm@auburn.edu>
3962
3963 * text.texi (Adaptive Fill): Fix Texinfo usage.
3964
3965 * strings.texi (Creating Strings): Fix Texinfo usage.
3966
3967 * searching.texi (Regexp Special): Use @samp for regular
3968 expressions that are not in Lisp syntax.
3969
39702006-03-08 Luc Teirlinck <teirllm@auburn.edu>
3971
3972 * searching.texi (Regexp Special): Put remark between parentheses
3973 to avoid misreading.
3974
39752006-03-07 Luc Teirlinck <teirllm@auburn.edu>
3976
3977 * searching.texi (Syntax of Regexps): More accurately describe
3978 which characters are special in which situations.
3979 (Regexp Special): Recommend _not_ to quote `]' or `-' when they
3980 are not special. Describe in detail when `[' and `]' are special.
3981 (Regexp Backslash): Plenty of regexps with unbalanced square
3982 brackets are valid, so reword that statement.
3983
39842006-03-02 Kim F. Storm <storm@cua.dk>
3985
3986 * keymaps.texi (Tool Bar): Add tool-bar-border.
3987
39882006-02-28 Luc Teirlinck <teirllm@auburn.edu>
3989
3990 * loading.texi (Load Suffixes): Rephrase last paragraph. Fix typos.
3991
39922006-02-27 Luc Teirlinck <teirllm@auburn.edu>
3993
3994 * elisp.texi (Top): Include "Load Suffixes" in the detailed menu.
3995
3996 * files.texi (Locating Files): Suggest additional values for the
3997 SUFFIXES arg of `locate-file'. Update pxref.
3998
3999 * loading.texi (Loading): Include new node "Load Suffixes" in menu.
4000 (How Programs Do Loading): Discuss the effects of Auto Compression
4001 mode on `load'.
4002 (Load Suffixes): New node.
4003 (Library Search): Delete description of `load-suffixes'; it was
4004 moved to "Load Suffixes".
4005 (Autoload, Named Features): Mention `load-suffixes'.
4006
40072006-02-21 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
4008
4009 * display.texi (Fringe Indicators, Fringe Cursors): Fix typos.
4010
4011 * windows.texi (Window Tree): Fix typo.
4012
40132006-02-20 Kim F. Storm <storm@cua.dk>
4014
4015 * display.texi (Fringe Indicators): New section.
4016 Move indicate-empty-lines, indicate-buffer-boundaries, and
4017 default-indicate-buffer-boundaries here.
4018 Add fringe-indicator-alist and default-fringes-indicator-alist.
4019 Add list of logical fringe indicator symbols.
4020 Update list of standard bitmap names.
4021 (Fringe Cursors): New section.
4022 Move overflow-newline-into-fringe here.
4023 Add fringe-cursor-alist and default-fringes-cursor-alist.
4024 Add list of fringe cursor symbols.
4025
40262006-02-20 Juanma Barranquero <lekktu@gmail.com>
4027
4028 * commands.texi (Using Interactive): Fix reference to node
4029 "Minibuffers".
4030
40312006-02-19 Richard M. Stallman <rms@gnu.org>
4032
4033 * minibuf.texi (High-Level Completion):
4034 Add xref to read-input-method-name.
4035
4036 * files.texi (Relative File Names): Move file-relative-name here.
4037 (File Name Expansion): From here. Minor clarifications.
4038
4039 * commands.texi (Using Interactive): Add xrefs about reading input.
4040 Clarify remarks about that moving point and mark.
4041 Put string case before list case.
4042
c8763fb6 40432006-02-16 Johan Bockgård <bojohan@dd.chalmers.se>
b8d4c8d0
GM
4044
4045 * display.texi (Other Display Specs, Image Descriptors):
4046 Revert erroneous changes. The previous description of
4047 image-descriptors as `(image . PROPS)' was correct.
4048
40492006-02-14 Richard M. Stallman <rms@gnu.org>
4050
4051 * variables.texi (File Local Variables): Clarifications.
4052
40532006-02-14 Juanma Barranquero <lekktu@gmail.com>
4054
4055 * variables.texi (File Local Variables): Use @code for a cons
4056 cell, not @var.
4057
40582006-02-13 Chong Yidong <cyd@stupidchicken.com>
4059
4060 * variables.texi (File Local Variables): Document new file local
4061 variable behavior.
4062
40632006-02-10 Kim F. Storm <storm@cua.dk>
4064
4065 * eval.texi (Function Indirection): Add NOERROR to indirect-function.
4066
40672006-02-08 Juanma Barranquero <lekktu@gmail.com>
4068
4069 * modes.texi (%-Constructs): Remove obsolete info about
4070 `global-mode-string'.
4071
40722006-02-07 Richard M. Stallman <rms@gnu.org>
4073
4074 * commands.texi (Prefix Command Arguments): Minor cleanup.
4075
4076 * display.texi: "Graphical display", not window system.
4077
4078 * functions.texi (What Is a Function): Fix xref.
4079
4080 * keymaps.texi (Key Lookup): Clarify wrt commands vs other functions.
4081 (Changing Key Bindings): Clarify when remapping is better than
4082 substitute-key-definition.
4083
40842006-02-02 Richard M. Stallman <rms@gnu.org>
4085
4086 * minibuf.texi (Basic Completion): Completion alists are risky.
4087
4088 * keymaps.texi (Active Keymaps): Clarifications.
4089 (Searching Keymaps): New node.
4090 (Keymaps): Update menu.
4091
4092 * frames.texi (Layout Parameters): Minor clarification.
4093 (Drag and Drop): New node.
4094 (Frames): Update menu.
4095
40962006-01-29 Chong Yidong <cyd@stupidchicken.com>
4097
4098 * display.texi (Other Display Specs, Image Descriptors):
4099 Image description is a list, not a cons cell.
4100
41012006-01-28 Luc Teirlinck <teirllm@auburn.edu>
4102
4103 * lists.texi (Cons Cells): Minor correction (the cdr of a dotted
4104 list is not necessarily a list).
4105
41062006-01-27 Eli Zaretskii <eliz@gnu.org>
4107
4108 * frames.texi (Layout Parameters): border-width and
4109 internal-border-width belong to the frame, not the window.
4110
41112006-01-19 Richard M. Stallman <rms@gnu.org>
4112
4113 * nonascii.texi (Translation of Characters): Search cmds use
4114 translation-table-for-input. Automatically made local.
4115
4116 * markers.texi (Overview of Markers): Count insertion type
4117 as one of a marker's attributes.
4118
4119 * keymaps.texi (Controlling Active Maps): New node, split out of
4120 Active Keymaps.
4121 (Keymaps): Menu updated.
4122 (Active Keymaps): Give pseudocode to explain how the active
4123 maps are searched. current-active-maps and key-binding moved here.
4124 (Functions for Key Lookup): current-active-maps and key-binding moved.
4125 Clarifications.
4126 (Searching the Keymaps): New subnode.
4127
4128 * elisp.texi (Top): Menu clarification.
4129
4130 * display.texi (Other Display Specs): Delete duplicate entry for
4131 just a string as display spec. Move text about recursive display
4132 specs on such a string.
4133
4134 * commands.texi (Key Sequence Input): Clarify.
4135 Move num-nonmacro-input-events out.
4136 (Reading One Event): num-nonmacro-input-events moved here.
4137
41382006-01-14 Nick Roberts <nickrob@snap.net.nz>
4139
4140 * advice.texi (Simple Advice): Update example to fit argument
4141 change in previous-line.
4142
41432006-01-05 Richard M. Stallman <rms@gnu.org>
4144
4145 * markers.texi (The Mark): Fix in `mark'.
4146
41472006-01-04 Richard M. Stallman <rms@gnu.org>
4148
4149 * processes.texi (Misc Network, Make Network): Minor cleanups.
4150
41512006-01-04 Kim F. Storm <storm@cua.dk>
4152
4153 * processes.texi (Make Network): Add IPv6 addresses and handling.
4154 (Network Feature Testing): Mention (:family ipv6).
4155 (Misc Network): Add IPv6 formats to format-network-address.
4156
41572005-12-30 Richard M. Stallman <rms@gnu.org>
4158
4159 * text.texi (Changing Properties):
4160 Don't use return value of set-text-properties.
4161
41622005-12-29 Luc Teirlinck <teirllm@auburn.edu>
4163
4164 * modes.texi (Mode Line Format): Correct typo in menu.
4165
41662005-12-29 Richard M. Stallman <rms@gnu.org>
4167
4168 * modes.texi (Mode Line Top): New node.
4169 (Mode Line Data): Some text moved to new node.
4170 Explain the data structure more concretely.
4171 (Mode Line Basics): Clarifications.
4172 (Mode Line Variables): Clarify intro paragraph.
4173 (%-Constructs): Clarify intro paragraph.
4174 (Mode Line Format): Update menu.
4175
41762005-12-28 Luc Teirlinck <teirllm@auburn.edu>
4177
4178 * minibuf.texi (Basic Completion): Update lazy-completion-table
4179 examples for removal of ARGS argument.
4180
41812005-12-23 Richard M. Stallman <rms@gnu.org>
4182
4183 * text.texi (Undo): Restore some explanation from the version
4184 that was deleted.
4185
41862005-12-23 Eli Zaretskii <eliz@gnu.org>
4187
4188 * text.texi (Undo): Remove duplicate descriptions of `apply
4189 funname' and `apply delta' elements of the undo list.
4190
41912005-12-20 Richard M. Stallman <rms@gnu.org>
4192
4193 * help.texi (Help Functions): Update documentation of `apropos'.
4194
41952005-12-20 Luc Teirlinck <teirllm@auburn.edu>
4196
4197 * customize.texi (Type Keywords): Delete xref to "Text help-echo",
4198 because it is confusing. If the :help-echo keyword is a function,
4199 it is not directly used as the :help-echo overlay property, as the
4200 xref seems to suggest (it does not take the appropriate args).
4201
42022005-12-19 Luc Teirlinck <teirllm@auburn.edu>
4203
4204 * customize.texi (Common Keywords): Fix Texinfo usage.
4205 (Group Definitions, Variable Definitions): Update for new
4206 conventions for using `*' in docstrings.
4207
4208 * tips.texi (Documentation Tips): Update for new conventions for
4209 using `*' in docstrings.
4210
42112005-12-16 Richard M. Stallman <rms@gnu.org>
4212
4213 * minibuf.texi (Minibuffer Contents): Minor cleanup.
4214
42152005-12-16 Juri Linkov <juri@jurta.org>
4216
4217 * minibuf.texi (Minibuffer Contents): Add minibuffer-completion-contents.
4218
42192005-12-14 Romain Francoise <romain@orebokech.com>
4220
4221 * modes.texi (Customizing Keywords): Rename `append' to `how'.
4222 Fix typo.
4223
42242005-12-11 Juri Linkov <juri@jurta.org>
4225
4226 * minibuf.texi (Completion Commands): Add mention of read-file-name
4227 for filename completion keymaps.
4228 (Reading File Names): Add mention of filename completion keymaps
4229 for read-file-name and xref to `Completion Commands'.
4230
42312005-12-10 Richard M. Stallman <rms@gnu.org>
4232
4233 * customize.texi (Common Keywords): State caveats for use of :tag.
4234
42352005-12-08 Richard M. Stallman <rms@gnu.org>
4236
4237 * minibuf.texi (Intro to Minibuffers): Replace list of local maps
4238 with xrefs and better explanation.
4239 (Completion Commands): Add the filename completion maps.
4240
4241 * objects.texi (Character Type): Clarify that \s is not space
4242 if a dash follows.
4243
42442005-12-05 Richard M. Stallman <rms@gnu.org>
4245
4246 * windows.texi (Resizing Windows): Delete preserve-before args.
4247
42482005-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
4249
4250 * keymaps.texi (Format of Keymaps): Remove mention of a quirk
4251 in full keymaps, since the quirk has been fixed.
4252
42532005-12-03 Eli Zaretskii <eliz@gnu.org>
4254
4255 * hooks.texi (Standard Hooks): Add index entries. Mention
4256 `compilation-finish-functions'.
4257
42582005-11-27 Richard M. Stallman <rms@gnu.org>
4259
4260 * windows.texi (Resizing Windows): Add adjust-window-trailing-edge.
4261
42622005-11-21 Juri Linkov <juri@jurta.org>
4263
4264 * customize.texi (Common Keywords): Update links types
4265 custom-manual and url-link. Add link types emacs-library-link,
4266 file-link, function-link, variable-link, custom-group-link.
4267
42682005-11-20 Chong Yidong <cyd@stupidchicken.com>
4269
4270 * display.texi: Revert 2005-11-20 change.
4271
42722005-11-20 Thien-Thi Nguyen <ttn@gnu.org>
4273
4274 * processes.texi (Bindat Functions):
4275 Say "third" to refer to zero-based index "2".
4276
42772005-11-18 Luc Teirlinck <teirllm@auburn.edu>
4278
4279 * loading.texi (Library Search): Update the default value of
4280 `load-suffixes'.
4281
42822005-11-17 Chong Yidong <cyd@stupidchicken.com>
4283
4284 * display.texi (Attribute Functions): Mention :ignore-defface.
4285
42862005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
4287
4288 * modes.texi (Minor Mode Conventions): Use custom-set-minor-mode.
4289 (Minor Mode Conventions): Mention the use of a hook.
4290
42912005-11-06 Richard M. Stallman <rms@gnu.org>
4292
4293 * files.texi (Magic File Names): find-file-name-handler checks the
4294 `operations' property of the handler.
4295
42962005-11-03 Richard M. Stallman <rms@gnu.org>
4297
4298 * variables.texi (Frame-Local Variables): Small clarification.
4299
43002005-10-29 Chong Yidong <cyd@stupidchicken.com>
4301
4302 * os.texi (Init File): Document ~/.emacs.d/init.el.
4303
43042005-10-29 Richard M. Stallman <rms@gnu.org>
4305
4306 * internals.texi (Garbage Collection): Document memory-full.
4307
43082005-10-28 Bill Wohler <wohler@newt.com>
4309
4310 * tips.texi (Documentation Tips): Help mode now creates hyperlinks
4311 for URLs.
4312
43132005-10-28 Richard M. Stallman <rms@gnu.org>
4314
4315 * minibuf.texi (Completion Commands): Clean up prev change.
4316
43172005-10-26 Kevin Ryde <user42@zip.com.au>
4318
4319 * compile.texi (Eval During Compile): Explain recommended uses
4320 of eval-when-compile and eval-and-compile.
4321
43222005-10-27 Masatake YAMATO <jet@gyve.org>
4323
4324 * minibuf.texi (Completion Commands):
4325 Write about new optional argument for `display-completion-list'.
4326
43272005-10-23 Richard M. Stallman <rms@gnu.org>
4328
4329 * display.texi (Overlay Arrow): Clarify about local bindings of
4330 overlay-arrow-position.
4331
43322005-10-22 Eli Zaretskii <eliz@gnu.org>
4333
4334 * internals.texi (Building Emacs): Fix last change.
4335
43362005-10-22 Richard M. Stallman <rms@gnu.org>
4337
4338 * internals.texi (Building Emacs): Document eval-at-startup.
4339
43402005-10-21 Richard M. Stallman <rms@gnu.org>
4341
4342 * loading.texi (Where Defined): load-history contains abs file names.
4343 symbol-file returns abs file names.
4344
43452005-10-19 Kim F. Storm <storm@cua.dk>
4346
4347 * display.texi (Showing Images): Add max-image-size integer value.
4348
43492005-10-18 Chong Yidong <cyd@stupidchicken.com>
4350
4351 * display.texi (Showing Images): Document max-image-size.
4352
43532005-10-17 Richard M. Stallman <rms@gnu.org>
4354
4355 * commands.texi (Quitting): Minor clarification.
4356
4357 * processes.texi (Sentinels): Clarify about output and quitting.
4358 (Filter Functions): Mention with-local-quit.
4359
43602005-10-17 Juri Linkov <juri@jurta.org>
4361
4362 * buffers.texi (Current Buffer):
4363 * commands.texi (Event Input Misc):
4364 * compile.texi (Eval During Compile, Compiler Errors):
4365 * customize.texi (Group Definitions):
4366 * display.texi (Progress, Defining Faces):
4367 * files.texi (Writing to Files):
4368 * modes.texi (Mode Hooks, Defining Minor Modes):
4369 * streams.texi (Output Functions):
4370 * syntax.texi (Syntax Table Functions):
4371 * text.texi (Change Hooks):
4372 Replace `...' with `@dots{}' in `@defmac' and `@defspec'.
4373
4374 * commands.texi (Quitting): Replace arg `forms' with `body' in
4375 `with-local-quit'.
4376
4377 * positions.texi (Excursions): Replace arg `forms' with `body' in
4378 `save-excursion'.
4379
43802005-10-08 Kim F. Storm <storm@cua.dk>
4381
4382 * windows.texi (Window Tree): Rename window-split-tree to window-tree.
4383 Rename manual section accordingly.
4384
43852005-10-04 Kim F. Storm <storm@cua.dk>
4386
4387 * windows.texi (Window Split Tree): New section describing
4388 new function window-split-tree function.
4389
43902005-10-03 Nick Roberts <nickrob@snap.net.nz>
4391
4392 * display.texi (Fringe Size/Pos): Simplify and add detail.
4393
43942005-09-30 Romain Francoise <romain@orebokech.com>
4395
4396 * minibuf.texi (High-Level Completion): Explain that the prompt
4397 given to `read-buffer' should end with a colon and a space.
4398 Update usage examples.
4399
44002005-09-29 Juri Linkov <juri@jurta.org>
4401
4402 * display.texi (Displaying Messages): Rename argument name
4403 `string' to `format-string' in functions `message', `message-box',
4404 `message-or-box'.
4405
44062005-09-26 Chong Yidong <cyd@stupidchicken.com>
4407
4408 * errors.texi (Standard Errors): Correct xrefs.
4409
44102005-09-18 Chong Yidong <cyd@stupidchicken.com>
4411
4412 * display.texi (Defining Images): Update documentation for
4413 `image-load-path'.
4414
44152005-09-17 Richard M. Stallman <rms@gnu.org>
4416
4417 * display.texi (Defining Images): Clean up previous change.
4418
44192005-09-16 Romain Francoise <romain@orebokech.com>
4420
4421 * elisp.texi: Specify GFDL version 1.2.
4422
4423 * doclicense.texi (GNU Free Documentation License): Update to
4424 version 1.2.
4425
44262005-09-15 Chong Yidong <cyd@stupidchicken.com>
4427
4428 * display.texi (Defining Images): Document `image-load-path'.
4429
44302005-09-15 Richard M. Stallman <rms@gnu.org>
4431
4432 * objects.texi (Printed Representation): Minor cleanup.
4433 (Box Diagrams): Minor fix.
4434 (Cons Cell Type): Move (...) index item here.
4435 (Box Diagrams): From here.
4436 (Array Type): Minor fix.
4437 (Type Predicates): Delete index "predicates".
4438 (Hash Table Type): Clarify xref.
4439 (Dotted Pair Notation): Minor fix.
4440
44412005-09-10 Chong Yidong <cyd@stupidchicken.com>
4442
4443 * files.texi (Saving Buffers): Fix typo.
4444
44452005-09-08 Richard M. Stallman <rms@gnu.org>
4446
4447 * tips.texi (Programming Tips): Correct the "default" prompt spec.
4448
44492005-09-08 Chong Yidong <cyd@stupidchicken.com>
4450
4451 * locals.texi (Standard Buffer-Local Variables): Don't include
4452 mode variables for minor modes.
4453 Fix xrefs for buffer-display-count, buffer-display-table,
4454 buffer-offer-save, buffer-saved-size, cache-long-line-scans,
4455 enable-multibyte-characters, fill-column, header-line-format,
4456 left-fringe-width, left-margin, and right-fringe-width.
4457
4458 * hooks.texi (Standard Hooks): All hooks should conform to the
4459 standard naming convention now.
4460 Fix xref for `echo-area-clear-hook'.
4461
4462 * display.texi (Usual Display): Note that indicate-empty-lines and
4463 tab-width are buffer-local.
4464
4465 * files.texi (Saving Buffers): Add xref to `Killing Buffers'.
4466
4467 * modes.texi (Mode Help): Note that major-mode is buffer-local.
4468
4469 * nonascii.texi (Encoding and I/O): Note that
4470 buffer-file-coding-system is buffer-local.
4471
4472 * positions.texi (List Motion): Note that defun-prompt-regexp is
4473 buffer-local.
4474
4475 * text.texi (Auto Filling): Note that auto-fill-function is
4476 buffer-local.
4477 (Undo): Note that buffer-undo-list is buffer-local.
4478
4479 * windows.texi (Buffers and Windows): Document
4480 buffer-display-count.
4481
44822005-09-06 Richard M. Stallman <rms@gnu.org>
4483
4484 * tips.texi (Coding Conventions): Sometimes it is ok to put the
4485 package prefix elsewhere than at the start of the name.
4486
44872005-09-03 Richard M. Stallman <rms@gnu.org>
4488
4489 * tips.texi (Programming Tips): Add conventions for minibuffer
4490 questions and prompts.
4491
44922005-09-03 Joshua Varner <jlvarner@gmail.com> (tiny change)
4493
4494 * intro.texi (nil and t): Minor cleanup.
4495 Delete spurious mention of keyword symbols.
4496 (Evaluation Notation): Add index entry.
4497 (A Sample Function Description): Minor cleanup.
4498 (A Sample Variable Description): Not all vars can be set.
4499
45002005-09-03 Thien-Thi Nguyen <ttn@gnu.org>
4501
4502 * text.texi (Buffer Contents): Use "\n" in examples' result strings.
4503
4504 (Insertion): Document precise type of `insert-char' arg COUNT.
4505
45062005-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
4507
4508 * modes.texi (Other Font Lock Variables): Sync the default of
4509 font-lock-lines-before.
4510
45112005-08-31 Michael Albinus <michael.albinus@gmx.de>
4512
4513 * files.texi (Magic File Names): Add `make-auto-save-file-name'.
4514
45152005-08-29 Richard M. Stallman <rms@gnu.org>
4516
4517 * elisp.texi (Top): Update subnode menu.
4518
4519 * searching.texi (Searching and Matching): Move node.
4520 Rearrange contents and add overall explanation.
4521 (Searching and Case): Move node.
4522 (Searching and Matching): Update menu.
4523
45242005-08-27 Eli Zaretskii <eliz@gnu.org>
4525
4526 * os.texi (Startup Summary): Fix the description of the initial
4527 startup message display.
4528
45292005-08-25 Richard M. Stallman <rms@gnu.org>
4530
4531 * searching.texi (Search and Replace): Add replace-regexp-in-string.
4532
45332005-08-25 Emilio C. Lopes <eclig@gmx.net>
4534
4535 * display.texi (Finding Overlays): Fix `find-overlay-prop' in
4536 `next-overlay-change' example.
4537
45382005-08-22 Juri Linkov <juri@jurta.org>
4539
4540 * display.texi (Attribute Functions): Add set-face-inverse-video-p.
4541 Fix invert-face. Fix args of face-background.
4542
4543 * display.texi (Standard Faces): Delete node.
4544 (Faces): Add xref to `(emacs)Standard Faces'.
4545 (Displaying Faces): Fix xref to `Standard Faces'.
4546
4547 * modes.texi (Mode Line Data): Fix xref to Standard Faces.
4548
45492005-08-20 Alan Mackenzie <acm@muc.de>
4550
4551 * buffers.texi (The Buffer List): Clarify the manipulation of the
4552 buffer list.
4553
45542005-08-14 Richard M. Stallman <rms@gnu.org>
4555
4556 * modes.texi (Auto Major Mode): interpreter-mode-alist key is not
4557 a regexp.
4558
45592005-08-11 Richard M. Stallman <rms@gnu.org>
4560
4561 * elisp.texi (Top): Update subnode lists.
4562
4563 * display.texi (Inverse Video): Node deleted.
4564
4565 * tips.texi (Key Binding Conventions, Programming Tips, Warning Tips):
4566 New nodes split out of Coding Conventions.
4567
4568 * searching.texi (Regular Expressions): Document re-builder.
4569
4570 * os.texi (Time Parsing): New node split out of Time Conversion.
4571
4572 * processes.texi (Misc Network, Network Feature Testing)
4573 (Network Options, Make Network): New nodes split out of
4574 Low-Level Network.
4575
45762005-08-09 Richard M. Stallman <rms@gnu.org>
4577
4578 * frames.texi (Geometry): New node, split from Size and Position.
4579 (Frame Parameters): Refer to Geometry.
4580
4581 * buffers.texi (The Buffer List): Fix xrefs.
4582
4583 * windows.texi (Splitting Windows): Fix xref.
4584
4585 * frames.texi (Layout Parameters): Add xref.
4586
4587 * display.texi (Line Height, Scroll Bars): Fix xrefs.
4588
4589 * keymaps.texi (Menu Bar): Fix xref.
4590
4591 * locals.texi (Standard Buffer-Local Variables): Fix xref.
4592
4593 * modes.texi (%-Constructs): Fix xref.
4594
4595 * frames.texi (Window Frame Parameters): Node split up.
4596 (Basic Parameters, Position Parameters, Size Parameters)
4597 (Layout Parameters, Buffer Parameters, Management Parameters)
4598 (Cursor Parameters, Color Parameters): New subnodes.
4599
46002005-08-09 Luc Teirlinck <teirllm@auburn.edu>
4601
4602 * positions.texi (Screen Lines): Update xref for previous change
4603 in minibuf.texi.
4604
4605 * minibuf.texi (Intro to Minibuffers): Update pxref for previous
4606 change in minibuf.texi.
4607
46082005-08-09 Richard M. Stallman <rms@gnu.org>
4609
4610 * tips.texi (Coding Conventions): Minor cleanup.
4611
4612 * modes.texi (Defining Minor Modes): Explain when init-value
4613 can be non-nil.
4614
4615 * elisp.texi (Top): Update submenu for Minibuffer.
4616
4617 * minibuf.texi (Minibuffer Misc): Node split up.
4618 (Minibuffer Commands, Minibuffer Windows, Minibuffer Contents)
4619 (Recursive Mini): New nodes split out from Minibuffer Misc.
4620 (Minibuffer Misc): Document max-mini-window-height.
4621
4622 * hash.texi (Defining Hash): Delete stray paren in example.
4623
4624 * display.texi (Echo Area Customization): Don't define
4625 max-mini-window-height here; xref instead.
4626
4627 * commands.texi (Event Input Misc): Update while-no-input.
4628
4629 * advice.texi (Advising Functions): Explain when to use advice
4630 and when to use a hook.
4631
46322005-07-30 Eli Zaretskii <eliz@gnu.org>
4633
4634 * makefile.w32-in (info): Don't run install-info.
4635 ($(infodir)/dir): New target, produced by running install-info.
4636
46372005-07-27 Luc Teirlinck <teirllm@auburn.edu>
4638
4639 * modes.texi (Defining Minor Modes): The keyword for the initial
4640 value is :init-value, not :initial-value.
4641
46422005-07-23 Eli Zaretskii <eliz@gnu.org>
4643
4644 * loading.texi (Autoload): Make the `doctor' example be consistent
4645 with what's in current loaddefs.el. Describe the "fn" magic in
4646 the usage portion of the doc string.
4647
46482005-07-22 Richard M. Stallman <rms@gnu.org>
4649
4650 * internals.texi (Garbage Collection): Clarify previous change.
4651
46522005-07-21 Stefan Monnier <monnier@iro.umontreal.ca>
4653
4654 * internals.texi (Garbage Collection): Add gc-cons-percentage.
4655
46562005-07-18 Juri Linkov <juri@jurta.org>
4657
4658 * commands.texi (Accessing Events):
4659 * frames.texi (Text Terminal Colors, Resources):
4660 * markers.texi (The Mark):
4661 * modes.texi (Defining Minor Modes):
4662 Delete duplicate duplicate words.
4663
46642005-07-16 Richard M. Stallman <rms@gnu.org>
4665
4666 * display.texi (Managing Overlays): Clarify make-overlay
4667 args for insertion types.
4668
46692005-07-13 Luc Teirlinck <teirllm@auburn.edu>
4670
4671 * customize.texi (Variable Definitions):
4672 Add `custom-initialize-safe-set' and `custom-initialize-safe-default'.
4673 `standard-value' is a list too.
4674 (Defining New Types): Use @key{RET} instead of @key{ret}.
4675
46762005-07-13 Francis Litterio <franl@world.std.com> (tiny change)
4677
4678 * os.texi (Translating Input): Fix typo.
4679
46802005-07-08 Richard M. Stallman <rms@gnu.org>
4681
4682 * README: Update edition number and size estimate.
4683
4684 * elisp.texi (VERSION): Set to 2.9.
4685
46862005-07-07 Richard M. Stallman <rms@gnu.org>
4687
4688 * book-spine.texinfo: Update Emacs version.
4689
4690 * display.texi (Inverse Video): Delete mode-line-inverse-video.
4691
46922005-07-06 Richard M. Stallman <rms@gnu.org>
4693
4694 * searching.texi (Regexp Search): Clarify what re-search-forward
4695 does when the search fails.
4696
46972005-07-05 Lute Kamstra <lute@gnu.org>
4698
4699 * Update FSF's address in GPL notices.
4700
4701 * doclicense.texi (GNU Free Documentation License):
4702 * gpl.texi (GPL):
4703 * tips.texi (Coding Conventions, Library Headers):
4704 * vol1.texi:
4705 * vol2.texi: Update FSF's address.
4706
47072005-07-04 Richard M. Stallman <rms@gnu.org>
4708
4709 * hooks.texi (Standard Hooks): Add occur-hook.
4710
47112005-07-03 Luc Teirlinck <teirllm@auburn.edu>
4712
4713 * display.texi (The Echo Area): Correct menu.
4714
47152005-07-03 Richard M. Stallman <rms@gnu.org>
4716
4717 * elisp.texi (Top): Update subnode menu for Display.
4718
4719 * display.texi (Displaying Messages): New node, with most
4720 of what was in The Echo Area.
4721 (Progress): Moved under The Echo Area.
4722 (Logging Messages): New node with new text.
4723 (Echo Area Customization): New node, the rest of what was
4724 in The Echo Area. Document message-truncate-lines with @defvar.
4725 (Display): Update menu.
4726
4727 * windows.texi (Textual Scrolling): Doc 3 values for
4728 scroll-preserve-screen-position.
4729
4730 * text.texi (Special Properties): Change hook functions
4731 should bind inhibit-modification-hooks around altering buffer text.
4732
4733 * keymaps.texi (Key Binding Commands): Call binding BINDING
4734 rather than DEFINITION.
4735
47362005-06-29 Juanma Barranquero <lekktu@gmail.com>
4737
4738 * variables.texi (Defining Variables): `user-variable-p' returns t
4739 for aliases of user options, nil for alias loops.
4740
47412005-06-28 Richard M. Stallman <rms@gnu.org>
4742
4743 * keymaps.texi (Creating Keymaps): Put make-sparse-keymap before
4744 make-keymap.
4745
47462005-06-27 Luc Teirlinck <teirllm@auburn.edu>
4747
4748 * variables.texi (Setting Variables): Correct and clarify
4749 description of `add-to-ordered-list'.
4750
47512005-06-26 Richard M. Stallman <rms@gnu.org>
4752
4753 * display.texi (Faces): Minor cleanup.
4754
47552005-06-25 Luc Teirlinck <teirllm@auburn.edu>
4756
4757 * display.texi (Faces): `facep' returns t for strings that are
4758 face names.
4759
47602005-06-25 Richard M. Stallman <rms@gnu.org>
4761
4762 * objects.texi (Equality Predicates): Clarify meaning of equal.
4763
4764 * windows.texi (Selecting Windows): save-selected-window
4765 and with-selected-window save and restore the current buffer.
4766
47672005-06-24 Richard M. Stallman <rms@gnu.org>
4768
4769 * numbers.texi (Float Basics): Explain how to test for NaN,
4770 and printing the sign of NaNs.
4771
47722005-06-24 Eli Zaretskii <eliz@gnu.org>
4773
4774 * makefile.w32-in (MAKEINFO): Use --force.
4775
47762005-06-23 Richard M. Stallman <rms@gnu.org>
4777
4778 * display.texi (Face Functions): Correct Texinfo usage.
4779
47802005-06-23 Luc Teirlinck <teirllm@auburn.edu>
4781
4782 * lists.texi (Rings): `ring-elements' now returns the elements of
4783 RING in order.
4784
47852005-06-23 Juanma Barranquero <lekktu@gmail.com>
4786
4787 * markers.texi (The Mark): Texinfo usage fix.
4788
47892005-06-23 Kim F. Storm <storm@cua.dk>
4790
4791 * searching.texi (Entire Match Data): Remove evaporate option for
4792 match-data. Do not mention evaporate option for set-match-data.
4793
47942005-06-22 Glenn Morris <gmorris@ast.cam.ac.uk>
4795
4796 * display.texi (Face Functions): Mention face aliases.
4797
47982005-06-21 Richard M. Stallman <rms@gnu.org>
4799
4800 * anti.texi (Antinews): Texinfo usage fix.
4801
48022005-06-21 Karl Berry <karl@gnu.org>
4803
4804 * elisp.texi: Use @copying.
4805
4806 * elisp.texi: Put @summarycontents and @contents before the Top
4807 node, instead of the end of the file, so that the contents appear
4808 in the right place in the dvi/pdf output.
4809
48102005-06-21 Juri Linkov <juri@jurta.org>
4811
4812 * display.texi (Defining Faces): Add `customized-face'.
4813
48142005-06-20 Kim F. Storm <storm@cua.dk>
4815
4816 * variables.texi (Setting Variables): Any type of element can be
4817 given order in add-to-ordered-list. Compare elements with eq.
4818
4819 * lists.texi (Rearrangement): Sort predicate may just return non-nil.
4820
48212005-06-20 Karl Berry <karl@gnu.org>
4822
4823 * syntax.texi (Syntax Flags): Make last column very slightly wider
4824 to avoid "generic comment" breaking on two lines and causing an
4825 underfull box.
4826
48272005-06-19 Luc Teirlinck <teirllm@auburn.edu>
4828
4829 * lists.texi (Rings): Various minor clarifications and corrections.
4830
48312005-06-18 Richard M. Stallman <rms@gnu.org>
4832
4833 * functions.texi (Obsolete Functions): Simplify.
4834
4835 * variables.texi (Variable Aliases): Simplify.
4836
4837 * anti.texi, backups.texi, compile.texi, customization.texi:
4838 * debugging.texi, display.texi, edebug.texi, errors.texi, frames.texi:
4839 * functions.texi, help.texi, keymaps.texi, modes.texi, nonascii.texi:
4840 * os.texi, processes.texi, searching.texi, strings.texi, text.texi:
4841 * variables.texi: Fix formatting ugliness.
4842
4843 * elisp.texi: Add links to Rings and Byte Packing.
4844 Update version and copyright years.
4845
4846 * minibuf.texi: Fix formatting ugliness.
4847 (Completion Commands): Move keymap vars to the end
4848 and vars completing-read binds to the top.
4849
48502005-06-17 Luc Teirlinck <teirllm@auburn.edu>
4851
4852 * processes.texi: Fix typos.
4853 (Bindat Spec): Correct Texinfo error.
4854 (Byte Packing): Fix ungrammatical sentence.
4855
48562005-06-17 Thien-Thi Nguyen <ttn@gnu.org>
4857
4858 * lists.texi (Rings): New node.
4859 (Lists): Add it to menu.
4860
4861 * processes.texi (Byte Packing): New node.
4862 (Processes): Add it to menu.
4863
48642005-06-17 Richard M. Stallman <rms@gnu.org>
4865
4866 * syntax.texi (Parsing Expressions): Fix texinfo usage.
4867
4868 * help.texi (Documentation Basics): Explain the xref to
4869 Documentation Tips.
4870
4871 * debugging.texi (Debugger Commands): Minor fix.
4872
48732005-06-16 Luc Teirlinck <teirllm@auburn.edu>
4874
4875 * edebug.texi (Instrumenting): Eliminate duplicate link.
4876 (Specification List): Replace references to "below", referring to
4877 a later node, with one @ref to that node.
4878
4879 * os.texi (Timers): Timers should save and restore the match data
4880 if they change it.
4881
4882 * debugging.texi (Debugger Commands): Mention that the Lisp
4883 debugger can not step through primitive functions.
4884
48852005-06-16 Juanma Barranquero <lekktu@gmail.com>
4886
4887 * functions.texi (Obsolete Functions): Update argument names of
4888 `make-obsolete' and `define-obsolete-function-alias'.
4889
4890 * variables.texi (Variable Aliases): Update argument names of
4891 `defvaralias', `make-obsolete-variable' and
4892 `define-obsolete-variable-alias'.
4893
48942005-06-15 Kim F. Storm <storm@cua.dk>
4895
4896 * searching.texi (Entire Match Data): Rephrase warnings about
4897 evaporate arg to match-data and set-match-data.
4898
48992005-06-14 Luc Teirlinck <teirllm@auburn.edu>
4900
4901 * elisp.texi (Top): Update detailed menu.
4902
4903 * edebug.texi (Edebug): Update menu.
4904 (Instrumenting): Update xrefs.
4905 (Edebug Execution Modes): Correct xref.
4906 (Jumping): Clarify description of `h' command.
4907 Eliminate redundant @ref.
4908 (Breaks): New node.
4909 (Breakpoints): Is now a subsubsection.
4910 (Global Break Condition): Mention `C-x X X'.
4911 (Edebug Views): Clarify `v' and `p'. Mention `C-x X w'.
4912 (Trace Buffer): Clarify STRING arg of `edebug-tracing'.
4913 (Edebug Display Update): Correct pxref.
4914 (Edebug and Macros): New node.
4915 (Instrumenting Macro Calls): Is now a subsubsection.
4916 Neither arg of `def-edebug-spec' is evaluated.
4917 (Instrumenting Macro Calls): Mention `edebug-eval-macro-args'.
4918 (Specification Examples): Fix typo.
4919
49202005-06-14 Lute Kamstra <lute@gnu.org>
4921
4922 * debugging.texi (Function Debugging): Primitives can break on
4923 entry too.
4924
49252005-06-14 Kim F. Storm <storm@cua.dk>
4926
4927 * variables.texi (Setting Variables): Add add-to-ordered-list.
4928
49292005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
4930
4931 * syntax.texi (Parsing Expressions): Document aux functions and vars of
4932 syntax-ppss: syntax-ppss-flush-cache and syntax-begin-function.
4933
49342005-06-13 Lute Kamstra <lute@gnu.org>
4935
4936 * text.texi (Special Properties): Fix cross reference.
4937
49382005-06-11 Luc Teirlinck <teirllm@auburn.edu>
4939
4940 * debugging.texi (Function Debugging): Delete mention of empty
4941 string argument to `cancel-debug-on-entry'. Delete inaccurate
4942 description of the return value of that command.
4943
49442005-06-11 Alan Mackenzie <acm@muc.de>
4945
4946 * text.texi (Adaptive Fill): Amplify the description of
4947 fill-context-prefix.
4948
49492005-06-10 Luc Teirlinck <teirllm@auburn.edu>
4950
4951 * syntax.texi (Parsing Expressions): Fix Texinfo error.
4952
49532005-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
4954
4955 * syntax.texi (Parsing Expressions): Document syntax-ppss.
4956
49572005-06-10 Luc Teirlinck <teirllm@auburn.edu>
4958
4959 * debugging.texi (Error Debugging): Minor rewording.
4960 (Function Debugging): FUNCTION-NAME arg to `cancel-debug-on-entry'
4961 is optional.
4962
49632005-06-10 Lute Kamstra <lute@gnu.org>
4964
4965 * elisp.texi: Use EMACSVER to refer to the current version of Emacs.
4966 (Top): Give it a title. Correct version number. Give the
4967 detailed node listing a more prominent header.
4968 * intro.texi: Don't set VERSION here a second time.
4969 Mention Emacs's version too.
4970 * anti.texi (Antinews): Use EMACSVER to refer to the current
4971 version of Emacs.
4972
49732005-06-09 Kim F. Storm <storm@cua.dk>
4974
4975 * searching.texi (Entire Match Data): Explain new `reseat' argument to
4976 match-data and set-match-data.
4977
49782005-06-08 Richard M. Stallman <rms@gnu.org>
4979
4980 * searching.texi (Entire Match Data): Clarify when match-data
4981 returns markers and when integers.
4982
4983 * display.texi (Defining Faces): Explain that face name should not
4984 end in `-face'.
4985
4986 * modes.texi (Mode Line Data): Minor cleanup.
4987 (Customizing Keywords): Node split out of Search-based Fontification.
4988 Add example of using font-lock-add-keywords from a hook.
4989 Clarify when MODE should be non-nil, and when nil.
4990
49912005-06-06 Richard M. Stallman <rms@gnu.org>
4992
4993 * modes.texi (Mode Line Data): Explain what happens when the car
4994 of a list is a void symbol.
4995 (Search-based Fontification): Explain MODE arg to
4996 font-lock-add-keywords and warn about calls from major modes.
4997
49982005-06-08 Juri Linkov <juri@jurta.org>
4999
5000 * display.texi (Standard Faces): Add `shadow' face.
5001
50022005-05-29 Luc Teirlinck <teirllm@auburn.edu>
5003
5004 * modes.texi (Major Mode Conventions): A derived mode only needs
5005 to put the call to the parent mode inside `delay-mode-hooks'.
5006
50072005-05-29 Richard M. Stallman <rms@gnu.org>
5008
5009 * modes.texi (Mode Hooks): Explain that after-change-major-mode-hook is
5010 new, and what that implies. Clarify.
5011
5012 * files.texi (Locating Files): Clean up the text.
5013
5014 * frames.texi (Window Frame Parameters): Document user-size.
5015 Shorten entry for top by referring to left.
5016
50172005-05-26 Richard M. Stallman <rms@gnu.org>
5018
5019 * modes.texi (Mode Hooks): Explain that after-change-major-mode-hook
5020 is new, and what the implications are. Other clarifications.
5021
50222005-05-24 Richard M. Stallman <rms@gnu.org>
5023
5024 * frames.texi (Dialog Boxes): Minor fixes.
5025
50262005-05-25 Masatake YAMATO <jet@gyve.org>
5027
5028 * display.texi (Standard Faces): Write about `mode-line-highlight'.
5029
50302005-05-24 Luc Teirlinck <teirllm@auburn.edu>
5031
5032 * frames.texi (Dialog Boxes): HEADER argument to `x-popup-dialog'
5033 is optional.
5034
50352005-05-24 Nick Roberts <nickrob@snap.net.nz>
5036
10d1d0af 5037 * frames.texi (Dialog Boxes): Describe new optional argument.
b8d4c8d0
GM
5038
50392005-05-23 Lute Kamstra <lute@gnu.org>
5040
5041 * modes.texi (Font Lock Basics, Syntactic Font Lock): Recommend
5042 syntax-begin-function over font-lock-beginning-of-syntax-function.
5043
50442005-05-21 Luc Teirlinck <teirllm@auburn.edu>
5045
5046 * minibuf.texi (Reading File Names): Update description of
5047 `read-directory-name'.
5048
5049 * modes.texi (Derived Modes): Clarify :group keyword.
5050
50512005-05-21 Eli Zaretskii <eliz@gnu.org>
5052
5053 * files.texi (Locating Files): New subsection.
5054 Describe locate-file and executable-find.
5055
50562005-05-21 Kevin Ryde <user42@zip.com.au>
5057
5058 * frames.texi (Initial Parameters): Update cross reference to
5059 "Emacs Invocation".
5060
50612005-05-19 Luc Teirlinck <teirllm@auburn.edu>
5062
5063 * keymaps.texi (Active Keymaps): Add anchor.
5064
5065 * modes.texi (Hooks): Delete confusing and unnecessary sentence.
5066 (Major Mode Conventions): Refer to `Auto Major Mode' in more
5067 appropriate place.
5068 (Derived Modes): Small clarifications.
5069 (Minor Mode Conventions, Keymaps and Minor Modes):
5070 Replace references to nodes with references to anchors.
5071 (Mode Line Data): Warn that `(:eval FORM)' should not load any files.
5072 Clarify description of lists whose first element is an integer.
5073 (Mode Line Variables): Add anchor.
5074 (%-Constructs): Clarify description of integer after %.
5075 (Emulating Mode Line): Describe nil value for FACE.
5076
50772005-05-18 Luc Teirlinck <teirllm@auburn.edu>
5078
5079 * modes.texi (Derived Modes): Correct references to non-existing
5080 variable standard-syntax-table.
5081
50822005-05-17 Lute Kamstra <lute@gnu.org>
5083
5084 * modes.texi (Defining Minor Modes): Mention the mode hook.
5085
50862005-05-15 Kim F. Storm <storm@cua.dk>
5087
5088 * processes.texi (Network): Remove open-network-stream-nowait.
5089 (Network Servers): Remove open-network-stream-server.
5090
50912005-05-15 Luc Teirlinck <teirllm@auburn.edu>
5092
5093 * elisp.texi (Top): Update detailed menu.
5094
5095 * variables.texi: Reorder nodes.
5096 (Variables): Update menu.
5097 (File Local Variables): Do not refer to the `-*-' line as
5098 a "local variables list". Add pxref.
5099
51002005-05-14 Luc Teirlinck <teirllm@auburn.edu>
5101
5102 * elisp.texi (Top): Update detailed menu for node changes.
5103
5104 * modes.texi (Modes): Update Menu.
5105 (Hooks): Move to beginning of chapter.
5106 Most minor modes run mode hooks too.
5107 `add-hook' can handle void hooks or hooks whose value is a single
5108 function.
5109 (Major Modes): Update Menu.
5110 (Major Mode Basics): New node, split off from `Major Modes'.
5111 (Major Mode Conventions): Correct xref. Explain how to handle
5112 auto-mode-alist if the major mode command has an autoload cookie.
5113 (Auto Major Mode): Major update. Add magic-mode-alist.
5114 (Derived Modes): Major update.
5115 (Mode Line Format): Update Menu.
5116 (Mode Line Basics): New node, split off from `Mode Line Format'.
5117
5118 * loading.texi (Autoload): Mention `autoload cookie' as synonym
5119 for `magic autoload comment'. Add index entries and anchor.
5120
51212005-05-14 Richard M. Stallman <rms@gnu.org>
5122
5123 * tips.texi (Coding Conventions): Explain how important it is
5124 that just loading certain files not change Emacs behavior.
5125
5126 * modes.texi (Defining Minor Modes): Define define-global-minor-mode.
5127
51282005-05-12 Lute Kamstra <lute@gnu.org>
5129
5130 * modes.texi (Generic Modes): Update.
5131 (Major Modes): Refer to node "Generic Modes".
5132
5133 * elisp.texi (Top): Update to the current structure of the manual.
5134 * processes.texi (Processes): Add menu description.
5135 * customize.texi (Customization): Add menu descriptions.
5136
51372005-05-11 Thien-Thi Nguyen <ttn@gnu.org>
5138
5139 * processes.texi (Signals to Processes)
5140 (Low-Level Network): Fix typos.
5141
51422005-05-11 Lute Kamstra <lute@gnu.org>
5143
5144 * elisp.texi (Top): Add some nodes from the chapter "Major and
5145 Minor Modes" to the detailed node listing.
5146
51472005-05-10 Richard M. Stallman <rms@gnu.org>
5148
5149 * keymaps.texi (Extended Menu Items): Menu item filter functions
5150 can be called at any time.
5151
51522005-05-08 Luc Teirlinck <teirllm@auburn.edu>
5153
5154 * variables.texi (File Local Variables): `(hack-local-variables t)'
5155 now also checks whether a mode is specified in the local variables
5156 list.
5157
51582005-05-05 Kevin Ryde <user42@zip.com.au>
5159
5160 * display.texi (The Echo Area): Correct format function cross
5161 reference.
5162
51632005-05-05 Luc Teirlinck <teirllm@auburn.edu>
5164
5165 * variables.texi (Variable Aliases): Change description of
5166 `define-obsolete-variable-alias'.
5167
5168 * functions.texi (Functions): Add "Obsolete Functions" to menu.
5169 (Defining Functions): Add xref.
5170 (Obsolete Functions): New node.
5171 (Function Safety): Standardize capitalization of section title.
5172
5173 * frames.texi (Pop-Up Menus): Complete description of `x-popup-menu'.
5174 (Dialog Boxes): Complete description of `x-popup-dialog'.
5175
51762005-05-04 Richard M. Stallman <rms@gnu.org>
5177
5178 * commands.texi (Interactive Codes): Fix Texinfo usage.
5179 Document U more clearly.
5180
51812005-05-01 Luc Teirlinck <teirllm@auburn.edu>
5182
5183 * variables.texi (Variable Aliases): `make-obsolete-variable' is a
5184 function and not a macro.
5185
5186 * frames.texi (Pop-Up Menus): Correct and clarify description of
5187 `x-popup-menu'.
5188 (Dialog Boxes): Clarify description of `x-popup-dialog'.
5189
51902005-05-01 Richard M. Stallman <rms@gnu.org>
5191
5192 * edebug.texi (Checking Whether to Stop): Fix previous change.
5193
51942005-05-01 Luc Teirlinck <teirllm@auburn.edu>
5195
5196 * display.texi: Fix typos and Texinfo usage.
5197
5198 * edebug.texi (Checking Whether to Stop): executing-macro ->
5199 executing-kbd-macro.
5200
52012005-05-01 Richard M. Stallman <rms@gnu.org>
5202
5203 * display.texi (Invisible Text): Correct add-to-invisibility-spec.
5204
52052005-04-30 Richard M. Stallman <rms@gnu.org>
5206
5207 * files.texi (Magic File Names): Document `operations' property.
5208
52092005-04-29 Lute Kamstra <lute@gnu.org>
5210
5211 * modes.texi (Generic Modes): New node.
5212 (Major Modes): Add it to the menu.
5213 (Derived Modes): Add "derived mode" to concept index.
5214
52152005-04-28 Lute Kamstra <lute@gnu.org>
5216
5217 * modes.texi (Defining Minor Modes): Fix previous change.
5218 (Font Lock Mode): Simplify.
5219 (Font Lock Basics): Say that font-lock-defaults is buffer-local
5220 when set and that some parts are optional. Add cross references.
5221 (Search-based Fontification): Say how to specify font-lock-keywords.
5222 Add cross references. Add font-lock-multiline to index.
5223 Move font-lock-keywords-case-fold-search here from node "Other Font
5224 Lock Variables". Document font-lock-add-keywords and
5225 font-lock-remove-keywords.
5226 (Other Font Lock Variables): Move font-lock-keywords-only,
5227 font-lock-syntax-table, font-lock-beginning-of-syntax-function,
5228 and font-lock-syntactic-face-function to node "Syntactic Font
5229 Lock". Move font-lock-keywords-case-fold-search to node
5230 "Search-based Fontification". Document font-lock-inhibit-thing-lock
5231 and font-lock-{,un}fontify-{buffer,region}-function.
5232 (Precalculated Fontification): Remove reference to deleted variable
5233 font-lock-core-only.
5234 (Faces for Font Lock): Add font-lock-comment-delimiter-face.
5235 (Syntactic Font Lock): Add intro. Move font-lock-keywords-only,
5236 font-lock-syntax-table, font-lock-beginning-of-syntax-function,
5237 and font-lock-syntactic-face-function here from node "Other Font
5238 Lock Variables". Move font-lock-syntactic-keywords to "Setting
5239 Syntax Properties". Add cross references.
5240 (Setting Syntax Properties): New node.
5241 Move font-lock-syntactic-keywords here from "Syntactic Font Lock".
5242 * syntax.texi (Syntax Properties): Add cross reference.
5243 * hooks.texi (Standard Hooks): Add Font-Lock hooks.
5244
52452005-04-26 Richard M. Stallman <rms@gnu.org>
5246
5247 * display.texi (Defining Faces):
5248 Document `default' elements of defface spec.
5249
5250 * modes.texi (Major Mode Conventions): Explain customizing ElDoc mode.
5251
5252 * variables.texi (Variable Aliases): Clarify text.
5253
52542005-04-25 Chong Yidong <cyd@stupidchicken.com>
5255
5256 * windows.texi (Window Hooks): Remove reference to obsolete Lazy Lock.
5257
52582005-04-25 Luc Teirlinck <teirllm@auburn.edu>
5259
5260 * hooks.texi (Standard Hooks): Most minor modes have mode hooks too.
5261
52622005-04-24 Eli Zaretskii <eliz@gnu.org>
5263
5264 * syntax.texi (Syntax Table Internals): Elaborate documentation of
5265 syntax-after and syntax-class.
5266
5267 * files.texi (Changing Files): Fix last change's cross-reference.
5268 (Unique File Names): Don't mention "numbers" in the documentation
5269 of make-temp-file and make-temp-name.
5270
52712005-04-23 Richard M. Stallman <rms@gnu.org>
5272
5273 * files.texi (Changing Files): Document MUSTBENEW arg in copy-file.
5274
52752005-04-22 Nick Roberts <nickrob@snap.net.nz>
5276
5277 * windows.texi (Cyclic Window Ordering): Clarify window-list.
5278
52792005-04-22 Nick Roberts <nickrob@snap.net.nz>
5280
5281 * variables.texi (Variable Aliases): Describe make-obsolete-variable
5282 and define-obsolete-variable-alias.
5283
52842005-04-22 Kim F. Storm <storm@cua.dk>
5285
5286 * symbols.texi (Symbol Plists): Remove safe-get, as get is now safe.
5287 (Other Plists): Remove safe-plist-get, as plist-get is now safe.
5288
52892005-04-21 Lute Kamstra <lute@gnu.org>
5290
5291 * lists.texi (Association Lists): Document rassq-delete-all.
5292
52932005-04-19 Richard M. Stallman <rms@gnu.org>
5294
5295 * modes.texi (Search-based Fontification): Explain that
5296 facespec is an expression to be evaluated.
5297
52982005-04-19 Kevin Ryde <user42@zip.com.au>
5299
5300 * streams.texi (Output Functions): Fix xref.
5301 * strings.texi (String Conversion): Fix xref.
5302
53032005-04-19 Kim F. Storm <storm@cua.dk>
5304
5305 * symbols.texi (Symbol Plists): Add safe-get.
5306 Mention that `get' may signal an error.
5307
53082005-04-18 Nick Roberts <nickrob@snap.net.nz>
5309
5310 * customize.texi (Variable Definitions): Replace tooltip-mode
5311 example with save-place.
5312
53132005-04-17 Richard M. Stallman <rms@gnu.org>
5314
5315 * buffers.texi (Indirect Buffers): Clarify.
5316
5317 * positions.texi (Positions): Clarify converting marker to integer.
5318
5319 * strings.texi (String Basics): Mention string-match; clarify.
5320
53212005-04-08 Lute Kamstra <lute@gnu.org>
5322
5323 * modes.texi (Search-based Fontification): Fix cross references.
5324 Use consistent terminology. Document anchored highlighting.
5325
53262005-04-05 Lute Kamstra <lute@gnu.org>
5327
5328 * modes.texi (Defining Minor Modes): Document :group keyword
5329 argument and its default value.
5330
53312005-04-03 Lute Kamstra <lute@gnu.org>
5332
5333 * hooks.texi (Standard Hooks): Add some hooks. Add cross
5334 references and/or descriptions. Delete major mode hooks; mention
5335 them as a category instead. Rename or delete obsolete hooks.
5336
53372005-04-02 Richard M. Stallman <rms@gnu.org>
5338
5339 * nonascii.texi (Coding System Basics): Another wording cleanup.
5340
53412005-04-01 Richard M. Stallman <rms@gnu.org>
5342
5343 * nonascii.texi (Coding System Basics): Clarify previous change.
5344
53452005-04-01 Kenichi Handa <handa@m17n.org>
5346
10d1d0af 5347 * nonascii.texi (Coding System Basics): Describe about roundtrip
b8d4c8d0
GM
5348 identity of coding systems.
5349
53502005-03-29 Chong Yidong <cyd@stupidchicken.com>
5351
5352 * text.texi (Buffer Contents): Add filter-buffer-substring and
5353 buffer-substring-filters.
5354
53552005-03-26 Chong Yidong <cyd@stupidchicken.com>
5356
5357 * anti.texi (Antinews): Mention `G' interactive code.
5358
5359 * tips.texi (Compilation Tips): Mention benchmark.el.
5360
53612005-03-27 Luc Teirlinck <teirllm@auburn.edu>
5362
5363 * modes.texi (Other Font Lock Variables): `font-lock-fontify-block'
5364 is now bound to M-o M-o.
5365
5366 * keymaps.texi (Prefix Keys): `facemenu-keymap' is now on M-o.
5367
53682005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
5369
5370 * calendar.texi: Delete file (and move contents to emacs-xtra.texi
5371 in the Emacs Manual).
5372 * Makefile.in (srcs): Remove calendar.texi.
5373 * makefile.w32-in (srcs): Remove calendar.texi.
5374 * display.texi (Display): Change name of next node.
5375 * os.texi (System In): Change name of previous node.
5376 * elisp.texi (Top): Remove Calendar references.
5377 * vol1.texi (Top): Remove Calendar references.
5378 * vol2.texi (Top): Remove Calendar references.
5379
53802005-03-25 Richard M. Stallman <rms@gnu.org>
5381
5382 * display.texi (Standard Faces, Fringe Bitmaps, Customizing Bitmaps):
5383 Cleanup previous change.
5384
53852005-03-25 Chong Yidong <cyd@stupidchicken.com>
5386
5387 * display.texi (Face Attributes): Faces earlier in an :inherit
5388 list take precedence.
5389 (Scroll Bars): Fix description of vertical-scroll-bars.
5390 Document frame-current-scroll-bars and window-current-scroll-bars.
5391
5392 * markers.texi (The Mark): Document temporary Transient Mark mode.
5393
5394 * minibuf.texi (Reading File Names):
5395 Document read-file-name-completion-ignore-case.
5396
5397 * positions.texi (Screen Lines): Document nil for width argument
5398 to compute-motion.
5399
54002005-03-23 Kim F. Storm <storm@cua.dk>
5401
5402 * display.texi (Standard Faces): Other faces used in the fringe
5403 implicitly inherits from the fringe face.
5404 (Fringe Bitmaps): FACE in right-fringe and left-fringe display
5405 properties implicitly inherits from fringe face.
5406 (Customizing Bitmaps): Likewise for set-fringe-bitmap-face.
5407
54082005-03-20 Chong Yidong <cyd@stupidchicken.com>
5409
5410 * display.texi (Invisible Text): State default value of
5411 line-move-ignore-invisible.
5412 (Managing Overlays): Document remove-overlays.
5413 (Standard Faces): Document escape-glyph face.
5414
5415 * minibuf.texi (Reading File Names): Document read-file-name-function.
5416
5417 * modes.texi (Other Font Lock Variables):
5418 Document font-lock-lines-before.
5419
5420 * positions.texi (Skipping Characters): skip-chars-forward allows
5421 character classes.
5422
54232005-03-18 Lute Kamstra <lute@gnu.org>
5424
5425 * edebug.texi (Instrumenting Macro Calls): Fix another typo.
5426
54272005-03-17 Richard M. Stallman <rms@gnu.org>
5428
5429 * text.texi (Undo): Document extensible undo entries.
5430
dd7b651b 5431 * searching.texi (String Search, Regexp Search): Cleanups.
b8d4c8d0
GM
5432
5433 * nonascii.texi (Character Codes): Minor fix.
5434
5435 * display.texi (Display Property): Explain the significance
5436 of having text properties that are eq.
5437 (Other Display Specs): Explain string as display spec.
5438
5439 * commands.texi (Interactive Codes): Document G option.
5440
54412005-03-17 Chong Yidong <cyd@stupidchicken.com>
5442
5443 * text.texi (Filling): Add sentence-end-without-period and
5444 sentence-end-without-space.
5445 (Changing Properties): Minor fix.
5446
5447 * anti.texi: Total rewrite.
5448
54492005-03-15 Lute Kamstra <lute@gnu.org>
5450
5451 * edebug.texi (Instrumenting Macro Calls): Fix typos.
5452
54532005-03-08 Kim F. Storm <storm@cua.dk>
5454
5455 * display.texi (Specified Space): Property :width is support on
5456 non-graphic terminals, :height is not.
5457
54582005-03-07 Richard M. Stallman <rms@gnu.org>
5459
5460 * display.texi (Overlay Arrow, Fringe Bitmaps, Customizing Bitmaps):
5461 Now subnodes of Fringes.
5462 (Overlay Arrow): Document overlay-arrow-variable-list.
5463 (Fringe Size/Pos): New node, broken out of Fringes.
5464 (Display): Explain clearing vs redisplay better.
5465 (Truncation): Clarify use of bitmaps.
5466 (The Echo Area): Clarify the uses of the echo area.
5467 Add max-mini-window-height.
5468 (Progress): Clarify.
5469 (Invisible Text): Explain that main loop moves point out.
5470 (Selective Display): Say "hidden", not "invisible".
5471 (Managing Overlays): Move up. Describe relation to Undo here.
5472 (Overlay Properties): Clarify intro.
5473 (Finding Overlays): Explain return values when nothing found.
5474 (Width): truncate-string-to-width has added arg.
5475 (Displaying Faces): Clarify and update mode line face handling.
5476 (Face Functions): Minor cleanup.
5477 (Conditional Display): Merge into Other Display Specs.
5478 (Pixel Specification, Other Display Specs): Minor cleanups.
5479 (Images, Image Descriptors): Minor cleanups.
5480 (GIF Images): Patents have expired.
5481 (Showing Images): Explain default text for insert-image.
5482 (Manipulating Button Types): Merge into Manipulating Buttons.
5483 (Making Buttons): Explain return values.
5484 (Button Buffer Commands): Add xref.
5485 (Inverse Video): Update mode-line-inverse-video.
5486 (Display Table Format): Clarify.
5487 (Active Display Table): Give defaults for window-display-table.
5488
5489 * calendar.texi (Calendar Customizing): calendar-holiday-marker
5490 and calendar-today-marker are strings, not chars.
5491 (Holiday Customizing): Minor fix.
5492
5493 * internals.texi (Writing Emacs Primitives): Update `or' example.
5494 Update limit on # args of subr.
5495
5496 * edebug.texi (Using Edebug): Arrow is in fringe.
5497 (Instrumenting): Arg to eval-defun works without loading edebug.
5498 (Edebug Execution Modes): Add xref.
5499
5500 * customize.texi (Common Keywords): Clarify :require.
5501 Mention :version here.
5502 (Variable Definitions, Group Definitions): Not here.
5503 (Variable Definitions): Clarify symbol arg to :initialize and :set fns.
5504
55052005-03-07 Chong Yidong <cyd@stupidchicken.com>
5506 * nonascii.texi (Text Representations): Clarify position-bytes.
5507 (Character Sets): Add list-charset-chars.
5508 (Scanning Charsets): Add charset-after.
5509 (Encoding and I/O): Minor fix.
5510
55112005-03-06 Richard M. Stallman <rms@gnu.org>
5512
5513 * windows.texi (Vertical Scrolling): Get rid of "Emacs 21".
5514 (Resizing Windows): Likewise.
5515
5516 * text.texi (Change Hooks): Get rid of "Emacs 21".
5517
5518 * strings.texi (Formatting Strings): Get rid of "Emacs 21".
5519
5520 * streams.texi (Output Variables): Get rid of "Emacs 21".
5521
5522 * searching.texi (Regexp Special, Char Classes): Get rid of "Emacs 21".
5523
5524 * os.texi (Translating Input): Replace flow-control example
5525 with a less obsolete example that uses `keyboard-translate'.
5526
5527 * objects.texi (Hash Table Type, Circular Objects):
5528 Get rid of "Emacs 21".
5529
5530 * modes.texi (Mode Line Format): Get rid of "Emacs 21".
5531 (Mode Line Data, Properties in Mode, Header Lines): Likewise.
5532
5533 * minibuf.texi (Minibuffer Misc): Get rid of "Emacs 21".
5534
5535 * lists.texi (List Elements, Building Lists): Get rid of "Emacs 21".
5536
5537 * keymaps.texi (Menu Separators, Tool Bar): Get rid of "Emacs 21".
5538 (Menu Bar): Fix when menu-bar-update-hook is called.
5539
5540 * hash.texi (Hash Tables): Get rid of "Emacs 21".
5541
5542 * frames.texi (Text Terminal Colors): Get rid of "Emacs 21",
5543 and make it read better.
5544
5545 * files.texi (Writing to Files): Get rid of "Emacs 21".
5546 (Unique File Names): Likewise.
5547
5548 * elisp.texi: Update Emacs version to 22.
5549
5550 * display.texi (Forcing Redisplay): Get rid of "Emacs 21".
5551 (Overlay Properties, Face Attributes): Likewise.
5552 (Managing Overlays): Fix punctuation.
5553 (Attribute Functions): Clarify set-face-font; get rid of
5554 info about old Emacs versions.
5555 (Auto Faces, Font Lookup, Display Property, Images):
5556 Get rid of "Emacs 21".
5557
5558 * calendar.texi (Calendar Customizing): Get rid of "Emacs 21".
5559
55602005-03-05 Richard M. Stallman <rms@gnu.org>
5561
5562 * debugging.texi (Error Debugging): Remove stack-trace-on-error.
5563
55642005-03-04 Lute Kamstra <lute@gnu.org>
5565
5566 * debugging.texi (Error Debugging): Document stack-trace-on-error.
5567
55682005-03-03 Lute Kamstra <lute@gnu.org>
5569
5570 * edebug.texi (Instrumenting Macro Calls): Fix typo.
5571
55722005-03-01 Lute Kamstra <lute@gnu.org>
5573
5574 * debugging.texi (Debugger Commands): Update `j'.
5575
55762005-02-28 Lute Kamstra <lute@gnu.org>
5577
5578 * debugging.texi (Debugging): Fix typo.
5579 (Error Debugging): Document eval-expression-debug-on-error.
5580 (Function Debugging): Update example.
5581 (Using Debugger): Mention starred stack frames.
5582 (Debugger Commands): Document `j' and `l'.
5583 (Invoking the Debugger): `d' and `j' exit recursive edit too.
5584 Update the messages that the debugger displays.
5585 (Internals of Debugger): Add cross reference. Update example.
5586 (Excess Open): Minor improvement.
5587 (Excess Close): Minor improvement.
5588
55892005-02-26 Richard M. Stallman <rms@gnu.org>
5590
5591 * tips.texi (Coding Conventions): Clarify.
5592 Put all the major mode key reservations together.
5593 Mention the Mouse-1 => Mouse-2 conventions.
5594
5595 * syntax.texi (Syntax Class Table): Clarify.
5596 (Syntax Table Functions): syntax-after moved from here.
5597 (Syntax Table Internals): syntax-after moved to here.
5598 (Parsing Expressions): Update info on number of values
5599 and what's meaningful in the STATE argument.
5600 (Categories): Fix typo.
5601
5602 * sequences.texi (Arrays): Cleanup.
5603 (Char-Tables): Clarify.
5604
5605 * processes.texi (Deleting Processes): Cleanups, add xref.
5606 (Subprocess Creation): Explain nil in exec-path. Cleanup.
5607 (Process Information): set-process-coding-system, some args optional.
5608 (Input to Processes): Explain various types for PROCESS args.
5609 Rename them from PROCESS-NAME to PROCESS.
5610 (Signals to Processes): Likewise.
5611 (Decoding Output): Cleanup.
5612 (Query Before Exit): Clarify.
5613
5614 * os.texi (Startup Summary): Correct the options; add missing ones.
5615 (Terminal Output, Batch Mode): Clarify.
5616 (Flow Control): Node deleted.
5617
5618 * markers.texi (The Mark): Clarify.
5619
5620 * macros.texi (Expansion): Cleanup.
5621 (Indenting Macros): indent-spec allows ints, not floats.
5622
5623 * keymaps.texi (Keymaps): Clarify.
5624 (Format of Keymaps): Update lisp-mode-map example.
5625 (Active Keymaps, Key Lookup): Clarify.
5626 (Changing Key Bindings): Add xref to `kbd'.
5627 (Key Binding Commands, Simple Menu Items): Clarify.
5628 (Mouse Menus, Menu Bar): Clarify.
5629 (Menu Example): Replace print example with menu-bar-replace-menu.
5630
5631 * help.texi (Documentation Basics): Add function-documentation prop.
5632
5633 * elisp.texi (Top): Don't refer to Flow Control node.
5634
5635 * commands.texi (Command Overview): Improve xrefs.
5636 (Adjusting Point): Adjusting point applies to intangible and invis.
5637 (Key Sequence Input): Doc extra read-key-sequence args.
5638 Likewise for read-key-sequence-vector.
5639
5640 * backups.texi (Rename or Copy): Minor fix.
5641 (Numbered Backups): For version-control, say the default.
5642 (Auto-Saving): make-auto-save-file-name example is simplified.
5643
5644 * advice.texi (Advising Functions): Don't imply one part of Emacs
5645 should advise another part. Markup changes.
5646 (Defining Advice): Move transitional para.
5647 (Activation of Advice): Cleanup.
5648 Explain if COMPILE is nil or negative.
5649
5650 * abbrevs.texi (Abbrev Expansion): Clarify, fix typo.
5651
56522005-02-24 Lute Kamstra <lute@gnu.org>
5653
5654 * modes.texi (Defining Minor Modes): Explain that INIT-VALUE,
5655 LIGHTER, and KEYMAP can be omitted when KEYWORD-ARGS are used.
5656
56572005-02-23 Lute Kamstra <lute@gnu.org>
5658
5659 * modes.texi (Defining Minor Modes): define-minor-mode can be used
5660 to define global minor modes as well.
5661
5662 * display.texi (Managing Overlays): overlay-buffer returns nil for
5663 deleted overlays.
5664
56652005-02-22 Kim F. Storm <storm@cua.dk>
5666
5667 * minibuf.texi (Basic Completion): Allow symbols in addition to
5668 strings in try-completion and all-completions.
5669
56702005-02-14 Lute Kamstra <lute@gnu.org>
5671
5672 * elisp.texi (Top): Remove reference to deleted node.
5673
5674 * lists.texi (Lists): Remove reference to deleted node.
5675 (Cons Cells): Fix typo.
5676
5677 * loading.texi (Where Defined): Fix typo.
5678
56792005-02-14 Richard M. Stallman <rms@gnu.org>
5680
5681 * variables.texi (Creating Buffer-Local): change-major-mode-hook
5682 is useful for discarding some minor modes.
5683
5684 * symbols.texi (Symbol Components): Reorder examples.
5685
5686 * streams.texi (Input Functions): State standard-input default.
5687 (Output Variables): State standard-output default.
5688
5689 * objects.texi (Printed Representation): Clarify read syntax vs print.
5690 (Floating Point Type): Explain meaning better.
5691 (Symbol Type): Explain uniqueness better.
5692 (Cons Cell Type): Explain empty list sooner. CAR and CDR later.
5693 List examples sooner.
5694 (Box Diagrams): New subnode broken out.
5695 Some examples moved from old Lists as Boxes node.
5696 (Dotted Pair Notation): Clarify intro.
5697 (Array Type): Clarify.
5698 (Type Predicates): Add hash-table-p.
5699
5700 * numbers.texi (Integer Basics): Clarify radix explanation.
5701 (Predicates on Numbers): Minor clarification.
5702 (Comparison of Numbers): Minor clarification. Clarify eql.
5703 Typos in min, max.
5704 (Math Functions): Clarify overflow in expt.
5705
5706 * minibuf.texi (Text from Minibuffer): Minor clarification.
5707 Mention arrow keys.
5708
5709 * loading.texi (Autoload): defun's doc string overrides autoload's
5710 doc string.
5711 (Repeated Loading): Modernize "add to list" examples.
5712 (Where Defined): Finish updating table of load-history elts.
5713
5714 * lists.texi (List-related Predicates): Minor wording improvement.
5715 (Lists as Boxes): Node deleted.
5716 (Building Lists): Explain trivial cases of number-sequence.
5717
5718 * hash.texi (Hash Tables): Add desc to menu items.
10d1d0af 5719 (Creating Hash): Explain "full" means "make larger".
b8d4c8d0
GM
5720 (Hash Access): Any object can be a key.
5721 State value of maphash.
5722
5723 * functions.texi (What Is a Function): Wording cleanup.
5724 (Function Documentation): Minor cleanup.
5725 Explain purpose of calling convention at end of doc string.
5726 (Function Names): Wording cleanup.
5727 (Calling Functions): Wording cleanup.
5728 Explain better how funcall calls the function.
5729 (Function Cells): Delete example of saving and redefining function.
5730
5731 * control.texi (Combining Conditions): Wording cleanup.
5732 (Iteration): dolist and dotimes bind VAR locally.
5733 (Cleanups): Xref to Atomic Changes.
5734
5735 * compile.texi (Byte Compilation): Delete 19.29 info.
5736 (Compilation Functions): Macros' difficulties don't affect defsubst.
5737 (Docs and Compilation): Delete 19.29 info.
5738
57392005-02-10 Richard M. Stallman <rms@gnu.org>
5740
5741 * objects.texi (Symbol Type): Minor correction.
5742
57432005-02-06 Lute Kamstra <lute@gnu.org>
5744
5745 * modes.texi (Example Major Modes): Fix typos.
5746
57472005-02-06 Richard M. Stallman <rms@gnu.org>
5748
5749 * text.texi (Margins): fill-nobreak-predicate can be one function.
5750
5751 * strings.texi (Modifying Strings): clear-string can make unibyte.
5752 (Formatting Strings): format gives error if values missing.
5753
5754 * positions.texi (Character Motion): Mention default arg
5755 for forward-char. backward-char refers to forward-char.
5756 (Word Motion): Mention default arg for forward-word.
5757 (Buffer End Motion): Mention default arg for beginning-of-buffer.
5758 Simplify end-of-buffer.
5759 (Text Lines): Mention default arg for forward-line.
5760 (List Motion): Mention default arg for beginning/end-of-defun.
5761 (Skipping Characters): Minor fixes in explaining character-set.
5762
5763 * modes.texi (Major Mode Conventions): Mention "system abbrevs".
5764 Mode inheritance applies only when default-major-mode is nil.
5765 Clarifications.
5766 (Example Major Modes): Update Text mode and Lisp mode examples.
5767 (Minor Mode Conventions): Mention define-minor-mode at top.
5768 (Defining Minor Modes): In Hungry example, don't define C-M-DEL.
5769 (Mode Line Format): Update mode line face display info.
5770 (Properties in Mode): Mention effect of risky vars.
5771 (Imenu): Define imenu-add-to-menubar.
5772 (Font Lock Mode): Add descriptions to menu lines.
5773 (Faces for Font Lock): Add font-lock-doc-face.
5774
57752005-02-05 Lute Kamstra <lute@gnu.org>
5776
5777 * text.texi (Maintaining Undo): Remove obsolete function.
5778
57792005-02-05 Eli Zaretskii <eliz@gnu.org>
5780
5781 * frames.texi (Color Names): Add pointer to the X docs about RGB
5782 color specifications. Improve indexing
5783 (Text Terminal Colors): Replace the description of RGB values by
5784 an xref to "Color Names".
5785
57862005-02-03 Richard M. Stallman <rms@gnu.org>
5787
5788 * windows.texi (Basic Windows): Add cursor-in-non-selected-windows.
5789 Clarify.
5790 (Selecting Windows): Clarify save-selected-window.
5791 (Cyclic Window Ordering): Clarify walk-windows.
5792 (Window Point): Clarify.
5793 (Window Start): Add comment to example.
5794 (Resizing Windows): Add `interactive' specs in examples.
5795 Document fit-window-to-buffer.
5796
5797 * text.texi (User-Level Deletion): just-one-space takes numeric arg.
5798 (Undo, Maintaining Undo): Clarify last change.
5799 (Sorting): In sort-numeric-fields, explain about octal and hex.
5800 Mention sort-numeric-base.
5801 (Format Properties): Add xref for hard newlines.
5802
5803 * frames.texi (Window Frame Parameters): Explain pixel=char on tty.
5804 (Pop-Up Menus): Fix typo.
5805 (Color Names): Explain all types of color names.
5806 Explain color-values on B&W terminal.
5807 (Text Terminal Colors): Explain "rgb values" are lists. Fix arg names.
5808
5809 * files.texi (File Locks): Not supported on MS systems.
5810 (Testing Accessibility): Clarify.
5811
5812 * edebug.texi (Printing in Edebug): Fix edebug-print-circle.
5813 (Coverage Testing): Fix typo.
5814
5815 * commands.texi (Misc Events): Remove stray space.
5816
5817 * buffers.texi (Buffer Names): Clarify generate-new-buffer-name.
5818 (Modification Time): Clarify when visited-file-modtime returns 0.
5819 (The Buffer List): Clarify bury-buffer.
5820 (Killing Buffers): Clarify.
5821 (Indirect Buffers): Add clone-indirect-buffer.
5822
58232005-02-02 Matt Hodges <MPHodges@member.fsf.org>
5824
5825 * edebug.texi (Printing in Edebug): Fix default value of
5826 edebug-print-circle.
5827 (Coverage Testing): Fix displayed frequency count data.
5828
58292005-02-02 Luc Teirlinck <teirllm@auburn.edu>
5830
5831 * text.texi (Maintaining Undo): Add `undo-outer-limit'.
5832
58332005-02-02 Kim F. Storm <storm@cua.dk>
5834
5835 * text.texi (Undo) <buffer-undo-list>: Describe `apply' elements.
5836
58372005-01-29 Eli Zaretskii <eliz@gnu.org>
5838
5839 * commands.texi (Misc Events): Describe the help-echo event.
5840
5841 * text.texi (Special Properties) <help-echo>: Use `pos'
5842 consistently in description of the help-echo property.
5843 Use @code{nil} instead of @var{nil}.
5844
5845 * display.texi (Overlay Properties): Fix the index entry for
5846 help-echo overlay property.
5847
5848 * customize.texi (Type Keywords): Uncomment the xref to the
5849 help-echo property documentation.
5850
58512005-01-23 Kim F. Storm <storm@cua.dk>
5852
5853 * windows.texi (Window Start): Fix `pos-visible-in-window-p'
5854 return value. Third element FULLY replaced by PARTIAL which
5855 specifies number of invisible pixels if row is only partially visible.
5856 (Textual Scrolling): Mention auto-window-vscroll.
5857 (Vertical Scrolling): New defvar auto-window-vscroll.
5858
58592005-01-16 Luc Teirlinck <teirllm@auburn.edu>
5860
5861 * keymaps.texi (Changing Key Bindings): `suppress-keymap' now uses
5862 command remapping.
5863
58642005-01-15 Richard M. Stallman <rms@gnu.org>
5865
5866 * display.texi (Defining Images): Mention DATA-P arg of create-image.
5867
58682005-01-14 Kim F. Storm <storm@cua.dk>
5869
5870 * commands.texi (Accessing Events): Add WHOLE arg to posn-at-x-y.
5871
5872 * text.texi (Links and Mouse-1): Fix string and vector item.
5873
58742005-01-13 Richard M. Stallman <rms@gnu.org>
5875
5876 * keymaps.texi (Active Keymaps): Rewrite the text, and update the
5877 descriptions of overriding-local-map and overriding-terminal-local-map.
5878
5879 * text.texi (Links and Mouse-1): Clarify text.
5880
58812005-01-13 Kim F. Storm <storm@cua.dk>
5882
5883 * modes.texi (Emulating Mode Line): Update format-mode-line entry.
5884
58852005-01-13 Francis Litterio <franl@world.std.com> (tiny change)
5886
5887 * keymaps.texi (Active Keymaps): Fix overriding-local-map description.
5888
58892005-01-12 Kim F. Storm <storm@cua.dk>
5890
5891 * text.texi (Links and Mouse-1): Rename section from Enabling
5892 Mouse-1 to Following Links. Change xrefs.
5893 Add examples for define-button-type and define-widget.
5894
5895 * display.texi (Button Properties, Button Buffer Commands):
5896 Clarify mouse-1 and follow-link functionality.
5897
58982005-01-12 Richard M. Stallman <rms@gnu.org>
5899
5900 * text.texi (Enabling Mouse-1 to Follow Links): Redo prev. change.
5901
5902 * display.texi (Beeping): Fix Texinfo usage.
5903
5904 * modes.texi (Emulating Mode Line): Doc FACE arg in format-header-line.
5905
59062005-01-11 Kim F. Storm <storm@cua.dk>
5907
5908 * display.texi (Button Properties, Button Buffer Commands):
5909 Mention mouse-1 binding. Add follow-link keyword.
5910
5911 * text.texi (Text Properties): Add "Enable Mouse-1" to submenu.
5912 (Enabling Mouse-1 to Follow Links): New subsection.
5913
59142005-01-06 Richard M. Stallman <rms@gnu.org>
5915
5916 * text.texi (Special Properties): Minor change.
5917
5918 * os.texi (Timers): Clarify previous change.
5919
5920 * modes.texi (Emulating Mode Line): format-mode-line requires 1 arg.
5921
59222005-01-01 Luc Teirlinck <teirllm@auburn.edu>
5923
5924 * display.texi (Face Attributes): Correct xref to renamed node.
5925
59262005-01-01 Richard M. Stallman <rms@gnu.org>
5927
5928 * display.texi (Face Attributes): Describe hex color specs.
5929
59302004-12-31 Richard M. Stallman <rms@gnu.org>
5931
5932 * os.texi (Timers): Update previous change.
5933
59342004-12-30 Kim F. Storm <storm@cua.dk>
5935
5936 * display.texi (Line Height): Total line-height is now specified
5937 in line-height property of form (HEIGHT TOTAL). Swap (FACE . RATIO)
5938 in cons cells. (nil . RATIO) is relative to actual line height.
5939 Use line-height `t' instead of `0' to get minimum height.
5940
59412004-12-29 Richard M. Stallman <rms@gnu.org>
5942
5943 * os.texi (Timers): Discuss timers vs editing the buffer and undo.
5944
59452004-12-28 Richard M. Stallman <rms@gnu.org>
5946
5947 * commands.texi (Quitting): Clarify value of with-local-quit.
5948
5949 * elisp.texi (Top): Fix previous change.
5950
5951 * loading.texi (Loading): Fix previous change.
5952
59532004-12-27 Richard M. Stallman <rms@gnu.org>
5954
5955 * Makefile.in (MAKEINFO): Specify --force.
5956
5957 * buffers.texi (Killing Buffers): Add buffer-save-without-query.
5958
5959 * modes.texi (Emulating Mode Line): Document format's BUFFER arg.
5960
5961 * display.texi (Line Height): Further clarify.
5962
5963 * elisp.texi (Top): Update Loading submenu.
5964
5965 * loading.texi (Where Defined): New node.
5966 (Unloading): load-history moved to Where Defined.
5967
59682004-12-21 Richard M. Stallman <rms@gnu.org>
5969
5970 * commands.texi (Event Input Misc): Add while-no-input.
5971
59722004-12-11 Richard M. Stallman <rms@gnu.org>
5973
5974 * display.texi (Line Height): Rewrite text for clarity.
5975
59762004-12-11 Kim F. Storm <storm@cua.dk>
5977
5978 * display.texi (Display): Add node "Line Height" to menu.
5979 (Line Height): New node. Move full description of line-spacing
5980 and line-height text properties here from text.texi.
5981 (Scroll Bars): Add vertical-scroll-bar variable.
5982
5983 * frames.texi (Window Frame Parameters): Remove line-height defvar.
5984
5985 * locals.texi (Standard Buffer-Local Variables): Fix xref for
5986 line-spacing and vertical-scroll-bar.
5987
5988 * text.texi (Special Properties): Just mention line-spacing and
5989 line-height here, add xref to new "Line Height" node.
5990
59912004-12-09 Thien-Thi Nguyen <ttn@gnu.org>
5992
5993 * frames.texi (Window Frame Parameters): New @defvar for `line-spacing'.
5994
5995 * locals.texi (Standard Buffer-Local Variables):
5996 Add @xref for `line-spacing'.
5997
59982004-12-05 Richard M. Stallman <rms@gnu.org>
5999
6000 * Makefile.in (maintainer-clean): Remove the info files
6001 in $(infodir) where they are created.
6002
60032004-12-03 Richard M. Stallman <rms@gnu.org>
6004
6005 * windows.texi (Selecting Windows): get-lru-window and
6006 get-largest-window don't consider dedicated windows.
6007
6008 * text.texi (Undo): Document undo-in-progress.
6009
60102004-11-26 Richard M. Stallman <rms@gnu.org>
6011
6012 * locals.texi (Standard Buffer-Local Variables): Undo prev change.
6013 Remove a few vars that are not always buffer-local.
6014
60152004-11-24 Luc Teirlinck <teirllm@auburn.edu>
6016
6017 * locals.texi (Standard Buffer-Local Variables): Comment out
6018 xref's to non-existent node `Yet to be written'.
6019
60202004-11-24 Richard M. Stallman <rms@gnu.org>
6021
6022 * processes.texi (Synchronous Processes): Grammar fix.
6023
6024 * numbers.texi (Comparison of Numbers): Add eql.
6025
6026 * locals.texi (Standard Buffer-Local Variables): Add many vars.
6027
6028 * intro.texi (Printing Notation): Fix previous change.
6029
6030 * display.texi (Customizing Bitmaps): Move indicate-buffer-boundaries
6031 and default-indicate-buffer-boundaries from here.
6032 (Usual Display): To here.
6033 (Scroll Bars): Add scroll-bar-mode and scroll-bar-width.
6034 (Usual Display): Move tab-width up.
6035
6036 * customize.texi (Variable Definitions): Replace
6037 show-paren-mode example with tooltip-mode.
6038 (Simple Types, Composite Types, Defining New Types):
6039 Minor cleanups.
6040
60412004-11-21 Jesper Harder <harder@ifa.au.dk>
6042
6043 * processes.texi (Synchronous Processes, Output from Processes):
6044 Markup fix.
6045
60462004-11-20 Richard M. Stallman <rms@gnu.org>
6047
6048 * positions.texi (Skipping Characters): skip-chars-forward
6049 now handles char classes.
6050
6051 * intro.texi (Printing Notation): Avoid confusion of `print'
6052 when explaining @print.
6053
6054 * macros.texi (Argument Evaluation): Fix 1st `for' expansion example.
6055
6056 * display.texi (Display Table Format): Minor fix.
6057
6058 * streams.texi (Output Functions): Fix print example.
6059
6060 * Makefile.in (elisp): New target.
6061 (dist): Depend on $(infodir)/elisp, not elisp.
6062 Copy the info files from $(infodir).
6063
6064 * minibuf.texi (Text from Minibuffer): Document KEEP-ALL arg in
6065 read-from-minibuffer.
6066
6067 * searching.texi (Regexp Search): Rename that to search-spaces-regexp.
6068
60692004-11-19 Richard M. Stallman <rms@gnu.org>
6070
6071 * searching.texi (Regexp Search): Add search-whitespace-regexp.
6072
60732004-11-19 CHENG Gao <chenggao@gmail.com> (tiny change)
6074
6075 * tips.texi (Coding Conventions): Fix typo.
6076
60772004-11-16 Richard M. Stallman <rms@gnu.org>
6078
6079 * tips.texi (Coding Conventions): Separate defvar and require
6080 methods to avoid warnings. Use require only when there are many
6081 functions and variables from that package.
6082
6083 * minibuf.texi (Minibuffer Completion): When ignoring case,
6084 predicate must not be case-sensitive.
6085
6086 * debugging.texi (Function Debugging, Explicit Debug): Clarified.
6087 (Test Coverage): Don't talk about "splotches". Clarified.
6088
60892004-11-16 Thien-Thi Nguyen <ttn@gnu.org>
6090
6091 * frames.texi (Window Frame Parameters): Fix typo.
6092
60932004-11-15 Kim F. Storm <storm@cua.dk>
6094
6095 * symbols.texi (Other Plists): Note that plist-get may signal error.
6096 Add safe-plist-get.
6097
60982004-11-15 Thien-Thi Nguyen <ttn@gnu.org>
6099
6100 * modes.texi (Font Lock Basics): Fix typo.
6101
61022004-11-08 Richard M. Stallman <rms@gnu.org>
6103
6104 * syntax.texi (Syntax Table Functions): Add syntax-after.
6105
61062004-11-06 Lars Brinkhoff <lars@nocrew.org>
6107
6108 * os.texi (Processor Run Time): New section documenting
6109 get-internal-run-time.
6110
61112004-11-06 Eli Zaretskii <eliz@gnu.org>
6112
6113 * Makefile.in (install, maintainer-clean): Don't use "elisp-*" as
6114 it nukes elisp-cover.texi.
6115 (dist): Change elisp-[0-9] to elisp-[1-9], as there could be no
6116 elisp-0 etc.
6117
61182004-11-05 Luc Teirlinck <teirllm@auburn.edu>
6119
6120 * commands.texi (Keyboard Macros): Document `append' return value
6121 of `defining-kbd-macro'.
6122
61232004-11-01 Richard M. Stallman <rms@gnu.org>
6124
6125 * commands.texi (Interactive Call): Add called-interactively-p.
6126
61272004-10-29 Simon Josefsson <jas@extundo.com>
6128
6129 * minibuf.texi (Reading a Password): Revert.
6130
61312004-10-28 Richard M. Stallman <rms@gnu.org>
6132
6133 * frames.texi (Display Feature Testing): Explain about "vendor".
6134
61352004-10-27 Richard M. Stallman <rms@gnu.org>
6136
6137 * commands.texi (Interactive Codes): `N' uses numeric prefix,
6138 not raw. Clarify `n'.
6139 (Interactive Call): Rewrite interactive-p, focusing on when
6140 and how to use it.
6141 (Misc Events): Clarify previous change.
6142
6143 * advice.texi (Simple Advice): Clarify what job the example does.
6144 (Around-Advice): Clarify ad-do-it.
6145 (Activation of Advice): An option of ad-default-compilation-action
6146 is `never', not `nil'.
6147
61482004-10-26 Kim F. Storm <storm@cua.dk>
6149
6150 * commands.texi (Interactive Codes): Add U code letter.
6151
61522004-10-25 Simon Josefsson <jas@extundo.com>
6153
6154 * minibuf.texi (Reading a Password): Add.
6155
61562004-10-24 Jason Rumney <jasonr@gnu.org>
6157
6158 * commands.texi (Misc Events): Remove mouse-wheel. Add wheel-up
6159 and wheel-down.
6160
61612004-10-24 Kai Grossjohann <kai.grossjohann@gmx.net>
6162
6163 * processes.texi (Synchronous Processes): Document process-file.
6164
61652004-10-22 Kenichi Handa <handa@m17n.org>
6166
6167 * text.texi (translate-region): Document that it accepts also a
6168 char-table.
6169
61702004-10-22 David Ponce <david@dponce.com>
6171
6172 * windows.texi (Resizing Windows): Document the `preserve-before'
6173 argument of the functions `enlarge-window' and `shrink-window'.
6174
61752004-10-19 Jason Rumney <jasonr@gnu.org>
6176
6177 * makefile.w32-in (elisp): Change order of arguments to makeinfo.
6178
61792004-10-09 Luc Teirlinck <teirllm@auburn.edu>
6180
6181 * text.texi (Filling): Add anchor for definition of
6182 `sentence-end-double-space'.
6183
6184 * searching.texi (Regexp Example): Update description of how
6185 Emacs currently recognizes the end of a sentence.
6186 (Standard Regexps): Update definition of the variable
6187 `sentence-end'. Add definition of the function `sentence-end'.
6188
61892004-10-08 Paul Pogonyshev <pogonyshev@gmx.net>
6190
6191 * display.texi (Progress): New node.
6192
61932004-10-05 Kim F. Storm <storm@cua.dk>
6194
6195 * display.texi (Fringe Bitmaps): Update fringe-bitmaps-at-pos.
6196
61972004-09-29 Kim F. Storm <storm@cua.dk>
6198
6199 * display.texi (Fringe Bitmaps): Use symbols rather than numbers
6200 to identify bitmaps. Remove -fringe-bitmap suffix for standard
6201 fringe bitmap symbols, as they now have their own namespace.
6202 (Customizing Bitmaps) <define-fringe-bitmap>: Clarify bit ordering
6203 vs. pixels. Signal error if no free bitmap slots.
6204 (Pixel Specification): Change IMAGE to @var{image}.
6205
62062004-09-28 Richard M. Stallman <rms@gnu.org>
6207
6208 * text.texi (Special Properties): Clarify line-spacing and line-height.
6209
6210 * searching.texi (Regexp Search): Add looking-back.
6211
62122004-09-25 Luc Teirlinck <teirllm@auburn.edu>
6213
6214 * display.texi: Correct typos.
6215 (Image Descriptors): Correct xref's.
6216
62172004-09-25 Richard M. Stallman <rms@gnu.org>
6218
6219 * text.texi (Special Properties): Cleanups in `cursor'.
6220 Rewrites in `line-height' and `line-spacing'; exchange them.
6221
6222 * display.texi (Fringes): Rewrite previous change.
6223 (Fringe Bitmaps): Merge text from Display Fringe Bitmaps. Rewrite.
6224 (Display Fringe Bitmaps): Node deleted, text moved.
6225 (Customizing Bitmaps): Split off from Fringe Bitmaps. Rewrite.
6226 (Scroll Bars): Clarify set-window-scroll-bars.
6227 (Pointer Shape): Rewrite.
6228 (Specified Space): Clarify :align-to, etc.
6229 (Pixel Specification): Use @var. Clarify new text.
6230 (Other Display Specs): Clarify `slice'.
6231 (Image Descriptors): Cleanups.
6232 (Showing Images): Cleanups.
6233
62342004-09-24 Luc Teirlinck <teirllm@auburn.edu>
6235
6236 * hooks.texi (Standard Hooks): Add `after-change-major-mode-hook'.
6237
6238 * modes.texi: Various minor changes in addition to:
6239 (Major Mode Conventions): Final call to `run-mode-hooks' should
6240 not be inside the `delay-mode-hooks' form.
6241 (Mode Hooks): New node.
6242 (Hooks): Delete obsolete example.
6243 Move definitions of `run-mode-hooks' and `delay-mode-hooks' to new
6244 node "Mode Hooks".
6245
62462004-09-22 Luc Teirlinck <teirllm@auburn.edu>
6247
6248 * display.texi: Correct various typos.
6249 (Display): Rename node "Pointer Shapes" to "Pointer
6250 Shape". (There is already a node called "Pointer Shapes" in
6251 frames.texi.)
6252 (Images): Remove non-existent node "Image Slices" from menu.
6253
62542004-09-23 Kim F. Storm <storm@cua.dk>
6255
6256 * text.texi (Special Properties): Add `cursor', `pointer',
6257 `line-height', and `line-spacing' properties.
6258
6259 * display.texi (Display): Add 'Fringe Bitmaps' and 'Pointer
6260 Shapes' to menu.
6261 (Standard Faces): Doc fix for fringe face.
6262 (Fringes): Add `overflow-newline-into-fringe' and
6263 'indicate-buffer-boundaries'.
6264 (Fringe Bitmaps, Pointer Shapes): New nodes.
6265 (Display Property): Add 'Pixel Specification' and 'Display Fringe
6266 Bitmaps' to menu.
6267 (Specified Space): Describe pixel width and height.
6268 (Pixel Specification): New node.
6269 (Other Display Specs): Add `slice' property.
6270 (Display Fringe Bitmaps): New node.
6271 (Images): Add 'Image Slices' to menu.
6272 (Image Descriptors): Add `:pointer' and `:map' properties.
6273 (Showing Images): Add slice arg to `insert-image'. Add
6274 'insert-sliced-image'.
6275
62762004-09-20 Richard M. Stallman <rms@gnu.org>
6277
6278 * commands.texi (Key Sequence Input):
6279 Clarify downcasing in read-key-sequence.
6280
62812004-09-08 Juri Linkov <juri@jurta.org>
6282
6283 * minibuf.texi (Minibuffer History): Add `history-delete-duplicates'.
6284
62852004-09-07 Luc Teirlinck <teirllm@auburn.edu>
6286
6287 * locals.texi (Standard Buffer-Local Variables): Add
6288 `buffer-auto-save-file-format'.
6289 * internals.texi (Buffer Internals): Describe new
6290 auto_save_file_format field of the buffer structure.
6291 * files.texi (Format Conversion): `auto-save-file-format' has been
6292 renamed `buffer-auto-save-file-format'.
6293
62942004-08-27 Luc Teirlinck <teirllm@auburn.edu>
6295
6296 * abbrevs.texi (Abbrev Expansion): `abbrev-start-location' can be
6297 an integer or a marker.
6298 (Abbrev Expansion): Replace example for `pre-abbrev-expand-hook'.
6299
63002004-08-22 Richard M. Stallman <rms@gnu.org>
6301
6302 * modes.texi (Major Mode Conventions): Discuss rebinding of
6303 standard key bindings.
6304
63052004-08-18 Kim F. Storm <storm@cua.dk>
6306
6307 * processes.texi (Accepting Output): Add `just-this-one' arg to
6308 `accept-process-output'.
6309 (Output from Processes): New var `process-adaptive-read-buffering'.
6310
63112004-08-10 Luc Teirlinck <teirllm@auburn.edu>
6312
6313 * keymaps.texi: Various changes in addition to:
6314 (Keymap Terminology): `kbd' uses same syntax as Edit Macro mode.
6315 Give more varied examples for `kbd'.
6316 (Creating Keymaps): Char tables have slots for all characters
6317 without modifiers.
6318 (Active Keymaps): `overriding-local-map' and
6319 `overriding-terminal-local-map' also override text property and
6320 overlay keymaps.
6321 (Functions for Key Lookup): Mention OLP arg to `current-active-maps'.
6322 (Scanning Keymaps): `accessible-keymaps' uses `[]' instead of `""'
6323 to denote a prefix of no events.
6324 `map-keymap' includes parent's bindings _recursively_.
6325 Clarify and correct description of `where-is-internal'.
6326 Mention BUFFER-OR-NAME arg to `describe-bindings'.
6327 (Menu Example): For menus intended for use with the keyboard, the
6328 menu items should be bound to characters or real function keys.
6329
63302004-08-08 Luc Teirlinck <teirllm@auburn.edu>
6331
6332 * objects.texi (Character Type): Reposition `@anchor' to prevent
6333 double space inside sentence in Info.
6334
6335 * hooks.texi (Standard Hooks): `disabled-command-hook' has been
6336 renamed to `disabled-command-function'.
6337 * commands.texi (Key Sequence Input): Remove unnecessary anchor.
6338 (Command Loop Info): Replace reference to it.
6339 (Disabling Commands): `disabled-command-hook' has been renamed to
6340 `disabled-command-function'.
6341
63422004-08-07 Luc Teirlinck <teirllm@auburn.edu>
6343
6344 * os.texi (Translating Input): Only non-prefix bindings in
6345 `key-translation-map' override actual key bindings. Warn about
6346 possible indirect effect of actual key bindings on non-prefix
6347 bindings in `key-translation-map'.
6348
63492004-08-06 Luc Teirlinck <teirllm@auburn.edu>
6350
6351 * minibuf.texi (High-Level Completion): Add anchor for definition
6352 of `read-variable'.
6353
6354 * commands.texi: Various changes in addition to:
6355 (Using Interactive): Clarify description of `interactive-form'.
6356 (Interactive Call): Mention default for KEYS argument to
6357 `call-interactively'.
6358 (Command Loop Info): Clarify description of `this-command-keys'.
6359 Mention KEEP-RECORD argument to `clear-this-command-keys'.
6360 Value of `last-event-frame' can be `macro'.
6361 (Repeat Events): `double-click-fuzz' is also used to distinguish
6362 clicks and drags.
6363 (Classifying Events): Clarify descriptions of `event-modifiers'
6364 `event-basic-type' and `event-convert-list'.
6365 (Accessing Events): `posn-timestamp' takes POSITION argument.
6366 (Quoted Character Input): Clarify description of
6367 `read-quoted-char' and fix example.
6368 (Quitting): Add `with-local-quit'.
6369 (Disabling Commands): Correct and clarify descriptions of
6370 `enable-command' and `disable-command'.
6371 Mention what happens if `disabled-command-hook' is nil.
6372 (Keyboard Macros): Mention LOOPFUNC arg to `execute-kbd-macro'.
6373 Describe `executing-kbd-macro' instead of obsolete `executing-macro'.
6374
63752004-07-24 Luc Teirlinck <teirllm@auburn.edu>
6376
6377 * frames.texi: Various changes in addition to:
6378 (Creating Frames): Expand and clarify description of `make-frame'.
6379 (Window Frame Parameters): Either none or both of the `icon-left'
6380 and `icon-top' parameters must be specified. Put descriptions of
6381 `menu-bar-lines' and `toolbar-lines' closer together and change
6382 them accordingly.
6383 (Frame Titles): `multiple-frames' is not guaranteed to be accurate
6384 except while processing `frame-title-format' or `icon-title-format'.
6385 (Deleting Frames): Correct description of `delete-frame'.
6386 Non-nil return values of `frame-live-p' are like those of `framep'.
6387 (Frames and Windows): Mention return value of
6388 `set-frame-selected-window'.
6389 (Visibility of Frames): Mention `force' argument to
6390 `make-frame-invisible'. `frame-visible-p' returns t for all
6391 frames on text-only terminals.
6392 (Frame Configurations): Restoring a frame configuration does not
6393 restore deleted frames.
6394 (Window System Selections): `x-set-selection' returns DATA.
6395 (Resources): Add example.
6396 (Display Feature Testing): Clarify descriptions of
6397 `display-pixel-height', `display-pixel-width', `x-server-version'
6398 and `x-server-vendor'.
6399
6400 * windows.texi (Choosing Window): Add anchor.
6401 * minibuf.texi (Minibuffer Misc): Add anchor.
6402
64032004-07-23 John Paul Wallington <jpw@gnu.org>
6404
6405 * macros.texi (Defining Macros): Declaration keyword for setting
6406 Edebug spec is `debug' not `edebug'.
6407
64082004-07-19 Luc Teirlinck <teirllm@auburn.edu>
6409
6410 * windows.texi: Various small changes in addition to:
6411 (Window Point): Mention return value of `set-window-point'.
6412 (Window Start): `pos-visible-in-window-p' disregards horizontal
6413 scrolling. Explain return value if PARTIALLY is non-nil.
6414 (Vertical Scrolling): Mention PIXELS-P argument to `window-vscroll'
6415 and `set-window-vscroll'.
6416 (Size of Window): The argument WINDOW to `window-inside-edges',
6417 `window-pixel-edges' and `window-inside-pixel-edges' is optional.
6418 (Resizing Windows): Explain return value of
6419 `shrink-window-if-larger-than-buffer'.
6420 `window-size-fixed' automatically becomes buffer local when set.
6421 (Window Configurations): Explain return value of
6422 `set-window-configuration'.
6423
6424 * minibuf.texi (Minibuffer Misc): Add anchor for
6425 `minibuffer-scroll-window'.
6426
6427 * positions.texi (Text Lines): Add anchor for `count-lines'.
6428
64292004-07-17 Richard M. Stallman <rms@gnu.org>
6430
6431 * display.texi (Overlay Properties): Adding `evaporate' prop
6432 deletes empty overlay immediately.
6433
6434 * abbrevs.texi (Abbrev Expansion): Clarify pre-abbrev-expand-hook,
6435 fix example.
6436
64372004-07-16 Jim Blandy <jimb@redhat.com>
6438
6439 * searching.texi (Regexp Backslash): Document new \_< and \_>
6440 operators.
6441
64422004-07-16 Juanma Barranquero <lektu@terra.es>
6443
6444 * display.texi (Images): Fix Texinfo usage.
6445
64462004-07-14 Luc Teirlinck <teirllm@auburn.edu>
6447
6448 * buffers.texi (Modification Time): `visited-file-modtime' now
6449 returns a list of two integers, instead of a cons.
6450
64512004-07-13 Luc Teirlinck <teirllm@auburn.edu>
6452
6453 * windows.texi: Various changes in addition to:
6454 (Splitting Windows): Add `split-window-keep-point'.
6455
64562004-07-09 Richard M. Stallman <rms@gnu.org>
6457
6458 * frames.texi (Input Focus): Minor fix.
6459
64602004-07-07 Luc Teirlinck <teirllm@auburn.edu>
6461
6462 * frames.texi (Input Focus): Clarify descriptions of
6463 `select-frame-set-input-focus' and `select-frame'.
6464
64652004-07-06 Luc Teirlinck <teirllm@auburn.edu>
6466
6467 * os.texi: Various small changes in addition to:
6468 (Killing Emacs): Expand and clarify description of
6469 `kill-emacs-query-functions' and `kill-emacs-hook'.
6470 (System Environment): Expand and clarify description of `getenv'
6471 and `setenv'.
6472 (Timers): Clarify description of `run-at-time'.
6473 (Translating Input): Correct description of
6474 `extra-keyboard-modifiers'.
6475 (Flow Control): Correct description of `enable-flow-control'.
6476
64772004-07-06 Thien-Thi Nguyen <ttn@gnu.org>
6478
6479 * os.texi: Update copyright.
6480 (Session Management): Grammar fix.
6481 Clarify which Emacs does the restarting.
6482 Use @samp for *scratch* buffer.
6483
64842004-07-04 Alan Mackenzie <acm@muc.de>
6485
6486 * frames.texi (Input Focus): Add documentation for
6487 `select-frame-set-input-focus'. Replace refs to non-existent
6488 `switch-frame' with `select-frame'. Minor corrections and tidying
6489 up of text-only terminal stuff.
6490
64912004-07-02 Richard M. Stallman <rms@gnu.org>
6492
6493 * files.texi (Saving Buffers): Cleanup write-contents-function.
6494 (Magic File Names): Cleanup file-remote-p.
6495
b344d29d 64962004-07-02 Kai Großjohann <kai@emptydomain.de>
b8d4c8d0
GM
6497
6498 * files.texi (Magic File Names): `file-remote-p' returns an
6499 identifier of the remote system, not just t.
6500
65012004-07-02 David Kastrup <dak@gnu.org>
6502
6503 * searching.texi (Entire Match Data): Add explanation about new
6504 match-data behavior when @var{integers} is non-nil.
6505
65062004-06-24 Richard M. Stallman <rms@gnu.org>
6507
6508 * commands.texi (Misc Events): Describe usr1-signal, usr2-signal event.
6509
6510 * customize.texi (Variable Definitions): Note about doc strings
6511 and :set.
6512
6513 * keymaps.texi (Keymap Terminology): Document `kbd'.
6514 (Changing Key Bindings, Key Binding Commands): Use kbd in examples.
6515
6516 * display.texi (Invisible Text): Setting buffer-invisibility-spec
6517 makes it buffer-local.
6518
6519 * files.texi (Saving Buffers): Correct previous change.
6520
6521 * commands.texi (Accessing Events):
6522 Clarify posn-col-row and posn-actual-col-row.
6523
65242004-06-24 David Ponce <david.ponce@wanadoo.fr>
6525
6526 * commands.texi (Accessing Events): New functions
6527 posn-at-point and posn-at-x-y. Add example to posn-x-y.
6528
65292004-06-23 Luc Teirlinck <teirllm@auburn.edu>
6530
6531 * lists.texi, files.texi, processes.texi, macros.texi, hash.texi:
6532 * frames.texi, buffers.texi, backups.texi, variables.texi:
6533 * loading.texi, eval.texi, functions.texi, control.texi:
6534 * symbols.texi, minibuf.texi: Reposition @anchor's.
6535
6536 * help.texi: Various small changes in addition to the following.
6537 (Describing Characters): Describe PREFIX argument to
6538 `key-description'. Correct and clarify definition of
6539 `text-char-description'. Describe NEED-VECTOR argument to
6540 `read-kbd-macro'.
6541 (Help Functions): Clarify definition of `apropos'.
6542
65432004-06-23 Lars Hansen <larsh@math.ku.dk>
6544
6545 * files.texi (Saving Buffers): Correct description of
6546 `write-contents-functions'.
6547
65482004-06-21 Juanma Barranquero <lektu@terra.es>
6549
6550 * display.texi (Images): Remove redundant @vindex directives.
6551 Rewrite `image-library-alist' doc in active voice.
6552
65532004-06-14 Juanma Barranquero <lektu@terra.es>
6554
6555 * display.texi (Images): Document new delayed library loading,
6556 variable `image-library-alist' and (existing but undocumented)
6557 function `image-type-available-p'.
6558
65592004-06-05 Richard M. Stallman <rms@gnu.org>
6560
6561 * minibuf.texi (Minibuffer Completion): For INITIAL arg,
6562 refer the user to the Initial Input node.
6563 (Text from Minibuffer): Likewise.
6564 (Initial Input): New node. Document this feature
6565 and say it is mostly deprecated.
6566
65672004-05-30 Richard M. Stallman <rms@gnu.org>
6568
6569 * loading.texi (Named Features): Clarify return value
6570 and meaning of NOERROR.
6571
6572 * variables.texi (File Local Variables): Minor cleanup.
6573
65742004-05-30 Michael Albinus <michael.albinus@gmx.de>
6575
6576 * files.texi (Magic File Names): Add `file-remote-p' as operation
6577 of file name handlers.
6578
65792004-05-29 Richard M. Stallman <rms@gnu.org>
6580
6581 * modes.texi (Minor Mode Conventions): (-) has no special meaning
6582 as arg to a minor mode command.
6583
65842004-05-22 Richard M. Stallman <rms@gnu.org>
6585
6586 * syntax.texi (Syntax Class Table): Word syntax not just for English.
6587
6588 * streams.texi (Output Variables): Doc float-output-format.
6589
6590 * searching.texi (Regexp Special): Nested repetition can be infloop.
6591
6592 * eval.texi (Eval): Increasing max-lisp-eval-depth can cause
6593 real stack overflow.
6594
6595 * compile.texi: Minor cleanups.
6596
65972004-05-22 Luc Teirlinck <teirllm@dms.auburn.edu>
6598
6599 * lists.texi (Cons Cells): Explain dotted lists, true lists,
6600 circular lists.
6601 (List Elements): Explain handling of circular and dotted lists.
6602
66032004-05-19 Thien-Thi Nguyen <ttn@gnu.org>
6604
6605 * modes.texi (Search-based Fontification): Fix typo.
6606
66072004-05-10 Juanma Barranquero <lektu@terra.es>
6608
6609 * modes.texi (Mode Line Variables): Fix description of
6610 global-mode-string, which is now after which-func-mode, not the
6611 buffer name.
6612
66132004-05-07 Lars Hansen <larsh@math.ku.dk>
6614
6615 * modes.texi (Desktop Save Mode): Add.
6616 (Modes): Add menu entry Desktop Save Mode.
6617
6618 * hooks.texi: Add desktop-after-read-hook,
6619 desktop-no-desktop-file-hook and desktop-save-hook.
6620
6621 * locals.texi: Add desktop-save-buffer.
6622
66232004-04-30 Jesper Harder <harder@ifa.au.dk>
6624
6625 * display.texi: emacs -> Emacs.
6626
66272004-04-27 Matthew Mundell <matt@mundell.ukfsn.org>
6628
6629 * files.texi (Changing Files): Document set-file-times.
6630
66312004-04-23 Juanma Barranquero <lektu@terra.es>
6632
6633 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
6634
66352004-04-18 Jesper Harder <harder@ifa.au.dk>
6636
6637 * tips.texi (Coding Conventions): defopt -> defcustom.
6638
66392004-04-16 Luc Teirlinck <teirllm@auburn.edu>
6640
6641 * sequences.texi: Various clarifications.
6642
66432004-04-14 Luc Teirlinck <teirllm@auburn.edu>
6644
6645 * buffers.texi (Read Only Buffers): Mention optional ARG to
6646 `toggle-read-only'.
6647
66482004-04-14 Nick Roberts <nick@nick.uklinux.net>
6649
6650 * windows.texi (Selecting Windows): Note that get-lru-window
6651 returns a full-width window if possible.
6652
66532004-04-13 Luc Teirlinck <teirllm@auburn.edu>
6654
6655 * buffers.texi: Various changes in addition to:
6656 (Buffer File Name): Add `find-buffer-visiting'.
6657 (Buffer Modification): Mention optional ARG to `not-modified'.
6658 (Indirect Buffers): Mention optional CLONE argument to
6659 `make-indirect-buffer'.
6660
6661 * files.texi: Various changes in addition to:
6662 (Visiting Functions): `find-file-hook' is now a normal hook.
6663 (File Name Expansion): Explain difference between the way that
6664 `expand-file-name' and `file-truename' treat `..'.
6665 (Contents of Directories): Mention optional ID-FORMAT argument to
6666 `directory-files-and-attributes'.
6667 (Format Conversion): Mention new optional CONFIRM argument to
6668 `format-write-file'.
6669
66702004-04-12 Miles Bader <miles@gnu.org>
6671
6672 * macros.texi (Expansion): Add description of `macroexpand-all'.
6673
66742004-04-05 Jesper Harder <harder@ifa.au.dk>
6675
6676 * variables.texi (Variable Aliases): Mention
6677 cyclic-variable-indirection.
6678
6679 * errors.texi (Standard Errors): Ditto.
6680
66812004-04-04 Luc Teirlinck <teirllm@auburn.edu>
6682
6683 * backups.texi: Various small changes in addition to:
6684 (Making Backups): Mention return value of `backup-buffer'.
6685 (Auto-Saving): Mention optional FORCE argument to
6686 `delete-auto-save-file-if-necessary'.
6687 (Reverting): Mention optional PRESERVE-MODES argument to
6688 `revert-buffer'. Correct description of `revert-buffer-function'.
6689
66902004-03-22 Juri Linkov <juri@jurta.org>
6691
6692 * sequences.texi (Sequence Functions): Replace xref to `Vectors'
6693 with `Vector Functions'.
6694
6695 * text.texi (Sorting): Add missing quote.
6696
66972004-03-14 Luc Teirlinck <teirllm@auburn.edu>
6698
6699 * intro.texi (Lisp History): Replace xref to `cl' manual with
6700 inforef.
6701
67022004-03-12 Richard M. Stallman <rms@gnu.org>
6703
6704 * intro.texi (Version Info): Add arg to emacs-version.
6705 (Lisp History): Change xref to CL manual.
6706
67072004-03-09 Luc Teirlinck <teirllm@auburn.edu>
6708
6709 * minibuf.texi (Completion Commands): Add xref to Emacs manual
6710 for Partial Completion mode.
6711
67122004-03-07 Thien-Thi Nguyen <ttn@gnu.org>
6713
6714 * customize.texi: Fix typo. Remove eol whitespace.
6715
67162004-03-04 Richard M. Stallman <rms@gnu.org>
6717
6718 * processes.texi: Fix typos.
6719
6720 * lists.texi (Building Lists): Minor clarification.
6721
6722 * hash.texi (Creating Hash): Correct the meaning of t for WEAK
6723 in make-hash-table.
6724
67252004-02-29 Juanma Barranquero <lektu@terra.es>
6726
6727 * makefile.w32-in (clean, maintainer-clean): Use $(DEL) instead of
6728 rm, and ignore exit code.
6729
67302004-02-27 Dan Nicolaescu <dann@ics.uci.edu>
6731
6732 * display.texi (Defining Faces): Add description for min-colors.
6733 Update example.
6734
67352004-02-23 Luc Teirlinck <teirllm@auburn.edu>
6736
6737 * abbrevs.texi: Various corrections and clarifications in addition
6738 to the following:
6739 (Abbrev Tables): Delete add-abbrev (as suggested by RMS).
6740
67412004-02-22 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
6742
6743 * calendar.texi (Holiday Customizing): Quote arg of holiday-sexp.
6744
67452004-02-21 Luc Teirlinck <teirllm@auburn.edu>
6746
6747 * text.texi: Various small changes in addition to the following:
6748 (User-Level Deletion): Mention optional BACKWARD-ONLY argument
6749 to delete-horizontal-space.
6750 (Kill Functions, Yanking, Low-Level Kill Ring): Clarify and correct
6751 description of yank-handler text property at various places.
6752
6753 * frames.texi (Window System Selections): Add anchor.
6754
6755 * syntax.texi (Syntax Table Functions): Clarify and correct
6756 descriptions of make-syntax-table and copy-syntax-table.
6757 (Motion and Syntax): Clarify SYNTAXES argument to
6758 skip-syntax-forward.
6759 (Parsing Expressions): Mention that the return value of
6760 parse-partial-sexp is currently a list of ten rather than nine
6761 elements.
6762 (Categories): Various corrections and clarifications.
6763
67642004-02-17 Luc Teirlinck <teirllm@auburn.edu>
6765
6766 * markers.texi (Marker Insertion Types): Minor change.
6767
6768 * locals.texi (Standard Buffer-Local Variables):
6769 * commands.texi (Interactive Codes, Using Interactive):
6770 * functions.texi (Related Topics): Fix xrefs.
6771
67722004-02-16 Luc Teirlinck <teirllm@auburn.edu>
6773
6774 * lists.texi (Sets And Lists): Update description of delete-dups.
6775
67762004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
6777
6778 * keymaps.texi (Tool Bar): tool-bar-item => tool-bar-button.
6779
c8763fb6 67802004-02-16 Jan Djärv <jan.h.d@swipnet.se>
b8d4c8d0
GM
6781
6782 * frames.texi (Parameter Access): frame-parameters arg is optional.
6783 modify-frame-parameters handles nil for FRAME.
6784 (Window Frame Parameters): menu-bar-lines and tool-bar-lines
6785 are all-or-nothing for certain toolkits.
6786 Mention parameter wait-for-wm.
6787 (Frames and Windows): In frame-first-window and frame-selected-window
6788 the arg is optional.
6789 (Input Focus): In redirect-frame-focus the second arg is optional.
6790 (Window System Selections): Mention selection type CLIPBOARD.
6791 Mention data-type UTF8_STRING.
6792 Mention numbering of cut buffers.
6793 (Resources): Describe x-resource-name.
6794
67952004-02-16 Richard M. Stallman <rms@gnu.org>
6796
6797 * windows.texi (Buffers and Windows): Delete false table
6798 about all-frames.
6799
6800 * syntax.texi (Parsing Expressions): Delete old caveat
6801 about parse-sexp-ignore-comments.
6802
6803 * streams.texi (Output Variables): Add print-quoted.
6804
6805 * lists.texi (Building Lists): Minor cleanup.
6806
6807 * hash.texi (Creating Hash): Correct and clarify doc of WEAK values.
6808
6809 * display.texi (Overlays): Explain overlays use markers.
6810 (Managing Overlays): Explain front-advance and rear-advance
6811 in more detail.
6812
6813 * loading.texi (Unloading): Document unload-feature-special-hooks.
6814 Get rid of fns-NNN.el file.
6815
68162004-02-16 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
6817
6818 * help.texi (Describing Characters): Fix text-char-description
6819 example output.
6820
6821 * edebug.texi (Using Edebug): Fix example.
6822
6823 * debugging.texi (Internals of Debugger): Fix return value.
6824
6825 * files.texi (Changing Files): Fix argname.
6826
6827 * calendar.texi: Fix parens, and default values.
6828
6829 * display.texi, frames.texi, internals.texi, modes.texi: Minor fixes.
6830 * nonascii.texi, objects.texi, os.texi: Minor fixes.
b3e755a9 6831 * searching.texi, text.texi, tips.texi, windows.texi: Minor fixes.
b8d4c8d0
GM
6832
6833 * positions.texi (Text Lines): Don't add -1 in current-line.
6834
68352004-02-16 Richard M. Stallman <rms@gnu.org>
6836
6837 * compile.texi (Compiler Errors): if-boundp feature applies to cond.
6838
68392004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
6840
6841 * processes.texi (Low-Level Network): Fix a typo.
6842
68432004-02-12 Kim F. Storm <storm@cua.dk>
6844
6845 * display.texi (Fringes): Use consistent wording.
6846 Note that window-fringe's window arg is optional.
6847 (Scroll Bars): Use consistent wording.
6848
68492004-02-11 Luc Teirlinck <teirllm@auburn.edu>
6850
6851 * tips.texi (Comment Tips): Document the new conventions for
6852 commenting out code.
6853
c8763fb6 68542004-02-07 Jan Djärv <jan.h.d@swipnet.se>
b8d4c8d0
GM
6855
6856 * positions.texi (Text Lines): Added missing end defun.
6857
68582004-02-07 Kim F. Storm <storm@cua.dk>
6859
6860 * positions.texi (Text Lines): Add line-number-at-pos.
6861
68622004-02-06 John Paul Wallington <jpw@gnu.org>
6863
6864 * display.texi (Button Properties, Button Buffer Commands):
6865 mouse-2 invokes button, not down-mouse-1.
6866
68672004-02-04 Jason Rumney <jasonr@gnu.org>
6868
6869 * makefile.w32-in: Sync with Makefile.in changes.
6870
68712004-02-03 Luc Teirlinck <teirllm@auburn.edu>
6872
6873 * minibuf.texi (Text from Minibuffer): Various corrections and
6874 clarifications.
6875 (Object from Minibuffer): Correct Lisp description of
6876 read-minibuffer.
6877 (Minibuffer History): Clarify description of cons values for
6878 HISTORY arguments.
6879 (Basic Completion): Various corrections and clarifications. Add
6880 completion-regexp-list.
6881 (Minibuffer Completion): Correct and clarify description of
6882 completing-read.
6883 (Completion Commands): Mention Partial Completion mode. Various
6884 other minor changes.
6885 (High-Level Completion): Various corrections and clarifications.
6886 (Reading File Names): Ditto.
6887 (Minibuffer Misc): Ditto.
6888
68892004-01-26 Luc Teirlinck <teirllm@auburn.edu>
6890
6891 * strings.texi (Text Comparison): assoc-string also matches
6892 elements of alists that are strings instead of conses.
6893 (Formatting Strings): Standardize Texinfo usage. Update index
6894 entries.
6895
68962004-01-20 Luc Teirlinck <teirllm@auburn.edu>
6897
6898 * lists.texi (Sets And Lists): Add delete-dups.
6899
69002004-01-15 Luc Teirlinck <teirllm@auburn.edu>
6901
6902 * edebug.texi (Instrumenting Macro Calls): `declare' is not a
6903 special form.
6904 * macros.texi (Defining Macros): Update description of `declare',
6905 which now is a macro.
6906 (Wrong Time): Fix typos.
6907
69082004-01-14 Luc Teirlinck <teirllm@auburn.edu>
6909
6910 * compile.texi (Compilation Functions): Expand descriptions of
6911 `compile-defun', `byte-compile-file', `byte-recompile-directory'
6912 and `batch-byte-compile'. In particular, mention and describe
6913 all optional arguments.
6914 (Disassembly): Correct and clarify the description of `disassemble'.
6915
69162004-01-11 Luc Teirlinck <teirllm@auburn.edu>
6917
6918 * searching.texi: Various small changes in addition to the
6919 following.
6920 (Regexp Example): Adapt to new value of `sentence-end'.
6921 (Regexp Functions): The PAREN argument to `regexp-opt' can be
6922 `words'.
6923 (Search and Replace): Add usage note for `perform-replace'.
6924 (Entire Match Data): Mention INTEGERS and REUSE arguments to
6925 `match-data'.
6926 (Standard Regexps): Update for new values of `paragraph-start'
6927 and `sentence-end'.
6928
69292004-01-07 Luc Teirlinck <teirllm@auburn.edu>
6930
6931 * files.texi (Saving Buffers): Clarify descriptions of
6932 `write-contents-functions' and `before-save-hook'.
6933 Make the defvar's for `before-save-hook' and `after-save-hook'
6934 into defopt's.
6935
69362004-01-07 Kim F. Storm <storm@cua.dk>
6937
6938 * commands.texi (Click Events): Describe new image and
6939 width/height elements of click events.
6940 (Accessing Events): Add posn-string, posn-image, and
6941 posn-object-width-height. Change posn-object to return either
6942 image or string object.
6943
69442004-01-01 Simon Josefsson <jas@extundo.com>
6945
6946 * hooks.texi (Standard Hooks): Add before-save-hook.
6947 * files.texi (Saving Buffers): Likewise.
6948
69492004-01-03 Richard M. Stallman <rms@gnu.org>
6950
6951 * frames.texi (Frames and Windows): Delete frame-root-window.
6952
69532004-01-03 Luc Teirlinck <teirllm@auburn.edu>
6954
6955 * eval.texi, hash.texi, help.texi, symbols.texi: Add anchors.
6956
6957 * functions.texi: Various small changes in addition to the
6958 following.
6959 (What Is a Function): `functionp' returns nil for macros. Clarify
6960 behavior of this and following functions for symbol arguments.
6961 (Function Documentation): Add `\' in front of (fn @var{arglist})
6962 and explain why.
6963 (Defining Functions): Mention DOCSTRING argument to `defalias'.
6964 Add anchor.
6965 (Mapping Functions): Add anchor. Unquote nil in mapcar* example.
6966
69672004-01-01 Miles Bader <miles@gnu.org>
6968
6969 * display.texi (Buttons): New section.
6970
69712003-12-31 Andreas Schwab <schwab@suse.de>
6972
6973 * numbers.texi (Math Functions): sqrt reports a domain-error
6974 error.
6975 (Float Basics): Use `(/ 0.0 0.0)' instead of `(sqrt -1.0)'.
6976
69772003-12-30 Luc Teirlinck <teirllm@auburn.edu>
6978
6979 * tips.texi (Documentation Tips): Update item on hyperlinks in
6980 documentation strings.
6981
6982 * errors.texi (Standard Errors): Various small corrections and
6983 additions.
6984
6985 * control.texi: Various small changes in addition to the
6986 following.
6987 (Signaling Errors): Provide some more details on how `signal'
6988 constructs the error message. Add anchor to the definition of
6989 `signal'.
6990 (Error Symbols): Describe special treatment of `quit'.
6991 (Cleanups): Rename BODY argument of `unwind-protect' to BODY-FORM
6992 to emphasize that it has to be a single form.
6993
6994 * buffers.texi: Add anchor.
6995
69962003-12-29 Richard M. Stallman <rms@gnu.org>
6997
6998 * windows.texi (Choosing Window): Add same-window-p, special-display-p.
6999 (Window Configurations): Add window-configuration-frame.
7000
7001 * variables.texi (Creating Buffer-Local): Add local-variable-if-set-p.
7002
7003 * text.texi (Examining Properties): Add get-char-property-and-overlay.
7004 Change arg name in get-char-property.
7005 (Special Properties): Update handling of keymap property.
7006
7007 * strings.texi (Modifying Strings): Add clear-string.
7008 (Text Comparison): Add assoc-string and remove
7009 assoc-ignore-case, assoc-ignore-representation.
7010
7011 * os.texi (Time of Day): Add set-time-zone-rule.
7012
7013 * numbers.texi (Math Functions): asin, acos, log, log10
7014 report domain-error errors.
7015
7016 * nonascii.texi (Converting Representations):
7017 Add multibyte-char-to-unibyte and unibyte-char-to-multibyte.
7018 (Encoding and I/O): Add file-name-coding-system.
7019
7020 * modes.texi (Search-based Fontification): Explain that
7021 face specs are symbols with face names as values.
7022
7023 * minibuf.texi (Minibuffer Misc): Add set-minibuffer-window.
7024
7025 * lists.texi (Building Lists): remq moved elsewhere.
7026 (Sets And Lists): remq moved here.
7027 (Association Lists): Refer to assoc-string.
7028
7029 * internals.texi (Garbage Collection): Add memory-use-counts.
7030
7031 * frames.texi (Frames and Windows): Add set-frame-selected-window
7032 and frame-root-window.
7033
7034 * files.texi (Contents of Directories):
7035 Add directory-files-and-attributes.
7036
7037 * display.texi (Refresh Screen): Add force-window-update.
7038 (Invisible Text): Explain about moving point out of invis text.
7039 (Overlay Properties): Add overlay-properties.
7040 (Managing Overlays): Add overlayp.
7041 (GIF Images): Invalid image number displays a hollow box.
7042
7043 * buffers.texi (Buffer Modification): Add restore-buffer-modified-p.
7044 (Killing Buffers): Add buffer-live-p.
7045
70462003-12-25 Markus Rost <rost@mathematik.uni-bielefeld.de>
7047
7048 * display.texi (Fringes): Fix typo "set-buffer-window".
7049
70502003-12-24 Luc Teirlinck <teirllm@auburn.edu>
7051
7052 * display.texi, eval.texi, help.texi, internals.texi, loading.texi:
7053 * nonascii.texi, processes.texi, tips.texi, variables.texi:
7054 Add or change various xrefs and anchors.
7055
7056 * commands.texi: Replace all occurrences of @acronym{CAR} with
7057 @sc{car}, for consistency with the rest of the Elisp manual.
7058 `car' and `cdr' are historically acronyms, but are no longer
7059 widely thought of as such.
7060
7061 * internals.texi (Pure Storage): Mention that `purecopy' does not
7062 copy text properties.
7063 (Object Internals): Now 29 bits are used (in most implementations)
7064 to address Lisp objects.
7065
7066 * variables.texi (Variables with Restricted Values): New node.
7067
7068 * objects.texi (Lisp Data Types): Mention that certain variables
7069 can only take on a restricted set of values and add an xref to
7070 the new node "Variables with Restricted Values".
7071
7072 * eval.texi (Function Indirection): Describe the errors that
7073 `indirect-function' can signal.
7074 (Eval): Clarify the descriptions of `eval-region' and `values'.
7075 Describe `eval-buffer' instead of `eval-current-buffer' and
7076 mention `eval-current-buffer' as an alias for `current-buffer'.
7077 Correct the description and mention all optional arguments.
7078
7079 * nonascii.texi: Various small changes in addition to the
7080 following.
7081 (Converting Representations): Clarify behavior of
7082 `string-make-multibyte' and `string-to-multibyte' for unibyte all
7083 ASCII arguments.
7084 (Character Sets): Document the variable `charset-list' and adapt
7085 the definition of the function `charset-list' accordingly.
7086 (Translation of Characters): Clarify use of generic characters in
7087 `make-translation-table'. Clarify and correct the description of
7088 the use of translation tables in encoding and decoding.
7089 (User-Chosen Coding Systems): Correct and clarify the description
7090 of `select-safe-coding-system'.
7091 (Default Coding Systems): Clarify description of
7092 `file-coding-system-alist'.
7093
70942003-11-30 Luc Teirlinck <teirllm@auburn.edu>
7095
7096 * strings.texi (Text Comparison): Correctly describe when two
7097 strings are `equal'. Combine and clarify descriptions of
7098 `assoc-ignore-case' and `assoc-ignore-representation'.
7099
7100 * objects.texi (Non-ASCII in Strings): Clarify description of
7101 when a string is unibyte or multibyte.
7102 (Bool-Vector Type): Update examples.
7103 (Equality Predicates): Correctly describe when two strings are
7104 `equal'.
7105
71062003-11-29 Luc Teirlinck <teirllm@auburn.edu>
7107
7108 * lists.texi (Building Lists): `append' no longer accepts integer
7109 arguments. Update the description of `number-sequence' to reflect
7110 recent changes.
7111 (Sets And Lists): Describe `member-ignore-case' after `member'.
7112
71132003-11-27 Kim F. Storm <storm@cua.dk>
7114
7115 * commands.texi (Click Events): Click object may be an images.
7116 Describe (dx . dy) element of click positions.
7117 (Accessing Events): Remove duplicate posn-timestamp.
7118 New functions posn-object and posn-object-x-y.
7119
71202003-11-23 Kim F. Storm <storm@cua.dk>
7121
7122 * commands.texi (Click Events): Describe enhancements to event
7123 position lists, including new text-pos and (col . row) items.
7124 Mention left-fringe and right-fringe area events.
7125 (Accessing Events): New functions posn-area and
7126 posn-actual-col-row. Mention posn-timestamp. Mention that
7127 posn-point in non-text area still returns buffer position.
7128 Clarify posn-col-row.
7129
71302003-11-21 Lars Hansen <larsh@math.ku.dk>
7131
7132 * files.texi (File Attributes): Describe new parameter ID-FORMAT.
7133 * anti.texi (File Attributes): Describe removed parameter
7134 ID-FORMAT.
7135
71362003-11-20 Luc Teirlinck <teirllm@auburn.edu>
7137
7138 * positions.texi (Positions): Mention that, if a marker is used as
7139 a position, its buffer is ignored.
7140
7141 * markers.texi (Overview of Markers): Mention it here too.
7142
71432003-11-12 Luc Teirlinck <teirllm@auburn.edu>
7144
7145 * numbers.texi (Numeric Conversions): Not just `floor', but also
7146 `truncate', `ceiling' and `round' accept optional argument DIVISOR.
7147
71482003-11-10 Luc Teirlinck <teirllm@auburn.edu>
7149
7150 * markers.texi (Creating Markers): Specify insertion type of
7151 created markers. Add xref to `Marker Insertion Types'.
7152 Second argument to `copy-marker' is optional.
7153 (Marker Insertion Types): Mention that most markers are created
7154 with insertion type nil.
7155 (The Mark): Correctly describe when `mark' signals an error.
7156 (The Region): Correctly describe when `region-beginning' and
7157 `region-end' signal an error.
7158
71592003-11-08 Luc Teirlinck <teirllm@auburn.edu>
7160
7161 * hash.texi (Creating Hash): Clarify description of `eql'.
7162 `makehash' is obsolete.
7163 (Hash Access): Add Common Lisp notes for `remhash' and `clrhash'.
7164
7165 * positions.texi (Point): Change description of `buffer-end', so
7166 that it is also correct for floating point arguments.
7167 (List Motion): Correct argument lists of `beginning-of-defun' and
7168 `end-of-defun'.
7169 (Excursions): Add xref to `Marker Insertion Types'.
7170 (Narrowing): Argument to `narrow-to-page' is optional.
7171
71722003-11-06 Luc Teirlinck <teirllm@auburn.edu>
7173
7174 * streams.texi (Output Streams): Clarify behavior of point for
7175 marker output streams.
7176
71772003-11-04 Luc Teirlinck <teirllm@auburn.edu>
7178
7179 * variables.texi (Defining Variables): Second argument to
7180 `defconst' is not optional.
7181 (Setting Variables): Mention optional argument APPEND to
7182 `add-to-list'.
7183 (Creating Buffer-Local): Expand description of
7184 `make-variable-buffer-local'.
7185 (Frame-Local Variables): Expand description of
7186 `make-variable-frame-local'.
7187 (Variable Aliases): Correct description of optional argument
7188 DOCSTRING to `defvaralias'. Mention return value of
7189 `defvaralias'.
7190 (File Local Variables): Add xref to `File variables' in Emacs
7191 Manual. Correct description of `hack-local-variables'. Mention
7192 `safe-local-variable' property. Mention optional second argument
7193 to `risky-local-variable-p'.
7194
71952003-11-03 Luc Teirlinck <teirllm@auburn.edu>
7196
7197 * symbols.texi (Symbol Plists): Mention return value of `setplist'.
7198
71992003-11-02 Jesper Harder <harder@ifa.au.dk> (tiny change)
7200
7201 * lispref/anti.texi, lispref/backups.texi, lispref/commands.texi
7202 lispref/customize.texi, lispref/display.texi, lispref/files.texi,
7203 lispref/internals.texi, lispref/keymaps.texi, lispref/loading.texi,
7204 lispref/modes.texi, lispref/nonascii.texi, lispref/numbers.texi,
7205 lispref/objects.texi, lispref/os.texi, lispref/positions.texi,
7206 lispref/processes.texi, lispref/searching.texi,
7207 lispref/sequences.texi, lispref/streams.texi, lispref/strings.texi,
7208 lispref/syntax.texi, lispref/text.texi: Replace @sc{foo} with
7209 @acronym{FOO}.
7210
72112003-10-27 Luc Teirlinck <teirllm@auburn.edu>
7212
7213 * strings.texi (Creating Strings): Argument START to `substring'
7214 can not be `nil'. Expand description of
7215 `substring-no-properties'. Correct description of `split-string',
7216 especially with respect to empty matches. Prevent very bad line
7217 break in definition of `split-string-default-separators'.
7218 (Text Comparison): `string=' and `string<' also accept symbols as
7219 arguments.
7220 (String Conversion): More completely describe argument BASE in
7221 `string-to-number'.
7222 (Formatting Strings): `%s' and `%S' in `format' do require
7223 corresponding object. Clarify behavior of numeric prefix after
7224 `%' in `format'.
7225 (Case Conversion): The argument to `upcase-initials' can be a
7226 character.
7227
72282003-10-27 Kenichi Handa <handa@m17n.org>
7229
7230 * display.texi (Fontsets): Fix texinfo usage.
7231
72322003-10-25 Kenichi Handa <handa@m17n.org>
7233
7234 * display.texi (Fontsets): Add description of the function
7235 set-fontset-font.
7236
72372003-10-23 Luc Teirlinck <teirllm@auburn.edu>
7238
7239 * display.texi (Temporary Displays): Add xref to `Documentation
7240 Tips'.
7241
7242 * functions.texi (Function Safety): Use inforef instead of pxref
7243 for SES.
7244
72452003-10-23 Andreas Schwab <schwab@suse.de>
7246
7247 * Makefile.in (TEX, texinputdir): Don't define.
7248 (TEXI2DVI): Define.
7249 (srcs): Remove $(srcdir)/index.perm and $(srcdir)/index.unperm,
7250 add $(srcdir)/index.texi.
7251 ($(infodir)/elisp): Remove index.texi dependency.
7252 (elisp.dvi): Likewise. Use $(TEXI2DVI).
7253 (index.texi): Remove target.
7254 (dist): Don't link $(srcdir)/permute-index.
7255 (clean): Don't remove index.texi.
7256
7257 * permute-index, index.perm: Remove.
7258 * index.texi: Rename from index.unperm.
7259
72602003-10-22 Luc Teirlinck <teirllm@auburn.edu>
7261
7262 * tips.texi (Documentation Tips): Document new behavior for face
7263 and variable hyperlinks in Help mode.
7264
72652003-10-21 Luc Teirlinck <teirllm@auburn.edu>
7266
7267 * objects.texi (Integer Type): Update for extra bit of integer range.
7268 (Character Type): Ditto.
7269
72702003-10-16 Eli Zaretskii <eliz@gnu.org>
7271
7272 * numbers.texi (Integer Basics): Add index entries for reading
7273 numbers in hex, octal, and binary.
7274
72752003-10-16 Lute Kamstra <lute@gnu.org>
7276
7277 * modes.texi (Mode Line Format): Mention force-mode-line-update's
7278 argument.
7279
72802003-10-13 Luc Teirlinck <teirllm@auburn.edu>
7281
7282 * windows.texi (Choosing Window): Fix typo.
7283 * edebug.texi (Edebug Execution Modes): Fix typo.
7284
72852003-10-13 Richard M. Stallman <rms@gnu.org>
7286
7287 * windows.texi (Basic Windows): A window has fringe settings,
7288 display margins and scroll-bar settings.
7289 (Splitting Windows): Doc split-window return value.
7290 Clean up one-window-p.
7291 (Selecting Windows): Fix typo.
7292 (Cyclic Window Ordering): Explain frame as ALL-FRAMES in next-window.
7293 (Buffers and Windows): In set-window-buffer, explain effect
7294 on fringe settings and scroll bar settings.
7295 (Displaying Buffers): In pop-to-buffer, explain nil as buffer arg.
7296 (Choosing Window): Use defopt for pop-up-frame-function.
7297 For special-display-buffer-names, explain same-window and same-frame.
7298 Clarify window-dedicated-p return value.
7299 (Textual Scrolling): scroll-up and scroll-down can get an error.
7300 (Horizontal Scrolling): Clarify auto-hscroll-mode.
7301 Clarify set-window-hscroll.
7302 (Size of Window): Don't mention tool bar in window-height.
7303 (Coordinates and Windows): Explain what coordinates-in-window-p
7304 returns for fringes and display margins.
7305 (Window Configurations): Explain saving fringes, etc.
7306
7307 * tips.texi (Library Headers): Clean up Documentation.
7308
7309 * syntax.texi (Parsing Expressions): Clean up forward-comment
7310 and parse-sexp-lookup-properties.
7311
7312 * sequences.texi (Sequence Functions): sequencep accepts bool-vectors.
7313
7314 * os.texi (System Environment): Clean up text for load-average errors.
7315
7316 * modes.texi (Hooks): Don't explain local hook details at front.
7317 Clarify run-hooks and run-hook-with-args a little.
7318 Clean up add-hook and remove-hook.
7319
7320 * edebug.texi (Edebug Execution Modes): Clarify t.
7321 Document edebug-sit-for-seconds.
7322 (Coverage Testing): Document C-x X = and =.
7323 (Instrumenting Macro Calls): Fix typo.
7324 (Specification List): Don't index the specification keywords.
7325
73262003-10-10 Kim F. Storm <storm@cua.dk>
7327
7328 * processes.texi (Network): Introduce make-network-process.
7329
73302003-10-09 Luc Teirlinck <teirllm@auburn.edu>
7331
7332 * tips.texi (Library Headers): Fix typo.
7333
73342003-10-07 Juri Linkov <juri@jurta.org>
7335
7336 * modes.texi (Imenu): Mention imenu-create-index-function's
7337 default value. Explain submenus better.
7338
73392003-10-07 Lute Kamstra <lute@gnu.org>
7340
7341 * modes.texi (Faces for Font Lock): Fix typo.
7342 (Hooks): Explain how buffer-local hook variables can refer to
7343 global hook variables.
7344 Various minor clarifications.
7345
73462003-10-06 Lute Kamstra <lute@gnu.org>
7347
7348 * tips.texi (Coding Conventions): Mention naming conventions for
7349 hooks.
7350
73512003-10-05 Luc Teirlinck <teirllm@auburn.edu>
7352
7353 * loading.texi (Library Search): Correct default value of
7354 load-suffixes.
7355 (Named Features): Fix typo.
7356
73572003-10-05 Richard M. Stallman <rms@gnu.org>
7358
7359 * loading.texi (Named Features): In `provide',
7360 say how to test for subfeatures.
7361 (Unloading): In unload-feature, use new var name
7362 unload-feature-special-hooks.
7363
73642003-10-03 Lute Kamstra <lute@gnu.org>
7365
7366 * modes.texi (Major Mode Conventions): Mention third way to set up
7367 Imenu.
7368 (Imenu): A number of small fixes.
7369 Delete documentation of internal variable imenu--index-alist.
7370 Document the return value format of imenu-create-index-function
7371 functions.
7372
73732003-09-30 Richard M. Stallman <rms@gnu.org>
7374
7375 * processes.texi (Network): Say what stopped datagram connections do.
7376
7377 * lists.texi (Association Lists): Clarify `assq-delete-all'.
7378
7379 * display.texi (Overlay Properties): Clarify `evaporate' property.
7380
73812003-09-29 Lute Kamstra <lute@gnu.org>
7382
7383 * modes.texi (Mode Line Data): Explain when symbols in mode-line
7384 constructs should be marked as risky.
7385 Change cons cell into proper list.
7386 (Mode Line Variables): Change cons cell into proper list.
7387
73882003-09-26 Lute Kamstra <lute@gnu.org>
7389
7390 * modes.texi (Mode Line Data): Document the :propertize construct.
7391 (Mode Line Variables): Reorder the descriptions of the variables
7392 to match their order in the default mode-line-format.
7393 Describe the new variables mode-line-position and mode-line-modes.
7394 Update the default values of mode-line-frame-identification,
7395 minor-mode-alist, and default-mode-line-format.
7396 (Properties in Mode): Mention the :propertize construct.
7397
73982003-09-26 Richard M. Stallman <rms@gnu.org>
7399
7400 * buffers.texi, commands.texi, debugging.texi, eval.texi:
7401 * loading.texi, minibuf.texi, text.texi, variables.texi:
7402 Avoid @strong{Note:}.
7403
74042003-09-26 Richard M. Stallman <rms@gnu.org>
7405
7406 * keymaps.texi (Remapping Commands): Fix typo.
7407
74082003-09-23 Luc Teirlinck <teirllm@mail.auburn.edu>
7409
7410 * processes.texi (Low-Level Network): Fix typo.
7411
74122003-09-23 Kim F. Storm <storm@cua.dk>
7413
7414 * processes.texi (Network, Network Servers): Fix typos.
7415 (Low-Level Network): Add timeout value for :server keyword.
7416 Add new option keywords to make-network-process.
7417 Add set-network-process-options.
7418 Explain how to test availability of network options.
7419
74202003-09-19 Richard M. Stallman <rms@gnu.org>
7421
7422 * text.texi (Motion by Indent): Arg to
7423 backward-to-indentation and forward-to-indentation is optional.
7424
7425 * strings.texi (Creating Strings): Add substring-no-properties.
7426
7427 * processes.texi
7428 (Process Information): Add list-processes arg QUERY-ONLY.
7429 Delete process-contact from here.
7430 Add new status values for process-status.
7431 Add process-get, process-put, process-plist, set-process-plist.
7432 (Synchronous Processes): Add call-process-shell-command.
7433 (Signals to Processes): signal-process allows process objects.
7434 (Network): Complete rewrite.
7435 (Network Servers, Datagrams, Low-Level Network): New nodes.
7436
7437 * positions.texi (Word Motion): forward-word, backward-word
7438 arg is optional. Reword.
7439
7440 * abbrevs.texi (Defining Abbrevs): Index no-self-insert.
7441
7442 * variables.texi (Creating Buffer-Local):
7443 Delete duplicate definition of buffer-local-value.
7444 (File Local Variables): Explain about discarding text props.
7445
74462003-09-11 Richard M. Stallman <rms@gnu.org>
7447
7448 * minibuf.texi (Intro to Minibuffers): Explain that the minibuffer
7449 changes variables that record input events.
7450 (Minibuffer Misc): Add minibuffer-selected-window.
7451
7452 * lists.texi (Building Lists): Add copy-tree.
7453
7454 * display.texi (Fontsets): Add char-displayable-p.
7455 (Scroll Bars): New node.
7456
74572003-09-08 Lute Kamstra <lute@gnu.org>
7458
7459 * modes.texi (%-Constructs): Document new `%i' and `%I'
7460 constructs.
7461
74622003-09-03 Peter Runestig <peter@runestig.com>
7463
7464 * makefile.w32-in: New file.
7465
74662003-08-29 Richard M. Stallman <rms@gnu.org>
7467
7468 * display.texi (Overlay Properties): Clarify how priorities
7469 affect use of the properties.
7470
74712003-08-19 Luc Teirlinck <teirllm@mail.auburn.edu>
7472
7473 * customize.texi (Type Keywords): Correct the description of
7474 `:help-echo' in the case where `motion-doc' is a function.
7475
74762003-08-14 John Paul Wallington <jpw@gnu.org>
7477
7478 * modes.texi (Emulating Mode Line): Subsection, not section.
7479
74802003-08-13 Richard M. Stallman <rms@gnu.org>
7481
7482 * elisp.texi (Top): Update subnode lists in menu.
7483
7484 * text.texi (Insertion): Add insert-buffer-substring-no-properties.
7485 (Kill Functions): kill-region has new arg yank-handler.
7486 (Yanking): New node.
7487 (Yank Commands): Add yank-undo-function.
7488 (Low-Level Kill Ring):
7489 kill-new and kill-append have new arg yank-handler.
7490 (Changing Properties): Add remove-list-of-text-properties.
7491 (Atomic Changes): New node.
7492
7493 * symbols.texi (Other Plists): Add lax-plist-get, lax-plist-put.
7494
7495 * streams.texi (Output Variables): Add eval-expression-print-length
7496 and eval-expression-print-level.
7497
7498 * os.texi (Time Conversion): For encode-time, explain limits on year.
7499
7500 * objects.texi (Character Type): Define anchor "modifier bits".
7501
7502 * modes.texi (Emulating Mode Line): New node.
7503 (Search-based Fontification): Font Lock uses font-lock-face property.
7504 (Other Font Lock Variables): Likewise.
7505
7506 * keymaps.texi (Format of Keymaps): Keymaps contain char tables,
7507 not vectors.
7508 (Active Keymaps): Add emulation-mode-map-alists.
7509 (Functions for Key Lookup): key-binding has new arg no-remap.
7510 (Remapping Commands): New node.
7511 (Scanning Keymaps): where-is-internal has new arg no-remap.
7512 (Tool Bar): Add tool-bar-local-item-from-menu.
7513 Clarify when to use tool-bar-add-item-from-menu.
7514
7515 * commands.texi (Interactive Call): commandp has new arg.
7516 (Command Loop Info): Add this-original-command.
7517
75182003-08-06 John Paul Wallington <jpw@gnu.org>
7519
7520 * compile.texi (Compiler Errors): Say `@end defmac' after `@defmac'.
7521
7522 * display.texi (Warning Basics): Fix typo.
7523 (Fringes): Add closing curly bracket and fix typo.
7524
7525 * elisp.texi (Top): Fix typo.
7526
75272003-08-05 Richard M. Stallman <rms@gnu.org>
7528
7529 * elisp.texi: Update lists of subnodes.
7530
7531 * windows.texi (Buffers and Windows): set-window-buffer has new arg.
7532
7533 * variables.texi (Local Variables): Use lc for example variable names.
7534
7535 * tips.texi (Library Headers): Explain where to put -*-.
7536
7537 * strings.texi (Creating Strings): Fix xref for vconcat.
7538
7539 * sequences.texi (Vector Functions):
7540 vconcat no longer allows integer args.
7541
7542 * minibuf.texi (Reading File Names): read-file-name has new
7543 arg PREDICATE. New function read-directory-name.
7544
7545 * macros.texi (Defining Macros): Give definition of `declare'
7546 (Indenting Macros): New node.
7547
7548 * frames.texi (Parameter Access): Add modify-all-frames-parameters.
7549 (Window Frame Parameters): Make separate table of parameters
7550 that are coupled with specific face attributes.
7551 (Deleting Frames): delete-frame-hooks renamed to
7552 delete-frame-functions.
7553
7554 * files.texi (Magic File Names): Add file-remote-p.
7555 Clarify file-local-copy.
7556
7557 * edebug.texi (Instrumenting Macro Calls): Don't define `declare'
7558 here; instead xref Defining Macros.
7559
7560 * display.texi (Warnings): New node, and subnodes.
7561 (Fringes): New node.
7562
7563 * debugging.texi (Test Coverage): New node.
7564
7565 * compile.texi (Compiler Errors): Explain with-no-warnings
7566 and other ways to suppress warnings.
7567
7568 * commands.texi (Interactive Call): Minor clarification.
7569
7570 * buffers.texi (Buffer File Name): set-visited-file-name
7571 renames the buffer too.
7572
7573 * abbrevs.texi (Abbrev Tables): Add copy-abbrev-table.
7574
75752003-07-24 Markus Rost <rost@math.ohio-state.edu>
7576
7577 * abbrevs.texi (Abbrev Expansion): Use \s syntax in example.
7578
75792003-07-22 Markus Rost <rost@math.ohio-state.edu>
7580
7581 * internals.texi (Garbage Collection): Fix previous change.
7582
75832003-07-22 Richard M. Stallman <rms@gnu.org>
7584
7585 * files.texi (Truenames): Add LIMIT arg to file-chase-links.
7586
7587 * display.texi (Width): Use \s syntax in example.
7588 (Font Selection): Add face-font-rescale-alist.
7589
7590 * modes.texi (Imenu): Add xref to Emacs Manual node on Imenu.
7591 Remove spurious indent in example.
7592
7593 * lists.texi (Building Lists): Add number-sequence.
7594
7595 * internals.texi (Garbage Collection): Add gcs-done, gc-elapsed.
7596
7597 * functions.texi (Function Documentation): Explain how to
7598 show calling convention explicitly in the doc string.
7599
7600 * windows.texi (Selecting Windows): save-selected-window saves
7601 selected window of each frame.
7602 (Window Configurations): Minor change.
7603
7604 * syntax.texi (Syntax Table Functions): Use \s syntax in examples.
7605
7606 * streams.texi (Output Variables): Add print-continuous-numbering
7607 and print-number-table.
7608
7609 * processes.texi (Decoding Output): New node.
7610
7611 * os.texi (Time Conversion): decode-time arg is optional.
7612
7613 * objects.texi (Character Type): Don't use space as example for \.
7614 Make list of char names and \-sequences correspond.
7615 Explain that \s is not used in strings. `\ ' needs space after.
7616
7617 * nonascii.texi (Converting Representations): Add string-to-multibyte.
7618 (Translation of Characters): Add translation-table-for-input.
7619 (Default Coding Systems): Add auto-coding-functions.
7620 (Explicit Encoding): Add decode-coding-inserted-region.
7621 (Locales): Add locale-info.
7622
7623 * minibuf.texi (Basic Completion): Describe test-completion.
7624 Collections can be lists of strings.
7625 Clean up lazy-completion-table.
7626 (Programmed Completion): Mention test-completion.
7627 Clarify why lambda expressions are not accepted.
7628 (Minibuffer Misc): Describe minibufferp.
7629
76302003-07-14 Richard M. Stallman <rms@gnu.org>
7631
7632 * buffers.texi (Killing Buffers): kill-buffer-hook is perm local.
7633
7634 * windows.texi (Selecting Windows): New arg to select-window.
7635 (Selecting Windows): Add with-selected-window.
7636 (Size of Window): Add window-inside-edges, etc.
7637
7638 * internals.texi (Garbage Collection): Add post-gc-hook.
7639
7640 * processes.texi (Subprocess Creation): Add exec-suffixes.
7641
7642 * keymaps.texi (Functions for Key Lookup): Add current-active-maps.
7643 (Scanning Keymaps): Add map-keymaps.
7644 (Defining Menus): Add keymap-prompt.
7645
7646 * numbers.texi (Integer Basics): Add most-positive-fixnum,
7647 most-negative-fixnum.
7648
7649 * compile.texi (Byte Compilation): Explain no-byte-compile
7650 (Compiler Errors): New node.
7651
7652 * os.texi (User Identification): user-uid, user-real-uid
7653 can return float.
7654
7655 * modes.texi (Major Mode Conventions): Explain about run-mode-hooks
7656 and about derived modes.
7657 (Minor Modes): Add minor-mode-list.
7658 (Defining Minor Modes): Keyword args for define-minor-mode.
7659 (Search-based Fontification): Explain managing other properties.
7660 (Other Font Lock Variables): Add font-lock-extra-managed-props.
183080b6 7661 (Faces for Font Lock): Add font-lock-preprocessor-face.
b8d4c8d0
GM
7662 (Hooks): Add run-mode-hooks and delay-mode-hooks.
7663
7664 * variables.texi (Creating Buffer-Local): Add buffer-local-value.
7665 (Variable Aliases): Clarify defvaralias.
7666
7667 * loading.texi (Library Search): Add load-suffixes.
7668
7669 * minibuf.texi (Basic Completion): Add lazy-completion-table.
7670 (Programmed Completion): Add dynamic-completion-table.
7671
7672 * files.texi (Changing Files): copy-file allows dir as NEWNAME.
7673 (Magic File Names): Specify precedence order of handlers.
7674
7675 * commands.texi (Command Overview): Emacs server runs pre-command-hook
7676 and post-command-hook.
7677 (Waiting): New calling convention for sit-for.
7678
7679 * text.texi (Special Properties): local-map and keymap properties
7680 apply based on their stickiness.
7681
76822003-07-07 Richard M. Stallman <rms@gnu.org>
7683
7684 * modes.texi (Minor Mode Conventions): Specify only some kinds
7685 of list values as args to minor modes.
7686
7687 * files.texi (File Name Expansion): Warn about iterative use
7688 of substitute-in-file-name.
7689
7690 * advice.texi (Activation of Advice): Clean up previous change.
7691
76922003-07-06 Markus Rost <rost@math.ohio-state.edu>
7693
7694 * advice.texi (Activation of Advice): Note that ad-start-advice is
7695 turned on by default.
7696
76972003-06-30 Richard M. Stallman <rms@gnu.org>
7698
7699 * text.texi (Buffer Contents): Document current-word.
7700 (Change Hooks): Not called for *Messages*.
7701
7702 * functions.texi (Defining Functions): Explain about redefining
7703 primitives.
7704 (Function Safety): Renamed. Minor changes.
7705 Comment out the detailed criteria for what is safe.
7706
77072003-06-22 Andreas Schwab <schwab@suse.de>
7708
7709 * objects.texi (Symbol Type): Fix description of examples.
7710
77112003-06-16 Andreas Schwab <schwab@suse.de>
7712
7713 * hash.texi (Creating Hash): Fix description of :weakness.
7714
c8763fb6 77152003-06-13 Kai Großjohann <kai.grossjohann@gmx.net>
b8d4c8d0
GM
7716
7717 * files.texi (Changing Files): copy-file copies file modes, too.
7718
77192003-05-28 Richard M. Stallman <rms@gnu.org>
7720
7721 * strings.texi (Creating Strings): Clarify split-string.
7722
77232003-05-22 Stephen J. Turnbull <stephen@xemacs.org>
7724
7725 * strings.texi (Creating Strings): Update split-string specification
7726 and examples.
7727
77282003-05-19 Richard M. Stallman <rms@gnu.org>
7729
7730 * elisp.texi: Correct invariant section names.
7731
77322003-04-20 Richard M. Stallman <rms@gnu.org>
7733
7734 * os.texi (Timers): Explain about timers and quitting.
7735
77362003-04-19 Richard M. Stallman <rms@gnu.org>
7737
7738 * internals.texi (Writing Emacs Primitives): Strings are
7739 no longer special for GCPROs. Mention GCPRO5, GCPRO6.
7740 Explain GCPRO convention for varargs function args.
7741
77422003-04-16 Richard M. Stallman <rms@gnu.org>
7743
7744 * minibuf.texi (Minibuffer Misc): Document fn minibuffer-message.
7745
77462003-04-08 Richard M. Stallman <rms@gnu.org>
7747
7748 * files.texi (Kinds of Files): Correct return value of file-symlink-p.
7749
77502003-02-13 Kim F. Storm <storm@cua.dk>
7751
7752 * objects.texi (Character Type): New \s escape for space.
7753
77542003-01-31 Joe Buehler <jhpb@draco.hekimian.com>
7755
7756 * os.texi (System Environment): Added cygwin system-type.
7757
77582003-01-25 Richard M. Stallman <rms@gnu.org>
7759
7760 * keymaps.texi: Document that a symbol can act as a keymap.
7761
77622003-01-13 Richard M. Stallman <rms@gnu.org>
7763
7764 * text.texi (Changing Properties): Say string indices are origin-0.
7765
7766 * positions.texi (Screen Lines) <compute-motion>:
7767 Correct order of elts in return value.
7768
7769 * keymaps.texi (Changing Key Bindings) <define-key>: Mention
7770 how to define a default binding.
7771
77722002-12-07 Markus Rost <rost@math.ohio-state.edu>
7773
7774 * loading.texi (Unloading): Fix recent change for load-history.
7775
7776 * customize.texi (Simple Types): Clarify description of custom
7777 type 'number. Describe new custom type 'float.
7778
77792002-12-04 Markus Rost <rost@math.ohio-state.edu>
7780
7781 * variables.texi (File Local Variables): Fix typo.
7782
c8763fb6 77832002-10-23 Kai Großjohann <kai.grossjohann@uni-duisburg.de>
b8d4c8d0
GM
7784
7785 From Michael Albinus <Michael.Albinus@alcatel.de>.
7786
7787 * README: Target for Info file is `make info'.
7788
7789 * files.texi (File Name Components): Fixed typos in
7790 `file-name-sans-extension'.
7791 (Magic File Names): Complete list of operations for magic file
7792 name handlers.
7793
77942002-09-16 Jonathan Yavner <jyavner@engineer.com>
7795
7796 * variables.texi (File Local Variables): New function
7797 risky-local-variable-p.
7798
77992002-09-15 Jonathan Yavner <jyavner@engineer.com>
7800
7801 * functions.texi (Function safety): New node about unsafep.
7802
78032002-08-05 Per Abrahamsen <abraham@dina.kvl.dk>
7804
7805 * customize.texi (Splicing into Lists): Fixed example.
a86cd395 7806 Reported by Fabrice Bauzac <fabrice.bauzac@wanadoo.fr>.
b8d4c8d0
GM
7807
78082002-06-17 Juanma Barranquero <lektu@terra.es>
7809
7810 * frames.texi (Display Feature Testing): Fix typo.
7811
78122002-06-12 Andreas Schwab <schwab@suse.de>
7813
7814 * frames.texi (Initial Parameters, Resources): Fix references to
7815 the Emacs manual.
7816
78172002-05-13 Kim F. Storm <storm@cua.dk>
7818
7819 * variables.texi (Intro to Buffer-Local): Updated warning and
7820 example relating to changing buffer inside let.
7821
c8763fb6 78222002-03-10 Jan Djärv <jan.h.d@swipnet.se>
b8d4c8d0
GM
7823
7824 * os.texi (Session Management): New node about X Session management.
7825
78262002-01-18 Eli Zaretskii <eliz@is.elta.co.il>
7827
7828 * elisp.texi (VERSION): Set to 2.9. Update the version of Emacs
7829 to which the manual corresponds, and the copyright years.
7830
7831 * Makefile.in (VERSION): Set to 2.9.
7832
78332001-11-29 Eli Zaretskii <eliz@is.elta.co.il>
7834
7835 * elisp.texi: Change the category in @dircategory to "Emacs", to
7836 make it consistent with info/dir.
7837
78382001-11-25 Miles Bader <miles@gnu.org>
7839
7840 * text.texi (Fields): Describe new `limit' arg in
7841 field-beginning/field-end.
7842
78432001-11-17 Eli Zaretskii <eliz@is.elta.co.il>
7844
7845 * permute-index: Don't depend on csh-specific features. Replace
7846 the interpreter name with /bin/sh.
7847
7848 * two-volume-cross-refs.txt: New file.
7849 * two.el: New file.
7850 * spellfile: New file.
7851
78522001-11-16 Eli Zaretskii <eliz@is.elta.co.il>
7853
7854 * permute-index: New file.
7855
7856 * vol1.texi, vol2.texi: Renamed from elisp-vol1.texi and
7857 elisp-vol2.texi, respectively, to avoid file-name clashes in DOS
7858 8+3 restricted namespace.
7859
7860 * Makefile.in (infodir): Define relative to $(srcdir).
7861 ($(infodir)/elisp): Don't chdir into $(srcdir), but add it to the
7862 include directories list via -I switch to makeinfo.
7863 (index.texi): Use cp if both hard and symbolic links fail.
7864
78652001-11-10 Eli Zaretskii <eliz@is.elta.co.il>
7866
7867 * Makefile.in (distclean): Add.
7868
7869 The following changes make ELisp manual part of the Emacs
7870 distribution:
7871
7872 * Makefile.in: Add Copyright notice.
7873 (prefix): Remove.
7874 (infodir): Change value to "../info".
7875 (VPATH): New variable.
7876 (MAKE): Don't define.
7877 (texmacrodir): Don't define.
7878 (texinputdir): Append the existing value of TEXINPUTS.
7879 ($(infodir)/elisp): Instead of just "elisp". Reformat the
7880 command to be compatible with man/Makefile.in, and to put the
7881 output into ../info.
7882 (info): Add target.
7883 (installall): Target removed.
7884
c8763fb6 78852001-10-31 Pavel Janík <Pavel@Janik.cz>
b8d4c8d0
GM
7886
7887 * tips.texi (Coding Conventions): Fix typo.
7888
78892001-10-23 Gerd Moellmann <gerd@gnu.org>
7890
7891 * Makefile.in (srcs): Add gpl.texi and doclicense.texi.
7892
78932001-10-22 Eli Zaretskii <eliz@is.elta.co.il>
7894
7895 * files.texi (File Name Components): Update the description of
7896 file-name-sans-extension and file-name-extension, as they now
7897 ignore leading dots.
7898
78992001-10-20 Gerd Moellmann <gerd@gnu.org>
7900
7901 * (Version 21.1 released.)
7902
79032001-10-19 Miles Bader <miles@gnu.org>
7904
7905 * positions.texi (Text Lines): Describe behavior of
7906 `beginning-of-line'/`end-of-line' in the presence of field properties.
7907
79082001-10-17 Gerd Moellmann <gerd@gnu.org>
7909
7910 * Makefile.in (VERSION): Set to 2.8.
7911 (manual): Use `manual-21'.
7912
7913 * elisp.texi (VERSION): Add and use it where the version
7914 number was used. Set it to 2.8.
7915
7916 * intro.texi: Likewise.
7917
79182001-10-13 Eli Zaretskii <eliz@is.elta.co.il>
7919
7920 * files.texi (File Name Completion): Document the significance of
7921 a trailing slash in elements of completion-ignored-extensions.
7922
79232001-10-06 Miles Bader <miles@gnu.org>
7924
7925 * variables.texi (Variable Aliases): It's `@defmac', not `@defmacro'.
7926
79272001-10-04 Gerd Moellmann <gerd@gnu.org>
7928
7929 * variables.texi (Variable Aliases): New node.
7930
79312001-10-04 Gerd Moellmann <gerd@gnu.org>
7932
7933 * Branch for 21.1.
7934
79352001-10-02 Miles Bader <miles@gnu.org>
7936
7937 * minibuf.texi (Minibuffer Misc): Add entries for
7938 `minibuffer-contents', `minibuffer-contents-no-properties', and
7939 `delete-minibuffer-contents'.
7940 Correct description for `minibuffer-prompt-end'.
7941
7942 * text.texi (Property Search): Correct descriptions of
7943 `next-char-property-change' and `previous-char-property-change'.
7944 Add entries for `next-single-char-property-change' and
7945 `previous-single-char-property-change'.
7946 Make operand names a bit more consistent.
7947
79482001-09-30 Eli Zaretskii <eliz@is.elta.co.il>
7949
7950 * frames.texi (Finding All Frames): Document that next-frame and
7951 previous-frame are local to current terminal.
7952
79532001-09-26 Eli Zaretskii <eliz@is.elta.co.il>
7954
7955 * keymaps.texi (Creating Keymaps): Fix the description of the
7956 result of make-keymap.
7957
79582001-09-23 Eli Zaretskii <eliz@is.elta.co.il>
7959
7960 * display.texi (Font Lookup, Attribute Functions)
7961 (Image Descriptors): Add cross-references to the definition of
7962 selected frame.
7963
7964 * buffers.texi (The Buffer List): Add cross-references to the
7965 definition of selected frame.
7966
7967 * frames.texi (Input Focus): Clarify which frame is _the_ selected
7968 frame at any given time.
7969 (Multiple Displays, Size and Position): Add a cross-reference to
7970 the definition of the selected frame.
7971
79722001-09-08 Eli Zaretskii <eliz@is.elta.co.il>
7973
7974 * strings.texi (String Conversion) <string-to-number>: Document
7975 that a float is returned for integers that are too large.
7976
7977 * frames.texi (Mouse Position): Document mouse-position-function.
7978 (Display Feature Testing): Document display-images-p.
7979 (Window Frame Parameters): Document the cursor-type variable.
7980
7981 * numbers.texi (Integer Basics): Document CL style read syntax for
7982 integers in bases other than 10.
7983
7984 * positions.texi (List Motion): Document
7985 open-paren-in-column-0-is-defun-start.
7986
7987 * lists.texi (Sets And Lists): Document member-ignore-case.
7988
7989 * internals.texi (Garbage Collection): Document the used and free
7990 strings report.
7991 (Memory Usage): Document strings-consed.
7992
7993 * os.texi (Time of Day): Document float-time.
7994 (Recording Input): Document that clear-this-command-keys clears
7995 the vector to be returned by recent-keys.
7996
7997 * keymaps.texi (Scanning Keymaps) <where-is-internal>: The
7998 argument keymap can be a list.
7999
8000 * nonascii.texi (User-Chosen Coding Systems)
8001 <select-safe-coding-system>: Document the new argument
8002 accept-default-p and the variable
8003 select-safe-coding-system-accept-default-p. Tell what happens if
8004 buffer-file-coding-system is undecided.
8005 (Default Coding Systems): Document auto-coding-regexp-alist.
8006
8007 * display.texi (The Echo Area) <message>: Document
8008 message-truncate-lines.
8009 (Glyphs): Document that the glyph table is unused on windowed
8010 displays.
8011
8012 * help.texi (Describing Characters) <single-key-description>:
8013 Document the new argument no-angles.
8014 (Accessing Documentation) <documentation-property>: Document that
8015 a non-string property is evaluated.
8016 <documentation>: Document that the function-documentation property
8017 is looked for.
8018
8019 * windows.texi (Selecting Windows): Document some-window.
8020
8021 * text.texi (MD5 Checksum): New node, documents the md5 primitive.
8022
8023 * hooks.texi (Standard Hooks): Add kbd-macro-termination-hook and
8024 apropos-mode-hook.
8025
8026 * commands.texi (Using Interactive): Document interactive-form.
8027 (Keyboard Macros): Document kbd-macro-termination-hook.
8028 (Command Loop Info): Document that clear-this-command-keys clears
8029 the vector to be returned by recent-keys.
8030
80312001-09-04 Werner LEMBERG <wl@gnu.org>
8032
8033 * Makefile.in (srcdir, texinputdir): New variables.
8034 (srcs, index.texi, install): Use $(srcdir).
8035 (.PHONY): Remove elisp.dvi.
8036 (elisp): Use -I switch for makeinfo.
8037 (elisp.dvi): Use $(srcdir) and $(texinputdir).
8038 (installall, dist): Use $(srcdir).
8039 Fix path to texinfo.tex.
8040 (maintainer-clean): Add elisp.dvi and elisp.oaux.
8041
80422001-08-30 Gerd Moellmann <gerd@gnu.org>
8043
8044 * display.texi (Conditional Display): Adjust to API change.
8045
8046 * configure: New file.
8047
80482001-07-30 Gerd Moellmann <gerd@gnu.org>
8049
8050 * commands.texi (Repeat Events): Add description of
8051 double-click-fuzz.
8052
80532001-05-08 Stefan Monnier <monnier@cs.yale.edu>
8054
8055 * syntax.texi (Syntax Class Table): Add the missing designator for
8056 comment and string fences.
8057 (Syntax Properties): Add a xref to syntax table internals.
8058 (Syntax Table Internals): Document string-to-syntax.
8059
80602001-05-07 Gerd Moellmann <gerd@gnu.org>
8061
8062 * Makefile.in (install): Use install-info command line options
8063 like in Emacs' Makefile.in.
8064
80652000-12-09 Miles Bader <miles@gnu.org>
8066
8067 * windows.texi (Window Start): Update documentation for
8068 `pos-visible-in-window-p'.
8069
80702000-11-12 Stefan Monnier <monnier@cs.yale.edu>
8071
8072 * lists.texi (Building Lists): Add footnote to explain how to add
8073 to the end of a list.
8074
80752000-10-25 Gerd Moellmann <gerd@gnu.org>
8076
8077 * files.texi (Visiting Functions): Typos.
8078
80792000-10-25 Kenichi Handa <handa@etl.go.jp>
8080
8081 * files.texi (Visiting Functions): Return value of
8082 find-file-noselect may be a list of buffers if wildcards are used.
8083
80842000-10-24 Miles Bader <miles@lsi.nec.co.jp>
8085
8086 * display.texi (Defining Faces): Document `graphic' display type
8087 in face specs.
8088
b344d29d 80892000-10-18 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
b8d4c8d0
GM
8090
8091 * hooks.texi (Standard Hooks): Replace obsolete
8092 `after-make-frame-hook' with `after-make-frame-functions'.
8093
8094 * frames.texi (Creating Frames): Ditto.
8095
8096 * variables.texi (Future Local Variables): Ditto.
8097
80982000-10-16 Gerd Moellmann <gerd@gnu.org>
8099
8100 * display.texi (Other Image Types): Add description of :foreground
8101 and :background properties of mono PBM images.
8102
81032000-08-17 Werner LEMBERG <wl@gnu.org>
8104
8105 * .cvsignore: New file.
8106
81072000-01-05 Gerd Moellmann <gerd@gnu.org>
8108
8109 * tindex.pl: New script.
8110
81111999-12-03 Dave Love <fx@gnu.org>
8112
8113 * Makefile.in (MAKEINFO): New parameter.
8114
81151999-09-17 Richard Stallman <rms@gnu.org>
8116
8117 * Makefile.in (srcs): Add hash.texi.
8118 (VERSION): Update to 20.6.
8119
81201999-09-13 Richard Stallman <rms@gnu.org>
8121
8122 * Makefile.in (index.texi): If cannot make a symlink, make a hard link.
8123
81241998-08-29 Karl Heuer <kwzh@gnu.org>
8125
8126 * configure.in: New file.
8127 * Makefile.in: Renamed from Makefile.
8128 (prefix, infodir): Use value obtained from configure.
8129 (emacslibdir): Obsolete variable deleted.
8130 (dist): Distribute configure.in, configure, Makefile.in.
8131
81321998-06-12 Richard Stallman <rms@psilocin.ai.mit.edu>
8133
8134 * Makefile (INSTALL_INFO): New variable.
8135 (install): Run install-info.
8136
81371998-05-09 Richard Stallman <rms@psilocin.ai.mit.edu>
8138
8139 * Makefile (elisp.dvi): Add missing backslash.
8140
81411998-05-02 Richard Stallman <rms@psilocin.gnu.org>
8142
8143 * Makefile (elisp.dvi): Don't depend on texindex or on elisp.tps.
8144 Run texindex without `./'. Always run texindex on elisp.tp.
8145 (elisp.tps): Target deleted.
8146
81471998-04-05 Richard Stallman <rms@psilocin.gnu.org>
8148
8149 * Makefile (srcs): Add nonascii.texi and customize.texi.
8150 (dist): Start by deleting `temp'.
8151
81521998-02-17 Richard Stallman <rms@psilocin.gnu.org>
8153
8154 * Makefile (makeinfo, texindex): Targets deleted.
8155 (makeinfo.o, texindex.o): Targets deleted.
8156 (clean, dist): Don't do anything with them or with getopt*.
8157
81581998-01-30 Richard Stallman <rms@psilocin.gnu.org>
8159
8160 * Makefile (SHELL): Defined.
8161
81621998-01-27 Richard Stallman <rms@psilocin.gnu.org>
8163
8164 * Makefile (elisp.tps): New target.
8165 (elisp.dvi): Depend on elisp.tps.
8166
c5602427 81671996-04-03 Karl Heuer <kwzh@gnu.ai.mit.edu>
b8d4c8d0
GM
8168
8169 * README: Update phone number.
8170
8171 * Makefile (elisp): Make this be the default target.
8172 Depend on makeinfo.c instead of makeinfo.
8173 (install): Don't depend on elisp.dvi, since we don't install that.
8174 Use mkinstalldirs.
8175 (dist): Add mkinstalldirs.
8176
c5602427 81771995-06-19 Richard Stallman <rms@mole.gnu.ai.mit.edu>
b8d4c8d0
GM
8178
8179 * Makefile (VERSION): Update version number.
8180 (maintainer-clean): Renamed from realclean.
8181
c5602427 81821995-06-07 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
b8d4c8d0
GM
8183
8184 * Makefile (realclean): New target.
8185 (elisp): Remove any old elisp-* files first.
8186
c5602427 81871993-11-23 Noah Friedman (friedman@nutrimat.gnu.ai.mit.edu)
b8d4c8d0
GM
8188
8189 * Makefile (VERSION): New variable.
8190 (dist): Make packaged directory name `elisp-manual-19-$(VERSION)'.
8191 Compressed file suffix should be `.gz', not `.z'.
8192
ce058493 81931993-11-22 Richard Stallman (rms@mole.gnu.ai.mit.edu)
b8d4c8d0
GM
8194
8195 * Makefile (elisp): Depend on makeinfo.
8196
c5602427 81971993-11-19 Noah Friedman (friedman@gnu.ai.mit.edu)
b8d4c8d0
GM
8198
8199 * Makefile (srcs): Add anti.texi.
8200
c5602427 82011993-05-28 Richard Stallman (rms@mole.gnu.ai.mit.edu)
b8d4c8d0
GM
8202
8203 * Makefile (infodir, prefix): New vars.
8204 (install): Use infodir.
8205 (emacsinfodir): Deleted.
8206
c5602427 82071993-05-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
b8d4c8d0
GM
8208
8209 * Makefile (srcs): Add calendar.texi.
8210
8211 * Makefile (dist): Copy texindex.c and makeinfo.c.
8212 Limit elisp-* files to those with one or two digits.
8213
c5602427 82141993-05-16 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
b8d4c8d0
GM
8215
8216 * Makefile (dist): Changed to use Gzip instead of compress.
8217
c5602427 82181993-04-23 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
b8d4c8d0
GM
8219
8220 * loading.texi (Unloading): define-function changed back to
8221 defalias. It may not stay this way, but at least it's
8222 consistent with the known-good version of the code patch.
8223
c5602427 82241993-03-26 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
b8d4c8d0
GM
8225
8226 * modes.texi (Hooks): Document new optional arg of add-hook.
8227
c5602427 82281993-03-17 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
b8d4c8d0
GM
8229
8230 * variables.texi: Document nil initial value of buffer-local variables.
8231
8232 * tips.texi: Add new section on standard library headers.
8233
c5602427 82341993-02-27 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
b8d4c8d0
GM
8235
8236 * Makefile (srcs): Add frame.texi to the list of sources.
8237
c5602427 82381993-02-23 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
b8d4c8d0
GM
8239
8240 * Makefile (dist): Don't bother excluding autosave files; they'll
8241 never make it into the temp directory anyway, and the hash marks
8242 in the name are problematic for make and the Bourne shell.
8243 (srcs):
8244
c5602427 82451993-02-12 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
b8d4c8d0
GM
8246
8247 * Makefile (dist): Don't include backup files or autosave files in
8248 the distribution tar file.
8249
c5602427 82501991-11-26 Richard Stallman (rms@mole.gnu.ai.mit.edu)
b8d4c8d0
GM
8251
8252 * Makefile (srcs): Added index.perm.
8253 (elisp.dvi): Remove erroneous shell comment.
8254 Expect output of permute-index in permuted.fns.
8255 Save old elisp.aux in elisp.oaux.
8256 (clean): Added index.texi to be deleted.
8257
c5602427 82581990-08-11 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
b8d4c8d0
GM
8259
8260 * Makefile (elisp.dvi, index.texi): Use shell if instead of ifdef.
8261
c5602427 82621990-06-26 David Lawrence (tale@geech)
b8d4c8d0
GM
8263
8264 * files.texi: Noted that completion-ignored-extensions is ignored
8265 when making *Completions*.
8266
3e868ee3 82671990-06-08 Jay Fenlason (hack@ai.mit.edu)
b8d4c8d0
GM
8268
8269 * Makefile make dist now depends on elisp.dvi, since it tries
8270 to include it in the dist file.
8271
c5602427 82721990-03-28 Jim Kingdon (kingdon@mole.ai.mit.edu)
b8d4c8d0 8273
c5602427 8274 * functions.texinfo (Mapping Functions): Add missing quote.
b8d4c8d0 8275
c5602427 82761989-06-19 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
b8d4c8d0
GM
8277
8278 * texinfo.tex (frenchspacing): Use decimal codes for char to be set.
8279 (defunargs): Turn off \hyphenchar of \sl font temporarily.
8280
c5602427 82811989-05-10 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
b8d4c8d0
GM
8282
8283 * @result{}, @expansion{}, @print{}, @quiv{}, @point{},
8284 and @error{} are the terms now being used. The files in the
8285 directory have been changed to reflect this.
8286
8287 * All instances of @indentedresultt{} have been changed to
8288 ` @result{}', using 5 spaces at the begining of the line.
8289
c5602427 82901989-04-24 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
b8d4c8d0
GM
8291
8292 * @result{}, @expandsto{}, @prints{}, @quiv{}, @error{}, and the
8293 experimental @indentedresult{}, @indentedexpandsto{} are part of
8294 the texinfo.tex in this directory. These TeX macros are not
8295 stable yet.
8296
c5602427 82971989-04-17 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
b8d4c8d0
GM
8298
8299 * texinfo.tex: Temporarily added
8300 \let\result=\dblarrow
8301 \def\error{{\it ERROR} \longdblarrow}
8302 We need to do this better soon.
8303
c5602427 83041989-04-11 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
b8d4c8d0
GM
8305
8306 * Applied Karl Berry's patches to *.texinfo files, but not to
8307 texinfo.tex; those diffs are in `berry-texinfo-tex-diffs'. (Karl's
8308 new title page format is also not applied, since it requires
8309 texinfo.tex changes.)
8310
8311 * Cleaned up `Makefile' and defined the `emacslibdir' directory
8312 for the Project GNU development environment.
8313
8314;; Local Variables:
c8763fb6 8315;; coding: utf-8
b8d4c8d0
GM
8316;; add-log-time-zone-rule: t
8317;; End:
8318
352c8b4a 8319 Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006,
6ed161e1 8320 2007, 2008, 2009 Free Software Foundation, Inc.
b8d4c8d0
GM
8321
8322 This file is part of GNU Emacs.
8323
352c8b4a 8324 GNU Emacs is free software: you can redistribute it and/or modify
b8d4c8d0 8325 it under the terms of the GNU General Public License as published by
352c8b4a
GM
8326 the Free Software Foundation, either version 3 of the License, or
8327 (at your option) any later version.
b8d4c8d0
GM
8328
8329 GNU Emacs is distributed in the hope that it will be useful,
8330 but WITHOUT ANY WARRANTY; without even the implied warranty of
8331 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
8332 GNU General Public License for more details.
8333
8334 You should have received a copy of the GNU General Public License
352c8b4a 8335 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
b8d4c8d0
GM
8336
8337;;; arch-tag: 985ae0ce-df29-475b-b3f8-4bbcbf6f7fda