]> code.delx.au - gnu-emacs/blob - doc/lispref/ChangeLog
Improve documentation of buttons (Bug#19628)
[gnu-emacs] / doc / lispref / ChangeLog
1 2015-01-20 Eli Zaretskii <eliz@gnu.org>
2
3 * display.texi (Manipulating Buttons): Explain more about the
4 'action' property. (Bug#19628)
5
6 * text.texi (Clickable Text): Improve indexing. (Bug#19629)
7
8 2015-01-15 Eli Zaretskii <eliz@gnu.org>
9
10 * variables.texi (Creating Buffer-Local): Improve indexing.
11 (Bug#19608)
12
13 2015-01-04 Eli Zaretskii <eliz@gnu.org>
14
15 * frames.texi (Display Feature Testing): Make the description of
16 x-server-version and x-server-vendor less X-specific. (Bug#19502)
17
18 2014-12-24 Glenn Morris <rgm@gnu.org>
19
20 * control.texi (Pattern matching case statement):
21 * os.texi (Desktop Notifications):
22 * modes.texi (Defining Minor Modes, SMIE Lexer): Markup fixes.
23
24 2014-12-23 Eli Zaretskii <eliz@gnu.org>
25
26 * windows.texi (Recombining Windows): Index subject of sections.
27
28 * variables.texi (Variables with Restricted Values)
29 (Generalized Variables): Index subject of sections.
30
31 * text.texi (Buffer Contents, Examining Properties)
32 (Changing Properties, Property Search, Substitution): Index
33 subject of sections.
34
35 * syntax.texi (Motion and Syntax, Parsing Expressions)
36 (Motion via Parsing, Position Parse, Control Parsing): Index
37 subject of sections.
38
39 * strings.texi (Predicates for Strings, Creating Strings)
40 (Modifying Strings, Text Comparison): Index subject of sections.
41
42 * searching.texi (Syntax of Regexps, Regexp Special)
43 (Regexp Functions, Regexp Functions): Index subject of sections.
44
45 * processes.texi (Subprocess Creation, Process Information): Index
46 subject of sections.
47
48 * positions.texi (Screen Lines): Index subject of sections.
49
50 * nonascii.texi (Scanning Charsets, Specifying Coding Systems):
51 Index subject of sections.
52
53 * minibuf.texi (Text from Minibuffer, Object from Minibuffer)
54 (Multiple Queries, Minibuffer Contents): Index subject of
55 sections.
56
57 * markers.texi (Predicates on Markers, Creating Markers)
58 (Information from Markers, Moving Markers): Index subject of
59 sections.
60
61 * macros.texi (Defining Macros, Problems with Macros): Index
62 subject of sections.
63
64 * loading.texi (Loading Non-ASCII, Where Defined): Index subject
65 of sections.
66
67 * lists.texi (List-related Predicates, List Variables, Setcar)
68 (Setcdr, Plist Access): Index subject of sections.
69
70 * keymaps.texi (Controlling Active Maps, Scanning Keymaps)
71 (Modifying Menus): Index subject of sections.
72
73 * help.texi (Accessing Documentation, Help Functions): Index
74 subject of sections.
75
76 * hash.texi (Hash Access): Index subject of sections.
77
78 * functions.texi (Core Advising Primitives)
79 (Advising Named Functions, Porting old advices): Index subject of
80 sections.
81
82 * frames.texi (Creating Frames, Initial Parameters)
83 (Position Parameters, Buffer Parameters, Minibuffers and Frames)
84 (Pop-Up Menus, Drag and Drop): Index subject of sections.
85
86 * files.texi (Visiting Functions, Kinds of Files)
87 (Unique File Names): Index subject of sections.
88
89 * display.texi (Refresh Screen, Echo Area Customization)
90 (Warning Variables, Warning Options, Delayed Warnings)
91 (Temporary Displays, Managing Overlays, Overlay Properties)
92 (Finding Overlays, Size of Displayed Text, Defining Faces)
93 (Attribute Functions, Displaying Faces, Face Remapping)
94 (Basic Faces, Font Lookup, Fontsets, Replacing Specs)
95 (Defining Images, Showing Images): Index subject of sections.
96
97 * debugging.texi (Debugging, Explicit Debug)
98 (Invoking the Debugger, Excess Open, Excess Close): Index subject
99 of sections.
100
101 * customize.texi (Defining New Types, Applying Customizations)
102 (Custom Themes): Index subject of sections.
103
104 * control.texi (Sequencing, Combining Conditions)
105 (Processing of Errors, Cleanups): Index subject of sections.
106
107 * compile.texi (Eval During Compile): Index subject of sections.
108
109 * commands.texi (Using Interactive, Distinguish Interactive)
110 (Command Loop Info, Classifying Events, Event Mod)
111 (Invoking the Input Method): Index subject of sections.
112
113 * buffers.texi (Buffer List, Buffer Gap): Index subject of sections.
114
115 * backups.texi (Making Backups, Numbered Backups, Backup Names)
116 (Reverting): Index subject of sections.
117
118 * abbrevs.texi (Abbrev Tables, Defining Abbrevs, Abbrev Files)
119 (Abbrev Expansion, Standard Abbrev Tables, Abbrev Properties)
120 (Abbrev Table Properties): Index subject of sections.
121
122 * os.texi (Time of Day, Time Conversion, Time Parsing)
123 (Time Calculations, Idle Timers): Index subject of sections.
124
125 2014-12-18 Stefan Monnier <monnier@iro.umontreal.ca>
126
127 * display.texi (Forcing Redisplay): Remove references to
128 redisplay-dont-pause and redisplay-preemption-period (which doesn't
129 even exist).
130
131 2014-12-11 Eli Zaretskii <eliz@gnu.org>
132
133 * text.texi (Comparing Text): Prevent a text string from being
134 broken between 2 lines. (Bug#19257)
135
136 2014-11-19 Paul Eggert <eggert@cs.ucla.edu>
137
138 Lessen focus on ChangeLog files, as opposed to change log entries.
139 * intro.texi (Acknowledgments): ChangeLog file -> change log entries.
140 * tips.texi (Library Headers): Emacs uses a version control system.
141
142 2014-11-09 Glenn Morris <rgm@gnu.org>
143
144 * Makefile.in (version): Remove variable.
145 (clean): No longer delete dist tarfile.
146 (dist): Remove rule; replace with code in admin.el.
147
148 2014-10-20 Glenn Morris <rgm@gnu.org>
149
150 * Version 24.4 released.
151
152 2014-10-13 Glenn Morris <rgm@gnu.org>
153
154 * Makefile.in (dist): Update for new output variables.
155
156 2014-10-09 Glenn Morris <rgm@gnu.org>
157
158 * elisp.texi (DATE): Bump to October 2014.
159
160 * frames.texi (Multiple Terminals): Copyedits.
161
162 2014-10-08 Eli Zaretskii <eliz@gnu.org>
163
164 * frames.texi (Multiple Terminals): Improve the description of X
165 display names. Add index entries.
166 (Basic Parameters): Add a cross-reference to where X display names
167 are described.
168 (Position Parameters): Mention that positional parameters of the
169 form (+ POS) can be negative if they are on a non-primary monitor
170 of a multi-monitor display. (Bug#18636)
171 (Creating Frames): Mention that on multi-monitor displays the
172 frame might be positioned differently than specified by the frame
173 parameters alist.
174
175 2014-10-04 Glenn Morris <rgm@gnu.org>
176
177 * commands.texi (Generic Commands): Copyedits.
178
179 * display.texi (Scroll Bars):
180 * modes.texi (Header Lines): Copyedits.
181
182 * buffers.texi (Buffer List):
183 * display.texi (Image Descriptors, Defining Images):
184 * functions.texi (Core Advising Primitives): Small fixes re @var usage.
185
186 * windows.texi (Window Sizes, Resizing Windows): Copyedits.
187
188 * frames.texi (Multiple Terminals): Copyedits re multiple monitors.
189
190 2014-10-03 Martin Rudalics <rudalics@gmx.at>
191
192 * frames.texi (Size Parameters, Size and Position): Mention that
193 with some window managers you have to set
194 `frame-resize-pixelwise' in order make a frame truly fullscreen
195 or maximized.
196
197 2014-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
198
199 * functions.texi (Core Advising Primitives): Add a note about the
200 confusing treatment of `interactive' for :filter-args (bug#18399).
201
202 2014-08-19 Eli Zaretskii <eliz@gnu.org>
203
204 * display.texi (Bidirectional Display): Update the Emacs's class
205 of bidirectional conformance.
206
207 2014-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
208
209 * debugging.texi (Function Debugging, Debugger Commands):
210 Update debug-on-entry w.r.t behavior after redefinitions (bug#17902).
211
212 2014-06-29 Glenn Morris <rgm@gnu.org>
213
214 * help.texi (Help Functions): "Online" help doesn't mean what it
215 used to any more.
216
217 2014-06-26 Glenn Morris <rgm@gnu.org>
218
219 * minibuf.texi (Intro to Minibuffers): Batch mode is basic.
220 (Reading a Password): Mention batch mode. (Bug#17839)
221
222 2014-06-21 Eli Zaretskii <eliz@gnu.org>
223
224 * positions.texi (Screen Lines): Clarify how columns are counted
225 by vertical-motion.
226
227 2014-06-14 Eli Zaretskii <eliz@gnu.org>
228
229 * commands.texi (Accessing Mouse): Improve the wording of the
230 posn-col-row documentation. (Bug#17768)
231
232 2014-06-08 Glenn Morris <rgm@gnu.org>
233
234 * os.texi (Startup Summary): Small fix for initial-buffer-choice.
235
236 * files.texi (Subroutines of Visiting): Mention uniquify.
237
238 * numbers.texi (Comparison of Numbers): Copyedits.
239
240 2014-06-06 Glenn Morris <rgm@gnu.org>
241
242 * display.texi (Window Systems): Remove window-setup-hook.
243 * os.texi (Startup Summary, Init File):
244 Improve description of window-setup-hook.
245 (Terminal-Specific): Update window-setup-hook cross-reference.
246 * hooks.texi (Standard Hooks): Update window-setup-hook cross-reference.
247
248 * display.texi (Overlay Properties): Update re priority. (Bug#17234)
249
250 2014-06-05 Glenn Morris <rgm@gnu.org>
251
252 * package.texi (Package Archives): Mention signing packages.
253
254 2014-05-27 Glenn Morris <rgm@gnu.org>
255
256 * text.texi (Buffer Contents):
257 Update for filter-buffer-substring changes.
258
259 * abbrevs.texi (Abbrev Expansion): Update for expand-abbrev changes.
260 * functions.texi (Advising Functions): Standardize menu case.
261
262 2014-05-17 Eli Zaretskii <eliz@gnu.org>
263
264 * display.texi (Invisible Text): Clarify the description of
265 line-move-ignore-invisible. (Bug#17511)
266
267 2014-05-07 Paul Eggert <eggert@cs.ucla.edu>
268
269 * internals.texi (C Dialect): New section.
270 (C Integer Types): Mention bool_bf.
271
272 2014-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
273
274 * processes.texi (Filter Functions, Sentinels): Advertise add-function.
275
276 2014-04-24 Eli Zaretskii <eliz@gnu.org>
277
278 * strings.texi (Text Comparison): Mention equal-including-properties
279 for when text properties of the strings matter for comparison.
280
281 2014-04-21 Eli Zaretskii <eliz@gnu.org>
282
283 * text.texi (Registers): Document register-read-with-preview.
284
285 * internals.texi (Building Emacs): Improve indexing.
286
287 2014-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
288
289 * display.texi (Overlay Properties): Reword the doc of `priority'.
290 (Finding Overlays): Document new arg of `overlays-at'.
291
292 2014-04-05 Glenn Morris <rgm@gnu.org>
293
294 * os.texi (Recording Input): Dribble files may contain passwords.
295
296 2014-04-04 Glenn Morris <rgm@gnu.org>
297
298 * backups.texi (Making Backups, Reverting):
299 Update for default values of some -function vars no longer being nil.
300 (Reverting): Update for buffer-stale-function
301 also applying to file-buffers.
302
303 2014-03-25 Eli Zaretskii <eliz@gnu.org>
304
305 * files.texi (Kinds of Files): Improve documentation of
306 file-symlink-p. (Bug#17073) Add cross-references.
307
308 2014-03-24 Barry O'Reilly <gundaetiapo@gmail.com>
309
310 * markers.texi (Moving Marker Positions): The 2014-03-02 doc
311 change mentioning undo's inability to handle relocated markers no
312 longer applies. See bug#16818.
313 * text.texi (Undo): Expand documentation of (TEXT . POS) and
314 (MARKER . ADJUSTMENT) undo elements.
315
316 2014-03-22 Glenn Morris <rgm@gnu.org>
317
318 * commands.texi (Defining Commands): List interactive-only values.
319
320 2014-03-22 Eli Zaretskii <eliz@gnu.org>
321
322 * functions.texi (Core Advising Primitives): Fix cross-reference
323 in last change.
324
325 2014-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
326
327 * functions.texi (Advising Functions): Explain a bit more how
328 arguments work.
329 (Advice combinators): New node.
330 (Core Advising Primitives): Use it. Expand description of "depth".
331 (Advising Named Functions): Document limitation of advices on macros.
332
333 2014-03-21 Martin Rudalics <rudalics@gmx.at>
334
335 * frames.texi (Size and Position): In `frame-resize-pixelwise'
336 description drop remark about frame maximization.
337 * windows.texi (Display Action Functions): Add description for
338 `display-buffer-no-window' and explain use of `allow-no-window'
339 alist entries.
340
341 2014-03-21 Glenn Morris <rgm@gnu.org>
342
343 * commands.texi (Defining Commands): Copyedit re `interactive-only'.
344
345 2014-03-20 Paul Eggert <eggert@cs.ucla.edu>
346
347 * internals.texi (C Integer Types): Prefer 'false' and 'true'
348 to '0' and '1' for booleans.
349
350 2014-03-19 Paul Eggert <eggert@cs.ucla.edu>
351
352 * numbers.texi: Improve and clarify a bit, and fix some minor bugs.
353 Remove now-obsolete hypothetical note about negative division,
354 as the C standard has changed.
355
356 Fix porting inconsistency about rounding to even.
357 * numbers.texi (Numeric Conversions, Rounding Operations):
358 Document that 'round' and 'fround' round to even.
359
360 2014-03-18 Juanma Barranquero <lekktu@gmail.com>
361
362 * customize.texi (Variable Definitions): Recommend avoiding
363 destructive modification of the value argument of :set (bug#16755).
364
365 2014-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
366
367 * modes.texi (Auto-Indentation): Mention electric-indent variables.
368
369 2014-03-18 Juanma Barranquero <lekktu@gmail.com>
370
371 * functions.texi (Advising Named Functions): Fix reference.
372
373 2014-03-18 Paul Eggert <eggert@cs.ucla.edu>
374
375 Improve documentation for integer and floating-point basics.
376 * numbers.texi (Numbers, Integer Basics, Float Basics):
377 Document the basics a bit more precisely. Say more clearly
378 that Emacs floating-point numbers are IEEE doubles on all
379 current platforms. Give more details about frexp.
380 Say more clearly that '1.' is an integer.
381 (Predicates on Numbers): Fix wholenump typo.
382 * objects.texi (Integer Type): Adjust to match numbers.texi.
383
384 2014-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
385
386 * functions.texi (Advising Functions): Try and improve the text.
387 Add example use of advice-add (bug#16959).
388 (Core Advising Primitives): Rename. Explain handling of interactive
389 specs, including advice-eval-interactive-spec.
390 (Advising Named Functions): Try and better explain the difference with
391 add-function.
392 (Porting old advices): New node.
393
394 2014-03-18 Paul Eggert <eggert@cs.ucla.edu>
395
396 Style fixes for floating-point doc.
397 * commands.texi, customize.texi, display.texi, elisp.texi, files.texi:
398 * frames.texi, hash.texi, internals.texi, keymaps.texi, lists.texi:
399 * minibuf.texi, nonascii.texi, numbers.texi, objects.texi, os.texi:
400 * processes.texi, streams.texi, strings.texi, text.texi:
401 * variables.texi, windows.texi:
402 Hyphenate "floating-point" iff it precedes a noun.
403 Reword to avoid nouns and hyphenation when that's easy.
404 Prefer "integer" to "integer number" and "is floating point"
405 to "is a floating point number".
406 Prefer "@minus{}" to "-" when it's a minus.
407
408 2014-03-16 Martin Rudalics <rudalics@gmx.at>
409
410 * display.texi (Temporary Displays): Rewrite descriptions of
411 `with-output-to-temp-buffer' and `with-temp-buffer-window'.
412 * help.texi (Help Functions): Rewrite description of `with-help-window'.
413
414 2014-03-15 Dmitry Gutov <dgutov@yandex.ru>
415
416 * display.texi (Blinking): Update WRT to the new
417 `blink-matchin-paren' behavior.
418
419 2014-03-14 Martin Rudalics <rudalics@gmx.at>
420
421 * display.texi (Temporary Displays): Say that
422 `with-temp-buffer-window' makes its buffer current.
423 * frames.texi (Size and Position): Describe new option
424 `frame-resize-pixelwise'. Rewrite descriptions of
425 `set-frame-size', `set-frame-height' and `set-frame-width'.
426
427 2014-03-09 Martin Rudalics <rudalics@gmx.at>
428
429 * elisp.texi (Top): Rename section "Width" to "Size of Displayed Text".
430 * text.texi (Primitive Indent):
431 * strings.texi (String Basics):
432 * sequences.texi (Sequence Functions): Update references accordingly.
433 * display.texi (Size of Displayed Text): Rename section from
434 "Width". Add description for `window-text-pixel-size'.
435 (Window Dividers): Reword description of window dividers.
436 * frames.texi (Layout Parameters): Improve description of window
437 divider parameters.
438 * windows.texi (Window Sizes): Add descriptions of
439 `window-mode-line-height' and `window-header-line-height'.
440 (Coordinates and Windows): Mention window dividers.
441
442 2014-03-07 Martin Rudalics <rudalics@gmx.at>
443
444 * buffers.texi (The Buffer List): Rename node to Buffer List.
445 Describe `buffer-list-update-hook'.
446 * elisp.texi (Top): "The Buffer List" renamed to "Buffer List".
447 Add node for Window Dividers.
448 * hooks.texi (Standard Hooks): Add reference to
449 `buffer-list-update-hook'.
450 * windows.texi (Window Sizes): Describe `window-min-size'.
451 (Splitting Windows): Update description of `split-window'.
452 (Selecting Windows): Update description of `select-window'.
453
454 2014-03-06 Martin Rudalics <rudalics@gmx.at>
455
456 * frames.texi (Size and Position): Rewrite entries for
457 `fit-frame-to-buffer' and `fit-frame-to-buffer-margins'.
458 Add description for `fit-frame-to-buffer-sizes'.
459 * windows.texi (Resizing Windows): Add descriptions for
460 pixelwise resizing. Add entries for `window-resize-pixelwise'
461 and `fit-window-to-buffer-horizontally'.
462 Rewrite `fit-window-to-buffer' entry.
463
464 2014-03-06 Xue Fuqiao <xfq@gnu.org>
465
466 * internals.texi (Window Internals): Remove field `region_showing'.
467
468 2014-03-06 Glenn Morris <rgm@gnu.org>
469
470 * searching.texi (Replacing Match):
471 Remove incorrect, uninteresting return value. (Bug#16942)
472
473 2014-03-05 Martin Rudalics <rudalics@gmx.at>
474
475 * display.texi (Window Dividers): New section.
476 * frames.texi (Layout Parameters): Add right-divider-width and
477 bottom-divider-width.
478 * windows.texi (Window Sizes): Redraw schematic and rewrite its
479 description. Rewrite descriptions of `window-total-height',
480 `window-total-width', `window-total-size', `window-body-height',
481 `window-body-width' and `window-size-fixed'. Add descriptions
482 for `window-pixel-height', `window-pixel-width',
483 `window-min-height' and `window-min-width'. Remove description
484 of `window-size-fixed-p' moving part of it to that of
485 `window-size-fixed'.
486 (Resizing Windows): Mention dividers when talking about minimum sizes.
487
488 2014-03-05 Glenn Morris <rgm@gnu.org>
489
490 * modes.texi (SMIE Customization): New section.
491 * elisp.texi (Top): Update detailed menu.
492
493 2014-03-04 Martin Rudalics <rudalics@gmx.at>
494
495 * windows.texi (Windows and Frames): Add some missing &optional
496 designators. Adjust description of window-in-direction.
497
498 2014-03-02 Barry O'Reilly <gundaetiapo@gmail.com>
499
500 * markers.texi (Moving Marker Positions): Clarify guidance about
501 when to move markers and when to create a new one, as discussed at
502 http://debbugs.gnu.org/cgi/bugreport.cgi?bug=16818#17
503
504 2014-03-02 Glenn Morris <rgm@gnu.org>
505
506 * text.texi (Decompression): New node.
507 * elisp.texi (Top): Update detailed menu.
508
509 2014-03-01 Glenn Morris <rgm@gnu.org>
510
511 * display.texi (Forcing Redisplay): Mention pre-redisplay-function.
512
513 2014-02-28 Xue Fuqiao <xfq@gnu.org>
514
515 * functions.texi (Advising Functions, Advising Named Functions):
516 Tweak markup.
517
518 * display.texi (Defining Faces): Doc fix for `face-spec-set'.
519
520 * elisp.texi (Top):
521 * commands.texi (Generic Commands, Defining Commands):
522 Document `define-alternatives'.
523
524 2014-02-27 Xue Fuqiao <xfq@gnu.org>
525
526 * windows.texi (Window Sizes): Document `window-size'.
527 (Display Action Functions): Document `display-buffer-at-bottom'.
528 (Window Configurations): Minor fixes.
529
530 * modes.texi (Header Lines): Document `window-header-line-height'.
531
532 * display.texi (Scroll Bars): Document `window-scroll-bar-width'.
533
534 * windows.texi (Window Sizes, Resizing Windows): Document some
535 pixelwise window operations.
536
537 * text.texi (Margins): Fix the description of RET and `C-j'.
538
539 * frames.texi (Multiple Terminals): Document
540 `display-monitor-attributes-list' and `display-monitor-attributes'.
541 (Display Feature Testing): Add some notes about multi-monitor.
542
543 2014-02-27 Glenn Morris <rgm@gnu.org>
544
545 * minibuf.texi (Programmed Completion):
546 Mention completion-table-with-cache.
547
548 2014-02-25 Glenn Morris <rgm@gnu.org>
549
550 * display.texi (Window Systems):
551 Replace term-setup-hook with emacs-startup-hook.
552 * hooks.texi (Standard Hooks):
553 Replace term-setup-hook with tty-setup-hook.
554 * os.texi (Startup Summary, Init File, Terminal-Specific):
555 Replace term-setup-hook with tty-setup-hook, and update.
556
557 2014-02-22 Stefan Monnier <monnier@iro.umontreal.ca>
558
559 * functions.texi (Declare Form): Document gv-expander, gv-setter,
560 and compiler-macro (bug#16829, bug#15093).
561
562 2014-02-21 Juanma Barranquero <lekktu@gmail.com>
563
564 * windows.texi (Window Configurations): Doc fix.
565 (Windows and Frames): Fix typo.
566
567 2014-02-21 Glenn Morris <rgm@gnu.org>
568
569 * internals.texi (Process Internals):
570 * processes.texi (Subprocess Creation, Deleting Processes)
571 (Output from Processes, Process Buffers, Filter Functions)
572 (Accepting Output, Sentinels, Network, Network Servers):
573 Filters and sentinels can no longer be nil.
574 * elisp.texi (Top): Menu update.
575
576 2014-02-20 Glenn Morris <rgm@gnu.org>
577
578 * functions.texi (Defining Functions): Mention defalias-fset-function.
579
580 2014-02-17 Stefan Monnier <monnier@iro.umontreal.ca>
581
582 * minibuf.texi (Completion Commands): Don't document obsolete
583 `common-substring' arg of display-completion-list.
584
585 2014-02-17 Glenn Morris <rgm@gnu.org>
586
587 * minibuf.texi (Text from Minibuffer): Update read-regexp details.
588 Mention read-regexp-defaults-function.
589
590 2014-02-13 Glenn Morris <rgm@gnu.org>
591
592 * debugging.texi (Debugger Commands): Tiny edits.
593
594 2014-02-12 Glenn Morris <rgm@gnu.org>
595
596 * package.texi (Simple Packages): Describe URL and Keywords headers.
597
598 2014-02-10 Lars Ingebrigtsen <larsi@gnus.org>
599
600 * text.texi (User-Level Deletion):
601 Document `delete-trailing-whitespace' (bug#15309).
602
603 2014-02-09 Lars Ingebrigtsen <larsi@gnus.org>
604
605 * text.texi (Changing Properties): Clarify `propertize' (bug#9825).
606
607 * display.texi (Blinking): Clarify doc string in example (bug#10658).
608
609 * commands.texi (Accessing Mouse): Mention that these function
610 also work on keyboard events (bug#14228).
611 (Quitting): Refer to the right node for `set-input-mode' (bug#11458).
612
613 2014-02-08 Lars Ingebrigtsen <larsi@gnus.org>
614
615 * display.texi (Face Attributes): Add an index (bug#14924).
616
617 * keymaps.texi (Menu Bar): Minor clarification (bug#15657).
618
619 2014-02-06 Glenn Morris <rgm@gnu.org>
620
621 * display.texi (Truncation):
622 * positions.texi (Screen Lines): Do not mention cache-long-scans.
623
624 2014-01-31 Juri Linkov <juri@jurta.org>
625
626 * searching.texi (String Search): Incremental word search fixes.
627
628 2014-01-28 Glenn Morris <rgm@gnu.org>
629
630 * text.texi (Indent Tabs): Update related to tab-stops.
631
632 2014-01-24 Glenn Morris <rgm@gnu.org>
633
634 * control.texi (Handling Errors): Update with-demoted-errors.
635
636 * files.texi (File Locks): Every platform supports locking now.
637
638 2014-01-22 Glenn Morris <rgm@gnu.org>
639
640 * display.texi (ImageMagick Images): Expand on image-format-suffixes.
641
642 2014-01-20 Glenn Morris <rgm@gnu.org>
643
644 * hash.texi (Other Hash): Do not mention subr-x.el functions;
645 reverts 2013-12-22 change.
646
647 2014-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
648
649 * functions.texi (Advising Functions): New section.
650 * modes.texi (Running Hooks): Don't document with-wrapper-hook and
651 run-hook-wrapped any more.
652 (Hooks): Link to the new Advising Functions node.
653 * elisp.texi (Top): Don't include advice.texi.
654 * advice.texi: Remove.
655 * makefile.w32-in (srcs):
656 * Makefile.in (srcs): Adjust accordingly.
657
658 2014-01-09 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
659
660 * text.texi (Parsing HTML/XML): Document `shr-insert-document'.
661
662 * strings.texi (Text Comparison): Document `string-suffix-p'.
663
664 2014-01-07 Glenn Morris <rgm@gnu.org>
665
666 * files.texi (File Attributes): Fix superscipt typo.
667
668 2014-01-07 Chong Yidong <cyd@gnu.org>
669
670 * files.texi (Changing Files): Document copy-file changes.
671
672 2014-01-07 Glenn Morris <rgm@gnu.org>
673
674 * display.texi (Logging Messages): Copyedits re messages-buffer.
675
676 2014-01-06 Paul Eggert <eggert@cs.ucla.edu>
677
678 Specify .texi encoding (Bug#16292).
679 * back.texi, book-spine.texi, lay-flat.texi:
680 Add @documentencoding.
681
682 2014-01-05 Chong Yidong <cyd@gnu.org>
683
684 * backups.texi (Making Backups): Document backup-buffer change.
685
686 * files.texi (Visiting Files): Copyedits.
687 (Testing Accessibility): Mention ACLs. Move file-modes here from
688 File Attributes.
689 (Truenames): Move file-equal-p here from Kinds of Files.
690 (File Attributes): Move file-newer-than-file-p here from Testing
691 Accessibility.
692 (Extended Attributes): New node. Add file-extended-attributes.
693 (Changing Files): Document set-file-extended-attributes.
694
695 * commands.texi (Defining Commands): Document the interactive-form
696 property more carefully. Document interactive-only.
697
698 * compile.texi (Compiler Errors): Copyedits. Note that the
699 details for byte-compile-warnings are in its docstring.
700
701 * minibuf.texi (Minibuffer Contents): Remove obsolete function
702 minibuffer-completion-contents.
703
704 * variables.texi (Defining Variables): Note that defvar acts
705 always on the dynamic value.
706
707 * customize.texi (Variable Definitions): Likewise.
708
709 2014-01-05 Paul Eggert <eggert@cs.ucla.edu>
710
711 Document vconcat and the empty vector (Bug#16246).
712 * sequences.texi (Vector Functions):
713 Document behavior better when the result is empty.
714
715 Document behavior of (string-to-number "+@") (Bug#16293).
716 * strings.texi (String Conversion): Document behavior of
717 string-to-number on invalid strings that begin with "+", too.
718
719 2014-01-03 Chong Yidong <cyd@gnu.org>
720
721 * help.texi (Documentation, Accessing Documentation): Copyedits.
722 (Documentation Basics): Rewrite, avoiding a repeat discussion of
723 docstring conventions.
724
725 * tips.texi (Documentation Tips): Move discussion of
726 emacs-lisp-docstring-fill-column here from Documentation Basics.
727
728 * compile.texi (Docs and Compilation): Copyedits.
729
730 2014-01-02 Glenn Morris <rgm@gnu.org>
731
732 * numbers.texi (Numeric Conversions): Fix a typo.
733
734 2013-12-29 Paul Eggert <eggert@cs.ucla.edu>
735
736 Plain copy-file no longer chmods an existing destination (Bug#16133).
737 * files.texi (Changing Files): Document this.
738
739 2013-12-28 Chong Yidong <cyd@gnu.org>
740
741 * modes.texi (Auto Major Mode): Document interpreter-mode-alist change.
742
743 * buffers.texi (Modification Time): Document visited-file-modtime
744 change.
745
746 2013-12-28 Glenn Morris <rgm@gnu.org>
747
748 * control.texi (Pattern matching case statement): Brevity.
749
750 2013-12-27 Chong Yidong <cyd@gnu.org>
751
752 * functions.texi (Function Cells):
753 * eval.texi (Function Indirection): Update for the fact that
754 symbol-function no longer signals an error.
755
756 * commands.texi (Reading One Event): Mention keyboard coding.
757
758 * keymaps.texi (Translation Keymaps, Translation Keymaps):
759 * nonascii.texi (Terminal I/O Encoding): Copyedits.
760
761 2013-12-26 Chong Yidong <cyd@gnu.org>
762
763 * advice.texi (Advising Functions, Defining Advice): Special forms
764 can no longer be advised.
765
766 2013-12-25 Chong Yidong <cyd@gnu.org>
767
768 * keymaps.texi (Active Keymaps): Re-organize the text.
769 (Searching Keymaps): Rewrite the pseudo-code for 24.4 changes.
770 (Controlling Active Maps): Note that set-transient-map uses
771 overriding-terminal-local-map.
772
773 * tips.texi (Coding Conventions): Tweak the coding system tip;
774 Emacs now uses utf-8 by default for Emacs Lisp source files.
775
776 * display.texi (Font Selection): Tweak example.
777
778 * commands.texi (Event Input Misc): Document new arg to input-pending-p.
779
780 * nonascii.texi (Specifying Coding Systems): Don't refer to
781 emacs-mule-dos.
782 (Lisp and Coding Systems): Describe emacs-mule return value in
783 modern terms.
784
785 2013-12-25 Tassilo Horn <tsdh@gnu.org>
786
787 * control.texi (Pattern matching case statement): Rephrase lexical
788 binding requirement: the example needs it, not `pcase' itself.
789
790 2013-12-25 Chong Yidong <cyd@gnu.org>
791
792 * eval.texi (Eval): Document the LEXICAL arg to eval.
793
794 * variables.texi (Variables, Void Variables): Use "scoping rule"
795 terminology consistently.
796 (Variable Scoping): Add index entries, and use "dynamic scope"
797 terminology in place of "indefinite scope" to reduce confusion.
798 (Lexical Binding): Document lexical environment format.
799 (Using Lexical Binding): Add index entries for error messages.
800
801 2013-12-24 Tassilo Horn <tsdh@gnu.org>
802
803 * control.texi (Pattern matching case statement): Fix missing
804 argument in simple expression language sample (Bug#16238).
805 Add some sample programs written in that language. Mention that
806 `pcase' requires lexical binding.
807
808 2013-12-23 Xue Fuqiao <xfq.free@gmail.com>
809
810 * eval.texi (Special Forms): Document `special-form-p'.
811
812 * macros.texi (Simple Macro): Document `macrop'.
813
814 * files.texi (Changing Files): Fix an argument of `copy-file'.
815
816 * strings.texi (Creating Strings): Document TRIM in `split-string'.
817
818 2013-12-23 Chong Yidong <cyd@gnu.org>
819
820 * keymaps.texi (Controlling Active Maps):
821 Rename set-temporary-overlay-map to set-transient map. Doc fixes.
822 (Searching Keymaps): The transient keymap takes precedence.
823
824 2013-12-23 Glenn Morris <rgm@gnu.org>
825
826 * loading.texi (How Programs Do Loading, Load Suffixes):
827 Mention `load-prefer-newer'.
828
829 2013-12-22 Xue Fuqiao <xfq.free@gmail.com>
830
831 * hash.texi (Other Hash): Document `hash-table-keys'
832 and `hash-table-values'.
833
834 2013-12-22 Eli Zaretskii <eliz@gnu.org>
835
836 * nonascii.texi (Character Properties): NAME or OLD-NAME
837 properties can be nil (there's no empty string).
838 (Character Properties): Update the reference to the UCD.
839
840 2013-12-22 Xue Fuqiao <xfq.free@gmail.com>
841
842 * sequences.texi (Bool-Vectors): Document new bool-vector set
843 operation functions.
844
845 * text.texi (Examining Properties): Document `get-pos-property'.
846
847 * variables.texi (Directory Local Variables):
848 Document `enable-dir-local-variables'.
849
850 * debugging.texi (Debugger Commands):
851 Document `debugger-toggle-locals'.
852
853 2013-12-21 Chong Yidong <cyd@gnu.org>
854
855 * text.texi (Region Indent): Note the new interactive behavior of
856 indent-rigidly.
857
858 2013-12-20 Tassilo Horn <tsdh@gnu.org>
859
860 * numbers.texi (numbers): Document that =, <, <=, >, >= now accept
861 one or many arguments.
862
863 * display.texi: Document `messages-buffer'.
864
865 * os.texi: Document `initial-buffer-choice' changes.
866
867 2013-12-20 Chong Yidong <cyd@gnu.org>
868
869 * text.texi (Changing Properties): Improve documentation for
870 add-face-text-property.
871 (Special Properties): Mention add-face-text-property.
872
873 2013-12-18 Chong Yidong <cyd@gnu.org>
874
875 * customize.texi (Custom Themes): Document custom-known-themes
876 (Bug#15717).
877
878 * modes.texi (Defining Minor Modes): Fix typo (Bug#14874).
879 (Keymaps and Minor Modes): Fix binding convention (Bug#11522).
880
881 2013-12-13 Glenn Morris <rgm@gnu.org>
882
883 * internals.texi (Building Emacs):
884 * loading.texi (Library Search): Mention that site-load,
885 site-init cannot change load-path.
886
887 2013-12-12 Glenn Morris <rgm@gnu.org>
888
889 * elisp.texi: Tweak dircategory.
890
891 2013-12-12 Eli Zaretskii <eliz@gnu.org>
892
893 * nonascii.texi (Encoding and I/O): Document file-name encoding
894 peculiarities on MS-Windows.
895
896 2013-12-12 Glenn Morris <rgm@gnu.org>
897
898 * elisp.texi: Sync direntry with info/dir version.
899
900 2013-12-08 Juanma Barranquero <lekktu@gmail.com>
901
902 * display.texi (Progress, Face Remapping):
903 * processes.texi (Serial Ports):
904 * windows.texi (Recombining Windows): Fix typos. (Bug#16089)
905
906 2013-12-04 Juri Linkov <juri@jurta.org>
907
908 * searching.texi (Search and Replace): Fix `unread-command-events'
909 and add ref.
910
911 2013-12-03 Juri Linkov <juri@jurta.org>
912
913 * windows.texi (Choosing Window): Rename `no-display-ok' to
914 `allow-no-window'. (Bug#13594)
915
916 2013-11-30 Glenn Morris <rgm@gnu.org>
917
918 * Makefile.in (distclean): Remove Makefile.
919
920 2013-11-29 Andreas Politz <politza@fh-trier.de>
921
922 * modes.texi (Imenu): Make it clear that sub-alist is the cdr
923 (Bug#14029).
924
925 2013-11-27 Glenn Morris <rgm@gnu.org>
926
927 * loading.texi (Library Search):
928 * os.texi (Startup Summary): No more leim directory.
929
930 2013-11-26 Glenn Morris <rgm@gnu.org>
931
932 * os.texi (Startup Summary): Update for leim-list being preloaded.
933
934 2013-11-23 Brian Jenkins <brian@brianjenkins.org> (tiny change)
935
936 * frames.texi (Input Focus):
937 * hooks.texi (Standard Hooks): Mention focus-in-hook, focus-out-hook.
938
939 2013-11-23 Glenn Morris <rgm@gnu.org>
940
941 * loading.texi (Library Search):
942 Empty elements in EMACSLOADPATH now mean the default load-path.
943
944 2013-11-22 Glenn Morris <rgm@gnu.org>
945
946 * loading.texi (Library Search): Minor clarification.
947
948 2013-11-20 Leo Liu <sdl.web@gmail.com>
949
950 * windows.texi (Choosing Window): Mention `no-display-ok'. (Bug#13594)
951
952 2013-11-19 Xue Fuqiao <xfq.free@gmail.com>
953
954 * os.texi (File Notifications): Add an index.
955
956 * loading.texi (Loading): Add an cross-reference.
957
958 2013-11-18 Xue Fuqiao <xfq.free@gmail.com>
959
960 * os.texi (Session Management, Desktop Notifications): Add some
961 indexes and a cross-reference.
962
963 2013-11-17 Xue Fuqiao <xfq.free@gmail.com>
964
965 * os.texi (Time Parsing, Processor Run Time, Input Modes)
966 (Terminal Output): Minor fixes.
967
968 2013-11-14 Glenn Morris <rgm@gnu.org>
969
970 * loading.texi (Library Search): Update section.
971
972 2013-11-11 Xue Fuqiao <xfq.free@gmail.com>
973
974 * os.texi (User Identification, Time of Day, Time Conversion):
975 Minor fixes.
976
977 2013-11-10 Jan Djärv <jan.h.d@swipnet.se>
978
979 * keymaps.texi (Tool Bar): Mention that Gtk+/NS ignores item 1 to 3.
980
981 2013-11-09 Xue Fuqiao <xfq.free@gmail.com>
982
983 * os.texi (Startup Summary): Add an index about startup screen.
984 Typo fix.
985 (Command-Line Arguments): Add cross-reference for `dump-emacs'.
986
987 2013-11-08 Eli Zaretskii <eliz@gnu.org>
988
989 * display.texi (Truncation): Document that cache-long-scans is now
990 non-nil by default. (Bug#15797)
991
992 2013-11-05 Eli Zaretskii <eliz@gnu.org>
993
994 * lists.texi (Rearrangement): Fix indexing.
995
996 * display.texi (Bidirectional Display): Fix indexing.
997
998 2013-11-05 Xue Fuqiao <xfq.free@gmail.com>
999
1000 * lists.texi (Rearrangement): Improve indexing.
1001
1002 * display.texi (Glyphs): Add an index for glyph code.
1003 (Bidirectional Display): Improve indexing.
1004
1005 2013-11-01 Jan Djärv <jan.h.d@swipnet.se>
1006
1007 * display.texi (Face Attributes): Document :distant-foreground.
1008
1009 2013-10-30 Xue Fuqiao <xfq.free@gmail.com>
1010
1011 * display.texi (Abstract Display): Improve indexing.
1012
1013 2013-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
1014
1015 * display.texi (Selective Display): Discourage the use of explicit
1016 selective display.
1017
1018 2013-10-29 Xue Fuqiao <xfq.free@gmail.com>
1019
1020 * display.texi (Showing Images): Add an index for image-size.
1021 Use @code instead of @var for a normal variable.
1022 (Multi-Frame Images): Improve indexing.
1023 (Button Buffer Commands): Use @code instead of @var for a normal
1024 variable.
1025 (Abstract Display): Explain the meaning of Ewoc.
1026
1027 2013-10-27 Xue Fuqiao <xfq.free@gmail.com>
1028
1029 * display.texi (Image Descriptors): Improve indexing.
1030
1031 2013-10-26 Xue Fuqiao <xfq.free@gmail.com>
1032
1033 * display.texi (Fringe Indicators): Add indexes for fringe indicators.
1034 (Customizing Bitmaps): Add an index for customizing fringe bitmaps.
1035
1036 2013-10-25 Xue Fuqiao <xfq.free@gmail.com>
1037
1038 * display.texi (Fontsets): Minor wording fix.
1039 (Low-Level Font): Improve indexing.
1040
1041 * nonascii.texi (Character Properties): Add an index for script symbols.
1042
1043 2013-10-24 Xue Fuqiao <xfq.free@gmail.com>
1044
1045 * display.texi (Face Remapping): Add indexes for face remapping.
1046 (Font Selection): Add indexes.
1047 (Low-Level Font): Add an index for font registry.
1048
1049 2013-10-23 Glenn Morris <rgm@gnu.org>
1050
1051 * eval.texi, files.texi, intro.texi, objects.texi, searching.texi:
1052 Nuke @refill.
1053
1054 * Makefile.in (install-dvi, install-html, install-pdf)
1055 (install-ps, uninstall-dvi, uninstall-html, uninstall-ps)
1056 (uninstall-pdf): Quote entities that might contain whitespace.
1057
1058 2013-10-19 Xue Fuqiao <xfq.free@gmail.com>
1059
1060 * display.texi (Face Attributes): Add indexes for the ‘:box’
1061 face attribute.
1062
1063 2013-10-18 Xue Fuqiao <xfq.free@gmail.com>
1064
1065 * display.texi (Line Height): Add indexes for line height.
1066
1067 2013-10-17 Xue Fuqiao <xfq.free@gmail.com>
1068
1069 * display.texi (Width): Fix arguments of ‘truncate-string-to-width’.
1070
1071 2013-10-16 Xue Fuqiao <xfq.free@gmail.com>
1072
1073 * display.texi (Selective Display): Add an index for explicit
1074 selective display.
1075
1076 2013-10-15 Xue Fuqiao <xfq.free@gmail.com>
1077
1078 * display.texi (Warning Basics): Mention the ‘*Warnings*’ buffer.
1079
1080 2013-10-13 Glenn Morris <rgm@gnu.org>
1081
1082 * intro.texi (Acknowledgments): Use accented form of some names.
1083
1084 2013-10-09 Glenn Morris <rgm@gnu.org>
1085
1086 * control.texi (Conditionals): Copyedits. (Bug#15558)
1087
1088 2013-10-08 Eli Zaretskii <eliz@gnu.org>
1089
1090 Support menus on text-mode terminals.
1091 * keymaps.texi (Defining Menus, Mouse Menus, Menu Bar):
1092 Modify wording to the effect that menus are supported on TTYs.
1093
1094 * frames.texi (Pop-Up Menus, Dialog Boxes)
1095 (Display Feature Testing): Update for menu support on TTYs.
1096
1097 2013-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
1098
1099 * tips.texi (Comment Tips): Discourage use of triple semi-colons for
1100 non-headings.
1101
1102 2013-10-05 Xue Fuqiao <xfq.free@gmail.com>
1103
1104 * syntax.texi (Categories): Add an index for category sets.
1105
1106 2013-10-03 Xue Fuqiao <xfq.free@gmail.com>
1107
1108 * syntax.texi (Syntax Flags, Syntax Table Functions): Add indexes.
1109
1110 2013-10-02 Xue Fuqiao <xfq.free@gmail.com>
1111
1112 * syntax.texi (Syntax Class Table): Add an index for syntax class table.
1113
1114 2013-09-29 Xue Fuqiao <xfq.free@gmail.com>
1115
1116 * searching.texi (Regexp Search): Refine.
1117
1118 2013-09-22 Xue Fuqiao <xfq.free@gmail.com>
1119
1120 * nonascii.texi (Default Coding Systems): Typo fix.
1121
1122 2013-09-21 Xue Fuqiao <xfq.free@gmail.com>
1123
1124 * nonascii.texi (Coding System Basics): Add information about
1125 carriage-return.
1126
1127 2013-09-14 Eli Zaretskii <eliz@gnu.org>
1128
1129 * display.texi (Display Margins): State the units of measuring
1130 margin width. (Bug#15375)
1131
1132 2013-09-13 Eli Zaretskii <eliz@gnu.org>
1133
1134 * text.texi (Not Intervals): Minor wording fix.
1135
1136 2013-09-12 Xue Fuqiao <xfq.free@gmail.com>
1137
1138 * functions.texi (Obsolete Functions): Add an index for obsolete
1139 functions.
1140
1141 2013-09-11 Xue Fuqiao <xfq.free@gmail.com>
1142
1143 * nonascii.texi (Character Properties): Character properties fix
1144 for decimal-digit-value and digit-value.
1145
1146 2013-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
1147
1148 * macros.texi (Defining Macros): Prefer "function" to "lambda
1149 expression" (bug#15296).
1150
1151 2013-08-28 Paul Eggert <eggert@cs.ucla.edu>
1152
1153 * Makefile.in (SHELL): Now @SHELL@, not /bin/sh,
1154 for portability to hosts where /bin/sh has problems.
1155
1156 2013-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
1157
1158 * variables.texi (File Local Variables): Don't recommend quoting! Ever!
1159
1160 2013-08-20 Eli Zaretskii <eliz@gnu.org>
1161
1162 * files.texi (Information about Files): Mention file names with
1163 trailing blanks on MS-Windows. (Bug#15130)
1164
1165 2013-08-18 Xue Fuqiao <xfq.free@gmail.com>
1166
1167 * positions.texi (Positions): Improve indexing.
1168
1169 2013-08-18 Eli Zaretskii <eliz@gnu.org>
1170
1171 * markers.texi (The Region): Improve indexing.
1172
1173 2013-08-17 Xue Fuqiao <xfq.free@gmail.com>
1174
1175 * modes.texi (SMIE, SMIE Grammar, SMIE Indentation): Add some indexes.
1176
1177 * text.texi (Maintaining Undo): Mention interactive call of
1178 buffer-disable-undo.
1179 (Filling): Add cross-reference for hard newlines.
1180 (Sorting): Fix indentation.
1181 (Columns): Comment out undefined behavior.
1182 (Case Changes): Fix an `args-out-of-range' error in the example.
1183
1184 2013-08-16 Xue Fuqiao <xfq.free@gmail.com>
1185
1186 * text.texi (Insertion): Refine.
1187 (Margins): Add an index.
1188 (Undo): Doc fix for `buffer-undo-list'.
1189
1190 * positions.texi (Character Motion):
1191 * markers.texi (Moving Markers, Creating Markers):
1192 Comment out undefined behavior.
1193
1194 2013-08-15 Xue Fuqiao <xfq.free@gmail.com>
1195
1196 * markers.texi (The Region): Add/move indexes.
1197
1198 2013-08-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
1199
1200 * display.texi (ImageMagick Images): Mention :content-type and
1201 `image-content-type-suffixes'.
1202
1203 2013-08-13 Xue Fuqiao <xfq.free@gmail.com>
1204
1205 * positions.texi (Word Motion): Remove redundant sentence.
1206
1207 2013-08-13 Glenn Morris <rgm@gnu.org>
1208
1209 * lists.texi (List Elements):
1210 Undocument behavior of nth and nthcdr with n < 0. (Bug#15059)
1211
1212 2013-08-13 Xue Fuqiao <xfq.free@gmail.com>
1213
1214 * frames.texi (Display Feature Testing): Add indexes.
1215
1216 2013-08-12 Glenn Morris <rgm@gnu.org>
1217
1218 * Makefile.in (prefix, datarootdir, datadir, PACKAGE_TARNAME)
1219 (docdir, dvidir, htmldir, pdfdir, psdir, GZIP_PROG, INSTALL)
1220 (INSTALL_DATA): New, set by configure.
1221 (HTML_OPTS, DVI_TARGETS, HTML_TARGETS, PDF_TARGETS, PS_TARGETS):
1222 New variables.
1223 (.SUFFIXES): Add .ps and .dvi.
1224 (.dvi.ps): New suffix rule.
1225 (dvi, html, pdf, ps): Use *_TARGETS variables.
1226 (elisp.html): Use HTML_OPTS.
1227 (elisp.ps): Remove explicit rule.
1228 (.PHONY): install-dvi, install-html, install-pdf, install-ps,
1229 install-doc, uninstall-dvi, uninstall-html, uninstall-pdf,
1230 uninstall-ps, and uninstall-doc.
1231 (install-dvi, install-html, install-pdf, install-ps, install-doc)
1232 (uninstall-dvi, uninstall-html, uninstall-ps, uninstall-pdf)
1233 (uninstall-doc): New rules.
1234 (clean): Use DVI_TARGETS, HTML_TARGETS, PDF_TARGETS, PS_TARGETS.
1235
1236 2013-08-10 Xue Fuqiao <xfq.free@gmail.com>
1237
1238 * edebug.texi (Instrumenting Macro Calls): Use @defmac for macros.
1239
1240 2013-08-09 Xue Fuqiao <xfq.free@gmail.com>
1241
1242 * control.texi (Error Symbols): Minor fix for previous change.
1243
1244 2013-08-09 Stefan Monnier <monnier@iro.umontreal.ca>
1245
1246 * errors.texi (Standard Errors): Don't refer to `error-conditions'.
1247
1248 * control.texi (Signaling Errors): Refer to define-error.
1249 (Error Symbols): Add `define-error'.
1250
1251 2013-08-06 Dmitry Antipov <dmantipov@yandex.ru>
1252
1253 * positions.texi (Motion by Screen Lines):
1254 * display.texi (Truncation): Rename `cache-long-line-scans'
1255 to `cache-long-scans'.
1256
1257 2013-08-05 Xue Fuqiao <xfq.free@gmail.com>
1258
1259 * windows.texi (Window Start and End): Add an index.
1260
1261 2013-08-02 Xue Fuqiao <xfq.free@gmail.com>
1262
1263 * display.texi (Face Functions): Add an index.
1264
1265 * variables.texi (Variable Aliases): Add an index.
1266
1267 * functions.texi (Defining Functions): Add an index.
1268
1269 * nonascii.texi (Coding System Basics): Add an index.
1270
1271 2013-07-31 Xue Fuqiao <xfq.free@gmail.com>
1272
1273 * nonascii.texi (Non-ASCII Characters): Update menu.
1274 (Disabling Multibyte): Move here from doc/emacs/mule.texi.
1275 Fix cross-references.
1276
1277 * elisp.texi (Top): Update menu.
1278
1279 2013-07-30 Xue Fuqiao <xfq.free@gmail.com>
1280
1281 * windows.texi (Window History): Mention the default value of
1282 switch-to-visible-buffer. Add cross-references.
1283
1284 2013-07-24 Michael Albinus <michael.albinus@gmx.de>
1285
1286 * errors.texi (Standard Errors): Fix typo.
1287
1288 * files.texi (Magic File Names):
1289 * os.texi (File Notifications): Remove file-notify-supported-p.
1290
1291 2013-07-24 Paul Eggert <eggert@cs.ucla.edu>
1292
1293 * eval.texi (Special Forms): Mention 'lambda'. Also, say that
1294 non-well-formed expressions result in unspecified behavior, though
1295 Emacs will not crash.
1296
1297 2013-07-22 Michael Albinus <michael.albinus@gmx.de>
1298
1299 * files.texi (Magic File Names): Add file-notify-add-watch,
1300 file-notify-rm-watch and file-notify-supported-p.
1301 Move file-remote-p down.
1302
1303 * errors.texi (Standard Errors): Add file-notify-error.
1304
1305 * os.texi (Desktop Notifications): Rename from Notifications.
1306 (File Notifications): New node.
1307
1308 * elisp.texi (Top): Update menu for these changes.
1309
1310 2013-07-19 Xue Fuqiao <xfq.free@gmail.com>
1311
1312 * windows.texi (Display Action Functions): Mention next-window.
1313
1314 2013-07-16 Xue Fuqiao <xfq.free@gmail.com>
1315
1316 * windows.texi (Selecting Windows): Fix the introduction of
1317 `set-frame-selected-window''s arguments.
1318
1319 2013-07-10 Paul Eggert <eggert@cs.ucla.edu>
1320
1321 Timestamp fixes for undo (Bug#14824).
1322 * text.texi (Undo): Document (t . 0) and (t . -1) in buffer-undo-list.
1323
1324 2013-07-06 Eli Zaretskii <eliz@gnu.org>
1325
1326 * nonascii.texi (Text Representations): Document that
1327 multibyte-string-p returns nil for non-string objects.
1328
1329 2013-07-06 Glenn Morris <rgm@gnu.org>
1330
1331 * elisp.texi (Top): Move WWW_GNU_ORG section outside @copying.
1332
1333 2013-07-03 Glenn Morris <rgm@gnu.org>
1334
1335 * debugging.texi (Debugging):
1336 * files.texi (File Attributes, Changing Files): Fix cross-references.
1337
1338 * package.texi (Package Archives): Fix @url call.
1339
1340 * syntax.texi (Syntax Table Functions): Mention describe-syntax.
1341
1342 2013-06-29 Eli Zaretskii <eliz@gnu.org>
1343
1344 * display.texi (Bidirectional Display): Document move-point-visually.
1345
1346 2013-06-29 Xue Fuqiao <xfq.free@gmail.com>
1347
1348 * buffers.texi (Buffer File Name): Fix typo.
1349
1350 2013-06-26 Christopher Schmidt <christopher@ch.ristopher.com>
1351
1352 * tips.texi (Coding Conventions): Improve wording.
1353
1354 2013-06-24 Glenn Morris <rgm@gnu.org>
1355
1356 * loading.texi (Autoload): Fix typo.
1357
1358 * variables.texi (Lexical Binding): Fix typo.
1359
1360 * functions.texi (Anonymous Functions): Put back ' removed 2012-10-23.
1361
1362 2013-06-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
1363
1364 * display.texi (ImageMagick Images): Mention :max-width and
1365 :max-height.
1366
1367 2013-06-20 Paul Eggert <eggert@cs.ucla.edu>
1368
1369 * numbers.texi (Math Functions): Remove obsolete function log10.
1370
1371 2013-06-19 Stefan Monnier <monnier@iro.umontreal.ca>
1372
1373 * modes.texi (Mode Line Data, Properties in Mode): Advertise `keymap'
1374 rather than `local-map'.
1375
1376 * keymaps.texi (Active Keymaps): Fix documentation of
1377 set-temporary-overlay-map and overriding-terminal-local-map.
1378
1379 2013-06-19 Glenn Morris <rgm@gnu.org>
1380
1381 * Makefile.in (dist): Edit more configure variables.
1382 Try to check that we do not miss any in future.
1383
1384 2013-06-17 Juanma Barranquero <lekktu@gmail.com>
1385
1386 * text.texi (Undo, Changing Properties): Fix typos.
1387
1388 2013-06-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
1389
1390 * text.texi (Changing Properties): Document `add-face-text-property'.
1391
1392 2013-06-17 Kenichi Handa <handa@gnu.org>
1393
1394 * display.texi (Face Attributes): Refer to "Low-Level font" (not
1395 "Font Selection") in the explanation of :font attribute (bug#14629).
1396
1397 2013-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
1398
1399 * loading.texi (Hooks for Loading): Don't document after-load-alist.
1400 Document with-eval-after-load instead of eval-after-load.
1401
1402 2013-06-11 Xue Fuqiao <xfq.free@gmail.com>
1403
1404 * files.texi (File Name Expansion): Make the example more
1405 intuitive.
1406
1407 2013-06-10 Paul Eggert <eggert@cs.ucla.edu>
1408
1409 Documentation fix for 'ls' and hard links.
1410 * compile.texi (Compilation Functions):
1411 * files.texi (File Attributes, Changing Files):
1412 Use current format for GNU 'ls' output.
1413 (File Attributes): Fix problem introduced in previous change:
1414 the link count is the number of hard links, not the number
1415 of hard links + 1.
1416
1417 2013-06-10 Xue Fuqiao <xfq.free@gmail.com>
1418
1419 * files.texi (File Attributes): Fix typo.
1420
1421 2013-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
1422
1423 * functions.texi (Lambda Expressions): Lambda expressions don't
1424 evaluate to themselves in general (bug#11782).
1425
1426 2013-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
1427
1428 * loading.texi (Autoload):
1429 * help.texi (Documentation Basics, Accessing Documentation)
1430 (Accessing Documentation, Accessing Documentation): DOC-* is now DOC.
1431
1432 2013-04-23 Glenn Morris <rgm@gnu.org>
1433
1434 * internals.texi (Writing Emacs Primitives): Remove obvious example.
1435 Tweak other to avoid overly long line.
1436
1437 2013-04-21 Xue Fuqiao <xfq.free@gmail.com>
1438
1439 * internals.texi (Writing Emacs Primitives): Remove unnecessary
1440 references to the sources. (Bug#13800)
1441
1442 * searching.texi (Regexp Backslash): Doc fix for backslash
1443 constructs in regular expressions.
1444
1445 2013-04-15 Christopher Schmidt <christopher@ch.ristopher.com>
1446
1447 * tips.texi (Coding Conventions): Mention separation of package
1448 descriptor and name of internal symbols by two hyphens.
1449
1450 2013-04-13 Stephen Berman <stephen.berman@gmx.net>
1451
1452 * windows.texi (Splitting Windows): Change category of
1453 split-window from a command to a function.
1454
1455 2013-04-06 Chong Yidong <cyd@gnu.org>
1456
1457 * display.texi (Faces): Minor clarifications.
1458 (Defining Faces): Clarify default vs custom face specs.
1459 Document face-spec-set.
1460
1461 * display.texi (Overlay Properties):
1462 * text.texi (Special Properties): Use the "anonymous face"
1463 terminology. Describe foreground-color and background-color forms
1464 as compatibility-only.
1465
1466 2013-03-24 Eli Zaretskii <eliz@gnu.org>
1467
1468 * compile.texi (Byte-Code Objects): Add index entry.
1469 (Disassembly): Add cross-references.
1470
1471 2013-03-23 Eli Zaretskii <eliz@gnu.org>
1472
1473 * frames.texi (Size Parameters): More accurate description of the
1474 difference between 'fullboth' and 'maximized'. (Bug#13935)
1475
1476 2013-03-17 Christopher Schmidt <christopher@ch.ristopher.com>
1477
1478 * symbols.texi (Standard Properties): Document pure. (Bug#13823)
1479
1480 2013-03-16 Glenn Morris <rgm@gnu.org>
1481
1482 * elisp.texi: Add some stuff specific to www.gnu.org.
1483
1484 2013-03-11 Teodor Zlatanov <tzz@lifelogs.com>
1485
1486 * control.texi (Pattern matching case statement): Fix typo.
1487
1488 2013-03-04 Paul Eggert <eggert@cs.ucla.edu>
1489
1490 * elisp.texi, intro.texi: Switch from Latin-1 to UTF-8.
1491
1492 2013-03-03 Glenn Morris <rgm@gnu.org>
1493
1494 * objects.texi (Symbol Type): Fix typo.
1495
1496 2013-02-28 Bastien Guerry <bzg@gnu.org>
1497
1498 * variables.texi (File Local Variables): Fix reference.
1499
1500 2013-02-24 Eli Zaretskii <eliz@gnu.org>
1501
1502 * files.texi (Magic File Names): Improve wording and indexing.
1503
1504 2013-02-21 Glenn Morris <rgm@gnu.org>
1505
1506 * display.texi (Multi-Frame Images): Minor rephrasing.
1507
1508 2013-02-20 Glenn Morris <rgm@gnu.org>
1509
1510 * display.texi (GIF Images, TIFF Images): Delete these nodes.
1511 (ImageMagick Images): For :index, use an xref rather than duplicating.
1512 (Other Image Types): Add GIF, adjust formatting.
1513 (Multi-Frame Images): Rename from Animated Images. Expand section.
1514 * elisp.texi (Top): Update menu for these changes.
1515
1516 2013-02-19 Glenn Morris <rgm@gnu.org>
1517
1518 * text.texi (Change Hooks): Fix typo.
1519
1520 2013-02-15 Glenn Morris <rgm@gnu.org>
1521
1522 * modes.texi (Basic Major Modes): 'z' no longer bound in special-mode.
1523
1524 2013-02-13 Glenn Morris <rgm@gnu.org>
1525
1526 * objects.texi (Char-Table Type): Add footnote about #^^.
1527
1528 * modes.texi (Minor Mode Conventions): Fix typo.
1529
1530 * keymaps.texi (Scanning Keymaps): Remove obsolete sentence about
1531 meta characters; this changed in 22.1. (Bug#13684)
1532
1533 * objects.texi (Char-Table Type): Add cindex.
1534
1535 * keymaps.texi (Key Binding Commands): Trivial rephrasing.
1536
1537 2013-02-10 Glenn Morris <rgm@gnu.org>
1538
1539 * keymaps.texi (Creating Keymaps): Update make-keymap result.
1540
1541 2013-02-09 Eli Zaretskii <eliz@gnu.org>
1542
1543 * modes.texi (%-Constructs): Remove the description of %t.
1544
1545 * nonascii.texi (MS-DOS File Types): Delete node.
1546
1547 2013-02-08 Glenn Morris <rgm@gnu.org>
1548
1549 * keymaps.texi (Active Keymaps, Searching Keymaps):
1550 Remove confusing mention of "symbolic prefix". (Bug#13643)
1551
1552 2013-01-19 Glenn Morris <rgm@gnu.org>
1553
1554 * macros.texi (Indenting Macros): Fix order of an indent
1555 symbol's arguments. (Bug#13450)
1556
1557 2013-01-19 Paul Eggert <eggert@cs.ucla.edu>
1558
1559 Allow floating-point file offsets.
1560 * files.texi (Reading from Files, Writing to Files):
1561 Say that file offsets can be numbers, not just integers.
1562
1563 2013-01-09 Glenn Morris <rgm@gnu.org>
1564
1565 * commands.texi (Interactive Codes):
1566 Whitespace does not terminate interactive "S". (Bug#13393)
1567
1568 2013-01-06 Chong Yidong <cyd@gnu.org>
1569
1570 * windows.texi (Vertical Scrolling): Fix typos (Bug#13267).
1571
1572 2013-01-05 Glenn Morris <rgm@gnu.org>
1573
1574 * display.texi (Overlay Properties): Mention field. (Bug#13364)
1575
1576 2013-01-05 Eli Zaretskii <eliz@gnu.org>
1577
1578 * hooks.texi (Standard Hooks): Use @item, not @itemx, as the first
1579 directive in a group of items.
1580
1581 2013-01-05 Chong Yidong <cyd@gnu.org>
1582
1583 * keymaps.texi (Key Sequences): Remove obsolete sentence
1584 (Bug#13356).
1585
1586 2013-01-04 Ari Roponen <ari.roponen@gmail.com> (tiny change)
1587
1588 * hash.texi (Defining Hash): Fix typo. (Bug#13345)
1589
1590 2013-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
1591
1592 * files.texi (File Attributes): Undocument return format of file-acl.
1593
1594 2013-01-03 Glenn Morris <rgm@gnu.org>
1595
1596 * processes.texi (System Processes):
1597 * syntax.texi (Syntax Table Functions): Tweak some line breaks.
1598
1599 * searching.texi (Replacing Match): Fix xref.
1600
1601 * elisp.texi (DATE): Bump to Jan 2013.
1602
1603 2013-01-02 Glenn Morris <rgm@gnu.org>
1604
1605 * customize.texi (Common Keywords, Type Keywords):
1606 Replace "active field" with "button". (Bug#13310)
1607
1608 * customize.texi (Common Keywords): Add xref. (Bug#13311)
1609 * tips.texi (Library Headers): Add cindex.
1610
1611 2012-12-30 Wolfgang Jenkner <wjenkner@inode.at>
1612
1613 * functions.texi (Declare Form):
1614 * intro.texi (A Sample Function Description):
1615 * syntax.texi (Syntax Table Internals, Syntax Table Functions):
1616 * variables.texi (Using Lexical Binding): Don't use @var or CAPS
1617 in @def.. commands. (Bug#13292)
1618
1619 2012-12-29 Eli Zaretskii <eliz@gnu.org>
1620
1621 * files.texi (Changing Files): Document the return values of
1622 set-file-selinux-context and set-file-acl.
1623
1624 2012-12-27 Glenn Morris <rgm@gnu.org>
1625
1626 * files.texi (File Names): Mention Cygwin conversion functions.
1627
1628 2012-12-22 Martin Rudalics <rudalics@gmx.at>
1629
1630 * windows.texi (Selecting Windows): Reword description of
1631 select-window (Bug#13248).
1632
1633 2012-12-22 Eli Zaretskii <eliz@gnu.org>
1634
1635 * files.texi (File Attributes, Changing Files): Remove the details
1636 about the text returned by file-acl. Instead, just document that
1637 it is an opaque string meant to be used by set-file-acl.
1638
1639 2012-12-21 Chong Yidong <cyd@gnu.org>
1640
1641 * modes.texi (Auto Major Mode): Fix typo (Bug#13230).
1642
1643 * customize.texi (Simple Types): Document key-sequence type
1644 (Bug#13048).
1645
1646 * strings.texi (Text Comparison): Doc fix for compare-strings.
1647
1648 2012-12-19 Michael Albinus <michael.albinus@gmx.de>
1649
1650 * files.texi (Magic File Names): Add `file-acl',
1651 `file-selinux-context', `set-file-acl' and
1652 `set-file-selinux-context'. Make the list consistent.
1653
1654 2012-12-19 Jonas Bernoulli <jonas@bernoul.li>
1655
1656 * tips.texi (Library Headers): New header keyword `Homepage'.
1657 Make continuation lines syntax more precise.
1658
1659 2012-12-17 Eli Zaretskii <eliz@gnu.org>
1660
1661 * files.texi (File Attributes, Changing Files): Update to include
1662 MS-Windows support for ACLs.
1663
1664 2012-12-16 Romain Francoise <romain@orebokech.com>
1665
1666 * files.texi (File Attributes): Document ACL support and new
1667 `file-acl' function.
1668 (Changing Files): Mention argument name change of `copy-file' and
1669 document new function `set-file-acl'.
1670
1671 2012-12-14 Paul Eggert <eggert@cs.ucla.edu>
1672
1673 Fix permissions bugs with setgid directories etc. (Bug#13125)
1674 * files.texi (Testing Accessibility): Document GROUP arg
1675 of file-ownership-preserved-p.
1676 (File Attributes): Document that 9th element is now
1677 just a placeholder.
1678 * os.texi (User Identification): Document new functions group-gid,
1679 group-real-gid.
1680
1681 2012-12-11 Paul Eggert <eggert@cs.ucla.edu>
1682
1683 * internals.texi (C Integer Types): New section.
1684 This follows up and records an email in
1685 <http://lists.gnu.org/archive/html/emacs-devel/2012-07/msg00496.html>.
1686
1687 2012-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
1688
1689 * control.texi (Pattern matching case statement): New node.
1690
1691 * customize.texi (Variable Definitions): Mention the default :group
1692 for defcustoms (bug#13093).
1693
1694 2012-12-09 Glenn Morris <rgm@gnu.org>
1695
1696 * customize.texi (Variable Definitions): Mention eval-defun
1697 on a defcustom calls the :set function when appropriate.
1698
1699 2012-12-06 Paul Eggert <eggert@cs.ucla.edu>
1700
1701 * doclicense.texi, gpl.texi: Update to latest version from FSF.
1702 These are just minor editorial changes.
1703
1704 2012-12-06 Chong Yidong <cyd@gnu.org>
1705
1706 * lists.texi (Plist Access): Move put example to Symbol Plists.
1707
1708 * symbols.texi (Standard Properties): Fix typo.
1709
1710 2012-12-03 Chong Yidong <cyd@gnu.org>
1711
1712 * symbols.texi (Symbol Properties): New node.
1713 (Symbol Plists): Make it a subsection under Symbol Properties.
1714 (Standard Properties): New node.
1715
1716 * lists.texi (Property Lists): Move here from symbols.texi.
1717 (Plist Access): Rename from Other Plists.
1718
1719 * customize.texi (Variable Definitions):
1720 * display.texi (Defining Faces):
1721 * sequences.texi (Char-Tables): Fix xref.
1722
1723 * keymaps.texi (Key Sequences): `kbd' is now a function.
1724
1725 * commands.texi (Using Interactive): Fix index entry.
1726
1727 2012-11-24 Paul Eggert <eggert@cs.ucla.edu>
1728
1729 * doclicense.texi: Update to latest version from FSF.
1730 These are just minor editorial changes.
1731 * elisp.texi (GNU Free Documentation License)
1732 (GNU General Public Licens):
1733 Provide sectioning, since doclicense.texi no longer does that.
1734
1735 * loading.texi (Named Features): @ -> @@ to fix typo.
1736
1737 2012-11-24 Martin Rudalics <rudalics@gmx.at>
1738
1739 * windows.texi (Basic Windows): Fix typo.
1740 (Windows and Frames): Fix example. Move description of
1741 window-in-direction here.
1742 (Recombining Windows): Fix example.
1743 (Buffers and Windows): Fix description of replace-buffer-in-windows.
1744 (Switching Buffers): Reword.
1745 (Display Action Functions): Minor adjustments.
1746 (Choosing Window Options): Minor fixes.
1747 (Window History): Minor rewording.
1748 (Dedicated Windows): Correct and reword part describing how
1749 dedicatedness affects functions removing buffers or windows.
1750 * buffers.texi (The Buffer List): Fix description of bury-buffer.
1751
1752 2012-11-24 Chong Yidong <cyd@gnu.org>
1753
1754 * modes.texi (%-Constructs): Fix statement about mode construct
1755 padding (Bug#12866).
1756
1757 2012-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
1758
1759 * debugging.texi (Profiling): Make it more clear
1760 that --enable-profiling is about profiling the C code.
1761
1762 2012-11-21 Glenn Morris <rgm@gnu.org>
1763
1764 * display.texi (Attribute Functions):
1765 Update for set-face-* name changes.
1766 Add new "inherit" argument for face-bold-p etc.
1767 Move description of this argument to a common section, like "frame".
1768
1769 * debugging.texi (Profiling): New section.
1770 (Debugging): Mention profiling in the introduction.
1771 * tips.texi (Compilation Tips): Move profiling to separate section.
1772 * elisp.texi: Add Profiling to detailed menu.
1773
1774 2012-11-21 Martin Rudalics <rudalics@gmx.at>
1775
1776 * windows.texi (Display Action Functions): Fix recently added
1777 example. Suggested by Michael Heerdegen.
1778
1779 2012-11-21 Paul Eggert <eggert@cs.ucla.edu>
1780
1781 Minor cleanup for times as lists of four integers.
1782 * os.texi (Time Parsing): Time values can now be four integers.
1783
1784 2012-11-18 Glenn Morris <rgm@gnu.org>
1785
1786 * loading.texi (How Programs Do Loading): Add eager macro expansion.
1787 * macros.texi (Expansion): Mention eager macro expansion.
1788
1789 * minibuf.texi (Basic Completion): Mention misc completion-table funcs.
1790
1791 2012-11-18 Leo Liu <sdl.web@gmail.com>
1792
1793 * minibuf.texi (Programmed Completion): Doc fix for metadata
1794 request (Bug#12850).
1795
1796 2012-11-18 Glenn Morris <rgm@gnu.org>
1797
1798 * display.texi (Temporary Displays): Document with-temp-buffer-window.
1799
1800 * frames.texi (Size and Position): Add fit-frame-to-buffer command.
1801 * windows.texi (Resizing Windows): Add fit-frame-to-buffer option.
1802 (Window Sizes): Add vindex for window-min-height, window-min-width.
1803 (Display Action Functions): Mention pop-up-frame-parameters.
1804
1805 2012-11-16 Martin Rudalics <rudalics@gmx.at>
1806
1807 * windows.texi (Choosing Window): Rewrite description of
1808 display-buffer-alist (Bug#12167).
1809 (Display Action Functions): Mention inhibit-switch-frame.
1810 Fix description of display-buffer-below-selected. Reorder actions.
1811 Add example (Bug#12848).
1812
1813 2012-11-16 Glenn Morris <rgm@gnu.org>
1814
1815 * display.texi (Face Attributes): Fix :underline COLOR description.
1816 (Attribute Functions): Update for set-face-underline rename.
1817 Tweak descriptions of face-underline-p, face-inverse-video-p.
1818
1819 * keymaps.texi (Searching Keymaps, Tool Bar): Untabify examples,
1820 so they align better in info.
1821 (Active Keymaps, Searching Keymaps, Controlling Active Maps):
1822 Document set-temporary-overlay-map.
1823
1824 2012-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
1825
1826 * keymaps.texi (Translation Keymaps): Add a subsection "Interaction
1827 with normal keymaps".
1828
1829 2012-11-15 Dmitry Antipov <dmantipov@yandex.ru>
1830
1831 * internals.texi (Garbage Collection): Update descriptions
1832 of vectorlike_header, garbage-collect and gc-cons-threshold.
1833 (Object Internals): Explain Lisp_Object layout and the basics
1834 of an internal type system.
1835 (Buffer Internals): Update description of struct buffer.
1836
1837 2012-11-13 Glenn Morris <rgm@gnu.org>
1838
1839 * variables.texi (Adding Generalized Variables):
1840 At least mention gv-define-expander and gv-letplace.
1841
1842 * debugging.texi (Error Debugging): Mention debug-on-message.
1843 (Using Debugger): Mention debugger-bury-or-kill.
1844
1845 * control.texi (Signaling Errors):
1846 * debugging.texi (Error Debugging):
1847 * errors.texi (Standard Errors): Add user-error.
1848
1849 * variables.texi (Adding Generalized Variables):
1850 Use standard formatting for common lisp note about setf functions.
1851
1852 2012-11-10 Martin Rudalics <rudalics@gmx.at>
1853
1854 * elisp.texi (Top): Add Recombining Windows to menu.
1855 * windows.texi (Recombining Windows): New subsection.
1856 (Splitting Windows): Rewrite text on handling of window
1857 combinations and move it to new subsection.
1858
1859 2012-11-10 Chong Yidong <cyd@gnu.org>
1860
1861 * searching.texi (Replacing Match): Document \? in replace-match.
1862
1863 * variables.texi (Creating Buffer-Local): Document setq-local and
1864 defvar-local.
1865 (Setting Generalized Variables): Arrange table alphabetically.
1866
1867 * lists.texi (List Elements, List Variables): Clarify descriptions
1868 of push and pop for generalized variables.
1869
1870 * edebug.texi (Specification List): setf is no longer CL-only.
1871
1872 2012-11-10 Glenn Morris <rgm@gnu.org>
1873
1874 * variables.texi (Adding Generalized Variables):
1875 Update description of FIX-RETURN expansion.
1876
1877 * variables.texi (Setting Generalized Variables):
1878 Split most of previous contents into this subsection.
1879 (Adding Generalized Variables): New subsection.
1880 Move note on lack of setf functions here from misc/cl.texi.
1881
1882 * elisp.texi: Add Generalized Variables subsections to detailed menu.
1883
1884 2012-11-10 Chong Yidong <cyd@gnu.org>
1885
1886 * frames.texi (Initial Parameters): Doc fix (Bug#12144).
1887
1888 2012-11-08 Michael Albinus <michael.albinus@gmx.de>
1889
1890 * os.texi (Notifications): Update descriptions of
1891 notifications-notify, notifications-close-notification and
1892 notifications-get-capabilities according to latest code changes.
1893 Add notifications-get-server-information.
1894
1895 2012-11-03 Chong Yidong <cyd@gnu.org>
1896
1897 * objects.texi (General Escape Syntax): Clarify the explanation of
1898 escape sequences.
1899 (Non-ASCII in Strings): Clarify when a string is unibyte vs
1900 multibyte. Hex escapes do not automatically make a string
1901 multibyte.
1902
1903 2012-11-03 Martin Rudalics <rudalics@gmx.at>
1904
1905 * windows.texi (Switching Buffers): Document option
1906 switch-to-buffer-preserve-window-point.
1907 (Display Action Functions): Document window-height and
1908 window-width alist entries.
1909 (Display Action Functions):
1910 Document display-buffer-below-selected and
1911 display-buffer-in-previous-window.
1912 (Quitting Windows): Document quit-restore-window.
1913 Rewrite section.
1914 (Window Configurations): In window-state-get mention that
1915 argument window must be valid.
1916 (Window Parameters): Document quit-restore window parameter
1917 (Bug#12158).
1918
1919 2012-10-31 Glenn Morris <rgm@gnu.org>
1920
1921 * control.texi (Catch and Throw): Add xref to cl.texi.
1922
1923 * lists.texi (Sets And Lists): Point xref to better location.
1924
1925 * errors.texi (Standard Errors):
1926 * loading.texi (Autoload): Update for cl-lib namespace changes.
1927
1928 * modes.texi (Defining Minor Modes): "Generalized Variables"
1929 section is now in this manual rather than cl.texi.
1930
1931 * eval.texi (Special Forms): No longer special forms: defmacro,
1932 defun, save-window-excursion, with-output-to-temp-buffer.
1933 * functions.texi (Defining Functions): Defun is now a macro.
1934 Defalias is a function.
1935
1936 2012-10-30 Glenn Morris <rgm@gnu.org>
1937
1938 * variables.texi (Generalized Variables): Fix typo.
1939
1940 2012-10-30 Chong Yidong <cyd@gnu.org>
1941
1942 * symbols.texi (Symbol Plists): Document function-get.
1943
1944 * loading.texi (Autoload): Document autoloadp, autoload-do-load.
1945
1946 * frames.texi (Visibility of Frames): Document tty-top-frame.
1947
1948 2012-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
1949
1950 * keymaps.texi (Format of Keymaps): Document the multiple
1951 inheritance format.
1952
1953 2012-10-28 Martin Rudalics <rudalics@gmx.at>
1954
1955 * windows.texi (Basic Windows): Reformulate description of live,
1956 internal and valid windows.
1957 (Cyclic Window Ordering): Describe new argument of
1958 get-lru-window and get-largest-window. Add description of
1959 window-in-direction.
1960
1961 2012-10-27 Glenn Morris <rgm@gnu.org>
1962
1963 * variables.texi (Generalized Variables): New section,
1964 adapted from misc/cl.texi.
1965 * elisp.texi (Top): Add Generalized Variables to menu.
1966 * lists.texi (List Elements, List Variables):
1967 Mention generalized variables.
1968
1969 * lists.texi (List Elements): Typo fix.
1970
1971 2012-10-27 Chong Yidong <cyd@gnu.org>
1972
1973 * minibuf.texi (High-Level Completion): Don't mention removed
1974 function iswitchb-read-buffer.
1975
1976 * commands.texi (Event Input Misc): Remove last-input-char.
1977 (Command Loop Info): Remove last-command-char.
1978
1979 * frames.texi (Initial Parameters): Don't mention the obsolete
1980 special-display feature.
1981
1982 * windows.texi (Choosing Window): Don't mention the obsolete
1983 special display feature.
1984 (Choosing Window Options): Remove obsolete special-display
1985 variables, and the functions special-display-p and
1986 special-display-popup-frame.
1987
1988 * display.texi (Fringe Bitmaps): Add exclamation-mark bitmap.
1989
1990 * hooks.texi (Standard Hooks): Remove obsolete hooks.
1991
1992 * markers.texi (Information from Markers): Remove obsolete
1993 function buffer-has-markers-at.
1994
1995 * text.texi (Yanking): Document yank-handled-properties.
1996
1997 2012-10-24 Paul Eggert <eggert@penguin.cs.ucla.edu>
1998
1999 Update manual for new time stamp format (Bug#12706).
2000 * buffers.texi (Modification Time):
2001 * files.texi (Testing Accessibility, File Attributes):
2002 * intro.texi (Version Info):
2003 * os.texi (Time of Day):
2004 Update for new time stamp format (HIGH LOW MICROSEC PICOSEC).
2005 These instances were missed the first time around.
2006 Problem reported by Glenn Morris in <http://bugs.gnu.org/12706#25>.
2007
2008 2012-10-24 Chong Yidong <cyd@gnu.org>
2009
2010 * minibuf.texi (Text from Minibuffer): Document read-regexp
2011 changes.
2012
2013 * nonascii.texi (Selecting a Representation):
2014 Document set-buffer-multibyte changes.
2015
2016 * keymaps.texi (Toolkit Differences): Node deleted.
2017 (Easy Menu): New node.
2018
2019 2012-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
2020
2021 * hooks.texi (Standard Hooks): Clarify that -hooks is deprecated.
2022
2023 2012-10-23 Paul Eggert <eggert@cs.ucla.edu>
2024
2025 Fix outdated timestamp documentation in Elisp manual (bug#12706).
2026 * files.texi (File Attributes):
2027 * text.texi (Undo):
2028 Time stamp resolution is now 1 picosecond, not 1 second.
2029
2030 2012-10-23 Chong Yidong <cyd@gnu.org>
2031
2032 * display.texi (Font Lookup): Remove font-list-limit.
2033
2034 * keymaps.texi (Key Sequences): Avoid referring to Edit Macro mode
2035 (Bug#12529).
2036
2037 2012-10-22 Glenn Morris <rgm@gnu.org>
2038
2039 * os.texi (Recording Input): Tiny fix.
2040
2041 * intro.texi (Lisp History):
2042 * lists.texi (Sets And Lists): Refer to cl-lib rather than cl.
2043 * tips.texi (Coding Conventions): Recommend cl-lib over cl.
2044
2045 2012-10-15 Chong Yidong <cyd@gnu.org>
2046
2047 * macros.texi (Defining Macros): defmacro is now a macro.
2048 Explicitly list the docstring and declare arguments.
2049
2050 * functions.texi (Anonymous Functions): Explicitly list the
2051 docstring, declare, and interactive arguments to lambda.
2052 (Defining Functions): Likewise for defun.
2053 (Inline Functions): Likewise for defsubst.
2054 (Declare Form): Tweak description.
2055
2056 2012-10-13 Chong Yidong <cyd@gnu.org>
2057
2058 * display.texi (ImageMagick Images): ImageMagick enabled by default.
2059
2060 2012-10-05 Chong Yidong <cyd@gnu.org>
2061
2062 * minibuf.texi (Basic Completion): Clarify list form of completion
2063 table (Bug#12564).
2064
2065 2012-10-05 Bruno Félix Rezende Ribeiro <oitofelix@gmail.com> (tiny change)
2066
2067 * functions.texi (Function Safety): Copyedit. (Bug#12562)
2068
2069 2012-10-01 Paul Eggert <eggert@cs.ucla.edu>
2070
2071 Revert the FOLLOW-SYMLINKS change for file-attributes.
2072 * files.texi (File Attributes, Magic File Names): Undo last change.
2073
2074 2012-09-30 Paul Eggert <eggert@cs.ucla.edu>
2075
2076 file-attributes has a new optional arg FOLLOW-SYMLINKS.
2077 * files.texi (File Attributes): Describe it.
2078 (Magic File Names): Use it.
2079
2080 2012-09-30 Chong Yidong <cyd@gnu.org>
2081
2082 * commands.texi (Click Events): Define "mouse position list".
2083 Remove mention of unimplemented horizontal scroll bars.
2084 (Drag Events, Motion Events): Refer to "mouse position list".
2085 (Accessing Mouse): Document posnp.
2086
2087 * errors.texi (Standard Errors): Tweak arith-error description.
2088 Tweak markup. Remove domain-error and friends, which seem to be
2089 unused after the floating-point code revamp.
2090
2091 * functions.texi (Defining Functions): defun is now a macro.
2092 (Obsolete Functions): Obsolescence also affects
2093 documentation commands. Various clarifications.
2094 (Declare Form): New node.
2095
2096 * strings.texi (String Basics): Copyedits.
2097
2098 * os.texi (Startup Summary): Document leim-list.el change.
2099 (User Identification): Add system-users and system-groups.
2100 (Idle Timers): Minor clarifications.
2101
2102 * macros.texi (Defining Macros): Move description of `declare' to
2103 Declare Form node.
2104
2105 * loading.texi (Autoload):
2106 * help.texi (Documentation Basics): The special sequences can
2107 trigger autoloading.
2108
2109 * numbers.texi (Integer Basics): Copyedits.
2110 (Float Basics): Consider IEEE floating point always available.
2111 (Random Numbers): Document actual limits.
2112 (Arithmetic Operations): Clarify division by zero. Don't mention
2113 the machine-independence of negative division since it does not
2114 happen in practice.
2115
2116 2012-09-28 Leo Liu <sdl.web@gmail.com>
2117
2118 * files.texi (Files): Fix typo.
2119
2120 2012-09-23 Chong Yidong <cyd@gnu.org>
2121
2122 * buffers.texi (Read Only Buffers): Document read-only-mode.
2123
2124 * keymaps.texi (Alias Menu Items): Replace toggle-read-only with
2125 read-only-mode.
2126
2127 * backups.texi (Auto-Saving): Refer to Minor Mode Conventions for
2128 calling conventions.
2129
2130 2012-09-22 Chong Yidong <cyd@gnu.org>
2131
2132 * searching.texi (Replacing Match): Minor clarification.
2133
2134 2012-09-22 Eli Zaretskii <eliz@gnu.org>
2135
2136 * edebug.texi (Instrumenting): Improve indexing.
2137
2138 * os.texi (Idle Timers): Warn against reinvoking an idle timer
2139 from within its own timer action. (Bug#12447)
2140
2141 2012-09-22 Chong Yidong <cyd@gnu.org>
2142
2143 * frames.texi (Pop-Up Menus): Minor clarification (Bug#11148).
2144
2145 2012-09-21 Glenn Morris <rgm@gnu.org>
2146
2147 * debugging.texi (Using Debugger): Fix typo.
2148
2149 2012-09-18 Chong Yidong <cyd@gnu.org>
2150
2151 * display.texi (Faces): Discuss anonymous faces.
2152 (Face Attributes): Tweak intro.
2153 (Defining Faces): Move after the Face Attributes node. Copyedits.
2154 (Displaying Faces): Describe role of inheritance.
2155
2156 * customize.texi (Customization): Define customization more
2157 carefully (Bug#11440).
2158 (Common Keywords): Add xref to Constant Variables.
2159
2160 * variables.texi (Defining Variables): Link to defcustom's node
2161 instead of the higher-level Customization chapter.
2162
2163 2012-09-11 Paul Eggert <eggert@cs.ucla.edu>
2164
2165 Simplify, document, and port floating-point (Bug#12381).
2166 * numbers.texi (Float Basics, Arithmetic Operations, Math Functions):
2167 Document that / and mod (with floating point arguments), along
2168 with asin, acos, log, log10, expt and sqrt, return special values
2169 instead of signaling exceptions.
2170 (Float Basics): Document that logb operates on the absolute value
2171 of its argument.
2172 (Math Functions): Document that (log ARG BASE) also returns NaN if
2173 BASE is negative. Document that (expt X Y) returns NaN if X is a
2174 finite negative number and Y a finite non-integer.
2175
2176 2012-09-09 Chong Yidong <cyd@gnu.org>
2177
2178 * lists.texi (Sets And Lists): Explain that the return value for
2179 delete should be used, like for delq.
2180
2181 * minibuf.texi (Yes-or-No Queries): Document recentering and
2182 scrolling in y-or-n-p. Remove gratuitous example.
2183
2184 * searching.texi (Search and Replace): Document window scrolling
2185 entries in query-replace-map.
2186
2187 2012-09-08 Chong Yidong <cyd@gnu.org>
2188
2189 * syntax.texi (Syntax Table Internals): Define "raw syntax
2190 descriptor" terminology (Bug#12383).
2191 (Syntax Descriptors): Mention raw syntax descriptors.
2192
2193 2012-09-07 Chong Yidong <cyd@gnu.org>
2194
2195 * variables.texi (Creating Buffer-Local): Fix description of
2196 local-variable-if-set-p (Bug#10713).
2197
2198 * eval.texi (Intro Eval): Add index entry for sexp (Bug#12233).
2199
2200 * windows.texi (Display Action Functions)
2201 (Choosing Window Options): Remove obsolete variable
2202 display-buffer-reuse-frames.
2203 (Switching Buffers): Minor doc tweak for switch-to-buffer.
2204
2205 * positions.texi (Narrowing): Document buffer-narrowed-p.
2206
2207 * markers.texi (Moving Markers): Add xref to Point (Bug#7151).
2208
2209 * syntax.texi (Low-Level Parsing): Add xref to Parser State
2210 (Bug#12269).
2211
2212 2012-09-04 Lars Ingebrigtsen <larsi@gnus.org>
2213
2214 * debugging.texi (Explicit Debug): Document `debug-on-message'.
2215
2216 2012-09-02 Chong Yidong <cyd@gnu.org>
2217
2218 * windows.texi (Window Configurations): Recommend against using
2219 save-window-excursion (Bug#12075).
2220
2221 * control.texi (Catch and Throw):
2222 * positions.texi (Excursions): Don't mention it.
2223
2224 2012-09-01 Paul Eggert <eggert@cs.ucla.edu>
2225
2226 Better seed support for (random).
2227 * numbers.texi (Random Numbers): Document new behavior of
2228 the calls (random) and (random STRING).
2229
2230 2012-08-21 Martin Rudalics <rudalics@gmx.at>
2231
2232 * windows.texi (Window Point): Document recent changes in
2233 window-point and set-window-point.
2234 (Selecting Windows): Document recent change in select-window.
2235
2236 2012-08-06 Eli Zaretskii <eliz@gnu.org>
2237
2238 * functions.texi (Closures): Put the main index entry for
2239 "closures" here. (Bug#12138)
2240
2241 * variables.texi (Lexical Binding): Disambiguate the index entry
2242 for "closures".
2243
2244 2012-08-05 Chong Yidong <cyd@gnu.org>
2245
2246 * display.texi (Defining Faces): Move documentation of
2247 frame-background-mode to the Emacs manual (Bug#7774).
2248
2249 2012-08-04 Chong Yidong <cyd@gnu.org>
2250
2251 * syntax.texi (Syntax Basics): Rearrange the text for clarity.
2252 Fix description of syntax table inheritance.
2253 (Syntax Table Functions): Don't refer to internal contents of
2254 syntax table, since that is not explained yet. Copyedits.
2255 (Standard Syntax Tables): Node deleted.
2256 (Syntax Table Internals): Misc clarifications. Improve table
2257 formatting.
2258
2259 * keymaps.texi (Inheritance and Keymaps):
2260 * text.texi (Sticky Properties): Tweak index entry.
2261
2262 2012-07-28 Eli Zaretskii <eliz@gnu.org>
2263
2264 * nonascii.texi (Character Sets): Fix a typo. (Bug#12062)
2265
2266 2012-07-25 Paul Eggert <eggert@cs.ucla.edu>
2267
2268 Prefer typical American spelling for "acknowledgment".
2269 * intro.texi (Acknowledgments): Rename from Acknowledgements.
2270
2271 2012-07-21 Eli Zaretskii <eliz@gnu.org>
2272
2273 * commands.texi (Special Events): Mention language-change event.
2274 (Input Events, Interactive Codes):
2275 * keymaps.texi (Key Sequences): Mention events that are
2276 non-keyboard but also non-mouse events.
2277
2278 2012-07-17 Chong Yidong <cyd@gnu.org>
2279
2280 * text.texi (Insertion): Document insert-char changes.
2281
2282 2012-07-15 Leo Liu <sdl.web@gmail.com>
2283
2284 * display.texi (Fringe Bitmaps): Add exclamation-mark.
2285
2286 2012-07-13 Chong Yidong <cyd@gnu.org>
2287
2288 * buffers.texi (Read Only Buffers): Document toggle-read-only
2289 changes. Reword to account for the fact that read-only is
2290 currently not supported in overlay properties.
2291
2292 2012-07-07 Chong Yidong <cyd@gnu.org>
2293
2294 * loading.texi (Library Search): Index site-lisp directories.
2295
2296 2012-07-06 Chong Yidong <cyd@gnu.org>
2297
2298 * intro.texi (A Sample Function Description): Fix incorrect
2299 markup, undoing previous change.
2300 (A Sample Variable Description): Minor clarifications and markup
2301 improvements.
2302
2303 * elisp.texi (Top):
2304 * text.texi (Text): Fix menu order.
2305
2306 2012-07-06 Richard Stallman <rms@gnu.org>
2307
2308 * intro.texi (Evaluation Notation, A Sample Function Description)
2309 (A Sample Variable Description): Improve/undo previous changes.
2310
2311 2012-07-05 Glenn Morris <rgm@gnu.org>
2312
2313 * intro.texi (A Sample Function Description): Fix cross-refs.
2314
2315 2012-07-05 Michael Witten <mfwitten@gmail.com> (tiny change)
2316
2317 * intro.texi (Evaluation Notation, A Sample Function Description)
2318 (A Sample Variable Description, Version Info): Copy edits (bug#11862).
2319
2320 2012-06-27 Chong Yidong <cyd@gnu.org>
2321
2322 * processes.texi (Asynchronous Processes, Input to Processes):
2323 * internals.texi (Process Internals): Don't capitalize "pty".
2324
2325 2012-06-24 Thien-Thi Nguyen <ttn@gnuvola.org>
2326
2327 * processes.texi (Asynchronous Processes): Make the pty vs pipe
2328 discussion more prominent.
2329
2330 2012-06-23 Eli Zaretskii <eliz@gnu.org>
2331
2332 * commands.texi (Misc Events): Document the language-change event.
2333
2334 2012-06-22 Paul Eggert <eggert@cs.ucla.edu>
2335
2336 Support higher-resolution time stamps (Bug#9000).
2337 * os.texi (Time of Day, Time Parsing, Processor Run Time, Idle Timers):
2338 * processes.texi (System Processes):
2339 Time stamp resolution is now picosecond, not microsecond.
2340
2341 2012-06-21 Glenn Morris <rgm@gnu.org>
2342
2343 * Makefile.in: Rename infodir to buildinfodir throughout. (Bug#11737)
2344
2345 2012-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
2346
2347 * functions.texi (Defining Functions):
2348 * macros.texi (Defining Macros): Un-define the return value of `defun',
2349 `defmacro' and `defalias'.
2350
2351 2012-06-17 Chong Yidong <cyd@gnu.org>
2352
2353 * elisp.texi: Remove urlcolor setting.
2354
2355 2012-06-17 Glenn Morris <rgm@gnu.org>
2356
2357 * display.texi (Face Attributes): Copyedits. Add a few cindex entries.
2358 Overlining no longer behaves exactly like underlining.
2359
2360 2012-06-16 Aurélien Aptel <aurelien.aptel@gmail.com>
2361
2362 * display.texi (Face Attributes):
2363 Document wave-style underline face attribute.
2364
2365 2012-06-11 Chong Yidong <cyd@gnu.org>
2366
2367 * display.texi (ImageMagick Images): ImageMagick now supports the
2368 :background property.
2369
2370 2012-06-10 Dmitry Antipov <dmantipov@yandex.ru>
2371
2372 * internals.texi (Garbage Collection): Typo fix.
2373
2374 2012-06-09 Chong Yidong <cyd@gnu.org>
2375
2376 * text.texi (Special Properties): Clarify the meaning of a list of
2377 faces in the `face' property.
2378
2379 * display.texi (Face Remapping): Minor clarification.
2380
2381 2012-06-08 Chong Yidong <cyd@gnu.org>
2382
2383 * display.texi (Face Attributes): Font family does not accept
2384 wildcards. De-document obsolete :bold and :italic attributes.
2385 (Defining Faces): Use new-style face spec format.
2386
2387 2012-06-08 Dmitry Antipov <dmantipov@yandex.ru>
2388
2389 * internals.texi (Garbage Collection): Document new
2390 vector management code and vectorlike_header structure.
2391
2392 2012-06-03 Chong Yidong <cyd@gnu.org>
2393
2394 * modes.texi (Mode Line Data): Use "mode line construct"
2395 terminology for consistency.
2396
2397 2012-05-27 Glenn Morris <rgm@gnu.org>
2398
2399 * abbrevs.texi, advice.texi, anti.texi, backups.texi:
2400 * buffers.texi, commands.texi, compile.texi, control.texi:
2401 * customize.texi, debugging.texi, display.texi, doclicense.texi:
2402 * edebug.texi, elisp.texi, errors.texi, eval.texi, files.texi:
2403 * frames.texi, functions.texi, gpl.texi, hash.texi, help.texi:
2404 * hooks.texi, index.texi, internals.texi, intro.texi, keymaps.texi:
2405 * lists.texi, loading.texi, macros.texi, maps.texi, markers.texi:
2406 * minibuf.texi, modes.texi, nonascii.texi, numbers.texi:
2407 * objects.texi, os.texi, package.texi, positions.texi:
2408 * processes.texi, searching.texi, sequences.texi, streams.texi:
2409 * strings.texi, symbols.texi, syntax.texi, text.texi, tips.texi:
2410 * variables.texi, windows.texi: Nuke hand-written node pointers.
2411
2412 2012-05-27 Chong Yidong <cyd@gnu.org>
2413
2414 * functions.texi (Obsolete Functions):
2415 Fix doc for set-advertised-calling-convention.
2416
2417 * modes.texi (Mode Help): Fix describe-mode.
2418
2419 * display.texi (Face Functions): Fix define-obsolete-face-alias.
2420
2421 * variables.texi (Variable Aliases): Fix make-obsolete-variable.
2422
2423 2012-05-27 Martin Rudalics <rudalics@gmx.at>
2424
2425 * commands.texi (Recursive Editing): recursive-edit is a command.
2426
2427 * compile.texi (Docs and Compilation):
2428 byte-compile-dynamic-docstrings is an option.
2429
2430 * debugging.texi (Invoking the Debugger): debug is a command.
2431
2432 * display.texi (Progress): progress-reporter-update and
2433 progress-reporter-force-update have VALUE argument optional.
2434 (Animated Images): Use non-@code{nil} instead of non-nil.
2435
2436 * files.texi (Format Conversion Round-Trip):
2437 Use non-@code{nil} instead of non-nil.
2438
2439 * frames.texi (Creating Frames): make-frame is a command.
2440 (Input Focus): select-frame is a command.
2441 (Pointer Shape): void-text-area-pointer is an option.
2442
2443 * help.texi (Describing Characters): read-kbd-macro is a command.
2444 (Help Functions): describe-prefix-bindings is a command.
2445
2446 * markers.texi (Creating Markers): Both arguments of copy-marker
2447 are optional.
2448
2449 * minibuf.texi (Reading File Names): Use @kbd instead of @code.
2450
2451 * modes.texi (Mode Line Variables): mode-line-remote and
2452 mode-line-client are not options.
2453 (Imenu): imenu-add-to-menubar is a command.
2454 (SMIE Indentation Helpers): Use non-@code{nil} instead of non-nil.
2455
2456 * os.texi (Sound Output): play-sound-file is a command.
2457
2458 * package.texi (Package Archives): Use @key{RET} instead of @kbd{RET}.
2459
2460 * processes.texi (Signals to Processes):
2461 Use @key{RET} instead of @code{RET}.
2462 (Signals to Processes): signal-process is a command.
2463
2464 * text.texi (Clickable Text): Use @key{RET} instead of @kbd{RET}.
2465 (Base 64): base64-encode-string is not a command while
2466 base64-decode-region is.
2467
2468 * windows.texi (Switching Buffers): pop-to-buffer is a command.
2469
2470 2012-05-12 Glenn Morris <rgm@gnu.org>
2471
2472 * Makefile.in (MKDIR_P): New, set by configure.
2473 (mkinfodir): Use $MKDIR_P.
2474
2475 2012-05-10 Glenn Morris <rgm@gnu.org>
2476
2477 * loading.texi (Loading Non-ASCII): Replace the obsolete "unibyte: t"
2478 with "coding: raw-text".
2479 Concept of multibyte sessions no longer exists.
2480
2481 * files.texi (File Locks): Mention create-lockfiles option.
2482
2483 2012-05-09 Glenn Morris <rgm@gnu.org>
2484
2485 * vol1.texi, vol2.texi: Remove files.
2486 * elisp.texi: Add VOL1,2 conditionals equivalent to vol1,2.texi
2487 * two-volume.make: Use elisp.texi as input rather than vol1,2.texi.
2488
2489 * Makefile.in (clean, mostlyclean): Add some more vol1/2 items.
2490
2491 * two-volume.make (emacsdir): New.
2492 (tex): Add directory with emacsver.texi to TEXINPUTS.
2493
2494 * minibuf.texi (Minibuffer History, Basic Completion):
2495 Tweak page breaks.
2496
2497 * internals.texi (Garbage Collection, Memory Usage)
2498 (Writing Emacs Primitives): Tweak page breaks.
2499
2500 * streams.texi (Output Variables): Improve page break.
2501
2502 * edebug.texi (Edebug Display Update): Improve page break.
2503
2504 * compile.texi (Disassembly): Condense the examples.
2505
2506 * eval.texi, functions.texi, loading.texi, macros.texi:
2507 Where possible, use example rather than smallexample.
2508
2509 * symbols.texi: Where possible, use example rather than smallexample.
2510 (Symbol Components): Fix typo.
2511 (Other Plists): Tweak page break.
2512
2513 * sequences.texi (Arrays): Tweak page breaks.
2514
2515 * customize.texi: Where possible, use example rather than smallexample.
2516 (Common Keywords, Variable Definitions, Applying Customizations)
2517 (Custom Themes): Tweak page breaks.
2518
2519 * control.texi: Where possible, use example rather than smallexample.
2520 (Sequencing, Conditionals, Signaling Errors, Handling Errors):
2521 Tweak page breaks.
2522
2523 2012-05-08 Glenn Morris <rgm@gnu.org>
2524
2525 * two.el: Remove; unused since creation of two-volume.make.
2526
2527 * vol1.texi, vol2.texi: No need to keep menus in these files.
2528
2529 2012-05-05 Glenn Morris <rgm@gnu.org>
2530
2531 * objects.texi (Process Type, Overlay Type): Tweak page-breaks.
2532
2533 * intro.texi (Caveats): Copyedit.
2534 (Lisp History): Convert inforef to xref.
2535 (Lisp History, Printing Notation, Version Info): Improve page-breaks.
2536
2537 * text.texi (Auto Filling): Don't mention Emacs 19.
2538
2539 * commands.texi (Event Input Misc): Don't mention unread-command-char.
2540 * numbers.texi (Predicates on Numbers): Don't mention Emacs 18.
2541
2542 * elisp.texi (DATE): Forgot to change the month in 2012-04-21 change.
2543
2544 * lists.texi (List-related Predicates, List Variables):
2545 Tweak page-breaks.
2546 (Sets And Lists): Convert inforef to xref.
2547
2548 2012-05-04 Glenn Morris <rgm@gnu.org>
2549
2550 * Makefile.in (INFO_EXT, INFO_OPTS): New, set by configure.
2551 (info, infoclean): Use $INFO_EXT.
2552 ($(infodir)/elisp$(INFO_EXT)): Use $INFO_EXT and $INFO_OPT.
2553 * makefile.w32-in (INFO_EXT, INFO_OPTS): New.
2554 (info, maintainer-clean): Use $INFO_EXT.
2555 ($(infodir)/elisp$(INFO_EXT)): Use $INFO_EXT and $INFO_OPT.
2556
2557 2012-05-04 Chong Yidong <cyd@gnu.org>
2558
2559 * os.texi (Timers): Use defopt for timer-max-repeats.
2560
2561 2012-05-03 Paul Eggert <eggert@cs.ucla.edu>
2562
2563 * os.texi (Time of Day): Do not limit current-time-string
2564 to years 1000..9999.
2565
2566 2012-05-02 Chong Yidong <cyd@gnu.org>
2567
2568 * display.texi (Font Lookup):
2569 * frames.texi (Pointer Shape):
2570 * processes.texi (Subprocess Creation): Use defopt for options.
2571
2572 2012-05-02 Glenn Morris <rgm@gnu.org>
2573
2574 * elisp.texi (@copying):
2575 * intro.texi (Introduction): Only print VERSION in the TeX version.
2576
2577 2012-05-02 Chong Yidong <cyd@gnu.org>
2578
2579 * text.texi (Change Hooks): Minor fix for after-change-functions.
2580
2581 2012-05-02 Glenn Morris <rgm@gnu.org>
2582
2583 * package.texi (Packaging Basics):
2584 * loading.texi (Autoload):
2585 * files.texi (Magic File Names):
2586 Reword to remove/reduce some overly long/short lines.
2587
2588 2012-04-27 Glenn Morris <rgm@gnu.org>
2589
2590 * elisp.texi, vol1.texi, vol2.texi: Some fixes for detailed menu.
2591 * modes.texi (Major Modes, Auto-Indentation):
2592 * buffers.texi (Buffers): Some fixes for menu descriptions.
2593
2594 2012-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
2595 * functions.texi (Simple Lambda, Argument List):
2596 * eval.texi (Function Indirection): Avoid deprecated form.
2597
2598 2012-04-27 Glenn Morris <rgm@gnu.org>
2599
2600 * book-spine.texi, elisp.texi, vol1.texi, vol2.texi:
2601 Add "et al." to authors.
2602
2603 * buffers.texi, commands.texi, compile.texi, control.texi:
2604 * customize.texi, display.texi, eval.texi, files.texi, frames.texi:
2605 * hash.texi, help.texi, intro.texi, keymaps.texi, lists.texi:
2606 * modes.texi, numbers.texi, objects.texi, streams.texi:
2607 * symbols.texi, syntax.texi, text.texi, tips.texi, variables.texi:
2608 Use Texinfo recommended convention for quotes+punctuation.
2609
2610 2012-04-27 Chong Yidong <cyd@gnu.org>
2611
2612 * keymaps.texi (Scanning Keymaps): Fix description of NO-REMAP arg
2613 to where-is-internal (Bug#10872).
2614
2615 2012-04-27 Glenn Morris <rgm@gnu.org>
2616
2617 * macros.texi (Indenting Macros): Fix typo.
2618
2619 * windows.texi (Basic Windows, Windows and Frames, Window Sizes)
2620 (Resizing Windows, Deleting Windows, Selecting Windows)
2621 (Choosing Window Options, Horizontal Scrolling)
2622 (Cyclic Window Ordering, Window History, Dedicated Windows)
2623 (Quitting Windows, Window Configurations, Textual Scrolling)
2624 (Coordinates and Windows, Window Configurations)
2625 (Window Parameters, Window Hooks): Copyedits.
2626 (Splitting Windows, Deleting Windows):
2627 Fix ignore-window-parameters logic.
2628 (Selecting Windows, Choosing Window Options): Markup fixes.
2629 (Window Start and End): Remove pointless example.
2630 Remove cross-reference to deleted count-lines content.
2631 (Textual Scrolling): Mention recenter-redisplay, recenter-top-bottom,
2632 and recenter-positions. Remove recenter example.
2633
2634 * elisp.texi, vol1.texi, vol2.texi: Bump VERSION and DATE.
2635
2636 * minibuf.texi (Intro to Minibuffers):
2637 Tweak discussion of resizing minibuffer window.
2638
2639 2012-04-26 Glenn Morris <rgm@gnu.org>
2640
2641 * elisp-covers.texi, front-cover-1.texi: Remove files.
2642
2643 * tindex.pl: Remove file.
2644
2645 * makefile.w32-in (srcs):
2646 * Makefile.in (srcs): Remove back.texi (which is unused).
2647
2648 2012-04-24 Michael Albinus <michael.albinus@gmx.de>
2649
2650 * os.texi (Notifications): Extend possible notification hints.
2651 Add notifications-get-capabilities.
2652
2653 2012-04-20 Chong Yidong <cyd@gnu.org>
2654
2655 * processes.texi (Asynchronous Processes): Mention nil argument to
2656 start-process.
2657
2658 2012-04-20 Glenn Morris <rgm@gnu.org>
2659
2660 * minibuf.texi (Basic Completion): No need to describe obarrays here.
2661 Don't mention obsolete `nospace' argument of all-completions.
2662 (Minibuffer Completion, Completion Commands, Reading File Names)
2663 (Completion Variables): Copyedits.
2664 (Completion Commands): Mention parent keymaps.
2665 Remove obsolete minibuffer-local-filename-must-match-map.
2666 (High-Level Completion): Remove read-variable's almost
2667 word-for-word duplication of read-command.
2668 * elisp.texi, vol1.texi, vol2.texi, minibuf.texi (Completion):
2669 Update "High-Level Completion" description.
2670
2671 * minibuf.texi (Minibuffers):
2672 * elisp.texi, vol1.texi, vol2.texi: Fix minibuffer subsection order.
2673
2674 * minibuf.texi: Standardize metasyntactic variables ("history", etc).
2675 Use Texinfo-recommended form of quote+punctuation.
2676 (Intro to Minibuffers): First minibuffer is #1, not #0.
2677 Mention minibuffer-inactive-mode.
2678 (Text from Minibuffer): Copyedits.
2679 (Minibuffer History, Programmed Completion): Fix @var usage.
2680 (Object from Minibuffer): Remove overly pedantic para.
2681 (Minibuffer History): Copyedits. Add face-name-history.
2682 (Initial Input, Yes-or-No Queries, Multiple Queries)
2683 (Minibuffer Windows, Minibuffer Misc): Copyedits.
2684 (Yes-or-No Queries): Tweak example.
2685 (Minibuffer Commands): Add next-complete-history-element.
2686 (Minibuffer Misc): Mention minibuffer-message-timeout, and
2687 minibuffer-inactive-mode.
2688
2689 * processes.texi (Serial Ports, Byte Packing, Bindat Spec)
2690 (Bindat Functions): Copyedits.
2691
2692 2012-04-20 Christopher Schmidt <christopher@ch.ristopher.com>
2693
2694 * files.texi (Saving Buffers): Document `visit and `visit-save'
2695 values of require-final-newline.
2696
2697 2012-04-20 Glenn Morris <rgm@gnu.org>
2698
2699 * processes.texi (Output from Processes, Filter Functions):
2700 Mention waiting-for-user-input-p.
2701 (Sentinels, Query Before Exit, System Processes, Transaction Queues)
2702 (Network Servers, Datagrams, Network Processes, Network Options)
2703 (Network Feature Testing, Serial Ports): Copyedits.
2704 (Network): Add encrypted network overview paragraph.
2705 Cross-reference the Emacs-GnuTLS manual. Use @acronym.
2706
2707 2012-04-20 Chong Yidong <cyd@gnu.org>
2708
2709 * help.texi (Keys in Documentation): Mention :advertised-binding.
2710
2711 * keymaps.texi (Menu Bar): Move most of the :advertised-binding
2712 description to help.texi.
2713
2714 2012-04-20 Glenn Morris <rgm@gnu.org>
2715
2716 * processes.texi (Process Information, Input to Processes)
2717 (Signals to Processes, Output from Processes, Process Buffers)
2718 (Filter Functions, Decoding Output): Copyedits.
2719 (Accepting Output): Discourage use of `millisec' argument.
2720
2721 2012-04-15 Glenn Morris <rgm@gnu.org>
2722
2723 * processes.texi (Processes, Subprocess Creation, Shell Arguments)
2724 (Synchronous Processes, Asynchronous Processes, Deleting Processes):
2725 Copyedits.
2726 (Subprocess Creation): Discourage modifying exec-path directly.
2727 (Synchronous Processes, Asynchronous Processes):
2728 Update some example output.
2729 (Process Information): Fix typo.
2730 (Bindat Spec): Use Texinfo-recommended form of quote+punctuation.
2731
2732 2012-04-15 Glenn Morris <rgm@gnu.org>
2733
2734 * anti.texi (Antinews): Copyedits. Don't @dfn anything here.
2735 open-network-stream does exist in Emacs 23, but is simpler.
2736
2737 2012-04-15 Chong Yidong <cyd@gnu.org>
2738
2739 * customize.texi (Custom Themes): Also document load-theme etc.
2740
2741 2012-04-14 Chong Yidong <cyd@gnu.org>
2742
2743 * customize.texi (Applying Customizations, Custom Themes): New nodes.
2744
2745 * display.texi (Defining Faces): Reference custom-set-faces.
2746
2747 * modes.texi (Defining Minor Modes, Defining Minor Modes):
2748 * os.texi (Startup Summary): Copyedits.
2749
2750 2012-04-14 Glenn Morris <rgm@gnu.org>
2751
2752 * loading.texi (Loading Non-ASCII): "unibyte:" can also be at the end.
2753
2754 * strings.texi (Case Tables):
2755 * objects.texi (General Escape Syntax):
2756 * keymaps.texi (Key Sequences): Use @acronym with "ASCII".
2757
2758 * buffers.texi, compile.texi, customize.texi, debugging.texi:
2759 * display.texi, edebug.texi, eval.texi, help.texi, intro.texi:
2760 * keymaps.texi, minibuf.texi, modes.texi, os.texi, processes.texi:
2761 * text.texi: Use @file for buffers, per the Texinfo manual.
2762
2763 * compile.texi (Compiler Errors): Add missing space in buffer name.
2764
2765 2012-04-14 Chong Yidong <cyd@gnu.org>
2766
2767 * processes.texi (Query Before Exit): Remove obsolete function
2768 process-kill-without-query (Bug#11190).
2769
2770 2012-04-14 Glenn Morris <rgm@gnu.org>
2771
2772 * files.texi, frames.texi, loading.texi, os.texi, processes.texi:
2773 Use @env for environment variables.
2774
2775 * Makefile.in: Replace non-portable use of $< in ordinary rules.
2776
2777 2012-04-12 Jari Aalto <jari.aalto@cante.net>
2778
2779 * processes.texi (Synchronous Processes):
2780 Mention `default-directory' (bug#7515).
2781
2782 2012-04-09 Chong Yidong <cyd@gnu.org>
2783
2784 * customize.texi (Variable Definitions): Remove user-variable-p.
2785
2786 * commands.texi (Interactive Codes):
2787 * help.texi (Accessing Documentation):
2788 * minibuf.texi (High-Level Completion): Callers changed.
2789
2790 2012-04-06 Chong Yidong <cyd@gnu.org>
2791
2792 * minibuf.texi (Programmed Completion): Document metadata method.
2793 (Completion Variables): Document completion-category-overrides.
2794
2795 2012-04-05 Chong Yidong <cyd@gnu.org>
2796
2797 * anti.texi (Antinews): Rewrite for Emacs 23.
2798
2799 2012-04-04 Chong Yidong <cyd@gnu.org>
2800
2801 * minibuf.texi (Programmed Completion): Remove obsolete variable
2802 completion-annotate-function.
2803 (Completion Variables): Rename from Completion Styles.
2804 Document completion-extra-properties. Document completion-styles-alist
2805 change.
2806 (Reading File Names): minibuffer-local-filename-must-match-map is
2807 not used anymore.
2808 (Minibuffer Completion): Document completing-read-function.
2809 (Completion in Buffers): completion-at-point-functions can return
2810 properties recognized in completion-extra-properties.
2811
2812 * display.texi (Delayed Warnings): New node.
2813
2814 * os.texi (Notifications): Copyedits.
2815
2816 2012-04-04 Glenn Morris <rgm@gnu.org>
2817
2818 * os.texi (Notifications): Copyedits.
2819
2820 2012-04-03 Michael Albinus <michael.albinus@gmx.de>
2821
2822 * os.texi (Terminal-Specific): Fix typo.
2823 (Notifications): New section.
2824
2825 * elisp.texi (Top):
2826 * vol1.texi (Top):
2827 * vol2.texi (Top): Add "Notifications" and "Dynamic Libraries"
2828 menu entries.
2829
2830 2012-04-01 Chong Yidong <cyd@gnu.org>
2831
2832 * files.texi (Kinds of Files): file-subdir-of-p renamed to
2833 file-in-directory-p.
2834
2835 2012-03-31 Glenn Morris <rgm@gnu.org>
2836
2837 * edebug.texi (Instrumenting Macro Calls):
2838 Mention defining macros at instrumentation time.
2839 (Edebug Options): Mention edebug-unwrap-results.
2840
2841 2012-03-31 Eli Zaretskii <eliz@gnu.org>
2842
2843 * text.texi (Special Properties): Clarify the description of the
2844 effect of integer values of the 'cursor' property on cursor
2845 position. See the discussions in bug#11068 for more details and
2846 context.
2847
2848 2012-03-31 Glenn Morris <rgm@gnu.org>
2849
2850 * edebug.texi (Edebug Eval, Specification List, Edebug Options):
2851 Copyedits.
2852
2853 2012-03-30 Chong Yidong <cyd@gnu.org>
2854
2855 * display.texi (Image Formats): Add imagemagick type.
2856 (Image Descriptors): Mention how they are used.
2857 (ImageMagick Images): Clarify role of imagemagick-register-types.
2858 (Character Display): Don't mention glyph tables.
2859 (Display Tables): Use make-glyph-code in example.
2860 (Glyphs): Avoid "simple glyph code" terminology. Note that glyph
2861 tables are semi-obsolete. De-document create-glyph.
2862 (Glyphless Chars): Note that display tables override this.
2863 (Bidirectional Display): Copyedits. Introduce "bidirectional
2864 reordering" terminology, and use it.
2865
2866 2012-03-30 Glenn Morris <rgm@gnu.org>
2867
2868 * edebug.texi (Jumping): Give name of `i' binding.
2869
2870 2012-03-28 Glenn Morris <rgm@gnu.org>
2871
2872 * searching.texi (Regular Expressions, Regexp Special)
2873 (Regexp Backslash, Regexp Example, Regexp Functions, Regexp Search)
2874 (Simple Match Data, Saving Match Data, Standard Regexps): Copyedits.
2875 (Regexp Special): Mention collation.
2876 Clarify char classes with an example.
2877 (Regexp Functions): Mention regexp-opt is not guaranteed.
2878 Mention regexp-opt-charset.
2879 (Regexp Search): Recommend against looking-back.
2880 (Search and Replace): Use Texinfo recommended quote convention.
2881 Add more query-replace-map items. List multi-query-replace-map items.
2882
2883 2012-03-27 Martin Rudalics <rudalics@gmx.at>
2884
2885 * windows.texi (Window History): Describe new option
2886 switch-to-visible-buffer.
2887
2888 2012-03-27 Glenn Morris <rgm@gnu.org>
2889
2890 * searching.texi (String Search): Add xref to Emacs manual.
2891 Copyedits. Mention the function word-search-regexp.
2892 (Searching and Case): Add xref to Emacs manual. Copyedits.
2893
2894 * processes.texi (Network Servers): Standardize apostrophe usage.
2895
2896 * os.texi (System Environment): Copyedits. Remove some examples
2897 that do not seem useful. Mention setenv third arg.
2898 tty-erase-char does not seem to be nil under a window-system.
2899 (User Identification): Copyedits.
2900 Remove some examples that do not seem useful.
2901
2902 2012-03-26 Glenn Morris <rgm@gnu.org>
2903
2904 * os.texi (Startup Summary): Copyedits. Fix startup screen logic.
2905 (Init File): Copyedits.
2906 (Command-Line Arguments): Copyedits. Do not mention argv alias.
2907 (Killing Emacs): Copyedits.
2908 (Suspending Emacs): Copyedits. Mention not very relevant with GUIs.
2909 Shorten the example, use more standard shell prompts.
2910
2911 2012-03-25 Chong Yidong <cyd@gnu.org>
2912
2913 * display.texi (Fringes): Note that fringes are shown on graphical
2914 displays only.
2915 (Fringe Size/Pos, Fringe Bitmaps, Making Buttons): Clarifications.
2916 (Replacing Specs): Clarify example.
2917 (Manipulating Buttons): Note that button-at can return a marker.
2918 (Buttons): Minor rewrite.
2919 (Character Display): New node. Consolidate all character display
2920 related nodes into its subsections.
2921 (Usual Display): Character 127 is also affected by ctl-arrow.
2922 (Display Tables): Improve example.
2923
2924 2012-03-22 Glenn Morris <rgm@gnu.org>
2925
2926 * strings.texi (Text Comparison): Mention string-prefix-p.
2927
2928 2012-03-21 Chong Yidong <cyd@gnu.org>
2929
2930 * display.texi (The Echo Area): Add xref to Output Streams.
2931 (Displaying Messages): Improve doc of message.
2932 (Echo Area Customization, Invisible Text): Copyedits.
2933 (Invisible Text): Mention that spec comparison is done with eq.
2934 (Width): Improve doc of char-width.
2935 (Faces): Recommend using symbol instead of string for face name.
2936 Minor clarifications.
2937 (Defining Faces): Copyedits. Update face example.
2938 (Attribute Functions): Mark set-face-foreground etc as commands.
2939 (Face Remapping): Mention text-scale-adjust.
2940 Clarify face-remapping-alist and related docs.
2941 (Face Functions): Don't document make-face or copy-face.
2942
2943 2012-03-20 Chong Yidong <cyd@gnu.org>
2944
2945 * display.texi (Forcing Redisplay): Various rewrites to reflect
2946 new value of redisplay-dont-pause.
2947 (Truncation): Copyedits.
2948
2949 2012-03-20 Glenn Morris <rgm@gnu.org>
2950
2951 * os.texi (Startup Summary): Don't mention initial-buffer-choice = t.
2952 Add summary table of some relevant command-line options.
2953
2954 2012-03-18 Chong Yidong <cyd@gnu.org>
2955
2956 * internals.texi (Building Emacs, Garbage Collection): Copyedits.
2957 (Writing Emacs Primitives): Re-organize discussion of functions
2958 with variable Lisp arguments are handled. Delete an obsolete
2959 remark, previously tagged as FIXME.
2960
2961 * os.texi (Idle Timers): Minor clarification.
2962 (Idle Timers): Link to Time of Day for description of time list.
2963
2964 2012-03-18 Glenn Morris <rgm@gnu.org>
2965
2966 * os.texi (System Interface): Flow control was removed.
2967 (Startup Summary): General update.
2968 (Init File): Don't mention compiling it.
2969
2970 2012-03-17 Chong Yidong <cyd@gnu.org>
2971
2972 * os.texi (Startup Summary): Mention package loading.
2973 (Init File): Don't refer to .emacs in section title. Copyedits.
2974 (Terminal-Specific): Give a realistic example.
2975 (Command-Line Arguments): Reference Entering Emacs instead of
2976 repeating the spiel about not restarting Emacs.
2977 (Time of Day): Discuss time representation at beginning of node.
2978 (Sound Output): Copyedits.
2979
2980 * package.texi (Packaging Basics): Document package-initialize.
2981
2982 2012-03-17 Eli Zaretskii <eliz@gnu.org>
2983
2984 * frames.texi (Initial Parameters): Add an index entry for
2985 minibuffer-only frame.
2986
2987 2012-03-16 Glenn Morris <rgm@gnu.org>
2988
2989 * modes.texi (Major Mode Conventions): Mention the strange
2990 relationship between View mode and special modes. (Bug#10650)
2991
2992 2012-03-11 Chong Yidong <cyd@gnu.org>
2993
2994 * windows.texi (Window Configurations): save-window-excursion is
2995 now a macro.
2996
2997 * display.texi (Temporary Displays): with-output-to-temp-buffer is
2998 now a macro.
2999
3000 * text.texi (Fields): Minor copyedit.
3001
3002 2012-03-10 Eli Zaretskii <eliz@gnu.org>
3003
3004 * strings.texi (String Basics):
3005 * sequences.texi (Sequence Functions): Mention that `length' is
3006 not appropriate for computing the string width on display; add a
3007 cross-reference to the description of `string-width'. (Bug#10978)
3008
3009 * eval.texi (Autoloading): Minor change of wording.
3010
3011 2012-03-10 Chong Yidong <cyd@gnu.org>
3012
3013 * loading.texi (Autoload): Explicitly state which forms are
3014 processed specially (Bug#7783).
3015
3016 * keymaps.texi (Mouse Menus): Describe non-toolkit behavior as the
3017 non-default situation. Describe one-submenu exception (Bug#7695).
3018
3019 * nonascii.texi (Character Properties): Copyedits.
3020
3021 2012-03-08 Chong Yidong <cyd@gnu.org>
3022
3023 * text.texi (Mode-Specific Indent): Document new behavior of
3024 indent-for-tab-command. Document tab-always-indent.
3025 (Special Properties): Copyedits.
3026 (Checksum/Hash): Improve secure-hash doc. Do not recommend MD5.
3027 (Parsing HTML/XML): Rename from Parsing HTML. Update doc of
3028 libxml-parse-html-region.
3029
3030 2012-03-07 Glenn Morris <rgm@gnu.org>
3031
3032 * markers.texi (The Region): Briefly mention use-empty-active-region
3033 and region-active-p.
3034 (Overview of Markers): Reword garbage collection, add cross-ref.
3035 (The Mark): Tiny clarification re command loop and activate-mark-hook.
3036
3037 2012-03-07 Chong Yidong <cyd@gnu.org>
3038
3039 * text.texi (Buffer Contents): Don't duplicate explanation of
3040 region arguments from Text node. Put doc of obsolete var
3041 buffer-substring-filters back, since it is referred to.
3042 (Low-Level Kill Ring): Yank now uses clipboard instead of primary
3043 selection by default.
3044
3045 * markers.texi (The Mark): Fix typo.
3046 (The Region): Copyedits.
3047
3048 2012-03-07 Glenn Morris <rgm@gnu.org>
3049
3050 * markers.texi (Overview of Markers): Copyedits.
3051 (Creating Markers): Update approximate example buffer size.
3052 (The Mark): Don't mention uninteresting return values.
3053
3054 2012-03-05 Chong Yidong <cyd@gnu.org>
3055
3056 * positions.texi (Text Lines): Document count-words.
3057
3058 2012-03-04 Chong Yidong <cyd@gnu.org>
3059
3060 * frames.texi (Frames): Remove little-used "terminal frame" and
3061 "window frame" terminology.
3062 (Frame Parameters, Font and Color Parameters, Initial Parameters)
3063 (Size and Position, Visibility of Frames): Callers changed.
3064 (Frames): Clarify which terminals in framep are graphical.
3065 (Initial Parameters): --geometry is not the only option which adds
3066 to initial-frame-alist.
3067 (Position Parameters): Note that icon-left and icon-top are for
3068 old window managers only.
3069 (Size Parameters): Sizes are in characters even on graphical
3070 displays.
3071 (Management Parameters): Note that window-id and outer-window-id
3072 can't really be changed, and that auto-raise isn't always obeyed.
3073 (Cursor Parameters): Document cursor-type explicitly.
3074 (Size and Position): The aliases set-screen-height and
3075 set-screen-width have been deleted.
3076 (Visibility of Frames): Mention "minimization".
3077
3078 * os.texi (Startup Summary): Minor clarifications.
3079 (Startup Summary, Suspending Emacs): Standardize on "text
3080 terminal" terminology.
3081
3082 * windows.texi (Basic Windows, Coordinates and Windows)
3083 (Coordinates and Windows):
3084 * display.texi (Refresh Screen, Line Height, Face Attributes)
3085 (Overlay Arrow, Beeping, Glyphless Chars): Likewise.
3086
3087 2012-03-04 Glenn Morris <rgm@gnu.org>
3088
3089 * abbrevs.texi: Small copyedits throughout.
3090 (Abbrev Mode): Remove this section, folding it into the top-level.
3091 (Abbrev Tables): Don't mention irrelevant return values.
3092 (Abbrev Expansion): Add cross-ref for wrapper hooks.
3093 (Standard Abbrev Tables): Emacs Lisp mode now has its own table.
3094 (Abbrev Table Properties): Update nil :regexp description.
3095
3096 2012-03-03 Glenn Morris <rgm@gnu.org>
3097
3098 * internals.texi: Change @appendix section commands to @section.
3099 (Building Emacs): Say less about CANNOT_DUMP platforms.
3100 Replace deleted eval-at-startup with custom-initialize-delay.
3101 (Pure Storage): Small changes.
3102 (Memory Usage): Copyedit.
3103 (Writing Emacs Primitives): Update Fcoordinates_in_window_p and For
3104 example definitions. Give examples of things with non-nil
3105 interactive args. Mention eval_sub. Remove old info about
3106 strings and GCPRO. Mention cus-start.el.
3107 (Buffer Internals, Window Internals, Process Internals):
3108 Misc small updates and fixes for fields.
3109
3110 * tips.texi: Copyedits.
3111 (Coding Conventions): Mention autoloads.
3112 Combine partially duplicated macro items. Fix xref.
3113 Refer to Library Headers for copyright notice.
3114 (Programming Tips): edit-options is long-obsolete.
3115 (Compilation Tips): Mention loading bytecomp for byte-compile props.
3116 (Warning Tips): Mention declare-function.
3117 (Documentation Tips): Remove old info.
3118 (Comment Tips): Mention comment-dwim, not indent-for-comment.
3119 (Library Headers): General update.
3120
3121 2012-03-02 Glenn Morris <rgm@gnu.org>
3122
3123 * backups.texi (Reverting): Un-duplicate revert-buffer-in-progress-p,
3124 and relocate entry. Mention buffer-stale-function.
3125
3126 * elisp.texi, vol1.texi, vol2.texi: Standardize some menu entries.
3127
3128 * hooks.texi (Standard Hooks): General update.
3129 Put related hooks together. Add and remove items.
3130 * commands.texi (Keyboard Macros): Remove cross-ref to Standard Hooks.
3131 * modes.texi (Hooks): Tweak cross-ref description.
3132
3133 2012-03-01 Michael Albinus <michael.albinus@gmx.de>
3134
3135 * files.texi (Kinds of Files): The return value of file-equal-p is
3136 unspecified, if FILE1 or FILE2 does not exist.
3137
3138 2012-03-01 Glenn Morris <rgm@gnu.org>
3139
3140 * hooks.texi (Standard Hooks): Remove mode-specific hooks.
3141
3142 * maps.texi (Standard Keymaps): General update.
3143 Remove mode-specific maps, talk about the more general keymaps.
3144 * help.texi (Help Functions): Add vindex for Helper-help-map.
3145 * keymaps.texi (Active Keymaps): Minor rephrasing.
3146
3147 2012-02-29 Glenn Morris <rgm@gnu.org>
3148
3149 * elisp.texi, vol1.texi, vol2.texi: Use "" quotes in menus.
3150
3151 2012-02-28 Thierry Volpiatto <thierry.volpiatto@gmail.com>
3152
3153 * files.texi (Kinds of Files): Rename files-equal-p to file-equal-p.
3154 Update changed behavior of file-subdir-of-p.
3155
3156 2012-02-28 Glenn Morris <rgm@gnu.org>
3157
3158 * advice.texi, anti.texi, display.texi, elisp.texi:
3159 * processes.texi, variables.texi, vol1.texi, vol2.texi:
3160 Standardize possessive apostrophe usage.
3161
3162 * locals.texi: Remove file.
3163 * elisp.texi, vol1.texi, vol2.texi: Don't include locals.texi.
3164 Remove menu entry.
3165 * errors.texi, maps.texi: Adjust node pointers.
3166 * internals.texi (Buffer Internals): Remove cross-refs to locals.texi.
3167 * makefile.w32-in (srcs):
3168 * Makefile.in (srcs): Remove locals.texi.
3169
3170 * frames.texi (Mouse Position): Fix cross-ref.
3171
3172 2012-02-27 Chong Yidong <cyd@gnu.org>
3173
3174 * buffers.texi (Creating Buffers): Clarify that
3175 generate-new-buffer uses generate-new-buffer-names.
3176 (Killing Buffers): Remove bogus example duplicating buffer-live-p.
3177
3178 * files.texi (Directory Names): Index entry for file name abbreviations.
3179 (Relative File Names, File Name Expansion): Refer to it.
3180 (Locating Files): Move locate-user-emacs-file documentation to
3181 Standard File Names.
3182 (Standard File Names): Add locate-user-emacs-file; update examples.
3183
3184 2012-02-26 Michael Albinus <michael.albinus@gmx.de>
3185
3186 * files.texi (Magic File Names): Add files-equal-p and file-subdir-of-p.
3187
3188 2012-02-26 Chong Yidong <cyd@gnu.org>
3189
3190 * files.texi (Kinds of Files): Improve documentation of
3191 files-equal-p and file-subdir-of-p.
3192
3193 2012-02-26 Glenn Morris <rgm@gnu.org>
3194
3195 * intro.texi (Acknowledgements): Small changes.
3196
3197 2012-02-25 Glenn Morris <rgm@gnu.org>
3198
3199 * errors.texi: Don't try to list _all_ the error symbols.
3200 Add circular-list, cl-assertion-failed, compression-error.
3201 * elisp.texi, vol1.texi, vol2.texi:
3202 * control.texi (Error Symbols): Tweak "Standard Errors" description.
3203
3204 2012-02-25 Thierry Volpiatto <thierry.volpiatto@gmail.com>
3205
3206 * files.texi (files-equal-p, file-subdir-of-p): New,
3207 add initial documentation.
3208
3209 2012-02-25 Chong Yidong <cyd@gnu.org>
3210
3211 * files.texi (File Attributes): Document file-selinux-context.
3212 (Changing Files): Link to it.
3213 (Changing Files): Document set-file-selinux-context.
3214
3215 * backups.texi (Making Backups): Return value of backup-buffer is
3216 changed. Mention default value of backup-directory-alist.
3217 (Rename or Copy): Note that backup-by-copying-when-mismatch is t.
3218 (Auto-Saving): New minor mode behavior for auto-save-mode.
3219 (Reverting): Add defvar for revert-buffer-in-progress-p.
3220
3221 * searching.texi (Regexp Backslash): Add index entry (Bug#10869).
3222
3223 2012-02-24 Glenn Morris <rgm@gnu.org>
3224
3225 * errors.texi (Standard Errors): Mention dbus-error.
3226 For arith-error sub-classes, just use one cross-ref.
3227
3228 2012-02-23 Alan Mackenzie <acm@muc.de>
3229
3230 * modes.texi (Defining Minor Modes): Document the new keyword
3231 :after-hook.
3232
3233 2012-02-21 Chong Yidong <cyd@gnu.org>
3234
3235 * files.texi (Files): Mention magic file names as arguments.
3236 (Reading from Files): Copyedits.
3237 (File Attributes): Mention how to change file modes.
3238 (Changing Files): Use standard "file permissions" terminology.
3239 Add xref to File Attributes node.
3240 (Locating Files): Document locate-user-emacs-file.
3241 (Unique File Names): Recommend against using make-temp-name.
3242
3243 2012-02-19 Chong Yidong <cyd@gnu.org>
3244
3245 * help.texi (Documentation, Documentation Basics, Help Functions):
3246 Minor clarifications.
3247 (Accessing Documentation): Clarify what documentation-property is
3248 for. Add xref to Keys in Documentation.
3249
3250 * tips.texi (Documentation Tips): Don't recommend using * in
3251 docstrings.
3252
3253 * macros.texi (Defining Macros):
3254 * modes.texi (Derived Modes): Say "documentation string" instead
3255 of docstring.
3256
3257 2012-02-18 Chong Yidong <cyd@gnu.org>
3258
3259 * modes.texi (Tabulated List Mode): New node.
3260 (Basic Major Modes): Add xref to it.
3261
3262 * processes.texi (Process Information): Mention Process Menu mode.
3263
3264 2012-02-17 Chong Yidong <cyd@gnu.org>
3265
3266 * syntax.texi (Motion via Parsing): Doc fix for scan-lists.
3267
3268 2012-02-17 Glenn Morris <rgm@gnu.org>
3269
3270 * hooks.texi (Standard Hooks): Fix cross-ref to Emacs manual.
3271
3272 2012-02-16 Chong Yidong <cyd@gnu.org>
3273
3274 * syntax.texi (Syntax Tables, Syntax Descriptors)
3275 (Syntax Table Functions): Copyedits.
3276 (Syntax Basics): Don't repeat the material in the preceding node.
3277 (Syntax Class Table): Use a table.
3278 (Syntax Properties): Document syntax-propertize-function and
3279 syntax-propertize-extend-region-functions.
3280 (Motion via Parsing): Clarify scan-lists. Fix indentation.
3281 (Parser State): Update for the new "c" comment style.
3282 Fix description of item 7 (comment style).
3283
3284 * modes.texi (Minor Modes): Update how mode commands should treat
3285 arguments now.
3286 (Mode Line Basics): Clarify force-mode-line-update.
3287 (Mode Line Top): Note that the example is not realistic.
3288 (Mode Line Variables, Mode Line Data, %-Constructs, Header Lines)
3289 (Emulating Mode Line): Use "mode line" instead of "mode-line", and
3290 "mode line construct" instead of "mode line specification".
3291 (Syntactic Font Lock): Remove mention of obsolete variable
3292 font-lock-syntactic-keywords.
3293 (Setting Syntax Properties): Node deleted.
3294 (Font Lock Mode): Note that Font Lock mode is a minor mode.
3295 (Font Lock Basics): Note that syntactic fontification falls back
3296 on `syntax-table'.
3297 (Search-based Fontification): Emphasize that font-lock-keywords
3298 should not be set directly.
3299 (Faces for Font Lock): Avoid some confusing terminology.
3300 (Syntactic Font Lock): Minor clarifications. Add xref to
3301 Syntactic Font Lock node.
3302
3303 2012-02-15 Chong Yidong <cyd@gnu.org>
3304
3305 * minibuf.texi (Basic Completion): Define "completion table".
3306 Move completion-in-region to Completion in Buffers node.
3307 (Completion Commands): Use "completion table" terminology.
3308 (Completion in Buffers): New node.
3309
3310 * modes.texi (Hooks): add-hook can be used for abnormal hooks too.
3311 (Setting Hooks): Update minor mode usage example.
3312 (Major Mode Conventions): Note that completion-at-point-functions
3313 should be altered locally. Add xref to Completion in Buffers.
3314 Remove duplicate tip about auto-mode-alist.
3315 (Minor Modes): Rewrite introduction.
3316 (Minor Mode Conventions): Copyedits. Don't recommend
3317 variable-only minor modes since few minor modes are like that.
3318
3319 2012-02-15 Glenn Morris <rgm@gnu.org>
3320
3321 * processes.texi (Network): Document open-network-stream :parameters.
3322
3323 2012-02-14 Chong Yidong <cyd@gnu.org>
3324
3325 * keymaps.texi (Format of Keymaps): The CACHE component of keymaps
3326 was removed on 2009-09-10. Update lisp-mode-map example.
3327 (Inheritance and Keymaps): Minor clarification.
3328 (Searching Keymaps): Remove out-of-place enumeration.
3329 (Key Lookup): Remove unnecessary example (one was already given in
3330 Format of Keymaps).
3331 (Changing Key Bindings): Update suppress-keymap example.
3332 (Menu Bar, Tool Bar): Copyedits.
3333 (Tool Bar): Update tool-bar-map example.
3334
3335 2012-02-12 Chong Yidong <cyd@gnu.org>
3336
3337 * debugging.texi (Debugger Commands): Continuing is now allowed
3338 for errors.
3339
3340 2012-02-11 Chong Yidong <cyd@gnu.org>
3341
3342 * display.texi (Fringe Indicators): Add xref to Fringe Bitmaps.
3343 Move the list of standard bitmaps there.
3344 (Fringe Cursors): Rewrite for clarity.
3345 (Fringe Bitmaps): Consolidate the list of standard bitmaps here.
3346
3347 * commands.texi (Command Overview): Mention read-key.
3348 (Using Interactive, Interactive Call): Minor clarifications.
3349 (Function Keys, Click Events): Avoid "input stream" terminology.
3350 (Click Events): Add xref to Window Sizes and Accessing Mouse.
3351 Clarify column and row components.
3352 (Accessing Mouse): Add xref to Click Events. Minor fixes.
3353 (Special Events): Copyedits.
3354
3355 * streams.texi (Input Streams): De-document get-file-char.
3356 (Output Variables): Don't refer to old backquote syntax.
3357
3358 * debugging.texi (Debugging): Copyedits. Describe testcover, ERT.
3359 (Error Debugging): Note that debug-ignored-errors overrides list
3360 values of debug-on-error too. Add xref to Signaling Errors.
3361 Note that debug-on-signal is not customizable.
3362 Mention condition-case-unless-debug.
3363 (Compilation Errors): Node deleted.
3364
3365 * compile.texi (Compiler Errors): Move a paragraph here from
3366 deleted node Compilation Errors.
3367
3368 2012-02-10 Leo Liu <sdl.web@gmail.com>
3369
3370 * control.texi (Handling Errors): Change condition-case-no-debug
3371 to condition-case-unless-debug.
3372
3373 2012-02-10 Chong Yidong <cyd@gnu.org>
3374
3375 * advice.texi (Defining Advice): Clarify ad-unadvise.
3376 (Activation of Advice): Specifying the ACTIVATE flag in defadvice
3377 is not abnormal.
3378 (Advising Primitives): Node deleted; ad-define-subr-args has been
3379 removed.
3380
3381 * compile.texi (Speed of Byte-Code): Use float-time in example.
3382 (Compilation Functions): Note that the log uses Compilation mode.
3383 Don't discuss the contents of byte-code function object here.
3384 (Compilation Functions): De-document internal function byte-code.
3385 (Docs and Compilation): Minor clarifications.
3386
3387 * objects.texi (Byte-Code Type): Add xref to Byte-Code Function
3388 Objects.
3389
3390 2012-02-10 Glenn Morris <rgm@gnu.org>
3391
3392 * text.texi (Checksum/Hash): Rename node from MD5 Checksum.
3393 Mention secure-hash.
3394 * elisp.texi, vol1.texi, vol2.texi: Update menu entry.
3395
3396 2012-02-10 Chong Yidong <cyd@gnu.org>
3397
3398 * loading.texi (Loading): Don't emphasize "library" terminology.
3399 (Library Search): load-path is not a user option. Mention role of
3400 -L option and packages. Improve examples.
3401 (Loading Non-ASCII): Don't mention unibyte Emacs, which is
3402 obsolete.
3403 (Autoload): Minor clarifications.
3404
3405 2012-02-10 Glenn Morris <rgm@gnu.org>
3406
3407 * files.texi (Magic File Names): Tweak remote-file-name-inhibit-cache.
3408
3409 * modes.texi (Basic Major Modes): Mention tabulated-list-mode.
3410
3411 2012-02-08 Glenn Morris <rgm@gnu.org>
3412
3413 * loading.texi (Named Features): Update the require example.
3414
3415 2012-02-07 Glenn Morris <rgm@gnu.org>
3416
3417 * modes.texi (Defining Minor Modes):
3418 Expand on args of defined minor modes.
3419
3420 2012-02-07 Chong Yidong <cyd@gnu.org>
3421
3422 * variables.texi (Creating Buffer-Local): Minor clarification
3423 to buffer-local-variables doc (Bug#10715).
3424
3425 2012-02-07 Glenn Morris <rgm@gnu.org>
3426
3427 * display.texi (ImageMagick Images): General update.
3428 Move most details of imagemagick-render-type to the variable's doc.
3429
3430 2012-02-06 Glenn Morris <rgm@gnu.org>
3431
3432 * keymaps.texi (Tool Bar): Mention separators.
3433 (Inheritance and Keymaps):
3434 Mention make-composed-keymap and multiple inheritance.
3435
3436 * modes.texi (Running Hooks): Mention run-hook-wrapped.
3437
3438 * control.texi (Handling Errors):
3439 Mention condition-case-no-debug and with-demoted-errors.
3440
3441 2012-02-05 Chong Yidong <cyd@gnu.org>
3442
3443 * customize.texi (Common Keywords): Minor clarifications.
3444 Document custom-unlispify-remove-prefixes.
3445 (Variable Definitions): Backquotes in defcustom seem to work fine
3446 now. Various other copyedits.
3447 (Simple Types): Copyedits. Document color selector.
3448 (Composite Types): Copyedits.
3449 (Splicing into Lists): Clarifications.
3450
3451 * eval.texi (Backquote): Move from macros.texi.
3452
3453 * macros.texi (Expansion): Minor clarification.
3454 (Backquote): Move node to eval.texi.
3455 (Defining Macros): Move an example from Backquote node.
3456 (Argument Evaluation): No need to mention Pascal.
3457 (Indenting Macros): Add xref to Defining Macros.
3458
3459 2012-02-05 Glenn Morris <rgm@gnu.org>
3460
3461 * debugging.texi (Error Debugging): Mention debug-on-event default.
3462
3463 2012-02-04 Glenn Morris <rgm@gnu.org>
3464
3465 * backups.texi (Reverting): Mention revert-buffer-in-progress-p.
3466
3467 * debugging.texi (Error Debugging): Mention debug-on-event.
3468 * commands.texi (Misc Events): Mention sigusr1,2 and debugging.
3469
3470 * modes.texi (Running Hooks): Try to clarify with-wrapper-hook.
3471
3472 * text.texi (Buffer Contents):
3473 Update filter-buffer-substring description.
3474
3475 2012-02-04 Chong Yidong <cyd@gnu.org>
3476
3477 * functions.texi (What Is a Function): Add closures.
3478 Mention "return value" terminology. Add xref for command-execute.
3479 Remove unused "keystroke command" terminology.
3480 (Lambda Expressions): Give a different example than in the
3481 following subsection. Add xref to Anonymous Functions.
3482 (Function Documentation): Remove gratuitous markup.
3483 (Function Names): Move introductory text to `What Is a Function'.
3484 (Defining Functions): Fix defun argument spec.
3485 (Anonymous Functions): Document lambda macro explicitly.
3486 Mention effects on lexical binding.
3487 (Function Cells): Downplay direct usage of fset.
3488 (Closures): New node.
3489 (Inline Functions): Remove "open-code" terminology.
3490 (Declaring Functions): Minor tweak; .m is not C code.
3491
3492 * variables.texi (Variables): Don't refer to "global value".
3493 (Local Variables, Void Variables): Copyedits.
3494 (Lexical Binding): Minor clarification of example.
3495 (File Local Variables): Mention :safe and :risky defcustom args.
3496 (Lexical Binding): Add xref to Closures node.
3497
3498 2012-02-04 Glenn Morris <rgm@gnu.org>
3499
3500 * minibuf.texi (High-Level Completion): Updates for read-color.
3501
3502 2012-02-03 Glenn Morris <rgm@gnu.org>
3503
3504 * display.texi (GIF Images): Mention animation.
3505 Remove commented-out old example of animation.
3506 (Animated Images): New subsection.
3507 * elisp.texi (Top):
3508 * vol1.texi (Top):
3509 * vol2.texi (Top): Add Animated Images menu entry.
3510
3511 * display.texi (Image Formats): Remove oddly specific information
3512 on versions of image libraries.
3513 (GIF Images, TIFF Images): Minor rephrasing.
3514
3515 2012-02-02 Glenn Morris <rgm@gnu.org>
3516
3517 * processes.texi (Synchronous Processes):
3518 Mention call-process's :file gets overwritten.
3519
3520 * commands.texi (Reading One Event):
3521 * help.texi (Help Functions): Document read-char-choice.
3522
3523 * hooks.texi (Standard Hooks):
3524 * modes.texi (Keymaps and Minor Modes):
3525 * text.texi (Commands for Insertion): Document post-self-insert-hook.
3526
3527 * hooks.texi (Standard Hooks): Add prog-mode-hook.
3528
3529 * hooks.texi (Standard Hooks):
3530 * modes.texi (Major Mode Conventions, Mode Hooks):
3531 Document change-major-mode-after-body-hook.
3532
3533 2012-02-01 Glenn Morris <rgm@gnu.org>
3534
3535 * modes.texi (Defining Minor Modes):
3536 Mention disabling global minor modes on a per-major-mode basis.
3537
3538 2012-01-31 Chong Yidong <cyd@gnu.org>
3539
3540 * syntax.texi (Parsing Expressions): Clarify intro (Bug#10657).
3541 (Parser State): Remove unnecessary statement (Bug#10661).
3542
3543 * eval.texi (Intro Eval): Add footnote about "sexp" terminology.
3544
3545 2012-01-31 Glenn Morris <rgm@gnu.org>
3546
3547 * modes.texi (Defining Minor Modes):
3548 Document define-minor-mode's new :variable keyword.
3549
3550 2012-01-29 Chong Yidong <cyd@gnu.org>
3551
3552 * syntax.texi (Syntax Class Table): Tweak description of newline
3553 char syntax (Bug#9619).
3554
3555 * numbers.texi (Predicates on Numbers): Fix wholenump/natnump
3556 description (Bug#10189).
3557
3558 2012-01-29 Glenn Morris <rgm@gnu.org>
3559
3560 * files.texi (Changing Files): Document SELinux support.
3561
3562 * windows.texi (Window Sizes): Fix typo.
3563
3564 2012-01-28 Chong Yidong <cyd@gnu.org>
3565
3566 * display.texi (Fringe Indicators): Clarify fringe-indicator-alist
3567 doc (Bug#8568).
3568
3569 * frames.texi (Input Focus): Add NORECORD arg to
3570 select-frame-set-input-focus. Clarify its role in select-frame.
3571
3572 * text.texi (Transposition): We don't use transpose-region as an
3573 internal subroutine (Bug#3249).
3574
3575 * modes.texi (Example Major Modes): Update Lisp example code to
3576 current sources. Delete the old non-derived-major-mode example,
3577 which has diverged badly from current sources.
3578
3579 2012-01-27 Glenn Morris <rgm@gnu.org>
3580
3581 * makefile.w32-in (texinputdir): Fix (presumed) typo.
3582 (VERSION, manual): Remove, unused.
3583
3584 2012-01-27 Chong Yidong <cyd@gnu.org>
3585
3586 * commands.texi (Command Overview): Minor clarification (Bug#10384).
3587
3588 2012-01-26 Chong Yidong <cyd@gnu.org>
3589
3590 * searching.texi (String Search): Document negative repeat count
3591 (Bug#10507).
3592
3593 2012-01-26 Glenn Morris <rgm@gnu.org>
3594
3595 * variables.texi (Using Lexical Binding):
3596 Mention that lexical-binding should be set in the first line.
3597
3598 2012-01-26 Lars Ingebrigtsen <larsi@gnus.org>
3599
3600 * macros.texi (Defining Macros): Don't claim that `declare' only
3601 affects Edebug and indentation.
3602
3603 2012-01-25 Lars Ingebrigtsen <larsi@gnus.org>
3604
3605 * macros.texi (Defining Macros): Slight `declare' fixup.
3606
3607 2012-01-25 Glenn Morris <rgm@gnu.org>
3608
3609 * makefile.w32-in (texinputdir):
3610 * Makefile.in (ENVADD): Add $emacsdir. (Bug#10603)
3611
3612 2012-01-24 Chong Yidong <cyd@gnu.org>
3613
3614 * variables.texi (Variables, Local Variables, Void Variables):
3615 Edit to make the descriptions less specific to dynamic binding.
3616 (Local Variables): Default max-specpdl-size is now 1300.
3617 (Defining Variables): Edits for lexical scoping.
3618 Delete information about starting docstrings with *. De-document
3619 user-variable-p.
3620 (Tips for Defining): Remove an unimportant discussion of quitting
3621 in the middle of a load.
3622 (Accessing Variables, Setting Variables): Discuss lexical binding.
3623 (Variable Scoping): Rewrite.
3624 (Scope, Extent, Impl of Scope): Nodes deleted.
3625 (Dynamic Binding): New node, with material from Scope, Extent, and
3626 Impl of Scope nodes.
3627 (Dynamic Binding Tips): Rename from Using Scoping.
3628 (Lexical Binding): Rewrite.
3629 (Using Lexical Binding): Rename from Converting to Lexical
3630 Binding. Convert to subsection.
3631
3632 * customize.texi (Variable Definitions): Add custom-variable-p.
3633 Move user-variable-p documentation here.
3634
3635 2012-01-23 Chong Yidong <cyd@gnu.org>
3636
3637 * strings.texi (Text Comparison): Minor qualification.
3638
3639 * lists.texi (Cons Cells): Copyedits.
3640 (List Elements): Mention push.
3641 (List Variables): Mention pop.
3642 (Rings): Move to sequences.texi.
3643
3644 * sequences.texi (Sequence Functions): Don't repeat the
3645 introduction already given in the parent.
3646 (Vectors): Copyedits.
3647 (Rings): Move from lists.texi. Note that this is specific to the
3648 ring package.
3649
3650 * symbols.texi (Definitions, Symbol Components): Mention variable
3651 scoping issues.
3652 (Plists and Alists): Copyedits.
3653
3654 * eval.texi (Intro Eval, Symbol Forms): Minor tweaks for
3655 correctness with lexical scoping.
3656 (Eval): Copyedits.
3657
3658 2012-01-21 Chong Yidong <cyd@gnu.org>
3659
3660 * intro.texi (A Sample Function Description): Special notation
3661 used for macros too.
3662
3663 * objects.texi (Ctl-Char Syntax, Other Char Bits): Copyedits.
3664 (Symbol Type): Add xref for keyword symbols.
3665 (Sequence Type): Clarify differences between sequence types.
3666 (Cons Cell Type): Add "linked list" index entry.
3667 (Non-ASCII in Strings): Copyedits.
3668 (Equality Predicates): Symbols with same name need not be eq.
3669
3670 * numbers.texi (Float Basics): Document isnan, copysign, frexp and
3671 ldexp. Move float-e and float-pi to Math Functions node.
3672
3673 2012-01-21 Glenn Morris <rgm@gnu.org>
3674
3675 * modes.texi (Auto Major Mode):
3676 * variables.texi (File Local Variables):
3677 Mention inhibit-local-variables-regexps.
3678
3679 2012-01-19 Martin Rudalics <rudalics@gmx.at>
3680
3681 * windows.texi (Window Configurations): Rewrite references to
3682 persistent window parameters.
3683 (Window Parameters): Fix description of persistent window
3684 parameters.
3685
3686 2012-01-16 Juanma Barranquero <lekktu@gmail.com>
3687
3688 * windows.texi (Window Parameters): Use @pxref.
3689
3690 2012-01-16 Martin Rudalics <rudalics@gmx.at>
3691
3692 * windows.texi (Window Configurations, Window Parameters):
3693 Describe persistent window parameters.
3694
3695 2011-12-27 Stefan Monnier <monnier@iro.umontreal.ca>
3696
3697 * variables.texi (Creating Buffer-Local): Warn against misuses of
3698 make-variable-buffer-local (bug#10258).
3699
3700 2012-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
3701
3702 * macros.texi (Defining Macros): Document `doc-string' (bug#9668).
3703
3704 2012-01-06 Chong Yidong <cyd@gnu.org>
3705
3706 * variables.texi (Directory Local Variables):
3707 Document hack-dir-local-variables-non-file-buffer.
3708
3709 2012-01-06 Glenn Morris <rgm@gnu.org>
3710
3711 * maps.texi (Standard Keymaps): Refer to Info-edit by name
3712 rather than by keybinding.
3713
3714 2011-12-29 Juanma Barranquero <lekktu@gmail.com>
3715
3716 * frames.texi (Font and Color Parameters): Add @pxref.
3717
3718 2011-12-29 Daniel Colascione <dan.colascione@gmail.com>
3719
3720 * frames.texi (Font and Color Parameters):
3721 Document w32 font backends (bug#10399).
3722
3723 2011-12-28 Paul Eggert <eggert@cs.ucla.edu>
3724
3725 * files.texi (File Attributes, Changing Files):
3726 Use a more-natural notation for octal numbers.
3727
3728 2011-12-23 Juanma Barranquero <lekktu@gmail.com>
3729
3730 * variables.texi (Variables with Restricted Values):
3731 Change reference to variable (bug#10354).
3732
3733 2011-12-13 Martin Rudalics <rudalics@gmx.at>
3734
3735 * windows.texi (Splitting Windows): Use t instead of non-nil
3736 when describing window-combination-resize.
3737
3738 2011-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
3739
3740 * text.texi (Special Properties): Warn against `intangible' properties
3741 (bug#10222).
3742
3743 2011-11-26 Eli Zaretskii <eliz@gnu.org>
3744
3745 * display.texi (Truncation):
3746 * text.texi (Special Properties): Describe what a stretch-glyph is
3747 instead of using that term without explanation. Make the
3748 cross-references more accurate.
3749
3750 * display.texi (Usual Display): Update the description,
3751 cross-references, and indexing related to display of control
3752 characters and raw bytes.
3753
3754 2011-11-25 Martin Rudalics <rudalics@gmx.at>
3755
3756 * windows.texi (Splitting Windows): Fix description of
3757 window-combination-limit. Suggested by Eli Zaretskii.
3758
3759 2011-11-23 Chong Yidong <cyd@gnu.org>
3760
3761 * windows.texi (Window Sizes): Move window-top-line,
3762 window-left-column, and window-*-pixel-edges to Coordinates and
3763 Windows node.
3764 (Coordinates and Windows): Restore window-edges doc.
3765
3766 2011-11-21 Martin Rudalics <rudalics@gmx.at>
3767
3768 * windows.texi (Windows and Frames, Splitting Windows):
3769 Fix typos.
3770
3771 2011-11-21 Chong Yidong <cyd@gnu.org>
3772
3773 * windows.texi (Splitting Windows): Fix error in documentation of
3774 window-combination-limit.
3775 (Cyclic Window Ordering): Minor fixes to next-window,
3776 one-window-p, and get-lru-window docs. Don't document
3777 window-list-1.
3778 (Buffers and Windows): Copyedits.
3779 (Choosing Window): Document special handling of special-display-*.
3780 (Choosing Window Options): Fix display-buffer-reuse-frames doc.
3781 Don't document even-window-heights, which is going away.
3782 Clarify which options are obeyed by which action functions.
3783
3784 2011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
3785
3786 * display.texi (Invisible Text): Clarify point adjustment (bug#10072).
3787
3788 2011-11-20 Martin Rudalics <rudalics@gmx.at>
3789
3790 * windows.texi (Resizing Windows, Splitting Windows):
3791 Remove term "status" when talking about combination limits.
3792
3793 2011-11-20 Juanma Barranquero <lekktu@gmail.com>
3794
3795 * compile.texi (Compiler Errors):
3796 * help.texi (Help Functions): Fix typos.
3797
3798 2011-11-19 Chong Yidong <cyd@gnu.org>
3799
3800 * windows.texi (Splitting Windows): Clarify role of window
3801 parameters in split-window. Shorten the example.
3802 (Deleting Windows): Rewrite intro to handle internal windows.
3803 Fix delete-windows-on doc.
3804 (Selecting Windows): Copyedits.
3805
3806 2011-11-17 Martin Rudalics <rudalics@gmx.at>
3807
3808 * windows.texi (Resizing Windows, Splitting Windows)
3809 (Deleting Windows): Use term window-combination-resize instead
3810 of window-splits.
3811
3812 2011-11-16 Martin Rudalics <rudalics@gmx.at>
3813
3814 * windows.texi (Resizing Windows, Splitting Windows):
3815 Rename occurrences of window-nest to window-combination-limit.
3816
3817 2011-11-14 Juanma Barranquero <lekktu@gmail.com>
3818
3819 * intro.texi (Lisp History): Fix typo.
3820
3821 2011-11-12 Martin Rudalics <rudalics@gmx.at>
3822
3823 * windows.texi (Splitting Windows, Deleting Windows):
3824 Remove references to splits status of windows.
3825
3826 2011-11-10 Glenn Morris <rgm@gnu.org>
3827
3828 * buffers.texi (Read Only Buffers): Expand a bit on why
3829 toggle-read-only should only be used interactively. (Bug#7292)
3830
3831 2011-11-09 Chong Yidong <cyd@gnu.org>
3832
3833 * windows.texi (Window Sizes): Document window-pixel-edges,
3834 window-inside-pixel-edges, window-absolute-pixel-edges, and
3835 window-inside-absolute-pixel-edges.
3836 (Resizing Windows): shrink-window-if-larger-than-buffer works on
3837 non-full-width windows.
3838
3839 2011-11-09 Martin Rudalics <rudalics@gmx.at>
3840
3841 * windows.texi (Resizing Windows): Rewrite documentation of
3842 window-resizable.
3843
3844 2011-11-09 Chong Yidong <cyd@gnu.org>
3845
3846 * windows.texi (Splitting Windows): Simplify example.
3847
3848 2011-11-08 Chong Yidong <cyd@gnu.org>
3849
3850 * windows.texi (Window Sizes): Copyedits. Document
3851 window-text-height. Remove window-min-height and window-min-width
3852 discussion, referring instead to Emacs manual.
3853 (Splitting Windows, Resizing Windows): Add xref to Emacs manual.
3854 (Resizing Windows): Simplify introduction. Don't document
3855 enlarge-window, shrink-window, enlarge-window-horizontally, and
3856 shrink-window-horizontally; they are no longer preferred for
3857 calling from Lisp, and are already documented in the Emacs manual.
3858
3859 2011-11-07 Glenn Morris <rgm@gnu.org>
3860
3861 * windows.texi (Choosing Window): Fix keybinding typo.
3862
3863 2011-11-07 Martin Rudalics <rudalics@gmx.at>
3864
3865 * windows.texi (Resizing Windows, Splitting Windows)
3866 (Window Configurations): Use "child window" instead of
3867 "subwindow".
3868
3869 2011-11-06 Chong Yidong <cyd@gnu.org>
3870
3871 * windows.texi (Basic Windows): Clarify various definitions.
3872 Treat window-normalize-* as internal; don't document them.
3873 (Windows and Frames): Various clarifications, e.g. non-live
3874 windows also belong to frames. Fix window-list description.
3875 Simplify window nesting example.
3876 (Splitting Windows, Window Configurations):
3877 Use split-window-below.
3878
3879 2011-11-04 Eli Zaretskii <eliz@gnu.org>
3880
3881 * windows.texi (Window Sizes): Mention in the doc string that the
3882 return values of `window-body-height' and `window-body-width' are
3883 in frame's canonical units. (Bug#9949)
3884
3885 2011-10-30 Martin Rudalics <rudalics@gmx.at>
3886
3887 * windows.texi (Windows and Frames): Remove "iso-" infix from
3888 documentation of window-iso-combined-p.
3889
3890 2011-10-26 Chong Yidong <cyd@gnu.org>
3891
3892 * modes.texi (Running Hooks): Document with-wrapper-hook.
3893
3894 2011-10-18 Chong Yidong <cyd@gnu.org>
3895
3896 * display.texi (Glyphless Chars): New node.
3897
3898 2011-10-13 Chong Yidong <cyd@stupidchicken.com>
3899
3900 * text.texi (Yanking): Document yank-excluded-properties.
3901
3902 * package.texi (Packaging Basics): The commentary should say how
3903 to begin using the package.
3904
3905 2011-10-11 Martin Rudalics <rudalics@gmx.at>
3906
3907 * windows.texi (Deleting Windows): Mention which window gets
3908 selected when deleting the selected window.
3909
3910 2011-10-09 Martin Rudalics <rudalics@gmx.at>
3911
3912 * buffers.texi (The Buffer List): Describe how bury-buffer deals
3913 with the selected window.
3914 * windows.texi (Buffers and Windows): Reformulate text on how
3915 replace-buffer-in-windows deals with a window.
3916 (Quitting Windows): Describe how quit-window deals with a
3917 standalone frame. Describe new option frame-auto-hide-function.
3918
3919 2011-10-08 Glenn Morris <rgm@gnu.org>
3920
3921 * symbols.texi (Other Plists): Markup fix. (Bug#9702)
3922
3923 * positions.texi (Excursions): Update warning message.
3924
3925 2011-10-05 Chong Yidong <cyd@stupidchicken.com>
3926
3927 * display.texi (Low-Level Font, Face Attributes, Font Lookup):
3928 Fix Emacs manual xref (Bug#9675).
3929
3930 2011-10-01 Chong Yidong <cyd@stupidchicken.com>
3931
3932 * windows.texi (Textual Scrolling): Document scroll-up-command,
3933 scroll-down-command, scroll-error-top-bottom, and the
3934 scroll-command symbol property.
3935 (Display Action Functions): Fix description of
3936 display-buffer-pop-up-window.
3937
3938 2011-09-28 Juanma Barranquero <lekktu@gmail.com>
3939
3940 * windows.texi (Splitting Windows): Fix typos.
3941
3942 2011-09-25 Martin Rudalics <rudalics@gmx.at>
3943
3944 * windows.texi (Windows and Frames, Display Action Functions)
3945 (Switching Buffers): Fix some typos.
3946 (Buffers and Windows): Remove reference to window-auto-delete.
3947 Reword description of replace-buffer-in-windows.
3948 (Window History): Fix some typos and refer to frame local buffer
3949 list.
3950 (Quitting Windows): New node.
3951 (Window Configurations): Add descriptions of window-state-get
3952 and window-state-put.
3953 (Window Parameters): Describe variable ignore-window-parameters.
3954 Sketch some window parameters currently in use.
3955 * elisp.texi (Top): Update node listing.
3956
3957 2011-09-25 Chong Yidong <cyd@stupidchicken.com>
3958
3959 * windows.texi (Display Action Functions)
3960 (Choosing Window Options): New nodes.
3961
3962 2011-09-24 Chong Yidong <cyd@stupidchicken.com>
3963
3964 * windows.texi (Window History): New node. Move text here from
3965 Buffers and Windows.
3966 (Switching Buffers): Rename from Displaying Buffers, since we
3967 don't document display-buffer here; callers changed.
3968 Document FORCE-SAME-WINDOW arg to switch-to-buffer and
3969 switch-to-buffer-other-frame. Delete duplicate
3970 replace-buffer-in-windows doc.
3971 (Choosing Window): Document display actions.
3972
3973 2011-09-24 Eli Zaretskii <eliz@gnu.org>
3974
3975 * display.texi (Forcing Redisplay): Update the description of
3976 redisplay-dont-pause due to change in the default value.
3977
3978 2011-09-23 Martin Rudalics <rudalics@gmx.at>
3979
3980 * frames.texi (Frames and Windows): Move section and rename to
3981 Windows and Frames in windows.texi.
3982 * windows.texi (Windows): Restructure.
3983 (Basic Windows): Rewrite. Explain live and internal windows and
3984 normalization functions.
3985 (Windows and Frames): Move section here from frames.texi.
3986 Describe subwindows, window combinations, window tree, and
3987 corresponding functions including window-list here.
3988 (Window Sizes): Rename section from Size of Window and move it
3989 up in chapter. Describe total and body sizes and the
3990 corresponding functions. Explain new semantics of
3991 window-min-height/-width.
3992 (Resizing Windows): Move section up in chapter. Describe new
3993 resize functions.
3994 (Splitting Windows): Describe new behavior of split-window,
3995 split-window-above-each-other and split-window-side-by-side.
3996 Provide examples. Describe window-nest and window-splits
3997 options.
3998 (Deleting Windows): Minor rewrite.
3999 (Selecting Windows): Minor rewrite.
4000 Describe frame-selected-window and set-frame-selected-window here.
4001 (Cyclic Window Ordering): Minor rewrite.
4002 Describe window-list-1.
4003 (Buffers and Windows): Rewrite. Explain a window's previous and
4004 next buffers and the corresponding functions.
4005 (Window Tree): Merge into Windows and Frames section.
4006 * elisp.texi (Top): Update node listings for frames and windows
4007 sections.
4008
4009 2011-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
4010
4011 * display.texi (Face Functions): `face-list' returns faces (bug#9564).
4012
4013 2011-09-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
4014
4015 * errors.texi (Standard Errors): Remove apparent placeholder text
4016 (bug#9491).
4017
4018 2011-09-18 Chong Yidong <cyd@stupidchicken.com>
4019
4020 * frames.texi (Management Parameters): Fix description of
4021 icon-type parameter.
4022
4023 2011-09-17 Chong Yidong <cyd@stupidchicken.com>
4024
4025 * tips.texi (Key Binding Conventions): Don't bind a key sequence
4026 ending in C-g. Suggested by Edward O'Connor.
4027
4028 2011-09-17 Eli Zaretskii <eliz@gnu.org>
4029
4030 * numbers.texi (Integer Basics): Add indexing for
4031 most-positive-fixnum and most-negative-fixnum. (Bug#9525)
4032
4033 2011-09-14 Dani Moncayo <dmoncayo@gmail.com>
4034
4035 * lists.texi (Sets And Lists): Fix typo. (Bug#9393)
4036
4037 2011-09-11 Juanma Barranquero <lekktu@gmail.com>
4038
4039 * processes.texi (Network Servers): Clarify what the process
4040 buffer is used for (bug#9233).
4041
4042 2011-08-30 Dani Moncayo <dmoncayo@gmail.com>
4043
4044 * lists.texi (Building Lists): Fix typo.
4045
4046 2011-08-30 Chong Yidong <cyd@stupidchicken.com>
4047
4048 * display.texi (Basic Faces): New node. Document new faces.
4049
4050 * modes.texi (Major Mode Conventions): Move some text there.
4051 (Mode Help): Remove major-mode var, duplicated in Major Modes.
4052
4053 2011-08-29 Chong Yidong <cyd@stupidchicken.com>
4054
4055 * modes.texi (Basic Major Modes): New node. Callers updated.
4056 (Major Modes): Document fundamental-mode and major-mode.
4057 (Major Mode Basics): Node deleted; text moved to Major Modes.
4058 (Derived Modes): Document derived-mode-p.
4059
4060 2011-08-28 Chong Yidong <cyd@stupidchicken.com>
4061
4062 * files.texi (Changing Files, Create/Delete Dirs): Document new
4063 arguments for delete-file, delete-directory, and copy-directory.
4064 (Visiting Functions): Remove view-file; it is documented in the
4065 Emacs manual.
4066
4067 * frames.texi (Layout Parameters): The defaults for the
4068 menu-bar-lines and tool-bar-lines parameters depend on the mode.
4069
4070 * display.texi (Progress): Document spinner functionality.
4071
4072 * os.texi (Killing Emacs): Note that kill-emacs can be called by
4073 operating system signals. Refer to save-buffers-kill-terminal
4074 instead of save-buffers-kill-emacs.
4075
4076 * objects.texi (Symbol Type): Document ## print representation.
4077
4078 2011-08-25 Eli Zaretskii <eliz@gnu.org>
4079
4080 * display.texi (Specified Space): Mention that `space' specs
4081 influence bidi reordering.
4082 (Bidirectional Display): Explain how to use `(space . PROPS)' for
4083 separating fields with bidirectional content.
4084
4085 2011-08-24 Eli Zaretskii <eliz@gnu.org>
4086
4087 * display.texi (Bidirectional Display): Document return value in
4088 buffers that are not bidi-reordered for display, and in unibyte
4089 buffers.
4090
4091 2011-08-23 Eli Zaretskii <eliz@gnu.org>
4092
4093 * nonascii.texi (Character Properties): Document the values for
4094 unassigned codepoints.
4095
4096 2011-08-18 Eli Zaretskii <eliz@gnu.org>
4097
4098 * nonascii.texi (Character Properties): Document use of
4099 `bidi-class' and `mirroring' properties as part of reordering.
4100 Provide cross-references to "Bidirectional Display".
4101
4102 * display.texi (Bidirectional Display): Document the pitfalls of
4103 concatenating strings with bidirectional content, with possible
4104 solutions. Document bidi-string-mark-left-to-right.
4105 Mention paragraph direction in modes that inherit from prog-mode.
4106 Document use of `bidi-class' and `mirroring' properties as part of
4107 reordering.
4108
4109 2011-08-16 Eli Zaretskii <eliz@gnu.org>
4110
4111 * modes.texi (Major Mode Conventions): Improve the documentation
4112 of `mode-class' `special' modes.
4113
4114 * nonascii.texi (Character Properties): Document the `mirroring'
4115 property. Add index entries.
4116
4117 * syntax.texi (Categories): Add an example of defining a new
4118 category and category table.
4119
4120 * searching.texi (Regexp Backslash): Document how to display
4121 existing categories. Mention the possibility of adding
4122 categories, and add an xref to where this is described. Add an
4123 index entry.
4124
4125 2011-08-09 Chong Yidong <cyd@stupidchicken.com>
4126
4127 * text.texi (Special Properties):
4128 * display.texi (Overlay Properties): Note that mouse-face cannot
4129 change the text size (Bug#8530).
4130
4131 2011-08-08 Chong Yidong <cyd@stupidchicken.com>
4132
4133 * os.texi (Time of Day): Remove set-time-zone-rule, and recommend
4134 using setenv instead.
4135
4136 2011-07-28 Eli Zaretskii <eliz@gnu.org>
4137
4138 * display.texi (Bidirectional Display): Document the fact that
4139 bidi-display-reordering is t by default.
4140
4141 2011-07-23 Eli Zaretskii <eliz@gnu.org>
4142
4143 * display.texi (Bidirectional Display): New section.
4144
4145 2011-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
4146 Tim Cross <theophilusx@gmail.com> (tiny change)
4147 Glenn Morris <rgm@gnu.org>
4148
4149 * keymaps.texi (Toolkit Differences): New node. (Bug#8176)
4150
4151 2011-07-15 Andreas Schwab <schwab@linux-m68k.org>
4152
4153 * help.texi (Keys in Documentation): Revert last change.
4154
4155 2011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
4156
4157 * help.texi (Keys in Documentation): Clarify that \= only quotes
4158 the next character, and doesn't affect longer sequences in
4159 particular (bug#8935).
4160
4161 * debugging.texi (Using Debugger):
4162 Mention @code{eval-expression-debug-on-error} (bug#8549).
4163
4164 2011-07-14 Eli Zaretskii <eliz@gnu.org>
4165
4166 * display.texi (Other Display Specs): Document that `left-fringe'
4167 and `right-fringe' display specifications are of the "replacing"
4168 kind.
4169
4170 2011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
4171
4172 * help.texi (Documentation Basics): Add a link to the Function
4173 Documentation node (bug#6580).
4174
4175 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
4176
4177 * keymaps.texi (Menu Bar): Mention :visible and :enable
4178 (bug#6344). Text by Drew Adams.
4179
4180 * modes.texi (Running Hooks): Mention buffer-local hook variables
4181 (bug#6218).
4182
4183 * objects.texi (General Escape Syntax): "a with grave accent" is
4184 ?xe0, not ?x8e0 (bug#5259).
4185
4186 2011-07-12 Chong Yidong <cyd@stupidchicken.com>
4187
4188 * display.texi (Face Attributes, Font Selection): Add references
4189 to the Fonts node in the Emacs manual (Bug#4178).
4190
4191 2011-07-12 Chong Yidong <cyd@stupidchicken.com>
4192
4193 * display.texi (Window Systems): `window-system' is
4194 terminal-local.
4195
4196 * frames.texi (Frame Parameters, Parameter Access): Don't mention
4197 frame-local variables.
4198
4199 * variables.texi (Buffer-Local Variables): Don't mention obsolete
4200 frame-local variables.
4201 (Frame-Local Variables): Node deleted.
4202
4203 * elisp.texi (Top): Update node listing.
4204
4205 2011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
4206
4207 * elisp.texi: Change "inferiors" to "subnodes" in three places
4208 (bug#3523).
4209
4210 2011-07-11 Chong Yidong <cyd@stupidchicken.com>
4211
4212 * frames.texi (Window System Selections): Discussion of
4213 x-select-enable-clipboard moved to Emacs manual.
4214
4215 2011-07-11 Deniz Dogan <deniz@dogan.se>
4216
4217 * commands.texi (Prefix Command Arguments): Remove excessive
4218 apostrophe.
4219
4220 2011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
4221
4222 * syntax.texi (Syntax Descriptors): Clarify that the ". 23" syntax
4223 description is a string (bug#3313).
4224
4225 * frames.texi (Display Feature Testing): Try to explain what all
4226 the visual classes mean (bug#3042).
4227
4228 2011-07-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
4229
4230 * modes.texi (Mode Line Variables): Document `mode-line-remote'
4231 and `mode-line-client' (bug#2974).
4232
4233 * text.texi (Insertion): Clarify marker movements (bug#1651).
4234 Text from Drew Adams.
4235
4236 2011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
4237
4238 * text.texi (Special Properties): Clarify the format of `face'
4239 (bug#1375).
4240
4241 * commands.texi (Interactive Call): Add a `call-interactively'
4242 example (bug#1010).
4243
4244 2011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
4245
4246 * functions.texi (Calling Functions): Link to the "Interactive
4247 Call" node (bug#1001).
4248
4249 2011-07-06 Chong Yidong <cyd@stupidchicken.com>
4250
4251 * customize.texi (Composite Types): Move alist and plist to here
4252 from Simple Types (Bug#7545).
4253
4254 * elisp.texi (Top): Update menu description.
4255
4256 * display.texi (Face Attributes): Document negative line widths
4257 (Bug#6113).
4258
4259 2011-07-03 Tobias C. Rittweiler <tcr@freebits.de> (tiny change)
4260
4261 * searching.texi (Match Data): Note that match data can be
4262 overwritten by most functions (bug#2499).
4263
4264 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
4265
4266 * strings.texi (Formatting Strings): Clarify what the "-" and "0"
4267 flags mean (bug#6659).
4268
4269 * functions.texi (What Is a Function): Document the autoload
4270 object (bug#6496).
4271
4272 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
4273
4274 * customize.texi (Variable Definitions): Clarify that SETFUNCTION
4275 is only used in the Customize user interface (bug#6089).
4276
4277 * display.texi (Showing Images): Mention the point of sliced
4278 images (bug#7836).
4279
4280 2011-07-02 Eli Zaretskii <eliz@gnu.org>
4281
4282 * variables.texi (Defining Variables, Void Variables)
4283 (Constant Variables): Fix incorrect usage of @kindex.
4284
4285 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
4286
4287 * variables.texi (Defining Variables): Add an index entry for
4288 `set-variable' (bug#7262).
4289 (Defining Variables): Use @findex for functions.
4290
4291 * frames.texi (Basic Parameters): Document the `explicit-name'
4292 parameter (bug#6951).
4293
4294 * customize.texi (Type Keywords): Clarify that :value provides a
4295 default value for all types (bug#7386).
4296
4297 * streams.texi (Output Functions): Document `pp'.
4298
4299 2011-06-25 Chong Yidong <cyd@stupidchicken.com>
4300
4301 * keymaps.texi (Searching Keymaps):
4302 * display.texi (Overlay Properties): Fix errors in 2011-05-29
4303 change. Suggested by Johan Bockgård.
4304
4305 2011-06-15 Chong Yidong <cyd@stupidchicken.com>
4306
4307 * text.texi (Special Properties): Clarify role of font-lock-face.
4308
4309 2011-06-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
4310
4311 * processes.texi (Process Information): Rename `process-alive-p'
4312 to `process-live-p' for consistency with other `-live-p' functions.
4313
4314 2011-06-03 Paul Eggert <eggert@cs.ucla.edu>
4315
4316 Document wide integers better.
4317 * files.texi (File Attributes): Document ino_t values better.
4318 ino_t values no longer map to anything larger than a single cons.
4319 * numbers.texi (Integer Basics, Integer Basics, Arithmetic Operations)
4320 (Bitwise Operations):
4321 * objects.texi (Integer Type): Use a binary notation that is a bit easier
4322 to read, and that will port better if 62-bits becomes the default.
4323 Fix or remove incorrect examples.
4324 * os.texi (Time Conversion): Document time_t values better.
4325
4326 2011-05-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
4327
4328 * processes.texi (Process Information):
4329 Document `process-alive-p'.
4330
4331 2011-05-29 Chong Yidong <cyd@stupidchicken.com>
4332
4333 * help.texi (Accessing Documentation):
4334 * display.texi (Pixel Specification):
4335 * processes.texi (Serial Ports, Serial Ports):
4336 * nonascii.texi (Character Properties, Default Coding Systems):
4337 * text.texi (Changing Properties, Special Properties):
4338 * windows.texi (Window Start and End):
4339 * modes.texi (SMIE Indentation Example, SMIE Tricks):
4340 * keymaps.texi (Searching Keymaps, Tool Bar):
4341 * minibuf.texi (Basic Completion):
4342 * compile.texi (Eval During Compile):
4343 * strings.texi (Formatting Strings): Tweaks to avoid overflowing
4344 7x9 paper in printed manual.
4345
4346 * lists.texi (Sets And Lists): Fix misplaced text.
4347
4348 2011-05-29 Chong Yidong <cyd@stupidchicken.com>
4349
4350 * keymaps.texi (Remapping Commands): Emphasize that the keymap
4351 needs to be active (Bug#8350).
4352
4353 2011-05-28 Chong Yidong <cyd@stupidchicken.com>
4354
4355 * minibuf.texi (Reading File Names): Clarify (Bug#8480).
4356
4357 * tips.texi (Coding Conventions): Remove antediluvian filename
4358 limit recommendation (Bug#8538).
4359
4360 2011-05-27 Glenn Morris <rgm@gnu.org>
4361
4362 * modes.texi (Auto Major Mode): Update for set-auto-mode changes.
4363
4364 2011-05-26 Glenn Morris <rgm@gnu.org>
4365
4366 * variables.texi (File Local Variables):
4367 Update hack-local-variables `mode-only' return value.
4368 Add some more details on what this function does in the other case.
4369
4370 2011-05-19 Glenn Morris <rgm@gnu.org>
4371
4372 * lists.texi (Sets And Lists): Mention cl provides union etc.
4373
4374 2011-05-19 Nix <nix@esperi.org.uk>
4375
4376 * windows.texi (Displaying Buffers): pop-to-buffer is not a command.
4377
4378 * text.texi (Parsing HTML): Update for function name changes.
4379
4380 * syntax.texi (Syntax Flags): Small fix.
4381
4382 * keymaps.texi (Active Keymaps): Typo fix.
4383 (Changing Key Bindings): Grammar fix.
4384
4385 * frames.texi (Minibuffers and Frames): Grammar fix.
4386 (Window System Selections): x-select-enable-clipboard now defaults to t.
4387
4388 * customize.texi (Common Keywords):
4389 * display.texi (Abstract Display):
4390 * modes.texi (Auto-Indentation):
4391 * nonascii.texi (Converting Representations): Typo fixes.
4392
4393 * control.texi (Examples of Catch): Call it "goto" not "go to".
4394
4395 2011-05-14 Eli Zaretskii <eliz@gnu.org>
4396
4397 * nonascii.texi (Character Properties): Fix inconsistencies with
4398 implementation.
4399
4400 * text.texi (Special Properties): Move @defvar's out of the
4401 @table. (Bug#8652)
4402
4403 2011-05-12 Glenn Morris <rgm@gnu.org>
4404
4405 * display.texi (Image Descriptors): Fix typo. (Bug#8495)
4406
4407 2011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
4408
4409 * modes.texi (Region to Refontify): Rename from "Region to Fontify".
4410 (Multiline Font Lock):
4411 * vol2.texi (Top):
4412 * vol1.texi (Top):
4413 * elisp.texi (Top): Update menu accordingly.
4414
4415 2011-05-12 Drew Adams <drew.adams@oracle.com>
4416
4417 * modes.texi (Region to Fontify): Fix typo.
4418
4419 2011-05-10 Jim Meyering <meyering@redhat.com>
4420
4421 * minibuf.texi: Fix typo "in in -> in".
4422
4423 2011-05-06 Paul Eggert <eggert@cs.ucla.edu>
4424
4425 * numbers.texi (Integer Basics): Large integers are treated as floats.
4426
4427 2011-04-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
4428
4429 * processes.texi (Synchronous Processes): Document the (:file
4430 "/file-name") syntax for `call-process'.
4431
4432 2011-04-23 Juanma Barranquero <lekktu@gmail.com>
4433
4434 * windows.texi (Choosing Window): Fix typo.
4435
4436 2011-04-23 Chong Yidong <cyd@stupidchicken.com>
4437
4438 * frames.texi (Layout Parameters): Note the difference between
4439 querying and setting parameters for left-fringe and right-fringe
4440 (Bug#6930).
4441
4442 2011-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
4443
4444 * minibuf.texi (Basic Completion): Be a bit more precise about the
4445 valid kinds of completion tables.
4446 (Programmed Completion): Remove obsolete text about lambda expressions
4447 not being valid completion tables.
4448
4449 2011-03-19 Chong Yidong <cyd@stupidchicken.com>
4450
4451 * positions.texi (Excursions): Explain the "save-excursion
4452 defeated by set-buffer" warning.
4453
4454 * buffers.texi (Current Buffer): Copyedits. Don't recommend using
4455 save-excursion. Suggested by Uday S Reddy.
4456
4457 2011-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
4458
4459 * variables.texi (Defining Variables): Mention the new meaning of `defvar'.
4460 (Lexical Binding): New sub-section.
4461
4462 * eval.texi (Eval): Discourage the use of `eval'.
4463 Document its new `lexical' argument.
4464
4465 2011-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
4466
4467 * commands.texi (Command Overview): `post-command-hook' is not reset to
4468 nil any more.
4469
4470 2011-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
4471
4472 * strings.texi (String Conversion): Don't mention
4473 string-make-(uni|multi)byte (bug#8262).
4474 * nonascii.texi (Converting Representations): Fix up range.
4475 * keymaps.texi (Key Binding Commands): Update code point, avoid
4476 "unibyte character" and remove mention of unibyte bindings.
4477
4478 2011-03-10 Eli Zaretskii <eliz@gnu.org>
4479
4480 * modes.texi (Operator Precedence Grammars): Don't use characters
4481 outside ISO-8859-1.
4482
4483 2011-03-09 Eli Zaretskii <eliz@gnu.org>
4484
4485 * intro.texi (Acknowledgements): Convert to ISO-8859-1 encoding.
4486
4487 * makefile.w32-in (MAKEINFO_OPTS): Add --enable-encoding.
4488
4489 2011-03-08 Glenn Morris <rgm@gnu.org>
4490
4491 * Makefile.in (MAKEINFO_OPTS): Add --enable-encoding.
4492 * intro.texi (Acknowledgements): Names to UTF-8.
4493 * elisp.texi: Set documentencoding.
4494
4495 2011-03-07 Chong Yidong <cyd@stupidchicken.com>
4496
4497 * Version 23.3 released.
4498
4499 2011-03-06 Chong Yidong <cyd@stupidchicken.com>
4500
4501 * package.texi: Update index keywords.
4502 (Package Archives): New node contents. Document package-x.el.
4503
4504 2011-03-06 Juanma Barranquero <lekktu@gmail.com>
4505
4506 * makefile.w32-in (srcs): Add package.texi.
4507
4508 2011-03-06 Chong Yidong <cyd@stupidchicken.com>
4509
4510 * package.texi (Packaging, Packaging Basics, Simple Packages)
4511 (Multi-file Packages): Expand and clarify.
4512 (Package Archives): Temporary placeholder node.
4513
4514 * elisp.texi (Top): Update node listing.
4515
4516 * Makefile.in (srcs): Add package.texi.
4517
4518 2011-03-05 Chong Yidong <cyd@stupidchicken.com>
4519
4520 * processes.texi (Synchronous Processes): Minor clarification
4521 (Bug#8149).
4522
4523 2011-03-03 Glenn Morris <rgm@gnu.org>
4524
4525 * files.texi (Truenames): Minor clarification. (Bug#2341)
4526
4527 2011-03-01 Glenn Morris <rgm@gnu.org>
4528
4529 * variables.texi (Directory Local Variables):
4530 Mention `(subdirs . nil)' alist element.
4531
4532 2011-02-28 Glenn Morris <rgm@gnu.org>
4533
4534 * variables.texi (Directory Local Variables): Mention the optional
4535 mtime argument of dir-locals-set-directory-class. (Bug#3577)
4536
4537 2011-02-27 Chong Yidong <cyd@stupidchicken.com>
4538
4539 * minibuf.texi (Minibuffer History): Clarify discussion of
4540 minibuffer history lists (Bug#8085).
4541
4542 2011-02-19 Eli Zaretskii <eliz@gnu.org>
4543
4544 * elisp.texi: Sync @dircategory with ../../info/dir.
4545
4546 * files.texi (Visiting Functions): Document find-file-literally,
4547 both the command and the variable.
4548
4549 * variables.texi (Creating Buffer-Local): Explain the meaning of
4550 permanent local variables.
4551
4552 * files.texi (Visiting Functions): Document find-file-literally,
4553 both the command and the variable.
4554
4555 * variables.texi (Creating Buffer-Local): Explain the meaning of
4556 permanent local variables.
4557
4558 2011-02-19 Glenn Morris <rgm@gnu.org>
4559
4560 * keymaps.texi (Remapping Commands): Mention how to undo it.
4561
4562 2011-02-09 Reuben Thomas <rrt@sc3d.org>
4563
4564 * loading.texi (Hooks for Loading): Remove unnecessary advice
4565 about eval-after-load (Bug#7986).
4566
4567 2011-02-05 Chong Yidong <cyd@stupidchicken.com>
4568
4569 * commands.texi (Accessing Mouse): Note that a header line is not
4570 included in the row of posn-col-row.
4571
4572 2011-02-02 Chong Yidong <cyd@stupidchicken.com>
4573
4574 * modes.texi (Major Mode Conventions): Add face guidelines.
4575 (Faces for Font Lock): List faces in order of prominence.
4576
4577 2011-02-01 Paul Eggert <eggert@cs.ucla.edu>
4578
4579 format-time-string now supports subsecond time stamp resolution
4580 * os.texi (Time Parsing): Document %N.
4581
4582 2011-01-28 Chong Yidong <cyd@stupidchicken.com>
4583
4584 * vol1.texi (Top):
4585 * vol2.texi (Top):
4586 * elisp.texi (Top):
4587 * display.texi (Display Property): Shorten the menu description of
4588 the "Other Display Specs" node (Bug#7816).
4589
4590 * keymaps.texi (Defining Menus): Add "menu item" and "extended
4591 menu item" concept index entries (Bug#7805).
4592
4593 2011-01-29 Eli Zaretskii <eliz@gnu.org>
4594
4595 * makefile.w32-in (texinfodir): New variable.
4596 (usermanualdir): Remove as redundant with $(emacsdir).
4597 (MAKEINFO): Remove options, leave only program name.
4598 (MAKEINFO_OPTS): New variable.
4599 (texinputdir, $(infodir)/elisp): Use $(MAKEINFO_OPTS).
4600
4601 2011-01-25 Chong Yidong <cyd@stupidchicken.com>
4602 Richard Kim <emacs18@gmail.com>
4603
4604 * loading.texi (Library Search): Document list-load-path-shadows
4605 (Bug#7757).
4606
4607 2011-01-25 Chong Yidong <cyd@stupidchicken.com>
4608
4609 * searching.texi (Regexp Special): Remove outdated discussion of
4610 character sets (Bug#7780).
4611
4612 * frames.texi (Pop-Up Menus): Document where menu title comes
4613 from (Bug#7684).
4614
4615 2011-01-25 Glenn Morris <rgm@gnu.org>
4616
4617 * display.texi (Making Buttons): Mention limitation of text buttons.
4618
4619 2011-01-23 Werner Lemberg <wl@gnu.org>
4620
4621 * Makefile.in (MAKEINFO): Now controlled by `configure'.
4622 (MAKEINFO_OPTS): New variable. Use it where appropriate.
4623 (ENVADD): New variable to control texi2dvi and texi2pdf.
4624
4625 2011-01-15 Chong Yidong <cyd@stupidchicken.com>
4626
4627 * files.texi (Directory Names): Move directory-abbrev-alist doc to
4628 Emacs manual.
4629
4630 2011-01-15 Eli Zaretskii <eliz@gnu.org>
4631
4632 * files.texi (Directory Names): Explain why FROM in
4633 directory-abbrev-alist should begin with \`. (Bug#7777)
4634
4635 2011-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
4636
4637 * loading.texi (Hooks for Loading): Adjust doc of eval-after-load.
4638
4639 2011-01-02 Eli Zaretskii <eliz@gnu.org>
4640
4641 * modes.texi (Emulating Mode Line): Fix last change.
4642
4643 2011-01-02 Eli Zaretskii <eliz@gnu.org>
4644
4645 * modes.texi (Emulating Mode Line): Update documentation of
4646 format-mode-line according to changes that fixed bug #7587.
4647
4648 2010-12-18 Stefan Monnier <monnier@iro.umontreal.ca>
4649
4650 * modes.texi (Derived Modes): Mention prog-mode.
4651
4652 * keymaps.texi (Simple Menu Items, Extended Menu Items): Remove mention
4653 of the key-binding-data cache since we don't use it any more.
4654
4655 2010-12-13 Eli Zaretskii <eliz@gnu.org>
4656
4657 * processes.texi (Shell Arguments):
4658 * strings.texi (Creating Strings): Don't mention "shell commands";
4659 make it explicit that `split-string-and-unquote' and
4660 `combine-and-quote-strings' are mainly for working with arguments
4661 to call-process and start-process.
4662
4663 * processes.texi (Shell Arguments): Fix documentation of
4664 `split-string-and-unquote'. Add indexing. (Bug#7563)
4665
4666 2010-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
4667
4668 * modes.texi (Auto-Indentation): New section to document SMIE.
4669 (Major Mode Conventions):
4670 * text.texi (Mode-Specific Indent): Refer to it.
4671
4672 2010-12-13 Eli Zaretskii <eliz@gnu.org>
4673
4674 * display.texi (Other Display Specs): Document left-fringe and
4675 right-fringe display specs.
4676
4677 2010-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
4678
4679 * backups.texi (Making Backups):
4680 * modes.texi (Example Major Modes): Use recommended coding style.
4681 (Major Mode Basics, Derived Modes): Encourge more strongly use of
4682 define-derived-mode. Mention completion-at-point-functions.
4683
4684 2010-12-13 Chong Yidong <cyd@stupidchicken.com>
4685
4686 * nonascii.texi (Converting Representations):
4687 Document byte-to-string.
4688
4689 2010-12-08 Glenn Morris <rgm@gnu.org>
4690
4691 * buffers.texi (Modification Time):
4692 verify-visited-file-modtime now defaults to the current buffer.
4693
4694 2010-11-27 Chong Yidong <cyd@stupidchicken.com>
4695
4696 * nonascii.texi (Converting Representations): Document byte-to-string.
4697
4698 * strings.texi (Creating Strings): Don't mention semi-obsolete
4699 function char-to-string.
4700 (String Conversion): Shorten discussion of semi-obsolete function
4701 string-to-char. Link to Converting Representations.
4702
4703 * objects.texi (Symbol Type):
4704 * text.texi (Near Point):
4705 * help.texi (Help Functions):
4706 * functions.texi (Mapping Functions): Use string instead of
4707 char-to-string in examples.
4708
4709 2010-11-27 Chong Yidong <cyd@stupidchicken.com>
4710
4711 * text.texi (Kill Functions, Kill Functions)
4712 (Low-Level Kill Ring, Low-Level Kill Ring): Remove obsolete
4713 YANK-HANDLER args.
4714
4715 * symbols.texi (Creating Symbols): Using unintern without an
4716 obarray arg is now obsolete.
4717
4718 * numbers.texi (Float Basics): Document float-e and float-pi.
4719
4720 * variables.texi (Defining Variables): Change "pi" example to
4721 "float-pi".
4722
4723 2010-11-26 Eli Zaretskii <eliz@gnu.org>
4724
4725 * commands.texi (Click Events): Document the values of X, Y and
4726 COL, ROW in the event's position, when the click is on the header
4727 or mode line, on the fringes, or in the margins.
4728
4729 2010-11-17 Eli Zaretskii <eliz@gnu.org>
4730
4731 * customize.texi (Composite Types): Lower-case index entry.
4732
4733 * loading.texi (How Programs Do Loading):
4734 Document load-file-name. (Bug#7346)
4735
4736 2010-11-17 Glenn Morris <rgm@gnu.org>
4737
4738 * text.texi (Kill Functions, Low-Level Kill Ring): Small fixes.
4739
4740 2010-11-13 Eli Zaretskii <eliz@gnu.org>
4741
4742 * display.texi (Usual Display): Characters with no fonts are not
4743 necessarily displayed as empty boxes.
4744
4745 2010-10-31 Glenn Morris <rgm@gnu.org>
4746
4747 * maps.texi (Standard Keymaps): Update File menu description.
4748
4749 2010-10-28 Glenn Morris <rgm@gnu.org>
4750
4751 * Makefile.in (elisp.dvi, elisp.pdf): Also include $emacsdir.
4752
4753 2010-10-24 Eli Zaretskii <eliz@gnu.org>
4754
4755 * display.texi (Window Systems): Deprecate use of window-system as
4756 a predicate.
4757
4758 2010-10-23 Glenn Morris <rgm@gnu.org>
4759
4760 * help.texi (Documentation Basics): Remove mentions of digest-doc and
4761 sorted-doc.
4762
4763 2010-10-15 Eli Zaretskii <eliz@gnu.org>
4764
4765 * os.texi (Dynamic Libraries): New node, with slightly modified
4766 text deleted from "Image Formats".
4767 (System Interface): Add @menu entry for "Dynamic Libraries".
4768
4769 * display.texi (Image Formats): Remove description of
4770 image-library-alist. (Renamed in 2010-10-13T14:50:06Z!lekktu@gmail.com.)
4771
4772 2010-10-12 Glenn Morris <rgm@gnu.org>
4773
4774 * book-spine.texinfo: Rename to book-spine.texi.
4775
4776 2010-10-11 Glenn Morris <rgm@gnu.org>
4777
4778 * Makefile.in (MAKEINFO): Add explicit -I$srcdir.
4779
4780 * Makefile.in (DVIPS): New variable.
4781 (.PHONY): Add html, ps.
4782 (html, elisp.html, ps, elisp.ps): New targets.
4783 (clean): Delete html, ps files.
4784 ($(infodir)/elisp): Remove unnecessary includes.
4785
4786 2010-10-09 Eli Zaretskii <eliz@gnu.org>
4787
4788 * makefile.w32-in (emacsdir): New variable.
4789 (srcs): Add emacsver.texi.
4790 ($(infodir)/elisp, elisp.dvi): Add -I$(emacsdir).
4791
4792 2010-10-09 Glenn Morris <rgm@gnu.org>
4793
4794 * Makefile.in (VPATH): Remove.
4795 (infodir): Make it absolute.
4796 (mkinfodir, $(infodir)/elisp, infoclean): No need to cd $srcdir.
4797
4798 * Makefile.in (dist): Anchor regexps.
4799
4800 * Makefile.in (srcs): Put elisp.texi first.
4801 ($(infodir)/elisp, elisp.dvi, elisp.pdf): Use $<.
4802
4803 * Makefile.in (infoclean): Remove harmless, long-standing error.
4804
4805 * Makefile.in ($(infodir)): Delete rule.
4806 (mkinfodir): New.
4807 ($(infodir)/elisp): Use $mkinfodir instead of infodir.
4808
4809 * Makefile.in (dist): Remove reference to emacsver.texi.in.
4810 Also copy emacsver.texi, and edit $emacsdir.
4811
4812 2010-10-09 Glenn Morris <rgm@gnu.org>
4813
4814 * Makefile.in (emacsdir): New variable.
4815 (MAKEINFO): Add -I $emacsdir.
4816 (dist): Copy emacsver.texi.
4817 (srcs): Add emacsver.texi.
4818
4819 * book-spine.texinfo, elisp.texi, vol2.texi, vol1.texi:
4820 Set EMACSVER by including emacsver.texi.
4821
4822 * Makefile.in (.PHONY): Declare info, dvi, pdf, dist.
4823
4824 2010-10-07 Glenn Morris <rgm@gnu.org>
4825
4826 * Makefile.in (version): New, set by configure.
4827 (clean): Delete dist tar file.
4828 (dist): Use version in tar name.
4829
4830 2010-10-06 Glenn Morris <rgm@gnu.org>
4831
4832 * Makefile.in: Rearrange to more closely resemble doc/emacs/Makefile.
4833 (INSTALL_INFO): Remove unused variable.
4834 (mostlyclean, infoclean, dist): New rules.
4835 (clean): Delete dvi and pdf files.
4836 (maintainer-clean): Remove elisp.oaux, use infoclean.
4837 ($(infodir)): Add parallel build workaround.
4838
4839 2010-10-04 Glenn Morris <rgm@gnu.org>
4840
4841 * Makefile.in (dvi, pdf, $(infodir)): New targets.
4842 ($(infodir)/elisp): Ensure target directory exists. Use $@.
4843 Fix -I typo.
4844 (clean): No 'make.out' or 'core' files.
4845 (.PHONY): Declare clean rules.
4846 (maintainer-clean): Delete pdf file. Guard against cd failures.
4847
4848 2010-10-03 Glenn Morris <rgm@gnu.org>
4849
4850 * files.texi (File Name Components): Remove ignored section about
4851 deleted variable directory-sep-char.
4852
4853 2010-10-03 Michael Albinus <michael.albinus@gmx.de>
4854
4855 * files.texi (Magic File Names): New defopt
4856 remote-file-name-inhibit-cache.
4857
4858 2010-10-02 Glenn Morris <rgm@gnu.org>
4859
4860 * os.texi (Killing Emacs): Hook now runs in batch mode.
4861
4862 2010-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
4863
4864 * text.texi (Special Properties): Clarify when modification-hooks run.
4865
4866 2010-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
4867
4868 * syntax.texi (Syntax Flags): Document new `c' flag.
4869
4870 2010-09-09 Glenn Morris <rgm@gnu.org>
4871
4872 * display.texi (ImageMagick Images): General cleanup.
4873
4874 2010-09-06 Alexander Klimov <alserkli@inbox.ru> (tiny change)
4875
4876 * files.texi (Directory Names): Use \` rather than ^.
4877
4878 2010-09-02 Jan Djärv <jan.h.d@swipnet.se>
4879
4880 * text.texi (Low-Level Kill Ring):
4881 * frames.texi (Window System Selections): Remove cut buffer
4882 documentation.
4883
4884 2010-08-28 Eli Zaretskii <eliz@gnu.org>
4885
4886 * display.texi (Fringe Size/Pos): Add a cross-reference to "Layout
4887 Parameters", where the default fringe width is described.
4888
4889 * frames.texi (Window Frame Parameters, Basic Parameters)
4890 (Position Parameters, Layout Parameters, Management Parameters)
4891 (Cursor Parameters, Font and Color Parameters): Add indexing for
4892 frame parameters. (Bug#6929)
4893
4894 2010-08-25 Tom Tromey <tromey@redhat.com>
4895
4896 * vol2.texi (Top): Update.
4897 * vol1.texi (Top): Update.
4898 * tips.texi (Library Headers): Mention Package-Version and
4899 Package-Requires.
4900 * package.texi: New file.
4901 * os.texi (System Interface): Update pointers.
4902 * elisp.texi (Top): Link to new nodes. Include package.texi.
4903 * anti.texi (Antinews): Update pointers.
4904
4905 2010-08-25 Eli Zaretskii <eliz@gnu.org>
4906
4907 * processes.texi (Filter Functions): Fix last change.
4908
4909 2010-08-24 Markus Triska <triska@gmx.at>
4910
4911 * processes.texi (Filter Functions): Use `buffer-live-p' instead
4912 of `buffer-name' in the main text as well as in the example
4913 (Bug#3098).
4914
4915 2010-08-22 Chong Yidong <cyd@stupidchicken.com>
4916
4917 * nonascii.texi (Text Representations):
4918 * loading.texi (Loading Non-ASCII):
4919 * compile.texi (Byte Compilation): Don't mention obsolete
4920 --unibyte command-line argument.
4921
4922 2010-08-22 Chong Yidong <cyd@stupidchicken.com>
4923
4924 * modes.texi (Defining Minor Modes): Doc fix (Bug#6880).
4925
4926 2010-08-22 Chong Yidong <cyd@stupidchicken.com>
4927
4928 * objects.texi (Bool-Vector Type): Minor definition tweak (Bug#6878).
4929
4930 2010-08-20 Eli Zaretskii <eliz@gnu.org>
4931
4932 * commands.texi (Misc Events): Add cross-references to where
4933 POSITION of a mouse event is described in detail.
4934
4935 2010-08-08 Christoph Scholtes <cschol2112@googlemail.com>
4936
4937 * control.texi (Handling Errors) <error-message-string>: Fix arg name.
4938
4939 2010-08-08 Juanma Barranquero <lekktu@gmail.com>
4940
4941 * modes.texi (Defining Minor Modes): Use C-backspace, not C-delete.
4942 Suggested by Štěpán Němec <stepnem@gmail.com>.
4943
4944 2010-08-08 Juanma Barranquero <lekktu@gmail.com>
4945
4946 * minibuf.texi (High-Level Completion): Document args of
4947 `read-buffer-function' (bug#5625).
4948
4949 2010-07-29 Jan Djärv <jan.h.d@swipnet.se>
4950
4951 * frames.texi (Layout Parameters): Add doc for tool-bar-position.
4952
4953 2010-07-29 Michael Albinus <michael.albinus@gmx.de>
4954
4955 * processes.texi (Process Information): Explain process property
4956 `remote-tty'.
4957
4958 2010-07-27 Juanma Barranquero <lekktu@gmail.com>
4959
4960 * modes.texi (Defining Minor Modes): Use C-delete in examples,
4961 instead of "\C-\^?" (bug#6334).
4962
4963 * text.texi (Special Properties): Fix typo.
4964
4965 2010-07-09 Eli Zaretskii <eliz@gnu.org>
4966
4967 * internals.texi (Writing Emacs Primitives): Adapt to ANSI C
4968 calling sequences, which are now the standard.
4969
4970 2010-06-24 Chong Yidong <cyd@stupidchicken.com>
4971
4972 * text.texi (Undo): Clarify command loop behavior (Bug#2433).
4973
4974 * commands.texi (Command Overview): Mention undo-boundary call.
4975
4976 2010-06-23 Glenn Morris <rgm@gnu.org>
4977
4978 * abbrevs.texi, commands.texi, compile.texi, debugging.texi:
4979 * display.texi, edebug.texi, elisp.texi, eval.texi, files.texi:
4980 * frames.texi, functions.texi, internals.texi, keymaps.texi:
4981 * loading.texi, minibuf.texi, numbers.texi, os.texi, processes.texi:
4982 * searching.texi, sequences.texi, strings.texi, syntax.texi:
4983 * text.texi, tips.texi, vol1.texi, vol2.texi, windows.texi:
4984 Untabify Texinfo files.
4985
4986 2010-06-20 Chong Yidong <cyd@stupidchicken.com>
4987
4988 * modes.texi (Minor Mode Conventions): Fix typo (Bug#6477).
4989
4990 2010-06-19 Chong Yidong <cyd@stupidchicken.com>
4991
4992 * errors.texi (Standard Errors): Remove unnecessary markup (Bug#6461).
4993
4994 2010-06-02 Chong Yidong <cyd@stupidchicken.com>
4995
4996 * searching.texi (Regexp Special): Remove obsolete information
4997 about matching non-ASCII characters, and suggest using char
4998 classes (Bug#6283).
4999
5000 2010-05-30 Juanma Barranquero <lekktu@gmail.com>
5001
5002 * minibuf.texi (Basic Completion): Add missing "@end defun".
5003
5004 2010-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
5005
5006 * minibuf.texi (Basic Completion): Document completion-boundaries.
5007 (Programmed Completion): Document the new fourth method for boundaries.
5008
5009 2010-05-22 Chong Yidong <cyd@stupidchicken.com>
5010
5011 * display.texi (Image Cache): Update documentation about image caching.
5012
5013 2010-05-08 Štěpán Němec <stepnem@gmail.com> (tiny change)
5014
5015 * windows.texi (Textual Scrolling):
5016 * tips.texi (Coding Conventions):
5017 * minibuf.texi (Minibuffer History):
5018 * maps.texi (Standard Keymaps):
5019 * loading.texi (Where Defined):
5020 * edebug.texi (Instrumenting): Fix typos.
5021
5022 2010-05-08 Chong Yidong <cyd@stupidchicken.com>
5023
5024 * keymaps.texi (Menu Bar): Document :advertised-binding property.
5025
5026 * functions.texi (Obsolete Functions):
5027 Document set-advertised-calling-convention.
5028
5029 * minibuf.texi (Basic Completion): Document completion-in-region.
5030 (Programmed Completion): Document completion-annotate-function.
5031
5032 * commands.texi (Reading One Event): Document read-key.
5033 (Distinguish Interactive): Document KIND arg to
5034 called-interactively-p. Delete obsolete interactive-p.
5035
5036 * elisp.texi (Top): Update node description.
5037
5038 2010-05-08 Eli Zaretskii <eliz@gnu.org>
5039
5040 * nonascii.texi (Character Properties):
5041 Document unicode-category-table. Add an index entry for Unicode
5042 general category.
5043
5044 2010-05-07 Chong Yidong <cyd@stupidchicken.com>
5045
5046 * Version 23.2 released.
5047
5048 2010-04-20 Juanma Barranquero <lekktu@gmail.com>
5049
5050 * locals.texi (Standard Buffer-Local Variables):
5051 Remove @ignore'd reference to `direction-reversed'.
5052
5053 2010-04-14 Juri Linkov <juri@jurta.org>
5054
5055 Fix @deffn without category.
5056
5057 * abbrevs.texi (Abbrev Expansion): Replace @deffn with @defun
5058 for `abbrev-insert'.
5059
5060 * buffers.texi (Indirect Buffers): Add category `Command'
5061 to @deffn of `clone-indirect-buffer'.
5062
5063 * windows.texi (Cyclic Window Ordering): Replace @deffn with @defun
5064 for `next-window' and `previous-window'. Add category `Command'
5065 to @deffn of `pop-to-buffer'.
5066
5067 2010-04-01 Chong Yidong <cyd@stupidchicken.com>
5068
5069 * nonascii.texi (Text Representations): Don't mark
5070 enable-multibyte-characters as a user option.
5071
5072 2010-03-31 Eli Zaretskii <eliz@gnu.org>
5073
5074 * control.texi (Handling Errors): How to re-throw a signal caught
5075 by condition-case.
5076
5077 2010-03-26 Chong Yidong <cyd@stupidchicken.com>
5078
5079 * loading.texi (Hooks for Loading): Document after-load-functions.
5080 Copyedits.
5081
5082 2010-03-24 Arni Magnusson <arnima@hafro.is> (tiny change)
5083
5084 * frames.texi (Cursor Parameters): Fix typo. (Bug#5760)
5085
5086 2010-03-24 Chong Yidong <cyd@stupidchicken.com>
5087
5088 * processes.texi (Network Processes): Document seqpacket type.
5089
5090 2010-03-20 Dan Nicolaescu <dann@ics.uci.edu>
5091
5092 * os.texi (System Environment): Do not mention lynxos.
5093
5094 2010-03-10 Chong Yidong <cyd@stupidchicken.com>
5095
5096 * Branch for 23.2.
5097
5098 2010-03-06 Chong Yidong <cyd@stupidchicken.com>
5099
5100 * objects.texi (Integer Type): Take note of the read syntax
5101 exception for numbers that cannot fit in the integer type.
5102
5103 2010-03-03 Glenn Morris <rgm@gnu.org>
5104
5105 * numbers.texi (Integer Basics, Bitwise Operations):
5106 * objects.texi (Integer Type): Update for integers now being 30-bit.
5107
5108 2010-02-27 Chong Yidong <cyd@stupidchicken.com>
5109
5110 * display.texi (Low-Level Font): Document :otf font-spec property.
5111
5112 2010-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
5113
5114 * display.texi (Line Height): Avoid obsolete special default variables
5115 like default-major-mode.
5116
5117 2010-01-28 Alan Mackenzie <acm@muc.de>
5118
5119 * display.texi (Auto Faces): Say fontification-functions is called
5120 whether or not Font Lock is enabled. Tidy up the wording a bit.
5121
5122 2010-01-17 Chong Yidong <cyd@stupidchicken.com>
5123
5124 * elisp.texi: Remove duplicate edition information (Bug#5407).
5125
5126 2010-01-17 Juanma Barranquero <lekktu@gmail.com>
5127
5128 * two.el (volume-header-toc-markup): Fix typos in docstring.
5129
5130 2010-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
5131
5132 Avoid dubious uses of save-excursions.
5133 * positions.texi (Excursions): Recommend the use of
5134 save-current-buffer if applicable.
5135 * text.texi (Clickable Text): Fix the example code which used
5136 save-excursion in a naive way which sometimes preserves point and
5137 sometimes not.
5138 * variables.texi (Creating Buffer-Local):
5139 * os.texi (Session Management):
5140 * display.texi (GIF Images):
5141 * control.texi (Cleanups): Use (save|with)-current-buffer.
5142
5143 2010-01-02 Eli Zaretskii <eliz@gnu.org>
5144
5145 * modes.texi (Example Major Modes): Fix indentation. (Bug#5195)
5146
5147 2010-01-02 Chong Yidong <cyd@stupidchicken.com>
5148
5149 * nonascii.texi (Text Representations, Character Codes)
5150 (Converting Representations, Explicit Encoding)
5151 (Translation of Characters): Use hex notation consistently.
5152 (Character Sets): Fix map-charset-chars doc (Bug#5197).
5153
5154 2010-01-01 Chong Yidong <cyd@stupidchicken.com>
5155
5156 * loading.texi (Where Defined): Make it clearer that these are
5157 loaded files (Bug#5068).
5158
5159 2009-12-29 Chong Yidong <cyd@stupidchicken.com>
5160
5161 * minibuf.texi (Completion Styles): Document `initials' style.
5162
5163 2009-12-25 Chong Yidong <cyd@stupidchicken.com>
5164
5165 * frames.texi (Resources): Describe inhibit-x-resources.
5166 (Size Parameters): Copyedit.
5167
5168 * hash.texi (Creating Hash):
5169 * objects.texi (Hash Table Type): Document the new hash table
5170 printed representation.
5171
5172 * minibuf.texi (Basic Completion): 4th arg to all-completions is
5173 obsolete.
5174
5175 * processes.texi (Process Buffers):
5176 Document process-kill-buffer-query-function.
5177
5178 2009-12-05 Glenn Morris <rgm@gnu.org>
5179
5180 * hooks.texi (Standard Hooks): Remove diary-display-hook, replaced by
5181 diary-display-function, and no longer recommended to be a hook.
5182 Update for changes in the names of calendar and diary hooks.
5183 diary-print-entries-hook has changed section.
5184
5185 2009-11-28 Eli Zaretskii <eliz@gnu.org>
5186
5187 * text.texi (Special Properties): More accurate description of
5188 what the `cursor' property does.
5189
5190 2009-11-26 Kevin Ryde <user42@zip.com.au>
5191
5192 * commands.texi (Misc Events): vindex mouse-wheel-up-event and
5193 mouse-wheel-down-event, the closest thing to a definition for them.
5194 * os.texi (Startup Summary): vindex inhibit-startup-message and
5195 inhibit-splash-screen.
5196 (Command-Line Arguments): vindex argv.
5197 (Suspending Emacs): vindex suspend-tty-functions and
5198 resume-tty-functions. Don't want to index every hook, but having
5199 the programming ones is helpful.
5200
5201 2009-11-14 Chong Yidong <cyd@stupidchicken.com>
5202
5203 * commands.texi (Motion Events): Fix typo (Bug#4907).
5204
5205 2009-11-08 Chong Yidong <cyd@stupidchicken.com>
5206
5207 * searching.texi (Char Classes): Note that [:upper:] and [:lower:]
5208 are affected by case-fold-search (Bug#4483).
5209
5210 2009-11-02 Chong Yidong <cyd@stupidchicken.com>
5211
5212 * minibuf.texi (Reading File Names): Note that read-file-name may
5213 use a graphical file dialog.
5214
5215 2009-10-31 Glenn Morris <rgm@gnu.org>
5216
5217 * nonascii.texi (User-Chosen Coding Systems): Minor reword. (Bug#4817)
5218
5219 2009-10-16 Kevin Ryde <user42@zip.com.au>
5220
5221 * files.texi (Magic File Names): Add @vindex file-name-handler-alist,
5222 in particular so `info-lookup-symbol' can find its docs.
5223
5224 2009-10-16 Chong Yidong <cyd@stupidchicken.com>
5225
5226 * variables.texi (Constant Variables): Distinguish from defconst
5227 variables.
5228 (Defining Variables): Add cindex.
5229
5230 2009-10-15 Chong Yidong <cyd@stupidchicken.com>
5231
5232 * os.texi (Time of Day): Clarify that the microsecond part is
5233 ignored (Bug#4637).
5234
5235 2009-10-11 Glenn Morris <rgm@gnu.org>
5236
5237 * frames.texi (Size and Position): Clarify what is included in the frame
5238 height. (Bug#4535)
5239
5240 2009-10-10 Glenn Morris <rgm@gnu.org>
5241
5242 * windows.texi (Size of Window): The relationship between window and
5243 frame heights is not so simple. (Bug#4535)
5244 Mention window-full-height-p.
5245
5246 2009-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
5247
5248 * positions.texi (Text Lines): Remove goto-line, since it shouldn't be
5249 used from Lisp.
5250
5251 2009-10-07 Eli Zaretskii <eliz@gnu.org>
5252
5253 * files.texi (Directory Names) <abbreviate-file-name>:
5254 Document that root home directories are not replaced with "~".
5255
5256 2009-10-06 Eli Zaretskii <eliz@gnu.org>
5257
5258 * text.texi (Special Properties): Document the meaning of the
5259 `cursor' text property whose value is an integer.
5260
5261 2009-10-05 Michael Albinus <michael.albinus@gmx.de>
5262
5263 * files.texi (Magic File Names): Add `copy-directory'.
5264
5265 2009-10-05 Eli Zaretskii <eliz@gnu.org>
5266
5267 * files.texi (File Attributes): Fix description of file
5268 attributes. (Bug#4638) Update attributes of files.texi example to
5269 be more representative.
5270
5271 2009-10-05 Michael Albinus <michael.albinus@gmx.de>
5272
5273 * files.texi (Create/Delete Dirs): New command copy-directory.
5274
5275 2009-10-04 Juanma Barranquero <lekktu@gmail.com>
5276
5277 * anti.texi (Antinews):
5278 * macros.texi (Indenting Macros):
5279 * strings.texi (Creating Strings, Case Conversion):
5280 Remove duplicate words.
5281
5282 2009-10-01 Michael Albinus <michael.albinus@gmx.de>
5283
5284 * files.texi (Create/Delete Dirs): delete-directory has an
5285 optional parameter RECURSIVE.
5286
5287 2009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
5288
5289 * buffers.texi (Swapping Text): Minor clarification.
5290
5291 2009-10-01 Glenn Morris <rgm@gnu.org>
5292
5293 * functions.texi (Declaring Functions): Mention that we also search for
5294 ".m" files in the src/ directory.
5295
5296 2009-09-25 David Engster <deng@randomsample.de>
5297
5298 * display.texi (Managing Overlays): Document copy-overlay (Bug#4549).
5299
5300 2009-09-22 Glenn Morris <rgm@gnu.org>
5301
5302 * internals.texi (Building Emacs): Mention preloaded-file-list.
5303
5304 2009-09-14 Alan Mackenzie <acm@muc.de>
5305
5306 * os.texi (Terminal Output): Put "@code{}" around "stdout".
5307
5308 2009-09-13 Chong Yidong <cyd@stupidchicken.com>
5309
5310 * functions.texi (Anonymous Functions): Rearrange discussion,
5311 giving usage of unquoted lambda forms first. Mention that
5312 `function' and `#'' are no longer required (Bug#4290).
5313
5314 2009-09-11 Alan Mackenzie <acm@muc.de>
5315
5316 * os.texi (Terminal Output): Document `send-string-to-terminal' in
5317 batch mode.
5318
5319 2009-09-01 Glenn Morris <rgm@gnu.org>
5320
5321 * display.texi (Face Functions): Mention define-obsolete-face-alias.
5322
5323 2009-08-26 Ulrich Mueller <ulm@gentoo.org>
5324
5325 * nonascii.texi (Character Codes): Fix typos.
5326
5327 2009-08-25 Michael Albinus <michael.albinus@gmx.de>
5328
5329 * processes.texi (Synchronous Processes): New defvar
5330 process-file-side-effects.
5331
5332 2009-08-25 Glenn Morris <rgm@gnu.org>
5333
5334 * display.texi (Fontsets): Fix typo.
5335
5336 * files.texi (Format Conversion Round-Trip): Mention nil regexp.
5337
5338 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
5339
5340 * processes.texi (Asynchronous Processes): Adjust arglist of
5341 start-process-shell-command and start-file-process-shell-command.
5342
5343 2009-08-15 Chong Yidong <cyd@stupidchicken.com>
5344
5345 * advice.texi (Argument Access in Advice): Note that argument
5346 positions are zero-based (Bug#3932).
5347
5348 * commands.texi (Distinguish Interactive): Minor copyedit.
5349
5350 * display.texi (Face Attributes): Add xref to Displaying Faces for
5351 explanation of "underlying face".
5352
5353 * customize.texi (Common Keywords): Add xref to Loading.
5354
5355 * loading.texi (How Programs Do Loading): Add xref to Lisp
5356 Libraries node in the Emacs manual.
5357
5358 2009-08-13 Chong Yidong <cyd@stupidchicken.com>
5359
5360 * objects.texi (Meta-Char Syntax): Add xref to Strings of Events.
5361
5362 2009-07-18 Chong Yidong <cyd@stupidchicken.com>
5363
5364 * processes.texi (Shell Arguments): Copyedits.
5365
5366 2009-07-18 Glenn Morris <rgm@gnu.org>
5367
5368 * loading.texi (Repeated Loading): Fix typo.
5369
5370 2009-07-16 Richard Stallman <rms@gnu.org>
5371
5372 * buffers.texi (Swapping Text): Recommend setting
5373 write-region-annotate-functions and buffer-saved-size.
5374
5375 * backups.texi (Auto-Saving): Document buffer-saved-size = -2.
5376
5377 2009-07-15 Glenn Morris <rgm@gnu.org>
5378
5379 * edebug.texi: Minor re-phrasings throughout.
5380 (Edebug Execution Modes): Sit-for affects continue mode too.
5381 (Jumping): Use `forward-sexp' rather than its keybinding.
5382 (Edebug Misc): Fix Q binding.
5383 (Edebug Eval): Remove cl version.
5384 (Printing in Edebug): Clarify print-length etc.
5385 (Instrumenting Macro Calls): Defopt edebug-eval-macro-args.
5386 (Specification List): Remove edebug-unwrap findex entry.
5387 (Specification Examples): defmacro is actually not the same as defun.
5388 Escape "`" in example.
5389
5390 2009-07-15 Chong Yidong <cyd@stupidchicken.com>
5391
5392 * markers.texi (The Mark): Document optional arg to
5393 deactivate-mark.
5394
5395 2009-07-11 Kevin Ryde <user42@zip.com.au>
5396
5397 * hooks.texi (Standard Hooks): Fix cross-references.
5398
5399 * loading.texi (Named Features): Refer to eval-after-load.
5400
5401 2009-07-11 Glenn Morris <rgm@gnu.org>
5402
5403 * Makefile.in (TEXI2PDF): New.
5404 (elisp.pdf): New target.
5405
5406 * searching.texi (Regexp Backslash): Fix typo.
5407
5408 * elisp.texi (Top): Display copyright notice at start of non-TeX.
5409
5410 2009-07-10 Glenn Morris <rgm@gnu.org>
5411
5412 * elisp.texi, vol1.texi, vol2.texi: Update @detailmenu.
5413
5414 * customize.texi (Customization Types):
5415 * display.texi (Abstract Display):
5416 * objects.texi (Character Type, String Type):
5417 Merge in some menu descriptions from elisp.texi.
5418
5419 * hash.texi (Hash Tables):
5420 * modes.texi (Multiline Font Lock):
5421 End menu description with period.
5422
5423 2009-07-09 Glenn Morris <rgm@gnu.org>
5424
5425 * back.texi: Don't hard-code texinfo location.
5426
5427 * two-volume.make (texinfodir): New, with location of texinfo.tex.
5428 (tex): Add texinfodir to TEXINPUTS.
5429 (elisp1med-init, elisp2med-init): Use texinfodir.
5430
5431 * Makefile.in (texinfodir): Rename from usermanualdir, and update.
5432 (clean): Add two-volume.make intermediate files.
5433
5434 * elisp.texi, vol1.texi, vol2.texi:
5435 Use a DATE variable with the publication date, and update it.
5436 Fix antinews menu description.
5437
5438 * vol1.texi, vol2.texi: Update VERSION to match elisp.texi.
5439 Update the detailed node listing to match elisp.texi.
5440
5441 * README: Update edition to match elisp.texi.
5442
5443 * objects.texi (General Escape Syntax):
5444 * nonascii.texi (Character Sets):
5445 Use consistent case for "Unicode Standard".
5446
5447 * anti.texi (Antinews):
5448 * customize.texi (Variable Definitions):
5449 * functions.texi (Declaring Functions):
5450 * nonascii.texi (Character Properties):
5451 * processes.texi (Serial Ports):
5452 * text.texi (Special Properties):
5453 * tips.texi (Coding Conventions):
5454 Minor rearrangements to improve TeX line-filling.
5455
5456 * commands.texi (Using Interactive): Fix cross-reference.
5457
5458 2009-07-01 Jan Djärv <jan.h.d@swipnet.se>
5459
5460 * frames.texi (Management Parameters): Mention sticky.
5461
5462 2009-07-01 Andreas Schwab <aschwab@redhat.com>
5463
5464 * help.texi (Help Functions): Fix description of help-buffer and
5465 help-setup-xref to use @defun instead of @deffn.
5466
5467 2009-07-01 Jan Djärv <jan.h.d@swipnet.se>
5468
5469 * frames.texi (Size Parameters): Mention maximized for fullscreen.
5470
5471 2009-06-24 Chong Yidong <cyd@stupidchicken.com>
5472
5473 * display.texi (Window Systems): Add ns to the list.
5474
5475 2009-06-21 Chong Yidong <cyd@stupidchicken.com>
5476
5477 * Branch for 23.1.
5478
5479 2009-06-17 Martin Rudalics <rudalics@gmx.at>
5480
5481 * windows.texi (Dedicated Windows): Fix typo.
5482 (Resizing Windows): Replace @defun by @deffn.
5483
5484 2009-06-17 Glenn Morris <rgm@gnu.org>
5485
5486 * variables.texi (Directory Local Variables):
5487 Update for 2009-04-11 name-change of dir-locals-directory-alist.
5488
5489 2009-06-09 Kenichi Handa <handa@m17n.org>
5490
5491 * nonascii.texi (Character Sets): State clearly that FROM and TO
5492 are codepoints of CHARSET.
5493
5494 2009-06-07 Chong Yidong <cyd@stupidchicken.com>
5495
5496 * minibuf.texi (Reading File Names): Fix introductory text.
5497 Suggested by stan@derbycityprints.com.
5498 (High-Level Completion): Fix typo.
5499
5500 2009-05-28 Chong Yidong <cyd@stupidchicken.com>
5501
5502 * frames.texi (Text Terminal Colors): Multi-tty is already
5503 implemented, but tty-local colors are not.
5504
5505 2009-05-27 Chong Yidong <cyd@stupidchicken.com>
5506
5507 * hooks.texi (Standard Hooks): Remove mention of obsolete
5508 redisplay-end-trigger-functions.
5509
5510 * internals.texi (Window Internals): Remove mention of obsolete
5511 redisplay-end-trigger-functions.
5512
5513 2009-05-21 Martin Rudalics <rudalics@gmx.at>
5514
5515 * abbrevs.texi (Abbrev Mode): abbrev-mode is an option.
5516
5517 * backups.texi (Making Backups): backup-directory-alist and
5518 make-backup-file-name-function are options.
5519 (Auto-Saving): auto-save-list-file-prefix is an option.
5520
5521 * buffers.texi (Killing Buffers): buffer-offer-save is an
5522 option.
5523
5524 * display.texi (Refresh Screen): no-redraw-on-reenter is an
5525 option.
5526 (Echo Area Customization): echo-keystrokes is an option.
5527 (Selective Display): selective-display-ellipses is an option.
5528 (Temporary Displays): temp-buffer-show-function is an option.
5529 (Face Attributes): underline-minimum-offset and x-bitmap-file-path
5530 are options.
5531 (Font Selection): face-font-family-alternatives,
5532 face-font-selection-order, face-font-registry-alternatives, and
5533 scalable-fonts-allowed are options.
5534 (Fringe Indicators): indicate-buffer-boundaries is an option.
5535 (Fringe Cursors): overflow-newline-into-fringe is an option.
5536 (Scroll Bars): scroll-bar-mode is an option.
5537
5538 * eval.texi (Eval): max-lisp-eval-depth is an option.
5539
5540 * files.texi (Visiting Functions): find-file-hook is an option.
5541 (Directory Names): directory-abbrev-alist is an option.
5542 (Unique File Names): temporary-file-directory and
5543 small-temporary-file-directory are options.
5544
5545 * frames.texi (Initial Parameters): initial-frame-alist,
5546 minibuffer-frame-alist and default-frame-alist are options.
5547 (Cursor Parameters): blink-cursor-alist and
5548 cursor-in-non-selected-windows ar options.
5549 (Window System Selections): selection-coding-system is an
5550 option.
5551 (Display Feature Testing): display-mm-dimensions-alist is an
5552 option.
5553
5554 * help.texi (Help Functions): help-char and help-event-list are
5555 options.
5556
5557 * keymaps.texi (Functions for Key Lookup): meta-prefix-char is
5558 an option.
5559
5560 * minibuf.texi (Minibuffer History): history-length and
5561 history-delete-duplicates are options.
5562 (High-Level Completion): read-buffer-function and
5563 read-buffer-completion-ignore-case are options.
5564 (Reading File Names): read-file-name-completion-ignore-case is
5565 an option.
5566
5567 * modes.texi (Mode Line Top): mode-line-format is an option.
5568 (Mode Line Variables): mode-line-position and mode-line-modes
5569 are options.
5570
5571 * nonascii.texi (Text Representations):
5572 enable-multibyte-characters is an option.
5573 (Default Coding Systems): auto-coding-regexp-alist,
5574 file-coding-system-alist, auto-coding-alist and
5575 auto-coding-functions are options.
5576 (Specifying Coding Systems): inhibit-eol-conversion is an
5577 option.
5578
5579 * os.texi (Init File): site-run-file is an option.
5580 (System Environment): mail-host-address is an option.
5581 (User Identification): user-mail-address is an option.
5582 (Terminal Output): baud-rate is an option.
5583
5584 * positions.texi (Word Motion): words-include-escapes is an
5585 option.
5586
5587 * searching.texi (Standard Regexps): page-delimiter,
5588 paragraph-separate, paragraph-separate and sentence-end are
5589 options.
5590
5591 * text.texi (Margins): left-margin and fill-nobreak-predicate
5592 are options.
5593
5594 * variables.texi (Local Variables): max-specpdl-size is an
5595 option.
5596
5597 * windows.texi (Choosing Window):
5598 split-window-preferred-function, special-display-function and
5599 display-buffer-function are options.
5600
5601 2009-05-20 Chong Yidong <cyd@stupidchicken.com>
5602
5603 Fix errors spotted by Martin Rudalics.
5604
5605 * syntax.texi (Position Parse): Document rationale for ignored
5606 arguments to syntax-ppss-flush-cache.
5607
5608 * processes.texi (Input to Processes): Mark PROCESS arg to
5609 process-running-child-p as optional.
5610 (Network Options): Document NO-ERROR arg to
5611 set-network-process-option.
5612
5613 * buffers.texi (Indirect Buffers): Mark clone-indirect-buffer as a
5614 command.
5615
5616 * searching.texi (POSIX Regexps): Mark posix-search-forward and
5617 posix-search-backward as commands.
5618
5619 * os.texi (Killing Emacs): Mark kill-emacs as a command.
5620 (Suspending Emacs): Mark suspend-emacs as a command.
5621 (Processor Run Time): Mark emacs-uptime and emacs-init-time as
5622 commands.
5623 (Terminal Output): Remove obsolete function baud-rate.
5624 Document TERMINAL arg for send-string-to-terminal.
5625
5626 * nonascii.texi (Terminal I/O Encoding): Document TERMINAL arg for
5627 terminal-coding-system and set-terminal-coding-system.
5628 (Explicit Encoding): Mark DESTINATION arg of decode-coding-region
5629 as optional.
5630 (Character Sets): Document RESTRICTION arg of char-charset.
5631 (Character Codes): Mark POS argument to get-byte as optional.
5632
5633 * minibuf.texi (Minibuffer Misc): Document ARGS arg for
5634 minibuffer-message.
5635
5636 * files.texi (Create/Delete Dirs): Mark make-directory and
5637 delete-directory as commands.
5638
5639 * abbrevs.texi (Abbrev Tables): Fix arglist for make-abbrev-table.
5640
5641 * text.texi (Base 64): Mark base64-decode-string and
5642 base64-encode-string as commands.
5643 (Columns): Mark move-to-column as a command.
5644 (Mode-Specific Indent): Document RIGID arg to
5645 indent-for-tab-command.
5646 (Region Indent): Mark TO-COLUMN arg to indent-region as optional.
5647 Mark indent-code-rigidly as a command.
5648 (Substitution): Mark translate-region as a command.
5649
5650 * frames.texi (Size and Position): Remove obsolete functions
5651 screen-height and screen-width.
5652
5653 2009-05-19 Chong Yidong <cyd@stupidchicken.com>
5654
5655 * windows.texi (Cyclic Window Ordering, Cyclic Window Ordering)
5656 (Displaying Buffers, Resizing Windows): Correct mistakes;
5657 next-window, previous-window, and pop-to-buffer are not commands,
5658 and fit-window-to-buffer" is a command. (Pointed out by Martin
5659 Rudalics.)
5660
5661 2009-05-17 Richard M Stallman <rms@gnu.org>
5662
5663 * modes.texi (Precalculated Fontification): Clarify text.
5664
5665 2009-05-17 Martin Rudalics <rudalics@gmx.at>
5666
5667 * windows.texi (Selecting Windows): Clarify descriptions of
5668 with-selected-window and get-lru-window.
5669 (Cyclic Window Ordering): Refer to particular frame when talking
5670 about how splitting affects the ordering.
5671 (Displaying Buffers): Fix descriptions of switch-to-buffer and
5672 switch-to-buffer-other-window. Explain how setting of
5673 display-buffer-reuse-frames affects pop-to-buffer.
5674 (Choosing Window): Clarify some details in descriptions of
5675 display-buffer-reuse-frames, pop-up-frames, and
5676 pop-up-frame-function.
5677 (Dedicated Windows): Clarify some details.
5678 (Textual Scrolling): Replace term vscroll by term vertical
5679 scroll position.
5680 (Vertical Scrolling): Fix typo.
5681 (Window Hooks): Relate text on jit-lock-register to window
5682 scrolling and size changes.
5683
5684 2009-05-14 Chong Yidong <cyd@stupidchicken.com>
5685
5686 * frames.texi (Initial Parameters): Clarify what the initial
5687 minibuffer frame is.
5688 (Buffer Parameters): Note that the minibuffer parameter can not be
5689 altered.
5690
5691 * anti.texi (Antinews): Copyedits. Rearrange some entries.
5692 Document display-buffer changes.
5693
5694 2009-05-13 Chong Yidong <cyd@stupidchicken.com>
5695
5696 * anti.texi (Antinews): Rewrite for Emacs 22.
5697
5698 * abbrevs.texi (Abbrevs): Add xref to Creating Symbols when
5699 obarrays are first mentioned. Define "system abbrev" more
5700 prominently, and add it to the index.
5701 (Abbrev Mode, Abbrev Tables, Defining Abbrevs, Abbrev Properties):
5702 Copyedits.
5703 (Abbrev Expansion): Document abbrev-insert.
5704
5705 2009-05-12 Chong Yidong <cyd@stupidchicken.com>
5706
5707 * frames.texi (Font and Color Parameters): Rename from Color
5708 Parameters. Document font-backend parameter.
5709
5710 * vol2.texi (Top): Update node listing.
5711 * vol1.texi (Top): Update node listing.
5712 * elisp.texi (Top): Update node listing.
5713
5714 2009-05-11 Martin Rudalics <rudalics@gmx.at>
5715
5716 * windows.texi (Choosing Window): Don't explicitly refer to
5717 split-window-sensibly's window argument in descriptions of
5718 split-height-threshold and split-width-threshold.
5719
5720 2009-05-10 Martin Rudalics <rudalics@gmx.at>
5721
5722 * windows.texi (Choosing Window): Fix rewrite of window
5723 splitting section.
5724
5725 2009-05-09 Eli Zaretskii <eliz@gnu.org>
5726
5727 * nonascii.texi (Default Coding Systems):
5728 Document find-auto-coding, set-auto-coding, and auto-coding-alist.
5729 Add indexing.
5730 (Lisp and Coding Systems): Add index entries.
5731
5732 2009-05-09 Martin Rudalics <rudalics@gmx.at>
5733
5734 * windows.texi (Choosing Window): Describe split-window-sensibly
5735 and rewrite section on window splitting accordingly.
5736 (Textual Scrolling): Replace `...' by @code{...}.
5737
5738 2009-05-04 Chong Yidong <cyd@stupidchicken.com>
5739
5740 * hooks.texi (Standard Hooks): Add abbrev-expand-functions.
5741 Remove obsoleted pre-abbrev-expand-hook.
5742
5743 * locals.texi (Standard Buffer-Local Variables): Consolidate table
5744 entries.
5745
5746 * internals.texi (Object Internals): Don't assume 32-bit machines
5747 are the norm.
5748 (Buffer Internals): Consolidate table entries for readability.
5749 (Window Internals): Synch field names to window.h.
5750 (Process Internals): Synch field names to process.h.
5751
5752 2009-04-29 Chong Yidong <cyd@stupidchicken.com>
5753
5754 * variables.texi (File Local Variables): Note that read-circle is
5755 bound to nil when reading file-local variables.
5756
5757 * streams.texi (Input Functions): Document read-circle.
5758 (Output Variables): Add xref to Circular Objects.
5759
5760 2009-04-25 Chong Yidong <cyd@stupidchicken.com>
5761
5762 * tips.texi (Coding Conventions): Copyedits. Add xref to Named
5763 Features and Coding System Basics. Node that "p" stands for
5764 "predicate". Recommend utf-8-emacs instead of emacs-mule.
5765 (Key Binding Conventions): Emacs does use S-down-mouse-1, for
5766 mouse-appearance-menu.
5767 (Programming Tips): Add xref to Progress.
5768
5769 2009-04-22 Chong Yidong <cyd@stupidchicken.com>
5770
5771 * os.texi (Command-Line Arguments):
5772 Document command-line-args-left.
5773 (Suspending Emacs): Adapt text to multi-tty case. Document use of
5774 terminal objects for tty arguments.
5775 (Startup Summary): Add xref to Session Management.
5776 (Session Management): Mention emacs-session-restore. Copyedits.
5777
5778 2009-04-20 Chong Yidong <cyd@stupidchicken.com>
5779
5780 * os.texi (Startup Summary): Copyedits. The init file is not
5781 necessarily named .emacs now. Document initial-buffer-choice and
5782 initial-scratch-message. Note where Emacs exits in batch mode.
5783 Document inhibit-splash-screen as an alias.
5784 (Init File): Be neutral about which init file name to use.
5785
5786 2009-04-16 Chong Yidong <cyd@stupidchicken.com>
5787
5788 * os.texi (System Interface): Fix Texinfo usage.
5789
5790 2009-04-15 Chong Yidong <cyd@stupidchicken.com>
5791
5792 * searching.texi (Regexp Backslash): Also refer to shy groups as
5793 non-capturing or unnumbered groups.
5794 (Regexp Functions): Add cross-reference to Regexp Backslash.
5795
5796 * display.texi (Truncation): Overlays can use line-prefix and
5797 wrap-prefix too.
5798 (Overlay Properties): Document wrap-prefix and line-prefix.
5799 (Face Attributes): Document underline-minimum-offset.
5800 (Face Remapping): Copyedits.
5801 (Low-Level Font): Copyedits.
5802 (Image Cache): Note that the image cache is shared between frames.
5803 (Line Height): Emphasize that line-spacing only takes effect on
5804 graphical terminals.
5805
5806 2009-04-13 Chong Yidong <cyd@stupidchicken.com>
5807
5808 * display.texi (Refresh Screen): Note that a passage about screen
5809 refreshing is text terminal only.
5810 (Forcing Redisplay): Delete misleading comment---sit-for calls
5811 redisplay, not the other way around.
5812 (Truncation): Note new values of truncate-partial-width-windows.
5813 Copyedits.
5814 (Invisible Text): Document invisible-p.
5815
5816 2009-04-11 Eli Zaretskii <eliz@gnu.org>
5817
5818 * display.texi (Overlays): Overlays don't scale well. See
5819 http://lists.gnu.org/archive/html/emacs-devel/2009-04/msg00243.html.
5820
5821 2009-04-10 Chong Yidong <cyd@stupidchicken.com>
5822
5823 * syntax.texi (Syntax Table Functions): Document cons cell
5824 argument for modify-syntax-entry.
5825 (Categories): Document cons cell argument for
5826 modify-category-entry.
5827
5828 * searching.texi (String Search): Document word-search-forward-lax
5829 and word-search-backward-lax.
5830 (Searching and Case): Describe isearch behavior more precisely.
5831
5832 * keymaps.texi (Tool Bar): Mention that some platforms do not
5833 support multi-line toolbars. Suggested by Stephen Eglen.
5834
5835 * frames.texi (Layout Parameters): Mention that Nextstep also
5836 allows only one tool-bar line. Suggested by Stephen Eglen.
5837
5838 * nonascii.texi (Text Representations): Copyedits.
5839 (Coding System Basics): Also mention utf-8-emacs.
5840 (Converting Representations, Selecting a Representation)
5841 (Scanning Charsets, Translation of Characters, Encoding and I/O):
5842 Copyedits.
5843 (Character Codes): Mention role of codepoints 1114112 to 4194175.
5844
5845 2009-04-09 Chong Yidong <cyd@stupidchicken.com>
5846
5847 * text.texi (Yank Commands): Note that yank uses push-mark.
5848 (Filling): Clarify REGION argument of fill-paragraph.
5849 Document fill-forward-paragraph-function.
5850 (Special Properties): Remove "new in Emacs 22" declaration.
5851 (Clickable Text): Merge with Links and Mouse-1 node.
5852
5853 * display.texi (Button Properties, Button Buffer Commands):
5854 Change xref to Clickable Text.
5855
5856 * tips.texi (Key Binding Conventions): Change xref to Clickable
5857 Text.
5858
5859 * elisp.texi (Top): Update node listing.
5860
5861 2009-04-05 Chong Yidong <cyd@stupidchicken.com>
5862
5863 * markers.texi (The Mark): Copyedits. Improve description of
5864 handle-shift-selection.
5865 (The Region): Move use-region-p here from The Mark.
5866
5867 * positions.texi (Screen Lines): Document (cols . lines) argument
5868 for vertical-motion.
5869
5870 2009-04-04 Chong Yidong <cyd@stupidchicken.com>
5871
5872 * frames.texi (Frames): Clean up introduction. Document `ns'
5873 return value for framep.
5874 (Creating Frames): Note how the terminal is chosen.
5875 (Multiple Terminals, Multiple Displays): Merge into a single node.
5876 (Color Parameters): Fix typo.
5877
5878 * variables.texi (Local Variables, Buffer-Local Variables)
5879 (Creating Buffer-Local): Change link to Multiple Terminals.
5880
5881 * os.texi (X11 Keysyms): Change link to Multiple Terminals.
5882
5883 * keymaps.texi (Controlling Active Maps): Change link to Multiple
5884 Terminals.
5885
5886 * commands.texi (Command Loop Info, Keyboard Macros): Change link
5887 to Multiple Terminals.
5888
5889 * elisp.texi (Top): Update node listing.
5890 * vol2.texi (Top): Update node listing.
5891 * vol1.texi (Top): Update node listing.
5892
5893 * buffers.texi (Current Buffer): Note that the append-to-buffer
5894 example is no longer in synch with the latest code. Tie the two
5895 examples together.
5896
5897 * files.texi (File Attributes): Move note about MS-DOS from
5898 Changing Files to File Attributes.
5899 (Create/Delete Dirs): Note that mkdir is an alias for this.
5900
5901 2009-04-01 Markus Triska <triska@gmx.at>
5902
5903 * processes.texi (Filter Functions): Suggest how to handle output
5904 batches.
5905
5906 2009-03-30 Chong Yidong <cyd@stupidchicken.com>
5907
5908 * help.texi (Accessing Documentation): Update example to use
5909 help-setup-xref and with-help-window.
5910 (Help Functions): Remove print-help-return-message, which is
5911 semi-obsolete due to with-help-window. Document help-buffer and
5912 help-setup-xref.
5913
5914 2009-03-29 Chong Yidong <cyd@stupidchicken.com>
5915
5916 * help.texi (Accessing Documentation, Help Functions):
5917 Remove information about long-obsolete Emacs versions.
5918
5919 * modes.texi (Mode Line Variables): The default values of the mode
5920 line variables are now more complicated.
5921
5922 2009-03-28 Chong Yidong <cyd@stupidchicken.com>
5923
5924 * modes.texi (Major Mode Conventions): Note that specialness is
5925 inherited.
5926 (Derived Modes): Note that define-derive-mode sets the mode-class
5927 property.
5928
5929 * keymaps.texi (Prefix Keys): The M-g prefix key is now named
5930 goto-map. Add search-map to the list.
5931
5932 2009-03-27 Eli Zaretskii <eliz@gnu.org>
5933
5934 * os.texi (System Environment): Update the list of system-type
5935 values.
5936
5937 * markers.texi (The Mark) <handle-shift-selection>: Update for
5938 removal of the optional argument DEACTIVATE.
5939
5940 2009-03-25 Chong Yidong <cyd@stupidchicken.com>
5941
5942 * commands.texi (Focus Events): Most X window managers don't use
5943 focus-follows-mouse nowadays.
5944
5945 2009-03-24 Chong Yidong <cyd@stupidchicken.com>
5946
5947 * commands.texi (Defining Commands): Clarify introduction.
5948 (Using Interactive): Not that interactive can be put in a symbol
5949 property.
5950 (Interactive Call): Note that a symbol with a non-nil
5951 interactive-form property satisfies commandp.
5952
5953 2009-03-23 Juanma Barranquero <lekktu@gmail.com>
5954
5955 * minibuf.texi (Intro to Minibuffers): Fix typos.
5956
5957 2009-03-23 Chong Yidong <cyd@stupidchicken.com>
5958
5959 * minibuf.texi (Intro to Minibuffers): Remove long-obsolete info
5960 about minibuffers in old Emacs versions. Copyedits.
5961 Emphasize that enable-recursive-minibuffers defaults to nil.
5962 (Text from Minibuffer): Simplify introduction.
5963
5964 2009-03-22 Alan Mackenzie <acm@muc.de>
5965
5966 * commands.texi (Using Interactive): Clarify string argument to
5967 `interactive' - even promptless elements need \n separators.
5968
5969 2009-03-18 Chong Yidong <cyd@stupidchicken.com>
5970
5971 * minibuf.texi (Completion Styles): New node.
5972
5973 * elisp.texi (Top): Update node listing.
5974
5975 2009-03-17 Chong Yidong <cyd@stupidchicken.com>
5976
5977 * minibuf.texi (Basic Completion): Note that
5978 read-file-name-completion-ignore-case and
5979 read-buffer-completion-ignore-case can override
5980 completion-ignore-case.
5981 (Minibuffer Completion): Document completing-read changes.
5982 (Completion Commands): Avoid mentioning partial completion mode.
5983 Document minibuffer-completion-confirm changes, and
5984 minibuffer-confirm-exit-commands.
5985 (High-Level Completion): Document new require-match behavior for
5986 read-buffer. Document read-buffer-completion-ignore-case.
5987 (Reading File Names): Document new require-match behavior for
5988 read-file-name.
5989
5990 2009-03-14 Chong Yidong <cyd@stupidchicken.com>
5991
5992 * debugging.texi (Error Debugging): Don't mislead the reader into
5993 thinking that debug-on-error enters debugger for C-f at EOB.
5994 (Error Debugging): Setting debug-on-init within the init file
5995 works, and has for some time.
5996
5997 2009-03-13 Kenichi Handa <handa@m17n.org>
5998
5999 * display.texi (Fontsets): Update the description.
6000
6001 2009-03-13 Chong Yidong <cyd@stupidchicken.com>
6002
6003 * advice.texi (Advising Primitives): Link to What Is a Function.
6004
6005 2009-03-12 Chong Yidong <cyd@stupidchicken.com>
6006
6007 * compile.texi (Speed of Byte-Code): Update example.
6008 (Disassembly): Update examples.
6009
6010 * loading.texi (Repeated Loading): Simplify examples.
6011
6012 * customize.texi (Common Keywords): It's not necessary to use :tag
6013 to remove hyphens, as custom-unlispify-tag-name does it
6014 automatically.
6015 (Variable Definitions): Link to File Local Variables.
6016 Document customized-value symbol property.
6017 (Customization Types): Move menu to end of node.
6018
6019 2009-03-10 Chong Yidong <cyd@stupidchicken.com>
6020
6021 * macros.texi (Compiling Macros): Omit misleading sentence, which
6022 implied that macros can only be used in the same file they are
6023 defined.
6024 (Backquote): Remove obsolete information about Emacs 19.
6025
6026 2009-03-05 John Foerch <jjfoerch@earthlink.net> (tiny change)
6027
6028 * display.texi (Display Margins): Fix paren typo.
6029
6030 2009-02-27 Chong Yidong <cyd@stupidchicken.com>
6031
6032 * elisp.texi (Top): Update node listing.
6033
6034 * variables.texi (Variables): Clarify introduction.
6035 (Global Variables): Mention that setq is a special form.
6036 (Local Variables): Use active voice.
6037 (Tips for Defining): Mention marking variables as safe.
6038 (Buffer-Local Variables): Mention terminal-local and frame-local
6039 variables together.
6040 (File Local Variables): Copyedits.
6041 (Frame-Local Variables): Note that they are not really useful.
6042 (Future Local Variables): Node deleted.
6043
6044 * objects.texi (General Escape Syntax): Update explanation of
6045 Unicode escape syntax.
6046
6047 2009-02-23 Chong Yidong <cyd@stupidchicken.com>
6048
6049 * control.texi (Control Structures): Add cindex entry for "textual
6050 order".
6051
6052 * eval.texi (Intro Eval): Copyedits. Standardize on "form"
6053 instead of "expression" throughout.
6054 (Function Indirection): Copyedits. Use active voice.
6055 (Eval): The default value of max-lisp-eval-depth is now 400.
6056
6057 2009-02-23 Miles Bader <miles@gnu.org>
6058
6059 * processes.texi (System Processes): Rename `system-process-attributes'
6060 to `process-attributes'.
6061
6062 2009-02-22 Chong Yidong <cyd@stupidchicken.com>
6063
6064 * symbols.texi (Property Lists): Emphasize that property lists are
6065 not restricted to symbol cells.
6066 (Other Plists): Copyedit.
6067
6068 * sequences.texi (Sequences Arrays Vectors): Make introduction
6069 more concise.
6070 (Arrays): Mention char-tables and bool-vectors too.
6071 (Vectors): Don't repeat information given in Arrays node. Link to
6072 nodes that explain the vector usage examples.
6073 (Char-Tables): Note that char-table elements can have arbitrary
6074 type. Explain effect of omitted char-table-extra-slots property.
6075 Link to Property Lists node.
6076
6077 2009-02-22 Chong Yidong <cyd@stupidchicken.com>
6078
6079 * lists.texi (Building Lists): Remove obsolete Emacs 20 usage of
6080 `append'.
6081 (List Elements): Copyedits.
6082
6083 * sequences.texi (Vector Functions): Remove obsolete Emacs 20 use
6084 of `vconcat'.
6085
6086 * strings.texi (Creating Strings): Copyedits. Remove obsolete
6087 Emacs 20 usage of `concat'.
6088 (Case Conversion): Copyedits.
6089
6090 2009-02-21 Chong Yidong <cyd@stupidchicken.com>
6091
6092 * objects.texi (Lisp Data Types, Syntax for Strings, Buffer Type):
6093 Minor edits.
6094 (Frame Configuration Type): Emphasize that it is not primitive.
6095 (Font Type): New node.
6096 (Type Predicates): Add fontp; type-of now recognizes font object
6097 types.
6098
6099 * intro.texi (Version Info): Update version numbers in examples.
6100 (Acknowledgements): List more contributors.
6101
6102 * elisp.texi: Bump version number to 3.0.
6103 (Top): Link to Font Type node.
6104
6105 2009-02-20 Juanma Barranquero <lekktu@gmail.com>
6106
6107 * modes.texi (Major Mode Conventions): Remove duplicate words.
6108 (Customizing Keywords): Fix typo.
6109
6110 2009-02-14 Eli Zaretskii <eliz@gnu.org>
6111
6112 * nonascii.texi (User-Chosen Coding Systems): Document that
6113 select-safe-coding-system suggests raw-text if there are raw bytes
6114 in the region.
6115 (Explicit Encoding): Warn not to use `undecided' when encoding.
6116
6117 2009-02-11 Glenn Morris <rgm@gnu.org>
6118
6119 * frames.texi (Visibility of Frames): Mention the effect multiple
6120 workspaces/desktops can have on visibility.
6121
6122 2009-02-07 Eli Zaretskii <eliz@gnu.org>
6123
6124 * text.texi (Commands for Insertion):
6125 * commands.texi (Event Mod):
6126 * keymaps.texi (Searching Keymaps):
6127 * nonascii.texi (Translation of Characters):
6128 Reinstate documentation of translation-table-for-input.
6129 (Explicit Encoding): Document the `charset' text property produced
6130 by decode-coding-region and decode-coding-string.
6131
6132 2009-01-27 Alan Mackenzie <acm@muc.de>
6133
6134 * modes.texi (Search-based Fontification): Correct a typo.
6135
6136 2009-01-25 Juanma Barranquero <lekktu@gmail.com>
6137
6138 * abbrevs.texi (Abbrev Table Properties): Fix typo.
6139 Reported by Seweryn Kokot <sewkokot@gmail.com>. (Bug#2039)
6140
6141 2009-01-24 Eli Zaretskii <eliz@gnu.org>
6142
6143 * display.texi (Window Systems): Document the value of
6144 `initial-window-system' under --daemon.
6145
6146 * os.texi (System Environment): Remove description of the
6147 `environment' function which has been deleted.
6148
6149 2009-01-22 Dan Nicolaescu <dann@ics.uci.edu>
6150
6151 * frames.texi (Multiple Displays): Remove documentation for
6152 removed function make-frame-on-tty.
6153
6154 2009-01-22 Chong Yidong <cyd@stupidchicken.com>
6155
6156 * files.texi (Format Conversion Piecemeal): Clarify behavior of
6157 write-region-annotate-functions.
6158 Document write-region-post-annotation-function.
6159
6160 2009-01-19 Chong Yidong <cyd@stupidchicken.com>
6161
6162 * display.texi (Font Lookup): Document WIDTH argument of
6163 x-list-fonts.
6164
6165 2009-01-17 Eli Zaretskii <eliz@gnu.org>
6166
6167 * maps.texi (Standard Keymaps): Rename function-key-map to
6168 local-function-key-map.
6169
6170 * keymaps.texi (Translation Keymaps): Rename function-key-map to
6171 local-function-key-map.
6172
6173 * nonascii.texi (Terminal I/O Encoding): `keyboard-coding-system'
6174 and `set-keyboard-coding-system' now accept an optional terminal
6175 argument.
6176
6177 * commands.texi (Event Mod): `keyboard-translate-table' is now
6178 terminal-local.
6179 (Function Keys): Rename function-key-map to
6180 local-function-key-map.
6181
6182 * elisp.texi (Top): Make @detailmenu be consistent with changes in
6183 frames.texi.
6184
6185 * hooks.texi (Standard Hooks): Document `delete-frame-functions'
6186 `delete-terminal-functions', `suspend-tty-functions' and
6187 `resume-tty-functions'.
6188
6189 * frames.texi (Frames): Document `frame-terminal' and
6190 `terminal-live-p'.
6191 (Multiple Displays): Document `make-frame-on-tty'.
6192 (Multiple Terminals): Document `terminal-list', `delete-terminal',
6193 `terminal-name', and `get-device-terminal'.
6194 (Terminal Parameters): Document `terminal-parameters',
6195 `terminal-parameter', and `set-terminal-parameter'.
6196
6197 * os.texi (System Environment): Document `environment' and
6198 `initial-environment'.
6199 (Suspending Emacs): Update for multi-tty; document
6200 `suspend-tty', `resume-tty', and `controlling-tty-p'.
6201
6202 * nonascii.texi (Coding System Basics): More accurate description
6203 of `raw-text'.
6204
6205 2009-01-12 Juanma Barranquero <lekktu@gmail.com>
6206
6207 * display.texi (Low-Level Font): Fix typo.
6208
6209 2009-01-10 Chong Yidong <cyd@stupidchicken.com>
6210
6211 * elisp.texi (Top): Update node listing.
6212
6213 * display.texi (PostScript Images): Node deleted.
6214
6215 2009-01-10 Eli Zaretskii <eliz@gnu.org>
6216
6217 * processes.texi (Decoding Output): Document that null bytes force
6218 no-conversion for reading process output.
6219
6220 * files.texi (Reading from Files): Document that null bytes force
6221 no-conversion when visiting files.
6222
6223 * processes.texi (Serial Ports): Improve wording, suggested by RMS.
6224
6225 * nonascii.texi (Lisp and Coding Systems):
6226 Document inhibit-null-byte-detection and inhibit-iso-escape-detection.
6227 (Character Properties): Improve wording.
6228
6229 2009-01-09 Chong Yidong <cyd@stupidchicken.com>
6230
6231 * display.texi (Font Lookup): Remove obsolete function
6232 x-font-family-list. x-list-fonts accepts Fontconfig/GTK syntax.
6233 (Low-Level Font): Rename from Fonts, move to end of Faces section.
6234 (Font Selection): Reorder order of variable descriptions.
6235 Minor clarifications.
6236
6237 * elisp.texi (Top): Update node listing.
6238
6239 2009-01-09 Glenn Morris <rgm@gnu.org>
6240
6241 * commands.texi (Command Loop Info): Say that last-command-char and
6242 last-input-char are obsolete aliases.
6243
6244 * edebug.texi (Edebug Recursive Edit): Remove separate references to
6245 last-input-char and last-command-char, since they are just aliases for
6246 last-input-event and last-command-event.
6247
6248 * minibuf.texi (Minibuffer Commands): Use last-command-event rather than
6249 last-command-char.
6250
6251 2009-01-08 Chong Yidong <cyd@stupidchicken.com>
6252
6253 * elisp.texi: Update node listing.
6254
6255 * display.texi (Faces): Put Font Selection node after Auto Faces.
6256 (Face Attributes): Don't link to Font Lookup.
6257 Document font-family-list.
6258 (Fonts): New node.
6259
6260 2009-01-08 Jason Rumney <jasonr@gnu.org>
6261
6262 * frames.texi (Pointer Shape): Clarify that only X supports
6263 changing the standard pointer shapes. (Bug#1485)
6264
6265 2009-01-08 Chong Yidong <cyd@stupidchicken.com>
6266
6267 * display.texi (Attribute Functions): Note that a function value
6268 :height is relative, and that compatibility functions work by
6269 calling set-face-attribute.
6270 (Displaying Faces): Reorder list in order of increasing priority.
6271 (Face Remapping): New node. Content moved here from Displaying
6272 Faces.
6273 (Glyphs): Link to Face Functions.
6274
6275 2009-01-08 Chong Yidong <cyd@stupidchicken.com>
6276
6277 * display.texi (Faces): Don't discuss face id here. facep does
6278 not return t.
6279 (Defining Faces): Minor clarification.
6280 (Face Attributes): Rearrange items to match docstring of
6281 set-face-attribute. Add :foundry attribute. Document new role of
6282 :font attribute. Texinfo usage fix.
6283 (Attribute Functions): Copyedits.
6284 (Face Functions): Note that face number is seldom used.
6285
6286 2009-01-05 Richard M Stallman <rms@gnu.org>
6287
6288 * strings.texi (Predicates for Strings): Minor clarification.
6289
6290 * functions.texi (Function Safety): Texinfo usage fix.
6291
6292 2009-01-04 Eduard Wiebe <usenet@pusto.de> (tiny change)
6293
6294 * objects.texi (General Escape Syntax): Fix typo.
6295
6296 2009-01-03 Martin Rudalics <rudalics@gmx.at>
6297
6298 * windows.texi (Choosing Window): Say that pop-up-frame-alist
6299 works via the default value of pop-up-frame-function.
6300
6301 2009-01-02 Eli Zaretskii <eliz@gnu.org>
6302
6303 * processes.texi (System Processes): Document the `time' and
6304 `ctime' attributes of `system-process-attributes'.
6305
6306 2009-01-01 Chong Yidong <cyd@stupidchicken.com>
6307
6308 * display.texi (Face Attributes): Clarify :height attribute.
6309
6310 2008-12-31 Martin Rudalics <rudalics@gmx.at>
6311
6312 * buffers.texi (The Buffer List): Clarify what moves a buffer to
6313 the front of the buffer list. Add entries for `last-buffer' and
6314 `unbury-buffer'.
6315
6316 2008-12-27 Eli Zaretskii <eliz@gnu.org>
6317
6318 * elisp.texi (Top): Add @detailmenu items for "Multiple Terminals"
6319 and its subsections.
6320
6321 * frames.texi (Multiple Terminals, Low-level Terminal)
6322 (Terminal Parameters, Frames on Other TTY devices): New sections.
6323 (Frames): Add an xref to "Multiple Terminals".
6324
6325 * elisp.texi (Top): Add @detailmenu item for "Terminal Type".
6326
6327 * objects.texi (Terminal Type): New node.
6328 (Editing Types): Add it to the menu.
6329
6330 * elisp.texi (Top): Add a @detailmenu item for "Directory Local
6331 Variables".
6332
6333 * variables.texi (Directory Local Variables): New node.
6334 (Variables): Add a menu item for it.
6335
6336 * loading.texi (Autoload): Document `generate-autoload-cookie' and
6337 `generated-autoload-file'.
6338
6339 2008-12-20 Eli Zaretskii <eliz@gnu.org>
6340
6341 * os.texi (Startup Summary): Add xref to documentation of
6342 `initial-window-system'.
6343
6344 * display.texi (Window Systems): Document `window-system' the
6345 function. The variable `window-system' is now frame-local.
6346 Document `initial-window-system'.
6347
6348 2008-12-19 Martin Rudalics <rudalics@gmx.at>
6349
6350 * windows.texi (Windows): Rewrite description of
6351 fit-window-to-buffer.
6352
6353 2008-12-13 Glenn Morris <rgm@gnu.org>
6354
6355 * modes.texi (Font Lock Basics): Fix level description. (Bug#1534)
6356 (Levels of Font Lock): Refer to font-lock-maximum-decoration.
6357
6358 2008-12-12 Glenn Morris <rgm@gnu.org>
6359
6360 * debugging.texi (Error Debugging): Refer forwards to
6361 eval-expression-debug-on-error.
6362
6363 2008-12-05 Eli Zaretskii <eliz@gnu.org>
6364
6365 * strings.texi (String Basics): Only unibyte strings that
6366 represent key sequences hold 8-bit raw bytes.
6367
6368 * nonascii.texi (Coding System Basics): Rewrite @ignore'd
6369 paragraph to speak about `undecided'.
6370 (Character Properties): Don't explain the meaning of each
6371 property; instead, identify their Unicode Standard names.
6372 (Character Sets): Document `map-charset-chars'.
6373
6374 2008-12-02 Glenn Morris <rgm@gnu.org>
6375
6376 * files.texi (Format Conversion Round-Trip): Rewrite format-write-file
6377 section yet again.
6378
6379 2008-11-29 Eli Zaretskii <eliz@gnu.org>
6380
6381 * nonascii.texi (Character Properties): New Section.
6382 (Specifying Coding Systems): Document
6383 `coding-system-priority-list', `set-coding-system-priority', and
6384 `with-coding-priority'.
6385 (Lisp and Coding Systems): Document `check-coding-systems-region'
6386 and `coding-system-charset-list'.
6387 (Coding System Basics): Document `coding-system-aliases'.
6388
6389 * elisp.texi (Top): Add a @detailmenu entry for "Character
6390 Properties".
6391
6392 * objects.texi (Character Type): Correct the range of Emacs
6393 characters. Add an @xref to "Character Codes".
6394
6395 * strings.texi (String Basics): Add an @xref to "Character Codes".
6396
6397 * numbers.texi (Integer Basics): Add an @xref to `max-char'.
6398
6399 * nonascii.texi (Explicit Encoding): Update for Emacs 23.
6400 (Character Codes): Document `max-char'.
6401
6402 2008-11-28 Eli Zaretskii <eliz@gnu.org>
6403
6404 * nonascii.texi (Text Representations, Converting Representations)
6405 (Character Sets, Scanning Charsets, Translation of Characters):
6406 Make text more accurate.
6407
6408 2008-11-28 Glenn Morris <rgm@gnu.org>
6409
6410 * files.texi (Format Conversion Round-Trip): Improve previous change.
6411
6412 2008-11-26 Chong Yidong <cyd@stupidchicken.com>
6413
6414 * modes.texi (Auto Major Mode): Fix example.
6415
6416 2008-11-25 Glenn Morris <rgm@gnu.org>
6417
6418 * control.texi (Signaling Errors): Fix `wrong-type-argument' name.
6419
6420 * files.texi (Format Conversion Round-Trip):
6421 Use active voice for previous change.
6422
6423 2008-11-25 Chong Yidong <cyd@stupidchicken.com>
6424
6425 * os.texi (Processor Run Time):
6426 * processes.texi (Transaction Queues):
6427 * markers.texi (The Mark):
6428 * windows.texi (Choosing Window, Selecting Windows):
6429 * files.texi (Changing Files, Magic File Names):
6430 * commands.texi (Key Sequence Input):
6431 * functions.texi (Declaring Functions):
6432 * strings.texi (Predicates for Strings):
6433 * intro.texi (nil and t): Fix typos (pointed out by Drew Adams).
6434
6435 2008-11-24 Chong Yidong <cyd@stupidchicken.com>
6436
6437 * help.texi (Accessing Documentation): Update example.
6438
6439 * variables.texi (Defining Variables): Note that `*' is not
6440 necessary if defcustom is used.
6441
6442 2008-11-22 Eli Zaretskii <eliz@gnu.org>
6443
6444 * elisp.texi (Top): Remove "Chars and Bytes" and "Splitting
6445 Characters" from @detailmenu.
6446
6447 * nonascii.texi (Character Codes, Character Sets)
6448 (Scanning Charsets, Translation of Characters): Update for Emacs 23.
6449 (Chars and Bytes, Splitting Characters): Sections removed.
6450
6451 2008-11-22 Lute Kamstra <lute@gnu.org>
6452
6453 * positions.texi (Text Lines): Update goto-line documentation.
6454
6455 2008-11-21 Martin Rudalics <rudalics@gmx.at>
6456
6457 * frames.texi (Frames): Fix typo, add cross references, reword.
6458 (Initial Parameters): Reword special-display-frame-alist text.
6459 (Frames and Windows): Reword. Describe argument norecord for
6460 set-frame-selected-window.
6461 (Input Focus): Describe argument norecord for select-frame.
6462 Remove comment on MS-Windows behavior for focus-follows-mouse.
6463 (Raising and Lowering): Mention windows-frames dichotomy in
6464 metaphor.
6465
6466 * windows.texi (Displaying Buffers, Vertical Scrolling)
6467 (Horizontal Scrolling): Fix indenting and rewording issues
6468 introduced with 2008-11-07 change.
6469
6470 2008-11-20 Glenn Morris <rgm@gnu.org>
6471
6472 * files.texi (Format Conversion Round-Trip): Mention `preserve'
6473 element of `format-alist'.
6474
6475 2008-11-19 Glenn Morris <rgm@gnu.org>
6476
6477 * doclicense.texi: Update to FDL 1.3.
6478 * elisp.texi, vol1.texi, vol2.texi: Relicense under FDL 1.3 or later.
6479
6480 2008-11-18 Chong Yidong <cyd@stupidchicken.com>
6481
6482 * windows.texi (Window Hooks): Remove *-end-trigger-functions
6483 vars, which are obsolete. Mention jit-lock-register.
6484
6485 * modes.texi (Other Font Lock Variables):
6486 Document jit-lock-register and jit-lock-unregister.
6487
6488 * frames.texi (Color Parameters): Document alpha parameter.
6489
6490 2008-11-16 Martin Rudalics <rudalics@gmx.at>
6491
6492 * windows.texi (Splitting Windows, Deleting Windows)
6493 (Selecting Windows, Cyclic Window Ordering)
6494 (Buffers and Windows, Displaying Buffers, Choosing Window)
6495 (Dedicated Windows, Window Point, Window Start and End)
6496 (Textual Scrolling, Vertical Scrolling, Horizontal Scrolling)
6497 (Size of Window, Resizing Windows, Window Configurations)
6498 (Window Parameters): Avoid @var at beginning of sentences and
6499 reword accordingly.
6500
6501 2008-11-11 Lute Kamstra <lute@gnu.org>
6502
6503 * files.texi (File Name Components): Fix file-name-extension
6504 documentation.
6505
6506 2008-11-11 Juanma Barranquero <lekktu@gmail.com>
6507
6508 * frames.texi (Basic Parameters): Remove display-environment-variable
6509 and term-environment-variable.
6510
6511 2008-11-08 Eli Zaretskii <eliz@gnu.org>
6512
6513 * windows.texi (Basic Windows, Splitting Windows)
6514 (Deleting Windows, Selecting Windows, Cyclic Window Ordering)
6515 (Buffers and Windows, Displaying Buffers, Dedicated Windows)
6516 (Resizing Windows, Window Configurations, Window Parameters):
6517 Fix wording and markup.
6518
6519 2008-11-07 Martin Rudalics <rudalics@gmx.at>
6520
6521 * windows.texi (Windows): Update entries.
6522 (Basic Windows): Remove listing of attributes. Reword.
6523 (Splitting Windows, Deleting Windows): Reword.
6524 (Selecting Windows, Cyclic Window Ordering): Reword with special
6525 emphasis on order of recently selected windows and buffer list.
6526 (Buffers and Windows, Choosing Window): Reword with special
6527 emphasis on dedicated windows.
6528 (Displaying Buffers): Reword. For switch-to-buffer mention that
6529 it may fall back on pop-to-buffer. For other-window try to
6530 explain how it treats the cyclic ordering of windows.
6531 (Dedicated Windows): New node and section discussing dedicated
6532 windows and associated functions.
6533 (Window Point): Add entry for window-point-insertion-type. Reword.
6534 (Window Start and End): Rename node and section title. Reword.
6535 (Textual Scrolling, Vertical Scrolling, Horizontal Scrolling):
6536 Minor rewording.
6537 (Size of Window): Reword, in particular text on window-width.
6538 (Resizing Windows): Reword. Add text on balancing windows.
6539 (Window Configurations): Reword. Mention window parameters.
6540 (Window Parameters): New node and section on window parameters.
6541 (Window Hooks): Reword. Mention that
6542 window-configuration-change-hook is run "buffer-locally".
6543 * elisp.texi (Top): Update Windows entries in @detailmenu
6544 section.
6545
6546 2008-11-04 Juanma Barranquero <lekktu@gmail.com>
6547
6548 * searching.texi (Regexp Search): Fix typo.
6549
6550 2008-11-03 Seweryn Kokot <sewkokot@gmail.com> (tiny change)
6551
6552 * searching.texi (Regexp Search): Document GREEDY arg.
6553 (Simple Match Data): Fix return value.
6554
6555 2008-11-01 Eli Zaretskii <eliz@gnu.org>
6556
6557 * nonascii.texi (Text Representations): Rewrite to make consistent
6558 with Emacs 23 internal representation of characters.
6559 Document `unibyte-string'.
6560
6561 2008-10-28 Chong Yidong <cyd@stupidchicken.com>
6562
6563 * processes.texi (Process Information): Note that process-status
6564 does not accept buffer names.
6565
6566 2008-10-27 Seweryn Kokot <sewkokot@gmail.com> (tiny change)
6567
6568 * positions.texi (Skipping Characters): Correct return value of
6569 skip-chars-forward.
6570
6571 2008-10-25 Martin Rudalics <rudalics@gmx.at>
6572
6573 * windows.texi (Deleting Windows): Update documentation of
6574 delete-windows-on.
6575 (Buffers and Windows): Update documentations of
6576 get-buffer-window and get-buffer-window-list.
6577 (Displaying Buffers): Update documentation of
6578 replace-buffer-in-windows.
6579
6580 * buffers.texi (Current Buffer): Reword set-buffer and
6581 with-current-buffer documentations.
6582 (Creating Buffers): Reword documentation of get-buffer-create.
6583
6584 2008-10-23 Martin Rudalics <rudalics@gmx.at>
6585
6586 * buffers.texi (Current Buffer): Reword documentation of
6587 set-buffer.
6588 (Buffer Names): Reword documentation of buffer-name.
6589 (The Buffer List): For bury-buffer explain what happens with the
6590 buffer's window.
6591 (Creating Buffers): Say that get-buffer-create's arg is called
6592 buffer-or-name.
6593
6594 2008-10-22 Chong Yidong <cyd@stupidchicken.com>
6595
6596 * advice.texi (Computed Advice): Explain what DEFINITION is.
6597
6598 * nonascii.texi (Character Codes): Remove obsolete function
6599 char-valid-p, and document characterp instead.
6600
6601 2008-10-22 Martin Rudalics <rudalics@gmx.at>
6602
6603 * windows.texi (Displaying Buffers): Reword documentation of
6604 pop-to-buffer.
6605 (Choosing Window): Rewrite documentation of display-buffer and
6606 its options.
6607
6608 * buffers.texi (Killing Buffers): Update documentation of
6609 kill-buffer.
6610
6611 2008-10-21 Eli Zaretskii <eliz@gnu.org>
6612
6613 * processes.texi (Serial Ports): Fix wording and improve markup.
6614
6615 * searching.texi (Regexp Search): Document `string-match-p' and
6616 `looking-at-p'.
6617 (POSIX Regexps): Add an xref for "non-greedy".
6618 (Regexp Special): Add @cindex entry for "non-greedy".
6619
6620 * display.texi (Attribute Functions): Document `face-all-attributes'.
6621 (Image Cache) <image-refresh>: Minor wording fixes.
6622
6623 * frames.texi (Color Names): Add an xref to `read-color'.
6624
6625 * minibuf.texi (High-Level Completion): Document `read-color'.
6626
6627 * elisp.texi (Top): Add "Swapping Text" to @detailmenu.
6628
6629 * positions.texi (Narrowing): Add an xref to "Swapping Text".
6630
6631 * buffers.texi (Swapping Text): New section, documents
6632 `buffer-swap-text'.
6633
6634 2008-10-21 Martin Rudalics <rudalics@gmx.at>
6635
6636 * windows.texi (Resizing Windows): Minor wording fix.
6637
6638 2008-10-20 Eli Zaretskii <eliz@gnu.org>
6639
6640 * processes.texi (Shell Arguments): Document `split-string-and-unquote'
6641 and `combine-and-quote-strings'.
6642
6643 * strings.texi (Creating Strings): Add xrefs for them.
6644
6645 2008-10-19 Eli Zaretskii <eliz@gnu.org>
6646
6647 * elisp.texi (Top): Make descriptive text for "Reading File Names"
6648 match the corresponding menu in minibuf.texi.
6649
6650 * minibuf.texi (Reading File Names): Document `read-shell-command'
6651 and `minibuffer-local-shell-command-map'.
6652
6653 2008-10-19 Martin Rudalics <rudalics@gmx.at>
6654
6655 * windows.texi (Resizing Windows): Remove var{} around "window" in
6656 documentation of enlarge-window.
6657 Rewrite documentation of window-min-height and window-min-width.
6658
6659 2008-10-19 Eli Zaretskii <eliz@gnu.org>
6660
6661 * functions.texi (Calling Functions): Document `apply-partially'.
6662
6663 * hooks.texi (Standard Hooks): Mention
6664 `before-hack-local-variables-hook' and `hack-local-variables-hook'.
6665
6666 * variables.texi (File Local Variables): Document
6667 `file-local-variables-alist', `before-hack-local-variables-hook'
6668 and `hack-local-variables-hook'.
6669
6670 * processes.texi (Synchronous Processes): Document `process-lines'.
6671
6672 * customize.texi (Variable Definitions):
6673 Document `custom-reevaluate-setting'.
6674
6675 2008-10-18 Martin Rudalics <rudalics@gmx.at>
6676
6677 * windows.texi (Choosing Window, Deleting Windows)
6678 (Displaying Buffers): Expand documentation of dedicated windows.
6679
6680 2008-10-18 Eli Zaretskii <eliz@gnu.org>
6681
6682 * files.texi (Changing Files): Document symbolic input of file
6683 modes to `set-file-modes'. Document `read-file-modes' and
6684 `file-modes-symbolic-to-number'.
6685
6686 * maps.texi (Standard Keymaps): Document `multi-query-replace-map'
6687 and `search-map'.
6688
6689 * searching.texi (Search and Replace):
6690 Document `replace-search-function' and `replace-re-search-function'.
6691 Document `multi-query-replace-map'.
6692
6693 * minibuf.texi (Text from Minibuffer): Document `read-regexp'.
6694 (Completion Commands, Reading File Names):
6695 Rename `minibuffer-local-must-match-filename-map' to
6696 `minibuffer-local-filename-must-match-map'.
6697 (Minibuffer Completion): The `require-match' argument to
6698 `completing-read' can now have the value `confirm-only'.
6699
6700 * windows.texi (Displaying Buffers): Minor wording fix.
6701 (Choosing Window): `split-height-threshold' can now be nil.
6702 Document `split-width-threshold'. `pop-up-frames' can have the
6703 value `graphic-only'.
6704
6705 2008-10-17 Eli Zaretskii <eliz@gnu.org>
6706
6707 * os.texi (Startup Summary): Document `before-init-time' and
6708 `after-init-time'. Document `initial-window-system' and
6709 `window-system-initialization-alist'. Document reading the
6710 abbrevs file. Document the call to `server-start' under --daemon.
6711 Rearrange a bit to be consistent with the code flow.
6712 (Processor Run Time): Document `emacs-uptime' and `emacs-init-time'.
6713 (Time Parsing): Document `format-seconds'.
6714
6715 2008-10-17 Martin Rudalics <rudalics@gmx.at>
6716
6717 * windows.texi (Basic Windows, Splitting Windows): Fix whitespace
6718 and reword.
6719
6720 2008-10-16 Eli Zaretskii <eliz@gnu.org>
6721
6722 * markers.texi (The Mark): Document use-region-p.
6723
6724 2008-10-15 Eli Zaretskii <eliz@gnu.org>
6725
6726 * internals.texi (Writing Emacs Primitives): The interactive spec
6727 of a primitive can be a Lisp form.
6728
6729 * markers.texi (The Mark): Document the `lambda' and `(only . OLD)'
6730 values of transient-mark-mode. Document handle-shift-selection.
6731
6732 * commands.texi (Using Interactive, Interactive Codes): Document `^'.
6733 (Interactive Examples): Show an example of `^'.
6734 (Key Sequence Input): Document this-command-keys-shift-translated.
6735 (Defining Commands, Using Interactive): The interactive-form of a
6736 function can be added via its symbol's property.
6737
6738 * positions.texi (List Motion): beginning-of-defun-function can
6739 now accept an argument.
6740
6741 * text.texi (Low-Level Kill Ring): interprogram-paste-function can
6742 now return a list of strings.
6743
6744 * control.texi (Handling Errors): Document ignore-errors.
6745
6746 * frames.texi (Creating Frames): Document frame-inherited-parameters.
6747 (Parameter Access): Document set-frame-parameter.
6748
6749 * variables.texi (Creating Buffer-Local): Add an xref to "Setting
6750 Hooks" for the effect of kill-all-local-variables on local hook
6751 functions.
6752
6753 * modes.texi (Major Mode Conventions, Mode Line Variables):
6754 `mode-name' need not be a string. xref to "Mode Line Data" for
6755 details, and to "Emulating Mode Line" for computing a string
6756 value.
6757
6758 2008-10-14 Eli Zaretskii <eliz@gnu.org>
6759
6760 * processes.texi (System Processes): New section.
6761 (Processes, Signals to Processes): Add xrefs to it.
6762
6763 * objects.texi (Editing Types): A `process' is a subprocess of
6764 Emacs, not just any process running on the OS.
6765
6766 * elisp.texi (Top): Adjust the @detailmenu for the above two
6767 changes.
6768
6769 * sequences.texi (Char-Tables): Remove documentation of
6770 set-char-table-default, which has no effect since Emacs 23.
6771 <char-table-range, set-char-table-range>: Don't mention generic
6772 characters and charsets. Add a cons cell as a possible argument.
6773
6774 * nonascii.texi (Splitting Characters)
6775 (Translation of Characters): Don't mention generic characters.
6776
6777 * display.texi (Fontsets): Don't mention generic characters.
6778
6779 * sequences.texi (Char-Tables): `map-char-table' can now call its
6780 argument FUNCTION with a cons cell as KEY.
6781
6782 2008-10-13 Eli Zaretskii <eliz@gnu.org>
6783
6784 * objects.texi (Primitive Function Type): Move "@cindex special
6785 forms" from here...
6786
6787 * eval.texi (Special Forms): ...to here.
6788
6789 * functions.texi (What Is a Function): `functionp' returns nil for
6790 special forms. Add an xref.
6791
6792 * elisp.texi (Top): Add a @detailmenu entry for "Frame-Local
6793 Variables".
6794
6795 * variables.texi (Frame-Local Variables): New section.
6796 (Buffer-Local Variables): Add an xref to it.
6797 (Intro to Buffer-Local, Creating Buffer-Local): A variable cannot
6798 have both frame-local and buffer-local binding.
6799
6800 * frames.texi (Frames): Mention multiple tty frames.
6801 (Frame Parameters, Parameter Access): Mention frame-local variable
6802 bindings.
6803
6804 2008-09-20 Glenn Morris <rgm@gnu.org>
6805
6806 * display.texi (Defining Faces): Recommend against face variables.
6807
6808 2008-09-16 Juanma Barranquero <lekktu@gmail.com>
6809
6810 * display.texi (Echo Area Customization): Fix typo.
6811
6812 2008-09-09 Juanma Barranquero <lekktu@gmail.com>
6813
6814 * loading.texi (Where Defined): Add `defface' item.
6815
6816 2008-09-06 Martin Rudalics <rudalics@gmx.at>
6817
6818 * loading.texi (Where Defined): Fix description of symbol-file.
6819
6820 2008-08-26 Jason Rumney <jasonr@gnu.org>
6821
6822 * display.texi (TIFF Images): New section describing :index property.
6823
6824 2008-08-23 Chong Yidong <cyd@stupidchicken.com>
6825
6826 * display.texi (Temporary Displays): Remove unnecessary comment
6827 about usage of temp-buffer-show-hook.
6828
6829 2008-08-05 Chong Yidong <cyd@stupidchicken.com>
6830
6831 * symbols.texi (Other Plists): Fix incorrect example.
6832 Suggested by Florian Beck.
6833
6834 2008-07-31 Juanma Barranquero <lekktu@gmail.com>
6835
6836 * os.texi: Fix previous change.
6837
6838 2008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
6839
6840 * os.texi:
6841 * intro.texi:
6842 * files.texi: Remove VMS support.
6843
6844 2008-07-27 Dan Nicolaescu <dann@ics.uci.edu>
6845
6846 * os.texi:
6847 * frames.texi:
6848 * display.texi: Remove mentions of Mac Carbon.
6849
6850 2008-07-01 Miles Bader <miles@gnu.org>
6851
6852 * text.texi (Special Properties):
6853 * display.texi (Truncation): Add wrap-prefix and line-prefix.
6854
6855 2008-06-28 Johan Bockgård <bojohan@gnu.org>
6856
6857 * display.texi (Other Image Types): Fix copy/paste error; say
6858 "PBM", not "XBM".
6859
6860 2008-06-26 Dan Nicolaescu <dann@ics.uci.edu>
6861
6862 * os.texi: Remove references to obsolete systems.
6863
6864 2008-06-20 Eli Zaretskii <eliz@gnu.org>
6865
6866 * makefile.w32-in (distclean): Remove makefile.
6867
6868 2008-06-17 Glenn Morris <rgm@gnu.org>
6869
6870 * Makefile.in (emacsver, miscmanualdir, VERSION, manual, install)
6871 (elisp, dist): Remove rules and variables that are obsolete now
6872 the lisp manual is no longer distributed separately.
6873
6874 2008-06-16 Glenn Morris <rgm@gnu.org>
6875
6876 * configure, configure.in, mkinstalldirs: Remove unused files.
6877
6878 * book-spine.texinfo: Set version to 23.0.60.
6879 * vol1.texi (EMACSVER):
6880 * vol2.texi (EMACSVER): Set to 23.0.60.
6881
6882 * elisp.texi, vol1.texi, vol2.texi: Update Back-Cover Text
6883 as per maintain.info.
6884
6885 2008-06-15 Glenn Morris <rgm@gnu.org>
6886
6887 * makefile.w32-in (manual): Use "23" rather than "21".
6888
6889 * Makefile.in (emacsver): New, set by configure.
6890 (manual): Use emacsver.
6891
6892 * intro.texi: Report bugs using M-x report-emacs-bug.
6893
6894 * elisp.texi (EMACSVER): Remove duplicate, outdated setting.
6895
6896 2008-06-13 Daniel Engeler <engeler@gmail.com>
6897
6898 * elisp.texi, internals.texi, processes.texi: Add documentation
6899 about serial port access.
6900
6901 2008-06-05 Miles Bader <miles@gnu.org>
6902
6903 * display.texi (Displaying Faces): Update to reflect function
6904 renamings in face-remap.el.
6905
6906 2008-06-05 Juanma Barranquero <lekktu@gmail.com>
6907
6908 * display.texi (Fontsets): Fix typos.
6909
6910 2008-06-03 Miles Bader <miles@gnu.org>
6911
6912 * display.texi (Displaying Faces): Add add-relative-face-remapping,
6913 remove-relative-face-remapping, set-base-face-remapping,
6914 and set-default-base-face-remapping.
6915
6916 2008-06-01 Miles Bader <miles@gnu.org>
6917
6918 * display.texi (Displaying Faces): Add face-remapping-alist.
6919
6920 2008-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
6921
6922 * tips.texi (Coding Conventions): Do not encourage the use of "-flag"
6923 variable names.
6924
6925 2008-05-03 Eric S. Raymond <esr@golux>
6926
6927 * keymaps.texi: Clarify that (current-local-map) and
6928 (current-global-map) return references, not copies.
6929
6930 2008-05-02 Juri Linkov <juri@jurta.org>
6931
6932 * minibuf.texi (Text from Minibuffer): Document a list of
6933 default values for `read-from-minibuffer'.
6934
6935 2008-04-24 Juanma Barranquero <lekktu@gmail.com>
6936
6937 * nonascii.texi (Translation of Characters): Fix previous change.
6938
6939 2008-04-20 Chong Yidong <cyd@stupidchicken.com>
6940
6941 * display.texi (Overlay Properties): Clarify role of underlying
6942 textprop and overlay keymaps for display strings.
6943
6944 * keymaps.texi (Active Keymaps): Ditto.
6945
6946 2008-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
6947
6948 * minibuf.texi (Programmed Completion):
6949 Replace dynamic-completion-table with the new completion-table-dynamic.
6950
6951 2008-04-07 Chong Yidong <cyd@stupidchicken.com>
6952
6953 * intro.texi (Some Terms): Change "fonts in this manual" index
6954 entry to "typographic conventions".
6955
6956 2008-04-05 Eli Zaretskii <eliz@gnu.org>
6957
6958 * objects.texi (Text Props and Strings): Add indexing for read
6959 syntax of text properties.
6960
6961 2008-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
6962
6963 * processes.texi (Decoding Output): Remove process-filter-multibyte
6964 functions.
6965
6966 2008-03-15 Martin Rudalics <rudalics@gmx.at>
6967
6968 * display.texi (Finding Overlays): Say that empty overlays at
6969 the end of the buffer are reported too.
6970
6971 2008-03-13 Glenn Morris <rgm@gnu.org>
6972
6973 * elisp.texi (EMACSVER): Set to 23.0.60.
6974
6975 2008-02-26 Chong Yidong <cyd@stupidchicken.com>
6976
6977 * strings.texi (Formatting Strings): Treat - and 0 as flag characters.
6978
6979 2008-02-22 Glenn Morris <rgm@gnu.org>
6980
6981 * frames.texi (Position Parameters): Clarify the description of
6982 `left' and `top', using information from "Geometry".
6983 (Geometry): Give a pointer to "Position Parameters", rather than
6984 repeating information.
6985
6986 2008-02-11 Glenn Morris <rgm@gnu.org>
6987
6988 * objects.texi (Equality Predicates): No longer talk about "two"
6989 functions.
6990
6991 2008-02-11 Lawrence Mitchell <wence@gmx.li> (tiny change)
6992
6993 * objects.texi (Equality Predicates): Add defun for
6994 equal-including-properties.
6995
6996 2008-02-10 Glenn Morris <rgm@gnu.org>
6997
6998 * objects.texi (Equality Predicates):
6999 Mention equal-including-properties.
7000
7001 2008-02-07 Richard Stallman <rms@gnu.org>
7002
7003 * windows.texi (Window Start): Mention the feature of moving
7004 window-start to start of line.
7005
7006 2008-02-07 Jan Djärv <jan.h.d@swipnet.se>
7007
7008 * keymaps.texi (Tool Bar): Document rtl property.
7009
7010 2008-01-27 Thien-Thi Nguyen <ttn@gnuvola.org>
7011
7012 * display.texi (Button Types):
7013 For define-button-type, clarify type of NAME.
7014
7015 2008-01-19 Martin Rudalics <rudalics@gmx.at>
7016
7017 * buffers.texi (Buffer Modification): Fix typo.
7018
7019 2008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
7020
7021 * os.texi (System Environment): Remove references to OSes that are
7022 not supported anymore.
7023
7024 2008-01-05 Dan Nicolaescu <dann@ics.uci.edu>
7025
7026 * os.texi (System Environment): Remove mention for Masscomp.
7027
7028 2008-01-04 Richard Stallman <rms@gnu.org>
7029
7030 * display.texi (Faces): Don't talk about internal face vector as arg
7031 to facep.
7032
7033 * customize.texi (Type Keywords): Fix previous change.
7034
7035 * text.texi (Links and Mouse-1): Fix xref for commands.texi change.
7036 * elisp.texi (Top): Fix menu for commands.texi change.
7037
7038 2007-12-30 Richard Stallman <rms@gnu.org>
7039
7040 * commands.texi (Accessing Mouse): Rename from Accessing Events.
7041 (Accessing Scroll): New node broken out of Accessing Mouse.
7042
7043 2007-12-28 Richard Stallman <rms@gnu.org>
7044
7045 * frames.texi (Size Parameters): Fix typo.
7046 (Basic Parameters): For `title', refer to title bar.
7047 (Size and Position): Explain meaning of frame pixel width and height.
7048
7049 2007-12-23 Richard Stallman <rms@gnu.org>
7050
7051 * customize.texi (Type Keywords): Uncomment :validate and clarify it.
7052 Improve some of the commented-out keywords' text too.
7053
7054 2007-12-14 Martin Rudalics <rudalics@gmx.at>
7055
7056 * nonascii.texi (Encoding and I/O): Reword to avoid saying
7057 "visit the current buffer".
7058
7059 * os.texi (System Interface): Fix typo.
7060
7061 2007-12-04 Richard Stallman <rms@gnu.org>
7062
7063 * objects.texi (Symbol Type): Fix typo.
7064
7065 2007-12-03 Richard Stallman <rms@gnu.org>
7066
7067 * hooks.texi (Standard Hooks): Add link to Hooks for Loading.
7068
7069 2007-12-01 Glenn Morris <rgm@gnu.org>
7070
7071 * functions.texi (Declaring Functions): Improve previous change.
7072
7073 2007-11-30 Glenn Morris <rgm@gnu.org>
7074
7075 * functions.texi (Declaring Functions): Add optional fourth
7076 argument of declare-function, and setting third argument to `t'.
7077
7078 2007-11-29 Richard Stallman <rms@gnu.org>
7079
7080 * customize.texi (Composite Types): Document `group' type.
7081
7082 2007-11-29 Glenn Morris <rgm@gnu.org>
7083
7084 * functions.texi (Declaring Functions): Add findex.
7085 Mention `external' files.
7086
7087 2007-11-26 Juanma Barranquero <lekktu@gmail.com>
7088
7089 * functions.texi (Declaring Functions): Fix directive.
7090
7091 2007-11-25 Richard Stallman <rms@gnu.org>
7092
7093 * help.texi (Help Functions): Clean up last change.
7094
7095 * advice.texi (Preactivation, Activation of Advice): Minor cleanup.
7096
7097 * loading.texi (Named Features): Minor cleanup.
7098
7099 * macros.texi (Eval During Expansion): Minor cleanup.
7100
7101 * variables.texi (Variable Aliases): Minor cleanup.
7102
7103 2007-11-24 Richard Stallman <rms@gnu.org>
7104
7105 * functions.texi (Declaring Functions): Clarify previous change.
7106
7107 * compile.texi (Compiler Errors): Clarify previous change.
7108
7109 2007-11-24 Richard Stallman <rms@gnu.org>
7110
7111 * display.texi (Refresh Screen, Forcing Redisplay):
7112 Clarify the text and move items around.
7113
7114 2007-11-24 Glenn Morris <rgm@gnu.org>
7115
7116 * functions.texi (Declaring Functions): New section.
7117 * compile.texi (Compiler Errors): Mention declaring functions,
7118 defvar with no initvalue, and byte-compile-warnings.
7119
7120 2007-11-15 Martin Rudalics <rudalics@gmx.at>
7121
7122 * vol1.texi (Top): Remove Frame-Local Variables from Node Listing.
7123 * vol2.texi (Top): Remove Frame-Local Variables from Node Listing.
7124
7125 2007-11-13 Martin Rudalics <rudalics@gmx.at>
7126
7127 * help.texi (Help Functions): Document new macro `with-help-window'.
7128
7129 2007-11-10 Paul Pogonyshev <pogonyshev@gmx.net>
7130
7131 * searching.texi (Replacing Match): Describe new
7132 `match-substitute-replacement'.
7133
7134 2007-10-31 Richard Stallman <rms@gnu.org>
7135
7136 * strings.texi (Creating Strings): Null strings from concat not unique.
7137
7138 2007-10-26 Richard Stallman <rms@gnu.org>
7139
7140 * objects.texi (Equality Predicates): Null strings are uniquified.
7141
7142 * minibuf.texi: Minor clarifications in previous change.
7143
7144 2007-10-25 Glenn Morris <rgm@gnu.org>
7145
7146 * customize.texi (Variable Definitions): Add :risky and :safe keywords.
7147
7148 2007-10-24 Richard Stallman <rms@gnu.org>
7149
7150 * elisp.texi (Top): Delete Frame-Local Variables from subnode menu.
7151
7152 * variables.texi (Frame-Local Variables): Node deleted.
7153 (Variables): Delete Frame-Local Variables from menu.
7154 (Local Variables, Buffer-Local Variables, Intro to Buffer-Local)
7155 (Default Value): Don't mention frame-local vars.
7156
7157 * os.texi (Idle Timers): current-idle-time returns nil if not idle.
7158
7159 * loading.texi (Unloading): Document FEATURE-unload-function
7160 instead of FEATURE-unload-hook.
7161
7162 * frames.texi (Multiple Displays): Don't mention frame-local vars.
7163
7164 2007-10-22 Juri Linkov <juri@jurta.org>
7165
7166 * minibuf.texi (Text from Minibuffer, Minibuffer Completion)
7167 (High-Level Completion): Document a list of default value strings
7168 in the DEFAULT argument, for which minibuffer functions return the
7169 first element.
7170
7171 2007-10-17 Juri Linkov <juri@jurta.org>
7172
7173 * text.texi (Filling): Update arguments of fill-paragraph.
7174 fill-paragraph operates on the active region in Transient Mark mode.
7175 Remove fill-paragraph-or-region.
7176
7177 2007-10-13 Karl Berry <karl@gnu.org>
7178
7179 * elisp.texi (@dircategory): Move to after @copying,
7180 since we want @copying as close as possible to the beginning of
7181 the output.
7182
7183 2007-10-12 Richard Stallman <rms@gnu.org>
7184
7185 * elisp.texi (Top): Add Distinguish Interactive to subnode menu.
7186
7187 * commands.texi (Distinguish Interactive): New node,
7188 broken out from Interactive Call and rewritten.
7189 (Command Loop): Put Distinguish Interactive in menu.
7190
7191 2007-10-09 Richard Stallman <rms@gnu.org>
7192
7193 * text.texi (Examining Properties): Mention overlay priority.
7194
7195 * display.texi (Display Margins): Correct the description
7196 of margin display specifications.
7197 (Replacing Specs): New subnode broken out of Display Property.
7198
7199 2007-10-06 Juri Linkov <juri@jurta.org>
7200
7201 * text.texi (Filling): Document fill-paragraph-or-region.
7202
7203 2007-10-05 Juanma Barranquero <lekktu@gmail.com>
7204
7205 * display.texi (Auto Faces): Fix typo.
7206
7207 2007-10-02 Richard Stallman <rms@gnu.org>
7208
7209 * display.texi (Display Property): Explain some display specs
7210 don't let you move point in.
7211
7212 * frames.texi (Cursor Parameters):
7213 Describe cursor-in-non-selected-windows here. Explain more values.
7214
7215 * windows.texi (Basic Windows): Don't describe
7216 cursor-in-non-selected-windows here.
7217
7218 2007-10-01 Eli Zaretskii <eliz@gnu.org>
7219
7220 * processes.texi (Misc Network): Note that these functions are
7221 supported only on some systems.
7222
7223 2007-10-01 Richard Stallman <rms@gnu.org>
7224
7225 * display.texi (Overlay Properties): Explain nil as priority.
7226 Explain that conflicts are unpredictable if not resolved by
7227 priorities.
7228
7229 2007-09-23 Richard Stallman <rms@gnu.org>
7230
7231 * macros.texi (Backquote): Minor clarification.
7232
7233 2007-09-19 Richard Stallman <rms@gnu.org>
7234
7235 * display.texi (Display Property): Explain multiple display specs.
7236 Clarify when they work in parallel and when one overrides.
7237 Fix error in example.
7238
7239 2007-09-06 Glenn Morris <rgm@gnu.org>
7240
7241 Move from lispref/ to doc/lispref/. Change all setfilename
7242 commands to use ../../info.
7243 * Makefile.in (infodir): Go up one more level.
7244 (usermanualdir): Change from ../man to ../emacs.
7245 (miscmanualdir): New.
7246 (dist): Use new variable miscmanualdir.
7247 * makefile.w32-in (infodir, texinputdir): Go up one more level.
7248 (usermanualdir): Change from ../man to ../emacs.
7249
7250 2007-08-30 Martin Rudalics <rudalics@gmx.at>
7251
7252 * commands.texi (Command Loop Info): Advise against changing
7253 most variables described here. Explain new variable
7254 last-repeatable-command.
7255
7256 2007-08-29 Glenn Morris <rgm@gnu.org>
7257
7258 * elisp.texi (EMACSVER): Increase to 23.0.50.
7259
7260 2007-08-29 Dan Nicolaescu <dann@ics.uci.edu>
7261
7262 * frames.texi (Basic Parameters): Add display-environment-variable
7263 and term-environment-variable.
7264
7265 2007-08-28 Juri Linkov <juri@jurta.org>
7266
7267 * display.texi (Image Formats, Other Image Types): Add SVG.
7268
7269 2007-08-28 Juri Linkov <juri@jurta.org>
7270
7271 * display.texi (Images): Move formats-related text to new node
7272 "Image Formats".
7273 (Image Formats): New node.
7274
7275 2007-08-27 Richard Stallman <rms@gnu.org>
7276
7277 * windows.texi (Window Configurations): Clarify what
7278 a window configuration saves.
7279
7280 2007-08-25 Richard Stallman <rms@gnu.org>
7281
7282 * display.texi (Images): Delete redundant @findex.
7283
7284 2007-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
7285
7286 * text.texi (Change Hooks): (after|before)-change-functions are no
7287 longer bound to nil while running; rather inhibit-modification-hooks
7288 is t.
7289
7290 2007-08-16 Richard Stallman <rms@gnu.org>
7291
7292 * processes.texi (Asynchronous Processes):
7293 Clarify doc of start-file-process.
7294
7295 2007-08-08 Martin Rudalics <rudalics@gmx.at>
7296
7297 * modes.texi (Example Major Modes): Fix typo.
7298
7299 2007-08-08 Glenn Morris <rgm@gnu.org>
7300
7301 * intro.texi (nil and t): Do not use `iff' in documentation.
7302
7303 * tips.texi (Documentation Tips): Recommend against `iff'.
7304
7305 2007-08-07 Chong Yidong <cyd@stupidchicken.com>
7306
7307 * display.texi (Image Cache): Document image-refresh.
7308
7309 2007-08-06 Martin Rudalics <rudalics@gmx.at>
7310
7311 * windows.texi (Size of Window): Document window-full-width-p.
7312
7313 2007-07-25 Glenn Morris <rgm@gnu.org>
7314
7315 * gpl.texi (GPL): Replace license with GPLv3.
7316
7317 * Relicense all FSF files to GPLv3 or later.
7318
7319 2007-07-24 Michael Albinus <michael.albinus@gmx.de>
7320
7321 * processes.texi (Synchronous Processes):
7322 Add `process-file-shell-command'.
7323 (Asynchronous Processes): Mention restricted use of
7324 `process-filter' and `process-sentinel' in
7325 `start-file-process'. Add `start-file-process-shell-command'.
7326
7327 2007-07-17 Michael Albinus <michael.albinus@gmx.de>
7328
7329 * files.texi (Magic File Names): Introduce optional parameter
7330 IDENTIFICATION for `file-remote-p'.
7331
7332 2007-07-16 Richard Stallman <rms@gnu.org>
7333
7334 * display.texi (Defining Faces): Fix previous change.
7335
7336 2007-07-14 Richard Stallman <rms@gnu.org>
7337
7338 * control.texi (Handling Errors): Document `debug' in handler list.
7339
7340 2007-07-10 Richard Stallman <rms@gnu.org>
7341
7342 * display.texi (Defining Faces): Explain C-M-x feature for defface.
7343
7344 2007-07-09 Richard Stallman <rms@gnu.org>
7345
7346 * files.texi (Magic File Names): Rewrite previous change.
7347
7348 2007-07-08 Michael Albinus <michael.albinus@gmx.de>
7349
7350 * files.texi (Magic File Names): Introduce optional parameter
7351 CONNECTED for `file-remote-p'.
7352
7353 2007-07-07 Michael Albinus <michael.albinus@gmx.de>
7354
7355 * processes.texi (Asynchronous Processes):
7356 * files.texi (Magic File Names): Add `start-file-process'.
7357
7358 2007-06-27 Richard Stallman <rms@gnu.org>
7359
7360 * files.texi (Format Conversion Piecemeal):
7361 Clarify `after-insert-file-functions' calling convention.
7362
7363 2007-06-27 Michael Albinus <michael.albinus@gmx.de>
7364
7365 * files.texi (Magic File Names): Remove `dired-call-process'.
7366 Add `process-file'.
7367
7368 2007-06-27 Kenichi Handa <handa@m17n.org>
7369
7370 * text.texi (Special Properties): Fix description about
7371 `composition' property.
7372
7373 2007-06-26 Kenichi Handa <handa@m17n.org>
7374
7375 * nonascii.texi (Default Coding Systems): Document about the
7376 return value `undecided'.
7377
7378 2007-06-25 David Kastrup <dak@gnu.org>
7379
7380 * keymaps.texi (Active Keymaps): Document new POSITION argument of
7381 `current-active-maps'.
7382
7383 2007-06-24 Karl Berry <karl@gnu.org>
7384
7385 * elisp.texi, vol1.texi, vol2.texi: New Back-Cover Text.
7386
7387 2007-06-15 Juanma Barranquero <lekktu@gmail.com>
7388
7389 * display.texi (Overlay Arrow): Doc fix.
7390
7391 2007-06-14 Karl Berry <karl@tug.org>
7392
7393 * anti.texi (Antinews): Typo.
7394
7395 2007-06-14 Chong Yidong <cyd@stupidchicken.com>
7396
7397 * display.texi (Image Cache): Document image-refresh.
7398
7399 2007-06-12 Karl Berry <karl@gnu.org>
7400
7401 * vol1.texi, vol2.texi, two-volume-cross-refs.txt: Update.
7402 * two-volume.make: New file.
7403 * .cvsignore: Ignore two-volume files.
7404
7405 2007-06-12 Tom Tromey <tromey@redhat.com>
7406
7407 * os.texi (Init File): Document user-emacs-directory.
7408
7409 2007-06-03 Nick Roberts <nickrob@snap.net.nz>
7410
7411 * commands.texi (Click Events): Describe width and height when
7412 object is nil.
7413
7414 2007-05-30 Nick Roberts <nickrob@snap.net.nz>
7415
7416 * commands.texi (Click Events): Layout more logically.
7417 Describe width and height.
7418 (Drag Events, Motion Events): Update to new format for position.
7419
7420 2007-06-02 Richard Stallman <rms@gnu.org>
7421
7422 * frames.texi (Color Parameters): Add xref to (emacs)Standard Faces.
7423
7424 2007-06-02 Chong Yidong <cyd@stupidchicken.com>
7425
7426 * Version 22.1 released.
7427
7428 2007-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
7429
7430 * text.texi (Special Properties): Correct meaning of fontified face.
7431
7432 2007-05-30 Richard Stallman <rms@gnu.org>
7433
7434 * text.texi (Special Properties): Add link to Adjusting Point.
7435
7436 2007-05-12 Richard Stallman <rms@gnu.org>
7437
7438 * text.texi (Margins): indent-to-left-margin is not the default.
7439 (Mode-Specific Indent): For indent-line-function, the default
7440 is indent-relative.
7441
7442 * modes.texi (Example Major Modes): Explain last line of text-mode
7443 is redundant.
7444
7445 2007-05-10 Richard Stallman <rms@gnu.org>
7446
7447 * keymaps.texi (Scanning Keymaps): Update where-is-internal example.
7448
7449 * help.texi (Keys in Documentation): Add reference to
7450 Documentation Tips.
7451
7452 * files.texi (Format Conversion): TO-FN gets three arguments.
7453
7454 * modes.texi (Auto Major Mode): Document file-start-mode-alist.
7455
7456 2007-05-10 Thien-Thi Nguyen <ttn@gnuvola.org>
7457
7458 * elisp.texi (Top): Remove "Saving Properties" from detailed menu.
7459 * files.texi (Format Conversion): Expand intro; add menu.
7460 (Format Conversion Overview, Format Conversion Round-Trip)
7461 (Format Conversion Piecemeal): New nodes/subsections.
7462 * hooks.texi: Xref "Format Conversion" , not "Saving Properties".
7463 * text.texi (Text Properties): Remove "Saving Properties" from menu.
7464 (Saving Properties): Delete node/subsection.
7465
7466 2007-05-07 Karl Berry <karl@gnu.org>
7467
7468 * elisp.texi (EMACSVER): Back to 22.
7469
7470 2007-05-06 Richard Stallman <rms@gnu.org>
7471
7472 * processes.texi (Accepting Output): Revert most of previous change.
7473
7474 2007-05-05 Richard Stallman <rms@gnu.org>
7475
7476 * processes.texi (Accepting Output): accept-process-output
7477 uses microseconds, not milliseconds. But that arg is obsolete.
7478
7479 2007-05-04 Karl Berry <karl@tug.org>
7480
7481 * elisp.texi (EMACSVER) [smallbook]: 22.1, not 22.
7482
7483 2007-05-04 Eli Zaretskii <eliz@gnu.org>
7484
7485 * tips.texi (Documentation Tips): Rearrange items to place the
7486 more important ones first. Add an index entry for hyperlinks.
7487
7488 2007-05-03 Karl Berry <karl@gnu.org>
7489
7490 * elisp.texi (\urlcolor, \linkcolor) [smallbook]: \Black for printing.
7491 (EMACSVER) [smallbook]: 22 for printed version.
7492
7493 * control.texi (Signaling Errors) <signal>: texinfo.tex is fixed,
7494 so restore anchor to normal position after defun. Found by Kevin Ryde.
7495
7496 2007-04-26 Glenn Morris <rgm@gnu.org>
7497
7498 * elisp.texi (EMACSVER): Increase to 22.1.50.
7499
7500 2007-04-28 Karl Berry <karl@gnu.org>
7501
7502 * elisp.texi: Improve line breaks on copyright page,
7503 similar layout to emacs manual, 8.5x11 by default.
7504
7505 2007-04-24 Richard Stallman <rms@gnu.org>
7506
7507 * text.texi (Special Properties): Add xref to Overlay Properties.
7508
7509 * display.texi (Overlay Properties): Add xref to Special Properties.
7510
7511 2007-04-22 Richard Stallman <rms@gnu.org>
7512
7513 * keymaps.texi (Extended Menu Items): Move the info about
7514 format with cached keyboard binding.
7515
7516 2007-04-21 Richard Stallman <rms@gnu.org>
7517
7518 * text.texi (Special Properties): Clarify previous change.
7519
7520 * files.texi (File Name Expansion): Clarify previous change.
7521
7522 * display.texi (Attribute Functions): Fix example for
7523 face-attribute-relative-p.
7524
7525 2007-04-19 Kenichi Handa <handa@m17n.org>
7526
7527 * text.texi (Special Properties): Document composition property.
7528
7529 2007-04-19 Glenn Morris <rgm@gnu.org>
7530
7531 * files.texi (File Name Expansion): Mention "superroot".
7532
7533 2007-04-15 Chong Yidong <cyd@stupidchicken.com>
7534
7535 * frames.texi (Multiple Displays): Add note about "multi-monitor"
7536 setups.
7537 (Display Feature Testing): Note that display refers to all
7538 physical monitors for multi-monitor setups.
7539
7540 2007-04-14 Richard Stallman <rms@gnu.org>
7541
7542 * lists.texi (Sets And Lists): Clarify `delete' examples.
7543 Remove spurious xref to same node.
7544 Clarify xref for add-to-list.
7545
7546 2007-04-12 Nick Roberts <nickrob@snap.net.nz>
7547
7548 * keymaps.texi (Format of Keymaps): Remove spurious ")" from
7549 value of lisp-mode-map.
7550
7551 2007-04-11 Karl Berry <karl@gnu.org>
7552
7553 * anti.texi (Antinews):
7554 * display.texi (Overlay Properties, Defining Images):
7555 * processes.texi (Synchronous Processes, Sentinels):
7556 * syntax.texi (Syntax Table Internals):
7557 * searching.texi (Regexp Special):
7558 * nonascii.texi (Default Coding Systems):
7559 * text.texi (Special Properties):
7560 * minibuf.texi (Basic Completion): Wording to improve breaks in
7561 8.5x11 format.
7562 * elisp.texi (smallbook): New @set to more easily switch between
7563 smallbook and 8.5x11.
7564
7565 2007-04-11 Richard Stallman <rms@gnu.org>
7566
7567 * text.texi (Lazy Properties): Minor fix.
7568
7569 2007-04-08 Karl Berry <karl@gnu.org>
7570
7571 * symbols.texi (Plists and Alists): Period after "vs" in index entries.
7572 * macros.texi (Backquote): Downcase Backquote in index entries for
7573 consistency.
7574
7575 2007-04-08 Richard Stallman <rms@gnu.org>
7576
7577 * text.texi (Adaptive Fill): Just describe default,
7578 don't show it (since it contains non-ASCII chars).
7579
7580 2007-04-07 Karl Berry <karl@gnu.org>
7581
7582 * text.texi (Adaptive Fill) [@iftex]: Omit binary characters in
7583 adaptive-fill-regexp's value, since they are not in the standard
7584 TeX fonts.
7585
7586 2007-04-07 Guanpeng Xu <herberteuler@hotmail.com>
7587
7588 * display.texi (Defining Faces): Fix example.
7589
7590 2007-04-07 Karl Berry <karl@gnu.org>
7591
7592 * display.texi (Button Buffer Commands): Improve page break.
7593
7594 2007-04-07 Richard Stallman <rms@gnu.org>
7595
7596 * advice.texi (Activation of Advice): Remove redundant index entry.
7597
7598 * backups.texi: Improve index entries. Remove redundant ones.
7599
7600 * compile.texi (Byte Compilation): Improve index entry.
7601
7602 * hash.texi (Creating Hash): Improve index entry.
7603
7604 * symbols.texi (Definitions): Improve index entry.
7605
7606 * edebug.texi: Improve index entries. Remove redundant/useless ones.
7607
7608 * maps.texi (Standard Keymaps): Remove useless index entry.
7609
7610 * help.texi (Documentation Basics): Remove redundant index entries.
7611
7612 * customize.texi: Improve index entries.
7613 Remove redundant/useless ones.
7614
7615 * locals.texi (Standard Buffer-Local Variables): Clarify intro text.
7616
7617 * streams.texi (Output Variables): Improve index entry.
7618
7619 * abbrevs.texi (Abbrevs): Remove useless index entry.
7620
7621 * macros.texi (Expansion): Remove useless index entry.
7622
7623 * text.texi: Improve index entries. Remove redundant/useless ones.
7624 (Text Properties, Examining Properties)
7625 (Special Properties): Use "property category" instead of "category"
7626 to refer to the `category' property.
7627
7628 * positions.texi: Improve index entries. Remove useless one.
7629
7630 * lists.texi: Improve index entries. Remove redundant/useless ones.
7631
7632 * os.texi: Improve index entries.
7633 (Timers): Fix previous change.
7634
7635 * buffers.texi: Improve index entries.
7636 (Modification Time): Get rid of term "obsolete buffer".
7637
7638 * debugging.texi: Improve index entries.
7639 (Test Coverage): Add xref to other test coverage ftr.
7640
7641 * eval.texi: Improve index entry. Remove redundant ones.
7642
7643 * numbers.texi: Improve index entries. Remove redundant/useless ones.
7644
7645 * files.texi: Improve index entries. Remove redundant/useless ones.
7646
7647 * objects.texi: Improve index entries.
7648
7649 * processes.texi: Improve index entries.
7650
7651 * modes.texi: Improve index entry. Remove redundant one.
7652
7653 * nonascii.texi: Improve index entries.
7654
7655 * internals.texi: Improve index entries.
7656
7657 * syntax.texi: Improve index entries.
7658
7659 * keymaps.texi (Active Keymaps): Improve index entries.
7660
7661 * commands.texi: Improve index entries. Remove redundant/useless ones.
7662
7663 * frames.texi: Improve index entries. Remove redundant/useless ones.
7664
7665 * markers.texi: Improve index entries. Remove redundant ones.
7666
7667 * tips.texi: Improve index entries.
7668
7669 * loading.texi (Unloading): Improve index entry.
7670
7671 * variables.texi: Improve index entries. Remove redundant one.
7672
7673 * sequences.texi: Improve index entry.
7674
7675 * display.texi: Improve index entries. Remove redundant ones.
7676
7677 * windows.texi: Improve index entries.
7678
7679 * searching.texi: Improve index entries. Remove redundant one.
7680
7681 * strings.texi (Case Tables): Improve last change.
7682
7683 2007-04-04 Chong Yidong <cyd@stupidchicken.com>
7684
7685 * strings.texi (Case Tables): Document with-case-table and
7686 ascii-case-table.
7687
7688 2007-04-03 Karl Berry <karl@gnu.org>
7689
7690 * processes.texi (Network): Reword to improve page break.
7691
7692 2007-04-03 Eli Zaretskii <eliz@gnu.org>
7693
7694 * functions.texi (Inline Functions): Describe more disadvantages
7695 of defsubst, and make advice against it stronger.
7696
7697 2007-04-02 Karl Berry <karl@gnu.org>
7698
7699 * backups.texi (Backup Names): Avoid widow words.
7700 * modes.texi (Example Major Modes): Align last comment.
7701
7702 2007-04-01 Chong Yidong <cyd@stupidchicken.com>
7703
7704 * keymaps.texi (Remapping Commands): Document new arg to
7705 command-remapping.
7706
7707 2007-04-01 Karl Berry <karl@gnu.org>
7708
7709 * processes.texi (Low-Level Network): Typo.
7710 * loading.texi (Hooks for Loading): Avoid double "the".
7711 * keymaps.texi (Key Sequences): No double "and".
7712 (Changing Key Bindings): Shorten to improve line break.
7713
7714 2007-03-31 Glenn Morris <rgm@gnu.org>
7715
7716 * os.texi (Timers): Fix description of run-at-time TIME formats.
7717
7718 2007-03-31 Richard Stallman <rms@gnu.org>
7719
7720 * display.texi (Invisible Text): Correct buffer-invisibility-spec
7721 regarding ellipsis.
7722
7723 2007-03-31 Eli Zaretskii <eliz@gnu.org>
7724
7725 * intro.texi (nil and t):
7726 * symbols.texi (Plists and Alists):
7727 * variables.texi (Variable Aliases, Constant Variables):
7728 * functions.texi (Defining Functions):
7729 * advice.texi (Advising Primitives):
7730 * debugging.texi (Syntax Errors, Compilation Errors):
7731 * minibuf.texi (Minibuffer Windows):
7732 * commands.texi (Adjusting Point):
7733 * modes.texi (Syntactic Font Lock, Faces for Font Lock)
7734 (Auto Major Mode, Major Mode Conventions):
7735 * help.texi (Describing Characters):
7736 * files.texi (Create/Delete Dirs, Information about Files)
7737 (File Locks, Writing to Files, Reading from Files)
7738 (Saving Buffers):
7739 * windows.texi (Resizing Windows, Cyclic Window Ordering):
7740 * frames.texi (Finding All Frames):
7741 * positions.texi (Buffer End, Motion):
7742 * markers.texi (The Region):
7743 * text.texi (Deletion, Near Point):
7744 * display.texi (Displaying Messages, Truncation):
7745 * os.texi (Processor Run Time):
7746 * tips.texi (Key Binding Conventions, Programming Tips)
7747 (Warning Tips, Documentation Tips, Comment Tips):
7748 * internals.texi (Memory Usage): Improve indexing.
7749
7750 * variables.texi (Frame-Local Variables):
7751 * functions.texi (Argument List):
7752 * loading.texi (Library Search):
7753 * streams.texi (Output Variables):
7754 * keymaps.texi (Translation Keymaps, Searching Keymaps):
7755 * searching.texi (Replacing Match, Search and Replace):
7756 * processes.texi (Byte Packing, Decoding Output)
7757 (Accepting Output, Network Servers, Shell Arguments):
7758 * display.texi (Abstract Display, Image Cache, Scroll Bars):
7759 * windows.texi (Window Point, Window Start):
7760 * frames.texi (Management Parameters, Frame Parameters, Frame Titles):
7761 * commands.texi (Reading Input, Keyboard Events):
7762 * minibuf.texi (Reading File Names, Minibuffer Completion)
7763 (Recursive Mini):
7764 * positions.texi (List Motion):
7765 * hash.texi (Hash Tables, Creating Hash, Defining Hash):
7766 * numbers.texi (Arithmetic Operations, Math Functions)
7767 (Predicates on Numbers, Comparison of Numbers, Numeric Conversions):
7768 * locals.texi (Standard Buffer-Local Variables):
7769 * maps.texi (Standard Keymaps):
7770 * os.texi (User Identification, System Environment, Recording Input)
7771 (X11 Keysyms):
7772 * nonascii.texi (Non-ASCII Characters, Splitting Characters):
7773 * backups.texi (Backups and Auto-Saving):
7774 * customize.texi (Customization, Group Definitions)
7775 (Variable Definitions):
7776 * compile.texi (Byte Compilation): Improve index entries.
7777
7778 2007-03-31 Karl Berry <karl@gnu.org>
7779
7780 * macros.texi (Defining Macros): Avoid widow syllable.
7781
7782 2007-03-31 Eli Zaretskii <eliz@gnu.org>
7783
7784 * elisp.texi (Top): Postscript -> PostScript.
7785
7786 * display.texi (Images, Postscript Images): Postscript -> PostScript.
7787
7788 2007-03-31 Markus Triska <markus.triska@gmx.at>
7789
7790 * internals.texi (Writing Emacs Primitives): Untabify `For'.
7791
7792 2007-03-30 Karl Berry <karl@gnu.org>
7793
7794 * lists.texi (List-related Predicates): Remove spurious @need.
7795 (Setcdr): Use @smallexample to improve page break.
7796 (Association Lists) <assoc>: Reword to improve page break.
7797
7798 * strings.texi (String Conversion): Insert blank line to improve
7799 page break.
7800
7801 * numbers.texi (Random Numbers): Use @minus{}.
7802 (Math Functions): Use @minus{}.
7803
7804 * intro.texi (Acknowledgements): Avoid line breaks before middle
7805 initials.
7806
7807 2007-03-24 Eli Zaretskii <eliz@gnu.org>
7808
7809 * errors.texi (Standard Errors): Add an index entry.
7810
7811 2007-03-19 Richard Stallman <rms@gnu.org>
7812
7813 * os.texi (Recording Input): recent-keys now gives 300 keys.
7814
7815 2007-03-12 Glenn Morris <rgm@gnu.org>
7816
7817 * os.texi: Replace "daylight savings" with "daylight saving"
7818 throughout.
7819
7820 2007-03-05 Richard Stallman <rms@gnu.org>
7821
7822 * variables.texi (File Local Variables):
7823 Update enable-local-variables values.
7824
7825 2007-03-04 Richard Stallman <rms@gnu.org>
7826
7827 * syntax.texi (Control Parsing): Minor clarification.
7828
7829 * strings.texi (Formatting Strings): Clarify width, precision, flags.
7830
7831 * sequences.texi (Sequence Functions): Move string-bytes away,
7832 add xref.
7833
7834 * nonascii.texi (Text Representations): Move string-bytes here.
7835
7836 * modes.texi (Major Mode Conventions): Fundamental mode is exception.
7837
7838 * minibuf.texi (Basic Completion): Minor clarification.
7839
7840 * markers.texi (The Mark): Clarify existence vs activation of mark.
7841 Other cleanup.
7842
7843 * display.texi (Finding Overlays): Write better example.
7844
7845 * compile.texi (Eval During Compile): Clarify putting macros
7846 in eval-when-compile.
7847
7848 2007-02-25 Vinicius Jose Latorre <viniciusjl@ig.com.br> (tiny change)
7849
7850 * loading.texi (How Programs Do Loading): Fix anchor position at
7851 load-read-function definition doc.
7852
7853 2007-02-21 Kim F. Storm <storm@cua.dk>
7854
7855 * strings.texi (Text Comparison): Mention that assoc-string
7856 converts symbols to strings before testing.
7857
7858 2007-02-17 Kim F. Storm <storm@cua.dk>
7859
7860 * processes.texi (Bindat Spec): Vector types can have optional
7861 element type.
7862 (Bindat Examples): Fix example. Add vector with element type.
7863
7864 2007-02-16 Andreas Schwab <schwab@suse.de>
7865
7866 * strings.texi (Formatting Strings): Document '+' flag.
7867
7868 2007-02-15 Juanma Barranquero <lekktu@gmail.com>
7869
7870 * strings.texi (Modifying Strings): Clarify that `clear-string'
7871 always converts the string to unibyte.
7872
7873 2007-02-14 Kim F. Storm <storm@cua.dk>
7874
7875 * display.texi (Glyphs): Add make-glyph-code, glyph-char, glyph-face.
7876 Rewrite glyph code description to refer to these functions.
7877 Remove details of encoding face number and char into integer code.
7878
7879 2007-02-03 Alan Mackenzie <acm@muc.de>
7880
7881 * loading.texi (Hooks for Loading): Make the description of
7882 `eval-after-load' more detailed, and amend the description of
7883 after-load-alist, in accordance with changes from 2006-05.
7884
7885 2007-02-03 Chong Yidong <cyd@stupidchicken.com>
7886
7887 * modes.texi (Defining Minor Modes): Document that a :require
7888 keyword or similar may be required to make saved customization
7889 variables work.
7890
7891 2007-02-03 Eli Zaretskii <eliz@gnu.org>
7892
7893 * elisp.texi (Top): Make the detailed menu headers compliant with
7894 Texinfo guidelines and with what texnfo-upd.el expects.
7895 Add comments to prevent people from inadvertently modifying the key
7896 parts needed by `texinfo-multiple-files-update'.
7897
7898 2007-02-02 Eli Zaretskii <eliz@gnu.org>
7899
7900 * elisp.texi (Top): Update the top-level menus.
7901
7902 * syntax.texi (Categories): Add index entries.
7903
7904 2007-02-01 Juanma Barranquero <lekktu@gmail.com>
7905
7906 * display.texi (Attribute Functions): Fix name and description of
7907 the UNDERLINE arg of `set-face-underline-p'.
7908
7909 2007-01-29 Eli Zaretskii <eliz@gnu.org>
7910
7911 * elisp.texi (Top): Add "Standard Errors", "Standard Buffer-Local
7912 Variables", and "Standard Keymaps" to the detailed menu.
7913
7914 * variables.texi (Future Local Variables): Add index entry.
7915
7916 2007-01-28 Richard Stallman <rms@gnu.org>
7917
7918 * tips.texi (Coding Conventions): Clarify the tip about macros
7919 that define a function or a variable.
7920
7921 * files.texi (File Attributes): UID and GID can be floats.
7922 (Magic File Names): Explain why deferring all operations to
7923 the standard handler does not work.
7924
7925 2007-01-23 Martin Rudalics <rudalics@gmx.at>
7926
7927 * backups.texi (Reverting): Use "buffer" instead of "file"
7928 when talking about major and minor modes.
7929
7930 2007-01-21 Richard Stallman <rms@gnu.org>
7931
7932 * help.texi (Documentation): Add xref to Documentation Tips.
7933
7934 2007-01-14 Juanma Barranquero <lekktu@gmail.com>
7935
7936 * tips.texi (Coding Conventions): Fix typos.
7937
7938 2007-01-05 Richard Stallman <rms@gnu.org>
7939
7940 * modes.texi (Defining Minor Modes): Fix previous change.
7941
7942 2007-01-03 Richard Stallman <rms@gnu.org>
7943
7944 * customize.texi (Variable Definitions, Customization Types):
7945 Don't use * in doc string for defcustom.
7946
7947 2007-01-02 Richard Stallman <rms@gnu.org>
7948
7949 * variables.texi (Variable Aliases): Clarify that aliases vars
7950 always have the same value.
7951
7952 * processes.texi (Bindat Spec): Fix Texinfo usage.
7953
7954 * modes.texi (Defining Minor Modes): Explain effect of command
7955 defined with define-global-minor-mode on new buffers.
7956
7957 2006-12-30 Kim F. Storm <storm@cua.dk>
7958
7959 * keymaps.texi (Tool Bar): Describe `grow-only' value of
7960 `auto-resize-tool-bars'.
7961
7962 2006-12-30 Richard Stallman <rms@gnu.org>
7963
7964 * keymaps.texi (Active Keymaps): Fix previous change.
7965
7966 2006-12-30 Nick Roberts <nickrob@snap.net.nz>
7967
7968 * keymaps.texi (Active Keymaps): Make xref to lookup-key.
7969
7970 2006-12-30 Kim F. Storm <storm@cua.dk>
7971
7972 * processes.texi (Bindat Spec): Clarify using field names in
7973 length specifications.
7974
7975 2006-12-29 Kim F. Storm <storm@cua.dk>
7976
7977 * processes.texi (Bindat Spec): Explain eval forms and lengths better.
7978 Add count and index variables for eval forms in repeat blocks.
7979
7980 2006-12-24 Richard Stallman <rms@gnu.org>
7981
7982 * customize.texi (Variable Definitions):
7983 Document new name custom-add-frequent-value.
7984
7985 2006-12-19 Kim F. Storm <storm@cua.dk>
7986
7987 * commands.texi (Misc Events): User signals now result in sigusr1
7988 and sigusr2 events which are handled through special-event-map.
7989 (Special Events): User signals and drag-n-drop are special.
7990
7991 2006-12-17 Richard Stallman <rms@gnu.org>
7992
7993 * loading.texi (Named Features): Explain subfeatures better.
7994
7995 * customize.texi: Use "option" only for user options.
7996 For the keyword values inside defcustom etc, say "keywords".
7997 For :options value's elements, say "elements".
7998 :group should not be omitted.
7999
8000 * syntax.texi (Parsing Expressions): Split up node.
8001 (Motion via Parsing, Position Parse, Parser State)
8002 (Low-Level Parsing, Control Parsing): New subnodes.
8003 (Parser State): Document syntax-ppss-toplevel-pos.
8004
8005 * positions.texi (List Motion): Punctuation fix.
8006
8007 * files.texi (File Name Completion): Document PREDICATE arg
8008 to file-name-completion.
8009
8010 2006-12-16 Eli Zaretskii <eliz@gnu.org>
8011
8012 * internals.texi (Building Emacs, Writing Emacs Primitives):
8013 Add index entries.
8014
8015 2006-12-11 Richard Stallman <rms@gnu.org>
8016
8017 * modes.texi (Font Lock Basics): Explain how nil for font-lock-defaults
8018 affects face menu. Explain how to make it non-nil without enabling
8019 any fontification.
8020
8021 2006-12-10 Chong Yidong <cyd@stupidchicken.com>
8022
8023 * modes.texi (Font Lock Basics): Document nil value of
8024 font-lock-defaults.
8025
8026 2006-12-10 Glenn Morris <rgm@gnu.org>
8027
8028 * abbrevs.texi (Defining Abbrevs): Mention `define-abbrev' 'force
8029 value for system-flag argument. Abbrev tables may not be empty
8030 when major modes are loaded.
8031
8032 2006-12-08 Juanma Barranquero <lekktu@gmail.com>
8033
8034 * makefile.w32-in (maintainer-clean): Partially revert last
8035 change; delete "elisp-?" and "elisp-??" instead of "elisp-*"
8036 to protect elisp-covers.texi.
8037
8038 2006-12-07 Juanma Barranquero <lekktu@gmail.com>
8039
8040 * makefile.w32-in (maintainer-clean): Depend on `distclean'.
8041 Don't remove elisp* info files; they are already deleted by the
8042 `clean' and `distclean' targets, and they are in the $(infodir)
8043 directory, not the current one.
8044
8045 2006-12-04 Kim F. Storm <storm@cua.dk>
8046
8047 * commands.texi (Misc Events): Update signal events.
8048 (Event Examples): Add signal example.
8049
8050 2006-11-29 Richard Stallman <rms@gnu.org>
8051
8052 * frames.texi (Visibility of Frames): Explain visible windows
8053 can be covered by others. Add xref for raise-frame.
8054
8055 2006-11-28 Richard Stallman <rms@gnu.org>
8056
8057 * searching.texi (Regexp Special): Update when ^ is special.
8058
8059 2006-11-27 Eli Zaretskii <eliz@gnu.org>
8060
8061 * customize.texi (Customization, Common Keywords)
8062 (Group Definitions, Variable Definitions, Composite Types)
8063 (Type Keywords, Customization Types): Add index entries for
8064 various customization keywords.
8065
8066 2006-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
8067
8068 * modes.texi (Multiline Font Lock): Rephrase some parts for clarity.
8069
8070 2006-11-10 Jan Djärv <jan.h.d@swipnet.se>
8071
8072 * frames.texi (Window System Selections): Remove clipboard from
8073 description of selection-coding-system.
8074
8075 2006-11-06 Richard Stallman <rms@gnu.org>
8076
8077 * lists.texi (List Variables): Document COMPARE-FN.
8078
8079 * keymaps.texi: Avoid use of "binding" to mean a relation;
8080 use it only to refer to the meaning associated with a key.
8081 (Keymaps): Change menu node description.
8082
8083 * elisp.texi (Top): Change menu node description.
8084
8085 * display.texi (Managing Overlays): Document overlay-recenter.
8086
8087 2006-10-29 Chong Yidong <cyd@stupidchicken.com>
8088
8089 * Makefile.in: Use relative paths to avoid advertising filesystem
8090 contents during compilation.
8091
8092 2006-10-23 Kim F. Storm <storm@cua.dk>
8093
8094 * commands.texi (Event Input Misc): Update unread-command-events.
8095
8096 2006-10-23 Nick Roberts <nickrob@snap.net.nz>
8097
8098 * lists.texi (Sets And Lists): Fix typos.
8099
8100 2006-10-18 Juanma Barranquero <lekktu@gmail.com>
8101
8102 * control.texi (Processing of Errors): Use @var for an argument,
8103 not @code.
8104
8105 2006-10-16 Richard Stallman <rms@gnu.org>
8106
8107 * edebug.texi (Edebug Recursive Edit): Minor cleanup.
8108
8109 * keymaps.texi (Format of Keymaps): Show all the keymap element
8110 patterns that result from menu items.
8111 (Key Lookup): Minor cleanups.
8112
8113 * modes.texi (Precalculated Fontification): Don't say that
8114 not setting font-lock-defaults avoids loading font-lock.
8115
8116 * help.texi (Documentation): Move xref to Emacs Manual here.
8117 (Documentation Basics): From here.
8118 Also doc emacs-lisp-docstring-fill-column.
8119
8120 * elisp.texi: Update version and ISBN.
8121
8122 * commands.texi (Interactive Call): Clarify KEYS arg to
8123 call-interactively is a vector.
8124 (Command Loop Info): Delete anchor in this-command-keys.
8125 Add anchor in this-command-keys-vector.
8126 (Recursive Editing): Document how recursive-edit
8127 handles the current buffer.
8128
8129 2006-10-13 Chong Yidong <cyd@stupidchicken.com>
8130
8131 * frames.texi (Frame Titles): %c and %l are ignored in
8132 frame-title-format.
8133
8134 2006-10-11 Richard Stallman <rms@gnu.org>
8135
8136 * keymaps.texi (Key Sequences): Clarify use of kbd.
8137
8138 2006-10-10 Kim F. Storm <storm@cua.dk>
8139
8140 * lists.texi (Sets And Lists): Add memql.
8141
8142 2006-10-03 Richard Stallman <rms@gnu.org>
8143
8144 * searching.texi (Char Classes): Document :multibyte: and :unibyte:.
8145 Clarify :ascii: and :nonascii:.
8146
8147 2006-09-29 Juri Linkov <juri@jurta.org>
8148
8149 * modes.texi (%-Constructs): Reorder coding systems in the
8150 documentation of %z to the real order displayed in the modeline.
8151
8152 2006-09-25 Richard Stallman <rms@gnu.org>
8153
8154 * os.texi (Timers): Describe timer-max-repeats.
8155
8156 2006-09-25 Chong Yidong <cyd@stupidchicken.com>
8157
8158 * os.texi (Timers): Mention with-local-quit.
8159
8160 2006-09-24 Richard Stallman <rms@gnu.org>
8161
8162 * searching.texi (Searching and Matching): Mention property search.
8163
8164 * commands.texi (Command Loop Info): Explain how read-event affects
8165 this-command-keys.
8166
8167 2006-09-20 Richard Stallman <rms@gnu.org>
8168
8169 * os.texi (Timers): Clarify about REPEAT when timer is delayed.
8170
8171 * windows.texi (Window Start): Minor cleanups.
8172
8173 2006-09-20 Kim F. Storm <storm@cua.dk>
8174
8175 * windows.texi (Window Start): pos-visible-in-window-p allows
8176 specifying t for position to mean "end of window".
8177 Add window-line-height.
8178
8179 * anti.texi (Antinews): Mention window-line-height.
8180
8181 2006-09-19 David Kastrup <dak@gnu.org>
8182
8183 * keymaps.texi (Searching Keymaps): Small clarification.
8184
8185 2006-09-18 Richard Stallman <rms@gnu.org>
8186
8187 * keymaps.texi (Creating Keymaps): Explain that keymap prompt strings
8188 cause keyboard menus.
8189 (Menu Keymaps): Likewise.
8190 (Defining Menus, Keyboard Menus): Clarify.
8191
8192 * text.texi (Fields): Clarify explanation of constrain-to-field.
8193
8194 2006-09-16 Eli Zaretskii <eliz@gnu.org>
8195
8196 * variables.texi (Tips for Defining): Fix a typo.
8197
8198 2006-09-15 Richard Stallman <rms@gnu.org>
8199
8200 * keymaps.texi (Remapping Commands, Searching Keymaps)
8201 (Active Keymaps): Clean up previous change.
8202
8203 2006-09-15 Jay Belanger <belanger@truman.edu>
8204
8205 * gpl.texi: Replace "Library Public License" by "Lesser Public
8206 License" throughout.
8207
8208 2006-09-15 David Kastrup <dak@gnu.org>
8209
8210 * keymaps.texi (Active Keymaps): Adapt description to use
8211 `get-char-property' instead `get-text-property'. Explain how
8212 mouse events change this. Explain the new optional argument of
8213 `key-binding' and its mouse-dependent lookup.
8214 (Searching Keymaps): Adapt description similarly.
8215 (Remapping Commands): Explain the new optional argument of
8216 `command-remapping'.
8217
8218 2006-09-14 Richard Stallman <rms@gnu.org>
8219
8220 * keymaps.texi (Searching Keymaps): Clarification.
8221 (Active Keymaps): Refer to Searching Keymaps instead of duplication.
8222
8223 2006-09-13 Richard Stallman <rms@gnu.org>
8224
8225 * objects.texi (Character Type): Node split.
8226 Add xref to Describing Characters.
8227 (Basic Char Syntax, General Escape Syntax)
8228 (Ctl-Char Syntax, Meta-Char Syntax): New subnodes.
8229
8230 2006-09-11 Richard Stallman <rms@gnu.org>
8231
8232 * display.texi (Display Table Format): Wording clarification.
8233 (Glyphs): Clarifications.
8234
8235 2006-09-10 Chong Yidong <cyd@stupidchicken.com>
8236
8237 * keymaps.texi (Active Keymaps): Mention that key-binding checks
8238 local maps.
8239
8240 2006-09-10 Kim F. Storm <storm@cua.dk>
8241
8242 * display.texi (Forcing Redisplay): Document return value of
8243 function redisplay.
8244
8245 2006-09-09 Richard Stallman <rms@gnu.org>
8246
8247 * windows.texi (Window Hooks): Explain limits of
8248 window-scroll-functions.
8249
8250 * display.texi (Fringe Indicators): Update for last change in
8251 indicate-buffer-boundaries.
8252
8253 2006-09-08 Richard Stallman <rms@gnu.org>
8254
8255 * processes.texi (Bindat Spec): Suggest names ending in -bindat-spec.
8256
8257 2006-09-06 Kim F. Storm <storm@cua.dk>
8258
8259 * frames.texi (Display Feature Testing): display-mm-dimensions-alist.
8260
8261 * windows.texi (Window Start): Update pos-visible-in-window-p.
8262
8263 2006-09-04 Richard Stallman <rms@gnu.org>
8264
8265 * processes.texi (Accepting Output): Explain SECONDS=0 for
8266 accept-process-output.
8267
8268 * os.texi (Idle Timers): Explain why timer functions should not
8269 loop until (input-pending-p).
8270
8271 2006-09-02 Eli Zaretskii <eliz@gnu.org>
8272
8273 * makefile.w32-in (usermanualdir): New variable.
8274 (elisp.dvi): Use it.
8275
8276 2006-09-01 Eli Zaretskii <eliz@gnu.org>
8277
8278 * buffers.texi (Buffer Modification): Fix last change.
8279
8280 2006-09-01 Chong Yidong <cyd@stupidchicken.com>
8281
8282 * buffers.texi (Buffer Modification):
8283 Document buffer-chars-modified-tick.
8284
8285 2006-08-31 Richard Stallman <rms@gnu.org>
8286
8287 * modes.texi (Syntactic Font Lock): Mention specific faces once again.
8288
8289 2006-08-31 Richard Bielawski <RBielawski@moneygram.com> (tiny change)
8290
8291 * modes.texi (Syntactic Font Lock):
8292 Mention font-lock-syntactic-face-function
8293 instead of specific faces.
8294
8295 2006-08-29 Chong Yidong <cyd@stupidchicken.com>
8296
8297 * display.texi (Images): Add xrref to display-images-p.
8298
8299 2006-08-28 Kenichi Handa <handa@m17n.org>
8300
8301 * nonascii.texi (Lisp and Coding Systems): Fix description of
8302 detect-coding-region.
8303
8304 2006-08-27 Michael Olson <mwolson@gnu.org>
8305
8306 * processes.texi (Transaction Queues): Remove stray quote
8307 character.
8308
8309 2006-08-25 Richard Stallman <rms@gnu.org>
8310
8311 * os.texi (Idle Timers): run-with-idle-timer allows Lisp time value.
8312 Add xref.
8313
8314 2006-08-24 Chong Yidong <cyd@stupidchicken.com>
8315
8316 * os.texi (Timers): Avoid waiting inside timers.
8317
8318 2006-08-21 Lute Kamstra <lute@gnu.org>
8319
8320 * Makefile.in: Use ../man/texinfo.tex to build elisp.dvi.
8321
8322 2006-08-20 Richard Stallman <rms@gnu.org>
8323
8324 * os.texi (Idle Timers): New node, split out from Timers.
8325 Document current-idle-time.
8326 * commands.texi (Reading One Event): Update xref.
8327 * elisp.texi (Top): Update subnode menu.
8328
8329 2006-08-16 Richard Stallman <rms@gnu.org>
8330
8331 * keymaps.texi (Extended Menu Items): Show format of cached
8332 bindings in extended menu items.
8333
8334 * customize.texi (Variable Definitions): Explain when the
8335 standard value expression is evaluated.
8336
8337 2006-08-15 Chong Yidong <cyd@stupidchicken.com>
8338
8339 * commands.texi (Reading One Event): Explain idleness in
8340 `read-event'.
8341
8342 2006-08-12 Chong Yidong <cyd@stupidchicken.com>
8343
8344 * text.texi (Near Point): Say "cursor" not "terminal cursor".
8345 (Commands for Insertion): Remove split-line since it's not
8346 relevant for Lisp programming.
8347 (Yank Commands): Rewrite introduction.
8348 (Undo): Clarify.
8349 (Maintaining Undo): Clarify. Document undo-ask-before-discard.
8350 (Filling): Remove redundant comment. Clarify return value of
8351 current-justification.
8352 (Margins): Minor clarifications.
8353 (Adaptive Fill): Update default value of adaptive-fill-regexp.
8354 (Sorting): Update definition of sort-lines.
8355 (Columns): Clarify behavior of sort-columns.
8356 (Indent Tabs): Link to Tab Stops in Emacs manual.
8357 (Special Properties): Clarify.
8358 (Clickable Text): Mention Buttons package.
8359
8360 2006-08-12 Kevin Ryde <user42@zip.com.au>
8361
8362 * os.texi (Time Parsing): Add %z to description of
8363 format-time-string, as per docstring. Add cross reference to
8364 glibc manual for strftime.
8365
8366 2006-08-08 Richard Stallman <rms@gnu.org>
8367
8368 * modes.texi: Clean up wording in previous change.
8369
8370 2006-08-07 Chong Yidong <cyd@stupidchicken.com>
8371
8372 * modes.texi (Hooks): Clarify.
8373 (Major Mode Basics): Mention define-derived-mode explicitly.
8374 (Major Mode Conventions): Rebinding RET is OK for some modes.
8375 Mention change-major-mode-hook and after-change-major-mode-hook.
8376 (Example Major Modes): Move to end of Modes section.
8377 (Mode Line Basics): Clarify.
8378 (Mode Line Data): Mention help-echo and local-map in strings.
8379 Explain reason for treatment of non-risky variables.
8380 (Properties in Mode): Clarify.
8381 (Faces for Font Lock): Add font-lock-negation-char-face.
8382
8383 2006-08-04 Eli Zaretskii <eliz@gnu.org>
8384
8385 * strings.texi (Formatting Strings): Warn against arbitrary
8386 strings as first arg to `format'.
8387
8388 2006-07-31 Thien-Thi Nguyen <ttn@gnu.org>
8389
8390 * text.texi (Clickable Text): Mention `help-echo' text property.
8391 Update intro, examples and associated explanations.
8392
8393 2006-07-31 Richard Stallman <rms@gnu.org>
8394
8395 * commands.texi: Update xrefs.
8396 (Event Mod): New node, cut out from old Translating Input.
8397
8398 * maps.texi: Update xrefs.
8399
8400 * keymaps.texi (Translation Keymaps): New node.
8401 Update xrefs from Translating Input to Translation Keymaps.
8402
8403 * elisp.texi (Top): Update subnode menu.
8404
8405 * display.texi (Face Functions): Fix explanations of FRAME=t or nil.
8406
8407 * os.texi (System Interface): Fix menu descriptions of some nodes.
8408 (Translating Input): Node deleted.
8409
8410 2006-07-31 Nick Roberts <nickrob@snap.net.nz>
8411
8412 * modes.texi (Minor Mode Conventions): Update xref for add-to-list.
8413
8414 * lists.texi (Sets And Lists): Likewise.
8415
8416 2006-07-30 Thien-Thi Nguyen <ttn@gnu.org>
8417
8418 * text.texi (Fields): Mention POS
8419 requirement when narrowing is in effect.
8420
8421 2006-07-28 Richard Stallman <rms@gnu.org>
8422
8423 * display.texi (Face Attributes): Simplify wording.
8424 (Attribute Functions): Clarify meaning of new-frame default
8425 attribute settings.
8426
8427 * customize.texi (Common Keywords): Document how to use
8428 :package-version in a package not in Emacs.
8429
8430 2006-07-28 Kim F. Storm <storm@cua.dk>
8431
8432 * commands.texi (Reading One Event): Fix last change.
8433
8434 2006-07-26 Chong Yidong <cyd@stupidchicken.com>
8435
8436 * commands.texi (Reading One Event): Document SECONDS argument for
8437 read-event, read-char, and read-char-exclusive.
8438
8439 2006-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
8440
8441 * modes.texi (Multiline Font Lock): Can't use jit-lock-defer-multiline
8442 to ensure correct identification.
8443
8444 2006-07-24 Richard Stallman <rms@gnu.org>
8445
8446 * text.texi (Clickable Text): Clarify.
8447
8448 * sequences.texi (Vector Functions): Delete duplicate xref.
8449
8450 * objects.texi (Function Type): Clarify.
8451
8452 * modes.texi (Keymaps and Minor Modes): List punct chars for minor
8453 modes.
8454
8455 * lists.texi (List Variables): New node.
8456 Material moved from other nodes.
8457
8458 * variables.texi (Setting Variables): add-to-list and
8459 add-to-ordered-list moved to List Variables node.
8460
8461 2006-07-23 Thien-Thi Nguyen <ttn@gnu.org>
8462
8463 * text.texi (Links and Mouse-1):
8464 For mouse-on-link-p, expand on arg POS.
8465
8466 2006-07-21 Kim F. Storm <storm@cua.dk>
8467
8468 * display.texi (Forcing Redisplay): Don't mention systems which
8469 don't support sub-second timers for redisplay-preemption-period.
8470
8471 * os.texi (Terminal Output): Clarify text vs graphical terminal.
8472
8473 2006-07-21 Eli Zaretskii <eliz@gnu.org>
8474
8475 * frames.texi (Input Focus): Document that focus-follows-mouse has
8476 no effect on MS-Windows.
8477
8478 2006-07-18 Richard Stallman <rms@gnu.org>
8479
8480 * display.texi (Forcing Redisplay): Cleanups in previous change.
8481
8482 * processes.texi (Low-Level Network): Make menu more convenient.
8483
8484 2006-07-18 Kim F. Storm <storm@cua.dk>
8485
8486 * display.texi (Forcing Redisplay): redisplay-preemption-period
8487 only used on window systems. Add xref to Terminal Output.
8488
8489 * os.texi (Terminal Output): baud-rate only controls preemption on
8490 non-window systems. Add xref to Forcing Redisplay.
8491
8492 * processes.texi (Low-Level Network): Rename node "Make Network"
8493 to "Network Processes".
8494
8495 2006-07-18 Karl Berry <karl@gnu.org>
8496
8497 * variables.texi, functions.texi, customize.texi, loading.texi:
8498 * edebug.texi, minibuf.texi: Fix page breaks through chapter 20.
8499
8500 2006-07-17 Chong Yidong <cyd@stupidchicken.com>
8501
8502 * commands.texi (Waiting): Document batch-mode sit-for behavior.
8503
8504 2006-07-17 Richard Stallman <rms@gnu.org>
8505
8506 * eval.texi, elisp.texi, text.texi: Use real doublequote inside menus.
8507 Put period and comma inside quotes.
8508
8509 * loading.texi, markers.texi: Use real doublequote inside menus.
8510
8511 * windows.texi: Put point and comma inside quotes.
8512 (Textual Scrolling): Use @samp for error message.
8513
8514 * variables.texi, tips.texi, syntax.texi, symbols.texi:
8515 * strings.texi, streams.texi, processes.texi, os.texi:
8516 * objects.texi, numbers.texi, modes.texi, minibuf.texi:
8517 * lists.texi, keymaps.texi, intro.texi, hash.texi, internals.texi:
8518 * gpl.texi, functions.texi, files.texi, frames.texi, doclicense.texi:
8519 * display.texi, control.texi, commands.texi, buffers.texi, anti.texi:
8520 Put point and comma inside quotes.
8521
8522 * control.texi (Processing of Errors): Add command-error-function.
8523
8524 * variables.texi (File Local Variables): Clarify that
8525 file local variables make buffer-local bindings.
8526
8527 * modes.texi (Syntactic Font Lock): Give default for
8528 font-lock-syntax-table.
8529
8530 2006-07-17 Nick Roberts <nickrob@snap.net.nz>
8531
8532 * text.texi (Special Properties): Clean up previous change.
8533
8534 2006-07-16 Karl Berry <karl@gnu.org>
8535
8536 * objects.texi, numbers.texi, strings.texi, lists.texi, hash.texi:
8537 * control.texi: Fix bad page breaks through chapter 10 (control).
8538
8539 * anti.texi (Antinews): Reorder face-attribute fns to avoid
8540 underfull hbox.
8541
8542 2006-07-15 Nick Roberts <nickrob@snap.net.nz>
8543
8544 * text.texi (Special Properties): Describe fontified text property
8545 in relation to a character (not text).
8546
8547 2006-07-15 Kim F. Storm <storm@cua.dk>
8548
8549 * maps.texi (Standard Keymaps): Add xref for minibuffer maps.
8550 Add apropos-mode-map, custom-mode-map, esc-map, global-map,
8551 grep-mode-map, help-map, help-mode-map, kmacro-map, and tool-bar-map.
8552
8553 * anti.texi (Antinews): Mention redisplay function.
8554 The kbd macro existed, but was not documented, before 22.x.
8555 Function pos-visible-in-window-p is not new in 22.x, just enhanced.
8556
8557 2006-07-14 Nick Roberts <nickrob@snap.net.nz>
8558
8559 * display.texi (Displaying Messages): Add anchor.
8560
8561 * frames.texi (Dialog Boxes): Use it.
8562
8563 2006-07-12 Richard Stallman <rms@gnu.org>
8564
8565 * objects.texi (Frame Type): Explain nature of frames better.
8566
8567 * frames.texi (Frames): Explain nature of frames better.
8568
8569 2006-07-12 Ken Manheimer <ken.manheimer@gmail.com>
8570
8571 * tips.texi (Coding Conventions): Explain why use cl at compile time.
8572
8573 2006-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8574
8575 * frames.texi (Window System Selections): Mention scrap support for Mac.
8576 Default value of x-select-enable-clipboard is t on Mac.
8577
8578 * os.texi (Getting Out): Suspending is not allowed on Mac, either.
8579
8580 2006-07-11 Kim F. Storm <storm@cua.dk>
8581
8582 * display.texi (Forcing Redisplay): Add `redisplay' function.
8583 Don't mention (sit-for -1) -- use (redisplay t) instead.
8584
8585 * commands.texi (Waiting): (sit-for -1) is no longer special.
8586 (sit-for 0) is equivalent to (redisplay).
8587 Iconifying/deiconifying no longer makes sit-for return.
8588
8589 2006-07-10 Nick Roberts <nickrob@snap.net.nz>
8590
8591 * display.texi (Buttons): Fix typo.
8592
8593 * index.texi, elisp.texi (New Symbols): Comment node out.
8594
8595 2006-07-09 Richard Stallman <rms@gnu.org>
8596
8597 * display.texi (Truncation): Clean up previous change.
8598
8599 2006-07-08 Richard Stallman <rms@gnu.org>
8600
8601 * commands.texi (Interactive Call): Use 3 as prefix in example
8602 for execute-extended-command.
8603
8604 * display.texi (Attribute Functions): Move paragraph about
8605 compatibility with Emacs < 21.
8606
8607 2006-07-09 Kim F. Storm <storm@cua.dk>
8608
8609 * display.texi (Refresh Screen): Clarify force-window-update.
8610 (Truncation): "Normally" indicated by fringe arrows.
8611
8612 2006-07-08 Eli Zaretskii <eliz@gnu.org>
8613
8614 * windows.texi (Textual Scrolling, Resizing Windows):
8615 * variables.texi (Constant Variables):
8616 * text.texi (Buffer Contents, Deletion, Changing Properties)
8617 (Property Search, Special Properties, Sticky Properties)
8618 (Links and Mouse-1, Fields, Change Hooks):
8619 * syntax.texi (Syntax Table Functions, Parsing Expressions)
8620 (Categories):
8621 * symbols.texi (Other Plists):
8622 * streams.texi (Output Variables):
8623 * processes.texi (Input to Processes, Query Before Exit):
8624 * positions.texi (Word Motion, Text Lines, List Motion):
8625 * os.texi (Init File, System Environment, Sound Output)
8626 (Session Management):
8627 * nonascii.texi (Text Representations, Character Sets)
8628 (Chars and Bytes, Locales):
8629 * modes.texi (Defining Minor Modes, Header Lines):
8630 * minibuf.texi (Minibuffer Contents):
8631 * markers.texi (Information from Markers):
8632 * lists.texi (List Elements, Building Lists, Association Lists):
8633 * keymaps.texi (Tool Bar):
8634 * hash.texi (Creating Hash, Hash Access, Defining Hash, Other Hash):
8635 * functions.texi (What Is a Function, Mapping Functions):
8636 * frames.texi (Creating Frames, Parameter Access, Pointer Shape)
8637 (Color Names, Text Terminal Colors, Display Feature Testing):
8638 * files.texi (Visiting Functions, File Name Components)
8639 (Unique File Names, Contents of Directories):
8640 * display.texi (Forcing Redisplay, Displaying Messages)
8641 (Temporary Displays, Font Selection, Auto Faces)
8642 (Font Lookup, Fringe Indicators, Display Margins)
8643 (Image Descriptors, Showing Images, Image Cache, Button Types)
8644 (Making Buttons, Manipulating Buttons, Button Buffer Commands)
8645 (Display Table Format, Glyphs):
8646 * control.texi (Iteration):
8647 * commands.texi (Command Loop Info, Adjusting Point):
8648 * backups.texi (Making Backups, Auto-Saving):
8649 Remove @tindex entries.
8650
8651 2006-07-07 Kim F. Storm <storm@cua.dk>
8652
8653 * display.texi (Fringe Cursors): Fix typo.
8654 (Customizing Bitmaps): Fix define-fringe-bitmap entry.
8655 (Overlay Arrow): Default is overlay-arrow fringe indicator.
8656
8657 2006-07-05 Richard Stallman <rms@gnu.org>
8658
8659 * text.texi (Buffer Contents): Add example of text props
8660 in result of buffer-substring.
8661 (Text Properties): Explain better about use of specific property names.
8662 (Property Search): Some cleanups; reorder some functions.
8663
8664 * keymaps.texi (Changing Key Bindings): Cleanup.
8665 Add xref to Key Binding Conventions.
8666
8667 * display.texi (Attribute Functions): Add examples for
8668 face-attribute-relative-p.
8669
8670 * tips.texi (Coding Conventions): Cleanup last change.
8671
8672 2006-07-05 Karl Berry <karl@gnu.org>
8673
8674 * elisp.texi: Use @fonttextsize 10pt, a la emacs.texi.
8675 Remove @setchapternewpage odd.
8676 Result is 1013 pages, down from 1100.
8677
8678 * anti.texi, customize.texi, display.texi, internals.texi:
8679 * minibuf.texi, modes.texi, tips.texi:
8680 Fix overfull/underfull boxes.
8681
8682 2006-07-05 Thien-Thi Nguyen <ttn@gnu.org>
8683
8684 * edebug.texi (Instrumenting):
8685 Add Edebug-specific findex for eval-buffer.
8686 * loading.texi (Loading):
8687 Replace eval-current-buffer with eval-buffer.
8688
8689 2006-06-30 Nick Roberts <nickrob@snap.net.nz>
8690
8691 * locals.texi (Standard Buffer-Local Variables): Update the list
8692 of variables.
8693
8694 2006-06-26 Nick Roberts <nickrob@snap.net.nz>
8695
8696 * files.texi (File Name Completion): Point user to the node
8697 "Reading File Names".
8698
8699 2006-06-24 Eli Zaretskii <eliz@gnu.org>
8700
8701 * files.texi (Contents of Directories): Document case-insensitive
8702 behavior on respective filesystems.
8703
8704 * objects.texi (Character Type): Document that Emacs signals an
8705 error for unsupported Unicode characters specified as \uNNNN.
8706
8707 2006-06-19 Richard Stallman <rms@gnu.org>
8708
8709 * processes.texi (Bindat Spec): Clarify previous change.
8710
8711 2006-06-16 Richard Stallman <rms@gnu.org>
8712
8713 * tips.texi (Coding Conventions): Better explain conventions
8714 for definition constructs.
8715
8716 * text.texi (Special Properties): String value of `read-only'
8717 serves as the error message.
8718
8719 * objects.texi (Character Type): Clarify prev. change.
8720 (Non-ASCII in Strings): Mention \u and \U.
8721
8722 * commands.texi (Using Interactive): Explain problem of
8723 markers, etc., in command-history.
8724
8725 2006-06-14 Kim F. Storm <storm@cua.dk>
8726
8727 * commands.texi (Waiting): Negative arg to sit-for forces
8728 redisplay even if input is pending.
8729
8730 * display.texi (Forcing Redisplay): Use (sit-for -1) to force a
8731 redisplay. Remove incorrect example of binding redisplay-dont-pause
8732 around (sit-for 0).
8733
8734 2006-06-13 Richard Stallman <rms@gnu.org>
8735
8736 * display.texi (Forcing Redisplay): Clarify previous change.
8737
8738 2006-06-13 Romain Francoise <romain@orebokech.com>
8739
8740 * display.texi (Forcing Redisplay): Fix typo.
8741
8742 2006-06-13 Kim F. Storm <storm@cua.dk>
8743
8744 * display.texi (Forcing Redisplay): Add redisplay-preemption-period.
8745
8746 2006-06-10 Luc Teirlinck <teirllm@auburn.edu>
8747
8748 * tips.texi (Coding Conventions): Add `@end itemize'.
8749
8750 2006-06-10 Richard Stallman <rms@gnu.org>
8751
8752 * tips.texi (Coding Conventions): Explain use of coding systems
8753 to ensure one decoding for strings.
8754
8755 2006-06-09 Aidan Kehoe <kehoea@parhasard.net>
8756
8757 * objects.texi (Character Type): Describe the \uABCD and \U00ABCDEF
8758 syntax.
8759
8760 2006-06-07 Eli Zaretskii <eliz@gnu.org>
8761
8762 * display.texi (Font Selection): Remove description of
8763 clear-face-cache.
8764
8765 * compile.texi (Eval During Compile): Fix a typo. Add index
8766 entries for possible uses of eval-when-compile.
8767
8768 2006-06-04 Thien-Thi Nguyen <ttn@gnu.org>
8769
8770 * display.texi (Abstract Display): Fix typo.
8771
8772 2006-06-03 Eli Zaretskii <eliz@gnu.org>
8773
8774 * minibuf.texi (Minibuffer History) <history-add-new-input>:
8775 Reword variable's description.
8776
8777 2006-06-01 Richard Stallman <rms@gnu.org>
8778
8779 * windows.texi (Splitting Windows): Clarify splitting nonselected
8780 window.
8781
8782 2006-05-31 Juri Linkov <juri@jurta.org>
8783
8784 * minibuf.texi (Minibuffer History): Add history-add-new-input.
8785
8786 2006-05-30 Richard Stallman <rms@gnu.org>
8787
8788 * display.texi (Line Height): Fix errors in description of
8789 default line height and line-height property.
8790
8791 * nonascii.texi (Default Coding Systems): Further clarification.
8792
8793 2006-05-29 Luc Teirlinck <teirllm@auburn.edu>
8794
8795 * internals.texi (Pure Storage): Mention that an overflow in pure
8796 space causes a memory leak.
8797 (Garbage Collection): If there was an overflow in pure space,
8798 `garbage-collect' returns nil.
8799
8800 2006-05-30 Eli Zaretskii <eliz@gnu.org>
8801
8802 * nonascii.texi (Default Coding Systems): Fix it some more.
8803
8804 2006-05-29 Eli Zaretskii <eliz@gnu.org>
8805
8806 * nonascii.texi (Default Coding Systems): Fix last change.
8807
8808 2006-05-29 Kenichi Handa <handa@m17n.org>
8809
8810 * nonascii.texi (find-operation-coding-system): Describe the new
8811 argument format (FILENAME . BUFFER).
8812
8813 2006-05-28 Richard Stallman <rms@gnu.org>
8814
8815 * tips.texi (Coding Conventions): Better explain reasons not to
8816 advise other packages or use `eval-after-load'.
8817
8818 2006-05-29 Kim F. Storm <storm@cua.dk>
8819
8820 * processes.texi (Bindat Functions): Rename `pos' and `raw-data' to
8821 `bindat-idx' and `bindat-raw' for clarity.
8822
8823 2006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
8824
8825 * processes.texi (Bindat Spec): Expand on `repeat' handler.
8826
8827 * display.texi (Display): Add "Abstract Display" to menu.
8828 (Abstract Display, Abstract Display Functions)
8829 (Abstract Display Example): New nodes.
8830 * elisp.texi (Top): Add "Abstract Display" to menu.
8831
8832 2006-05-27 Chong Yidong <cyd@stupidchicken.com>
8833
8834 * keymaps.texi (Key Sequences): Link to input events definition.
8835 (Format of Keymaps): Delete material duplicated in Keymap Basics.
8836
8837 * files.texi (Changing Files): Document updated argument list for
8838 copy-file.
8839
8840 2006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
8841
8842 * processes.texi (Bindat Functions): Explain term "total length".
8843 Use it in bindat-length and bindat-pack descriptions.
8844
8845 2006-05-26 Eli Zaretskii <eliz@gnu.org>
8846
8847 * tips.texi (Coding Conventions): Advise against using
8848 eval-after-load in packages. Add an index entry.
8849
8850 2006-05-25 Juri Linkov <juri@jurta.org>
8851
8852 * minibuf.texi (Text from Minibuffer): Undocument keep-all.
8853
8854 * modes.texi (%-Constructs): Add %e, %z, %Z.
8855
8856 2006-05-25 Richard Stallman <rms@gnu.org>
8857
8858 * elisp.texi (Top): Update subnode menu.
8859
8860 * keymaps.texi (Keymap Basics): New node, split out of Key Sequences.
8861 (Keymaps): Update menu.
8862
8863 2006-05-25 Chong Yidong <cyd@stupidchicken.com>
8864
8865 * keymaps.texi (Key Sequences): Some clarifications.
8866
8867 2006-05-25 Thien-Thi Nguyen <ttn@gnu.org>
8868
8869 * processes.texi (Bindat Functions): Say "unibyte string"
8870 explicitly for bindat-unpack and bindat-pack descriptions.
8871 (Bindat Examples): Don't call `string-make-unibyte' in example.
8872
8873 2006-05-25 Chong Yidong <cyd@stupidchicken.com>
8874
8875 * keymaps.texi (Key Sequences): Rename from Keymap Terminology.
8876 Explain string and vector representations of key sequences.
8877
8878 * keymaps.texi (Changing Key Bindings):
8879 * commands.texi (Interactive Codes):
8880 * help.texi (Describing Characters): Refer to it.
8881
8882 2006-05-23 Luc Teirlinck <teirllm@auburn.edu>
8883
8884 * frames.texi (Pointer Shape): @end table -> @end defvar.
8885
8886 2006-05-22 Richard Stallman <rms@gnu.org>
8887
8888 * elisp.texi (Top): Update subnode menus.
8889
8890 * frames.texi (Pointer Shape): Node renamed from Pointer Shapes.
8891 Contents rewritten; material from old Pointer Shape node moved here.
8892
8893 * display.texi (Pointer Shape): Node deleted.
8894 (Image Descriptors): Minor cleanup.
8895
8896 2006-05-21 Richard Stallman <rms@gnu.org>
8897
8898 * syntax.texi (Parsing Expressions): Update info on which STATE
8899 elements are ignored.
8900
8901 2006-05-19 Luc Teirlinck <teirllm@auburn.edu>
8902
8903 * hooks.texi (Standard Hooks): Correct typo.
8904
8905 * gpl.texi (GPL): ifinfo -> ifnottex.
8906
8907 2006-05-19 Michael Ernst <mernst@alum.mit.edu> (tiny change)
8908
8909 * searching.texi (Simple Match Data): Warn about match data being
8910 set anew by every search.
8911
8912 2006-05-17 Richard Stallman <rms@gnu.org>
8913
8914 * minibuf.texi (Minibuffer History): Clarify.
8915
8916 * searching.texi (Regexp Special): Clarify nested regexp warning.
8917
8918 2006-05-16 Kim F. Storm <storm@cua.dk>
8919
8920 * minibuf.texi (Minibuffer History): Update add-to-history.
8921
8922 2006-05-15 Oliver Scholz <epameinondas@gmx.de> (tiny change)
8923
8924 * nonascii.texi (Explicit Encoding):
8925 Fix typo (encoding<->decoding).
8926
8927 2006-05-14 Richard Stallman <rms@gnu.org>
8928
8929 * buffers.texi (Creating Buffers): Cleanup.
8930
8931 * files.texi (Visiting Functions): Rewrite in find-file-noselect.
8932
8933 2006-05-13 Eli Zaretskii <eliz@gnu.org>
8934
8935 * buffers.texi (Current Buffer): Document that with-temp-buffer
8936 disables undo.
8937
8938 * os.texi (Terminal-Specific): More accurate description of how
8939 Emacs searches for the terminal-specific libraries.
8940
8941 2006-05-12 Eli Zaretskii <eliz@gnu.org>
8942
8943 * hooks.texi (Standard Hooks) [iftex]: Convert @xref's to
8944 emacs-xtra to @inforef's.
8945
8946 * text.texi (Undo): Document that undo is turned off in buffers
8947 whose names begin with a space.
8948
8949 * buffers.texi (Buffer Names): Add index entries for buffers whose
8950 names begin with a space.
8951 (Creating Buffers): Document that undo is turned off in buffers
8952 whose names begin with a space.
8953
8954 * files.texi (Visiting Functions, Reading from Files)
8955 (Saving Buffers): Mention code and EOL conversions by file I/O
8956 primitives and subroutines.
8957
8958 * nonascii.texi (Lisp and Coding Systems):
8959 Document coding-system-eol-type. Add index entries for eol conversion.
8960
8961 * display.texi (Defining Faces): Mention `mac', and add an xref to
8962 where window-system is described.
8963
8964 2006-05-10 Richard Stallman <rms@gnu.org>
8965
8966 * internals.texi (Writing Emacs Primitives): Clarify GCPRO rules.
8967
8968 2006-05-10 Reiner Steib <Reiner.Steib@gmx.de>
8969
8970 * variables.texi (File Local Variables): Recommend to quote lambda
8971 expressions in safe-local-variable property.
8972
8973 2006-05-09 Richard Stallman <rms@gnu.org>
8974
8975 * variables.texi (File Local Variables):
8976 Document safe-local-eval-forms and safe-local-eval-function.
8977
8978 2006-05-07 Kim F. Storm <storm@cua.dk>
8979
8980 * minibuf.texi (Minibuffer History): Remove keep-dups arg
8981 from add-to-history.
8982
8983 2006-05-07 Romain Francoise <romain@orebokech.com>
8984
8985 * commands.texi (Event Input Misc):
8986 * compile.texi (Eval During Compile):
8987 * internals.texi (Buffer Internals):
8988 * minibuf.texi (Initial Input):
8989 * nonascii.texi (Scanning Charsets):
8990 * numbers.texi (Comparison of Numbers):
8991 * windows.texi (Textual Scrolling, Vertical Scrolling):
8992 Fix various typos.
8993
8994 2006-05-06 Eli Zaretskii <eliz@gnu.org>
8995
8996 * hooks.texi (Standard Hooks): Replace inforef to emacs-xtra by
8997 conditional xref's to either emacs or emacs-xtra, depending on
8998 @iftex/@ifnottex.
8999
9000 * minibuf.texi (Minibuffer History): Document add-to-history.
9001
9002 2006-05-05 Eli Zaretskii <eliz@gnu.org>
9003
9004 * internals.texi (Pure Storage): Mention the pure overflow message
9005 at startup.
9006
9007 2006-05-05 Johan Bockgård <bojohan@dd.chalmers.se>
9008
9009 * keymaps.texi (Active Keymaps): Fix pseudo-Lisp syntax.
9010 (Searching Keymaps): Fix pseudo-Lisp description of keymap
9011 search.
9012
9013 2006-05-01 Richard Stallman <rms@gnu.org>
9014
9015 * intro.texi (nil and t): Clarify.
9016
9017 * variables.texi (File Local Variables): Suggest using booleanp.
9018
9019 2006-05-01 Juanma Barranquero <lekktu@gmail.com>
9020
9021 * objects.texi (Type Predicates): Fix typos.
9022
9023 2006-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
9024
9025 * intro.texi (nil and t): Add booleanp.
9026
9027 * objects.texi (Type Predicates): Add links for booleanp and
9028 string-or-null-p.
9029
9030 2006-04-29 Richard Stallman <rms@gnu.org>
9031
9032 * modes.texi (Multiline Font Lock): Rename from
9033 Multi line Font Lock Elements. Much clarification.
9034 (Font Lock Multiline, Region to Fontify): Much clarification.
9035
9036 2006-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
9037
9038 * variables.texi (File Local Variables): Remove the special case t for
9039 safe-local-variable.
9040
9041 2006-04-26 Richard Stallman <rms@gnu.org>
9042
9043 * syntax.texi (Parsing Expressions): Minor cleanup.
9044
9045 2006-04-18 Richard Stallman <rms@gnu.org>
9046
9047 * tips.texi (Coding Conventions): Explain when the package's
9048 prefix should appear later on (not at the start of the name).
9049
9050 * searching.texi (String Search): Clarify effect of NOERROR.
9051
9052 * modes.texi (Imenu): Clarify what special items do.
9053
9054 * hooks.texi (Standard Hooks): Delete text about old hook names.
9055
9056 2006-04-17 Romain Francoise <romain@orebokech.com>
9057
9058 * variables.texi (Local Variables): Update the default value of
9059 `max-specpdl-size'.
9060
9061 2006-04-15 Michael Olson <mwolson@gnu.org>
9062
9063 * processes.texi (Transaction Queues): Mention the new optional
9064 `delay-question' argument for `tq-enqueue'.
9065
9066 2006-04-13 Bill Wohler <wohler@newt.com>
9067
9068 * customize.texi (Common Keywords): Use dotted notation for
9069 :package-version value. Specify its values. Improve documentation
9070 for customize-package-emacs-version-alist.
9071
9072 2006-04-12 Bill Wohler <wohler@newt.com>
9073
9074 * customize.texi (Common Keywords): Move description of
9075 customize-package-emacs-version-alist to @defvar.
9076
9077 2006-04-10 Bill Wohler <wohler@newt.com>
9078
9079 * customize.texi (Common Keywords): Add :package-version.
9080
9081 2006-04-10 Kim F. Storm <storm@cua.dk>
9082
9083 * text.texi (Buffer Contents): Add NOPROPS arg to
9084 filter-buffer-substring.
9085
9086 2006-04-08 Kevin Ryde <user42@zip.com.au>
9087
9088 * os.texi (Command-Line Arguments): Update xref to emacs manual
9089 "Command Arguments" -> "Emacs Invocation", per change there.
9090
9091 2006-04-08 Thien-Thi Nguyen <ttn@gnu.org>
9092
9093 * display.texi (Other Display Specs): Arrange a @code{DOTTED-LIST} to
9094 be on one line to help makeinfo not render two spaces after the dot.
9095
9096 2006-04-07 Reiner Steib <Reiner.Steib@gmx.de>
9097
9098 * strings.texi (Predicates for Strings): Add string-or-null-p.
9099
9100 2006-03-28 Kim F. Storm <storm@cua.dk>
9101
9102 * processes.texi (Accepting Output): Remove obsolete (and incorrect)
9103 remarks about systems that don't support fractional seconds.
9104
9105 2006-03-25 Karl Berry <karl@gnu.org>
9106
9107 * elisp.texi: Use @copyright{} instead of (C), and do not indent
9108 the year list.
9109
9110 2006-03-21 Nick Roberts <nickrob@snap.net.nz>
9111
9112 * display.texi (Fringe Indicators): Fix typos.
9113
9114 2006-03-19 Luc Teirlinck <teirllm@auburn.edu>
9115
9116 * tips.texi (Documentation Tips): One can now also write `program'
9117 in front of a quoted symbol in a docstring to prevent making a
9118 hyperlink.
9119
9120 2006-03-19 Alan Mackenzie <acm@muc.de>
9121
9122 * text.texi (Special Properties): Clarify `fontified' property.
9123
9124 2006-03-16 Richard Stallman <rms@gnu.org>
9125
9126 * display.texi (Defining Images): Minor cleanup.
9127
9128 2006-03-16 Bill Wohler <wohler@newt.com>
9129
9130 * display.texi (Defining Images): In image-load-path-for-library,
9131 prefer user's images.
9132
9133 2006-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
9134
9135 * modes.texi (Region to Fontify): Remove font-lock-lines-before.
9136
9137 2006-03-15 Bill Wohler <wohler@newt.com>
9138
9139 * display.texi (Defining Images): Fix example in
9140 image-load-path-for-library by not recommending that one binds
9141 image-load-path. Just defvar it to placate compiler and only use
9142 it if previously defined.
9143
9144 2006-03-14 Bill Wohler <wohler@newt.com>
9145
9146 * display.texi (Defining Images): In image-load-path-for-library,
9147 always return list of directories. Update example.
9148
9149 2006-03-14 Alan Mackenzie <acm@muc.de>
9150
9151 * modes.texi: New node, "Region to Fontify" (for Font Lock).
9152 This describes font-lock-extend-region-function.
9153 ("Other Font Lock Variables"): Move "font-lock-lines-before" to
9154 the new node "Region to Fontify".
9155
9156 2006-03-13 Richard Stallman <rms@gnu.org>
9157
9158 * display.texi (Invisible Text): The impossible position is
9159 now before the invisible text, not after.
9160 (Defining Images): Clean up last change.
9161
9162 2006-03-11 Bill Wohler <wohler@newt.com>
9163
9164 * display.texi (Defining Images): Add image-load-path-for-library.
9165
9166 2006-03-11 Luc Teirlinck <teirllm@auburn.edu>
9167
9168 * text.texi (Adaptive Fill): Fix Texinfo usage.
9169
9170 * strings.texi (Creating Strings): Fix Texinfo usage.
9171
9172 * searching.texi (Regexp Special): Use @samp for regular
9173 expressions that are not in Lisp syntax.
9174
9175 2006-03-08 Luc Teirlinck <teirllm@auburn.edu>
9176
9177 * searching.texi (Regexp Special): Put remark between parentheses
9178 to avoid misreading.
9179
9180 2006-03-07 Luc Teirlinck <teirllm@auburn.edu>
9181
9182 * searching.texi (Syntax of Regexps): More accurately describe
9183 which characters are special in which situations.
9184 (Regexp Special): Recommend _not_ to quote `]' or `-' when they
9185 are not special. Describe in detail when `[' and `]' are special.
9186 (Regexp Backslash): Plenty of regexps with unbalanced square
9187 brackets are valid, so reword that statement.
9188
9189 2006-03-02 Kim F. Storm <storm@cua.dk>
9190
9191 * keymaps.texi (Tool Bar): Add tool-bar-border.
9192
9193 2006-02-28 Luc Teirlinck <teirllm@auburn.edu>
9194
9195 * loading.texi (Load Suffixes): Rephrase last paragraph. Fix typos.
9196
9197 2006-02-27 Luc Teirlinck <teirllm@auburn.edu>
9198
9199 * elisp.texi (Top): Include "Load Suffixes" in the detailed menu.
9200
9201 * files.texi (Locating Files): Suggest additional values for the
9202 SUFFIXES arg of `locate-file'. Update pxref.
9203
9204 * loading.texi (Loading): Include new node "Load Suffixes" in menu.
9205 (How Programs Do Loading): Discuss the effects of Auto Compression
9206 mode on `load'.
9207 (Load Suffixes): New node.
9208 (Library Search): Delete description of `load-suffixes'; it was
9209 moved to "Load Suffixes".
9210 (Autoload, Named Features): Mention `load-suffixes'.
9211
9212 2006-02-21 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
9213
9214 * display.texi (Fringe Indicators, Fringe Cursors): Fix typos.
9215
9216 * windows.texi (Window Tree): Fix typo.
9217
9218 2006-02-20 Kim F. Storm <storm@cua.dk>
9219
9220 * display.texi (Fringe Indicators): New section.
9221 Move indicate-empty-lines, indicate-buffer-boundaries, and
9222 default-indicate-buffer-boundaries here.
9223 Add fringe-indicator-alist and default-fringes-indicator-alist.
9224 Add list of logical fringe indicator symbols.
9225 Update list of standard bitmap names.
9226 (Fringe Cursors): New section.
9227 Move overflow-newline-into-fringe here.
9228 Add fringe-cursor-alist and default-fringes-cursor-alist.
9229 Add list of fringe cursor symbols.
9230
9231 2006-02-20 Juanma Barranquero <lekktu@gmail.com>
9232
9233 * commands.texi (Using Interactive): Fix reference to node
9234 "Minibuffers".
9235
9236 2006-02-19 Richard M. Stallman <rms@gnu.org>
9237
9238 * minibuf.texi (High-Level Completion):
9239 Add xref to read-input-method-name.
9240
9241 * files.texi (Relative File Names): Move file-relative-name here.
9242 (File Name Expansion): From here. Minor clarifications.
9243
9244 * commands.texi (Using Interactive): Add xrefs about reading input.
9245 Clarify remarks about that moving point and mark.
9246 Put string case before list case.
9247
9248 2006-02-16 Johan Bockgård <bojohan@dd.chalmers.se>
9249
9250 * display.texi (Other Display Specs, Image Descriptors):
9251 Revert erroneous changes. The previous description of
9252 image-descriptors as `(image . PROPS)' was correct.
9253
9254 2006-02-14 Richard M. Stallman <rms@gnu.org>
9255
9256 * variables.texi (File Local Variables): Clarifications.
9257
9258 2006-02-14 Juanma Barranquero <lekktu@gmail.com>
9259
9260 * variables.texi (File Local Variables): Use @code for a cons
9261 cell, not @var.
9262
9263 2006-02-13 Chong Yidong <cyd@stupidchicken.com>
9264
9265 * variables.texi (File Local Variables): Document new file local
9266 variable behavior.
9267
9268 2006-02-10 Kim F. Storm <storm@cua.dk>
9269
9270 * eval.texi (Function Indirection): Add NOERROR to indirect-function.
9271
9272 2006-02-08 Juanma Barranquero <lekktu@gmail.com>
9273
9274 * modes.texi (%-Constructs): Remove obsolete info about
9275 `global-mode-string'.
9276
9277 2006-02-07 Richard M. Stallman <rms@gnu.org>
9278
9279 * commands.texi (Prefix Command Arguments): Minor cleanup.
9280
9281 * display.texi: "Graphical display", not window system.
9282
9283 * functions.texi (What Is a Function): Fix xref.
9284
9285 * keymaps.texi (Key Lookup): Clarify wrt commands vs other functions.
9286 (Changing Key Bindings): Clarify when remapping is better than
9287 substitute-key-definition.
9288
9289 2006-02-02 Richard M. Stallman <rms@gnu.org>
9290
9291 * minibuf.texi (Basic Completion): Completion alists are risky.
9292
9293 * keymaps.texi (Active Keymaps): Clarifications.
9294 (Searching Keymaps): New node.
9295 (Keymaps): Update menu.
9296
9297 * frames.texi (Layout Parameters): Minor clarification.
9298 (Drag and Drop): New node.
9299 (Frames): Update menu.
9300
9301 2006-01-29 Chong Yidong <cyd@stupidchicken.com>
9302
9303 * display.texi (Other Display Specs, Image Descriptors):
9304 Image description is a list, not a cons cell.
9305
9306 2006-01-28 Luc Teirlinck <teirllm@auburn.edu>
9307
9308 * lists.texi (Cons Cells): Minor correction (the cdr of a dotted
9309 list is not necessarily a list).
9310
9311 2006-01-27 Eli Zaretskii <eliz@gnu.org>
9312
9313 * frames.texi (Layout Parameters): border-width and
9314 internal-border-width belong to the frame, not the window.
9315
9316 2006-01-19 Richard M. Stallman <rms@gnu.org>
9317
9318 * nonascii.texi (Translation of Characters): Search cmds use
9319 translation-table-for-input. Automatically made local.
9320
9321 * markers.texi (Overview of Markers): Count insertion type
9322 as one of a marker's attributes.
9323
9324 * keymaps.texi (Controlling Active Maps): New node, split out of
9325 Active Keymaps.
9326 (Keymaps): Menu updated.
9327 (Active Keymaps): Give pseudocode to explain how the active
9328 maps are searched. current-active-maps and key-binding moved here.
9329 (Functions for Key Lookup): current-active-maps and key-binding moved.
9330 Clarifications.
9331 (Searching the Keymaps): New subnode.
9332
9333 * elisp.texi (Top): Menu clarification.
9334
9335 * display.texi (Other Display Specs): Delete duplicate entry for
9336 just a string as display spec. Move text about recursive display
9337 specs on such a string.
9338
9339 * commands.texi (Key Sequence Input): Clarify.
9340 Move num-nonmacro-input-events out.
9341 (Reading One Event): num-nonmacro-input-events moved here.
9342
9343 2006-01-14 Nick Roberts <nickrob@snap.net.nz>
9344
9345 * advice.texi (Simple Advice): Update example to fit argument
9346 change in previous-line.
9347
9348 2006-01-05 Richard M. Stallman <rms@gnu.org>
9349
9350 * markers.texi (The Mark): Fix in `mark'.
9351
9352 2006-01-04 Richard M. Stallman <rms@gnu.org>
9353
9354 * processes.texi (Misc Network, Make Network): Minor cleanups.
9355
9356 2006-01-04 Kim F. Storm <storm@cua.dk>
9357
9358 * processes.texi (Make Network): Add IPv6 addresses and handling.
9359 (Network Feature Testing): Mention (:family ipv6).
9360 (Misc Network): Add IPv6 formats to format-network-address.
9361
9362 2005-12-30 Richard M. Stallman <rms@gnu.org>
9363
9364 * text.texi (Changing Properties):
9365 Don't use return value of set-text-properties.
9366
9367 2005-12-29 Luc Teirlinck <teirllm@auburn.edu>
9368
9369 * modes.texi (Mode Line Format): Correct typo in menu.
9370
9371 2005-12-29 Richard M. Stallman <rms@gnu.org>
9372
9373 * modes.texi (Mode Line Top): New node.
9374 (Mode Line Data): Some text moved to new node.
9375 Explain the data structure more concretely.
9376 (Mode Line Basics): Clarifications.
9377 (Mode Line Variables): Clarify intro paragraph.
9378 (%-Constructs): Clarify intro paragraph.
9379 (Mode Line Format): Update menu.
9380
9381 2005-12-28 Luc Teirlinck <teirllm@auburn.edu>
9382
9383 * minibuf.texi (Basic Completion): Update lazy-completion-table
9384 examples for removal of ARGS argument.
9385
9386 2005-12-23 Richard M. Stallman <rms@gnu.org>
9387
9388 * text.texi (Undo): Restore some explanation from the version
9389 that was deleted.
9390
9391 2005-12-23 Eli Zaretskii <eliz@gnu.org>
9392
9393 * text.texi (Undo): Remove duplicate descriptions of `apply
9394 funname' and `apply delta' elements of the undo list.
9395
9396 2005-12-20 Richard M. Stallman <rms@gnu.org>
9397
9398 * help.texi (Help Functions): Update documentation of `apropos'.
9399
9400 2005-12-20 Luc Teirlinck <teirllm@auburn.edu>
9401
9402 * customize.texi (Type Keywords): Delete xref to "Text help-echo",
9403 because it is confusing. If the :help-echo keyword is a function,
9404 it is not directly used as the :help-echo overlay property, as the
9405 xref seems to suggest (it does not take the appropriate args).
9406
9407 2005-12-19 Luc Teirlinck <teirllm@auburn.edu>
9408
9409 * customize.texi (Common Keywords): Fix Texinfo usage.
9410 (Group Definitions, Variable Definitions): Update for new
9411 conventions for using `*' in docstrings.
9412
9413 * tips.texi (Documentation Tips): Update for new conventions for
9414 using `*' in docstrings.
9415
9416 2005-12-16 Richard M. Stallman <rms@gnu.org>
9417
9418 * minibuf.texi (Minibuffer Contents): Minor cleanup.
9419
9420 2005-12-16 Juri Linkov <juri@jurta.org>
9421
9422 * minibuf.texi (Minibuffer Contents): Add minibuffer-completion-contents.
9423
9424 2005-12-14 Romain Francoise <romain@orebokech.com>
9425
9426 * modes.texi (Customizing Keywords): Rename `append' to `how'.
9427 Fix typo.
9428
9429 2005-12-11 Juri Linkov <juri@jurta.org>
9430
9431 * minibuf.texi (Completion Commands): Add mention of read-file-name
9432 for filename completion keymaps.
9433 (Reading File Names): Add mention of filename completion keymaps
9434 for read-file-name and xref to `Completion Commands'.
9435
9436 2005-12-10 Richard M. Stallman <rms@gnu.org>
9437
9438 * customize.texi (Common Keywords): State caveats for use of :tag.
9439
9440 2005-12-08 Richard M. Stallman <rms@gnu.org>
9441
9442 * minibuf.texi (Intro to Minibuffers): Replace list of local maps
9443 with xrefs and better explanation.
9444 (Completion Commands): Add the filename completion maps.
9445
9446 * objects.texi (Character Type): Clarify that \s is not space
9447 if a dash follows.
9448
9449 2005-12-05 Richard M. Stallman <rms@gnu.org>
9450
9451 * windows.texi (Resizing Windows): Delete preserve-before args.
9452
9453 2005-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
9454
9455 * keymaps.texi (Format of Keymaps): Remove mention of a quirk
9456 in full keymaps, since the quirk has been fixed.
9457
9458 2005-12-03 Eli Zaretskii <eliz@gnu.org>
9459
9460 * hooks.texi (Standard Hooks): Add index entries.
9461 Mention `compilation-finish-functions'.
9462
9463 2005-11-27 Richard M. Stallman <rms@gnu.org>
9464
9465 * windows.texi (Resizing Windows): Add adjust-window-trailing-edge.
9466
9467 2005-11-21 Juri Linkov <juri@jurta.org>
9468
9469 * customize.texi (Common Keywords): Update links types
9470 custom-manual and url-link. Add link types emacs-library-link,
9471 file-link, function-link, variable-link, custom-group-link.
9472
9473 2005-11-20 Chong Yidong <cyd@stupidchicken.com>
9474
9475 * display.texi: Revert 2005-11-20 change.
9476
9477 2005-11-20 Thien-Thi Nguyen <ttn@gnu.org>
9478
9479 * processes.texi (Bindat Functions):
9480 Say "third" to refer to zero-based index "2".
9481
9482 2005-11-18 Luc Teirlinck <teirllm@auburn.edu>
9483
9484 * loading.texi (Library Search): Update the default value of
9485 `load-suffixes'.
9486
9487 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
9488
9489 * display.texi (Attribute Functions): Mention :ignore-defface.
9490
9491 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
9492
9493 * modes.texi (Minor Mode Conventions): Use custom-set-minor-mode.
9494 (Minor Mode Conventions): Mention the use of a hook.
9495
9496 2005-11-06 Richard M. Stallman <rms@gnu.org>
9497
9498 * files.texi (Magic File Names): find-file-name-handler checks the
9499 `operations' property of the handler.
9500
9501 2005-11-03 Richard M. Stallman <rms@gnu.org>
9502
9503 * variables.texi (Frame-Local Variables): Small clarification.
9504
9505 2005-10-29 Chong Yidong <cyd@stupidchicken.com>
9506
9507 * os.texi (Init File): Document ~/.emacs.d/init.el.
9508
9509 2005-10-29 Richard M. Stallman <rms@gnu.org>
9510
9511 * internals.texi (Garbage Collection): Document memory-full.
9512
9513 2005-10-28 Bill Wohler <wohler@newt.com>
9514
9515 * tips.texi (Documentation Tips): Help mode now creates hyperlinks
9516 for URLs.
9517
9518 2005-10-28 Richard M. Stallman <rms@gnu.org>
9519
9520 * minibuf.texi (Completion Commands): Clean up prev change.
9521
9522 2005-10-26 Kevin Ryde <user42@zip.com.au>
9523
9524 * compile.texi (Eval During Compile): Explain recommended uses
9525 of eval-when-compile and eval-and-compile.
9526
9527 2005-10-27 Masatake YAMATO <jet@gyve.org>
9528
9529 * minibuf.texi (Completion Commands):
9530 Write about new optional argument for `display-completion-list'.
9531
9532 2005-10-23 Richard M. Stallman <rms@gnu.org>
9533
9534 * display.texi (Overlay Arrow): Clarify about local bindings of
9535 overlay-arrow-position.
9536
9537 2005-10-22 Eli Zaretskii <eliz@gnu.org>
9538
9539 * internals.texi (Building Emacs): Fix last change.
9540
9541 2005-10-22 Richard M. Stallman <rms@gnu.org>
9542
9543 * internals.texi (Building Emacs): Document eval-at-startup.
9544
9545 2005-10-21 Richard M. Stallman <rms@gnu.org>
9546
9547 * loading.texi (Where Defined): load-history contains abs file names.
9548 symbol-file returns abs file names.
9549
9550 2005-10-19 Kim F. Storm <storm@cua.dk>
9551
9552 * display.texi (Showing Images): Add max-image-size integer value.
9553
9554 2005-10-18 Chong Yidong <cyd@stupidchicken.com>
9555
9556 * display.texi (Showing Images): Document max-image-size.
9557
9558 2005-10-17 Richard M. Stallman <rms@gnu.org>
9559
9560 * commands.texi (Quitting): Minor clarification.
9561
9562 * processes.texi (Sentinels): Clarify about output and quitting.
9563 (Filter Functions): Mention with-local-quit.
9564
9565 2005-10-17 Juri Linkov <juri@jurta.org>
9566
9567 * buffers.texi (Current Buffer):
9568 * commands.texi (Event Input Misc):
9569 * compile.texi (Eval During Compile, Compiler Errors):
9570 * customize.texi (Group Definitions):
9571 * display.texi (Progress, Defining Faces):
9572 * files.texi (Writing to Files):
9573 * modes.texi (Mode Hooks, Defining Minor Modes):
9574 * streams.texi (Output Functions):
9575 * syntax.texi (Syntax Table Functions):
9576 * text.texi (Change Hooks):
9577 Replace `...' with `@dots{}' in `@defmac' and `@defspec'.
9578
9579 * commands.texi (Quitting): Replace arg `forms' with `body' in
9580 `with-local-quit'.
9581
9582 * positions.texi (Excursions): Replace arg `forms' with `body' in
9583 `save-excursion'.
9584
9585 2005-10-08 Kim F. Storm <storm@cua.dk>
9586
9587 * windows.texi (Window Tree): Rename window-split-tree to window-tree.
9588 Rename manual section accordingly.
9589
9590 2005-10-04 Kim F. Storm <storm@cua.dk>
9591
9592 * windows.texi (Window Split Tree): New section describing
9593 new function window-split-tree function.
9594
9595 2005-10-03 Nick Roberts <nickrob@snap.net.nz>
9596
9597 * display.texi (Fringe Size/Pos): Simplify and add detail.
9598
9599 2005-09-30 Romain Francoise <romain@orebokech.com>
9600
9601 * minibuf.texi (High-Level Completion): Explain that the prompt
9602 given to `read-buffer' should end with a colon and a space.
9603 Update usage examples.
9604
9605 2005-09-29 Juri Linkov <juri@jurta.org>
9606
9607 * display.texi (Displaying Messages): Rename argument name
9608 `string' to `format-string' in functions `message', `message-box',
9609 `message-or-box'.
9610
9611 2005-09-26 Chong Yidong <cyd@stupidchicken.com>
9612
9613 * errors.texi (Standard Errors): Correct xrefs.
9614
9615 2005-09-18 Chong Yidong <cyd@stupidchicken.com>
9616
9617 * display.texi (Defining Images): Update documentation for
9618 `image-load-path'.
9619
9620 2005-09-17 Richard M. Stallman <rms@gnu.org>
9621
9622 * display.texi (Defining Images): Clean up previous change.
9623
9624 2005-09-16 Romain Francoise <romain@orebokech.com>
9625
9626 * elisp.texi: Specify GFDL version 1.2.
9627
9628 * doclicense.texi (GNU Free Documentation License): Update to
9629 version 1.2.
9630
9631 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
9632
9633 * display.texi (Defining Images): Document `image-load-path'.
9634
9635 2005-09-15 Richard M. Stallman <rms@gnu.org>
9636
9637 * objects.texi (Printed Representation): Minor cleanup.
9638 (Box Diagrams): Minor fix.
9639 (Cons Cell Type): Move (...) index item here.
9640 (Box Diagrams): From here.
9641 (Array Type): Minor fix.
9642 (Type Predicates): Delete index "predicates".
9643 (Hash Table Type): Clarify xref.
9644 (Dotted Pair Notation): Minor fix.
9645
9646 2005-09-10 Chong Yidong <cyd@stupidchicken.com>
9647
9648 * files.texi (Saving Buffers): Fix typo.
9649
9650 2005-09-08 Richard M. Stallman <rms@gnu.org>
9651
9652 * tips.texi (Programming Tips): Correct the "default" prompt spec.
9653
9654 2005-09-08 Chong Yidong <cyd@stupidchicken.com>
9655
9656 * locals.texi (Standard Buffer-Local Variables): Don't include
9657 mode variables for minor modes.
9658 Fix xrefs for buffer-display-count, buffer-display-table,
9659 buffer-offer-save, buffer-saved-size, cache-long-line-scans,
9660 enable-multibyte-characters, fill-column, header-line-format,
9661 left-fringe-width, left-margin, and right-fringe-width.
9662
9663 * hooks.texi (Standard Hooks): All hooks should conform to the
9664 standard naming convention now.
9665 Fix xref for `echo-area-clear-hook'.
9666
9667 * display.texi (Usual Display): Note that indicate-empty-lines and
9668 tab-width are buffer-local.
9669
9670 * files.texi (Saving Buffers): Add xref to `Killing Buffers'.
9671
9672 * modes.texi (Mode Help): Note that major-mode is buffer-local.
9673
9674 * nonascii.texi (Encoding and I/O): Note that
9675 buffer-file-coding-system is buffer-local.
9676
9677 * positions.texi (List Motion): Note that defun-prompt-regexp is
9678 buffer-local.
9679
9680 * text.texi (Auto Filling): Note that auto-fill-function is
9681 buffer-local.
9682 (Undo): Note that buffer-undo-list is buffer-local.
9683
9684 * windows.texi (Buffers and Windows):
9685 Document buffer-display-count.
9686
9687 2005-09-06 Richard M. Stallman <rms@gnu.org>
9688
9689 * tips.texi (Coding Conventions): Sometimes it is ok to put the
9690 package prefix elsewhere than at the start of the name.
9691
9692 2005-09-03 Richard M. Stallman <rms@gnu.org>
9693
9694 * tips.texi (Programming Tips): Add conventions for minibuffer
9695 questions and prompts.
9696
9697 2005-09-03 Joshua Varner <jlvarner@gmail.com> (tiny change)
9698
9699 * intro.texi (nil and t): Minor cleanup.
9700 Delete spurious mention of keyword symbols.
9701 (Evaluation Notation): Add index entry.
9702 (A Sample Function Description): Minor cleanup.
9703 (A Sample Variable Description): Not all vars can be set.
9704
9705 2005-09-03 Thien-Thi Nguyen <ttn@gnu.org>
9706
9707 * text.texi (Buffer Contents): Use "\n" in examples' result strings.
9708
9709 (Insertion): Document precise type of `insert-char' arg COUNT.
9710
9711 2005-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
9712
9713 * modes.texi (Other Font Lock Variables): Sync the default of
9714 font-lock-lines-before.
9715
9716 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
9717
9718 * files.texi (Magic File Names): Add `make-auto-save-file-name'.
9719
9720 2005-08-29 Richard M. Stallman <rms@gnu.org>
9721
9722 * elisp.texi (Top): Update subnode menu.
9723
9724 * searching.texi (Searching and Matching): Move node.
9725 Rearrange contents and add overall explanation.
9726 (Searching and Case): Move node.
9727 (Searching and Matching): Update menu.
9728
9729 2005-08-27 Eli Zaretskii <eliz@gnu.org>
9730
9731 * os.texi (Startup Summary): Fix the description of the initial
9732 startup message display.
9733
9734 2005-08-25 Richard M. Stallman <rms@gnu.org>
9735
9736 * searching.texi (Search and Replace): Add replace-regexp-in-string.
9737
9738 2005-08-25 Emilio C. Lopes <eclig@gmx.net>
9739
9740 * display.texi (Finding Overlays): Fix `find-overlay-prop' in
9741 `next-overlay-change' example.
9742
9743 2005-08-22 Juri Linkov <juri@jurta.org>
9744
9745 * display.texi (Attribute Functions): Add set-face-inverse-video-p.
9746 Fix invert-face. Fix args of face-background.
9747
9748 * display.texi (Standard Faces): Delete node.
9749 (Faces): Add xref to `(emacs)Standard Faces'.
9750 (Displaying Faces): Fix xref to `Standard Faces'.
9751
9752 * modes.texi (Mode Line Data): Fix xref to Standard Faces.
9753
9754 2005-08-20 Alan Mackenzie <acm@muc.de>
9755
9756 * buffers.texi (The Buffer List): Clarify the manipulation of the
9757 buffer list.
9758
9759 2005-08-14 Richard M. Stallman <rms@gnu.org>
9760
9761 * modes.texi (Auto Major Mode): interpreter-mode-alist key is not
9762 a regexp.
9763
9764 2005-08-11 Richard M. Stallman <rms@gnu.org>
9765
9766 * elisp.texi (Top): Update subnode lists.
9767
9768 * display.texi (Inverse Video): Node deleted.
9769
9770 * tips.texi (Key Binding Conventions, Programming Tips, Warning Tips):
9771 New nodes split out of Coding Conventions.
9772
9773 * searching.texi (Regular Expressions): Document re-builder.
9774
9775 * os.texi (Time Parsing): New node split out of Time Conversion.
9776
9777 * processes.texi (Misc Network, Network Feature Testing)
9778 (Network Options, Make Network): New nodes split out of
9779 Low-Level Network.
9780
9781 2005-08-09 Richard M. Stallman <rms@gnu.org>
9782
9783 * frames.texi (Geometry): New node, split from Size and Position.
9784 (Frame Parameters): Refer to Geometry.
9785
9786 * buffers.texi (The Buffer List): Fix xrefs.
9787
9788 * windows.texi (Splitting Windows): Fix xref.
9789
9790 * frames.texi (Layout Parameters): Add xref.
9791
9792 * display.texi (Line Height, Scroll Bars): Fix xrefs.
9793
9794 * keymaps.texi (Menu Bar): Fix xref.
9795
9796 * locals.texi (Standard Buffer-Local Variables): Fix xref.
9797
9798 * modes.texi (%-Constructs): Fix xref.
9799
9800 * frames.texi (Window Frame Parameters): Node split up.
9801 (Basic Parameters, Position Parameters, Size Parameters)
9802 (Layout Parameters, Buffer Parameters, Management Parameters)
9803 (Cursor Parameters, Color Parameters): New subnodes.
9804
9805 2005-08-09 Luc Teirlinck <teirllm@auburn.edu>
9806
9807 * positions.texi (Screen Lines): Update xref for previous change
9808 in minibuf.texi.
9809
9810 * minibuf.texi (Intro to Minibuffers): Update pxref for previous
9811 change in minibuf.texi.
9812
9813 2005-08-09 Richard M. Stallman <rms@gnu.org>
9814
9815 * tips.texi (Coding Conventions): Minor cleanup.
9816
9817 * modes.texi (Defining Minor Modes): Explain when init-value
9818 can be non-nil.
9819
9820 * elisp.texi (Top): Update submenu for Minibuffer.
9821
9822 * minibuf.texi (Minibuffer Misc): Node split up.
9823 (Minibuffer Commands, Minibuffer Windows, Minibuffer Contents)
9824 (Recursive Mini): New nodes split out from Minibuffer Misc.
9825 (Minibuffer Misc): Document max-mini-window-height.
9826
9827 * hash.texi (Defining Hash): Delete stray paren in example.
9828
9829 * display.texi (Echo Area Customization): Don't define
9830 max-mini-window-height here; xref instead.
9831
9832 * commands.texi (Event Input Misc): Update while-no-input.
9833
9834 * advice.texi (Advising Functions): Explain when to use advice
9835 and when to use a hook.
9836
9837 2005-07-30 Eli Zaretskii <eliz@gnu.org>
9838
9839 * makefile.w32-in (info): Don't run install-info.
9840 ($(infodir)/dir): New target, produced by running install-info.
9841
9842 2005-07-27 Luc Teirlinck <teirllm@auburn.edu>
9843
9844 * modes.texi (Defining Minor Modes): The keyword for the initial
9845 value is :init-value, not :initial-value.
9846
9847 2005-07-23 Eli Zaretskii <eliz@gnu.org>
9848
9849 * loading.texi (Autoload): Make the `doctor' example be consistent
9850 with what's in current loaddefs.el. Describe the "fn" magic in
9851 the usage portion of the doc string.
9852
9853 2005-07-22 Richard M. Stallman <rms@gnu.org>
9854
9855 * internals.texi (Garbage Collection): Clarify previous change.
9856
9857 2005-07-21 Stefan Monnier <monnier@iro.umontreal.ca>
9858
9859 * internals.texi (Garbage Collection): Add gc-cons-percentage.
9860
9861 2005-07-18 Juri Linkov <juri@jurta.org>
9862
9863 * commands.texi (Accessing Events):
9864 * frames.texi (Text Terminal Colors, Resources):
9865 * markers.texi (The Mark):
9866 * modes.texi (Defining Minor Modes):
9867 Delete duplicate duplicate words.
9868
9869 2005-07-16 Richard M. Stallman <rms@gnu.org>
9870
9871 * display.texi (Managing Overlays): Clarify make-overlay
9872 args for insertion types.
9873
9874 2005-07-13 Luc Teirlinck <teirllm@auburn.edu>
9875
9876 * customize.texi (Variable Definitions):
9877 Add `custom-initialize-safe-set' and `custom-initialize-safe-default'.
9878 `standard-value' is a list too.
9879 (Defining New Types): Use @key{RET} instead of @key{ret}.
9880
9881 2005-07-13 Francis Litterio <franl@world.std.com> (tiny change)
9882
9883 * os.texi (Translating Input): Fix typo.
9884
9885 2005-07-08 Richard M. Stallman <rms@gnu.org>
9886
9887 * README: Update edition number and size estimate.
9888
9889 * elisp.texi (VERSION): Set to 2.9.
9890
9891 2005-07-07 Richard M. Stallman <rms@gnu.org>
9892
9893 * book-spine.texinfo: Update Emacs version.
9894
9895 * display.texi (Inverse Video): Delete mode-line-inverse-video.
9896
9897 2005-07-06 Richard M. Stallman <rms@gnu.org>
9898
9899 * searching.texi (Regexp Search): Clarify what re-search-forward
9900 does when the search fails.
9901
9902 2005-07-05 Lute Kamstra <lute@gnu.org>
9903
9904 * Update FSF's address in GPL notices.
9905
9906 * doclicense.texi (GNU Free Documentation License):
9907 * gpl.texi (GPL):
9908 * tips.texi (Coding Conventions, Library Headers):
9909 * vol1.texi:
9910 * vol2.texi: Update FSF's address.
9911
9912 2005-07-04 Richard M. Stallman <rms@gnu.org>
9913
9914 * hooks.texi (Standard Hooks): Add occur-hook.
9915
9916 2005-07-03 Luc Teirlinck <teirllm@auburn.edu>
9917
9918 * display.texi (The Echo Area): Correct menu.
9919
9920 2005-07-03 Richard M. Stallman <rms@gnu.org>
9921
9922 * elisp.texi (Top): Update subnode menu for Display.
9923
9924 * display.texi (Displaying Messages): New node, with most
9925 of what was in The Echo Area.
9926 (Progress): Move under The Echo Area.
9927 (Logging Messages): New node with new text.
9928 (Echo Area Customization): New node, the rest of what was
9929 in The Echo Area. Document message-truncate-lines with @defvar.
9930 (Display): Update menu.
9931
9932 * windows.texi (Textual Scrolling): Doc 3 values for
9933 scroll-preserve-screen-position.
9934
9935 * text.texi (Special Properties): Change hook functions
9936 should bind inhibit-modification-hooks around altering buffer text.
9937
9938 * keymaps.texi (Key Binding Commands): Call binding BINDING
9939 rather than DEFINITION.
9940
9941 2005-06-29 Juanma Barranquero <lekktu@gmail.com>
9942
9943 * variables.texi (Defining Variables): `user-variable-p' returns t
9944 for aliases of user options, nil for alias loops.
9945
9946 2005-06-28 Richard M. Stallman <rms@gnu.org>
9947
9948 * keymaps.texi (Creating Keymaps): Put make-sparse-keymap before
9949 make-keymap.
9950
9951 2005-06-27 Luc Teirlinck <teirllm@auburn.edu>
9952
9953 * variables.texi (Setting Variables): Correct and clarify
9954 description of `add-to-ordered-list'.
9955
9956 2005-06-26 Richard M. Stallman <rms@gnu.org>
9957
9958 * display.texi (Faces): Minor cleanup.
9959
9960 2005-06-25 Luc Teirlinck <teirllm@auburn.edu>
9961
9962 * display.texi (Faces): `facep' returns t for strings that are
9963 face names.
9964
9965 2005-06-25 Richard M. Stallman <rms@gnu.org>
9966
9967 * objects.texi (Equality Predicates): Clarify meaning of equal.
9968
9969 * windows.texi (Selecting Windows): save-selected-window
9970 and with-selected-window save and restore the current buffer.
9971
9972 2005-06-24 Richard M. Stallman <rms@gnu.org>
9973
9974 * numbers.texi (Float Basics): Explain how to test for NaN,
9975 and printing the sign of NaNs.
9976
9977 2005-06-24 Eli Zaretskii <eliz@gnu.org>
9978
9979 * makefile.w32-in (MAKEINFO): Use --force.
9980
9981 2005-06-23 Richard M. Stallman <rms@gnu.org>
9982
9983 * display.texi (Face Functions): Correct Texinfo usage.
9984
9985 2005-06-23 Luc Teirlinck <teirllm@auburn.edu>
9986
9987 * lists.texi (Rings): `ring-elements' now returns the elements of
9988 RING in order.
9989
9990 2005-06-23 Juanma Barranquero <lekktu@gmail.com>
9991
9992 * markers.texi (The Mark): Texinfo usage fix.
9993
9994 2005-06-23 Kim F. Storm <storm@cua.dk>
9995
9996 * searching.texi (Entire Match Data): Remove evaporate option for
9997 match-data. Do not mention evaporate option for set-match-data.
9998
9999 2005-06-22 Glenn Morris <gmorris@ast.cam.ac.uk>
10000
10001 * display.texi (Face Functions): Mention face aliases.
10002
10003 2005-06-21 Richard M. Stallman <rms@gnu.org>
10004
10005 * anti.texi (Antinews): Texinfo usage fix.
10006
10007 2005-06-21 Karl Berry <karl@gnu.org>
10008
10009 * elisp.texi: Use @copying.
10010
10011 * elisp.texi: Put @summarycontents and @contents before the Top
10012 node, instead of the end of the file, so that the contents appear
10013 in the right place in the dvi/pdf output.
10014
10015 2005-06-21 Juri Linkov <juri@jurta.org>
10016
10017 * display.texi (Defining Faces): Add `customized-face'.
10018
10019 2005-06-20 Kim F. Storm <storm@cua.dk>
10020
10021 * variables.texi (Setting Variables): Any type of element can be
10022 given order in add-to-ordered-list. Compare elements with eq.
10023
10024 * lists.texi (Rearrangement): Sort predicate may just return non-nil.
10025
10026 2005-06-20 Karl Berry <karl@gnu.org>
10027
10028 * syntax.texi (Syntax Flags): Make last column very slightly wider
10029 to avoid "generic comment" breaking on two lines and causing an
10030 underfull box.
10031
10032 2005-06-19 Luc Teirlinck <teirllm@auburn.edu>
10033
10034 * lists.texi (Rings): Various minor clarifications and corrections.
10035
10036 2005-06-18 Richard M. Stallman <rms@gnu.org>
10037
10038 * functions.texi (Obsolete Functions): Simplify.
10039
10040 * variables.texi (Variable Aliases): Simplify.
10041
10042 * anti.texi, backups.texi, compile.texi, customize.texi:
10043 * debugging.texi, display.texi, edebug.texi, errors.texi, frames.texi:
10044 * functions.texi, help.texi, keymaps.texi, modes.texi, nonascii.texi:
10045 * os.texi, processes.texi, searching.texi, strings.texi, text.texi:
10046 * variables.texi: Fix formatting ugliness.
10047
10048 * elisp.texi: Add links to Rings and Byte Packing.
10049 Update version and copyright years.
10050
10051 * minibuf.texi: Fix formatting ugliness.
10052 (Completion Commands): Move keymap vars to the end
10053 and vars completing-read binds to the top.
10054
10055 2005-06-17 Luc Teirlinck <teirllm@auburn.edu>
10056
10057 * processes.texi: Fix typos.
10058 (Bindat Spec): Correct Texinfo error.
10059 (Byte Packing): Fix ungrammatical sentence.
10060
10061 2005-06-17 Thien-Thi Nguyen <ttn@gnu.org>
10062
10063 * lists.texi (Rings): New node.
10064 (Lists): Add it to menu.
10065
10066 * processes.texi (Byte Packing): New node.
10067 (Processes): Add it to menu.
10068
10069 2005-06-17 Richard M. Stallman <rms@gnu.org>
10070
10071 * syntax.texi (Parsing Expressions): Fix texinfo usage.
10072
10073 * help.texi (Documentation Basics): Explain the xref to
10074 Documentation Tips.
10075
10076 * debugging.texi (Debugger Commands): Minor fix.
10077
10078 2005-06-16 Luc Teirlinck <teirllm@auburn.edu>
10079
10080 * edebug.texi (Instrumenting): Eliminate duplicate link.
10081 (Specification List): Replace references to "below", referring to
10082 a later node, with one @ref to that node.
10083
10084 * os.texi (Timers): Timers should save and restore the match data
10085 if they change it.
10086
10087 * debugging.texi (Debugger Commands): Mention that the Lisp
10088 debugger can not step through primitive functions.
10089
10090 2005-06-16 Juanma Barranquero <lekktu@gmail.com>
10091
10092 * functions.texi (Obsolete Functions): Update argument names of
10093 `make-obsolete' and `define-obsolete-function-alias'.
10094
10095 * variables.texi (Variable Aliases): Update argument names of
10096 `defvaralias', `make-obsolete-variable' and
10097 `define-obsolete-variable-alias'.
10098
10099 2005-06-15 Kim F. Storm <storm@cua.dk>
10100
10101 * searching.texi (Entire Match Data): Rephrase warnings about
10102 evaporate arg to match-data and set-match-data.
10103
10104 2005-06-14 Luc Teirlinck <teirllm@auburn.edu>
10105
10106 * elisp.texi (Top): Update detailed menu.
10107
10108 * edebug.texi (Edebug): Update menu.
10109 (Instrumenting): Update xrefs.
10110 (Edebug Execution Modes): Correct xref.
10111 (Jumping): Clarify description of `h' command.
10112 Eliminate redundant @ref.
10113 (Breaks): New node.
10114 (Breakpoints): Is now a subsubsection.
10115 (Global Break Condition): Mention `C-x X X'.
10116 (Edebug Views): Clarify `v' and `p'. Mention `C-x X w'.
10117 (Trace Buffer): Clarify STRING arg of `edebug-tracing'.
10118 (Edebug Display Update): Correct pxref.
10119 (Edebug and Macros): New node.
10120 (Instrumenting Macro Calls): Is now a subsubsection.
10121 Neither arg of `def-edebug-spec' is evaluated.
10122 (Instrumenting Macro Calls): Mention `edebug-eval-macro-args'.
10123 (Specification Examples): Fix typo.
10124
10125 2005-06-14 Lute Kamstra <lute@gnu.org>
10126
10127 * debugging.texi (Function Debugging): Primitives can break on
10128 entry too.
10129
10130 2005-06-14 Kim F. Storm <storm@cua.dk>
10131
10132 * variables.texi (Setting Variables): Add add-to-ordered-list.
10133
10134 2005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
10135
10136 * syntax.texi (Parsing Expressions): Document aux functions and vars of
10137 syntax-ppss: syntax-ppss-flush-cache and syntax-begin-function.
10138
10139 2005-06-13 Lute Kamstra <lute@gnu.org>
10140
10141 * text.texi (Special Properties): Fix cross reference.
10142
10143 2005-06-11 Luc Teirlinck <teirllm@auburn.edu>
10144
10145 * debugging.texi (Function Debugging): Delete mention of empty
10146 string argument to `cancel-debug-on-entry'. Delete inaccurate
10147 description of the return value of that command.
10148
10149 2005-06-11 Alan Mackenzie <acm@muc.de>
10150
10151 * text.texi (Adaptive Fill): Amplify the description of
10152 fill-context-prefix.
10153
10154 2005-06-10 Luc Teirlinck <teirllm@auburn.edu>
10155
10156 * syntax.texi (Parsing Expressions): Fix Texinfo error.
10157
10158 2005-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
10159
10160 * syntax.texi (Parsing Expressions): Document syntax-ppss.
10161
10162 2005-06-10 Luc Teirlinck <teirllm@auburn.edu>
10163
10164 * debugging.texi (Error Debugging): Minor rewording.
10165 (Function Debugging): FUNCTION-NAME arg to `cancel-debug-on-entry'
10166 is optional.
10167
10168 2005-06-10 Lute Kamstra <lute@gnu.org>
10169
10170 * elisp.texi: Use EMACSVER to refer to the current version of Emacs.
10171 (Top): Give it a title. Correct version number. Give the
10172 detailed node listing a more prominent header.
10173 * intro.texi: Don't set VERSION here a second time.
10174 Mention Emacs's version too.
10175 * anti.texi (Antinews): Use EMACSVER to refer to the current
10176 version of Emacs.
10177
10178 2005-06-09 Kim F. Storm <storm@cua.dk>
10179
10180 * searching.texi (Entire Match Data): Explain new `reseat' argument to
10181 match-data and set-match-data.
10182
10183 2005-06-08 Richard M. Stallman <rms@gnu.org>
10184
10185 * searching.texi (Entire Match Data): Clarify when match-data
10186 returns markers and when integers.
10187
10188 * display.texi (Defining Faces): Explain that face name should not
10189 end in `-face'.
10190
10191 * modes.texi (Mode Line Data): Minor cleanup.
10192 (Customizing Keywords): Node split out of Search-based Fontification.
10193 Add example of using font-lock-add-keywords from a hook.
10194 Clarify when MODE should be non-nil, and when nil.
10195
10196 2005-06-06 Richard M. Stallman <rms@gnu.org>
10197
10198 * modes.texi (Mode Line Data): Explain what happens when the car
10199 of a list is a void symbol.
10200 (Search-based Fontification): Explain MODE arg to
10201 font-lock-add-keywords and warn about calls from major modes.
10202
10203 2005-06-08 Juri Linkov <juri@jurta.org>
10204
10205 * display.texi (Standard Faces): Add `shadow' face.
10206
10207 2005-05-29 Luc Teirlinck <teirllm@auburn.edu>
10208
10209 * modes.texi (Major Mode Conventions): A derived mode only needs
10210 to put the call to the parent mode inside `delay-mode-hooks'.
10211
10212 2005-05-29 Richard M. Stallman <rms@gnu.org>
10213
10214 * modes.texi (Mode Hooks): Explain that after-change-major-mode-hook is
10215 new, and what that implies. Clarify.
10216
10217 * files.texi (Locating Files): Clean up the text.
10218
10219 * frames.texi (Window Frame Parameters): Document user-size.
10220 Shorten entry for top by referring to left.
10221
10222 2005-05-26 Richard M. Stallman <rms@gnu.org>
10223
10224 * modes.texi (Mode Hooks): Explain that after-change-major-mode-hook
10225 is new, and what the implications are. Other clarifications.
10226
10227 2005-05-24 Richard M. Stallman <rms@gnu.org>
10228
10229 * frames.texi (Dialog Boxes): Minor fixes.
10230
10231 2005-05-25 Masatake YAMATO <jet@gyve.org>
10232
10233 * display.texi (Standard Faces): Write about `mode-line-highlight'.
10234
10235 2005-05-24 Luc Teirlinck <teirllm@auburn.edu>
10236
10237 * frames.texi (Dialog Boxes): HEADER argument to `x-popup-dialog'
10238 is optional.
10239
10240 2005-05-24 Nick Roberts <nickrob@snap.net.nz>
10241
10242 * frames.texi (Dialog Boxes): Describe new optional argument.
10243
10244 2005-05-23 Lute Kamstra <lute@gnu.org>
10245
10246 * modes.texi (Font Lock Basics, Syntactic Font Lock): Recommend
10247 syntax-begin-function over font-lock-beginning-of-syntax-function.
10248
10249 2005-05-21 Luc Teirlinck <teirllm@auburn.edu>
10250
10251 * minibuf.texi (Reading File Names): Update description of
10252 `read-directory-name'.
10253
10254 * modes.texi (Derived Modes): Clarify :group keyword.
10255
10256 2005-05-21 Eli Zaretskii <eliz@gnu.org>
10257
10258 * files.texi (Locating Files): New subsection.
10259 Describe locate-file and executable-find.
10260
10261 2005-05-21 Kevin Ryde <user42@zip.com.au>
10262
10263 * frames.texi (Initial Parameters): Update cross reference to
10264 "Emacs Invocation".
10265
10266 2005-05-19 Luc Teirlinck <teirllm@auburn.edu>
10267
10268 * keymaps.texi (Active Keymaps): Add anchor.
10269
10270 * modes.texi (Hooks): Delete confusing and unnecessary sentence.
10271 (Major Mode Conventions): Refer to `Auto Major Mode' in more
10272 appropriate place.
10273 (Derived Modes): Small clarifications.
10274 (Minor Mode Conventions, Keymaps and Minor Modes):
10275 Replace references to nodes with references to anchors.
10276 (Mode Line Data): Warn that `(:eval FORM)' should not load any files.
10277 Clarify description of lists whose first element is an integer.
10278 (Mode Line Variables): Add anchor.
10279 (%-Constructs): Clarify description of integer after %.
10280 (Emulating Mode Line): Describe nil value for FACE.
10281
10282 2005-05-18 Luc Teirlinck <teirllm@auburn.edu>
10283
10284 * modes.texi (Derived Modes): Correct references to non-existing
10285 variable standard-syntax-table.
10286
10287 2005-05-17 Lute Kamstra <lute@gnu.org>
10288
10289 * modes.texi (Defining Minor Modes): Mention the mode hook.
10290
10291 2005-05-15 Kim F. Storm <storm@cua.dk>
10292
10293 * processes.texi (Network): Remove open-network-stream-nowait.
10294 (Network Servers): Remove open-network-stream-server.
10295
10296 2005-05-15 Luc Teirlinck <teirllm@auburn.edu>
10297
10298 * elisp.texi (Top): Update detailed menu.
10299
10300 * variables.texi: Reorder nodes.
10301 (Variables): Update menu.
10302 (File Local Variables): Do not refer to the `-*-' line as
10303 a "local variables list". Add pxref.
10304
10305 2005-05-14 Luc Teirlinck <teirllm@auburn.edu>
10306
10307 * elisp.texi (Top): Update detailed menu for node changes.
10308
10309 * modes.texi (Modes): Update Menu.
10310 (Hooks): Move to beginning of chapter.
10311 Most minor modes run mode hooks too.
10312 `add-hook' can handle void hooks or hooks whose value is a single
10313 function.
10314 (Major Modes): Update Menu.
10315 (Major Mode Basics): New node, split off from `Major Modes'.
10316 (Major Mode Conventions): Correct xref. Explain how to handle
10317 auto-mode-alist if the major mode command has an autoload cookie.
10318 (Auto Major Mode): Major update. Add magic-mode-alist.
10319 (Derived Modes): Major update.
10320 (Mode Line Format): Update Menu.
10321 (Mode Line Basics): New node, split off from `Mode Line Format'.
10322
10323 * loading.texi (Autoload): Mention `autoload cookie' as synonym
10324 for `magic autoload comment'. Add index entries and anchor.
10325
10326 2005-05-14 Richard M. Stallman <rms@gnu.org>
10327
10328 * tips.texi (Coding Conventions): Explain how important it is
10329 that just loading certain files not change Emacs behavior.
10330
10331 * modes.texi (Defining Minor Modes): Define define-global-minor-mode.
10332
10333 2005-05-12 Lute Kamstra <lute@gnu.org>
10334
10335 * modes.texi (Generic Modes): Update.
10336 (Major Modes): Refer to node "Generic Modes".
10337
10338 * elisp.texi (Top): Update to the current structure of the manual.
10339 * processes.texi (Processes): Add menu description.
10340 * customize.texi (Customization): Add menu descriptions.
10341
10342 2005-05-11 Thien-Thi Nguyen <ttn@gnu.org>
10343
10344 * processes.texi (Signals to Processes)
10345 (Low-Level Network): Fix typos.
10346
10347 2005-05-11 Lute Kamstra <lute@gnu.org>
10348
10349 * elisp.texi (Top): Add some nodes from the chapter "Major and
10350 Minor Modes" to the detailed node listing.
10351
10352 2005-05-10 Richard M. Stallman <rms@gnu.org>
10353
10354 * keymaps.texi (Extended Menu Items): Menu item filter functions
10355 can be called at any time.
10356
10357 2005-05-08 Luc Teirlinck <teirllm@auburn.edu>
10358
10359 * variables.texi (File Local Variables): `(hack-local-variables t)'
10360 now also checks whether a mode is specified in the local variables
10361 list.
10362
10363 2005-05-05 Kevin Ryde <user42@zip.com.au>
10364
10365 * display.texi (The Echo Area): Correct format function cross
10366 reference.
10367
10368 2005-05-05 Luc Teirlinck <teirllm@auburn.edu>
10369
10370 * variables.texi (Variable Aliases): Change description of
10371 `define-obsolete-variable-alias'.
10372
10373 * functions.texi (Functions): Add "Obsolete Functions" to menu.
10374 (Defining Functions): Add xref.
10375 (Obsolete Functions): New node.
10376 (Function Safety): Standardize capitalization of section title.
10377
10378 * frames.texi (Pop-Up Menus): Complete description of `x-popup-menu'.
10379 (Dialog Boxes): Complete description of `x-popup-dialog'.
10380
10381 2005-05-04 Richard M. Stallman <rms@gnu.org>
10382
10383 * commands.texi (Interactive Codes): Fix Texinfo usage.
10384 Document U more clearly.
10385
10386 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
10387
10388 * variables.texi (Variable Aliases): `make-obsolete-variable' is a
10389 function and not a macro.
10390
10391 * frames.texi (Pop-Up Menus): Correct and clarify description of
10392 `x-popup-menu'.
10393 (Dialog Boxes): Clarify description of `x-popup-dialog'.
10394
10395 2005-05-01 Richard M. Stallman <rms@gnu.org>
10396
10397 * edebug.texi (Checking Whether to Stop): Fix previous change.
10398
10399 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
10400
10401 * display.texi: Fix typos and Texinfo usage.
10402
10403 * edebug.texi (Checking Whether to Stop): executing-macro ->
10404 executing-kbd-macro.
10405
10406 2005-05-01 Richard M. Stallman <rms@gnu.org>
10407
10408 * display.texi (Invisible Text): Correct add-to-invisibility-spec.
10409
10410 2005-04-30 Richard M. Stallman <rms@gnu.org>
10411
10412 * files.texi (Magic File Names): Document `operations' property.
10413
10414 2005-04-29 Lute Kamstra <lute@gnu.org>
10415
10416 * modes.texi (Generic Modes): New node.
10417 (Major Modes): Add it to the menu.
10418 (Derived Modes): Add "derived mode" to concept index.
10419
10420 2005-04-28 Lute Kamstra <lute@gnu.org>
10421
10422 * modes.texi (Defining Minor Modes): Fix previous change.
10423 (Font Lock Mode): Simplify.
10424 (Font Lock Basics): Say that font-lock-defaults is buffer-local
10425 when set and that some parts are optional. Add cross references.
10426 (Search-based Fontification): Say how to specify font-lock-keywords.
10427 Add cross references. Add font-lock-multiline to index.
10428 Move font-lock-keywords-case-fold-search here from node "Other Font
10429 Lock Variables". Document font-lock-add-keywords and
10430 font-lock-remove-keywords.
10431 (Other Font Lock Variables): Move font-lock-keywords-only,
10432 font-lock-syntax-table, font-lock-beginning-of-syntax-function,
10433 and font-lock-syntactic-face-function to node "Syntactic Font
10434 Lock". Move font-lock-keywords-case-fold-search to node
10435 "Search-based Fontification". Document font-lock-inhibit-thing-lock
10436 and font-lock-{,un}fontify-{buffer,region}-function.
10437 (Precalculated Fontification): Remove reference to deleted variable
10438 font-lock-core-only.
10439 (Faces for Font Lock): Add font-lock-comment-delimiter-face.
10440 (Syntactic Font Lock): Add intro. Move font-lock-keywords-only,
10441 font-lock-syntax-table, font-lock-beginning-of-syntax-function,
10442 and font-lock-syntactic-face-function here from node "Other Font
10443 Lock Variables". Move font-lock-syntactic-keywords to "Setting
10444 Syntax Properties". Add cross references.
10445 (Setting Syntax Properties): New node.
10446 Move font-lock-syntactic-keywords here from "Syntactic Font Lock".
10447 * syntax.texi (Syntax Properties): Add cross reference.
10448 * hooks.texi (Standard Hooks): Add Font-Lock hooks.
10449
10450 2005-04-26 Richard M. Stallman <rms@gnu.org>
10451
10452 * display.texi (Defining Faces):
10453 Document `default' elements of defface spec.
10454
10455 * modes.texi (Major Mode Conventions): Explain customizing ElDoc mode.
10456
10457 * variables.texi (Variable Aliases): Clarify text.
10458
10459 2005-04-25 Chong Yidong <cyd@stupidchicken.com>
10460
10461 * windows.texi (Window Hooks): Remove reference to obsolete Lazy Lock.
10462
10463 2005-04-25 Luc Teirlinck <teirllm@auburn.edu>
10464
10465 * hooks.texi (Standard Hooks): Most minor modes have mode hooks too.
10466
10467 2005-04-24 Eli Zaretskii <eliz@gnu.org>
10468
10469 * syntax.texi (Syntax Table Internals): Elaborate documentation of
10470 syntax-after and syntax-class.
10471
10472 * files.texi (Changing Files): Fix last change's cross-reference.
10473 (Unique File Names): Don't mention "numbers" in the documentation
10474 of make-temp-file and make-temp-name.
10475
10476 2005-04-23 Richard M. Stallman <rms@gnu.org>
10477
10478 * files.texi (Changing Files): Document MUSTBENEW arg in copy-file.
10479
10480 2005-04-22 Nick Roberts <nickrob@snap.net.nz>
10481
10482 * windows.texi (Cyclic Window Ordering): Clarify window-list.
10483
10484 2005-04-22 Nick Roberts <nickrob@snap.net.nz>
10485
10486 * variables.texi (Variable Aliases): Describe make-obsolete-variable
10487 and define-obsolete-variable-alias.
10488
10489 2005-04-22 Kim F. Storm <storm@cua.dk>
10490
10491 * symbols.texi (Symbol Plists): Remove safe-get, as get is now safe.
10492 (Other Plists): Remove safe-plist-get, as plist-get is now safe.
10493
10494 2005-04-21 Lute Kamstra <lute@gnu.org>
10495
10496 * lists.texi (Association Lists): Document rassq-delete-all.
10497
10498 2005-04-19 Richard M. Stallman <rms@gnu.org>
10499
10500 * modes.texi (Search-based Fontification): Explain that
10501 facespec is an expression to be evaluated.
10502
10503 2005-04-19 Kevin Ryde <user42@zip.com.au>
10504
10505 * streams.texi (Output Functions): Fix xref.
10506 * strings.texi (String Conversion): Fix xref.
10507
10508 2005-04-19 Kim F. Storm <storm@cua.dk>
10509
10510 * symbols.texi (Symbol Plists): Add safe-get.
10511 Mention that `get' may signal an error.
10512
10513 2005-04-18 Nick Roberts <nickrob@snap.net.nz>
10514
10515 * customize.texi (Variable Definitions): Replace tooltip-mode
10516 example with save-place.
10517
10518 2005-04-17 Richard M. Stallman <rms@gnu.org>
10519
10520 * buffers.texi (Indirect Buffers): Clarify.
10521
10522 * positions.texi (Positions): Clarify converting marker to integer.
10523
10524 * strings.texi (String Basics): Mention string-match; clarify.
10525
10526 2005-04-08 Lute Kamstra <lute@gnu.org>
10527
10528 * modes.texi (Search-based Fontification): Fix cross references.
10529 Use consistent terminology. Document anchored highlighting.
10530
10531 2005-04-05 Lute Kamstra <lute@gnu.org>
10532
10533 * modes.texi (Defining Minor Modes): Document :group keyword
10534 argument and its default value.
10535
10536 2005-04-03 Lute Kamstra <lute@gnu.org>
10537
10538 * hooks.texi (Standard Hooks): Add some hooks. Add cross
10539 references and/or descriptions. Delete major mode hooks; mention
10540 them as a category instead. Rename or delete obsolete hooks.
10541
10542 2005-04-02 Richard M. Stallman <rms@gnu.org>
10543
10544 * nonascii.texi (Coding System Basics): Another wording cleanup.
10545
10546 2005-04-01 Richard M. Stallman <rms@gnu.org>
10547
10548 * nonascii.texi (Coding System Basics): Clarify previous change.
10549
10550 2005-04-01 Kenichi Handa <handa@m17n.org>
10551
10552 * nonascii.texi (Coding System Basics): Describe about roundtrip
10553 identity of coding systems.
10554
10555 2005-03-29 Chong Yidong <cyd@stupidchicken.com>
10556
10557 * text.texi (Buffer Contents): Add filter-buffer-substring and
10558 buffer-substring-filters.
10559
10560 2005-03-26 Chong Yidong <cyd@stupidchicken.com>
10561
10562 * anti.texi (Antinews): Mention `G' interactive code.
10563
10564 * tips.texi (Compilation Tips): Mention benchmark.el.
10565
10566 2005-03-27 Luc Teirlinck <teirllm@auburn.edu>
10567
10568 * modes.texi (Other Font Lock Variables): `font-lock-fontify-block'
10569 is now bound to M-o M-o.
10570
10571 * keymaps.texi (Prefix Keys): `facemenu-keymap' is now on M-o.
10572
10573 2005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
10574
10575 * calendar.texi: Delete file (and move contents to emacs-xtra.texi
10576 in the Emacs Manual).
10577 * Makefile.in (srcs): Remove calendar.texi.
10578 * makefile.w32-in (srcs): Remove calendar.texi.
10579 * display.texi (Display): Change name of next node.
10580 * os.texi (System In): Change name of previous node.
10581 * elisp.texi (Top): Remove Calendar references.
10582 * vol1.texi (Top): Remove Calendar references.
10583 * vol2.texi (Top): Remove Calendar references.
10584
10585 2005-03-25 Richard M. Stallman <rms@gnu.org>
10586
10587 * display.texi (Standard Faces, Fringe Bitmaps, Customizing Bitmaps):
10588 Cleanup previous change.
10589
10590 2005-03-25 Chong Yidong <cyd@stupidchicken.com>
10591
10592 * display.texi (Face Attributes): Faces earlier in an :inherit
10593 list take precedence.
10594 (Scroll Bars): Fix description of vertical-scroll-bars.
10595 Document frame-current-scroll-bars and window-current-scroll-bars.
10596
10597 * markers.texi (The Mark): Document temporary Transient Mark mode.
10598
10599 * minibuf.texi (Reading File Names):
10600 Document read-file-name-completion-ignore-case.
10601
10602 * positions.texi (Screen Lines): Document nil for width argument
10603 to compute-motion.
10604
10605 2005-03-23 Kim F. Storm <storm@cua.dk>
10606
10607 * display.texi (Standard Faces): Other faces used in the fringe
10608 implicitly inherits from the fringe face.
10609 (Fringe Bitmaps): FACE in right-fringe and left-fringe display
10610 properties implicitly inherits from fringe face.
10611 (Customizing Bitmaps): Likewise for set-fringe-bitmap-face.
10612
10613 2005-03-20 Chong Yidong <cyd@stupidchicken.com>
10614
10615 * display.texi (Invisible Text): State default value of
10616 line-move-ignore-invisible.
10617 (Managing Overlays): Document remove-overlays.
10618 (Standard Faces): Document escape-glyph face.
10619
10620 * minibuf.texi (Reading File Names): Document read-file-name-function.
10621
10622 * modes.texi (Other Font Lock Variables):
10623 Document font-lock-lines-before.
10624
10625 * positions.texi (Skipping Characters): skip-chars-forward allows
10626 character classes.
10627
10628 2005-03-18 Lute Kamstra <lute@gnu.org>
10629
10630 * edebug.texi (Instrumenting Macro Calls): Fix another typo.
10631
10632 2005-03-17 Richard M. Stallman <rms@gnu.org>
10633
10634 * text.texi (Undo): Document extensible undo entries.
10635
10636 * searching.texi (String Search, Regexp Search): Cleanups.
10637
10638 * nonascii.texi (Character Codes): Minor fix.
10639
10640 * display.texi (Display Property): Explain the significance
10641 of having text properties that are eq.
10642 (Other Display Specs): Explain string as display spec.
10643
10644 * commands.texi (Interactive Codes): Document G option.
10645
10646 2005-03-17 Chong Yidong <cyd@stupidchicken.com>
10647
10648 * text.texi (Filling): Add sentence-end-without-period and
10649 sentence-end-without-space.
10650 (Changing Properties): Minor fix.
10651
10652 * anti.texi: Total rewrite.
10653
10654 2005-03-15 Lute Kamstra <lute@gnu.org>
10655
10656 * edebug.texi (Instrumenting Macro Calls): Fix typos.
10657
10658 2005-03-08 Kim F. Storm <storm@cua.dk>
10659
10660 * display.texi (Specified Space): Property :width is support on
10661 non-graphic terminals, :height is not.
10662
10663 2005-03-07 Richard M. Stallman <rms@gnu.org>
10664
10665 * display.texi (Overlay Arrow, Fringe Bitmaps, Customizing Bitmaps):
10666 Now subnodes of Fringes.
10667 (Overlay Arrow): Document overlay-arrow-variable-list.
10668 (Fringe Size/Pos): New node, broken out of Fringes.
10669 (Display): Explain clearing vs redisplay better.
10670 (Truncation): Clarify use of bitmaps.
10671 (The Echo Area): Clarify the uses of the echo area.
10672 Add max-mini-window-height.
10673 (Progress): Clarify.
10674 (Invisible Text): Explain that main loop moves point out.
10675 (Selective Display): Say "hidden", not "invisible".
10676 (Managing Overlays): Move up. Describe relation to Undo here.
10677 (Overlay Properties): Clarify intro.
10678 (Finding Overlays): Explain return values when nothing found.
10679 (Width): truncate-string-to-width has added arg.
10680 (Displaying Faces): Clarify and update mode line face handling.
10681 (Face Functions): Minor cleanup.
10682 (Conditional Display): Merge into Other Display Specs.
10683 (Pixel Specification, Other Display Specs): Minor cleanups.
10684 (Images, Image Descriptors): Minor cleanups.
10685 (GIF Images): Patents have expired.
10686 (Showing Images): Explain default text for insert-image.
10687 (Manipulating Button Types): Merge into Manipulating Buttons.
10688 (Making Buttons): Explain return values.
10689 (Button Buffer Commands): Add xref.
10690 (Inverse Video): Update mode-line-inverse-video.
10691 (Display Table Format): Clarify.
10692 (Active Display Table): Give defaults for window-display-table.
10693
10694 * calendar.texi (Calendar Customizing): calendar-holiday-marker
10695 and calendar-today-marker are strings, not chars.
10696 (Holiday Customizing): Minor fix.
10697
10698 * internals.texi (Writing Emacs Primitives): Update `or' example.
10699 Update limit on # args of subr.
10700
10701 * edebug.texi (Using Edebug): Arrow is in fringe.
10702 (Instrumenting): Arg to eval-defun works without loading edebug.
10703 (Edebug Execution Modes): Add xref.
10704
10705 * customize.texi (Common Keywords): Clarify :require.
10706 Mention :version here.
10707 (Variable Definitions, Group Definitions): Not here.
10708 (Variable Definitions): Clarify symbol arg to :initialize and :set fns.
10709
10710 2005-03-07 Chong Yidong <cyd@stupidchicken.com>
10711 * nonascii.texi (Text Representations): Clarify position-bytes.
10712 (Character Sets): Add list-charset-chars.
10713 (Scanning Charsets): Add charset-after.
10714 (Encoding and I/O): Minor fix.
10715
10716 2005-03-06 Richard M. Stallman <rms@gnu.org>
10717
10718 * windows.texi (Vertical Scrolling): Get rid of "Emacs 21".
10719 (Resizing Windows): Likewise.
10720
10721 * text.texi (Change Hooks): Get rid of "Emacs 21".
10722
10723 * strings.texi (Formatting Strings): Get rid of "Emacs 21".
10724
10725 * streams.texi (Output Variables): Get rid of "Emacs 21".
10726
10727 * searching.texi (Regexp Special, Char Classes): Get rid of "Emacs 21".
10728
10729 * os.texi (Translating Input): Replace flow-control example
10730 with a less obsolete example that uses `keyboard-translate'.
10731
10732 * objects.texi (Hash Table Type, Circular Objects):
10733 Get rid of "Emacs 21".
10734
10735 * modes.texi (Mode Line Format): Get rid of "Emacs 21".
10736 (Mode Line Data, Properties in Mode, Header Lines): Likewise.
10737
10738 * minibuf.texi (Minibuffer Misc): Get rid of "Emacs 21".
10739
10740 * lists.texi (List Elements, Building Lists): Get rid of "Emacs 21".
10741
10742 * keymaps.texi (Menu Separators, Tool Bar): Get rid of "Emacs 21".
10743 (Menu Bar): Fix when menu-bar-update-hook is called.
10744
10745 * hash.texi (Hash Tables): Get rid of "Emacs 21".
10746
10747 * frames.texi (Text Terminal Colors): Get rid of "Emacs 21",
10748 and make it read better.
10749
10750 * files.texi (Writing to Files): Get rid of "Emacs 21".
10751 (Unique File Names): Likewise.
10752
10753 * elisp.texi: Update Emacs version to 22.
10754
10755 * display.texi (Forcing Redisplay): Get rid of "Emacs 21".
10756 (Overlay Properties, Face Attributes): Likewise.
10757 (Managing Overlays): Fix punctuation.
10758 (Attribute Functions): Clarify set-face-font; get rid of
10759 info about old Emacs versions.
10760 (Auto Faces, Font Lookup, Display Property, Images):
10761 Get rid of "Emacs 21".
10762
10763 * calendar.texi (Calendar Customizing): Get rid of "Emacs 21".
10764
10765 2005-03-05 Richard M. Stallman <rms@gnu.org>
10766
10767 * debugging.texi (Error Debugging): Remove stack-trace-on-error.
10768
10769 2005-03-04 Lute Kamstra <lute@gnu.org>
10770
10771 * debugging.texi (Error Debugging): Document stack-trace-on-error.
10772
10773 2005-03-03 Lute Kamstra <lute@gnu.org>
10774
10775 * edebug.texi (Instrumenting Macro Calls): Fix typo.
10776
10777 2005-03-01 Lute Kamstra <lute@gnu.org>
10778
10779 * debugging.texi (Debugger Commands): Update `j'.
10780
10781 2005-02-28 Lute Kamstra <lute@gnu.org>
10782
10783 * debugging.texi (Debugging): Fix typo.
10784 (Error Debugging): Document eval-expression-debug-on-error.
10785 (Function Debugging): Update example.
10786 (Using Debugger): Mention starred stack frames.
10787 (Debugger Commands): Document `j' and `l'.
10788 (Invoking the Debugger): `d' and `j' exit recursive edit too.
10789 Update the messages that the debugger displays.
10790 (Internals of Debugger): Add cross reference. Update example.
10791 (Excess Open): Minor improvement.
10792 (Excess Close): Minor improvement.
10793
10794 2005-02-26 Richard M. Stallman <rms@gnu.org>
10795
10796 * tips.texi (Coding Conventions): Clarify.
10797 Put all the major mode key reservations together.
10798 Mention the Mouse-1 => Mouse-2 conventions.
10799
10800 * syntax.texi (Syntax Class Table): Clarify.
10801 (Syntax Table Functions): syntax-after moved from here.
10802 (Syntax Table Internals): syntax-after moved to here.
10803 (Parsing Expressions): Update info on number of values
10804 and what's meaningful in the STATE argument.
10805 (Categories): Fix typo.
10806
10807 * sequences.texi (Arrays): Cleanup.
10808 (Char-Tables): Clarify.
10809
10810 * processes.texi (Deleting Processes): Cleanups, add xref.
10811 (Subprocess Creation): Explain nil in exec-path. Cleanup.
10812 (Process Information): set-process-coding-system, some args optional.
10813 (Input to Processes): Explain various types for PROCESS args.
10814 Rename them from PROCESS-NAME to PROCESS.
10815 (Signals to Processes): Likewise.
10816 (Decoding Output): Cleanup.
10817 (Query Before Exit): Clarify.
10818
10819 * os.texi (Startup Summary): Correct the options; add missing ones.
10820 (Terminal Output, Batch Mode): Clarify.
10821 (Flow Control): Node deleted.
10822
10823 * markers.texi (The Mark): Clarify.
10824
10825 * macros.texi (Expansion): Cleanup.
10826 (Indenting Macros): indent-spec allows ints, not floats.
10827
10828 * keymaps.texi (Keymaps): Clarify.
10829 (Format of Keymaps): Update lisp-mode-map example.
10830 (Active Keymaps, Key Lookup): Clarify.
10831 (Changing Key Bindings): Add xref to `kbd'.
10832 (Key Binding Commands, Simple Menu Items): Clarify.
10833 (Mouse Menus, Menu Bar): Clarify.
10834 (Menu Example): Replace print example with menu-bar-replace-menu.
10835
10836 * help.texi (Documentation Basics): Add function-documentation prop.
10837
10838 * elisp.texi (Top): Don't refer to Flow Control node.
10839
10840 * commands.texi (Command Overview): Improve xrefs.
10841 (Adjusting Point): Adjusting point applies to intangible and invis.
10842 (Key Sequence Input): Doc extra read-key-sequence args.
10843 Likewise for read-key-sequence-vector.
10844
10845 * backups.texi (Rename or Copy): Minor fix.
10846 (Numbered Backups): For version-control, say the default.
10847 (Auto-Saving): make-auto-save-file-name example is simplified.
10848
10849 * advice.texi (Advising Functions): Don't imply one part of Emacs
10850 should advise another part. Markup changes.
10851 (Defining Advice): Move transitional para.
10852 (Activation of Advice): Cleanup.
10853 Explain if COMPILE is nil or negative.
10854
10855 * abbrevs.texi (Abbrev Expansion): Clarify, fix typo.
10856
10857 2005-02-24 Lute Kamstra <lute@gnu.org>
10858
10859 * modes.texi (Defining Minor Modes): Explain that INIT-VALUE,
10860 LIGHTER, and KEYMAP can be omitted when KEYWORD-ARGS are used.
10861
10862 2005-02-23 Lute Kamstra <lute@gnu.org>
10863
10864 * modes.texi (Defining Minor Modes): define-minor-mode can be used
10865 to define global minor modes as well.
10866
10867 * display.texi (Managing Overlays): overlay-buffer returns nil for
10868 deleted overlays.
10869
10870 2005-02-22 Kim F. Storm <storm@cua.dk>
10871
10872 * minibuf.texi (Basic Completion): Allow symbols in addition to
10873 strings in try-completion and all-completions.
10874
10875 2005-02-14 Lute Kamstra <lute@gnu.org>
10876
10877 * elisp.texi (Top): Remove reference to deleted node.
10878
10879 * lists.texi (Lists): Remove reference to deleted node.
10880 (Cons Cells): Fix typo.
10881
10882 * loading.texi (Where Defined): Fix typo.
10883
10884 2005-02-14 Richard M. Stallman <rms@gnu.org>
10885
10886 * variables.texi (Creating Buffer-Local): change-major-mode-hook
10887 is useful for discarding some minor modes.
10888
10889 * symbols.texi (Symbol Components): Reorder examples.
10890
10891 * streams.texi (Input Functions): State standard-input default.
10892 (Output Variables): State standard-output default.
10893
10894 * objects.texi (Printed Representation): Clarify read syntax vs print.
10895 (Floating Point Type): Explain meaning better.
10896 (Symbol Type): Explain uniqueness better.
10897 (Cons Cell Type): Explain empty list sooner. CAR and CDR later.
10898 List examples sooner.
10899 (Box Diagrams): New subnode broken out.
10900 Some examples moved from old Lists as Boxes node.
10901 (Dotted Pair Notation): Clarify intro.
10902 (Array Type): Clarify.
10903 (Type Predicates): Add hash-table-p.
10904
10905 * numbers.texi (Integer Basics): Clarify radix explanation.
10906 (Predicates on Numbers): Minor clarification.
10907 (Comparison of Numbers): Minor clarification. Clarify eql.
10908 Typos in min, max.
10909 (Math Functions): Clarify overflow in expt.
10910
10911 * minibuf.texi (Text from Minibuffer): Minor clarification.
10912 Mention arrow keys.
10913
10914 * loading.texi (Autoload): defun's doc string overrides autoload's
10915 doc string.
10916 (Repeated Loading): Modernize "add to list" examples.
10917 (Where Defined): Finish updating table of load-history elts.
10918
10919 * lists.texi (List-related Predicates): Minor wording improvement.
10920 (Lists as Boxes): Node deleted.
10921 (Building Lists): Explain trivial cases of number-sequence.
10922
10923 * hash.texi (Hash Tables): Add desc to menu items.
10924 (Creating Hash): Explain "full" means "make larger".
10925 (Hash Access): Any object can be a key.
10926 State value of maphash.
10927
10928 * functions.texi (What Is a Function): Wording cleanup.
10929 (Function Documentation): Minor cleanup.
10930 Explain purpose of calling convention at end of doc string.
10931 (Function Names): Wording cleanup.
10932 (Calling Functions): Wording cleanup.
10933 Explain better how funcall calls the function.
10934 (Function Cells): Delete example of saving and redefining function.
10935
10936 * control.texi (Combining Conditions): Wording cleanup.
10937 (Iteration): dolist and dotimes bind VAR locally.
10938 (Cleanups): Xref to Atomic Changes.
10939
10940 * compile.texi (Byte Compilation): Delete 19.29 info.
10941 (Compilation Functions): Macros' difficulties don't affect defsubst.
10942 (Docs and Compilation): Delete 19.29 info.
10943
10944 2005-02-10 Richard M. Stallman <rms@gnu.org>
10945
10946 * objects.texi (Symbol Type): Minor correction.
10947
10948 2005-02-06 Lute Kamstra <lute@gnu.org>
10949
10950 * modes.texi (Example Major Modes): Fix typos.
10951
10952 2005-02-06 Richard M. Stallman <rms@gnu.org>
10953
10954 * text.texi (Margins): fill-nobreak-predicate can be one function.
10955
10956 * strings.texi (Modifying Strings): clear-string can make unibyte.
10957 (Formatting Strings): format gives error if values missing.
10958
10959 * positions.texi (Character Motion): Mention default arg
10960 for forward-char. backward-char refers to forward-char.
10961 (Word Motion): Mention default arg for forward-word.
10962 (Buffer End Motion): Mention default arg for beginning-of-buffer.
10963 Simplify end-of-buffer.
10964 (Text Lines): Mention default arg for forward-line.
10965 (List Motion): Mention default arg for beginning/end-of-defun.
10966 (Skipping Characters): Minor fixes in explaining character-set.
10967
10968 * modes.texi (Major Mode Conventions): Mention "system abbrevs".
10969 Mode inheritance applies only when default-major-mode is nil.
10970 Clarifications.
10971 (Example Major Modes): Update Text mode and Lisp mode examples.
10972 (Minor Mode Conventions): Mention define-minor-mode at top.
10973 (Defining Minor Modes): In Hungry example, don't define C-M-DEL.
10974 (Mode Line Format): Update mode line face display info.
10975 (Properties in Mode): Mention effect of risky vars.
10976 (Imenu): Define imenu-add-to-menubar.
10977 (Font Lock Mode): Add descriptions to menu lines.
10978 (Faces for Font Lock): Add font-lock-doc-face.
10979
10980 2005-02-05 Lute Kamstra <lute@gnu.org>
10981
10982 * text.texi (Maintaining Undo): Remove obsolete function.
10983
10984 2005-02-05 Eli Zaretskii <eliz@gnu.org>
10985
10986 * frames.texi (Color Names): Add pointer to the X docs about RGB
10987 color specifications. Improve indexing.
10988 (Text Terminal Colors): Replace the description of RGB values by
10989 an xref to "Color Names".
10990
10991 2005-02-03 Richard M. Stallman <rms@gnu.org>
10992
10993 * windows.texi (Basic Windows): Add cursor-in-non-selected-windows.
10994 Clarify.
10995 (Selecting Windows): Clarify save-selected-window.
10996 (Cyclic Window Ordering): Clarify walk-windows.
10997 (Window Point): Clarify.
10998 (Window Start): Add comment to example.
10999 (Resizing Windows): Add `interactive' specs in examples.
11000 Document fit-window-to-buffer.
11001
11002 * text.texi (User-Level Deletion): just-one-space takes numeric arg.
11003 (Undo, Maintaining Undo): Clarify last change.
11004 (Sorting): In sort-numeric-fields, explain about octal and hex.
11005 Mention sort-numeric-base.
11006 (Format Properties): Add xref for hard newlines.
11007
11008 * frames.texi (Window Frame Parameters): Explain pixel=char on tty.
11009 (Pop-Up Menus): Fix typo.
11010 (Color Names): Explain all types of color names.
11011 Explain color-values on B&W terminal.
11012 (Text Terminal Colors): Explain "rgb values" are lists. Fix arg names.
11013
11014 * files.texi (File Locks): Not supported on MS systems.
11015 (Testing Accessibility): Clarify.
11016
11017 * edebug.texi (Printing in Edebug): Fix edebug-print-circle.
11018 (Coverage Testing): Fix typo.
11019
11020 * commands.texi (Misc Events): Remove stray space.
11021
11022 * buffers.texi (Buffer Names): Clarify generate-new-buffer-name.
11023 (Modification Time): Clarify when visited-file-modtime returns 0.
11024 (The Buffer List): Clarify bury-buffer.
11025 (Killing Buffers): Clarify.
11026 (Indirect Buffers): Add clone-indirect-buffer.
11027
11028 2005-02-02 Matt Hodges <MPHodges@member.fsf.org>
11029
11030 * edebug.texi (Printing in Edebug): Fix default value of
11031 edebug-print-circle.
11032 (Coverage Testing): Fix displayed frequency count data.
11033
11034 2005-02-02 Luc Teirlinck <teirllm@auburn.edu>
11035
11036 * text.texi (Maintaining Undo): Add `undo-outer-limit'.
11037
11038 2005-02-02 Kim F. Storm <storm@cua.dk>
11039
11040 * text.texi (Undo) <buffer-undo-list>: Describe `apply' elements.
11041
11042 2005-01-29 Eli Zaretskii <eliz@gnu.org>
11043
11044 * commands.texi (Misc Events): Describe the help-echo event.
11045
11046 * text.texi (Special Properties) <help-echo>: Use `pos'
11047 consistently in description of the help-echo property.
11048 Use @code{nil} instead of @var{nil}.
11049
11050 * display.texi (Overlay Properties): Fix the index entry for
11051 help-echo overlay property.
11052
11053 * customize.texi (Type Keywords): Uncomment the xref to the
11054 help-echo property documentation.
11055
11056 2005-01-23 Kim F. Storm <storm@cua.dk>
11057
11058 * windows.texi (Window Start): Fix `pos-visible-in-window-p'
11059 return value. Third element FULLY replaced by PARTIAL which
11060 specifies number of invisible pixels if row is only partially visible.
11061 (Textual Scrolling): Mention auto-window-vscroll.
11062 (Vertical Scrolling): New defvar auto-window-vscroll.
11063
11064 2005-01-16 Luc Teirlinck <teirllm@auburn.edu>
11065
11066 * keymaps.texi (Changing Key Bindings): `suppress-keymap' now uses
11067 command remapping.
11068
11069 2005-01-15 Richard M. Stallman <rms@gnu.org>
11070
11071 * display.texi (Defining Images): Mention DATA-P arg of create-image.
11072
11073 2005-01-14 Kim F. Storm <storm@cua.dk>
11074
11075 * commands.texi (Accessing Events): Add WHOLE arg to posn-at-x-y.
11076
11077 * text.texi (Links and Mouse-1): Fix string and vector item.
11078
11079 2005-01-13 Richard M. Stallman <rms@gnu.org>
11080
11081 * keymaps.texi (Active Keymaps): Rewrite the text, and update the
11082 descriptions of overriding-local-map and overriding-terminal-local-map.
11083
11084 * text.texi (Links and Mouse-1): Clarify text.
11085
11086 2005-01-13 Kim F. Storm <storm@cua.dk>
11087
11088 * modes.texi (Emulating Mode Line): Update format-mode-line entry.
11089
11090 2005-01-13 Francis Litterio <franl@world.std.com> (tiny change)
11091
11092 * keymaps.texi (Active Keymaps): Fix overriding-local-map description.
11093
11094 2005-01-12 Kim F. Storm <storm@cua.dk>
11095
11096 * text.texi (Links and Mouse-1): Rename section from Enabling
11097 Mouse-1 to Following Links. Change xrefs.
11098 Add examples for define-button-type and define-widget.
11099
11100 * display.texi (Button Properties, Button Buffer Commands):
11101 Clarify mouse-1 and follow-link functionality.
11102
11103 2005-01-12 Richard M. Stallman <rms@gnu.org>
11104
11105 * text.texi (Enabling Mouse-1 to Follow Links): Redo prev. change.
11106
11107 * display.texi (Beeping): Fix Texinfo usage.
11108
11109 * modes.texi (Emulating Mode Line): Doc FACE arg in format-header-line.
11110
11111 2005-01-11 Kim F. Storm <storm@cua.dk>
11112
11113 * display.texi (Button Properties, Button Buffer Commands):
11114 Mention mouse-1 binding. Add follow-link keyword.
11115
11116 * text.texi (Text Properties): Add "Enable Mouse-1" to submenu.
11117 (Enabling Mouse-1 to Follow Links): New subsection.
11118
11119 2005-01-06 Richard M. Stallman <rms@gnu.org>
11120
11121 * text.texi (Special Properties): Minor change.
11122
11123 * os.texi (Timers): Clarify previous change.
11124
11125 * modes.texi (Emulating Mode Line): format-mode-line requires 1 arg.
11126
11127 2005-01-01 Luc Teirlinck <teirllm@auburn.edu>
11128
11129 * display.texi (Face Attributes): Correct xref to renamed node.
11130
11131 2005-01-01 Richard M. Stallman <rms@gnu.org>
11132
11133 * display.texi (Face Attributes): Describe hex color specs.
11134
11135 2004-12-31 Richard M. Stallman <rms@gnu.org>
11136
11137 * os.texi (Timers): Update previous change.
11138
11139 2004-12-30 Kim F. Storm <storm@cua.dk>
11140
11141 * display.texi (Line Height): Total line-height is now specified
11142 in line-height property of form (HEIGHT TOTAL). Swap (FACE . RATIO)
11143 in cons cells. (nil . RATIO) is relative to actual line height.
11144 Use line-height `t' instead of `0' to get minimum height.
11145
11146 2004-12-29 Richard M. Stallman <rms@gnu.org>
11147
11148 * os.texi (Timers): Discuss timers vs editing the buffer and undo.
11149
11150 2004-12-28 Richard M. Stallman <rms@gnu.org>
11151
11152 * commands.texi (Quitting): Clarify value of with-local-quit.
11153
11154 * elisp.texi (Top): Fix previous change.
11155
11156 * loading.texi (Loading): Fix previous change.
11157
11158 2004-12-27 Richard M. Stallman <rms@gnu.org>
11159
11160 * Makefile.in (MAKEINFO): Specify --force.
11161
11162 * buffers.texi (Killing Buffers): Add buffer-save-without-query.
11163
11164 * modes.texi (Emulating Mode Line): Document format's BUFFER arg.
11165
11166 * display.texi (Line Height): Further clarify.
11167
11168 * elisp.texi (Top): Update Loading submenu.
11169
11170 * loading.texi (Where Defined): New node.
11171 (Unloading): load-history moved to Where Defined.
11172
11173 2004-12-21 Richard M. Stallman <rms@gnu.org>
11174
11175 * commands.texi (Event Input Misc): Add while-no-input.
11176
11177 2004-12-11 Richard M. Stallman <rms@gnu.org>
11178
11179 * display.texi (Line Height): Rewrite text for clarity.
11180
11181 2004-12-11 Kim F. Storm <storm@cua.dk>
11182
11183 * display.texi (Display): Add node "Line Height" to menu.
11184 (Line Height): New node. Move full description of line-spacing
11185 and line-height text properties here from text.texi.
11186 (Scroll Bars): Add vertical-scroll-bar variable.
11187
11188 * frames.texi (Window Frame Parameters): Remove line-height defvar.
11189
11190 * locals.texi (Standard Buffer-Local Variables): Fix xref for
11191 line-spacing and vertical-scroll-bar.
11192
11193 * text.texi (Special Properties): Just mention line-spacing and
11194 line-height here, add xref to new "Line Height" node.
11195
11196 2004-12-09 Thien-Thi Nguyen <ttn@gnu.org>
11197
11198 * frames.texi (Window Frame Parameters): New @defvar for `line-spacing'.
11199
11200 * locals.texi (Standard Buffer-Local Variables):
11201 Add @xref for `line-spacing'.
11202
11203 2004-12-05 Richard M. Stallman <rms@gnu.org>
11204
11205 * Makefile.in (maintainer-clean): Remove the info files
11206 in $(infodir) where they are created.
11207
11208 2004-12-03 Richard M. Stallman <rms@gnu.org>
11209
11210 * windows.texi (Selecting Windows): get-lru-window and
11211 get-largest-window don't consider dedicated windows.
11212
11213 * text.texi (Undo): Document undo-in-progress.
11214
11215 2004-11-26 Richard M. Stallman <rms@gnu.org>
11216
11217 * locals.texi (Standard Buffer-Local Variables): Undo prev change.
11218 Remove a few vars that are not always buffer-local.
11219
11220 2004-11-24 Luc Teirlinck <teirllm@auburn.edu>
11221
11222 * locals.texi (Standard Buffer-Local Variables): Comment out
11223 xref's to non-existent node `Yet to be written'.
11224
11225 2004-11-24 Richard M. Stallman <rms@gnu.org>
11226
11227 * processes.texi (Synchronous Processes): Grammar fix.
11228
11229 * numbers.texi (Comparison of Numbers): Add eql.
11230
11231 * locals.texi (Standard Buffer-Local Variables): Add many vars.
11232
11233 * intro.texi (Printing Notation): Fix previous change.
11234
11235 * display.texi (Customizing Bitmaps): Move indicate-buffer-boundaries
11236 and default-indicate-buffer-boundaries from here.
11237 (Usual Display): To here.
11238 (Scroll Bars): Add scroll-bar-mode and scroll-bar-width.
11239 (Usual Display): Move tab-width up.
11240
11241 * customize.texi (Variable Definitions):
11242 Replace show-paren-mode example with tooltip-mode.
11243 (Simple Types, Composite Types, Defining New Types):
11244 Minor cleanups.
11245
11246 2004-11-21 Jesper Harder <harder@ifa.au.dk>
11247
11248 * processes.texi (Synchronous Processes, Output from Processes):
11249 Markup fix.
11250
11251 2004-11-20 Richard M. Stallman <rms@gnu.org>
11252
11253 * positions.texi (Skipping Characters): skip-chars-forward
11254 now handles char classes.
11255
11256 * intro.texi (Printing Notation): Avoid confusion of `print'
11257 when explaining @print.
11258
11259 * macros.texi (Argument Evaluation): Fix 1st `for' expansion example.
11260
11261 * display.texi (Display Table Format): Minor fix.
11262
11263 * streams.texi (Output Functions): Fix print example.
11264
11265 * Makefile.in (elisp): New target.
11266 (dist): Depend on $(infodir)/elisp, not elisp.
11267 Copy the info files from $(infodir).
11268
11269 * minibuf.texi (Text from Minibuffer): Document KEEP-ALL arg in
11270 read-from-minibuffer.
11271
11272 * searching.texi (Regexp Search): Rename that to search-spaces-regexp.
11273
11274 2004-11-19 Richard M. Stallman <rms@gnu.org>
11275
11276 * searching.texi (Regexp Search): Add search-whitespace-regexp.
11277
11278 2004-11-19 CHENG Gao <chenggao@gmail.com> (tiny change)
11279
11280 * tips.texi (Coding Conventions): Fix typo.
11281
11282 2004-11-16 Richard M. Stallman <rms@gnu.org>
11283
11284 * tips.texi (Coding Conventions): Separate defvar and require
11285 methods to avoid warnings. Use require only when there are many
11286 functions and variables from that package.
11287
11288 * minibuf.texi (Minibuffer Completion): When ignoring case,
11289 predicate must not be case-sensitive.
11290
11291 * debugging.texi (Function Debugging, Explicit Debug): Clarified.
11292 (Test Coverage): Don't talk about "splotches". Clarified.
11293
11294 2004-11-16 Thien-Thi Nguyen <ttn@gnu.org>
11295
11296 * frames.texi (Window Frame Parameters): Fix typo.
11297
11298 2004-11-15 Kim F. Storm <storm@cua.dk>
11299
11300 * symbols.texi (Other Plists): Note that plist-get may signal error.
11301 Add safe-plist-get.
11302
11303 2004-11-15 Thien-Thi Nguyen <ttn@gnu.org>
11304
11305 * modes.texi (Font Lock Basics): Fix typo.
11306
11307 2004-11-08 Richard M. Stallman <rms@gnu.org>
11308
11309 * syntax.texi (Syntax Table Functions): Add syntax-after.
11310
11311 2004-11-06 Lars Brinkhoff <lars@nocrew.org>
11312
11313 * os.texi (Processor Run Time): New section documenting
11314 get-internal-run-time.
11315
11316 2004-11-06 Eli Zaretskii <eliz@gnu.org>
11317
11318 * Makefile.in (install, maintainer-clean): Don't use "elisp-*" as
11319 it nukes elisp-cover.texi.
11320 (dist): Change elisp-[0-9] to elisp-[1-9], as there could be no
11321 elisp-0 etc.
11322
11323 2004-11-05 Luc Teirlinck <teirllm@auburn.edu>
11324
11325 * commands.texi (Keyboard Macros): Document `append' return value
11326 of `defining-kbd-macro'.
11327
11328 2004-11-01 Richard M. Stallman <rms@gnu.org>
11329
11330 * commands.texi (Interactive Call): Add called-interactively-p.
11331
11332 2004-10-29 Simon Josefsson <jas@extundo.com>
11333
11334 * minibuf.texi (Reading a Password): Revert.
11335
11336 2004-10-28 Richard M. Stallman <rms@gnu.org>
11337
11338 * frames.texi (Display Feature Testing): Explain about "vendor".
11339
11340 2004-10-27 Richard M. Stallman <rms@gnu.org>
11341
11342 * commands.texi (Interactive Codes): `N' uses numeric prefix,
11343 not raw. Clarify `n'.
11344 (Interactive Call): Rewrite interactive-p, focusing on when
11345 and how to use it.
11346 (Misc Events): Clarify previous change.
11347
11348 * advice.texi (Simple Advice): Clarify what job the example does.
11349 (Around-Advice): Clarify ad-do-it.
11350 (Activation of Advice): An option of ad-default-compilation-action
11351 is `never', not `nil'.
11352
11353 2004-10-26 Kim F. Storm <storm@cua.dk>
11354
11355 * commands.texi (Interactive Codes): Add U code letter.
11356
11357 2004-10-25 Simon Josefsson <jas@extundo.com>
11358
11359 * minibuf.texi (Reading a Password): Add.
11360
11361 2004-10-24 Jason Rumney <jasonr@gnu.org>
11362
11363 * commands.texi (Misc Events): Remove mouse-wheel. Add wheel-up
11364 and wheel-down.
11365
11366 2004-10-24 Kai Grossjohann <kai.grossjohann@gmx.net>
11367
11368 * processes.texi (Synchronous Processes): Document process-file.
11369
11370 2004-10-22 Kenichi Handa <handa@m17n.org>
11371
11372 * text.texi (translate-region): Document that it accepts also a
11373 char-table.
11374
11375 2004-10-22 David Ponce <david@dponce.com>
11376
11377 * windows.texi (Resizing Windows): Document the `preserve-before'
11378 argument of the functions `enlarge-window' and `shrink-window'.
11379
11380 2004-10-19 Jason Rumney <jasonr@gnu.org>
11381
11382 * makefile.w32-in (elisp): Change order of arguments to makeinfo.
11383
11384 2004-10-09 Luc Teirlinck <teirllm@auburn.edu>
11385
11386 * text.texi (Filling): Add anchor for definition of
11387 `sentence-end-double-space'.
11388
11389 * searching.texi (Regexp Example): Update description of how
11390 Emacs currently recognizes the end of a sentence.
11391 (Standard Regexps): Update definition of the variable
11392 `sentence-end'. Add definition of the function `sentence-end'.
11393
11394 2004-10-08 Paul Pogonyshev <pogonyshev@gmx.net>
11395
11396 * display.texi (Progress): New node.
11397
11398 2004-10-05 Kim F. Storm <storm@cua.dk>
11399
11400 * display.texi (Fringe Bitmaps): Update fringe-bitmaps-at-pos.
11401
11402 2004-09-29 Kim F. Storm <storm@cua.dk>
11403
11404 * display.texi (Fringe Bitmaps): Use symbols rather than numbers
11405 to identify bitmaps. Remove -fringe-bitmap suffix for standard
11406 fringe bitmap symbols, as they now have their own namespace.
11407 (Customizing Bitmaps) <define-fringe-bitmap>: Clarify bit ordering
11408 vs. pixels. Signal error if no free bitmap slots.
11409 (Pixel Specification): Change IMAGE to @var{image}.
11410
11411 2004-09-28 Richard M. Stallman <rms@gnu.org>
11412
11413 * text.texi (Special Properties): Clarify line-spacing and line-height.
11414
11415 * searching.texi (Regexp Search): Add looking-back.
11416
11417 2004-09-25 Luc Teirlinck <teirllm@auburn.edu>
11418
11419 * display.texi: Correct typos.
11420 (Image Descriptors): Correct xref's.
11421
11422 2004-09-25 Richard M. Stallman <rms@gnu.org>
11423
11424 * text.texi (Special Properties): Cleanups in `cursor'.
11425 Rewrites in `line-height' and `line-spacing'; exchange them.
11426
11427 * display.texi (Fringes): Rewrite previous change.
11428 (Fringe Bitmaps): Merge text from Display Fringe Bitmaps. Rewrite.
11429 (Display Fringe Bitmaps): Node deleted, text moved.
11430 (Customizing Bitmaps): Split off from Fringe Bitmaps. Rewrite.
11431 (Scroll Bars): Clarify set-window-scroll-bars.
11432 (Pointer Shape): Rewrite.
11433 (Specified Space): Clarify :align-to, etc.
11434 (Pixel Specification): Use @var. Clarify new text.
11435 (Other Display Specs): Clarify `slice'.
11436 (Image Descriptors): Cleanups.
11437 (Showing Images): Cleanups.
11438
11439 2004-09-24 Luc Teirlinck <teirllm@auburn.edu>
11440
11441 * hooks.texi (Standard Hooks): Add `after-change-major-mode-hook'.
11442
11443 * modes.texi: Various minor changes in addition to:
11444 (Major Mode Conventions): Final call to `run-mode-hooks' should
11445 not be inside the `delay-mode-hooks' form.
11446 (Mode Hooks): New node.
11447 (Hooks): Delete obsolete example.
11448 Move definitions of `run-mode-hooks' and `delay-mode-hooks' to new
11449 node "Mode Hooks".
11450
11451 2004-09-22 Luc Teirlinck <teirllm@auburn.edu>
11452
11453 * display.texi: Correct various typos.
11454 (Display): Rename node "Pointer Shapes" to "Pointer
11455 Shape". (There is already a node called "Pointer Shapes" in
11456 frames.texi.)
11457 (Images): Remove non-existent node "Image Slices" from menu.
11458
11459 2004-09-23 Kim F. Storm <storm@cua.dk>
11460
11461 * text.texi (Special Properties): Add `cursor', `pointer',
11462 `line-height', and `line-spacing' properties.
11463
11464 * display.texi (Display): Add 'Fringe Bitmaps' and 'Pointer
11465 Shapes' to menu.
11466 (Standard Faces): Doc fix for fringe face.
11467 (Fringes): Add `overflow-newline-into-fringe' and
11468 'indicate-buffer-boundaries'.
11469 (Fringe Bitmaps, Pointer Shapes): New nodes.
11470 (Display Property): Add 'Pixel Specification' and 'Display Fringe
11471 Bitmaps' to menu.
11472 (Specified Space): Describe pixel width and height.
11473 (Pixel Specification): New node.
11474 (Other Display Specs): Add `slice' property.
11475 (Display Fringe Bitmaps): New node.
11476 (Images): Add 'Image Slices' to menu.
11477 (Image Descriptors): Add `:pointer' and `:map' properties.
11478 (Showing Images): Add slice arg to `insert-image'.
11479 Add 'insert-sliced-image'.
11480
11481 2004-09-20 Richard M. Stallman <rms@gnu.org>
11482
11483 * commands.texi (Key Sequence Input):
11484 Clarify downcasing in read-key-sequence.
11485
11486 2004-09-08 Juri Linkov <juri@jurta.org>
11487
11488 * minibuf.texi (Minibuffer History): Add `history-delete-duplicates'.
11489
11490 2004-09-07 Luc Teirlinck <teirllm@auburn.edu>
11491
11492 * locals.texi (Standard Buffer-Local Variables):
11493 Add `buffer-auto-save-file-format'.
11494 * internals.texi (Buffer Internals): Describe new
11495 auto_save_file_format field of the buffer structure.
11496 * files.texi (Format Conversion): `auto-save-file-format' has been
11497 renamed `buffer-auto-save-file-format'.
11498
11499 2004-08-27 Luc Teirlinck <teirllm@auburn.edu>
11500
11501 * abbrevs.texi (Abbrev Expansion): `abbrev-start-location' can be
11502 an integer or a marker.
11503 (Abbrev Expansion): Replace example for `pre-abbrev-expand-hook'.
11504
11505 2004-08-22 Richard M. Stallman <rms@gnu.org>
11506
11507 * modes.texi (Major Mode Conventions): Discuss rebinding of
11508 standard key bindings.
11509
11510 2004-08-18 Kim F. Storm <storm@cua.dk>
11511
11512 * processes.texi (Accepting Output): Add `just-this-one' arg to
11513 `accept-process-output'.
11514 (Output from Processes): New var `process-adaptive-read-buffering'.
11515
11516 2004-08-10 Luc Teirlinck <teirllm@auburn.edu>
11517
11518 * keymaps.texi: Various changes in addition to:
11519 (Keymap Terminology): `kbd' uses same syntax as Edit Macro mode.
11520 Give more varied examples for `kbd'.
11521 (Creating Keymaps): Char tables have slots for all characters
11522 without modifiers.
11523 (Active Keymaps): `overriding-local-map' and
11524 `overriding-terminal-local-map' also override text property and
11525 overlay keymaps.
11526 (Functions for Key Lookup): Mention OLP arg to `current-active-maps'.
11527 (Scanning Keymaps): `accessible-keymaps' uses `[]' instead of `""'
11528 to denote a prefix of no events.
11529 `map-keymap' includes parent's bindings _recursively_.
11530 Clarify and correct description of `where-is-internal'.
11531 Mention BUFFER-OR-NAME arg to `describe-bindings'.
11532 (Menu Example): For menus intended for use with the keyboard, the
11533 menu items should be bound to characters or real function keys.
11534
11535 2004-08-08 Luc Teirlinck <teirllm@auburn.edu>
11536
11537 * objects.texi (Character Type): Reposition `@anchor' to prevent
11538 double space inside sentence in Info.
11539
11540 * hooks.texi (Standard Hooks): `disabled-command-hook' has been
11541 renamed to `disabled-command-function'.
11542 * commands.texi (Key Sequence Input): Remove unnecessary anchor.
11543 (Command Loop Info): Replace reference to it.
11544 (Disabling Commands): `disabled-command-hook' has been renamed to
11545 `disabled-command-function'.
11546
11547 2004-08-07 Luc Teirlinck <teirllm@auburn.edu>
11548
11549 * os.texi (Translating Input): Only non-prefix bindings in
11550 `key-translation-map' override actual key bindings. Warn about
11551 possible indirect effect of actual key bindings on non-prefix
11552 bindings in `key-translation-map'.
11553
11554 2004-08-06 Luc Teirlinck <teirllm@auburn.edu>
11555
11556 * minibuf.texi (High-Level Completion): Add anchor for definition
11557 of `read-variable'.
11558
11559 * commands.texi: Various changes in addition to:
11560 (Using Interactive): Clarify description of `interactive-form'.
11561 (Interactive Call): Mention default for KEYS argument to
11562 `call-interactively'.
11563 (Command Loop Info): Clarify description of `this-command-keys'.
11564 Mention KEEP-RECORD argument to `clear-this-command-keys'.
11565 Value of `last-event-frame' can be `macro'.
11566 (Repeat Events): `double-click-fuzz' is also used to distinguish
11567 clicks and drags.
11568 (Classifying Events): Clarify descriptions of `event-modifiers'
11569 `event-basic-type' and `event-convert-list'.
11570 (Accessing Events): `posn-timestamp' takes POSITION argument.
11571 (Quoted Character Input): Clarify description of
11572 `read-quoted-char' and fix example.
11573 (Quitting): Add `with-local-quit'.
11574 (Disabling Commands): Correct and clarify descriptions of
11575 `enable-command' and `disable-command'.
11576 Mention what happens if `disabled-command-hook' is nil.
11577 (Keyboard Macros): Mention LOOPFUNC arg to `execute-kbd-macro'.
11578 Describe `executing-kbd-macro' instead of obsolete `executing-macro'.
11579
11580 2004-07-24 Luc Teirlinck <teirllm@auburn.edu>
11581
11582 * frames.texi: Various changes in addition to:
11583 (Creating Frames): Expand and clarify description of `make-frame'.
11584 (Window Frame Parameters): Either none or both of the `icon-left'
11585 and `icon-top' parameters must be specified. Put descriptions of
11586 `menu-bar-lines' and `toolbar-lines' closer together and change
11587 them accordingly.
11588 (Frame Titles): `multiple-frames' is not guaranteed to be accurate
11589 except while processing `frame-title-format' or `icon-title-format'.
11590 (Deleting Frames): Correct description of `delete-frame'.
11591 Non-nil return values of `frame-live-p' are like those of `framep'.
11592 (Frames and Windows): Mention return value of
11593 `set-frame-selected-window'.
11594 (Visibility of Frames): Mention `force' argument to
11595 `make-frame-invisible'. `frame-visible-p' returns t for all
11596 frames on text-only terminals.
11597 (Frame Configurations): Restoring a frame configuration does not
11598 restore deleted frames.
11599 (Window System Selections): `x-set-selection' returns DATA.
11600 (Resources): Add example.
11601 (Display Feature Testing): Clarify descriptions of
11602 `display-pixel-height', `display-pixel-width', `x-server-version'
11603 and `x-server-vendor'.
11604
11605 * windows.texi (Choosing Window): Add anchor.
11606 * minibuf.texi (Minibuffer Misc): Add anchor.
11607
11608 2004-07-23 John Paul Wallington <jpw@gnu.org>
11609
11610 * macros.texi (Defining Macros): Declaration keyword for setting
11611 Edebug spec is `debug' not `edebug'.
11612
11613 2004-07-19 Luc Teirlinck <teirllm@auburn.edu>
11614
11615 * windows.texi: Various small changes in addition to:
11616 (Window Point): Mention return value of `set-window-point'.
11617 (Window Start): `pos-visible-in-window-p' disregards horizontal
11618 scrolling. Explain return value if PARTIALLY is non-nil.
11619 (Vertical Scrolling): Mention PIXELS-P argument to `window-vscroll'
11620 and `set-window-vscroll'.
11621 (Size of Window): The argument WINDOW to `window-inside-edges',
11622 `window-pixel-edges' and `window-inside-pixel-edges' is optional.
11623 (Resizing Windows): Explain return value of
11624 `shrink-window-if-larger-than-buffer'.
11625 `window-size-fixed' automatically becomes buffer local when set.
11626 (Window Configurations): Explain return value of
11627 `set-window-configuration'.
11628
11629 * minibuf.texi (Minibuffer Misc): Add anchor for
11630 `minibuffer-scroll-window'.
11631
11632 * positions.texi (Text Lines): Add anchor for `count-lines'.
11633
11634 2004-07-17 Richard M. Stallman <rms@gnu.org>
11635
11636 * display.texi (Overlay Properties): Adding `evaporate' prop
11637 deletes empty overlay immediately.
11638
11639 * abbrevs.texi (Abbrev Expansion): Clarify pre-abbrev-expand-hook,
11640 fix example.
11641
11642 2004-07-16 Jim Blandy <jimb@redhat.com>
11643
11644 * searching.texi (Regexp Backslash): Document new \_< and \_>
11645 operators.
11646
11647 2004-07-16 Juanma Barranquero <lektu@terra.es>
11648
11649 * display.texi (Images): Fix Texinfo usage.
11650
11651 2004-07-14 Luc Teirlinck <teirllm@auburn.edu>
11652
11653 * buffers.texi (Modification Time): `visited-file-modtime' now
11654 returns a list of two integers, instead of a cons.
11655
11656 2004-07-13 Luc Teirlinck <teirllm@auburn.edu>
11657
11658 * windows.texi: Various changes in addition to:
11659 (Splitting Windows): Add `split-window-keep-point'.
11660
11661 2004-07-09 Richard M. Stallman <rms@gnu.org>
11662
11663 * frames.texi (Input Focus): Minor fix.
11664
11665 2004-07-07 Luc Teirlinck <teirllm@auburn.edu>
11666
11667 * frames.texi (Input Focus): Clarify descriptions of
11668 `select-frame-set-input-focus' and `select-frame'.
11669
11670 2004-07-06 Luc Teirlinck <teirllm@auburn.edu>
11671
11672 * os.texi: Various small changes in addition to:
11673 (Killing Emacs): Expand and clarify description of
11674 `kill-emacs-query-functions' and `kill-emacs-hook'.
11675 (System Environment): Expand and clarify description of `getenv'
11676 and `setenv'.
11677 (Timers): Clarify description of `run-at-time'.
11678 (Translating Input): Correct description of
11679 `extra-keyboard-modifiers'.
11680 (Flow Control): Correct description of `enable-flow-control'.
11681
11682 2004-07-06 Thien-Thi Nguyen <ttn@gnu.org>
11683
11684 * os.texi: Update copyright.
11685 (Session Management): Grammar fix.
11686 Clarify which Emacs does the restarting.
11687 Use @samp for *scratch* buffer.
11688
11689 2004-07-04 Alan Mackenzie <acm@muc.de>
11690
11691 * frames.texi (Input Focus): Add documentation for
11692 `select-frame-set-input-focus'. Replace refs to non-existent
11693 `switch-frame' with `select-frame'. Minor corrections and tidying
11694 up of text-only terminal stuff.
11695
11696 2004-07-02 Richard M. Stallman <rms@gnu.org>
11697
11698 * files.texi (Saving Buffers): Cleanup write-contents-function.
11699 (Magic File Names): Cleanup file-remote-p.
11700
11701 2004-07-02 Kai Großjohann <kai@emptydomain.de>
11702
11703 * files.texi (Magic File Names): `file-remote-p' returns an
11704 identifier of the remote system, not just t.
11705
11706 2004-07-02 David Kastrup <dak@gnu.org>
11707
11708 * searching.texi (Entire Match Data): Add explanation about new
11709 match-data behavior when @var{integers} is non-nil.
11710
11711 2004-06-24 Richard M. Stallman <rms@gnu.org>
11712
11713 * commands.texi (Misc Events): Describe usr1-signal, usr2-signal event.
11714
11715 * customize.texi (Variable Definitions): Note about doc strings
11716 and :set.
11717
11718 * keymaps.texi (Keymap Terminology): Document `kbd'.
11719 (Changing Key Bindings, Key Binding Commands): Use kbd in examples.
11720
11721 * display.texi (Invisible Text): Setting buffer-invisibility-spec
11722 makes it buffer-local.
11723
11724 * files.texi (Saving Buffers): Correct previous change.
11725
11726 * commands.texi (Accessing Events):
11727 Clarify posn-col-row and posn-actual-col-row.
11728
11729 2004-06-24 David Ponce <david.ponce@wanadoo.fr>
11730
11731 * commands.texi (Accessing Events): New functions
11732 posn-at-point and posn-at-x-y. Add example to posn-x-y.
11733
11734 2004-06-23 Luc Teirlinck <teirllm@auburn.edu>
11735
11736 * lists.texi, files.texi, processes.texi, macros.texi, hash.texi:
11737 * frames.texi, buffers.texi, backups.texi, variables.texi:
11738 * loading.texi, eval.texi, functions.texi, control.texi:
11739 * symbols.texi, minibuf.texi: Reposition @anchor's.
11740
11741 * help.texi: Various small changes in addition to the following.
11742 (Describing Characters): Describe PREFIX argument to
11743 `key-description'. Correct and clarify definition of
11744 `text-char-description'. Describe NEED-VECTOR argument to
11745 `read-kbd-macro'.
11746 (Help Functions): Clarify definition of `apropos'.
11747
11748 2004-06-23 Lars Hansen <larsh@math.ku.dk>
11749
11750 * files.texi (Saving Buffers): Correct description of
11751 `write-contents-functions'.
11752
11753 2004-06-21 Juanma Barranquero <lektu@terra.es>
11754
11755 * display.texi (Images): Remove redundant @vindex directives.
11756 Rewrite `image-library-alist' doc in active voice.
11757
11758 2004-06-14 Juanma Barranquero <lektu@terra.es>
11759
11760 * display.texi (Images): Document new delayed library loading,
11761 variable `image-library-alist' and (existing but undocumented)
11762 function `image-type-available-p'.
11763
11764 2004-06-05 Richard M. Stallman <rms@gnu.org>
11765
11766 * minibuf.texi (Minibuffer Completion): For INITIAL arg,
11767 refer the user to the Initial Input node.
11768 (Text from Minibuffer): Likewise.
11769 (Initial Input): New node. Document this feature
11770 and say it is mostly deprecated.
11771
11772 2004-05-30 Richard M. Stallman <rms@gnu.org>
11773
11774 * loading.texi (Named Features): Clarify return value
11775 and meaning of NOERROR.
11776
11777 * variables.texi (File Local Variables): Minor cleanup.
11778
11779 2004-05-30 Michael Albinus <michael.albinus@gmx.de>
11780
11781 * files.texi (Magic File Names): Add `file-remote-p' as operation
11782 of file name handlers.
11783
11784 2004-05-29 Richard M. Stallman <rms@gnu.org>
11785
11786 * modes.texi (Minor Mode Conventions): (-) has no special meaning
11787 as arg to a minor mode command.
11788
11789 2004-05-22 Richard M. Stallman <rms@gnu.org>
11790
11791 * syntax.texi (Syntax Class Table): Word syntax not just for English.
11792
11793 * streams.texi (Output Variables): Doc float-output-format.
11794
11795 * searching.texi (Regexp Special): Nested repetition can be infloop.
11796
11797 * eval.texi (Eval): Increasing max-lisp-eval-depth can cause
11798 real stack overflow.
11799
11800 * compile.texi: Minor cleanups.
11801
11802 2004-05-22 Luc Teirlinck <teirllm@dms.auburn.edu>
11803
11804 * lists.texi (Cons Cells): Explain dotted lists, true lists,
11805 circular lists.
11806 (List Elements): Explain handling of circular and dotted lists.
11807
11808 2004-05-19 Thien-Thi Nguyen <ttn@gnu.org>
11809
11810 * modes.texi (Search-based Fontification): Fix typo.
11811
11812 2004-05-10 Juanma Barranquero <lektu@terra.es>
11813
11814 * modes.texi (Mode Line Variables): Fix description of
11815 global-mode-string, which is now after which-func-mode, not the
11816 buffer name.
11817
11818 2004-05-07 Lars Hansen <larsh@math.ku.dk>
11819
11820 * modes.texi (Desktop Save Mode): Add.
11821 (Modes): Add menu entry Desktop Save Mode.
11822
11823 * hooks.texi: Add desktop-after-read-hook,
11824 desktop-no-desktop-file-hook and desktop-save-hook.
11825
11826 * locals.texi: Add desktop-save-buffer.
11827
11828 2004-04-30 Jesper Harder <harder@ifa.au.dk>
11829
11830 * display.texi: emacs -> Emacs.
11831
11832 2004-04-27 Matthew Mundell <matt@mundell.ukfsn.org>
11833
11834 * files.texi (Changing Files): Document set-file-times.
11835
11836 2004-04-23 Juanma Barranquero <lektu@terra.es>
11837
11838 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
11839
11840 2004-04-18 Jesper Harder <harder@ifa.au.dk>
11841
11842 * tips.texi (Coding Conventions): defopt -> defcustom.
11843
11844 2004-04-16 Luc Teirlinck <teirllm@auburn.edu>
11845
11846 * sequences.texi: Various clarifications.
11847
11848 2004-04-14 Luc Teirlinck <teirllm@auburn.edu>
11849
11850 * buffers.texi (Read Only Buffers): Mention optional ARG to
11851 `toggle-read-only'.
11852
11853 2004-04-14 Nick Roberts <nick@nick.uklinux.net>
11854
11855 * windows.texi (Selecting Windows): Note that get-lru-window
11856 returns a full-width window if possible.
11857
11858 2004-04-13 Luc Teirlinck <teirllm@auburn.edu>
11859
11860 * buffers.texi: Various changes in addition to:
11861 (Buffer File Name): Add `find-buffer-visiting'.
11862 (Buffer Modification): Mention optional ARG to `not-modified'.
11863 (Indirect Buffers): Mention optional CLONE argument to
11864 `make-indirect-buffer'.
11865
11866 * files.texi: Various changes in addition to:
11867 (Visiting Functions): `find-file-hook' is now a normal hook.
11868 (File Name Expansion): Explain difference between the way that
11869 `expand-file-name' and `file-truename' treat `..'.
11870 (Contents of Directories): Mention optional ID-FORMAT argument to
11871 `directory-files-and-attributes'.
11872 (Format Conversion): Mention new optional CONFIRM argument to
11873 `format-write-file'.
11874
11875 2004-04-12 Miles Bader <miles@gnu.org>
11876
11877 * macros.texi (Expansion): Add description of `macroexpand-all'.
11878
11879 2004-04-05 Jesper Harder <harder@ifa.au.dk>
11880
11881 * variables.texi (Variable Aliases):
11882 Mention cyclic-variable-indirection.
11883
11884 * errors.texi (Standard Errors): Ditto.
11885
11886 2004-04-04 Luc Teirlinck <teirllm@auburn.edu>
11887
11888 * backups.texi: Various small changes in addition to:
11889 (Making Backups): Mention return value of `backup-buffer'.
11890 (Auto-Saving): Mention optional FORCE argument to
11891 `delete-auto-save-file-if-necessary'.
11892 (Reverting): Mention optional PRESERVE-MODES argument to
11893 `revert-buffer'. Correct description of `revert-buffer-function'.
11894
11895 2004-03-22 Juri Linkov <juri@jurta.org>
11896
11897 * sequences.texi (Sequence Functions): Replace xref to `Vectors'
11898 with `Vector Functions'.
11899
11900 * text.texi (Sorting): Add missing quote.
11901
11902 2004-03-14 Luc Teirlinck <teirllm@auburn.edu>
11903
11904 * intro.texi (Lisp History): Replace xref to `cl' manual with
11905 inforef.
11906
11907 2004-03-12 Richard M. Stallman <rms@gnu.org>
11908
11909 * intro.texi (Version Info): Add arg to emacs-version.
11910 (Lisp History): Change xref to CL manual.
11911
11912 2004-03-09 Luc Teirlinck <teirllm@auburn.edu>
11913
11914 * minibuf.texi (Completion Commands): Add xref to Emacs manual
11915 for Partial Completion mode.
11916
11917 2004-03-07 Thien-Thi Nguyen <ttn@gnu.org>
11918
11919 * customize.texi: Fix typo. Remove eol whitespace.
11920
11921 2004-03-04 Richard M. Stallman <rms@gnu.org>
11922
11923 * processes.texi: Fix typos.
11924
11925 * lists.texi (Building Lists): Minor clarification.
11926
11927 * hash.texi (Creating Hash): Correct the meaning of t for WEAK
11928 in make-hash-table.
11929
11930 2004-02-29 Juanma Barranquero <lektu@terra.es>
11931
11932 * makefile.w32-in (clean, maintainer-clean): Use $(DEL) instead of
11933 rm, and ignore exit code.
11934
11935 2004-02-27 Dan Nicolaescu <dann@ics.uci.edu>
11936
11937 * display.texi (Defining Faces): Add description for min-colors.
11938 Update example.
11939
11940 2004-02-23 Luc Teirlinck <teirllm@auburn.edu>
11941
11942 * abbrevs.texi: Various corrections and clarifications in addition
11943 to the following:
11944 (Abbrev Tables): Delete add-abbrev (as suggested by RMS).
11945
11946 2004-02-22 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
11947
11948 * calendar.texi (Holiday Customizing): Quote arg of holiday-sexp.
11949
11950 2004-02-21 Luc Teirlinck <teirllm@auburn.edu>
11951
11952 * text.texi: Various small changes in addition to the following:
11953 (User-Level Deletion): Mention optional BACKWARD-ONLY argument
11954 to delete-horizontal-space.
11955 (Kill Functions, Yanking, Low-Level Kill Ring): Clarify and correct
11956 description of yank-handler text property at various places.
11957
11958 * frames.texi (Window System Selections): Add anchor.
11959
11960 * syntax.texi (Syntax Table Functions): Clarify and correct
11961 descriptions of make-syntax-table and copy-syntax-table.
11962 (Motion and Syntax): Clarify SYNTAXES argument to
11963 skip-syntax-forward.
11964 (Parsing Expressions): Mention that the return value of
11965 parse-partial-sexp is currently a list of ten rather than nine
11966 elements.
11967 (Categories): Various corrections and clarifications.
11968
11969 2004-02-17 Luc Teirlinck <teirllm@auburn.edu>
11970
11971 * markers.texi (Marker Insertion Types): Minor change.
11972
11973 * locals.texi (Standard Buffer-Local Variables):
11974 * commands.texi (Interactive Codes, Using Interactive):
11975 * functions.texi (Related Topics): Fix xrefs.
11976
11977 2004-02-16 Luc Teirlinck <teirllm@auburn.edu>
11978
11979 * lists.texi (Sets And Lists): Update description of delete-dups.
11980
11981 2004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
11982
11983 * keymaps.texi (Tool Bar): tool-bar-item => tool-bar-button.
11984
11985 2004-02-16 Jan Djärv <jan.h.d@swipnet.se>
11986
11987 * frames.texi (Parameter Access): frame-parameters arg is optional.
11988 modify-frame-parameters handles nil for FRAME.
11989 (Window Frame Parameters): menu-bar-lines and tool-bar-lines
11990 are all-or-nothing for certain toolkits.
11991 Mention parameter wait-for-wm.
11992 (Frames and Windows): In frame-first-window and frame-selected-window
11993 the arg is optional.
11994 (Input Focus): In redirect-frame-focus the second arg is optional.
11995 (Window System Selections): Mention selection type CLIPBOARD.
11996 Mention data-type UTF8_STRING.
11997 Mention numbering of cut buffers.
11998 (Resources): Describe x-resource-name.
11999
12000 2004-02-16 Richard M. Stallman <rms@gnu.org>
12001
12002 * windows.texi (Buffers and Windows): Delete false table
12003 about all-frames.
12004
12005 * syntax.texi (Parsing Expressions): Delete old caveat
12006 about parse-sexp-ignore-comments.
12007
12008 * streams.texi (Output Variables): Add print-quoted.
12009
12010 * lists.texi (Building Lists): Minor cleanup.
12011
12012 * hash.texi (Creating Hash): Correct and clarify doc of WEAK values.
12013
12014 * display.texi (Overlays): Explain overlays use markers.
12015 (Managing Overlays): Explain front-advance and rear-advance
12016 in more detail.
12017
12018 * loading.texi (Unloading): Document unload-feature-special-hooks.
12019 Get rid of fns-NNN.el file.
12020
12021 2004-02-16 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
12022
12023 * help.texi (Describing Characters): Fix text-char-description
12024 example output.
12025
12026 * edebug.texi (Using Edebug): Fix example.
12027
12028 * debugging.texi (Internals of Debugger): Fix return value.
12029
12030 * files.texi (Changing Files): Fix argname.
12031
12032 * calendar.texi: Fix parens, and default values.
12033
12034 * display.texi, frames.texi, internals.texi, modes.texi: Minor fixes.
12035 * nonascii.texi, objects.texi, os.texi: Minor fixes.
12036 * searching.texi, text.texi, tips.texi, windows.texi: Minor fixes.
12037
12038 * positions.texi (Text Lines): Don't add -1 in current-line.
12039
12040 2004-02-16 Richard M. Stallman <rms@gnu.org>
12041
12042 * compile.texi (Compiler Errors): if-boundp feature applies to cond.
12043
12044 2004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
12045
12046 * processes.texi (Low-Level Network): Fix a typo.
12047
12048 2004-02-12 Kim F. Storm <storm@cua.dk>
12049
12050 * display.texi (Fringes): Use consistent wording.
12051 Note that window-fringe's window arg is optional.
12052 (Scroll Bars): Use consistent wording.
12053
12054 2004-02-11 Luc Teirlinck <teirllm@auburn.edu>
12055
12056 * tips.texi (Comment Tips): Document the new conventions for
12057 commenting out code.
12058
12059 2004-02-07 Jan Djärv <jan.h.d@swipnet.se>
12060
12061 * positions.texi (Text Lines): Add missing end defun.
12062
12063 2004-02-07 Kim F. Storm <storm@cua.dk>
12064
12065 * positions.texi (Text Lines): Add line-number-at-pos.
12066
12067 2004-02-06 John Paul Wallington <jpw@gnu.org>
12068
12069 * display.texi (Button Properties, Button Buffer Commands):
12070 mouse-2 invokes button, not down-mouse-1.
12071
12072 2004-02-04 Jason Rumney <jasonr@gnu.org>
12073
12074 * makefile.w32-in: Sync with Makefile.in changes.
12075
12076 2004-02-03 Luc Teirlinck <teirllm@auburn.edu>
12077
12078 * minibuf.texi (Text from Minibuffer): Various corrections and
12079 clarifications.
12080 (Object from Minibuffer): Correct Lisp description of
12081 read-minibuffer.
12082 (Minibuffer History): Clarify description of cons values for
12083 HISTORY arguments.
12084 (Basic Completion): Various corrections and clarifications.
12085 Add completion-regexp-list.
12086 (Minibuffer Completion): Correct and clarify description of
12087 completing-read.
12088 (Completion Commands): Mention Partial Completion mode.
12089 Various other minor changes.
12090 (High-Level Completion): Various corrections and clarifications.
12091 (Reading File Names): Ditto.
12092 (Minibuffer Misc): Ditto.
12093
12094 2004-01-26 Luc Teirlinck <teirllm@auburn.edu>
12095
12096 * strings.texi (Text Comparison): assoc-string also matches
12097 elements of alists that are strings instead of conses.
12098 (Formatting Strings): Standardize Texinfo usage. Update index
12099 entries.
12100
12101 2004-01-20 Luc Teirlinck <teirllm@auburn.edu>
12102
12103 * lists.texi (Sets And Lists): Add delete-dups.
12104
12105 2004-01-15 Luc Teirlinck <teirllm@auburn.edu>
12106
12107 * edebug.texi (Instrumenting Macro Calls): `declare' is not a
12108 special form.
12109 * macros.texi (Defining Macros): Update description of `declare',
12110 which now is a macro.
12111 (Wrong Time): Fix typos.
12112
12113 2004-01-14 Luc Teirlinck <teirllm@auburn.edu>
12114
12115 * compile.texi (Compilation Functions): Expand descriptions of
12116 `compile-defun', `byte-compile-file', `byte-recompile-directory'
12117 and `batch-byte-compile'. In particular, mention and describe
12118 all optional arguments.
12119 (Disassembly): Correct and clarify the description of `disassemble'.
12120
12121 2004-01-11 Luc Teirlinck <teirllm@auburn.edu>
12122
12123 * searching.texi: Various small changes in addition to the
12124 following.
12125 (Regexp Example): Adapt to new value of `sentence-end'.
12126 (Regexp Functions): The PAREN argument to `regexp-opt' can be
12127 `words'.
12128 (Search and Replace): Add usage note for `perform-replace'.
12129 (Entire Match Data): Mention INTEGERS and REUSE arguments to
12130 `match-data'.
12131 (Standard Regexps): Update for new values of `paragraph-start'
12132 and `sentence-end'.
12133
12134 2004-01-07 Luc Teirlinck <teirllm@auburn.edu>
12135
12136 * files.texi (Saving Buffers): Clarify descriptions of
12137 `write-contents-functions' and `before-save-hook'.
12138 Make the defvar's for `before-save-hook' and `after-save-hook'
12139 into defopt's.
12140
12141 2004-01-07 Kim F. Storm <storm@cua.dk>
12142
12143 * commands.texi (Click Events): Describe new image and
12144 width/height elements of click events.
12145 (Accessing Events): Add posn-string, posn-image, and
12146 posn-object-width-height. Change posn-object to return either
12147 image or string object.
12148
12149 2004-01-01 Simon Josefsson <jas@extundo.com>
12150
12151 * hooks.texi (Standard Hooks): Add before-save-hook.
12152 * files.texi (Saving Buffers): Likewise.
12153
12154 2004-01-03 Richard M. Stallman <rms@gnu.org>
12155
12156 * frames.texi (Frames and Windows): Delete frame-root-window.
12157
12158 2004-01-03 Luc Teirlinck <teirllm@auburn.edu>
12159
12160 * eval.texi, hash.texi, help.texi, symbols.texi: Add anchors.
12161
12162 * functions.texi: Various small changes in addition to the
12163 following.
12164 (What Is a Function): `functionp' returns nil for macros.
12165 Clarify behavior of this and following functions for symbol arguments.
12166 (Function Documentation): Add `\' in front of (fn @var{arglist})
12167 and explain why.
12168 (Defining Functions): Mention DOCSTRING argument to `defalias'.
12169 Add anchor.
12170 (Mapping Functions): Add anchor. Unquote nil in mapcar* example.
12171
12172 2004-01-01 Miles Bader <miles@gnu.org>
12173
12174 * display.texi (Buttons): New section.
12175
12176 2003-12-31 Andreas Schwab <schwab@suse.de>
12177
12178 * numbers.texi (Math Functions): sqrt reports a domain-error
12179 error.
12180 (Float Basics): Use `(/ 0.0 0.0)' instead of `(sqrt -1.0)'.
12181
12182 2003-12-30 Luc Teirlinck <teirllm@auburn.edu>
12183
12184 * tips.texi (Documentation Tips): Update item on hyperlinks in
12185 documentation strings.
12186
12187 * errors.texi (Standard Errors): Various small corrections and
12188 additions.
12189
12190 * control.texi: Various small changes in addition to the
12191 following.
12192 (Signaling Errors): Provide some more details on how `signal'
12193 constructs the error message. Add anchor to the definition of
12194 `signal'.
12195 (Error Symbols): Describe special treatment of `quit'.
12196 (Cleanups): Rename BODY argument of `unwind-protect' to BODY-FORM
12197 to emphasize that it has to be a single form.
12198
12199 * buffers.texi: Add anchor.
12200
12201 2003-12-29 Richard M. Stallman <rms@gnu.org>
12202
12203 * windows.texi (Choosing Window): Add same-window-p, special-display-p.
12204 (Window Configurations): Add window-configuration-frame.
12205
12206 * variables.texi (Creating Buffer-Local): Add local-variable-if-set-p.
12207
12208 * text.texi (Examining Properties): Add get-char-property-and-overlay.
12209 Change arg name in get-char-property.
12210 (Special Properties): Update handling of keymap property.
12211
12212 * strings.texi (Modifying Strings): Add clear-string.
12213 (Text Comparison): Add assoc-string and remove
12214 assoc-ignore-case, assoc-ignore-representation.
12215
12216 * os.texi (Time of Day): Add set-time-zone-rule.
12217
12218 * numbers.texi (Math Functions): asin, acos, log, log10
12219 report domain-error errors.
12220
12221 * nonascii.texi (Converting Representations):
12222 Add multibyte-char-to-unibyte and unibyte-char-to-multibyte.
12223 (Encoding and I/O): Add file-name-coding-system.
12224
12225 * modes.texi (Search-based Fontification): Explain that
12226 face specs are symbols with face names as values.
12227
12228 * minibuf.texi (Minibuffer Misc): Add set-minibuffer-window.
12229
12230 * lists.texi (Building Lists): remq moved elsewhere.
12231 (Sets And Lists): remq moved here.
12232 (Association Lists): Refer to assoc-string.
12233
12234 * internals.texi (Garbage Collection): Add memory-use-counts.
12235
12236 * frames.texi (Frames and Windows): Add set-frame-selected-window
12237 and frame-root-window.
12238
12239 * files.texi (Contents of Directories):
12240 Add directory-files-and-attributes.
12241
12242 * display.texi (Refresh Screen): Add force-window-update.
12243 (Invisible Text): Explain about moving point out of invis text.
12244 (Overlay Properties): Add overlay-properties.
12245 (Managing Overlays): Add overlayp.
12246 (GIF Images): Invalid image number displays a hollow box.
12247
12248 * buffers.texi (Buffer Modification): Add restore-buffer-modified-p.
12249 (Killing Buffers): Add buffer-live-p.
12250
12251 2003-12-25 Markus Rost <rost@mathematik.uni-bielefeld.de>
12252
12253 * display.texi (Fringes): Fix typo "set-buffer-window".
12254
12255 2003-12-24 Luc Teirlinck <teirllm@auburn.edu>
12256
12257 * display.texi, eval.texi, help.texi, internals.texi, loading.texi:
12258 * nonascii.texi, processes.texi, tips.texi, variables.texi:
12259 Add or change various xrefs and anchors.
12260
12261 * commands.texi: Replace all occurrences of @acronym{CAR} with
12262 @sc{car}, for consistency with the rest of the Elisp manual.
12263 `car' and `cdr' are historically acronyms, but are no longer
12264 widely thought of as such.
12265
12266 * internals.texi (Pure Storage): Mention that `purecopy' does not
12267 copy text properties.
12268 (Object Internals): Now 29 bits are used (in most implementations)
12269 to address Lisp objects.
12270
12271 * variables.texi (Variables with Restricted Values): New node.
12272
12273 * objects.texi (Lisp Data Types): Mention that certain variables
12274 can only take on a restricted set of values and add an xref to
12275 the new node "Variables with Restricted Values".
12276
12277 * eval.texi (Function Indirection): Describe the errors that
12278 `indirect-function' can signal.
12279 (Eval): Clarify the descriptions of `eval-region' and `values'.
12280 Describe `eval-buffer' instead of `eval-current-buffer' and
12281 mention `eval-current-buffer' as an alias for `current-buffer'.
12282 Correct the description and mention all optional arguments.
12283
12284 * nonascii.texi: Various small changes in addition to the
12285 following.
12286 (Converting Representations): Clarify behavior of
12287 `string-make-multibyte' and `string-to-multibyte' for unibyte all
12288 ASCII arguments.
12289 (Character Sets): Document the variable `charset-list' and adapt
12290 the definition of the function `charset-list' accordingly.
12291 (Translation of Characters): Clarify use of generic characters in
12292 `make-translation-table'. Clarify and correct the description of
12293 the use of translation tables in encoding and decoding.
12294 (User-Chosen Coding Systems): Correct and clarify the description
12295 of `select-safe-coding-system'.
12296 (Default Coding Systems): Clarify description of
12297 `file-coding-system-alist'.
12298
12299 2003-11-30 Luc Teirlinck <teirllm@auburn.edu>
12300
12301 * strings.texi (Text Comparison): Correctly describe when two
12302 strings are `equal'. Combine and clarify descriptions of
12303 `assoc-ignore-case' and `assoc-ignore-representation'.
12304
12305 * objects.texi (Non-ASCII in Strings): Clarify description of
12306 when a string is unibyte or multibyte.
12307 (Bool-Vector Type): Update examples.
12308 (Equality Predicates): Correctly describe when two strings are
12309 `equal'.
12310
12311 2003-11-29 Luc Teirlinck <teirllm@auburn.edu>
12312
12313 * lists.texi (Building Lists): `append' no longer accepts integer
12314 arguments. Update the description of `number-sequence' to reflect
12315 recent changes.
12316 (Sets And Lists): Describe `member-ignore-case' after `member'.
12317
12318 2003-11-27 Kim F. Storm <storm@cua.dk>
12319
12320 * commands.texi (Click Events): Click object may be an images.
12321 Describe (dx . dy) element of click positions.
12322 (Accessing Events): Remove duplicate posn-timestamp.
12323 New functions posn-object and posn-object-x-y.
12324
12325 2003-11-23 Kim F. Storm <storm@cua.dk>
12326
12327 * commands.texi (Click Events): Describe enhancements to event
12328 position lists, including new text-pos and (col . row) items.
12329 Mention left-fringe and right-fringe area events.
12330 (Accessing Events): New functions posn-area and
12331 posn-actual-col-row. Mention posn-timestamp. Mention that
12332 posn-point in non-text area still returns buffer position.
12333 Clarify posn-col-row.
12334
12335 2003-11-21 Lars Hansen <larsh@math.ku.dk>
12336
12337 * files.texi (File Attributes): Describe new parameter ID-FORMAT.
12338 * anti.texi (File Attributes): Describe removed parameter
12339 ID-FORMAT.
12340
12341 2003-11-20 Luc Teirlinck <teirllm@auburn.edu>
12342
12343 * positions.texi (Positions): Mention that, if a marker is used as
12344 a position, its buffer is ignored.
12345
12346 * markers.texi (Overview of Markers): Mention it here too.
12347
12348 2003-11-12 Luc Teirlinck <teirllm@auburn.edu>
12349
12350 * numbers.texi (Numeric Conversions): Not just `floor', but also
12351 `truncate', `ceiling' and `round' accept optional argument DIVISOR.
12352
12353 2003-11-10 Luc Teirlinck <teirllm@auburn.edu>
12354
12355 * markers.texi (Creating Markers): Specify insertion type of
12356 created markers. Add xref to `Marker Insertion Types'.
12357 Second argument to `copy-marker' is optional.
12358 (Marker Insertion Types): Mention that most markers are created
12359 with insertion type nil.
12360 (The Mark): Correctly describe when `mark' signals an error.
12361 (The Region): Correctly describe when `region-beginning' and
12362 `region-end' signal an error.
12363
12364 2003-11-08 Luc Teirlinck <teirllm@auburn.edu>
12365
12366 * hash.texi (Creating Hash): Clarify description of `eql'.
12367 `makehash' is obsolete.
12368 (Hash Access): Add Common Lisp notes for `remhash' and `clrhash'.
12369
12370 * positions.texi (Point): Change description of `buffer-end', so
12371 that it is also correct for floating point arguments.
12372 (List Motion): Correct argument lists of `beginning-of-defun' and
12373 `end-of-defun'.
12374 (Excursions): Add xref to `Marker Insertion Types'.
12375 (Narrowing): Argument to `narrow-to-page' is optional.
12376
12377 2003-11-06 Luc Teirlinck <teirllm@auburn.edu>
12378
12379 * streams.texi (Output Streams): Clarify behavior of point for
12380 marker output streams.
12381
12382 2003-11-04 Luc Teirlinck <teirllm@auburn.edu>
12383
12384 * variables.texi (Defining Variables): Second argument to
12385 `defconst' is not optional.
12386 (Setting Variables): Mention optional argument APPEND to
12387 `add-to-list'.
12388 (Creating Buffer-Local): Expand description of
12389 `make-variable-buffer-local'.
12390 (Frame-Local Variables): Expand description of
12391 `make-variable-frame-local'.
12392 (Variable Aliases): Correct description of optional argument
12393 DOCSTRING to `defvaralias'. Mention return value of
12394 `defvaralias'.
12395 (File Local Variables): Add xref to `File variables' in Emacs
12396 Manual. Correct description of `hack-local-variables'. Mention
12397 `safe-local-variable' property. Mention optional second argument
12398 to `risky-local-variable-p'.
12399
12400 2003-11-03 Luc Teirlinck <teirllm@auburn.edu>
12401
12402 * symbols.texi (Symbol Plists): Mention return value of `setplist'.
12403
12404 2003-11-02 Jesper Harder <harder@ifa.au.dk> (tiny change)
12405
12406 * anti.texi, backups.texi, commands.texi, customize.texi:
12407 * display.texi, files.texi, internals.texi, keymaps.texi:
12408 * loading.texi, modes.texi, nonascii.texi, numbers.texi:
12409 * objects.texi, os.texi, positions.texi, processes.texi:
12410 * searching.texi, sequences.texi, streams.texi, strings.texi:
12411 * syntax.texi, text.texi: Replace @sc{foo} with @acronym{FOO}.
12412
12413 2003-10-27 Luc Teirlinck <teirllm@auburn.edu>
12414
12415 * strings.texi (Creating Strings): Argument START to `substring'
12416 can not be `nil'. Expand description of
12417 `substring-no-properties'. Correct description of `split-string',
12418 especially with respect to empty matches. Prevent very bad line
12419 break in definition of `split-string-default-separators'.
12420 (Text Comparison): `string=' and `string<' also accept symbols as
12421 arguments.
12422 (String Conversion): More completely describe argument BASE in
12423 `string-to-number'.
12424 (Formatting Strings): `%s' and `%S' in `format' do require
12425 corresponding object. Clarify behavior of numeric prefix after
12426 `%' in `format'.
12427 (Case Conversion): The argument to `upcase-initials' can be a
12428 character.
12429
12430 2003-10-27 Kenichi Handa <handa@m17n.org>
12431
12432 * display.texi (Fontsets): Fix texinfo usage.
12433
12434 2003-10-25 Kenichi Handa <handa@m17n.org>
12435
12436 * display.texi (Fontsets): Add description of the function
12437 set-fontset-font.
12438
12439 2003-10-23 Luc Teirlinck <teirllm@auburn.edu>
12440
12441 * display.texi (Temporary Displays): Add xref to `Documentation
12442 Tips'.
12443
12444 * functions.texi (Function Safety): Use inforef instead of pxref
12445 for SES.
12446
12447 2003-10-23 Andreas Schwab <schwab@suse.de>
12448
12449 * Makefile.in (TEX, texinputdir): Don't define.
12450 (TEXI2DVI): Define.
12451 (srcs): Remove $(srcdir)/index.perm and $(srcdir)/index.unperm,
12452 add $(srcdir)/index.texi.
12453 ($(infodir)/elisp): Remove index.texi dependency.
12454 (elisp.dvi): Likewise. Use $(TEXI2DVI).
12455 (index.texi): Remove target.
12456 (dist): Don't link $(srcdir)/permute-index.
12457 (clean): Don't remove index.texi.
12458
12459 * permute-index, index.perm: Remove.
12460 * index.texi: Rename from index.unperm.
12461
12462 2003-10-22 Luc Teirlinck <teirllm@auburn.edu>
12463
12464 * tips.texi (Documentation Tips): Document new behavior for face
12465 and variable hyperlinks in Help mode.
12466
12467 2003-10-21 Luc Teirlinck <teirllm@auburn.edu>
12468
12469 * objects.texi (Integer Type): Update for extra bit of integer range.
12470 (Character Type): Ditto.
12471
12472 2003-10-16 Eli Zaretskii <eliz@gnu.org>
12473
12474 * numbers.texi (Integer Basics): Add index entries for reading
12475 numbers in hex, octal, and binary.
12476
12477 2003-10-16 Lute Kamstra <lute@gnu.org>
12478
12479 * modes.texi (Mode Line Format): Mention force-mode-line-update's
12480 argument.
12481
12482 2003-10-13 Luc Teirlinck <teirllm@auburn.edu>
12483
12484 * windows.texi (Choosing Window): Fix typo.
12485 * edebug.texi (Edebug Execution Modes): Fix typo.
12486
12487 2003-10-13 Richard M. Stallman <rms@gnu.org>
12488
12489 * windows.texi (Basic Windows): A window has fringe settings,
12490 display margins and scroll-bar settings.
12491 (Splitting Windows): Doc split-window return value.
12492 Clean up one-window-p.
12493 (Selecting Windows): Fix typo.
12494 (Cyclic Window Ordering): Explain frame as ALL-FRAMES in next-window.
12495 (Buffers and Windows): In set-window-buffer, explain effect
12496 on fringe settings and scroll bar settings.
12497 (Displaying Buffers): In pop-to-buffer, explain nil as buffer arg.
12498 (Choosing Window): Use defopt for pop-up-frame-function.
12499 For special-display-buffer-names, explain same-window and same-frame.
12500 Clarify window-dedicated-p return value.
12501 (Textual Scrolling): scroll-up and scroll-down can get an error.
12502 (Horizontal Scrolling): Clarify auto-hscroll-mode.
12503 Clarify set-window-hscroll.
12504 (Size of Window): Don't mention tool bar in window-height.
12505 (Coordinates and Windows): Explain what coordinates-in-window-p
12506 returns for fringes and display margins.
12507 (Window Configurations): Explain saving fringes, etc.
12508
12509 * tips.texi (Library Headers): Clean up Documentation.
12510
12511 * syntax.texi (Parsing Expressions): Clean up forward-comment
12512 and parse-sexp-lookup-properties.
12513
12514 * sequences.texi (Sequence Functions): sequencep accepts bool-vectors.
12515
12516 * os.texi (System Environment): Clean up text for load-average errors.
12517
12518 * modes.texi (Hooks): Don't explain local hook details at front.
12519 Clarify run-hooks and run-hook-with-args a little.
12520 Clean up add-hook and remove-hook.
12521
12522 * edebug.texi (Edebug Execution Modes): Clarify t.
12523 Document edebug-sit-for-seconds.
12524 (Coverage Testing): Document C-x X = and =.
12525 (Instrumenting Macro Calls): Fix typo.
12526 (Specification List): Don't index the specification keywords.
12527
12528 2003-10-10 Kim F. Storm <storm@cua.dk>
12529
12530 * processes.texi (Network): Introduce make-network-process.
12531
12532 2003-10-09 Luc Teirlinck <teirllm@auburn.edu>
12533
12534 * tips.texi (Library Headers): Fix typo.
12535
12536 2003-10-07 Juri Linkov <juri@jurta.org>
12537
12538 * modes.texi (Imenu): Mention imenu-create-index-function's
12539 default value. Explain submenus better.
12540
12541 2003-10-07 Lute Kamstra <lute@gnu.org>
12542
12543 * modes.texi (Faces for Font Lock): Fix typo.
12544 (Hooks): Explain how buffer-local hook variables can refer to
12545 global hook variables.
12546 Various minor clarifications.
12547
12548 2003-10-06 Lute Kamstra <lute@gnu.org>
12549
12550 * tips.texi (Coding Conventions): Mention naming conventions for
12551 hooks.
12552
12553 2003-10-05 Luc Teirlinck <teirllm@auburn.edu>
12554
12555 * loading.texi (Library Search): Correct default value of
12556 load-suffixes.
12557 (Named Features): Fix typo.
12558
12559 2003-10-05 Richard M. Stallman <rms@gnu.org>
12560
12561 * loading.texi (Named Features): In `provide',
12562 say how to test for subfeatures.
12563 (Unloading): In unload-feature, use new var name
12564 unload-feature-special-hooks.
12565
12566 2003-10-03 Lute Kamstra <lute@gnu.org>
12567
12568 * modes.texi (Major Mode Conventions): Mention third way to set up
12569 Imenu.
12570 (Imenu): A number of small fixes.
12571 Delete documentation of internal variable imenu--index-alist.
12572 Document the return value format of imenu-create-index-function
12573 functions.
12574
12575 2003-09-30 Richard M. Stallman <rms@gnu.org>
12576
12577 * processes.texi (Network): Say what stopped datagram connections do.
12578
12579 * lists.texi (Association Lists): Clarify `assq-delete-all'.
12580
12581 * display.texi (Overlay Properties): Clarify `evaporate' property.
12582
12583 2003-09-29 Lute Kamstra <lute@gnu.org>
12584
12585 * modes.texi (Mode Line Data): Explain when symbols in mode-line
12586 constructs should be marked as risky.
12587 Change cons cell into proper list.
12588 (Mode Line Variables): Change cons cell into proper list.
12589
12590 2003-09-26 Lute Kamstra <lute@gnu.org>
12591
12592 * modes.texi (Mode Line Data): Document the :propertize construct.
12593 (Mode Line Variables): Reorder the descriptions of the variables
12594 to match their order in the default mode-line-format.
12595 Describe the new variables mode-line-position and mode-line-modes.
12596 Update the default values of mode-line-frame-identification,
12597 minor-mode-alist, and default-mode-line-format.
12598 (Properties in Mode): Mention the :propertize construct.
12599
12600 2003-09-26 Richard M. Stallman <rms@gnu.org>
12601
12602 * buffers.texi, commands.texi, debugging.texi, eval.texi:
12603 * loading.texi, minibuf.texi, text.texi, variables.texi:
12604 Avoid @strong{Note:}.
12605
12606 2003-09-26 Richard M. Stallman <rms@gnu.org>
12607
12608 * keymaps.texi (Remapping Commands): Fix typo.
12609
12610 2003-09-23 Luc Teirlinck <teirllm@mail.auburn.edu>
12611
12612 * processes.texi (Low-Level Network): Fix typo.
12613
12614 2003-09-23 Kim F. Storm <storm@cua.dk>
12615
12616 * processes.texi (Network, Network Servers): Fix typos.
12617 (Low-Level Network): Add timeout value for :server keyword.
12618 Add new option keywords to make-network-process.
12619 Add set-network-process-options.
12620 Explain how to test availability of network options.
12621
12622 2003-09-19 Richard M. Stallman <rms@gnu.org>
12623
12624 * text.texi (Motion by Indent): Arg to
12625 backward-to-indentation and forward-to-indentation is optional.
12626
12627 * strings.texi (Creating Strings): Add substring-no-properties.
12628
12629 * processes.texi
12630 (Process Information): Add list-processes arg QUERY-ONLY.
12631 Delete process-contact from here.
12632 Add new status values for process-status.
12633 Add process-get, process-put, process-plist, set-process-plist.
12634 (Synchronous Processes): Add call-process-shell-command.
12635 (Signals to Processes): signal-process allows process objects.
12636 (Network): Complete rewrite.
12637 (Network Servers, Datagrams, Low-Level Network): New nodes.
12638
12639 * positions.texi (Word Motion): forward-word, backward-word
12640 arg is optional. Reword.
12641
12642 * abbrevs.texi (Defining Abbrevs): Index no-self-insert.
12643
12644 * variables.texi (Creating Buffer-Local):
12645 Delete duplicate definition of buffer-local-value.
12646 (File Local Variables): Explain about discarding text props.
12647
12648 2003-09-11 Richard M. Stallman <rms@gnu.org>
12649
12650 * minibuf.texi (Intro to Minibuffers): Explain that the minibuffer
12651 changes variables that record input events.
12652 (Minibuffer Misc): Add minibuffer-selected-window.
12653
12654 * lists.texi (Building Lists): Add copy-tree.
12655
12656 * display.texi (Fontsets): Add char-displayable-p.
12657 (Scroll Bars): New node.
12658
12659 2003-09-08 Lute Kamstra <lute@gnu.org>
12660
12661 * modes.texi (%-Constructs): Document new `%i' and `%I'
12662 constructs.
12663
12664 2003-09-03 Peter Runestig <peter@runestig.com>
12665
12666 * makefile.w32-in: New file.
12667
12668 2003-08-29 Richard M. Stallman <rms@gnu.org>
12669
12670 * display.texi (Overlay Properties): Clarify how priorities
12671 affect use of the properties.
12672
12673 2003-08-19 Luc Teirlinck <teirllm@mail.auburn.edu>
12674
12675 * customize.texi (Type Keywords): Correct the description of
12676 `:help-echo' in the case where `motion-doc' is a function.
12677
12678 2003-08-14 John Paul Wallington <jpw@gnu.org>
12679
12680 * modes.texi (Emulating Mode Line): Subsection, not section.
12681
12682 2003-08-13 Richard M. Stallman <rms@gnu.org>
12683
12684 * elisp.texi (Top): Update subnode lists in menu.
12685
12686 * text.texi (Insertion): Add insert-buffer-substring-no-properties.
12687 (Kill Functions): kill-region has new arg yank-handler.
12688 (Yanking): New node.
12689 (Yank Commands): Add yank-undo-function.
12690 (Low-Level Kill Ring):
12691 kill-new and kill-append have new arg yank-handler.
12692 (Changing Properties): Add remove-list-of-text-properties.
12693 (Atomic Changes): New node.
12694
12695 * symbols.texi (Other Plists): Add lax-plist-get, lax-plist-put.
12696
12697 * streams.texi (Output Variables): Add eval-expression-print-length
12698 and eval-expression-print-level.
12699
12700 * os.texi (Time Conversion): For encode-time, explain limits on year.
12701
12702 * objects.texi (Character Type): Define anchor "modifier bits".
12703
12704 * modes.texi (Emulating Mode Line): New node.
12705 (Search-based Fontification): Font Lock uses font-lock-face property.
12706 (Other Font Lock Variables): Likewise.
12707
12708 * keymaps.texi (Format of Keymaps): Keymaps contain char tables,
12709 not vectors.
12710 (Active Keymaps): Add emulation-mode-map-alists.
12711 (Functions for Key Lookup): key-binding has new arg no-remap.
12712 (Remapping Commands): New node.
12713 (Scanning Keymaps): where-is-internal has new arg no-remap.
12714 (Tool Bar): Add tool-bar-local-item-from-menu.
12715 Clarify when to use tool-bar-add-item-from-menu.
12716
12717 * commands.texi (Interactive Call): commandp has new arg.
12718 (Command Loop Info): Add this-original-command.
12719
12720 2003-08-06 John Paul Wallington <jpw@gnu.org>
12721
12722 * compile.texi (Compiler Errors): Say `@end defmac' after `@defmac'.
12723
12724 * display.texi (Warning Basics): Fix typo.
12725 (Fringes): Add closing curly bracket and fix typo.
12726
12727 * elisp.texi (Top): Fix typo.
12728
12729 2003-08-05 Richard M. Stallman <rms@gnu.org>
12730
12731 * elisp.texi: Update lists of subnodes.
12732
12733 * windows.texi (Buffers and Windows): set-window-buffer has new arg.
12734
12735 * variables.texi (Local Variables): Use lc for example variable names.
12736
12737 * tips.texi (Library Headers): Explain where to put -*-.
12738
12739 * strings.texi (Creating Strings): Fix xref for vconcat.
12740
12741 * sequences.texi (Vector Functions):
12742 vconcat no longer allows integer args.
12743
12744 * minibuf.texi (Reading File Names): read-file-name has new
12745 arg PREDICATE. New function read-directory-name.
12746
12747 * macros.texi (Defining Macros): Give definition of `declare'.
12748 (Indenting Macros): New node.
12749
12750 * frames.texi (Parameter Access): Add modify-all-frames-parameters.
12751 (Window Frame Parameters): Make separate table of parameters
12752 that are coupled with specific face attributes.
12753 (Deleting Frames): delete-frame-hooks renamed to
12754 delete-frame-functions.
12755
12756 * files.texi (Magic File Names): Add file-remote-p.
12757 Clarify file-local-copy.
12758
12759 * edebug.texi (Instrumenting Macro Calls): Don't define `declare'
12760 here; instead xref Defining Macros.
12761
12762 * display.texi (Warnings): New node, and subnodes.
12763 (Fringes): New node.
12764
12765 * debugging.texi (Test Coverage): New node.
12766
12767 * compile.texi (Compiler Errors): Explain with-no-warnings
12768 and other ways to suppress warnings.
12769
12770 * commands.texi (Interactive Call): Minor clarification.
12771
12772 * buffers.texi (Buffer File Name): set-visited-file-name
12773 renames the buffer too.
12774
12775 * abbrevs.texi (Abbrev Tables): Add copy-abbrev-table.
12776
12777 2003-07-24 Markus Rost <rost@math.ohio-state.edu>
12778
12779 * abbrevs.texi (Abbrev Expansion): Use \s syntax in example.
12780
12781 2003-07-22 Markus Rost <rost@math.ohio-state.edu>
12782
12783 * internals.texi (Garbage Collection): Fix previous change.
12784
12785 2003-07-22 Richard M. Stallman <rms@gnu.org>
12786
12787 * files.texi (Truenames): Add LIMIT arg to file-chase-links.
12788
12789 * display.texi (Width): Use \s syntax in example.
12790 (Font Selection): Add face-font-rescale-alist.
12791
12792 * modes.texi (Imenu): Add xref to Emacs Manual node on Imenu.
12793 Remove spurious indent in example.
12794
12795 * lists.texi (Building Lists): Add number-sequence.
12796
12797 * internals.texi (Garbage Collection): Add gcs-done, gc-elapsed.
12798
12799 * functions.texi (Function Documentation): Explain how to
12800 show calling convention explicitly in the doc string.
12801
12802 * windows.texi (Selecting Windows): save-selected-window saves
12803 selected window of each frame.
12804 (Window Configurations): Minor change.
12805
12806 * syntax.texi (Syntax Table Functions): Use \s syntax in examples.
12807
12808 * streams.texi (Output Variables): Add print-continuous-numbering
12809 and print-number-table.
12810
12811 * processes.texi (Decoding Output): New node.
12812
12813 * os.texi (Time Conversion): decode-time arg is optional.
12814
12815 * objects.texi (Character Type): Don't use space as example for \.
12816 Make list of char names and \-sequences correspond.
12817 Explain that \s is not used in strings. `\ ' needs space after.
12818
12819 * nonascii.texi (Converting Representations): Add string-to-multibyte.
12820 (Translation of Characters): Add translation-table-for-input.
12821 (Default Coding Systems): Add auto-coding-functions.
12822 (Explicit Encoding): Add decode-coding-inserted-region.
12823 (Locales): Add locale-info.
12824
12825 * minibuf.texi (Basic Completion): Describe test-completion.
12826 Collections can be lists of strings.
12827 Clean up lazy-completion-table.
12828 (Programmed Completion): Mention test-completion.
12829 Clarify why lambda expressions are not accepted.
12830 (Minibuffer Misc): Describe minibufferp.
12831
12832 2003-07-14 Richard M. Stallman <rms@gnu.org>
12833
12834 * buffers.texi (Killing Buffers): kill-buffer-hook is perm local.
12835
12836 * windows.texi (Selecting Windows): New arg to select-window.
12837 (Selecting Windows): Add with-selected-window.
12838 (Size of Window): Add window-inside-edges, etc.
12839
12840 * internals.texi (Garbage Collection): Add post-gc-hook.
12841
12842 * processes.texi (Subprocess Creation): Add exec-suffixes.
12843
12844 * keymaps.texi (Functions for Key Lookup): Add current-active-maps.
12845 (Scanning Keymaps): Add map-keymaps.
12846 (Defining Menus): Add keymap-prompt.
12847
12848 * numbers.texi (Integer Basics): Add most-positive-fixnum,
12849 most-negative-fixnum.
12850
12851 * compile.texi (Byte Compilation): Explain no-byte-compile.
12852 (Compiler Errors): New node.
12853
12854 * os.texi (User Identification): user-uid, user-real-uid
12855 can return float.
12856
12857 * modes.texi (Major Mode Conventions): Explain about run-mode-hooks
12858 and about derived modes.
12859 (Minor Modes): Add minor-mode-list.
12860 (Defining Minor Modes): Keyword args for define-minor-mode.
12861 (Search-based Fontification): Explain managing other properties.
12862 (Other Font Lock Variables): Add font-lock-extra-managed-props.
12863 (Faces for Font Lock): Add font-lock-preprocessor-face.
12864 (Hooks): Add run-mode-hooks and delay-mode-hooks.
12865
12866 * variables.texi (Creating Buffer-Local): Add buffer-local-value.
12867 (Variable Aliases): Clarify defvaralias.
12868
12869 * loading.texi (Library Search): Add load-suffixes.
12870
12871 * minibuf.texi (Basic Completion): Add lazy-completion-table.
12872 (Programmed Completion): Add dynamic-completion-table.
12873
12874 * files.texi (Changing Files): copy-file allows dir as NEWNAME.
12875 (Magic File Names): Specify precedence order of handlers.
12876
12877 * commands.texi (Command Overview): Emacs server runs pre-command-hook
12878 and post-command-hook.
12879 (Waiting): New calling convention for sit-for.
12880
12881 * text.texi (Special Properties): local-map and keymap properties
12882 apply based on their stickiness.
12883
12884 2003-07-07 Richard M. Stallman <rms@gnu.org>
12885
12886 * modes.texi (Minor Mode Conventions): Specify only some kinds
12887 of list values as args to minor modes.
12888
12889 * files.texi (File Name Expansion): Warn about iterative use
12890 of substitute-in-file-name.
12891
12892 * advice.texi (Activation of Advice): Clean up previous change.
12893
12894 2003-07-06 Markus Rost <rost@math.ohio-state.edu>
12895
12896 * advice.texi (Activation of Advice): Note that ad-start-advice is
12897 turned on by default.
12898
12899 2003-06-30 Richard M. Stallman <rms@gnu.org>
12900
12901 * text.texi (Buffer Contents): Document current-word.
12902 (Change Hooks): Not called for *Messages*.
12903
12904 * functions.texi (Defining Functions): Explain about redefining
12905 primitives.
12906 (Function Safety): Rename. Minor changes.
12907 Comment out the detailed criteria for what is safe.
12908
12909 2003-06-22 Andreas Schwab <schwab@suse.de>
12910
12911 * objects.texi (Symbol Type): Fix description of examples.
12912
12913 2003-06-16 Andreas Schwab <schwab@suse.de>
12914
12915 * hash.texi (Creating Hash): Fix description of :weakness.
12916
12917 2003-06-13 Kai Großjohann <kai.grossjohann@gmx.net>
12918
12919 * files.texi (Changing Files): copy-file copies file modes, too.
12920
12921 2003-05-28 Richard M. Stallman <rms@gnu.org>
12922
12923 * strings.texi (Creating Strings): Clarify split-string.
12924
12925 2003-05-22 Stephen J. Turnbull <stephen@xemacs.org>
12926
12927 * strings.texi (Creating Strings): Update split-string specification
12928 and examples.
12929
12930 2003-05-19 Richard M. Stallman <rms@gnu.org>
12931
12932 * elisp.texi: Correct invariant section names.
12933
12934 2003-04-20 Richard M. Stallman <rms@gnu.org>
12935
12936 * os.texi (Timers): Explain about timers and quitting.
12937
12938 2003-04-19 Richard M. Stallman <rms@gnu.org>
12939
12940 * internals.texi (Writing Emacs Primitives): Strings are
12941 no longer special for GCPROs. Mention GCPRO5, GCPRO6.
12942 Explain GCPRO convention for varargs function args.
12943
12944 2003-04-16 Richard M. Stallman <rms@gnu.org>
12945
12946 * minibuf.texi (Minibuffer Misc): Document fn minibuffer-message.
12947
12948 2003-04-08 Richard M. Stallman <rms@gnu.org>
12949
12950 * files.texi (Kinds of Files): Correct return value of file-symlink-p.
12951
12952 2003-02-13 Kim F. Storm <storm@cua.dk>
12953
12954 * objects.texi (Character Type): New \s escape for space.
12955
12956 2003-01-31 Joe Buehler <jhpb@draco.hekimian.com>
12957
12958 * os.texi (System Environment): Add cygwin system-type.
12959
12960 2003-01-25 Richard M. Stallman <rms@gnu.org>
12961
12962 * keymaps.texi: Document that a symbol can act as a keymap.
12963
12964 2003-01-13 Richard M. Stallman <rms@gnu.org>
12965
12966 * text.texi (Changing Properties): Say string indices are origin-0.
12967
12968 * positions.texi (Screen Lines) <compute-motion>:
12969 Correct order of elts in return value.
12970
12971 * keymaps.texi (Changing Key Bindings) <define-key>: Mention
12972 how to define a default binding.
12973
12974 2002-12-07 Markus Rost <rost@math.ohio-state.edu>
12975
12976 * loading.texi (Unloading): Fix recent change for load-history.
12977
12978 * customize.texi (Simple Types): Clarify description of custom
12979 type 'number. Describe new custom type 'float.
12980
12981 2002-12-04 Markus Rost <rost@math.ohio-state.edu>
12982
12983 * variables.texi (File Local Variables): Fix typo.
12984
12985 2002-10-23 Kai Großjohann <kai.grossjohann@uni-duisburg.de>
12986
12987 From Michael Albinus <Michael.Albinus@alcatel.de>.
12988
12989 * README: Target for Info file is `make info'.
12990
12991 * files.texi (File Name Components): Fix typos in
12992 `file-name-sans-extension'.
12993 (Magic File Names): Complete list of operations for magic file
12994 name handlers.
12995
12996 2002-09-16 Jonathan Yavner <jyavner@engineer.com>
12997
12998 * variables.texi (File Local Variables): New function
12999 risky-local-variable-p.
13000
13001 2002-09-15 Jonathan Yavner <jyavner@engineer.com>
13002
13003 * functions.texi (Function safety): New node about unsafep.
13004
13005 2002-08-05 Per Abrahamsen <abraham@dina.kvl.dk>
13006
13007 * customize.texi (Splicing into Lists): Fix example.
13008 Reported by Fabrice Bauzac <fabrice.bauzac@wanadoo.fr>.
13009
13010 2002-06-17 Juanma Barranquero <lektu@terra.es>
13011
13012 * frames.texi (Display Feature Testing): Fix typo.
13013
13014 2002-06-12 Andreas Schwab <schwab@suse.de>
13015
13016 * frames.texi (Initial Parameters, Resources): Fix references to
13017 the Emacs manual.
13018
13019 2002-05-13 Kim F. Storm <storm@cua.dk>
13020
13021 * variables.texi (Intro to Buffer-Local): Update warning and
13022 example relating to changing buffer inside let.
13023
13024 2002-03-10 Jan Djärv <jan.h.d@swipnet.se>
13025
13026 * os.texi (Session Management): New node about X Session management.
13027
13028 2002-01-18 Eli Zaretskii <eliz@is.elta.co.il>
13029
13030 * elisp.texi (VERSION): Set to 2.9. Update the version of Emacs
13031 to which the manual corresponds, and the copyright years.
13032
13033 * Makefile.in (VERSION): Set to 2.9.
13034
13035 2001-11-29 Eli Zaretskii <eliz@is.elta.co.il>
13036
13037 * elisp.texi: Change the category in @dircategory to "Emacs", to
13038 make it consistent with info/dir.
13039
13040 2001-11-25 Miles Bader <miles@gnu.org>
13041
13042 * text.texi (Fields): Describe new `limit' arg in
13043 field-beginning/field-end.
13044
13045 2001-11-17 Eli Zaretskii <eliz@is.elta.co.il>
13046
13047 * permute-index: Don't depend on csh-specific features.
13048 Replace the interpreter name with /bin/sh.
13049
13050 * two-volume-cross-refs.txt: New file.
13051 * two.el: New file.
13052 * spellfile: New file.
13053
13054 2001-11-16 Eli Zaretskii <eliz@is.elta.co.il>
13055
13056 * permute-index: New file.
13057
13058 * vol1.texi, vol2.texi: Renamed from elisp-vol1.texi and
13059 elisp-vol2.texi, respectively, to avoid file-name clashes in DOS
13060 8+3 restricted namespace.
13061
13062 * Makefile.in (infodir): Define relative to $(srcdir).
13063 ($(infodir)/elisp): Don't chdir into $(srcdir), but add it to the
13064 include directories list via -I switch to makeinfo.
13065 (index.texi): Use cp if both hard and symbolic links fail.
13066
13067 2001-11-10 Eli Zaretskii <eliz@is.elta.co.il>
13068
13069 * Makefile.in (distclean): Add.
13070
13071 The following changes make ELisp manual part of the Emacs
13072 distribution:
13073
13074 * Makefile.in: Add Copyright notice.
13075 (prefix): Remove.
13076 (infodir): Change value to "../info".
13077 (VPATH): New variable.
13078 (MAKE): Don't define.
13079 (texmacrodir): Don't define.
13080 (texinputdir): Append the existing value of TEXINPUTS.
13081 ($(infodir)/elisp): Instead of just "elisp". Reformat the
13082 command to be compatible with man/Makefile.in, and to put the
13083 output into ../info.
13084 (info): Add target.
13085 (installall): Target removed.
13086
13087 2001-10-31 Pavel Janík <Pavel@Janik.cz>
13088
13089 * tips.texi (Coding Conventions): Fix typo.
13090
13091 2001-10-23 Gerd Moellmann <gerd@gnu.org>
13092
13093 * Makefile.in (srcs): Add gpl.texi and doclicense.texi.
13094
13095 2001-10-22 Eli Zaretskii <eliz@is.elta.co.il>
13096
13097 * files.texi (File Name Components): Update the description of
13098 file-name-sans-extension and file-name-extension, as they now
13099 ignore leading dots.
13100
13101 2001-10-20 Gerd Moellmann <gerd@gnu.org>
13102
13103 * (Version 21.1 released.)
13104
13105 2001-10-19 Miles Bader <miles@gnu.org>
13106
13107 * positions.texi (Text Lines): Describe behavior of
13108 `beginning-of-line'/`end-of-line' in the presence of field properties.
13109
13110 2001-10-17 Gerd Moellmann <gerd@gnu.org>
13111
13112 * Makefile.in (VERSION): Set to 2.8.
13113 (manual): Use `manual-21'.
13114
13115 * elisp.texi (VERSION): Add and use it where the version
13116 number was used. Set it to 2.8.
13117
13118 * intro.texi: Likewise.
13119
13120 2001-10-13 Eli Zaretskii <eliz@is.elta.co.il>
13121
13122 * files.texi (File Name Completion): Document the significance of
13123 a trailing slash in elements of completion-ignored-extensions.
13124
13125 2001-10-06 Miles Bader <miles@gnu.org>
13126
13127 * variables.texi (Variable Aliases): It's `@defmac', not `@defmacro'.
13128
13129 2001-10-04 Gerd Moellmann <gerd@gnu.org>
13130
13131 * variables.texi (Variable Aliases): New node.
13132
13133 2001-10-04 Gerd Moellmann <gerd@gnu.org>
13134
13135 * Branch for 21.1.
13136
13137 2001-10-02 Miles Bader <miles@gnu.org>
13138
13139 * minibuf.texi (Minibuffer Misc): Add entries for
13140 `minibuffer-contents', `minibuffer-contents-no-properties', and
13141 `delete-minibuffer-contents'.
13142 Correct description for `minibuffer-prompt-end'.
13143
13144 * text.texi (Property Search): Correct descriptions of
13145 `next-char-property-change' and `previous-char-property-change'.
13146 Add entries for `next-single-char-property-change' and
13147 `previous-single-char-property-change'.
13148 Make operand names a bit more consistent.
13149
13150 2001-09-30 Eli Zaretskii <eliz@is.elta.co.il>
13151
13152 * frames.texi (Finding All Frames): Document that next-frame and
13153 previous-frame are local to current terminal.
13154
13155 2001-09-26 Eli Zaretskii <eliz@is.elta.co.il>
13156
13157 * keymaps.texi (Creating Keymaps): Fix the description of the
13158 result of make-keymap.
13159
13160 2001-09-23 Eli Zaretskii <eliz@is.elta.co.il>
13161
13162 * display.texi (Font Lookup, Attribute Functions)
13163 (Image Descriptors): Add cross-references to the definition of
13164 selected frame.
13165
13166 * buffers.texi (The Buffer List): Add cross-references to the
13167 definition of selected frame.
13168
13169 * frames.texi (Input Focus): Clarify which frame is _the_ selected
13170 frame at any given time.
13171 (Multiple Displays, Size and Position): Add a cross-reference to
13172 the definition of the selected frame.
13173
13174 2001-09-08 Eli Zaretskii <eliz@is.elta.co.il>
13175
13176 * strings.texi (String Conversion) <string-to-number>: Document
13177 that a float is returned for integers that are too large.
13178
13179 * frames.texi (Mouse Position): Document mouse-position-function.
13180 (Display Feature Testing): Document display-images-p.
13181 (Window Frame Parameters): Document the cursor-type variable.
13182
13183 * numbers.texi (Integer Basics): Document CL style read syntax for
13184 integers in bases other than 10.
13185
13186 * positions.texi (List Motion):
13187 Document open-paren-in-column-0-is-defun-start.
13188
13189 * lists.texi (Sets And Lists): Document member-ignore-case.
13190
13191 * internals.texi (Garbage Collection): Document the used and free
13192 strings report.
13193 (Memory Usage): Document strings-consed.
13194
13195 * os.texi (Time of Day): Document float-time.
13196 (Recording Input): Document that clear-this-command-keys clears
13197 the vector to be returned by recent-keys.
13198
13199 * keymaps.texi (Scanning Keymaps) <where-is-internal>:
13200 The argument keymap can be a list.
13201
13202 * nonascii.texi (User-Chosen Coding Systems)
13203 <select-safe-coding-system>: Document the new argument
13204 accept-default-p and the variable
13205 select-safe-coding-system-accept-default-p. Tell what happens if
13206 buffer-file-coding-system is undecided.
13207 (Default Coding Systems): Document auto-coding-regexp-alist.
13208
13209 * display.texi (The Echo Area) <message>: Document
13210 message-truncate-lines.
13211 (Glyphs): Document that the glyph table is unused on windowed
13212 displays.
13213
13214 * help.texi (Describing Characters) <single-key-description>:
13215 Document the new argument no-angles.
13216 (Accessing Documentation) <documentation-property>: Document that
13217 a non-string property is evaluated.
13218 <documentation>: Document that the function-documentation property
13219 is looked for.
13220
13221 * windows.texi (Selecting Windows): Document some-window.
13222
13223 * text.texi (MD5 Checksum): New node, documents the md5 primitive.
13224
13225 * hooks.texi (Standard Hooks): Add kbd-macro-termination-hook and
13226 apropos-mode-hook.
13227
13228 * commands.texi (Using Interactive): Document interactive-form.
13229 (Keyboard Macros): Document kbd-macro-termination-hook.
13230 (Command Loop Info): Document that clear-this-command-keys clears
13231 the vector to be returned by recent-keys.
13232
13233 2001-09-04 Werner LEMBERG <wl@gnu.org>
13234
13235 * Makefile.in (srcdir, texinputdir): New variables.
13236 (srcs, index.texi, install): Use $(srcdir).
13237 (.PHONY): Remove elisp.dvi.
13238 (elisp): Use -I switch for makeinfo.
13239 (elisp.dvi): Use $(srcdir) and $(texinputdir).
13240 (installall, dist): Use $(srcdir).
13241 Fix path to texinfo.tex.
13242 (maintainer-clean): Add elisp.dvi and elisp.oaux.
13243
13244 2001-08-30 Gerd Moellmann <gerd@gnu.org>
13245
13246 * display.texi (Conditional Display): Adjust to API change.
13247
13248 * configure: New file.
13249
13250 2001-07-30 Gerd Moellmann <gerd@gnu.org>
13251
13252 * commands.texi (Repeat Events): Add description of
13253 double-click-fuzz.
13254
13255 2001-05-08 Stefan Monnier <monnier@cs.yale.edu>
13256
13257 * syntax.texi (Syntax Class Table): Add the missing designator for
13258 comment and string fences.
13259 (Syntax Properties): Add a xref to syntax table internals.
13260 (Syntax Table Internals): Document string-to-syntax.
13261
13262 2001-05-07 Gerd Moellmann <gerd@gnu.org>
13263
13264 * Makefile.in (install): Use install-info command line options
13265 like in Emacs' Makefile.in.
13266
13267 2000-12-09 Miles Bader <miles@gnu.org>
13268
13269 * windows.texi (Window Start): Update documentation for
13270 `pos-visible-in-window-p'.
13271
13272 2000-11-12 Stefan Monnier <monnier@cs.yale.edu>
13273
13274 * lists.texi (Building Lists): Add footnote to explain how to add
13275 to the end of a list.
13276
13277 2000-10-25 Gerd Moellmann <gerd@gnu.org>
13278
13279 * files.texi (Visiting Functions): Typos.
13280
13281 2000-10-25 Kenichi Handa <handa@etl.go.jp>
13282
13283 * files.texi (Visiting Functions): Return value of
13284 find-file-noselect may be a list of buffers if wildcards are used.
13285
13286 2000-10-24 Miles Bader <miles@lsi.nec.co.jp>
13287
13288 * display.texi (Defining Faces): Document `graphic' display type
13289 in face specs.
13290
13291 2000-10-18 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
13292
13293 * hooks.texi (Standard Hooks): Replace obsolete
13294 `after-make-frame-hook' with `after-make-frame-functions'.
13295
13296 * frames.texi (Creating Frames): Ditto.
13297
13298 * variables.texi (Future Local Variables): Ditto.
13299
13300 2000-10-16 Gerd Moellmann <gerd@gnu.org>
13301
13302 * display.texi (Other Image Types): Add description of :foreground
13303 and :background properties of mono PBM images.
13304
13305 2000-08-17 Werner LEMBERG <wl@gnu.org>
13306
13307 * .cvsignore: New file.
13308
13309 2000-01-05 Gerd Moellmann <gerd@gnu.org>
13310
13311 * tindex.pl: New script.
13312
13313 1999-12-03 Dave Love <fx@gnu.org>
13314
13315 * Makefile.in (MAKEINFO): New parameter.
13316
13317 1999-09-17 Richard Stallman <rms@gnu.org>
13318
13319 * Makefile.in (srcs): Add hash.texi.
13320 (VERSION): Update to 20.6.
13321
13322 1999-09-13 Richard Stallman <rms@gnu.org>
13323
13324 * Makefile.in (index.texi): If cannot make a symlink, make a hard link.
13325
13326 1998-08-29 Karl Heuer <kwzh@gnu.org>
13327
13328 * configure.in: New file.
13329 * Makefile.in: Renamed from Makefile.
13330 (prefix, infodir): Use value obtained from configure.
13331 (emacslibdir): Obsolete variable deleted.
13332 (dist): Distribute configure.in, configure, Makefile.in.
13333
13334 1998-06-12 Richard Stallman <rms@psilocin.ai.mit.edu>
13335
13336 * Makefile (INSTALL_INFO): New variable.
13337 (install): Run install-info.
13338
13339 1998-05-09 Richard Stallman <rms@psilocin.ai.mit.edu>
13340
13341 * Makefile (elisp.dvi): Add missing backslash.
13342
13343 1998-05-02 Richard Stallman <rms@psilocin.gnu.org>
13344
13345 * Makefile (elisp.dvi): Don't depend on texindex or on elisp.tps.
13346 Run texindex without `./'. Always run texindex on elisp.tp.
13347 (elisp.tps): Target deleted.
13348
13349 1998-04-05 Richard Stallman <rms@psilocin.gnu.org>
13350
13351 * Makefile (srcs): Add nonascii.texi and customize.texi.
13352 (dist): Start by deleting `temp'.
13353
13354 1998-02-17 Richard Stallman <rms@psilocin.gnu.org>
13355
13356 * Makefile (makeinfo, texindex): Targets deleted.
13357 (makeinfo.o, texindex.o): Targets deleted.
13358 (clean, dist): Don't do anything with them or with getopt*.
13359
13360 1998-01-30 Richard Stallman <rms@psilocin.gnu.org>
13361
13362 * Makefile (SHELL): Defined.
13363
13364 1998-01-27 Richard Stallman <rms@psilocin.gnu.org>
13365
13366 * Makefile (elisp.tps): New target.
13367 (elisp.dvi): Depend on elisp.tps.
13368
13369 1996-04-03 Karl Heuer <kwzh@gnu.ai.mit.edu>
13370
13371 * README: Update phone number.
13372
13373 * Makefile (elisp): Make this be the default target.
13374 Depend on makeinfo.c instead of makeinfo.
13375 (install): Don't depend on elisp.dvi, since we don't install that.
13376 Use mkinstalldirs.
13377 (dist): Add mkinstalldirs.
13378
13379 1995-06-19 Richard Stallman <rms@mole.gnu.ai.mit.edu>
13380
13381 * Makefile (VERSION): Update version number.
13382 (maintainer-clean): Rename from realclean.
13383
13384 1995-06-07 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
13385
13386 * Makefile (realclean): New target.
13387 (elisp): Remove any old elisp-* files first.
13388
13389 1993-11-23 Noah Friedman (friedman@nutrimat.gnu.ai.mit.edu)
13390
13391 * Makefile (VERSION): New variable.
13392 (dist): Make packaged directory name `elisp-manual-19-$(VERSION)'.
13393 Compressed file suffix should be `.gz', not `.z'.
13394
13395 1993-11-22 Richard Stallman (rms@mole.gnu.ai.mit.edu)
13396
13397 * Makefile (elisp): Depend on makeinfo.
13398
13399 1993-11-19 Noah Friedman (friedman@gnu.ai.mit.edu)
13400
13401 * Makefile (srcs): Add anti.texi.
13402
13403 1993-05-28 Richard Stallman (rms@mole.gnu.ai.mit.edu)
13404
13405 * Makefile (infodir, prefix): New vars.
13406 (install): Use infodir.
13407 (emacsinfodir): Delete.
13408
13409 1993-05-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
13410
13411 * Makefile (srcs): Add calendar.texi.
13412
13413 * Makefile (dist): Copy texindex.c and makeinfo.c.
13414 Limit elisp-* files to those with one or two digits.
13415
13416 1993-05-16 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
13417
13418 * Makefile (dist): Change to use Gzip instead of compress.
13419
13420 1993-04-23 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
13421
13422 * loading.texi (Unloading): define-function changed back to
13423 defalias. It may not stay this way, but at least it's
13424 consistent with the known-good version of the code patch.
13425
13426 1993-03-26 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
13427
13428 * modes.texi (Hooks): Document new optional arg of add-hook.
13429
13430 1993-03-17 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
13431
13432 * variables.texi: Document nil initial value of buffer-local variables.
13433
13434 * tips.texi: Add new section on standard library headers.
13435
13436 1993-02-27 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
13437
13438 * Makefile (srcs): Add frame.texi to the list of sources.
13439
13440 1993-02-23 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
13441
13442 * Makefile (dist): Don't bother excluding autosave files; they'll
13443 never make it into the temp directory anyway, and the hash marks
13444 in the name are problematic for make and the Bourne shell.
13445 (srcs): ???
13446
13447 1993-02-12 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
13448
13449 * Makefile (dist): Don't include backup files or autosave files in
13450 the distribution tar file.
13451
13452 1991-11-26 Richard Stallman (rms@mole.gnu.ai.mit.edu)
13453
13454 * Makefile (srcs): Add index.perm.
13455 (elisp.dvi): Remove erroneous shell comment.
13456 Expect output of permute-index in permuted.fns.
13457 Save old elisp.aux in elisp.oaux.
13458 (clean): Add index.texi to be deleted.
13459
13460 1990-08-11 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
13461
13462 * Makefile (elisp.dvi, index.texi): Use shell if instead of ifdef.
13463
13464 1990-06-26 David Lawrence (tale@geech)
13465
13466 * files.texi: Noted that completion-ignored-extensions is ignored
13467 when making *Completions*.
13468
13469 1990-06-08 Jay Fenlason (hack@ai.mit.edu)
13470
13471 * Makefile make dist now depends on elisp.dvi, since it tries
13472 to include it in the dist file.
13473
13474 1990-03-28 Jim Kingdon (kingdon@mole.ai.mit.edu)
13475
13476 * functions.texinfo (Mapping Functions): Add missing quote.
13477
13478 1989-06-19 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
13479
13480 * texinfo.tex (frenchspacing): Use decimal codes for char to be set.
13481 (defunargs): Turn off \hyphenchar of \sl font temporarily.
13482
13483 1989-05-10 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
13484
13485 * @result{}, @expansion{}, @print{}, @quiv{}, @point{},
13486 and @error{} are the terms now being used. The files in the
13487 directory have been changed to reflect this.
13488
13489 * All instances of @indentedresultt{} have been changed to
13490 ` @result{}', using 5 spaces at the beginning of the line.
13491
13492 1989-04-24 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
13493
13494 * @result{}, @expandsto{}, @prints{}, @quiv{}, @error{}, and the
13495 experimental @indentedresult{}, @indentedexpandsto{} are part of
13496 the texinfo.tex in this directory. These TeX macros are not
13497 stable yet.
13498
13499 1989-04-17 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
13500
13501 * texinfo.tex: Temporarily added
13502 \let\result=\dblarrow
13503 \def\error{{\it ERROR} \longdblarrow}
13504 We need to do this better soon.
13505
13506 1989-04-11 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
13507
13508 * Applied Karl Berry's patches to *.texinfo files, but not to
13509 texinfo.tex; those diffs are in `berry-texinfo-tex-diffs'. (Karl's
13510 new title page format is also not applied, since it requires
13511 texinfo.tex changes.)
13512
13513 * Cleaned up `Makefile' and defined the `emacslibdir' directory
13514 for the Project GNU development environment.
13515
13516 ;; Local Variables:
13517 ;; coding: utf-8
13518 ;; End:
13519
13520 Copyright (C) 1998-2015 Free Software Foundation, Inc.
13521
13522 This file is part of GNU Emacs.
13523
13524 GNU Emacs is free software: you can redistribute it and/or modify
13525 it under the terms of the GNU General Public License as published by
13526 the Free Software Foundation, either version 3 of the License, or
13527 (at your option) any later version.
13528
13529 GNU Emacs is distributed in the hope that it will be useful,
13530 but WITHOUT ANY WARRANTY; without even the implied warranty of
13531 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13532 GNU General Public License for more details.
13533
13534 You should have received a copy of the GNU General Public License
13535 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.