Fix typos in comments.
[bpt/emacs.git] / doc / lispref / ChangeLog
CommitLineData
d3080264
MA
12009-10-01 Michael Albinus <michael.albinus@gmx.de>
2
3 * files.texi (Create/Delete Dirs): delete-directory has an
4 optional parameter RECURSIVE.
5
85d14563
SM
62009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
7
8 * buffers.texi (Swapping Text): Minor clarification.
9
3d9842c6
GM
102009-10-01 Glenn Morris <rgm@gnu.org>
11
12 * functions.texi (Declaring Functions): Mention that we also search for
13 ".m" files in the src/ directory.
14
78427304
CY
152009-09-25 David Engster <deng@randomsample.de>
16
3d9842c6 17 * display.texi (Managing Overlays): Document copy-overlay (Bug#4549).
78427304 18
b578c9cc
GM
192009-09-22 Glenn Morris <rgm@gnu.org>
20
21 * internals.texi (Building Emacs): Mention preloaded-file-list.
22
beee5da7
AM
232009-09-14 Alan Mackenzie <acm@muc.de>
24
25 * os.texi (Terminal Output): Put "@code{}" around "stdout".
26
5d6ab672
CY
272009-09-13 Chong Yidong <cyd@stupidchicken.com>
28
29 * functions.texi (Anonymous Functions): Rearrange discussion,
30 giving usage of unquoted lambda forms first. Mention that
31 `function' and `#'' are no longer required (Bug#4290).
32
59375eeb
AM
332009-09-11 Alan Mackenzie <acm@muc.de>
34
35 * os.texi (Terminal Output): document `send-string-to-terminal' in
36 batch mode.
37
e7e2f529
GM
382009-09-01 Glenn Morris <rgm@gnu.org>
39
40 * display.texi (Face Functions): Mention define-obsolete-face-alias.
41
eae47088
GM
422009-08-26 Ulrich Mueller <ulm@gentoo.org>
43
44 * nonascii.texi (Character Codes): Fix typos.
45
3691a0a6
MA
462009-08-25 Michael Albinus <michael.albinus@gmx.de>
47
48 * processes.texi (Synchronous Processes): New defvar
49 process-file-side-effects.
50
664d56b8
GM
512009-08-25 Glenn Morris <rgm@gnu.org>
52
53 * display.texi (Fontsets): Fix typo.
54
0706c025
GM
55 * files.texi (Format Conversion Round-Trip): Mention nil regexp.
56
03a74b84
SM
572009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
58
59 * processes.texi (Asynchronous Processes): Adjust arglist of
60 start-process-shell-command and start-file-process-shell-command.
61
f6de8a37
CY
622009-08-15 Chong Yidong <cyd@stupidchicken.com>
63
4b1ed1bb
CY
64 * advice.texi (Argument Access in Advice): Note that argument
65 positions are zero-based (Bug#3932).
66
89a9e058
CY
67 * commands.texi (Distinguish Interactive): Minor copyedit.
68
23696fd7
CY
69 * display.texi (Face Attributes): Add xref to Displaying Faces for
70 explanation of "underlying face".
71
f6de8a37
CY
72 * customize.texi (Common Keywords): Add xref to Loading.
73
74 * loading.texi (How Programs Do Loading): Add xref to Lisp
75 Libraries node in the Emacs manual.
76
417f77e6
CY
772009-08-13 Chong Yidong <cyd@stupidchicken.com>
78
79 * objects.texi (Meta-Char Syntax): Add xref to Strings of Events.
80
0999039c
CY
812009-07-18 Chong Yidong <cyd@stupidchicken.com>
82
83 * processes.texi (Shell Arguments): Copyedits.
84
9af167bc
GM
852009-07-18 Glenn Morris <rgm@gnu.org>
86
87 * loading.texi (Repeated Loading): Fix typo.
88
137987ab
RS
892009-07-16 Richard Stallman <rms@gnu.org>
90
91 * buffers.texi (Swapping Text): Recommend setting
92 write-region-annotate-functions and buffer-saved-size.
93
94 * backups.texi (Auto-Saving): Document buffer-saved-size = -2.
95
622fa380
GM
962009-07-15 Glenn Morris <rgm@gnu.org>
97
98 * edebug.texi: Minor re-phrasings throughout.
99 (Edebug Execution Modes): Sit-for affects continue mode too.
100 (Jumping): Use `forward-sexp' rather than its keybinding.
101 (Edebug Misc): Fix Q binding.
102 (Edebug Eval): Remove cl version.
103 (Printing in Edebug): Clarify print-length etc.
104 (Instrumenting Macro Calls): Defopt edebug-eval-macro-args.
105 (Specification List): Remove edebug-unwrap findex entry.
106 (Specification Examples): defmacro is actually not the same as defun.
107 Escape "`" in example.
108
6bbd4600
CY
1092009-07-15 Chong Yidong <cyd@stupidchicken.com>
110
111 * markers.texi (The Mark): Document optional arg to
112 deactivate-mark.
113
e538d479
GM
1142009-07-11 Kevin Ryde <user42@zip.com.au>
115
116 * hooks.texi (Standard Hooks): Fix cross-references.
117
4c98b9ed
GM
118 * loading.texi (Named Features): Refer to eval-after-load.
119
5300838c
GM
1202009-07-11 Glenn Morris <rgm@gnu.org>
121
64fbeb16
GM
122 * Makefile.in (TEXI2PDF): New.
123 (elisp.pdf): New target.
124
4c98b9ed
GM
125 * searching.texi (Regexp Backslash): Fix typo.
126
127 * elisp.texi (Top): Display copyright notice at start of non-TeX.
5300838c 128
51d9979c
GM
1292009-07-10 Glenn Morris <rgm@gnu.org>
130
561c0216
GM
131 * elisp.texi, vol1.texi, vol2.texi: Update @detailmenu.
132
5b594a58
GM
133 * customize.texi (Customization Types):
134 * display.texi (Abstract Display):
0cc8c85a 135 * objects.texi (Character Type, String Type):
5b594a58 136 Merge in some menu descriptions from elisp.texi.
51d9979c 137
c3cbbb40
GM
138 * hash.texi (Hash Tables):
139 * modes.texi (Multiline Font Lock):
140 End menu description with period.
fe42c16a 141
28528402
GM
1422009-07-09 Glenn Morris <rgm@gnu.org>
143
144 * back.texi: Don't hard-code texinfo location.
145
146 * two-volume.make (texinfodir): New, with location of texinfo.tex.
147 (tex): Add texinfodir to TEXINPUTS.
148 (elisp1med-init, elisp2med-init): Use texinfodir.
149
150 * Makefile.in (texinfodir): Rename from usermanualdir, and update.
151 (clean): Add two-volume.make intermediate files.
152
153 * elisp.texi, vol1.texi, vol2.texi:
154 Use a DATE variable with the publication date, and update it.
155 Fix antinews menu description.
156
157 * vol1.texi, vol2.texi: Update VERSION to match elisp.texi.
158 Update the detailed node listing to match elisp.texi.
159
160 * README: Update edition to match elisp.texi.
161
162 * objects.texi (General Escape Syntax):
163 * nonascii.texi (Character Sets):
164 Use consistent case for "Unicode Standard".
165
166 * anti.texi (Antinews):
167 * customize.texi (Variable Definitions):
168 * functions.texi (Declaring Functions):
169 * nonascii.texi (Character Properties):
170 * processes.texi (Serial Ports):
171 * text.texi (Special Properties):
172 * tips.texi (Coding Conventions):
173 Minor rearrangements to improve TeX line-filling.
174
175 * commands.texi (Using Interactive): Fix cross-reference.
176
17db8e10
JD
1772009-07-01 Jan Djärv <jan.h.d@swipnet.se>
178
179 * frames.texi (Management Parameters): Mention sticky.
180
77c7e2e1
AS
1812009-07-01 Andreas Schwab <aschwab@redhat.com>
182
183 * help.texi (Help Functions): Fix description of help-buffer and
184 help-setup-xref to use @defun instead of @deffn.
185
3f1c6666
JD
1862009-07-01 Jan Djärv <jan.h.d@swipnet.se>
187
188 * frames.texi (Size Parameters): Mention maximized for fullscreen.
189
ca27c21b
CY
1902009-06-24 Chong Yidong <cyd@stupidchicken.com>
191
192 * display.texi (Window Systems): Add ns to the list.
193
70243478
CY
1942009-06-21 Chong Yidong <cyd@stupidchicken.com>
195
196 * Branch for 23.1.
197
df006536
MR
1982009-06-17 Martin Rudalics <rudalics@gmx.at>
199
200 * windows.texi (Dedicated Windows): Fix typo.
201 (Resizing Windows): Replace @defun by @deffn.
202
d259fc4b
GM
2032009-06-17 Glenn Morris <rgm@gnu.org>
204
205 * variables.texi (Directory Local Variables):
206 Update for 2009-04-11 name-change of dir-locals-directory-alist.
207
30781db6
KH
2082009-06-09 Kenichi Handa <handa@m17n.org>
209
210 * nonascii.texi (Character Sets): State clearly that FROM and TO
211 are codepoints of CHARSET.
212
62e8099c
CY
2132009-06-07 Chong Yidong <cyd@stupidchicken.com>
214
215 * minibuf.texi (Reading File Names): Fix introductory text.
216 Suggested by stan@derbycityprints.com.
217 (High-Level Completion): Fix typo.
218
ee1b1917
CY
2192009-05-28 Chong Yidong <cyd@stupidchicken.com>
220
221 * frames.texi (Text Terminal Colors): Multi-tty is already
222 implemented, but tty-local colors are not.
223
5df647e8
CY
2242009-05-27 Chong Yidong <cyd@stupidchicken.com>
225
226 * hooks.texi (Standard Hooks): Remove mention of obsolete
227 redisplay-end-trigger-functions.
228
229 * internals.texi (Window Internals): Remove mention of obsolete
230 redisplay-end-trigger-functions.
231
01f17ae2
MR
2322009-05-21 Martin Rudalics <rudalics@gmx.at>
233
234 * abbrevs.texi (Abbrev Mode): abbrev-mode is an option.
235
236 * backups.texi (Making Backups): backup-directory-alist and
237 make-backup-file-name-function are options.
238 (Auto-Saving): auto-save-list-file-prefix is an option.
239
240 * buffers.texi (Killing Buffers): buffer-offer-save is an
241 option.
242
243 * display.texi (Refresh Screen): no-redraw-on-reenter is an
244 option.
245 (Echo Area Customization): echo-keystrokes is an option.
246 (Selective Display): selective-display-ellipses is an option.
247 (Temporary Displays): temp-buffer-show-function is an option.
248 (Face Attributes): underline-minimum-offset and x-bitmap-file-path
249 are options.
250 (Font Selection): face-font-family-alternatives,
251 face-font-selection-order, face-font-registry-alternatives, and
252 scalable-fonts-allowed are options.
253 (Fringe Indicators): indicate-buffer-boundaries is an option.
254 (Fringe Cursors): overflow-newline-into-fringe is an option.
255 (Scroll Bars): scroll-bar-mode is an option.
256
257 * eval.texi (Eval): max-lisp-eval-depth is an option.
258
259 * files.texi (Visiting Functions): find-file-hook is an option.
260 (Directory Names): directory-abbrev-alist is an option.
261 (Unique File Names): temporary-file-directory and
262 small-temporary-file-directory are options.
263
264 * frames.texi (Initial Parameters): initial-frame-alist,
265 minibuffer-frame-alist and default-frame-alist are options.
266 (Cursor Parameters): blink-cursor-alist and
267 cursor-in-non-selected-windows ar options.
268 (Window System Selections): selection-coding-system is an
269 option.
270 (Display Feature Testing): display-mm-dimensions-alist is an
271 option.
272
273 * help.texi (Help Functions): help-char and help-event-list are
274 options.
275
276 * keymaps.texi (Functions for Key Lookup): meta-prefix-char is
277 an option.
278
279 * minibuf.texi (Minibuffer History): history-length and
280 history-delete-duplicates are options.
281 (High-Level Completion): read-buffer-function and
282 read-buffer-completion-ignore-case are options.
283 (Reading File Names): read-file-name-completion-ignore-case is
284 an option.
285
286 * modes.texi (Mode Line Top): mode-line-format is an option.
287 (Mode Line Variables): mode-line-position and mode-line-modes
288 are options.
289
290 * nonascii.texi (Text Representations):
291 enable-multibyte-characters is an option.
292 (Default Coding Systems): auto-coding-regexp-alist,
293 file-coding-system-alist, auto-coding-alist and
294 auto-coding-functions are options.
295 (Specifying Coding Systems): inhibit-eol-conversion is an
296 option.
297
298 * os.texi (Init File): site-run-file is an option.
299 (System Environment): mail-host-address is an option.
300 (User Identification): user-mail-address is an option.
301 (Terminal Output): baud-rate is an option.
302
303 * positions.texi (Word Motion): words-include-escapes is an
304 option.
305
306 * searching.texi (Standard Regexps): page-delimiter,
307 paragraph-separate, paragraph-separate and sentence-end are
308 options.
309
310 * text.texi (Margins): left-margin and fill-nobreak-predicate
311 are options.
312
313 * variables.texi (Local Variables): max-specpdl-size is an
314 option.
315
316 * windows.texi (Choosing Window):
317 split-window-preferred-function, special-display-function and
318 display-buffer-function are options.
319
106e6894
CY
3202009-05-20 Chong Yidong <cyd@stupidchicken.com>
321
4a83454d
CY
322 Fix errors spotted by Martin Rudalics.
323
106e6894
CY
324 * syntax.texi (Position Parse): Document rationale for ignored
325 arguments to syntax-ppss-flush-cache.
326
327 * processes.texi (Input to Processes): Mark PROCESS arg to
328 process-running-child-p as optional.
329 (Network Options): Document NO-ERROR arg to
330 set-network-process-option.
331
332 * buffers.texi (Indirect Buffers): Mark clone-indirect-buffer as a
333 command.
334
335 * searching.texi (POSIX Regexps): Mark posix-search-forward and
336 posix-search-backward as commands.
337
338 * os.texi (Killing Emacs): Mark kill-emacs as a command.
339 (Suspending Emacs): Mark suspend-emacs as a command.
340 (Processor Run Time): Mark emacs-uptime and emacs-init-time as
341 commands.
342 (Terminal Output): Remove obsolete function baud-rate. Document
343 TERMINAL arg for send-string-to-terminal.
344
345 * nonascii.texi (Terminal I/O Encoding): Document TERMINAL arg for
346 terminal-coding-system and set-terminal-coding-system.
347 (Explicit Encoding): Mark DESTINATION arg of decode-coding-region
348 as optional.
349 (Character Sets): Document RESTRICTION arg of char-charset.
350 (Character Codes): Mark POS argument to get-byte as optional.
351
352 * minibuf.texi (Minibuffer Misc): Document ARGS arg for
353 minibuffer-message.
354
355 * files.texi (Create/Delete Dirs): Mark make-directory and
356 delete-directory as commands.
357
358 * abbrevs.texi (Abbrev Tables): Fix arglist for make-abbrev-table.
359
360 * text.texi (Base 64): Mark base64-decode-string and
361 base64-encode-string as commands.
362 (Columns): Mark move-to-column as a command.
363 (Mode-Specific Indent): Document RIGID arg to
364 indent-for-tab-command.
365 (Region Indent): Mark TO-COLUMN arg to indent-region as optional.
366 Mark indent-code-rigidly as a command.
367 (Substitution): Mark translate-region as a command.
368
369 * frames.texi (Size and Position): Remove obsolete functions
370 screen-height and screen-width.
371
04173931
CY
3722009-05-19 Chong Yidong <cyd@stupidchicken.com>
373
374 * windows.texi (Cyclic Window Ordering, Cyclic Window Ordering)
375 (Displaying Buffers, Resizing Windows): Correct mistakes;
376 next-window, previous-window, and pop-to-buffer are not commands,
377 and fit-window-to-buffer" is a command. (Pointed out by Martin
378 Rudalics.)
379
eae7d8f8
RS
3802009-05-17 Richard M Stallman <rms@gnu.org>
381
382 * modes.texi (Precalculated Fontification): Clarify text.
383
b8766179
MR
3842009-05-17 Martin Rudalics <rudalics@gmx.at>
385
386 * windows.texi (Selecting Windows): Clarify descriptions of
387 with-selected-window and get-lru-window.
388 (Cyclic Window Ordering): Refer to particular frame when talking
389 about how splitting affects the ordering.
390 (Displaying Buffers): Fix descriptions of switch-to-buffer and
391 switch-to-buffer-other-window. Explain how setting of
392 display-buffer-reuse-frames affects pop-to-buffer.
393 (Choosing Window): Clarify some details in descriptions of
394 display-buffer-reuse-frames, pop-up-frames, and
395 pop-up-frame-function.
396 (Dedicated Windows): Clarify some details.
397 (Textual Scrolling): Replace term vscroll by term vertical
398 scroll position.
399 (Vertical Scrolling): Fix typo.
400 (Window Hooks): Relate text on jit-lock-register to window
401 scrolling and size changes.
402
734b5e3b
CY
4032009-05-14 Chong Yidong <cyd@stupidchicken.com>
404
0a65633e
CY
405 * frames.texi (Initial Parameters): Clarify what the initial
406 minibuffer frame is.
05be46d7
CY
407 (Buffer Parameters): Note that the minibuffer parameter can not be
408 altered.
0a65633e 409
734b5e3b
CY
410 * anti.texi (Antinews): Copyedits. Rearrange some entries.
411 Document display-buffer changes.
412
925672cd
CY
4132009-05-13 Chong Yidong <cyd@stupidchicken.com>
414
17ecd7af
CY
415 * anti.texi (Antinews): Rewrite for Emacs 22.
416
925672cd
CY
417 * abbrevs.texi (Abbrevs): Add xref to Creating Symbols when
418 obarrays are first mentioned. Define "system abbrev" more
419 prominently, and add it to the index.
420 (Abbrev Mode, Abbrev Tables, Defining Abbrevs, Abbrev Properties):
421 Copyedits.
422 (Abbrev Expansion): Document abbrev-insert.
423
80be4dd7
CY
4242009-05-12 Chong Yidong <cyd@stupidchicken.com>
425
426 * frames.texi (Font and Color Parameters): Rename from Color
427 Parameters. Document font-backend parameter.
428
429 * vol2.texi (Top): Update node listing.
430 * vol1.texi (Top): Update node listing.
431 * elisp.texi (Top): Update node listing.
432
372a93ac
MR
4332009-05-11 Martin Rudalics <rudalics@gmx.at>
434
435 * windows.texi (Choosing Window): Don't explicitly refer to
436 split-window-sensibly's window argument in descriptions of
437 split-height-threshold and split-width-threshold.
438
714c3541
MR
4392009-05-10 Martin Rudalics <rudalics@gmx.at>
440
441 * windows.texi (Choosing Window): Fix rewrite of window
442 splitting section.
443
0e90e7be
EZ
4442009-05-09 Eli Zaretskii <eliz@gnu.org>
445
446 * nonascii.texi (Default Coding Systems): Document
447 find-auto-coding, set-auto-coding, and auto-coding-alist. Add
448 indexing.
449 (Lisp and Coding Systems): Add index entries.
450
d3c0c321
MR
4512009-05-09 Martin Rudalics <rudalics@gmx.at>
452
453 * windows.texi (Choosing Window): Describe split-window-sensibly
454 and rewrite section on window splitting accordingly.
455 (Textual Scrolling): Replace `...' by @code{...}.
456
c773345a
CY
4572009-05-04 Chong Yidong <cyd@stupidchicken.com>
458
ee2d5b5e
CY
459 * hooks.texi (Standard Hooks): Add abbrev-expand-functions.
460 Remove obsoleted pre-abbrev-expand-hook.
461
462 * locals.texi (Standard Buffer-Local Variables): Consolidate table
463 entries.
464
c773345a
CY
465 * internals.texi (Object Internals): Don't assume 32-bit machines
466 are the norm.
467 (Buffer Internals): Consolidate table entries for readability.
ee2d5b5e
CY
468 (Window Internals): Synch field names to window.h.
469 (Process Internals): Synch field names to process.h.
c773345a 470
dd449674
CY
4712009-04-29 Chong Yidong <cyd@stupidchicken.com>
472
473 * variables.texi (File Local Variables): Note that read-circle is
474 bound to nil when reading file-local variables.
475
476 * streams.texi (Input Functions): Document read-circle.
477 (Output Variables): Add xref to Circular Objects.
478
4f1e25e2
CY
4792009-04-25 Chong Yidong <cyd@stupidchicken.com>
480
481 * tips.texi (Coding Conventions): Copyedits. Add xref to Named
482 Features and Coding System Basics. Node that "p" stands for
483 "predicate". Recommend utf-8-emacs instead of emacs-mule.
484 (Key Binding Conventions): Emacs does use S-down-mouse-1, for
485 mouse-appearance-menu.
486 (Programming Tips): Add xref to Progress.
487
dca019f8
CY
4882009-04-22 Chong Yidong <cyd@stupidchicken.com>
489
490 * os.texi (Command-Line Arguments): Document
491 command-line-args-left.
492 (Suspending Emacs): Adapt text to multi-tty case. Document use of
493 terminal objects for tty arguments.
494 (Startup Summary): Add xref to Session Management.
495 (Session Management): Mention emacs-session-restore. Copyedits.
496
02a89103
CY
4972009-04-20 Chong Yidong <cyd@stupidchicken.com>
498
499 * os.texi (Startup Summary): Copyedits. The init file is not
500 necessarily named .emacs now. Document initial-buffer-choice and
501 initial-scratch-message. Note where Emacs exits in batch mode.
502 Document inhibit-splash-screen as an alias.
503 (Init File): Be neutral about which init file name to use.
504
5052009-04-16 Chong Yidong <cyd@stupidchicken.com>
506
507 * os.texi (System Interface): Fix Texinfo usage.
508
0c1cfe01
CY
5092009-04-15 Chong Yidong <cyd@stupidchicken.com>
510
80d7cdca
CY
511 * searching.texi (Regexp Backslash): Also refer to shy groups as
512 non-capturing or unnumbered groups.
513 (Regexp Functions): Add cross-reference to Regexp Backslash.
514
0c1cfe01
CY
515 * display.texi (Truncation): Overlays can use line-prefix and
516 wrap-prefix too.
517 (Overlay Properties): Document wrap-prefix and line-prefix.
518 (Face Attributes): Document underline-minimum-offset.
519 (Face Remapping): Copyedits.
520 (Low-Level Font): Copyedits.
521 (Image Cache): Note that the image cache is shared between frames.
ed8ab760
CY
522 (Line Height): Emphasize that line-spacing only takes effect on
523 graphical terminals.
0c1cfe01 524
c4adeee0
CY
5252009-04-13 Chong Yidong <cyd@stupidchicken.com>
526
527 * display.texi (Refresh Screen): Note that a passage about screen
528 refreshing is text terminal only.
529 (Forcing Redisplay): Delete misleading comment---sit-for calls
530 redisplay, not the other way around.
531 (Truncation): Note new values of truncate-partial-width-windows.
532 Copyedits.
533 (Invisible Text): Document invisible-p.
534
b20ecfa1
EZ
5352009-04-11 Eli Zaretskii <eliz@gnu.org>
536
537 * display.texi (Overlays): Overlays don't scale well. See
538 http://lists.gnu.org/archive/html/emacs-devel/2009-04/msg00243.html.
539
97d8273f
CY
5402009-04-10 Chong Yidong <cyd@stupidchicken.com>
541
f147ff75
CY
542 * syntax.texi (Syntax Table Functions): Document cons cell
543 argument for modify-syntax-entry.
544 (Categories): Document cons cell argument for
545 modify-category-entry.
546
fca4ec76
CY
547 * searching.texi (String Search): Document word-search-forward-lax
548 and word-search-backward-lax.
549 (Searching and Case): Describe isearch behavior more precisely.
550
9c283d5b
CY
551 * keymaps.texi (Tool Bar): Mention that some platforms do not
552 support multi-line toolbars. Suggested by Stephen Eglen.
553
554 * frames.texi (Layout Parameters): Mention that Nextstep also
555 allows only one tool-bar line. Suggested by Stephen Eglen.
556
97d8273f
CY
557 * nonascii.texi (Text Representations): Copyedits.
558 (Coding System Basics): Also mention utf-8-emacs.
559 (Converting Representations, Selecting a Representation)
560 (Scanning Charsets, Translation of Characters, Encoding and I/O):
561 Copyedits.
562 (Character Codes): Mention role of codepoints 1114112 to 4194175.
563
2bad3299
CY
5642009-04-09 Chong Yidong <cyd@stupidchicken.com>
565
566 * text.texi (Yank Commands): Note that yank uses push-mark.
567 (Filling): Clarify REGION argument of fill-paragraph. Document
568 fill-forward-paragraph-function.
569 (Special Properties): Remove "new in Emacs 22" declaration.
570 (Clickable Text): Merge with Links and Mouse-1 node.
571
572 * display.texi (Button Properties, Button Buffer Commands): Change
573 xref to Clickable Text.
574
575 * tips.texi (Key Binding Conventions): Change xref to Clickable
576 Text.
577
578 * elisp.texi (Top): Update node listing.
579
ea30ce4f
CY
5802009-04-05 Chong Yidong <cyd@stupidchicken.com>
581
47af2f4b
CY
582 * markers.texi (The Mark): Copyedits. Improve description of
583 handle-shift-selection.
584 (The Region): Move use-region-p here from The Mark.
585
ea30ce4f
CY
586 * positions.texi (Screen Lines): Document (cols . lines) argument
587 for vertical-motion.
588
2aa8ea6e
CY
5892009-04-04 Chong Yidong <cyd@stupidchicken.com>
590
3ec61d4e
CY
591 * frames.texi (Frames): Clean up introduction. Document `ns'
592 return value for framep.
593 (Creating Frames): Note how the terminal is chosen.
594 (Multiple Terminals, Multiple Displays): Merge into a single node.
595 (Color Parameters): Fix typo.
596
597 * variables.texi (Local Variables, Buffer-Local Variables)
598 (Creating Buffer-Local): Change link to Multiple Terminals.
599
600 * os.texi (X11 Keysyms): Change link to Multiple Terminals.
601
602 * keymaps.texi (Controlling Active Maps): Change link to Multiple
603 Terminals.
604
605 * commands.texi (Command Loop Info, Keyboard Macros): Change link
606 to Multiple Terminals.
607
608 * elisp.texi (Top): Update node listing.
609 * vol2.texi (Top): Update node listing.
610 * vol1.texi (Top): Update node listing.
611
9257072f
CY
612 * buffers.texi (Current Buffer): Note that the append-to-buffer
613 example is no longer in synch with the latest code. Tie the two
614 examples together.
615
2aa8ea6e
CY
616 * files.texi (File Attributes): Move note about MS-DOS from
617 Changing Files to File Attributes.
618 (Create/Delete Dirs): Note that mkdir is an alias for this.
619
22e74b17
CY
6202009-04-01 Markus Triska <triska@gmx.at>
621
622 * processes.texi (Filter Functions): Suggest how to handle output
623 batches.
624
4bbe48ec
CY
6252009-03-30 Chong Yidong <cyd@stupidchicken.com>
626
627 * help.texi (Accessing Documentation): Update example to use
628 help-setup-xref and with-help-window.
629 (Help Functions): Remove print-help-return-message, which is
630 semi-obsolete due to with-help-window. Document help-buffer and
631 help-setup-xref.
632
b9723f39
CY
6332009-03-29 Chong Yidong <cyd@stupidchicken.com>
634
87f649f6
CY
635 * help.texi (Accessing Documentation, Help Functions): Remove
636 information about long-obsolete Emacs versions.
9eb52e90 637
b9723f39
CY
638 * modes.texi (Mode Line Variables): The default values of the mode
639 line variables are now more complicated.
640
b0cc32db
CY
6412009-03-28 Chong Yidong <cyd@stupidchicken.com>
642
3c25a5a9
CY
643 * modes.texi (Major Mode Conventions): Note that specialness is
644 inherited.
31c9eebb
CY
645 (Derived Modes): Note that define-derive-mode sets the mode-class
646 property.
3c25a5a9 647
b0cc32db
CY
648 * keymaps.texi (Prefix Keys): The M-g prefix key is now named
649 goto-map. Add search-map to the list.
650
c5e0006d
EZ
6512009-03-27 Eli Zaretskii <eliz@gnu.org>
652
1213465a
EZ
653 * os.texi (System Environment): Update the list of system-type
654 values.
655
c5e0006d
EZ
656 * markers.texi (The Mark) <handle-shift-selection>: Update for
657 removal of the optional argument DEACTIVATE.
658
48bab3d6
CY
6592009-03-25 Chong Yidong <cyd@stupidchicken.com>
660
661 * commands.texi (Focus Events): Most X window managers don't use
662 focus-follows-mouse nowadays.
663
6e4ff1b6
CY
6642009-03-24 Chong Yidong <cyd@stupidchicken.com>
665
666 * commands.texi (Defining Commands): Clarify introduction.
667 (Using Interactive): Not that interactive can be put in a symbol
668 property.
669 (Interactive Call): Note that a symbol with a non-nil
670 interactive-form property satisfies commandp.
671
11625308
JB
6722009-03-23 Juanma Barranquero <lekktu@gmail.com>
673
674 * minibuf.texi (Intro to Minibuffers): Fix typos.
675
7b34420d
CY
6762009-03-23 Chong Yidong <cyd@stupidchicken.com>
677
678 * minibuf.texi (Intro to Minibuffers): Remove long-obsolete info
679 about minibuffers in old Emacs versions. Copyedits. Emphasize
680 that enable-recursive-minibuffers defaults to nil.
681 (Text from Minibuffer): Simplify introduction.
682
f9257eed
AM
6832009-03-22 Alan Mackenzie <acm@muc.de>
684
685 * commands.texi (Using Interactive): Clarify string argument to
686 `interactive' - even promptless elements need \n separators.
687
f639ba70
CY
6882009-03-18 Chong Yidong <cyd@stupidchicken.com>
689
690 * minibuf.texi (Completion Styles): New node.
691
692 * elisp.texi (Top): Update node listing.
693
d897e8ee
CY
6942009-03-17 Chong Yidong <cyd@stupidchicken.com>
695
696 * minibuf.texi (Basic Completion): Note that
697 read-file-name-completion-ignore-case and
698 read-buffer-completion-ignore-case can override
699 completion-ignore-case.
700 (Minibuffer Completion): Document completing-read changes.
701 (Completion Commands): Avoid mentioning partial completion mode.
702 Document minibuffer-completion-confirm changes, and
703 minibuffer-confirm-exit-commands.
704 (High-Level Completion): Document new require-match behavior for
705 read-buffer. Document read-buffer-completion-ignore-case.
706 (Reading File Names): Document new require-match behavior for
707 read-file-name.
708
b1f23349
CY
7092009-03-14 Chong Yidong <cyd@stupidchicken.com>
710
711 * debugging.texi (Error Debugging): Don't mislead the reader into
712 thinking that debug-on-error enters debugger for C-f at EOB.
713 (Error Debugging): Setting debug-on-init within the init file
714 works, and has for some time.
715
d6eb4e25
KH
7162009-03-13 Kenichi Handa <handa@m17n.org>
717
718 * display.texi (Fontsets): Update the description.
719
1cf53dc5
CY
7202009-03-13 Chong Yidong <cyd@stupidchicken.com>
721
722 * advice.texi (Advising Primitives): Link to What Is a Function.
723
81f919fc
CY
7242009-03-12 Chong Yidong <cyd@stupidchicken.com>
725
cf4229eb
CY
726 * compile.texi (Speed of Byte-Code): Update example.
727 (Disassembly): Update examples.
728
81f919fc 729 * loading.texi (Repeated Loading): Simplify examples.
f2bbc08c
CY
730
731 * customize.texi (Common Keywords): It's not necessary to use :tag
732 to remove hyphens, as custom-unlispify-tag-name does it
733 automatically.
734 (Variable Definitions): Link to File Local Variables. Document
735 customized-value symbol property.
736 (Customization Types): Move menu to end of node.
737
955964d7
CY
7382009-03-10 Chong Yidong <cyd@stupidchicken.com>
739
740 * macros.texi (Compiling Macros): Omit misleading sentence, which
741 implied that macros can only be used in the same file they are
742 defined.
743 (Backquote): Remove obsolete information about Emacs 19.
744
d25ed7db
GM
7452009-03-05 John Foerch <jjfoerch@earthlink.net> (tiny change)
746
747 * display.texi (Display Margins): Fix paren typo.
748
d55f6ca5
CY
7492009-02-27 Chong Yidong <cyd@stupidchicken.com>
750
f0e57ed8
CY
751 * elisp.texi (Top): Update node listing.
752
753 * variables.texi (Variables): Clarify introduction.
754 (Global Variables): Mention that setq is a special form.
755 (Local Variables): Use active voice.
756 (Tips for Defining): Mention marking variables as safe.
757 (Buffer-Local Variables): Mention terminal-local and frame-local
758 variables together.
759 (File Local Variables): Copyedits.
760 (Frame-Local Variables): Note that they are not really useful.
761 (Future Local Variables): Node deleted.
762
d55f6ca5
CY
763 * objects.texi (General Escape Syntax): Update explanation of
764 unicode escape syntax.
765
ca8f09a8
CY
7662009-02-23 Chong Yidong <cyd@stupidchicken.com>
767
768 * control.texi (Control Structures): Add cindex entry for "textual
769 order".
770
771 * eval.texi (Intro Eval): Copyedits. Standardize on "form"
772 instead of "expression" throughout.
773 (Function Indirection): Copyedits. Use active voice.
774 (Eval): The default value of max-lisp-eval-depth is now 400.
775
a20878b6
MB
7762009-02-23 Miles Bader <miles@gnu.org>
777
778 * processes.texi (System Processes): Rename `system-process-attributes'
779 to `process-attributes'.
780
61f66044
CY
7812009-02-22 Chong Yidong <cyd@stupidchicken.com>
782
1b80d1f3
CY
783 * symbols.texi (Property Lists): Emphasize that property lists are
784 not restricted to symbol cells.
785 (Other Plists): Copyedit.
786
61f66044
CY
787 * sequences.texi (Sequences Arrays Vectors): Make introduction
788 more concise.
789 (Arrays): Mention char-tables and bool-vectors too.
790 (Vectors): Don't repeat information given in Arrays node. Link to
791 nodes that explain the vector usage examples.
792 (Char-Tables): Note that char-table elements can have arbitrary
793 type. Explain effect of omitted char-table-extra-slots property.
8a63cf41 794 Link to Property Lists node.
61f66044 795
9403944b
CY
7962009-02-22 Chong Yidong <cyd@stupidchicken.com>
797
798 * lists.texi (Building Lists): Remove obsolete Emacs 20 usage of
799 `append'.
4068c7b4 800 (List Elements): Copyedits.
9403944b
CY
801
802 * sequences.texi (Vector Functions): Remove obsolete Emacs 20 use
803 of `vconcat'.
804
805 * strings.texi (Creating Strings): Copyedits. Remove obsolete
806 Emacs 20 usage of `concat'.
807 (Case Conversion): Copyedits.
808
b87a185f
CY
8092009-02-21 Chong Yidong <cyd@stupidchicken.com>
810
811 * objects.texi (Lisp Data Types, Syntax for Strings, Buffer Type):
812 Minor edits.
813 (Frame Configuration Type): Emphasize that it is not primitive.
814 (Font Type): New node.
815 (Type Predicates): Add fontp; type-of now recognizes font object
816 types.
817
818 * intro.texi (Version Info): Update version numbers in examples.
819 (Acknowledgements): List more contributors.
820
821 * elisp.texi: Bump version number to 3.0.
822 (Top): Link to Font Type node.
823
867d4bb3
JB
8242009-02-20 Juanma Barranquero <lekktu@gmail.com>
825
826 * modes.texi (Major Mode Conventions): Remove duplicate words.
827 (Customizing Keywords): Fix typo.
828
77730170
EZ
8292009-02-14 Eli Zaretskii <eliz@gnu.org>
830
831 * nonascii.texi (User-Chosen Coding Systems): Document that
832 select-safe-coding-system suggests raw-text if there are raw bytes
833 in the region.
834 (Explicit Encoding): Warn not to use `undecided' when encoding.
835
c8736212
GM
8362009-02-11 Glenn Morris <rgm@gnu.org>
837
838 * frames.texi (Visibility of Frames): Mention the effect multiple
839 workspaces/desktops can have on visibility.
840
ab992d66
EZ
8412009-02-07 Eli Zaretskii <eliz@gnu.org>
842
c8736212
GM
843 * text.texi (Commands for Insertion):
844 * commands.texi (Event Mod):
845 * keymaps.texi (Searching Keymaps):
ab992d66
EZ
846 * nonascii.texi (Translation of Characters): Reinstate
847 documentation of translation-table-for-input.
7d2a859f
EZ
848 (Explicit Encoding): Document the `charset' text property produced
849 by decode-coding-region and decode-coding-string.
ab992d66 850
e651a255
AM
8512009-01-27 Alan Mackenzie <acm@muc.de>
852
853 * modes.texi (Search-based Fontification): Correct a typo.
854
bc5cde4b
JB
8552009-01-25 Juanma Barranquero <lekktu@gmail.com>
856
857 * abbrevs.texi (Abbrev Table Properties): Fix typo.
858 Reported by Seweryn Kokot <sewkokot@gmail.com>. (Bug#2039)
859
3533155b
EZ
8602009-01-24 Eli Zaretskii <eliz@gnu.org>
861
f721deda
EZ
862 * display.texi (Window Systems): Document the value of
863 `initial-window-system' under --daemon.
864
3533155b
EZ
865 * os.texi (System Environment): Remove description of the
866 `environment' function which has been deleted.
867
f79b43b2
DN
8682009-01-22 Dan Nicolaescu <dann@ics.uci.edu>
869
870 * frames.texi (Multiple Displays): Remove documentation for
871 removed function make-frame-on-tty.
872
e3aa6669
CY
8732009-01-22 Chong Yidong <cyd@stupidchicken.com>
874
875 * files.texi (Format Conversion Piecemeal): Clarify behavior of
876 write-region-annotate-functions. Document
877 write-region-post-annotation-function.
878
fb13a416
CY
8792009-01-19 Chong Yidong <cyd@stupidchicken.com>
880
881 * display.texi (Font Lookup): Document WIDTH argument of
882 x-list-fonts.
883
02eccf6b
EZ
8842009-01-17 Eli Zaretskii <eliz@gnu.org>
885
ead3f58d
EZ
886 * maps.texi (Standard Keymaps): Rename function-key-map to
887 local-function-key-map.
888
889 * keymaps.texi (Translation Keymaps): Rename function-key-map to
890 local-function-key-map.
891
892 * nonascii.texi (Terminal I/O Encoding): `keyboard-coding-system'
893 and `set-keyboard-coding-system' now accept an optional terminal
894 argument.
895
896 * commands.texi (Event Mod): `keyboard-translate-table' is now
897 terminal-local.
898 (Function Keys): Rename function-key-map to
899 local-function-key-map.
900
df05a163
EZ
901 * elisp.texi (Top): Make @detailmenu be consistent with changes in
902 frames.texi.
903
0ed8034e 904 * hooks.texi (Standard Hooks): Document `delete-frame-functions'
490f1197
EZ
905 `delete-terminal-functions', `suspend-tty-functions' and
906 `resume-tty-functions'.
0ed8034e
EZ
907
908 * frames.texi (Frames): Document `frame-terminal' and
909 `terminal-live-p'.
910 (Multiple Displays): Document `make-frame-on-tty'.
911 (Multiple Terminals): Document `terminal-list', `delete-terminal',
912 `terminal-name', and `get-device-terminal'.
490f1197
EZ
913 (Terminal Parameters): Document `terminal-parameters',
914 `terminal-parameter', and `set-terminal-parameter'.
0ed8034e
EZ
915
916 * os.texi (System Environment): Document `environment' and
917 `initial-environment'.
490f1197
EZ
918 (Suspending Emacs): Update for multi-tty; document
919 `suspend-tty', `resume-tty', and `controlling-tty-p'.
0ed8034e 920
02eccf6b
EZ
921 * nonascii.texi (Coding System Basics): More accurate description
922 of `raw-text'.
923
f19fea97
JB
9242009-01-12 Juanma Barranquero <lekktu@gmail.com>
925
926 * display.texi (Low-Level Font): Fix typo.
927
16fa292f
CY
9282009-01-10 Chong Yidong <cyd@stupidchicken.com>
929
930 * elisp.texi (Top): Update node listing.
931
932 * display.texi (PostScript Images): Node deleted.
933
0b4faef3
EZ
9342009-01-10 Eli Zaretskii <eliz@gnu.org>
935
3355f04d
EZ
936 * processes.texi (Decoding Output): Document that null bytes force
937 no-conversion for reading process output.
938
939 * files.texi (Reading from Files): Document that null bytes force
940 no-conversion when visiting files.
941
11625308 942 * processes.texi (Serial Ports): Improve wording, suggested by RMS.
538395d9 943
0b4faef3
EZ
944 * nonascii.texi (Lisp and Coding Systems): Document
945 inhibit-null-byte-detection and inhibit-iso-escape-detection.
c06ea95e 946 (Character Properties): Improve wording.
0b4faef3 947
ce9cf065
CY
9482009-01-09 Chong Yidong <cyd@stupidchicken.com>
949
950 * display.texi (Font Lookup): Remove obsolete function
951 x-font-family-list. x-list-fonts accepts Fontconfig/GTK syntax.
952 (Low-Level Font): Rename from Fonts, move to end of Faces section.
953 (Font Selection): Reorder order of variable descriptions. Minor
954 clarifications.
955
956 * elisp.texi (Top): Update node listing.
957
ab756fb3
GM
9582009-01-09 Glenn Morris <rgm@gnu.org>
959
960 * commands.texi (Command Loop Info): Say that last-command-char and
961 last-input-char are obsolete aliases.
962
963 * edebug.texi (Edebug Recursive Edit): Remove separate references to
964 last-input-char and last-command-char, since they are just aliases for
965 last-input-event and last-command-event.
966
967 * minibuf.texi (Minibuffer Commands): Use last-command-event rather than
968 last-command-char.
969
6b2b8ab1
CY
9702009-01-08 Chong Yidong <cyd@stupidchicken.com>
971
972 * elisp.texi: Update node listing.
973
974 * display.texi (Faces): Put Font Selection node after Auto Faces.
975 (Face Attributes): Don't link to Font Lookup. Document
976 font-family-list.
977 (Fonts): New node.
978
3568e767
JR
9792009-01-08 Jason Rumney <jasonr@gnu.org>
980
981 * frames.texi (Pointer Shape): Clarify that only X supports
982 changing the standard pointer shapes. (Bug#1485)
983
6221c8db
CY
9842009-01-08 Chong Yidong <cyd@stupidchicken.com>
985
986 * display.texi (Attribute Functions): Note that a function value
987 :height is relative, and that compatibility functions work by
988 calling set-face-attribute.
989 (Displaying Faces): Reorder list in order of increasing priority.
990 (Face Remapping): New node. Content moved here from Displaying
991 Faces.
992 (Glyphs): Link to Face Functions.
993
e3d3799a
CY
9942009-01-08 Chong Yidong <cyd@stupidchicken.com>
995
996 * display.texi (Faces): Don't discuss face id here. facep does
997 not return t.
998 (Defining Faces): Minor clarification.
999 (Face Attributes): Rearrange items to match docstring of
1000 set-face-attribute. Add :foundry attribute. Document new role of
1001 :font attribute. Texinfo usage fix.
1002 (Attribute Functions): Copyedits.
1003 (Face Functions): Note that face number is seldom used.
1004
638a2457
RS
10052009-01-05 Richard M Stallman <rms@gnu.org>
1006
1007 * strings.texi (Predicates for Strings): Minor clarification.
1008
1009 * functions.texi (Function Safety): Texinfo usage fix.
1010
49ea0074
JB
10112009-01-04 Eduard Wiebe <usenet@pusto.de> (tiny patch)
1012
1013 * objects.texi (General Escape Syntax): Fix typo.
1014
9f822178
MR
10152009-01-03 Martin Rudalics <rudalics@gmx.at>
1016
1017 * windows.texi (Choosing Window): Say that pop-up-frame-alist
1018 works via the default value of pop-up-frame-function.
1019
af34ad36
EZ
10202009-01-02 Eli Zaretskii <eliz@gnu.org>
1021
1022 * processes.texi (System Processes): Document the `time' and
1023 `ctime' attributes of `system-process-attributes'.
1024
d31f6679
CY
10252009-01-01 Chong Yidong <cyd@stupidchicken.com>
1026
1027 * display.texi (Face Attributes): Clarify :height attribute.
1028
174dc00c
MR
10292008-12-31 Martin Rudalics <rudalics@gmx.at>
1030
1031 * buffers.texi (The Buffer List): Clarify what moves a buffer to
1032 the front of the buffer list. Add entries for `last-buffer' and
1033 `unbury-buffer'.
1034
b8afe7e4
EZ
10352008-12-27 Eli Zaretskii <eliz@gnu.org>
1036
d14030f5
EZ
1037 * elisp.texi (Top): Add @detailmenu items for "Multiple Terminals"
1038 and its subsections.
1039
1040 * frames.texi (Multiple Terminals, Low-level Terminal)
1041 (Terminal Parameters, Frames on Other TTY devices): New sections.
1042 (Frames): Add an xref to "Multiple Terminals".
1043
765980a4
EZ
1044 * elisp.texi (Top): Add @detailmenu item for "Terminal Type".
1045
1046 * objects.texi (Terminal Type): New node.
1047 (Editing Types): Add it to the menu.
1048
47bd5577
EZ
1049 * elisp.texi (Top): Add a @detailmenu item for "Directory Local
1050 Variables".
1051
eb22b78c 1052 * variables.texi (Directory Local Variables): New node.
47bd5577 1053 (Variables): Add a menu item for it.
eb22b78c 1054
b8afe7e4
EZ
1055 * loading.texi (Autoload): Document `generate-autoload-cookie' and
1056 `generated-autoload-file'.
1057
77bb0476
EZ
10582008-12-20 Eli Zaretskii <eliz@gnu.org>
1059
028e2c19
EZ
1060 * os.texi (Startup Summary): Add xref to documentation of
1061 `initial-window-system'.
1062
77bb0476
EZ
1063 * display.texi (Window Systems): Document `window-system' the
1064 function. The variable `window-system' is now frame-local.
028e2c19 1065 Document `initial-window-system'.
77bb0476 1066
dda87836
MR
10672008-12-19 Martin Rudalics <rudalics@gmx.at>
1068
1069 * windows.texi (Windows): Rewrite description of
1070 fit-window-to-buffer.
1071
caef3ed2
GM
10722008-12-13 Glenn Morris <rgm@gnu.org>
1073
1074 * modes.texi (Font Lock Basics): Fix level description. (Bug#1534)
1075 (Levels of Font Lock): Refer to font-lock-maximum-decoration.
1076
21c58e4d
GM
10772008-12-12 Glenn Morris <rgm@gnu.org>
1078
1079 * debugging.texi (Error Debugging): Refer forwards to
1080 eval-expression-debug-on-error.
1081
af38459f
EZ
10822008-12-05 Eli Zaretskii <eliz@gnu.org>
1083
5dedd9b5
EZ
1084 * strings.texi (String Basics): Only unibyte strings that
1085 represent key sequences hold 8-bit raw bytes.
1086
af38459f
EZ
1087 * nonascii.texi (Coding System Basics): Rewrite @ignore'd
1088 paragraph to speak about `undecided'.
1089 (Character Properties): Don't explain the meaning of each
1090 property; instead, identify their Unicode Standard names.
b3f1f4a5 1091 (Character Sets): Document `map-charset-chars'.
af38459f 1092
fa047ae7
GM
10932008-12-02 Glenn Morris <rgm@gnu.org>
1094
1095 * files.texi (Format Conversion Round-Trip): Rewrite format-write-file
1096 section yet again.
1097
47dbc044
EZ
10982008-11-29 Eli Zaretskii <eliz@gnu.org>
1099
98d05998
EZ
1100 * nonascii.texi (Character Properties): New Section.
1101 (Specifying Coding Systems): Document
1102 `coding-system-priority-list', `set-coding-system-priority', and
1103 `with-coding-priority'.
1104 (Lisp and Coding Systems): Document `check-coding-systems-region'
1105 and `coding-system-charset-list'.
1106 (Coding System Basics): Document `coding-system-aliases'.
1107
1108 * elisp.texi (Top): Add a @detailmenu entry for "Character
1109 Properties".
1110
47dbc044
EZ
1111 * objects.texi (Character Type): Correct the range of Emacs
1112 characters. Add an @xref to "Character Codes".
1113
1114 * strings.texi (String Basics): Add an @xref to "Character Codes".
1115
1116 * numbers.texi (Integer Basics): Add an @xref to `max-char'.
1117
1118 * nonascii.texi (Explicit Encoding): Update for Emacs 23.
1119 (Character Codes): Document `max-char'.
1120
8b80cdf5
EZ
11212008-11-28 Eli Zaretskii <eliz@gnu.org>
1122
1123 * nonascii.texi (Text Representations, Converting Representations)
1124 (Character Sets, Scanning Charsets, Translation of Characters):
1125 Make text more accurate.
1126
a99dceba
GM
11272008-11-28 Glenn Morris <rgm@gnu.org>
1128
1129 * files.texi (Format Conversion Round-Trip): Improve previous change.
1130
f6dc3bed
CY
11312008-11-26 Chong Yidong <cyd@stupidchicken.com>
1132
1133 * modes.texi (Auto Major Mode): Fix example.
1134
5da9413d
GM
11352008-11-25 Glenn Morris <rgm@gnu.org>
1136
1137 * control.texi (Signaling Errors): Fix `wrong-type-argument' name.
1138
1139 * files.texi (Format Conversion Round-Trip):
1140 Use active voice for previous change.
1141
fcca848c
CY
11422008-11-25 Chong Yidong <cyd@stupidchicken.com>
1143
1144 * os.texi (Processor Run Time):
1145 * processes.texi (Transaction Queues):
1146 * markers.texi (The Mark):
1147 * windows.texi (Choosing Window, Selecting Windows):
1148 * files.texi (Changing Files, Magic File Names):
1149 * commands.texi (Key Sequence Input):
1150 * functions.texi (Declaring Functions):
1151 * strings.texi (Predicates for Strings):
1152 * intro.texi (nil and t): Fix typos (pointed out by Drew Adams).
1153
36c8dc54
CY
11542008-11-24 Chong Yidong <cyd@stupidchicken.com>
1155
1156 * help.texi (Accessing Documentation): Update example.
1157
1158 * variables.texi (Defining Variables): Note that `*' is not
1159 necessary if defcustom is used.
1160
2a79b242
EZ
11612008-11-22 Eli Zaretskii <eliz@gnu.org>
1162
1163 * elisp.texi (Top): Remove "Chars and Bytes" and "Splitting
1164 Characters" from @detailmenu.
1165
1166 * nonascii.texi (Character Codes, Character Sets)
1167 (Scanning Charsets, Translation of Characters): Update for Emacs 23.
1168 (Chars and Bytes, Splitting Characters): Sections removed.
1169
392f0d26
LK
11702008-11-22 Lute Kamstra <lute@gnu.org>
1171
1172 * positions.texi (Text Lines): Update goto-line documentation.
1173
af1a5cd5
MR
11742008-11-21 Martin Rudalics <rudalics@gmx.at>
1175
6a4cfb0c
MR
1176 * frames.texi (Frames): Fix typo, add cross references, reword.
1177 (Initial Parameters): Reword special-display-frame-alist text.
1178 (Frames and Windows): Reword. Describe argument norecord for
1179 set-frame-selected-window.
1180 (Input Focus): Describe argument norecord for select-frame.
1181 Remove comment on MS-Windows behavior for focus-follows-mouse.
1182 (Raising and Lowering): Mention windows-frames dichotomy in
1183 metaphor.
1184
af1a5cd5
MR
1185 * windows.texi (Displaying Buffers, Vertical Scrolling)
1186 (Horizontal Scrolling): Fix indenting and rewording issues
1187 introduced with 2008-11-07 change.
1188
c249fa9c
GM
11892008-11-20 Glenn Morris <rgm@gnu.org>
1190
1191 * files.texi (Format Conversion Round-Trip): Mention `preserve'
1192 element of `format-alist'.
1193
204d4665
GM
11942008-11-19 Glenn Morris <rgm@gnu.org>
1195
1196 * doclicense.texi: Update to FDL 1.3.
1197 * elisp.texi, vol1.texi, vol2.texi: Relicense under FDL 1.3 or later.
1198
cc0910af
CY
11992008-11-18 Chong Yidong <cyd@stupidchicken.com>
1200
efe6e7c4
CY
1201 * windows.texi (Window Hooks): Remove *-end-trigger-functions
1202 vars, which are obsolete. Mention jit-lock-register.
1203
1204 * modes.texi (Other Font Lock Variables): Document
1205 jit-lock-register and jit-lock-unregister.
1206
cc0910af
CY
1207 * frames.texi (Color Parameters): Document alpha parameter.
1208
aeeedf76
MR
12092008-11-16 Martin Rudalics <rudalics@gmx.at>
1210
1211 * windows.texi (Splitting Windows, Deleting Windows)
1212 (Selecting Windows, Cyclic Window Ordering)
1213 (Buffers and Windows, Displaying Buffers, Choosing Window)
1214 (Dedicated Windows, Window Point, Window Start and End)
1215 (Textual Scrolling, Vertical Scrolling, Horizontal Scrolling)
1216 (Size of Window, Resizing Windows, Window Configurations)
1217 (Window Parameters): Avoid @var at beginning of sentences and
1218 reword accordingly.
1219
4c565c5c
LK
12202008-11-11 Lute Kamstra <lute@gnu.org>
1221
1222 * files.texi (File Name Components): Fix file-name-extension
1223 documentation.
1224
25f494c9
JB
12252008-11-11 Juanma Barranquero <lekktu@gmail.com>
1226
1227 * frames.texi (Basic Parameters): Remove display-environment-variable
1228 and term-environment-variable.
1229
a1401ab1
EZ
12302008-11-08 Eli Zaretskii <eliz@gnu.org>
1231
1232 * windows.texi (Basic Windows, Splitting Windows)
1233 (Deleting Windows, Selecting Windows, Cyclic Window Ordering)
1234 (Buffers and Windows, Displaying Buffers, Dedicated Windows)
25f494c9
JB
1235 (Resizing Windows, Window Configurations, Window Parameters):
1236 Fix wording and markup.
a1401ab1 1237
efafc282
MR
12382008-11-07 Martin Rudalics <rudalics@gmx.at>
1239
1240 * windows.texi (Windows): Update entries.
1241 (Basic Windows): Remove listing of attributes. Reword.
86ab855a 1242 (Splitting Windows, Deleting Windows): Reword.
efafc282
MR
1243 (Selecting Windows, Cyclic Window Ordering): Reword with special
1244 emphasis on order of recently selected windows and buffer list.
86ab855a
MR
1245 (Buffers and Windows, Choosing Window): Reword with special
1246 emphasis on dedicated windows.
1247 (Displaying Buffers): Reword. For switch-to-buffer mention that
1248 it may fall back on pop-to-buffer. For other-window try to
1249 explain how it treats the cyclic ordering of windows.
efafc282
MR
1250 (Dedicated Windows): New node and section discussing dedicated
1251 windows and associated functions.
86ab855a 1252 (Window Point): Add entry for window-point-insertion-type. Reword.
efafc282
MR
1253 (Window Start and End): Rename node and section title. Reword.
1254 (Textual Scrolling, Vertical Scrolling, Horizontal Scrolling):
1255 Minor rewording.
1256 (Size of Window): Reword, in particular text on window-width.
1257 (Resizing Windows): Reword. Add text on balancing windows.
1258 (Window Configurations): Reword. Mention window parameters.
1259 (Window Parameters): New node and section on window parameters.
1260 (Window Hooks): Reword. Mention that
1261 window-configuration-change-hook is run "buffer-locally".
1262 * elisp.texi (Top): Update Windows entries in @detailmenu
1263 section.
1264
d60a8ab2
JB
12652008-11-04 Juanma Barranquero <lekktu@gmail.com>
1266
1267 * searching.texi (Regexp Search): Fix typo.
1268
01777627
CY
12692008-11-03 Seweryn Kokot <sewkokot@gmail.com> (tiny change)
1270
1271 * searching.texi (Regexp Search): Document GREEDY arg.
1272 (Simple Match Data): Fix return value.
1273
c4526e93
EZ
12742008-11-01 Eli Zaretskii <eliz@gnu.org>
1275
1276 * nonascii.texi (Text Representations): Rewrite to make consistent
1277 with Emacs 23 internal representation of characters. Document
1278 `unibyte-string'.
1279
fe2ae8b5
CY
12802008-10-28 Chong Yidong <cyd@stupidchicken.com>
1281
1282 * processes.texi (Process Information): Note that process-status
1283 does not accept buffer names.
1284
cc5a21e3
CY
12852008-10-27 Seweryn Kokot <sewkokot@gmail.com> (tiny change)
1286
1287 * positions.texi (Skipping Characters): Correct return value of
1288 skip-chars-forward.
1289
09460d9a
MR
12902008-10-25 Martin Rudalics <rudalics@gmx.at>
1291
520b29e7
MR
1292 * windows.texi (Deleting Windows): Update documentation of
1293 delete-windows-on.
1294 (Buffers and Windows): Update documentations of
1295 get-buffer-window and get-buffer-window-list.
1296 (Displaying Buffers): Update documentation of
1297 replace-buffer-in-windows.
1298
09460d9a
MR
1299 * buffers.texi (Current Buffer): Reword set-buffer and
1300 with-current-buffer documentations.
1301 (Creating Buffers): Reword documentation of get-buffer-create.
1302
4d48fcdc
MR
13032008-10-23 Martin Rudalics <rudalics@gmx.at>
1304
1305 * buffers.texi (Current Buffer): Reword documentation of
1306 set-buffer.
1307 (Buffer Names): Reword documentation of buffer-name.
1308 (The Buffer List): For bury-buffer explain what happens with the
1309 buffer's window.
1310 (Creating Buffers): Say that get-buffer-create's arg is called
1311 buffer-or-name.
1312
f0143c43
CY
13132008-10-22 Chong Yidong <cyd@stupidchicken.com>
1314
3e5dbbd3
CY
1315 * advice.texi (Computed Advice): Explain what DEFINITION is.
1316
f0143c43
CY
1317 * nonascii.texi (Character Codes): Remove obsolete function
1318 char-valid-p, and document characterp instead.
1319
52a94b85
MR
13202008-10-22 Martin Rudalics <rudalics@gmx.at>
1321
1322 * windows.texi (Displaying Buffers): Reword documentation of
1323 pop-to-buffer.
1324 (Choosing Window): Rewrite documentation of display-buffer and
1325 its options.
1326
f76f8246
MR
1327 * buffers.texi (Killing Buffers): Update documentation of
1328 kill-buffer.
1329
acc8b598
EZ
13302008-10-21 Eli Zaretskii <eliz@gnu.org>
1331
80e6b6df
EZ
1332 * processes.texi (Serial Ports): Fix wording and improve markup.
1333
3645358a
EZ
1334 * searching.texi (Regexp Search): Document `string-match-p' and
1335 `looking-at-p'.
1336 (POSIX Regexps): Add an xref for "non-greedy".
1337 (Regexp Special): Add @cindex entry for "non-greedy".
1338
b3d50cff 1339 * display.texi (Attribute Functions): Document `face-all-attributes'.
bf190568 1340 (Image Cache) <image-refresh>: Minor wording fixes.
b3d50cff 1341
73b7530a
EZ
1342 * frames.texi (Color Names): Add an xref to `read-color'.
1343
1344 * minibuf.texi (High-Level Completion): Document `read-color'.
1345
acc8b598
EZ
1346 * elisp.texi (Top): Add "Swapping Text" to @detailmenu.
1347
1348 * positions.texi (Narrowing): Add an xref to "Swapping Text".
1349
1350 * buffers.texi (Swapping Text): New section, documents
1351 `buffer-swap-text'.
1352
10e187e8
MR
13532008-10-21 Martin Rudalics <rudalics@gmx.at>
1354
1355 * windows.texi (Resizing Windows): Minor wording fix.
1356
fd6f900c
EZ
13572008-10-20 Eli Zaretskii <eliz@gnu.org>
1358
1359 * processes.texi (Shell Arguments): Document `split-string-and-unquote'
1360 and `combine-and-quote-strings'.
1361
1362 * strings.texi (Creating Strings): Add xrefs for them.
1363
e4372165
EZ
13642008-10-19 Eli Zaretskii <eliz@gnu.org>
1365
d6328fba
EZ
1366 * elisp.texi (Top): Make descriptive text for "Reading File Names"
1367 match the corresponding menu in minibuf.texi.
1368
e4372165
EZ
1369 * minibuf.texi (Reading File Names): Document `read-shell-command'
1370 and `minibuffer-local-shell-command-map'.
1371
5d8dda33
MR
13722008-10-19 Martin Rudalics <rudalics@gmx.at>
1373
1374 * windows.texi (Resizing Windows): Remove var{} around "window" in
1375 documentation of enlarge-window.
1376 Rewrite documentation of window-min-height and window-min-width.
1377
437706cd
EZ
13782008-10-19 Eli Zaretskii <eliz@gnu.org>
1379
80f85d7c
EZ
1380 * functions.texi (Calling Functions): Document `apply-partially'.
1381
291703b5
EZ
1382 * hooks.texi (Standard Hooks): Mention
1383 `before-hack-local-variables-hook' and `hack-local-variables-hook'.
1384
1385 * variables.texi (File Local Variables): Document
1386 `file-local-variables-alist', `before-hack-local-variables-hook'
1387 and `hack-local-variables-hook'.
1388
583d8b3c
EZ
1389 * processes.texi (Synchronous Processes): Document `process-lines'.
1390
437706cd 1391 * customize.texi (Variable Definitions): Document
583d8b3c 1392 `custom-reevaluate-setting'.
437706cd 1393
7e51d89b
MR
13942008-10-18 Martin Rudalics <rudalics@gmx.at>
1395
1396 * windows.texi (Choosing Window, Deleting Windows)
1397 (Displaying Buffers): Expand documentation of dedicated windows.
1398
43c59a3d
EZ
13992008-10-18 Eli Zaretskii <eliz@gnu.org>
1400
018a960d
EZ
1401 * files.texi (Changing Files): Document symbolic input of file
1402 modes to `set-file-modes'. Document `read-file-modes' and
1403 `file-modes-symbolic-to-number'.
1404
2c0b8144
EZ
1405 * maps.texi (Standard Keymaps): Document `multi-query-replace-map'
1406 and `search-map'.
1407
80120f13
EZ
1408 * searching.texi (Search and Replace): Document
1409 `replace-search-function' and `replace-re-search-function'.
2c0b8144 1410 Document `multi-query-replace-map'.
80120f13 1411
6d4913f0
EZ
1412 * minibuf.texi (Text from Minibuffer): Document `read-regexp'.
1413 (Completion Commands, Reading File Names): Rename
1414 `minibuffer-local-must-match-filename-map' to
1415 `minibuffer-local-filename-must-match-map'.
1416 (Minibuffer Completion): The `require-match' argument to
1417 `completing-read' can now have the value `confirm-only'.
1418
43c59a3d
EZ
1419 * windows.texi (Displaying Buffers): Minor wording fix.
1420 (Choosing Window): `split-height-threshold' can now be nil.
1421 Document `split-width-threshold'. `pop-up-frames' can have the
1422 value `graphic-only'.
1423
f36acfd9
EZ
14242008-10-17 Eli Zaretskii <eliz@gnu.org>
1425
1426 * os.texi (Startup Summary): Document `before-init-time' and
1427 `after-init-time'. Document `initial-window-system' and
1428 `window-system-initialization-alist'. Document reading the
1429 abbrevs file. Document the call to `server-start' under --daemon.
1430 Rearrange a bit to be consistent with the code flow.
53728487
EZ
1431 (Processor Run Time): Document `emacs-uptime' and `emacs-init-time'.
1432 (Time Parsing): Document `format-seconds'.
f36acfd9 1433
96995b89
MR
14342008-10-17 Martin Rudalics <rudalics@gmx.at>
1435
1436 * windows.texi (Basic Windows, Splitting Windows): Fix whitespace
1437 and reword.
1438
2de17c73
EZ
14392008-10-16 Eli Zaretskii <eliz@gnu.org>
1440
1441 * markers.texi (The Mark): Document use-region-p.
1442
9cf52b11
EZ
14432008-10-15 Eli Zaretskii <eliz@gnu.org>
1444
c3aaf1d7
EZ
1445 * internals.texi (Writing Emacs Primitives): The interactive spec
1446 of a primitive can be a Lisp form.
1447
841a1743
EZ
1448 * markers.texi (The Mark): Document the `lambda' and `(only . OLD)'
1449 values of transient-mark-mode. Document handle-shift-selection.
1450
1451 * commands.texi (Using Interactive, Interactive Codes): Document `^'.
1452 (Interactive Examples): Show an example of `^'.
1453 (Key Sequence Input): Document this-command-keys-shift-translated.
c3aaf1d7
EZ
1454 (Defining Commands, Using Interactive): The interactive-form of a
1455 function can be added via its symbol's property.
841a1743 1456
52441368
EZ
1457 * positions.texi (List Motion): beginning-of-defun-function can
1458 now accept an argument.
1459
8e8c1a72
EZ
1460 * text.texi (Low-Level Kill Ring): interprogram-paste-function can
1461 now return a list of strings.
1462
a33a1f2a
EZ
1463 * control.texi (Handling Errors): Document ignore-errors.
1464
4fb04348
EZ
1465 * frames.texi (Creating Frames): Document frame-inherited-parameters.
1466 (Parameter Access): Document set-frame-parameter.
1467
ee666f84
EZ
1468 * variables.texi (Creating Buffer-Local): Add an xref to "Setting
1469 Hooks" for the effect of kill-all-local-variables on local hook
1470 functions.
1471
9cf52b11
EZ
1472 * modes.texi (Major Mode Conventions, Mode Line Variables):
1473 `mode-name' need not be a string. xref to "Mode Line Data" for
1474 details, and to "Emulating Mode Line" for computing a string
1475 value.
1476
22526bc4
EZ
14772008-10-14 Eli Zaretskii <eliz@gnu.org>
1478
a65f6a85
EZ
1479 * processes.texi (System Processes): New section.
1480 (Processes, Signals to Processes): Add xrefs to it.
1481
1482 * objects.texi (Editing Types): A `process' is a subprocess of
1483 Emacs, not just any process running on the OS.
1484
1485 * elisp.texi (Top): Adjust the @detailmenu for the above two
1486 changes.
1487
2724b26a
EZ
1488 * sequences.texi (Char-Tables): Remove documentation of
1489 set-char-table-default, which has no effect since Emacs 23.
1490 <char-table-range, set-char-table-range>: Don't mention generic
1491 characters and charsets. Add a cons cell as a possible argument.
1492
1493 * nonascii.texi (Splitting Characters)
1494 (Translation of Characters): Don't mention generic characters.
1495
1496 * display.texi (Fontsets): Don't mention generic characters.
1497
22526bc4 1498 * sequences.texi (Char-Tables): `map-char-table' can now call its
25f494c9 1499 argument FUNCTION with a cons cell as KEY.
22526bc4 1500
eaf4b689
EZ
15012008-10-13 Eli Zaretskii <eliz@gnu.org>
1502
45e46036
EZ
1503 * objects.texi (Primitive Function Type): Move "@cindex special
1504 forms" from here...
1505
1506 * eval.texi (Special Forms): ...to here.
1507
1508 * functions.texi (What Is a Function): `functionp' returns nil for
1509 special forms. Add an xref.
1510
eaf4b689
EZ
1511 * elisp.texi (Top): Add a @detailmenu entry for "Frame-Local
1512 Variables".
1513
1514 * variables.texi (Frame-Local Variables): New section.
1515 (Buffer-Local Variables): Add an xref to it.
1516 (Intro to Buffer-Local, Creating Buffer-Local): A variable cannot
1517 have both frame-local and buffer-local binding.
1518
1519 * frames.texi (Frames): Mention multiple tty frames.
1520 (Frame Parameters, Parameter Access): Mention frame-local variable
1521 bindings.
1522
15688fce
GM
15232008-09-20 Glenn Morris <rgm@gnu.org>
1524
1525 * display.texi (Defining Faces): Recommend against face variables.
1526
35539065
JB
15272008-09-16 Juanma Barranquero <lekktu@gmail.com>
1528
1529 * display.texi (Echo Area Customization): Fix typo.
1530
6a57054b
JB
15312008-09-09 Juanma Barranquero <lekktu@gmail.com>
1532
1533 * loading.texi (Where Defined): Add `defface' item.
1534
d632fb82
MR
15352008-09-06 Martin Rudalics <rudalics@gmx.at>
1536
1537 * loading.texi (Where Defined): Fix description of symbol-file.
1538
905a9adb
JR
15392008-08-26 Jason Rumney <jasonr@gnu.org>
1540
1541 * display.texi (TIFF Images): New section describing :index property.
1542
852e91b7
CY
15432008-08-23 Chong Yidong <cyd@stupidchicken.com>
1544
1545 * display.texi (Temporary Displays): Remove unnecessary comment
1546 about usage of temp-buffer-show-hook.
1547
6be001ee
CY
15482008-08-05 Chong Yidong <cyd@stupidchicken.com>
1549
1550 * symbols.texi (Other Plists): Fix incorrect example.
1551 Suggested by Florian Beck.
1552
58e3d8e8
JB
15532008-07-31 Juanma Barranquero <lekktu@gmail.com>
1554
1555 * os.texi: Fix previous change.
1556
7c2fb837
DN
15572008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
1558
1559 * os.texi:
1560 * intro.texi:
1561 * files.texi: Remove VMS support.
1562
9e2a2647
DN
15632008-07-27 Dan Nicolaescu <dann@ics.uci.edu>
1564
1565 * os.texi:
1566 * frames.texi:
1567 * display.texi: Remove mentions of Mac Carbon.
1568
c4f4682b
MB
15692008-07-01 Miles Bader <miles@gnu.org>
1570
1571 * text.texi (Special Properties):
1572 * display.texi (Truncation): Add wrap-prefix and line-prefix.
1573
3696411e
JB
15742008-06-28 Johan Bockgård <bojohan@gnu.org>
1575
1576 * display.texi (Other Image Types): Fix copy/paste error; say
1577 "PBM", not "XBM".
1578
f2a77c3a
DN
15792008-06-26 Dan Nicolaescu <dann@ics.uci.edu>
1580
1581 * os.texi: Remove references to obsolete systems.
1582
6d52677d
EZ
15832008-06-20 Eli Zaretskii <eliz@gnu.org>
1584
1585 * makefile.w32-in (distclean): Remove makefile.
1586
1a87da4c
GM
15872008-06-17 Glenn Morris <rgm@gnu.org>
1588
1589 * Makefile.in (emacsver, miscmanualdir, VERSION, manual, install)
1590 (elisp, dist): Remove rules and variables that are obsolete now
1591 the lisp manual is no longer distributed separately.
1592
fdda1c5d
GM
15932008-06-16 Glenn Morris <rgm@gnu.org>
1594
646692e9
GM
1595 * configure, configure.in, mkinstalldirs: Remove unused files.
1596
1597 * book-spine.texinfo: Set version to 23.0.60.
fdda1c5d 1598 * vol1.texi (EMACSVER):
6a57054b 1599 * vol2.texi (EMACSVER): Set to 23.0.60.
fdda1c5d
GM
1600
1601 * elisp.texi, vol1.texi, vol2.texi: Update Back-Cover Text
1602 as per maintain.info.
1603
611bee81
GM
16042008-06-15 Glenn Morris <rgm@gnu.org>
1605
a7bed3a0
GM
1606 * makefile.w32-in (manual): Use "23" rather than "21".
1607
1608 * Makefile.in (emacsver): New, set by configure.
1609 (manual): Use emacsver.
1610
d794edf2
GM
1611 * intro.texi: Report bugs using M-x report-emacs-bug.
1612
611bee81
GM
1613 * elisp.texi (EMACSVER): Remove duplicate, outdated setting.
1614
c73e02fa
GM
16152008-06-13 Daniel Engeler <engeler@gmail.com>
1616
1617 * elisp.texi, internals.texi, processes.texi: Add documentation
1618 about serial port access.
1619
e40a85cd
MB
16202008-06-05 Miles Bader <miles@gnu.org>
1621
1622 * display.texi (Displaying Faces): Update to reflect function
1623 renamings in face-remap.el.
1624
7b753744
JB
16252008-06-05 Juanma Barranquero <lekktu@gmail.com>
1626
1627 * display.texi (Fontsets): Fix typos.
1628
9d3d42fb
MB
16292008-06-03 Miles Bader <miles@gnu.org>
1630
7b753744
JB
1631 * display.texi (Displaying Faces): Add add-relative-face-remapping,
1632 remove-relative-face-remapping, set-base-face-remapping,
1633 and set-default-base-face-remapping.
9d3d42fb 1634
f2cec7a9
MB
16352008-06-01 Miles Bader <miles@gnu.org>
1636
1637 * display.texi (Displaying Faces): Add face-remapping-alist.
1638
8f39c96d
SM
16392008-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
1640
1641 * tips.texi (Coding Conventions): Do not encourage the use of "-flag"
1642 variable names.
1643
1ef5eecc
ER
16442008-05-03 Eric S. Raymond <esr@golux>
1645
352c8b4a 1646 * keymaps.texi: Clarify that (current-local-map) and
1ef5eecc
ER
1647 (current-global-map) return references, not copies.
1648
63b4387f
JL
16492008-05-02 Juri Linkov <juri@jurta.org>
1650
1651 * minibuf.texi (Text from Minibuffer): Document a list of
1652 default values for `read-from-minibuffer'.
1653
38a8b703
JB
16542008-04-24 Juanma Barranquero <lekktu@gmail.com>
1655
1656 * nonascii.texi (Translation of Characters): Fix previous change.
1657
7c42e639
CY
16582008-04-20 Chong Yidong <cyd@stupidchicken.com>
1659
1660 * display.texi (Overlay Properties): Clarify role of underlying
1661 textprop and overlay keymaps for display strings.
1662
1663 * keymaps.texi (Active Keymaps): Ditto.
1664
25c0d999
SM
16652008-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
1666
1667 * minibuf.texi (Programmed Completion):
1668 Replace dynamic-completion-table with the new completion-table-dynamic.
1669
e3af5968
CY
16702008-04-07 Chong Yidong <cyd@stupidchicken.com>
1671
1672 * intro.texi (Some Terms): Change "fonts in this manual" index
1673 entry to "typographic conventions".
1674
6bfc8698
EZ
16752008-04-05 Eli Zaretskii <eliz@gnu.org>
1676
1677 * objects.texi (Text Props and Strings): Add indexing for read
1678 syntax of text properties.
1679
4972c361
SM
16802008-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
1681
1682 * processes.texi (Decoding Output): Remove process-filter-multibyte
1683 functions.
1684
c70a68db
MR
16852008-03-15 Martin Rudalics <rudalics@gmx.at>
1686
1687 * display.texi (Finding Overlays): Say that empty overlays at
1688 the end of the buffer are reported too.
1689
1291fd36
GM
16902008-03-13 Glenn Morris <rgm@gnu.org>
1691
1692 * elisp.texi (EMACSVER): Set to 23.0.60.
1693
c6b0dfd5
CY
16942008-02-26 Chong Yidong <cyd@stupidchicken.com>
1695
38a8b703 1696 * strings.texi (Formatting Strings): Treat - and 0 as flag characters.
c6b0dfd5 1697
875fc30c
GM
16982008-02-22 Glenn Morris <rgm@gnu.org>
1699
1700 * frames.texi (Position Parameters): Clarify the description of
1701 `left' and `top', using information from "Geometry".
1702 (Geometry): Give a pointer to "Position Parameters", rather than
1703 repeating information.
1704
d8c8e45a
GM
17052008-02-11 Glenn Morris <rgm@gnu.org>
1706
1707 * objects.texi (Equality Predicates): No longer talk about "two"
1708 functions.
1709
38a8b703 17102008-02-11 Lawrence Mitchell <wence@gmx.li> (tiny change)
d8c8e45a
GM
1711
1712 * objects.texi (Equality Predicates): Add defun for
1713 equal-including-properties.
1714
bfffe0b1
GM
17152008-02-10 Glenn Morris <rgm@gnu.org>
1716
1717 * objects.texi (Equality Predicates):
1718 Mention equal-including-properties.
1719
431b78c9
RS
17202008-02-07 Richard Stallman <rms@gnu.org>
1721
1722 * windows.texi (Window Start): Mention the feature of moving
1723 window-start to start of line.
1724
c8763fb6 17252008-02-07 Jan Djärv <jan.h.d@swipnet.se>
eafa12e6
JD
1726
1727 * keymaps.texi (Tool Bar): Document rtl property.
1728
1a256502
TTN
17292008-01-27 Thien-Thi Nguyen <ttn@gnuvola.org>
1730
1731 * display.texi (Button Types):
1732 For define-button-type, clarify type of NAME.
1733
569382c2
MR
17342008-01-19 Martin Rudalics <rudalics@gmx.at>
1735
1736 * buffers.texi (Buffer Modification): Fix typo.
1737
f3041af1
DN
17382008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
1739
1740 * os.texi (System Environment): Remove references to OSes that are
1741 not supported anymore.
1742
d35e1cd7
DN
17432008-01-05 Dan Nicolaescu <dann@ics.uci.edu>
1744
1745 * os.texi (System Environment): Remove mention for Masscomp.
1746
23af7580
RS
17472008-01-04 Richard Stallman <rms@gnu.org>
1748
1749 * display.texi (Faces): Don't talk about internal face vector as arg
1750 to facep.
1751
1752 * customize.texi (Type Keywords): Fix previous change.
1753
1754 * text.texi (Links and Mouse-1): Fix xref for commands.texi change.
1755 * elisp.texi (Top): Fix menu for commands.texi change.
1756
ec7d5b1e
RS
17572007-12-30 Richard Stallman <rms@gnu.org>
1758
1759 * commands.texi (Accessing Mouse): Renamed from Accessing Events.
1760 (Accessing Scroll): New node broken out of Accessing Mouse.
1761
101a6cea
RS
17622007-12-28 Richard Stallman <rms@gnu.org>
1763
1764 * frames.texi (Size Parameters): Fix typo.
7f9e0c04 1765 (Basic Parameters): For `title', refer to title bar.
041817a4 1766 (Size and Position): Explain meaning of frame pixel width and height.
101a6cea 1767
72b7e664
RS
17682007-12-23 Richard Stallman <rms@gnu.org>
1769
1770 * customize.texi (Type Keywords): Uncomment :validate and clarify it.
1771 Improve some of the commented-out keywords' text too.
1772
27a4f445
MR
17732007-12-14 Martin Rudalics <rudalics@gmx.at>
1774
e2e3f1d7
MR
1775 * nonascii.texi (Encoding and I/O): Reword to avoid saying
1776 "visit the current buffer".
1777
27a4f445
MR
1778 * os.texi (System Interface): Fix typo.
1779
a2afc99d
RS
17802007-12-04 Richard Stallman <rms@gnu.org>
1781
1782 * objects.texi (Symbol Type): Fix typo.
1783
b694135c
RS
17842007-12-03 Richard Stallman <rms@gnu.org>
1785
1786 * hooks.texi (Standard Hooks): Add link to Hooks for Loading.
1787
f99a19da
GM
17882007-12-01 Glenn Morris <rgm@gnu.org>
1789
1790 * functions.texi (Declaring Functions): Improve previous change.
1791
8f4b37d8
GM
17922007-11-30 Glenn Morris <rgm@gnu.org>
1793
1794 * functions.texi (Declaring Functions): Add optional fourth
1795 argument of declare-function, and setting third argument to `t'.
1796
61a2fe01
RS
17972007-11-29 Richard Stallman <rms@gnu.org>
1798
1799 * customize.texi (Composite Types): Document `group' type.
1800
cbfc5193
GM
18012007-11-29 Glenn Morris <rgm@gnu.org>
1802
1803 * functions.texi (Declaring Functions): Add findex. Mention
1804 `external' files.
1805
8386283a
JB
18062007-11-26 Juanma Barranquero <lekktu@gmail.com>
1807
1808 * functions.texi (Declaring Functions): Fix directive.
1809
a07c9a8b
RS
18102007-11-25 Richard Stallman <rms@gnu.org>
1811
1812 * help.texi (Help Functions): Clean up last change.
1813
1814 * advice.texi (Preactivation, Activation of Advice): Minor cleanup.
1815
1816 * loading.texi (Named Features): Minor cleanup.
1817
1818 * macros.texi (Eval During Expansion): Minor cleanup.
1819
1820 * variables.texi (Variable Aliases): Minor cleanup.
1821
a0925923
RS
18222007-11-24 Richard Stallman <rms@gnu.org>
1823
1824 * functions.texi (Declaring Functions): Clarify previous change.
1825
1826 * compile.texi (Compiler Errors): Clarify previous change.
1827
20c63e44
RS
18282007-11-24 Richard Stallman <rms@gnu.org>
1829
e5e76c04 1830 * display.texi (Refresh Screen, Forcing Redisplay):
20c63e44
RS
1831 Clarify the text and move items around.
1832
5bb0cda3
GM
18332007-11-24 Glenn Morris <rgm@gnu.org>
1834
1835 * functions.texi (Declaring Functions): New section.
1836 * compile.texi (Compiler Errors): Mention declaring functions,
1837 defvar with no initvalue, and byte-compile-warnings.
1838
af13c86a
MR
18392007-11-15 Martin Rudalics <rudalics@gmx.at>
1840
1841 * vol1.texi (Top): Remove Frame-Local Variables from Node Listing.
1842 * vol2.texi (Top): Remove Frame-Local Variables from Node Listing.
1843
a5373305
MR
18442007-11-13 Martin Rudalics <rudalics@gmx.at>
1845
1846 * help.texi (Help Functions): Document new macro `with-help-window'.
1847
fe284805
JL
18482007-11-10 Paul Pogonyshev <pogonyshev@gmx.net>
1849
1850 * searching.texi (Replacing Match): Describe new
1851 `match-substitute-replacement'.
1852
2c3a09b1
RS
18532007-10-31 Richard Stallman <rms@gnu.org>
1854
1855 * strings.texi (Creating Strings): Null strings from concat not unique.
1856
f2b480f4
RS
18572007-10-26 Richard Stallman <rms@gnu.org>
1858
1859 * objects.texi (Equality Predicates): Null strings are uniquified.
1860
1861 * minibuf.texi: Minor clarifications in previous change.
1862
db21122c
GM
18632007-10-25 Glenn Morris <rgm@gnu.org>
1864
1865 * customize.texi (Variable Definitions): Add :risky and :safe keywords.
1866
2328cbb3
RS
18672007-10-24 Richard Stallman <rms@gnu.org>
1868
1869 * elisp.texi (Top): Delete Frame-Local Variables from subnode menu.
1870
1871 * variables.texi (Frame-Local Variables): Node deleted.
1872 (Variables): Delete Frame-Local Variables from menu.
1873 (Local Variables, Buffer-Local Variables, Intro to Buffer-Local)
1874 (Default Value): Don't mention frame-local vars.
1875
1876 * os.texi (Idle Timers): current-idle-time returns nil if not idle.
1877
1878 * loading.texi (Unloading): Document FEATURE-unload-function
1879 instead of FEATURE-unload-hook.
1880
2328cbb3
RS
1881 * frames.texi (Multiple Displays): Don't mention frame-local vars.
1882
c066bafa
JL
18832007-10-22 Juri Linkov <juri@jurta.org>
1884
1885 * minibuf.texi (Text from Minibuffer, Minibuffer Completion)
1886 (High-Level Completion): Document a list of default value strings
1887 in the DEFAULT argument, for which minibuffer functions return the
1888 first element.
1889
65ced25f
JL
18902007-10-17 Juri Linkov <juri@jurta.org>
1891
1892 * text.texi (Filling): Update arguments of fill-paragraph.
1893 fill-paragraph operates on the active region in Transient Mark mode.
1894 Remove fill-paragraph-or-region.
1895
ee46ec8e
KB
18962007-10-13 Karl Berry <karl@gnu.org>
1897
1898 * elisp.texi (@dircategory): Move to after @copying,
1899 since we want @copying as close as possible to the beginning of
1900 the output.
1901
61bbdbc6
RS
19022007-10-12 Richard Stallman <rms@gnu.org>
1903
1904 * elisp.texi (Top): Add Distinguish Interactive to subnode menu.
1905
1906 * commands.texi (Distinguish Interactive): New node,
1907 broken out from Interactive Call and rewritten.
1908 (Command Loop): Put Distinguish Interactive in menu.
1909
af23e1e8
RS
19102007-10-09 Richard Stallman <rms@gnu.org>
1911
1912 * text.texi (Examining Properties): Mention overlay priority.
1913
1914 * display.texi (Display Margins): Correct the description
1915 of margin display specifications.
1916 (Replacing Specs): New subnode broken out of Display Property.
1917
e1965a69
JL
19182007-10-06 Juri Linkov <juri@jurta.org>
1919
1920 * text.texi (Filling): Document fill-paragraph-or-region.
1921
4638454b
JB
19222007-10-05 Juanma Barranquero <lekktu@gmail.com>
1923
1924 * display.texi (Auto Faces): Fix typo.
1925
7ed54cc5
RS
19262007-10-02 Richard Stallman <rms@gnu.org>
1927
1928 * display.texi (Display Property): Explain some display specs
1929 don't let you move point in.
1930
1931 * frames.texi (Cursor Parameters): Describe
1932 cursor-in-non-selected-windows here. Explain more values.
1933
1934 * windows.texi (Basic Windows): Don't describe
1935 cursor-in-non-selected-windows here.
1936
305a7ef2
EZ
19372007-10-01 Eli Zaretskii <eliz@gnu.org>
1938
1939 * processes.texi (Misc Network): Note that these functions are
1940 supported only on some systems.
1941
f7a7f4eb
RS
19422007-10-01 Richard Stallman <rms@gnu.org>
1943
1944 * display.texi (Overlay Properties): Explain nil as priority.
1945 Explain that conflicts are unpredictable if not resolved by
1946 priorities.
1947
780d7bb9
RS
19482007-09-23 Richard Stallman <rms@gnu.org>
1949
1950 * macros.texi (Backquote): Minor clarification.
1951
14b4fdfb
RS
19522007-09-19 Richard Stallman <rms@gnu.org>
1953
1954 * display.texi (Display Property): Explain multiple display specs.
9600ac7c
RS
1955 Clarify when they work in parallel and when one overrides.
1956 Fix error in example.
14b4fdfb 1957
b8d4c8d0
GM
19582007-09-06 Glenn Morris <rgm@gnu.org>
1959
b3e755a9 1960 Move from lispref/ to doc/lispref/. Change all setfilename
b8d4c8d0
GM
1961 commands to use ../../info.
1962 * Makefile.in (infodir): Go up one more level.
4638454b 1963 (usermanualdir): Change from ../man to ../emacs.
b8d4c8d0
GM
1964 (miscmanualdir): New.
1965 (dist): Use new variable miscmanualdir.
1966 * makefile.w32-in (infodir, texinputdir): Go up one more level.
1967 (usermanualdir): Change from ../man to ../emacs.
1968
1bb1f7d3
MR
19692007-08-30 Martin Rudalics <rudalics@gmx.at>
1970
1971 * commands.texi (Command Loop Info): Advise against changing
1972 most variables described here. Explain new variable
1973 last-repeatable-command.
1974
b8d4c8d0
GM
19752007-08-29 Glenn Morris <rgm@gnu.org>
1976
1977 * elisp.texi (EMACSVER): Increase to 23.0.50.
1978
19792007-08-29 Dan Nicolaescu <dann@ics.uci.edu>
1980
1981 * frames.texi (Basic Parameters): Add display-environment-variable
1982 and term-environment-variable.
1983
19842007-08-28 Juri Linkov <juri@jurta.org>
1985
1986 * display.texi (Image Formats, Other Image Types): Add SVG.
1987
19882007-08-28 Juri Linkov <juri@jurta.org>
1989
1990 * display.texi (Images): Move formats-related text to new node
1991 "Image Formats".
1992 (Image Formats): New node.
1993
619fb9ee
RS
19942007-08-27 Richard Stallman <rms@gnu.org>
1995
1996 * windows.texi (Window Configurations): Clarify what
1997 a window configuration saves.
1998
b8d4c8d0
GM
19992007-08-25 Richard Stallman <rms@gnu.org>
2000
2001 * display.texi (Images): Delete redundant @findex.
2002
20032007-08-16 Richard Stallman <rms@gnu.org>
2004
2005 * processes.texi (Asynchronous Processes): Clarify
2006 doc of start-file-process.
2007
20082007-08-08 Martin Rudalics <rudalics@gmx.at>
2009
2010 * modes.texi (Example Major Modes): Fix typo.
2011
20122007-08-08 Glenn Morris <rgm@gnu.org>
2013
2014 * intro.texi (nil and t): Do not use `iff' in documentation.
2015
2016 * tips.texi (Documentation Tips): Recommend against `iff'.
2017
20182007-08-07 Chong Yidong <cyd@stupidchicken.com>
2019
2020 * display.texi (Image Cache): Document image-refresh.
2021
20222007-08-06 Martin Rudalics <rudalics@gmx.at>
2023
2024 * windows.texi (Size of Window): Document window-full-width-p.
2025
20262007-07-25 Glenn Morris <rgm@gnu.org>
2027
2028 * gpl.texi (GPL): Replace license with GPLv3.
2029
2030 * Relicense all FSF files to GPLv3 or later.
2031
20322007-07-24 Michael Albinus <michael.albinus@gmx.de>
2033
4638454b
JB
2034 * processes.texi (Synchronous Processes):
2035 Add `process-file-shell-command'.
b8d4c8d0
GM
2036 (Asynchronous Processes): Mention restricted use of
2037 `process-filter' and `process-sentinel' in
2038 `start-file-process'. Add `start-file-process-shell-command'.
2039
20402007-07-17 Michael Albinus <michael.albinus@gmx.de>
2041
2042 * files.texi (Magic File Names): Introduce optional parameter
2043 IDENTIFICATION for `file-remote-p'.
2044
20452007-07-16 Richard Stallman <rms@gnu.org>
2046
2047 * display.texi (Defining Faces): Fix previous change.
2048
20492007-07-14 Richard Stallman <rms@gnu.org>
2050
2051 * control.texi (Handling Errors): Document `debug' in handler list.
2052
20532007-07-10 Richard Stallman <rms@gnu.org>
2054
2055 * display.texi (Defining Faces): Explain C-M-x feature for defface.
2056
20572007-07-09 Richard Stallman <rms@gnu.org>
2058
2059 * files.texi (Magic File Names): Rewrite previous change.
2060
20612007-07-08 Michael Albinus <michael.albinus@gmx.de>
2062
2063 * files.texi (Magic File Names): Introduce optional parameter
2064 CONNECTED for `file-remote-p'.
2065
20662007-07-07 Michael Albinus <michael.albinus@gmx.de>
2067
2068 * processes.texi (Asynchronous Processes):
2069 * files.texi (Magic File Names): Add `start-file-process'.
2070
20712007-06-27 Richard Stallman <rms@gnu.org>
2072
2073 * files.texi (Format Conversion Piecemeal): Clarify
2074 `after-insert-file-functions' calling convention.
2075
20762007-06-27 Michael Albinus <michael.albinus@gmx.de>
2077
4638454b
JB
2078 * files.texi (Magic File Names): Remove `dired-call-process'.
2079 Add `process-file'.
b8d4c8d0
GM
2080
20812007-06-27 Kenichi Handa <handa@m17n.org>
2082
2083 * text.texi (Special Properties): Fix description about
4638454b 2084 `composition' property.
b8d4c8d0
GM
2085
20862007-06-26 Kenichi Handa <handa@m17n.org>
2087
2088 * nonascii.texi (Default Coding Systems): Document about the
2089 return value `undecided'.
2090
20912007-06-25 David Kastrup <dak@gnu.org>
2092
2093 * keymaps.texi (Active Keymaps): Document new POSITION argument of
2094 `current-active-maps'.
2095
20962007-06-24 Karl Berry <karl@gnu.org>
2097
4638454b 2098 * elisp.texi, vol1.texi, vol2.texi: New Back-Cover Text.
b8d4c8d0
GM
2099
21002007-06-15 Juanma Barranquero <lekktu@gmail.com>
2101
2102 * display.texi (Overlay Arrow): Doc fix.
2103
21042007-06-14 Karl Berry <karl@tug.org>
2105
2106 * anti.texi (Antinews): Typo.
2107
21082007-06-14 Chong Yidong <cyd@stupidchicken.com>
2109
2110 * display.texi (Image Cache): Document image-refresh.
2111
21122007-06-12 Karl Berry <karl@gnu.org>
2113
2114 * vol1.texi, vol2.texi, two-volume-cross-refs.txt: Update.
2115 * two-volume.make: New file.
2116 * .cvsignore: Ignore two-volume files.
2117
21182007-06-12 Tom Tromey <tromey@redhat.com>
2119
2120 * os.texi (Init File): Document user-emacs-directory.
2121
21222007-06-03 Nick Roberts <nickrob@snap.net.nz>
2123
2124 * commands.texi (Click Events): Describe width and height when
2125 object is nil.
2126
21272007-05-30 Nick Roberts <nickrob@snap.net.nz>
2128
2129 * commands.texi (Click Events): Layout more logically. Describe
2130 width and height.
2131 (Drag Events, Motion Events): Update to new format for position.
2132
21332007-06-02 Richard Stallman <rms@gnu.org>
2134
2135 * frames.texi (Color Parameters): Add xref to (emacs)Standard Faces.
2136
21372007-06-02 Chong Yidong <cyd@stupidchicken.com>
2138
2139 * Version 22.1 released.
2140
21412007-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
2142
2143 * text.texi (Special Properties): Correct meaning of fontified face.
2144
21452007-05-30 Richard Stallman <rms@gnu.org>
2146
2147 * text.texi (Special Properties): Add link to Adjusting Point.
2148
21492007-05-12 Richard Stallman <rms@gnu.org>
2150
2151 * text.texi (Margins): indent-to-left-margin is not the default.
2152 (Mode-Specific Indent): For indent-line-function, the default
2153 is indent-relative.
2154
2155 * modes.texi (Example Major Modes): Explain last line of text-mode
2156 is redundant.
2157
21582007-05-10 Richard Stallman <rms@gnu.org>
2159
2160 * keymaps.texi (Scanning Keymaps): Update where-is-internal example.
2161
2162 * help.texi (Keys in Documentation): Add reference to
2163 Documentation Tips.
2164
2165 * files.texi (Format Conversion): TO-FN gets three arguments.
2166
2167 * modes.texi (Auto Major Mode): Document file-start-mode-alist.
2168
21692007-05-10 Thien-Thi Nguyen <ttn@gnuvola.org>
2170
2171 * elisp.texi (Top): Remove "Saving Properties" from detailed menu.
2172 * files.texi (Format Conversion): Expand intro; add menu.
2173 (Format Conversion Overview, Format Conversion Round-Trip)
2174 (Format Conversion Piecemeal): New nodes/subsections.
2175 * hooks.texi: Xref "Format Conversion" , not "Saving Properties".
2176 * text.texi (Text Properties): Remove "Saving Properties" from menu.
2177 (Saving Properties): Delete node/subsection.
2178
21792007-05-07 Karl Berry <karl@gnu.org>
2180
2181 * elisp.texi (EMACSVER): Back to 22.
2182
21832007-05-06 Richard Stallman <rms@gnu.org>
2184
2185 * processes.texi (Accepting Output): Revert most of previous change.
2186
21872007-05-05 Richard Stallman <rms@gnu.org>
2188
2189 * processes.texi (Accepting Output): accept-process-output
2190 uses microseconds, not milliseconds. But that arg is obsolete.
2191
21922007-05-04 Karl Berry <karl@tug.org>
2193
2194 * elisp.texi (EMACSVER) [smallbook]: 22.1, not 22.
2195
21962007-05-04 Eli Zaretskii <eliz@gnu.org>
2197
2198 * tips.texi (Documentation Tips): Rearrange items to place the
2199 more important ones first. Add an index entry for hyperlinks.
2200
22012007-05-03 Karl Berry <karl@gnu.org>
2202
2203 * elisp.texi (\urlcolor, \linkcolor) [smallbook]: \Black for printing.
2204 (EMACSVER) [smallbook]: 22 for printed version.
2205
2206 * control.texi (Signaling Errors) <signal>: texinfo.tex is fixed,
2207 so restore anchor to normal position after defun. Found by Kevin Ryde.
2208
22092007-04-26 Glenn Morris <rgm@gnu.org>
2210
2211 * elisp.texi (EMACSVER): Increase to 22.1.50.
2212
22132007-04-28 Karl Berry <karl@gnu.org>
2214
2215 * elisp.texi: Improve line breaks on copyright page,
2216 similar layout to emacs manual, 8.5x11 by default.
2217
22182007-04-24 Richard Stallman <rms@gnu.org>
2219
2220 * text.texi (Special Properties): Add xref to Overlay Properties.
2221
2222 * display.texi (Overlay Properties): Add xref to Special Properties.
2223
22242007-04-22 Richard Stallman <rms@gnu.org>
2225
2226 * keymaps.texi (Extended Menu Items): Move the info about
2227 format with cached keyboard binding.
2228
22292007-04-21 Richard Stallman <rms@gnu.org>
2230
2231 * text.texi (Special Properties): Clarify previous change.
2232
2233 * files.texi (File Name Expansion): Clarify previous change.
2234
2235 * display.texi (Attribute Functions): Fix example for
2236 face-attribute-relative-p.
2237
22382007-04-19 Kenichi Handa <handa@m17n.org>
2239
2240 * text.texi (Special Properties): Document composition property.
2241
22422007-04-19 Glenn Morris <rgm@gnu.org>
2243
2244 * files.texi (File Name Expansion): Mention "superroot".
2245
22462007-04-15 Chong Yidong <cyd@stupidchicken.com>
2247
2248 * frames.texi (Multiple Displays): Add note about "multi-monitor"
2249 setups.
2250 (Display Feature Testing): Note that display refers to all
2251 physical monitors for multi-monitor setups.
2252
22532007-04-14 Richard Stallman <rms@gnu.org>
2254
2255 * lists.texi (Sets And Lists): Clarify `delete' examples.
2256 Remove spurious xref to same node.
2257 Clarify xref for add-to-list.
2258
22592007-04-12 Nick Roberts <nickrob@snap.net.nz>
2260
2261 * keymaps.texi (Format of Keymaps): Remove spurious ")" from
2262 value of lisp-mode-map.
2263
22642007-04-11 Karl Berry <karl@gnu.org>
2265
2266 * anti.texi (Antinews):
2267 * display.texi (Overlay Properties, Defining Images):
2268 * processes.texi (Synchronous Processes, Sentinels):
2269 * syntax.texi (Syntax Table Internals):
2270 * searching.texi (Regexp Special):
2271 * nonascii.texi (Default Coding Systems):
2272 * text.texi (Special Properties):
2273 * minibuf.texi (Basic Completion): Wording to improve breaks in
2274 8.5x11 format.
2275 * elisp.texi (smallbook): New @set to more easily switch between
2276 smallbook and 8.5x11.
2277
22782007-04-11 Richard Stallman <rms@gnu.org>
2279
2280 * text.texi (Lazy Properties): Minor fix.
2281
22822007-04-08 Karl Berry <karl@gnu.org>
2283
2284 * symbols.texi (Plists and Alists): Period after "vs" in index entries.
2285 * macros.texi (Backquote): Downcase Backquote in index entries for
2286 consistency.
2287
22882007-04-08 Richard Stallman <rms@gnu.org>
2289
2290 * text.texi (Adaptive Fill): Just describe default,
2291 don't show it (since it contains non-ASCII chars).
2292
22932007-04-07 Karl Berry <karl@gnu.org>
2294
2295 * text.texi (Adaptive Fill) [@iftex]: Omit binary characters in
2296 adaptive-fill-regexp's value, since they are not in the standard
2297 TeX fonts.
2298
22992007-04-07 Guanpeng Xu <herberteuler@hotmail.com>
2300
2301 * display.texi (Defining Faces): Fix example.
2302
23032007-04-07 Karl Berry <karl@gnu.org>
2304
2305 * display.texi (Button Buffer Commands): Improve page break.
2306
23072007-04-07 Richard Stallman <rms@gnu.org>
2308
2309 * advice.texi (Activation of Advice): Remove redundant index entry.
2310
2311 * backups.texi: Improve index entries. Remove redundant ones.
2312
2313 * compile.texi (Byte Compilation): Improve index entry.
2314
2315 * hash.texi (Creating Hash): Improve index entry.
2316
2317 * symbols.texi (Definitions): Improve index entry.
2318
2319 * edebug.texi: Improve index entries. Remove redundant/useless ones.
2320
2321 * maps.texi (Standard Keymaps): Remove useless index entry.
2322
2323 * help.texi (Documentation Basics): Remove redundant index entries.
2324
2325 * customize.texi: Improve index entries.
2326 Remove redundant/useless ones.
2327
2328 * locals.texi (Standard Buffer-Local Variables): Clarify intro text.
2329
2330 * streams.texi (Output Variables): Improve index entry.
2331
2332 * abbrevs.texi (Abbrevs): Remove useless index entry.
2333
2334 * macros.texi (Expansion): Remove useless index entry.
2335
2336 * text.texi: Improve index entries. Remove redundant/useless ones.
2337 (Text Properties, Examining Properties)
2338 (Special Properties): Use "property category" instead of "category"
2339 to refer to the `category' property.
2340
2341 * positions.texi: Improve index entries. Remove useless one.
2342
2343 * lists.texi: Improve index entries. Remove redundant/useless ones.
2344
2345 * os.texi: Improve index entries.
2346 (Timers): Fix previous change.
2347
2348 * buffers.texi: Improve index entries.
2349 (Modification Time): Get rid of term "obsolete buffer".
2350
2351 * debugging.texi: Improve index entries.
2352 (Test Coverage): Add xref to other test coverage ftr.
2353
2354 * eval.texi: Improve index entry. Remove redundant ones.
2355
2356 * numbers.texi: Improve index entries. Remove redundant/useless ones.
2357
2358 * files.texi: Improve index entries. Remove redundant/useless ones.
2359
2360 * objects.texi: Improve index entries.
2361
2362 * processes.texi: Improve index entries.
2363
2364 * modes.texi: Improve index entry. Remove redundant one.
2365
2366 * nonascii.texi: Improve index entries.
2367
2368 * internals.texi: Improve index entries.
2369
2370 * syntax.texi: Improve index entries.
2371
2372 * keymaps.texi (Active Keymaps): Improve index entries.
2373
2374 * commands.texi: Improve index entries. Remove redundant/useless ones.
2375
2376 * frames.texi: Improve index entries. Remove redundant/useless ones.
2377
2378 * markers.texi: Improve index entries. Remove redundant ones.
2379
2380 * tips.texi: Improve index entries.
2381
2382 * loading.texi (Unloading): Improve index entry.
2383
2384 * variables.texi: Improve index entries. Remove redundant one.
2385
2386 * sequences.texi: Improve index entry.
2387
2388 * display.texi: Improve index entries. Remove redundant ones.
2389
2390 * windows.texi: Improve index entries.
2391
2392 * searching.texi: Improve index entries. Remove redundant one.
2393
2394 * strings.texi (Case Tables): Improve last change.
2395
23962007-04-04 Chong Yidong <cyd@stupidchicken.com>
2397
2398 * strings.texi (Case Tables): Document with-case-table and
2399 ascii-case-table.
2400
24012007-04-03 Karl Berry <karl@gnu.org>
2402
2403 * processes.texi (Network): Reword to improve page break.
2404
24052007-04-03 Eli Zaretskii <eliz@gnu.org>
2406
2407 * functions.texi (Inline Functions): Describe more disadvantages
2408 of defsubst, and make advice against it stronger.
2409
24102007-04-02 Karl Berry <karl@gnu.org>
2411
2412 * backups.texi (Backup Names): Avoid widow words.
2413 * modes.texi (Example Major Modes): Align last comment.
2414
24152007-04-01 Chong Yidong <cyd@stupidchicken.com>
2416
2417 * keymaps.texi (Remapping Commands): Document new arg to
2418 command-remapping.
2419
24202007-04-01 Karl Berry <karl@gnu.org>
2421
2422 * processes.texi (Low-Level Network): Typo.
2423 * loading.texi (Hooks for Loading): Avoid double "the".
2424 * keymaps.texi (Key Sequences): No double "and".
2425 (Changing Key Bindings): Shorten to improve line break.
2426
24272007-03-31 Glenn Morris <rgm@gnu.org>
2428
2429 * os.texi (Timers): Fix description of run-at-time TIME formats.
2430
24312007-03-31 Richard Stallman <rms@gnu.org>
2432
2433 * display.texi (Invisible Text): Correct buffer-invisibility-spec
2434 regarding ellipsis.
2435
24362007-03-31 Eli Zaretskii <eliz@gnu.org>
2437
2438 * intro.texi (nil and t):
2439 * symbols.texi (Plists and Alists):
2440 * variables.texi (Variable Aliases, Constant Variables):
2441 * functions.texi (Defining Functions):
2442 * advice.texi (Advising Primitives):
2443 * debugging.texi (Syntax Errors, Compilation Errors):
2444 * minibuf.texi (Minibuffer Windows):
2445 * commands.texi (Adjusting Point):
2446 * modes.texi (Syntactic Font Lock, Faces for Font Lock)
2447 (Auto Major Mode, Major Mode Conventions):
2448 * help.texi (Describing Characters):
2449 * files.texi (Create/Delete Dirs, Information about Files)
2450 (File Locks, Writing to Files, Reading from Files)
2451 (Saving Buffers):
2452 * windows.texi (Resizing Windows, Cyclic Window Ordering):
2453 * frames.texi (Finding All Frames):
2454 * positions.texi (Buffer End, Motion):
2455 * markers.texi (The Region):
2456 * text.texi (Deletion, Near Point):
2457 * display.texi (Displaying Messages, Truncation):
2458 * os.texi (Processor Run Time):
2459 * tips.texi (Key Binding Conventions, Programming Tips)
2460 (Warning Tips, Documentation Tips, Comment Tips):
2461 * internals.texi (Memory Usage): Improve indexing.
2462
2463 * variables.texi (Frame-Local Variables):
2464 * functions.texi (Argument List):
2465 * loading.texi (Library Search):
2466 * streams.texi (Output Variables):
2467 * keymaps.texi (Translation Keymaps, Searching Keymaps):
2468 * searching.texi (Replacing Match, Search and Replace):
2469 * processes.texi (Byte Packing, Decoding Output)
2470 (Accepting Output, Network Servers, Shell Arguments):
2471 * display.texi (Abstract Display, Image Cache, Scroll Bars):
2472 * windows.texi (Window Point, Window Start):
2473 * frames.texi (Management Parameters, Frame Parameters, Frame Titles):
2474 * commands.texi (Reading Input, Keyboard Events):
2475 * minibuf.texi (Reading File Names, Minibuffer Completion)
2476 (Recursive Mini):
2477 * positions.texi (List Motion):
2478 * hash.texi (Hash Tables, Creating Hash, Defining Hash):
2479 * numbers.texi (Arithmetic Operations, Math Functions)
2480 (Predicates on Numbers, Comparison of Numbers):
2481 (Numeric Conversions):
2482 * locals.texi (Standard Buffer-Local Variables):
2483 * maps.texi (Standard Keymaps):
2484 * os.texi (User Identification, System Environment, Recording Input)
2485 (X11 Keysyms):
2486 * nonascii.texi (Non-ASCII Characters, Splitting Characters):
2487 * backups.texi (Backups and Auto-Saving):
2488 * customize.texi (Customization, Group Definitions)
2489 (Variable Definitions):
2490 * compile.texi (Byte Compilation): Improve index entries.
2491
24922007-03-31 Karl Berry <karl@gnu.org>
2493
2494 * macros.texi (Defining Macros): Avoid widow syllable.
2495
24962007-03-31 Eli Zaretskii <eliz@gnu.org>
2497
2498 * elisp.texi (Top): Postscript -> PostScript.
2499
2500 * display.texi (Images, Postscript Images): Postscript -> PostScript.
2501
25022007-03-31 Markus Triska <markus.triska@gmx.at>
2503
2504 * internals.texi (Writing Emacs Primitives): Untabify `For'.
2505
25062007-03-30 Karl Berry <karl@gnu.org>
2507
2508 * lists.texi (List-related Predicates): Remove spurious @need.
2509 (Setcdr): Use @smallexample to improve page break.
2510 (Association Lists) <assoc>: Reword to improve page break.
2511
2512 * strings.texi (String Conversion): Insert blank line to improve
2513 page break.
2514
2515 * numbers.texi (Random Numbers): Use @minus{}.
2516 (Math Functions): Use @minus{}.
2517
2518 * intro.texi (Acknowledgements): Avoid line breaks before middle
2519 initials.
2520
25212007-03-24 Eli Zaretskii <eliz@gnu.org>
2522
2523 * errors.texi (Standard Errors): Add an index entry.
2524
25252007-03-19 Richard Stallman <rms@gnu.org>
2526
2527 * os.texi (Recording Input): recent-keys now gives 300 keys.
2528
25292007-03-12 Glenn Morris <rgm@gnu.org>
2530
2531 * os.texi: Replace "daylight savings" with "daylight saving"
2532 throughout.
2533
25342007-03-05 Richard Stallman <rms@gnu.org>
2535
2536 * variables.texi (File Local Variables): Update
2537 enable-local-variables values.
2538
25392007-03-04 Richard Stallman <rms@gnu.org>
2540
2541 * syntax.texi (Control Parsing): Minor clarification.
2542
2543 * strings.texi (Formatting Strings): Clarify width, precision, flags.
2544
2545 * sequences.texi (Sequence Functions): Move string-bytes away,
2546 add xref.
2547
2548 * nonascii.texi (Text Representations): Move string-bytes here.
2549
2550 * modes.texi (Major Mode Conventions): Fundamental mode is exception.
2551
2552 * minibuf.texi (Basic Completion): Minor clarification.
2553
2554 * markers.texi (The Mark): Clarify existence vs activation of mark.
2555 Other cleanup.
2556
2557 * display.texi (Finding Overlays): Write better example.
2558
2559 * compile.texi (Eval During Compile): Clarify putting macros
2560 in eval-when-compile.
2561
c5602427 25622007-02-25 Vinicius Jose Latorre <viniciusjl@ig.com.br> (tiny change)
b8d4c8d0
GM
2563
2564 * loading.texi (How Programs Do Loading): Fix anchor position at
c5602427 2565 load-read-function definition doc.
b8d4c8d0
GM
2566
25672007-02-21 Kim F. Storm <storm@cua.dk>
2568
2569 * strings.texi (Text Comparison): Mention that assoc-string
2570 converts symbols to strings before testing.
2571
25722007-02-17 Kim F. Storm <storm@cua.dk>
2573
2574 * processes.texi (Bindat Spec): Vector types can have optional
2575 element type.
2576 (Bindat Examples): Fix example. Add vector with element type.
2577
25782007-02-16 Andreas Schwab <schwab@suse.de>
2579
2580 * strings.texi (Formatting Strings): Document '+' flag.
2581
25822007-02-15 Juanma Barranquero <lekktu@gmail.com>
2583
2584 * strings.texi (Modifying Strings): Clarify that `clear-string'
2585 always converts the string to unibyte.
2586
25872007-02-14 Kim F. Storm <storm@cua.dk>
2588
2589 * display.texi (Glyphs): Add make-glyph-code, glyph-char, glyph-face.
2590 Rewrite glyph code description to refer to these functions.
2591 Remove details of encoding face number and char into integer code.
2592
25932007-02-03 Alan Mackenzie <acm@muc.de>
2594
2595 * loading.texi (Hooks for Loading): Make the description of
2596 `eval-after-load' more detailed, and amend the description of
2597 after-load-alist, in accordance with changes from 2006-05.
2598
25992007-02-03 Chong Yidong <cyd@stupidchicken.com>
2600
2601 * modes.texi (Defining Minor Modes): Document that a :require
2602 keyword or similar may be required to make saved customization
2603 variables work.
2604
26052007-02-03 Eli Zaretskii <eliz@gnu.org>
2606
2607 * elisp.texi (Top): Make the detailed menu headers compliant with
2608 Texinfo guidelines and with what texnfo-upd.el expects. Add
2609 comments to prevent people from inadvertently modifying the key
2610 parts needed by `texinfo-multiple-files-update'.
2611
26122007-02-02 Eli Zaretskii <eliz@gnu.org>
2613
2614 * elisp.texi (Top): Update the top-level menus.
2615
2616 * syntax.texi (Categories): Add index entries.
2617
26182007-02-01 Juanma Barranquero <lekktu@gmail.com>
2619
2620 * display.texi (Attribute Functions): Fix name and description of
2621 the UNDERLINE arg of `set-face-underline-p'.
2622
26232007-01-29 Eli Zaretskii <eliz@gnu.org>
2624
2625 * elisp.texi (Top): Add "Standard Errors", "Standard Buffer-Local
2626 Variables", and "Standard Keymaps" to the detailed menu.
2627
2628 * variables.texi (Future Local Variables): Add index entry.
2629
26302007-01-28 Richard Stallman <rms@gnu.org>
2631
2632 * tips.texi (Coding Conventions): Clarify the tip about macros
2633 that define a function or a variable.
2634
2635 * files.texi (File Attributes): UID and GID can be floats.
2636 (Magic File Names): Explain why deferring all operations to
2637 the standard handler does not work.
2638
26392007-01-23 Martin Rudalics <rudalics@gmx.at>
2640
2641 * backups.texi (Reverting): Use "buffer" instead of "file"
2642 when talking about major and minor modes.
2643
26442007-01-21 Richard Stallman <rms@gnu.org>
2645
2646 * help.texi (Documentation): Add xref to Documentation Tips.
2647
26482007-01-14 Juanma Barranquero <lekktu@gmail.com>
2649
2650 * tips.texi (Coding Conventions): Fix typos.
2651
26522007-01-05 Richard Stallman <rms@gnu.org>
2653
2654 * modes.texi (Defining Minor Modes): Fix previous change.
2655
26562007-01-03 Richard Stallman <rms@gnu.org>
2657
2658 * customize.texi (Variable Definitions, Customization Types):
2659 Don't use * in doc string for defcustom.
2660
26612007-01-02 Richard Stallman <rms@gnu.org>
2662
2663 * variables.texi (Variable Aliases): Clarify that aliases vars
2664 always have the same value.
2665
2666 * processes.texi (Bindat Spec): Fix Texinfo usage.
2667
2668 * modes.texi (Defining Minor Modes): Explain effect of command
2669 defined with define-global-minor-mode on new buffers.
2670
26712006-12-30 Kim F. Storm <storm@cua.dk>
2672
2673 * keymaps.texi (Tool Bar): Describe `grow-only' value of
2674 `auto-resize-tool-bars'.
2675
26762006-12-30 Richard Stallman <rms@gnu.org>
2677
2678 * keymaps.texi (Active Keymaps): Fix previous change.
2679
26802006-12-30 Nick Roberts <nickrob@snap.net.nz>
2681
2682 * keymaps.texi (Active Keymaps): Make xref to lookup-key.
2683
26842006-12-30 Kim F. Storm <storm@cua.dk>
2685
2686 * processes.texi (Bindat Spec): Clarify using field names in
2687 length specifications.
2688
26892006-12-29 Kim F. Storm <storm@cua.dk>
2690
2691 * processes.texi (Bindat Spec): Explain eval forms and lengths better.
2692 Add count and index variables for eval forms in repeat blocks.
2693
26942006-12-24 Richard Stallman <rms@gnu.org>
2695
2696 * customize.texi (Variable Definitions): Document
2697 new name custom-add-frequent-value.
2698
26992006-12-19 Kim F. Storm <storm@cua.dk>
2700
2701 * commands.texi (Misc Events): User signals now result in sigusr1
2702 and sigusr2 events which are handled through special-event-map.
2703 (Special Events): User signals and drag-n-drop are special.
2704
27052006-12-17 Richard Stallman <rms@gnu.org>
2706
2707 * loading.texi (Named Features): Explain subfeatures better.
2708
2709 * customize.texi: Use "option" only for user options.
2710 For the keyword values inside defcustom etc, say "keywords".
2711 For :options value's elements, say "elements".
2712 :group should not be omitted.
2713
2714 * syntax.texi (Parsing Expressions): Split up node.
2715 (Motion via Parsing, Position Parse, Parser State)
2716 (Low-Level Parsing, Control Parsing): New subnodes.
2717 (Parser State): Document syntax-ppss-toplevel-pos.
2718
2719 * positions.texi (List Motion): Punctuation fix.
2720
2721 * files.texi (File Name Completion): Document PREDICATE arg
2722 to file-name-completion.
2723
27242006-12-16 Eli Zaretskii <eliz@gnu.org>
2725
2726 * internals.texi (Building Emacs, Writing Emacs Primitives):
2727 Add index entries.
2728
27292006-12-11 Richard Stallman <rms@gnu.org>
2730
2731 * modes.texi (Font Lock Basics): Explain how nil for font-lock-defaults
2732 affects face menu. Explain how to make it non-nil without enabling
2733 any fontification.
2734
27352006-12-10 Chong Yidong <cyd@stupidchicken.com>
2736
2737 * modes.texi (Font Lock Basics): Document nil value of
2738 font-lock-defaults.
2739
27402006-12-10 Glenn Morris <rgm@gnu.org>
2741
2742 * abbrevs.texi (Defining Abbrevs): Mention `define-abbrev' 'force
2743 value for system-flag argument. Abbrev tables may not be empty
2744 when major modes are loaded.
2745
27462006-12-08 Juanma Barranquero <lekktu@gmail.com>
2747
2748 * makefile.w32-in (maintainer-clean): Partially revert last
2749 change; delete "elisp-?" and "elisp-??" instead of "elisp-*"
2750 to protect elisp-covers.texi.
2751
27522006-12-07 Juanma Barranquero <lekktu@gmail.com>
2753
2754 * makefile.w32-in (maintainer-clean): Depend on `distclean'.
2755 Don't remove elisp* info files; they are already deleted by the
2756 `clean' and `distclean' targets, and they are in the $(infodir)
2757 directory, not the current one.
2758
27592006-12-04 Kim F. Storm <storm@cua.dk>
2760
2761 * commands.texi (Misc Events): Update signal events.
2762 (Event Examples): Add signal example.
2763
27642006-11-29 Richard Stallman <rms@gnu.org>
2765
2766 * frames.texi (Visibility of Frames): Explain visible windows
2767 can be covered by others. Add xref for raise-frame.
2768
27692006-11-28 Richard Stallman <rms@gnu.org>
2770
2771 * searching.texi (Regexp Special): Update when ^ is special.
2772
27732006-11-27 Eli Zaretskii <eliz@gnu.org>
2774
2775 * customize.texi (Customization, Common Keywords)
2776 (Group Definitions, Variable Definitions, Composite Types)
2777 (Type Keywords, Customization Types): Add index entries for
2778 various customization keywords.
2779
27802006-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
2781
2782 * modes.texi (Multiline Font Lock): Rephrase some parts for clarity.
2783
c8763fb6 27842006-11-10 Jan Djärv <jan.h.d@swipnet.se>
b8d4c8d0
GM
2785
2786 * frames.texi (Window System Selections): Remove clipboard from
2787 description of selection-coding-system.
2788
27892006-11-06 Richard Stallman <rms@gnu.org>
2790
2791 * lists.texi (List Variables): Document COMPARE-FN.
2792
2793 * keymaps.texi: Avoid use of "binding" to mean a relation;
2794 use it only to refer to the meaning associated with a key.
2795 (Keymaps): Change menu node description.
2796
2797 * elisp.texi (Top): Change menu node description.
2798
2799 * display.texi (Managing Overlays): Document overlay-recenter.
2800
28012006-10-29 Chong Yidong <cyd@stupidchicken.com>
2802
2803 * Makefile.in: Use relative paths to avoid advertising filesystem
2804 contents during compilation.
2805
28062006-10-23 Kim F. Storm <storm@cua.dk>
2807
2808 * commands.texi (Event Input Misc): Update unread-command-events.
2809
28102006-10-23 Nick Roberts <nickrob@snap.net.nz>
2811
2812 * lists.texi (Sets And Lists): Fix typos.
2813
28142006-10-18 Juanma Barranquero <lekktu@gmail.com>
2815
2816 * control.texi (Processing of Errors): Use @var for an argument,
2817 not @code.
2818
28192006-10-16 Richard Stallman <rms@gnu.org>
2820
2821 * edebug.texi (Edebug Recursive Edit): Minor cleanup.
2822
2823 * keymaps.texi (Format of Keymaps): Show all the keymap element
2824 patterns that result from menu items.
2825 (Key Lookup): Minor cleanups.
2826
2827 * modes.texi (Precalculated Fontification): Don't say that
2828 not setting font-lock-defaults avoids loading font-lock.
2829
2830 * help.texi (Documentation): Move xref to Emacs Manual here.
2831 (Documentation Basics): From here.
2832 Also doc emacs-lisp-docstring-fill-column.
2833
2834 * elisp.texi: Update version and ISBN.
2835
2836 * commands.texi (Interactive Call): Clarify KEYS arg to
2837 call-interactively is a vector.
2838 (Command Loop Info): Delete anchor in this-command-keys.
2839 Add anchor in this-command-keys-vector.
2840 (Recursive Editing): Document how recursive-edit
2841 handles the current buffer.
2842
28432006-10-13 Chong Yidong <cyd@stupidchicken.com>
2844
2845 * frames.texi (Frame Titles): %c and %l are ignored in
2846 frame-title-format.
2847
28482006-10-11 Richard Stallman <rms@gnu.org>
2849
2850 * keymaps.texi (Key Sequences): Clarify use of kbd.
2851
28522006-10-10 Kim F. Storm <storm@cua.dk>
2853
2854 * lists.texi (Sets And Lists): Add memql.
2855
28562006-10-03 Richard Stallman <rms@gnu.org>
2857
2858 * searching.texi (Char Classes): Document :multibyte: and :unibyte:.
2859 Clarify :ascii: and :nonascii:.
2860
28612006-09-29 Juri Linkov <juri@jurta.org>
2862
2863 * modes.texi (%-Constructs): Reorder coding systems in the
2864 documentation of %z to the real order displayed in the modeline.
2865
28662006-09-25 Richard Stallman <rms@gnu.org>
2867
2868 * os.texi (Timers): Describe timer-max-repeats.
2869
28702006-09-25 Chong Yidong <cyd@stupidchicken.com>
2871
2872 * os.texi (Timers): Mention with-local-quit.
2873
28742006-09-24 Richard Stallman <rms@gnu.org>
2875
2876 * searching.texi (Searching and Matching): Mention property search.
2877
2878 * commands.texi (Command Loop Info): Explain how read-event affects
2879 this-command-keys.
2880
28812006-09-20 Richard Stallman <rms@gnu.org>
2882
2883 * os.texi (Timers): Clarify about REPEAT when timer is delayed.
2884
2885 * windows.texi (Window Start): Minor cleanups.
2886
28872006-09-20 Kim F. Storm <storm@cua.dk>
2888
2889 * windows.texi (Window Start): pos-visible-in-window-p allows
2890 specifying t for position to mean "end of window".
2891 Add window-line-height.
2892
2893 * anti.texi (Antinews): Mention window-line-height.
2894
28952006-09-19 David Kastrup <dak@gnu.org>
2896
2897 * keymaps.texi (Searching Keymaps): Small clarification.
2898
28992006-09-18 Richard Stallman <rms@gnu.org>
2900
2901 * keymaps.texi (Creating Keymaps): Explain that keymap prompt strings
2902 cause keyboard menus.
2903 (Menu Keymaps): Likewise.
2904 (Defining Menus, Keyboard Menus): Clarify.
2905
2906 * text.texi (Fields): Clarify explanation of constrain-to-field.
2907
29082006-09-16 Eli Zaretskii <eliz@gnu.org>
2909
2910 * variables.texi (Tips for Defining): Fix a typo.
2911
29122006-09-15 Richard Stallman <rms@gnu.org>
2913
2914 * keymaps.texi (Remapping Commands, Searching Keymaps)
2915 (Active Keymaps): Clean up previous change.
2916
29172006-09-15 Jay Belanger <belanger@truman.edu>
2918
2919 * gpl.texi: Replace "Library Public License" by "Lesser Public
2920 License" throughout.
2921
29222006-09-15 David Kastrup <dak@gnu.org>
2923
2924 * keymaps.texi (Active Keymaps): Adapt description to use
2925 `get-char-property' instead `get-text-property'. Explain how
2926 mouse events change this. Explain the new optional argument of
2927 `key-binding' and its mouse-dependent lookup.
2928 (Searching Keymaps): Adapt description similarly.
2929 (Remapping Commands): Explain the new optional argument of
2930 `command-remapping'.
2931
29322006-09-14 Richard Stallman <rms@gnu.org>
2933
2934 * keymaps.texi (Searching Keymaps): Clarification.
2935 (Active Keymaps): Refer to Searching Keymaps instead of duplication.
2936
29372006-09-13 Richard Stallman <rms@gnu.org>
2938
2939 * objects.texi (Character Type): Node split.
2940 Add xref to Describing Characters.
2941 (Basic Char Syntax, General Escape Syntax)
2942 (Ctl-Char Syntax, Meta-Char Syntax): New subnodes.
2943
29442006-09-11 Richard Stallman <rms@gnu.org>
2945
2946 * display.texi (Display Table Format): Wording clarification.
2947 (Glyphs): Clarifications.
2948
29492006-09-10 Chong Yidong <cyd@stupidchicken.com>
2950
2951 * keymaps.texi (Active Keymaps): Mention that key-binding checks
2952 local maps.
2953
29542006-09-10 Kim F. Storm <storm@cua.dk>
2955
2956 * display.texi (Forcing Redisplay): Document return value of
2957 function redisplay.
2958
29592006-09-09 Richard Stallman <rms@gnu.org>
2960
2961 * windows.texi (Window Hooks): Explain limits of
2962 window-scroll-functions.
2963
2964 * display.texi (Fringe Indicators): Update for last change in
2965 indicate-buffer-boundaries.
2966
29672006-09-08 Richard Stallman <rms@gnu.org>
2968
2969 * processes.texi (Bindat Spec): Suggest names ending in -bindat-spec.
2970
29712006-09-06 Kim F. Storm <storm@cua.dk>
2972
2973 * frames.texi (Display Feature Testing): display-mm-dimensions-alist.
2974
2975 * windows.texi (Window Start): Update pos-visible-in-window-p.
2976
29772006-09-04 Richard Stallman <rms@gnu.org>
2978
2979 * processes.texi (Accepting Output): Explain SECONDS=0 for
2980 accept-process-output.
2981
2982 * os.texi (Idle Timers): Explain why timer functions should not
2983 loop until (input-pending-p).
2984
29852006-09-02 Eli Zaretskii <eliz@gnu.org>
2986
2987 * makefile.w32-in (usermanualdir): New variable.
2988 (elisp.dvi): Use it.
2989
29902006-09-01 Eli Zaretskii <eliz@gnu.org>
2991
2992 * buffers.texi (Buffer Modification): Fix last change.
2993
29942006-09-01 Chong Yidong <cyd@stupidchicken.com>
2995
2996 * buffers.texi (Buffer Modification): Document
2997 buffer-chars-modified-tick.
2998
29992006-08-31 Richard Stallman <rms@gnu.org>
3000
3001 * modes.texi (Syntactic Font Lock): Mention specific faces once again.
3002
30032006-08-31 Richard Bielawski <RBielawski@moneygram.com> (tiny change)
3004
3005 * modes.texi (Syntactic Font Lock):
3006 Mention font-lock-syntactic-face-function
3007 instead of specific faces.
3008
30092006-08-29 Chong Yidong <cyd@stupidchicken.com>
3010
3011 * display.texi (Images): Add xrref to display-images-p.
3012
30132006-08-28 Kenichi Handa <handa@m17n.org>
3014
3015 * nonascii.texi (Lisp and Coding Systems): Fix description of
3016 detect-coding-region.
3017
30182006-08-27 Michael Olson <mwolson@gnu.org>
3019
3020 * processes.texi (Transaction Queues): Remove stray quote
3021 character.
3022
30232006-08-25 Richard Stallman <rms@gnu.org>
3024
3025 * os.texi (Idle Timers): run-with-idle-timer allows Lisp time value.
3026 Add xref.
3027
30282006-08-24 Chong Yidong <cyd@stupidchicken.com>
3029
3030 * os.texi (Timers): Avoid waiting inside timers.
3031
30322006-08-21 Lute Kamstra <lute@gnu.org>
3033
3034 * Makefile.in: Use ../man/texinfo.tex to build elisp.dvi.
3035
30362006-08-20 Richard Stallman <rms@gnu.org>
3037
3038 * os.texi (Idle Timers): New node, split out from Timers.
3039 Document current-idle-time.
3040 * commands.texi (Reading One Event): Update xref.
3041 * elisp.texi (Top): Update subnode menu.
3042
30432006-08-16 Richard Stallman <rms@gnu.org>
3044
3045 * keymaps.texi (Extended Menu Items): Show format of cached
3046 bindings in extended menu items.
3047
3048 * customize.texi (Variable Definitions): Explain when the
3049 standard value expression is evaluated.
3050
30512006-08-15 Chong Yidong <cyd@stupidchicken.com>
3052
3053 * commands.texi (Reading One Event): Explain idleness in
3054 `read-event'.
3055
30562006-08-12 Chong Yidong <cyd@stupidchicken.com>
3057
3058 * text.texi (Near Point): Say "cursor" not "terminal cursor".
3059 (Commands for Insertion): Removed split-line since it's not
3060 relevant for Lisp programming.
3061 (Yank Commands): Rewrite introduction.
3062 (Undo): Clarify.
3063 (Maintaining Undo): Clarify. Document undo-ask-before-discard.
3064 (Filling): Remove redundant comment. Clarify return value of
3065 current-justification.
3066 (Margins): Minor clarifications.
3067 (Adaptive Fill): Update default value of adaptive-fill-regexp.
3068 (Sorting): Update definition of sort-lines.
3069 (Columns): Clarify behavior of sort-columns.
3070 (Indent Tabs): Link to Tab Stops in Emacs manual.
3071 (Special Properties): Clarify.
3072 (Clickable Text): Mention Buttons package.
3073
30742006-08-12 Kevin Ryde <user42@zip.com.au>
3075
3076 * os.texi (Time Parsing): Add %z to description of
3077 format-time-string, as per docstring. Add cross reference to
3078 glibc manual for strftime.
3079
30802006-08-08 Richard Stallman <rms@gnu.org>
3081
3082 * modes.texi: Clean up wording in previous change.
3083
30842006-08-07 Chong Yidong <cyd@stupidchicken.com>
3085
3086 * modes.texi (Hooks): Clarify.
3087 (Major Mode Basics): Mention define-derived-mode explicitly.
3088 (Major Mode Conventions): Rebinding RET is OK for some modes.
3089 Mention change-major-mode-hook and after-change-major-mode-hook.
3090 (Example Major Modes): Moved to end of Modes section.
3091 (Mode Line Basics): Clarify.
3092 (Mode Line Data): Mention help-echo and local-map in strings.
3093 Explain reason for treatment of non-risky variables.
3094 (Properties in Mode): Clarify.
3095 (Faces for Font Lock): Add font-lock-negation-char-face.
3096
30972006-08-04 Eli Zaretskii <eliz@gnu.org>
3098
3099 * strings.texi (Formatting Strings): Warn against arbitrary
3100 strings as first arg to `format'.
3101
31022006-07-31 Thien-Thi Nguyen <ttn@gnu.org>
3103
3104 * text.texi (Clickable Text): Mention `help-echo' text property.
3105 Update intro, examples and associated explanations.
3106
31072006-07-31 Richard Stallman <rms@gnu.org>
3108
3109 * commands.texi: Update xrefs.
3110 (Event Mod): New node, cut out from old Translating Input.
3111
3112 * maps.texi: Update xrefs.
3113
3114 * keymaps.texi (Translation Keymaps): New node.
3115 Update xrefs from Translating Input to Translation Keymaps.
3116
3117 * elisp.texi (Top): Update subnode menu.
3118
3119 * display.texi (Face Functions): Fix explanations of FRAME=t or nil.
3120
3121 * os.texi (System Interface): Fix menu descriptions of some nodes.
3122 (Translating Input): Node deleted.
3123
31242006-07-31 Nick Roberts <nickrob@snap.net.nz>
3125
3126 * modes.texi (Minor Mode Conventions): Update xref for add-to-list.
3127
3128 * lists.texi (Sets And Lists): Likewise.
3129
31302006-07-30 Thien-Thi Nguyen <ttn@gnu.org>
3131
3132 * text.texi (Fields): Mention POS
3133 requirement when narrowing is in effect.
3134
31352006-07-28 Richard Stallman <rms@gnu.org>
3136
3137 * display.texi (Face Attributes): Simplify wording.
3138 (Attribute Functions): Clarify meaning of new-frame default
3139 attribute settings.
3140
3141 * customize.texi (Common Keywords): Document how to use
3142 :package-version in a package not in Emacs.
3143
31442006-07-28 Kim F. Storm <storm@cua.dk>
3145
3146 * commands.texi (Reading One Event): Fix last change.
3147
31482006-07-26 Chong Yidong <cyd@stupidchicken.com>
3149
3150 * commands.texi (Reading One Event): Document SECONDS argument for
3151 read-event, read-char, and read-char-exclusive.
3152
31532006-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
3154
3155 * modes.texi (Multiline Font Lock): Can't use jit-lock-defer-multiline
3156 to ensure correct identification.
3157
31582006-07-24 Richard Stallman <rms@gnu.org>
3159
3160 * text.texi (Clickable Text): Clarify.
3161
3162 * sequences.texi (Vector Functions): Delete duplicate xref.
3163
3164 * objects.texi (Function Type): Clarify.
3165
3166 * modes.texi (Keymaps and Minor Modes): List punct chars for minor
3167 modes.
3168
3169 * lists.texi (List Variables): New node.
3170 Material moved from other nodes.
3171
3172 * variables.texi (Setting Variables): add-to-list and
3173 add-to-ordered-list moved to List Variables node.
3174
31752006-07-23 Thien-Thi Nguyen <ttn@gnu.org>
3176
3177 * text.texi (Links and Mouse-1):
3178 For mouse-on-link-p, expand on arg POS.
3179
31802006-07-21 Kim F. Storm <storm@cua.dk>
3181
3182 * display.texi (Forcing Redisplay): Don't mention systems which
3183 don't support sub-second timers for redisplay-preemption-period.
3184
3185 * os.texi (Terminal Output): Clarify text vs graphical terminal.
3186
31872006-07-21 Eli Zaretskii <eliz@gnu.org>
3188
3189 * frames.texi (Input Focus): Document that focus-follows-mouse has
3190 no effect on MS-Windows.
3191
31922006-07-18 Richard Stallman <rms@gnu.org>
3193
3194 * display.texi (Forcing Redisplay): Cleanups in previous change.
3195
3196 * processes.texi (Low-Level Network): Make menu more convenient.
3197
31982006-07-18 Kim F. Storm <storm@cua.dk>
3199
3200 * display.texi (Forcing Redisplay): redisplay-preemption-period
3201 only used on window systems. Add xref to Terminal Output.
3202
3203 * os.texi (Terminal Output): baud-rate only controls preemption on
3204 non-window systems. Add xref to Forcing Redisplay.
3205
3206 * processes.texi (Low-Level Network): Rename node "Make Network"
3207 to "Network Processes".
3208
32092006-07-18 Karl Berry <karl@gnu.org>
3210
3211 * variables.texi, functions.texi, customize.texi, loading.texi:
3212 * edebug.texi, minibuf.texi: Fix page breaks through chapter 20.
3213
32142006-07-17 Chong Yidong <cyd@stupidchicken.com>
3215
3216 * commands.texi (Waiting): Document batch-mode sit-for behavior.
3217
32182006-07-17 Richard Stallman <rms@gnu.org>
3219
3220 * eval.texi, elisp.texi, text.texi: Use real doublequote inside menus.
3221 Put period and comma inside quotes.
3222
3223 * loading.texi, markers.texi: Use real doublequote inside menus.
3224
3225 * windows.texi: Put point and comma inside quotes.
3226 (Textual Scrolling): Use @samp for error message.
3227
3228 * variables.texi, tips.texi, syntax.texi, symbols.texi:
3229 * strings.texi, streams.texi, processes.texi, os.texi:
3230 * objects.texi, numbers.texi, modes.texi, minibuf.texi:
3231 * lists.texi, keymaps.texi, intro.texi, hash.texi, internals.texi:
3232 * gpl.texi, functions.texi, files.texi, frames.texi, doclicense.texi:
3233 * display.texi, control.texi, commands.texi, buffers.texi, anti.texi:
3234 Put point and comma inside quotes.
3235
3236 * control.texi (Processing of Errors): Add command-error-function.
3237
3238 * variables.texi (File Local Variables): Clarify that
3239 file local variables make buffer-local bindings.
3240
3241 * modes.texi (Syntactic Font Lock): Give default for
3242 font-lock-syntax-table.
3243
32442006-07-17 Nick Roberts <nickrob@snap.net.nz>
3245
3246 * text.texi (Special Properties): Clean up previous change.
3247
32482006-07-16 Karl Berry <karl@gnu.org>
3249
3250 * objects.texi, numbers.texi, strings.texi, lists.texi, hash.texi:
3251 * control.texi: Fix bad page breaks through chapter 10 (control).
3252
3253 * anti.texi (Antinews): Reorder face-attribute fns to avoid
3254 underfull hbox.
3255
32562006-07-15 Nick Roberts <nickrob@snap.net.nz>
3257
3258 * text.texi (Special Properties): Describe fontified text property
3259 in relation to a character (not text).
3260
32612006-07-15 Kim F. Storm <storm@cua.dk>
3262
3263 * maps.texi (Standard Keymaps): Add xref for minibuffer maps.
3264 Add apropos-mode-map, custom-mode-map, esc-map, global-map,
3265 grep-mode-map, help-map, help-mode-map, kmacro-map, and tool-bar-map.
3266
3267 * anti.texi (Antinews): Mention redisplay function.
3268 The kbd macro existed, but was not documented, before 22.x.
3269 Function pos-visible-in-window-p is not new in 22.x, just enhanced.
3270
32712006-07-14 Nick Roberts <nickrob@snap.net.nz>
3272
3273 * display.texi (Displaying Messages): Add anchor.
3274
3275 * frames.texi (Dialog Boxes): Use it.
3276
32772006-07-12 Richard Stallman <rms@gnu.org>
3278
3279 * objects.texi (Frame Type): Explain nature of frames better.
3280
3281 * frames.texi (Frames): Explain nature of frames better.
3282
32832006-07-12 Ken Manheimer <ken.manheimer@gmail.com>
3284
3285 * tips.texi (Coding Conventions): Explain why use cl at compile time.
3286
32872006-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3288
3289 * frames.texi (Window System Selections): Mention scrap support for Mac.
3290 Default value of x-select-enable-clipboard is t on Mac.
3291
3292 * os.texi (Getting Out): Suspending is not allowed on Mac, either.
3293
32942006-07-11 Kim F. Storm <storm@cua.dk>
3295
3296 * display.texi (Forcing Redisplay): Add `redisplay' function.
3297 Don't mention (sit-for -1) -- use (redisplay t) instead.
3298
3299 * commands.texi (Waiting): (sit-for -1) is no longer special.
3300 (sit-for 0) is equivalent to (redisplay).
3301 Iconifying/deiconifying no longer makes sit-for return.
3302
33032006-07-10 Nick Roberts <nickrob@snap.net.nz>
3304
3305 * display.texi (Buttons): Fix typo.
3306
3307 * index.texi, elisp.texi (New Symbols): Comment node out.
3308
33092006-07-09 Richard Stallman <rms@gnu.org>
3310
3311 * display.texi (Truncation): Clean up previous change.
3312
33132006-07-08 Richard Stallman <rms@gnu.org>
3314
3315 * commands.texi (Interactive Call): Use 3 as prefix in example
3316 for execute-extended-command.
3317
3318 * display.texi (Attribute Functions): Move paragraph about
3319 compatibility with Emacs < 21.
3320
33212006-07-09 Kim F. Storm <storm@cua.dk>
3322
3323 * display.texi (Refresh Screen): Clarify force-window-update.
3324 (Truncation): "Normally" indicated by fringe arrows.
3325
33262006-07-08 Eli Zaretskii <eliz@gnu.org>
3327
3328 * windows.texi (Textual Scrolling, Resizing Windows):
3329 * variables.texi (Constant Variables):
3330 * text.texi (Buffer Contents, Deletion, Changing Properties)
3331 (Property Search, Special Properties, Sticky Properties)
3332 (Links and Mouse-1, Fields, Change Hooks):
3333 * syntax.texi (Syntax Table Functions, Parsing Expressions)
3334 (Categories):
3335 * symbols.texi (Other Plists):
3336 * streams.texi (Output Variables):
3337 * processes.texi (Input to Processes, Query Before Exit):
3338 * positions.texi (Word Motion, Text Lines, List Motion):
3339 * os.texi (Init File, System Environment, Sound Output)
3340 (Session Management):
3341 * nonascii.texi (Text Representations, Character Sets)
3342 (Chars and Bytes, Locales):
3343 * modes.texi (Defining Minor Modes, Header Lines):
3344 * minibuf.texi (Minibuffer Contents):
3345 * markers.texi (Information from Markers):
3346 * lists.texi (List Elements, Building Lists, Association Lists):
3347 * keymaps.texi (Tool Bar):
3348 * hash.texi (Creating Hash, Hash Access, Defining Hash, Other Hash):
3349 * functions.texi (What Is a Function, Mapping Functions):
3350 * frames.texi (Creating Frames, Parameter Access, Pointer Shape)
3351 (Color Names, Text Terminal Colors, Display Feature Testing):
3352 * files.texi (Visiting Functions, File Name Components)
3353 (Unique File Names, Contents of Directories):
3354 * display.texi (Forcing Redisplay, Displaying Messages)
3355 (Temporary Displays, Font Selection, Auto Faces)
3356 (Font Lookup, Fringe Indicators, Display Margins)
3357 (Image Descriptors, Showing Images, Image Cache, Button Types)
3358 (Making Buttons, Manipulating Buttons, Button Buffer Commands)
3359 (Display Table Format, Glyphs):
3360 * control.texi (Iteration):
3361 * commands.texi (Command Loop Info, Adjusting Point):
3362 * backups.texi (Making Backups, Auto-Saving):
3363 Remove @tindex entries.
3364
33652006-07-07 Kim F. Storm <storm@cua.dk>
3366
3367 * display.texi (Fringe Cursors): Fix typo.
3368 (Customizing Bitmaps): Fix define-fringe-bitmap entry.
3369 (Overlay Arrow): Default is overlay-arrow fringe indicator.
3370
33712006-07-05 Richard Stallman <rms@gnu.org>
3372
3373 * text.texi (Buffer Contents): Add example of text props
3374 in result of buffer-substring.
3375 (Text Properties): Explain better about use of specific property names.
3376 (Property Search): Some cleanups; reorder some functions.
3377
3378 * keymaps.texi (Changing Key Bindings): Cleanup.
3379 Add xref to Key Binding Conventions.
3380
3381 * display.texi (Attribute Functions): Add examples for
3382 face-attribute-relative-p.
3383
3384 * tips.texi (Coding Conventions): Cleanup last change.
3385
33862006-07-05 Karl Berry <karl@gnu.org>
3387
3388 * elisp.texi: Use @fonttextsize 10pt, a la emacs.texi.
3389 Remove @setchapternewpage odd.
3390 Result is 1013 pages, down from 1100.
3391
3392 * anti.texi, customize.texi, display.texi, internals.texi:
3393 * minibuf.texi, modes.texi, tips.texi:
3394 Fix overfull/underfull boxes.
3395
33962006-07-05 Thien-Thi Nguyen <ttn@gnu.org>
3397
3398 * edebug.texi (Instrumenting):
3399 Add Edebug-specific findex for eval-buffer.
3400 * loading.texi (Loading):
3401 Replace eval-current-buffer with eval-buffer.
3402
34032006-06-30 Nick Roberts <nickrob@snap.net.nz>
3404
3405 * locals.texi (Standard Buffer-Local Variables): Update the list
3406 of variables.
3407
34082006-06-26 Nick Roberts <nickrob@snap.net.nz>
3409
3410 * files.texi (File Name Completion): Point user to the node
3411 "Reading File Names".
3412
34132006-06-24 Eli Zaretskii <eliz@gnu.org>
3414
3415 * files.texi (Contents of Directories): Document case-insensitive
3416 behavior on respective filesystems.
3417
3418 * objects.texi (Character Type): Document that Emacs signals an
3419 error for unsupported Unicode characters specified as \uNNNN.
3420
34212006-06-19 Richard Stallman <rms@gnu.org>
3422
3423 * processes.texi (Bindat Spec): Clarify previous change.
3424
34252006-06-16 Richard Stallman <rms@gnu.org>
3426
3427 * tips.texi (Coding Conventions): Better explain conventions
3428 for definition constructs.
3429
3430 * text.texi (Special Properties): String value of `read-only'
3431 serves as the error message.
3432
3433 * objects.texi (Character Type): Clarify prev. change.
3434 (Non-ASCII in Strings): Mention \u and \U.
3435
3436 * commands.texi (Using Interactive): Explain problem of
3437 markers, etc., in command-history.
3438
34392006-06-14 Kim F. Storm <storm@cua.dk>
3440
3441 * commands.texi (Waiting): Negative arg to sit-for forces
3442 redisplay even if input is pending.
3443
3444 * display.texi (Forcing Redisplay): Use (sit-for -1) to force a
3445 redisplay. Remove incorrect example of binding redisplay-dont-pause
3446 around (sit-for 0).
3447
34482006-06-13 Richard Stallman <rms@gnu.org>
3449
3450 * display.texi (Forcing Redisplay): Clarify previous change.
3451
34522006-06-13 Romain Francoise <romain@orebokech.com>
3453
3454 * display.texi (Forcing Redisplay): Fix typo.
3455
34562006-06-13 Kim F. Storm <storm@cua.dk>
3457
3458 * display.texi (Forcing Redisplay): Add redisplay-preemption-period.
3459
34602006-06-10 Luc Teirlinck <teirllm@auburn.edu>
3461
3462 * tips.texi (Coding Conventions): Add `@end itemize'.
3463
34642006-06-10 Richard Stallman <rms@gnu.org>
3465
3466 * tips.texi (Coding Conventions): Explain use of coding systems
3467 to ensure one decoding for strings.
3468
34692006-06-09 Aidan Kehoe <kehoea@parhasard.net>
3470
3471 * objects.texi (Character Type): Describe the \uABCD and \U00ABCDEF
3472 syntax.
3473
34742006-06-07 Eli Zaretskii <eliz@gnu.org>
3475
3476 * display.texi (Font Selection): Remove description of
3477 clear-face-cache.
3478
3479 * compile.texi (Eval During Compile): Fix a typo. Add index
3480 entries for possible uses of eval-when-compile.
3481
34822006-06-04 Thien-Thi Nguyen <ttn@gnu.org>
3483
3484 * display.texi (Abstract Display): Fix typo.
3485
34862006-06-03 Eli Zaretskii <eliz@gnu.org>
3487
3488 * minibuf.texi (Minibuffer History) <history-add-new-input>:
3489 Reword variable's description.
3490
34912006-06-01 Richard Stallman <rms@gnu.org>
3492
3493 * windows.texi (Splitting Windows): Clarify splitting nonselected
3494 window.
3495
34962006-05-31 Juri Linkov <juri@jurta.org>
3497
3498 * minibuf.texi (Minibuffer History): Add history-add-new-input.
3499
35002006-05-30 Richard Stallman <rms@gnu.org>
3501
3502 * display.texi (Line Height): Fix errors in description of
10d1d0af 3503 default line height and line-height property.
b8d4c8d0
GM
3504
3505 * nonascii.texi (Default Coding Systems): Further clarification.
3506
35072006-05-29 Luc Teirlinck <teirllm@auburn.edu>
3508
3509 * internals.texi (Pure Storage): Mention that an overflow in pure
3510 space causes a memory leak.
3511 (Garbage Collection): If there was an overflow in pure space,
3512 `garbage-collect' returns nil.
3513
35142006-05-30 Eli Zaretskii <eliz@gnu.org>
3515
3516 * nonascii.texi (Default Coding Systems): Fix it some more.
3517
35182006-05-29 Eli Zaretskii <eliz@gnu.org>
3519
3520 * nonascii.texi (Default Coding Systems): Fix last change.
3521
35222006-05-29 Kenichi Handa <handa@m17n.org>
3523
3524 * nonascii.texi (find-operation-coding-system): Describe the new
3525 argument format (FILENAME . BUFFER).
3526
35272006-05-28 Richard Stallman <rms@gnu.org>
3528
3529 * tips.texi (Coding Conventions): Better explain reasons not to
3530 advise other packages or use `eval-after-load'.
3531
35322006-05-29 Kim F. Storm <storm@cua.dk>
3533
3534 * processes.texi (Bindat Functions): Rename `pos' and `raw-data' to
3535 `bindat-idx' and `bindat-raw' for clarity.
3536
35372006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
3538
3539 * processes.texi (Bindat Spec): Expand on `repeat' handler.
3540
3541 * display.texi (Display): Add "Abstract Display" to menu.
3542 (Abstract Display, Abstract Display Functions)
3543 (Abstract Display Example): New nodes.
3544 * elisp.texi (Top): Add "Abstract Display" to menu.
3545
35462006-05-27 Chong Yidong <cyd@stupidchicken.com>
3547
3548 * keymaps.texi (Key Sequences): Link to input events definition.
3549 (Format of Keymaps): Delete material duplicated in Keymap Basics.
3550
3551 * files.texi (Changing Files): Document updated argument list for
3552 copy-file.
3553
35542006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
3555
3556 * processes.texi (Bindat Functions): Explain term "total length".
3557 Use it in bindat-length and bindat-pack descriptions.
3558
35592006-05-26 Eli Zaretskii <eliz@gnu.org>
3560
3561 * tips.texi (Coding Conventions): Advise against using
3562 eval-after-load in packages. Add an index entry.
3563
35642006-05-25 Juri Linkov <juri@jurta.org>
3565
3566 * minibuf.texi (Text from Minibuffer): Undocument keep-all.
3567
3568 * modes.texi (%-Constructs): Add %e, %z, %Z.
3569
35702006-05-25 Richard Stallman <rms@gnu.org>
3571
3572 * elisp.texi (Top): Update subnode menu.
3573
3574 * keymaps.texi (Keymap Basics): New node, split out of Key Sequences.
3575 (Keymaps): Update menu.
3576
35772006-05-25 Chong Yidong <cyd@stupidchicken.com>
3578
3579 * keymaps.texi (Key Sequences): Some clarifications.
3580
35812006-05-25 Thien-Thi Nguyen <ttn@gnu.org>
3582
3583 * processes.texi (Bindat Functions): Say "unibyte string"
3584 explicitly for bindat-unpack and bindat-pack descriptions.
3585 (Bindat Examples): Don't call `string-make-unibyte' in example.
3586
35872006-05-25 Chong Yidong <cyd@stupidchicken.com>
3588
3589 * keymaps.texi (Key Sequences): Renamed from Keymap Terminology.
c5602427 3590 Explain string and vector representations of key sequences.
b8d4c8d0
GM
3591
3592 * keymaps.texi (Changing Key Bindings):
dd7b651b 3593 * commands.texi (Interactive Codes):
b8d4c8d0
GM
3594 * help.texi (Describing Characters): Refer to it.
3595
35962006-05-23 Luc Teirlinck <teirllm@auburn.edu>
3597
3598 * frames.texi (Pointer Shape): @end table -> @end defvar.
3599
36002006-05-22 Richard Stallman <rms@gnu.org>
3601
3602 * elisp.texi (Top): Update subnode menus.
3603
3604 * frames.texi (Pointer Shape): Node renamed from Pointer Shapes.
3605 Contents rewritten; material from old Pointer Shape node moved here.
3606
3607 * display.texi (Pointer Shape): Node deleted.
3608 (Image Descriptors): Minor cleanup.
3609
36102006-05-21 Richard Stallman <rms@gnu.org>
3611
3612 * syntax.texi (Parsing Expressions): Update info on which STATE
3613 elements are ignored.
3614
36152006-05-19 Luc Teirlinck <teirllm@auburn.edu>
3616
3617 * hooks.texi (Standard Hooks): Correct typo.
3618
3619 * gpl.texi (GPL): ifinfo -> ifnottex.
3620
36212006-05-19 Michael Ernst <mernst@alum.mit.edu> (tiny change)
3622
3623 * searching.texi (Simple Match Data): Warn about match data being
3624 set anew by every search.
3625
36262006-05-17 Richard Stallman <rms@gnu.org>
3627
3628 * minibuf.texi (Minibuffer History): Clarify.
3629
3630 * searching.texi (Regexp Special): Clarify nested regexp warning.
3631
36322006-05-16 Kim F. Storm <storm@cua.dk>
3633
3634 * minibuf.texi (Minibuffer History): Update add-to-history.
3635
36362006-05-15 Oliver Scholz <epameinondas@gmx.de> (tiny change)
3637
3638 * nonascii.texi (Explicit Encoding): Fix
3639 typo (encoding<->decoding).
3640
36412006-05-14 Richard Stallman <rms@gnu.org>
3642
3643 * buffers.texi (Creating Buffers): Cleanup.
3644
3645 * files.texi (Visiting Functions): Rewrite in find-file-noselect.
3646
36472006-05-13 Eli Zaretskii <eliz@gnu.org>
3648
3649 * buffers.texi (Current Buffer): Document that with-temp-buffer
3650 disables undo.
3651
3652 * os.texi (Terminal-Specific): More accurate description of how
3653 Emacs searches for the terminal-specific libraries.
3654
36552006-05-12 Eli Zaretskii <eliz@gnu.org>
3656
3657 * hooks.texi (Standard Hooks) [iftex]: Convert @xref's to
3658 emacs-xtra to @inforef's.
3659
3660 * text.texi (Undo): Document that undo is turned off in buffers
3661 whose names begin with a space.
3662
3663 * buffers.texi (Buffer Names): Add index entries for buffers whose
3664 names begin with a space.
3665 (Creating Buffers): Document that undo is turned off in buffers
3666 whose names begin with a space.
3667
3668 * files.texi (Visiting Functions, Reading from Files)
3669 (Saving Buffers): Mention code and EOL conversions by file I/O
3670 primitives and subroutines.
3671
3672 * nonascii.texi (Lisp and Coding Systems): Document
3673 coding-system-eol-type. Add index entries for eol conversion.
3674
3675 * display.texi (Defining Faces): Mention `mac', and add an xref to
3676 where window-system is described.
3677
36782006-05-10 Richard Stallman <rms@gnu.org>
3679
3680 * internals.texi (Writing Emacs Primitives): Clarify GCPRO rules.
3681
36822006-05-10 Reiner Steib <Reiner.Steib@gmx.de>
3683
3684 * variables.texi (File Local Variables): Recommend to quote lambda
3685 expressions in safe-local-variable property.
3686
36872006-05-09 Richard Stallman <rms@gnu.org>
3688
3689 * variables.texi (File Local Variables): Document
3690 safe-local-eval-forms and safe-local-eval-function.
3691
36922006-05-07 Kim F. Storm <storm@cua.dk>
3693
3694 * minibuf.texi (Minibuffer History): Remove keep-dups arg
3695 from add-to-history.
3696
36972006-05-07 Romain Francoise <romain@orebokech.com>
3698
3699 * commands.texi (Event Input Misc):
3700 * compile.texi (Eval During Compile):
3701 * internals.texi (Buffer Internals):
3702 * minibuf.texi (Initial Input):
3703 * nonascii.texi (Scanning Charsets):
3704 * numbers.texi (Comparison of Numbers):
3705 * windows.texi (Textual Scrolling, Vertical Scrolling):
3706 Fix various typos.
3707
37082006-05-06 Eli Zaretskii <eliz@gnu.org>
3709
3710 * hooks.texi (Standard Hooks): Replace inforef to emacs-xtra by
3711 conditional xref's to either emacs or emacs-xtra, depending on
3712 @iftex/@ifnottex.
3713
3714 * minibuf.texi (Minibuffer History): Document add-to-history.
3715
37162006-05-05 Eli Zaretskii <eliz@gnu.org>
3717
3718 * internals.texi (Pure Storage): Mention the pure overflow message
3719 at startup.
3720
c8763fb6 37212006-05-05 Johan Bockgård <bojohan@dd.chalmers.se>
b8d4c8d0
GM
3722
3723 * keymaps.texi (Active Keymaps): Fix pseudo-Lisp syntax.
3724 (Searching Keymaps): Fix pseudo-Lisp description of keymap
3725 search.
3726
37272006-05-01 Richard Stallman <rms@gnu.org>
3728
3729 * intro.texi (nil and t): Clarify.
3730
3731 * variables.texi (File Local Variables): Suggest using booleanp.
3732
37332006-05-01 Juanma Barranquero <lekktu@gmail.com>
3734
3735 * objects.texi (Type Predicates): Fix typos.
3736
37372006-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
3738
3739 * intro.texi (nil and t): Add booleanp.
3740
3741 * objects.texi (Type Predicates): Add links for booleanp and
3742 string-or-null-p.
3743
37442006-04-29 Richard Stallman <rms@gnu.org>
3745
3746 * modes.texi (Multiline Font Lock): Rename from
3747 Multi line Font Lock Elements. Much clarification.
3748 (Font Lock Multiline, Region to Fontify): Much clarification.
3749
37502006-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
3751
3752 * variables.texi (File Local Variables): Remove the special case t for
3753 safe-local-variable.
3754
37552006-04-26 Richard Stallman <rms@gnu.org>
3756
3757 * syntax.texi (Parsing Expressions): Minor cleanup.
3758
37592006-04-18 Richard Stallman <rms@gnu.org>
3760
3761 * tips.texi (Coding Conventions): Explain when the package's
3762 prefix should appear later on (not at the start of the name).
3763
3764 * searching.texi (String Search): Clarify effect of NOERROR.
3765
3766 * modes.texi (Imenu): Clarify what special items do.
3767
3768 * hooks.texi (Standard Hooks): Delete text about old hook names.
3769
37702006-04-17 Romain Francoise <romain@orebokech.com>
3771
3772 * variables.texi (Local Variables): Update the default value of
3773 `max-specpdl-size'.
3774
37752006-04-15 Michael Olson <mwolson@gnu.org>
3776
3777 * processes.texi (Transaction Queues): Mention the new optional
3778 `delay-question' argument for `tq-enqueue'.
3779
37802006-04-13 Bill Wohler <wohler@newt.com>
3781
3782 * customize.texi (Common Keywords): Use dotted notation for
3783 :package-version value. Specify its values. Improve documentation
3784 for customize-package-emacs-version-alist.
3785
37862006-04-12 Bill Wohler <wohler@newt.com>
3787
3788 * customize.texi (Common Keywords): Move description of
3789 customize-package-emacs-version-alist to @defvar.
3790
37912006-04-10 Bill Wohler <wohler@newt.com>
3792
3793 * customize.texi (Common Keywords): Add :package-version.
3794
37952006-04-10 Kim F. Storm <storm@cua.dk>
3796
3797 * text.texi (Buffer Contents): Add NOPROPS arg to
3798 filter-buffer-substring.
3799
38002006-04-08 Kevin Ryde <user42@zip.com.au>
3801
3802 * os.texi (Command-Line Arguments): Update xref to emacs manual
3803 "Command Arguments" -> "Emacs Invocation", per change there.
3804
38052006-04-08 Thien-Thi Nguyen <ttn@gnu.org>
3806
3807 * display.texi (Other Display Specs): Arrange a @code{DOTTED-LIST} to
3808 be on one line to help makeinfo not render two spaces after the dot.
3809
38102006-04-07 Reiner Steib <Reiner.Steib@gmx.de>
3811
3812 * strings.texi (Predicates for Strings): Add string-or-null-p.
3813
38142006-03-28 Kim F. Storm <storm@cua.dk>
3815
3816 * processes.texi (Accepting Output): Remove obsolete (and incorrect)
3817 remarks about systems that don't support fractional seconds.
3818
38192006-03-25 Karl Berry <karl@gnu.org>
3820
3821 * elisp.texi: Use @copyright{} instead of (C), and do not indent
3822 the year list.
3823
38242006-03-21 Nick Roberts <nickrob@snap.net.nz>
3825
3826 * display.texi (Fringe Indicators): Fix typos.
3827
38282006-03-19 Luc Teirlinck <teirllm@auburn.edu>
3829
3830 * tips.texi (Documentation Tips): One can now also write `program'
3831 in front of a quoted symbol in a docstring to prevent making a
3832 hyperlink.
3833
38342006-03-19 Alan Mackenzie <acm@muc.de>
3835
3836 * text.texi (Special Properties): Clarify `fontified' property.
3837
38382006-03-16 Richard Stallman <rms@gnu.org>
3839
3840 * display.texi (Defining Images): Minor cleanup.
3841
38422006-03-16 Bill Wohler <wohler@newt.com>
3843
3844 * display.texi (Defining Images): In image-load-path-for-library,
3845 prefer user's images.
3846
38472006-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
3848
3849 * modes.texi (Region to Fontify): Remove font-lock-lines-before.
3850
38512006-03-15 Bill Wohler <wohler@newt.com>
3852
3853 * display.texi (Defining Images): Fix example in
3854 image-load-path-for-library by not recommending that one binds
3855 image-load-path. Just defvar it to placate compiler and only use
3856 it if previously defined.
3857
38582006-03-14 Bill Wohler <wohler@newt.com>
3859
3860 * display.texi (Defining Images): In image-load-path-for-library,
3861 always return list of directories. Update example.
3862
38632006-03-14 Alan Mackenzie <acm@muc.de>
3864
3865 * modes.texi: New node, "Region to Fontify" (for Font Lock).
3866 This describes font-lock-extend-region-function.
3867 ("Other Font Lock Variables"): Move "font-lock-lines-before" to
3868 the new node "Region to Fontify".
3869
38702006-03-13 Richard Stallman <rms@gnu.org>
3871
3872 * display.texi (Invisible Text): The impossible position is
3873 now before the invisible text, not after.
3874 (Defining Images): Clean up last change.
3875
38762006-03-11 Bill Wohler <wohler@newt.com>
3877
3878 * display.texi (Defining Images): Add image-load-path-for-library.
3879
38802006-03-11 Luc Teirlinck <teirllm@auburn.edu>
3881
3882 * text.texi (Adaptive Fill): Fix Texinfo usage.
3883
3884 * strings.texi (Creating Strings): Fix Texinfo usage.
3885
3886 * searching.texi (Regexp Special): Use @samp for regular
3887 expressions that are not in Lisp syntax.
3888
38892006-03-08 Luc Teirlinck <teirllm@auburn.edu>
3890
3891 * searching.texi (Regexp Special): Put remark between parentheses
3892 to avoid misreading.
3893
38942006-03-07 Luc Teirlinck <teirllm@auburn.edu>
3895
3896 * searching.texi (Syntax of Regexps): More accurately describe
3897 which characters are special in which situations.
3898 (Regexp Special): Recommend _not_ to quote `]' or `-' when they
3899 are not special. Describe in detail when `[' and `]' are special.
3900 (Regexp Backslash): Plenty of regexps with unbalanced square
3901 brackets are valid, so reword that statement.
3902
39032006-03-02 Kim F. Storm <storm@cua.dk>
3904
3905 * keymaps.texi (Tool Bar): Add tool-bar-border.
3906
39072006-02-28 Luc Teirlinck <teirllm@auburn.edu>
3908
3909 * loading.texi (Load Suffixes): Rephrase last paragraph. Fix typos.
3910
39112006-02-27 Luc Teirlinck <teirllm@auburn.edu>
3912
3913 * elisp.texi (Top): Include "Load Suffixes" in the detailed menu.
3914
3915 * files.texi (Locating Files): Suggest additional values for the
3916 SUFFIXES arg of `locate-file'. Update pxref.
3917
3918 * loading.texi (Loading): Include new node "Load Suffixes" in menu.
3919 (How Programs Do Loading): Discuss the effects of Auto Compression
3920 mode on `load'.
3921 (Load Suffixes): New node.
3922 (Library Search): Delete description of `load-suffixes'; it was
3923 moved to "Load Suffixes".
3924 (Autoload, Named Features): Mention `load-suffixes'.
3925
39262006-02-21 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
3927
3928 * display.texi (Fringe Indicators, Fringe Cursors): Fix typos.
3929
3930 * windows.texi (Window Tree): Fix typo.
3931
39322006-02-20 Kim F. Storm <storm@cua.dk>
3933
3934 * display.texi (Fringe Indicators): New section.
3935 Move indicate-empty-lines, indicate-buffer-boundaries, and
3936 default-indicate-buffer-boundaries here.
3937 Add fringe-indicator-alist and default-fringes-indicator-alist.
3938 Add list of logical fringe indicator symbols.
3939 Update list of standard bitmap names.
3940 (Fringe Cursors): New section.
3941 Move overflow-newline-into-fringe here.
3942 Add fringe-cursor-alist and default-fringes-cursor-alist.
3943 Add list of fringe cursor symbols.
3944
39452006-02-20 Juanma Barranquero <lekktu@gmail.com>
3946
3947 * commands.texi (Using Interactive): Fix reference to node
3948 "Minibuffers".
3949
39502006-02-19 Richard M. Stallman <rms@gnu.org>
3951
3952 * minibuf.texi (High-Level Completion):
3953 Add xref to read-input-method-name.
3954
3955 * files.texi (Relative File Names): Move file-relative-name here.
3956 (File Name Expansion): From here. Minor clarifications.
3957
3958 * commands.texi (Using Interactive): Add xrefs about reading input.
3959 Clarify remarks about that moving point and mark.
3960 Put string case before list case.
3961
c8763fb6 39622006-02-16 Johan Bockgård <bojohan@dd.chalmers.se>
b8d4c8d0
GM
3963
3964 * display.texi (Other Display Specs, Image Descriptors):
3965 Revert erroneous changes. The previous description of
3966 image-descriptors as `(image . PROPS)' was correct.
3967
39682006-02-14 Richard M. Stallman <rms@gnu.org>
3969
3970 * variables.texi (File Local Variables): Clarifications.
3971
39722006-02-14 Juanma Barranquero <lekktu@gmail.com>
3973
3974 * variables.texi (File Local Variables): Use @code for a cons
3975 cell, not @var.
3976
39772006-02-13 Chong Yidong <cyd@stupidchicken.com>
3978
3979 * variables.texi (File Local Variables): Document new file local
3980 variable behavior.
3981
39822006-02-10 Kim F. Storm <storm@cua.dk>
3983
3984 * eval.texi (Function Indirection): Add NOERROR to indirect-function.
3985
39862006-02-08 Juanma Barranquero <lekktu@gmail.com>
3987
3988 * modes.texi (%-Constructs): Remove obsolete info about
3989 `global-mode-string'.
3990
39912006-02-07 Richard M. Stallman <rms@gnu.org>
3992
3993 * commands.texi (Prefix Command Arguments): Minor cleanup.
3994
3995 * display.texi: "Graphical display", not window system.
3996
3997 * functions.texi (What Is a Function): Fix xref.
3998
3999 * keymaps.texi (Key Lookup): Clarify wrt commands vs other functions.
4000 (Changing Key Bindings): Clarify when remapping is better than
4001 substitute-key-definition.
4002
40032006-02-02 Richard M. Stallman <rms@gnu.org>
4004
4005 * minibuf.texi (Basic Completion): Completion alists are risky.
4006
4007 * keymaps.texi (Active Keymaps): Clarifications.
4008 (Searching Keymaps): New node.
4009 (Keymaps): Update menu.
4010
4011 * frames.texi (Layout Parameters): Minor clarification.
4012 (Drag and Drop): New node.
4013 (Frames): Update menu.
4014
40152006-01-29 Chong Yidong <cyd@stupidchicken.com>
4016
4017 * display.texi (Other Display Specs, Image Descriptors):
4018 Image description is a list, not a cons cell.
4019
40202006-01-28 Luc Teirlinck <teirllm@auburn.edu>
4021
4022 * lists.texi (Cons Cells): Minor correction (the cdr of a dotted
4023 list is not necessarily a list).
4024
40252006-01-27 Eli Zaretskii <eliz@gnu.org>
4026
4027 * frames.texi (Layout Parameters): border-width and
4028 internal-border-width belong to the frame, not the window.
4029
40302006-01-19 Richard M. Stallman <rms@gnu.org>
4031
4032 * nonascii.texi (Translation of Characters): Search cmds use
4033 translation-table-for-input. Automatically made local.
4034
4035 * markers.texi (Overview of Markers): Count insertion type
4036 as one of a marker's attributes.
4037
4038 * keymaps.texi (Controlling Active Maps): New node, split out of
4039 Active Keymaps.
4040 (Keymaps): Menu updated.
4041 (Active Keymaps): Give pseudocode to explain how the active
4042 maps are searched. current-active-maps and key-binding moved here.
4043 (Functions for Key Lookup): current-active-maps and key-binding moved.
4044 Clarifications.
4045 (Searching the Keymaps): New subnode.
4046
4047 * elisp.texi (Top): Menu clarification.
4048
4049 * display.texi (Other Display Specs): Delete duplicate entry for
4050 just a string as display spec. Move text about recursive display
4051 specs on such a string.
4052
4053 * commands.texi (Key Sequence Input): Clarify.
4054 Move num-nonmacro-input-events out.
4055 (Reading One Event): num-nonmacro-input-events moved here.
4056
40572006-01-14 Nick Roberts <nickrob@snap.net.nz>
4058
4059 * advice.texi (Simple Advice): Update example to fit argument
4060 change in previous-line.
4061
40622006-01-05 Richard M. Stallman <rms@gnu.org>
4063
4064 * markers.texi (The Mark): Fix in `mark'.
4065
40662006-01-04 Richard M. Stallman <rms@gnu.org>
4067
4068 * processes.texi (Misc Network, Make Network): Minor cleanups.
4069
40702006-01-04 Kim F. Storm <storm@cua.dk>
4071
4072 * processes.texi (Make Network): Add IPv6 addresses and handling.
4073 (Network Feature Testing): Mention (:family ipv6).
4074 (Misc Network): Add IPv6 formats to format-network-address.
4075
40762005-12-30 Richard M. Stallman <rms@gnu.org>
4077
4078 * text.texi (Changing Properties):
4079 Don't use return value of set-text-properties.
4080
40812005-12-29 Luc Teirlinck <teirllm@auburn.edu>
4082
4083 * modes.texi (Mode Line Format): Correct typo in menu.
4084
40852005-12-29 Richard M. Stallman <rms@gnu.org>
4086
4087 * modes.texi (Mode Line Top): New node.
4088 (Mode Line Data): Some text moved to new node.
4089 Explain the data structure more concretely.
4090 (Mode Line Basics): Clarifications.
4091 (Mode Line Variables): Clarify intro paragraph.
4092 (%-Constructs): Clarify intro paragraph.
4093 (Mode Line Format): Update menu.
4094
40952005-12-28 Luc Teirlinck <teirllm@auburn.edu>
4096
4097 * minibuf.texi (Basic Completion): Update lazy-completion-table
4098 examples for removal of ARGS argument.
4099
41002005-12-23 Richard M. Stallman <rms@gnu.org>
4101
4102 * text.texi (Undo): Restore some explanation from the version
4103 that was deleted.
4104
41052005-12-23 Eli Zaretskii <eliz@gnu.org>
4106
4107 * text.texi (Undo): Remove duplicate descriptions of `apply
4108 funname' and `apply delta' elements of the undo list.
4109
41102005-12-20 Richard M. Stallman <rms@gnu.org>
4111
4112 * help.texi (Help Functions): Update documentation of `apropos'.
4113
41142005-12-20 Luc Teirlinck <teirllm@auburn.edu>
4115
4116 * customize.texi (Type Keywords): Delete xref to "Text help-echo",
4117 because it is confusing. If the :help-echo keyword is a function,
4118 it is not directly used as the :help-echo overlay property, as the
4119 xref seems to suggest (it does not take the appropriate args).
4120
41212005-12-19 Luc Teirlinck <teirllm@auburn.edu>
4122
4123 * customize.texi (Common Keywords): Fix Texinfo usage.
4124 (Group Definitions, Variable Definitions): Update for new
4125 conventions for using `*' in docstrings.
4126
4127 * tips.texi (Documentation Tips): Update for new conventions for
4128 using `*' in docstrings.
4129
41302005-12-16 Richard M. Stallman <rms@gnu.org>
4131
4132 * minibuf.texi (Minibuffer Contents): Minor cleanup.
4133
41342005-12-16 Juri Linkov <juri@jurta.org>
4135
4136 * minibuf.texi (Minibuffer Contents): Add minibuffer-completion-contents.
4137
41382005-12-14 Romain Francoise <romain@orebokech.com>
4139
4140 * modes.texi (Customizing Keywords): Rename `append' to `how'.
4141 Fix typo.
4142
41432005-12-11 Juri Linkov <juri@jurta.org>
4144
4145 * minibuf.texi (Completion Commands): Add mention of read-file-name
4146 for filename completion keymaps.
4147 (Reading File Names): Add mention of filename completion keymaps
4148 for read-file-name and xref to `Completion Commands'.
4149
41502005-12-10 Richard M. Stallman <rms@gnu.org>
4151
4152 * customize.texi (Common Keywords): State caveats for use of :tag.
4153
41542005-12-08 Richard M. Stallman <rms@gnu.org>
4155
4156 * minibuf.texi (Intro to Minibuffers): Replace list of local maps
4157 with xrefs and better explanation.
4158 (Completion Commands): Add the filename completion maps.
4159
4160 * objects.texi (Character Type): Clarify that \s is not space
4161 if a dash follows.
4162
41632005-12-05 Richard M. Stallman <rms@gnu.org>
4164
4165 * windows.texi (Resizing Windows): Delete preserve-before args.
4166
41672005-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
4168
4169 * keymaps.texi (Format of Keymaps): Remove mention of a quirk
4170 in full keymaps, since the quirk has been fixed.
4171
41722005-12-03 Eli Zaretskii <eliz@gnu.org>
4173
4174 * hooks.texi (Standard Hooks): Add index entries. Mention
4175 `compilation-finish-functions'.
4176
41772005-11-27 Richard M. Stallman <rms@gnu.org>
4178
4179 * windows.texi (Resizing Windows): Add adjust-window-trailing-edge.
4180
41812005-11-21 Juri Linkov <juri@jurta.org>
4182
4183 * customize.texi (Common Keywords): Update links types
4184 custom-manual and url-link. Add link types emacs-library-link,
4185 file-link, function-link, variable-link, custom-group-link.
4186
41872005-11-20 Chong Yidong <cyd@stupidchicken.com>
4188
4189 * display.texi: Revert 2005-11-20 change.
4190
41912005-11-20 Thien-Thi Nguyen <ttn@gnu.org>
4192
4193 * processes.texi (Bindat Functions):
4194 Say "third" to refer to zero-based index "2".
4195
41962005-11-18 Luc Teirlinck <teirllm@auburn.edu>
4197
4198 * loading.texi (Library Search): Update the default value of
4199 `load-suffixes'.
4200
42012005-11-17 Chong Yidong <cyd@stupidchicken.com>
4202
4203 * display.texi (Attribute Functions): Mention :ignore-defface.
4204
42052005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
4206
4207 * modes.texi (Minor Mode Conventions): Use custom-set-minor-mode.
4208 (Minor Mode Conventions): Mention the use of a hook.
4209
42102005-11-06 Richard M. Stallman <rms@gnu.org>
4211
4212 * files.texi (Magic File Names): find-file-name-handler checks the
4213 `operations' property of the handler.
4214
42152005-11-03 Richard M. Stallman <rms@gnu.org>
4216
4217 * variables.texi (Frame-Local Variables): Small clarification.
4218
42192005-10-29 Chong Yidong <cyd@stupidchicken.com>
4220
4221 * os.texi (Init File): Document ~/.emacs.d/init.el.
4222
42232005-10-29 Richard M. Stallman <rms@gnu.org>
4224
4225 * internals.texi (Garbage Collection): Document memory-full.
4226
42272005-10-28 Bill Wohler <wohler@newt.com>
4228
4229 * tips.texi (Documentation Tips): Help mode now creates hyperlinks
4230 for URLs.
4231
42322005-10-28 Richard M. Stallman <rms@gnu.org>
4233
4234 * minibuf.texi (Completion Commands): Clean up prev change.
4235
42362005-10-26 Kevin Ryde <user42@zip.com.au>
4237
4238 * compile.texi (Eval During Compile): Explain recommended uses
4239 of eval-when-compile and eval-and-compile.
4240
42412005-10-27 Masatake YAMATO <jet@gyve.org>
4242
4243 * minibuf.texi (Completion Commands):
4244 Write about new optional argument for `display-completion-list'.
4245
42462005-10-23 Richard M. Stallman <rms@gnu.org>
4247
4248 * display.texi (Overlay Arrow): Clarify about local bindings of
4249 overlay-arrow-position.
4250
42512005-10-22 Eli Zaretskii <eliz@gnu.org>
4252
4253 * internals.texi (Building Emacs): Fix last change.
4254
42552005-10-22 Richard M. Stallman <rms@gnu.org>
4256
4257 * internals.texi (Building Emacs): Document eval-at-startup.
4258
42592005-10-21 Richard M. Stallman <rms@gnu.org>
4260
4261 * loading.texi (Where Defined): load-history contains abs file names.
4262 symbol-file returns abs file names.
4263
42642005-10-19 Kim F. Storm <storm@cua.dk>
4265
4266 * display.texi (Showing Images): Add max-image-size integer value.
4267
42682005-10-18 Chong Yidong <cyd@stupidchicken.com>
4269
4270 * display.texi (Showing Images): Document max-image-size.
4271
42722005-10-17 Richard M. Stallman <rms@gnu.org>
4273
4274 * commands.texi (Quitting): Minor clarification.
4275
4276 * processes.texi (Sentinels): Clarify about output and quitting.
4277 (Filter Functions): Mention with-local-quit.
4278
42792005-10-17 Juri Linkov <juri@jurta.org>
4280
4281 * buffers.texi (Current Buffer):
4282 * commands.texi (Event Input Misc):
4283 * compile.texi (Eval During Compile, Compiler Errors):
4284 * customize.texi (Group Definitions):
4285 * display.texi (Progress, Defining Faces):
4286 * files.texi (Writing to Files):
4287 * modes.texi (Mode Hooks, Defining Minor Modes):
4288 * streams.texi (Output Functions):
4289 * syntax.texi (Syntax Table Functions):
4290 * text.texi (Change Hooks):
4291 Replace `...' with `@dots{}' in `@defmac' and `@defspec'.
4292
4293 * commands.texi (Quitting): Replace arg `forms' with `body' in
4294 `with-local-quit'.
4295
4296 * positions.texi (Excursions): Replace arg `forms' with `body' in
4297 `save-excursion'.
4298
42992005-10-08 Kim F. Storm <storm@cua.dk>
4300
4301 * windows.texi (Window Tree): Rename window-split-tree to window-tree.
4302 Rename manual section accordingly.
4303
43042005-10-04 Kim F. Storm <storm@cua.dk>
4305
4306 * windows.texi (Window Split Tree): New section describing
4307 new function window-split-tree function.
4308
43092005-10-03 Nick Roberts <nickrob@snap.net.nz>
4310
4311 * display.texi (Fringe Size/Pos): Simplify and add detail.
4312
43132005-09-30 Romain Francoise <romain@orebokech.com>
4314
4315 * minibuf.texi (High-Level Completion): Explain that the prompt
4316 given to `read-buffer' should end with a colon and a space.
4317 Update usage examples.
4318
43192005-09-29 Juri Linkov <juri@jurta.org>
4320
4321 * display.texi (Displaying Messages): Rename argument name
4322 `string' to `format-string' in functions `message', `message-box',
4323 `message-or-box'.
4324
43252005-09-26 Chong Yidong <cyd@stupidchicken.com>
4326
4327 * errors.texi (Standard Errors): Correct xrefs.
4328
43292005-09-18 Chong Yidong <cyd@stupidchicken.com>
4330
4331 * display.texi (Defining Images): Update documentation for
4332 `image-load-path'.
4333
43342005-09-17 Richard M. Stallman <rms@gnu.org>
4335
4336 * display.texi (Defining Images): Clean up previous change.
4337
43382005-09-16 Romain Francoise <romain@orebokech.com>
4339
4340 * elisp.texi: Specify GFDL version 1.2.
4341
4342 * doclicense.texi (GNU Free Documentation License): Update to
4343 version 1.2.
4344
43452005-09-15 Chong Yidong <cyd@stupidchicken.com>
4346
4347 * display.texi (Defining Images): Document `image-load-path'.
4348
43492005-09-15 Richard M. Stallman <rms@gnu.org>
4350
4351 * objects.texi (Printed Representation): Minor cleanup.
4352 (Box Diagrams): Minor fix.
4353 (Cons Cell Type): Move (...) index item here.
4354 (Box Diagrams): From here.
4355 (Array Type): Minor fix.
4356 (Type Predicates): Delete index "predicates".
4357 (Hash Table Type): Clarify xref.
4358 (Dotted Pair Notation): Minor fix.
4359
43602005-09-10 Chong Yidong <cyd@stupidchicken.com>
4361
4362 * files.texi (Saving Buffers): Fix typo.
4363
43642005-09-08 Richard M. Stallman <rms@gnu.org>
4365
4366 * tips.texi (Programming Tips): Correct the "default" prompt spec.
4367
43682005-09-08 Chong Yidong <cyd@stupidchicken.com>
4369
4370 * locals.texi (Standard Buffer-Local Variables): Don't include
4371 mode variables for minor modes.
4372 Fix xrefs for buffer-display-count, buffer-display-table,
4373 buffer-offer-save, buffer-saved-size, cache-long-line-scans,
4374 enable-multibyte-characters, fill-column, header-line-format,
4375 left-fringe-width, left-margin, and right-fringe-width.
4376
4377 * hooks.texi (Standard Hooks): All hooks should conform to the
4378 standard naming convention now.
4379 Fix xref for `echo-area-clear-hook'.
4380
4381 * display.texi (Usual Display): Note that indicate-empty-lines and
4382 tab-width are buffer-local.
4383
4384 * files.texi (Saving Buffers): Add xref to `Killing Buffers'.
4385
4386 * modes.texi (Mode Help): Note that major-mode is buffer-local.
4387
4388 * nonascii.texi (Encoding and I/O): Note that
4389 buffer-file-coding-system is buffer-local.
4390
4391 * positions.texi (List Motion): Note that defun-prompt-regexp is
4392 buffer-local.
4393
4394 * text.texi (Auto Filling): Note that auto-fill-function is
4395 buffer-local.
4396 (Undo): Note that buffer-undo-list is buffer-local.
4397
4398 * windows.texi (Buffers and Windows): Document
4399 buffer-display-count.
4400
44012005-09-06 Richard M. Stallman <rms@gnu.org>
4402
4403 * tips.texi (Coding Conventions): Sometimes it is ok to put the
4404 package prefix elsewhere than at the start of the name.
4405
44062005-09-03 Richard M. Stallman <rms@gnu.org>
4407
4408 * tips.texi (Programming Tips): Add conventions for minibuffer
4409 questions and prompts.
4410
44112005-09-03 Joshua Varner <jlvarner@gmail.com> (tiny change)
4412
4413 * intro.texi (nil and t): Minor cleanup.
4414 Delete spurious mention of keyword symbols.
4415 (Evaluation Notation): Add index entry.
4416 (A Sample Function Description): Minor cleanup.
4417 (A Sample Variable Description): Not all vars can be set.
4418
44192005-09-03 Thien-Thi Nguyen <ttn@gnu.org>
4420
4421 * text.texi (Buffer Contents): Use "\n" in examples' result strings.
4422
4423 (Insertion): Document precise type of `insert-char' arg COUNT.
4424
44252005-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
4426
4427 * modes.texi (Other Font Lock Variables): Sync the default of
4428 font-lock-lines-before.
4429
44302005-08-31 Michael Albinus <michael.albinus@gmx.de>
4431
4432 * files.texi (Magic File Names): Add `make-auto-save-file-name'.
4433
44342005-08-29 Richard M. Stallman <rms@gnu.org>
4435
4436 * elisp.texi (Top): Update subnode menu.
4437
4438 * searching.texi (Searching and Matching): Move node.
4439 Rearrange contents and add overall explanation.
4440 (Searching and Case): Move node.
4441 (Searching and Matching): Update menu.
4442
44432005-08-27 Eli Zaretskii <eliz@gnu.org>
4444
4445 * os.texi (Startup Summary): Fix the description of the initial
4446 startup message display.
4447
44482005-08-25 Richard M. Stallman <rms@gnu.org>
4449
4450 * searching.texi (Search and Replace): Add replace-regexp-in-string.
4451
44522005-08-25 Emilio C. Lopes <eclig@gmx.net>
4453
4454 * display.texi (Finding Overlays): Fix `find-overlay-prop' in
4455 `next-overlay-change' example.
4456
44572005-08-22 Juri Linkov <juri@jurta.org>
4458
4459 * display.texi (Attribute Functions): Add set-face-inverse-video-p.
4460 Fix invert-face. Fix args of face-background.
4461
4462 * display.texi (Standard Faces): Delete node.
4463 (Faces): Add xref to `(emacs)Standard Faces'.
4464 (Displaying Faces): Fix xref to `Standard Faces'.
4465
4466 * modes.texi (Mode Line Data): Fix xref to Standard Faces.
4467
44682005-08-20 Alan Mackenzie <acm@muc.de>
4469
4470 * buffers.texi (The Buffer List): Clarify the manipulation of the
4471 buffer list.
4472
44732005-08-14 Richard M. Stallman <rms@gnu.org>
4474
4475 * modes.texi (Auto Major Mode): interpreter-mode-alist key is not
4476 a regexp.
4477
44782005-08-11 Richard M. Stallman <rms@gnu.org>
4479
4480 * elisp.texi (Top): Update subnode lists.
4481
4482 * display.texi (Inverse Video): Node deleted.
4483
4484 * tips.texi (Key Binding Conventions, Programming Tips, Warning Tips):
4485 New nodes split out of Coding Conventions.
4486
4487 * searching.texi (Regular Expressions): Document re-builder.
4488
4489 * os.texi (Time Parsing): New node split out of Time Conversion.
4490
4491 * processes.texi (Misc Network, Network Feature Testing)
4492 (Network Options, Make Network): New nodes split out of
4493 Low-Level Network.
4494
44952005-08-09 Richard M. Stallman <rms@gnu.org>
4496
4497 * frames.texi (Geometry): New node, split from Size and Position.
4498 (Frame Parameters): Refer to Geometry.
4499
4500 * buffers.texi (The Buffer List): Fix xrefs.
4501
4502 * windows.texi (Splitting Windows): Fix xref.
4503
4504 * frames.texi (Layout Parameters): Add xref.
4505
4506 * display.texi (Line Height, Scroll Bars): Fix xrefs.
4507
4508 * keymaps.texi (Menu Bar): Fix xref.
4509
4510 * locals.texi (Standard Buffer-Local Variables): Fix xref.
4511
4512 * modes.texi (%-Constructs): Fix xref.
4513
4514 * frames.texi (Window Frame Parameters): Node split up.
4515 (Basic Parameters, Position Parameters, Size Parameters)
4516 (Layout Parameters, Buffer Parameters, Management Parameters)
4517 (Cursor Parameters, Color Parameters): New subnodes.
4518
45192005-08-09 Luc Teirlinck <teirllm@auburn.edu>
4520
4521 * positions.texi (Screen Lines): Update xref for previous change
4522 in minibuf.texi.
4523
4524 * minibuf.texi (Intro to Minibuffers): Update pxref for previous
4525 change in minibuf.texi.
4526
45272005-08-09 Richard M. Stallman <rms@gnu.org>
4528
4529 * tips.texi (Coding Conventions): Minor cleanup.
4530
4531 * modes.texi (Defining Minor Modes): Explain when init-value
4532 can be non-nil.
4533
4534 * elisp.texi (Top): Update submenu for Minibuffer.
4535
4536 * minibuf.texi (Minibuffer Misc): Node split up.
4537 (Minibuffer Commands, Minibuffer Windows, Minibuffer Contents)
4538 (Recursive Mini): New nodes split out from Minibuffer Misc.
4539 (Minibuffer Misc): Document max-mini-window-height.
4540
4541 * hash.texi (Defining Hash): Delete stray paren in example.
4542
4543 * display.texi (Echo Area Customization): Don't define
4544 max-mini-window-height here; xref instead.
4545
4546 * commands.texi (Event Input Misc): Update while-no-input.
4547
4548 * advice.texi (Advising Functions): Explain when to use advice
4549 and when to use a hook.
4550
45512005-07-30 Eli Zaretskii <eliz@gnu.org>
4552
4553 * makefile.w32-in (info): Don't run install-info.
4554 ($(infodir)/dir): New target, produced by running install-info.
4555
45562005-07-27 Luc Teirlinck <teirllm@auburn.edu>
4557
4558 * modes.texi (Defining Minor Modes): The keyword for the initial
4559 value is :init-value, not :initial-value.
4560
45612005-07-23 Eli Zaretskii <eliz@gnu.org>
4562
4563 * loading.texi (Autoload): Make the `doctor' example be consistent
4564 with what's in current loaddefs.el. Describe the "fn" magic in
4565 the usage portion of the doc string.
4566
45672005-07-22 Richard M. Stallman <rms@gnu.org>
4568
4569 * internals.texi (Garbage Collection): Clarify previous change.
4570
45712005-07-21 Stefan Monnier <monnier@iro.umontreal.ca>
4572
4573 * internals.texi (Garbage Collection): Add gc-cons-percentage.
4574
45752005-07-18 Juri Linkov <juri@jurta.org>
4576
4577 * commands.texi (Accessing Events):
4578 * frames.texi (Text Terminal Colors, Resources):
4579 * markers.texi (The Mark):
4580 * modes.texi (Defining Minor Modes):
4581 Delete duplicate duplicate words.
4582
45832005-07-16 Richard M. Stallman <rms@gnu.org>
4584
4585 * display.texi (Managing Overlays): Clarify make-overlay
4586 args for insertion types.
4587
45882005-07-13 Luc Teirlinck <teirllm@auburn.edu>
4589
4590 * customize.texi (Variable Definitions):
4591 Add `custom-initialize-safe-set' and `custom-initialize-safe-default'.
4592 `standard-value' is a list too.
4593 (Defining New Types): Use @key{RET} instead of @key{ret}.
4594
45952005-07-13 Francis Litterio <franl@world.std.com> (tiny change)
4596
4597 * os.texi (Translating Input): Fix typo.
4598
45992005-07-08 Richard M. Stallman <rms@gnu.org>
4600
4601 * README: Update edition number and size estimate.
4602
4603 * elisp.texi (VERSION): Set to 2.9.
4604
46052005-07-07 Richard M. Stallman <rms@gnu.org>
4606
4607 * book-spine.texinfo: Update Emacs version.
4608
4609 * display.texi (Inverse Video): Delete mode-line-inverse-video.
4610
46112005-07-06 Richard M. Stallman <rms@gnu.org>
4612
4613 * searching.texi (Regexp Search): Clarify what re-search-forward
4614 does when the search fails.
4615
46162005-07-05 Lute Kamstra <lute@gnu.org>
4617
4618 * Update FSF's address in GPL notices.
4619
4620 * doclicense.texi (GNU Free Documentation License):
4621 * gpl.texi (GPL):
4622 * tips.texi (Coding Conventions, Library Headers):
4623 * vol1.texi:
4624 * vol2.texi: Update FSF's address.
4625
46262005-07-04 Richard M. Stallman <rms@gnu.org>
4627
4628 * hooks.texi (Standard Hooks): Add occur-hook.
4629
46302005-07-03 Luc Teirlinck <teirllm@auburn.edu>
4631
4632 * display.texi (The Echo Area): Correct menu.
4633
46342005-07-03 Richard M. Stallman <rms@gnu.org>
4635
4636 * elisp.texi (Top): Update subnode menu for Display.
4637
4638 * display.texi (Displaying Messages): New node, with most
4639 of what was in The Echo Area.
4640 (Progress): Moved under The Echo Area.
4641 (Logging Messages): New node with new text.
4642 (Echo Area Customization): New node, the rest of what was
4643 in The Echo Area. Document message-truncate-lines with @defvar.
4644 (Display): Update menu.
4645
4646 * windows.texi (Textual Scrolling): Doc 3 values for
4647 scroll-preserve-screen-position.
4648
4649 * text.texi (Special Properties): Change hook functions
4650 should bind inhibit-modification-hooks around altering buffer text.
4651
4652 * keymaps.texi (Key Binding Commands): Call binding BINDING
4653 rather than DEFINITION.
4654
46552005-06-29 Juanma Barranquero <lekktu@gmail.com>
4656
4657 * variables.texi (Defining Variables): `user-variable-p' returns t
4658 for aliases of user options, nil for alias loops.
4659
46602005-06-28 Richard M. Stallman <rms@gnu.org>
4661
4662 * keymaps.texi (Creating Keymaps): Put make-sparse-keymap before
4663 make-keymap.
4664
46652005-06-27 Luc Teirlinck <teirllm@auburn.edu>
4666
4667 * variables.texi (Setting Variables): Correct and clarify
4668 description of `add-to-ordered-list'.
4669
46702005-06-26 Richard M. Stallman <rms@gnu.org>
4671
4672 * display.texi (Faces): Minor cleanup.
4673
46742005-06-25 Luc Teirlinck <teirllm@auburn.edu>
4675
4676 * display.texi (Faces): `facep' returns t for strings that are
4677 face names.
4678
46792005-06-25 Richard M. Stallman <rms@gnu.org>
4680
4681 * objects.texi (Equality Predicates): Clarify meaning of equal.
4682
4683 * windows.texi (Selecting Windows): save-selected-window
4684 and with-selected-window save and restore the current buffer.
4685
46862005-06-24 Richard M. Stallman <rms@gnu.org>
4687
4688 * numbers.texi (Float Basics): Explain how to test for NaN,
4689 and printing the sign of NaNs.
4690
46912005-06-24 Eli Zaretskii <eliz@gnu.org>
4692
4693 * makefile.w32-in (MAKEINFO): Use --force.
4694
46952005-06-23 Richard M. Stallman <rms@gnu.org>
4696
4697 * display.texi (Face Functions): Correct Texinfo usage.
4698
46992005-06-23 Luc Teirlinck <teirllm@auburn.edu>
4700
4701 * lists.texi (Rings): `ring-elements' now returns the elements of
4702 RING in order.
4703
47042005-06-23 Juanma Barranquero <lekktu@gmail.com>
4705
4706 * markers.texi (The Mark): Texinfo usage fix.
4707
47082005-06-23 Kim F. Storm <storm@cua.dk>
4709
4710 * searching.texi (Entire Match Data): Remove evaporate option for
4711 match-data. Do not mention evaporate option for set-match-data.
4712
47132005-06-22 Glenn Morris <gmorris@ast.cam.ac.uk>
4714
4715 * display.texi (Face Functions): Mention face aliases.
4716
47172005-06-21 Richard M. Stallman <rms@gnu.org>
4718
4719 * anti.texi (Antinews): Texinfo usage fix.
4720
47212005-06-21 Karl Berry <karl@gnu.org>
4722
4723 * elisp.texi: Use @copying.
4724
4725 * elisp.texi: Put @summarycontents and @contents before the Top
4726 node, instead of the end of the file, so that the contents appear
4727 in the right place in the dvi/pdf output.
4728
47292005-06-21 Juri Linkov <juri@jurta.org>
4730
4731 * display.texi (Defining Faces): Add `customized-face'.
4732
47332005-06-20 Kim F. Storm <storm@cua.dk>
4734
4735 * variables.texi (Setting Variables): Any type of element can be
4736 given order in add-to-ordered-list. Compare elements with eq.
4737
4738 * lists.texi (Rearrangement): Sort predicate may just return non-nil.
4739
47402005-06-20 Karl Berry <karl@gnu.org>
4741
4742 * syntax.texi (Syntax Flags): Make last column very slightly wider
4743 to avoid "generic comment" breaking on two lines and causing an
4744 underfull box.
4745
47462005-06-19 Luc Teirlinck <teirllm@auburn.edu>
4747
4748 * lists.texi (Rings): Various minor clarifications and corrections.
4749
47502005-06-18 Richard M. Stallman <rms@gnu.org>
4751
4752 * functions.texi (Obsolete Functions): Simplify.
4753
4754 * variables.texi (Variable Aliases): Simplify.
4755
4756 * anti.texi, backups.texi, compile.texi, customization.texi:
4757 * debugging.texi, display.texi, edebug.texi, errors.texi, frames.texi:
4758 * functions.texi, help.texi, keymaps.texi, modes.texi, nonascii.texi:
4759 * os.texi, processes.texi, searching.texi, strings.texi, text.texi:
4760 * variables.texi: Fix formatting ugliness.
4761
4762 * elisp.texi: Add links to Rings and Byte Packing.
4763 Update version and copyright years.
4764
4765 * minibuf.texi: Fix formatting ugliness.
4766 (Completion Commands): Move keymap vars to the end
4767 and vars completing-read binds to the top.
4768
47692005-06-17 Luc Teirlinck <teirllm@auburn.edu>
4770
4771 * processes.texi: Fix typos.
4772 (Bindat Spec): Correct Texinfo error.
4773 (Byte Packing): Fix ungrammatical sentence.
4774
47752005-06-17 Thien-Thi Nguyen <ttn@gnu.org>
4776
4777 * lists.texi (Rings): New node.
4778 (Lists): Add it to menu.
4779
4780 * processes.texi (Byte Packing): New node.
4781 (Processes): Add it to menu.
4782
47832005-06-17 Richard M. Stallman <rms@gnu.org>
4784
4785 * syntax.texi (Parsing Expressions): Fix texinfo usage.
4786
4787 * help.texi (Documentation Basics): Explain the xref to
4788 Documentation Tips.
4789
4790 * debugging.texi (Debugger Commands): Minor fix.
4791
47922005-06-16 Luc Teirlinck <teirllm@auburn.edu>
4793
4794 * edebug.texi (Instrumenting): Eliminate duplicate link.
4795 (Specification List): Replace references to "below", referring to
4796 a later node, with one @ref to that node.
4797
4798 * os.texi (Timers): Timers should save and restore the match data
4799 if they change it.
4800
4801 * debugging.texi (Debugger Commands): Mention that the Lisp
4802 debugger can not step through primitive functions.
4803
48042005-06-16 Juanma Barranquero <lekktu@gmail.com>
4805
4806 * functions.texi (Obsolete Functions): Update argument names of
4807 `make-obsolete' and `define-obsolete-function-alias'.
4808
4809 * variables.texi (Variable Aliases): Update argument names of
4810 `defvaralias', `make-obsolete-variable' and
4811 `define-obsolete-variable-alias'.
4812
48132005-06-15 Kim F. Storm <storm@cua.dk>
4814
4815 * searching.texi (Entire Match Data): Rephrase warnings about
4816 evaporate arg to match-data and set-match-data.
4817
48182005-06-14 Luc Teirlinck <teirllm@auburn.edu>
4819
4820 * elisp.texi (Top): Update detailed menu.
4821
4822 * edebug.texi (Edebug): Update menu.
4823 (Instrumenting): Update xrefs.
4824 (Edebug Execution Modes): Correct xref.
4825 (Jumping): Clarify description of `h' command.
4826 Eliminate redundant @ref.
4827 (Breaks): New node.
4828 (Breakpoints): Is now a subsubsection.
4829 (Global Break Condition): Mention `C-x X X'.
4830 (Edebug Views): Clarify `v' and `p'. Mention `C-x X w'.
4831 (Trace Buffer): Clarify STRING arg of `edebug-tracing'.
4832 (Edebug Display Update): Correct pxref.
4833 (Edebug and Macros): New node.
4834 (Instrumenting Macro Calls): Is now a subsubsection.
4835 Neither arg of `def-edebug-spec' is evaluated.
4836 (Instrumenting Macro Calls): Mention `edebug-eval-macro-args'.
4837 (Specification Examples): Fix typo.
4838
48392005-06-14 Lute Kamstra <lute@gnu.org>
4840
4841 * debugging.texi (Function Debugging): Primitives can break on
4842 entry too.
4843
48442005-06-14 Kim F. Storm <storm@cua.dk>
4845
4846 * variables.texi (Setting Variables): Add add-to-ordered-list.
4847
48482005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
4849
4850 * syntax.texi (Parsing Expressions): Document aux functions and vars of
4851 syntax-ppss: syntax-ppss-flush-cache and syntax-begin-function.
4852
48532005-06-13 Lute Kamstra <lute@gnu.org>
4854
4855 * text.texi (Special Properties): Fix cross reference.
4856
48572005-06-11 Luc Teirlinck <teirllm@auburn.edu>
4858
4859 * debugging.texi (Function Debugging): Delete mention of empty
4860 string argument to `cancel-debug-on-entry'. Delete inaccurate
4861 description of the return value of that command.
4862
48632005-06-11 Alan Mackenzie <acm@muc.de>
4864
4865 * text.texi (Adaptive Fill): Amplify the description of
4866 fill-context-prefix.
4867
48682005-06-10 Luc Teirlinck <teirllm@auburn.edu>
4869
4870 * syntax.texi (Parsing Expressions): Fix Texinfo error.
4871
48722005-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
4873
4874 * syntax.texi (Parsing Expressions): Document syntax-ppss.
4875
48762005-06-10 Luc Teirlinck <teirllm@auburn.edu>
4877
4878 * debugging.texi (Error Debugging): Minor rewording.
4879 (Function Debugging): FUNCTION-NAME arg to `cancel-debug-on-entry'
4880 is optional.
4881
48822005-06-10 Lute Kamstra <lute@gnu.org>
4883
4884 * elisp.texi: Use EMACSVER to refer to the current version of Emacs.
4885 (Top): Give it a title. Correct version number. Give the
4886 detailed node listing a more prominent header.
4887 * intro.texi: Don't set VERSION here a second time.
4888 Mention Emacs's version too.
4889 * anti.texi (Antinews): Use EMACSVER to refer to the current
4890 version of Emacs.
4891
48922005-06-09 Kim F. Storm <storm@cua.dk>
4893
4894 * searching.texi (Entire Match Data): Explain new `reseat' argument to
4895 match-data and set-match-data.
4896
48972005-06-08 Richard M. Stallman <rms@gnu.org>
4898
4899 * searching.texi (Entire Match Data): Clarify when match-data
4900 returns markers and when integers.
4901
4902 * display.texi (Defining Faces): Explain that face name should not
4903 end in `-face'.
4904
4905 * modes.texi (Mode Line Data): Minor cleanup.
4906 (Customizing Keywords): Node split out of Search-based Fontification.
4907 Add example of using font-lock-add-keywords from a hook.
4908 Clarify when MODE should be non-nil, and when nil.
4909
49102005-06-06 Richard M. Stallman <rms@gnu.org>
4911
4912 * modes.texi (Mode Line Data): Explain what happens when the car
4913 of a list is a void symbol.
4914 (Search-based Fontification): Explain MODE arg to
4915 font-lock-add-keywords and warn about calls from major modes.
4916
49172005-06-08 Juri Linkov <juri@jurta.org>
4918
4919 * display.texi (Standard Faces): Add `shadow' face.
4920
49212005-05-29 Luc Teirlinck <teirllm@auburn.edu>
4922
4923 * modes.texi (Major Mode Conventions): A derived mode only needs
4924 to put the call to the parent mode inside `delay-mode-hooks'.
4925
49262005-05-29 Richard M. Stallman <rms@gnu.org>
4927
4928 * modes.texi (Mode Hooks): Explain that after-change-major-mode-hook is
4929 new, and what that implies. Clarify.
4930
4931 * files.texi (Locating Files): Clean up the text.
4932
4933 * frames.texi (Window Frame Parameters): Document user-size.
4934 Shorten entry for top by referring to left.
4935
49362005-05-26 Richard M. Stallman <rms@gnu.org>
4937
4938 * modes.texi (Mode Hooks): Explain that after-change-major-mode-hook
4939 is new, and what the implications are. Other clarifications.
4940
49412005-05-24 Richard M. Stallman <rms@gnu.org>
4942
4943 * frames.texi (Dialog Boxes): Minor fixes.
4944
49452005-05-25 Masatake YAMATO <jet@gyve.org>
4946
4947 * display.texi (Standard Faces): Write about `mode-line-highlight'.
4948
49492005-05-24 Luc Teirlinck <teirllm@auburn.edu>
4950
4951 * frames.texi (Dialog Boxes): HEADER argument to `x-popup-dialog'
4952 is optional.
4953
49542005-05-24 Nick Roberts <nickrob@snap.net.nz>
4955
10d1d0af 4956 * frames.texi (Dialog Boxes): Describe new optional argument.
b8d4c8d0
GM
4957
49582005-05-23 Lute Kamstra <lute@gnu.org>
4959
4960 * modes.texi (Font Lock Basics, Syntactic Font Lock): Recommend
4961 syntax-begin-function over font-lock-beginning-of-syntax-function.
4962
49632005-05-21 Luc Teirlinck <teirllm@auburn.edu>
4964
4965 * minibuf.texi (Reading File Names): Update description of
4966 `read-directory-name'.
4967
4968 * modes.texi (Derived Modes): Clarify :group keyword.
4969
49702005-05-21 Eli Zaretskii <eliz@gnu.org>
4971
4972 * files.texi (Locating Files): New subsection.
4973 Describe locate-file and executable-find.
4974
49752005-05-21 Kevin Ryde <user42@zip.com.au>
4976
4977 * frames.texi (Initial Parameters): Update cross reference to
4978 "Emacs Invocation".
4979
49802005-05-19 Luc Teirlinck <teirllm@auburn.edu>
4981
4982 * keymaps.texi (Active Keymaps): Add anchor.
4983
4984 * modes.texi (Hooks): Delete confusing and unnecessary sentence.
4985 (Major Mode Conventions): Refer to `Auto Major Mode' in more
4986 appropriate place.
4987 (Derived Modes): Small clarifications.
4988 (Minor Mode Conventions, Keymaps and Minor Modes):
4989 Replace references to nodes with references to anchors.
4990 (Mode Line Data): Warn that `(:eval FORM)' should not load any files.
4991 Clarify description of lists whose first element is an integer.
4992 (Mode Line Variables): Add anchor.
4993 (%-Constructs): Clarify description of integer after %.
4994 (Emulating Mode Line): Describe nil value for FACE.
4995
49962005-05-18 Luc Teirlinck <teirllm@auburn.edu>
4997
4998 * modes.texi (Derived Modes): Correct references to non-existing
4999 variable standard-syntax-table.
5000
50012005-05-17 Lute Kamstra <lute@gnu.org>
5002
5003 * modes.texi (Defining Minor Modes): Mention the mode hook.
5004
50052005-05-15 Kim F. Storm <storm@cua.dk>
5006
5007 * processes.texi (Network): Remove open-network-stream-nowait.
5008 (Network Servers): Remove open-network-stream-server.
5009
50102005-05-15 Luc Teirlinck <teirllm@auburn.edu>
5011
5012 * elisp.texi (Top): Update detailed menu.
5013
5014 * variables.texi: Reorder nodes.
5015 (Variables): Update menu.
5016 (File Local Variables): Do not refer to the `-*-' line as
5017 a "local variables list". Add pxref.
5018
50192005-05-14 Luc Teirlinck <teirllm@auburn.edu>
5020
5021 * elisp.texi (Top): Update detailed menu for node changes.
5022
5023 * modes.texi (Modes): Update Menu.
5024 (Hooks): Move to beginning of chapter.
5025 Most minor modes run mode hooks too.
5026 `add-hook' can handle void hooks or hooks whose value is a single
5027 function.
5028 (Major Modes): Update Menu.
5029 (Major Mode Basics): New node, split off from `Major Modes'.
5030 (Major Mode Conventions): Correct xref. Explain how to handle
5031 auto-mode-alist if the major mode command has an autoload cookie.
5032 (Auto Major Mode): Major update. Add magic-mode-alist.
5033 (Derived Modes): Major update.
5034 (Mode Line Format): Update Menu.
5035 (Mode Line Basics): New node, split off from `Mode Line Format'.
5036
5037 * loading.texi (Autoload): Mention `autoload cookie' as synonym
5038 for `magic autoload comment'. Add index entries and anchor.
5039
50402005-05-14 Richard M. Stallman <rms@gnu.org>
5041
5042 * tips.texi (Coding Conventions): Explain how important it is
5043 that just loading certain files not change Emacs behavior.
5044
5045 * modes.texi (Defining Minor Modes): Define define-global-minor-mode.
5046
50472005-05-12 Lute Kamstra <lute@gnu.org>
5048
5049 * modes.texi (Generic Modes): Update.
5050 (Major Modes): Refer to node "Generic Modes".
5051
5052 * elisp.texi (Top): Update to the current structure of the manual.
5053 * processes.texi (Processes): Add menu description.
5054 * customize.texi (Customization): Add menu descriptions.
5055
50562005-05-11 Thien-Thi Nguyen <ttn@gnu.org>
5057
5058 * processes.texi (Signals to Processes)
5059 (Low-Level Network): Fix typos.
5060
50612005-05-11 Lute Kamstra <lute@gnu.org>
5062
5063 * elisp.texi (Top): Add some nodes from the chapter "Major and
5064 Minor Modes" to the detailed node listing.
5065
50662005-05-10 Richard M. Stallman <rms@gnu.org>
5067
5068 * keymaps.texi (Extended Menu Items): Menu item filter functions
5069 can be called at any time.
5070
50712005-05-08 Luc Teirlinck <teirllm@auburn.edu>
5072
5073 * variables.texi (File Local Variables): `(hack-local-variables t)'
5074 now also checks whether a mode is specified in the local variables
5075 list.
5076
50772005-05-05 Kevin Ryde <user42@zip.com.au>
5078
5079 * display.texi (The Echo Area): Correct format function cross
5080 reference.
5081
50822005-05-05 Luc Teirlinck <teirllm@auburn.edu>
5083
5084 * variables.texi (Variable Aliases): Change description of
5085 `define-obsolete-variable-alias'.
5086
5087 * functions.texi (Functions): Add "Obsolete Functions" to menu.
5088 (Defining Functions): Add xref.
5089 (Obsolete Functions): New node.
5090 (Function Safety): Standardize capitalization of section title.
5091
5092 * frames.texi (Pop-Up Menus): Complete description of `x-popup-menu'.
5093 (Dialog Boxes): Complete description of `x-popup-dialog'.
5094
50952005-05-04 Richard M. Stallman <rms@gnu.org>
5096
5097 * commands.texi (Interactive Codes): Fix Texinfo usage.
5098 Document U more clearly.
5099
51002005-05-01 Luc Teirlinck <teirllm@auburn.edu>
5101
5102 * variables.texi (Variable Aliases): `make-obsolete-variable' is a
5103 function and not a macro.
5104
5105 * frames.texi (Pop-Up Menus): Correct and clarify description of
5106 `x-popup-menu'.
5107 (Dialog Boxes): Clarify description of `x-popup-dialog'.
5108
51092005-05-01 Richard M. Stallman <rms@gnu.org>
5110
5111 * edebug.texi (Checking Whether to Stop): Fix previous change.
5112
51132005-05-01 Luc Teirlinck <teirllm@auburn.edu>
5114
5115 * display.texi: Fix typos and Texinfo usage.
5116
5117 * edebug.texi (Checking Whether to Stop): executing-macro ->
5118 executing-kbd-macro.
5119
51202005-05-01 Richard M. Stallman <rms@gnu.org>
5121
5122 * display.texi (Invisible Text): Correct add-to-invisibility-spec.
5123
51242005-04-30 Richard M. Stallman <rms@gnu.org>
5125
5126 * files.texi (Magic File Names): Document `operations' property.
5127
51282005-04-29 Lute Kamstra <lute@gnu.org>
5129
5130 * modes.texi (Generic Modes): New node.
5131 (Major Modes): Add it to the menu.
5132 (Derived Modes): Add "derived mode" to concept index.
5133
51342005-04-28 Lute Kamstra <lute@gnu.org>
5135
5136 * modes.texi (Defining Minor Modes): Fix previous change.
5137 (Font Lock Mode): Simplify.
5138 (Font Lock Basics): Say that font-lock-defaults is buffer-local
5139 when set and that some parts are optional. Add cross references.
5140 (Search-based Fontification): Say how to specify font-lock-keywords.
5141 Add cross references. Add font-lock-multiline to index.
5142 Move font-lock-keywords-case-fold-search here from node "Other Font
5143 Lock Variables". Document font-lock-add-keywords and
5144 font-lock-remove-keywords.
5145 (Other Font Lock Variables): Move font-lock-keywords-only,
5146 font-lock-syntax-table, font-lock-beginning-of-syntax-function,
5147 and font-lock-syntactic-face-function to node "Syntactic Font
5148 Lock". Move font-lock-keywords-case-fold-search to node
5149 "Search-based Fontification". Document font-lock-inhibit-thing-lock
5150 and font-lock-{,un}fontify-{buffer,region}-function.
5151 (Precalculated Fontification): Remove reference to deleted variable
5152 font-lock-core-only.
5153 (Faces for Font Lock): Add font-lock-comment-delimiter-face.
5154 (Syntactic Font Lock): Add intro. Move font-lock-keywords-only,
5155 font-lock-syntax-table, font-lock-beginning-of-syntax-function,
5156 and font-lock-syntactic-face-function here from node "Other Font
5157 Lock Variables". Move font-lock-syntactic-keywords to "Setting
5158 Syntax Properties". Add cross references.
5159 (Setting Syntax Properties): New node.
5160 Move font-lock-syntactic-keywords here from "Syntactic Font Lock".
5161 * syntax.texi (Syntax Properties): Add cross reference.
5162 * hooks.texi (Standard Hooks): Add Font-Lock hooks.
5163
51642005-04-26 Richard M. Stallman <rms@gnu.org>
5165
5166 * display.texi (Defining Faces):
5167 Document `default' elements of defface spec.
5168
5169 * modes.texi (Major Mode Conventions): Explain customizing ElDoc mode.
5170
5171 * variables.texi (Variable Aliases): Clarify text.
5172
51732005-04-25 Chong Yidong <cyd@stupidchicken.com>
5174
5175 * windows.texi (Window Hooks): Remove reference to obsolete Lazy Lock.
5176
51772005-04-25 Luc Teirlinck <teirllm@auburn.edu>
5178
5179 * hooks.texi (Standard Hooks): Most minor modes have mode hooks too.
5180
51812005-04-24 Eli Zaretskii <eliz@gnu.org>
5182
5183 * syntax.texi (Syntax Table Internals): Elaborate documentation of
5184 syntax-after and syntax-class.
5185
5186 * files.texi (Changing Files): Fix last change's cross-reference.
5187 (Unique File Names): Don't mention "numbers" in the documentation
5188 of make-temp-file and make-temp-name.
5189
51902005-04-23 Richard M. Stallman <rms@gnu.org>
5191
5192 * files.texi (Changing Files): Document MUSTBENEW arg in copy-file.
5193
51942005-04-22 Nick Roberts <nickrob@snap.net.nz>
5195
5196 * windows.texi (Cyclic Window Ordering): Clarify window-list.
5197
51982005-04-22 Nick Roberts <nickrob@snap.net.nz>
5199
5200 * variables.texi (Variable Aliases): Describe make-obsolete-variable
5201 and define-obsolete-variable-alias.
5202
52032005-04-22 Kim F. Storm <storm@cua.dk>
5204
5205 * symbols.texi (Symbol Plists): Remove safe-get, as get is now safe.
5206 (Other Plists): Remove safe-plist-get, as plist-get is now safe.
5207
52082005-04-21 Lute Kamstra <lute@gnu.org>
5209
5210 * lists.texi (Association Lists): Document rassq-delete-all.
5211
52122005-04-19 Richard M. Stallman <rms@gnu.org>
5213
5214 * modes.texi (Search-based Fontification): Explain that
5215 facespec is an expression to be evaluated.
5216
52172005-04-19 Kevin Ryde <user42@zip.com.au>
5218
5219 * streams.texi (Output Functions): Fix xref.
5220 * strings.texi (String Conversion): Fix xref.
5221
52222005-04-19 Kim F. Storm <storm@cua.dk>
5223
5224 * symbols.texi (Symbol Plists): Add safe-get.
5225 Mention that `get' may signal an error.
5226
52272005-04-18 Nick Roberts <nickrob@snap.net.nz>
5228
5229 * customize.texi (Variable Definitions): Replace tooltip-mode
5230 example with save-place.
5231
52322005-04-17 Richard M. Stallman <rms@gnu.org>
5233
5234 * buffers.texi (Indirect Buffers): Clarify.
5235
5236 * positions.texi (Positions): Clarify converting marker to integer.
5237
5238 * strings.texi (String Basics): Mention string-match; clarify.
5239
52402005-04-08 Lute Kamstra <lute@gnu.org>
5241
5242 * modes.texi (Search-based Fontification): Fix cross references.
5243 Use consistent terminology. Document anchored highlighting.
5244
52452005-04-05 Lute Kamstra <lute@gnu.org>
5246
5247 * modes.texi (Defining Minor Modes): Document :group keyword
5248 argument and its default value.
5249
52502005-04-03 Lute Kamstra <lute@gnu.org>
5251
5252 * hooks.texi (Standard Hooks): Add some hooks. Add cross
5253 references and/or descriptions. Delete major mode hooks; mention
5254 them as a category instead. Rename or delete obsolete hooks.
5255
52562005-04-02 Richard M. Stallman <rms@gnu.org>
5257
5258 * nonascii.texi (Coding System Basics): Another wording cleanup.
5259
52602005-04-01 Richard M. Stallman <rms@gnu.org>
5261
5262 * nonascii.texi (Coding System Basics): Clarify previous change.
5263
52642005-04-01 Kenichi Handa <handa@m17n.org>
5265
10d1d0af 5266 * nonascii.texi (Coding System Basics): Describe about roundtrip
b8d4c8d0
GM
5267 identity of coding systems.
5268
52692005-03-29 Chong Yidong <cyd@stupidchicken.com>
5270
5271 * text.texi (Buffer Contents): Add filter-buffer-substring and
5272 buffer-substring-filters.
5273
52742005-03-26 Chong Yidong <cyd@stupidchicken.com>
5275
5276 * anti.texi (Antinews): Mention `G' interactive code.
5277
5278 * tips.texi (Compilation Tips): Mention benchmark.el.
5279
52802005-03-27 Luc Teirlinck <teirllm@auburn.edu>
5281
5282 * modes.texi (Other Font Lock Variables): `font-lock-fontify-block'
5283 is now bound to M-o M-o.
5284
5285 * keymaps.texi (Prefix Keys): `facemenu-keymap' is now on M-o.
5286
52872005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
5288
5289 * calendar.texi: Delete file (and move contents to emacs-xtra.texi
5290 in the Emacs Manual).
5291 * Makefile.in (srcs): Remove calendar.texi.
5292 * makefile.w32-in (srcs): Remove calendar.texi.
5293 * display.texi (Display): Change name of next node.
5294 * os.texi (System In): Change name of previous node.
5295 * elisp.texi (Top): Remove Calendar references.
5296 * vol1.texi (Top): Remove Calendar references.
5297 * vol2.texi (Top): Remove Calendar references.
5298
52992005-03-25 Richard M. Stallman <rms@gnu.org>
5300
5301 * display.texi (Standard Faces, Fringe Bitmaps, Customizing Bitmaps):
5302 Cleanup previous change.
5303
53042005-03-25 Chong Yidong <cyd@stupidchicken.com>
5305
5306 * display.texi (Face Attributes): Faces earlier in an :inherit
5307 list take precedence.
5308 (Scroll Bars): Fix description of vertical-scroll-bars.
5309 Document frame-current-scroll-bars and window-current-scroll-bars.
5310
5311 * markers.texi (The Mark): Document temporary Transient Mark mode.
5312
5313 * minibuf.texi (Reading File Names):
5314 Document read-file-name-completion-ignore-case.
5315
5316 * positions.texi (Screen Lines): Document nil for width argument
5317 to compute-motion.
5318
53192005-03-23 Kim F. Storm <storm@cua.dk>
5320
5321 * display.texi (Standard Faces): Other faces used in the fringe
5322 implicitly inherits from the fringe face.
5323 (Fringe Bitmaps): FACE in right-fringe and left-fringe display
5324 properties implicitly inherits from fringe face.
5325 (Customizing Bitmaps): Likewise for set-fringe-bitmap-face.
5326
53272005-03-20 Chong Yidong <cyd@stupidchicken.com>
5328
5329 * display.texi (Invisible Text): State default value of
5330 line-move-ignore-invisible.
5331 (Managing Overlays): Document remove-overlays.
5332 (Standard Faces): Document escape-glyph face.
5333
5334 * minibuf.texi (Reading File Names): Document read-file-name-function.
5335
5336 * modes.texi (Other Font Lock Variables):
5337 Document font-lock-lines-before.
5338
5339 * positions.texi (Skipping Characters): skip-chars-forward allows
5340 character classes.
5341
53422005-03-18 Lute Kamstra <lute@gnu.org>
5343
5344 * edebug.texi (Instrumenting Macro Calls): Fix another typo.
5345
53462005-03-17 Richard M. Stallman <rms@gnu.org>
5347
5348 * text.texi (Undo): Document extensible undo entries.
5349
dd7b651b 5350 * searching.texi (String Search, Regexp Search): Cleanups.
b8d4c8d0
GM
5351
5352 * nonascii.texi (Character Codes): Minor fix.
5353
5354 * display.texi (Display Property): Explain the significance
5355 of having text properties that are eq.
5356 (Other Display Specs): Explain string as display spec.
5357
5358 * commands.texi (Interactive Codes): Document G option.
5359
53602005-03-17 Chong Yidong <cyd@stupidchicken.com>
5361
5362 * text.texi (Filling): Add sentence-end-without-period and
5363 sentence-end-without-space.
5364 (Changing Properties): Minor fix.
5365
5366 * anti.texi: Total rewrite.
5367
53682005-03-15 Lute Kamstra <lute@gnu.org>
5369
5370 * edebug.texi (Instrumenting Macro Calls): Fix typos.
5371
53722005-03-08 Kim F. Storm <storm@cua.dk>
5373
5374 * display.texi (Specified Space): Property :width is support on
5375 non-graphic terminals, :height is not.
5376
53772005-03-07 Richard M. Stallman <rms@gnu.org>
5378
5379 * display.texi (Overlay Arrow, Fringe Bitmaps, Customizing Bitmaps):
5380 Now subnodes of Fringes.
5381 (Overlay Arrow): Document overlay-arrow-variable-list.
5382 (Fringe Size/Pos): New node, broken out of Fringes.
5383 (Display): Explain clearing vs redisplay better.
5384 (Truncation): Clarify use of bitmaps.
5385 (The Echo Area): Clarify the uses of the echo area.
5386 Add max-mini-window-height.
5387 (Progress): Clarify.
5388 (Invisible Text): Explain that main loop moves point out.
5389 (Selective Display): Say "hidden", not "invisible".
5390 (Managing Overlays): Move up. Describe relation to Undo here.
5391 (Overlay Properties): Clarify intro.
5392 (Finding Overlays): Explain return values when nothing found.
5393 (Width): truncate-string-to-width has added arg.
5394 (Displaying Faces): Clarify and update mode line face handling.
5395 (Face Functions): Minor cleanup.
5396 (Conditional Display): Merge into Other Display Specs.
5397 (Pixel Specification, Other Display Specs): Minor cleanups.
5398 (Images, Image Descriptors): Minor cleanups.
5399 (GIF Images): Patents have expired.
5400 (Showing Images): Explain default text for insert-image.
5401 (Manipulating Button Types): Merge into Manipulating Buttons.
5402 (Making Buttons): Explain return values.
5403 (Button Buffer Commands): Add xref.
5404 (Inverse Video): Update mode-line-inverse-video.
5405 (Display Table Format): Clarify.
5406 (Active Display Table): Give defaults for window-display-table.
5407
5408 * calendar.texi (Calendar Customizing): calendar-holiday-marker
5409 and calendar-today-marker are strings, not chars.
5410 (Holiday Customizing): Minor fix.
5411
5412 * internals.texi (Writing Emacs Primitives): Update `or' example.
5413 Update limit on # args of subr.
5414
5415 * edebug.texi (Using Edebug): Arrow is in fringe.
5416 (Instrumenting): Arg to eval-defun works without loading edebug.
5417 (Edebug Execution Modes): Add xref.
5418
5419 * customize.texi (Common Keywords): Clarify :require.
5420 Mention :version here.
5421 (Variable Definitions, Group Definitions): Not here.
5422 (Variable Definitions): Clarify symbol arg to :initialize and :set fns.
5423
54242005-03-07 Chong Yidong <cyd@stupidchicken.com>
5425 * nonascii.texi (Text Representations): Clarify position-bytes.
5426 (Character Sets): Add list-charset-chars.
5427 (Scanning Charsets): Add charset-after.
5428 (Encoding and I/O): Minor fix.
5429
54302005-03-06 Richard M. Stallman <rms@gnu.org>
5431
5432 * windows.texi (Vertical Scrolling): Get rid of "Emacs 21".
5433 (Resizing Windows): Likewise.
5434
5435 * text.texi (Change Hooks): Get rid of "Emacs 21".
5436
5437 * strings.texi (Formatting Strings): Get rid of "Emacs 21".
5438
5439 * streams.texi (Output Variables): Get rid of "Emacs 21".
5440
5441 * searching.texi (Regexp Special, Char Classes): Get rid of "Emacs 21".
5442
5443 * os.texi (Translating Input): Replace flow-control example
5444 with a less obsolete example that uses `keyboard-translate'.
5445
5446 * objects.texi (Hash Table Type, Circular Objects):
5447 Get rid of "Emacs 21".
5448
5449 * modes.texi (Mode Line Format): Get rid of "Emacs 21".
5450 (Mode Line Data, Properties in Mode, Header Lines): Likewise.
5451
5452 * minibuf.texi (Minibuffer Misc): Get rid of "Emacs 21".
5453
5454 * lists.texi (List Elements, Building Lists): Get rid of "Emacs 21".
5455
5456 * keymaps.texi (Menu Separators, Tool Bar): Get rid of "Emacs 21".
5457 (Menu Bar): Fix when menu-bar-update-hook is called.
5458
5459 * hash.texi (Hash Tables): Get rid of "Emacs 21".
5460
5461 * frames.texi (Text Terminal Colors): Get rid of "Emacs 21",
5462 and make it read better.
5463
5464 * files.texi (Writing to Files): Get rid of "Emacs 21".
5465 (Unique File Names): Likewise.
5466
5467 * elisp.texi: Update Emacs version to 22.
5468
5469 * display.texi (Forcing Redisplay): Get rid of "Emacs 21".
5470 (Overlay Properties, Face Attributes): Likewise.
5471 (Managing Overlays): Fix punctuation.
5472 (Attribute Functions): Clarify set-face-font; get rid of
5473 info about old Emacs versions.
5474 (Auto Faces, Font Lookup, Display Property, Images):
5475 Get rid of "Emacs 21".
5476
5477 * calendar.texi (Calendar Customizing): Get rid of "Emacs 21".
5478
54792005-03-05 Richard M. Stallman <rms@gnu.org>
5480
5481 * debugging.texi (Error Debugging): Remove stack-trace-on-error.
5482
54832005-03-04 Lute Kamstra <lute@gnu.org>
5484
5485 * debugging.texi (Error Debugging): Document stack-trace-on-error.
5486
54872005-03-03 Lute Kamstra <lute@gnu.org>
5488
5489 * edebug.texi (Instrumenting Macro Calls): Fix typo.
5490
54912005-03-01 Lute Kamstra <lute@gnu.org>
5492
5493 * debugging.texi (Debugger Commands): Update `j'.
5494
54952005-02-28 Lute Kamstra <lute@gnu.org>
5496
5497 * debugging.texi (Debugging): Fix typo.
5498 (Error Debugging): Document eval-expression-debug-on-error.
5499 (Function Debugging): Update example.
5500 (Using Debugger): Mention starred stack frames.
5501 (Debugger Commands): Document `j' and `l'.
5502 (Invoking the Debugger): `d' and `j' exit recursive edit too.
5503 Update the messages that the debugger displays.
5504 (Internals of Debugger): Add cross reference. Update example.
5505 (Excess Open): Minor improvement.
5506 (Excess Close): Minor improvement.
5507
55082005-02-26 Richard M. Stallman <rms@gnu.org>
5509
5510 * tips.texi (Coding Conventions): Clarify.
5511 Put all the major mode key reservations together.
5512 Mention the Mouse-1 => Mouse-2 conventions.
5513
5514 * syntax.texi (Syntax Class Table): Clarify.
5515 (Syntax Table Functions): syntax-after moved from here.
5516 (Syntax Table Internals): syntax-after moved to here.
5517 (Parsing Expressions): Update info on number of values
5518 and what's meaningful in the STATE argument.
5519 (Categories): Fix typo.
5520
5521 * sequences.texi (Arrays): Cleanup.
5522 (Char-Tables): Clarify.
5523
5524 * processes.texi (Deleting Processes): Cleanups, add xref.
5525 (Subprocess Creation): Explain nil in exec-path. Cleanup.
5526 (Process Information): set-process-coding-system, some args optional.
5527 (Input to Processes): Explain various types for PROCESS args.
5528 Rename them from PROCESS-NAME to PROCESS.
5529 (Signals to Processes): Likewise.
5530 (Decoding Output): Cleanup.
5531 (Query Before Exit): Clarify.
5532
5533 * os.texi (Startup Summary): Correct the options; add missing ones.
5534 (Terminal Output, Batch Mode): Clarify.
5535 (Flow Control): Node deleted.
5536
5537 * markers.texi (The Mark): Clarify.
5538
5539 * macros.texi (Expansion): Cleanup.
5540 (Indenting Macros): indent-spec allows ints, not floats.
5541
5542 * keymaps.texi (Keymaps): Clarify.
5543 (Format of Keymaps): Update lisp-mode-map example.
5544 (Active Keymaps, Key Lookup): Clarify.
5545 (Changing Key Bindings): Add xref to `kbd'.
5546 (Key Binding Commands, Simple Menu Items): Clarify.
5547 (Mouse Menus, Menu Bar): Clarify.
5548 (Menu Example): Replace print example with menu-bar-replace-menu.
5549
5550 * help.texi (Documentation Basics): Add function-documentation prop.
5551
5552 * elisp.texi (Top): Don't refer to Flow Control node.
5553
5554 * commands.texi (Command Overview): Improve xrefs.
5555 (Adjusting Point): Adjusting point applies to intangible and invis.
5556 (Key Sequence Input): Doc extra read-key-sequence args.
5557 Likewise for read-key-sequence-vector.
5558
5559 * backups.texi (Rename or Copy): Minor fix.
5560 (Numbered Backups): For version-control, say the default.
5561 (Auto-Saving): make-auto-save-file-name example is simplified.
5562
5563 * advice.texi (Advising Functions): Don't imply one part of Emacs
5564 should advise another part. Markup changes.
5565 (Defining Advice): Move transitional para.
5566 (Activation of Advice): Cleanup.
5567 Explain if COMPILE is nil or negative.
5568
5569 * abbrevs.texi (Abbrev Expansion): Clarify, fix typo.
5570
55712005-02-24 Lute Kamstra <lute@gnu.org>
5572
5573 * modes.texi (Defining Minor Modes): Explain that INIT-VALUE,
5574 LIGHTER, and KEYMAP can be omitted when KEYWORD-ARGS are used.
5575
55762005-02-23 Lute Kamstra <lute@gnu.org>
5577
5578 * modes.texi (Defining Minor Modes): define-minor-mode can be used
5579 to define global minor modes as well.
5580
5581 * display.texi (Managing Overlays): overlay-buffer returns nil for
5582 deleted overlays.
5583
55842005-02-22 Kim F. Storm <storm@cua.dk>
5585
5586 * minibuf.texi (Basic Completion): Allow symbols in addition to
5587 strings in try-completion and all-completions.
5588
55892005-02-14 Lute Kamstra <lute@gnu.org>
5590
5591 * elisp.texi (Top): Remove reference to deleted node.
5592
5593 * lists.texi (Lists): Remove reference to deleted node.
5594 (Cons Cells): Fix typo.
5595
5596 * loading.texi (Where Defined): Fix typo.
5597
55982005-02-14 Richard M. Stallman <rms@gnu.org>
5599
5600 * variables.texi (Creating Buffer-Local): change-major-mode-hook
5601 is useful for discarding some minor modes.
5602
5603 * symbols.texi (Symbol Components): Reorder examples.
5604
5605 * streams.texi (Input Functions): State standard-input default.
5606 (Output Variables): State standard-output default.
5607
5608 * objects.texi (Printed Representation): Clarify read syntax vs print.
5609 (Floating Point Type): Explain meaning better.
5610 (Symbol Type): Explain uniqueness better.
5611 (Cons Cell Type): Explain empty list sooner. CAR and CDR later.
5612 List examples sooner.
5613 (Box Diagrams): New subnode broken out.
5614 Some examples moved from old Lists as Boxes node.
5615 (Dotted Pair Notation): Clarify intro.
5616 (Array Type): Clarify.
5617 (Type Predicates): Add hash-table-p.
5618
5619 * numbers.texi (Integer Basics): Clarify radix explanation.
5620 (Predicates on Numbers): Minor clarification.
5621 (Comparison of Numbers): Minor clarification. Clarify eql.
5622 Typos in min, max.
5623 (Math Functions): Clarify overflow in expt.
5624
5625 * minibuf.texi (Text from Minibuffer): Minor clarification.
5626 Mention arrow keys.
5627
5628 * loading.texi (Autoload): defun's doc string overrides autoload's
5629 doc string.
5630 (Repeated Loading): Modernize "add to list" examples.
5631 (Where Defined): Finish updating table of load-history elts.
5632
5633 * lists.texi (List-related Predicates): Minor wording improvement.
5634 (Lists as Boxes): Node deleted.
5635 (Building Lists): Explain trivial cases of number-sequence.
5636
5637 * hash.texi (Hash Tables): Add desc to menu items.
10d1d0af 5638 (Creating Hash): Explain "full" means "make larger".
b8d4c8d0
GM
5639 (Hash Access): Any object can be a key.
5640 State value of maphash.
5641
5642 * functions.texi (What Is a Function): Wording cleanup.
5643 (Function Documentation): Minor cleanup.
5644 Explain purpose of calling convention at end of doc string.
5645 (Function Names): Wording cleanup.
5646 (Calling Functions): Wording cleanup.
5647 Explain better how funcall calls the function.
5648 (Function Cells): Delete example of saving and redefining function.
5649
5650 * control.texi (Combining Conditions): Wording cleanup.
5651 (Iteration): dolist and dotimes bind VAR locally.
5652 (Cleanups): Xref to Atomic Changes.
5653
5654 * compile.texi (Byte Compilation): Delete 19.29 info.
5655 (Compilation Functions): Macros' difficulties don't affect defsubst.
5656 (Docs and Compilation): Delete 19.29 info.
5657
56582005-02-10 Richard M. Stallman <rms@gnu.org>
5659
5660 * objects.texi (Symbol Type): Minor correction.
5661
56622005-02-06 Lute Kamstra <lute@gnu.org>
5663
5664 * modes.texi (Example Major Modes): Fix typos.
5665
56662005-02-06 Richard M. Stallman <rms@gnu.org>
5667
5668 * text.texi (Margins): fill-nobreak-predicate can be one function.
5669
5670 * strings.texi (Modifying Strings): clear-string can make unibyte.
5671 (Formatting Strings): format gives error if values missing.
5672
5673 * positions.texi (Character Motion): Mention default arg
5674 for forward-char. backward-char refers to forward-char.
5675 (Word Motion): Mention default arg for forward-word.
5676 (Buffer End Motion): Mention default arg for beginning-of-buffer.
5677 Simplify end-of-buffer.
5678 (Text Lines): Mention default arg for forward-line.
5679 (List Motion): Mention default arg for beginning/end-of-defun.
5680 (Skipping Characters): Minor fixes in explaining character-set.
5681
5682 * modes.texi (Major Mode Conventions): Mention "system abbrevs".
5683 Mode inheritance applies only when default-major-mode is nil.
5684 Clarifications.
5685 (Example Major Modes): Update Text mode and Lisp mode examples.
5686 (Minor Mode Conventions): Mention define-minor-mode at top.
5687 (Defining Minor Modes): In Hungry example, don't define C-M-DEL.
5688 (Mode Line Format): Update mode line face display info.
5689 (Properties in Mode): Mention effect of risky vars.
5690 (Imenu): Define imenu-add-to-menubar.
5691 (Font Lock Mode): Add descriptions to menu lines.
5692 (Faces for Font Lock): Add font-lock-doc-face.
5693
56942005-02-05 Lute Kamstra <lute@gnu.org>
5695
5696 * text.texi (Maintaining Undo): Remove obsolete function.
5697
56982005-02-05 Eli Zaretskii <eliz@gnu.org>
5699
5700 * frames.texi (Color Names): Add pointer to the X docs about RGB
5701 color specifications. Improve indexing
5702 (Text Terminal Colors): Replace the description of RGB values by
5703 an xref to "Color Names".
5704
57052005-02-03 Richard M. Stallman <rms@gnu.org>
5706
5707 * windows.texi (Basic Windows): Add cursor-in-non-selected-windows.
5708 Clarify.
5709 (Selecting Windows): Clarify save-selected-window.
5710 (Cyclic Window Ordering): Clarify walk-windows.
5711 (Window Point): Clarify.
5712 (Window Start): Add comment to example.
5713 (Resizing Windows): Add `interactive' specs in examples.
5714 Document fit-window-to-buffer.
5715
5716 * text.texi (User-Level Deletion): just-one-space takes numeric arg.
5717 (Undo, Maintaining Undo): Clarify last change.
5718 (Sorting): In sort-numeric-fields, explain about octal and hex.
5719 Mention sort-numeric-base.
5720 (Format Properties): Add xref for hard newlines.
5721
5722 * frames.texi (Window Frame Parameters): Explain pixel=char on tty.
5723 (Pop-Up Menus): Fix typo.
5724 (Color Names): Explain all types of color names.
5725 Explain color-values on B&W terminal.
5726 (Text Terminal Colors): Explain "rgb values" are lists. Fix arg names.
5727
5728 * files.texi (File Locks): Not supported on MS systems.
5729 (Testing Accessibility): Clarify.
5730
5731 * edebug.texi (Printing in Edebug): Fix edebug-print-circle.
5732 (Coverage Testing): Fix typo.
5733
5734 * commands.texi (Misc Events): Remove stray space.
5735
5736 * buffers.texi (Buffer Names): Clarify generate-new-buffer-name.
5737 (Modification Time): Clarify when visited-file-modtime returns 0.
5738 (The Buffer List): Clarify bury-buffer.
5739 (Killing Buffers): Clarify.
5740 (Indirect Buffers): Add clone-indirect-buffer.
5741
57422005-02-02 Matt Hodges <MPHodges@member.fsf.org>
5743
5744 * edebug.texi (Printing in Edebug): Fix default value of
5745 edebug-print-circle.
5746 (Coverage Testing): Fix displayed frequency count data.
5747
57482005-02-02 Luc Teirlinck <teirllm@auburn.edu>
5749
5750 * text.texi (Maintaining Undo): Add `undo-outer-limit'.
5751
57522005-02-02 Kim F. Storm <storm@cua.dk>
5753
5754 * text.texi (Undo) <buffer-undo-list>: Describe `apply' elements.
5755
57562005-01-29 Eli Zaretskii <eliz@gnu.org>
5757
5758 * commands.texi (Misc Events): Describe the help-echo event.
5759
5760 * text.texi (Special Properties) <help-echo>: Use `pos'
5761 consistently in description of the help-echo property.
5762 Use @code{nil} instead of @var{nil}.
5763
5764 * display.texi (Overlay Properties): Fix the index entry for
5765 help-echo overlay property.
5766
5767 * customize.texi (Type Keywords): Uncomment the xref to the
5768 help-echo property documentation.
5769
57702005-01-23 Kim F. Storm <storm@cua.dk>
5771
5772 * windows.texi (Window Start): Fix `pos-visible-in-window-p'
5773 return value. Third element FULLY replaced by PARTIAL which
5774 specifies number of invisible pixels if row is only partially visible.
5775 (Textual Scrolling): Mention auto-window-vscroll.
5776 (Vertical Scrolling): New defvar auto-window-vscroll.
5777
57782005-01-16 Luc Teirlinck <teirllm@auburn.edu>
5779
5780 * keymaps.texi (Changing Key Bindings): `suppress-keymap' now uses
5781 command remapping.
5782
57832005-01-15 Richard M. Stallman <rms@gnu.org>
5784
5785 * display.texi (Defining Images): Mention DATA-P arg of create-image.
5786
57872005-01-14 Kim F. Storm <storm@cua.dk>
5788
5789 * commands.texi (Accessing Events): Add WHOLE arg to posn-at-x-y.
5790
5791 * text.texi (Links and Mouse-1): Fix string and vector item.
5792
57932005-01-13 Richard M. Stallman <rms@gnu.org>
5794
5795 * keymaps.texi (Active Keymaps): Rewrite the text, and update the
5796 descriptions of overriding-local-map and overriding-terminal-local-map.
5797
5798 * text.texi (Links and Mouse-1): Clarify text.
5799
58002005-01-13 Kim F. Storm <storm@cua.dk>
5801
5802 * modes.texi (Emulating Mode Line): Update format-mode-line entry.
5803
58042005-01-13 Francis Litterio <franl@world.std.com> (tiny change)
5805
5806 * keymaps.texi (Active Keymaps): Fix overriding-local-map description.
5807
58082005-01-12 Kim F. Storm <storm@cua.dk>
5809
5810 * text.texi (Links and Mouse-1): Rename section from Enabling
5811 Mouse-1 to Following Links. Change xrefs.
5812 Add examples for define-button-type and define-widget.
5813
5814 * display.texi (Button Properties, Button Buffer Commands):
5815 Clarify mouse-1 and follow-link functionality.
5816
58172005-01-12 Richard M. Stallman <rms@gnu.org>
5818
5819 * text.texi (Enabling Mouse-1 to Follow Links): Redo prev. change.
5820
5821 * display.texi (Beeping): Fix Texinfo usage.
5822
5823 * modes.texi (Emulating Mode Line): Doc FACE arg in format-header-line.
5824
58252005-01-11 Kim F. Storm <storm@cua.dk>
5826
5827 * display.texi (Button Properties, Button Buffer Commands):
5828 Mention mouse-1 binding. Add follow-link keyword.
5829
5830 * text.texi (Text Properties): Add "Enable Mouse-1" to submenu.
5831 (Enabling Mouse-1 to Follow Links): New subsection.
5832
58332005-01-06 Richard M. Stallman <rms@gnu.org>
5834
5835 * text.texi (Special Properties): Minor change.
5836
5837 * os.texi (Timers): Clarify previous change.
5838
5839 * modes.texi (Emulating Mode Line): format-mode-line requires 1 arg.
5840
58412005-01-01 Luc Teirlinck <teirllm@auburn.edu>
5842
5843 * display.texi (Face Attributes): Correct xref to renamed node.
5844
58452005-01-01 Richard M. Stallman <rms@gnu.org>
5846
5847 * display.texi (Face Attributes): Describe hex color specs.
5848
58492004-12-31 Richard M. Stallman <rms@gnu.org>
5850
5851 * os.texi (Timers): Update previous change.
5852
58532004-12-30 Kim F. Storm <storm@cua.dk>
5854
5855 * display.texi (Line Height): Total line-height is now specified
5856 in line-height property of form (HEIGHT TOTAL). Swap (FACE . RATIO)
5857 in cons cells. (nil . RATIO) is relative to actual line height.
5858 Use line-height `t' instead of `0' to get minimum height.
5859
58602004-12-29 Richard M. Stallman <rms@gnu.org>
5861
5862 * os.texi (Timers): Discuss timers vs editing the buffer and undo.
5863
58642004-12-28 Richard M. Stallman <rms@gnu.org>
5865
5866 * commands.texi (Quitting): Clarify value of with-local-quit.
5867
5868 * elisp.texi (Top): Fix previous change.
5869
5870 * loading.texi (Loading): Fix previous change.
5871
58722004-12-27 Richard M. Stallman <rms@gnu.org>
5873
5874 * Makefile.in (MAKEINFO): Specify --force.
5875
5876 * buffers.texi (Killing Buffers): Add buffer-save-without-query.
5877
5878 * modes.texi (Emulating Mode Line): Document format's BUFFER arg.
5879
5880 * display.texi (Line Height): Further clarify.
5881
5882 * elisp.texi (Top): Update Loading submenu.
5883
5884 * loading.texi (Where Defined): New node.
5885 (Unloading): load-history moved to Where Defined.
5886
58872004-12-21 Richard M. Stallman <rms@gnu.org>
5888
5889 * commands.texi (Event Input Misc): Add while-no-input.
5890
58912004-12-11 Richard M. Stallman <rms@gnu.org>
5892
5893 * display.texi (Line Height): Rewrite text for clarity.
5894
58952004-12-11 Kim F. Storm <storm@cua.dk>
5896
5897 * display.texi (Display): Add node "Line Height" to menu.
5898 (Line Height): New node. Move full description of line-spacing
5899 and line-height text properties here from text.texi.
5900 (Scroll Bars): Add vertical-scroll-bar variable.
5901
5902 * frames.texi (Window Frame Parameters): Remove line-height defvar.
5903
5904 * locals.texi (Standard Buffer-Local Variables): Fix xref for
5905 line-spacing and vertical-scroll-bar.
5906
5907 * text.texi (Special Properties): Just mention line-spacing and
5908 line-height here, add xref to new "Line Height" node.
5909
59102004-12-09 Thien-Thi Nguyen <ttn@gnu.org>
5911
5912 * frames.texi (Window Frame Parameters): New @defvar for `line-spacing'.
5913
5914 * locals.texi (Standard Buffer-Local Variables):
5915 Add @xref for `line-spacing'.
5916
59172004-12-05 Richard M. Stallman <rms@gnu.org>
5918
5919 * Makefile.in (maintainer-clean): Remove the info files
5920 in $(infodir) where they are created.
5921
59222004-12-03 Richard M. Stallman <rms@gnu.org>
5923
5924 * windows.texi (Selecting Windows): get-lru-window and
5925 get-largest-window don't consider dedicated windows.
5926
5927 * text.texi (Undo): Document undo-in-progress.
5928
59292004-11-26 Richard M. Stallman <rms@gnu.org>
5930
5931 * locals.texi (Standard Buffer-Local Variables): Undo prev change.
5932 Remove a few vars that are not always buffer-local.
5933
59342004-11-24 Luc Teirlinck <teirllm@auburn.edu>
5935
5936 * locals.texi (Standard Buffer-Local Variables): Comment out
5937 xref's to non-existent node `Yet to be written'.
5938
59392004-11-24 Richard M. Stallman <rms@gnu.org>
5940
5941 * processes.texi (Synchronous Processes): Grammar fix.
5942
5943 * numbers.texi (Comparison of Numbers): Add eql.
5944
5945 * locals.texi (Standard Buffer-Local Variables): Add many vars.
5946
5947 * intro.texi (Printing Notation): Fix previous change.
5948
5949 * display.texi (Customizing Bitmaps): Move indicate-buffer-boundaries
5950 and default-indicate-buffer-boundaries from here.
5951 (Usual Display): To here.
5952 (Scroll Bars): Add scroll-bar-mode and scroll-bar-width.
5953 (Usual Display): Move tab-width up.
5954
5955 * customize.texi (Variable Definitions): Replace
5956 show-paren-mode example with tooltip-mode.
5957 (Simple Types, Composite Types, Defining New Types):
5958 Minor cleanups.
5959
59602004-11-21 Jesper Harder <harder@ifa.au.dk>
5961
5962 * processes.texi (Synchronous Processes, Output from Processes):
5963 Markup fix.
5964
59652004-11-20 Richard M. Stallman <rms@gnu.org>
5966
5967 * positions.texi (Skipping Characters): skip-chars-forward
5968 now handles char classes.
5969
5970 * intro.texi (Printing Notation): Avoid confusion of `print'
5971 when explaining @print.
5972
5973 * macros.texi (Argument Evaluation): Fix 1st `for' expansion example.
5974
5975 * display.texi (Display Table Format): Minor fix.
5976
5977 * streams.texi (Output Functions): Fix print example.
5978
5979 * Makefile.in (elisp): New target.
5980 (dist): Depend on $(infodir)/elisp, not elisp.
5981 Copy the info files from $(infodir).
5982
5983 * minibuf.texi (Text from Minibuffer): Document KEEP-ALL arg in
5984 read-from-minibuffer.
5985
5986 * searching.texi (Regexp Search): Rename that to search-spaces-regexp.
5987
59882004-11-19 Richard M. Stallman <rms@gnu.org>
5989
5990 * searching.texi (Regexp Search): Add search-whitespace-regexp.
5991
59922004-11-19 CHENG Gao <chenggao@gmail.com> (tiny change)
5993
5994 * tips.texi (Coding Conventions): Fix typo.
5995
59962004-11-16 Richard M. Stallman <rms@gnu.org>
5997
5998 * tips.texi (Coding Conventions): Separate defvar and require
5999 methods to avoid warnings. Use require only when there are many
6000 functions and variables from that package.
6001
6002 * minibuf.texi (Minibuffer Completion): When ignoring case,
6003 predicate must not be case-sensitive.
6004
6005 * debugging.texi (Function Debugging, Explicit Debug): Clarified.
6006 (Test Coverage): Don't talk about "splotches". Clarified.
6007
60082004-11-16 Thien-Thi Nguyen <ttn@gnu.org>
6009
6010 * frames.texi (Window Frame Parameters): Fix typo.
6011
60122004-11-15 Kim F. Storm <storm@cua.dk>
6013
6014 * symbols.texi (Other Plists): Note that plist-get may signal error.
6015 Add safe-plist-get.
6016
60172004-11-15 Thien-Thi Nguyen <ttn@gnu.org>
6018
6019 * modes.texi (Font Lock Basics): Fix typo.
6020
60212004-11-08 Richard M. Stallman <rms@gnu.org>
6022
6023 * syntax.texi (Syntax Table Functions): Add syntax-after.
6024
60252004-11-06 Lars Brinkhoff <lars@nocrew.org>
6026
6027 * os.texi (Processor Run Time): New section documenting
6028 get-internal-run-time.
6029
60302004-11-06 Eli Zaretskii <eliz@gnu.org>
6031
6032 * Makefile.in (install, maintainer-clean): Don't use "elisp-*" as
6033 it nukes elisp-cover.texi.
6034 (dist): Change elisp-[0-9] to elisp-[1-9], as there could be no
6035 elisp-0 etc.
6036
60372004-11-05 Luc Teirlinck <teirllm@auburn.edu>
6038
6039 * commands.texi (Keyboard Macros): Document `append' return value
6040 of `defining-kbd-macro'.
6041
60422004-11-01 Richard M. Stallman <rms@gnu.org>
6043
6044 * commands.texi (Interactive Call): Add called-interactively-p.
6045
60462004-10-29 Simon Josefsson <jas@extundo.com>
6047
6048 * minibuf.texi (Reading a Password): Revert.
6049
60502004-10-28 Richard M. Stallman <rms@gnu.org>
6051
6052 * frames.texi (Display Feature Testing): Explain about "vendor".
6053
60542004-10-27 Richard M. Stallman <rms@gnu.org>
6055
6056 * commands.texi (Interactive Codes): `N' uses numeric prefix,
6057 not raw. Clarify `n'.
6058 (Interactive Call): Rewrite interactive-p, focusing on when
6059 and how to use it.
6060 (Misc Events): Clarify previous change.
6061
6062 * advice.texi (Simple Advice): Clarify what job the example does.
6063 (Around-Advice): Clarify ad-do-it.
6064 (Activation of Advice): An option of ad-default-compilation-action
6065 is `never', not `nil'.
6066
60672004-10-26 Kim F. Storm <storm@cua.dk>
6068
6069 * commands.texi (Interactive Codes): Add U code letter.
6070
60712004-10-25 Simon Josefsson <jas@extundo.com>
6072
6073 * minibuf.texi (Reading a Password): Add.
6074
60752004-10-24 Jason Rumney <jasonr@gnu.org>
6076
6077 * commands.texi (Misc Events): Remove mouse-wheel. Add wheel-up
6078 and wheel-down.
6079
60802004-10-24 Kai Grossjohann <kai.grossjohann@gmx.net>
6081
6082 * processes.texi (Synchronous Processes): Document process-file.
6083
60842004-10-22 Kenichi Handa <handa@m17n.org>
6085
6086 * text.texi (translate-region): Document that it accepts also a
6087 char-table.
6088
60892004-10-22 David Ponce <david@dponce.com>
6090
6091 * windows.texi (Resizing Windows): Document the `preserve-before'
6092 argument of the functions `enlarge-window' and `shrink-window'.
6093
60942004-10-19 Jason Rumney <jasonr@gnu.org>
6095
6096 * makefile.w32-in (elisp): Change order of arguments to makeinfo.
6097
60982004-10-09 Luc Teirlinck <teirllm@auburn.edu>
6099
6100 * text.texi (Filling): Add anchor for definition of
6101 `sentence-end-double-space'.
6102
6103 * searching.texi (Regexp Example): Update description of how
6104 Emacs currently recognizes the end of a sentence.
6105 (Standard Regexps): Update definition of the variable
6106 `sentence-end'. Add definition of the function `sentence-end'.
6107
61082004-10-08 Paul Pogonyshev <pogonyshev@gmx.net>
6109
6110 * display.texi (Progress): New node.
6111
61122004-10-05 Kim F. Storm <storm@cua.dk>
6113
6114 * display.texi (Fringe Bitmaps): Update fringe-bitmaps-at-pos.
6115
61162004-09-29 Kim F. Storm <storm@cua.dk>
6117
6118 * display.texi (Fringe Bitmaps): Use symbols rather than numbers
6119 to identify bitmaps. Remove -fringe-bitmap suffix for standard
6120 fringe bitmap symbols, as they now have their own namespace.
6121 (Customizing Bitmaps) <define-fringe-bitmap>: Clarify bit ordering
6122 vs. pixels. Signal error if no free bitmap slots.
6123 (Pixel Specification): Change IMAGE to @var{image}.
6124
61252004-09-28 Richard M. Stallman <rms@gnu.org>
6126
6127 * text.texi (Special Properties): Clarify line-spacing and line-height.
6128
6129 * searching.texi (Regexp Search): Add looking-back.
6130
61312004-09-25 Luc Teirlinck <teirllm@auburn.edu>
6132
6133 * display.texi: Correct typos.
6134 (Image Descriptors): Correct xref's.
6135
61362004-09-25 Richard M. Stallman <rms@gnu.org>
6137
6138 * text.texi (Special Properties): Cleanups in `cursor'.
6139 Rewrites in `line-height' and `line-spacing'; exchange them.
6140
6141 * display.texi (Fringes): Rewrite previous change.
6142 (Fringe Bitmaps): Merge text from Display Fringe Bitmaps. Rewrite.
6143 (Display Fringe Bitmaps): Node deleted, text moved.
6144 (Customizing Bitmaps): Split off from Fringe Bitmaps. Rewrite.
6145 (Scroll Bars): Clarify set-window-scroll-bars.
6146 (Pointer Shape): Rewrite.
6147 (Specified Space): Clarify :align-to, etc.
6148 (Pixel Specification): Use @var. Clarify new text.
6149 (Other Display Specs): Clarify `slice'.
6150 (Image Descriptors): Cleanups.
6151 (Showing Images): Cleanups.
6152
61532004-09-24 Luc Teirlinck <teirllm@auburn.edu>
6154
6155 * hooks.texi (Standard Hooks): Add `after-change-major-mode-hook'.
6156
6157 * modes.texi: Various minor changes in addition to:
6158 (Major Mode Conventions): Final call to `run-mode-hooks' should
6159 not be inside the `delay-mode-hooks' form.
6160 (Mode Hooks): New node.
6161 (Hooks): Delete obsolete example.
6162 Move definitions of `run-mode-hooks' and `delay-mode-hooks' to new
6163 node "Mode Hooks".
6164
61652004-09-22 Luc Teirlinck <teirllm@auburn.edu>
6166
6167 * display.texi: Correct various typos.
6168 (Display): Rename node "Pointer Shapes" to "Pointer
6169 Shape". (There is already a node called "Pointer Shapes" in
6170 frames.texi.)
6171 (Images): Remove non-existent node "Image Slices" from menu.
6172
61732004-09-23 Kim F. Storm <storm@cua.dk>
6174
6175 * text.texi (Special Properties): Add `cursor', `pointer',
6176 `line-height', and `line-spacing' properties.
6177
6178 * display.texi (Display): Add 'Fringe Bitmaps' and 'Pointer
6179 Shapes' to menu.
6180 (Standard Faces): Doc fix for fringe face.
6181 (Fringes): Add `overflow-newline-into-fringe' and
6182 'indicate-buffer-boundaries'.
6183 (Fringe Bitmaps, Pointer Shapes): New nodes.
6184 (Display Property): Add 'Pixel Specification' and 'Display Fringe
6185 Bitmaps' to menu.
6186 (Specified Space): Describe pixel width and height.
6187 (Pixel Specification): New node.
6188 (Other Display Specs): Add `slice' property.
6189 (Display Fringe Bitmaps): New node.
6190 (Images): Add 'Image Slices' to menu.
6191 (Image Descriptors): Add `:pointer' and `:map' properties.
6192 (Showing Images): Add slice arg to `insert-image'. Add
6193 'insert-sliced-image'.
6194
61952004-09-20 Richard M. Stallman <rms@gnu.org>
6196
6197 * commands.texi (Key Sequence Input):
6198 Clarify downcasing in read-key-sequence.
6199
62002004-09-08 Juri Linkov <juri@jurta.org>
6201
6202 * minibuf.texi (Minibuffer History): Add `history-delete-duplicates'.
6203
62042004-09-07 Luc Teirlinck <teirllm@auburn.edu>
6205
6206 * locals.texi (Standard Buffer-Local Variables): Add
6207 `buffer-auto-save-file-format'.
6208 * internals.texi (Buffer Internals): Describe new
6209 auto_save_file_format field of the buffer structure.
6210 * files.texi (Format Conversion): `auto-save-file-format' has been
6211 renamed `buffer-auto-save-file-format'.
6212
62132004-08-27 Luc Teirlinck <teirllm@auburn.edu>
6214
6215 * abbrevs.texi (Abbrev Expansion): `abbrev-start-location' can be
6216 an integer or a marker.
6217 (Abbrev Expansion): Replace example for `pre-abbrev-expand-hook'.
6218
62192004-08-22 Richard M. Stallman <rms@gnu.org>
6220
6221 * modes.texi (Major Mode Conventions): Discuss rebinding of
6222 standard key bindings.
6223
62242004-08-18 Kim F. Storm <storm@cua.dk>
6225
6226 * processes.texi (Accepting Output): Add `just-this-one' arg to
6227 `accept-process-output'.
6228 (Output from Processes): New var `process-adaptive-read-buffering'.
6229
62302004-08-10 Luc Teirlinck <teirllm@auburn.edu>
6231
6232 * keymaps.texi: Various changes in addition to:
6233 (Keymap Terminology): `kbd' uses same syntax as Edit Macro mode.
6234 Give more varied examples for `kbd'.
6235 (Creating Keymaps): Char tables have slots for all characters
6236 without modifiers.
6237 (Active Keymaps): `overriding-local-map' and
6238 `overriding-terminal-local-map' also override text property and
6239 overlay keymaps.
6240 (Functions for Key Lookup): Mention OLP arg to `current-active-maps'.
6241 (Scanning Keymaps): `accessible-keymaps' uses `[]' instead of `""'
6242 to denote a prefix of no events.
6243 `map-keymap' includes parent's bindings _recursively_.
6244 Clarify and correct description of `where-is-internal'.
6245 Mention BUFFER-OR-NAME arg to `describe-bindings'.
6246 (Menu Example): For menus intended for use with the keyboard, the
6247 menu items should be bound to characters or real function keys.
6248
62492004-08-08 Luc Teirlinck <teirllm@auburn.edu>
6250
6251 * objects.texi (Character Type): Reposition `@anchor' to prevent
6252 double space inside sentence in Info.
6253
6254 * hooks.texi (Standard Hooks): `disabled-command-hook' has been
6255 renamed to `disabled-command-function'.
6256 * commands.texi (Key Sequence Input): Remove unnecessary anchor.
6257 (Command Loop Info): Replace reference to it.
6258 (Disabling Commands): `disabled-command-hook' has been renamed to
6259 `disabled-command-function'.
6260
62612004-08-07 Luc Teirlinck <teirllm@auburn.edu>
6262
6263 * os.texi (Translating Input): Only non-prefix bindings in
6264 `key-translation-map' override actual key bindings. Warn about
6265 possible indirect effect of actual key bindings on non-prefix
6266 bindings in `key-translation-map'.
6267
62682004-08-06 Luc Teirlinck <teirllm@auburn.edu>
6269
6270 * minibuf.texi (High-Level Completion): Add anchor for definition
6271 of `read-variable'.
6272
6273 * commands.texi: Various changes in addition to:
6274 (Using Interactive): Clarify description of `interactive-form'.
6275 (Interactive Call): Mention default for KEYS argument to
6276 `call-interactively'.
6277 (Command Loop Info): Clarify description of `this-command-keys'.
6278 Mention KEEP-RECORD argument to `clear-this-command-keys'.
6279 Value of `last-event-frame' can be `macro'.
6280 (Repeat Events): `double-click-fuzz' is also used to distinguish
6281 clicks and drags.
6282 (Classifying Events): Clarify descriptions of `event-modifiers'
6283 `event-basic-type' and `event-convert-list'.
6284 (Accessing Events): `posn-timestamp' takes POSITION argument.
6285 (Quoted Character Input): Clarify description of
6286 `read-quoted-char' and fix example.
6287 (Quitting): Add `with-local-quit'.
6288 (Disabling Commands): Correct and clarify descriptions of
6289 `enable-command' and `disable-command'.
6290 Mention what happens if `disabled-command-hook' is nil.
6291 (Keyboard Macros): Mention LOOPFUNC arg to `execute-kbd-macro'.
6292 Describe `executing-kbd-macro' instead of obsolete `executing-macro'.
6293
62942004-07-24 Luc Teirlinck <teirllm@auburn.edu>
6295
6296 * frames.texi: Various changes in addition to:
6297 (Creating Frames): Expand and clarify description of `make-frame'.
6298 (Window Frame Parameters): Either none or both of the `icon-left'
6299 and `icon-top' parameters must be specified. Put descriptions of
6300 `menu-bar-lines' and `toolbar-lines' closer together and change
6301 them accordingly.
6302 (Frame Titles): `multiple-frames' is not guaranteed to be accurate
6303 except while processing `frame-title-format' or `icon-title-format'.
6304 (Deleting Frames): Correct description of `delete-frame'.
6305 Non-nil return values of `frame-live-p' are like those of `framep'.
6306 (Frames and Windows): Mention return value of
6307 `set-frame-selected-window'.
6308 (Visibility of Frames): Mention `force' argument to
6309 `make-frame-invisible'. `frame-visible-p' returns t for all
6310 frames on text-only terminals.
6311 (Frame Configurations): Restoring a frame configuration does not
6312 restore deleted frames.
6313 (Window System Selections): `x-set-selection' returns DATA.
6314 (Resources): Add example.
6315 (Display Feature Testing): Clarify descriptions of
6316 `display-pixel-height', `display-pixel-width', `x-server-version'
6317 and `x-server-vendor'.
6318
6319 * windows.texi (Choosing Window): Add anchor.
6320 * minibuf.texi (Minibuffer Misc): Add anchor.
6321
63222004-07-23 John Paul Wallington <jpw@gnu.org>
6323
6324 * macros.texi (Defining Macros): Declaration keyword for setting
6325 Edebug spec is `debug' not `edebug'.
6326
63272004-07-19 Luc Teirlinck <teirllm@auburn.edu>
6328
6329 * windows.texi: Various small changes in addition to:
6330 (Window Point): Mention return value of `set-window-point'.
6331 (Window Start): `pos-visible-in-window-p' disregards horizontal
6332 scrolling. Explain return value if PARTIALLY is non-nil.
6333 (Vertical Scrolling): Mention PIXELS-P argument to `window-vscroll'
6334 and `set-window-vscroll'.
6335 (Size of Window): The argument WINDOW to `window-inside-edges',
6336 `window-pixel-edges' and `window-inside-pixel-edges' is optional.
6337 (Resizing Windows): Explain return value of
6338 `shrink-window-if-larger-than-buffer'.
6339 `window-size-fixed' automatically becomes buffer local when set.
6340 (Window Configurations): Explain return value of
6341 `set-window-configuration'.
6342
6343 * minibuf.texi (Minibuffer Misc): Add anchor for
6344 `minibuffer-scroll-window'.
6345
6346 * positions.texi (Text Lines): Add anchor for `count-lines'.
6347
63482004-07-17 Richard M. Stallman <rms@gnu.org>
6349
6350 * display.texi (Overlay Properties): Adding `evaporate' prop
6351 deletes empty overlay immediately.
6352
6353 * abbrevs.texi (Abbrev Expansion): Clarify pre-abbrev-expand-hook,
6354 fix example.
6355
63562004-07-16 Jim Blandy <jimb@redhat.com>
6357
6358 * searching.texi (Regexp Backslash): Document new \_< and \_>
6359 operators.
6360
63612004-07-16 Juanma Barranquero <lektu@terra.es>
6362
6363 * display.texi (Images): Fix Texinfo usage.
6364
63652004-07-14 Luc Teirlinck <teirllm@auburn.edu>
6366
6367 * buffers.texi (Modification Time): `visited-file-modtime' now
6368 returns a list of two integers, instead of a cons.
6369
63702004-07-13 Luc Teirlinck <teirllm@auburn.edu>
6371
6372 * windows.texi: Various changes in addition to:
6373 (Splitting Windows): Add `split-window-keep-point'.
6374
63752004-07-09 Richard M. Stallman <rms@gnu.org>
6376
6377 * frames.texi (Input Focus): Minor fix.
6378
63792004-07-07 Luc Teirlinck <teirllm@auburn.edu>
6380
6381 * frames.texi (Input Focus): Clarify descriptions of
6382 `select-frame-set-input-focus' and `select-frame'.
6383
63842004-07-06 Luc Teirlinck <teirllm@auburn.edu>
6385
6386 * os.texi: Various small changes in addition to:
6387 (Killing Emacs): Expand and clarify description of
6388 `kill-emacs-query-functions' and `kill-emacs-hook'.
6389 (System Environment): Expand and clarify description of `getenv'
6390 and `setenv'.
6391 (Timers): Clarify description of `run-at-time'.
6392 (Translating Input): Correct description of
6393 `extra-keyboard-modifiers'.
6394 (Flow Control): Correct description of `enable-flow-control'.
6395
63962004-07-06 Thien-Thi Nguyen <ttn@gnu.org>
6397
6398 * os.texi: Update copyright.
6399 (Session Management): Grammar fix.
6400 Clarify which Emacs does the restarting.
6401 Use @samp for *scratch* buffer.
6402
64032004-07-04 Alan Mackenzie <acm@muc.de>
6404
6405 * frames.texi (Input Focus): Add documentation for
6406 `select-frame-set-input-focus'. Replace refs to non-existent
6407 `switch-frame' with `select-frame'. Minor corrections and tidying
6408 up of text-only terminal stuff.
6409
64102004-07-02 Richard M. Stallman <rms@gnu.org>
6411
6412 * files.texi (Saving Buffers): Cleanup write-contents-function.
6413 (Magic File Names): Cleanup file-remote-p.
6414
b344d29d 64152004-07-02 Kai Großjohann <kai@emptydomain.de>
b8d4c8d0
GM
6416
6417 * files.texi (Magic File Names): `file-remote-p' returns an
6418 identifier of the remote system, not just t.
6419
64202004-07-02 David Kastrup <dak@gnu.org>
6421
6422 * searching.texi (Entire Match Data): Add explanation about new
6423 match-data behavior when @var{integers} is non-nil.
6424
64252004-06-24 Richard M. Stallman <rms@gnu.org>
6426
6427 * commands.texi (Misc Events): Describe usr1-signal, usr2-signal event.
6428
6429 * customize.texi (Variable Definitions): Note about doc strings
6430 and :set.
6431
6432 * keymaps.texi (Keymap Terminology): Document `kbd'.
6433 (Changing Key Bindings, Key Binding Commands): Use kbd in examples.
6434
6435 * display.texi (Invisible Text): Setting buffer-invisibility-spec
6436 makes it buffer-local.
6437
6438 * files.texi (Saving Buffers): Correct previous change.
6439
6440 * commands.texi (Accessing Events):
6441 Clarify posn-col-row and posn-actual-col-row.
6442
64432004-06-24 David Ponce <david.ponce@wanadoo.fr>
6444
6445 * commands.texi (Accessing Events): New functions
6446 posn-at-point and posn-at-x-y. Add example to posn-x-y.
6447
64482004-06-23 Luc Teirlinck <teirllm@auburn.edu>
6449
6450 * lists.texi, files.texi, processes.texi, macros.texi, hash.texi:
6451 * frames.texi, buffers.texi, backups.texi, variables.texi:
6452 * loading.texi, eval.texi, functions.texi, control.texi:
6453 * symbols.texi, minibuf.texi: Reposition @anchor's.
6454
6455 * help.texi: Various small changes in addition to the following.
6456 (Describing Characters): Describe PREFIX argument to
6457 `key-description'. Correct and clarify definition of
6458 `text-char-description'. Describe NEED-VECTOR argument to
6459 `read-kbd-macro'.
6460 (Help Functions): Clarify definition of `apropos'.
6461
64622004-06-23 Lars Hansen <larsh@math.ku.dk>
6463
6464 * files.texi (Saving Buffers): Correct description of
6465 `write-contents-functions'.
6466
64672004-06-21 Juanma Barranquero <lektu@terra.es>
6468
6469 * display.texi (Images): Remove redundant @vindex directives.
6470 Rewrite `image-library-alist' doc in active voice.
6471
64722004-06-14 Juanma Barranquero <lektu@terra.es>
6473
6474 * display.texi (Images): Document new delayed library loading,
6475 variable `image-library-alist' and (existing but undocumented)
6476 function `image-type-available-p'.
6477
64782004-06-05 Richard M. Stallman <rms@gnu.org>
6479
6480 * minibuf.texi (Minibuffer Completion): For INITIAL arg,
6481 refer the user to the Initial Input node.
6482 (Text from Minibuffer): Likewise.
6483 (Initial Input): New node. Document this feature
6484 and say it is mostly deprecated.
6485
64862004-05-30 Richard M. Stallman <rms@gnu.org>
6487
6488 * loading.texi (Named Features): Clarify return value
6489 and meaning of NOERROR.
6490
6491 * variables.texi (File Local Variables): Minor cleanup.
6492
64932004-05-30 Michael Albinus <michael.albinus@gmx.de>
6494
6495 * files.texi (Magic File Names): Add `file-remote-p' as operation
6496 of file name handlers.
6497
64982004-05-29 Richard M. Stallman <rms@gnu.org>
6499
6500 * modes.texi (Minor Mode Conventions): (-) has no special meaning
6501 as arg to a minor mode command.
6502
65032004-05-22 Richard M. Stallman <rms@gnu.org>
6504
6505 * syntax.texi (Syntax Class Table): Word syntax not just for English.
6506
6507 * streams.texi (Output Variables): Doc float-output-format.
6508
6509 * searching.texi (Regexp Special): Nested repetition can be infloop.
6510
6511 * eval.texi (Eval): Increasing max-lisp-eval-depth can cause
6512 real stack overflow.
6513
6514 * compile.texi: Minor cleanups.
6515
65162004-05-22 Luc Teirlinck <teirllm@dms.auburn.edu>
6517
6518 * lists.texi (Cons Cells): Explain dotted lists, true lists,
6519 circular lists.
6520 (List Elements): Explain handling of circular and dotted lists.
6521
65222004-05-19 Thien-Thi Nguyen <ttn@gnu.org>
6523
6524 * modes.texi (Search-based Fontification): Fix typo.
6525
65262004-05-10 Juanma Barranquero <lektu@terra.es>
6527
6528 * modes.texi (Mode Line Variables): Fix description of
6529 global-mode-string, which is now after which-func-mode, not the
6530 buffer name.
6531
65322004-05-07 Lars Hansen <larsh@math.ku.dk>
6533
6534 * modes.texi (Desktop Save Mode): Add.
6535 (Modes): Add menu entry Desktop Save Mode.
6536
6537 * hooks.texi: Add desktop-after-read-hook,
6538 desktop-no-desktop-file-hook and desktop-save-hook.
6539
6540 * locals.texi: Add desktop-save-buffer.
6541
65422004-04-30 Jesper Harder <harder@ifa.au.dk>
6543
6544 * display.texi: emacs -> Emacs.
6545
65462004-04-27 Matthew Mundell <matt@mundell.ukfsn.org>
6547
6548 * files.texi (Changing Files): Document set-file-times.
6549
65502004-04-23 Juanma Barranquero <lektu@terra.es>
6551
6552 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
6553
65542004-04-18 Jesper Harder <harder@ifa.au.dk>
6555
6556 * tips.texi (Coding Conventions): defopt -> defcustom.
6557
65582004-04-16 Luc Teirlinck <teirllm@auburn.edu>
6559
6560 * sequences.texi: Various clarifications.
6561
65622004-04-14 Luc Teirlinck <teirllm@auburn.edu>
6563
6564 * buffers.texi (Read Only Buffers): Mention optional ARG to
6565 `toggle-read-only'.
6566
65672004-04-14 Nick Roberts <nick@nick.uklinux.net>
6568
6569 * windows.texi (Selecting Windows): Note that get-lru-window
6570 returns a full-width window if possible.
6571
65722004-04-13 Luc Teirlinck <teirllm@auburn.edu>
6573
6574 * buffers.texi: Various changes in addition to:
6575 (Buffer File Name): Add `find-buffer-visiting'.
6576 (Buffer Modification): Mention optional ARG to `not-modified'.
6577 (Indirect Buffers): Mention optional CLONE argument to
6578 `make-indirect-buffer'.
6579
6580 * files.texi: Various changes in addition to:
6581 (Visiting Functions): `find-file-hook' is now a normal hook.
6582 (File Name Expansion): Explain difference between the way that
6583 `expand-file-name' and `file-truename' treat `..'.
6584 (Contents of Directories): Mention optional ID-FORMAT argument to
6585 `directory-files-and-attributes'.
6586 (Format Conversion): Mention new optional CONFIRM argument to
6587 `format-write-file'.
6588
65892004-04-12 Miles Bader <miles@gnu.org>
6590
6591 * macros.texi (Expansion): Add description of `macroexpand-all'.
6592
65932004-04-05 Jesper Harder <harder@ifa.au.dk>
6594
6595 * variables.texi (Variable Aliases): Mention
6596 cyclic-variable-indirection.
6597
6598 * errors.texi (Standard Errors): Ditto.
6599
66002004-04-04 Luc Teirlinck <teirllm@auburn.edu>
6601
6602 * backups.texi: Various small changes in addition to:
6603 (Making Backups): Mention return value of `backup-buffer'.
6604 (Auto-Saving): Mention optional FORCE argument to
6605 `delete-auto-save-file-if-necessary'.
6606 (Reverting): Mention optional PRESERVE-MODES argument to
6607 `revert-buffer'. Correct description of `revert-buffer-function'.
6608
66092004-03-22 Juri Linkov <juri@jurta.org>
6610
6611 * sequences.texi (Sequence Functions): Replace xref to `Vectors'
6612 with `Vector Functions'.
6613
6614 * text.texi (Sorting): Add missing quote.
6615
66162004-03-14 Luc Teirlinck <teirllm@auburn.edu>
6617
6618 * intro.texi (Lisp History): Replace xref to `cl' manual with
6619 inforef.
6620
66212004-03-12 Richard M. Stallman <rms@gnu.org>
6622
6623 * intro.texi (Version Info): Add arg to emacs-version.
6624 (Lisp History): Change xref to CL manual.
6625
66262004-03-09 Luc Teirlinck <teirllm@auburn.edu>
6627
6628 * minibuf.texi (Completion Commands): Add xref to Emacs manual
6629 for Partial Completion mode.
6630
66312004-03-07 Thien-Thi Nguyen <ttn@gnu.org>
6632
6633 * customize.texi: Fix typo. Remove eol whitespace.
6634
66352004-03-04 Richard M. Stallman <rms@gnu.org>
6636
6637 * processes.texi: Fix typos.
6638
6639 * lists.texi (Building Lists): Minor clarification.
6640
6641 * hash.texi (Creating Hash): Correct the meaning of t for WEAK
6642 in make-hash-table.
6643
66442004-02-29 Juanma Barranquero <lektu@terra.es>
6645
6646 * makefile.w32-in (clean, maintainer-clean): Use $(DEL) instead of
6647 rm, and ignore exit code.
6648
66492004-02-27 Dan Nicolaescu <dann@ics.uci.edu>
6650
6651 * display.texi (Defining Faces): Add description for min-colors.
6652 Update example.
6653
66542004-02-23 Luc Teirlinck <teirllm@auburn.edu>
6655
6656 * abbrevs.texi: Various corrections and clarifications in addition
6657 to the following:
6658 (Abbrev Tables): Delete add-abbrev (as suggested by RMS).
6659
66602004-02-22 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
6661
6662 * calendar.texi (Holiday Customizing): Quote arg of holiday-sexp.
6663
66642004-02-21 Luc Teirlinck <teirllm@auburn.edu>
6665
6666 * text.texi: Various small changes in addition to the following:
6667 (User-Level Deletion): Mention optional BACKWARD-ONLY argument
6668 to delete-horizontal-space.
6669 (Kill Functions, Yanking, Low-Level Kill Ring): Clarify and correct
6670 description of yank-handler text property at various places.
6671
6672 * frames.texi (Window System Selections): Add anchor.
6673
6674 * syntax.texi (Syntax Table Functions): Clarify and correct
6675 descriptions of make-syntax-table and copy-syntax-table.
6676 (Motion and Syntax): Clarify SYNTAXES argument to
6677 skip-syntax-forward.
6678 (Parsing Expressions): Mention that the return value of
6679 parse-partial-sexp is currently a list of ten rather than nine
6680 elements.
6681 (Categories): Various corrections and clarifications.
6682
66832004-02-17 Luc Teirlinck <teirllm@auburn.edu>
6684
6685 * markers.texi (Marker Insertion Types): Minor change.
6686
6687 * locals.texi (Standard Buffer-Local Variables):
6688 * commands.texi (Interactive Codes, Using Interactive):
6689 * functions.texi (Related Topics): Fix xrefs.
6690
66912004-02-16 Luc Teirlinck <teirllm@auburn.edu>
6692
6693 * lists.texi (Sets And Lists): Update description of delete-dups.
6694
66952004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
6696
6697 * keymaps.texi (Tool Bar): tool-bar-item => tool-bar-button.
6698
c8763fb6 66992004-02-16 Jan Djärv <jan.h.d@swipnet.se>
b8d4c8d0
GM
6700
6701 * frames.texi (Parameter Access): frame-parameters arg is optional.
6702 modify-frame-parameters handles nil for FRAME.
6703 (Window Frame Parameters): menu-bar-lines and tool-bar-lines
6704 are all-or-nothing for certain toolkits.
6705 Mention parameter wait-for-wm.
6706 (Frames and Windows): In frame-first-window and frame-selected-window
6707 the arg is optional.
6708 (Input Focus): In redirect-frame-focus the second arg is optional.
6709 (Window System Selections): Mention selection type CLIPBOARD.
6710 Mention data-type UTF8_STRING.
6711 Mention numbering of cut buffers.
6712 (Resources): Describe x-resource-name.
6713
67142004-02-16 Richard M. Stallman <rms@gnu.org>
6715
6716 * windows.texi (Buffers and Windows): Delete false table
6717 about all-frames.
6718
6719 * syntax.texi (Parsing Expressions): Delete old caveat
6720 about parse-sexp-ignore-comments.
6721
6722 * streams.texi (Output Variables): Add print-quoted.
6723
6724 * lists.texi (Building Lists): Minor cleanup.
6725
6726 * hash.texi (Creating Hash): Correct and clarify doc of WEAK values.
6727
6728 * display.texi (Overlays): Explain overlays use markers.
6729 (Managing Overlays): Explain front-advance and rear-advance
6730 in more detail.
6731
6732 * loading.texi (Unloading): Document unload-feature-special-hooks.
6733 Get rid of fns-NNN.el file.
6734
67352004-02-16 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
6736
6737 * help.texi (Describing Characters): Fix text-char-description
6738 example output.
6739
6740 * edebug.texi (Using Edebug): Fix example.
6741
6742 * debugging.texi (Internals of Debugger): Fix return value.
6743
6744 * files.texi (Changing Files): Fix argname.
6745
6746 * calendar.texi: Fix parens, and default values.
6747
6748 * display.texi, frames.texi, internals.texi, modes.texi: Minor fixes.
6749 * nonascii.texi, objects.texi, os.texi: Minor fixes.
b3e755a9 6750 * searching.texi, text.texi, tips.texi, windows.texi: Minor fixes.
b8d4c8d0
GM
6751
6752 * positions.texi (Text Lines): Don't add -1 in current-line.
6753
67542004-02-16 Richard M. Stallman <rms@gnu.org>
6755
6756 * compile.texi (Compiler Errors): if-boundp feature applies to cond.
6757
67582004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
6759
6760 * processes.texi (Low-Level Network): Fix a typo.
6761
67622004-02-12 Kim F. Storm <storm@cua.dk>
6763
6764 * display.texi (Fringes): Use consistent wording.
6765 Note that window-fringe's window arg is optional.
6766 (Scroll Bars): Use consistent wording.
6767
67682004-02-11 Luc Teirlinck <teirllm@auburn.edu>
6769
6770 * tips.texi (Comment Tips): Document the new conventions for
6771 commenting out code.
6772
c8763fb6 67732004-02-07 Jan Djärv <jan.h.d@swipnet.se>
b8d4c8d0
GM
6774
6775 * positions.texi (Text Lines): Added missing end defun.
6776
67772004-02-07 Kim F. Storm <storm@cua.dk>
6778
6779 * positions.texi (Text Lines): Add line-number-at-pos.
6780
67812004-02-06 John Paul Wallington <jpw@gnu.org>
6782
6783 * display.texi (Button Properties, Button Buffer Commands):
6784 mouse-2 invokes button, not down-mouse-1.
6785
67862004-02-04 Jason Rumney <jasonr@gnu.org>
6787
6788 * makefile.w32-in: Sync with Makefile.in changes.
6789
67902004-02-03 Luc Teirlinck <teirllm@auburn.edu>
6791
6792 * minibuf.texi (Text from Minibuffer): Various corrections and
6793 clarifications.
6794 (Object from Minibuffer): Correct Lisp description of
6795 read-minibuffer.
6796 (Minibuffer History): Clarify description of cons values for
6797 HISTORY arguments.
6798 (Basic Completion): Various corrections and clarifications. Add
6799 completion-regexp-list.
6800 (Minibuffer Completion): Correct and clarify description of
6801 completing-read.
6802 (Completion Commands): Mention Partial Completion mode. Various
6803 other minor changes.
6804 (High-Level Completion): Various corrections and clarifications.
6805 (Reading File Names): Ditto.
6806 (Minibuffer Misc): Ditto.
6807
68082004-01-26 Luc Teirlinck <teirllm@auburn.edu>
6809
6810 * strings.texi (Text Comparison): assoc-string also matches
6811 elements of alists that are strings instead of conses.
6812 (Formatting Strings): Standardize Texinfo usage. Update index
6813 entries.
6814
68152004-01-20 Luc Teirlinck <teirllm@auburn.edu>
6816
6817 * lists.texi (Sets And Lists): Add delete-dups.
6818
68192004-01-15 Luc Teirlinck <teirllm@auburn.edu>
6820
6821 * edebug.texi (Instrumenting Macro Calls): `declare' is not a
6822 special form.
6823 * macros.texi (Defining Macros): Update description of `declare',
6824 which now is a macro.
6825 (Wrong Time): Fix typos.
6826
68272004-01-14 Luc Teirlinck <teirllm@auburn.edu>
6828
6829 * compile.texi (Compilation Functions): Expand descriptions of
6830 `compile-defun', `byte-compile-file', `byte-recompile-directory'
6831 and `batch-byte-compile'. In particular, mention and describe
6832 all optional arguments.
6833 (Disassembly): Correct and clarify the description of `disassemble'.
6834
68352004-01-11 Luc Teirlinck <teirllm@auburn.edu>
6836
6837 * searching.texi: Various small changes in addition to the
6838 following.
6839 (Regexp Example): Adapt to new value of `sentence-end'.
6840 (Regexp Functions): The PAREN argument to `regexp-opt' can be
6841 `words'.
6842 (Search and Replace): Add usage note for `perform-replace'.
6843 (Entire Match Data): Mention INTEGERS and REUSE arguments to
6844 `match-data'.
6845 (Standard Regexps): Update for new values of `paragraph-start'
6846 and `sentence-end'.
6847
68482004-01-07 Luc Teirlinck <teirllm@auburn.edu>
6849
6850 * files.texi (Saving Buffers): Clarify descriptions of
6851 `write-contents-functions' and `before-save-hook'.
6852 Make the defvar's for `before-save-hook' and `after-save-hook'
6853 into defopt's.
6854
68552004-01-07 Kim F. Storm <storm@cua.dk>
6856
6857 * commands.texi (Click Events): Describe new image and
6858 width/height elements of click events.
6859 (Accessing Events): Add posn-string, posn-image, and
6860 posn-object-width-height. Change posn-object to return either
6861 image or string object.
6862
68632004-01-01 Simon Josefsson <jas@extundo.com>
6864
6865 * hooks.texi (Standard Hooks): Add before-save-hook.
6866 * files.texi (Saving Buffers): Likewise.
6867
68682004-01-03 Richard M. Stallman <rms@gnu.org>
6869
6870 * frames.texi (Frames and Windows): Delete frame-root-window.
6871
68722004-01-03 Luc Teirlinck <teirllm@auburn.edu>
6873
6874 * eval.texi, hash.texi, help.texi, symbols.texi: Add anchors.
6875
6876 * functions.texi: Various small changes in addition to the
6877 following.
6878 (What Is a Function): `functionp' returns nil for macros. Clarify
6879 behavior of this and following functions for symbol arguments.
6880 (Function Documentation): Add `\' in front of (fn @var{arglist})
6881 and explain why.
6882 (Defining Functions): Mention DOCSTRING argument to `defalias'.
6883 Add anchor.
6884 (Mapping Functions): Add anchor. Unquote nil in mapcar* example.
6885
68862004-01-01 Miles Bader <miles@gnu.org>
6887
6888 * display.texi (Buttons): New section.
6889
68902003-12-31 Andreas Schwab <schwab@suse.de>
6891
6892 * numbers.texi (Math Functions): sqrt reports a domain-error
6893 error.
6894 (Float Basics): Use `(/ 0.0 0.0)' instead of `(sqrt -1.0)'.
6895
68962003-12-30 Luc Teirlinck <teirllm@auburn.edu>
6897
6898 * tips.texi (Documentation Tips): Update item on hyperlinks in
6899 documentation strings.
6900
6901 * errors.texi (Standard Errors): Various small corrections and
6902 additions.
6903
6904 * control.texi: Various small changes in addition to the
6905 following.
6906 (Signaling Errors): Provide some more details on how `signal'
6907 constructs the error message. Add anchor to the definition of
6908 `signal'.
6909 (Error Symbols): Describe special treatment of `quit'.
6910 (Cleanups): Rename BODY argument of `unwind-protect' to BODY-FORM
6911 to emphasize that it has to be a single form.
6912
6913 * buffers.texi: Add anchor.
6914
69152003-12-29 Richard M. Stallman <rms@gnu.org>
6916
6917 * windows.texi (Choosing Window): Add same-window-p, special-display-p.
6918 (Window Configurations): Add window-configuration-frame.
6919
6920 * variables.texi (Creating Buffer-Local): Add local-variable-if-set-p.
6921
6922 * text.texi (Examining Properties): Add get-char-property-and-overlay.
6923 Change arg name in get-char-property.
6924 (Special Properties): Update handling of keymap property.
6925
6926 * strings.texi (Modifying Strings): Add clear-string.
6927 (Text Comparison): Add assoc-string and remove
6928 assoc-ignore-case, assoc-ignore-representation.
6929
6930 * os.texi (Time of Day): Add set-time-zone-rule.
6931
6932 * numbers.texi (Math Functions): asin, acos, log, log10
6933 report domain-error errors.
6934
6935 * nonascii.texi (Converting Representations):
6936 Add multibyte-char-to-unibyte and unibyte-char-to-multibyte.
6937 (Encoding and I/O): Add file-name-coding-system.
6938
6939 * modes.texi (Search-based Fontification): Explain that
6940 face specs are symbols with face names as values.
6941
6942 * minibuf.texi (Minibuffer Misc): Add set-minibuffer-window.
6943
6944 * lists.texi (Building Lists): remq moved elsewhere.
6945 (Sets And Lists): remq moved here.
6946 (Association Lists): Refer to assoc-string.
6947
6948 * internals.texi (Garbage Collection): Add memory-use-counts.
6949
6950 * frames.texi (Frames and Windows): Add set-frame-selected-window
6951 and frame-root-window.
6952
6953 * files.texi (Contents of Directories):
6954 Add directory-files-and-attributes.
6955
6956 * display.texi (Refresh Screen): Add force-window-update.
6957 (Invisible Text): Explain about moving point out of invis text.
6958 (Overlay Properties): Add overlay-properties.
6959 (Managing Overlays): Add overlayp.
6960 (GIF Images): Invalid image number displays a hollow box.
6961
6962 * buffers.texi (Buffer Modification): Add restore-buffer-modified-p.
6963 (Killing Buffers): Add buffer-live-p.
6964
69652003-12-25 Markus Rost <rost@mathematik.uni-bielefeld.de>
6966
6967 * display.texi (Fringes): Fix typo "set-buffer-window".
6968
69692003-12-24 Luc Teirlinck <teirllm@auburn.edu>
6970
6971 * display.texi, eval.texi, help.texi, internals.texi, loading.texi:
6972 * nonascii.texi, processes.texi, tips.texi, variables.texi:
6973 Add or change various xrefs and anchors.
6974
6975 * commands.texi: Replace all occurrences of @acronym{CAR} with
6976 @sc{car}, for consistency with the rest of the Elisp manual.
6977 `car' and `cdr' are historically acronyms, but are no longer
6978 widely thought of as such.
6979
6980 * internals.texi (Pure Storage): Mention that `purecopy' does not
6981 copy text properties.
6982 (Object Internals): Now 29 bits are used (in most implementations)
6983 to address Lisp objects.
6984
6985 * variables.texi (Variables with Restricted Values): New node.
6986
6987 * objects.texi (Lisp Data Types): Mention that certain variables
6988 can only take on a restricted set of values and add an xref to
6989 the new node "Variables with Restricted Values".
6990
6991 * eval.texi (Function Indirection): Describe the errors that
6992 `indirect-function' can signal.
6993 (Eval): Clarify the descriptions of `eval-region' and `values'.
6994 Describe `eval-buffer' instead of `eval-current-buffer' and
6995 mention `eval-current-buffer' as an alias for `current-buffer'.
6996 Correct the description and mention all optional arguments.
6997
6998 * nonascii.texi: Various small changes in addition to the
6999 following.
7000 (Converting Representations): Clarify behavior of
7001 `string-make-multibyte' and `string-to-multibyte' for unibyte all
7002 ASCII arguments.
7003 (Character Sets): Document the variable `charset-list' and adapt
7004 the definition of the function `charset-list' accordingly.
7005 (Translation of Characters): Clarify use of generic characters in
7006 `make-translation-table'. Clarify and correct the description of
7007 the use of translation tables in encoding and decoding.
7008 (User-Chosen Coding Systems): Correct and clarify the description
7009 of `select-safe-coding-system'.
7010 (Default Coding Systems): Clarify description of
7011 `file-coding-system-alist'.
7012
70132003-11-30 Luc Teirlinck <teirllm@auburn.edu>
7014
7015 * strings.texi (Text Comparison): Correctly describe when two
7016 strings are `equal'. Combine and clarify descriptions of
7017 `assoc-ignore-case' and `assoc-ignore-representation'.
7018
7019 * objects.texi (Non-ASCII in Strings): Clarify description of
7020 when a string is unibyte or multibyte.
7021 (Bool-Vector Type): Update examples.
7022 (Equality Predicates): Correctly describe when two strings are
7023 `equal'.
7024
70252003-11-29 Luc Teirlinck <teirllm@auburn.edu>
7026
7027 * lists.texi (Building Lists): `append' no longer accepts integer
7028 arguments. Update the description of `number-sequence' to reflect
7029 recent changes.
7030 (Sets And Lists): Describe `member-ignore-case' after `member'.
7031
70322003-11-27 Kim F. Storm <storm@cua.dk>
7033
7034 * commands.texi (Click Events): Click object may be an images.
7035 Describe (dx . dy) element of click positions.
7036 (Accessing Events): Remove duplicate posn-timestamp.
7037 New functions posn-object and posn-object-x-y.
7038
70392003-11-23 Kim F. Storm <storm@cua.dk>
7040
7041 * commands.texi (Click Events): Describe enhancements to event
7042 position lists, including new text-pos and (col . row) items.
7043 Mention left-fringe and right-fringe area events.
7044 (Accessing Events): New functions posn-area and
7045 posn-actual-col-row. Mention posn-timestamp. Mention that
7046 posn-point in non-text area still returns buffer position.
7047 Clarify posn-col-row.
7048
70492003-11-21 Lars Hansen <larsh@math.ku.dk>
7050
7051 * files.texi (File Attributes): Describe new parameter ID-FORMAT.
7052 * anti.texi (File Attributes): Describe removed parameter
7053 ID-FORMAT.
7054
70552003-11-20 Luc Teirlinck <teirllm@auburn.edu>
7056
7057 * positions.texi (Positions): Mention that, if a marker is used as
7058 a position, its buffer is ignored.
7059
7060 * markers.texi (Overview of Markers): Mention it here too.
7061
70622003-11-12 Luc Teirlinck <teirllm@auburn.edu>
7063
7064 * numbers.texi (Numeric Conversions): Not just `floor', but also
7065 `truncate', `ceiling' and `round' accept optional argument DIVISOR.
7066
70672003-11-10 Luc Teirlinck <teirllm@auburn.edu>
7068
7069 * markers.texi (Creating Markers): Specify insertion type of
7070 created markers. Add xref to `Marker Insertion Types'.
7071 Second argument to `copy-marker' is optional.
7072 (Marker Insertion Types): Mention that most markers are created
7073 with insertion type nil.
7074 (The Mark): Correctly describe when `mark' signals an error.
7075 (The Region): Correctly describe when `region-beginning' and
7076 `region-end' signal an error.
7077
70782003-11-08 Luc Teirlinck <teirllm@auburn.edu>
7079
7080 * hash.texi (Creating Hash): Clarify description of `eql'.
7081 `makehash' is obsolete.
7082 (Hash Access): Add Common Lisp notes for `remhash' and `clrhash'.
7083
7084 * positions.texi (Point): Change description of `buffer-end', so
7085 that it is also correct for floating point arguments.
7086 (List Motion): Correct argument lists of `beginning-of-defun' and
7087 `end-of-defun'.
7088 (Excursions): Add xref to `Marker Insertion Types'.
7089 (Narrowing): Argument to `narrow-to-page' is optional.
7090
70912003-11-06 Luc Teirlinck <teirllm@auburn.edu>
7092
7093 * streams.texi (Output Streams): Clarify behavior of point for
7094 marker output streams.
7095
70962003-11-04 Luc Teirlinck <teirllm@auburn.edu>
7097
7098 * variables.texi (Defining Variables): Second argument to
7099 `defconst' is not optional.
7100 (Setting Variables): Mention optional argument APPEND to
7101 `add-to-list'.
7102 (Creating Buffer-Local): Expand description of
7103 `make-variable-buffer-local'.
7104 (Frame-Local Variables): Expand description of
7105 `make-variable-frame-local'.
7106 (Variable Aliases): Correct description of optional argument
7107 DOCSTRING to `defvaralias'. Mention return value of
7108 `defvaralias'.
7109 (File Local Variables): Add xref to `File variables' in Emacs
7110 Manual. Correct description of `hack-local-variables'. Mention
7111 `safe-local-variable' property. Mention optional second argument
7112 to `risky-local-variable-p'.
7113
71142003-11-03 Luc Teirlinck <teirllm@auburn.edu>
7115
7116 * symbols.texi (Symbol Plists): Mention return value of `setplist'.
7117
71182003-11-02 Jesper Harder <harder@ifa.au.dk> (tiny change)
7119
7120 * lispref/anti.texi, lispref/backups.texi, lispref/commands.texi
7121 lispref/customize.texi, lispref/display.texi, lispref/files.texi,
7122 lispref/internals.texi, lispref/keymaps.texi, lispref/loading.texi,
7123 lispref/modes.texi, lispref/nonascii.texi, lispref/numbers.texi,
7124 lispref/objects.texi, lispref/os.texi, lispref/positions.texi,
7125 lispref/processes.texi, lispref/searching.texi,
7126 lispref/sequences.texi, lispref/streams.texi, lispref/strings.texi,
7127 lispref/syntax.texi, lispref/text.texi: Replace @sc{foo} with
7128 @acronym{FOO}.
7129
71302003-10-27 Luc Teirlinck <teirllm@auburn.edu>
7131
7132 * strings.texi (Creating Strings): Argument START to `substring'
7133 can not be `nil'. Expand description of
7134 `substring-no-properties'. Correct description of `split-string',
7135 especially with respect to empty matches. Prevent very bad line
7136 break in definition of `split-string-default-separators'.
7137 (Text Comparison): `string=' and `string<' also accept symbols as
7138 arguments.
7139 (String Conversion): More completely describe argument BASE in
7140 `string-to-number'.
7141 (Formatting Strings): `%s' and `%S' in `format' do require
7142 corresponding object. Clarify behavior of numeric prefix after
7143 `%' in `format'.
7144 (Case Conversion): The argument to `upcase-initials' can be a
7145 character.
7146
71472003-10-27 Kenichi Handa <handa@m17n.org>
7148
7149 * display.texi (Fontsets): Fix texinfo usage.
7150
71512003-10-25 Kenichi Handa <handa@m17n.org>
7152
7153 * display.texi (Fontsets): Add description of the function
7154 set-fontset-font.
7155
71562003-10-23 Luc Teirlinck <teirllm@auburn.edu>
7157
7158 * display.texi (Temporary Displays): Add xref to `Documentation
7159 Tips'.
7160
7161 * functions.texi (Function Safety): Use inforef instead of pxref
7162 for SES.
7163
71642003-10-23 Andreas Schwab <schwab@suse.de>
7165
7166 * Makefile.in (TEX, texinputdir): Don't define.
7167 (TEXI2DVI): Define.
7168 (srcs): Remove $(srcdir)/index.perm and $(srcdir)/index.unperm,
7169 add $(srcdir)/index.texi.
7170 ($(infodir)/elisp): Remove index.texi dependency.
7171 (elisp.dvi): Likewise. Use $(TEXI2DVI).
7172 (index.texi): Remove target.
7173 (dist): Don't link $(srcdir)/permute-index.
7174 (clean): Don't remove index.texi.
7175
7176 * permute-index, index.perm: Remove.
7177 * index.texi: Rename from index.unperm.
7178
71792003-10-22 Luc Teirlinck <teirllm@auburn.edu>
7180
7181 * tips.texi (Documentation Tips): Document new behavior for face
7182 and variable hyperlinks in Help mode.
7183
71842003-10-21 Luc Teirlinck <teirllm@auburn.edu>
7185
7186 * objects.texi (Integer Type): Update for extra bit of integer range.
7187 (Character Type): Ditto.
7188
71892003-10-16 Eli Zaretskii <eliz@gnu.org>
7190
7191 * numbers.texi (Integer Basics): Add index entries for reading
7192 numbers in hex, octal, and binary.
7193
71942003-10-16 Lute Kamstra <lute@gnu.org>
7195
7196 * modes.texi (Mode Line Format): Mention force-mode-line-update's
7197 argument.
7198
71992003-10-13 Luc Teirlinck <teirllm@auburn.edu>
7200
7201 * windows.texi (Choosing Window): Fix typo.
7202 * edebug.texi (Edebug Execution Modes): Fix typo.
7203
72042003-10-13 Richard M. Stallman <rms@gnu.org>
7205
7206 * windows.texi (Basic Windows): A window has fringe settings,
7207 display margins and scroll-bar settings.
7208 (Splitting Windows): Doc split-window return value.
7209 Clean up one-window-p.
7210 (Selecting Windows): Fix typo.
7211 (Cyclic Window Ordering): Explain frame as ALL-FRAMES in next-window.
7212 (Buffers and Windows): In set-window-buffer, explain effect
7213 on fringe settings and scroll bar settings.
7214 (Displaying Buffers): In pop-to-buffer, explain nil as buffer arg.
7215 (Choosing Window): Use defopt for pop-up-frame-function.
7216 For special-display-buffer-names, explain same-window and same-frame.
7217 Clarify window-dedicated-p return value.
7218 (Textual Scrolling): scroll-up and scroll-down can get an error.
7219 (Horizontal Scrolling): Clarify auto-hscroll-mode.
7220 Clarify set-window-hscroll.
7221 (Size of Window): Don't mention tool bar in window-height.
7222 (Coordinates and Windows): Explain what coordinates-in-window-p
7223 returns for fringes and display margins.
7224 (Window Configurations): Explain saving fringes, etc.
7225
7226 * tips.texi (Library Headers): Clean up Documentation.
7227
7228 * syntax.texi (Parsing Expressions): Clean up forward-comment
7229 and parse-sexp-lookup-properties.
7230
7231 * sequences.texi (Sequence Functions): sequencep accepts bool-vectors.
7232
7233 * os.texi (System Environment): Clean up text for load-average errors.
7234
7235 * modes.texi (Hooks): Don't explain local hook details at front.
7236 Clarify run-hooks and run-hook-with-args a little.
7237 Clean up add-hook and remove-hook.
7238
7239 * edebug.texi (Edebug Execution Modes): Clarify t.
7240 Document edebug-sit-for-seconds.
7241 (Coverage Testing): Document C-x X = and =.
7242 (Instrumenting Macro Calls): Fix typo.
7243 (Specification List): Don't index the specification keywords.
7244
72452003-10-10 Kim F. Storm <storm@cua.dk>
7246
7247 * processes.texi (Network): Introduce make-network-process.
7248
72492003-10-09 Luc Teirlinck <teirllm@auburn.edu>
7250
7251 * tips.texi (Library Headers): Fix typo.
7252
72532003-10-07 Juri Linkov <juri@jurta.org>
7254
7255 * modes.texi (Imenu): Mention imenu-create-index-function's
7256 default value. Explain submenus better.
7257
72582003-10-07 Lute Kamstra <lute@gnu.org>
7259
7260 * modes.texi (Faces for Font Lock): Fix typo.
7261 (Hooks): Explain how buffer-local hook variables can refer to
7262 global hook variables.
7263 Various minor clarifications.
7264
72652003-10-06 Lute Kamstra <lute@gnu.org>
7266
7267 * tips.texi (Coding Conventions): Mention naming conventions for
7268 hooks.
7269
72702003-10-05 Luc Teirlinck <teirllm@auburn.edu>
7271
7272 * loading.texi (Library Search): Correct default value of
7273 load-suffixes.
7274 (Named Features): Fix typo.
7275
72762003-10-05 Richard M. Stallman <rms@gnu.org>
7277
7278 * loading.texi (Named Features): In `provide',
7279 say how to test for subfeatures.
7280 (Unloading): In unload-feature, use new var name
7281 unload-feature-special-hooks.
7282
72832003-10-03 Lute Kamstra <lute@gnu.org>
7284
7285 * modes.texi (Major Mode Conventions): Mention third way to set up
7286 Imenu.
7287 (Imenu): A number of small fixes.
7288 Delete documentation of internal variable imenu--index-alist.
7289 Document the return value format of imenu-create-index-function
7290 functions.
7291
72922003-09-30 Richard M. Stallman <rms@gnu.org>
7293
7294 * processes.texi (Network): Say what stopped datagram connections do.
7295
7296 * lists.texi (Association Lists): Clarify `assq-delete-all'.
7297
7298 * display.texi (Overlay Properties): Clarify `evaporate' property.
7299
73002003-09-29 Lute Kamstra <lute@gnu.org>
7301
7302 * modes.texi (Mode Line Data): Explain when symbols in mode-line
7303 constructs should be marked as risky.
7304 Change cons cell into proper list.
7305 (Mode Line Variables): Change cons cell into proper list.
7306
73072003-09-26 Lute Kamstra <lute@gnu.org>
7308
7309 * modes.texi (Mode Line Data): Document the :propertize construct.
7310 (Mode Line Variables): Reorder the descriptions of the variables
7311 to match their order in the default mode-line-format.
7312 Describe the new variables mode-line-position and mode-line-modes.
7313 Update the default values of mode-line-frame-identification,
7314 minor-mode-alist, and default-mode-line-format.
7315 (Properties in Mode): Mention the :propertize construct.
7316
73172003-09-26 Richard M. Stallman <rms@gnu.org>
7318
7319 * buffers.texi, commands.texi, debugging.texi, eval.texi:
7320 * loading.texi, minibuf.texi, text.texi, variables.texi:
7321 Avoid @strong{Note:}.
7322
73232003-09-26 Richard M. Stallman <rms@gnu.org>
7324
7325 * keymaps.texi (Remapping Commands): Fix typo.
7326
73272003-09-23 Luc Teirlinck <teirllm@mail.auburn.edu>
7328
7329 * processes.texi (Low-Level Network): Fix typo.
7330
73312003-09-23 Kim F. Storm <storm@cua.dk>
7332
7333 * processes.texi (Network, Network Servers): Fix typos.
7334 (Low-Level Network): Add timeout value for :server keyword.
7335 Add new option keywords to make-network-process.
7336 Add set-network-process-options.
7337 Explain how to test availability of network options.
7338
73392003-09-19 Richard M. Stallman <rms@gnu.org>
7340
7341 * text.texi (Motion by Indent): Arg to
7342 backward-to-indentation and forward-to-indentation is optional.
7343
7344 * strings.texi (Creating Strings): Add substring-no-properties.
7345
7346 * processes.texi
7347 (Process Information): Add list-processes arg QUERY-ONLY.
7348 Delete process-contact from here.
7349 Add new status values for process-status.
7350 Add process-get, process-put, process-plist, set-process-plist.
7351 (Synchronous Processes): Add call-process-shell-command.
7352 (Signals to Processes): signal-process allows process objects.
7353 (Network): Complete rewrite.
7354 (Network Servers, Datagrams, Low-Level Network): New nodes.
7355
7356 * positions.texi (Word Motion): forward-word, backward-word
7357 arg is optional. Reword.
7358
7359 * abbrevs.texi (Defining Abbrevs): Index no-self-insert.
7360
7361 * variables.texi (Creating Buffer-Local):
7362 Delete duplicate definition of buffer-local-value.
7363 (File Local Variables): Explain about discarding text props.
7364
73652003-09-11 Richard M. Stallman <rms@gnu.org>
7366
7367 * minibuf.texi (Intro to Minibuffers): Explain that the minibuffer
7368 changes variables that record input events.
7369 (Minibuffer Misc): Add minibuffer-selected-window.
7370
7371 * lists.texi (Building Lists): Add copy-tree.
7372
7373 * display.texi (Fontsets): Add char-displayable-p.
7374 (Scroll Bars): New node.
7375
73762003-09-08 Lute Kamstra <lute@gnu.org>
7377
7378 * modes.texi (%-Constructs): Document new `%i' and `%I'
7379 constructs.
7380
73812003-09-03 Peter Runestig <peter@runestig.com>
7382
7383 * makefile.w32-in: New file.
7384
73852003-08-29 Richard M. Stallman <rms@gnu.org>
7386
7387 * display.texi (Overlay Properties): Clarify how priorities
7388 affect use of the properties.
7389
73902003-08-19 Luc Teirlinck <teirllm@mail.auburn.edu>
7391
7392 * customize.texi (Type Keywords): Correct the description of
7393 `:help-echo' in the case where `motion-doc' is a function.
7394
73952003-08-14 John Paul Wallington <jpw@gnu.org>
7396
7397 * modes.texi (Emulating Mode Line): Subsection, not section.
7398
73992003-08-13 Richard M. Stallman <rms@gnu.org>
7400
7401 * elisp.texi (Top): Update subnode lists in menu.
7402
7403 * text.texi (Insertion): Add insert-buffer-substring-no-properties.
7404 (Kill Functions): kill-region has new arg yank-handler.
7405 (Yanking): New node.
7406 (Yank Commands): Add yank-undo-function.
7407 (Low-Level Kill Ring):
7408 kill-new and kill-append have new arg yank-handler.
7409 (Changing Properties): Add remove-list-of-text-properties.
7410 (Atomic Changes): New node.
7411
7412 * symbols.texi (Other Plists): Add lax-plist-get, lax-plist-put.
7413
7414 * streams.texi (Output Variables): Add eval-expression-print-length
7415 and eval-expression-print-level.
7416
7417 * os.texi (Time Conversion): For encode-time, explain limits on year.
7418
7419 * objects.texi (Character Type): Define anchor "modifier bits".
7420
7421 * modes.texi (Emulating Mode Line): New node.
7422 (Search-based Fontification): Font Lock uses font-lock-face property.
7423 (Other Font Lock Variables): Likewise.
7424
7425 * keymaps.texi (Format of Keymaps): Keymaps contain char tables,
7426 not vectors.
7427 (Active Keymaps): Add emulation-mode-map-alists.
7428 (Functions for Key Lookup): key-binding has new arg no-remap.
7429 (Remapping Commands): New node.
7430 (Scanning Keymaps): where-is-internal has new arg no-remap.
7431 (Tool Bar): Add tool-bar-local-item-from-menu.
7432 Clarify when to use tool-bar-add-item-from-menu.
7433
7434 * commands.texi (Interactive Call): commandp has new arg.
7435 (Command Loop Info): Add this-original-command.
7436
74372003-08-06 John Paul Wallington <jpw@gnu.org>
7438
7439 * compile.texi (Compiler Errors): Say `@end defmac' after `@defmac'.
7440
7441 * display.texi (Warning Basics): Fix typo.
7442 (Fringes): Add closing curly bracket and fix typo.
7443
7444 * elisp.texi (Top): Fix typo.
7445
74462003-08-05 Richard M. Stallman <rms@gnu.org>
7447
7448 * elisp.texi: Update lists of subnodes.
7449
7450 * windows.texi (Buffers and Windows): set-window-buffer has new arg.
7451
7452 * variables.texi (Local Variables): Use lc for example variable names.
7453
7454 * tips.texi (Library Headers): Explain where to put -*-.
7455
7456 * strings.texi (Creating Strings): Fix xref for vconcat.
7457
7458 * sequences.texi (Vector Functions):
7459 vconcat no longer allows integer args.
7460
7461 * minibuf.texi (Reading File Names): read-file-name has new
7462 arg PREDICATE. New function read-directory-name.
7463
7464 * macros.texi (Defining Macros): Give definition of `declare'
7465 (Indenting Macros): New node.
7466
7467 * frames.texi (Parameter Access): Add modify-all-frames-parameters.
7468 (Window Frame Parameters): Make separate table of parameters
7469 that are coupled with specific face attributes.
7470 (Deleting Frames): delete-frame-hooks renamed to
7471 delete-frame-functions.
7472
7473 * files.texi (Magic File Names): Add file-remote-p.
7474 Clarify file-local-copy.
7475
7476 * edebug.texi (Instrumenting Macro Calls): Don't define `declare'
7477 here; instead xref Defining Macros.
7478
7479 * display.texi (Warnings): New node, and subnodes.
7480 (Fringes): New node.
7481
7482 * debugging.texi (Test Coverage): New node.
7483
7484 * compile.texi (Compiler Errors): Explain with-no-warnings
7485 and other ways to suppress warnings.
7486
7487 * commands.texi (Interactive Call): Minor clarification.
7488
7489 * buffers.texi (Buffer File Name): set-visited-file-name
7490 renames the buffer too.
7491
7492 * abbrevs.texi (Abbrev Tables): Add copy-abbrev-table.
7493
74942003-07-24 Markus Rost <rost@math.ohio-state.edu>
7495
7496 * abbrevs.texi (Abbrev Expansion): Use \s syntax in example.
7497
74982003-07-22 Markus Rost <rost@math.ohio-state.edu>
7499
7500 * internals.texi (Garbage Collection): Fix previous change.
7501
75022003-07-22 Richard M. Stallman <rms@gnu.org>
7503
7504 * files.texi (Truenames): Add LIMIT arg to file-chase-links.
7505
7506 * display.texi (Width): Use \s syntax in example.
7507 (Font Selection): Add face-font-rescale-alist.
7508
7509 * modes.texi (Imenu): Add xref to Emacs Manual node on Imenu.
7510 Remove spurious indent in example.
7511
7512 * lists.texi (Building Lists): Add number-sequence.
7513
7514 * internals.texi (Garbage Collection): Add gcs-done, gc-elapsed.
7515
7516 * functions.texi (Function Documentation): Explain how to
7517 show calling convention explicitly in the doc string.
7518
7519 * windows.texi (Selecting Windows): save-selected-window saves
7520 selected window of each frame.
7521 (Window Configurations): Minor change.
7522
7523 * syntax.texi (Syntax Table Functions): Use \s syntax in examples.
7524
7525 * streams.texi (Output Variables): Add print-continuous-numbering
7526 and print-number-table.
7527
7528 * processes.texi (Decoding Output): New node.
7529
7530 * os.texi (Time Conversion): decode-time arg is optional.
7531
7532 * objects.texi (Character Type): Don't use space as example for \.
7533 Make list of char names and \-sequences correspond.
7534 Explain that \s is not used in strings. `\ ' needs space after.
7535
7536 * nonascii.texi (Converting Representations): Add string-to-multibyte.
7537 (Translation of Characters): Add translation-table-for-input.
7538 (Default Coding Systems): Add auto-coding-functions.
7539 (Explicit Encoding): Add decode-coding-inserted-region.
7540 (Locales): Add locale-info.
7541
7542 * minibuf.texi (Basic Completion): Describe test-completion.
7543 Collections can be lists of strings.
7544 Clean up lazy-completion-table.
7545 (Programmed Completion): Mention test-completion.
7546 Clarify why lambda expressions are not accepted.
7547 (Minibuffer Misc): Describe minibufferp.
7548
75492003-07-14 Richard M. Stallman <rms@gnu.org>
7550
7551 * buffers.texi (Killing Buffers): kill-buffer-hook is perm local.
7552
7553 * windows.texi (Selecting Windows): New arg to select-window.
7554 (Selecting Windows): Add with-selected-window.
7555 (Size of Window): Add window-inside-edges, etc.
7556
7557 * internals.texi (Garbage Collection): Add post-gc-hook.
7558
7559 * processes.texi (Subprocess Creation): Add exec-suffixes.
7560
7561 * keymaps.texi (Functions for Key Lookup): Add current-active-maps.
7562 (Scanning Keymaps): Add map-keymaps.
7563 (Defining Menus): Add keymap-prompt.
7564
7565 * numbers.texi (Integer Basics): Add most-positive-fixnum,
7566 most-negative-fixnum.
7567
7568 * compile.texi (Byte Compilation): Explain no-byte-compile
7569 (Compiler Errors): New node.
7570
7571 * os.texi (User Identification): user-uid, user-real-uid
7572 can return float.
7573
7574 * modes.texi (Major Mode Conventions): Explain about run-mode-hooks
7575 and about derived modes.
7576 (Minor Modes): Add minor-mode-list.
7577 (Defining Minor Modes): Keyword args for define-minor-mode.
7578 (Search-based Fontification): Explain managing other properties.
7579 (Other Font Lock Variables): Add font-lock-extra-managed-props.
183080b6 7580 (Faces for Font Lock): Add font-lock-preprocessor-face.
b8d4c8d0
GM
7581 (Hooks): Add run-mode-hooks and delay-mode-hooks.
7582
7583 * variables.texi (Creating Buffer-Local): Add buffer-local-value.
7584 (Variable Aliases): Clarify defvaralias.
7585
7586 * loading.texi (Library Search): Add load-suffixes.
7587
7588 * minibuf.texi (Basic Completion): Add lazy-completion-table.
7589 (Programmed Completion): Add dynamic-completion-table.
7590
7591 * files.texi (Changing Files): copy-file allows dir as NEWNAME.
7592 (Magic File Names): Specify precedence order of handlers.
7593
7594 * commands.texi (Command Overview): Emacs server runs pre-command-hook
7595 and post-command-hook.
7596 (Waiting): New calling convention for sit-for.
7597
7598 * text.texi (Special Properties): local-map and keymap properties
7599 apply based on their stickiness.
7600
76012003-07-07 Richard M. Stallman <rms@gnu.org>
7602
7603 * modes.texi (Minor Mode Conventions): Specify only some kinds
7604 of list values as args to minor modes.
7605
7606 * files.texi (File Name Expansion): Warn about iterative use
7607 of substitute-in-file-name.
7608
7609 * advice.texi (Activation of Advice): Clean up previous change.
7610
76112003-07-06 Markus Rost <rost@math.ohio-state.edu>
7612
7613 * advice.texi (Activation of Advice): Note that ad-start-advice is
7614 turned on by default.
7615
76162003-06-30 Richard M. Stallman <rms@gnu.org>
7617
7618 * text.texi (Buffer Contents): Document current-word.
7619 (Change Hooks): Not called for *Messages*.
7620
7621 * functions.texi (Defining Functions): Explain about redefining
7622 primitives.
7623 (Function Safety): Renamed. Minor changes.
7624 Comment out the detailed criteria for what is safe.
7625
76262003-06-22 Andreas Schwab <schwab@suse.de>
7627
7628 * objects.texi (Symbol Type): Fix description of examples.
7629
76302003-06-16 Andreas Schwab <schwab@suse.de>
7631
7632 * hash.texi (Creating Hash): Fix description of :weakness.
7633
c8763fb6 76342003-06-13 Kai Großjohann <kai.grossjohann@gmx.net>
b8d4c8d0
GM
7635
7636 * files.texi (Changing Files): copy-file copies file modes, too.
7637
76382003-05-28 Richard M. Stallman <rms@gnu.org>
7639
7640 * strings.texi (Creating Strings): Clarify split-string.
7641
76422003-05-22 Stephen J. Turnbull <stephen@xemacs.org>
7643
7644 * strings.texi (Creating Strings): Update split-string specification
7645 and examples.
7646
76472003-05-19 Richard M. Stallman <rms@gnu.org>
7648
7649 * elisp.texi: Correct invariant section names.
7650
76512003-04-20 Richard M. Stallman <rms@gnu.org>
7652
7653 * os.texi (Timers): Explain about timers and quitting.
7654
76552003-04-19 Richard M. Stallman <rms@gnu.org>
7656
7657 * internals.texi (Writing Emacs Primitives): Strings are
7658 no longer special for GCPROs. Mention GCPRO5, GCPRO6.
7659 Explain GCPRO convention for varargs function args.
7660
76612003-04-16 Richard M. Stallman <rms@gnu.org>
7662
7663 * minibuf.texi (Minibuffer Misc): Document fn minibuffer-message.
7664
76652003-04-08 Richard M. Stallman <rms@gnu.org>
7666
7667 * files.texi (Kinds of Files): Correct return value of file-symlink-p.
7668
76692003-02-13 Kim F. Storm <storm@cua.dk>
7670
7671 * objects.texi (Character Type): New \s escape for space.
7672
76732003-01-31 Joe Buehler <jhpb@draco.hekimian.com>
7674
7675 * os.texi (System Environment): Added cygwin system-type.
7676
76772003-01-25 Richard M. Stallman <rms@gnu.org>
7678
7679 * keymaps.texi: Document that a symbol can act as a keymap.
7680
76812003-01-13 Richard M. Stallman <rms@gnu.org>
7682
7683 * text.texi (Changing Properties): Say string indices are origin-0.
7684
7685 * positions.texi (Screen Lines) <compute-motion>:
7686 Correct order of elts in return value.
7687
7688 * keymaps.texi (Changing Key Bindings) <define-key>: Mention
7689 how to define a default binding.
7690
76912002-12-07 Markus Rost <rost@math.ohio-state.edu>
7692
7693 * loading.texi (Unloading): Fix recent change for load-history.
7694
7695 * customize.texi (Simple Types): Clarify description of custom
7696 type 'number. Describe new custom type 'float.
7697
76982002-12-04 Markus Rost <rost@math.ohio-state.edu>
7699
7700 * variables.texi (File Local Variables): Fix typo.
7701
c8763fb6 77022002-10-23 Kai Großjohann <kai.grossjohann@uni-duisburg.de>
b8d4c8d0
GM
7703
7704 From Michael Albinus <Michael.Albinus@alcatel.de>.
7705
7706 * README: Target for Info file is `make info'.
7707
7708 * files.texi (File Name Components): Fixed typos in
7709 `file-name-sans-extension'.
7710 (Magic File Names): Complete list of operations for magic file
7711 name handlers.
7712
77132002-09-16 Jonathan Yavner <jyavner@engineer.com>
7714
7715 * variables.texi (File Local Variables): New function
7716 risky-local-variable-p.
7717
77182002-09-15 Jonathan Yavner <jyavner@engineer.com>
7719
7720 * functions.texi (Function safety): New node about unsafep.
7721
77222002-08-05 Per Abrahamsen <abraham@dina.kvl.dk>
7723
7724 * customize.texi (Splicing into Lists): Fixed example.
7725 Reported by Fabrice Bauzac <fabrice.bauzac@wanadoo.fr>
7726
77272002-06-17 Juanma Barranquero <lektu@terra.es>
7728
7729 * frames.texi (Display Feature Testing): Fix typo.
7730
77312002-06-12 Andreas Schwab <schwab@suse.de>
7732
7733 * frames.texi (Initial Parameters, Resources): Fix references to
7734 the Emacs manual.
7735
77362002-05-13 Kim F. Storm <storm@cua.dk>
7737
7738 * variables.texi (Intro to Buffer-Local): Updated warning and
7739 example relating to changing buffer inside let.
7740
c8763fb6 77412002-03-10 Jan Djärv <jan.h.d@swipnet.se>
b8d4c8d0
GM
7742
7743 * os.texi (Session Management): New node about X Session management.
7744
77452002-01-18 Eli Zaretskii <eliz@is.elta.co.il>
7746
7747 * elisp.texi (VERSION): Set to 2.9. Update the version of Emacs
7748 to which the manual corresponds, and the copyright years.
7749
7750 * Makefile.in (VERSION): Set to 2.9.
7751
77522001-11-29 Eli Zaretskii <eliz@is.elta.co.il>
7753
7754 * elisp.texi: Change the category in @dircategory to "Emacs", to
7755 make it consistent with info/dir.
7756
77572001-11-25 Miles Bader <miles@gnu.org>
7758
7759 * text.texi (Fields): Describe new `limit' arg in
7760 field-beginning/field-end.
7761
77622001-11-17 Eli Zaretskii <eliz@is.elta.co.il>
7763
7764 * permute-index: Don't depend on csh-specific features. Replace
7765 the interpreter name with /bin/sh.
7766
7767 * two-volume-cross-refs.txt: New file.
7768 * two.el: New file.
7769 * spellfile: New file.
7770
77712001-11-16 Eli Zaretskii <eliz@is.elta.co.il>
7772
7773 * permute-index: New file.
7774
7775 * vol1.texi, vol2.texi: Renamed from elisp-vol1.texi and
7776 elisp-vol2.texi, respectively, to avoid file-name clashes in DOS
7777 8+3 restricted namespace.
7778
7779 * Makefile.in (infodir): Define relative to $(srcdir).
7780 ($(infodir)/elisp): Don't chdir into $(srcdir), but add it to the
7781 include directories list via -I switch to makeinfo.
7782 (index.texi): Use cp if both hard and symbolic links fail.
7783
77842001-11-10 Eli Zaretskii <eliz@is.elta.co.il>
7785
7786 * Makefile.in (distclean): Add.
7787
7788 The following changes make ELisp manual part of the Emacs
7789 distribution:
7790
7791 * Makefile.in: Add Copyright notice.
7792 (prefix): Remove.
7793 (infodir): Change value to "../info".
7794 (VPATH): New variable.
7795 (MAKE): Don't define.
7796 (texmacrodir): Don't define.
7797 (texinputdir): Append the existing value of TEXINPUTS.
7798 ($(infodir)/elisp): Instead of just "elisp". Reformat the
7799 command to be compatible with man/Makefile.in, and to put the
7800 output into ../info.
7801 (info): Add target.
7802 (installall): Target removed.
7803
c8763fb6 78042001-10-31 Pavel Janík <Pavel@Janik.cz>
b8d4c8d0
GM
7805
7806 * tips.texi (Coding Conventions): Fix typo.
7807
78082001-10-23 Gerd Moellmann <gerd@gnu.org>
7809
7810 * Makefile.in (srcs): Add gpl.texi and doclicense.texi.
7811
78122001-10-22 Eli Zaretskii <eliz@is.elta.co.il>
7813
7814 * files.texi (File Name Components): Update the description of
7815 file-name-sans-extension and file-name-extension, as they now
7816 ignore leading dots.
7817
78182001-10-20 Gerd Moellmann <gerd@gnu.org>
7819
7820 * (Version 21.1 released.)
7821
78222001-10-19 Miles Bader <miles@gnu.org>
7823
7824 * positions.texi (Text Lines): Describe behavior of
7825 `beginning-of-line'/`end-of-line' in the presence of field properties.
7826
78272001-10-17 Gerd Moellmann <gerd@gnu.org>
7828
7829 * Makefile.in (VERSION): Set to 2.8.
7830 (manual): Use `manual-21'.
7831
7832 * elisp.texi (VERSION): Add and use it where the version
7833 number was used. Set it to 2.8.
7834
7835 * intro.texi: Likewise.
7836
78372001-10-13 Eli Zaretskii <eliz@is.elta.co.il>
7838
7839 * files.texi (File Name Completion): Document the significance of
7840 a trailing slash in elements of completion-ignored-extensions.
7841
78422001-10-06 Miles Bader <miles@gnu.org>
7843
7844 * variables.texi (Variable Aliases): It's `@defmac', not `@defmacro'.
7845
78462001-10-04 Gerd Moellmann <gerd@gnu.org>
7847
7848 * variables.texi (Variable Aliases): New node.
7849
78502001-10-04 Gerd Moellmann <gerd@gnu.org>
7851
7852 * Branch for 21.1.
7853
78542001-10-02 Miles Bader <miles@gnu.org>
7855
7856 * minibuf.texi (Minibuffer Misc): Add entries for
7857 `minibuffer-contents', `minibuffer-contents-no-properties', and
7858 `delete-minibuffer-contents'.
7859 Correct description for `minibuffer-prompt-end'.
7860
7861 * text.texi (Property Search): Correct descriptions of
7862 `next-char-property-change' and `previous-char-property-change'.
7863 Add entries for `next-single-char-property-change' and
7864 `previous-single-char-property-change'.
7865 Make operand names a bit more consistent.
7866
78672001-09-30 Eli Zaretskii <eliz@is.elta.co.il>
7868
7869 * frames.texi (Finding All Frames): Document that next-frame and
7870 previous-frame are local to current terminal.
7871
78722001-09-26 Eli Zaretskii <eliz@is.elta.co.il>
7873
7874 * keymaps.texi (Creating Keymaps): Fix the description of the
7875 result of make-keymap.
7876
78772001-09-23 Eli Zaretskii <eliz@is.elta.co.il>
7878
7879 * display.texi (Font Lookup, Attribute Functions)
7880 (Image Descriptors): Add cross-references to the definition of
7881 selected frame.
7882
7883 * buffers.texi (The Buffer List): Add cross-references to the
7884 definition of selected frame.
7885
7886 * frames.texi (Input Focus): Clarify which frame is _the_ selected
7887 frame at any given time.
7888 (Multiple Displays, Size and Position): Add a cross-reference to
7889 the definition of the selected frame.
7890
78912001-09-08 Eli Zaretskii <eliz@is.elta.co.il>
7892
7893 * strings.texi (String Conversion) <string-to-number>: Document
7894 that a float is returned for integers that are too large.
7895
7896 * frames.texi (Mouse Position): Document mouse-position-function.
7897 (Display Feature Testing): Document display-images-p.
7898 (Window Frame Parameters): Document the cursor-type variable.
7899
7900 * numbers.texi (Integer Basics): Document CL style read syntax for
7901 integers in bases other than 10.
7902
7903 * positions.texi (List Motion): Document
7904 open-paren-in-column-0-is-defun-start.
7905
7906 * lists.texi (Sets And Lists): Document member-ignore-case.
7907
7908 * internals.texi (Garbage Collection): Document the used and free
7909 strings report.
7910 (Memory Usage): Document strings-consed.
7911
7912 * os.texi (Time of Day): Document float-time.
7913 (Recording Input): Document that clear-this-command-keys clears
7914 the vector to be returned by recent-keys.
7915
7916 * keymaps.texi (Scanning Keymaps) <where-is-internal>: The
7917 argument keymap can be a list.
7918
7919 * nonascii.texi (User-Chosen Coding Systems)
7920 <select-safe-coding-system>: Document the new argument
7921 accept-default-p and the variable
7922 select-safe-coding-system-accept-default-p. Tell what happens if
7923 buffer-file-coding-system is undecided.
7924 (Default Coding Systems): Document auto-coding-regexp-alist.
7925
7926 * display.texi (The Echo Area) <message>: Document
7927 message-truncate-lines.
7928 (Glyphs): Document that the glyph table is unused on windowed
7929 displays.
7930
7931 * help.texi (Describing Characters) <single-key-description>:
7932 Document the new argument no-angles.
7933 (Accessing Documentation) <documentation-property>: Document that
7934 a non-string property is evaluated.
7935 <documentation>: Document that the function-documentation property
7936 is looked for.
7937
7938 * windows.texi (Selecting Windows): Document some-window.
7939
7940 * text.texi (MD5 Checksum): New node, documents the md5 primitive.
7941
7942 * hooks.texi (Standard Hooks): Add kbd-macro-termination-hook and
7943 apropos-mode-hook.
7944
7945 * commands.texi (Using Interactive): Document interactive-form.
7946 (Keyboard Macros): Document kbd-macro-termination-hook.
7947 (Command Loop Info): Document that clear-this-command-keys clears
7948 the vector to be returned by recent-keys.
7949
79502001-09-04 Werner LEMBERG <wl@gnu.org>
7951
7952 * Makefile.in (srcdir, texinputdir): New variables.
7953 (srcs, index.texi, install): Use $(srcdir).
7954 (.PHONY): Remove elisp.dvi.
7955 (elisp): Use -I switch for makeinfo.
7956 (elisp.dvi): Use $(srcdir) and $(texinputdir).
7957 (installall, dist): Use $(srcdir).
7958 Fix path to texinfo.tex.
7959 (maintainer-clean): Add elisp.dvi and elisp.oaux.
7960
79612001-08-30 Gerd Moellmann <gerd@gnu.org>
7962
7963 * display.texi (Conditional Display): Adjust to API change.
7964
7965 * configure: New file.
7966
79672001-07-30 Gerd Moellmann <gerd@gnu.org>
7968
7969 * commands.texi (Repeat Events): Add description of
7970 double-click-fuzz.
7971
79722001-05-08 Stefan Monnier <monnier@cs.yale.edu>
7973
7974 * syntax.texi (Syntax Class Table): Add the missing designator for
7975 comment and string fences.
7976 (Syntax Properties): Add a xref to syntax table internals.
7977 (Syntax Table Internals): Document string-to-syntax.
7978
79792001-05-07 Gerd Moellmann <gerd@gnu.org>
7980
7981 * Makefile.in (install): Use install-info command line options
7982 like in Emacs' Makefile.in.
7983
79842000-12-09 Miles Bader <miles@gnu.org>
7985
7986 * windows.texi (Window Start): Update documentation for
7987 `pos-visible-in-window-p'.
7988
79892000-11-12 Stefan Monnier <monnier@cs.yale.edu>
7990
7991 * lists.texi (Building Lists): Add footnote to explain how to add
7992 to the end of a list.
7993
79942000-10-25 Gerd Moellmann <gerd@gnu.org>
7995
7996 * files.texi (Visiting Functions): Typos.
7997
79982000-10-25 Kenichi Handa <handa@etl.go.jp>
7999
8000 * files.texi (Visiting Functions): Return value of
8001 find-file-noselect may be a list of buffers if wildcards are used.
8002
80032000-10-24 Miles Bader <miles@lsi.nec.co.jp>
8004
8005 * display.texi (Defining Faces): Document `graphic' display type
8006 in face specs.
8007
b344d29d 80082000-10-18 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
b8d4c8d0
GM
8009
8010 * hooks.texi (Standard Hooks): Replace obsolete
8011 `after-make-frame-hook' with `after-make-frame-functions'.
8012
8013 * frames.texi (Creating Frames): Ditto.
8014
8015 * variables.texi (Future Local Variables): Ditto.
8016
80172000-10-16 Gerd Moellmann <gerd@gnu.org>
8018
8019 * display.texi (Other Image Types): Add description of :foreground
8020 and :background properties of mono PBM images.
8021
80222000-08-17 Werner LEMBERG <wl@gnu.org>
8023
8024 * .cvsignore: New file.
8025
80262000-01-05 Gerd Moellmann <gerd@gnu.org>
8027
8028 * tindex.pl: New script.
8029
80301999-12-03 Dave Love <fx@gnu.org>
8031
8032 * Makefile.in (MAKEINFO): New parameter.
8033
80341999-09-17 Richard Stallman <rms@gnu.org>
8035
8036 * Makefile.in (srcs): Add hash.texi.
8037 (VERSION): Update to 20.6.
8038
80391999-09-13 Richard Stallman <rms@gnu.org>
8040
8041 * Makefile.in (index.texi): If cannot make a symlink, make a hard link.
8042
80431998-08-29 Karl Heuer <kwzh@gnu.org>
8044
8045 * configure.in: New file.
8046 * Makefile.in: Renamed from Makefile.
8047 (prefix, infodir): Use value obtained from configure.
8048 (emacslibdir): Obsolete variable deleted.
8049 (dist): Distribute configure.in, configure, Makefile.in.
8050
80511998-06-12 Richard Stallman <rms@psilocin.ai.mit.edu>
8052
8053 * Makefile (INSTALL_INFO): New variable.
8054 (install): Run install-info.
8055
80561998-05-09 Richard Stallman <rms@psilocin.ai.mit.edu>
8057
8058 * Makefile (elisp.dvi): Add missing backslash.
8059
80601998-05-02 Richard Stallman <rms@psilocin.gnu.org>
8061
8062 * Makefile (elisp.dvi): Don't depend on texindex or on elisp.tps.
8063 Run texindex without `./'. Always run texindex on elisp.tp.
8064 (elisp.tps): Target deleted.
8065
80661998-04-05 Richard Stallman <rms@psilocin.gnu.org>
8067
8068 * Makefile (srcs): Add nonascii.texi and customize.texi.
8069 (dist): Start by deleting `temp'.
8070
80711998-02-17 Richard Stallman <rms@psilocin.gnu.org>
8072
8073 * Makefile (makeinfo, texindex): Targets deleted.
8074 (makeinfo.o, texindex.o): Targets deleted.
8075 (clean, dist): Don't do anything with them or with getopt*.
8076
80771998-01-30 Richard Stallman <rms@psilocin.gnu.org>
8078
8079 * Makefile (SHELL): Defined.
8080
80811998-01-27 Richard Stallman <rms@psilocin.gnu.org>
8082
8083 * Makefile (elisp.tps): New target.
8084 (elisp.dvi): Depend on elisp.tps.
8085
c5602427 80861996-04-03 Karl Heuer <kwzh@gnu.ai.mit.edu>
b8d4c8d0
GM
8087
8088 * README: Update phone number.
8089
8090 * Makefile (elisp): Make this be the default target.
8091 Depend on makeinfo.c instead of makeinfo.
8092 (install): Don't depend on elisp.dvi, since we don't install that.
8093 Use mkinstalldirs.
8094 (dist): Add mkinstalldirs.
8095
c5602427 80961995-06-19 Richard Stallman <rms@mole.gnu.ai.mit.edu>
b8d4c8d0
GM
8097
8098 * Makefile (VERSION): Update version number.
8099 (maintainer-clean): Renamed from realclean.
8100
c5602427 81011995-06-07 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
b8d4c8d0
GM
8102
8103 * Makefile (realclean): New target.
8104 (elisp): Remove any old elisp-* files first.
8105
c5602427 81061993-11-23 Noah Friedman (friedman@nutrimat.gnu.ai.mit.edu)
b8d4c8d0
GM
8107
8108 * Makefile (VERSION): New variable.
8109 (dist): Make packaged directory name `elisp-manual-19-$(VERSION)'.
8110 Compressed file suffix should be `.gz', not `.z'.
8111
ce058493 81121993-11-22 Richard Stallman (rms@mole.gnu.ai.mit.edu)
b8d4c8d0
GM
8113
8114 * Makefile (elisp): Depend on makeinfo.
8115
c5602427 81161993-11-19 Noah Friedman (friedman@gnu.ai.mit.edu)
b8d4c8d0
GM
8117
8118 * Makefile (srcs): Add anti.texi.
8119
c5602427 81201993-05-28 Richard Stallman (rms@mole.gnu.ai.mit.edu)
b8d4c8d0
GM
8121
8122 * Makefile (infodir, prefix): New vars.
8123 (install): Use infodir.
8124 (emacsinfodir): Deleted.
8125
c5602427 81261993-05-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
b8d4c8d0
GM
8127
8128 * Makefile (srcs): Add calendar.texi.
8129
8130 * Makefile (dist): Copy texindex.c and makeinfo.c.
8131 Limit elisp-* files to those with one or two digits.
8132
c5602427 81331993-05-16 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
b8d4c8d0
GM
8134
8135 * Makefile (dist): Changed to use Gzip instead of compress.
8136
c5602427 81371993-04-23 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
b8d4c8d0
GM
8138
8139 * loading.texi (Unloading): define-function changed back to
8140 defalias. It may not stay this way, but at least it's
8141 consistent with the known-good version of the code patch.
8142
c5602427 81431993-03-26 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
b8d4c8d0
GM
8144
8145 * modes.texi (Hooks): Document new optional arg of add-hook.
8146
c5602427 81471993-03-17 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
b8d4c8d0
GM
8148
8149 * variables.texi: Document nil initial value of buffer-local variables.
8150
8151 * tips.texi: Add new section on standard library headers.
8152
c5602427 81531993-02-27 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
b8d4c8d0
GM
8154
8155 * Makefile (srcs): Add frame.texi to the list of sources.
8156
c5602427 81571993-02-23 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
b8d4c8d0
GM
8158
8159 * Makefile (dist): Don't bother excluding autosave files; they'll
8160 never make it into the temp directory anyway, and the hash marks
8161 in the name are problematic for make and the Bourne shell.
8162 (srcs):
8163
c5602427 81641993-02-12 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
b8d4c8d0
GM
8165
8166 * Makefile (dist): Don't include backup files or autosave files in
8167 the distribution tar file.
8168
c5602427 81691991-11-26 Richard Stallman (rms@mole.gnu.ai.mit.edu)
b8d4c8d0
GM
8170
8171 * Makefile (srcs): Added index.perm.
8172 (elisp.dvi): Remove erroneous shell comment.
8173 Expect output of permute-index in permuted.fns.
8174 Save old elisp.aux in elisp.oaux.
8175 (clean): Added index.texi to be deleted.
8176
c5602427 81771990-08-11 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
b8d4c8d0
GM
8178
8179 * Makefile (elisp.dvi, index.texi): Use shell if instead of ifdef.
8180
c5602427 81811990-06-26 David Lawrence (tale@geech)
b8d4c8d0
GM
8182
8183 * files.texi: Noted that completion-ignored-extensions is ignored
8184 when making *Completions*.
8185
3e868ee3 81861990-06-08 Jay Fenlason (hack@ai.mit.edu)
b8d4c8d0
GM
8187
8188 * Makefile make dist now depends on elisp.dvi, since it tries
8189 to include it in the dist file.
8190
c5602427 81911990-03-28 Jim Kingdon (kingdon@mole.ai.mit.edu)
b8d4c8d0 8192
c5602427 8193 * functions.texinfo (Mapping Functions): Add missing quote.
b8d4c8d0 8194
c5602427 81951989-06-19 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
b8d4c8d0
GM
8196
8197 * texinfo.tex (frenchspacing): Use decimal codes for char to be set.
8198 (defunargs): Turn off \hyphenchar of \sl font temporarily.
8199
c5602427 82001989-05-10 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
b8d4c8d0
GM
8201
8202 * @result{}, @expansion{}, @print{}, @quiv{}, @point{},
8203 and @error{} are the terms now being used. The files in the
8204 directory have been changed to reflect this.
8205
8206 * All instances of @indentedresultt{} have been changed to
8207 ` @result{}', using 5 spaces at the begining of the line.
8208
c5602427 82091989-04-24 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
b8d4c8d0
GM
8210
8211 * @result{}, @expandsto{}, @prints{}, @quiv{}, @error{}, and the
8212 experimental @indentedresult{}, @indentedexpandsto{} are part of
8213 the texinfo.tex in this directory. These TeX macros are not
8214 stable yet.
8215
c5602427 82161989-04-17 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
b8d4c8d0
GM
8217
8218 * texinfo.tex: Temporarily added
8219 \let\result=\dblarrow
8220 \def\error{{\it ERROR} \longdblarrow}
8221 We need to do this better soon.
8222
c5602427 82231989-04-11 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
b8d4c8d0
GM
8224
8225 * Applied Karl Berry's patches to *.texinfo files, but not to
8226 texinfo.tex; those diffs are in `berry-texinfo-tex-diffs'. (Karl's
8227 new title page format is also not applied, since it requires
8228 texinfo.tex changes.)
8229
8230 * Cleaned up `Makefile' and defined the `emacslibdir' directory
8231 for the Project GNU development environment.
8232
8233;; Local Variables:
c8763fb6 8234;; coding: utf-8
b8d4c8d0
GM
8235;; add-log-time-zone-rule: t
8236;; End:
8237
352c8b4a 8238 Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006,
6ed161e1 8239 2007, 2008, 2009 Free Software Foundation, Inc.
b8d4c8d0
GM
8240
8241 This file is part of GNU Emacs.
8242
352c8b4a 8243 GNU Emacs is free software: you can redistribute it and/or modify
b8d4c8d0 8244 it under the terms of the GNU General Public License as published by
352c8b4a
GM
8245 the Free Software Foundation, either version 3 of the License, or
8246 (at your option) any later version.
b8d4c8d0
GM
8247
8248 GNU Emacs is distributed in the hope that it will be useful,
8249 but WITHOUT ANY WARRANTY; without even the implied warranty of
8250 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
8251 GNU General Public License for more details.
8252
8253 You should have received a copy of the GNU General Public License
352c8b4a 8254 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
b8d4c8d0
GM
8255
8256;;; arch-tag: 985ae0ce-df29-475b-b3f8-4bbcbf6f7fda