]> code.delx.au - gnu-emacs/blob - doc/lispref/ChangeLog
Fix incorrect usage of @key in the User Manual (Bug#20135)
[gnu-emacs] / doc / lispref / ChangeLog
1 2015-03-14 Eli Zaretskii <eliz@gnu.org>
2
3 * minibuf.texi (Basic Completion): Fix a typo. (Bug#20108)
4
5 2015-02-07 Eli Zaretskii <eliz@gnu.org>
6
7 * processes.texi (Synchronous Processes): Update documentation of
8 call-process-shell-command and process-file-shell-command.
9
10 2015-01-24 Eli Zaretskii <eliz@gnu.org>
11
12 * searching.texi (Regexp Search): Add a cross-reference to "Syntax
13 of Regexps". (Bug#19668)
14
15 2015-01-21 Daniel Koning <dk@danielkoning.com> (tiny change)
16
17 * commands.texi (Drag Events, Motion Events, Event Examples)
18 (Accessing Mouse): Describe actual range of values that mouse
19 position objects can have.
20
21 2015-01-20 Eli Zaretskii <eliz@gnu.org>
22
23 * display.texi (Manipulating Buttons): Explain more about the
24 'action' property. (Bug#19628)
25
26 * text.texi (Clickable Text): Improve indexing. (Bug#19629)
27
28 2015-01-15 Eli Zaretskii <eliz@gnu.org>
29
30 * variables.texi (Creating Buffer-Local): Improve indexing.
31 (Bug#19608)
32
33 2015-01-04 Eli Zaretskii <eliz@gnu.org>
34
35 * frames.texi (Display Feature Testing): Make the description of
36 x-server-version and x-server-vendor less X-specific. (Bug#19502)
37
38 2014-12-24 Glenn Morris <rgm@gnu.org>
39
40 * control.texi (Pattern matching case statement):
41 * os.texi (Desktop Notifications):
42 * modes.texi (Defining Minor Modes, SMIE Lexer): Markup fixes.
43
44 2014-12-23 Eli Zaretskii <eliz@gnu.org>
45
46 * windows.texi (Recombining Windows): Index subject of sections.
47
48 * variables.texi (Variables with Restricted Values)
49 (Generalized Variables): Index subject of sections.
50
51 * text.texi (Buffer Contents, Examining Properties)
52 (Changing Properties, Property Search, Substitution): Index
53 subject of sections.
54
55 * syntax.texi (Motion and Syntax, Parsing Expressions)
56 (Motion via Parsing, Position Parse, Control Parsing): Index
57 subject of sections.
58
59 * strings.texi (Predicates for Strings, Creating Strings)
60 (Modifying Strings, Text Comparison): Index subject of sections.
61
62 * searching.texi (Syntax of Regexps, Regexp Special)
63 (Regexp Functions, Regexp Functions): Index subject of sections.
64
65 * processes.texi (Subprocess Creation, Process Information): Index
66 subject of sections.
67
68 * positions.texi (Screen Lines): Index subject of sections.
69
70 * nonascii.texi (Scanning Charsets, Specifying Coding Systems):
71 Index subject of sections.
72
73 * minibuf.texi (Text from Minibuffer, Object from Minibuffer)
74 (Multiple Queries, Minibuffer Contents): Index subject of
75 sections.
76
77 * markers.texi (Predicates on Markers, Creating Markers)
78 (Information from Markers, Moving Markers): Index subject of
79 sections.
80
81 * macros.texi (Defining Macros, Problems with Macros): Index
82 subject of sections.
83
84 * loading.texi (Loading Non-ASCII, Where Defined): Index subject
85 of sections.
86
87 * lists.texi (List-related Predicates, List Variables, Setcar)
88 (Setcdr, Plist Access): Index subject of sections.
89
90 * keymaps.texi (Controlling Active Maps, Scanning Keymaps)
91 (Modifying Menus): Index subject of sections.
92
93 * help.texi (Accessing Documentation, Help Functions): Index
94 subject of sections.
95
96 * hash.texi (Hash Access): Index subject of sections.
97
98 * functions.texi (Core Advising Primitives)
99 (Advising Named Functions, Porting old advices): Index subject of
100 sections.
101
102 * frames.texi (Creating Frames, Initial Parameters)
103 (Position Parameters, Buffer Parameters, Minibuffers and Frames)
104 (Pop-Up Menus, Drag and Drop): Index subject of sections.
105
106 * files.texi (Visiting Functions, Kinds of Files)
107 (Unique File Names): Index subject of sections.
108
109 * display.texi (Refresh Screen, Echo Area Customization)
110 (Warning Variables, Warning Options, Delayed Warnings)
111 (Temporary Displays, Managing Overlays, Overlay Properties)
112 (Finding Overlays, Size of Displayed Text, Defining Faces)
113 (Attribute Functions, Displaying Faces, Face Remapping)
114 (Basic Faces, Font Lookup, Fontsets, Replacing Specs)
115 (Defining Images, Showing Images): Index subject of sections.
116
117 * debugging.texi (Debugging, Explicit Debug)
118 (Invoking the Debugger, Excess Open, Excess Close): Index subject
119 of sections.
120
121 * customize.texi (Defining New Types, Applying Customizations)
122 (Custom Themes): Index subject of sections.
123
124 * control.texi (Sequencing, Combining Conditions)
125 (Processing of Errors, Cleanups): Index subject of sections.
126
127 * compile.texi (Eval During Compile): Index subject of sections.
128
129 * commands.texi (Using Interactive, Distinguish Interactive)
130 (Command Loop Info, Classifying Events, Event Mod)
131 (Invoking the Input Method): Index subject of sections.
132
133 * buffers.texi (Buffer List, Buffer Gap): Index subject of sections.
134
135 * backups.texi (Making Backups, Numbered Backups, Backup Names)
136 (Reverting): Index subject of sections.
137
138 * abbrevs.texi (Abbrev Tables, Defining Abbrevs, Abbrev Files)
139 (Abbrev Expansion, Standard Abbrev Tables, Abbrev Properties)
140 (Abbrev Table Properties): Index subject of sections.
141
142 * os.texi (Time of Day, Time Conversion, Time Parsing)
143 (Time Calculations, Idle Timers): Index subject of sections.
144
145 2014-12-18 Stefan Monnier <monnier@iro.umontreal.ca>
146
147 * display.texi (Forcing Redisplay): Remove references to
148 redisplay-dont-pause and redisplay-preemption-period (which doesn't
149 even exist).
150
151 2014-12-11 Eli Zaretskii <eliz@gnu.org>
152
153 * text.texi (Comparing Text): Prevent a text string from being
154 broken between 2 lines. (Bug#19257)
155
156 2014-11-19 Paul Eggert <eggert@cs.ucla.edu>
157
158 Lessen focus on ChangeLog files, as opposed to change log entries.
159 * intro.texi (Acknowledgments): ChangeLog file -> change log entries.
160 * tips.texi (Library Headers): Emacs uses a version control system.
161
162 2014-11-09 Glenn Morris <rgm@gnu.org>
163
164 * Makefile.in (version): Remove variable.
165 (clean): No longer delete dist tarfile.
166 (dist): Remove rule; replace with code in admin.el.
167
168 2014-10-20 Glenn Morris <rgm@gnu.org>
169
170 * Version 24.4 released.
171
172 2014-10-13 Glenn Morris <rgm@gnu.org>
173
174 * Makefile.in (dist): Update for new output variables.
175
176 2014-10-09 Glenn Morris <rgm@gnu.org>
177
178 * elisp.texi (DATE): Bump to October 2014.
179
180 * frames.texi (Multiple Terminals): Copyedits.
181
182 2014-10-08 Eli Zaretskii <eliz@gnu.org>
183
184 * frames.texi (Multiple Terminals): Improve the description of X
185 display names. Add index entries.
186 (Basic Parameters): Add a cross-reference to where X display names
187 are described.
188 (Position Parameters): Mention that positional parameters of the
189 form (+ POS) can be negative if they are on a non-primary monitor
190 of a multi-monitor display. (Bug#18636)
191 (Creating Frames): Mention that on multi-monitor displays the
192 frame might be positioned differently than specified by the frame
193 parameters alist.
194
195 2014-10-04 Glenn Morris <rgm@gnu.org>
196
197 * commands.texi (Generic Commands): Copyedits.
198
199 * display.texi (Scroll Bars):
200 * modes.texi (Header Lines): Copyedits.
201
202 * buffers.texi (Buffer List):
203 * display.texi (Image Descriptors, Defining Images):
204 * functions.texi (Core Advising Primitives): Small fixes re @var usage.
205
206 * windows.texi (Window Sizes, Resizing Windows): Copyedits.
207
208 * frames.texi (Multiple Terminals): Copyedits re multiple monitors.
209
210 2014-10-03 Martin Rudalics <rudalics@gmx.at>
211
212 * frames.texi (Size Parameters, Size and Position): Mention that
213 with some window managers you have to set
214 `frame-resize-pixelwise' in order make a frame truly fullscreen
215 or maximized.
216
217 2014-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
218
219 * functions.texi (Core Advising Primitives): Add a note about the
220 confusing treatment of `interactive' for :filter-args (bug#18399).
221
222 2014-08-19 Eli Zaretskii <eliz@gnu.org>
223
224 * display.texi (Bidirectional Display): Update the Emacs's class
225 of bidirectional conformance.
226
227 2014-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
228
229 * debugging.texi (Function Debugging, Debugger Commands):
230 Update debug-on-entry w.r.t behavior after redefinitions (bug#17902).
231
232 2014-06-29 Glenn Morris <rgm@gnu.org>
233
234 * help.texi (Help Functions): "Online" help doesn't mean what it
235 used to any more.
236
237 2014-06-26 Glenn Morris <rgm@gnu.org>
238
239 * minibuf.texi (Intro to Minibuffers): Batch mode is basic.
240 (Reading a Password): Mention batch mode. (Bug#17839)
241
242 2014-06-21 Eli Zaretskii <eliz@gnu.org>
243
244 * positions.texi (Screen Lines): Clarify how columns are counted
245 by vertical-motion.
246
247 2014-06-14 Eli Zaretskii <eliz@gnu.org>
248
249 * commands.texi (Accessing Mouse): Improve the wording of the
250 posn-col-row documentation. (Bug#17768)
251
252 2014-06-08 Glenn Morris <rgm@gnu.org>
253
254 * os.texi (Startup Summary): Small fix for initial-buffer-choice.
255
256 * files.texi (Subroutines of Visiting): Mention uniquify.
257
258 * numbers.texi (Comparison of Numbers): Copyedits.
259
260 2014-06-06 Glenn Morris <rgm@gnu.org>
261
262 * display.texi (Window Systems): Remove window-setup-hook.
263 * os.texi (Startup Summary, Init File):
264 Improve description of window-setup-hook.
265 (Terminal-Specific): Update window-setup-hook cross-reference.
266 * hooks.texi (Standard Hooks): Update window-setup-hook cross-reference.
267
268 * display.texi (Overlay Properties): Update re priority. (Bug#17234)
269
270 2014-06-05 Glenn Morris <rgm@gnu.org>
271
272 * package.texi (Package Archives): Mention signing packages.
273
274 2014-05-27 Glenn Morris <rgm@gnu.org>
275
276 * text.texi (Buffer Contents):
277 Update for filter-buffer-substring changes.
278
279 * abbrevs.texi (Abbrev Expansion): Update for expand-abbrev changes.
280 * functions.texi (Advising Functions): Standardize menu case.
281
282 2014-05-17 Eli Zaretskii <eliz@gnu.org>
283
284 * display.texi (Invisible Text): Clarify the description of
285 line-move-ignore-invisible. (Bug#17511)
286
287 2014-05-07 Paul Eggert <eggert@cs.ucla.edu>
288
289 * internals.texi (C Dialect): New section.
290 (C Integer Types): Mention bool_bf.
291
292 2014-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
293
294 * processes.texi (Filter Functions, Sentinels): Advertise add-function.
295
296 2014-04-24 Eli Zaretskii <eliz@gnu.org>
297
298 * strings.texi (Text Comparison): Mention equal-including-properties
299 for when text properties of the strings matter for comparison.
300
301 2014-04-21 Eli Zaretskii <eliz@gnu.org>
302
303 * text.texi (Registers): Document register-read-with-preview.
304
305 * internals.texi (Building Emacs): Improve indexing.
306
307 2014-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
308
309 * display.texi (Overlay Properties): Reword the doc of `priority'.
310 (Finding Overlays): Document new arg of `overlays-at'.
311
312 2014-04-05 Glenn Morris <rgm@gnu.org>
313
314 * os.texi (Recording Input): Dribble files may contain passwords.
315
316 2014-04-04 Glenn Morris <rgm@gnu.org>
317
318 * backups.texi (Making Backups, Reverting):
319 Update for default values of some -function vars no longer being nil.
320 (Reverting): Update for buffer-stale-function
321 also applying to file-buffers.
322
323 2014-03-25 Eli Zaretskii <eliz@gnu.org>
324
325 * files.texi (Kinds of Files): Improve documentation of
326 file-symlink-p. (Bug#17073) Add cross-references.
327
328 2014-03-24 Barry O'Reilly <gundaetiapo@gmail.com>
329
330 * markers.texi (Moving Marker Positions): The 2014-03-02 doc
331 change mentioning undo's inability to handle relocated markers no
332 longer applies. See bug#16818.
333 * text.texi (Undo): Expand documentation of (TEXT . POS) and
334 (MARKER . ADJUSTMENT) undo elements.
335
336 2014-03-22 Glenn Morris <rgm@gnu.org>
337
338 * commands.texi (Defining Commands): List interactive-only values.
339
340 2014-03-22 Eli Zaretskii <eliz@gnu.org>
341
342 * functions.texi (Core Advising Primitives): Fix cross-reference
343 in last change.
344
345 2014-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
346
347 * functions.texi (Advising Functions): Explain a bit more how
348 arguments work.
349 (Advice combinators): New node.
350 (Core Advising Primitives): Use it. Expand description of "depth".
351 (Advising Named Functions): Document limitation of advices on macros.
352
353 2014-03-21 Martin Rudalics <rudalics@gmx.at>
354
355 * frames.texi (Size and Position): In `frame-resize-pixelwise'
356 description drop remark about frame maximization.
357 * windows.texi (Display Action Functions): Add description for
358 `display-buffer-no-window' and explain use of `allow-no-window'
359 alist entries.
360
361 2014-03-21 Glenn Morris <rgm@gnu.org>
362
363 * commands.texi (Defining Commands): Copyedit re `interactive-only'.
364
365 2014-03-20 Paul Eggert <eggert@cs.ucla.edu>
366
367 * internals.texi (C Integer Types): Prefer 'false' and 'true'
368 to '0' and '1' for booleans.
369
370 2014-03-19 Paul Eggert <eggert@cs.ucla.edu>
371
372 * numbers.texi: Improve and clarify a bit, and fix some minor bugs.
373 Remove now-obsolete hypothetical note about negative division,
374 as the C standard has changed.
375
376 Fix porting inconsistency about rounding to even.
377 * numbers.texi (Numeric Conversions, Rounding Operations):
378 Document that 'round' and 'fround' round to even.
379
380 2014-03-18 Juanma Barranquero <lekktu@gmail.com>
381
382 * customize.texi (Variable Definitions): Recommend avoiding
383 destructive modification of the value argument of :set (bug#16755).
384
385 2014-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
386
387 * modes.texi (Auto-Indentation): Mention electric-indent variables.
388
389 2014-03-18 Juanma Barranquero <lekktu@gmail.com>
390
391 * functions.texi (Advising Named Functions): Fix reference.
392
393 2014-03-18 Paul Eggert <eggert@cs.ucla.edu>
394
395 Improve documentation for integer and floating-point basics.
396 * numbers.texi (Numbers, Integer Basics, Float Basics):
397 Document the basics a bit more precisely. Say more clearly
398 that Emacs floating-point numbers are IEEE doubles on all
399 current platforms. Give more details about frexp.
400 Say more clearly that '1.' is an integer.
401 (Predicates on Numbers): Fix wholenump typo.
402 * objects.texi (Integer Type): Adjust to match numbers.texi.
403
404 2014-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
405
406 * functions.texi (Advising Functions): Try and improve the text.
407 Add example use of advice-add (bug#16959).
408 (Core Advising Primitives): Rename. Explain handling of interactive
409 specs, including advice-eval-interactive-spec.
410 (Advising Named Functions): Try and better explain the difference with
411 add-function.
412 (Porting old advices): New node.
413
414 2014-03-18 Paul Eggert <eggert@cs.ucla.edu>
415
416 Style fixes for floating-point doc.
417 * commands.texi, customize.texi, display.texi, elisp.texi, files.texi:
418 * frames.texi, hash.texi, internals.texi, keymaps.texi, lists.texi:
419 * minibuf.texi, nonascii.texi, numbers.texi, objects.texi, os.texi:
420 * processes.texi, streams.texi, strings.texi, text.texi:
421 * variables.texi, windows.texi:
422 Hyphenate "floating-point" iff it precedes a noun.
423 Reword to avoid nouns and hyphenation when that's easy.
424 Prefer "integer" to "integer number" and "is floating point"
425 to "is a floating point number".
426 Prefer "@minus{}" to "-" when it's a minus.
427
428 2014-03-16 Martin Rudalics <rudalics@gmx.at>
429
430 * display.texi (Temporary Displays): Rewrite descriptions of
431 `with-output-to-temp-buffer' and `with-temp-buffer-window'.
432 * help.texi (Help Functions): Rewrite description of `with-help-window'.
433
434 2014-03-15 Dmitry Gutov <dgutov@yandex.ru>
435
436 * display.texi (Blinking): Update WRT to the new
437 `blink-matchin-paren' behavior.
438
439 2014-03-14 Martin Rudalics <rudalics@gmx.at>
440
441 * display.texi (Temporary Displays): Say that
442 `with-temp-buffer-window' makes its buffer current.
443 * frames.texi (Size and Position): Describe new option
444 `frame-resize-pixelwise'. Rewrite descriptions of
445 `set-frame-size', `set-frame-height' and `set-frame-width'.
446
447 2014-03-09 Martin Rudalics <rudalics@gmx.at>
448
449 * elisp.texi (Top): Rename section "Width" to "Size of Displayed Text".
450 * text.texi (Primitive Indent):
451 * strings.texi (String Basics):
452 * sequences.texi (Sequence Functions): Update references accordingly.
453 * display.texi (Size of Displayed Text): Rename section from
454 "Width". Add description for `window-text-pixel-size'.
455 (Window Dividers): Reword description of window dividers.
456 * frames.texi (Layout Parameters): Improve description of window
457 divider parameters.
458 * windows.texi (Window Sizes): Add descriptions of
459 `window-mode-line-height' and `window-header-line-height'.
460 (Coordinates and Windows): Mention window dividers.
461
462 2014-03-07 Martin Rudalics <rudalics@gmx.at>
463
464 * buffers.texi (The Buffer List): Rename node to Buffer List.
465 Describe `buffer-list-update-hook'.
466 * elisp.texi (Top): "The Buffer List" renamed to "Buffer List".
467 Add node for Window Dividers.
468 * hooks.texi (Standard Hooks): Add reference to
469 `buffer-list-update-hook'.
470 * windows.texi (Window Sizes): Describe `window-min-size'.
471 (Splitting Windows): Update description of `split-window'.
472 (Selecting Windows): Update description of `select-window'.
473
474 2014-03-06 Martin Rudalics <rudalics@gmx.at>
475
476 * frames.texi (Size and Position): Rewrite entries for
477 `fit-frame-to-buffer' and `fit-frame-to-buffer-margins'.
478 Add description for `fit-frame-to-buffer-sizes'.
479 * windows.texi (Resizing Windows): Add descriptions for
480 pixelwise resizing. Add entries for `window-resize-pixelwise'
481 and `fit-window-to-buffer-horizontally'.
482 Rewrite `fit-window-to-buffer' entry.
483
484 2014-03-06 Xue Fuqiao <xfq@gnu.org>
485
486 * internals.texi (Window Internals): Remove field `region_showing'.
487
488 2014-03-06 Glenn Morris <rgm@gnu.org>
489
490 * searching.texi (Replacing Match):
491 Remove incorrect, uninteresting return value. (Bug#16942)
492
493 2014-03-05 Martin Rudalics <rudalics@gmx.at>
494
495 * display.texi (Window Dividers): New section.
496 * frames.texi (Layout Parameters): Add right-divider-width and
497 bottom-divider-width.
498 * windows.texi (Window Sizes): Redraw schematic and rewrite its
499 description. Rewrite descriptions of `window-total-height',
500 `window-total-width', `window-total-size', `window-body-height',
501 `window-body-width' and `window-size-fixed'. Add descriptions
502 for `window-pixel-height', `window-pixel-width',
503 `window-min-height' and `window-min-width'. Remove description
504 of `window-size-fixed-p' moving part of it to that of
505 `window-size-fixed'.
506 (Resizing Windows): Mention dividers when talking about minimum sizes.
507
508 2014-03-05 Glenn Morris <rgm@gnu.org>
509
510 * modes.texi (SMIE Customization): New section.
511 * elisp.texi (Top): Update detailed menu.
512
513 2014-03-04 Martin Rudalics <rudalics@gmx.at>
514
515 * windows.texi (Windows and Frames): Add some missing &optional
516 designators. Adjust description of window-in-direction.
517
518 2014-03-02 Barry O'Reilly <gundaetiapo@gmail.com>
519
520 * markers.texi (Moving Marker Positions): Clarify guidance about
521 when to move markers and when to create a new one, as discussed at
522 http://debbugs.gnu.org/cgi/bugreport.cgi?bug=16818#17
523
524 2014-03-02 Glenn Morris <rgm@gnu.org>
525
526 * text.texi (Decompression): New node.
527 * elisp.texi (Top): Update detailed menu.
528
529 2014-03-01 Glenn Morris <rgm@gnu.org>
530
531 * display.texi (Forcing Redisplay): Mention pre-redisplay-function.
532
533 2014-02-28 Xue Fuqiao <xfq@gnu.org>
534
535 * functions.texi (Advising Functions, Advising Named Functions):
536 Tweak markup.
537
538 * display.texi (Defining Faces): Doc fix for `face-spec-set'.
539
540 * elisp.texi (Top):
541 * commands.texi (Generic Commands, Defining Commands):
542 Document `define-alternatives'.
543
544 2014-02-27 Xue Fuqiao <xfq@gnu.org>
545
546 * windows.texi (Window Sizes): Document `window-size'.
547 (Display Action Functions): Document `display-buffer-at-bottom'.
548 (Window Configurations): Minor fixes.
549
550 * modes.texi (Header Lines): Document `window-header-line-height'.
551
552 * display.texi (Scroll Bars): Document `window-scroll-bar-width'.
553
554 * windows.texi (Window Sizes, Resizing Windows): Document some
555 pixelwise window operations.
556
557 * text.texi (Margins): Fix the description of RET and `C-j'.
558
559 * frames.texi (Multiple Terminals): Document
560 `display-monitor-attributes-list' and `display-monitor-attributes'.
561 (Display Feature Testing): Add some notes about multi-monitor.
562
563 2014-02-27 Glenn Morris <rgm@gnu.org>
564
565 * minibuf.texi (Programmed Completion):
566 Mention completion-table-with-cache.
567
568 2014-02-25 Glenn Morris <rgm@gnu.org>
569
570 * display.texi (Window Systems):
571 Replace term-setup-hook with emacs-startup-hook.
572 * hooks.texi (Standard Hooks):
573 Replace term-setup-hook with tty-setup-hook.
574 * os.texi (Startup Summary, Init File, Terminal-Specific):
575 Replace term-setup-hook with tty-setup-hook, and update.
576
577 2014-02-22 Stefan Monnier <monnier@iro.umontreal.ca>
578
579 * functions.texi (Declare Form): Document gv-expander, gv-setter,
580 and compiler-macro (bug#16829, bug#15093).
581
582 2014-02-21 Juanma Barranquero <lekktu@gmail.com>
583
584 * windows.texi (Window Configurations): Doc fix.
585 (Windows and Frames): Fix typo.
586
587 2014-02-21 Glenn Morris <rgm@gnu.org>
588
589 * internals.texi (Process Internals):
590 * processes.texi (Subprocess Creation, Deleting Processes)
591 (Output from Processes, Process Buffers, Filter Functions)
592 (Accepting Output, Sentinels, Network, Network Servers):
593 Filters and sentinels can no longer be nil.
594 * elisp.texi (Top): Menu update.
595
596 2014-02-20 Glenn Morris <rgm@gnu.org>
597
598 * functions.texi (Defining Functions): Mention defalias-fset-function.
599
600 2014-02-17 Stefan Monnier <monnier@iro.umontreal.ca>
601
602 * minibuf.texi (Completion Commands): Don't document obsolete
603 `common-substring' arg of display-completion-list.
604
605 2014-02-17 Glenn Morris <rgm@gnu.org>
606
607 * minibuf.texi (Text from Minibuffer): Update read-regexp details.
608 Mention read-regexp-defaults-function.
609
610 2014-02-13 Glenn Morris <rgm@gnu.org>
611
612 * debugging.texi (Debugger Commands): Tiny edits.
613
614 2014-02-12 Glenn Morris <rgm@gnu.org>
615
616 * package.texi (Simple Packages): Describe URL and Keywords headers.
617
618 2014-02-10 Lars Ingebrigtsen <larsi@gnus.org>
619
620 * text.texi (User-Level Deletion):
621 Document `delete-trailing-whitespace' (bug#15309).
622
623 2014-02-09 Lars Ingebrigtsen <larsi@gnus.org>
624
625 * text.texi (Changing Properties): Clarify `propertize' (bug#9825).
626
627 * display.texi (Blinking): Clarify doc string in example (bug#10658).
628
629 * commands.texi (Accessing Mouse): Mention that these function
630 also work on keyboard events (bug#14228).
631 (Quitting): Refer to the right node for `set-input-mode' (bug#11458).
632
633 2014-02-08 Lars Ingebrigtsen <larsi@gnus.org>
634
635 * display.texi (Face Attributes): Add an index (bug#14924).
636
637 * keymaps.texi (Menu Bar): Minor clarification (bug#15657).
638
639 2014-02-06 Glenn Morris <rgm@gnu.org>
640
641 * display.texi (Truncation):
642 * positions.texi (Screen Lines): Do not mention cache-long-scans.
643
644 2014-01-31 Juri Linkov <juri@jurta.org>
645
646 * searching.texi (String Search): Incremental word search fixes.
647
648 2014-01-28 Glenn Morris <rgm@gnu.org>
649
650 * text.texi (Indent Tabs): Update related to tab-stops.
651
652 2014-01-24 Glenn Morris <rgm@gnu.org>
653
654 * control.texi (Handling Errors): Update with-demoted-errors.
655
656 * files.texi (File Locks): Every platform supports locking now.
657
658 2014-01-22 Glenn Morris <rgm@gnu.org>
659
660 * display.texi (ImageMagick Images): Expand on image-format-suffixes.
661
662 2014-01-20 Glenn Morris <rgm@gnu.org>
663
664 * hash.texi (Other Hash): Do not mention subr-x.el functions;
665 reverts 2013-12-22 change.
666
667 2014-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
668
669 * functions.texi (Advising Functions): New section.
670 * modes.texi (Running Hooks): Don't document with-wrapper-hook and
671 run-hook-wrapped any more.
672 (Hooks): Link to the new Advising Functions node.
673 * elisp.texi (Top): Don't include advice.texi.
674 * advice.texi: Remove.
675 * makefile.w32-in (srcs):
676 * Makefile.in (srcs): Adjust accordingly.
677
678 2014-01-09 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
679
680 * text.texi (Parsing HTML/XML): Document `shr-insert-document'.
681
682 * strings.texi (Text Comparison): Document `string-suffix-p'.
683
684 2014-01-07 Glenn Morris <rgm@gnu.org>
685
686 * files.texi (File Attributes): Fix superscipt typo.
687
688 2014-01-07 Chong Yidong <cyd@gnu.org>
689
690 * files.texi (Changing Files): Document copy-file changes.
691
692 2014-01-07 Glenn Morris <rgm@gnu.org>
693
694 * display.texi (Logging Messages): Copyedits re messages-buffer.
695
696 2014-01-06 Paul Eggert <eggert@cs.ucla.edu>
697
698 Specify .texi encoding (Bug#16292).
699 * back.texi, book-spine.texi, lay-flat.texi:
700 Add @documentencoding.
701
702 2014-01-05 Chong Yidong <cyd@gnu.org>
703
704 * backups.texi (Making Backups): Document backup-buffer change.
705
706 * files.texi (Visiting Files): Copyedits.
707 (Testing Accessibility): Mention ACLs. Move file-modes here from
708 File Attributes.
709 (Truenames): Move file-equal-p here from Kinds of Files.
710 (File Attributes): Move file-newer-than-file-p here from Testing
711 Accessibility.
712 (Extended Attributes): New node. Add file-extended-attributes.
713 (Changing Files): Document set-file-extended-attributes.
714
715 * commands.texi (Defining Commands): Document the interactive-form
716 property more carefully. Document interactive-only.
717
718 * compile.texi (Compiler Errors): Copyedits. Note that the
719 details for byte-compile-warnings are in its docstring.
720
721 * minibuf.texi (Minibuffer Contents): Remove obsolete function
722 minibuffer-completion-contents.
723
724 * variables.texi (Defining Variables): Note that defvar acts
725 always on the dynamic value.
726
727 * customize.texi (Variable Definitions): Likewise.
728
729 2014-01-05 Paul Eggert <eggert@cs.ucla.edu>
730
731 Document vconcat and the empty vector (Bug#16246).
732 * sequences.texi (Vector Functions):
733 Document behavior better when the result is empty.
734
735 Document behavior of (string-to-number "+@") (Bug#16293).
736 * strings.texi (String Conversion): Document behavior of
737 string-to-number on invalid strings that begin with "+", too.
738
739 2014-01-03 Chong Yidong <cyd@gnu.org>
740
741 * help.texi (Documentation, Accessing Documentation): Copyedits.
742 (Documentation Basics): Rewrite, avoiding a repeat discussion of
743 docstring conventions.
744
745 * tips.texi (Documentation Tips): Move discussion of
746 emacs-lisp-docstring-fill-column here from Documentation Basics.
747
748 * compile.texi (Docs and Compilation): Copyedits.
749
750 2014-01-02 Glenn Morris <rgm@gnu.org>
751
752 * numbers.texi (Numeric Conversions): Fix a typo.
753
754 2013-12-29 Paul Eggert <eggert@cs.ucla.edu>
755
756 Plain copy-file no longer chmods an existing destination (Bug#16133).
757 * files.texi (Changing Files): Document this.
758
759 2013-12-28 Chong Yidong <cyd@gnu.org>
760
761 * modes.texi (Auto Major Mode): Document interpreter-mode-alist change.
762
763 * buffers.texi (Modification Time): Document visited-file-modtime
764 change.
765
766 2013-12-28 Glenn Morris <rgm@gnu.org>
767
768 * control.texi (Pattern matching case statement): Brevity.
769
770 2013-12-27 Chong Yidong <cyd@gnu.org>
771
772 * functions.texi (Function Cells):
773 * eval.texi (Function Indirection): Update for the fact that
774 symbol-function no longer signals an error.
775
776 * commands.texi (Reading One Event): Mention keyboard coding.
777
778 * keymaps.texi (Translation Keymaps, Translation Keymaps):
779 * nonascii.texi (Terminal I/O Encoding): Copyedits.
780
781 2013-12-26 Chong Yidong <cyd@gnu.org>
782
783 * advice.texi (Advising Functions, Defining Advice): Special forms
784 can no longer be advised.
785
786 2013-12-25 Chong Yidong <cyd@gnu.org>
787
788 * keymaps.texi (Active Keymaps): Re-organize the text.
789 (Searching Keymaps): Rewrite the pseudo-code for 24.4 changes.
790 (Controlling Active Maps): Note that set-transient-map uses
791 overriding-terminal-local-map.
792
793 * tips.texi (Coding Conventions): Tweak the coding system tip;
794 Emacs now uses utf-8 by default for Emacs Lisp source files.
795
796 * display.texi (Font Selection): Tweak example.
797
798 * commands.texi (Event Input Misc): Document new arg to input-pending-p.
799
800 * nonascii.texi (Specifying Coding Systems): Don't refer to
801 emacs-mule-dos.
802 (Lisp and Coding Systems): Describe emacs-mule return value in
803 modern terms.
804
805 2013-12-25 Tassilo Horn <tsdh@gnu.org>
806
807 * control.texi (Pattern matching case statement): Rephrase lexical
808 binding requirement: the example needs it, not `pcase' itself.
809
810 2013-12-25 Chong Yidong <cyd@gnu.org>
811
812 * eval.texi (Eval): Document the LEXICAL arg to eval.
813
814 * variables.texi (Variables, Void Variables): Use "scoping rule"
815 terminology consistently.
816 (Variable Scoping): Add index entries, and use "dynamic scope"
817 terminology in place of "indefinite scope" to reduce confusion.
818 (Lexical Binding): Document lexical environment format.
819 (Using Lexical Binding): Add index entries for error messages.
820
821 2013-12-24 Tassilo Horn <tsdh@gnu.org>
822
823 * control.texi (Pattern matching case statement): Fix missing
824 argument in simple expression language sample (Bug#16238).
825 Add some sample programs written in that language. Mention that
826 `pcase' requires lexical binding.
827
828 2013-12-23 Xue Fuqiao <xfq.free@gmail.com>
829
830 * eval.texi (Special Forms): Document `special-form-p'.
831
832 * macros.texi (Simple Macro): Document `macrop'.
833
834 * files.texi (Changing Files): Fix an argument of `copy-file'.
835
836 * strings.texi (Creating Strings): Document TRIM in `split-string'.
837
838 2013-12-23 Chong Yidong <cyd@gnu.org>
839
840 * keymaps.texi (Controlling Active Maps):
841 Rename set-temporary-overlay-map to set-transient map. Doc fixes.
842 (Searching Keymaps): The transient keymap takes precedence.
843
844 2013-12-23 Glenn Morris <rgm@gnu.org>
845
846 * loading.texi (How Programs Do Loading, Load Suffixes):
847 Mention `load-prefer-newer'.
848
849 2013-12-22 Xue Fuqiao <xfq.free@gmail.com>
850
851 * hash.texi (Other Hash): Document `hash-table-keys'
852 and `hash-table-values'.
853
854 2013-12-22 Eli Zaretskii <eliz@gnu.org>
855
856 * nonascii.texi (Character Properties): NAME or OLD-NAME
857 properties can be nil (there's no empty string).
858 (Character Properties): Update the reference to the UCD.
859
860 2013-12-22 Xue Fuqiao <xfq.free@gmail.com>
861
862 * sequences.texi (Bool-Vectors): Document new bool-vector set
863 operation functions.
864
865 * text.texi (Examining Properties): Document `get-pos-property'.
866
867 * variables.texi (Directory Local Variables):
868 Document `enable-dir-local-variables'.
869
870 * debugging.texi (Debugger Commands):
871 Document `debugger-toggle-locals'.
872
873 2013-12-21 Chong Yidong <cyd@gnu.org>
874
875 * text.texi (Region Indent): Note the new interactive behavior of
876 indent-rigidly.
877
878 2013-12-20 Tassilo Horn <tsdh@gnu.org>
879
880 * numbers.texi (numbers): Document that =, <, <=, >, >= now accept
881 one or many arguments.
882
883 * display.texi: Document `messages-buffer'.
884
885 * os.texi: Document `initial-buffer-choice' changes.
886
887 2013-12-20 Chong Yidong <cyd@gnu.org>
888
889 * text.texi (Changing Properties): Improve documentation for
890 add-face-text-property.
891 (Special Properties): Mention add-face-text-property.
892
893 2013-12-18 Chong Yidong <cyd@gnu.org>
894
895 * customize.texi (Custom Themes): Document custom-known-themes
896 (Bug#15717).
897
898 * modes.texi (Defining Minor Modes): Fix typo (Bug#14874).
899 (Keymaps and Minor Modes): Fix binding convention (Bug#11522).
900
901 2013-12-13 Glenn Morris <rgm@gnu.org>
902
903 * internals.texi (Building Emacs):
904 * loading.texi (Library Search): Mention that site-load,
905 site-init cannot change load-path.
906
907 2013-12-12 Glenn Morris <rgm@gnu.org>
908
909 * elisp.texi: Tweak dircategory.
910
911 2013-12-12 Eli Zaretskii <eliz@gnu.org>
912
913 * nonascii.texi (Encoding and I/O): Document file-name encoding
914 peculiarities on MS-Windows.
915
916 2013-12-12 Glenn Morris <rgm@gnu.org>
917
918 * elisp.texi: Sync direntry with info/dir version.
919
920 2013-12-08 Juanma Barranquero <lekktu@gmail.com>
921
922 * display.texi (Progress, Face Remapping):
923 * processes.texi (Serial Ports):
924 * windows.texi (Recombining Windows): Fix typos. (Bug#16089)
925
926 2013-12-04 Juri Linkov <juri@jurta.org>
927
928 * searching.texi (Search and Replace): Fix `unread-command-events'
929 and add ref.
930
931 2013-12-03 Juri Linkov <juri@jurta.org>
932
933 * windows.texi (Choosing Window): Rename `no-display-ok' to
934 `allow-no-window'. (Bug#13594)
935
936 2013-11-30 Glenn Morris <rgm@gnu.org>
937
938 * Makefile.in (distclean): Remove Makefile.
939
940 2013-11-29 Andreas Politz <politza@fh-trier.de>
941
942 * modes.texi (Imenu): Make it clear that sub-alist is the cdr
943 (Bug#14029).
944
945 2013-11-27 Glenn Morris <rgm@gnu.org>
946
947 * loading.texi (Library Search):
948 * os.texi (Startup Summary): No more leim directory.
949
950 2013-11-26 Glenn Morris <rgm@gnu.org>
951
952 * os.texi (Startup Summary): Update for leim-list being preloaded.
953
954 2013-11-23 Brian Jenkins <brian@brianjenkins.org> (tiny change)
955
956 * frames.texi (Input Focus):
957 * hooks.texi (Standard Hooks): Mention focus-in-hook, focus-out-hook.
958
959 2013-11-23 Glenn Morris <rgm@gnu.org>
960
961 * loading.texi (Library Search):
962 Empty elements in EMACSLOADPATH now mean the default load-path.
963
964 2013-11-22 Glenn Morris <rgm@gnu.org>
965
966 * loading.texi (Library Search): Minor clarification.
967
968 2013-11-20 Leo Liu <sdl.web@gmail.com>
969
970 * windows.texi (Choosing Window): Mention `no-display-ok'. (Bug#13594)
971
972 2013-11-19 Xue Fuqiao <xfq.free@gmail.com>
973
974 * os.texi (File Notifications): Add an index.
975
976 * loading.texi (Loading): Add an cross-reference.
977
978 2013-11-18 Xue Fuqiao <xfq.free@gmail.com>
979
980 * os.texi (Session Management, Desktop Notifications): Add some
981 indexes and a cross-reference.
982
983 2013-11-17 Xue Fuqiao <xfq.free@gmail.com>
984
985 * os.texi (Time Parsing, Processor Run Time, Input Modes)
986 (Terminal Output): Minor fixes.
987
988 2013-11-14 Glenn Morris <rgm@gnu.org>
989
990 * loading.texi (Library Search): Update section.
991
992 2013-11-11 Xue Fuqiao <xfq.free@gmail.com>
993
994 * os.texi (User Identification, Time of Day, Time Conversion):
995 Minor fixes.
996
997 2013-11-10 Jan Djärv <jan.h.d@swipnet.se>
998
999 * keymaps.texi (Tool Bar): Mention that Gtk+/NS ignores item 1 to 3.
1000
1001 2013-11-09 Xue Fuqiao <xfq.free@gmail.com>
1002
1003 * os.texi (Startup Summary): Add an index about startup screen.
1004 Typo fix.
1005 (Command-Line Arguments): Add cross-reference for `dump-emacs'.
1006
1007 2013-11-08 Eli Zaretskii <eliz@gnu.org>
1008
1009 * display.texi (Truncation): Document that cache-long-scans is now
1010 non-nil by default. (Bug#15797)
1011
1012 2013-11-05 Eli Zaretskii <eliz@gnu.org>
1013
1014 * lists.texi (Rearrangement): Fix indexing.
1015
1016 * display.texi (Bidirectional Display): Fix indexing.
1017
1018 2013-11-05 Xue Fuqiao <xfq.free@gmail.com>
1019
1020 * lists.texi (Rearrangement): Improve indexing.
1021
1022 * display.texi (Glyphs): Add an index for glyph code.
1023 (Bidirectional Display): Improve indexing.
1024
1025 2013-11-01 Jan Djärv <jan.h.d@swipnet.se>
1026
1027 * display.texi (Face Attributes): Document :distant-foreground.
1028
1029 2013-10-30 Xue Fuqiao <xfq.free@gmail.com>
1030
1031 * display.texi (Abstract Display): Improve indexing.
1032
1033 2013-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
1034
1035 * display.texi (Selective Display): Discourage the use of explicit
1036 selective display.
1037
1038 2013-10-29 Xue Fuqiao <xfq.free@gmail.com>
1039
1040 * display.texi (Showing Images): Add an index for image-size.
1041 Use @code instead of @var for a normal variable.
1042 (Multi-Frame Images): Improve indexing.
1043 (Button Buffer Commands): Use @code instead of @var for a normal
1044 variable.
1045 (Abstract Display): Explain the meaning of Ewoc.
1046
1047 2013-10-27 Xue Fuqiao <xfq.free@gmail.com>
1048
1049 * display.texi (Image Descriptors): Improve indexing.
1050
1051 2013-10-26 Xue Fuqiao <xfq.free@gmail.com>
1052
1053 * display.texi (Fringe Indicators): Add indexes for fringe indicators.
1054 (Customizing Bitmaps): Add an index for customizing fringe bitmaps.
1055
1056 2013-10-25 Xue Fuqiao <xfq.free@gmail.com>
1057
1058 * display.texi (Fontsets): Minor wording fix.
1059 (Low-Level Font): Improve indexing.
1060
1061 * nonascii.texi (Character Properties): Add an index for script symbols.
1062
1063 2013-10-24 Xue Fuqiao <xfq.free@gmail.com>
1064
1065 * display.texi (Face Remapping): Add indexes for face remapping.
1066 (Font Selection): Add indexes.
1067 (Low-Level Font): Add an index for font registry.
1068
1069 2013-10-23 Glenn Morris <rgm@gnu.org>
1070
1071 * eval.texi, files.texi, intro.texi, objects.texi, searching.texi:
1072 Nuke @refill.
1073
1074 * Makefile.in (install-dvi, install-html, install-pdf)
1075 (install-ps, uninstall-dvi, uninstall-html, uninstall-ps)
1076 (uninstall-pdf): Quote entities that might contain whitespace.
1077
1078 2013-10-19 Xue Fuqiao <xfq.free@gmail.com>
1079
1080 * display.texi (Face Attributes): Add indexes for the ‘:box’
1081 face attribute.
1082
1083 2013-10-18 Xue Fuqiao <xfq.free@gmail.com>
1084
1085 * display.texi (Line Height): Add indexes for line height.
1086
1087 2013-10-17 Xue Fuqiao <xfq.free@gmail.com>
1088
1089 * display.texi (Width): Fix arguments of ‘truncate-string-to-width’.
1090
1091 2013-10-16 Xue Fuqiao <xfq.free@gmail.com>
1092
1093 * display.texi (Selective Display): Add an index for explicit
1094 selective display.
1095
1096 2013-10-15 Xue Fuqiao <xfq.free@gmail.com>
1097
1098 * display.texi (Warning Basics): Mention the ‘*Warnings*’ buffer.
1099
1100 2013-10-13 Glenn Morris <rgm@gnu.org>
1101
1102 * intro.texi (Acknowledgments): Use accented form of some names.
1103
1104 2013-10-09 Glenn Morris <rgm@gnu.org>
1105
1106 * control.texi (Conditionals): Copyedits. (Bug#15558)
1107
1108 2013-10-08 Eli Zaretskii <eliz@gnu.org>
1109
1110 Support menus on text-mode terminals.
1111 * keymaps.texi (Defining Menus, Mouse Menus, Menu Bar):
1112 Modify wording to the effect that menus are supported on TTYs.
1113
1114 * frames.texi (Pop-Up Menus, Dialog Boxes)
1115 (Display Feature Testing): Update for menu support on TTYs.
1116
1117 2013-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
1118
1119 * tips.texi (Comment Tips): Discourage use of triple semi-colons for
1120 non-headings.
1121
1122 2013-10-05 Xue Fuqiao <xfq.free@gmail.com>
1123
1124 * syntax.texi (Categories): Add an index for category sets.
1125
1126 2013-10-03 Xue Fuqiao <xfq.free@gmail.com>
1127
1128 * syntax.texi (Syntax Flags, Syntax Table Functions): Add indexes.
1129
1130 2013-10-02 Xue Fuqiao <xfq.free@gmail.com>
1131
1132 * syntax.texi (Syntax Class Table): Add an index for syntax class table.
1133
1134 2013-09-29 Xue Fuqiao <xfq.free@gmail.com>
1135
1136 * searching.texi (Regexp Search): Refine.
1137
1138 2013-09-22 Xue Fuqiao <xfq.free@gmail.com>
1139
1140 * nonascii.texi (Default Coding Systems): Typo fix.
1141
1142 2013-09-21 Xue Fuqiao <xfq.free@gmail.com>
1143
1144 * nonascii.texi (Coding System Basics): Add information about
1145 carriage-return.
1146
1147 2013-09-14 Eli Zaretskii <eliz@gnu.org>
1148
1149 * display.texi (Display Margins): State the units of measuring
1150 margin width. (Bug#15375)
1151
1152 2013-09-13 Eli Zaretskii <eliz@gnu.org>
1153
1154 * text.texi (Not Intervals): Minor wording fix.
1155
1156 2013-09-12 Xue Fuqiao <xfq.free@gmail.com>
1157
1158 * functions.texi (Obsolete Functions): Add an index for obsolete
1159 functions.
1160
1161 2013-09-11 Xue Fuqiao <xfq.free@gmail.com>
1162
1163 * nonascii.texi (Character Properties): Character properties fix
1164 for decimal-digit-value and digit-value.
1165
1166 2013-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
1167
1168 * macros.texi (Defining Macros): Prefer "function" to "lambda
1169 expression" (bug#15296).
1170
1171 2013-08-28 Paul Eggert <eggert@cs.ucla.edu>
1172
1173 * Makefile.in (SHELL): Now @SHELL@, not /bin/sh,
1174 for portability to hosts where /bin/sh has problems.
1175
1176 2013-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
1177
1178 * variables.texi (File Local Variables): Don't recommend quoting! Ever!
1179
1180 2013-08-20 Eli Zaretskii <eliz@gnu.org>
1181
1182 * files.texi (Information about Files): Mention file names with
1183 trailing blanks on MS-Windows. (Bug#15130)
1184
1185 2013-08-18 Xue Fuqiao <xfq.free@gmail.com>
1186
1187 * positions.texi (Positions): Improve indexing.
1188
1189 2013-08-18 Eli Zaretskii <eliz@gnu.org>
1190
1191 * markers.texi (The Region): Improve indexing.
1192
1193 2013-08-17 Xue Fuqiao <xfq.free@gmail.com>
1194
1195 * modes.texi (SMIE, SMIE Grammar, SMIE Indentation): Add some indexes.
1196
1197 * text.texi (Maintaining Undo): Mention interactive call of
1198 buffer-disable-undo.
1199 (Filling): Add cross-reference for hard newlines.
1200 (Sorting): Fix indentation.
1201 (Columns): Comment out undefined behavior.
1202 (Case Changes): Fix an `args-out-of-range' error in the example.
1203
1204 2013-08-16 Xue Fuqiao <xfq.free@gmail.com>
1205
1206 * text.texi (Insertion): Refine.
1207 (Margins): Add an index.
1208 (Undo): Doc fix for `buffer-undo-list'.
1209
1210 * positions.texi (Character Motion):
1211 * markers.texi (Moving Markers, Creating Markers):
1212 Comment out undefined behavior.
1213
1214 2013-08-15 Xue Fuqiao <xfq.free@gmail.com>
1215
1216 * markers.texi (The Region): Add/move indexes.
1217
1218 2013-08-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
1219
1220 * display.texi (ImageMagick Images): Mention :content-type and
1221 `image-content-type-suffixes'.
1222
1223 2013-08-13 Xue Fuqiao <xfq.free@gmail.com>
1224
1225 * positions.texi (Word Motion): Remove redundant sentence.
1226
1227 2013-08-13 Glenn Morris <rgm@gnu.org>
1228
1229 * lists.texi (List Elements):
1230 Undocument behavior of nth and nthcdr with n < 0. (Bug#15059)
1231
1232 2013-08-13 Xue Fuqiao <xfq.free@gmail.com>
1233
1234 * frames.texi (Display Feature Testing): Add indexes.
1235
1236 2013-08-12 Glenn Morris <rgm@gnu.org>
1237
1238 * Makefile.in (prefix, datarootdir, datadir, PACKAGE_TARNAME)
1239 (docdir, dvidir, htmldir, pdfdir, psdir, GZIP_PROG, INSTALL)
1240 (INSTALL_DATA): New, set by configure.
1241 (HTML_OPTS, DVI_TARGETS, HTML_TARGETS, PDF_TARGETS, PS_TARGETS):
1242 New variables.
1243 (.SUFFIXES): Add .ps and .dvi.
1244 (.dvi.ps): New suffix rule.
1245 (dvi, html, pdf, ps): Use *_TARGETS variables.
1246 (elisp.html): Use HTML_OPTS.
1247 (elisp.ps): Remove explicit rule.
1248 (.PHONY): install-dvi, install-html, install-pdf, install-ps,
1249 install-doc, uninstall-dvi, uninstall-html, uninstall-pdf,
1250 uninstall-ps, and uninstall-doc.
1251 (install-dvi, install-html, install-pdf, install-ps, install-doc)
1252 (uninstall-dvi, uninstall-html, uninstall-ps, uninstall-pdf)
1253 (uninstall-doc): New rules.
1254 (clean): Use DVI_TARGETS, HTML_TARGETS, PDF_TARGETS, PS_TARGETS.
1255
1256 2013-08-10 Xue Fuqiao <xfq.free@gmail.com>
1257
1258 * edebug.texi (Instrumenting Macro Calls): Use @defmac for macros.
1259
1260 2013-08-09 Xue Fuqiao <xfq.free@gmail.com>
1261
1262 * control.texi (Error Symbols): Minor fix for previous change.
1263
1264 2013-08-09 Stefan Monnier <monnier@iro.umontreal.ca>
1265
1266 * errors.texi (Standard Errors): Don't refer to `error-conditions'.
1267
1268 * control.texi (Signaling Errors): Refer to define-error.
1269 (Error Symbols): Add `define-error'.
1270
1271 2013-08-06 Dmitry Antipov <dmantipov@yandex.ru>
1272
1273 * positions.texi (Motion by Screen Lines):
1274 * display.texi (Truncation): Rename `cache-long-line-scans'
1275 to `cache-long-scans'.
1276
1277 2013-08-05 Xue Fuqiao <xfq.free@gmail.com>
1278
1279 * windows.texi (Window Start and End): Add an index.
1280
1281 2013-08-02 Xue Fuqiao <xfq.free@gmail.com>
1282
1283 * display.texi (Face Functions): Add an index.
1284
1285 * variables.texi (Variable Aliases): Add an index.
1286
1287 * functions.texi (Defining Functions): Add an index.
1288
1289 * nonascii.texi (Coding System Basics): Add an index.
1290
1291 2013-07-31 Xue Fuqiao <xfq.free@gmail.com>
1292
1293 * nonascii.texi (Non-ASCII Characters): Update menu.
1294 (Disabling Multibyte): Move here from doc/emacs/mule.texi.
1295 Fix cross-references.
1296
1297 * elisp.texi (Top): Update menu.
1298
1299 2013-07-30 Xue Fuqiao <xfq.free@gmail.com>
1300
1301 * windows.texi (Window History): Mention the default value of
1302 switch-to-visible-buffer. Add cross-references.
1303
1304 2013-07-24 Michael Albinus <michael.albinus@gmx.de>
1305
1306 * errors.texi (Standard Errors): Fix typo.
1307
1308 * files.texi (Magic File Names):
1309 * os.texi (File Notifications): Remove file-notify-supported-p.
1310
1311 2013-07-24 Paul Eggert <eggert@cs.ucla.edu>
1312
1313 * eval.texi (Special Forms): Mention 'lambda'. Also, say that
1314 non-well-formed expressions result in unspecified behavior, though
1315 Emacs will not crash.
1316
1317 2013-07-22 Michael Albinus <michael.albinus@gmx.de>
1318
1319 * files.texi (Magic File Names): Add file-notify-add-watch,
1320 file-notify-rm-watch and file-notify-supported-p.
1321 Move file-remote-p down.
1322
1323 * errors.texi (Standard Errors): Add file-notify-error.
1324
1325 * os.texi (Desktop Notifications): Rename from Notifications.
1326 (File Notifications): New node.
1327
1328 * elisp.texi (Top): Update menu for these changes.
1329
1330 2013-07-19 Xue Fuqiao <xfq.free@gmail.com>
1331
1332 * windows.texi (Display Action Functions): Mention next-window.
1333
1334 2013-07-16 Xue Fuqiao <xfq.free@gmail.com>
1335
1336 * windows.texi (Selecting Windows): Fix the introduction of
1337 `set-frame-selected-window''s arguments.
1338
1339 2013-07-10 Paul Eggert <eggert@cs.ucla.edu>
1340
1341 Timestamp fixes for undo (Bug#14824).
1342 * text.texi (Undo): Document (t . 0) and (t . -1) in buffer-undo-list.
1343
1344 2013-07-06 Eli Zaretskii <eliz@gnu.org>
1345
1346 * nonascii.texi (Text Representations): Document that
1347 multibyte-string-p returns nil for non-string objects.
1348
1349 2013-07-06 Glenn Morris <rgm@gnu.org>
1350
1351 * elisp.texi (Top): Move WWW_GNU_ORG section outside @copying.
1352
1353 2013-07-03 Glenn Morris <rgm@gnu.org>
1354
1355 * debugging.texi (Debugging):
1356 * files.texi (File Attributes, Changing Files): Fix cross-references.
1357
1358 * package.texi (Package Archives): Fix @url call.
1359
1360 * syntax.texi (Syntax Table Functions): Mention describe-syntax.
1361
1362 2013-06-29 Eli Zaretskii <eliz@gnu.org>
1363
1364 * display.texi (Bidirectional Display): Document move-point-visually.
1365
1366 2013-06-29 Xue Fuqiao <xfq.free@gmail.com>
1367
1368 * buffers.texi (Buffer File Name): Fix typo.
1369
1370 2013-06-26 Christopher Schmidt <christopher@ch.ristopher.com>
1371
1372 * tips.texi (Coding Conventions): Improve wording.
1373
1374 2013-06-24 Glenn Morris <rgm@gnu.org>
1375
1376 * loading.texi (Autoload): Fix typo.
1377
1378 * variables.texi (Lexical Binding): Fix typo.
1379
1380 * functions.texi (Anonymous Functions): Put back ' removed 2012-10-23.
1381
1382 2013-06-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
1383
1384 * display.texi (ImageMagick Images): Mention :max-width and
1385 :max-height.
1386
1387 2013-06-20 Paul Eggert <eggert@cs.ucla.edu>
1388
1389 * numbers.texi (Math Functions): Remove obsolete function log10.
1390
1391 2013-06-19 Stefan Monnier <monnier@iro.umontreal.ca>
1392
1393 * modes.texi (Mode Line Data, Properties in Mode): Advertise `keymap'
1394 rather than `local-map'.
1395
1396 * keymaps.texi (Active Keymaps): Fix documentation of
1397 set-temporary-overlay-map and overriding-terminal-local-map.
1398
1399 2013-06-19 Glenn Morris <rgm@gnu.org>
1400
1401 * Makefile.in (dist): Edit more configure variables.
1402 Try to check that we do not miss any in future.
1403
1404 2013-06-17 Juanma Barranquero <lekktu@gmail.com>
1405
1406 * text.texi (Undo, Changing Properties): Fix typos.
1407
1408 2013-06-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
1409
1410 * text.texi (Changing Properties): Document `add-face-text-property'.
1411
1412 2013-06-17 Kenichi Handa <handa@gnu.org>
1413
1414 * display.texi (Face Attributes): Refer to "Low-Level font" (not
1415 "Font Selection") in the explanation of :font attribute (bug#14629).
1416
1417 2013-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
1418
1419 * loading.texi (Hooks for Loading): Don't document after-load-alist.
1420 Document with-eval-after-load instead of eval-after-load.
1421
1422 2013-06-11 Xue Fuqiao <xfq.free@gmail.com>
1423
1424 * files.texi (File Name Expansion): Make the example more
1425 intuitive.
1426
1427 2013-06-10 Paul Eggert <eggert@cs.ucla.edu>
1428
1429 Documentation fix for 'ls' and hard links.
1430 * compile.texi (Compilation Functions):
1431 * files.texi (File Attributes, Changing Files):
1432 Use current format for GNU 'ls' output.
1433 (File Attributes): Fix problem introduced in previous change:
1434 the link count is the number of hard links, not the number
1435 of hard links + 1.
1436
1437 2013-06-10 Xue Fuqiao <xfq.free@gmail.com>
1438
1439 * files.texi (File Attributes): Fix typo.
1440
1441 2013-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
1442
1443 * functions.texi (Lambda Expressions): Lambda expressions don't
1444 evaluate to themselves in general (bug#11782).
1445
1446 2013-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
1447
1448 * loading.texi (Autoload):
1449 * help.texi (Documentation Basics, Accessing Documentation)
1450 (Accessing Documentation, Accessing Documentation): DOC-* is now DOC.
1451
1452 2013-04-23 Glenn Morris <rgm@gnu.org>
1453
1454 * internals.texi (Writing Emacs Primitives): Remove obvious example.
1455 Tweak other to avoid overly long line.
1456
1457 2013-04-21 Xue Fuqiao <xfq.free@gmail.com>
1458
1459 * internals.texi (Writing Emacs Primitives): Remove unnecessary
1460 references to the sources. (Bug#13800)
1461
1462 * searching.texi (Regexp Backslash): Doc fix for backslash
1463 constructs in regular expressions.
1464
1465 2013-04-15 Christopher Schmidt <christopher@ch.ristopher.com>
1466
1467 * tips.texi (Coding Conventions): Mention separation of package
1468 descriptor and name of internal symbols by two hyphens.
1469
1470 2013-04-13 Stephen Berman <stephen.berman@gmx.net>
1471
1472 * windows.texi (Splitting Windows): Change category of
1473 split-window from a command to a function.
1474
1475 2013-04-06 Chong Yidong <cyd@gnu.org>
1476
1477 * display.texi (Faces): Minor clarifications.
1478 (Defining Faces): Clarify default vs custom face specs.
1479 Document face-spec-set.
1480
1481 * display.texi (Overlay Properties):
1482 * text.texi (Special Properties): Use the "anonymous face"
1483 terminology. Describe foreground-color and background-color forms
1484 as compatibility-only.
1485
1486 2013-03-24 Eli Zaretskii <eliz@gnu.org>
1487
1488 * compile.texi (Byte-Code Objects): Add index entry.
1489 (Disassembly): Add cross-references.
1490
1491 2013-03-23 Eli Zaretskii <eliz@gnu.org>
1492
1493 * frames.texi (Size Parameters): More accurate description of the
1494 difference between 'fullboth' and 'maximized'. (Bug#13935)
1495
1496 2013-03-17 Christopher Schmidt <christopher@ch.ristopher.com>
1497
1498 * symbols.texi (Standard Properties): Document pure. (Bug#13823)
1499
1500 2013-03-16 Glenn Morris <rgm@gnu.org>
1501
1502 * elisp.texi: Add some stuff specific to www.gnu.org.
1503
1504 2013-03-11 Teodor Zlatanov <tzz@lifelogs.com>
1505
1506 * control.texi (Pattern matching case statement): Fix typo.
1507
1508 2013-03-04 Paul Eggert <eggert@cs.ucla.edu>
1509
1510 * elisp.texi, intro.texi: Switch from Latin-1 to UTF-8.
1511
1512 2013-03-03 Glenn Morris <rgm@gnu.org>
1513
1514 * objects.texi (Symbol Type): Fix typo.
1515
1516 2013-02-28 Bastien Guerry <bzg@gnu.org>
1517
1518 * variables.texi (File Local Variables): Fix reference.
1519
1520 2013-02-24 Eli Zaretskii <eliz@gnu.org>
1521
1522 * files.texi (Magic File Names): Improve wording and indexing.
1523
1524 2013-02-21 Glenn Morris <rgm@gnu.org>
1525
1526 * display.texi (Multi-Frame Images): Minor rephrasing.
1527
1528 2013-02-20 Glenn Morris <rgm@gnu.org>
1529
1530 * display.texi (GIF Images, TIFF Images): Delete these nodes.
1531 (ImageMagick Images): For :index, use an xref rather than duplicating.
1532 (Other Image Types): Add GIF, adjust formatting.
1533 (Multi-Frame Images): Rename from Animated Images. Expand section.
1534 * elisp.texi (Top): Update menu for these changes.
1535
1536 2013-02-19 Glenn Morris <rgm@gnu.org>
1537
1538 * text.texi (Change Hooks): Fix typo.
1539
1540 2013-02-15 Glenn Morris <rgm@gnu.org>
1541
1542 * modes.texi (Basic Major Modes): 'z' no longer bound in special-mode.
1543
1544 2013-02-13 Glenn Morris <rgm@gnu.org>
1545
1546 * objects.texi (Char-Table Type): Add footnote about #^^.
1547
1548 * modes.texi (Minor Mode Conventions): Fix typo.
1549
1550 * keymaps.texi (Scanning Keymaps): Remove obsolete sentence about
1551 meta characters; this changed in 22.1. (Bug#13684)
1552
1553 * objects.texi (Char-Table Type): Add cindex.
1554
1555 * keymaps.texi (Key Binding Commands): Trivial rephrasing.
1556
1557 2013-02-10 Glenn Morris <rgm@gnu.org>
1558
1559 * keymaps.texi (Creating Keymaps): Update make-keymap result.
1560
1561 2013-02-09 Eli Zaretskii <eliz@gnu.org>
1562
1563 * modes.texi (%-Constructs): Remove the description of %t.
1564
1565 * nonascii.texi (MS-DOS File Types): Delete node.
1566
1567 2013-02-08 Glenn Morris <rgm@gnu.org>
1568
1569 * keymaps.texi (Active Keymaps, Searching Keymaps):
1570 Remove confusing mention of "symbolic prefix". (Bug#13643)
1571
1572 2013-01-19 Glenn Morris <rgm@gnu.org>
1573
1574 * macros.texi (Indenting Macros): Fix order of an indent
1575 symbol's arguments. (Bug#13450)
1576
1577 2013-01-19 Paul Eggert <eggert@cs.ucla.edu>
1578
1579 Allow floating-point file offsets.
1580 * files.texi (Reading from Files, Writing to Files):
1581 Say that file offsets can be numbers, not just integers.
1582
1583 2013-01-09 Glenn Morris <rgm@gnu.org>
1584
1585 * commands.texi (Interactive Codes):
1586 Whitespace does not terminate interactive "S". (Bug#13393)
1587
1588 2013-01-06 Chong Yidong <cyd@gnu.org>
1589
1590 * windows.texi (Vertical Scrolling): Fix typos (Bug#13267).
1591
1592 2013-01-05 Glenn Morris <rgm@gnu.org>
1593
1594 * display.texi (Overlay Properties): Mention field. (Bug#13364)
1595
1596 2013-01-05 Eli Zaretskii <eliz@gnu.org>
1597
1598 * hooks.texi (Standard Hooks): Use @item, not @itemx, as the first
1599 directive in a group of items.
1600
1601 2013-01-05 Chong Yidong <cyd@gnu.org>
1602
1603 * keymaps.texi (Key Sequences): Remove obsolete sentence
1604 (Bug#13356).
1605
1606 2013-01-04 Ari Roponen <ari.roponen@gmail.com> (tiny change)
1607
1608 * hash.texi (Defining Hash): Fix typo. (Bug#13345)
1609
1610 2013-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
1611
1612 * files.texi (File Attributes): Undocument return format of file-acl.
1613
1614 2013-01-03 Glenn Morris <rgm@gnu.org>
1615
1616 * processes.texi (System Processes):
1617 * syntax.texi (Syntax Table Functions): Tweak some line breaks.
1618
1619 * searching.texi (Replacing Match): Fix xref.
1620
1621 * elisp.texi (DATE): Bump to Jan 2013.
1622
1623 2013-01-02 Glenn Morris <rgm@gnu.org>
1624
1625 * customize.texi (Common Keywords, Type Keywords):
1626 Replace "active field" with "button". (Bug#13310)
1627
1628 * customize.texi (Common Keywords): Add xref. (Bug#13311)
1629 * tips.texi (Library Headers): Add cindex.
1630
1631 2012-12-30 Wolfgang Jenkner <wjenkner@inode.at>
1632
1633 * functions.texi (Declare Form):
1634 * intro.texi (A Sample Function Description):
1635 * syntax.texi (Syntax Table Internals, Syntax Table Functions):
1636 * variables.texi (Using Lexical Binding): Don't use @var or CAPS
1637 in @def.. commands. (Bug#13292)
1638
1639 2012-12-29 Eli Zaretskii <eliz@gnu.org>
1640
1641 * files.texi (Changing Files): Document the return values of
1642 set-file-selinux-context and set-file-acl.
1643
1644 2012-12-27 Glenn Morris <rgm@gnu.org>
1645
1646 * files.texi (File Names): Mention Cygwin conversion functions.
1647
1648 2012-12-22 Martin Rudalics <rudalics@gmx.at>
1649
1650 * windows.texi (Selecting Windows): Reword description of
1651 select-window (Bug#13248).
1652
1653 2012-12-22 Eli Zaretskii <eliz@gnu.org>
1654
1655 * files.texi (File Attributes, Changing Files): Remove the details
1656 about the text returned by file-acl. Instead, just document that
1657 it is an opaque string meant to be used by set-file-acl.
1658
1659 2012-12-21 Chong Yidong <cyd@gnu.org>
1660
1661 * modes.texi (Auto Major Mode): Fix typo (Bug#13230).
1662
1663 * customize.texi (Simple Types): Document key-sequence type
1664 (Bug#13048).
1665
1666 * strings.texi (Text Comparison): Doc fix for compare-strings.
1667
1668 2012-12-19 Michael Albinus <michael.albinus@gmx.de>
1669
1670 * files.texi (Magic File Names): Add `file-acl',
1671 `file-selinux-context', `set-file-acl' and
1672 `set-file-selinux-context'. Make the list consistent.
1673
1674 2012-12-19 Jonas Bernoulli <jonas@bernoul.li>
1675
1676 * tips.texi (Library Headers): New header keyword `Homepage'.
1677 Make continuation lines syntax more precise.
1678
1679 2012-12-17 Eli Zaretskii <eliz@gnu.org>
1680
1681 * files.texi (File Attributes, Changing Files): Update to include
1682 MS-Windows support for ACLs.
1683
1684 2012-12-16 Romain Francoise <romain@orebokech.com>
1685
1686 * files.texi (File Attributes): Document ACL support and new
1687 `file-acl' function.
1688 (Changing Files): Mention argument name change of `copy-file' and
1689 document new function `set-file-acl'.
1690
1691 2012-12-14 Paul Eggert <eggert@cs.ucla.edu>
1692
1693 Fix permissions bugs with setgid directories etc. (Bug#13125)
1694 * files.texi (Testing Accessibility): Document GROUP arg
1695 of file-ownership-preserved-p.
1696 (File Attributes): Document that 9th element is now
1697 just a placeholder.
1698 * os.texi (User Identification): Document new functions group-gid,
1699 group-real-gid.
1700
1701 2012-12-11 Paul Eggert <eggert@cs.ucla.edu>
1702
1703 * internals.texi (C Integer Types): New section.
1704 This follows up and records an email in
1705 <http://lists.gnu.org/archive/html/emacs-devel/2012-07/msg00496.html>.
1706
1707 2012-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
1708
1709 * control.texi (Pattern matching case statement): New node.
1710
1711 * customize.texi (Variable Definitions): Mention the default :group
1712 for defcustoms (bug#13093).
1713
1714 2012-12-09 Glenn Morris <rgm@gnu.org>
1715
1716 * customize.texi (Variable Definitions): Mention eval-defun
1717 on a defcustom calls the :set function when appropriate.
1718
1719 2012-12-06 Paul Eggert <eggert@cs.ucla.edu>
1720
1721 * doclicense.texi, gpl.texi: Update to latest version from FSF.
1722 These are just minor editorial changes.
1723
1724 2012-12-06 Chong Yidong <cyd@gnu.org>
1725
1726 * lists.texi (Plist Access): Move put example to Symbol Plists.
1727
1728 * symbols.texi (Standard Properties): Fix typo.
1729
1730 2012-12-03 Chong Yidong <cyd@gnu.org>
1731
1732 * symbols.texi (Symbol Properties): New node.
1733 (Symbol Plists): Make it a subsection under Symbol Properties.
1734 (Standard Properties): New node.
1735
1736 * lists.texi (Property Lists): Move here from symbols.texi.
1737 (Plist Access): Rename from Other Plists.
1738
1739 * customize.texi (Variable Definitions):
1740 * display.texi (Defining Faces):
1741 * sequences.texi (Char-Tables): Fix xref.
1742
1743 * keymaps.texi (Key Sequences): `kbd' is now a function.
1744
1745 * commands.texi (Using Interactive): Fix index entry.
1746
1747 2012-11-24 Paul Eggert <eggert@cs.ucla.edu>
1748
1749 * doclicense.texi: Update to latest version from FSF.
1750 These are just minor editorial changes.
1751 * elisp.texi (GNU Free Documentation License)
1752 (GNU General Public Licens):
1753 Provide sectioning, since doclicense.texi no longer does that.
1754
1755 * loading.texi (Named Features): @ -> @@ to fix typo.
1756
1757 2012-11-24 Martin Rudalics <rudalics@gmx.at>
1758
1759 * windows.texi (Basic Windows): Fix typo.
1760 (Windows and Frames): Fix example. Move description of
1761 window-in-direction here.
1762 (Recombining Windows): Fix example.
1763 (Buffers and Windows): Fix description of replace-buffer-in-windows.
1764 (Switching Buffers): Reword.
1765 (Display Action Functions): Minor adjustments.
1766 (Choosing Window Options): Minor fixes.
1767 (Window History): Minor rewording.
1768 (Dedicated Windows): Correct and reword part describing how
1769 dedicatedness affects functions removing buffers or windows.
1770 * buffers.texi (The Buffer List): Fix description of bury-buffer.
1771
1772 2012-11-24 Chong Yidong <cyd@gnu.org>
1773
1774 * modes.texi (%-Constructs): Fix statement about mode construct
1775 padding (Bug#12866).
1776
1777 2012-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
1778
1779 * debugging.texi (Profiling): Make it more clear
1780 that --enable-profiling is about profiling the C code.
1781
1782 2012-11-21 Glenn Morris <rgm@gnu.org>
1783
1784 * display.texi (Attribute Functions):
1785 Update for set-face-* name changes.
1786 Add new "inherit" argument for face-bold-p etc.
1787 Move description of this argument to a common section, like "frame".
1788
1789 * debugging.texi (Profiling): New section.
1790 (Debugging): Mention profiling in the introduction.
1791 * tips.texi (Compilation Tips): Move profiling to separate section.
1792 * elisp.texi: Add Profiling to detailed menu.
1793
1794 2012-11-21 Martin Rudalics <rudalics@gmx.at>
1795
1796 * windows.texi (Display Action Functions): Fix recently added
1797 example. Suggested by Michael Heerdegen.
1798
1799 2012-11-21 Paul Eggert <eggert@cs.ucla.edu>
1800
1801 Minor cleanup for times as lists of four integers.
1802 * os.texi (Time Parsing): Time values can now be four integers.
1803
1804 2012-11-18 Glenn Morris <rgm@gnu.org>
1805
1806 * loading.texi (How Programs Do Loading): Add eager macro expansion.
1807 * macros.texi (Expansion): Mention eager macro expansion.
1808
1809 * minibuf.texi (Basic Completion): Mention misc completion-table funcs.
1810
1811 2012-11-18 Leo Liu <sdl.web@gmail.com>
1812
1813 * minibuf.texi (Programmed Completion): Doc fix for metadata
1814 request (Bug#12850).
1815
1816 2012-11-18 Glenn Morris <rgm@gnu.org>
1817
1818 * display.texi (Temporary Displays): Document with-temp-buffer-window.
1819
1820 * frames.texi (Size and Position): Add fit-frame-to-buffer command.
1821 * windows.texi (Resizing Windows): Add fit-frame-to-buffer option.
1822 (Window Sizes): Add vindex for window-min-height, window-min-width.
1823 (Display Action Functions): Mention pop-up-frame-parameters.
1824
1825 2012-11-16 Martin Rudalics <rudalics@gmx.at>
1826
1827 * windows.texi (Choosing Window): Rewrite description of
1828 display-buffer-alist (Bug#12167).
1829 (Display Action Functions): Mention inhibit-switch-frame.
1830 Fix description of display-buffer-below-selected. Reorder actions.
1831 Add example (Bug#12848).
1832
1833 2012-11-16 Glenn Morris <rgm@gnu.org>
1834
1835 * display.texi (Face Attributes): Fix :underline COLOR description.
1836 (Attribute Functions): Update for set-face-underline rename.
1837 Tweak descriptions of face-underline-p, face-inverse-video-p.
1838
1839 * keymaps.texi (Searching Keymaps, Tool Bar): Untabify examples,
1840 so they align better in info.
1841 (Active Keymaps, Searching Keymaps, Controlling Active Maps):
1842 Document set-temporary-overlay-map.
1843
1844 2012-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
1845
1846 * keymaps.texi (Translation Keymaps): Add a subsection "Interaction
1847 with normal keymaps".
1848
1849 2012-11-15 Dmitry Antipov <dmantipov@yandex.ru>
1850
1851 * internals.texi (Garbage Collection): Update descriptions
1852 of vectorlike_header, garbage-collect and gc-cons-threshold.
1853 (Object Internals): Explain Lisp_Object layout and the basics
1854 of an internal type system.
1855 (Buffer Internals): Update description of struct buffer.
1856
1857 2012-11-13 Glenn Morris <rgm@gnu.org>
1858
1859 * variables.texi (Adding Generalized Variables):
1860 At least mention gv-define-expander and gv-letplace.
1861
1862 * debugging.texi (Error Debugging): Mention debug-on-message.
1863 (Using Debugger): Mention debugger-bury-or-kill.
1864
1865 * control.texi (Signaling Errors):
1866 * debugging.texi (Error Debugging):
1867 * errors.texi (Standard Errors): Add user-error.
1868
1869 * variables.texi (Adding Generalized Variables):
1870 Use standard formatting for common lisp note about setf functions.
1871
1872 2012-11-10 Martin Rudalics <rudalics@gmx.at>
1873
1874 * elisp.texi (Top): Add Recombining Windows to menu.
1875 * windows.texi (Recombining Windows): New subsection.
1876 (Splitting Windows): Rewrite text on handling of window
1877 combinations and move it to new subsection.
1878
1879 2012-11-10 Chong Yidong <cyd@gnu.org>
1880
1881 * searching.texi (Replacing Match): Document \? in replace-match.
1882
1883 * variables.texi (Creating Buffer-Local): Document setq-local and
1884 defvar-local.
1885 (Setting Generalized Variables): Arrange table alphabetically.
1886
1887 * lists.texi (List Elements, List Variables): Clarify descriptions
1888 of push and pop for generalized variables.
1889
1890 * edebug.texi (Specification List): setf is no longer CL-only.
1891
1892 2012-11-10 Glenn Morris <rgm@gnu.org>
1893
1894 * variables.texi (Adding Generalized Variables):
1895 Update description of FIX-RETURN expansion.
1896
1897 * variables.texi (Setting Generalized Variables):
1898 Split most of previous contents into this subsection.
1899 (Adding Generalized Variables): New subsection.
1900 Move note on lack of setf functions here from misc/cl.texi.
1901
1902 * elisp.texi: Add Generalized Variables subsections to detailed menu.
1903
1904 2012-11-10 Chong Yidong <cyd@gnu.org>
1905
1906 * frames.texi (Initial Parameters): Doc fix (Bug#12144).
1907
1908 2012-11-08 Michael Albinus <michael.albinus@gmx.de>
1909
1910 * os.texi (Notifications): Update descriptions of
1911 notifications-notify, notifications-close-notification and
1912 notifications-get-capabilities according to latest code changes.
1913 Add notifications-get-server-information.
1914
1915 2012-11-03 Chong Yidong <cyd@gnu.org>
1916
1917 * objects.texi (General Escape Syntax): Clarify the explanation of
1918 escape sequences.
1919 (Non-ASCII in Strings): Clarify when a string is unibyte vs
1920 multibyte. Hex escapes do not automatically make a string
1921 multibyte.
1922
1923 2012-11-03 Martin Rudalics <rudalics@gmx.at>
1924
1925 * windows.texi (Switching Buffers): Document option
1926 switch-to-buffer-preserve-window-point.
1927 (Display Action Functions): Document window-height and
1928 window-width alist entries.
1929 (Display Action Functions):
1930 Document display-buffer-below-selected and
1931 display-buffer-in-previous-window.
1932 (Quitting Windows): Document quit-restore-window.
1933 Rewrite section.
1934 (Window Configurations): In window-state-get mention that
1935 argument window must be valid.
1936 (Window Parameters): Document quit-restore window parameter
1937 (Bug#12158).
1938
1939 2012-10-31 Glenn Morris <rgm@gnu.org>
1940
1941 * control.texi (Catch and Throw): Add xref to cl.texi.
1942
1943 * lists.texi (Sets And Lists): Point xref to better location.
1944
1945 * errors.texi (Standard Errors):
1946 * loading.texi (Autoload): Update for cl-lib namespace changes.
1947
1948 * modes.texi (Defining Minor Modes): "Generalized Variables"
1949 section is now in this manual rather than cl.texi.
1950
1951 * eval.texi (Special Forms): No longer special forms: defmacro,
1952 defun, save-window-excursion, with-output-to-temp-buffer.
1953 * functions.texi (Defining Functions): Defun is now a macro.
1954 Defalias is a function.
1955
1956 2012-10-30 Glenn Morris <rgm@gnu.org>
1957
1958 * variables.texi (Generalized Variables): Fix typo.
1959
1960 2012-10-30 Chong Yidong <cyd@gnu.org>
1961
1962 * symbols.texi (Symbol Plists): Document function-get.
1963
1964 * loading.texi (Autoload): Document autoloadp, autoload-do-load.
1965
1966 * frames.texi (Visibility of Frames): Document tty-top-frame.
1967
1968 2012-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
1969
1970 * keymaps.texi (Format of Keymaps): Document the multiple
1971 inheritance format.
1972
1973 2012-10-28 Martin Rudalics <rudalics@gmx.at>
1974
1975 * windows.texi (Basic Windows): Reformulate description of live,
1976 internal and valid windows.
1977 (Cyclic Window Ordering): Describe new argument of
1978 get-lru-window and get-largest-window. Add description of
1979 window-in-direction.
1980
1981 2012-10-27 Glenn Morris <rgm@gnu.org>
1982
1983 * variables.texi (Generalized Variables): New section,
1984 adapted from misc/cl.texi.
1985 * elisp.texi (Top): Add Generalized Variables to menu.
1986 * lists.texi (List Elements, List Variables):
1987 Mention generalized variables.
1988
1989 * lists.texi (List Elements): Typo fix.
1990
1991 2012-10-27 Chong Yidong <cyd@gnu.org>
1992
1993 * minibuf.texi (High-Level Completion): Don't mention removed
1994 function iswitchb-read-buffer.
1995
1996 * commands.texi (Event Input Misc): Remove last-input-char.
1997 (Command Loop Info): Remove last-command-char.
1998
1999 * frames.texi (Initial Parameters): Don't mention the obsolete
2000 special-display feature.
2001
2002 * windows.texi (Choosing Window): Don't mention the obsolete
2003 special display feature.
2004 (Choosing Window Options): Remove obsolete special-display
2005 variables, and the functions special-display-p and
2006 special-display-popup-frame.
2007
2008 * display.texi (Fringe Bitmaps): Add exclamation-mark bitmap.
2009
2010 * hooks.texi (Standard Hooks): Remove obsolete hooks.
2011
2012 * markers.texi (Information from Markers): Remove obsolete
2013 function buffer-has-markers-at.
2014
2015 * text.texi (Yanking): Document yank-handled-properties.
2016
2017 2012-10-24 Paul Eggert <eggert@penguin.cs.ucla.edu>
2018
2019 Update manual for new time stamp format (Bug#12706).
2020 * buffers.texi (Modification Time):
2021 * files.texi (Testing Accessibility, File Attributes):
2022 * intro.texi (Version Info):
2023 * os.texi (Time of Day):
2024 Update for new time stamp format (HIGH LOW MICROSEC PICOSEC).
2025 These instances were missed the first time around.
2026 Problem reported by Glenn Morris in <http://bugs.gnu.org/12706#25>.
2027
2028 2012-10-24 Chong Yidong <cyd@gnu.org>
2029
2030 * minibuf.texi (Text from Minibuffer): Document read-regexp
2031 changes.
2032
2033 * nonascii.texi (Selecting a Representation):
2034 Document set-buffer-multibyte changes.
2035
2036 * keymaps.texi (Toolkit Differences): Node deleted.
2037 (Easy Menu): New node.
2038
2039 2012-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
2040
2041 * hooks.texi (Standard Hooks): Clarify that -hooks is deprecated.
2042
2043 2012-10-23 Paul Eggert <eggert@cs.ucla.edu>
2044
2045 Fix outdated timestamp documentation in Elisp manual (bug#12706).
2046 * files.texi (File Attributes):
2047 * text.texi (Undo):
2048 Time stamp resolution is now 1 picosecond, not 1 second.
2049
2050 2012-10-23 Chong Yidong <cyd@gnu.org>
2051
2052 * display.texi (Font Lookup): Remove font-list-limit.
2053
2054 * keymaps.texi (Key Sequences): Avoid referring to Edit Macro mode
2055 (Bug#12529).
2056
2057 2012-10-22 Glenn Morris <rgm@gnu.org>
2058
2059 * os.texi (Recording Input): Tiny fix.
2060
2061 * intro.texi (Lisp History):
2062 * lists.texi (Sets And Lists): Refer to cl-lib rather than cl.
2063 * tips.texi (Coding Conventions): Recommend cl-lib over cl.
2064
2065 2012-10-15 Chong Yidong <cyd@gnu.org>
2066
2067 * macros.texi (Defining Macros): defmacro is now a macro.
2068 Explicitly list the docstring and declare arguments.
2069
2070 * functions.texi (Anonymous Functions): Explicitly list the
2071 docstring, declare, and interactive arguments to lambda.
2072 (Defining Functions): Likewise for defun.
2073 (Inline Functions): Likewise for defsubst.
2074 (Declare Form): Tweak description.
2075
2076 2012-10-13 Chong Yidong <cyd@gnu.org>
2077
2078 * display.texi (ImageMagick Images): ImageMagick enabled by default.
2079
2080 2012-10-05 Chong Yidong <cyd@gnu.org>
2081
2082 * minibuf.texi (Basic Completion): Clarify list form of completion
2083 table (Bug#12564).
2084
2085 2012-10-05 Bruno Félix Rezende Ribeiro <oitofelix@gmail.com> (tiny change)
2086
2087 * functions.texi (Function Safety): Copyedit. (Bug#12562)
2088
2089 2012-10-01 Paul Eggert <eggert@cs.ucla.edu>
2090
2091 Revert the FOLLOW-SYMLINKS change for file-attributes.
2092 * files.texi (File Attributes, Magic File Names): Undo last change.
2093
2094 2012-09-30 Paul Eggert <eggert@cs.ucla.edu>
2095
2096 file-attributes has a new optional arg FOLLOW-SYMLINKS.
2097 * files.texi (File Attributes): Describe it.
2098 (Magic File Names): Use it.
2099
2100 2012-09-30 Chong Yidong <cyd@gnu.org>
2101
2102 * commands.texi (Click Events): Define "mouse position list".
2103 Remove mention of unimplemented horizontal scroll bars.
2104 (Drag Events, Motion Events): Refer to "mouse position list".
2105 (Accessing Mouse): Document posnp.
2106
2107 * errors.texi (Standard Errors): Tweak arith-error description.
2108 Tweak markup. Remove domain-error and friends, which seem to be
2109 unused after the floating-point code revamp.
2110
2111 * functions.texi (Defining Functions): defun is now a macro.
2112 (Obsolete Functions): Obsolescence also affects
2113 documentation commands. Various clarifications.
2114 (Declare Form): New node.
2115
2116 * strings.texi (String Basics): Copyedits.
2117
2118 * os.texi (Startup Summary): Document leim-list.el change.
2119 (User Identification): Add system-users and system-groups.
2120 (Idle Timers): Minor clarifications.
2121
2122 * macros.texi (Defining Macros): Move description of `declare' to
2123 Declare Form node.
2124
2125 * loading.texi (Autoload):
2126 * help.texi (Documentation Basics): The special sequences can
2127 trigger autoloading.
2128
2129 * numbers.texi (Integer Basics): Copyedits.
2130 (Float Basics): Consider IEEE floating point always available.
2131 (Random Numbers): Document actual limits.
2132 (Arithmetic Operations): Clarify division by zero. Don't mention
2133 the machine-independence of negative division since it does not
2134 happen in practice.
2135
2136 2012-09-28 Leo Liu <sdl.web@gmail.com>
2137
2138 * files.texi (Files): Fix typo.
2139
2140 2012-09-23 Chong Yidong <cyd@gnu.org>
2141
2142 * buffers.texi (Read Only Buffers): Document read-only-mode.
2143
2144 * keymaps.texi (Alias Menu Items): Replace toggle-read-only with
2145 read-only-mode.
2146
2147 * backups.texi (Auto-Saving): Refer to Minor Mode Conventions for
2148 calling conventions.
2149
2150 2012-09-22 Chong Yidong <cyd@gnu.org>
2151
2152 * searching.texi (Replacing Match): Minor clarification.
2153
2154 2012-09-22 Eli Zaretskii <eliz@gnu.org>
2155
2156 * edebug.texi (Instrumenting): Improve indexing.
2157
2158 * os.texi (Idle Timers): Warn against reinvoking an idle timer
2159 from within its own timer action. (Bug#12447)
2160
2161 2012-09-22 Chong Yidong <cyd@gnu.org>
2162
2163 * frames.texi (Pop-Up Menus): Minor clarification (Bug#11148).
2164
2165 2012-09-21 Glenn Morris <rgm@gnu.org>
2166
2167 * debugging.texi (Using Debugger): Fix typo.
2168
2169 2012-09-18 Chong Yidong <cyd@gnu.org>
2170
2171 * display.texi (Faces): Discuss anonymous faces.
2172 (Face Attributes): Tweak intro.
2173 (Defining Faces): Move after the Face Attributes node. Copyedits.
2174 (Displaying Faces): Describe role of inheritance.
2175
2176 * customize.texi (Customization): Define customization more
2177 carefully (Bug#11440).
2178 (Common Keywords): Add xref to Constant Variables.
2179
2180 * variables.texi (Defining Variables): Link to defcustom's node
2181 instead of the higher-level Customization chapter.
2182
2183 2012-09-11 Paul Eggert <eggert@cs.ucla.edu>
2184
2185 Simplify, document, and port floating-point (Bug#12381).
2186 * numbers.texi (Float Basics, Arithmetic Operations, Math Functions):
2187 Document that / and mod (with floating point arguments), along
2188 with asin, acos, log, log10, expt and sqrt, return special values
2189 instead of signaling exceptions.
2190 (Float Basics): Document that logb operates on the absolute value
2191 of its argument.
2192 (Math Functions): Document that (log ARG BASE) also returns NaN if
2193 BASE is negative. Document that (expt X Y) returns NaN if X is a
2194 finite negative number and Y a finite non-integer.
2195
2196 2012-09-09 Chong Yidong <cyd@gnu.org>
2197
2198 * lists.texi (Sets And Lists): Explain that the return value for
2199 delete should be used, like for delq.
2200
2201 * minibuf.texi (Yes-or-No Queries): Document recentering and
2202 scrolling in y-or-n-p. Remove gratuitous example.
2203
2204 * searching.texi (Search and Replace): Document window scrolling
2205 entries in query-replace-map.
2206
2207 2012-09-08 Chong Yidong <cyd@gnu.org>
2208
2209 * syntax.texi (Syntax Table Internals): Define "raw syntax
2210 descriptor" terminology (Bug#12383).
2211 (Syntax Descriptors): Mention raw syntax descriptors.
2212
2213 2012-09-07 Chong Yidong <cyd@gnu.org>
2214
2215 * variables.texi (Creating Buffer-Local): Fix description of
2216 local-variable-if-set-p (Bug#10713).
2217
2218 * eval.texi (Intro Eval): Add index entry for sexp (Bug#12233).
2219
2220 * windows.texi (Display Action Functions)
2221 (Choosing Window Options): Remove obsolete variable
2222 display-buffer-reuse-frames.
2223 (Switching Buffers): Minor doc tweak for switch-to-buffer.
2224
2225 * positions.texi (Narrowing): Document buffer-narrowed-p.
2226
2227 * markers.texi (Moving Markers): Add xref to Point (Bug#7151).
2228
2229 * syntax.texi (Low-Level Parsing): Add xref to Parser State
2230 (Bug#12269).
2231
2232 2012-09-04 Lars Ingebrigtsen <larsi@gnus.org>
2233
2234 * debugging.texi (Explicit Debug): Document `debug-on-message'.
2235
2236 2012-09-02 Chong Yidong <cyd@gnu.org>
2237
2238 * windows.texi (Window Configurations): Recommend against using
2239 save-window-excursion (Bug#12075).
2240
2241 * control.texi (Catch and Throw):
2242 * positions.texi (Excursions): Don't mention it.
2243
2244 2012-09-01 Paul Eggert <eggert@cs.ucla.edu>
2245
2246 Better seed support for (random).
2247 * numbers.texi (Random Numbers): Document new behavior of
2248 the calls (random) and (random STRING).
2249
2250 2012-08-21 Martin Rudalics <rudalics@gmx.at>
2251
2252 * windows.texi (Window Point): Document recent changes in
2253 window-point and set-window-point.
2254 (Selecting Windows): Document recent change in select-window.
2255
2256 2012-08-06 Eli Zaretskii <eliz@gnu.org>
2257
2258 * functions.texi (Closures): Put the main index entry for
2259 "closures" here. (Bug#12138)
2260
2261 * variables.texi (Lexical Binding): Disambiguate the index entry
2262 for "closures".
2263
2264 2012-08-05 Chong Yidong <cyd@gnu.org>
2265
2266 * display.texi (Defining Faces): Move documentation of
2267 frame-background-mode to the Emacs manual (Bug#7774).
2268
2269 2012-08-04 Chong Yidong <cyd@gnu.org>
2270
2271 * syntax.texi (Syntax Basics): Rearrange the text for clarity.
2272 Fix description of syntax table inheritance.
2273 (Syntax Table Functions): Don't refer to internal contents of
2274 syntax table, since that is not explained yet. Copyedits.
2275 (Standard Syntax Tables): Node deleted.
2276 (Syntax Table Internals): Misc clarifications. Improve table
2277 formatting.
2278
2279 * keymaps.texi (Inheritance and Keymaps):
2280 * text.texi (Sticky Properties): Tweak index entry.
2281
2282 2012-07-28 Eli Zaretskii <eliz@gnu.org>
2283
2284 * nonascii.texi (Character Sets): Fix a typo. (Bug#12062)
2285
2286 2012-07-25 Paul Eggert <eggert@cs.ucla.edu>
2287
2288 Prefer typical American spelling for "acknowledgment".
2289 * intro.texi (Acknowledgments): Rename from Acknowledgements.
2290
2291 2012-07-21 Eli Zaretskii <eliz@gnu.org>
2292
2293 * commands.texi (Special Events): Mention language-change event.
2294 (Input Events, Interactive Codes):
2295 * keymaps.texi (Key Sequences): Mention events that are
2296 non-keyboard but also non-mouse events.
2297
2298 2012-07-17 Chong Yidong <cyd@gnu.org>
2299
2300 * text.texi (Insertion): Document insert-char changes.
2301
2302 2012-07-15 Leo Liu <sdl.web@gmail.com>
2303
2304 * display.texi (Fringe Bitmaps): Add exclamation-mark.
2305
2306 2012-07-13 Chong Yidong <cyd@gnu.org>
2307
2308 * buffers.texi (Read Only Buffers): Document toggle-read-only
2309 changes. Reword to account for the fact that read-only is
2310 currently not supported in overlay properties.
2311
2312 2012-07-07 Chong Yidong <cyd@gnu.org>
2313
2314 * loading.texi (Library Search): Index site-lisp directories.
2315
2316 2012-07-06 Chong Yidong <cyd@gnu.org>
2317
2318 * intro.texi (A Sample Function Description): Fix incorrect
2319 markup, undoing previous change.
2320 (A Sample Variable Description): Minor clarifications and markup
2321 improvements.
2322
2323 * elisp.texi (Top):
2324 * text.texi (Text): Fix menu order.
2325
2326 2012-07-06 Richard Stallman <rms@gnu.org>
2327
2328 * intro.texi (Evaluation Notation, A Sample Function Description)
2329 (A Sample Variable Description): Improve/undo previous changes.
2330
2331 2012-07-05 Glenn Morris <rgm@gnu.org>
2332
2333 * intro.texi (A Sample Function Description): Fix cross-refs.
2334
2335 2012-07-05 Michael Witten <mfwitten@gmail.com> (tiny change)
2336
2337 * intro.texi (Evaluation Notation, A Sample Function Description)
2338 (A Sample Variable Description, Version Info): Copy edits (bug#11862).
2339
2340 2012-06-27 Chong Yidong <cyd@gnu.org>
2341
2342 * processes.texi (Asynchronous Processes, Input to Processes):
2343 * internals.texi (Process Internals): Don't capitalize "pty".
2344
2345 2012-06-24 Thien-Thi Nguyen <ttn@gnuvola.org>
2346
2347 * processes.texi (Asynchronous Processes): Make the pty vs pipe
2348 discussion more prominent.
2349
2350 2012-06-23 Eli Zaretskii <eliz@gnu.org>
2351
2352 * commands.texi (Misc Events): Document the language-change event.
2353
2354 2012-06-22 Paul Eggert <eggert@cs.ucla.edu>
2355
2356 Support higher-resolution time stamps (Bug#9000).
2357 * os.texi (Time of Day, Time Parsing, Processor Run Time, Idle Timers):
2358 * processes.texi (System Processes):
2359 Time stamp resolution is now picosecond, not microsecond.
2360
2361 2012-06-21 Glenn Morris <rgm@gnu.org>
2362
2363 * Makefile.in: Rename infodir to buildinfodir throughout. (Bug#11737)
2364
2365 2012-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
2366
2367 * functions.texi (Defining Functions):
2368 * macros.texi (Defining Macros): Un-define the return value of `defun',
2369 `defmacro' and `defalias'.
2370
2371 2012-06-17 Chong Yidong <cyd@gnu.org>
2372
2373 * elisp.texi: Remove urlcolor setting.
2374
2375 2012-06-17 Glenn Morris <rgm@gnu.org>
2376
2377 * display.texi (Face Attributes): Copyedits. Add a few cindex entries.
2378 Overlining no longer behaves exactly like underlining.
2379
2380 2012-06-16 Aurélien Aptel <aurelien.aptel@gmail.com>
2381
2382 * display.texi (Face Attributes):
2383 Document wave-style underline face attribute.
2384
2385 2012-06-11 Chong Yidong <cyd@gnu.org>
2386
2387 * display.texi (ImageMagick Images): ImageMagick now supports the
2388 :background property.
2389
2390 2012-06-10 Dmitry Antipov <dmantipov@yandex.ru>
2391
2392 * internals.texi (Garbage Collection): Typo fix.
2393
2394 2012-06-09 Chong Yidong <cyd@gnu.org>
2395
2396 * text.texi (Special Properties): Clarify the meaning of a list of
2397 faces in the `face' property.
2398
2399 * display.texi (Face Remapping): Minor clarification.
2400
2401 2012-06-08 Chong Yidong <cyd@gnu.org>
2402
2403 * display.texi (Face Attributes): Font family does not accept
2404 wildcards. De-document obsolete :bold and :italic attributes.
2405 (Defining Faces): Use new-style face spec format.
2406
2407 2012-06-08 Dmitry Antipov <dmantipov@yandex.ru>
2408
2409 * internals.texi (Garbage Collection): Document new
2410 vector management code and vectorlike_header structure.
2411
2412 2012-06-03 Chong Yidong <cyd@gnu.org>
2413
2414 * modes.texi (Mode Line Data): Use "mode line construct"
2415 terminology for consistency.
2416
2417 2012-05-27 Glenn Morris <rgm@gnu.org>
2418
2419 * abbrevs.texi, advice.texi, anti.texi, backups.texi:
2420 * buffers.texi, commands.texi, compile.texi, control.texi:
2421 * customize.texi, debugging.texi, display.texi, doclicense.texi:
2422 * edebug.texi, elisp.texi, errors.texi, eval.texi, files.texi:
2423 * frames.texi, functions.texi, gpl.texi, hash.texi, help.texi:
2424 * hooks.texi, index.texi, internals.texi, intro.texi, keymaps.texi:
2425 * lists.texi, loading.texi, macros.texi, maps.texi, markers.texi:
2426 * minibuf.texi, modes.texi, nonascii.texi, numbers.texi:
2427 * objects.texi, os.texi, package.texi, positions.texi:
2428 * processes.texi, searching.texi, sequences.texi, streams.texi:
2429 * strings.texi, symbols.texi, syntax.texi, text.texi, tips.texi:
2430 * variables.texi, windows.texi: Nuke hand-written node pointers.
2431
2432 2012-05-27 Chong Yidong <cyd@gnu.org>
2433
2434 * functions.texi (Obsolete Functions):
2435 Fix doc for set-advertised-calling-convention.
2436
2437 * modes.texi (Mode Help): Fix describe-mode.
2438
2439 * display.texi (Face Functions): Fix define-obsolete-face-alias.
2440
2441 * variables.texi (Variable Aliases): Fix make-obsolete-variable.
2442
2443 2012-05-27 Martin Rudalics <rudalics@gmx.at>
2444
2445 * commands.texi (Recursive Editing): recursive-edit is a command.
2446
2447 * compile.texi (Docs and Compilation):
2448 byte-compile-dynamic-docstrings is an option.
2449
2450 * debugging.texi (Invoking the Debugger): debug is a command.
2451
2452 * display.texi (Progress): progress-reporter-update and
2453 progress-reporter-force-update have VALUE argument optional.
2454 (Animated Images): Use non-@code{nil} instead of non-nil.
2455
2456 * files.texi (Format Conversion Round-Trip):
2457 Use non-@code{nil} instead of non-nil.
2458
2459 * frames.texi (Creating Frames): make-frame is a command.
2460 (Input Focus): select-frame is a command.
2461 (Pointer Shape): void-text-area-pointer is an option.
2462
2463 * help.texi (Describing Characters): read-kbd-macro is a command.
2464 (Help Functions): describe-prefix-bindings is a command.
2465
2466 * markers.texi (Creating Markers): Both arguments of copy-marker
2467 are optional.
2468
2469 * minibuf.texi (Reading File Names): Use @kbd instead of @code.
2470
2471 * modes.texi (Mode Line Variables): mode-line-remote and
2472 mode-line-client are not options.
2473 (Imenu): imenu-add-to-menubar is a command.
2474 (SMIE Indentation Helpers): Use non-@code{nil} instead of non-nil.
2475
2476 * os.texi (Sound Output): play-sound-file is a command.
2477
2478 * package.texi (Package Archives): Use @key{RET} instead of @kbd{RET}.
2479
2480 * processes.texi (Signals to Processes):
2481 Use @key{RET} instead of @code{RET}.
2482 (Signals to Processes): signal-process is a command.
2483
2484 * text.texi (Clickable Text): Use @key{RET} instead of @kbd{RET}.
2485 (Base 64): base64-encode-string is not a command while
2486 base64-decode-region is.
2487
2488 * windows.texi (Switching Buffers): pop-to-buffer is a command.
2489
2490 2012-05-12 Glenn Morris <rgm@gnu.org>
2491
2492 * Makefile.in (MKDIR_P): New, set by configure.
2493 (mkinfodir): Use $MKDIR_P.
2494
2495 2012-05-10 Glenn Morris <rgm@gnu.org>
2496
2497 * loading.texi (Loading Non-ASCII): Replace the obsolete "unibyte: t"
2498 with "coding: raw-text".
2499 Concept of multibyte sessions no longer exists.
2500
2501 * files.texi (File Locks): Mention create-lockfiles option.
2502
2503 2012-05-09 Glenn Morris <rgm@gnu.org>
2504
2505 * vol1.texi, vol2.texi: Remove files.
2506 * elisp.texi: Add VOL1,2 conditionals equivalent to vol1,2.texi
2507 * two-volume.make: Use elisp.texi as input rather than vol1,2.texi.
2508
2509 * Makefile.in (clean, mostlyclean): Add some more vol1/2 items.
2510
2511 * two-volume.make (emacsdir): New.
2512 (tex): Add directory with emacsver.texi to TEXINPUTS.
2513
2514 * minibuf.texi (Minibuffer History, Basic Completion):
2515 Tweak page breaks.
2516
2517 * internals.texi (Garbage Collection, Memory Usage)
2518 (Writing Emacs Primitives): Tweak page breaks.
2519
2520 * streams.texi (Output Variables): Improve page break.
2521
2522 * edebug.texi (Edebug Display Update): Improve page break.
2523
2524 * compile.texi (Disassembly): Condense the examples.
2525
2526 * eval.texi, functions.texi, loading.texi, macros.texi:
2527 Where possible, use example rather than smallexample.
2528
2529 * symbols.texi: Where possible, use example rather than smallexample.
2530 (Symbol Components): Fix typo.
2531 (Other Plists): Tweak page break.
2532
2533 * sequences.texi (Arrays): Tweak page breaks.
2534
2535 * customize.texi: Where possible, use example rather than smallexample.
2536 (Common Keywords, Variable Definitions, Applying Customizations)
2537 (Custom Themes): Tweak page breaks.
2538
2539 * control.texi: Where possible, use example rather than smallexample.
2540 (Sequencing, Conditionals, Signaling Errors, Handling Errors):
2541 Tweak page breaks.
2542
2543 2012-05-08 Glenn Morris <rgm@gnu.org>
2544
2545 * two.el: Remove; unused since creation of two-volume.make.
2546
2547 * vol1.texi, vol2.texi: No need to keep menus in these files.
2548
2549 2012-05-05 Glenn Morris <rgm@gnu.org>
2550
2551 * objects.texi (Process Type, Overlay Type): Tweak page-breaks.
2552
2553 * intro.texi (Caveats): Copyedit.
2554 (Lisp History): Convert inforef to xref.
2555 (Lisp History, Printing Notation, Version Info): Improve page-breaks.
2556
2557 * text.texi (Auto Filling): Don't mention Emacs 19.
2558
2559 * commands.texi (Event Input Misc): Don't mention unread-command-char.
2560 * numbers.texi (Predicates on Numbers): Don't mention Emacs 18.
2561
2562 * elisp.texi (DATE): Forgot to change the month in 2012-04-21 change.
2563
2564 * lists.texi (List-related Predicates, List Variables):
2565 Tweak page-breaks.
2566 (Sets And Lists): Convert inforef to xref.
2567
2568 2012-05-04 Glenn Morris <rgm@gnu.org>
2569
2570 * Makefile.in (INFO_EXT, INFO_OPTS): New, set by configure.
2571 (info, infoclean): Use $INFO_EXT.
2572 ($(infodir)/elisp$(INFO_EXT)): Use $INFO_EXT and $INFO_OPT.
2573 * makefile.w32-in (INFO_EXT, INFO_OPTS): New.
2574 (info, maintainer-clean): Use $INFO_EXT.
2575 ($(infodir)/elisp$(INFO_EXT)): Use $INFO_EXT and $INFO_OPT.
2576
2577 2012-05-04 Chong Yidong <cyd@gnu.org>
2578
2579 * os.texi (Timers): Use defopt for timer-max-repeats.
2580
2581 2012-05-03 Paul Eggert <eggert@cs.ucla.edu>
2582
2583 * os.texi (Time of Day): Do not limit current-time-string
2584 to years 1000..9999.
2585
2586 2012-05-02 Chong Yidong <cyd@gnu.org>
2587
2588 * display.texi (Font Lookup):
2589 * frames.texi (Pointer Shape):
2590 * processes.texi (Subprocess Creation): Use defopt for options.
2591
2592 2012-05-02 Glenn Morris <rgm@gnu.org>
2593
2594 * elisp.texi (@copying):
2595 * intro.texi (Introduction): Only print VERSION in the TeX version.
2596
2597 2012-05-02 Chong Yidong <cyd@gnu.org>
2598
2599 * text.texi (Change Hooks): Minor fix for after-change-functions.
2600
2601 2012-05-02 Glenn Morris <rgm@gnu.org>
2602
2603 * package.texi (Packaging Basics):
2604 * loading.texi (Autoload):
2605 * files.texi (Magic File Names):
2606 Reword to remove/reduce some overly long/short lines.
2607
2608 2012-04-27 Glenn Morris <rgm@gnu.org>
2609
2610 * elisp.texi, vol1.texi, vol2.texi: Some fixes for detailed menu.
2611 * modes.texi (Major Modes, Auto-Indentation):
2612 * buffers.texi (Buffers): Some fixes for menu descriptions.
2613
2614 2012-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
2615 * functions.texi (Simple Lambda, Argument List):
2616 * eval.texi (Function Indirection): Avoid deprecated form.
2617
2618 2012-04-27 Glenn Morris <rgm@gnu.org>
2619
2620 * book-spine.texi, elisp.texi, vol1.texi, vol2.texi:
2621 Add "et al." to authors.
2622
2623 * buffers.texi, commands.texi, compile.texi, control.texi:
2624 * customize.texi, display.texi, eval.texi, files.texi, frames.texi:
2625 * hash.texi, help.texi, intro.texi, keymaps.texi, lists.texi:
2626 * modes.texi, numbers.texi, objects.texi, streams.texi:
2627 * symbols.texi, syntax.texi, text.texi, tips.texi, variables.texi:
2628 Use Texinfo recommended convention for quotes+punctuation.
2629
2630 2012-04-27 Chong Yidong <cyd@gnu.org>
2631
2632 * keymaps.texi (Scanning Keymaps): Fix description of NO-REMAP arg
2633 to where-is-internal (Bug#10872).
2634
2635 2012-04-27 Glenn Morris <rgm@gnu.org>
2636
2637 * macros.texi (Indenting Macros): Fix typo.
2638
2639 * windows.texi (Basic Windows, Windows and Frames, Window Sizes)
2640 (Resizing Windows, Deleting Windows, Selecting Windows)
2641 (Choosing Window Options, Horizontal Scrolling)
2642 (Cyclic Window Ordering, Window History, Dedicated Windows)
2643 (Quitting Windows, Window Configurations, Textual Scrolling)
2644 (Coordinates and Windows, Window Configurations)
2645 (Window Parameters, Window Hooks): Copyedits.
2646 (Splitting Windows, Deleting Windows):
2647 Fix ignore-window-parameters logic.
2648 (Selecting Windows, Choosing Window Options): Markup fixes.
2649 (Window Start and End): Remove pointless example.
2650 Remove cross-reference to deleted count-lines content.
2651 (Textual Scrolling): Mention recenter-redisplay, recenter-top-bottom,
2652 and recenter-positions. Remove recenter example.
2653
2654 * elisp.texi, vol1.texi, vol2.texi: Bump VERSION and DATE.
2655
2656 * minibuf.texi (Intro to Minibuffers):
2657 Tweak discussion of resizing minibuffer window.
2658
2659 2012-04-26 Glenn Morris <rgm@gnu.org>
2660
2661 * elisp-covers.texi, front-cover-1.texi: Remove files.
2662
2663 * tindex.pl: Remove file.
2664
2665 * makefile.w32-in (srcs):
2666 * Makefile.in (srcs): Remove back.texi (which is unused).
2667
2668 2012-04-24 Michael Albinus <michael.albinus@gmx.de>
2669
2670 * os.texi (Notifications): Extend possible notification hints.
2671 Add notifications-get-capabilities.
2672
2673 2012-04-20 Chong Yidong <cyd@gnu.org>
2674
2675 * processes.texi (Asynchronous Processes): Mention nil argument to
2676 start-process.
2677
2678 2012-04-20 Glenn Morris <rgm@gnu.org>
2679
2680 * minibuf.texi (Basic Completion): No need to describe obarrays here.
2681 Don't mention obsolete `nospace' argument of all-completions.
2682 (Minibuffer Completion, Completion Commands, Reading File Names)
2683 (Completion Variables): Copyedits.
2684 (Completion Commands): Mention parent keymaps.
2685 Remove obsolete minibuffer-local-filename-must-match-map.
2686 (High-Level Completion): Remove read-variable's almost
2687 word-for-word duplication of read-command.
2688 * elisp.texi, vol1.texi, vol2.texi, minibuf.texi (Completion):
2689 Update "High-Level Completion" description.
2690
2691 * minibuf.texi (Minibuffers):
2692 * elisp.texi, vol1.texi, vol2.texi: Fix minibuffer subsection order.
2693
2694 * minibuf.texi: Standardize metasyntactic variables ("history", etc).
2695 Use Texinfo-recommended form of quote+punctuation.
2696 (Intro to Minibuffers): First minibuffer is #1, not #0.
2697 Mention minibuffer-inactive-mode.
2698 (Text from Minibuffer): Copyedits.
2699 (Minibuffer History, Programmed Completion): Fix @var usage.
2700 (Object from Minibuffer): Remove overly pedantic para.
2701 (Minibuffer History): Copyedits. Add face-name-history.
2702 (Initial Input, Yes-or-No Queries, Multiple Queries)
2703 (Minibuffer Windows, Minibuffer Misc): Copyedits.
2704 (Yes-or-No Queries): Tweak example.
2705 (Minibuffer Commands): Add next-complete-history-element.
2706 (Minibuffer Misc): Mention minibuffer-message-timeout, and
2707 minibuffer-inactive-mode.
2708
2709 * processes.texi (Serial Ports, Byte Packing, Bindat Spec)
2710 (Bindat Functions): Copyedits.
2711
2712 2012-04-20 Christopher Schmidt <christopher@ch.ristopher.com>
2713
2714 * files.texi (Saving Buffers): Document `visit and `visit-save'
2715 values of require-final-newline.
2716
2717 2012-04-20 Glenn Morris <rgm@gnu.org>
2718
2719 * processes.texi (Output from Processes, Filter Functions):
2720 Mention waiting-for-user-input-p.
2721 (Sentinels, Query Before Exit, System Processes, Transaction Queues)
2722 (Network Servers, Datagrams, Network Processes, Network Options)
2723 (Network Feature Testing, Serial Ports): Copyedits.
2724 (Network): Add encrypted network overview paragraph.
2725 Cross-reference the Emacs-GnuTLS manual. Use @acronym.
2726
2727 2012-04-20 Chong Yidong <cyd@gnu.org>
2728
2729 * help.texi (Keys in Documentation): Mention :advertised-binding.
2730
2731 * keymaps.texi (Menu Bar): Move most of the :advertised-binding
2732 description to help.texi.
2733
2734 2012-04-20 Glenn Morris <rgm@gnu.org>
2735
2736 * processes.texi (Process Information, Input to Processes)
2737 (Signals to Processes, Output from Processes, Process Buffers)
2738 (Filter Functions, Decoding Output): Copyedits.
2739 (Accepting Output): Discourage use of `millisec' argument.
2740
2741 2012-04-15 Glenn Morris <rgm@gnu.org>
2742
2743 * processes.texi (Processes, Subprocess Creation, Shell Arguments)
2744 (Synchronous Processes, Asynchronous Processes, Deleting Processes):
2745 Copyedits.
2746 (Subprocess Creation): Discourage modifying exec-path directly.
2747 (Synchronous Processes, Asynchronous Processes):
2748 Update some example output.
2749 (Process Information): Fix typo.
2750 (Bindat Spec): Use Texinfo-recommended form of quote+punctuation.
2751
2752 2012-04-15 Glenn Morris <rgm@gnu.org>
2753
2754 * anti.texi (Antinews): Copyedits. Don't @dfn anything here.
2755 open-network-stream does exist in Emacs 23, but is simpler.
2756
2757 2012-04-15 Chong Yidong <cyd@gnu.org>
2758
2759 * customize.texi (Custom Themes): Also document load-theme etc.
2760
2761 2012-04-14 Chong Yidong <cyd@gnu.org>
2762
2763 * customize.texi (Applying Customizations, Custom Themes): New nodes.
2764
2765 * display.texi (Defining Faces): Reference custom-set-faces.
2766
2767 * modes.texi (Defining Minor Modes, Defining Minor Modes):
2768 * os.texi (Startup Summary): Copyedits.
2769
2770 2012-04-14 Glenn Morris <rgm@gnu.org>
2771
2772 * loading.texi (Loading Non-ASCII): "unibyte:" can also be at the end.
2773
2774 * strings.texi (Case Tables):
2775 * objects.texi (General Escape Syntax):
2776 * keymaps.texi (Key Sequences): Use @acronym with "ASCII".
2777
2778 * buffers.texi, compile.texi, customize.texi, debugging.texi:
2779 * display.texi, edebug.texi, eval.texi, help.texi, intro.texi:
2780 * keymaps.texi, minibuf.texi, modes.texi, os.texi, processes.texi:
2781 * text.texi: Use @file for buffers, per the Texinfo manual.
2782
2783 * compile.texi (Compiler Errors): Add missing space in buffer name.
2784
2785 2012-04-14 Chong Yidong <cyd@gnu.org>
2786
2787 * processes.texi (Query Before Exit): Remove obsolete function
2788 process-kill-without-query (Bug#11190).
2789
2790 2012-04-14 Glenn Morris <rgm@gnu.org>
2791
2792 * files.texi, frames.texi, loading.texi, os.texi, processes.texi:
2793 Use @env for environment variables.
2794
2795 * Makefile.in: Replace non-portable use of $< in ordinary rules.
2796
2797 2012-04-12 Jari Aalto <jari.aalto@cante.net>
2798
2799 * processes.texi (Synchronous Processes):
2800 Mention `default-directory' (bug#7515).
2801
2802 2012-04-09 Chong Yidong <cyd@gnu.org>
2803
2804 * customize.texi (Variable Definitions): Remove user-variable-p.
2805
2806 * commands.texi (Interactive Codes):
2807 * help.texi (Accessing Documentation):
2808 * minibuf.texi (High-Level Completion): Callers changed.
2809
2810 2012-04-06 Chong Yidong <cyd@gnu.org>
2811
2812 * minibuf.texi (Programmed Completion): Document metadata method.
2813 (Completion Variables): Document completion-category-overrides.
2814
2815 2012-04-05 Chong Yidong <cyd@gnu.org>
2816
2817 * anti.texi (Antinews): Rewrite for Emacs 23.
2818
2819 2012-04-04 Chong Yidong <cyd@gnu.org>
2820
2821 * minibuf.texi (Programmed Completion): Remove obsolete variable
2822 completion-annotate-function.
2823 (Completion Variables): Rename from Completion Styles.
2824 Document completion-extra-properties. Document completion-styles-alist
2825 change.
2826 (Reading File Names): minibuffer-local-filename-must-match-map is
2827 not used anymore.
2828 (Minibuffer Completion): Document completing-read-function.
2829 (Completion in Buffers): completion-at-point-functions can return
2830 properties recognized in completion-extra-properties.
2831
2832 * display.texi (Delayed Warnings): New node.
2833
2834 * os.texi (Notifications): Copyedits.
2835
2836 2012-04-04 Glenn Morris <rgm@gnu.org>
2837
2838 * os.texi (Notifications): Copyedits.
2839
2840 2012-04-03 Michael Albinus <michael.albinus@gmx.de>
2841
2842 * os.texi (Terminal-Specific): Fix typo.
2843 (Notifications): New section.
2844
2845 * elisp.texi (Top):
2846 * vol1.texi (Top):
2847 * vol2.texi (Top): Add "Notifications" and "Dynamic Libraries"
2848 menu entries.
2849
2850 2012-04-01 Chong Yidong <cyd@gnu.org>
2851
2852 * files.texi (Kinds of Files): file-subdir-of-p renamed to
2853 file-in-directory-p.
2854
2855 2012-03-31 Glenn Morris <rgm@gnu.org>
2856
2857 * edebug.texi (Instrumenting Macro Calls):
2858 Mention defining macros at instrumentation time.
2859 (Edebug Options): Mention edebug-unwrap-results.
2860
2861 2012-03-31 Eli Zaretskii <eliz@gnu.org>
2862
2863 * text.texi (Special Properties): Clarify the description of the
2864 effect of integer values of the 'cursor' property on cursor
2865 position. See the discussions in bug#11068 for more details and
2866 context.
2867
2868 2012-03-31 Glenn Morris <rgm@gnu.org>
2869
2870 * edebug.texi (Edebug Eval, Specification List, Edebug Options):
2871 Copyedits.
2872
2873 2012-03-30 Chong Yidong <cyd@gnu.org>
2874
2875 * display.texi (Image Formats): Add imagemagick type.
2876 (Image Descriptors): Mention how they are used.
2877 (ImageMagick Images): Clarify role of imagemagick-register-types.
2878 (Character Display): Don't mention glyph tables.
2879 (Display Tables): Use make-glyph-code in example.
2880 (Glyphs): Avoid "simple glyph code" terminology. Note that glyph
2881 tables are semi-obsolete. De-document create-glyph.
2882 (Glyphless Chars): Note that display tables override this.
2883 (Bidirectional Display): Copyedits. Introduce "bidirectional
2884 reordering" terminology, and use it.
2885
2886 2012-03-30 Glenn Morris <rgm@gnu.org>
2887
2888 * edebug.texi (Jumping): Give name of `i' binding.
2889
2890 2012-03-28 Glenn Morris <rgm@gnu.org>
2891
2892 * searching.texi (Regular Expressions, Regexp Special)
2893 (Regexp Backslash, Regexp Example, Regexp Functions, Regexp Search)
2894 (Simple Match Data, Saving Match Data, Standard Regexps): Copyedits.
2895 (Regexp Special): Mention collation.
2896 Clarify char classes with an example.
2897 (Regexp Functions): Mention regexp-opt is not guaranteed.
2898 Mention regexp-opt-charset.
2899 (Regexp Search): Recommend against looking-back.
2900 (Search and Replace): Use Texinfo recommended quote convention.
2901 Add more query-replace-map items. List multi-query-replace-map items.
2902
2903 2012-03-27 Martin Rudalics <rudalics@gmx.at>
2904
2905 * windows.texi (Window History): Describe new option
2906 switch-to-visible-buffer.
2907
2908 2012-03-27 Glenn Morris <rgm@gnu.org>
2909
2910 * searching.texi (String Search): Add xref to Emacs manual.
2911 Copyedits. Mention the function word-search-regexp.
2912 (Searching and Case): Add xref to Emacs manual. Copyedits.
2913
2914 * processes.texi (Network Servers): Standardize apostrophe usage.
2915
2916 * os.texi (System Environment): Copyedits. Remove some examples
2917 that do not seem useful. Mention setenv third arg.
2918 tty-erase-char does not seem to be nil under a window-system.
2919 (User Identification): Copyedits.
2920 Remove some examples that do not seem useful.
2921
2922 2012-03-26 Glenn Morris <rgm@gnu.org>
2923
2924 * os.texi (Startup Summary): Copyedits. Fix startup screen logic.
2925 (Init File): Copyedits.
2926 (Command-Line Arguments): Copyedits. Do not mention argv alias.
2927 (Killing Emacs): Copyedits.
2928 (Suspending Emacs): Copyedits. Mention not very relevant with GUIs.
2929 Shorten the example, use more standard shell prompts.
2930
2931 2012-03-25 Chong Yidong <cyd@gnu.org>
2932
2933 * display.texi (Fringes): Note that fringes are shown on graphical
2934 displays only.
2935 (Fringe Size/Pos, Fringe Bitmaps, Making Buttons): Clarifications.
2936 (Replacing Specs): Clarify example.
2937 (Manipulating Buttons): Note that button-at can return a marker.
2938 (Buttons): Minor rewrite.
2939 (Character Display): New node. Consolidate all character display
2940 related nodes into its subsections.
2941 (Usual Display): Character 127 is also affected by ctl-arrow.
2942 (Display Tables): Improve example.
2943
2944 2012-03-22 Glenn Morris <rgm@gnu.org>
2945
2946 * strings.texi (Text Comparison): Mention string-prefix-p.
2947
2948 2012-03-21 Chong Yidong <cyd@gnu.org>
2949
2950 * display.texi (The Echo Area): Add xref to Output Streams.
2951 (Displaying Messages): Improve doc of message.
2952 (Echo Area Customization, Invisible Text): Copyedits.
2953 (Invisible Text): Mention that spec comparison is done with eq.
2954 (Width): Improve doc of char-width.
2955 (Faces): Recommend using symbol instead of string for face name.
2956 Minor clarifications.
2957 (Defining Faces): Copyedits. Update face example.
2958 (Attribute Functions): Mark set-face-foreground etc as commands.
2959 (Face Remapping): Mention text-scale-adjust.
2960 Clarify face-remapping-alist and related docs.
2961 (Face Functions): Don't document make-face or copy-face.
2962
2963 2012-03-20 Chong Yidong <cyd@gnu.org>
2964
2965 * display.texi (Forcing Redisplay): Various rewrites to reflect
2966 new value of redisplay-dont-pause.
2967 (Truncation): Copyedits.
2968
2969 2012-03-20 Glenn Morris <rgm@gnu.org>
2970
2971 * os.texi (Startup Summary): Don't mention initial-buffer-choice = t.
2972 Add summary table of some relevant command-line options.
2973
2974 2012-03-18 Chong Yidong <cyd@gnu.org>
2975
2976 * internals.texi (Building Emacs, Garbage Collection): Copyedits.
2977 (Writing Emacs Primitives): Re-organize discussion of functions
2978 with variable Lisp arguments are handled. Delete an obsolete
2979 remark, previously tagged as FIXME.
2980
2981 * os.texi (Idle Timers): Minor clarification.
2982 (Idle Timers): Link to Time of Day for description of time list.
2983
2984 2012-03-18 Glenn Morris <rgm@gnu.org>
2985
2986 * os.texi (System Interface): Flow control was removed.
2987 (Startup Summary): General update.
2988 (Init File): Don't mention compiling it.
2989
2990 2012-03-17 Chong Yidong <cyd@gnu.org>
2991
2992 * os.texi (Startup Summary): Mention package loading.
2993 (Init File): Don't refer to .emacs in section title. Copyedits.
2994 (Terminal-Specific): Give a realistic example.
2995 (Command-Line Arguments): Reference Entering Emacs instead of
2996 repeating the spiel about not restarting Emacs.
2997 (Time of Day): Discuss time representation at beginning of node.
2998 (Sound Output): Copyedits.
2999
3000 * package.texi (Packaging Basics): Document package-initialize.
3001
3002 2012-03-17 Eli Zaretskii <eliz@gnu.org>
3003
3004 * frames.texi (Initial Parameters): Add an index entry for
3005 minibuffer-only frame.
3006
3007 2012-03-16 Glenn Morris <rgm@gnu.org>
3008
3009 * modes.texi (Major Mode Conventions): Mention the strange
3010 relationship between View mode and special modes. (Bug#10650)
3011
3012 2012-03-11 Chong Yidong <cyd@gnu.org>
3013
3014 * windows.texi (Window Configurations): save-window-excursion is
3015 now a macro.
3016
3017 * display.texi (Temporary Displays): with-output-to-temp-buffer is
3018 now a macro.
3019
3020 * text.texi (Fields): Minor copyedit.
3021
3022 2012-03-10 Eli Zaretskii <eliz@gnu.org>
3023
3024 * strings.texi (String Basics):
3025 * sequences.texi (Sequence Functions): Mention that `length' is
3026 not appropriate for computing the string width on display; add a
3027 cross-reference to the description of `string-width'. (Bug#10978)
3028
3029 * eval.texi (Autoloading): Minor change of wording.
3030
3031 2012-03-10 Chong Yidong <cyd@gnu.org>
3032
3033 * loading.texi (Autoload): Explicitly state which forms are
3034 processed specially (Bug#7783).
3035
3036 * keymaps.texi (Mouse Menus): Describe non-toolkit behavior as the
3037 non-default situation. Describe one-submenu exception (Bug#7695).
3038
3039 * nonascii.texi (Character Properties): Copyedits.
3040
3041 2012-03-08 Chong Yidong <cyd@gnu.org>
3042
3043 * text.texi (Mode-Specific Indent): Document new behavior of
3044 indent-for-tab-command. Document tab-always-indent.
3045 (Special Properties): Copyedits.
3046 (Checksum/Hash): Improve secure-hash doc. Do not recommend MD5.
3047 (Parsing HTML/XML): Rename from Parsing HTML. Update doc of
3048 libxml-parse-html-region.
3049
3050 2012-03-07 Glenn Morris <rgm@gnu.org>
3051
3052 * markers.texi (The Region): Briefly mention use-empty-active-region
3053 and region-active-p.
3054 (Overview of Markers): Reword garbage collection, add cross-ref.
3055 (The Mark): Tiny clarification re command loop and activate-mark-hook.
3056
3057 2012-03-07 Chong Yidong <cyd@gnu.org>
3058
3059 * text.texi (Buffer Contents): Don't duplicate explanation of
3060 region arguments from Text node. Put doc of obsolete var
3061 buffer-substring-filters back, since it is referred to.
3062 (Low-Level Kill Ring): Yank now uses clipboard instead of primary
3063 selection by default.
3064
3065 * markers.texi (The Mark): Fix typo.
3066 (The Region): Copyedits.
3067
3068 2012-03-07 Glenn Morris <rgm@gnu.org>
3069
3070 * markers.texi (Overview of Markers): Copyedits.
3071 (Creating Markers): Update approximate example buffer size.
3072 (The Mark): Don't mention uninteresting return values.
3073
3074 2012-03-05 Chong Yidong <cyd@gnu.org>
3075
3076 * positions.texi (Text Lines): Document count-words.
3077
3078 2012-03-04 Chong Yidong <cyd@gnu.org>
3079
3080 * frames.texi (Frames): Remove little-used "terminal frame" and
3081 "window frame" terminology.
3082 (Frame Parameters, Font and Color Parameters, Initial Parameters)
3083 (Size and Position, Visibility of Frames): Callers changed.
3084 (Frames): Clarify which terminals in framep are graphical.
3085 (Initial Parameters): --geometry is not the only option which adds
3086 to initial-frame-alist.
3087 (Position Parameters): Note that icon-left and icon-top are for
3088 old window managers only.
3089 (Size Parameters): Sizes are in characters even on graphical
3090 displays.
3091 (Management Parameters): Note that window-id and outer-window-id
3092 can't really be changed, and that auto-raise isn't always obeyed.
3093 (Cursor Parameters): Document cursor-type explicitly.
3094 (Size and Position): The aliases set-screen-height and
3095 set-screen-width have been deleted.
3096 (Visibility of Frames): Mention "minimization".
3097
3098 * os.texi (Startup Summary): Minor clarifications.
3099 (Startup Summary, Suspending Emacs): Standardize on "text
3100 terminal" terminology.
3101
3102 * windows.texi (Basic Windows, Coordinates and Windows)
3103 (Coordinates and Windows):
3104 * display.texi (Refresh Screen, Line Height, Face Attributes)
3105 (Overlay Arrow, Beeping, Glyphless Chars): Likewise.
3106
3107 2012-03-04 Glenn Morris <rgm@gnu.org>
3108
3109 * abbrevs.texi: Small copyedits throughout.
3110 (Abbrev Mode): Remove this section, folding it into the top-level.
3111 (Abbrev Tables): Don't mention irrelevant return values.
3112 (Abbrev Expansion): Add cross-ref for wrapper hooks.
3113 (Standard Abbrev Tables): Emacs Lisp mode now has its own table.
3114 (Abbrev Table Properties): Update nil :regexp description.
3115
3116 2012-03-03 Glenn Morris <rgm@gnu.org>
3117
3118 * internals.texi: Change @appendix section commands to @section.
3119 (Building Emacs): Say less about CANNOT_DUMP platforms.
3120 Replace deleted eval-at-startup with custom-initialize-delay.
3121 (Pure Storage): Small changes.
3122 (Memory Usage): Copyedit.
3123 (Writing Emacs Primitives): Update Fcoordinates_in_window_p and For
3124 example definitions. Give examples of things with non-nil
3125 interactive args. Mention eval_sub. Remove old info about
3126 strings and GCPRO. Mention cus-start.el.
3127 (Buffer Internals, Window Internals, Process Internals):
3128 Misc small updates and fixes for fields.
3129
3130 * tips.texi: Copyedits.
3131 (Coding Conventions): Mention autoloads.
3132 Combine partially duplicated macro items. Fix xref.
3133 Refer to Library Headers for copyright notice.
3134 (Programming Tips): edit-options is long-obsolete.
3135 (Compilation Tips): Mention loading bytecomp for byte-compile props.
3136 (Warning Tips): Mention declare-function.
3137 (Documentation Tips): Remove old info.
3138 (Comment Tips): Mention comment-dwim, not indent-for-comment.
3139 (Library Headers): General update.
3140
3141 2012-03-02 Glenn Morris <rgm@gnu.org>
3142
3143 * backups.texi (Reverting): Un-duplicate revert-buffer-in-progress-p,
3144 and relocate entry. Mention buffer-stale-function.
3145
3146 * elisp.texi, vol1.texi, vol2.texi: Standardize some menu entries.
3147
3148 * hooks.texi (Standard Hooks): General update.
3149 Put related hooks together. Add and remove items.
3150 * commands.texi (Keyboard Macros): Remove cross-ref to Standard Hooks.
3151 * modes.texi (Hooks): Tweak cross-ref description.
3152
3153 2012-03-01 Michael Albinus <michael.albinus@gmx.de>
3154
3155 * files.texi (Kinds of Files): The return value of file-equal-p is
3156 unspecified, if FILE1 or FILE2 does not exist.
3157
3158 2012-03-01 Glenn Morris <rgm@gnu.org>
3159
3160 * hooks.texi (Standard Hooks): Remove mode-specific hooks.
3161
3162 * maps.texi (Standard Keymaps): General update.
3163 Remove mode-specific maps, talk about the more general keymaps.
3164 * help.texi (Help Functions): Add vindex for Helper-help-map.
3165 * keymaps.texi (Active Keymaps): Minor rephrasing.
3166
3167 2012-02-29 Glenn Morris <rgm@gnu.org>
3168
3169 * elisp.texi, vol1.texi, vol2.texi: Use "" quotes in menus.
3170
3171 2012-02-28 Thierry Volpiatto <thierry.volpiatto@gmail.com>
3172
3173 * files.texi (Kinds of Files): Rename files-equal-p to file-equal-p.
3174 Update changed behavior of file-subdir-of-p.
3175
3176 2012-02-28 Glenn Morris <rgm@gnu.org>
3177
3178 * advice.texi, anti.texi, display.texi, elisp.texi:
3179 * processes.texi, variables.texi, vol1.texi, vol2.texi:
3180 Standardize possessive apostrophe usage.
3181
3182 * locals.texi: Remove file.
3183 * elisp.texi, vol1.texi, vol2.texi: Don't include locals.texi.
3184 Remove menu entry.
3185 * errors.texi, maps.texi: Adjust node pointers.
3186 * internals.texi (Buffer Internals): Remove cross-refs to locals.texi.
3187 * makefile.w32-in (srcs):
3188 * Makefile.in (srcs): Remove locals.texi.
3189
3190 * frames.texi (Mouse Position): Fix cross-ref.
3191
3192 2012-02-27 Chong Yidong <cyd@gnu.org>
3193
3194 * buffers.texi (Creating Buffers): Clarify that
3195 generate-new-buffer uses generate-new-buffer-names.
3196 (Killing Buffers): Remove bogus example duplicating buffer-live-p.
3197
3198 * files.texi (Directory Names): Index entry for file name abbreviations.
3199 (Relative File Names, File Name Expansion): Refer to it.
3200 (Locating Files): Move locate-user-emacs-file documentation to
3201 Standard File Names.
3202 (Standard File Names): Add locate-user-emacs-file; update examples.
3203
3204 2012-02-26 Michael Albinus <michael.albinus@gmx.de>
3205
3206 * files.texi (Magic File Names): Add files-equal-p and file-subdir-of-p.
3207
3208 2012-02-26 Chong Yidong <cyd@gnu.org>
3209
3210 * files.texi (Kinds of Files): Improve documentation of
3211 files-equal-p and file-subdir-of-p.
3212
3213 2012-02-26 Glenn Morris <rgm@gnu.org>
3214
3215 * intro.texi (Acknowledgements): Small changes.
3216
3217 2012-02-25 Glenn Morris <rgm@gnu.org>
3218
3219 * errors.texi: Don't try to list _all_ the error symbols.
3220 Add circular-list, cl-assertion-failed, compression-error.
3221 * elisp.texi, vol1.texi, vol2.texi:
3222 * control.texi (Error Symbols): Tweak "Standard Errors" description.
3223
3224 2012-02-25 Thierry Volpiatto <thierry.volpiatto@gmail.com>
3225
3226 * files.texi (files-equal-p, file-subdir-of-p): New,
3227 add initial documentation.
3228
3229 2012-02-25 Chong Yidong <cyd@gnu.org>
3230
3231 * files.texi (File Attributes): Document file-selinux-context.
3232 (Changing Files): Link to it.
3233 (Changing Files): Document set-file-selinux-context.
3234
3235 * backups.texi (Making Backups): Return value of backup-buffer is
3236 changed. Mention default value of backup-directory-alist.
3237 (Rename or Copy): Note that backup-by-copying-when-mismatch is t.
3238 (Auto-Saving): New minor mode behavior for auto-save-mode.
3239 (Reverting): Add defvar for revert-buffer-in-progress-p.
3240
3241 * searching.texi (Regexp Backslash): Add index entry (Bug#10869).
3242
3243 2012-02-24 Glenn Morris <rgm@gnu.org>
3244
3245 * errors.texi (Standard Errors): Mention dbus-error.
3246 For arith-error sub-classes, just use one cross-ref.
3247
3248 2012-02-23 Alan Mackenzie <acm@muc.de>
3249
3250 * modes.texi (Defining Minor Modes): Document the new keyword
3251 :after-hook.
3252
3253 2012-02-21 Chong Yidong <cyd@gnu.org>
3254
3255 * files.texi (Files): Mention magic file names as arguments.
3256 (Reading from Files): Copyedits.
3257 (File Attributes): Mention how to change file modes.
3258 (Changing Files): Use standard "file permissions" terminology.
3259 Add xref to File Attributes node.
3260 (Locating Files): Document locate-user-emacs-file.
3261 (Unique File Names): Recommend against using make-temp-name.
3262
3263 2012-02-19 Chong Yidong <cyd@gnu.org>
3264
3265 * help.texi (Documentation, Documentation Basics, Help Functions):
3266 Minor clarifications.
3267 (Accessing Documentation): Clarify what documentation-property is
3268 for. Add xref to Keys in Documentation.
3269
3270 * tips.texi (Documentation Tips): Don't recommend using * in
3271 docstrings.
3272
3273 * macros.texi (Defining Macros):
3274 * modes.texi (Derived Modes): Say "documentation string" instead
3275 of docstring.
3276
3277 2012-02-18 Chong Yidong <cyd@gnu.org>
3278
3279 * modes.texi (Tabulated List Mode): New node.
3280 (Basic Major Modes): Add xref to it.
3281
3282 * processes.texi (Process Information): Mention Process Menu mode.
3283
3284 2012-02-17 Chong Yidong <cyd@gnu.org>
3285
3286 * syntax.texi (Motion via Parsing): Doc fix for scan-lists.
3287
3288 2012-02-17 Glenn Morris <rgm@gnu.org>
3289
3290 * hooks.texi (Standard Hooks): Fix cross-ref to Emacs manual.
3291
3292 2012-02-16 Chong Yidong <cyd@gnu.org>
3293
3294 * syntax.texi (Syntax Tables, Syntax Descriptors)
3295 (Syntax Table Functions): Copyedits.
3296 (Syntax Basics): Don't repeat the material in the preceding node.
3297 (Syntax Class Table): Use a table.
3298 (Syntax Properties): Document syntax-propertize-function and
3299 syntax-propertize-extend-region-functions.
3300 (Motion via Parsing): Clarify scan-lists. Fix indentation.
3301 (Parser State): Update for the new "c" comment style.
3302 Fix description of item 7 (comment style).
3303
3304 * modes.texi (Minor Modes): Update how mode commands should treat
3305 arguments now.
3306 (Mode Line Basics): Clarify force-mode-line-update.
3307 (Mode Line Top): Note that the example is not realistic.
3308 (Mode Line Variables, Mode Line Data, %-Constructs, Header Lines)
3309 (Emulating Mode Line): Use "mode line" instead of "mode-line", and
3310 "mode line construct" instead of "mode line specification".
3311 (Syntactic Font Lock): Remove mention of obsolete variable
3312 font-lock-syntactic-keywords.
3313 (Setting Syntax Properties): Node deleted.
3314 (Font Lock Mode): Note that Font Lock mode is a minor mode.
3315 (Font Lock Basics): Note that syntactic fontification falls back
3316 on `syntax-table'.
3317 (Search-based Fontification): Emphasize that font-lock-keywords
3318 should not be set directly.
3319 (Faces for Font Lock): Avoid some confusing terminology.
3320 (Syntactic Font Lock): Minor clarifications. Add xref to
3321 Syntactic Font Lock node.
3322
3323 2012-02-15 Chong Yidong <cyd@gnu.org>
3324
3325 * minibuf.texi (Basic Completion): Define "completion table".
3326 Move completion-in-region to Completion in Buffers node.
3327 (Completion Commands): Use "completion table" terminology.
3328 (Completion in Buffers): New node.
3329
3330 * modes.texi (Hooks): add-hook can be used for abnormal hooks too.
3331 (Setting Hooks): Update minor mode usage example.
3332 (Major Mode Conventions): Note that completion-at-point-functions
3333 should be altered locally. Add xref to Completion in Buffers.
3334 Remove duplicate tip about auto-mode-alist.
3335 (Minor Modes): Rewrite introduction.
3336 (Minor Mode Conventions): Copyedits. Don't recommend
3337 variable-only minor modes since few minor modes are like that.
3338
3339 2012-02-15 Glenn Morris <rgm@gnu.org>
3340
3341 * processes.texi (Network): Document open-network-stream :parameters.
3342
3343 2012-02-14 Chong Yidong <cyd@gnu.org>
3344
3345 * keymaps.texi (Format of Keymaps): The CACHE component of keymaps
3346 was removed on 2009-09-10. Update lisp-mode-map example.
3347 (Inheritance and Keymaps): Minor clarification.
3348 (Searching Keymaps): Remove out-of-place enumeration.
3349 (Key Lookup): Remove unnecessary example (one was already given in
3350 Format of Keymaps).
3351 (Changing Key Bindings): Update suppress-keymap example.
3352 (Menu Bar, Tool Bar): Copyedits.
3353 (Tool Bar): Update tool-bar-map example.
3354
3355 2012-02-12 Chong Yidong <cyd@gnu.org>
3356
3357 * debugging.texi (Debugger Commands): Continuing is now allowed
3358 for errors.
3359
3360 2012-02-11 Chong Yidong <cyd@gnu.org>
3361
3362 * display.texi (Fringe Indicators): Add xref to Fringe Bitmaps.
3363 Move the list of standard bitmaps there.
3364 (Fringe Cursors): Rewrite for clarity.
3365 (Fringe Bitmaps): Consolidate the list of standard bitmaps here.
3366
3367 * commands.texi (Command Overview): Mention read-key.
3368 (Using Interactive, Interactive Call): Minor clarifications.
3369 (Function Keys, Click Events): Avoid "input stream" terminology.
3370 (Click Events): Add xref to Window Sizes and Accessing Mouse.
3371 Clarify column and row components.
3372 (Accessing Mouse): Add xref to Click Events. Minor fixes.
3373 (Special Events): Copyedits.
3374
3375 * streams.texi (Input Streams): De-document get-file-char.
3376 (Output Variables): Don't refer to old backquote syntax.
3377
3378 * debugging.texi (Debugging): Copyedits. Describe testcover, ERT.
3379 (Error Debugging): Note that debug-ignored-errors overrides list
3380 values of debug-on-error too. Add xref to Signaling Errors.
3381 Note that debug-on-signal is not customizable.
3382 Mention condition-case-unless-debug.
3383 (Compilation Errors): Node deleted.
3384
3385 * compile.texi (Compiler Errors): Move a paragraph here from
3386 deleted node Compilation Errors.
3387
3388 2012-02-10 Leo Liu <sdl.web@gmail.com>
3389
3390 * control.texi (Handling Errors): Change condition-case-no-debug
3391 to condition-case-unless-debug.
3392
3393 2012-02-10 Chong Yidong <cyd@gnu.org>
3394
3395 * advice.texi (Defining Advice): Clarify ad-unadvise.
3396 (Activation of Advice): Specifying the ACTIVATE flag in defadvice
3397 is not abnormal.
3398 (Advising Primitives): Node deleted; ad-define-subr-args has been
3399 removed.
3400
3401 * compile.texi (Speed of Byte-Code): Use float-time in example.
3402 (Compilation Functions): Note that the log uses Compilation mode.
3403 Don't discuss the contents of byte-code function object here.
3404 (Compilation Functions): De-document internal function byte-code.
3405 (Docs and Compilation): Minor clarifications.
3406
3407 * objects.texi (Byte-Code Type): Add xref to Byte-Code Function
3408 Objects.
3409
3410 2012-02-10 Glenn Morris <rgm@gnu.org>
3411
3412 * text.texi (Checksum/Hash): Rename node from MD5 Checksum.
3413 Mention secure-hash.
3414 * elisp.texi, vol1.texi, vol2.texi: Update menu entry.
3415
3416 2012-02-10 Chong Yidong <cyd@gnu.org>
3417
3418 * loading.texi (Loading): Don't emphasize "library" terminology.
3419 (Library Search): load-path is not a user option. Mention role of
3420 -L option and packages. Improve examples.
3421 (Loading Non-ASCII): Don't mention unibyte Emacs, which is
3422 obsolete.
3423 (Autoload): Minor clarifications.
3424
3425 2012-02-10 Glenn Morris <rgm@gnu.org>
3426
3427 * files.texi (Magic File Names): Tweak remote-file-name-inhibit-cache.
3428
3429 * modes.texi (Basic Major Modes): Mention tabulated-list-mode.
3430
3431 2012-02-08 Glenn Morris <rgm@gnu.org>
3432
3433 * loading.texi (Named Features): Update the require example.
3434
3435 2012-02-07 Glenn Morris <rgm@gnu.org>
3436
3437 * modes.texi (Defining Minor Modes):
3438 Expand on args of defined minor modes.
3439
3440 2012-02-07 Chong Yidong <cyd@gnu.org>
3441
3442 * variables.texi (Creating Buffer-Local): Minor clarification
3443 to buffer-local-variables doc (Bug#10715).
3444
3445 2012-02-07 Glenn Morris <rgm@gnu.org>
3446
3447 * display.texi (ImageMagick Images): General update.
3448 Move most details of imagemagick-render-type to the variable's doc.
3449
3450 2012-02-06 Glenn Morris <rgm@gnu.org>
3451
3452 * keymaps.texi (Tool Bar): Mention separators.
3453 (Inheritance and Keymaps):
3454 Mention make-composed-keymap and multiple inheritance.
3455
3456 * modes.texi (Running Hooks): Mention run-hook-wrapped.
3457
3458 * control.texi (Handling Errors):
3459 Mention condition-case-no-debug and with-demoted-errors.
3460
3461 2012-02-05 Chong Yidong <cyd@gnu.org>
3462
3463 * customize.texi (Common Keywords): Minor clarifications.
3464 Document custom-unlispify-remove-prefixes.
3465 (Variable Definitions): Backquotes in defcustom seem to work fine
3466 now. Various other copyedits.
3467 (Simple Types): Copyedits. Document color selector.
3468 (Composite Types): Copyedits.
3469 (Splicing into Lists): Clarifications.
3470
3471 * eval.texi (Backquote): Move from macros.texi.
3472
3473 * macros.texi (Expansion): Minor clarification.
3474 (Backquote): Move node to eval.texi.
3475 (Defining Macros): Move an example from Backquote node.
3476 (Argument Evaluation): No need to mention Pascal.
3477 (Indenting Macros): Add xref to Defining Macros.
3478
3479 2012-02-05 Glenn Morris <rgm@gnu.org>
3480
3481 * debugging.texi (Error Debugging): Mention debug-on-event default.
3482
3483 2012-02-04 Glenn Morris <rgm@gnu.org>
3484
3485 * backups.texi (Reverting): Mention revert-buffer-in-progress-p.
3486
3487 * debugging.texi (Error Debugging): Mention debug-on-event.
3488 * commands.texi (Misc Events): Mention sigusr1,2 and debugging.
3489
3490 * modes.texi (Running Hooks): Try to clarify with-wrapper-hook.
3491
3492 * text.texi (Buffer Contents):
3493 Update filter-buffer-substring description.
3494
3495 2012-02-04 Chong Yidong <cyd@gnu.org>
3496
3497 * functions.texi (What Is a Function): Add closures.
3498 Mention "return value" terminology. Add xref for command-execute.
3499 Remove unused "keystroke command" terminology.
3500 (Lambda Expressions): Give a different example than in the
3501 following subsection. Add xref to Anonymous Functions.
3502 (Function Documentation): Remove gratuitous markup.
3503 (Function Names): Move introductory text to `What Is a Function'.
3504 (Defining Functions): Fix defun argument spec.
3505 (Anonymous Functions): Document lambda macro explicitly.
3506 Mention effects on lexical binding.
3507 (Function Cells): Downplay direct usage of fset.
3508 (Closures): New node.
3509 (Inline Functions): Remove "open-code" terminology.
3510 (Declaring Functions): Minor tweak; .m is not C code.
3511
3512 * variables.texi (Variables): Don't refer to "global value".
3513 (Local Variables, Void Variables): Copyedits.
3514 (Lexical Binding): Minor clarification of example.
3515 (File Local Variables): Mention :safe and :risky defcustom args.
3516 (Lexical Binding): Add xref to Closures node.
3517
3518 2012-02-04 Glenn Morris <rgm@gnu.org>
3519
3520 * minibuf.texi (High-Level Completion): Updates for read-color.
3521
3522 2012-02-03 Glenn Morris <rgm@gnu.org>
3523
3524 * display.texi (GIF Images): Mention animation.
3525 Remove commented-out old example of animation.
3526 (Animated Images): New subsection.
3527 * elisp.texi (Top):
3528 * vol1.texi (Top):
3529 * vol2.texi (Top): Add Animated Images menu entry.
3530
3531 * display.texi (Image Formats): Remove oddly specific information
3532 on versions of image libraries.
3533 (GIF Images, TIFF Images): Minor rephrasing.
3534
3535 2012-02-02 Glenn Morris <rgm@gnu.org>
3536
3537 * processes.texi (Synchronous Processes):
3538 Mention call-process's :file gets overwritten.
3539
3540 * commands.texi (Reading One Event):
3541 * help.texi (Help Functions): Document read-char-choice.
3542
3543 * hooks.texi (Standard Hooks):
3544 * modes.texi (Keymaps and Minor Modes):
3545 * text.texi (Commands for Insertion): Document post-self-insert-hook.
3546
3547 * hooks.texi (Standard Hooks): Add prog-mode-hook.
3548
3549 * hooks.texi (Standard Hooks):
3550 * modes.texi (Major Mode Conventions, Mode Hooks):
3551 Document change-major-mode-after-body-hook.
3552
3553 2012-02-01 Glenn Morris <rgm@gnu.org>
3554
3555 * modes.texi (Defining Minor Modes):
3556 Mention disabling global minor modes on a per-major-mode basis.
3557
3558 2012-01-31 Chong Yidong <cyd@gnu.org>
3559
3560 * syntax.texi (Parsing Expressions): Clarify intro (Bug#10657).
3561 (Parser State): Remove unnecessary statement (Bug#10661).
3562
3563 * eval.texi (Intro Eval): Add footnote about "sexp" terminology.
3564
3565 2012-01-31 Glenn Morris <rgm@gnu.org>
3566
3567 * modes.texi (Defining Minor Modes):
3568 Document define-minor-mode's new :variable keyword.
3569
3570 2012-01-29 Chong Yidong <cyd@gnu.org>
3571
3572 * syntax.texi (Syntax Class Table): Tweak description of newline
3573 char syntax (Bug#9619).
3574
3575 * numbers.texi (Predicates on Numbers): Fix wholenump/natnump
3576 description (Bug#10189).
3577
3578 2012-01-29 Glenn Morris <rgm@gnu.org>
3579
3580 * files.texi (Changing Files): Document SELinux support.
3581
3582 * windows.texi (Window Sizes): Fix typo.
3583
3584 2012-01-28 Chong Yidong <cyd@gnu.org>
3585
3586 * display.texi (Fringe Indicators): Clarify fringe-indicator-alist
3587 doc (Bug#8568).
3588
3589 * frames.texi (Input Focus): Add NORECORD arg to
3590 select-frame-set-input-focus. Clarify its role in select-frame.
3591
3592 * text.texi (Transposition): We don't use transpose-region as an
3593 internal subroutine (Bug#3249).
3594
3595 * modes.texi (Example Major Modes): Update Lisp example code to
3596 current sources. Delete the old non-derived-major-mode example,
3597 which has diverged badly from current sources.
3598
3599 2012-01-27 Glenn Morris <rgm@gnu.org>
3600
3601 * makefile.w32-in (texinputdir): Fix (presumed) typo.
3602 (VERSION, manual): Remove, unused.
3603
3604 2012-01-27 Chong Yidong <cyd@gnu.org>
3605
3606 * commands.texi (Command Overview): Minor clarification (Bug#10384).
3607
3608 2012-01-26 Chong Yidong <cyd@gnu.org>
3609
3610 * searching.texi (String Search): Document negative repeat count
3611 (Bug#10507).
3612
3613 2012-01-26 Glenn Morris <rgm@gnu.org>
3614
3615 * variables.texi (Using Lexical Binding):
3616 Mention that lexical-binding should be set in the first line.
3617
3618 2012-01-26 Lars Ingebrigtsen <larsi@gnus.org>
3619
3620 * macros.texi (Defining Macros): Don't claim that `declare' only
3621 affects Edebug and indentation.
3622
3623 2012-01-25 Lars Ingebrigtsen <larsi@gnus.org>
3624
3625 * macros.texi (Defining Macros): Slight `declare' fixup.
3626
3627 2012-01-25 Glenn Morris <rgm@gnu.org>
3628
3629 * makefile.w32-in (texinputdir):
3630 * Makefile.in (ENVADD): Add $emacsdir. (Bug#10603)
3631
3632 2012-01-24 Chong Yidong <cyd@gnu.org>
3633
3634 * variables.texi (Variables, Local Variables, Void Variables):
3635 Edit to make the descriptions less specific to dynamic binding.
3636 (Local Variables): Default max-specpdl-size is now 1300.
3637 (Defining Variables): Edits for lexical scoping.
3638 Delete information about starting docstrings with *. De-document
3639 user-variable-p.
3640 (Tips for Defining): Remove an unimportant discussion of quitting
3641 in the middle of a load.
3642 (Accessing Variables, Setting Variables): Discuss lexical binding.
3643 (Variable Scoping): Rewrite.
3644 (Scope, Extent, Impl of Scope): Nodes deleted.
3645 (Dynamic Binding): New node, with material from Scope, Extent, and
3646 Impl of Scope nodes.
3647 (Dynamic Binding Tips): Rename from Using Scoping.
3648 (Lexical Binding): Rewrite.
3649 (Using Lexical Binding): Rename from Converting to Lexical
3650 Binding. Convert to subsection.
3651
3652 * customize.texi (Variable Definitions): Add custom-variable-p.
3653 Move user-variable-p documentation here.
3654
3655 2012-01-23 Chong Yidong <cyd@gnu.org>
3656
3657 * strings.texi (Text Comparison): Minor qualification.
3658
3659 * lists.texi (Cons Cells): Copyedits.
3660 (List Elements): Mention push.
3661 (List Variables): Mention pop.
3662 (Rings): Move to sequences.texi.
3663
3664 * sequences.texi (Sequence Functions): Don't repeat the
3665 introduction already given in the parent.
3666 (Vectors): Copyedits.
3667 (Rings): Move from lists.texi. Note that this is specific to the
3668 ring package.
3669
3670 * symbols.texi (Definitions, Symbol Components): Mention variable
3671 scoping issues.
3672 (Plists and Alists): Copyedits.
3673
3674 * eval.texi (Intro Eval, Symbol Forms): Minor tweaks for
3675 correctness with lexical scoping.
3676 (Eval): Copyedits.
3677
3678 2012-01-21 Chong Yidong <cyd@gnu.org>
3679
3680 * intro.texi (A Sample Function Description): Special notation
3681 used for macros too.
3682
3683 * objects.texi (Ctl-Char Syntax, Other Char Bits): Copyedits.
3684 (Symbol Type): Add xref for keyword symbols.
3685 (Sequence Type): Clarify differences between sequence types.
3686 (Cons Cell Type): Add "linked list" index entry.
3687 (Non-ASCII in Strings): Copyedits.
3688 (Equality Predicates): Symbols with same name need not be eq.
3689
3690 * numbers.texi (Float Basics): Document isnan, copysign, frexp and
3691 ldexp. Move float-e and float-pi to Math Functions node.
3692
3693 2012-01-21 Glenn Morris <rgm@gnu.org>
3694
3695 * modes.texi (Auto Major Mode):
3696 * variables.texi (File Local Variables):
3697 Mention inhibit-local-variables-regexps.
3698
3699 2012-01-19 Martin Rudalics <rudalics@gmx.at>
3700
3701 * windows.texi (Window Configurations): Rewrite references to
3702 persistent window parameters.
3703 (Window Parameters): Fix description of persistent window
3704 parameters.
3705
3706 2012-01-16 Juanma Barranquero <lekktu@gmail.com>
3707
3708 * windows.texi (Window Parameters): Use @pxref.
3709
3710 2012-01-16 Martin Rudalics <rudalics@gmx.at>
3711
3712 * windows.texi (Window Configurations, Window Parameters):
3713 Describe persistent window parameters.
3714
3715 2011-12-27 Stefan Monnier <monnier@iro.umontreal.ca>
3716
3717 * variables.texi (Creating Buffer-Local): Warn against misuses of
3718 make-variable-buffer-local (bug#10258).
3719
3720 2012-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
3721
3722 * macros.texi (Defining Macros): Document `doc-string' (bug#9668).
3723
3724 2012-01-06 Chong Yidong <cyd@gnu.org>
3725
3726 * variables.texi (Directory Local Variables):
3727 Document hack-dir-local-variables-non-file-buffer.
3728
3729 2012-01-06 Glenn Morris <rgm@gnu.org>
3730
3731 * maps.texi (Standard Keymaps): Refer to Info-edit by name
3732 rather than by keybinding.
3733
3734 2011-12-29 Juanma Barranquero <lekktu@gmail.com>
3735
3736 * frames.texi (Font and Color Parameters): Add @pxref.
3737
3738 2011-12-29 Daniel Colascione <dan.colascione@gmail.com>
3739
3740 * frames.texi (Font and Color Parameters):
3741 Document w32 font backends (bug#10399).
3742
3743 2011-12-28 Paul Eggert <eggert@cs.ucla.edu>
3744
3745 * files.texi (File Attributes, Changing Files):
3746 Use a more-natural notation for octal numbers.
3747
3748 2011-12-23 Juanma Barranquero <lekktu@gmail.com>
3749
3750 * variables.texi (Variables with Restricted Values):
3751 Change reference to variable (bug#10354).
3752
3753 2011-12-13 Martin Rudalics <rudalics@gmx.at>
3754
3755 * windows.texi (Splitting Windows): Use t instead of non-nil
3756 when describing window-combination-resize.
3757
3758 2011-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
3759
3760 * text.texi (Special Properties): Warn against `intangible' properties
3761 (bug#10222).
3762
3763 2011-11-26 Eli Zaretskii <eliz@gnu.org>
3764
3765 * display.texi (Truncation):
3766 * text.texi (Special Properties): Describe what a stretch-glyph is
3767 instead of using that term without explanation. Make the
3768 cross-references more accurate.
3769
3770 * display.texi (Usual Display): Update the description,
3771 cross-references, and indexing related to display of control
3772 characters and raw bytes.
3773
3774 2011-11-25 Martin Rudalics <rudalics@gmx.at>
3775
3776 * windows.texi (Splitting Windows): Fix description of
3777 window-combination-limit. Suggested by Eli Zaretskii.
3778
3779 2011-11-23 Chong Yidong <cyd@gnu.org>
3780
3781 * windows.texi (Window Sizes): Move window-top-line,
3782 window-left-column, and window-*-pixel-edges to Coordinates and
3783 Windows node.
3784 (Coordinates and Windows): Restore window-edges doc.
3785
3786 2011-11-21 Martin Rudalics <rudalics@gmx.at>
3787
3788 * windows.texi (Windows and Frames, Splitting Windows):
3789 Fix typos.
3790
3791 2011-11-21 Chong Yidong <cyd@gnu.org>
3792
3793 * windows.texi (Splitting Windows): Fix error in documentation of
3794 window-combination-limit.
3795 (Cyclic Window Ordering): Minor fixes to next-window,
3796 one-window-p, and get-lru-window docs. Don't document
3797 window-list-1.
3798 (Buffers and Windows): Copyedits.
3799 (Choosing Window): Document special handling of special-display-*.
3800 (Choosing Window Options): Fix display-buffer-reuse-frames doc.
3801 Don't document even-window-heights, which is going away.
3802 Clarify which options are obeyed by which action functions.
3803
3804 2011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
3805
3806 * display.texi (Invisible Text): Clarify point adjustment (bug#10072).
3807
3808 2011-11-20 Martin Rudalics <rudalics@gmx.at>
3809
3810 * windows.texi (Resizing Windows, Splitting Windows):
3811 Remove term "status" when talking about combination limits.
3812
3813 2011-11-20 Juanma Barranquero <lekktu@gmail.com>
3814
3815 * compile.texi (Compiler Errors):
3816 * help.texi (Help Functions): Fix typos.
3817
3818 2011-11-19 Chong Yidong <cyd@gnu.org>
3819
3820 * windows.texi (Splitting Windows): Clarify role of window
3821 parameters in split-window. Shorten the example.
3822 (Deleting Windows): Rewrite intro to handle internal windows.
3823 Fix delete-windows-on doc.
3824 (Selecting Windows): Copyedits.
3825
3826 2011-11-17 Martin Rudalics <rudalics@gmx.at>
3827
3828 * windows.texi (Resizing Windows, Splitting Windows)
3829 (Deleting Windows): Use term window-combination-resize instead
3830 of window-splits.
3831
3832 2011-11-16 Martin Rudalics <rudalics@gmx.at>
3833
3834 * windows.texi (Resizing Windows, Splitting Windows):
3835 Rename occurrences of window-nest to window-combination-limit.
3836
3837 2011-11-14 Juanma Barranquero <lekktu@gmail.com>
3838
3839 * intro.texi (Lisp History): Fix typo.
3840
3841 2011-11-12 Martin Rudalics <rudalics@gmx.at>
3842
3843 * windows.texi (Splitting Windows, Deleting Windows):
3844 Remove references to splits status of windows.
3845
3846 2011-11-10 Glenn Morris <rgm@gnu.org>
3847
3848 * buffers.texi (Read Only Buffers): Expand a bit on why
3849 toggle-read-only should only be used interactively. (Bug#7292)
3850
3851 2011-11-09 Chong Yidong <cyd@gnu.org>
3852
3853 * windows.texi (Window Sizes): Document window-pixel-edges,
3854 window-inside-pixel-edges, window-absolute-pixel-edges, and
3855 window-inside-absolute-pixel-edges.
3856 (Resizing Windows): shrink-window-if-larger-than-buffer works on
3857 non-full-width windows.
3858
3859 2011-11-09 Martin Rudalics <rudalics@gmx.at>
3860
3861 * windows.texi (Resizing Windows): Rewrite documentation of
3862 window-resizable.
3863
3864 2011-11-09 Chong Yidong <cyd@gnu.org>
3865
3866 * windows.texi (Splitting Windows): Simplify example.
3867
3868 2011-11-08 Chong Yidong <cyd@gnu.org>
3869
3870 * windows.texi (Window Sizes): Copyedits. Document
3871 window-text-height. Remove window-min-height and window-min-width
3872 discussion, referring instead to Emacs manual.
3873 (Splitting Windows, Resizing Windows): Add xref to Emacs manual.
3874 (Resizing Windows): Simplify introduction. Don't document
3875 enlarge-window, shrink-window, enlarge-window-horizontally, and
3876 shrink-window-horizontally; they are no longer preferred for
3877 calling from Lisp, and are already documented in the Emacs manual.
3878
3879 2011-11-07 Glenn Morris <rgm@gnu.org>
3880
3881 * windows.texi (Choosing Window): Fix keybinding typo.
3882
3883 2011-11-07 Martin Rudalics <rudalics@gmx.at>
3884
3885 * windows.texi (Resizing Windows, Splitting Windows)
3886 (Window Configurations): Use "child window" instead of
3887 "subwindow".
3888
3889 2011-11-06 Chong Yidong <cyd@gnu.org>
3890
3891 * windows.texi (Basic Windows): Clarify various definitions.
3892 Treat window-normalize-* as internal; don't document them.
3893 (Windows and Frames): Various clarifications, e.g. non-live
3894 windows also belong to frames. Fix window-list description.
3895 Simplify window nesting example.
3896 (Splitting Windows, Window Configurations):
3897 Use split-window-below.
3898
3899 2011-11-04 Eli Zaretskii <eliz@gnu.org>
3900
3901 * windows.texi (Window Sizes): Mention in the doc string that the
3902 return values of `window-body-height' and `window-body-width' are
3903 in frame's canonical units. (Bug#9949)
3904
3905 2011-10-30 Martin Rudalics <rudalics@gmx.at>
3906
3907 * windows.texi (Windows and Frames): Remove "iso-" infix from
3908 documentation of window-iso-combined-p.
3909
3910 2011-10-26 Chong Yidong <cyd@gnu.org>
3911
3912 * modes.texi (Running Hooks): Document with-wrapper-hook.
3913
3914 2011-10-18 Chong Yidong <cyd@gnu.org>
3915
3916 * display.texi (Glyphless Chars): New node.
3917
3918 2011-10-13 Chong Yidong <cyd@stupidchicken.com>
3919
3920 * text.texi (Yanking): Document yank-excluded-properties.
3921
3922 * package.texi (Packaging Basics): The commentary should say how
3923 to begin using the package.
3924
3925 2011-10-11 Martin Rudalics <rudalics@gmx.at>
3926
3927 * windows.texi (Deleting Windows): Mention which window gets
3928 selected when deleting the selected window.
3929
3930 2011-10-09 Martin Rudalics <rudalics@gmx.at>
3931
3932 * buffers.texi (The Buffer List): Describe how bury-buffer deals
3933 with the selected window.
3934 * windows.texi (Buffers and Windows): Reformulate text on how
3935 replace-buffer-in-windows deals with a window.
3936 (Quitting Windows): Describe how quit-window deals with a
3937 standalone frame. Describe new option frame-auto-hide-function.
3938
3939 2011-10-08 Glenn Morris <rgm@gnu.org>
3940
3941 * symbols.texi (Other Plists): Markup fix. (Bug#9702)
3942
3943 * positions.texi (Excursions): Update warning message.
3944
3945 2011-10-05 Chong Yidong <cyd@stupidchicken.com>
3946
3947 * display.texi (Low-Level Font, Face Attributes, Font Lookup):
3948 Fix Emacs manual xref (Bug#9675).
3949
3950 2011-10-01 Chong Yidong <cyd@stupidchicken.com>
3951
3952 * windows.texi (Textual Scrolling): Document scroll-up-command,
3953 scroll-down-command, scroll-error-top-bottom, and the
3954 scroll-command symbol property.
3955 (Display Action Functions): Fix description of
3956 display-buffer-pop-up-window.
3957
3958 2011-09-28 Juanma Barranquero <lekktu@gmail.com>
3959
3960 * windows.texi (Splitting Windows): Fix typos.
3961
3962 2011-09-25 Martin Rudalics <rudalics@gmx.at>
3963
3964 * windows.texi (Windows and Frames, Display Action Functions)
3965 (Switching Buffers): Fix some typos.
3966 (Buffers and Windows): Remove reference to window-auto-delete.
3967 Reword description of replace-buffer-in-windows.
3968 (Window History): Fix some typos and refer to frame local buffer
3969 list.
3970 (Quitting Windows): New node.
3971 (Window Configurations): Add descriptions of window-state-get
3972 and window-state-put.
3973 (Window Parameters): Describe variable ignore-window-parameters.
3974 Sketch some window parameters currently in use.
3975 * elisp.texi (Top): Update node listing.
3976
3977 2011-09-25 Chong Yidong <cyd@stupidchicken.com>
3978
3979 * windows.texi (Display Action Functions)
3980 (Choosing Window Options): New nodes.
3981
3982 2011-09-24 Chong Yidong <cyd@stupidchicken.com>
3983
3984 * windows.texi (Window History): New node. Move text here from
3985 Buffers and Windows.
3986 (Switching Buffers): Rename from Displaying Buffers, since we
3987 don't document display-buffer here; callers changed.
3988 Document FORCE-SAME-WINDOW arg to switch-to-buffer and
3989 switch-to-buffer-other-frame. Delete duplicate
3990 replace-buffer-in-windows doc.
3991 (Choosing Window): Document display actions.
3992
3993 2011-09-24 Eli Zaretskii <eliz@gnu.org>
3994
3995 * display.texi (Forcing Redisplay): Update the description of
3996 redisplay-dont-pause due to change in the default value.
3997
3998 2011-09-23 Martin Rudalics <rudalics@gmx.at>
3999
4000 * frames.texi (Frames and Windows): Move section and rename to
4001 Windows and Frames in windows.texi.
4002 * windows.texi (Windows): Restructure.
4003 (Basic Windows): Rewrite. Explain live and internal windows and
4004 normalization functions.
4005 (Windows and Frames): Move section here from frames.texi.
4006 Describe subwindows, window combinations, window tree, and
4007 corresponding functions including window-list here.
4008 (Window Sizes): Rename section from Size of Window and move it
4009 up in chapter. Describe total and body sizes and the
4010 corresponding functions. Explain new semantics of
4011 window-min-height/-width.
4012 (Resizing Windows): Move section up in chapter. Describe new
4013 resize functions.
4014 (Splitting Windows): Describe new behavior of split-window,
4015 split-window-above-each-other and split-window-side-by-side.
4016 Provide examples. Describe window-nest and window-splits
4017 options.
4018 (Deleting Windows): Minor rewrite.
4019 (Selecting Windows): Minor rewrite.
4020 Describe frame-selected-window and set-frame-selected-window here.
4021 (Cyclic Window Ordering): Minor rewrite.
4022 Describe window-list-1.
4023 (Buffers and Windows): Rewrite. Explain a window's previous and
4024 next buffers and the corresponding functions.
4025 (Window Tree): Merge into Windows and Frames section.
4026 * elisp.texi (Top): Update node listings for frames and windows
4027 sections.
4028
4029 2011-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
4030
4031 * display.texi (Face Functions): `face-list' returns faces (bug#9564).
4032
4033 2011-09-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
4034
4035 * errors.texi (Standard Errors): Remove apparent placeholder text
4036 (bug#9491).
4037
4038 2011-09-18 Chong Yidong <cyd@stupidchicken.com>
4039
4040 * frames.texi (Management Parameters): Fix description of
4041 icon-type parameter.
4042
4043 2011-09-17 Chong Yidong <cyd@stupidchicken.com>
4044
4045 * tips.texi (Key Binding Conventions): Don't bind a key sequence
4046 ending in C-g. Suggested by Edward O'Connor.
4047
4048 2011-09-17 Eli Zaretskii <eliz@gnu.org>
4049
4050 * numbers.texi (Integer Basics): Add indexing for
4051 most-positive-fixnum and most-negative-fixnum. (Bug#9525)
4052
4053 2011-09-14 Dani Moncayo <dmoncayo@gmail.com>
4054
4055 * lists.texi (Sets And Lists): Fix typo. (Bug#9393)
4056
4057 2011-09-11 Juanma Barranquero <lekktu@gmail.com>
4058
4059 * processes.texi (Network Servers): Clarify what the process
4060 buffer is used for (bug#9233).
4061
4062 2011-08-30 Dani Moncayo <dmoncayo@gmail.com>
4063
4064 * lists.texi (Building Lists): Fix typo.
4065
4066 2011-08-30 Chong Yidong <cyd@stupidchicken.com>
4067
4068 * display.texi (Basic Faces): New node. Document new faces.
4069
4070 * modes.texi (Major Mode Conventions): Move some text there.
4071 (Mode Help): Remove major-mode var, duplicated in Major Modes.
4072
4073 2011-08-29 Chong Yidong <cyd@stupidchicken.com>
4074
4075 * modes.texi (Basic Major Modes): New node. Callers updated.
4076 (Major Modes): Document fundamental-mode and major-mode.
4077 (Major Mode Basics): Node deleted; text moved to Major Modes.
4078 (Derived Modes): Document derived-mode-p.
4079
4080 2011-08-28 Chong Yidong <cyd@stupidchicken.com>
4081
4082 * files.texi (Changing Files, Create/Delete Dirs): Document new
4083 arguments for delete-file, delete-directory, and copy-directory.
4084 (Visiting Functions): Remove view-file; it is documented in the
4085 Emacs manual.
4086
4087 * frames.texi (Layout Parameters): The defaults for the
4088 menu-bar-lines and tool-bar-lines parameters depend on the mode.
4089
4090 * display.texi (Progress): Document spinner functionality.
4091
4092 * os.texi (Killing Emacs): Note that kill-emacs can be called by
4093 operating system signals. Refer to save-buffers-kill-terminal
4094 instead of save-buffers-kill-emacs.
4095
4096 * objects.texi (Symbol Type): Document ## print representation.
4097
4098 2011-08-25 Eli Zaretskii <eliz@gnu.org>
4099
4100 * display.texi (Specified Space): Mention that `space' specs
4101 influence bidi reordering.
4102 (Bidirectional Display): Explain how to use `(space . PROPS)' for
4103 separating fields with bidirectional content.
4104
4105 2011-08-24 Eli Zaretskii <eliz@gnu.org>
4106
4107 * display.texi (Bidirectional Display): Document return value in
4108 buffers that are not bidi-reordered for display, and in unibyte
4109 buffers.
4110
4111 2011-08-23 Eli Zaretskii <eliz@gnu.org>
4112
4113 * nonascii.texi (Character Properties): Document the values for
4114 unassigned codepoints.
4115
4116 2011-08-18 Eli Zaretskii <eliz@gnu.org>
4117
4118 * nonascii.texi (Character Properties): Document use of
4119 `bidi-class' and `mirroring' properties as part of reordering.
4120 Provide cross-references to "Bidirectional Display".
4121
4122 * display.texi (Bidirectional Display): Document the pitfalls of
4123 concatenating strings with bidirectional content, with possible
4124 solutions. Document bidi-string-mark-left-to-right.
4125 Mention paragraph direction in modes that inherit from prog-mode.
4126 Document use of `bidi-class' and `mirroring' properties as part of
4127 reordering.
4128
4129 2011-08-16 Eli Zaretskii <eliz@gnu.org>
4130
4131 * modes.texi (Major Mode Conventions): Improve the documentation
4132 of `mode-class' `special' modes.
4133
4134 * nonascii.texi (Character Properties): Document the `mirroring'
4135 property. Add index entries.
4136
4137 * syntax.texi (Categories): Add an example of defining a new
4138 category and category table.
4139
4140 * searching.texi (Regexp Backslash): Document how to display
4141 existing categories. Mention the possibility of adding
4142 categories, and add an xref to where this is described. Add an
4143 index entry.
4144
4145 2011-08-09 Chong Yidong <cyd@stupidchicken.com>
4146
4147 * text.texi (Special Properties):
4148 * display.texi (Overlay Properties): Note that mouse-face cannot
4149 change the text size (Bug#8530).
4150
4151 2011-08-08 Chong Yidong <cyd@stupidchicken.com>
4152
4153 * os.texi (Time of Day): Remove set-time-zone-rule, and recommend
4154 using setenv instead.
4155
4156 2011-07-28 Eli Zaretskii <eliz@gnu.org>
4157
4158 * display.texi (Bidirectional Display): Document the fact that
4159 bidi-display-reordering is t by default.
4160
4161 2011-07-23 Eli Zaretskii <eliz@gnu.org>
4162
4163 * display.texi (Bidirectional Display): New section.
4164
4165 2011-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
4166 Tim Cross <theophilusx@gmail.com> (tiny change)
4167 Glenn Morris <rgm@gnu.org>
4168
4169 * keymaps.texi (Toolkit Differences): New node. (Bug#8176)
4170
4171 2011-07-15 Andreas Schwab <schwab@linux-m68k.org>
4172
4173 * help.texi (Keys in Documentation): Revert last change.
4174
4175 2011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
4176
4177 * help.texi (Keys in Documentation): Clarify that \= only quotes
4178 the next character, and doesn't affect longer sequences in
4179 particular (bug#8935).
4180
4181 * debugging.texi (Using Debugger):
4182 Mention @code{eval-expression-debug-on-error} (bug#8549).
4183
4184 2011-07-14 Eli Zaretskii <eliz@gnu.org>
4185
4186 * display.texi (Other Display Specs): Document that `left-fringe'
4187 and `right-fringe' display specifications are of the "replacing"
4188 kind.
4189
4190 2011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
4191
4192 * help.texi (Documentation Basics): Add a link to the Function
4193 Documentation node (bug#6580).
4194
4195 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
4196
4197 * keymaps.texi (Menu Bar): Mention :visible and :enable
4198 (bug#6344). Text by Drew Adams.
4199
4200 * modes.texi (Running Hooks): Mention buffer-local hook variables
4201 (bug#6218).
4202
4203 * objects.texi (General Escape Syntax): "a with grave accent" is
4204 ?xe0, not ?x8e0 (bug#5259).
4205
4206 2011-07-12 Chong Yidong <cyd@stupidchicken.com>
4207
4208 * display.texi (Face Attributes, Font Selection): Add references
4209 to the Fonts node in the Emacs manual (Bug#4178).
4210
4211 2011-07-12 Chong Yidong <cyd@stupidchicken.com>
4212
4213 * display.texi (Window Systems): `window-system' is
4214 terminal-local.
4215
4216 * frames.texi (Frame Parameters, Parameter Access): Don't mention
4217 frame-local variables.
4218
4219 * variables.texi (Buffer-Local Variables): Don't mention obsolete
4220 frame-local variables.
4221 (Frame-Local Variables): Node deleted.
4222
4223 * elisp.texi (Top): Update node listing.
4224
4225 2011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
4226
4227 * elisp.texi: Change "inferiors" to "subnodes" in three places
4228 (bug#3523).
4229
4230 2011-07-11 Chong Yidong <cyd@stupidchicken.com>
4231
4232 * frames.texi (Window System Selections): Discussion of
4233 x-select-enable-clipboard moved to Emacs manual.
4234
4235 2011-07-11 Deniz Dogan <deniz@dogan.se>
4236
4237 * commands.texi (Prefix Command Arguments): Remove excessive
4238 apostrophe.
4239
4240 2011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
4241
4242 * syntax.texi (Syntax Descriptors): Clarify that the ". 23" syntax
4243 description is a string (bug#3313).
4244
4245 * frames.texi (Display Feature Testing): Try to explain what all
4246 the visual classes mean (bug#3042).
4247
4248 2011-07-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
4249
4250 * modes.texi (Mode Line Variables): Document `mode-line-remote'
4251 and `mode-line-client' (bug#2974).
4252
4253 * text.texi (Insertion): Clarify marker movements (bug#1651).
4254 Text from Drew Adams.
4255
4256 2011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
4257
4258 * text.texi (Special Properties): Clarify the format of `face'
4259 (bug#1375).
4260
4261 * commands.texi (Interactive Call): Add a `call-interactively'
4262 example (bug#1010).
4263
4264 2011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
4265
4266 * functions.texi (Calling Functions): Link to the "Interactive
4267 Call" node (bug#1001).
4268
4269 2011-07-06 Chong Yidong <cyd@stupidchicken.com>
4270
4271 * customize.texi (Composite Types): Move alist and plist to here
4272 from Simple Types (Bug#7545).
4273
4274 * elisp.texi (Top): Update menu description.
4275
4276 * display.texi (Face Attributes): Document negative line widths
4277 (Bug#6113).
4278
4279 2011-07-03 Tobias C. Rittweiler <tcr@freebits.de> (tiny change)
4280
4281 * searching.texi (Match Data): Note that match data can be
4282 overwritten by most functions (bug#2499).
4283
4284 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
4285
4286 * strings.texi (Formatting Strings): Clarify what the "-" and "0"
4287 flags mean (bug#6659).
4288
4289 * functions.texi (What Is a Function): Document the autoload
4290 object (bug#6496).
4291
4292 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
4293
4294 * customize.texi (Variable Definitions): Clarify that SETFUNCTION
4295 is only used in the Customize user interface (bug#6089).
4296
4297 * display.texi (Showing Images): Mention the point of sliced
4298 images (bug#7836).
4299
4300 2011-07-02 Eli Zaretskii <eliz@gnu.org>
4301
4302 * variables.texi (Defining Variables, Void Variables)
4303 (Constant Variables): Fix incorrect usage of @kindex.
4304
4305 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
4306
4307 * variables.texi (Defining Variables): Add an index entry for
4308 `set-variable' (bug#7262).
4309 (Defining Variables): Use @findex for functions.
4310
4311 * frames.texi (Basic Parameters): Document the `explicit-name'
4312 parameter (bug#6951).
4313
4314 * customize.texi (Type Keywords): Clarify that :value provides a
4315 default value for all types (bug#7386).
4316
4317 * streams.texi (Output Functions): Document `pp'.
4318
4319 2011-06-25 Chong Yidong <cyd@stupidchicken.com>
4320
4321 * keymaps.texi (Searching Keymaps):
4322 * display.texi (Overlay Properties): Fix errors in 2011-05-29
4323 change. Suggested by Johan Bockgård.
4324
4325 2011-06-15 Chong Yidong <cyd@stupidchicken.com>
4326
4327 * text.texi (Special Properties): Clarify role of font-lock-face.
4328
4329 2011-06-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
4330
4331 * processes.texi (Process Information): Rename `process-alive-p'
4332 to `process-live-p' for consistency with other `-live-p' functions.
4333
4334 2011-06-03 Paul Eggert <eggert@cs.ucla.edu>
4335
4336 Document wide integers better.
4337 * files.texi (File Attributes): Document ino_t values better.
4338 ino_t values no longer map to anything larger than a single cons.
4339 * numbers.texi (Integer Basics, Integer Basics, Arithmetic Operations)
4340 (Bitwise Operations):
4341 * objects.texi (Integer Type): Use a binary notation that is a bit easier
4342 to read, and that will port better if 62-bits becomes the default.
4343 Fix or remove incorrect examples.
4344 * os.texi (Time Conversion): Document time_t values better.
4345
4346 2011-05-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
4347
4348 * processes.texi (Process Information):
4349 Document `process-alive-p'.
4350
4351 2011-05-29 Chong Yidong <cyd@stupidchicken.com>
4352
4353 * help.texi (Accessing Documentation):
4354 * display.texi (Pixel Specification):
4355 * processes.texi (Serial Ports, Serial Ports):
4356 * nonascii.texi (Character Properties, Default Coding Systems):
4357 * text.texi (Changing Properties, Special Properties):
4358 * windows.texi (Window Start and End):
4359 * modes.texi (SMIE Indentation Example, SMIE Tricks):
4360 * keymaps.texi (Searching Keymaps, Tool Bar):
4361 * minibuf.texi (Basic Completion):
4362 * compile.texi (Eval During Compile):
4363 * strings.texi (Formatting Strings): Tweaks to avoid overflowing
4364 7x9 paper in printed manual.
4365
4366 * lists.texi (Sets And Lists): Fix misplaced text.
4367
4368 2011-05-29 Chong Yidong <cyd@stupidchicken.com>
4369
4370 * keymaps.texi (Remapping Commands): Emphasize that the keymap
4371 needs to be active (Bug#8350).
4372
4373 2011-05-28 Chong Yidong <cyd@stupidchicken.com>
4374
4375 * minibuf.texi (Reading File Names): Clarify (Bug#8480).
4376
4377 * tips.texi (Coding Conventions): Remove antediluvian filename
4378 limit recommendation (Bug#8538).
4379
4380 2011-05-27 Glenn Morris <rgm@gnu.org>
4381
4382 * modes.texi (Auto Major Mode): Update for set-auto-mode changes.
4383
4384 2011-05-26 Glenn Morris <rgm@gnu.org>
4385
4386 * variables.texi (File Local Variables):
4387 Update hack-local-variables `mode-only' return value.
4388 Add some more details on what this function does in the other case.
4389
4390 2011-05-19 Glenn Morris <rgm@gnu.org>
4391
4392 * lists.texi (Sets And Lists): Mention cl provides union etc.
4393
4394 2011-05-19 Nix <nix@esperi.org.uk>
4395
4396 * windows.texi (Displaying Buffers): pop-to-buffer is not a command.
4397
4398 * text.texi (Parsing HTML): Update for function name changes.
4399
4400 * syntax.texi (Syntax Flags): Small fix.
4401
4402 * keymaps.texi (Active Keymaps): Typo fix.
4403 (Changing Key Bindings): Grammar fix.
4404
4405 * frames.texi (Minibuffers and Frames): Grammar fix.
4406 (Window System Selections): x-select-enable-clipboard now defaults to t.
4407
4408 * customize.texi (Common Keywords):
4409 * display.texi (Abstract Display):
4410 * modes.texi (Auto-Indentation):
4411 * nonascii.texi (Converting Representations): Typo fixes.
4412
4413 * control.texi (Examples of Catch): Call it "goto" not "go to".
4414
4415 2011-05-14 Eli Zaretskii <eliz@gnu.org>
4416
4417 * nonascii.texi (Character Properties): Fix inconsistencies with
4418 implementation.
4419
4420 * text.texi (Special Properties): Move @defvar's out of the
4421 @table. (Bug#8652)
4422
4423 2011-05-12 Glenn Morris <rgm@gnu.org>
4424
4425 * display.texi (Image Descriptors): Fix typo. (Bug#8495)
4426
4427 2011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
4428
4429 * modes.texi (Region to Refontify): Rename from "Region to Fontify".
4430 (Multiline Font Lock):
4431 * vol2.texi (Top):
4432 * vol1.texi (Top):
4433 * elisp.texi (Top): Update menu accordingly.
4434
4435 2011-05-12 Drew Adams <drew.adams@oracle.com>
4436
4437 * modes.texi (Region to Fontify): Fix typo.
4438
4439 2011-05-10 Jim Meyering <meyering@redhat.com>
4440
4441 * minibuf.texi: Fix typo "in in -> in".
4442
4443 2011-05-06 Paul Eggert <eggert@cs.ucla.edu>
4444
4445 * numbers.texi (Integer Basics): Large integers are treated as floats.
4446
4447 2011-04-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
4448
4449 * processes.texi (Synchronous Processes): Document the (:file
4450 "/file-name") syntax for `call-process'.
4451
4452 2011-04-23 Juanma Barranquero <lekktu@gmail.com>
4453
4454 * windows.texi (Choosing Window): Fix typo.
4455
4456 2011-04-23 Chong Yidong <cyd@stupidchicken.com>
4457
4458 * frames.texi (Layout Parameters): Note the difference between
4459 querying and setting parameters for left-fringe and right-fringe
4460 (Bug#6930).
4461
4462 2011-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
4463
4464 * minibuf.texi (Basic Completion): Be a bit more precise about the
4465 valid kinds of completion tables.
4466 (Programmed Completion): Remove obsolete text about lambda expressions
4467 not being valid completion tables.
4468
4469 2011-03-19 Chong Yidong <cyd@stupidchicken.com>
4470
4471 * positions.texi (Excursions): Explain the "save-excursion
4472 defeated by set-buffer" warning.
4473
4474 * buffers.texi (Current Buffer): Copyedits. Don't recommend using
4475 save-excursion. Suggested by Uday S Reddy.
4476
4477 2011-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
4478
4479 * variables.texi (Defining Variables): Mention the new meaning of `defvar'.
4480 (Lexical Binding): New sub-section.
4481
4482 * eval.texi (Eval): Discourage the use of `eval'.
4483 Document its new `lexical' argument.
4484
4485 2011-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
4486
4487 * commands.texi (Command Overview): `post-command-hook' is not reset to
4488 nil any more.
4489
4490 2011-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
4491
4492 * strings.texi (String Conversion): Don't mention
4493 string-make-(uni|multi)byte (bug#8262).
4494 * nonascii.texi (Converting Representations): Fix up range.
4495 * keymaps.texi (Key Binding Commands): Update code point, avoid
4496 "unibyte character" and remove mention of unibyte bindings.
4497
4498 2011-03-10 Eli Zaretskii <eliz@gnu.org>
4499
4500 * modes.texi (Operator Precedence Grammars): Don't use characters
4501 outside ISO-8859-1.
4502
4503 2011-03-09 Eli Zaretskii <eliz@gnu.org>
4504
4505 * intro.texi (Acknowledgements): Convert to ISO-8859-1 encoding.
4506
4507 * makefile.w32-in (MAKEINFO_OPTS): Add --enable-encoding.
4508
4509 2011-03-08 Glenn Morris <rgm@gnu.org>
4510
4511 * Makefile.in (MAKEINFO_OPTS): Add --enable-encoding.
4512 * intro.texi (Acknowledgements): Names to UTF-8.
4513 * elisp.texi: Set documentencoding.
4514
4515 2011-03-07 Chong Yidong <cyd@stupidchicken.com>
4516
4517 * Version 23.3 released.
4518
4519 2011-03-06 Chong Yidong <cyd@stupidchicken.com>
4520
4521 * package.texi: Update index keywords.
4522 (Package Archives): New node contents. Document package-x.el.
4523
4524 2011-03-06 Juanma Barranquero <lekktu@gmail.com>
4525
4526 * makefile.w32-in (srcs): Add package.texi.
4527
4528 2011-03-06 Chong Yidong <cyd@stupidchicken.com>
4529
4530 * package.texi (Packaging, Packaging Basics, Simple Packages)
4531 (Multi-file Packages): Expand and clarify.
4532 (Package Archives): Temporary placeholder node.
4533
4534 * elisp.texi (Top): Update node listing.
4535
4536 * Makefile.in (srcs): Add package.texi.
4537
4538 2011-03-05 Chong Yidong <cyd@stupidchicken.com>
4539
4540 * processes.texi (Synchronous Processes): Minor clarification
4541 (Bug#8149).
4542
4543 2011-03-03 Glenn Morris <rgm@gnu.org>
4544
4545 * files.texi (Truenames): Minor clarification. (Bug#2341)
4546
4547 2011-03-01 Glenn Morris <rgm@gnu.org>
4548
4549 * variables.texi (Directory Local Variables):
4550 Mention `(subdirs . nil)' alist element.
4551
4552 2011-02-28 Glenn Morris <rgm@gnu.org>
4553
4554 * variables.texi (Directory Local Variables): Mention the optional
4555 mtime argument of dir-locals-set-directory-class. (Bug#3577)
4556
4557 2011-02-27 Chong Yidong <cyd@stupidchicken.com>
4558
4559 * minibuf.texi (Minibuffer History): Clarify discussion of
4560 minibuffer history lists (Bug#8085).
4561
4562 2011-02-19 Eli Zaretskii <eliz@gnu.org>
4563
4564 * elisp.texi: Sync @dircategory with ../../info/dir.
4565
4566 * files.texi (Visiting Functions): Document find-file-literally,
4567 both the command and the variable.
4568
4569 * variables.texi (Creating Buffer-Local): Explain the meaning of
4570 permanent local variables.
4571
4572 * files.texi (Visiting Functions): Document find-file-literally,
4573 both the command and the variable.
4574
4575 * variables.texi (Creating Buffer-Local): Explain the meaning of
4576 permanent local variables.
4577
4578 2011-02-19 Glenn Morris <rgm@gnu.org>
4579
4580 * keymaps.texi (Remapping Commands): Mention how to undo it.
4581
4582 2011-02-09 Reuben Thomas <rrt@sc3d.org>
4583
4584 * loading.texi (Hooks for Loading): Remove unnecessary advice
4585 about eval-after-load (Bug#7986).
4586
4587 2011-02-05 Chong Yidong <cyd@stupidchicken.com>
4588
4589 * commands.texi (Accessing Mouse): Note that a header line is not
4590 included in the row of posn-col-row.
4591
4592 2011-02-02 Chong Yidong <cyd@stupidchicken.com>
4593
4594 * modes.texi (Major Mode Conventions): Add face guidelines.
4595 (Faces for Font Lock): List faces in order of prominence.
4596
4597 2011-02-01 Paul Eggert <eggert@cs.ucla.edu>
4598
4599 format-time-string now supports subsecond time stamp resolution
4600 * os.texi (Time Parsing): Document %N.
4601
4602 2011-01-28 Chong Yidong <cyd@stupidchicken.com>
4603
4604 * vol1.texi (Top):
4605 * vol2.texi (Top):
4606 * elisp.texi (Top):
4607 * display.texi (Display Property): Shorten the menu description of
4608 the "Other Display Specs" node (Bug#7816).
4609
4610 * keymaps.texi (Defining Menus): Add "menu item" and "extended
4611 menu item" concept index entries (Bug#7805).
4612
4613 2011-01-29 Eli Zaretskii <eliz@gnu.org>
4614
4615 * makefile.w32-in (texinfodir): New variable.
4616 (usermanualdir): Remove as redundant with $(emacsdir).
4617 (MAKEINFO): Remove options, leave only program name.
4618 (MAKEINFO_OPTS): New variable.
4619 (texinputdir, $(infodir)/elisp): Use $(MAKEINFO_OPTS).
4620
4621 2011-01-25 Chong Yidong <cyd@stupidchicken.com>
4622 Richard Kim <emacs18@gmail.com>
4623
4624 * loading.texi (Library Search): Document list-load-path-shadows
4625 (Bug#7757).
4626
4627 2011-01-25 Chong Yidong <cyd@stupidchicken.com>
4628
4629 * searching.texi (Regexp Special): Remove outdated discussion of
4630 character sets (Bug#7780).
4631
4632 * frames.texi (Pop-Up Menus): Document where menu title comes
4633 from (Bug#7684).
4634
4635 2011-01-25 Glenn Morris <rgm@gnu.org>
4636
4637 * display.texi (Making Buttons): Mention limitation of text buttons.
4638
4639 2011-01-23 Werner Lemberg <wl@gnu.org>
4640
4641 * Makefile.in (MAKEINFO): Now controlled by `configure'.
4642 (MAKEINFO_OPTS): New variable. Use it where appropriate.
4643 (ENVADD): New variable to control texi2dvi and texi2pdf.
4644
4645 2011-01-15 Chong Yidong <cyd@stupidchicken.com>
4646
4647 * files.texi (Directory Names): Move directory-abbrev-alist doc to
4648 Emacs manual.
4649
4650 2011-01-15 Eli Zaretskii <eliz@gnu.org>
4651
4652 * files.texi (Directory Names): Explain why FROM in
4653 directory-abbrev-alist should begin with \`. (Bug#7777)
4654
4655 2011-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
4656
4657 * loading.texi (Hooks for Loading): Adjust doc of eval-after-load.
4658
4659 2011-01-02 Eli Zaretskii <eliz@gnu.org>
4660
4661 * modes.texi (Emulating Mode Line): Fix last change.
4662
4663 2011-01-02 Eli Zaretskii <eliz@gnu.org>
4664
4665 * modes.texi (Emulating Mode Line): Update documentation of
4666 format-mode-line according to changes that fixed bug #7587.
4667
4668 2010-12-18 Stefan Monnier <monnier@iro.umontreal.ca>
4669
4670 * modes.texi (Derived Modes): Mention prog-mode.
4671
4672 * keymaps.texi (Simple Menu Items, Extended Menu Items): Remove mention
4673 of the key-binding-data cache since we don't use it any more.
4674
4675 2010-12-13 Eli Zaretskii <eliz@gnu.org>
4676
4677 * processes.texi (Shell Arguments):
4678 * strings.texi (Creating Strings): Don't mention "shell commands";
4679 make it explicit that `split-string-and-unquote' and
4680 `combine-and-quote-strings' are mainly for working with arguments
4681 to call-process and start-process.
4682
4683 * processes.texi (Shell Arguments): Fix documentation of
4684 `split-string-and-unquote'. Add indexing. (Bug#7563)
4685
4686 2010-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
4687
4688 * modes.texi (Auto-Indentation): New section to document SMIE.
4689 (Major Mode Conventions):
4690 * text.texi (Mode-Specific Indent): Refer to it.
4691
4692 2010-12-13 Eli Zaretskii <eliz@gnu.org>
4693
4694 * display.texi (Other Display Specs): Document left-fringe and
4695 right-fringe display specs.
4696
4697 2010-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
4698
4699 * backups.texi (Making Backups):
4700 * modes.texi (Example Major Modes): Use recommended coding style.
4701 (Major Mode Basics, Derived Modes): Encourge more strongly use of
4702 define-derived-mode. Mention completion-at-point-functions.
4703
4704 2010-12-13 Chong Yidong <cyd@stupidchicken.com>
4705
4706 * nonascii.texi (Converting Representations):
4707 Document byte-to-string.
4708
4709 2010-12-08 Glenn Morris <rgm@gnu.org>
4710
4711 * buffers.texi (Modification Time):
4712 verify-visited-file-modtime now defaults to the current buffer.
4713
4714 2010-11-27 Chong Yidong <cyd@stupidchicken.com>
4715
4716 * nonascii.texi (Converting Representations): Document byte-to-string.
4717
4718 * strings.texi (Creating Strings): Don't mention semi-obsolete
4719 function char-to-string.
4720 (String Conversion): Shorten discussion of semi-obsolete function
4721 string-to-char. Link to Converting Representations.
4722
4723 * objects.texi (Symbol Type):
4724 * text.texi (Near Point):
4725 * help.texi (Help Functions):
4726 * functions.texi (Mapping Functions): Use string instead of
4727 char-to-string in examples.
4728
4729 2010-11-27 Chong Yidong <cyd@stupidchicken.com>
4730
4731 * text.texi (Kill Functions, Kill Functions)
4732 (Low-Level Kill Ring, Low-Level Kill Ring): Remove obsolete
4733 YANK-HANDLER args.
4734
4735 * symbols.texi (Creating Symbols): Using unintern without an
4736 obarray arg is now obsolete.
4737
4738 * numbers.texi (Float Basics): Document float-e and float-pi.
4739
4740 * variables.texi (Defining Variables): Change "pi" example to
4741 "float-pi".
4742
4743 2010-11-26 Eli Zaretskii <eliz@gnu.org>
4744
4745 * commands.texi (Click Events): Document the values of X, Y and
4746 COL, ROW in the event's position, when the click is on the header
4747 or mode line, on the fringes, or in the margins.
4748
4749 2010-11-17 Eli Zaretskii <eliz@gnu.org>
4750
4751 * customize.texi (Composite Types): Lower-case index entry.
4752
4753 * loading.texi (How Programs Do Loading):
4754 Document load-file-name. (Bug#7346)
4755
4756 2010-11-17 Glenn Morris <rgm@gnu.org>
4757
4758 * text.texi (Kill Functions, Low-Level Kill Ring): Small fixes.
4759
4760 2010-11-13 Eli Zaretskii <eliz@gnu.org>
4761
4762 * display.texi (Usual Display): Characters with no fonts are not
4763 necessarily displayed as empty boxes.
4764
4765 2010-10-31 Glenn Morris <rgm@gnu.org>
4766
4767 * maps.texi (Standard Keymaps): Update File menu description.
4768
4769 2010-10-28 Glenn Morris <rgm@gnu.org>
4770
4771 * Makefile.in (elisp.dvi, elisp.pdf): Also include $emacsdir.
4772
4773 2010-10-24 Eli Zaretskii <eliz@gnu.org>
4774
4775 * display.texi (Window Systems): Deprecate use of window-system as
4776 a predicate.
4777
4778 2010-10-23 Glenn Morris <rgm@gnu.org>
4779
4780 * help.texi (Documentation Basics): Remove mentions of digest-doc and
4781 sorted-doc.
4782
4783 2010-10-15 Eli Zaretskii <eliz@gnu.org>
4784
4785 * os.texi (Dynamic Libraries): New node, with slightly modified
4786 text deleted from "Image Formats".
4787 (System Interface): Add @menu entry for "Dynamic Libraries".
4788
4789 * display.texi (Image Formats): Remove description of
4790 image-library-alist. (Renamed in 2010-10-13T14:50:06Z!lekktu@gmail.com.)
4791
4792 2010-10-12 Glenn Morris <rgm@gnu.org>
4793
4794 * book-spine.texinfo: Rename to book-spine.texi.
4795
4796 2010-10-11 Glenn Morris <rgm@gnu.org>
4797
4798 * Makefile.in (MAKEINFO): Add explicit -I$srcdir.
4799
4800 * Makefile.in (DVIPS): New variable.
4801 (.PHONY): Add html, ps.
4802 (html, elisp.html, ps, elisp.ps): New targets.
4803 (clean): Delete html, ps files.
4804 ($(infodir)/elisp): Remove unnecessary includes.
4805
4806 2010-10-09 Eli Zaretskii <eliz@gnu.org>
4807
4808 * makefile.w32-in (emacsdir): New variable.
4809 (srcs): Add emacsver.texi.
4810 ($(infodir)/elisp, elisp.dvi): Add -I$(emacsdir).
4811
4812 2010-10-09 Glenn Morris <rgm@gnu.org>
4813
4814 * Makefile.in (VPATH): Remove.
4815 (infodir): Make it absolute.
4816 (mkinfodir, $(infodir)/elisp, infoclean): No need to cd $srcdir.
4817
4818 * Makefile.in (dist): Anchor regexps.
4819
4820 * Makefile.in (srcs): Put elisp.texi first.
4821 ($(infodir)/elisp, elisp.dvi, elisp.pdf): Use $<.
4822
4823 * Makefile.in (infoclean): Remove harmless, long-standing error.
4824
4825 * Makefile.in ($(infodir)): Delete rule.
4826 (mkinfodir): New.
4827 ($(infodir)/elisp): Use $mkinfodir instead of infodir.
4828
4829 * Makefile.in (dist): Remove reference to emacsver.texi.in.
4830 Also copy emacsver.texi, and edit $emacsdir.
4831
4832 2010-10-09 Glenn Morris <rgm@gnu.org>
4833
4834 * Makefile.in (emacsdir): New variable.
4835 (MAKEINFO): Add -I $emacsdir.
4836 (dist): Copy emacsver.texi.
4837 (srcs): Add emacsver.texi.
4838
4839 * book-spine.texinfo, elisp.texi, vol2.texi, vol1.texi:
4840 Set EMACSVER by including emacsver.texi.
4841
4842 * Makefile.in (.PHONY): Declare info, dvi, pdf, dist.
4843
4844 2010-10-07 Glenn Morris <rgm@gnu.org>
4845
4846 * Makefile.in (version): New, set by configure.
4847 (clean): Delete dist tar file.
4848 (dist): Use version in tar name.
4849
4850 2010-10-06 Glenn Morris <rgm@gnu.org>
4851
4852 * Makefile.in: Rearrange to more closely resemble doc/emacs/Makefile.
4853 (INSTALL_INFO): Remove unused variable.
4854 (mostlyclean, infoclean, dist): New rules.
4855 (clean): Delete dvi and pdf files.
4856 (maintainer-clean): Remove elisp.oaux, use infoclean.
4857 ($(infodir)): Add parallel build workaround.
4858
4859 2010-10-04 Glenn Morris <rgm@gnu.org>
4860
4861 * Makefile.in (dvi, pdf, $(infodir)): New targets.
4862 ($(infodir)/elisp): Ensure target directory exists. Use $@.
4863 Fix -I typo.
4864 (clean): No 'make.out' or 'core' files.
4865 (.PHONY): Declare clean rules.
4866 (maintainer-clean): Delete pdf file. Guard against cd failures.
4867
4868 2010-10-03 Glenn Morris <rgm@gnu.org>
4869
4870 * files.texi (File Name Components): Remove ignored section about
4871 deleted variable directory-sep-char.
4872
4873 2010-10-03 Michael Albinus <michael.albinus@gmx.de>
4874
4875 * files.texi (Magic File Names): New defopt
4876 remote-file-name-inhibit-cache.
4877
4878 2010-10-02 Glenn Morris <rgm@gnu.org>
4879
4880 * os.texi (Killing Emacs): Hook now runs in batch mode.
4881
4882 2010-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
4883
4884 * text.texi (Special Properties): Clarify when modification-hooks run.
4885
4886 2010-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
4887
4888 * syntax.texi (Syntax Flags): Document new `c' flag.
4889
4890 2010-09-09 Glenn Morris <rgm@gnu.org>
4891
4892 * display.texi (ImageMagick Images): General cleanup.
4893
4894 2010-09-06 Alexander Klimov <alserkli@inbox.ru> (tiny change)
4895
4896 * files.texi (Directory Names): Use \` rather than ^.
4897
4898 2010-09-02 Jan Djärv <jan.h.d@swipnet.se>
4899
4900 * text.texi (Low-Level Kill Ring):
4901 * frames.texi (Window System Selections): Remove cut buffer
4902 documentation.
4903
4904 2010-08-28 Eli Zaretskii <eliz@gnu.org>
4905
4906 * display.texi (Fringe Size/Pos): Add a cross-reference to "Layout
4907 Parameters", where the default fringe width is described.
4908
4909 * frames.texi (Window Frame Parameters, Basic Parameters)
4910 (Position Parameters, Layout Parameters, Management Parameters)
4911 (Cursor Parameters, Font and Color Parameters): Add indexing for
4912 frame parameters. (Bug#6929)
4913
4914 2010-08-25 Tom Tromey <tromey@redhat.com>
4915
4916 * vol2.texi (Top): Update.
4917 * vol1.texi (Top): Update.
4918 * tips.texi (Library Headers): Mention Package-Version and
4919 Package-Requires.
4920 * package.texi: New file.
4921 * os.texi (System Interface): Update pointers.
4922 * elisp.texi (Top): Link to new nodes. Include package.texi.
4923 * anti.texi (Antinews): Update pointers.
4924
4925 2010-08-25 Eli Zaretskii <eliz@gnu.org>
4926
4927 * processes.texi (Filter Functions): Fix last change.
4928
4929 2010-08-24 Markus Triska <triska@gmx.at>
4930
4931 * processes.texi (Filter Functions): Use `buffer-live-p' instead
4932 of `buffer-name' in the main text as well as in the example
4933 (Bug#3098).
4934
4935 2010-08-22 Chong Yidong <cyd@stupidchicken.com>
4936
4937 * nonascii.texi (Text Representations):
4938 * loading.texi (Loading Non-ASCII):
4939 * compile.texi (Byte Compilation): Don't mention obsolete
4940 --unibyte command-line argument.
4941
4942 2010-08-22 Chong Yidong <cyd@stupidchicken.com>
4943
4944 * modes.texi (Defining Minor Modes): Doc fix (Bug#6880).
4945
4946 2010-08-22 Chong Yidong <cyd@stupidchicken.com>
4947
4948 * objects.texi (Bool-Vector Type): Minor definition tweak (Bug#6878).
4949
4950 2010-08-20 Eli Zaretskii <eliz@gnu.org>
4951
4952 * commands.texi (Misc Events): Add cross-references to where
4953 POSITION of a mouse event is described in detail.
4954
4955 2010-08-08 Christoph Scholtes <cschol2112@googlemail.com>
4956
4957 * control.texi (Handling Errors) <error-message-string>: Fix arg name.
4958
4959 2010-08-08 Juanma Barranquero <lekktu@gmail.com>
4960
4961 * modes.texi (Defining Minor Modes): Use C-backspace, not C-delete.
4962 Suggested by Štěpán Němec <stepnem@gmail.com>.
4963
4964 2010-08-08 Juanma Barranquero <lekktu@gmail.com>
4965
4966 * minibuf.texi (High-Level Completion): Document args of
4967 `read-buffer-function' (bug#5625).
4968
4969 2010-07-29 Jan Djärv <jan.h.d@swipnet.se>
4970
4971 * frames.texi (Layout Parameters): Add doc for tool-bar-position.
4972
4973 2010-07-29 Michael Albinus <michael.albinus@gmx.de>
4974
4975 * processes.texi (Process Information): Explain process property
4976 `remote-tty'.
4977
4978 2010-07-27 Juanma Barranquero <lekktu@gmail.com>
4979
4980 * modes.texi (Defining Minor Modes): Use C-delete in examples,
4981 instead of "\C-\^?" (bug#6334).
4982
4983 * text.texi (Special Properties): Fix typo.
4984
4985 2010-07-09 Eli Zaretskii <eliz@gnu.org>
4986
4987 * internals.texi (Writing Emacs Primitives): Adapt to ANSI C
4988 calling sequences, which are now the standard.
4989
4990 2010-06-24 Chong Yidong <cyd@stupidchicken.com>
4991
4992 * text.texi (Undo): Clarify command loop behavior (Bug#2433).
4993
4994 * commands.texi (Command Overview): Mention undo-boundary call.
4995
4996 2010-06-23 Glenn Morris <rgm@gnu.org>
4997
4998 * abbrevs.texi, commands.texi, compile.texi, debugging.texi:
4999 * display.texi, edebug.texi, elisp.texi, eval.texi, files.texi:
5000 * frames.texi, functions.texi, internals.texi, keymaps.texi:
5001 * loading.texi, minibuf.texi, numbers.texi, os.texi, processes.texi:
5002 * searching.texi, sequences.texi, strings.texi, syntax.texi:
5003 * text.texi, tips.texi, vol1.texi, vol2.texi, windows.texi:
5004 Untabify Texinfo files.
5005
5006 2010-06-20 Chong Yidong <cyd@stupidchicken.com>
5007
5008 * modes.texi (Minor Mode Conventions): Fix typo (Bug#6477).
5009
5010 2010-06-19 Chong Yidong <cyd@stupidchicken.com>
5011
5012 * errors.texi (Standard Errors): Remove unnecessary markup (Bug#6461).
5013
5014 2010-06-02 Chong Yidong <cyd@stupidchicken.com>
5015
5016 * searching.texi (Regexp Special): Remove obsolete information
5017 about matching non-ASCII characters, and suggest using char
5018 classes (Bug#6283).
5019
5020 2010-05-30 Juanma Barranquero <lekktu@gmail.com>
5021
5022 * minibuf.texi (Basic Completion): Add missing "@end defun".
5023
5024 2010-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
5025
5026 * minibuf.texi (Basic Completion): Document completion-boundaries.
5027 (Programmed Completion): Document the new fourth method for boundaries.
5028
5029 2010-05-22 Chong Yidong <cyd@stupidchicken.com>
5030
5031 * display.texi (Image Cache): Update documentation about image caching.
5032
5033 2010-05-08 Štěpán Němec <stepnem@gmail.com> (tiny change)
5034
5035 * windows.texi (Textual Scrolling):
5036 * tips.texi (Coding Conventions):
5037 * minibuf.texi (Minibuffer History):
5038 * maps.texi (Standard Keymaps):
5039 * loading.texi (Where Defined):
5040 * edebug.texi (Instrumenting): Fix typos.
5041
5042 2010-05-08 Chong Yidong <cyd@stupidchicken.com>
5043
5044 * keymaps.texi (Menu Bar): Document :advertised-binding property.
5045
5046 * functions.texi (Obsolete Functions):
5047 Document set-advertised-calling-convention.
5048
5049 * minibuf.texi (Basic Completion): Document completion-in-region.
5050 (Programmed Completion): Document completion-annotate-function.
5051
5052 * commands.texi (Reading One Event): Document read-key.
5053 (Distinguish Interactive): Document KIND arg to
5054 called-interactively-p. Delete obsolete interactive-p.
5055
5056 * elisp.texi (Top): Update node description.
5057
5058 2010-05-08 Eli Zaretskii <eliz@gnu.org>
5059
5060 * nonascii.texi (Character Properties):
5061 Document unicode-category-table. Add an index entry for Unicode
5062 general category.
5063
5064 2010-05-07 Chong Yidong <cyd@stupidchicken.com>
5065
5066 * Version 23.2 released.
5067
5068 2010-04-20 Juanma Barranquero <lekktu@gmail.com>
5069
5070 * locals.texi (Standard Buffer-Local Variables):
5071 Remove @ignore'd reference to `direction-reversed'.
5072
5073 2010-04-14 Juri Linkov <juri@jurta.org>
5074
5075 Fix @deffn without category.
5076
5077 * abbrevs.texi (Abbrev Expansion): Replace @deffn with @defun
5078 for `abbrev-insert'.
5079
5080 * buffers.texi (Indirect Buffers): Add category `Command'
5081 to @deffn of `clone-indirect-buffer'.
5082
5083 * windows.texi (Cyclic Window Ordering): Replace @deffn with @defun
5084 for `next-window' and `previous-window'. Add category `Command'
5085 to @deffn of `pop-to-buffer'.
5086
5087 2010-04-01 Chong Yidong <cyd@stupidchicken.com>
5088
5089 * nonascii.texi (Text Representations): Don't mark
5090 enable-multibyte-characters as a user option.
5091
5092 2010-03-31 Eli Zaretskii <eliz@gnu.org>
5093
5094 * control.texi (Handling Errors): How to re-throw a signal caught
5095 by condition-case.
5096
5097 2010-03-26 Chong Yidong <cyd@stupidchicken.com>
5098
5099 * loading.texi (Hooks for Loading): Document after-load-functions.
5100 Copyedits.
5101
5102 2010-03-24 Arni Magnusson <arnima@hafro.is> (tiny change)
5103
5104 * frames.texi (Cursor Parameters): Fix typo. (Bug#5760)
5105
5106 2010-03-24 Chong Yidong <cyd@stupidchicken.com>
5107
5108 * processes.texi (Network Processes): Document seqpacket type.
5109
5110 2010-03-20 Dan Nicolaescu <dann@ics.uci.edu>
5111
5112 * os.texi (System Environment): Do not mention lynxos.
5113
5114 2010-03-10 Chong Yidong <cyd@stupidchicken.com>
5115
5116 * Branch for 23.2.
5117
5118 2010-03-06 Chong Yidong <cyd@stupidchicken.com>
5119
5120 * objects.texi (Integer Type): Take note of the read syntax
5121 exception for numbers that cannot fit in the integer type.
5122
5123 2010-03-03 Glenn Morris <rgm@gnu.org>
5124
5125 * numbers.texi (Integer Basics, Bitwise Operations):
5126 * objects.texi (Integer Type): Update for integers now being 30-bit.
5127
5128 2010-02-27 Chong Yidong <cyd@stupidchicken.com>
5129
5130 * display.texi (Low-Level Font): Document :otf font-spec property.
5131
5132 2010-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
5133
5134 * display.texi (Line Height): Avoid obsolete special default variables
5135 like default-major-mode.
5136
5137 2010-01-28 Alan Mackenzie <acm@muc.de>
5138
5139 * display.texi (Auto Faces): Say fontification-functions is called
5140 whether or not Font Lock is enabled. Tidy up the wording a bit.
5141
5142 2010-01-17 Chong Yidong <cyd@stupidchicken.com>
5143
5144 * elisp.texi: Remove duplicate edition information (Bug#5407).
5145
5146 2010-01-17 Juanma Barranquero <lekktu@gmail.com>
5147
5148 * two.el (volume-header-toc-markup): Fix typos in docstring.
5149
5150 2010-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
5151
5152 Avoid dubious uses of save-excursions.
5153 * positions.texi (Excursions): Recommend the use of
5154 save-current-buffer if applicable.
5155 * text.texi (Clickable Text): Fix the example code which used
5156 save-excursion in a naive way which sometimes preserves point and
5157 sometimes not.
5158 * variables.texi (Creating Buffer-Local):
5159 * os.texi (Session Management):
5160 * display.texi (GIF Images):
5161 * control.texi (Cleanups): Use (save|with)-current-buffer.
5162
5163 2010-01-02 Eli Zaretskii <eliz@gnu.org>
5164
5165 * modes.texi (Example Major Modes): Fix indentation. (Bug#5195)
5166
5167 2010-01-02 Chong Yidong <cyd@stupidchicken.com>
5168
5169 * nonascii.texi (Text Representations, Character Codes)
5170 (Converting Representations, Explicit Encoding)
5171 (Translation of Characters): Use hex notation consistently.
5172 (Character Sets): Fix map-charset-chars doc (Bug#5197).
5173
5174 2010-01-01 Chong Yidong <cyd@stupidchicken.com>
5175
5176 * loading.texi (Where Defined): Make it clearer that these are
5177 loaded files (Bug#5068).
5178
5179 2009-12-29 Chong Yidong <cyd@stupidchicken.com>
5180
5181 * minibuf.texi (Completion Styles): Document `initials' style.
5182
5183 2009-12-25 Chong Yidong <cyd@stupidchicken.com>
5184
5185 * frames.texi (Resources): Describe inhibit-x-resources.
5186 (Size Parameters): Copyedit.
5187
5188 * hash.texi (Creating Hash):
5189 * objects.texi (Hash Table Type): Document the new hash table
5190 printed representation.
5191
5192 * minibuf.texi (Basic Completion): 4th arg to all-completions is
5193 obsolete.
5194
5195 * processes.texi (Process Buffers):
5196 Document process-kill-buffer-query-function.
5197
5198 2009-12-05 Glenn Morris <rgm@gnu.org>
5199
5200 * hooks.texi (Standard Hooks): Remove diary-display-hook, replaced by
5201 diary-display-function, and no longer recommended to be a hook.
5202 Update for changes in the names of calendar and diary hooks.
5203 diary-print-entries-hook has changed section.
5204
5205 2009-11-28 Eli Zaretskii <eliz@gnu.org>
5206
5207 * text.texi (Special Properties): More accurate description of
5208 what the `cursor' property does.
5209
5210 2009-11-26 Kevin Ryde <user42@zip.com.au>
5211
5212 * commands.texi (Misc Events): vindex mouse-wheel-up-event and
5213 mouse-wheel-down-event, the closest thing to a definition for them.
5214 * os.texi (Startup Summary): vindex inhibit-startup-message and
5215 inhibit-splash-screen.
5216 (Command-Line Arguments): vindex argv.
5217 (Suspending Emacs): vindex suspend-tty-functions and
5218 resume-tty-functions. Don't want to index every hook, but having
5219 the programming ones is helpful.
5220
5221 2009-11-14 Chong Yidong <cyd@stupidchicken.com>
5222
5223 * commands.texi (Motion Events): Fix typo (Bug#4907).
5224
5225 2009-11-08 Chong Yidong <cyd@stupidchicken.com>
5226
5227 * searching.texi (Char Classes): Note that [:upper:] and [:lower:]
5228 are affected by case-fold-search (Bug#4483).
5229
5230 2009-11-02 Chong Yidong <cyd@stupidchicken.com>
5231
5232 * minibuf.texi (Reading File Names): Note that read-file-name may
5233 use a graphical file dialog.
5234
5235 2009-10-31 Glenn Morris <rgm@gnu.org>
5236
5237 * nonascii.texi (User-Chosen Coding Systems): Minor reword. (Bug#4817)
5238
5239 2009-10-16 Kevin Ryde <user42@zip.com.au>
5240
5241 * files.texi (Magic File Names): Add @vindex file-name-handler-alist,
5242 in particular so `info-lookup-symbol' can find its docs.
5243
5244 2009-10-16 Chong Yidong <cyd@stupidchicken.com>
5245
5246 * variables.texi (Constant Variables): Distinguish from defconst
5247 variables.
5248 (Defining Variables): Add cindex.
5249
5250 2009-10-15 Chong Yidong <cyd@stupidchicken.com>
5251
5252 * os.texi (Time of Day): Clarify that the microsecond part is
5253 ignored (Bug#4637).
5254
5255 2009-10-11 Glenn Morris <rgm@gnu.org>
5256
5257 * frames.texi (Size and Position): Clarify what is included in the frame
5258 height. (Bug#4535)
5259
5260 2009-10-10 Glenn Morris <rgm@gnu.org>
5261
5262 * windows.texi (Size of Window): The relationship between window and
5263 frame heights is not so simple. (Bug#4535)
5264 Mention window-full-height-p.
5265
5266 2009-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
5267
5268 * positions.texi (Text Lines): Remove goto-line, since it shouldn't be
5269 used from Lisp.
5270
5271 2009-10-07 Eli Zaretskii <eliz@gnu.org>
5272
5273 * files.texi (Directory Names) <abbreviate-file-name>:
5274 Document that root home directories are not replaced with "~".
5275
5276 2009-10-06 Eli Zaretskii <eliz@gnu.org>
5277
5278 * text.texi (Special Properties): Document the meaning of the
5279 `cursor' text property whose value is an integer.
5280
5281 2009-10-05 Michael Albinus <michael.albinus@gmx.de>
5282
5283 * files.texi (Magic File Names): Add `copy-directory'.
5284
5285 2009-10-05 Eli Zaretskii <eliz@gnu.org>
5286
5287 * files.texi (File Attributes): Fix description of file
5288 attributes. (Bug#4638) Update attributes of files.texi example to
5289 be more representative.
5290
5291 2009-10-05 Michael Albinus <michael.albinus@gmx.de>
5292
5293 * files.texi (Create/Delete Dirs): New command copy-directory.
5294
5295 2009-10-04 Juanma Barranquero <lekktu@gmail.com>
5296
5297 * anti.texi (Antinews):
5298 * macros.texi (Indenting Macros):
5299 * strings.texi (Creating Strings, Case Conversion):
5300 Remove duplicate words.
5301
5302 2009-10-01 Michael Albinus <michael.albinus@gmx.de>
5303
5304 * files.texi (Create/Delete Dirs): delete-directory has an
5305 optional parameter RECURSIVE.
5306
5307 2009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
5308
5309 * buffers.texi (Swapping Text): Minor clarification.
5310
5311 2009-10-01 Glenn Morris <rgm@gnu.org>
5312
5313 * functions.texi (Declaring Functions): Mention that we also search for
5314 ".m" files in the src/ directory.
5315
5316 2009-09-25 David Engster <deng@randomsample.de>
5317
5318 * display.texi (Managing Overlays): Document copy-overlay (Bug#4549).
5319
5320 2009-09-22 Glenn Morris <rgm@gnu.org>
5321
5322 * internals.texi (Building Emacs): Mention preloaded-file-list.
5323
5324 2009-09-14 Alan Mackenzie <acm@muc.de>
5325
5326 * os.texi (Terminal Output): Put "@code{}" around "stdout".
5327
5328 2009-09-13 Chong Yidong <cyd@stupidchicken.com>
5329
5330 * functions.texi (Anonymous Functions): Rearrange discussion,
5331 giving usage of unquoted lambda forms first. Mention that
5332 `function' and `#'' are no longer required (Bug#4290).
5333
5334 2009-09-11 Alan Mackenzie <acm@muc.de>
5335
5336 * os.texi (Terminal Output): Document `send-string-to-terminal' in
5337 batch mode.
5338
5339 2009-09-01 Glenn Morris <rgm@gnu.org>
5340
5341 * display.texi (Face Functions): Mention define-obsolete-face-alias.
5342
5343 2009-08-26 Ulrich Mueller <ulm@gentoo.org>
5344
5345 * nonascii.texi (Character Codes): Fix typos.
5346
5347 2009-08-25 Michael Albinus <michael.albinus@gmx.de>
5348
5349 * processes.texi (Synchronous Processes): New defvar
5350 process-file-side-effects.
5351
5352 2009-08-25 Glenn Morris <rgm@gnu.org>
5353
5354 * display.texi (Fontsets): Fix typo.
5355
5356 * files.texi (Format Conversion Round-Trip): Mention nil regexp.
5357
5358 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
5359
5360 * processes.texi (Asynchronous Processes): Adjust arglist of
5361 start-process-shell-command and start-file-process-shell-command.
5362
5363 2009-08-15 Chong Yidong <cyd@stupidchicken.com>
5364
5365 * advice.texi (Argument Access in Advice): Note that argument
5366 positions are zero-based (Bug#3932).
5367
5368 * commands.texi (Distinguish Interactive): Minor copyedit.
5369
5370 * display.texi (Face Attributes): Add xref to Displaying Faces for
5371 explanation of "underlying face".
5372
5373 * customize.texi (Common Keywords): Add xref to Loading.
5374
5375 * loading.texi (How Programs Do Loading): Add xref to Lisp
5376 Libraries node in the Emacs manual.
5377
5378 2009-08-13 Chong Yidong <cyd@stupidchicken.com>
5379
5380 * objects.texi (Meta-Char Syntax): Add xref to Strings of Events.
5381
5382 2009-07-18 Chong Yidong <cyd@stupidchicken.com>
5383
5384 * processes.texi (Shell Arguments): Copyedits.
5385
5386 2009-07-18 Glenn Morris <rgm@gnu.org>
5387
5388 * loading.texi (Repeated Loading): Fix typo.
5389
5390 2009-07-16 Richard Stallman <rms@gnu.org>
5391
5392 * buffers.texi (Swapping Text): Recommend setting
5393 write-region-annotate-functions and buffer-saved-size.
5394
5395 * backups.texi (Auto-Saving): Document buffer-saved-size = -2.
5396
5397 2009-07-15 Glenn Morris <rgm@gnu.org>
5398
5399 * edebug.texi: Minor re-phrasings throughout.
5400 (Edebug Execution Modes): Sit-for affects continue mode too.
5401 (Jumping): Use `forward-sexp' rather than its keybinding.
5402 (Edebug Misc): Fix Q binding.
5403 (Edebug Eval): Remove cl version.
5404 (Printing in Edebug): Clarify print-length etc.
5405 (Instrumenting Macro Calls): Defopt edebug-eval-macro-args.
5406 (Specification List): Remove edebug-unwrap findex entry.
5407 (Specification Examples): defmacro is actually not the same as defun.
5408 Escape "`" in example.
5409
5410 2009-07-15 Chong Yidong <cyd@stupidchicken.com>
5411
5412 * markers.texi (The Mark): Document optional arg to
5413 deactivate-mark.
5414
5415 2009-07-11 Kevin Ryde <user42@zip.com.au>
5416
5417 * hooks.texi (Standard Hooks): Fix cross-references.
5418
5419 * loading.texi (Named Features): Refer to eval-after-load.
5420
5421 2009-07-11 Glenn Morris <rgm@gnu.org>
5422
5423 * Makefile.in (TEXI2PDF): New.
5424 (elisp.pdf): New target.
5425
5426 * searching.texi (Regexp Backslash): Fix typo.
5427
5428 * elisp.texi (Top): Display copyright notice at start of non-TeX.
5429
5430 2009-07-10 Glenn Morris <rgm@gnu.org>
5431
5432 * elisp.texi, vol1.texi, vol2.texi: Update @detailmenu.
5433
5434 * customize.texi (Customization Types):
5435 * display.texi (Abstract Display):
5436 * objects.texi (Character Type, String Type):
5437 Merge in some menu descriptions from elisp.texi.
5438
5439 * hash.texi (Hash Tables):
5440 * modes.texi (Multiline Font Lock):
5441 End menu description with period.
5442
5443 2009-07-09 Glenn Morris <rgm@gnu.org>
5444
5445 * back.texi: Don't hard-code texinfo location.
5446
5447 * two-volume.make (texinfodir): New, with location of texinfo.tex.
5448 (tex): Add texinfodir to TEXINPUTS.
5449 (elisp1med-init, elisp2med-init): Use texinfodir.
5450
5451 * Makefile.in (texinfodir): Rename from usermanualdir, and update.
5452 (clean): Add two-volume.make intermediate files.
5453
5454 * elisp.texi, vol1.texi, vol2.texi:
5455 Use a DATE variable with the publication date, and update it.
5456 Fix antinews menu description.
5457
5458 * vol1.texi, vol2.texi: Update VERSION to match elisp.texi.
5459 Update the detailed node listing to match elisp.texi.
5460
5461 * README: Update edition to match elisp.texi.
5462
5463 * objects.texi (General Escape Syntax):
5464 * nonascii.texi (Character Sets):
5465 Use consistent case for "Unicode Standard".
5466
5467 * anti.texi (Antinews):
5468 * customize.texi (Variable Definitions):
5469 * functions.texi (Declaring Functions):
5470 * nonascii.texi (Character Properties):
5471 * processes.texi (Serial Ports):
5472 * text.texi (Special Properties):
5473 * tips.texi (Coding Conventions):
5474 Minor rearrangements to improve TeX line-filling.
5475
5476 * commands.texi (Using Interactive): Fix cross-reference.
5477
5478 2009-07-01 Jan Djärv <jan.h.d@swipnet.se>
5479
5480 * frames.texi (Management Parameters): Mention sticky.
5481
5482 2009-07-01 Andreas Schwab <aschwab@redhat.com>
5483
5484 * help.texi (Help Functions): Fix description of help-buffer and
5485 help-setup-xref to use @defun instead of @deffn.
5486
5487 2009-07-01 Jan Djärv <jan.h.d@swipnet.se>
5488
5489 * frames.texi (Size Parameters): Mention maximized for fullscreen.
5490
5491 2009-06-24 Chong Yidong <cyd@stupidchicken.com>
5492
5493 * display.texi (Window Systems): Add ns to the list.
5494
5495 2009-06-21 Chong Yidong <cyd@stupidchicken.com>
5496
5497 * Branch for 23.1.
5498
5499 2009-06-17 Martin Rudalics <rudalics@gmx.at>
5500
5501 * windows.texi (Dedicated Windows): Fix typo.
5502 (Resizing Windows): Replace @defun by @deffn.
5503
5504 2009-06-17 Glenn Morris <rgm@gnu.org>
5505
5506 * variables.texi (Directory Local Variables):
5507 Update for 2009-04-11 name-change of dir-locals-directory-alist.
5508
5509 2009-06-09 Kenichi Handa <handa@m17n.org>
5510
5511 * nonascii.texi (Character Sets): State clearly that FROM and TO
5512 are codepoints of CHARSET.
5513
5514 2009-06-07 Chong Yidong <cyd@stupidchicken.com>
5515
5516 * minibuf.texi (Reading File Names): Fix introductory text.
5517 Suggested by stan@derbycityprints.com.
5518 (High-Level Completion): Fix typo.
5519
5520 2009-05-28 Chong Yidong <cyd@stupidchicken.com>
5521
5522 * frames.texi (Text Terminal Colors): Multi-tty is already
5523 implemented, but tty-local colors are not.
5524
5525 2009-05-27 Chong Yidong <cyd@stupidchicken.com>
5526
5527 * hooks.texi (Standard Hooks): Remove mention of obsolete
5528 redisplay-end-trigger-functions.
5529
5530 * internals.texi (Window Internals): Remove mention of obsolete
5531 redisplay-end-trigger-functions.
5532
5533 2009-05-21 Martin Rudalics <rudalics@gmx.at>
5534
5535 * abbrevs.texi (Abbrev Mode): abbrev-mode is an option.
5536
5537 * backups.texi (Making Backups): backup-directory-alist and
5538 make-backup-file-name-function are options.
5539 (Auto-Saving): auto-save-list-file-prefix is an option.
5540
5541 * buffers.texi (Killing Buffers): buffer-offer-save is an
5542 option.
5543
5544 * display.texi (Refresh Screen): no-redraw-on-reenter is an
5545 option.
5546 (Echo Area Customization): echo-keystrokes is an option.
5547 (Selective Display): selective-display-ellipses is an option.
5548 (Temporary Displays): temp-buffer-show-function is an option.
5549 (Face Attributes): underline-minimum-offset and x-bitmap-file-path
5550 are options.
5551 (Font Selection): face-font-family-alternatives,
5552 face-font-selection-order, face-font-registry-alternatives, and
5553 scalable-fonts-allowed are options.
5554 (Fringe Indicators): indicate-buffer-boundaries is an option.
5555 (Fringe Cursors): overflow-newline-into-fringe is an option.
5556 (Scroll Bars): scroll-bar-mode is an option.
5557
5558 * eval.texi (Eval): max-lisp-eval-depth is an option.
5559
5560 * files.texi (Visiting Functions): find-file-hook is an option.
5561 (Directory Names): directory-abbrev-alist is an option.
5562 (Unique File Names): temporary-file-directory and
5563 small-temporary-file-directory are options.
5564
5565 * frames.texi (Initial Parameters): initial-frame-alist,
5566 minibuffer-frame-alist and default-frame-alist are options.
5567 (Cursor Parameters): blink-cursor-alist and
5568 cursor-in-non-selected-windows ar options.
5569 (Window System Selections): selection-coding-system is an
5570 option.
5571 (Display Feature Testing): display-mm-dimensions-alist is an
5572 option.
5573
5574 * help.texi (Help Functions): help-char and help-event-list are
5575 options.
5576
5577 * keymaps.texi (Functions for Key Lookup): meta-prefix-char is
5578 an option.
5579
5580 * minibuf.texi (Minibuffer History): history-length and
5581 history-delete-duplicates are options.
5582 (High-Level Completion): read-buffer-function and
5583 read-buffer-completion-ignore-case are options.
5584 (Reading File Names): read-file-name-completion-ignore-case is
5585 an option.
5586
5587 * modes.texi (Mode Line Top): mode-line-format is an option.
5588 (Mode Line Variables): mode-line-position and mode-line-modes
5589 are options.
5590
5591 * nonascii.texi (Text Representations):
5592 enable-multibyte-characters is an option.
5593 (Default Coding Systems): auto-coding-regexp-alist,
5594 file-coding-system-alist, auto-coding-alist and
5595 auto-coding-functions are options.
5596 (Specifying Coding Systems): inhibit-eol-conversion is an
5597 option.
5598
5599 * os.texi (Init File): site-run-file is an option.
5600 (System Environment): mail-host-address is an option.
5601 (User Identification): user-mail-address is an option.
5602 (Terminal Output): baud-rate is an option.
5603
5604 * positions.texi (Word Motion): words-include-escapes is an
5605 option.
5606
5607 * searching.texi (Standard Regexps): page-delimiter,
5608 paragraph-separate, paragraph-separate and sentence-end are
5609 options.
5610
5611 * text.texi (Margins): left-margin and fill-nobreak-predicate
5612 are options.
5613
5614 * variables.texi (Local Variables): max-specpdl-size is an
5615 option.
5616
5617 * windows.texi (Choosing Window):
5618 split-window-preferred-function, special-display-function and
5619 display-buffer-function are options.
5620
5621 2009-05-20 Chong Yidong <cyd@stupidchicken.com>
5622
5623 Fix errors spotted by Martin Rudalics.
5624
5625 * syntax.texi (Position Parse): Document rationale for ignored
5626 arguments to syntax-ppss-flush-cache.
5627
5628 * processes.texi (Input to Processes): Mark PROCESS arg to
5629 process-running-child-p as optional.
5630 (Network Options): Document NO-ERROR arg to
5631 set-network-process-option.
5632
5633 * buffers.texi (Indirect Buffers): Mark clone-indirect-buffer as a
5634 command.
5635
5636 * searching.texi (POSIX Regexps): Mark posix-search-forward and
5637 posix-search-backward as commands.
5638
5639 * os.texi (Killing Emacs): Mark kill-emacs as a command.
5640 (Suspending Emacs): Mark suspend-emacs as a command.
5641 (Processor Run Time): Mark emacs-uptime and emacs-init-time as
5642 commands.
5643 (Terminal Output): Remove obsolete function baud-rate.
5644 Document TERMINAL arg for send-string-to-terminal.
5645
5646 * nonascii.texi (Terminal I/O Encoding): Document TERMINAL arg for
5647 terminal-coding-system and set-terminal-coding-system.
5648 (Explicit Encoding): Mark DESTINATION arg of decode-coding-region
5649 as optional.
5650 (Character Sets): Document RESTRICTION arg of char-charset.
5651 (Character Codes): Mark POS argument to get-byte as optional.
5652
5653 * minibuf.texi (Minibuffer Misc): Document ARGS arg for
5654 minibuffer-message.
5655
5656 * files.texi (Create/Delete Dirs): Mark make-directory and
5657 delete-directory as commands.
5658
5659 * abbrevs.texi (Abbrev Tables): Fix arglist for make-abbrev-table.
5660
5661 * text.texi (Base 64): Mark base64-decode-string and
5662 base64-encode-string as commands.
5663 (Columns): Mark move-to-column as a command.
5664 (Mode-Specific Indent): Document RIGID arg to
5665 indent-for-tab-command.
5666 (Region Indent): Mark TO-COLUMN arg to indent-region as optional.
5667 Mark indent-code-rigidly as a command.
5668 (Substitution): Mark translate-region as a command.
5669
5670 * frames.texi (Size and Position): Remove obsolete functions
5671 screen-height and screen-width.
5672
5673 2009-05-19 Chong Yidong <cyd@stupidchicken.com>
5674
5675 * windows.texi (Cyclic Window Ordering, Cyclic Window Ordering)
5676 (Displaying Buffers, Resizing Windows): Correct mistakes;
5677 next-window, previous-window, and pop-to-buffer are not commands,
5678 and fit-window-to-buffer" is a command. (Pointed out by Martin
5679 Rudalics.)
5680
5681 2009-05-17 Richard M Stallman <rms@gnu.org>
5682
5683 * modes.texi (Precalculated Fontification): Clarify text.
5684
5685 2009-05-17 Martin Rudalics <rudalics@gmx.at>
5686
5687 * windows.texi (Selecting Windows): Clarify descriptions of
5688 with-selected-window and get-lru-window.
5689 (Cyclic Window Ordering): Refer to particular frame when talking
5690 about how splitting affects the ordering.
5691 (Displaying Buffers): Fix descriptions of switch-to-buffer and
5692 switch-to-buffer-other-window. Explain how setting of
5693 display-buffer-reuse-frames affects pop-to-buffer.
5694 (Choosing Window): Clarify some details in descriptions of
5695 display-buffer-reuse-frames, pop-up-frames, and
5696 pop-up-frame-function.
5697 (Dedicated Windows): Clarify some details.
5698 (Textual Scrolling): Replace term vscroll by term vertical
5699 scroll position.
5700 (Vertical Scrolling): Fix typo.
5701 (Window Hooks): Relate text on jit-lock-register to window
5702 scrolling and size changes.
5703
5704 2009-05-14 Chong Yidong <cyd@stupidchicken.com>
5705
5706 * frames.texi (Initial Parameters): Clarify what the initial
5707 minibuffer frame is.
5708 (Buffer Parameters): Note that the minibuffer parameter can not be
5709 altered.
5710
5711 * anti.texi (Antinews): Copyedits. Rearrange some entries.
5712 Document display-buffer changes.
5713
5714 2009-05-13 Chong Yidong <cyd@stupidchicken.com>
5715
5716 * anti.texi (Antinews): Rewrite for Emacs 22.
5717
5718 * abbrevs.texi (Abbrevs): Add xref to Creating Symbols when
5719 obarrays are first mentioned. Define "system abbrev" more
5720 prominently, and add it to the index.
5721 (Abbrev Mode, Abbrev Tables, Defining Abbrevs, Abbrev Properties):
5722 Copyedits.
5723 (Abbrev Expansion): Document abbrev-insert.
5724
5725 2009-05-12 Chong Yidong <cyd@stupidchicken.com>
5726
5727 * frames.texi (Font and Color Parameters): Rename from Color
5728 Parameters. Document font-backend parameter.
5729
5730 * vol2.texi (Top): Update node listing.
5731 * vol1.texi (Top): Update node listing.
5732 * elisp.texi (Top): Update node listing.
5733
5734 2009-05-11 Martin Rudalics <rudalics@gmx.at>
5735
5736 * windows.texi (Choosing Window): Don't explicitly refer to
5737 split-window-sensibly's window argument in descriptions of
5738 split-height-threshold and split-width-threshold.
5739
5740 2009-05-10 Martin Rudalics <rudalics@gmx.at>
5741
5742 * windows.texi (Choosing Window): Fix rewrite of window
5743 splitting section.
5744
5745 2009-05-09 Eli Zaretskii <eliz@gnu.org>
5746
5747 * nonascii.texi (Default Coding Systems):
5748 Document find-auto-coding, set-auto-coding, and auto-coding-alist.
5749 Add indexing.
5750 (Lisp and Coding Systems): Add index entries.
5751
5752 2009-05-09 Martin Rudalics <rudalics@gmx.at>
5753
5754 * windows.texi (Choosing Window): Describe split-window-sensibly
5755 and rewrite section on window splitting accordingly.
5756 (Textual Scrolling): Replace `...' by @code{...}.
5757
5758 2009-05-04 Chong Yidong <cyd@stupidchicken.com>
5759
5760 * hooks.texi (Standard Hooks): Add abbrev-expand-functions.
5761 Remove obsoleted pre-abbrev-expand-hook.
5762
5763 * locals.texi (Standard Buffer-Local Variables): Consolidate table
5764 entries.
5765
5766 * internals.texi (Object Internals): Don't assume 32-bit machines
5767 are the norm.
5768 (Buffer Internals): Consolidate table entries for readability.
5769 (Window Internals): Synch field names to window.h.
5770 (Process Internals): Synch field names to process.h.
5771
5772 2009-04-29 Chong Yidong <cyd@stupidchicken.com>
5773
5774 * variables.texi (File Local Variables): Note that read-circle is
5775 bound to nil when reading file-local variables.
5776
5777 * streams.texi (Input Functions): Document read-circle.
5778 (Output Variables): Add xref to Circular Objects.
5779
5780 2009-04-25 Chong Yidong <cyd@stupidchicken.com>
5781
5782 * tips.texi (Coding Conventions): Copyedits. Add xref to Named
5783 Features and Coding System Basics. Node that "p" stands for
5784 "predicate". Recommend utf-8-emacs instead of emacs-mule.
5785 (Key Binding Conventions): Emacs does use S-down-mouse-1, for
5786 mouse-appearance-menu.
5787 (Programming Tips): Add xref to Progress.
5788
5789 2009-04-22 Chong Yidong <cyd@stupidchicken.com>
5790
5791 * os.texi (Command-Line Arguments):
5792 Document command-line-args-left.
5793 (Suspending Emacs): Adapt text to multi-tty case. Document use of
5794 terminal objects for tty arguments.
5795 (Startup Summary): Add xref to Session Management.
5796 (Session Management): Mention emacs-session-restore. Copyedits.
5797
5798 2009-04-20 Chong Yidong <cyd@stupidchicken.com>
5799
5800 * os.texi (Startup Summary): Copyedits. The init file is not
5801 necessarily named .emacs now. Document initial-buffer-choice and
5802 initial-scratch-message. Note where Emacs exits in batch mode.
5803 Document inhibit-splash-screen as an alias.
5804 (Init File): Be neutral about which init file name to use.
5805
5806 2009-04-16 Chong Yidong <cyd@stupidchicken.com>
5807
5808 * os.texi (System Interface): Fix Texinfo usage.
5809
5810 2009-04-15 Chong Yidong <cyd@stupidchicken.com>
5811
5812 * searching.texi (Regexp Backslash): Also refer to shy groups as
5813 non-capturing or unnumbered groups.
5814 (Regexp Functions): Add cross-reference to Regexp Backslash.
5815
5816 * display.texi (Truncation): Overlays can use line-prefix and
5817 wrap-prefix too.
5818 (Overlay Properties): Document wrap-prefix and line-prefix.
5819 (Face Attributes): Document underline-minimum-offset.
5820 (Face Remapping): Copyedits.
5821 (Low-Level Font): Copyedits.
5822 (Image Cache): Note that the image cache is shared between frames.
5823 (Line Height): Emphasize that line-spacing only takes effect on
5824 graphical terminals.
5825
5826 2009-04-13 Chong Yidong <cyd@stupidchicken.com>
5827
5828 * display.texi (Refresh Screen): Note that a passage about screen
5829 refreshing is text terminal only.
5830 (Forcing Redisplay): Delete misleading comment---sit-for calls
5831 redisplay, not the other way around.
5832 (Truncation): Note new values of truncate-partial-width-windows.
5833 Copyedits.
5834 (Invisible Text): Document invisible-p.
5835
5836 2009-04-11 Eli Zaretskii <eliz@gnu.org>
5837
5838 * display.texi (Overlays): Overlays don't scale well. See
5839 http://lists.gnu.org/archive/html/emacs-devel/2009-04/msg00243.html.
5840
5841 2009-04-10 Chong Yidong <cyd@stupidchicken.com>
5842
5843 * syntax.texi (Syntax Table Functions): Document cons cell
5844 argument for modify-syntax-entry.
5845 (Categories): Document cons cell argument for
5846 modify-category-entry.
5847
5848 * searching.texi (String Search): Document word-search-forward-lax
5849 and word-search-backward-lax.
5850 (Searching and Case): Describe isearch behavior more precisely.
5851
5852 * keymaps.texi (Tool Bar): Mention that some platforms do not
5853 support multi-line toolbars. Suggested by Stephen Eglen.
5854
5855 * frames.texi (Layout Parameters): Mention that Nextstep also
5856 allows only one tool-bar line. Suggested by Stephen Eglen.
5857
5858 * nonascii.texi (Text Representations): Copyedits.
5859 (Coding System Basics): Also mention utf-8-emacs.
5860 (Converting Representations, Selecting a Representation)
5861 (Scanning Charsets, Translation of Characters, Encoding and I/O):
5862 Copyedits.
5863 (Character Codes): Mention role of codepoints 1114112 to 4194175.
5864
5865 2009-04-09 Chong Yidong <cyd@stupidchicken.com>
5866
5867 * text.texi (Yank Commands): Note that yank uses push-mark.
5868 (Filling): Clarify REGION argument of fill-paragraph.
5869 Document fill-forward-paragraph-function.
5870 (Special Properties): Remove "new in Emacs 22" declaration.
5871 (Clickable Text): Merge with Links and Mouse-1 node.
5872
5873 * display.texi (Button Properties, Button Buffer Commands):
5874 Change xref to Clickable Text.
5875
5876 * tips.texi (Key Binding Conventions): Change xref to Clickable
5877 Text.
5878
5879 * elisp.texi (Top): Update node listing.
5880
5881 2009-04-05 Chong Yidong <cyd@stupidchicken.com>
5882
5883 * markers.texi (The Mark): Copyedits. Improve description of
5884 handle-shift-selection.
5885 (The Region): Move use-region-p here from The Mark.
5886
5887 * positions.texi (Screen Lines): Document (cols . lines) argument
5888 for vertical-motion.
5889
5890 2009-04-04 Chong Yidong <cyd@stupidchicken.com>
5891
5892 * frames.texi (Frames): Clean up introduction. Document `ns'
5893 return value for framep.
5894 (Creating Frames): Note how the terminal is chosen.
5895 (Multiple Terminals, Multiple Displays): Merge into a single node.
5896 (Color Parameters): Fix typo.
5897
5898 * variables.texi (Local Variables, Buffer-Local Variables)
5899 (Creating Buffer-Local): Change link to Multiple Terminals.
5900
5901 * os.texi (X11 Keysyms): Change link to Multiple Terminals.
5902
5903 * keymaps.texi (Controlling Active Maps): Change link to Multiple
5904 Terminals.
5905
5906 * commands.texi (Command Loop Info, Keyboard Macros): Change link
5907 to Multiple Terminals.
5908
5909 * elisp.texi (Top): Update node listing.
5910 * vol2.texi (Top): Update node listing.
5911 * vol1.texi (Top): Update node listing.
5912
5913 * buffers.texi (Current Buffer): Note that the append-to-buffer
5914 example is no longer in synch with the latest code. Tie the two
5915 examples together.
5916
5917 * files.texi (File Attributes): Move note about MS-DOS from
5918 Changing Files to File Attributes.
5919 (Create/Delete Dirs): Note that mkdir is an alias for this.
5920
5921 2009-04-01 Markus Triska <triska@gmx.at>
5922
5923 * processes.texi (Filter Functions): Suggest how to handle output
5924 batches.
5925
5926 2009-03-30 Chong Yidong <cyd@stupidchicken.com>
5927
5928 * help.texi (Accessing Documentation): Update example to use
5929 help-setup-xref and with-help-window.
5930 (Help Functions): Remove print-help-return-message, which is
5931 semi-obsolete due to with-help-window. Document help-buffer and
5932 help-setup-xref.
5933
5934 2009-03-29 Chong Yidong <cyd@stupidchicken.com>
5935
5936 * help.texi (Accessing Documentation, Help Functions):
5937 Remove information about long-obsolete Emacs versions.
5938
5939 * modes.texi (Mode Line Variables): The default values of the mode
5940 line variables are now more complicated.
5941
5942 2009-03-28 Chong Yidong <cyd@stupidchicken.com>
5943
5944 * modes.texi (Major Mode Conventions): Note that specialness is
5945 inherited.
5946 (Derived Modes): Note that define-derive-mode sets the mode-class
5947 property.
5948
5949 * keymaps.texi (Prefix Keys): The M-g prefix key is now named
5950 goto-map. Add search-map to the list.
5951
5952 2009-03-27 Eli Zaretskii <eliz@gnu.org>
5953
5954 * os.texi (System Environment): Update the list of system-type
5955 values.
5956
5957 * markers.texi (The Mark) <handle-shift-selection>: Update for
5958 removal of the optional argument DEACTIVATE.
5959
5960 2009-03-25 Chong Yidong <cyd@stupidchicken.com>
5961
5962 * commands.texi (Focus Events): Most X window managers don't use
5963 focus-follows-mouse nowadays.
5964
5965 2009-03-24 Chong Yidong <cyd@stupidchicken.com>
5966
5967 * commands.texi (Defining Commands): Clarify introduction.
5968 (Using Interactive): Not that interactive can be put in a symbol
5969 property.
5970 (Interactive Call): Note that a symbol with a non-nil
5971 interactive-form property satisfies commandp.
5972
5973 2009-03-23 Juanma Barranquero <lekktu@gmail.com>
5974
5975 * minibuf.texi (Intro to Minibuffers): Fix typos.
5976
5977 2009-03-23 Chong Yidong <cyd@stupidchicken.com>
5978
5979 * minibuf.texi (Intro to Minibuffers): Remove long-obsolete info
5980 about minibuffers in old Emacs versions. Copyedits.
5981 Emphasize that enable-recursive-minibuffers defaults to nil.
5982 (Text from Minibuffer): Simplify introduction.
5983
5984 2009-03-22 Alan Mackenzie <acm@muc.de>
5985
5986 * commands.texi (Using Interactive): Clarify string argument to
5987 `interactive' - even promptless elements need \n separators.
5988
5989 2009-03-18 Chong Yidong <cyd@stupidchicken.com>
5990
5991 * minibuf.texi (Completion Styles): New node.
5992
5993 * elisp.texi (Top): Update node listing.
5994
5995 2009-03-17 Chong Yidong <cyd@stupidchicken.com>
5996
5997 * minibuf.texi (Basic Completion): Note that
5998 read-file-name-completion-ignore-case and
5999 read-buffer-completion-ignore-case can override
6000 completion-ignore-case.
6001 (Minibuffer Completion): Document completing-read changes.
6002 (Completion Commands): Avoid mentioning partial completion mode.
6003 Document minibuffer-completion-confirm changes, and
6004 minibuffer-confirm-exit-commands.
6005 (High-Level Completion): Document new require-match behavior for
6006 read-buffer. Document read-buffer-completion-ignore-case.
6007 (Reading File Names): Document new require-match behavior for
6008 read-file-name.
6009
6010 2009-03-14 Chong Yidong <cyd@stupidchicken.com>
6011
6012 * debugging.texi (Error Debugging): Don't mislead the reader into
6013 thinking that debug-on-error enters debugger for C-f at EOB.
6014 (Error Debugging): Setting debug-on-init within the init file
6015 works, and has for some time.
6016
6017 2009-03-13 Kenichi Handa <handa@m17n.org>
6018
6019 * display.texi (Fontsets): Update the description.
6020
6021 2009-03-13 Chong Yidong <cyd@stupidchicken.com>
6022
6023 * advice.texi (Advising Primitives): Link to What Is a Function.
6024
6025 2009-03-12 Chong Yidong <cyd@stupidchicken.com>
6026
6027 * compile.texi (Speed of Byte-Code): Update example.
6028 (Disassembly): Update examples.
6029
6030 * loading.texi (Repeated Loading): Simplify examples.
6031
6032 * customize.texi (Common Keywords): It's not necessary to use :tag
6033 to remove hyphens, as custom-unlispify-tag-name does it
6034 automatically.
6035 (Variable Definitions): Link to File Local Variables.
6036 Document customized-value symbol property.
6037 (Customization Types): Move menu to end of node.
6038
6039 2009-03-10 Chong Yidong <cyd@stupidchicken.com>
6040
6041 * macros.texi (Compiling Macros): Omit misleading sentence, which
6042 implied that macros can only be used in the same file they are
6043 defined.
6044 (Backquote): Remove obsolete information about Emacs 19.
6045
6046 2009-03-05 John Foerch <jjfoerch@earthlink.net> (tiny change)
6047
6048 * display.texi (Display Margins): Fix paren typo.
6049
6050 2009-02-27 Chong Yidong <cyd@stupidchicken.com>
6051
6052 * elisp.texi (Top): Update node listing.
6053
6054 * variables.texi (Variables): Clarify introduction.
6055 (Global Variables): Mention that setq is a special form.
6056 (Local Variables): Use active voice.
6057 (Tips for Defining): Mention marking variables as safe.
6058 (Buffer-Local Variables): Mention terminal-local and frame-local
6059 variables together.
6060 (File Local Variables): Copyedits.
6061 (Frame-Local Variables): Note that they are not really useful.
6062 (Future Local Variables): Node deleted.
6063
6064 * objects.texi (General Escape Syntax): Update explanation of
6065 Unicode escape syntax.
6066
6067 2009-02-23 Chong Yidong <cyd@stupidchicken.com>
6068
6069 * control.texi (Control Structures): Add cindex entry for "textual
6070 order".
6071
6072 * eval.texi (Intro Eval): Copyedits. Standardize on "form"
6073 instead of "expression" throughout.
6074 (Function Indirection): Copyedits. Use active voice.
6075 (Eval): The default value of max-lisp-eval-depth is now 400.
6076
6077 2009-02-23 Miles Bader <miles@gnu.org>
6078
6079 * processes.texi (System Processes): Rename `system-process-attributes'
6080 to `process-attributes'.
6081
6082 2009-02-22 Chong Yidong <cyd@stupidchicken.com>
6083
6084 * symbols.texi (Property Lists): Emphasize that property lists are
6085 not restricted to symbol cells.
6086 (Other Plists): Copyedit.
6087
6088 * sequences.texi (Sequences Arrays Vectors): Make introduction
6089 more concise.
6090 (Arrays): Mention char-tables and bool-vectors too.
6091 (Vectors): Don't repeat information given in Arrays node. Link to
6092 nodes that explain the vector usage examples.
6093 (Char-Tables): Note that char-table elements can have arbitrary
6094 type. Explain effect of omitted char-table-extra-slots property.
6095 Link to Property Lists node.
6096
6097 2009-02-22 Chong Yidong <cyd@stupidchicken.com>
6098
6099 * lists.texi (Building Lists): Remove obsolete Emacs 20 usage of
6100 `append'.
6101 (List Elements): Copyedits.
6102
6103 * sequences.texi (Vector Functions): Remove obsolete Emacs 20 use
6104 of `vconcat'.
6105
6106 * strings.texi (Creating Strings): Copyedits. Remove obsolete
6107 Emacs 20 usage of `concat'.
6108 (Case Conversion): Copyedits.
6109
6110 2009-02-21 Chong Yidong <cyd@stupidchicken.com>
6111
6112 * objects.texi (Lisp Data Types, Syntax for Strings, Buffer Type):
6113 Minor edits.
6114 (Frame Configuration Type): Emphasize that it is not primitive.
6115 (Font Type): New node.
6116 (Type Predicates): Add fontp; type-of now recognizes font object
6117 types.
6118
6119 * intro.texi (Version Info): Update version numbers in examples.
6120 (Acknowledgements): List more contributors.
6121
6122 * elisp.texi: Bump version number to 3.0.
6123 (Top): Link to Font Type node.
6124
6125 2009-02-20 Juanma Barranquero <lekktu@gmail.com>
6126
6127 * modes.texi (Major Mode Conventions): Remove duplicate words.
6128 (Customizing Keywords): Fix typo.
6129
6130 2009-02-14 Eli Zaretskii <eliz@gnu.org>
6131
6132 * nonascii.texi (User-Chosen Coding Systems): Document that
6133 select-safe-coding-system suggests raw-text if there are raw bytes
6134 in the region.
6135 (Explicit Encoding): Warn not to use `undecided' when encoding.
6136
6137 2009-02-11 Glenn Morris <rgm@gnu.org>
6138
6139 * frames.texi (Visibility of Frames): Mention the effect multiple
6140 workspaces/desktops can have on visibility.
6141
6142 2009-02-07 Eli Zaretskii <eliz@gnu.org>
6143
6144 * text.texi (Commands for Insertion):
6145 * commands.texi (Event Mod):
6146 * keymaps.texi (Searching Keymaps):
6147 * nonascii.texi (Translation of Characters):
6148 Reinstate documentation of translation-table-for-input.
6149 (Explicit Encoding): Document the `charset' text property produced
6150 by decode-coding-region and decode-coding-string.
6151
6152 2009-01-27 Alan Mackenzie <acm@muc.de>
6153
6154 * modes.texi (Search-based Fontification): Correct a typo.
6155
6156 2009-01-25 Juanma Barranquero <lekktu@gmail.com>
6157
6158 * abbrevs.texi (Abbrev Table Properties): Fix typo.
6159 Reported by Seweryn Kokot <sewkokot@gmail.com>. (Bug#2039)
6160
6161 2009-01-24 Eli Zaretskii <eliz@gnu.org>
6162
6163 * display.texi (Window Systems): Document the value of
6164 `initial-window-system' under --daemon.
6165
6166 * os.texi (System Environment): Remove description of the
6167 `environment' function which has been deleted.
6168
6169 2009-01-22 Dan Nicolaescu <dann@ics.uci.edu>
6170
6171 * frames.texi (Multiple Displays): Remove documentation for
6172 removed function make-frame-on-tty.
6173
6174 2009-01-22 Chong Yidong <cyd@stupidchicken.com>
6175
6176 * files.texi (Format Conversion Piecemeal): Clarify behavior of
6177 write-region-annotate-functions.
6178 Document write-region-post-annotation-function.
6179
6180 2009-01-19 Chong Yidong <cyd@stupidchicken.com>
6181
6182 * display.texi (Font Lookup): Document WIDTH argument of
6183 x-list-fonts.
6184
6185 2009-01-17 Eli Zaretskii <eliz@gnu.org>
6186
6187 * maps.texi (Standard Keymaps): Rename function-key-map to
6188 local-function-key-map.
6189
6190 * keymaps.texi (Translation Keymaps): Rename function-key-map to
6191 local-function-key-map.
6192
6193 * nonascii.texi (Terminal I/O Encoding): `keyboard-coding-system'
6194 and `set-keyboard-coding-system' now accept an optional terminal
6195 argument.
6196
6197 * commands.texi (Event Mod): `keyboard-translate-table' is now
6198 terminal-local.
6199 (Function Keys): Rename function-key-map to
6200 local-function-key-map.
6201
6202 * elisp.texi (Top): Make @detailmenu be consistent with changes in
6203 frames.texi.
6204
6205 * hooks.texi (Standard Hooks): Document `delete-frame-functions'
6206 `delete-terminal-functions', `suspend-tty-functions' and
6207 `resume-tty-functions'.
6208
6209 * frames.texi (Frames): Document `frame-terminal' and
6210 `terminal-live-p'.
6211 (Multiple Displays): Document `make-frame-on-tty'.
6212 (Multiple Terminals): Document `terminal-list', `delete-terminal',
6213 `terminal-name', and `get-device-terminal'.
6214 (Terminal Parameters): Document `terminal-parameters',
6215 `terminal-parameter', and `set-terminal-parameter'.
6216
6217 * os.texi (System Environment): Document `environment' and
6218 `initial-environment'.
6219 (Suspending Emacs): Update for multi-tty; document
6220 `suspend-tty', `resume-tty', and `controlling-tty-p'.
6221
6222 * nonascii.texi (Coding System Basics): More accurate description
6223 of `raw-text'.
6224
6225 2009-01-12 Juanma Barranquero <lekktu@gmail.com>
6226
6227 * display.texi (Low-Level Font): Fix typo.
6228
6229 2009-01-10 Chong Yidong <cyd@stupidchicken.com>
6230
6231 * elisp.texi (Top): Update node listing.
6232
6233 * display.texi (PostScript Images): Node deleted.
6234
6235 2009-01-10 Eli Zaretskii <eliz@gnu.org>
6236
6237 * processes.texi (Decoding Output): Document that null bytes force
6238 no-conversion for reading process output.
6239
6240 * files.texi (Reading from Files): Document that null bytes force
6241 no-conversion when visiting files.
6242
6243 * processes.texi (Serial Ports): Improve wording, suggested by RMS.
6244
6245 * nonascii.texi (Lisp and Coding Systems):
6246 Document inhibit-null-byte-detection and inhibit-iso-escape-detection.
6247 (Character Properties): Improve wording.
6248
6249 2009-01-09 Chong Yidong <cyd@stupidchicken.com>
6250
6251 * display.texi (Font Lookup): Remove obsolete function
6252 x-font-family-list. x-list-fonts accepts Fontconfig/GTK syntax.
6253 (Low-Level Font): Rename from Fonts, move to end of Faces section.
6254 (Font Selection): Reorder order of variable descriptions.
6255 Minor clarifications.
6256
6257 * elisp.texi (Top): Update node listing.
6258
6259 2009-01-09 Glenn Morris <rgm@gnu.org>
6260
6261 * commands.texi (Command Loop Info): Say that last-command-char and
6262 last-input-char are obsolete aliases.
6263
6264 * edebug.texi (Edebug Recursive Edit): Remove separate references to
6265 last-input-char and last-command-char, since they are just aliases for
6266 last-input-event and last-command-event.
6267
6268 * minibuf.texi (Minibuffer Commands): Use last-command-event rather than
6269 last-command-char.
6270
6271 2009-01-08 Chong Yidong <cyd@stupidchicken.com>
6272
6273 * elisp.texi: Update node listing.
6274
6275 * display.texi (Faces): Put Font Selection node after Auto Faces.
6276 (Face Attributes): Don't link to Font Lookup.
6277 Document font-family-list.
6278 (Fonts): New node.
6279
6280 2009-01-08 Jason Rumney <jasonr@gnu.org>
6281
6282 * frames.texi (Pointer Shape): Clarify that only X supports
6283 changing the standard pointer shapes. (Bug#1485)
6284
6285 2009-01-08 Chong Yidong <cyd@stupidchicken.com>
6286
6287 * display.texi (Attribute Functions): Note that a function value
6288 :height is relative, and that compatibility functions work by
6289 calling set-face-attribute.
6290 (Displaying Faces): Reorder list in order of increasing priority.
6291 (Face Remapping): New node. Content moved here from Displaying
6292 Faces.
6293 (Glyphs): Link to Face Functions.
6294
6295 2009-01-08 Chong Yidong <cyd@stupidchicken.com>
6296
6297 * display.texi (Faces): Don't discuss face id here. facep does
6298 not return t.
6299 (Defining Faces): Minor clarification.
6300 (Face Attributes): Rearrange items to match docstring of
6301 set-face-attribute. Add :foundry attribute. Document new role of
6302 :font attribute. Texinfo usage fix.
6303 (Attribute Functions): Copyedits.
6304 (Face Functions): Note that face number is seldom used.
6305
6306 2009-01-05 Richard M Stallman <rms@gnu.org>
6307
6308 * strings.texi (Predicates for Strings): Minor clarification.
6309
6310 * functions.texi (Function Safety): Texinfo usage fix.
6311
6312 2009-01-04 Eduard Wiebe <usenet@pusto.de> (tiny change)
6313
6314 * objects.texi (General Escape Syntax): Fix typo.
6315
6316 2009-01-03 Martin Rudalics <rudalics@gmx.at>
6317
6318 * windows.texi (Choosing Window): Say that pop-up-frame-alist
6319 works via the default value of pop-up-frame-function.
6320
6321 2009-01-02 Eli Zaretskii <eliz@gnu.org>
6322
6323 * processes.texi (System Processes): Document the `time' and
6324 `ctime' attributes of `system-process-attributes'.
6325
6326 2009-01-01 Chong Yidong <cyd@stupidchicken.com>
6327
6328 * display.texi (Face Attributes): Clarify :height attribute.
6329
6330 2008-12-31 Martin Rudalics <rudalics@gmx.at>
6331
6332 * buffers.texi (The Buffer List): Clarify what moves a buffer to
6333 the front of the buffer list. Add entries for `last-buffer' and
6334 `unbury-buffer'.
6335
6336 2008-12-27 Eli Zaretskii <eliz@gnu.org>
6337
6338 * elisp.texi (Top): Add @detailmenu items for "Multiple Terminals"
6339 and its subsections.
6340
6341 * frames.texi (Multiple Terminals, Low-level Terminal)
6342 (Terminal Parameters, Frames on Other TTY devices): New sections.
6343 (Frames): Add an xref to "Multiple Terminals".
6344
6345 * elisp.texi (Top): Add @detailmenu item for "Terminal Type".
6346
6347 * objects.texi (Terminal Type): New node.
6348 (Editing Types): Add it to the menu.
6349
6350 * elisp.texi (Top): Add a @detailmenu item for "Directory Local
6351 Variables".
6352
6353 * variables.texi (Directory Local Variables): New node.
6354 (Variables): Add a menu item for it.
6355
6356 * loading.texi (Autoload): Document `generate-autoload-cookie' and
6357 `generated-autoload-file'.
6358
6359 2008-12-20 Eli Zaretskii <eliz@gnu.org>
6360
6361 * os.texi (Startup Summary): Add xref to documentation of
6362 `initial-window-system'.
6363
6364 * display.texi (Window Systems): Document `window-system' the
6365 function. The variable `window-system' is now frame-local.
6366 Document `initial-window-system'.
6367
6368 2008-12-19 Martin Rudalics <rudalics@gmx.at>
6369
6370 * windows.texi (Windows): Rewrite description of
6371 fit-window-to-buffer.
6372
6373 2008-12-13 Glenn Morris <rgm@gnu.org>
6374
6375 * modes.texi (Font Lock Basics): Fix level description. (Bug#1534)
6376 (Levels of Font Lock): Refer to font-lock-maximum-decoration.
6377
6378 2008-12-12 Glenn Morris <rgm@gnu.org>
6379
6380 * debugging.texi (Error Debugging): Refer forwards to
6381 eval-expression-debug-on-error.
6382
6383 2008-12-05 Eli Zaretskii <eliz@gnu.org>
6384
6385 * strings.texi (String Basics): Only unibyte strings that
6386 represent key sequences hold 8-bit raw bytes.
6387
6388 * nonascii.texi (Coding System Basics): Rewrite @ignore'd
6389 paragraph to speak about `undecided'.
6390 (Character Properties): Don't explain the meaning of each
6391 property; instead, identify their Unicode Standard names.
6392 (Character Sets): Document `map-charset-chars'.
6393
6394 2008-12-02 Glenn Morris <rgm@gnu.org>
6395
6396 * files.texi (Format Conversion Round-Trip): Rewrite format-write-file
6397 section yet again.
6398
6399 2008-11-29 Eli Zaretskii <eliz@gnu.org>
6400
6401 * nonascii.texi (Character Properties): New Section.
6402 (Specifying Coding Systems): Document
6403 `coding-system-priority-list', `set-coding-system-priority', and
6404 `with-coding-priority'.
6405 (Lisp and Coding Systems): Document `check-coding-systems-region'
6406 and `coding-system-charset-list'.
6407 (Coding System Basics): Document `coding-system-aliases'.
6408
6409 * elisp.texi (Top): Add a @detailmenu entry for "Character
6410 Properties".
6411
6412 * objects.texi (Character Type): Correct the range of Emacs
6413 characters. Add an @xref to "Character Codes".
6414
6415 * strings.texi (String Basics): Add an @xref to "Character Codes".
6416
6417 * numbers.texi (Integer Basics): Add an @xref to `max-char'.
6418
6419 * nonascii.texi (Explicit Encoding): Update for Emacs 23.
6420 (Character Codes): Document `max-char'.
6421
6422 2008-11-28 Eli Zaretskii <eliz@gnu.org>
6423
6424 * nonascii.texi (Text Representations, Converting Representations)
6425 (Character Sets, Scanning Charsets, Translation of Characters):
6426 Make text more accurate.
6427
6428 2008-11-28 Glenn Morris <rgm@gnu.org>
6429
6430 * files.texi (Format Conversion Round-Trip): Improve previous change.
6431
6432 2008-11-26 Chong Yidong <cyd@stupidchicken.com>
6433
6434 * modes.texi (Auto Major Mode): Fix example.
6435
6436 2008-11-25 Glenn Morris <rgm@gnu.org>
6437
6438 * control.texi (Signaling Errors): Fix `wrong-type-argument' name.
6439
6440 * files.texi (Format Conversion Round-Trip):
6441 Use active voice for previous change.
6442
6443 2008-11-25 Chong Yidong <cyd@stupidchicken.com>
6444
6445 * os.texi (Processor Run Time):
6446 * processes.texi (Transaction Queues):
6447 * markers.texi (The Mark):
6448 * windows.texi (Choosing Window, Selecting Windows):
6449 * files.texi (Changing Files, Magic File Names):
6450 * commands.texi (Key Sequence Input):
6451 * functions.texi (Declaring Functions):
6452 * strings.texi (Predicates for Strings):
6453 * intro.texi (nil and t): Fix typos (pointed out by Drew Adams).
6454
6455 2008-11-24 Chong Yidong <cyd@stupidchicken.com>
6456
6457 * help.texi (Accessing Documentation): Update example.
6458
6459 * variables.texi (Defining Variables): Note that `*' is not
6460 necessary if defcustom is used.
6461
6462 2008-11-22 Eli Zaretskii <eliz@gnu.org>
6463
6464 * elisp.texi (Top): Remove "Chars and Bytes" and "Splitting
6465 Characters" from @detailmenu.
6466
6467 * nonascii.texi (Character Codes, Character Sets)
6468 (Scanning Charsets, Translation of Characters): Update for Emacs 23.
6469 (Chars and Bytes, Splitting Characters): Sections removed.
6470
6471 2008-11-22 Lute Kamstra <lute@gnu.org>
6472
6473 * positions.texi (Text Lines): Update goto-line documentation.
6474
6475 2008-11-21 Martin Rudalics <rudalics@gmx.at>
6476
6477 * frames.texi (Frames): Fix typo, add cross references, reword.
6478 (Initial Parameters): Reword special-display-frame-alist text.
6479 (Frames and Windows): Reword. Describe argument norecord for
6480 set-frame-selected-window.
6481 (Input Focus): Describe argument norecord for select-frame.
6482 Remove comment on MS-Windows behavior for focus-follows-mouse.
6483 (Raising and Lowering): Mention windows-frames dichotomy in
6484 metaphor.
6485
6486 * windows.texi (Displaying Buffers, Vertical Scrolling)
6487 (Horizontal Scrolling): Fix indenting and rewording issues
6488 introduced with 2008-11-07 change.
6489
6490 2008-11-20 Glenn Morris <rgm@gnu.org>
6491
6492 * files.texi (Format Conversion Round-Trip): Mention `preserve'
6493 element of `format-alist'.
6494
6495 2008-11-19 Glenn Morris <rgm@gnu.org>
6496
6497 * doclicense.texi: Update to FDL 1.3.
6498 * elisp.texi, vol1.texi, vol2.texi: Relicense under FDL 1.3 or later.
6499
6500 2008-11-18 Chong Yidong <cyd@stupidchicken.com>
6501
6502 * windows.texi (Window Hooks): Remove *-end-trigger-functions
6503 vars, which are obsolete. Mention jit-lock-register.
6504
6505 * modes.texi (Other Font Lock Variables):
6506 Document jit-lock-register and jit-lock-unregister.
6507
6508 * frames.texi (Color Parameters): Document alpha parameter.
6509
6510 2008-11-16 Martin Rudalics <rudalics@gmx.at>
6511
6512 * windows.texi (Splitting Windows, Deleting Windows)
6513 (Selecting Windows, Cyclic Window Ordering)
6514 (Buffers and Windows, Displaying Buffers, Choosing Window)
6515 (Dedicated Windows, Window Point, Window Start and End)
6516 (Textual Scrolling, Vertical Scrolling, Horizontal Scrolling)
6517 (Size of Window, Resizing Windows, Window Configurations)
6518 (Window Parameters): Avoid @var at beginning of sentences and
6519 reword accordingly.
6520
6521 2008-11-11 Lute Kamstra <lute@gnu.org>
6522
6523 * files.texi (File Name Components): Fix file-name-extension
6524 documentation.
6525
6526 2008-11-11 Juanma Barranquero <lekktu@gmail.com>
6527
6528 * frames.texi (Basic Parameters): Remove display-environment-variable
6529 and term-environment-variable.
6530
6531 2008-11-08 Eli Zaretskii <eliz@gnu.org>
6532
6533 * windows.texi (Basic Windows, Splitting Windows)
6534 (Deleting Windows, Selecting Windows, Cyclic Window Ordering)
6535 (Buffers and Windows, Displaying Buffers, Dedicated Windows)
6536 (Resizing Windows, Window Configurations, Window Parameters):
6537 Fix wording and markup.
6538
6539 2008-11-07 Martin Rudalics <rudalics@gmx.at>
6540
6541 * windows.texi (Windows): Update entries.
6542 (Basic Windows): Remove listing of attributes. Reword.
6543 (Splitting Windows, Deleting Windows): Reword.
6544 (Selecting Windows, Cyclic Window Ordering): Reword with special
6545 emphasis on order of recently selected windows and buffer list.
6546 (Buffers and Windows, Choosing Window): Reword with special
6547 emphasis on dedicated windows.
6548 (Displaying Buffers): Reword. For switch-to-buffer mention that
6549 it may fall back on pop-to-buffer. For other-window try to
6550 explain how it treats the cyclic ordering of windows.
6551 (Dedicated Windows): New node and section discussing dedicated
6552 windows and associated functions.
6553 (Window Point): Add entry for window-point-insertion-type. Reword.
6554 (Window Start and End): Rename node and section title. Reword.
6555 (Textual Scrolling, Vertical Scrolling, Horizontal Scrolling):
6556 Minor rewording.
6557 (Size of Window): Reword, in particular text on window-width.
6558 (Resizing Windows): Reword. Add text on balancing windows.
6559 (Window Configurations): Reword. Mention window parameters.
6560 (Window Parameters): New node and section on window parameters.
6561 (Window Hooks): Reword. Mention that
6562 window-configuration-change-hook is run "buffer-locally".
6563 * elisp.texi (Top): Update Windows entries in @detailmenu
6564 section.
6565
6566 2008-11-04 Juanma Barranquero <lekktu@gmail.com>
6567
6568 * searching.texi (Regexp Search): Fix typo.
6569
6570 2008-11-03 Seweryn Kokot <sewkokot@gmail.com> (tiny change)
6571
6572 * searching.texi (Regexp Search): Document GREEDY arg.
6573 (Simple Match Data): Fix return value.
6574
6575 2008-11-01 Eli Zaretskii <eliz@gnu.org>
6576
6577 * nonascii.texi (Text Representations): Rewrite to make consistent
6578 with Emacs 23 internal representation of characters.
6579 Document `unibyte-string'.
6580
6581 2008-10-28 Chong Yidong <cyd@stupidchicken.com>
6582
6583 * processes.texi (Process Information): Note that process-status
6584 does not accept buffer names.
6585
6586 2008-10-27 Seweryn Kokot <sewkokot@gmail.com> (tiny change)
6587
6588 * positions.texi (Skipping Characters): Correct return value of
6589 skip-chars-forward.
6590
6591 2008-10-25 Martin Rudalics <rudalics@gmx.at>
6592
6593 * windows.texi (Deleting Windows): Update documentation of
6594 delete-windows-on.
6595 (Buffers and Windows): Update documentations of
6596 get-buffer-window and get-buffer-window-list.
6597 (Displaying Buffers): Update documentation of
6598 replace-buffer-in-windows.
6599
6600 * buffers.texi (Current Buffer): Reword set-buffer and
6601 with-current-buffer documentations.
6602 (Creating Buffers): Reword documentation of get-buffer-create.
6603
6604 2008-10-23 Martin Rudalics <rudalics@gmx.at>
6605
6606 * buffers.texi (Current Buffer): Reword documentation of
6607 set-buffer.
6608 (Buffer Names): Reword documentation of buffer-name.
6609 (The Buffer List): For bury-buffer explain what happens with the
6610 buffer's window.
6611 (Creating Buffers): Say that get-buffer-create's arg is called
6612 buffer-or-name.
6613
6614 2008-10-22 Chong Yidong <cyd@stupidchicken.com>
6615
6616 * advice.texi (Computed Advice): Explain what DEFINITION is.
6617
6618 * nonascii.texi (Character Codes): Remove obsolete function
6619 char-valid-p, and document characterp instead.
6620
6621 2008-10-22 Martin Rudalics <rudalics@gmx.at>
6622
6623 * windows.texi (Displaying Buffers): Reword documentation of
6624 pop-to-buffer.
6625 (Choosing Window): Rewrite documentation of display-buffer and
6626 its options.
6627
6628 * buffers.texi (Killing Buffers): Update documentation of
6629 kill-buffer.
6630
6631 2008-10-21 Eli Zaretskii <eliz@gnu.org>
6632
6633 * processes.texi (Serial Ports): Fix wording and improve markup.
6634
6635 * searching.texi (Regexp Search): Document `string-match-p' and
6636 `looking-at-p'.
6637 (POSIX Regexps): Add an xref for "non-greedy".
6638 (Regexp Special): Add @cindex entry for "non-greedy".
6639
6640 * display.texi (Attribute Functions): Document `face-all-attributes'.
6641 (Image Cache) <image-refresh>: Minor wording fixes.
6642
6643 * frames.texi (Color Names): Add an xref to `read-color'.
6644
6645 * minibuf.texi (High-Level Completion): Document `read-color'.
6646
6647 * elisp.texi (Top): Add "Swapping Text" to @detailmenu.
6648
6649 * positions.texi (Narrowing): Add an xref to "Swapping Text".
6650
6651 * buffers.texi (Swapping Text): New section, documents
6652 `buffer-swap-text'.
6653
6654 2008-10-21 Martin Rudalics <rudalics@gmx.at>
6655
6656 * windows.texi (Resizing Windows): Minor wording fix.
6657
6658 2008-10-20 Eli Zaretskii <eliz@gnu.org>
6659
6660 * processes.texi (Shell Arguments): Document `split-string-and-unquote'
6661 and `combine-and-quote-strings'.
6662
6663 * strings.texi (Creating Strings): Add xrefs for them.
6664
6665 2008-10-19 Eli Zaretskii <eliz@gnu.org>
6666
6667 * elisp.texi (Top): Make descriptive text for "Reading File Names"
6668 match the corresponding menu in minibuf.texi.
6669
6670 * minibuf.texi (Reading File Names): Document `read-shell-command'
6671 and `minibuffer-local-shell-command-map'.
6672
6673 2008-10-19 Martin Rudalics <rudalics@gmx.at>
6674
6675 * windows.texi (Resizing Windows): Remove var{} around "window" in
6676 documentation of enlarge-window.
6677 Rewrite documentation of window-min-height and window-min-width.
6678
6679 2008-10-19 Eli Zaretskii <eliz@gnu.org>
6680
6681 * functions.texi (Calling Functions): Document `apply-partially'.
6682
6683 * hooks.texi (Standard Hooks): Mention
6684 `before-hack-local-variables-hook' and `hack-local-variables-hook'.
6685
6686 * variables.texi (File Local Variables): Document
6687 `file-local-variables-alist', `before-hack-local-variables-hook'
6688 and `hack-local-variables-hook'.
6689
6690 * processes.texi (Synchronous Processes): Document `process-lines'.
6691
6692 * customize.texi (Variable Definitions):
6693 Document `custom-reevaluate-setting'.
6694
6695 2008-10-18 Martin Rudalics <rudalics@gmx.at>
6696
6697 * windows.texi (Choosing Window, Deleting Windows)
6698 (Displaying Buffers): Expand documentation of dedicated windows.
6699
6700 2008-10-18 Eli Zaretskii <eliz@gnu.org>
6701
6702 * files.texi (Changing Files): Document symbolic input of file
6703 modes to `set-file-modes'. Document `read-file-modes' and
6704 `file-modes-symbolic-to-number'.
6705
6706 * maps.texi (Standard Keymaps): Document `multi-query-replace-map'
6707 and `search-map'.
6708
6709 * searching.texi (Search and Replace):
6710 Document `replace-search-function' and `replace-re-search-function'.
6711 Document `multi-query-replace-map'.
6712
6713 * minibuf.texi (Text from Minibuffer): Document `read-regexp'.
6714 (Completion Commands, Reading File Names):
6715 Rename `minibuffer-local-must-match-filename-map' to
6716 `minibuffer-local-filename-must-match-map'.
6717 (Minibuffer Completion): The `require-match' argument to
6718 `completing-read' can now have the value `confirm-only'.
6719
6720 * windows.texi (Displaying Buffers): Minor wording fix.
6721 (Choosing Window): `split-height-threshold' can now be nil.
6722 Document `split-width-threshold'. `pop-up-frames' can have the
6723 value `graphic-only'.
6724
6725 2008-10-17 Eli Zaretskii <eliz@gnu.org>
6726
6727 * os.texi (Startup Summary): Document `before-init-time' and
6728 `after-init-time'. Document `initial-window-system' and
6729 `window-system-initialization-alist'. Document reading the
6730 abbrevs file. Document the call to `server-start' under --daemon.
6731 Rearrange a bit to be consistent with the code flow.
6732 (Processor Run Time): Document `emacs-uptime' and `emacs-init-time'.
6733 (Time Parsing): Document `format-seconds'.
6734
6735 2008-10-17 Martin Rudalics <rudalics@gmx.at>
6736
6737 * windows.texi (Basic Windows, Splitting Windows): Fix whitespace
6738 and reword.
6739
6740 2008-10-16 Eli Zaretskii <eliz@gnu.org>
6741
6742 * markers.texi (The Mark): Document use-region-p.
6743
6744 2008-10-15 Eli Zaretskii <eliz@gnu.org>
6745
6746 * internals.texi (Writing Emacs Primitives): The interactive spec
6747 of a primitive can be a Lisp form.
6748
6749 * markers.texi (The Mark): Document the `lambda' and `(only . OLD)'
6750 values of transient-mark-mode. Document handle-shift-selection.
6751
6752 * commands.texi (Using Interactive, Interactive Codes): Document `^'.
6753 (Interactive Examples): Show an example of `^'.
6754 (Key Sequence Input): Document this-command-keys-shift-translated.
6755 (Defining Commands, Using Interactive): The interactive-form of a
6756 function can be added via its symbol's property.
6757
6758 * positions.texi (List Motion): beginning-of-defun-function can
6759 now accept an argument.
6760
6761 * text.texi (Low-Level Kill Ring): interprogram-paste-function can
6762 now return a list of strings.
6763
6764 * control.texi (Handling Errors): Document ignore-errors.
6765
6766 * frames.texi (Creating Frames): Document frame-inherited-parameters.
6767 (Parameter Access): Document set-frame-parameter.
6768
6769 * variables.texi (Creating Buffer-Local): Add an xref to "Setting
6770 Hooks" for the effect of kill-all-local-variables on local hook
6771 functions.
6772
6773 * modes.texi (Major Mode Conventions, Mode Line Variables):
6774 `mode-name' need not be a string. xref to "Mode Line Data" for
6775 details, and to "Emulating Mode Line" for computing a string
6776 value.
6777
6778 2008-10-14 Eli Zaretskii <eliz@gnu.org>
6779
6780 * processes.texi (System Processes): New section.
6781 (Processes, Signals to Processes): Add xrefs to it.
6782
6783 * objects.texi (Editing Types): A `process' is a subprocess of
6784 Emacs, not just any process running on the OS.
6785
6786 * elisp.texi (Top): Adjust the @detailmenu for the above two
6787 changes.
6788
6789 * sequences.texi (Char-Tables): Remove documentation of
6790 set-char-table-default, which has no effect since Emacs 23.
6791 <char-table-range, set-char-table-range>: Don't mention generic
6792 characters and charsets. Add a cons cell as a possible argument.
6793
6794 * nonascii.texi (Splitting Characters)
6795 (Translation of Characters): Don't mention generic characters.
6796
6797 * display.texi (Fontsets): Don't mention generic characters.
6798
6799 * sequences.texi (Char-Tables): `map-char-table' can now call its
6800 argument FUNCTION with a cons cell as KEY.
6801
6802 2008-10-13 Eli Zaretskii <eliz@gnu.org>
6803
6804 * objects.texi (Primitive Function Type): Move "@cindex special
6805 forms" from here...
6806
6807 * eval.texi (Special Forms): ...to here.
6808
6809 * functions.texi (What Is a Function): `functionp' returns nil for
6810 special forms. Add an xref.
6811
6812 * elisp.texi (Top): Add a @detailmenu entry for "Frame-Local
6813 Variables".
6814
6815 * variables.texi (Frame-Local Variables): New section.
6816 (Buffer-Local Variables): Add an xref to it.
6817 (Intro to Buffer-Local, Creating Buffer-Local): A variable cannot
6818 have both frame-local and buffer-local binding.
6819
6820 * frames.texi (Frames): Mention multiple tty frames.
6821 (Frame Parameters, Parameter Access): Mention frame-local variable
6822 bindings.
6823
6824 2008-09-20 Glenn Morris <rgm@gnu.org>
6825
6826 * display.texi (Defining Faces): Recommend against face variables.
6827
6828 2008-09-16 Juanma Barranquero <lekktu@gmail.com>
6829
6830 * display.texi (Echo Area Customization): Fix typo.
6831
6832 2008-09-09 Juanma Barranquero <lekktu@gmail.com>
6833
6834 * loading.texi (Where Defined): Add `defface' item.
6835
6836 2008-09-06 Martin Rudalics <rudalics@gmx.at>
6837
6838 * loading.texi (Where Defined): Fix description of symbol-file.
6839
6840 2008-08-26 Jason Rumney <jasonr@gnu.org>
6841
6842 * display.texi (TIFF Images): New section describing :index property.
6843
6844 2008-08-23 Chong Yidong <cyd@stupidchicken.com>
6845
6846 * display.texi (Temporary Displays): Remove unnecessary comment
6847 about usage of temp-buffer-show-hook.
6848
6849 2008-08-05 Chong Yidong <cyd@stupidchicken.com>
6850
6851 * symbols.texi (Other Plists): Fix incorrect example.
6852 Suggested by Florian Beck.
6853
6854 2008-07-31 Juanma Barranquero <lekktu@gmail.com>
6855
6856 * os.texi: Fix previous change.
6857
6858 2008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
6859
6860 * os.texi:
6861 * intro.texi:
6862 * files.texi: Remove VMS support.
6863
6864 2008-07-27 Dan Nicolaescu <dann@ics.uci.edu>
6865
6866 * os.texi:
6867 * frames.texi:
6868 * display.texi: Remove mentions of Mac Carbon.
6869
6870 2008-07-01 Miles Bader <miles@gnu.org>
6871
6872 * text.texi (Special Properties):
6873 * display.texi (Truncation): Add wrap-prefix and line-prefix.
6874
6875 2008-06-28 Johan Bockgård <bojohan@gnu.org>
6876
6877 * display.texi (Other Image Types): Fix copy/paste error; say
6878 "PBM", not "XBM".
6879
6880 2008-06-26 Dan Nicolaescu <dann@ics.uci.edu>
6881
6882 * os.texi: Remove references to obsolete systems.
6883
6884 2008-06-20 Eli Zaretskii <eliz@gnu.org>
6885
6886 * makefile.w32-in (distclean): Remove makefile.
6887
6888 2008-06-17 Glenn Morris <rgm@gnu.org>
6889
6890 * Makefile.in (emacsver, miscmanualdir, VERSION, manual, install)
6891 (elisp, dist): Remove rules and variables that are obsolete now
6892 the lisp manual is no longer distributed separately.
6893
6894 2008-06-16 Glenn Morris <rgm@gnu.org>
6895
6896 * configure, configure.in, mkinstalldirs: Remove unused files.
6897
6898 * book-spine.texinfo: Set version to 23.0.60.
6899 * vol1.texi (EMACSVER):
6900 * vol2.texi (EMACSVER): Set to 23.0.60.
6901
6902 * elisp.texi, vol1.texi, vol2.texi: Update Back-Cover Text
6903 as per maintain.info.
6904
6905 2008-06-15 Glenn Morris <rgm@gnu.org>
6906
6907 * makefile.w32-in (manual): Use "23" rather than "21".
6908
6909 * Makefile.in (emacsver): New, set by configure.
6910 (manual): Use emacsver.
6911
6912 * intro.texi: Report bugs using M-x report-emacs-bug.
6913
6914 * elisp.texi (EMACSVER): Remove duplicate, outdated setting.
6915
6916 2008-06-13 Daniel Engeler <engeler@gmail.com>
6917
6918 * elisp.texi, internals.texi, processes.texi: Add documentation
6919 about serial port access.
6920
6921 2008-06-05 Miles Bader <miles@gnu.org>
6922
6923 * display.texi (Displaying Faces): Update to reflect function
6924 renamings in face-remap.el.
6925
6926 2008-06-05 Juanma Barranquero <lekktu@gmail.com>
6927
6928 * display.texi (Fontsets): Fix typos.
6929
6930 2008-06-03 Miles Bader <miles@gnu.org>
6931
6932 * display.texi (Displaying Faces): Add add-relative-face-remapping,
6933 remove-relative-face-remapping, set-base-face-remapping,
6934 and set-default-base-face-remapping.
6935
6936 2008-06-01 Miles Bader <miles@gnu.org>
6937
6938 * display.texi (Displaying Faces): Add face-remapping-alist.
6939
6940 2008-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
6941
6942 * tips.texi (Coding Conventions): Do not encourage the use of "-flag"
6943 variable names.
6944
6945 2008-05-03 Eric S. Raymond <esr@golux>
6946
6947 * keymaps.texi: Clarify that (current-local-map) and
6948 (current-global-map) return references, not copies.
6949
6950 2008-05-02 Juri Linkov <juri@jurta.org>
6951
6952 * minibuf.texi (Text from Minibuffer): Document a list of
6953 default values for `read-from-minibuffer'.
6954
6955 2008-04-24 Juanma Barranquero <lekktu@gmail.com>
6956
6957 * nonascii.texi (Translation of Characters): Fix previous change.
6958
6959 2008-04-20 Chong Yidong <cyd@stupidchicken.com>
6960
6961 * display.texi (Overlay Properties): Clarify role of underlying
6962 textprop and overlay keymaps for display strings.
6963
6964 * keymaps.texi (Active Keymaps): Ditto.
6965
6966 2008-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
6967
6968 * minibuf.texi (Programmed Completion):
6969 Replace dynamic-completion-table with the new completion-table-dynamic.
6970
6971 2008-04-07 Chong Yidong <cyd@stupidchicken.com>
6972
6973 * intro.texi (Some Terms): Change "fonts in this manual" index
6974 entry to "typographic conventions".
6975
6976 2008-04-05 Eli Zaretskii <eliz@gnu.org>
6977
6978 * objects.texi (Text Props and Strings): Add indexing for read
6979 syntax of text properties.
6980
6981 2008-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
6982
6983 * processes.texi (Decoding Output): Remove process-filter-multibyte
6984 functions.
6985
6986 2008-03-15 Martin Rudalics <rudalics@gmx.at>
6987
6988 * display.texi (Finding Overlays): Say that empty overlays at
6989 the end of the buffer are reported too.
6990
6991 2008-03-13 Glenn Morris <rgm@gnu.org>
6992
6993 * elisp.texi (EMACSVER): Set to 23.0.60.
6994
6995 2008-02-26 Chong Yidong <cyd@stupidchicken.com>
6996
6997 * strings.texi (Formatting Strings): Treat - and 0 as flag characters.
6998
6999 2008-02-22 Glenn Morris <rgm@gnu.org>
7000
7001 * frames.texi (Position Parameters): Clarify the description of
7002 `left' and `top', using information from "Geometry".
7003 (Geometry): Give a pointer to "Position Parameters", rather than
7004 repeating information.
7005
7006 2008-02-11 Glenn Morris <rgm@gnu.org>
7007
7008 * objects.texi (Equality Predicates): No longer talk about "two"
7009 functions.
7010
7011 2008-02-11 Lawrence Mitchell <wence@gmx.li> (tiny change)
7012
7013 * objects.texi (Equality Predicates): Add defun for
7014 equal-including-properties.
7015
7016 2008-02-10 Glenn Morris <rgm@gnu.org>
7017
7018 * objects.texi (Equality Predicates):
7019 Mention equal-including-properties.
7020
7021 2008-02-07 Richard Stallman <rms@gnu.org>
7022
7023 * windows.texi (Window Start): Mention the feature of moving
7024 window-start to start of line.
7025
7026 2008-02-07 Jan Djärv <jan.h.d@swipnet.se>
7027
7028 * keymaps.texi (Tool Bar): Document rtl property.
7029
7030 2008-01-27 Thien-Thi Nguyen <ttn@gnuvola.org>
7031
7032 * display.texi (Button Types):
7033 For define-button-type, clarify type of NAME.
7034
7035 2008-01-19 Martin Rudalics <rudalics@gmx.at>
7036
7037 * buffers.texi (Buffer Modification): Fix typo.
7038
7039 2008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
7040
7041 * os.texi (System Environment): Remove references to OSes that are
7042 not supported anymore.
7043
7044 2008-01-05 Dan Nicolaescu <dann@ics.uci.edu>
7045
7046 * os.texi (System Environment): Remove mention for Masscomp.
7047
7048 2008-01-04 Richard Stallman <rms@gnu.org>
7049
7050 * display.texi (Faces): Don't talk about internal face vector as arg
7051 to facep.
7052
7053 * customize.texi (Type Keywords): Fix previous change.
7054
7055 * text.texi (Links and Mouse-1): Fix xref for commands.texi change.
7056 * elisp.texi (Top): Fix menu for commands.texi change.
7057
7058 2007-12-30 Richard Stallman <rms@gnu.org>
7059
7060 * commands.texi (Accessing Mouse): Rename from Accessing Events.
7061 (Accessing Scroll): New node broken out of Accessing Mouse.
7062
7063 2007-12-28 Richard Stallman <rms@gnu.org>
7064
7065 * frames.texi (Size Parameters): Fix typo.
7066 (Basic Parameters): For `title', refer to title bar.
7067 (Size and Position): Explain meaning of frame pixel width and height.
7068
7069 2007-12-23 Richard Stallman <rms@gnu.org>
7070
7071 * customize.texi (Type Keywords): Uncomment :validate and clarify it.
7072 Improve some of the commented-out keywords' text too.
7073
7074 2007-12-14 Martin Rudalics <rudalics@gmx.at>
7075
7076 * nonascii.texi (Encoding and I/O): Reword to avoid saying
7077 "visit the current buffer".
7078
7079 * os.texi (System Interface): Fix typo.
7080
7081 2007-12-04 Richard Stallman <rms@gnu.org>
7082
7083 * objects.texi (Symbol Type): Fix typo.
7084
7085 2007-12-03 Richard Stallman <rms@gnu.org>
7086
7087 * hooks.texi (Standard Hooks): Add link to Hooks for Loading.
7088
7089 2007-12-01 Glenn Morris <rgm@gnu.org>
7090
7091 * functions.texi (Declaring Functions): Improve previous change.
7092
7093 2007-11-30 Glenn Morris <rgm@gnu.org>
7094
7095 * functions.texi (Declaring Functions): Add optional fourth
7096 argument of declare-function, and setting third argument to `t'.
7097
7098 2007-11-29 Richard Stallman <rms@gnu.org>
7099
7100 * customize.texi (Composite Types): Document `group' type.
7101
7102 2007-11-29 Glenn Morris <rgm@gnu.org>
7103
7104 * functions.texi (Declaring Functions): Add findex.
7105 Mention `external' files.
7106
7107 2007-11-26 Juanma Barranquero <lekktu@gmail.com>
7108
7109 * functions.texi (Declaring Functions): Fix directive.
7110
7111 2007-11-25 Richard Stallman <rms@gnu.org>
7112
7113 * help.texi (Help Functions): Clean up last change.
7114
7115 * advice.texi (Preactivation, Activation of Advice): Minor cleanup.
7116
7117 * loading.texi (Named Features): Minor cleanup.
7118
7119 * macros.texi (Eval During Expansion): Minor cleanup.
7120
7121 * variables.texi (Variable Aliases): Minor cleanup.
7122
7123 2007-11-24 Richard Stallman <rms@gnu.org>
7124
7125 * functions.texi (Declaring Functions): Clarify previous change.
7126
7127 * compile.texi (Compiler Errors): Clarify previous change.
7128
7129 2007-11-24 Richard Stallman <rms@gnu.org>
7130
7131 * display.texi (Refresh Screen, Forcing Redisplay):
7132 Clarify the text and move items around.
7133
7134 2007-11-24 Glenn Morris <rgm@gnu.org>
7135
7136 * functions.texi (Declaring Functions): New section.
7137 * compile.texi (Compiler Errors): Mention declaring functions,
7138 defvar with no initvalue, and byte-compile-warnings.
7139
7140 2007-11-15 Martin Rudalics <rudalics@gmx.at>
7141
7142 * vol1.texi (Top): Remove Frame-Local Variables from Node Listing.
7143 * vol2.texi (Top): Remove Frame-Local Variables from Node Listing.
7144
7145 2007-11-13 Martin Rudalics <rudalics@gmx.at>
7146
7147 * help.texi (Help Functions): Document new macro `with-help-window'.
7148
7149 2007-11-10 Paul Pogonyshev <pogonyshev@gmx.net>
7150
7151 * searching.texi (Replacing Match): Describe new
7152 `match-substitute-replacement'.
7153
7154 2007-10-31 Richard Stallman <rms@gnu.org>
7155
7156 * strings.texi (Creating Strings): Null strings from concat not unique.
7157
7158 2007-10-26 Richard Stallman <rms@gnu.org>
7159
7160 * objects.texi (Equality Predicates): Null strings are uniquified.
7161
7162 * minibuf.texi: Minor clarifications in previous change.
7163
7164 2007-10-25 Glenn Morris <rgm@gnu.org>
7165
7166 * customize.texi (Variable Definitions): Add :risky and :safe keywords.
7167
7168 2007-10-24 Richard Stallman <rms@gnu.org>
7169
7170 * elisp.texi (Top): Delete Frame-Local Variables from subnode menu.
7171
7172 * variables.texi (Frame-Local Variables): Node deleted.
7173 (Variables): Delete Frame-Local Variables from menu.
7174 (Local Variables, Buffer-Local Variables, Intro to Buffer-Local)
7175 (Default Value): Don't mention frame-local vars.
7176
7177 * os.texi (Idle Timers): current-idle-time returns nil if not idle.
7178
7179 * loading.texi (Unloading): Document FEATURE-unload-function
7180 instead of FEATURE-unload-hook.
7181
7182 * frames.texi (Multiple Displays): Don't mention frame-local vars.
7183
7184 2007-10-22 Juri Linkov <juri@jurta.org>
7185
7186 * minibuf.texi (Text from Minibuffer, Minibuffer Completion)
7187 (High-Level Completion): Document a list of default value strings
7188 in the DEFAULT argument, for which minibuffer functions return the
7189 first element.
7190
7191 2007-10-17 Juri Linkov <juri@jurta.org>
7192
7193 * text.texi (Filling): Update arguments of fill-paragraph.
7194 fill-paragraph operates on the active region in Transient Mark mode.
7195 Remove fill-paragraph-or-region.
7196
7197 2007-10-13 Karl Berry <karl@gnu.org>
7198
7199 * elisp.texi (@dircategory): Move to after @copying,
7200 since we want @copying as close as possible to the beginning of
7201 the output.
7202
7203 2007-10-12 Richard Stallman <rms@gnu.org>
7204
7205 * elisp.texi (Top): Add Distinguish Interactive to subnode menu.
7206
7207 * commands.texi (Distinguish Interactive): New node,
7208 broken out from Interactive Call and rewritten.
7209 (Command Loop): Put Distinguish Interactive in menu.
7210
7211 2007-10-09 Richard Stallman <rms@gnu.org>
7212
7213 * text.texi (Examining Properties): Mention overlay priority.
7214
7215 * display.texi (Display Margins): Correct the description
7216 of margin display specifications.
7217 (Replacing Specs): New subnode broken out of Display Property.
7218
7219 2007-10-06 Juri Linkov <juri@jurta.org>
7220
7221 * text.texi (Filling): Document fill-paragraph-or-region.
7222
7223 2007-10-05 Juanma Barranquero <lekktu@gmail.com>
7224
7225 * display.texi (Auto Faces): Fix typo.
7226
7227 2007-10-02 Richard Stallman <rms@gnu.org>
7228
7229 * display.texi (Display Property): Explain some display specs
7230 don't let you move point in.
7231
7232 * frames.texi (Cursor Parameters):
7233 Describe cursor-in-non-selected-windows here. Explain more values.
7234
7235 * windows.texi (Basic Windows): Don't describe
7236 cursor-in-non-selected-windows here.
7237
7238 2007-10-01 Eli Zaretskii <eliz@gnu.org>
7239
7240 * processes.texi (Misc Network): Note that these functions are
7241 supported only on some systems.
7242
7243 2007-10-01 Richard Stallman <rms@gnu.org>
7244
7245 * display.texi (Overlay Properties): Explain nil as priority.
7246 Explain that conflicts are unpredictable if not resolved by
7247 priorities.
7248
7249 2007-09-23 Richard Stallman <rms@gnu.org>
7250
7251 * macros.texi (Backquote): Minor clarification.
7252
7253 2007-09-19 Richard Stallman <rms@gnu.org>
7254
7255 * display.texi (Display Property): Explain multiple display specs.
7256 Clarify when they work in parallel and when one overrides.
7257 Fix error in example.
7258
7259 2007-09-06 Glenn Morris <rgm@gnu.org>
7260
7261 Move from lispref/ to doc/lispref/. Change all setfilename
7262 commands to use ../../info.
7263 * Makefile.in (infodir): Go up one more level.
7264 (usermanualdir): Change from ../man to ../emacs.
7265 (miscmanualdir): New.
7266 (dist): Use new variable miscmanualdir.
7267 * makefile.w32-in (infodir, texinputdir): Go up one more level.
7268 (usermanualdir): Change from ../man to ../emacs.
7269
7270 2007-08-30 Martin Rudalics <rudalics@gmx.at>
7271
7272 * commands.texi (Command Loop Info): Advise against changing
7273 most variables described here. Explain new variable
7274 last-repeatable-command.
7275
7276 2007-08-29 Glenn Morris <rgm@gnu.org>
7277
7278 * elisp.texi (EMACSVER): Increase to 23.0.50.
7279
7280 2007-08-29 Dan Nicolaescu <dann@ics.uci.edu>
7281
7282 * frames.texi (Basic Parameters): Add display-environment-variable
7283 and term-environment-variable.
7284
7285 2007-08-28 Juri Linkov <juri@jurta.org>
7286
7287 * display.texi (Image Formats, Other Image Types): Add SVG.
7288
7289 2007-08-28 Juri Linkov <juri@jurta.org>
7290
7291 * display.texi (Images): Move formats-related text to new node
7292 "Image Formats".
7293 (Image Formats): New node.
7294
7295 2007-08-27 Richard Stallman <rms@gnu.org>
7296
7297 * windows.texi (Window Configurations): Clarify what
7298 a window configuration saves.
7299
7300 2007-08-25 Richard Stallman <rms@gnu.org>
7301
7302 * display.texi (Images): Delete redundant @findex.
7303
7304 2007-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
7305
7306 * text.texi (Change Hooks): (after|before)-change-functions are no
7307 longer bound to nil while running; rather inhibit-modification-hooks
7308 is t.
7309
7310 2007-08-16 Richard Stallman <rms@gnu.org>
7311
7312 * processes.texi (Asynchronous Processes):
7313 Clarify doc of start-file-process.
7314
7315 2007-08-08 Martin Rudalics <rudalics@gmx.at>
7316
7317 * modes.texi (Example Major Modes): Fix typo.
7318
7319 2007-08-08 Glenn Morris <rgm@gnu.org>
7320
7321 * intro.texi (nil and t): Do not use `iff' in documentation.
7322
7323 * tips.texi (Documentation Tips): Recommend against `iff'.
7324
7325 2007-08-07 Chong Yidong <cyd@stupidchicken.com>
7326
7327 * display.texi (Image Cache): Document image-refresh.
7328
7329 2007-08-06 Martin Rudalics <rudalics@gmx.at>
7330
7331 * windows.texi (Size of Window): Document window-full-width-p.
7332
7333 2007-07-25 Glenn Morris <rgm@gnu.org>
7334
7335 * gpl.texi (GPL): Replace license with GPLv3.
7336
7337 * Relicense all FSF files to GPLv3 or later.
7338
7339 2007-07-24 Michael Albinus <michael.albinus@gmx.de>
7340
7341 * processes.texi (Synchronous Processes):
7342 Add `process-file-shell-command'.
7343 (Asynchronous Processes): Mention restricted use of
7344 `process-filter' and `process-sentinel' in
7345 `start-file-process'. Add `start-file-process-shell-command'.
7346
7347 2007-07-17 Michael Albinus <michael.albinus@gmx.de>
7348
7349 * files.texi (Magic File Names): Introduce optional parameter
7350 IDENTIFICATION for `file-remote-p'.
7351
7352 2007-07-16 Richard Stallman <rms@gnu.org>
7353
7354 * display.texi (Defining Faces): Fix previous change.
7355
7356 2007-07-14 Richard Stallman <rms@gnu.org>
7357
7358 * control.texi (Handling Errors): Document `debug' in handler list.
7359
7360 2007-07-10 Richard Stallman <rms@gnu.org>
7361
7362 * display.texi (Defining Faces): Explain C-M-x feature for defface.
7363
7364 2007-07-09 Richard Stallman <rms@gnu.org>
7365
7366 * files.texi (Magic File Names): Rewrite previous change.
7367
7368 2007-07-08 Michael Albinus <michael.albinus@gmx.de>
7369
7370 * files.texi (Magic File Names): Introduce optional parameter
7371 CONNECTED for `file-remote-p'.
7372
7373 2007-07-07 Michael Albinus <michael.albinus@gmx.de>
7374
7375 * processes.texi (Asynchronous Processes):
7376 * files.texi (Magic File Names): Add `start-file-process'.
7377
7378 2007-06-27 Richard Stallman <rms@gnu.org>
7379
7380 * files.texi (Format Conversion Piecemeal):
7381 Clarify `after-insert-file-functions' calling convention.
7382
7383 2007-06-27 Michael Albinus <michael.albinus@gmx.de>
7384
7385 * files.texi (Magic File Names): Remove `dired-call-process'.
7386 Add `process-file'.
7387
7388 2007-06-27 Kenichi Handa <handa@m17n.org>
7389
7390 * text.texi (Special Properties): Fix description about
7391 `composition' property.
7392
7393 2007-06-26 Kenichi Handa <handa@m17n.org>
7394
7395 * nonascii.texi (Default Coding Systems): Document about the
7396 return value `undecided'.
7397
7398 2007-06-25 David Kastrup <dak@gnu.org>
7399
7400 * keymaps.texi (Active Keymaps): Document new POSITION argument of
7401 `current-active-maps'.
7402
7403 2007-06-24 Karl Berry <karl@gnu.org>
7404
7405 * elisp.texi, vol1.texi, vol2.texi: New Back-Cover Text.
7406
7407 2007-06-15 Juanma Barranquero <lekktu@gmail.com>
7408
7409 * display.texi (Overlay Arrow): Doc fix.
7410
7411 2007-06-14 Karl Berry <karl@tug.org>
7412
7413 * anti.texi (Antinews): Typo.
7414
7415 2007-06-14 Chong Yidong <cyd@stupidchicken.com>
7416
7417 * display.texi (Image Cache): Document image-refresh.
7418
7419 2007-06-12 Karl Berry <karl@gnu.org>
7420
7421 * vol1.texi, vol2.texi, two-volume-cross-refs.txt: Update.
7422 * two-volume.make: New file.
7423 * .cvsignore: Ignore two-volume files.
7424
7425 2007-06-12 Tom Tromey <tromey@redhat.com>
7426
7427 * os.texi (Init File): Document user-emacs-directory.
7428
7429 2007-06-03 Nick Roberts <nickrob@snap.net.nz>
7430
7431 * commands.texi (Click Events): Describe width and height when
7432 object is nil.
7433
7434 2007-05-30 Nick Roberts <nickrob@snap.net.nz>
7435
7436 * commands.texi (Click Events): Layout more logically.
7437 Describe width and height.
7438 (Drag Events, Motion Events): Update to new format for position.
7439
7440 2007-06-02 Richard Stallman <rms@gnu.org>
7441
7442 * frames.texi (Color Parameters): Add xref to (emacs)Standard Faces.
7443
7444 2007-06-02 Chong Yidong <cyd@stupidchicken.com>
7445
7446 * Version 22.1 released.
7447
7448 2007-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
7449
7450 * text.texi (Special Properties): Correct meaning of fontified face.
7451
7452 2007-05-30 Richard Stallman <rms@gnu.org>
7453
7454 * text.texi (Special Properties): Add link to Adjusting Point.
7455
7456 2007-05-12 Richard Stallman <rms@gnu.org>
7457
7458 * text.texi (Margins): indent-to-left-margin is not the default.
7459 (Mode-Specific Indent): For indent-line-function, the default
7460 is indent-relative.
7461
7462 * modes.texi (Example Major Modes): Explain last line of text-mode
7463 is redundant.
7464
7465 2007-05-10 Richard Stallman <rms@gnu.org>
7466
7467 * keymaps.texi (Scanning Keymaps): Update where-is-internal example.
7468
7469 * help.texi (Keys in Documentation): Add reference to
7470 Documentation Tips.
7471
7472 * files.texi (Format Conversion): TO-FN gets three arguments.
7473
7474 * modes.texi (Auto Major Mode): Document file-start-mode-alist.
7475
7476 2007-05-10 Thien-Thi Nguyen <ttn@gnuvola.org>
7477
7478 * elisp.texi (Top): Remove "Saving Properties" from detailed menu.
7479 * files.texi (Format Conversion): Expand intro; add menu.
7480 (Format Conversion Overview, Format Conversion Round-Trip)
7481 (Format Conversion Piecemeal): New nodes/subsections.
7482 * hooks.texi: Xref "Format Conversion" , not "Saving Properties".
7483 * text.texi (Text Properties): Remove "Saving Properties" from menu.
7484 (Saving Properties): Delete node/subsection.
7485
7486 2007-05-07 Karl Berry <karl@gnu.org>
7487
7488 * elisp.texi (EMACSVER): Back to 22.
7489
7490 2007-05-06 Richard Stallman <rms@gnu.org>
7491
7492 * processes.texi (Accepting Output): Revert most of previous change.
7493
7494 2007-05-05 Richard Stallman <rms@gnu.org>
7495
7496 * processes.texi (Accepting Output): accept-process-output
7497 uses microseconds, not milliseconds. But that arg is obsolete.
7498
7499 2007-05-04 Karl Berry <karl@tug.org>
7500
7501 * elisp.texi (EMACSVER) [smallbook]: 22.1, not 22.
7502
7503 2007-05-04 Eli Zaretskii <eliz@gnu.org>
7504
7505 * tips.texi (Documentation Tips): Rearrange items to place the
7506 more important ones first. Add an index entry for hyperlinks.
7507
7508 2007-05-03 Karl Berry <karl@gnu.org>
7509
7510 * elisp.texi (\urlcolor, \linkcolor) [smallbook]: \Black for printing.
7511 (EMACSVER) [smallbook]: 22 for printed version.
7512
7513 * control.texi (Signaling Errors) <signal>: texinfo.tex is fixed,
7514 so restore anchor to normal position after defun. Found by Kevin Ryde.
7515
7516 2007-04-26 Glenn Morris <rgm@gnu.org>
7517
7518 * elisp.texi (EMACSVER): Increase to 22.1.50.
7519
7520 2007-04-28 Karl Berry <karl@gnu.org>
7521
7522 * elisp.texi: Improve line breaks on copyright page,
7523 similar layout to emacs manual, 8.5x11 by default.
7524
7525 2007-04-24 Richard Stallman <rms@gnu.org>
7526
7527 * text.texi (Special Properties): Add xref to Overlay Properties.
7528
7529 * display.texi (Overlay Properties): Add xref to Special Properties.
7530
7531 2007-04-22 Richard Stallman <rms@gnu.org>
7532
7533 * keymaps.texi (Extended Menu Items): Move the info about
7534 format with cached keyboard binding.
7535
7536 2007-04-21 Richard Stallman <rms@gnu.org>
7537
7538 * text.texi (Special Properties): Clarify previous change.
7539
7540 * files.texi (File Name Expansion): Clarify previous change.
7541
7542 * display.texi (Attribute Functions): Fix example for
7543 face-attribute-relative-p.
7544
7545 2007-04-19 Kenichi Handa <handa@m17n.org>
7546
7547 * text.texi (Special Properties): Document composition property.
7548
7549 2007-04-19 Glenn Morris <rgm@gnu.org>
7550
7551 * files.texi (File Name Expansion): Mention "superroot".
7552
7553 2007-04-15 Chong Yidong <cyd@stupidchicken.com>
7554
7555 * frames.texi (Multiple Displays): Add note about "multi-monitor"
7556 setups.
7557 (Display Feature Testing): Note that display refers to all
7558 physical monitors for multi-monitor setups.
7559
7560 2007-04-14 Richard Stallman <rms@gnu.org>
7561
7562 * lists.texi (Sets And Lists): Clarify `delete' examples.
7563 Remove spurious xref to same node.
7564 Clarify xref for add-to-list.
7565
7566 2007-04-12 Nick Roberts <nickrob@snap.net.nz>
7567
7568 * keymaps.texi (Format of Keymaps): Remove spurious ")" from
7569 value of lisp-mode-map.
7570
7571 2007-04-11 Karl Berry <karl@gnu.org>
7572
7573 * anti.texi (Antinews):
7574 * display.texi (Overlay Properties, Defining Images):
7575 * processes.texi (Synchronous Processes, Sentinels):
7576 * syntax.texi (Syntax Table Internals):
7577 * searching.texi (Regexp Special):
7578 * nonascii.texi (Default Coding Systems):
7579 * text.texi (Special Properties):
7580 * minibuf.texi (Basic Completion): Wording to improve breaks in
7581 8.5x11 format.
7582 * elisp.texi (smallbook): New @set to more easily switch between
7583 smallbook and 8.5x11.
7584
7585 2007-04-11 Richard Stallman <rms@gnu.org>
7586
7587 * text.texi (Lazy Properties): Minor fix.
7588
7589 2007-04-08 Karl Berry <karl@gnu.org>
7590
7591 * symbols.texi (Plists and Alists): Period after "vs" in index entries.
7592 * macros.texi (Backquote): Downcase Backquote in index entries for
7593 consistency.
7594
7595 2007-04-08 Richard Stallman <rms@gnu.org>
7596
7597 * text.texi (Adaptive Fill): Just describe default,
7598 don't show it (since it contains non-ASCII chars).
7599
7600 2007-04-07 Karl Berry <karl@gnu.org>
7601
7602 * text.texi (Adaptive Fill) [@iftex]: Omit binary characters in
7603 adaptive-fill-regexp's value, since they are not in the standard
7604 TeX fonts.
7605
7606 2007-04-07 Guanpeng Xu <herberteuler@hotmail.com>
7607
7608 * display.texi (Defining Faces): Fix example.
7609
7610 2007-04-07 Karl Berry <karl@gnu.org>
7611
7612 * display.texi (Button Buffer Commands): Improve page break.
7613
7614 2007-04-07 Richard Stallman <rms@gnu.org>
7615
7616 * advice.texi (Activation of Advice): Remove redundant index entry.
7617
7618 * backups.texi: Improve index entries. Remove redundant ones.
7619
7620 * compile.texi (Byte Compilation): Improve index entry.
7621
7622 * hash.texi (Creating Hash): Improve index entry.
7623
7624 * symbols.texi (Definitions): Improve index entry.
7625
7626 * edebug.texi: Improve index entries. Remove redundant/useless ones.
7627
7628 * maps.texi (Standard Keymaps): Remove useless index entry.
7629
7630 * help.texi (Documentation Basics): Remove redundant index entries.
7631
7632 * customize.texi: Improve index entries.
7633 Remove redundant/useless ones.
7634
7635 * locals.texi (Standard Buffer-Local Variables): Clarify intro text.
7636
7637 * streams.texi (Output Variables): Improve index entry.
7638
7639 * abbrevs.texi (Abbrevs): Remove useless index entry.
7640
7641 * macros.texi (Expansion): Remove useless index entry.
7642
7643 * text.texi: Improve index entries. Remove redundant/useless ones.
7644 (Text Properties, Examining Properties)
7645 (Special Properties): Use "property category" instead of "category"
7646 to refer to the `category' property.
7647
7648 * positions.texi: Improve index entries. Remove useless one.
7649
7650 * lists.texi: Improve index entries. Remove redundant/useless ones.
7651
7652 * os.texi: Improve index entries.
7653 (Timers): Fix previous change.
7654
7655 * buffers.texi: Improve index entries.
7656 (Modification Time): Get rid of term "obsolete buffer".
7657
7658 * debugging.texi: Improve index entries.
7659 (Test Coverage): Add xref to other test coverage ftr.
7660
7661 * eval.texi: Improve index entry. Remove redundant ones.
7662
7663 * numbers.texi: Improve index entries. Remove redundant/useless ones.
7664
7665 * files.texi: Improve index entries. Remove redundant/useless ones.
7666
7667 * objects.texi: Improve index entries.
7668
7669 * processes.texi: Improve index entries.
7670
7671 * modes.texi: Improve index entry. Remove redundant one.
7672
7673 * nonascii.texi: Improve index entries.
7674
7675 * internals.texi: Improve index entries.
7676
7677 * syntax.texi: Improve index entries.
7678
7679 * keymaps.texi (Active Keymaps): Improve index entries.
7680
7681 * commands.texi: Improve index entries. Remove redundant/useless ones.
7682
7683 * frames.texi: Improve index entries. Remove redundant/useless ones.
7684
7685 * markers.texi: Improve index entries. Remove redundant ones.
7686
7687 * tips.texi: Improve index entries.
7688
7689 * loading.texi (Unloading): Improve index entry.
7690
7691 * variables.texi: Improve index entries. Remove redundant one.
7692
7693 * sequences.texi: Improve index entry.
7694
7695 * display.texi: Improve index entries. Remove redundant ones.
7696
7697 * windows.texi: Improve index entries.
7698
7699 * searching.texi: Improve index entries. Remove redundant one.
7700
7701 * strings.texi (Case Tables): Improve last change.
7702
7703 2007-04-04 Chong Yidong <cyd@stupidchicken.com>
7704
7705 * strings.texi (Case Tables): Document with-case-table and
7706 ascii-case-table.
7707
7708 2007-04-03 Karl Berry <karl@gnu.org>
7709
7710 * processes.texi (Network): Reword to improve page break.
7711
7712 2007-04-03 Eli Zaretskii <eliz@gnu.org>
7713
7714 * functions.texi (Inline Functions): Describe more disadvantages
7715 of defsubst, and make advice against it stronger.
7716
7717 2007-04-02 Karl Berry <karl@gnu.org>
7718
7719 * backups.texi (Backup Names): Avoid widow words.
7720 * modes.texi (Example Major Modes): Align last comment.
7721
7722 2007-04-01 Chong Yidong <cyd@stupidchicken.com>
7723
7724 * keymaps.texi (Remapping Commands): Document new arg to
7725 command-remapping.
7726
7727 2007-04-01 Karl Berry <karl@gnu.org>
7728
7729 * processes.texi (Low-Level Network): Typo.
7730 * loading.texi (Hooks for Loading): Avoid double "the".
7731 * keymaps.texi (Key Sequences): No double "and".
7732 (Changing Key Bindings): Shorten to improve line break.
7733
7734 2007-03-31 Glenn Morris <rgm@gnu.org>
7735
7736 * os.texi (Timers): Fix description of run-at-time TIME formats.
7737
7738 2007-03-31 Richard Stallman <rms@gnu.org>
7739
7740 * display.texi (Invisible Text): Correct buffer-invisibility-spec
7741 regarding ellipsis.
7742
7743 2007-03-31 Eli Zaretskii <eliz@gnu.org>
7744
7745 * intro.texi (nil and t):
7746 * symbols.texi (Plists and Alists):
7747 * variables.texi (Variable Aliases, Constant Variables):
7748 * functions.texi (Defining Functions):
7749 * advice.texi (Advising Primitives):
7750 * debugging.texi (Syntax Errors, Compilation Errors):
7751 * minibuf.texi (Minibuffer Windows):
7752 * commands.texi (Adjusting Point):
7753 * modes.texi (Syntactic Font Lock, Faces for Font Lock)
7754 (Auto Major Mode, Major Mode Conventions):
7755 * help.texi (Describing Characters):
7756 * files.texi (Create/Delete Dirs, Information about Files)
7757 (File Locks, Writing to Files, Reading from Files)
7758 (Saving Buffers):
7759 * windows.texi (Resizing Windows, Cyclic Window Ordering):
7760 * frames.texi (Finding All Frames):
7761 * positions.texi (Buffer End, Motion):
7762 * markers.texi (The Region):
7763 * text.texi (Deletion, Near Point):
7764 * display.texi (Displaying Messages, Truncation):
7765 * os.texi (Processor Run Time):
7766 * tips.texi (Key Binding Conventions, Programming Tips)
7767 (Warning Tips, Documentation Tips, Comment Tips):
7768 * internals.texi (Memory Usage): Improve indexing.
7769
7770 * variables.texi (Frame-Local Variables):
7771 * functions.texi (Argument List):
7772 * loading.texi (Library Search):
7773 * streams.texi (Output Variables):
7774 * keymaps.texi (Translation Keymaps, Searching Keymaps):
7775 * searching.texi (Replacing Match, Search and Replace):
7776 * processes.texi (Byte Packing, Decoding Output)
7777 (Accepting Output, Network Servers, Shell Arguments):
7778 * display.texi (Abstract Display, Image Cache, Scroll Bars):
7779 * windows.texi (Window Point, Window Start):
7780 * frames.texi (Management Parameters, Frame Parameters, Frame Titles):
7781 * commands.texi (Reading Input, Keyboard Events):
7782 * minibuf.texi (Reading File Names, Minibuffer Completion)
7783 (Recursive Mini):
7784 * positions.texi (List Motion):
7785 * hash.texi (Hash Tables, Creating Hash, Defining Hash):
7786 * numbers.texi (Arithmetic Operations, Math Functions)
7787 (Predicates on Numbers, Comparison of Numbers, Numeric Conversions):
7788 * locals.texi (Standard Buffer-Local Variables):
7789 * maps.texi (Standard Keymaps):
7790 * os.texi (User Identification, System Environment, Recording Input)
7791 (X11 Keysyms):
7792 * nonascii.texi (Non-ASCII Characters, Splitting Characters):
7793 * backups.texi (Backups and Auto-Saving):
7794 * customize.texi (Customization, Group Definitions)
7795 (Variable Definitions):
7796 * compile.texi (Byte Compilation): Improve index entries.
7797
7798 2007-03-31 Karl Berry <karl@gnu.org>
7799
7800 * macros.texi (Defining Macros): Avoid widow syllable.
7801
7802 2007-03-31 Eli Zaretskii <eliz@gnu.org>
7803
7804 * elisp.texi (Top): Postscript -> PostScript.
7805
7806 * display.texi (Images, Postscript Images): Postscript -> PostScript.
7807
7808 2007-03-31 Markus Triska <markus.triska@gmx.at>
7809
7810 * internals.texi (Writing Emacs Primitives): Untabify `For'.
7811
7812 2007-03-30 Karl Berry <karl@gnu.org>
7813
7814 * lists.texi (List-related Predicates): Remove spurious @need.
7815 (Setcdr): Use @smallexample to improve page break.
7816 (Association Lists) <assoc>: Reword to improve page break.
7817
7818 * strings.texi (String Conversion): Insert blank line to improve
7819 page break.
7820
7821 * numbers.texi (Random Numbers): Use @minus{}.
7822 (Math Functions): Use @minus{}.
7823
7824 * intro.texi (Acknowledgements): Avoid line breaks before middle
7825 initials.
7826
7827 2007-03-24 Eli Zaretskii <eliz@gnu.org>
7828
7829 * errors.texi (Standard Errors): Add an index entry.
7830
7831 2007-03-19 Richard Stallman <rms@gnu.org>
7832
7833 * os.texi (Recording Input): recent-keys now gives 300 keys.
7834
7835 2007-03-12 Glenn Morris <rgm@gnu.org>
7836
7837 * os.texi: Replace "daylight savings" with "daylight saving"
7838 throughout.
7839
7840 2007-03-05 Richard Stallman <rms@gnu.org>
7841
7842 * variables.texi (File Local Variables):
7843 Update enable-local-variables values.
7844
7845 2007-03-04 Richard Stallman <rms@gnu.org>
7846
7847 * syntax.texi (Control Parsing): Minor clarification.
7848
7849 * strings.texi (Formatting Strings): Clarify width, precision, flags.
7850
7851 * sequences.texi (Sequence Functions): Move string-bytes away,
7852 add xref.
7853
7854 * nonascii.texi (Text Representations): Move string-bytes here.
7855
7856 * modes.texi (Major Mode Conventions): Fundamental mode is exception.
7857
7858 * minibuf.texi (Basic Completion): Minor clarification.
7859
7860 * markers.texi (The Mark): Clarify existence vs activation of mark.
7861 Other cleanup.
7862
7863 * display.texi (Finding Overlays): Write better example.
7864
7865 * compile.texi (Eval During Compile): Clarify putting macros
7866 in eval-when-compile.
7867
7868 2007-02-25 Vinicius Jose Latorre <viniciusjl@ig.com.br> (tiny change)
7869
7870 * loading.texi (How Programs Do Loading): Fix anchor position at
7871 load-read-function definition doc.
7872
7873 2007-02-21 Kim F. Storm <storm@cua.dk>
7874
7875 * strings.texi (Text Comparison): Mention that assoc-string
7876 converts symbols to strings before testing.
7877
7878 2007-02-17 Kim F. Storm <storm@cua.dk>
7879
7880 * processes.texi (Bindat Spec): Vector types can have optional
7881 element type.
7882 (Bindat Examples): Fix example. Add vector with element type.
7883
7884 2007-02-16 Andreas Schwab <schwab@suse.de>
7885
7886 * strings.texi (Formatting Strings): Document '+' flag.
7887
7888 2007-02-15 Juanma Barranquero <lekktu@gmail.com>
7889
7890 * strings.texi (Modifying Strings): Clarify that `clear-string'
7891 always converts the string to unibyte.
7892
7893 2007-02-14 Kim F. Storm <storm@cua.dk>
7894
7895 * display.texi (Glyphs): Add make-glyph-code, glyph-char, glyph-face.
7896 Rewrite glyph code description to refer to these functions.
7897 Remove details of encoding face number and char into integer code.
7898
7899 2007-02-03 Alan Mackenzie <acm@muc.de>
7900
7901 * loading.texi (Hooks for Loading): Make the description of
7902 `eval-after-load' more detailed, and amend the description of
7903 after-load-alist, in accordance with changes from 2006-05.
7904
7905 2007-02-03 Chong Yidong <cyd@stupidchicken.com>
7906
7907 * modes.texi (Defining Minor Modes): Document that a :require
7908 keyword or similar may be required to make saved customization
7909 variables work.
7910
7911 2007-02-03 Eli Zaretskii <eliz@gnu.org>
7912
7913 * elisp.texi (Top): Make the detailed menu headers compliant with
7914 Texinfo guidelines and with what texnfo-upd.el expects.
7915 Add comments to prevent people from inadvertently modifying the key
7916 parts needed by `texinfo-multiple-files-update'.
7917
7918 2007-02-02 Eli Zaretskii <eliz@gnu.org>
7919
7920 * elisp.texi (Top): Update the top-level menus.
7921
7922 * syntax.texi (Categories): Add index entries.
7923
7924 2007-02-01 Juanma Barranquero <lekktu@gmail.com>
7925
7926 * display.texi (Attribute Functions): Fix name and description of
7927 the UNDERLINE arg of `set-face-underline-p'.
7928
7929 2007-01-29 Eli Zaretskii <eliz@gnu.org>
7930
7931 * elisp.texi (Top): Add "Standard Errors", "Standard Buffer-Local
7932 Variables", and "Standard Keymaps" to the detailed menu.
7933
7934 * variables.texi (Future Local Variables): Add index entry.
7935
7936 2007-01-28 Richard Stallman <rms@gnu.org>
7937
7938 * tips.texi (Coding Conventions): Clarify the tip about macros
7939 that define a function or a variable.
7940
7941 * files.texi (File Attributes): UID and GID can be floats.
7942 (Magic File Names): Explain why deferring all operations to
7943 the standard handler does not work.
7944
7945 2007-01-23 Martin Rudalics <rudalics@gmx.at>
7946
7947 * backups.texi (Reverting): Use "buffer" instead of "file"
7948 when talking about major and minor modes.
7949
7950 2007-01-21 Richard Stallman <rms@gnu.org>
7951
7952 * help.texi (Documentation): Add xref to Documentation Tips.
7953
7954 2007-01-14 Juanma Barranquero <lekktu@gmail.com>
7955
7956 * tips.texi (Coding Conventions): Fix typos.
7957
7958 2007-01-05 Richard Stallman <rms@gnu.org>
7959
7960 * modes.texi (Defining Minor Modes): Fix previous change.
7961
7962 2007-01-03 Richard Stallman <rms@gnu.org>
7963
7964 * customize.texi (Variable Definitions, Customization Types):
7965 Don't use * in doc string for defcustom.
7966
7967 2007-01-02 Richard Stallman <rms@gnu.org>
7968
7969 * variables.texi (Variable Aliases): Clarify that aliases vars
7970 always have the same value.
7971
7972 * processes.texi (Bindat Spec): Fix Texinfo usage.
7973
7974 * modes.texi (Defining Minor Modes): Explain effect of command
7975 defined with define-global-minor-mode on new buffers.
7976
7977 2006-12-30 Kim F. Storm <storm@cua.dk>
7978
7979 * keymaps.texi (Tool Bar): Describe `grow-only' value of
7980 `auto-resize-tool-bars'.
7981
7982 2006-12-30 Richard Stallman <rms@gnu.org>
7983
7984 * keymaps.texi (Active Keymaps): Fix previous change.
7985
7986 2006-12-30 Nick Roberts <nickrob@snap.net.nz>
7987
7988 * keymaps.texi (Active Keymaps): Make xref to lookup-key.
7989
7990 2006-12-30 Kim F. Storm <storm@cua.dk>
7991
7992 * processes.texi (Bindat Spec): Clarify using field names in
7993 length specifications.
7994
7995 2006-12-29 Kim F. Storm <storm@cua.dk>
7996
7997 * processes.texi (Bindat Spec): Explain eval forms and lengths better.
7998 Add count and index variables for eval forms in repeat blocks.
7999
8000 2006-12-24 Richard Stallman <rms@gnu.org>
8001
8002 * customize.texi (Variable Definitions):
8003 Document new name custom-add-frequent-value.
8004
8005 2006-12-19 Kim F. Storm <storm@cua.dk>
8006
8007 * commands.texi (Misc Events): User signals now result in sigusr1
8008 and sigusr2 events which are handled through special-event-map.
8009 (Special Events): User signals and drag-n-drop are special.
8010
8011 2006-12-17 Richard Stallman <rms@gnu.org>
8012
8013 * loading.texi (Named Features): Explain subfeatures better.
8014
8015 * customize.texi: Use "option" only for user options.
8016 For the keyword values inside defcustom etc, say "keywords".
8017 For :options value's elements, say "elements".
8018 :group should not be omitted.
8019
8020 * syntax.texi (Parsing Expressions): Split up node.
8021 (Motion via Parsing, Position Parse, Parser State)
8022 (Low-Level Parsing, Control Parsing): New subnodes.
8023 (Parser State): Document syntax-ppss-toplevel-pos.
8024
8025 * positions.texi (List Motion): Punctuation fix.
8026
8027 * files.texi (File Name Completion): Document PREDICATE arg
8028 to file-name-completion.
8029
8030 2006-12-16 Eli Zaretskii <eliz@gnu.org>
8031
8032 * internals.texi (Building Emacs, Writing Emacs Primitives):
8033 Add index entries.
8034
8035 2006-12-11 Richard Stallman <rms@gnu.org>
8036
8037 * modes.texi (Font Lock Basics): Explain how nil for font-lock-defaults
8038 affects face menu. Explain how to make it non-nil without enabling
8039 any fontification.
8040
8041 2006-12-10 Chong Yidong <cyd@stupidchicken.com>
8042
8043 * modes.texi (Font Lock Basics): Document nil value of
8044 font-lock-defaults.
8045
8046 2006-12-10 Glenn Morris <rgm@gnu.org>
8047
8048 * abbrevs.texi (Defining Abbrevs): Mention `define-abbrev' 'force
8049 value for system-flag argument. Abbrev tables may not be empty
8050 when major modes are loaded.
8051
8052 2006-12-08 Juanma Barranquero <lekktu@gmail.com>
8053
8054 * makefile.w32-in (maintainer-clean): Partially revert last
8055 change; delete "elisp-?" and "elisp-??" instead of "elisp-*"
8056 to protect elisp-covers.texi.
8057
8058 2006-12-07 Juanma Barranquero <lekktu@gmail.com>
8059
8060 * makefile.w32-in (maintainer-clean): Depend on `distclean'.
8061 Don't remove elisp* info files; they are already deleted by the
8062 `clean' and `distclean' targets, and they are in the $(infodir)
8063 directory, not the current one.
8064
8065 2006-12-04 Kim F. Storm <storm@cua.dk>
8066
8067 * commands.texi (Misc Events): Update signal events.
8068 (Event Examples): Add signal example.
8069
8070 2006-11-29 Richard Stallman <rms@gnu.org>
8071
8072 * frames.texi (Visibility of Frames): Explain visible windows
8073 can be covered by others. Add xref for raise-frame.
8074
8075 2006-11-28 Richard Stallman <rms@gnu.org>
8076
8077 * searching.texi (Regexp Special): Update when ^ is special.
8078
8079 2006-11-27 Eli Zaretskii <eliz@gnu.org>
8080
8081 * customize.texi (Customization, Common Keywords)
8082 (Group Definitions, Variable Definitions, Composite Types)
8083 (Type Keywords, Customization Types): Add index entries for
8084 various customization keywords.
8085
8086 2006-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
8087
8088 * modes.texi (Multiline Font Lock): Rephrase some parts for clarity.
8089
8090 2006-11-10 Jan Djärv <jan.h.d@swipnet.se>
8091
8092 * frames.texi (Window System Selections): Remove clipboard from
8093 description of selection-coding-system.
8094
8095 2006-11-06 Richard Stallman <rms@gnu.org>
8096
8097 * lists.texi (List Variables): Document COMPARE-FN.
8098
8099 * keymaps.texi: Avoid use of "binding" to mean a relation;
8100 use it only to refer to the meaning associated with a key.
8101 (Keymaps): Change menu node description.
8102
8103 * elisp.texi (Top): Change menu node description.
8104
8105 * display.texi (Managing Overlays): Document overlay-recenter.
8106
8107 2006-10-29 Chong Yidong <cyd@stupidchicken.com>
8108
8109 * Makefile.in: Use relative paths to avoid advertising filesystem
8110 contents during compilation.
8111
8112 2006-10-23 Kim F. Storm <storm@cua.dk>
8113
8114 * commands.texi (Event Input Misc): Update unread-command-events.
8115
8116 2006-10-23 Nick Roberts <nickrob@snap.net.nz>
8117
8118 * lists.texi (Sets And Lists): Fix typos.
8119
8120 2006-10-18 Juanma Barranquero <lekktu@gmail.com>
8121
8122 * control.texi (Processing of Errors): Use @var for an argument,
8123 not @code.
8124
8125 2006-10-16 Richard Stallman <rms@gnu.org>
8126
8127 * edebug.texi (Edebug Recursive Edit): Minor cleanup.
8128
8129 * keymaps.texi (Format of Keymaps): Show all the keymap element
8130 patterns that result from menu items.
8131 (Key Lookup): Minor cleanups.
8132
8133 * modes.texi (Precalculated Fontification): Don't say that
8134 not setting font-lock-defaults avoids loading font-lock.
8135
8136 * help.texi (Documentation): Move xref to Emacs Manual here.
8137 (Documentation Basics): From here.
8138 Also doc emacs-lisp-docstring-fill-column.
8139
8140 * elisp.texi: Update version and ISBN.
8141
8142 * commands.texi (Interactive Call): Clarify KEYS arg to
8143 call-interactively is a vector.
8144 (Command Loop Info): Delete anchor in this-command-keys.
8145 Add anchor in this-command-keys-vector.
8146 (Recursive Editing): Document how recursive-edit
8147 handles the current buffer.
8148
8149 2006-10-13 Chong Yidong <cyd@stupidchicken.com>
8150
8151 * frames.texi (Frame Titles): %c and %l are ignored in
8152 frame-title-format.
8153
8154 2006-10-11 Richard Stallman <rms@gnu.org>
8155
8156 * keymaps.texi (Key Sequences): Clarify use of kbd.
8157
8158 2006-10-10 Kim F. Storm <storm@cua.dk>
8159
8160 * lists.texi (Sets And Lists): Add memql.
8161
8162 2006-10-03 Richard Stallman <rms@gnu.org>
8163
8164 * searching.texi (Char Classes): Document :multibyte: and :unibyte:.
8165 Clarify :ascii: and :nonascii:.
8166
8167 2006-09-29 Juri Linkov <juri@jurta.org>
8168
8169 * modes.texi (%-Constructs): Reorder coding systems in the
8170 documentation of %z to the real order displayed in the modeline.
8171
8172 2006-09-25 Richard Stallman <rms@gnu.org>
8173
8174 * os.texi (Timers): Describe timer-max-repeats.
8175
8176 2006-09-25 Chong Yidong <cyd@stupidchicken.com>
8177
8178 * os.texi (Timers): Mention with-local-quit.
8179
8180 2006-09-24 Richard Stallman <rms@gnu.org>
8181
8182 * searching.texi (Searching and Matching): Mention property search.
8183
8184 * commands.texi (Command Loop Info): Explain how read-event affects
8185 this-command-keys.
8186
8187 2006-09-20 Richard Stallman <rms@gnu.org>
8188
8189 * os.texi (Timers): Clarify about REPEAT when timer is delayed.
8190
8191 * windows.texi (Window Start): Minor cleanups.
8192
8193 2006-09-20 Kim F. Storm <storm@cua.dk>
8194
8195 * windows.texi (Window Start): pos-visible-in-window-p allows
8196 specifying t for position to mean "end of window".
8197 Add window-line-height.
8198
8199 * anti.texi (Antinews): Mention window-line-height.
8200
8201 2006-09-19 David Kastrup <dak@gnu.org>
8202
8203 * keymaps.texi (Searching Keymaps): Small clarification.
8204
8205 2006-09-18 Richard Stallman <rms@gnu.org>
8206
8207 * keymaps.texi (Creating Keymaps): Explain that keymap prompt strings
8208 cause keyboard menus.
8209 (Menu Keymaps): Likewise.
8210 (Defining Menus, Keyboard Menus): Clarify.
8211
8212 * text.texi (Fields): Clarify explanation of constrain-to-field.
8213
8214 2006-09-16 Eli Zaretskii <eliz@gnu.org>
8215
8216 * variables.texi (Tips for Defining): Fix a typo.
8217
8218 2006-09-15 Richard Stallman <rms@gnu.org>
8219
8220 * keymaps.texi (Remapping Commands, Searching Keymaps)
8221 (Active Keymaps): Clean up previous change.
8222
8223 2006-09-15 Jay Belanger <belanger@truman.edu>
8224
8225 * gpl.texi: Replace "Library Public License" by "Lesser Public
8226 License" throughout.
8227
8228 2006-09-15 David Kastrup <dak@gnu.org>
8229
8230 * keymaps.texi (Active Keymaps): Adapt description to use
8231 `get-char-property' instead `get-text-property'. Explain how
8232 mouse events change this. Explain the new optional argument of
8233 `key-binding' and its mouse-dependent lookup.
8234 (Searching Keymaps): Adapt description similarly.
8235 (Remapping Commands): Explain the new optional argument of
8236 `command-remapping'.
8237
8238 2006-09-14 Richard Stallman <rms@gnu.org>
8239
8240 * keymaps.texi (Searching Keymaps): Clarification.
8241 (Active Keymaps): Refer to Searching Keymaps instead of duplication.
8242
8243 2006-09-13 Richard Stallman <rms@gnu.org>
8244
8245 * objects.texi (Character Type): Node split.
8246 Add xref to Describing Characters.
8247 (Basic Char Syntax, General Escape Syntax)
8248 (Ctl-Char Syntax, Meta-Char Syntax): New subnodes.
8249
8250 2006-09-11 Richard Stallman <rms@gnu.org>
8251
8252 * display.texi (Display Table Format): Wording clarification.
8253 (Glyphs): Clarifications.
8254
8255 2006-09-10 Chong Yidong <cyd@stupidchicken.com>
8256
8257 * keymaps.texi (Active Keymaps): Mention that key-binding checks
8258 local maps.
8259
8260 2006-09-10 Kim F. Storm <storm@cua.dk>
8261
8262 * display.texi (Forcing Redisplay): Document return value of
8263 function redisplay.
8264
8265 2006-09-09 Richard Stallman <rms@gnu.org>
8266
8267 * windows.texi (Window Hooks): Explain limits of
8268 window-scroll-functions.
8269
8270 * display.texi (Fringe Indicators): Update for last change in
8271 indicate-buffer-boundaries.
8272
8273 2006-09-08 Richard Stallman <rms@gnu.org>
8274
8275 * processes.texi (Bindat Spec): Suggest names ending in -bindat-spec.
8276
8277 2006-09-06 Kim F. Storm <storm@cua.dk>
8278
8279 * frames.texi (Display Feature Testing): display-mm-dimensions-alist.
8280
8281 * windows.texi (Window Start): Update pos-visible-in-window-p.
8282
8283 2006-09-04 Richard Stallman <rms@gnu.org>
8284
8285 * processes.texi (Accepting Output): Explain SECONDS=0 for
8286 accept-process-output.
8287
8288 * os.texi (Idle Timers): Explain why timer functions should not
8289 loop until (input-pending-p).
8290
8291 2006-09-02 Eli Zaretskii <eliz@gnu.org>
8292
8293 * makefile.w32-in (usermanualdir): New variable.
8294 (elisp.dvi): Use it.
8295
8296 2006-09-01 Eli Zaretskii <eliz@gnu.org>
8297
8298 * buffers.texi (Buffer Modification): Fix last change.
8299
8300 2006-09-01 Chong Yidong <cyd@stupidchicken.com>
8301
8302 * buffers.texi (Buffer Modification):
8303 Document buffer-chars-modified-tick.
8304
8305 2006-08-31 Richard Stallman <rms@gnu.org>
8306
8307 * modes.texi (Syntactic Font Lock): Mention specific faces once again.
8308
8309 2006-08-31 Richard Bielawski <RBielawski@moneygram.com> (tiny change)
8310
8311 * modes.texi (Syntactic Font Lock):
8312 Mention font-lock-syntactic-face-function
8313 instead of specific faces.
8314
8315 2006-08-29 Chong Yidong <cyd@stupidchicken.com>
8316
8317 * display.texi (Images): Add xrref to display-images-p.
8318
8319 2006-08-28 Kenichi Handa <handa@m17n.org>
8320
8321 * nonascii.texi (Lisp and Coding Systems): Fix description of
8322 detect-coding-region.
8323
8324 2006-08-27 Michael Olson <mwolson@gnu.org>
8325
8326 * processes.texi (Transaction Queues): Remove stray quote
8327 character.
8328
8329 2006-08-25 Richard Stallman <rms@gnu.org>
8330
8331 * os.texi (Idle Timers): run-with-idle-timer allows Lisp time value.
8332 Add xref.
8333
8334 2006-08-24 Chong Yidong <cyd@stupidchicken.com>
8335
8336 * os.texi (Timers): Avoid waiting inside timers.
8337
8338 2006-08-21 Lute Kamstra <lute@gnu.org>
8339
8340 * Makefile.in: Use ../man/texinfo.tex to build elisp.dvi.
8341
8342 2006-08-20 Richard Stallman <rms@gnu.org>
8343
8344 * os.texi (Idle Timers): New node, split out from Timers.
8345 Document current-idle-time.
8346 * commands.texi (Reading One Event): Update xref.
8347 * elisp.texi (Top): Update subnode menu.
8348
8349 2006-08-16 Richard Stallman <rms@gnu.org>
8350
8351 * keymaps.texi (Extended Menu Items): Show format of cached
8352 bindings in extended menu items.
8353
8354 * customize.texi (Variable Definitions): Explain when the
8355 standard value expression is evaluated.
8356
8357 2006-08-15 Chong Yidong <cyd@stupidchicken.com>
8358
8359 * commands.texi (Reading One Event): Explain idleness in
8360 `read-event'.
8361
8362 2006-08-12 Chong Yidong <cyd@stupidchicken.com>
8363
8364 * text.texi (Near Point): Say "cursor" not "terminal cursor".
8365 (Commands for Insertion): Remove split-line since it's not
8366 relevant for Lisp programming.
8367 (Yank Commands): Rewrite introduction.
8368 (Undo): Clarify.
8369 (Maintaining Undo): Clarify. Document undo-ask-before-discard.
8370 (Filling): Remove redundant comment. Clarify return value of
8371 current-justification.
8372 (Margins): Minor clarifications.
8373 (Adaptive Fill): Update default value of adaptive-fill-regexp.
8374 (Sorting): Update definition of sort-lines.
8375 (Columns): Clarify behavior of sort-columns.
8376 (Indent Tabs): Link to Tab Stops in Emacs manual.
8377 (Special Properties): Clarify.
8378 (Clickable Text): Mention Buttons package.
8379
8380 2006-08-12 Kevin Ryde <user42@zip.com.au>
8381
8382 * os.texi (Time Parsing): Add %z to description of
8383 format-time-string, as per docstring. Add cross reference to
8384 glibc manual for strftime.
8385
8386 2006-08-08 Richard Stallman <rms@gnu.org>
8387
8388 * modes.texi: Clean up wording in previous change.
8389
8390 2006-08-07 Chong Yidong <cyd@stupidchicken.com>
8391
8392 * modes.texi (Hooks): Clarify.
8393 (Major Mode Basics): Mention define-derived-mode explicitly.
8394 (Major Mode Conventions): Rebinding RET is OK for some modes.
8395 Mention change-major-mode-hook and after-change-major-mode-hook.
8396 (Example Major Modes): Move to end of Modes section.
8397 (Mode Line Basics): Clarify.
8398 (Mode Line Data): Mention help-echo and local-map in strings.
8399 Explain reason for treatment of non-risky variables.
8400 (Properties in Mode): Clarify.
8401 (Faces for Font Lock): Add font-lock-negation-char-face.
8402
8403 2006-08-04 Eli Zaretskii <eliz@gnu.org>
8404
8405 * strings.texi (Formatting Strings): Warn against arbitrary
8406 strings as first arg to `format'.
8407
8408 2006-07-31 Thien-Thi Nguyen <ttn@gnu.org>
8409
8410 * text.texi (Clickable Text): Mention `help-echo' text property.
8411 Update intro, examples and associated explanations.
8412
8413 2006-07-31 Richard Stallman <rms@gnu.org>
8414
8415 * commands.texi: Update xrefs.
8416 (Event Mod): New node, cut out from old Translating Input.
8417
8418 * maps.texi: Update xrefs.
8419
8420 * keymaps.texi (Translation Keymaps): New node.
8421 Update xrefs from Translating Input to Translation Keymaps.
8422
8423 * elisp.texi (Top): Update subnode menu.
8424
8425 * display.texi (Face Functions): Fix explanations of FRAME=t or nil.
8426
8427 * os.texi (System Interface): Fix menu descriptions of some nodes.
8428 (Translating Input): Node deleted.
8429
8430 2006-07-31 Nick Roberts <nickrob@snap.net.nz>
8431
8432 * modes.texi (Minor Mode Conventions): Update xref for add-to-list.
8433
8434 * lists.texi (Sets And Lists): Likewise.
8435
8436 2006-07-30 Thien-Thi Nguyen <ttn@gnu.org>
8437
8438 * text.texi (Fields): Mention POS
8439 requirement when narrowing is in effect.
8440
8441 2006-07-28 Richard Stallman <rms@gnu.org>
8442
8443 * display.texi (Face Attributes): Simplify wording.
8444 (Attribute Functions): Clarify meaning of new-frame default
8445 attribute settings.
8446
8447 * customize.texi (Common Keywords): Document how to use
8448 :package-version in a package not in Emacs.
8449
8450 2006-07-28 Kim F. Storm <storm@cua.dk>
8451
8452 * commands.texi (Reading One Event): Fix last change.
8453
8454 2006-07-26 Chong Yidong <cyd@stupidchicken.com>
8455
8456 * commands.texi (Reading One Event): Document SECONDS argument for
8457 read-event, read-char, and read-char-exclusive.
8458
8459 2006-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
8460
8461 * modes.texi (Multiline Font Lock): Can't use jit-lock-defer-multiline
8462 to ensure correct identification.
8463
8464 2006-07-24 Richard Stallman <rms@gnu.org>
8465
8466 * text.texi (Clickable Text): Clarify.
8467
8468 * sequences.texi (Vector Functions): Delete duplicate xref.
8469
8470 * objects.texi (Function Type): Clarify.
8471
8472 * modes.texi (Keymaps and Minor Modes): List punct chars for minor
8473 modes.
8474
8475 * lists.texi (List Variables): New node.
8476 Material moved from other nodes.
8477
8478 * variables.texi (Setting Variables): add-to-list and
8479 add-to-ordered-list moved to List Variables node.
8480
8481 2006-07-23 Thien-Thi Nguyen <ttn@gnu.org>
8482
8483 * text.texi (Links and Mouse-1):
8484 For mouse-on-link-p, expand on arg POS.
8485
8486 2006-07-21 Kim F. Storm <storm@cua.dk>
8487
8488 * display.texi (Forcing Redisplay): Don't mention systems which
8489 don't support sub-second timers for redisplay-preemption-period.
8490
8491 * os.texi (Terminal Output): Clarify text vs graphical terminal.
8492
8493 2006-07-21 Eli Zaretskii <eliz@gnu.org>
8494
8495 * frames.texi (Input Focus): Document that focus-follows-mouse has
8496 no effect on MS-Windows.
8497
8498 2006-07-18 Richard Stallman <rms@gnu.org>
8499
8500 * display.texi (Forcing Redisplay): Cleanups in previous change.
8501
8502 * processes.texi (Low-Level Network): Make menu more convenient.
8503
8504 2006-07-18 Kim F. Storm <storm@cua.dk>
8505
8506 * display.texi (Forcing Redisplay): redisplay-preemption-period
8507 only used on window systems. Add xref to Terminal Output.
8508
8509 * os.texi (Terminal Output): baud-rate only controls preemption on
8510 non-window systems. Add xref to Forcing Redisplay.
8511
8512 * processes.texi (Low-Level Network): Rename node "Make Network"
8513 to "Network Processes".
8514
8515 2006-07-18 Karl Berry <karl@gnu.org>
8516
8517 * variables.texi, functions.texi, customize.texi, loading.texi:
8518 * edebug.texi, minibuf.texi: Fix page breaks through chapter 20.
8519
8520 2006-07-17 Chong Yidong <cyd@stupidchicken.com>
8521
8522 * commands.texi (Waiting): Document batch-mode sit-for behavior.
8523
8524 2006-07-17 Richard Stallman <rms@gnu.org>
8525
8526 * eval.texi, elisp.texi, text.texi: Use real doublequote inside menus.
8527 Put period and comma inside quotes.
8528
8529 * loading.texi, markers.texi: Use real doublequote inside menus.
8530
8531 * windows.texi: Put point and comma inside quotes.
8532 (Textual Scrolling): Use @samp for error message.
8533
8534 * variables.texi, tips.texi, syntax.texi, symbols.texi:
8535 * strings.texi, streams.texi, processes.texi, os.texi:
8536 * objects.texi, numbers.texi, modes.texi, minibuf.texi:
8537 * lists.texi, keymaps.texi, intro.texi, hash.texi, internals.texi:
8538 * gpl.texi, functions.texi, files.texi, frames.texi, doclicense.texi:
8539 * display.texi, control.texi, commands.texi, buffers.texi, anti.texi:
8540 Put point and comma inside quotes.
8541
8542 * control.texi (Processing of Errors): Add command-error-function.
8543
8544 * variables.texi (File Local Variables): Clarify that
8545 file local variables make buffer-local bindings.
8546
8547 * modes.texi (Syntactic Font Lock): Give default for
8548 font-lock-syntax-table.
8549
8550 2006-07-17 Nick Roberts <nickrob@snap.net.nz>
8551
8552 * text.texi (Special Properties): Clean up previous change.
8553
8554 2006-07-16 Karl Berry <karl@gnu.org>
8555
8556 * objects.texi, numbers.texi, strings.texi, lists.texi, hash.texi:
8557 * control.texi: Fix bad page breaks through chapter 10 (control).
8558
8559 * anti.texi (Antinews): Reorder face-attribute fns to avoid
8560 underfull hbox.
8561
8562 2006-07-15 Nick Roberts <nickrob@snap.net.nz>
8563
8564 * text.texi (Special Properties): Describe fontified text property
8565 in relation to a character (not text).
8566
8567 2006-07-15 Kim F. Storm <storm@cua.dk>
8568
8569 * maps.texi (Standard Keymaps): Add xref for minibuffer maps.
8570 Add apropos-mode-map, custom-mode-map, esc-map, global-map,
8571 grep-mode-map, help-map, help-mode-map, kmacro-map, and tool-bar-map.
8572
8573 * anti.texi (Antinews): Mention redisplay function.
8574 The kbd macro existed, but was not documented, before 22.x.
8575 Function pos-visible-in-window-p is not new in 22.x, just enhanced.
8576
8577 2006-07-14 Nick Roberts <nickrob@snap.net.nz>
8578
8579 * display.texi (Displaying Messages): Add anchor.
8580
8581 * frames.texi (Dialog Boxes): Use it.
8582
8583 2006-07-12 Richard Stallman <rms@gnu.org>
8584
8585 * objects.texi (Frame Type): Explain nature of frames better.
8586
8587 * frames.texi (Frames): Explain nature of frames better.
8588
8589 2006-07-12 Ken Manheimer <ken.manheimer@gmail.com>
8590
8591 * tips.texi (Coding Conventions): Explain why use cl at compile time.
8592
8593 2006-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8594
8595 * frames.texi (Window System Selections): Mention scrap support for Mac.
8596 Default value of x-select-enable-clipboard is t on Mac.
8597
8598 * os.texi (Getting Out): Suspending is not allowed on Mac, either.
8599
8600 2006-07-11 Kim F. Storm <storm@cua.dk>
8601
8602 * display.texi (Forcing Redisplay): Add `redisplay' function.
8603 Don't mention (sit-for -1) -- use (redisplay t) instead.
8604
8605 * commands.texi (Waiting): (sit-for -1) is no longer special.
8606 (sit-for 0) is equivalent to (redisplay).
8607 Iconifying/deiconifying no longer makes sit-for return.
8608
8609 2006-07-10 Nick Roberts <nickrob@snap.net.nz>
8610
8611 * display.texi (Buttons): Fix typo.
8612
8613 * index.texi, elisp.texi (New Symbols): Comment node out.
8614
8615 2006-07-09 Richard Stallman <rms@gnu.org>
8616
8617 * display.texi (Truncation): Clean up previous change.
8618
8619 2006-07-08 Richard Stallman <rms@gnu.org>
8620
8621 * commands.texi (Interactive Call): Use 3 as prefix in example
8622 for execute-extended-command.
8623
8624 * display.texi (Attribute Functions): Move paragraph about
8625 compatibility with Emacs < 21.
8626
8627 2006-07-09 Kim F. Storm <storm@cua.dk>
8628
8629 * display.texi (Refresh Screen): Clarify force-window-update.
8630 (Truncation): "Normally" indicated by fringe arrows.
8631
8632 2006-07-08 Eli Zaretskii <eliz@gnu.org>
8633
8634 * windows.texi (Textual Scrolling, Resizing Windows):
8635 * variables.texi (Constant Variables):
8636 * text.texi (Buffer Contents, Deletion, Changing Properties)
8637 (Property Search, Special Properties, Sticky Properties)
8638 (Links and Mouse-1, Fields, Change Hooks):
8639 * syntax.texi (Syntax Table Functions, Parsing Expressions)
8640 (Categories):
8641 * symbols.texi (Other Plists):
8642 * streams.texi (Output Variables):
8643 * processes.texi (Input to Processes, Query Before Exit):
8644 * positions.texi (Word Motion, Text Lines, List Motion):
8645 * os.texi (Init File, System Environment, Sound Output)
8646 (Session Management):
8647 * nonascii.texi (Text Representations, Character Sets)
8648 (Chars and Bytes, Locales):
8649 * modes.texi (Defining Minor Modes, Header Lines):
8650 * minibuf.texi (Minibuffer Contents):
8651 * markers.texi (Information from Markers):
8652 * lists.texi (List Elements, Building Lists, Association Lists):
8653 * keymaps.texi (Tool Bar):
8654 * hash.texi (Creating Hash, Hash Access, Defining Hash, Other Hash):
8655 * functions.texi (What Is a Function, Mapping Functions):
8656 * frames.texi (Creating Frames, Parameter Access, Pointer Shape)
8657 (Color Names, Text Terminal Colors, Display Feature Testing):
8658 * files.texi (Visiting Functions, File Name Components)
8659 (Unique File Names, Contents of Directories):
8660 * display.texi (Forcing Redisplay, Displaying Messages)
8661 (Temporary Displays, Font Selection, Auto Faces)
8662 (Font Lookup, Fringe Indicators, Display Margins)
8663 (Image Descriptors, Showing Images, Image Cache, Button Types)
8664 (Making Buttons, Manipulating Buttons, Button Buffer Commands)
8665 (Display Table Format, Glyphs):
8666 * control.texi (Iteration):
8667 * commands.texi (Command Loop Info, Adjusting Point):
8668 * backups.texi (Making Backups, Auto-Saving):
8669 Remove @tindex entries.
8670
8671 2006-07-07 Kim F. Storm <storm@cua.dk>
8672
8673 * display.texi (Fringe Cursors): Fix typo.
8674 (Customizing Bitmaps): Fix define-fringe-bitmap entry.
8675 (Overlay Arrow): Default is overlay-arrow fringe indicator.
8676
8677 2006-07-05 Richard Stallman <rms@gnu.org>
8678
8679 * text.texi (Buffer Contents): Add example of text props
8680 in result of buffer-substring.
8681 (Text Properties): Explain better about use of specific property names.
8682 (Property Search): Some cleanups; reorder some functions.
8683
8684 * keymaps.texi (Changing Key Bindings): Cleanup.
8685 Add xref to Key Binding Conventions.
8686
8687 * display.texi (Attribute Functions): Add examples for
8688 face-attribute-relative-p.
8689
8690 * tips.texi (Coding Conventions): Cleanup last change.
8691
8692 2006-07-05 Karl Berry <karl@gnu.org>
8693
8694 * elisp.texi: Use @fonttextsize 10pt, a la emacs.texi.
8695 Remove @setchapternewpage odd.
8696 Result is 1013 pages, down from 1100.
8697
8698 * anti.texi, customize.texi, display.texi, internals.texi:
8699 * minibuf.texi, modes.texi, tips.texi:
8700 Fix overfull/underfull boxes.
8701
8702 2006-07-05 Thien-Thi Nguyen <ttn@gnu.org>
8703
8704 * edebug.texi (Instrumenting):
8705 Add Edebug-specific findex for eval-buffer.
8706 * loading.texi (Loading):
8707 Replace eval-current-buffer with eval-buffer.
8708
8709 2006-06-30 Nick Roberts <nickrob@snap.net.nz>
8710
8711 * locals.texi (Standard Buffer-Local Variables): Update the list
8712 of variables.
8713
8714 2006-06-26 Nick Roberts <nickrob@snap.net.nz>
8715
8716 * files.texi (File Name Completion): Point user to the node
8717 "Reading File Names".
8718
8719 2006-06-24 Eli Zaretskii <eliz@gnu.org>
8720
8721 * files.texi (Contents of Directories): Document case-insensitive
8722 behavior on respective filesystems.
8723
8724 * objects.texi (Character Type): Document that Emacs signals an
8725 error for unsupported Unicode characters specified as \uNNNN.
8726
8727 2006-06-19 Richard Stallman <rms@gnu.org>
8728
8729 * processes.texi (Bindat Spec): Clarify previous change.
8730
8731 2006-06-16 Richard Stallman <rms@gnu.org>
8732
8733 * tips.texi (Coding Conventions): Better explain conventions
8734 for definition constructs.
8735
8736 * text.texi (Special Properties): String value of `read-only'
8737 serves as the error message.
8738
8739 * objects.texi (Character Type): Clarify prev. change.
8740 (Non-ASCII in Strings): Mention \u and \U.
8741
8742 * commands.texi (Using Interactive): Explain problem of
8743 markers, etc., in command-history.
8744
8745 2006-06-14 Kim F. Storm <storm@cua.dk>
8746
8747 * commands.texi (Waiting): Negative arg to sit-for forces
8748 redisplay even if input is pending.
8749
8750 * display.texi (Forcing Redisplay): Use (sit-for -1) to force a
8751 redisplay. Remove incorrect example of binding redisplay-dont-pause
8752 around (sit-for 0).
8753
8754 2006-06-13 Richard Stallman <rms@gnu.org>
8755
8756 * display.texi (Forcing Redisplay): Clarify previous change.
8757
8758 2006-06-13 Romain Francoise <romain@orebokech.com>
8759
8760 * display.texi (Forcing Redisplay): Fix typo.
8761
8762 2006-06-13 Kim F. Storm <storm@cua.dk>
8763
8764 * display.texi (Forcing Redisplay): Add redisplay-preemption-period.
8765
8766 2006-06-10 Luc Teirlinck <teirllm@auburn.edu>
8767
8768 * tips.texi (Coding Conventions): Add `@end itemize'.
8769
8770 2006-06-10 Richard Stallman <rms@gnu.org>
8771
8772 * tips.texi (Coding Conventions): Explain use of coding systems
8773 to ensure one decoding for strings.
8774
8775 2006-06-09 Aidan Kehoe <kehoea@parhasard.net>
8776
8777 * objects.texi (Character Type): Describe the \uABCD and \U00ABCDEF
8778 syntax.
8779
8780 2006-06-07 Eli Zaretskii <eliz@gnu.org>
8781
8782 * display.texi (Font Selection): Remove description of
8783 clear-face-cache.
8784
8785 * compile.texi (Eval During Compile): Fix a typo. Add index
8786 entries for possible uses of eval-when-compile.
8787
8788 2006-06-04 Thien-Thi Nguyen <ttn@gnu.org>
8789
8790 * display.texi (Abstract Display): Fix typo.
8791
8792 2006-06-03 Eli Zaretskii <eliz@gnu.org>
8793
8794 * minibuf.texi (Minibuffer History) <history-add-new-input>:
8795 Reword variable's description.
8796
8797 2006-06-01 Richard Stallman <rms@gnu.org>
8798
8799 * windows.texi (Splitting Windows): Clarify splitting nonselected
8800 window.
8801
8802 2006-05-31 Juri Linkov <juri@jurta.org>
8803
8804 * minibuf.texi (Minibuffer History): Add history-add-new-input.
8805
8806 2006-05-30 Richard Stallman <rms@gnu.org>
8807
8808 * display.texi (Line Height): Fix errors in description of
8809 default line height and line-height property.
8810
8811 * nonascii.texi (Default Coding Systems): Further clarification.
8812
8813 2006-05-29 Luc Teirlinck <teirllm@auburn.edu>
8814
8815 * internals.texi (Pure Storage): Mention that an overflow in pure
8816 space causes a memory leak.
8817 (Garbage Collection): If there was an overflow in pure space,
8818 `garbage-collect' returns nil.
8819
8820 2006-05-30 Eli Zaretskii <eliz@gnu.org>
8821
8822 * nonascii.texi (Default Coding Systems): Fix it some more.
8823
8824 2006-05-29 Eli Zaretskii <eliz@gnu.org>
8825
8826 * nonascii.texi (Default Coding Systems): Fix last change.
8827
8828 2006-05-29 Kenichi Handa <handa@m17n.org>
8829
8830 * nonascii.texi (find-operation-coding-system): Describe the new
8831 argument format (FILENAME . BUFFER).
8832
8833 2006-05-28 Richard Stallman <rms@gnu.org>
8834
8835 * tips.texi (Coding Conventions): Better explain reasons not to
8836 advise other packages or use `eval-after-load'.
8837
8838 2006-05-29 Kim F. Storm <storm@cua.dk>
8839
8840 * processes.texi (Bindat Functions): Rename `pos' and `raw-data' to
8841 `bindat-idx' and `bindat-raw' for clarity.
8842
8843 2006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
8844
8845 * processes.texi (Bindat Spec): Expand on `repeat' handler.
8846
8847 * display.texi (Display): Add "Abstract Display" to menu.
8848 (Abstract Display, Abstract Display Functions)
8849 (Abstract Display Example): New nodes.
8850 * elisp.texi (Top): Add "Abstract Display" to menu.
8851
8852 2006-05-27 Chong Yidong <cyd@stupidchicken.com>
8853
8854 * keymaps.texi (Key Sequences): Link to input events definition.
8855 (Format of Keymaps): Delete material duplicated in Keymap Basics.
8856
8857 * files.texi (Changing Files): Document updated argument list for
8858 copy-file.
8859
8860 2006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
8861
8862 * processes.texi (Bindat Functions): Explain term "total length".
8863 Use it in bindat-length and bindat-pack descriptions.
8864
8865 2006-05-26 Eli Zaretskii <eliz@gnu.org>
8866
8867 * tips.texi (Coding Conventions): Advise against using
8868 eval-after-load in packages. Add an index entry.
8869
8870 2006-05-25 Juri Linkov <juri@jurta.org>
8871
8872 * minibuf.texi (Text from Minibuffer): Undocument keep-all.
8873
8874 * modes.texi (%-Constructs): Add %e, %z, %Z.
8875
8876 2006-05-25 Richard Stallman <rms@gnu.org>
8877
8878 * elisp.texi (Top): Update subnode menu.
8879
8880 * keymaps.texi (Keymap Basics): New node, split out of Key Sequences.
8881 (Keymaps): Update menu.
8882
8883 2006-05-25 Chong Yidong <cyd@stupidchicken.com>
8884
8885 * keymaps.texi (Key Sequences): Some clarifications.
8886
8887 2006-05-25 Thien-Thi Nguyen <ttn@gnu.org>
8888
8889 * processes.texi (Bindat Functions): Say "unibyte string"
8890 explicitly for bindat-unpack and bindat-pack descriptions.
8891 (Bindat Examples): Don't call `string-make-unibyte' in example.
8892
8893 2006-05-25 Chong Yidong <cyd@stupidchicken.com>
8894
8895 * keymaps.texi (Key Sequences): Rename from Keymap Terminology.
8896 Explain string and vector representations of key sequences.
8897
8898 * keymaps.texi (Changing Key Bindings):
8899 * commands.texi (Interactive Codes):
8900 * help.texi (Describing Characters): Refer to it.
8901
8902 2006-05-23 Luc Teirlinck <teirllm@auburn.edu>
8903
8904 * frames.texi (Pointer Shape): @end table -> @end defvar.
8905
8906 2006-05-22 Richard Stallman <rms@gnu.org>
8907
8908 * elisp.texi (Top): Update subnode menus.
8909
8910 * frames.texi (Pointer Shape): Node renamed from Pointer Shapes.
8911 Contents rewritten; material from old Pointer Shape node moved here.
8912
8913 * display.texi (Pointer Shape): Node deleted.
8914 (Image Descriptors): Minor cleanup.
8915
8916 2006-05-21 Richard Stallman <rms@gnu.org>
8917
8918 * syntax.texi (Parsing Expressions): Update info on which STATE
8919 elements are ignored.
8920
8921 2006-05-19 Luc Teirlinck <teirllm@auburn.edu>
8922
8923 * hooks.texi (Standard Hooks): Correct typo.
8924
8925 * gpl.texi (GPL): ifinfo -> ifnottex.
8926
8927 2006-05-19 Michael Ernst <mernst@alum.mit.edu> (tiny change)
8928
8929 * searching.texi (Simple Match Data): Warn about match data being
8930 set anew by every search.
8931
8932 2006-05-17 Richard Stallman <rms@gnu.org>
8933
8934 * minibuf.texi (Minibuffer History): Clarify.
8935
8936 * searching.texi (Regexp Special): Clarify nested regexp warning.
8937
8938 2006-05-16 Kim F. Storm <storm@cua.dk>
8939
8940 * minibuf.texi (Minibuffer History): Update add-to-history.
8941
8942 2006-05-15 Oliver Scholz <epameinondas@gmx.de> (tiny change)
8943
8944 * nonascii.texi (Explicit Encoding):
8945 Fix typo (encoding<->decoding).
8946
8947 2006-05-14 Richard Stallman <rms@gnu.org>
8948
8949 * buffers.texi (Creating Buffers): Cleanup.
8950
8951 * files.texi (Visiting Functions): Rewrite in find-file-noselect.
8952
8953 2006-05-13 Eli Zaretskii <eliz@gnu.org>
8954
8955 * buffers.texi (Current Buffer): Document that with-temp-buffer
8956 disables undo.
8957
8958 * os.texi (Terminal-Specific): More accurate description of how
8959 Emacs searches for the terminal-specific libraries.
8960
8961 2006-05-12 Eli Zaretskii <eliz@gnu.org>
8962
8963 * hooks.texi (Standard Hooks) [iftex]: Convert @xref's to
8964 emacs-xtra to @inforef's.
8965
8966 * text.texi (Undo): Document that undo is turned off in buffers
8967 whose names begin with a space.
8968
8969 * buffers.texi (Buffer Names): Add index entries for buffers whose
8970 names begin with a space.
8971 (Creating Buffers): Document that undo is turned off in buffers
8972 whose names begin with a space.
8973
8974 * files.texi (Visiting Functions, Reading from Files)
8975 (Saving Buffers): Mention code and EOL conversions by file I/O
8976 primitives and subroutines.
8977
8978 * nonascii.texi (Lisp and Coding Systems):
8979 Document coding-system-eol-type. Add index entries for eol conversion.
8980
8981 * display.texi (Defining Faces): Mention `mac', and add an xref to
8982 where window-system is described.
8983
8984 2006-05-10 Richard Stallman <rms@gnu.org>
8985
8986 * internals.texi (Writing Emacs Primitives): Clarify GCPRO rules.
8987
8988 2006-05-10 Reiner Steib <Reiner.Steib@gmx.de>
8989
8990 * variables.texi (File Local Variables): Recommend to quote lambda
8991 expressions in safe-local-variable property.
8992
8993 2006-05-09 Richard Stallman <rms@gnu.org>
8994
8995 * variables.texi (File Local Variables):
8996 Document safe-local-eval-forms and safe-local-eval-function.
8997
8998 2006-05-07 Kim F. Storm <storm@cua.dk>
8999
9000 * minibuf.texi (Minibuffer History): Remove keep-dups arg
9001 from add-to-history.
9002
9003 2006-05-07 Romain Francoise <romain@orebokech.com>
9004
9005 * commands.texi (Event Input Misc):
9006 * compile.texi (Eval During Compile):
9007 * internals.texi (Buffer Internals):
9008 * minibuf.texi (Initial Input):
9009 * nonascii.texi (Scanning Charsets):
9010 * numbers.texi (Comparison of Numbers):
9011 * windows.texi (Textual Scrolling, Vertical Scrolling):
9012 Fix various typos.
9013
9014 2006-05-06 Eli Zaretskii <eliz@gnu.org>
9015
9016 * hooks.texi (Standard Hooks): Replace inforef to emacs-xtra by
9017 conditional xref's to either emacs or emacs-xtra, depending on
9018 @iftex/@ifnottex.
9019
9020 * minibuf.texi (Minibuffer History): Document add-to-history.
9021
9022 2006-05-05 Eli Zaretskii <eliz@gnu.org>
9023
9024 * internals.texi (Pure Storage): Mention the pure overflow message
9025 at startup.
9026
9027 2006-05-05 Johan Bockgård <bojohan@dd.chalmers.se>
9028
9029 * keymaps.texi (Active Keymaps): Fix pseudo-Lisp syntax.
9030 (Searching Keymaps): Fix pseudo-Lisp description of keymap
9031 search.
9032
9033 2006-05-01 Richard Stallman <rms@gnu.org>
9034
9035 * intro.texi (nil and t): Clarify.
9036
9037 * variables.texi (File Local Variables): Suggest using booleanp.
9038
9039 2006-05-01 Juanma Barranquero <lekktu@gmail.com>
9040
9041 * objects.texi (Type Predicates): Fix typos.
9042
9043 2006-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
9044
9045 * intro.texi (nil and t): Add booleanp.
9046
9047 * objects.texi (Type Predicates): Add links for booleanp and
9048 string-or-null-p.
9049
9050 2006-04-29 Richard Stallman <rms@gnu.org>
9051
9052 * modes.texi (Multiline Font Lock): Rename from
9053 Multi line Font Lock Elements. Much clarification.
9054 (Font Lock Multiline, Region to Fontify): Much clarification.
9055
9056 2006-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
9057
9058 * variables.texi (File Local Variables): Remove the special case t for
9059 safe-local-variable.
9060
9061 2006-04-26 Richard Stallman <rms@gnu.org>
9062
9063 * syntax.texi (Parsing Expressions): Minor cleanup.
9064
9065 2006-04-18 Richard Stallman <rms@gnu.org>
9066
9067 * tips.texi (Coding Conventions): Explain when the package's
9068 prefix should appear later on (not at the start of the name).
9069
9070 * searching.texi (String Search): Clarify effect of NOERROR.
9071
9072 * modes.texi (Imenu): Clarify what special items do.
9073
9074 * hooks.texi (Standard Hooks): Delete text about old hook names.
9075
9076 2006-04-17 Romain Francoise <romain@orebokech.com>
9077
9078 * variables.texi (Local Variables): Update the default value of
9079 `max-specpdl-size'.
9080
9081 2006-04-15 Michael Olson <mwolson@gnu.org>
9082
9083 * processes.texi (Transaction Queues): Mention the new optional
9084 `delay-question' argument for `tq-enqueue'.
9085
9086 2006-04-13 Bill Wohler <wohler@newt.com>
9087
9088 * customize.texi (Common Keywords): Use dotted notation for
9089 :package-version value. Specify its values. Improve documentation
9090 for customize-package-emacs-version-alist.
9091
9092 2006-04-12 Bill Wohler <wohler@newt.com>
9093
9094 * customize.texi (Common Keywords): Move description of
9095 customize-package-emacs-version-alist to @defvar.
9096
9097 2006-04-10 Bill Wohler <wohler@newt.com>
9098
9099 * customize.texi (Common Keywords): Add :package-version.
9100
9101 2006-04-10 Kim F. Storm <storm@cua.dk>
9102
9103 * text.texi (Buffer Contents): Add NOPROPS arg to
9104 filter-buffer-substring.
9105
9106 2006-04-08 Kevin Ryde <user42@zip.com.au>
9107
9108 * os.texi (Command-Line Arguments): Update xref to emacs manual
9109 "Command Arguments" -> "Emacs Invocation", per change there.
9110
9111 2006-04-08 Thien-Thi Nguyen <ttn@gnu.org>
9112
9113 * display.texi (Other Display Specs): Arrange a @code{DOTTED-LIST} to
9114 be on one line to help makeinfo not render two spaces after the dot.
9115
9116 2006-04-07 Reiner Steib <Reiner.Steib@gmx.de>
9117
9118 * strings.texi (Predicates for Strings): Add string-or-null-p.
9119
9120 2006-03-28 Kim F. Storm <storm@cua.dk>
9121
9122 * processes.texi (Accepting Output): Remove obsolete (and incorrect)
9123 remarks about systems that don't support fractional seconds.
9124
9125 2006-03-25 Karl Berry <karl@gnu.org>
9126
9127 * elisp.texi: Use @copyright{} instead of (C), and do not indent
9128 the year list.
9129
9130 2006-03-21 Nick Roberts <nickrob@snap.net.nz>
9131
9132 * display.texi (Fringe Indicators): Fix typos.
9133
9134 2006-03-19 Luc Teirlinck <teirllm@auburn.edu>
9135
9136 * tips.texi (Documentation Tips): One can now also write `program'
9137 in front of a quoted symbol in a docstring to prevent making a
9138 hyperlink.
9139
9140 2006-03-19 Alan Mackenzie <acm@muc.de>
9141
9142 * text.texi (Special Properties): Clarify `fontified' property.
9143
9144 2006-03-16 Richard Stallman <rms@gnu.org>
9145
9146 * display.texi (Defining Images): Minor cleanup.
9147
9148 2006-03-16 Bill Wohler <wohler@newt.com>
9149
9150 * display.texi (Defining Images): In image-load-path-for-library,
9151 prefer user's images.
9152
9153 2006-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
9154
9155 * modes.texi (Region to Fontify): Remove font-lock-lines-before.
9156
9157 2006-03-15 Bill Wohler <wohler@newt.com>
9158
9159 * display.texi (Defining Images): Fix example in
9160 image-load-path-for-library by not recommending that one binds
9161 image-load-path. Just defvar it to placate compiler and only use
9162 it if previously defined.
9163
9164 2006-03-14 Bill Wohler <wohler@newt.com>
9165
9166 * display.texi (Defining Images): In image-load-path-for-library,
9167 always return list of directories. Update example.
9168
9169 2006-03-14 Alan Mackenzie <acm@muc.de>
9170
9171 * modes.texi: New node, "Region to Fontify" (for Font Lock).
9172 This describes font-lock-extend-region-function.
9173 ("Other Font Lock Variables"): Move "font-lock-lines-before" to
9174 the new node "Region to Fontify".
9175
9176 2006-03-13 Richard Stallman <rms@gnu.org>
9177
9178 * display.texi (Invisible Text): The impossible position is
9179 now before the invisible text, not after.
9180 (Defining Images): Clean up last change.
9181
9182 2006-03-11 Bill Wohler <wohler@newt.com>
9183
9184 * display.texi (Defining Images): Add image-load-path-for-library.
9185
9186 2006-03-11 Luc Teirlinck <teirllm@auburn.edu>
9187
9188 * text.texi (Adaptive Fill): Fix Texinfo usage.
9189
9190 * strings.texi (Creating Strings): Fix Texinfo usage.
9191
9192 * searching.texi (Regexp Special): Use @samp for regular
9193 expressions that are not in Lisp syntax.
9194
9195 2006-03-08 Luc Teirlinck <teirllm@auburn.edu>
9196
9197 * searching.texi (Regexp Special): Put remark between parentheses
9198 to avoid misreading.
9199
9200 2006-03-07 Luc Teirlinck <teirllm@auburn.edu>
9201
9202 * searching.texi (Syntax of Regexps): More accurately describe
9203 which characters are special in which situations.
9204 (Regexp Special): Recommend _not_ to quote `]' or `-' when they
9205 are not special. Describe in detail when `[' and `]' are special.
9206 (Regexp Backslash): Plenty of regexps with unbalanced square
9207 brackets are valid, so reword that statement.
9208
9209 2006-03-02 Kim F. Storm <storm@cua.dk>
9210
9211 * keymaps.texi (Tool Bar): Add tool-bar-border.
9212
9213 2006-02-28 Luc Teirlinck <teirllm@auburn.edu>
9214
9215 * loading.texi (Load Suffixes): Rephrase last paragraph. Fix typos.
9216
9217 2006-02-27 Luc Teirlinck <teirllm@auburn.edu>
9218
9219 * elisp.texi (Top): Include "Load Suffixes" in the detailed menu.
9220
9221 * files.texi (Locating Files): Suggest additional values for the
9222 SUFFIXES arg of `locate-file'. Update pxref.
9223
9224 * loading.texi (Loading): Include new node "Load Suffixes" in menu.
9225 (How Programs Do Loading): Discuss the effects of Auto Compression
9226 mode on `load'.
9227 (Load Suffixes): New node.
9228 (Library Search): Delete description of `load-suffixes'; it was
9229 moved to "Load Suffixes".
9230 (Autoload, Named Features): Mention `load-suffixes'.
9231
9232 2006-02-21 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
9233
9234 * display.texi (Fringe Indicators, Fringe Cursors): Fix typos.
9235
9236 * windows.texi (Window Tree): Fix typo.
9237
9238 2006-02-20 Kim F. Storm <storm@cua.dk>
9239
9240 * display.texi (Fringe Indicators): New section.
9241 Move indicate-empty-lines, indicate-buffer-boundaries, and
9242 default-indicate-buffer-boundaries here.
9243 Add fringe-indicator-alist and default-fringes-indicator-alist.
9244 Add list of logical fringe indicator symbols.
9245 Update list of standard bitmap names.
9246 (Fringe Cursors): New section.
9247 Move overflow-newline-into-fringe here.
9248 Add fringe-cursor-alist and default-fringes-cursor-alist.
9249 Add list of fringe cursor symbols.
9250
9251 2006-02-20 Juanma Barranquero <lekktu@gmail.com>
9252
9253 * commands.texi (Using Interactive): Fix reference to node
9254 "Minibuffers".
9255
9256 2006-02-19 Richard M. Stallman <rms@gnu.org>
9257
9258 * minibuf.texi (High-Level Completion):
9259 Add xref to read-input-method-name.
9260
9261 * files.texi (Relative File Names): Move file-relative-name here.
9262 (File Name Expansion): From here. Minor clarifications.
9263
9264 * commands.texi (Using Interactive): Add xrefs about reading input.
9265 Clarify remarks about that moving point and mark.
9266 Put string case before list case.
9267
9268 2006-02-16 Johan Bockgård <bojohan@dd.chalmers.se>
9269
9270 * display.texi (Other Display Specs, Image Descriptors):
9271 Revert erroneous changes. The previous description of
9272 image-descriptors as `(image . PROPS)' was correct.
9273
9274 2006-02-14 Richard M. Stallman <rms@gnu.org>
9275
9276 * variables.texi (File Local Variables): Clarifications.
9277
9278 2006-02-14 Juanma Barranquero <lekktu@gmail.com>
9279
9280 * variables.texi (File Local Variables): Use @code for a cons
9281 cell, not @var.
9282
9283 2006-02-13 Chong Yidong <cyd@stupidchicken.com>
9284
9285 * variables.texi (File Local Variables): Document new file local
9286 variable behavior.
9287
9288 2006-02-10 Kim F. Storm <storm@cua.dk>
9289
9290 * eval.texi (Function Indirection): Add NOERROR to indirect-function.
9291
9292 2006-02-08 Juanma Barranquero <lekktu@gmail.com>
9293
9294 * modes.texi (%-Constructs): Remove obsolete info about
9295 `global-mode-string'.
9296
9297 2006-02-07 Richard M. Stallman <rms@gnu.org>
9298
9299 * commands.texi (Prefix Command Arguments): Minor cleanup.
9300
9301 * display.texi: "Graphical display", not window system.
9302
9303 * functions.texi (What Is a Function): Fix xref.
9304
9305 * keymaps.texi (Key Lookup): Clarify wrt commands vs other functions.
9306 (Changing Key Bindings): Clarify when remapping is better than
9307 substitute-key-definition.
9308
9309 2006-02-02 Richard M. Stallman <rms@gnu.org>
9310
9311 * minibuf.texi (Basic Completion): Completion alists are risky.
9312
9313 * keymaps.texi (Active Keymaps): Clarifications.
9314 (Searching Keymaps): New node.
9315 (Keymaps): Update menu.
9316
9317 * frames.texi (Layout Parameters): Minor clarification.
9318 (Drag and Drop): New node.
9319 (Frames): Update menu.
9320
9321 2006-01-29 Chong Yidong <cyd@stupidchicken.com>
9322
9323 * display.texi (Other Display Specs, Image Descriptors):
9324 Image description is a list, not a cons cell.
9325
9326 2006-01-28 Luc Teirlinck <teirllm@auburn.edu>
9327
9328 * lists.texi (Cons Cells): Minor correction (the cdr of a dotted
9329 list is not necessarily a list).
9330
9331 2006-01-27 Eli Zaretskii <eliz@gnu.org>
9332
9333 * frames.texi (Layout Parameters): border-width and
9334 internal-border-width belong to the frame, not the window.
9335
9336 2006-01-19 Richard M. Stallman <rms@gnu.org>
9337
9338 * nonascii.texi (Translation of Characters): Search cmds use
9339 translation-table-for-input. Automatically made local.
9340
9341 * markers.texi (Overview of Markers): Count insertion type
9342 as one of a marker's attributes.
9343
9344 * keymaps.texi (Controlling Active Maps): New node, split out of
9345 Active Keymaps.
9346 (Keymaps): Menu updated.
9347 (Active Keymaps): Give pseudocode to explain how the active
9348 maps are searched. current-active-maps and key-binding moved here.
9349 (Functions for Key Lookup): current-active-maps and key-binding moved.
9350 Clarifications.
9351 (Searching the Keymaps): New subnode.
9352
9353 * elisp.texi (Top): Menu clarification.
9354
9355 * display.texi (Other Display Specs): Delete duplicate entry for
9356 just a string as display spec. Move text about recursive display
9357 specs on such a string.
9358
9359 * commands.texi (Key Sequence Input): Clarify.
9360 Move num-nonmacro-input-events out.
9361 (Reading One Event): num-nonmacro-input-events moved here.
9362
9363 2006-01-14 Nick Roberts <nickrob@snap.net.nz>
9364
9365 * advice.texi (Simple Advice): Update example to fit argument
9366 change in previous-line.
9367
9368 2006-01-05 Richard M. Stallman <rms@gnu.org>
9369
9370 * markers.texi (The Mark): Fix in `mark'.
9371
9372 2006-01-04 Richard M. Stallman <rms@gnu.org>
9373
9374 * processes.texi (Misc Network, Make Network): Minor cleanups.
9375
9376 2006-01-04 Kim F. Storm <storm@cua.dk>
9377
9378 * processes.texi (Make Network): Add IPv6 addresses and handling.
9379 (Network Feature Testing): Mention (:family ipv6).
9380 (Misc Network): Add IPv6 formats to format-network-address.
9381
9382 2005-12-30 Richard M. Stallman <rms@gnu.org>
9383
9384 * text.texi (Changing Properties):
9385 Don't use return value of set-text-properties.
9386
9387 2005-12-29 Luc Teirlinck <teirllm@auburn.edu>
9388
9389 * modes.texi (Mode Line Format): Correct typo in menu.
9390
9391 2005-12-29 Richard M. Stallman <rms@gnu.org>
9392
9393 * modes.texi (Mode Line Top): New node.
9394 (Mode Line Data): Some text moved to new node.
9395 Explain the data structure more concretely.
9396 (Mode Line Basics): Clarifications.
9397 (Mode Line Variables): Clarify intro paragraph.
9398 (%-Constructs): Clarify intro paragraph.
9399 (Mode Line Format): Update menu.
9400
9401 2005-12-28 Luc Teirlinck <teirllm@auburn.edu>
9402
9403 * minibuf.texi (Basic Completion): Update lazy-completion-table
9404 examples for removal of ARGS argument.
9405
9406 2005-12-23 Richard M. Stallman <rms@gnu.org>
9407
9408 * text.texi (Undo): Restore some explanation from the version
9409 that was deleted.
9410
9411 2005-12-23 Eli Zaretskii <eliz@gnu.org>
9412
9413 * text.texi (Undo): Remove duplicate descriptions of `apply
9414 funname' and `apply delta' elements of the undo list.
9415
9416 2005-12-20 Richard M. Stallman <rms@gnu.org>
9417
9418 * help.texi (Help Functions): Update documentation of `apropos'.
9419
9420 2005-12-20 Luc Teirlinck <teirllm@auburn.edu>
9421
9422 * customize.texi (Type Keywords): Delete xref to "Text help-echo",
9423 because it is confusing. If the :help-echo keyword is a function,
9424 it is not directly used as the :help-echo overlay property, as the
9425 xref seems to suggest (it does not take the appropriate args).
9426
9427 2005-12-19 Luc Teirlinck <teirllm@auburn.edu>
9428
9429 * customize.texi (Common Keywords): Fix Texinfo usage.
9430 (Group Definitions, Variable Definitions): Update for new
9431 conventions for using `*' in docstrings.
9432
9433 * tips.texi (Documentation Tips): Update for new conventions for
9434 using `*' in docstrings.
9435
9436 2005-12-16 Richard M. Stallman <rms@gnu.org>
9437
9438 * minibuf.texi (Minibuffer Contents): Minor cleanup.
9439
9440 2005-12-16 Juri Linkov <juri@jurta.org>
9441
9442 * minibuf.texi (Minibuffer Contents): Add minibuffer-completion-contents.
9443
9444 2005-12-14 Romain Francoise <romain@orebokech.com>
9445
9446 * modes.texi (Customizing Keywords): Rename `append' to `how'.
9447 Fix typo.
9448
9449 2005-12-11 Juri Linkov <juri@jurta.org>
9450
9451 * minibuf.texi (Completion Commands): Add mention of read-file-name
9452 for filename completion keymaps.
9453 (Reading File Names): Add mention of filename completion keymaps
9454 for read-file-name and xref to `Completion Commands'.
9455
9456 2005-12-10 Richard M. Stallman <rms@gnu.org>
9457
9458 * customize.texi (Common Keywords): State caveats for use of :tag.
9459
9460 2005-12-08 Richard M. Stallman <rms@gnu.org>
9461
9462 * minibuf.texi (Intro to Minibuffers): Replace list of local maps
9463 with xrefs and better explanation.
9464 (Completion Commands): Add the filename completion maps.
9465
9466 * objects.texi (Character Type): Clarify that \s is not space
9467 if a dash follows.
9468
9469 2005-12-05 Richard M. Stallman <rms@gnu.org>
9470
9471 * windows.texi (Resizing Windows): Delete preserve-before args.
9472
9473 2005-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
9474
9475 * keymaps.texi (Format of Keymaps): Remove mention of a quirk
9476 in full keymaps, since the quirk has been fixed.
9477
9478 2005-12-03 Eli Zaretskii <eliz@gnu.org>
9479
9480 * hooks.texi (Standard Hooks): Add index entries.
9481 Mention `compilation-finish-functions'.
9482
9483 2005-11-27 Richard M. Stallman <rms@gnu.org>
9484
9485 * windows.texi (Resizing Windows): Add adjust-window-trailing-edge.
9486
9487 2005-11-21 Juri Linkov <juri@jurta.org>
9488
9489 * customize.texi (Common Keywords): Update links types
9490 custom-manual and url-link. Add link types emacs-library-link,
9491 file-link, function-link, variable-link, custom-group-link.
9492
9493 2005-11-20 Chong Yidong <cyd@stupidchicken.com>
9494
9495 * display.texi: Revert 2005-11-20 change.
9496
9497 2005-11-20 Thien-Thi Nguyen <ttn@gnu.org>
9498
9499 * processes.texi (Bindat Functions):
9500 Say "third" to refer to zero-based index "2".
9501
9502 2005-11-18 Luc Teirlinck <teirllm@auburn.edu>
9503
9504 * loading.texi (Library Search): Update the default value of
9505 `load-suffixes'.
9506
9507 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
9508
9509 * display.texi (Attribute Functions): Mention :ignore-defface.
9510
9511 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
9512
9513 * modes.texi (Minor Mode Conventions): Use custom-set-minor-mode.
9514 (Minor Mode Conventions): Mention the use of a hook.
9515
9516 2005-11-06 Richard M. Stallman <rms@gnu.org>
9517
9518 * files.texi (Magic File Names): find-file-name-handler checks the
9519 `operations' property of the handler.
9520
9521 2005-11-03 Richard M. Stallman <rms@gnu.org>
9522
9523 * variables.texi (Frame-Local Variables): Small clarification.
9524
9525 2005-10-29 Chong Yidong <cyd@stupidchicken.com>
9526
9527 * os.texi (Init File): Document ~/.emacs.d/init.el.
9528
9529 2005-10-29 Richard M. Stallman <rms@gnu.org>
9530
9531 * internals.texi (Garbage Collection): Document memory-full.
9532
9533 2005-10-28 Bill Wohler <wohler@newt.com>
9534
9535 * tips.texi (Documentation Tips): Help mode now creates hyperlinks
9536 for URLs.
9537
9538 2005-10-28 Richard M. Stallman <rms@gnu.org>
9539
9540 * minibuf.texi (Completion Commands): Clean up prev change.
9541
9542 2005-10-26 Kevin Ryde <user42@zip.com.au>
9543
9544 * compile.texi (Eval During Compile): Explain recommended uses
9545 of eval-when-compile and eval-and-compile.
9546
9547 2005-10-27 Masatake YAMATO <jet@gyve.org>
9548
9549 * minibuf.texi (Completion Commands):
9550 Write about new optional argument for `display-completion-list'.
9551
9552 2005-10-23 Richard M. Stallman <rms@gnu.org>
9553
9554 * display.texi (Overlay Arrow): Clarify about local bindings of
9555 overlay-arrow-position.
9556
9557 2005-10-22 Eli Zaretskii <eliz@gnu.org>
9558
9559 * internals.texi (Building Emacs): Fix last change.
9560
9561 2005-10-22 Richard M. Stallman <rms@gnu.org>
9562
9563 * internals.texi (Building Emacs): Document eval-at-startup.
9564
9565 2005-10-21 Richard M. Stallman <rms@gnu.org>
9566
9567 * loading.texi (Where Defined): load-history contains abs file names.
9568 symbol-file returns abs file names.
9569
9570 2005-10-19 Kim F. Storm <storm@cua.dk>
9571
9572 * display.texi (Showing Images): Add max-image-size integer value.
9573
9574 2005-10-18 Chong Yidong <cyd@stupidchicken.com>
9575
9576 * display.texi (Showing Images): Document max-image-size.
9577
9578 2005-10-17 Richard M. Stallman <rms@gnu.org>
9579
9580 * commands.texi (Quitting): Minor clarification.
9581
9582 * processes.texi (Sentinels): Clarify about output and quitting.
9583 (Filter Functions): Mention with-local-quit.
9584
9585 2005-10-17 Juri Linkov <juri@jurta.org>
9586
9587 * buffers.texi (Current Buffer):
9588 * commands.texi (Event Input Misc):
9589 * compile.texi (Eval During Compile, Compiler Errors):
9590 * customize.texi (Group Definitions):
9591 * display.texi (Progress, Defining Faces):
9592 * files.texi (Writing to Files):
9593 * modes.texi (Mode Hooks, Defining Minor Modes):
9594 * streams.texi (Output Functions):
9595 * syntax.texi (Syntax Table Functions):
9596 * text.texi (Change Hooks):
9597 Replace `...' with `@dots{}' in `@defmac' and `@defspec'.
9598
9599 * commands.texi (Quitting): Replace arg `forms' with `body' in
9600 `with-local-quit'.
9601
9602 * positions.texi (Excursions): Replace arg `forms' with `body' in
9603 `save-excursion'.
9604
9605 2005-10-08 Kim F. Storm <storm@cua.dk>
9606
9607 * windows.texi (Window Tree): Rename window-split-tree to window-tree.
9608 Rename manual section accordingly.
9609
9610 2005-10-04 Kim F. Storm <storm@cua.dk>
9611
9612 * windows.texi (Window Split Tree): New section describing
9613 new function window-split-tree function.
9614
9615 2005-10-03 Nick Roberts <nickrob@snap.net.nz>
9616
9617 * display.texi (Fringe Size/Pos): Simplify and add detail.
9618
9619 2005-09-30 Romain Francoise <romain@orebokech.com>
9620
9621 * minibuf.texi (High-Level Completion): Explain that the prompt
9622 given to `read-buffer' should end with a colon and a space.
9623 Update usage examples.
9624
9625 2005-09-29 Juri Linkov <juri@jurta.org>
9626
9627 * display.texi (Displaying Messages): Rename argument name
9628 `string' to `format-string' in functions `message', `message-box',
9629 `message-or-box'.
9630
9631 2005-09-26 Chong Yidong <cyd@stupidchicken.com>
9632
9633 * errors.texi (Standard Errors): Correct xrefs.
9634
9635 2005-09-18 Chong Yidong <cyd@stupidchicken.com>
9636
9637 * display.texi (Defining Images): Update documentation for
9638 `image-load-path'.
9639
9640 2005-09-17 Richard M. Stallman <rms@gnu.org>
9641
9642 * display.texi (Defining Images): Clean up previous change.
9643
9644 2005-09-16 Romain Francoise <romain@orebokech.com>
9645
9646 * elisp.texi: Specify GFDL version 1.2.
9647
9648 * doclicense.texi (GNU Free Documentation License): Update to
9649 version 1.2.
9650
9651 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
9652
9653 * display.texi (Defining Images): Document `image-load-path'.
9654
9655 2005-09-15 Richard M. Stallman <rms@gnu.org>
9656
9657 * objects.texi (Printed Representation): Minor cleanup.
9658 (Box Diagrams): Minor fix.
9659 (Cons Cell Type): Move (...) index item here.
9660 (Box Diagrams): From here.
9661 (Array Type): Minor fix.
9662 (Type Predicates): Delete index "predicates".
9663 (Hash Table Type): Clarify xref.
9664 (Dotted Pair Notation): Minor fix.
9665
9666 2005-09-10 Chong Yidong <cyd@stupidchicken.com>
9667
9668 * files.texi (Saving Buffers): Fix typo.
9669
9670 2005-09-08 Richard M. Stallman <rms@gnu.org>
9671
9672 * tips.texi (Programming Tips): Correct the "default" prompt spec.
9673
9674 2005-09-08 Chong Yidong <cyd@stupidchicken.com>
9675
9676 * locals.texi (Standard Buffer-Local Variables): Don't include
9677 mode variables for minor modes.
9678 Fix xrefs for buffer-display-count, buffer-display-table,
9679 buffer-offer-save, buffer-saved-size, cache-long-line-scans,
9680 enable-multibyte-characters, fill-column, header-line-format,
9681 left-fringe-width, left-margin, and right-fringe-width.
9682
9683 * hooks.texi (Standard Hooks): All hooks should conform to the
9684 standard naming convention now.
9685 Fix xref for `echo-area-clear-hook'.
9686
9687 * display.texi (Usual Display): Note that indicate-empty-lines and
9688 tab-width are buffer-local.
9689
9690 * files.texi (Saving Buffers): Add xref to `Killing Buffers'.
9691
9692 * modes.texi (Mode Help): Note that major-mode is buffer-local.
9693
9694 * nonascii.texi (Encoding and I/O): Note that
9695 buffer-file-coding-system is buffer-local.
9696
9697 * positions.texi (List Motion): Note that defun-prompt-regexp is
9698 buffer-local.
9699
9700 * text.texi (Auto Filling): Note that auto-fill-function is
9701 buffer-local.
9702 (Undo): Note that buffer-undo-list is buffer-local.
9703
9704 * windows.texi (Buffers and Windows):
9705 Document buffer-display-count.
9706
9707 2005-09-06 Richard M. Stallman <rms@gnu.org>
9708
9709 * tips.texi (Coding Conventions): Sometimes it is ok to put the
9710 package prefix elsewhere than at the start of the name.
9711
9712 2005-09-03 Richard M. Stallman <rms@gnu.org>
9713
9714 * tips.texi (Programming Tips): Add conventions for minibuffer
9715 questions and prompts.
9716
9717 2005-09-03 Joshua Varner <jlvarner@gmail.com> (tiny change)
9718
9719 * intro.texi (nil and t): Minor cleanup.
9720 Delete spurious mention of keyword symbols.
9721 (Evaluation Notation): Add index entry.
9722 (A Sample Function Description): Minor cleanup.
9723 (A Sample Variable Description): Not all vars can be set.
9724
9725 2005-09-03 Thien-Thi Nguyen <ttn@gnu.org>
9726
9727 * text.texi (Buffer Contents): Use "\n" in examples' result strings.
9728
9729 (Insertion): Document precise type of `insert-char' arg COUNT.
9730
9731 2005-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
9732
9733 * modes.texi (Other Font Lock Variables): Sync the default of
9734 font-lock-lines-before.
9735
9736 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
9737
9738 * files.texi (Magic File Names): Add `make-auto-save-file-name'.
9739
9740 2005-08-29 Richard M. Stallman <rms@gnu.org>
9741
9742 * elisp.texi (Top): Update subnode menu.
9743
9744 * searching.texi (Searching and Matching): Move node.
9745 Rearrange contents and add overall explanation.
9746 (Searching and Case): Move node.
9747 (Searching and Matching): Update menu.
9748
9749 2005-08-27 Eli Zaretskii <eliz@gnu.org>
9750
9751 * os.texi (Startup Summary): Fix the description of the initial
9752 startup message display.
9753
9754 2005-08-25 Richard M. Stallman <rms@gnu.org>
9755
9756 * searching.texi (Search and Replace): Add replace-regexp-in-string.
9757
9758 2005-08-25 Emilio C. Lopes <eclig@gmx.net>
9759
9760 * display.texi (Finding Overlays): Fix `find-overlay-prop' in
9761 `next-overlay-change' example.
9762
9763 2005-08-22 Juri Linkov <juri@jurta.org>
9764
9765 * display.texi (Attribute Functions): Add set-face-inverse-video-p.
9766 Fix invert-face. Fix args of face-background.
9767
9768 * display.texi (Standard Faces): Delete node.
9769 (Faces): Add xref to `(emacs)Standard Faces'.
9770 (Displaying Faces): Fix xref to `Standard Faces'.
9771
9772 * modes.texi (Mode Line Data): Fix xref to Standard Faces.
9773
9774 2005-08-20 Alan Mackenzie <acm@muc.de>
9775
9776 * buffers.texi (The Buffer List): Clarify the manipulation of the
9777 buffer list.
9778
9779 2005-08-14 Richard M. Stallman <rms@gnu.org>
9780
9781 * modes.texi (Auto Major Mode): interpreter-mode-alist key is not
9782 a regexp.
9783
9784 2005-08-11 Richard M. Stallman <rms@gnu.org>
9785
9786 * elisp.texi (Top): Update subnode lists.
9787
9788 * display.texi (Inverse Video): Node deleted.
9789
9790 * tips.texi (Key Binding Conventions, Programming Tips, Warning Tips):
9791 New nodes split out of Coding Conventions.
9792
9793 * searching.texi (Regular Expressions): Document re-builder.
9794
9795 * os.texi (Time Parsing): New node split out of Time Conversion.
9796
9797 * processes.texi (Misc Network, Network Feature Testing)
9798 (Network Options, Make Network): New nodes split out of
9799 Low-Level Network.
9800
9801 2005-08-09 Richard M. Stallman <rms@gnu.org>
9802
9803 * frames.texi (Geometry): New node, split from Size and Position.
9804 (Frame Parameters): Refer to Geometry.
9805
9806 * buffers.texi (The Buffer List): Fix xrefs.
9807
9808 * windows.texi (Splitting Windows): Fix xref.
9809
9810 * frames.texi (Layout Parameters): Add xref.
9811
9812 * display.texi (Line Height, Scroll Bars): Fix xrefs.
9813
9814 * keymaps.texi (Menu Bar): Fix xref.
9815
9816 * locals.texi (Standard Buffer-Local Variables): Fix xref.
9817
9818 * modes.texi (%-Constructs): Fix xref.
9819
9820 * frames.texi (Window Frame Parameters): Node split up.
9821 (Basic Parameters, Position Parameters, Size Parameters)
9822 (Layout Parameters, Buffer Parameters, Management Parameters)
9823 (Cursor Parameters, Color Parameters): New subnodes.
9824
9825 2005-08-09 Luc Teirlinck <teirllm@auburn.edu>
9826
9827 * positions.texi (Screen Lines): Update xref for previous change
9828 in minibuf.texi.
9829
9830 * minibuf.texi (Intro to Minibuffers): Update pxref for previous
9831 change in minibuf.texi.
9832
9833 2005-08-09 Richard M. Stallman <rms@gnu.org>
9834
9835 * tips.texi (Coding Conventions): Minor cleanup.
9836
9837 * modes.texi (Defining Minor Modes): Explain when init-value
9838 can be non-nil.
9839
9840 * elisp.texi (Top): Update submenu for Minibuffer.
9841
9842 * minibuf.texi (Minibuffer Misc): Node split up.
9843 (Minibuffer Commands, Minibuffer Windows, Minibuffer Contents)
9844 (Recursive Mini): New nodes split out from Minibuffer Misc.
9845 (Minibuffer Misc): Document max-mini-window-height.
9846
9847 * hash.texi (Defining Hash): Delete stray paren in example.
9848
9849 * display.texi (Echo Area Customization): Don't define
9850 max-mini-window-height here; xref instead.
9851
9852 * commands.texi (Event Input Misc): Update while-no-input.
9853
9854 * advice.texi (Advising Functions): Explain when to use advice
9855 and when to use a hook.
9856
9857 2005-07-30 Eli Zaretskii <eliz@gnu.org>
9858
9859 * makefile.w32-in (info): Don't run install-info.
9860 ($(infodir)/dir): New target, produced by running install-info.
9861
9862 2005-07-27 Luc Teirlinck <teirllm@auburn.edu>
9863
9864 * modes.texi (Defining Minor Modes): The keyword for the initial
9865 value is :init-value, not :initial-value.
9866
9867 2005-07-23 Eli Zaretskii <eliz@gnu.org>
9868
9869 * loading.texi (Autoload): Make the `doctor' example be consistent
9870 with what's in current loaddefs.el. Describe the "fn" magic in
9871 the usage portion of the doc string.
9872
9873 2005-07-22 Richard M. Stallman <rms@gnu.org>
9874
9875 * internals.texi (Garbage Collection): Clarify previous change.
9876
9877 2005-07-21 Stefan Monnier <monnier@iro.umontreal.ca>
9878
9879 * internals.texi (Garbage Collection): Add gc-cons-percentage.
9880
9881 2005-07-18 Juri Linkov <juri@jurta.org>
9882
9883 * commands.texi (Accessing Events):
9884 * frames.texi (Text Terminal Colors, Resources):
9885 * markers.texi (The Mark):
9886 * modes.texi (Defining Minor Modes):
9887 Delete duplicate duplicate words.
9888
9889 2005-07-16 Richard M. Stallman <rms@gnu.org>
9890
9891 * display.texi (Managing Overlays): Clarify make-overlay
9892 args for insertion types.
9893
9894 2005-07-13 Luc Teirlinck <teirllm@auburn.edu>
9895
9896 * customize.texi (Variable Definitions):
9897 Add `custom-initialize-safe-set' and `custom-initialize-safe-default'.
9898 `standard-value' is a list too.
9899 (Defining New Types): Use @key{RET} instead of @key{ret}.
9900
9901 2005-07-13 Francis Litterio <franl@world.std.com> (tiny change)
9902
9903 * os.texi (Translating Input): Fix typo.
9904
9905 2005-07-08 Richard M. Stallman <rms@gnu.org>
9906
9907 * README: Update edition number and size estimate.
9908
9909 * elisp.texi (VERSION): Set to 2.9.
9910
9911 2005-07-07 Richard M. Stallman <rms@gnu.org>
9912
9913 * book-spine.texinfo: Update Emacs version.
9914
9915 * display.texi (Inverse Video): Delete mode-line-inverse-video.
9916
9917 2005-07-06 Richard M. Stallman <rms@gnu.org>
9918
9919 * searching.texi (Regexp Search): Clarify what re-search-forward
9920 does when the search fails.
9921
9922 2005-07-05 Lute Kamstra <lute@gnu.org>
9923
9924 * Update FSF's address in GPL notices.
9925
9926 * doclicense.texi (GNU Free Documentation License):
9927 * gpl.texi (GPL):
9928 * tips.texi (Coding Conventions, Library Headers):
9929 * vol1.texi:
9930 * vol2.texi: Update FSF's address.
9931
9932 2005-07-04 Richard M. Stallman <rms@gnu.org>
9933
9934 * hooks.texi (Standard Hooks): Add occur-hook.
9935
9936 2005-07-03 Luc Teirlinck <teirllm@auburn.edu>
9937
9938 * display.texi (The Echo Area): Correct menu.
9939
9940 2005-07-03 Richard M. Stallman <rms@gnu.org>
9941
9942 * elisp.texi (Top): Update subnode menu for Display.
9943
9944 * display.texi (Displaying Messages): New node, with most
9945 of what was in The Echo Area.
9946 (Progress): Move under The Echo Area.
9947 (Logging Messages): New node with new text.
9948 (Echo Area Customization): New node, the rest of what was
9949 in The Echo Area. Document message-truncate-lines with @defvar.
9950 (Display): Update menu.
9951
9952 * windows.texi (Textual Scrolling): Doc 3 values for
9953 scroll-preserve-screen-position.
9954
9955 * text.texi (Special Properties): Change hook functions
9956 should bind inhibit-modification-hooks around altering buffer text.
9957
9958 * keymaps.texi (Key Binding Commands): Call binding BINDING
9959 rather than DEFINITION.
9960
9961 2005-06-29 Juanma Barranquero <lekktu@gmail.com>
9962
9963 * variables.texi (Defining Variables): `user-variable-p' returns t
9964 for aliases of user options, nil for alias loops.
9965
9966 2005-06-28 Richard M. Stallman <rms@gnu.org>
9967
9968 * keymaps.texi (Creating Keymaps): Put make-sparse-keymap before
9969 make-keymap.
9970
9971 2005-06-27 Luc Teirlinck <teirllm@auburn.edu>
9972
9973 * variables.texi (Setting Variables): Correct and clarify
9974 description of `add-to-ordered-list'.
9975
9976 2005-06-26 Richard M. Stallman <rms@gnu.org>
9977
9978 * display.texi (Faces): Minor cleanup.
9979
9980 2005-06-25 Luc Teirlinck <teirllm@auburn.edu>
9981
9982 * display.texi (Faces): `facep' returns t for strings that are
9983 face names.
9984
9985 2005-06-25 Richard M. Stallman <rms@gnu.org>
9986
9987 * objects.texi (Equality Predicates): Clarify meaning of equal.
9988
9989 * windows.texi (Selecting Windows): save-selected-window
9990 and with-selected-window save and restore the current buffer.
9991
9992 2005-06-24 Richard M. Stallman <rms@gnu.org>
9993
9994 * numbers.texi (Float Basics): Explain how to test for NaN,
9995 and printing the sign of NaNs.
9996
9997 2005-06-24 Eli Zaretskii <eliz@gnu.org>
9998
9999 * makefile.w32-in (MAKEINFO): Use --force.
10000
10001 2005-06-23 Richard M. Stallman <rms@gnu.org>
10002
10003 * display.texi (Face Functions): Correct Texinfo usage.
10004
10005 2005-06-23 Luc Teirlinck <teirllm@auburn.edu>
10006
10007 * lists.texi (Rings): `ring-elements' now returns the elements of
10008 RING in order.
10009
10010 2005-06-23 Juanma Barranquero <lekktu@gmail.com>
10011
10012 * markers.texi (The Mark): Texinfo usage fix.
10013
10014 2005-06-23 Kim F. Storm <storm@cua.dk>
10015
10016 * searching.texi (Entire Match Data): Remove evaporate option for
10017 match-data. Do not mention evaporate option for set-match-data.
10018
10019 2005-06-22 Glenn Morris <gmorris@ast.cam.ac.uk>
10020
10021 * display.texi (Face Functions): Mention face aliases.
10022
10023 2005-06-21 Richard M. Stallman <rms@gnu.org>
10024
10025 * anti.texi (Antinews): Texinfo usage fix.
10026
10027 2005-06-21 Karl Berry <karl@gnu.org>
10028
10029 * elisp.texi: Use @copying.
10030
10031 * elisp.texi: Put @summarycontents and @contents before the Top
10032 node, instead of the end of the file, so that the contents appear
10033 in the right place in the dvi/pdf output.
10034
10035 2005-06-21 Juri Linkov <juri@jurta.org>
10036
10037 * display.texi (Defining Faces): Add `customized-face'.
10038
10039 2005-06-20 Kim F. Storm <storm@cua.dk>
10040
10041 * variables.texi (Setting Variables): Any type of element can be
10042 given order in add-to-ordered-list. Compare elements with eq.
10043
10044 * lists.texi (Rearrangement): Sort predicate may just return non-nil.
10045
10046 2005-06-20 Karl Berry <karl@gnu.org>
10047
10048 * syntax.texi (Syntax Flags): Make last column very slightly wider
10049 to avoid "generic comment" breaking on two lines and causing an
10050 underfull box.
10051
10052 2005-06-19 Luc Teirlinck <teirllm@auburn.edu>
10053
10054 * lists.texi (Rings): Various minor clarifications and corrections.
10055
10056 2005-06-18 Richard M. Stallman <rms@gnu.org>
10057
10058 * functions.texi (Obsolete Functions): Simplify.
10059
10060 * variables.texi (Variable Aliases): Simplify.
10061
10062 * anti.texi, backups.texi, compile.texi, customize.texi:
10063 * debugging.texi, display.texi, edebug.texi, errors.texi, frames.texi:
10064 * functions.texi, help.texi, keymaps.texi, modes.texi, nonascii.texi:
10065 * os.texi, processes.texi, searching.texi, strings.texi, text.texi:
10066 * variables.texi: Fix formatting ugliness.
10067
10068 * elisp.texi: Add links to Rings and Byte Packing.
10069 Update version and copyright years.
10070
10071 * minibuf.texi: Fix formatting ugliness.
10072 (Completion Commands): Move keymap vars to the end
10073 and vars completing-read binds to the top.
10074
10075 2005-06-17 Luc Teirlinck <teirllm@auburn.edu>
10076
10077 * processes.texi: Fix typos.
10078 (Bindat Spec): Correct Texinfo error.
10079 (Byte Packing): Fix ungrammatical sentence.
10080
10081 2005-06-17 Thien-Thi Nguyen <ttn@gnu.org>
10082
10083 * lists.texi (Rings): New node.
10084 (Lists): Add it to menu.
10085
10086 * processes.texi (Byte Packing): New node.
10087 (Processes): Add it to menu.
10088
10089 2005-06-17 Richard M. Stallman <rms@gnu.org>
10090
10091 * syntax.texi (Parsing Expressions): Fix texinfo usage.
10092
10093 * help.texi (Documentation Basics): Explain the xref to
10094 Documentation Tips.
10095
10096 * debugging.texi (Debugger Commands): Minor fix.
10097
10098 2005-06-16 Luc Teirlinck <teirllm@auburn.edu>
10099
10100 * edebug.texi (Instrumenting): Eliminate duplicate link.
10101 (Specification List): Replace references to "below", referring to
10102 a later node, with one @ref to that node.
10103
10104 * os.texi (Timers): Timers should save and restore the match data
10105 if they change it.
10106
10107 * debugging.texi (Debugger Commands): Mention that the Lisp
10108 debugger can not step through primitive functions.
10109
10110 2005-06-16 Juanma Barranquero <lekktu@gmail.com>
10111
10112 * functions.texi (Obsolete Functions): Update argument names of
10113 `make-obsolete' and `define-obsolete-function-alias'.
10114
10115 * variables.texi (Variable Aliases): Update argument names of
10116 `defvaralias', `make-obsolete-variable' and
10117 `define-obsolete-variable-alias'.
10118
10119 2005-06-15 Kim F. Storm <storm@cua.dk>
10120
10121 * searching.texi (Entire Match Data): Rephrase warnings about
10122 evaporate arg to match-data and set-match-data.
10123
10124 2005-06-14 Luc Teirlinck <teirllm@auburn.edu>
10125
10126 * elisp.texi (Top): Update detailed menu.
10127
10128 * edebug.texi (Edebug): Update menu.
10129 (Instrumenting): Update xrefs.
10130 (Edebug Execution Modes): Correct xref.
10131 (Jumping): Clarify description of `h' command.
10132 Eliminate redundant @ref.
10133 (Breaks): New node.
10134 (Breakpoints): Is now a subsubsection.
10135 (Global Break Condition): Mention `C-x X X'.
10136 (Edebug Views): Clarify `v' and `p'. Mention `C-x X w'.
10137 (Trace Buffer): Clarify STRING arg of `edebug-tracing'.
10138 (Edebug Display Update): Correct pxref.
10139 (Edebug and Macros): New node.
10140 (Instrumenting Macro Calls): Is now a subsubsection.
10141 Neither arg of `def-edebug-spec' is evaluated.
10142 (Instrumenting Macro Calls): Mention `edebug-eval-macro-args'.
10143 (Specification Examples): Fix typo.
10144
10145 2005-06-14 Lute Kamstra <lute@gnu.org>
10146
10147 * debugging.texi (Function Debugging): Primitives can break on
10148 entry too.
10149
10150 2005-06-14 Kim F. Storm <storm@cua.dk>
10151
10152 * variables.texi (Setting Variables): Add add-to-ordered-list.
10153
10154 2005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
10155
10156 * syntax.texi (Parsing Expressions): Document aux functions and vars of
10157 syntax-ppss: syntax-ppss-flush-cache and syntax-begin-function.
10158
10159 2005-06-13 Lute Kamstra <lute@gnu.org>
10160
10161 * text.texi (Special Properties): Fix cross reference.
10162
10163 2005-06-11 Luc Teirlinck <teirllm@auburn.edu>
10164
10165 * debugging.texi (Function Debugging): Delete mention of empty
10166 string argument to `cancel-debug-on-entry'. Delete inaccurate
10167 description of the return value of that command.
10168
10169 2005-06-11 Alan Mackenzie <acm@muc.de>
10170
10171 * text.texi (Adaptive Fill): Amplify the description of
10172 fill-context-prefix.
10173
10174 2005-06-10 Luc Teirlinck <teirllm@auburn.edu>
10175
10176 * syntax.texi (Parsing Expressions): Fix Texinfo error.
10177
10178 2005-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
10179
10180 * syntax.texi (Parsing Expressions): Document syntax-ppss.
10181
10182 2005-06-10 Luc Teirlinck <teirllm@auburn.edu>
10183
10184 * debugging.texi (Error Debugging): Minor rewording.
10185 (Function Debugging): FUNCTION-NAME arg to `cancel-debug-on-entry'
10186 is optional.
10187
10188 2005-06-10 Lute Kamstra <lute@gnu.org>
10189
10190 * elisp.texi: Use EMACSVER to refer to the current version of Emacs.
10191 (Top): Give it a title. Correct version number. Give the
10192 detailed node listing a more prominent header.
10193 * intro.texi: Don't set VERSION here a second time.
10194 Mention Emacs's version too.
10195 * anti.texi (Antinews): Use EMACSVER to refer to the current
10196 version of Emacs.
10197
10198 2005-06-09 Kim F. Storm <storm@cua.dk>
10199
10200 * searching.texi (Entire Match Data): Explain new `reseat' argument to
10201 match-data and set-match-data.
10202
10203 2005-06-08 Richard M. Stallman <rms@gnu.org>
10204
10205 * searching.texi (Entire Match Data): Clarify when match-data
10206 returns markers and when integers.
10207
10208 * display.texi (Defining Faces): Explain that face name should not
10209 end in `-face'.
10210
10211 * modes.texi (Mode Line Data): Minor cleanup.
10212 (Customizing Keywords): Node split out of Search-based Fontification.
10213 Add example of using font-lock-add-keywords from a hook.
10214 Clarify when MODE should be non-nil, and when nil.
10215
10216 2005-06-06 Richard M. Stallman <rms@gnu.org>
10217
10218 * modes.texi (Mode Line Data): Explain what happens when the car
10219 of a list is a void symbol.
10220 (Search-based Fontification): Explain MODE arg to
10221 font-lock-add-keywords and warn about calls from major modes.
10222
10223 2005-06-08 Juri Linkov <juri@jurta.org>
10224
10225 * display.texi (Standard Faces): Add `shadow' face.
10226
10227 2005-05-29 Luc Teirlinck <teirllm@auburn.edu>
10228
10229 * modes.texi (Major Mode Conventions): A derived mode only needs
10230 to put the call to the parent mode inside `delay-mode-hooks'.
10231
10232 2005-05-29 Richard M. Stallman <rms@gnu.org>
10233
10234 * modes.texi (Mode Hooks): Explain that after-change-major-mode-hook is
10235 new, and what that implies. Clarify.
10236
10237 * files.texi (Locating Files): Clean up the text.
10238
10239 * frames.texi (Window Frame Parameters): Document user-size.
10240 Shorten entry for top by referring to left.
10241
10242 2005-05-26 Richard M. Stallman <rms@gnu.org>
10243
10244 * modes.texi (Mode Hooks): Explain that after-change-major-mode-hook
10245 is new, and what the implications are. Other clarifications.
10246
10247 2005-05-24 Richard M. Stallman <rms@gnu.org>
10248
10249 * frames.texi (Dialog Boxes): Minor fixes.
10250
10251 2005-05-25 Masatake YAMATO <jet@gyve.org>
10252
10253 * display.texi (Standard Faces): Write about `mode-line-highlight'.
10254
10255 2005-05-24 Luc Teirlinck <teirllm@auburn.edu>
10256
10257 * frames.texi (Dialog Boxes): HEADER argument to `x-popup-dialog'
10258 is optional.
10259
10260 2005-05-24 Nick Roberts <nickrob@snap.net.nz>
10261
10262 * frames.texi (Dialog Boxes): Describe new optional argument.
10263
10264 2005-05-23 Lute Kamstra <lute@gnu.org>
10265
10266 * modes.texi (Font Lock Basics, Syntactic Font Lock): Recommend
10267 syntax-begin-function over font-lock-beginning-of-syntax-function.
10268
10269 2005-05-21 Luc Teirlinck <teirllm@auburn.edu>
10270
10271 * minibuf.texi (Reading File Names): Update description of
10272 `read-directory-name'.
10273
10274 * modes.texi (Derived Modes): Clarify :group keyword.
10275
10276 2005-05-21 Eli Zaretskii <eliz@gnu.org>
10277
10278 * files.texi (Locating Files): New subsection.
10279 Describe locate-file and executable-find.
10280
10281 2005-05-21 Kevin Ryde <user42@zip.com.au>
10282
10283 * frames.texi (Initial Parameters): Update cross reference to
10284 "Emacs Invocation".
10285
10286 2005-05-19 Luc Teirlinck <teirllm@auburn.edu>
10287
10288 * keymaps.texi (Active Keymaps): Add anchor.
10289
10290 * modes.texi (Hooks): Delete confusing and unnecessary sentence.
10291 (Major Mode Conventions): Refer to `Auto Major Mode' in more
10292 appropriate place.
10293 (Derived Modes): Small clarifications.
10294 (Minor Mode Conventions, Keymaps and Minor Modes):
10295 Replace references to nodes with references to anchors.
10296 (Mode Line Data): Warn that `(:eval FORM)' should not load any files.
10297 Clarify description of lists whose first element is an integer.
10298 (Mode Line Variables): Add anchor.
10299 (%-Constructs): Clarify description of integer after %.
10300 (Emulating Mode Line): Describe nil value for FACE.
10301
10302 2005-05-18 Luc Teirlinck <teirllm@auburn.edu>
10303
10304 * modes.texi (Derived Modes): Correct references to non-existing
10305 variable standard-syntax-table.
10306
10307 2005-05-17 Lute Kamstra <lute@gnu.org>
10308
10309 * modes.texi (Defining Minor Modes): Mention the mode hook.
10310
10311 2005-05-15 Kim F. Storm <storm@cua.dk>
10312
10313 * processes.texi (Network): Remove open-network-stream-nowait.
10314 (Network Servers): Remove open-network-stream-server.
10315
10316 2005-05-15 Luc Teirlinck <teirllm@auburn.edu>
10317
10318 * elisp.texi (Top): Update detailed menu.
10319
10320 * variables.texi: Reorder nodes.
10321 (Variables): Update menu.
10322 (File Local Variables): Do not refer to the `-*-' line as
10323 a "local variables list". Add pxref.
10324
10325 2005-05-14 Luc Teirlinck <teirllm@auburn.edu>
10326
10327 * elisp.texi (Top): Update detailed menu for node changes.
10328
10329 * modes.texi (Modes): Update Menu.
10330 (Hooks): Move to beginning of chapter.
10331 Most minor modes run mode hooks too.
10332 `add-hook' can handle void hooks or hooks whose value is a single
10333 function.
10334 (Major Modes): Update Menu.
10335 (Major Mode Basics): New node, split off from `Major Modes'.
10336 (Major Mode Conventions): Correct xref. Explain how to handle
10337 auto-mode-alist if the major mode command has an autoload cookie.
10338 (Auto Major Mode): Major update. Add magic-mode-alist.
10339 (Derived Modes): Major update.
10340 (Mode Line Format): Update Menu.
10341 (Mode Line Basics): New node, split off from `Mode Line Format'.
10342
10343 * loading.texi (Autoload): Mention `autoload cookie' as synonym
10344 for `magic autoload comment'. Add index entries and anchor.
10345
10346 2005-05-14 Richard M. Stallman <rms@gnu.org>
10347
10348 * tips.texi (Coding Conventions): Explain how important it is
10349 that just loading certain files not change Emacs behavior.
10350
10351 * modes.texi (Defining Minor Modes): Define define-global-minor-mode.
10352
10353 2005-05-12 Lute Kamstra <lute@gnu.org>
10354
10355 * modes.texi (Generic Modes): Update.
10356 (Major Modes): Refer to node "Generic Modes".
10357
10358 * elisp.texi (Top): Update to the current structure of the manual.
10359 * processes.texi (Processes): Add menu description.
10360 * customize.texi (Customization): Add menu descriptions.
10361
10362 2005-05-11 Thien-Thi Nguyen <ttn@gnu.org>
10363
10364 * processes.texi (Signals to Processes)
10365 (Low-Level Network): Fix typos.
10366
10367 2005-05-11 Lute Kamstra <lute@gnu.org>
10368
10369 * elisp.texi (Top): Add some nodes from the chapter "Major and
10370 Minor Modes" to the detailed node listing.
10371
10372 2005-05-10 Richard M. Stallman <rms@gnu.org>
10373
10374 * keymaps.texi (Extended Menu Items): Menu item filter functions
10375 can be called at any time.
10376
10377 2005-05-08 Luc Teirlinck <teirllm@auburn.edu>
10378
10379 * variables.texi (File Local Variables): `(hack-local-variables t)'
10380 now also checks whether a mode is specified in the local variables
10381 list.
10382
10383 2005-05-05 Kevin Ryde <user42@zip.com.au>
10384
10385 * display.texi (The Echo Area): Correct format function cross
10386 reference.
10387
10388 2005-05-05 Luc Teirlinck <teirllm@auburn.edu>
10389
10390 * variables.texi (Variable Aliases): Change description of
10391 `define-obsolete-variable-alias'.
10392
10393 * functions.texi (Functions): Add "Obsolete Functions" to menu.
10394 (Defining Functions): Add xref.
10395 (Obsolete Functions): New node.
10396 (Function Safety): Standardize capitalization of section title.
10397
10398 * frames.texi (Pop-Up Menus): Complete description of `x-popup-menu'.
10399 (Dialog Boxes): Complete description of `x-popup-dialog'.
10400
10401 2005-05-04 Richard M. Stallman <rms@gnu.org>
10402
10403 * commands.texi (Interactive Codes): Fix Texinfo usage.
10404 Document U more clearly.
10405
10406 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
10407
10408 * variables.texi (Variable Aliases): `make-obsolete-variable' is a
10409 function and not a macro.
10410
10411 * frames.texi (Pop-Up Menus): Correct and clarify description of
10412 `x-popup-menu'.
10413 (Dialog Boxes): Clarify description of `x-popup-dialog'.
10414
10415 2005-05-01 Richard M. Stallman <rms@gnu.org>
10416
10417 * edebug.texi (Checking Whether to Stop): Fix previous change.
10418
10419 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
10420
10421 * display.texi: Fix typos and Texinfo usage.
10422
10423 * edebug.texi (Checking Whether to Stop): executing-macro ->
10424 executing-kbd-macro.
10425
10426 2005-05-01 Richard M. Stallman <rms@gnu.org>
10427
10428 * display.texi (Invisible Text): Correct add-to-invisibility-spec.
10429
10430 2005-04-30 Richard M. Stallman <rms@gnu.org>
10431
10432 * files.texi (Magic File Names): Document `operations' property.
10433
10434 2005-04-29 Lute Kamstra <lute@gnu.org>
10435
10436 * modes.texi (Generic Modes): New node.
10437 (Major Modes): Add it to the menu.
10438 (Derived Modes): Add "derived mode" to concept index.
10439
10440 2005-04-28 Lute Kamstra <lute@gnu.org>
10441
10442 * modes.texi (Defining Minor Modes): Fix previous change.
10443 (Font Lock Mode): Simplify.
10444 (Font Lock Basics): Say that font-lock-defaults is buffer-local
10445 when set and that some parts are optional. Add cross references.
10446 (Search-based Fontification): Say how to specify font-lock-keywords.
10447 Add cross references. Add font-lock-multiline to index.
10448 Move font-lock-keywords-case-fold-search here from node "Other Font
10449 Lock Variables". Document font-lock-add-keywords and
10450 font-lock-remove-keywords.
10451 (Other Font Lock Variables): Move font-lock-keywords-only,
10452 font-lock-syntax-table, font-lock-beginning-of-syntax-function,
10453 and font-lock-syntactic-face-function to node "Syntactic Font
10454 Lock". Move font-lock-keywords-case-fold-search to node
10455 "Search-based Fontification". Document font-lock-inhibit-thing-lock
10456 and font-lock-{,un}fontify-{buffer,region}-function.
10457 (Precalculated Fontification): Remove reference to deleted variable
10458 font-lock-core-only.
10459 (Faces for Font Lock): Add font-lock-comment-delimiter-face.
10460 (Syntactic Font Lock): Add intro. Move font-lock-keywords-only,
10461 font-lock-syntax-table, font-lock-beginning-of-syntax-function,
10462 and font-lock-syntactic-face-function here from node "Other Font
10463 Lock Variables". Move font-lock-syntactic-keywords to "Setting
10464 Syntax Properties". Add cross references.
10465 (Setting Syntax Properties): New node.
10466 Move font-lock-syntactic-keywords here from "Syntactic Font Lock".
10467 * syntax.texi (Syntax Properties): Add cross reference.
10468 * hooks.texi (Standard Hooks): Add Font-Lock hooks.
10469
10470 2005-04-26 Richard M. Stallman <rms@gnu.org>
10471
10472 * display.texi (Defining Faces):
10473 Document `default' elements of defface spec.
10474
10475 * modes.texi (Major Mode Conventions): Explain customizing ElDoc mode.
10476
10477 * variables.texi (Variable Aliases): Clarify text.
10478
10479 2005-04-25 Chong Yidong <cyd@stupidchicken.com>
10480
10481 * windows.texi (Window Hooks): Remove reference to obsolete Lazy Lock.
10482
10483 2005-04-25 Luc Teirlinck <teirllm@auburn.edu>
10484
10485 * hooks.texi (Standard Hooks): Most minor modes have mode hooks too.
10486
10487 2005-04-24 Eli Zaretskii <eliz@gnu.org>
10488
10489 * syntax.texi (Syntax Table Internals): Elaborate documentation of
10490 syntax-after and syntax-class.
10491
10492 * files.texi (Changing Files): Fix last change's cross-reference.
10493 (Unique File Names): Don't mention "numbers" in the documentation
10494 of make-temp-file and make-temp-name.
10495
10496 2005-04-23 Richard M. Stallman <rms@gnu.org>
10497
10498 * files.texi (Changing Files): Document MUSTBENEW arg in copy-file.
10499
10500 2005-04-22 Nick Roberts <nickrob@snap.net.nz>
10501
10502 * windows.texi (Cyclic Window Ordering): Clarify window-list.
10503
10504 2005-04-22 Nick Roberts <nickrob@snap.net.nz>
10505
10506 * variables.texi (Variable Aliases): Describe make-obsolete-variable
10507 and define-obsolete-variable-alias.
10508
10509 2005-04-22 Kim F. Storm <storm@cua.dk>
10510
10511 * symbols.texi (Symbol Plists): Remove safe-get, as get is now safe.
10512 (Other Plists): Remove safe-plist-get, as plist-get is now safe.
10513
10514 2005-04-21 Lute Kamstra <lute@gnu.org>
10515
10516 * lists.texi (Association Lists): Document rassq-delete-all.
10517
10518 2005-04-19 Richard M. Stallman <rms@gnu.org>
10519
10520 * modes.texi (Search-based Fontification): Explain that
10521 facespec is an expression to be evaluated.
10522
10523 2005-04-19 Kevin Ryde <user42@zip.com.au>
10524
10525 * streams.texi (Output Functions): Fix xref.
10526 * strings.texi (String Conversion): Fix xref.
10527
10528 2005-04-19 Kim F. Storm <storm@cua.dk>
10529
10530 * symbols.texi (Symbol Plists): Add safe-get.
10531 Mention that `get' may signal an error.
10532
10533 2005-04-18 Nick Roberts <nickrob@snap.net.nz>
10534
10535 * customize.texi (Variable Definitions): Replace tooltip-mode
10536 example with save-place.
10537
10538 2005-04-17 Richard M. Stallman <rms@gnu.org>
10539
10540 * buffers.texi (Indirect Buffers): Clarify.
10541
10542 * positions.texi (Positions): Clarify converting marker to integer.
10543
10544 * strings.texi (String Basics): Mention string-match; clarify.
10545
10546 2005-04-08 Lute Kamstra <lute@gnu.org>
10547
10548 * modes.texi (Search-based Fontification): Fix cross references.
10549 Use consistent terminology. Document anchored highlighting.
10550
10551 2005-04-05 Lute Kamstra <lute@gnu.org>
10552
10553 * modes.texi (Defining Minor Modes): Document :group keyword
10554 argument and its default value.
10555
10556 2005-04-03 Lute Kamstra <lute@gnu.org>
10557
10558 * hooks.texi (Standard Hooks): Add some hooks. Add cross
10559 references and/or descriptions. Delete major mode hooks; mention
10560 them as a category instead. Rename or delete obsolete hooks.
10561
10562 2005-04-02 Richard M. Stallman <rms@gnu.org>
10563
10564 * nonascii.texi (Coding System Basics): Another wording cleanup.
10565
10566 2005-04-01 Richard M. Stallman <rms@gnu.org>
10567
10568 * nonascii.texi (Coding System Basics): Clarify previous change.
10569
10570 2005-04-01 Kenichi Handa <handa@m17n.org>
10571
10572 * nonascii.texi (Coding System Basics): Describe about roundtrip
10573 identity of coding systems.
10574
10575 2005-03-29 Chong Yidong <cyd@stupidchicken.com>
10576
10577 * text.texi (Buffer Contents): Add filter-buffer-substring and
10578 buffer-substring-filters.
10579
10580 2005-03-26 Chong Yidong <cyd@stupidchicken.com>
10581
10582 * anti.texi (Antinews): Mention `G' interactive code.
10583
10584 * tips.texi (Compilation Tips): Mention benchmark.el.
10585
10586 2005-03-27 Luc Teirlinck <teirllm@auburn.edu>
10587
10588 * modes.texi (Other Font Lock Variables): `font-lock-fontify-block'
10589 is now bound to M-o M-o.
10590
10591 * keymaps.texi (Prefix Keys): `facemenu-keymap' is now on M-o.
10592
10593 2005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
10594
10595 * calendar.texi: Delete file (and move contents to emacs-xtra.texi
10596 in the Emacs Manual).
10597 * Makefile.in (srcs): Remove calendar.texi.
10598 * makefile.w32-in (srcs): Remove calendar.texi.
10599 * display.texi (Display): Change name of next node.
10600 * os.texi (System In): Change name of previous node.
10601 * elisp.texi (Top): Remove Calendar references.
10602 * vol1.texi (Top): Remove Calendar references.
10603 * vol2.texi (Top): Remove Calendar references.
10604
10605 2005-03-25 Richard M. Stallman <rms@gnu.org>
10606
10607 * display.texi (Standard Faces, Fringe Bitmaps, Customizing Bitmaps):
10608 Cleanup previous change.
10609
10610 2005-03-25 Chong Yidong <cyd@stupidchicken.com>
10611
10612 * display.texi (Face Attributes): Faces earlier in an :inherit
10613 list take precedence.
10614 (Scroll Bars): Fix description of vertical-scroll-bars.
10615 Document frame-current-scroll-bars and window-current-scroll-bars.
10616
10617 * markers.texi (The Mark): Document temporary Transient Mark mode.
10618
10619 * minibuf.texi (Reading File Names):
10620 Document read-file-name-completion-ignore-case.
10621
10622 * positions.texi (Screen Lines): Document nil for width argument
10623 to compute-motion.
10624
10625 2005-03-23 Kim F. Storm <storm@cua.dk>
10626
10627 * display.texi (Standard Faces): Other faces used in the fringe
10628 implicitly inherits from the fringe face.
10629 (Fringe Bitmaps): FACE in right-fringe and left-fringe display
10630 properties implicitly inherits from fringe face.
10631 (Customizing Bitmaps): Likewise for set-fringe-bitmap-face.
10632
10633 2005-03-20 Chong Yidong <cyd@stupidchicken.com>
10634
10635 * display.texi (Invisible Text): State default value of
10636 line-move-ignore-invisible.
10637 (Managing Overlays): Document remove-overlays.
10638 (Standard Faces): Document escape-glyph face.
10639
10640 * minibuf.texi (Reading File Names): Document read-file-name-function.
10641
10642 * modes.texi (Other Font Lock Variables):
10643 Document font-lock-lines-before.
10644
10645 * positions.texi (Skipping Characters): skip-chars-forward allows
10646 character classes.
10647
10648 2005-03-18 Lute Kamstra <lute@gnu.org>
10649
10650 * edebug.texi (Instrumenting Macro Calls): Fix another typo.
10651
10652 2005-03-17 Richard M. Stallman <rms@gnu.org>
10653
10654 * text.texi (Undo): Document extensible undo entries.
10655
10656 * searching.texi (String Search, Regexp Search): Cleanups.
10657
10658 * nonascii.texi (Character Codes): Minor fix.
10659
10660 * display.texi (Display Property): Explain the significance
10661 of having text properties that are eq.
10662 (Other Display Specs): Explain string as display spec.
10663
10664 * commands.texi (Interactive Codes): Document G option.
10665
10666 2005-03-17 Chong Yidong <cyd@stupidchicken.com>
10667
10668 * text.texi (Filling): Add sentence-end-without-period and
10669 sentence-end-without-space.
10670 (Changing Properties): Minor fix.
10671
10672 * anti.texi: Total rewrite.
10673
10674 2005-03-15 Lute Kamstra <lute@gnu.org>
10675
10676 * edebug.texi (Instrumenting Macro Calls): Fix typos.
10677
10678 2005-03-08 Kim F. Storm <storm@cua.dk>
10679
10680 * display.texi (Specified Space): Property :width is support on
10681 non-graphic terminals, :height is not.
10682
10683 2005-03-07 Richard M. Stallman <rms@gnu.org>
10684
10685 * display.texi (Overlay Arrow, Fringe Bitmaps, Customizing Bitmaps):
10686 Now subnodes of Fringes.
10687 (Overlay Arrow): Document overlay-arrow-variable-list.
10688 (Fringe Size/Pos): New node, broken out of Fringes.
10689 (Display): Explain clearing vs redisplay better.
10690 (Truncation): Clarify use of bitmaps.
10691 (The Echo Area): Clarify the uses of the echo area.
10692 Add max-mini-window-height.
10693 (Progress): Clarify.
10694 (Invisible Text): Explain that main loop moves point out.
10695 (Selective Display): Say "hidden", not "invisible".
10696 (Managing Overlays): Move up. Describe relation to Undo here.
10697 (Overlay Properties): Clarify intro.
10698 (Finding Overlays): Explain return values when nothing found.
10699 (Width): truncate-string-to-width has added arg.
10700 (Displaying Faces): Clarify and update mode line face handling.
10701 (Face Functions): Minor cleanup.
10702 (Conditional Display): Merge into Other Display Specs.
10703 (Pixel Specification, Other Display Specs): Minor cleanups.
10704 (Images, Image Descriptors): Minor cleanups.
10705 (GIF Images): Patents have expired.
10706 (Showing Images): Explain default text for insert-image.
10707 (Manipulating Button Types): Merge into Manipulating Buttons.
10708 (Making Buttons): Explain return values.
10709 (Button Buffer Commands): Add xref.
10710 (Inverse Video): Update mode-line-inverse-video.
10711 (Display Table Format): Clarify.
10712 (Active Display Table): Give defaults for window-display-table.
10713
10714 * calendar.texi (Calendar Customizing): calendar-holiday-marker
10715 and calendar-today-marker are strings, not chars.
10716 (Holiday Customizing): Minor fix.
10717
10718 * internals.texi (Writing Emacs Primitives): Update `or' example.
10719 Update limit on # args of subr.
10720
10721 * edebug.texi (Using Edebug): Arrow is in fringe.
10722 (Instrumenting): Arg to eval-defun works without loading edebug.
10723 (Edebug Execution Modes): Add xref.
10724
10725 * customize.texi (Common Keywords): Clarify :require.
10726 Mention :version here.
10727 (Variable Definitions, Group Definitions): Not here.
10728 (Variable Definitions): Clarify symbol arg to :initialize and :set fns.
10729
10730 2005-03-07 Chong Yidong <cyd@stupidchicken.com>
10731 * nonascii.texi (Text Representations): Clarify position-bytes.
10732 (Character Sets): Add list-charset-chars.
10733 (Scanning Charsets): Add charset-after.
10734 (Encoding and I/O): Minor fix.
10735
10736 2005-03-06 Richard M. Stallman <rms@gnu.org>
10737
10738 * windows.texi (Vertical Scrolling): Get rid of "Emacs 21".
10739 (Resizing Windows): Likewise.
10740
10741 * text.texi (Change Hooks): Get rid of "Emacs 21".
10742
10743 * strings.texi (Formatting Strings): Get rid of "Emacs 21".
10744
10745 * streams.texi (Output Variables): Get rid of "Emacs 21".
10746
10747 * searching.texi (Regexp Special, Char Classes): Get rid of "Emacs 21".
10748
10749 * os.texi (Translating Input): Replace flow-control example
10750 with a less obsolete example that uses `keyboard-translate'.
10751
10752 * objects.texi (Hash Table Type, Circular Objects):
10753 Get rid of "Emacs 21".
10754
10755 * modes.texi (Mode Line Format): Get rid of "Emacs 21".
10756 (Mode Line Data, Properties in Mode, Header Lines): Likewise.
10757
10758 * minibuf.texi (Minibuffer Misc): Get rid of "Emacs 21".
10759
10760 * lists.texi (List Elements, Building Lists): Get rid of "Emacs 21".
10761
10762 * keymaps.texi (Menu Separators, Tool Bar): Get rid of "Emacs 21".
10763 (Menu Bar): Fix when menu-bar-update-hook is called.
10764
10765 * hash.texi (Hash Tables): Get rid of "Emacs 21".
10766
10767 * frames.texi (Text Terminal Colors): Get rid of "Emacs 21",
10768 and make it read better.
10769
10770 * files.texi (Writing to Files): Get rid of "Emacs 21".
10771 (Unique File Names): Likewise.
10772
10773 * elisp.texi: Update Emacs version to 22.
10774
10775 * display.texi (Forcing Redisplay): Get rid of "Emacs 21".
10776 (Overlay Properties, Face Attributes): Likewise.
10777 (Managing Overlays): Fix punctuation.
10778 (Attribute Functions): Clarify set-face-font; get rid of
10779 info about old Emacs versions.
10780 (Auto Faces, Font Lookup, Display Property, Images):
10781 Get rid of "Emacs 21".
10782
10783 * calendar.texi (Calendar Customizing): Get rid of "Emacs 21".
10784
10785 2005-03-05 Richard M. Stallman <rms@gnu.org>
10786
10787 * debugging.texi (Error Debugging): Remove stack-trace-on-error.
10788
10789 2005-03-04 Lute Kamstra <lute@gnu.org>
10790
10791 * debugging.texi (Error Debugging): Document stack-trace-on-error.
10792
10793 2005-03-03 Lute Kamstra <lute@gnu.org>
10794
10795 * edebug.texi (Instrumenting Macro Calls): Fix typo.
10796
10797 2005-03-01 Lute Kamstra <lute@gnu.org>
10798
10799 * debugging.texi (Debugger Commands): Update `j'.
10800
10801 2005-02-28 Lute Kamstra <lute@gnu.org>
10802
10803 * debugging.texi (Debugging): Fix typo.
10804 (Error Debugging): Document eval-expression-debug-on-error.
10805 (Function Debugging): Update example.
10806 (Using Debugger): Mention starred stack frames.
10807 (Debugger Commands): Document `j' and `l'.
10808 (Invoking the Debugger): `d' and `j' exit recursive edit too.
10809 Update the messages that the debugger displays.
10810 (Internals of Debugger): Add cross reference. Update example.
10811 (Excess Open): Minor improvement.
10812 (Excess Close): Minor improvement.
10813
10814 2005-02-26 Richard M. Stallman <rms@gnu.org>
10815
10816 * tips.texi (Coding Conventions): Clarify.
10817 Put all the major mode key reservations together.
10818 Mention the Mouse-1 => Mouse-2 conventions.
10819
10820 * syntax.texi (Syntax Class Table): Clarify.
10821 (Syntax Table Functions): syntax-after moved from here.
10822 (Syntax Table Internals): syntax-after moved to here.
10823 (Parsing Expressions): Update info on number of values
10824 and what's meaningful in the STATE argument.
10825 (Categories): Fix typo.
10826
10827 * sequences.texi (Arrays): Cleanup.
10828 (Char-Tables): Clarify.
10829
10830 * processes.texi (Deleting Processes): Cleanups, add xref.
10831 (Subprocess Creation): Explain nil in exec-path. Cleanup.
10832 (Process Information): set-process-coding-system, some args optional.
10833 (Input to Processes): Explain various types for PROCESS args.
10834 Rename them from PROCESS-NAME to PROCESS.
10835 (Signals to Processes): Likewise.
10836 (Decoding Output): Cleanup.
10837 (Query Before Exit): Clarify.
10838
10839 * os.texi (Startup Summary): Correct the options; add missing ones.
10840 (Terminal Output, Batch Mode): Clarify.
10841 (Flow Control): Node deleted.
10842
10843 * markers.texi (The Mark): Clarify.
10844
10845 * macros.texi (Expansion): Cleanup.
10846 (Indenting Macros): indent-spec allows ints, not floats.
10847
10848 * keymaps.texi (Keymaps): Clarify.
10849 (Format of Keymaps): Update lisp-mode-map example.
10850 (Active Keymaps, Key Lookup): Clarify.
10851 (Changing Key Bindings): Add xref to `kbd'.
10852 (Key Binding Commands, Simple Menu Items): Clarify.
10853 (Mouse Menus, Menu Bar): Clarify.
10854 (Menu Example): Replace print example with menu-bar-replace-menu.
10855
10856 * help.texi (Documentation Basics): Add function-documentation prop.
10857
10858 * elisp.texi (Top): Don't refer to Flow Control node.
10859
10860 * commands.texi (Command Overview): Improve xrefs.
10861 (Adjusting Point): Adjusting point applies to intangible and invis.
10862 (Key Sequence Input): Doc extra read-key-sequence args.
10863 Likewise for read-key-sequence-vector.
10864
10865 * backups.texi (Rename or Copy): Minor fix.
10866 (Numbered Backups): For version-control, say the default.
10867 (Auto-Saving): make-auto-save-file-name example is simplified.
10868
10869 * advice.texi (Advising Functions): Don't imply one part of Emacs
10870 should advise another part. Markup changes.
10871 (Defining Advice): Move transitional para.
10872 (Activation of Advice): Cleanup.
10873 Explain if COMPILE is nil or negative.
10874
10875 * abbrevs.texi (Abbrev Expansion): Clarify, fix typo.
10876
10877 2005-02-24 Lute Kamstra <lute@gnu.org>
10878
10879 * modes.texi (Defining Minor Modes): Explain that INIT-VALUE,
10880 LIGHTER, and KEYMAP can be omitted when KEYWORD-ARGS are used.
10881
10882 2005-02-23 Lute Kamstra <lute@gnu.org>
10883
10884 * modes.texi (Defining Minor Modes): define-minor-mode can be used
10885 to define global minor modes as well.
10886
10887 * display.texi (Managing Overlays): overlay-buffer returns nil for
10888 deleted overlays.
10889
10890 2005-02-22 Kim F. Storm <storm@cua.dk>
10891
10892 * minibuf.texi (Basic Completion): Allow symbols in addition to
10893 strings in try-completion and all-completions.
10894
10895 2005-02-14 Lute Kamstra <lute@gnu.org>
10896
10897 * elisp.texi (Top): Remove reference to deleted node.
10898
10899 * lists.texi (Lists): Remove reference to deleted node.
10900 (Cons Cells): Fix typo.
10901
10902 * loading.texi (Where Defined): Fix typo.
10903
10904 2005-02-14 Richard M. Stallman <rms@gnu.org>
10905
10906 * variables.texi (Creating Buffer-Local): change-major-mode-hook
10907 is useful for discarding some minor modes.
10908
10909 * symbols.texi (Symbol Components): Reorder examples.
10910
10911 * streams.texi (Input Functions): State standard-input default.
10912 (Output Variables): State standard-output default.
10913
10914 * objects.texi (Printed Representation): Clarify read syntax vs print.
10915 (Floating Point Type): Explain meaning better.
10916 (Symbol Type): Explain uniqueness better.
10917 (Cons Cell Type): Explain empty list sooner. CAR and CDR later.
10918 List examples sooner.
10919 (Box Diagrams): New subnode broken out.
10920 Some examples moved from old Lists as Boxes node.
10921 (Dotted Pair Notation): Clarify intro.
10922 (Array Type): Clarify.
10923 (Type Predicates): Add hash-table-p.
10924
10925 * numbers.texi (Integer Basics): Clarify radix explanation.
10926 (Predicates on Numbers): Minor clarification.
10927 (Comparison of Numbers): Minor clarification. Clarify eql.
10928 Typos in min, max.
10929 (Math Functions): Clarify overflow in expt.
10930
10931 * minibuf.texi (Text from Minibuffer): Minor clarification.
10932 Mention arrow keys.
10933
10934 * loading.texi (Autoload): defun's doc string overrides autoload's
10935 doc string.
10936 (Repeated Loading): Modernize "add to list" examples.
10937 (Where Defined): Finish updating table of load-history elts.
10938
10939 * lists.texi (List-related Predicates): Minor wording improvement.
10940 (Lists as Boxes): Node deleted.
10941 (Building Lists): Explain trivial cases of number-sequence.
10942
10943 * hash.texi (Hash Tables): Add desc to menu items.
10944 (Creating Hash): Explain "full" means "make larger".
10945 (Hash Access): Any object can be a key.
10946 State value of maphash.
10947
10948 * functions.texi (What Is a Function): Wording cleanup.
10949 (Function Documentation): Minor cleanup.
10950 Explain purpose of calling convention at end of doc string.
10951 (Function Names): Wording cleanup.
10952 (Calling Functions): Wording cleanup.
10953 Explain better how funcall calls the function.
10954 (Function Cells): Delete example of saving and redefining function.
10955
10956 * control.texi (Combining Conditions): Wording cleanup.
10957 (Iteration): dolist and dotimes bind VAR locally.
10958 (Cleanups): Xref to Atomic Changes.
10959
10960 * compile.texi (Byte Compilation): Delete 19.29 info.
10961 (Compilation Functions): Macros' difficulties don't affect defsubst.
10962 (Docs and Compilation): Delete 19.29 info.
10963
10964 2005-02-10 Richard M. Stallman <rms@gnu.org>
10965
10966 * objects.texi (Symbol Type): Minor correction.
10967
10968 2005-02-06 Lute Kamstra <lute@gnu.org>
10969
10970 * modes.texi (Example Major Modes): Fix typos.
10971
10972 2005-02-06 Richard M. Stallman <rms@gnu.org>
10973
10974 * text.texi (Margins): fill-nobreak-predicate can be one function.
10975
10976 * strings.texi (Modifying Strings): clear-string can make unibyte.
10977 (Formatting Strings): format gives error if values missing.
10978
10979 * positions.texi (Character Motion): Mention default arg
10980 for forward-char. backward-char refers to forward-char.
10981 (Word Motion): Mention default arg for forward-word.
10982 (Buffer End Motion): Mention default arg for beginning-of-buffer.
10983 Simplify end-of-buffer.
10984 (Text Lines): Mention default arg for forward-line.
10985 (List Motion): Mention default arg for beginning/end-of-defun.
10986 (Skipping Characters): Minor fixes in explaining character-set.
10987
10988 * modes.texi (Major Mode Conventions): Mention "system abbrevs".
10989 Mode inheritance applies only when default-major-mode is nil.
10990 Clarifications.
10991 (Example Major Modes): Update Text mode and Lisp mode examples.
10992 (Minor Mode Conventions): Mention define-minor-mode at top.
10993 (Defining Minor Modes): In Hungry example, don't define C-M-DEL.
10994 (Mode Line Format): Update mode line face display info.
10995 (Properties in Mode): Mention effect of risky vars.
10996 (Imenu): Define imenu-add-to-menubar.
10997 (Font Lock Mode): Add descriptions to menu lines.
10998 (Faces for Font Lock): Add font-lock-doc-face.
10999
11000 2005-02-05 Lute Kamstra <lute@gnu.org>
11001
11002 * text.texi (Maintaining Undo): Remove obsolete function.
11003
11004 2005-02-05 Eli Zaretskii <eliz@gnu.org>
11005
11006 * frames.texi (Color Names): Add pointer to the X docs about RGB
11007 color specifications. Improve indexing.
11008 (Text Terminal Colors): Replace the description of RGB values by
11009 an xref to "Color Names".
11010
11011 2005-02-03 Richard M. Stallman <rms@gnu.org>
11012
11013 * windows.texi (Basic Windows): Add cursor-in-non-selected-windows.
11014 Clarify.
11015 (Selecting Windows): Clarify save-selected-window.
11016 (Cyclic Window Ordering): Clarify walk-windows.
11017 (Window Point): Clarify.
11018 (Window Start): Add comment to example.
11019 (Resizing Windows): Add `interactive' specs in examples.
11020 Document fit-window-to-buffer.
11021
11022 * text.texi (User-Level Deletion): just-one-space takes numeric arg.
11023 (Undo, Maintaining Undo): Clarify last change.
11024 (Sorting): In sort-numeric-fields, explain about octal and hex.
11025 Mention sort-numeric-base.
11026 (Format Properties): Add xref for hard newlines.
11027
11028 * frames.texi (Window Frame Parameters): Explain pixel=char on tty.
11029 (Pop-Up Menus): Fix typo.
11030 (Color Names): Explain all types of color names.
11031 Explain color-values on B&W terminal.
11032 (Text Terminal Colors): Explain "rgb values" are lists. Fix arg names.
11033
11034 * files.texi (File Locks): Not supported on MS systems.
11035 (Testing Accessibility): Clarify.
11036
11037 * edebug.texi (Printing in Edebug): Fix edebug-print-circle.
11038 (Coverage Testing): Fix typo.
11039
11040 * commands.texi (Misc Events): Remove stray space.
11041
11042 * buffers.texi (Buffer Names): Clarify generate-new-buffer-name.
11043 (Modification Time): Clarify when visited-file-modtime returns 0.
11044 (The Buffer List): Clarify bury-buffer.
11045 (Killing Buffers): Clarify.
11046 (Indirect Buffers): Add clone-indirect-buffer.
11047
11048 2005-02-02 Matt Hodges <MPHodges@member.fsf.org>
11049
11050 * edebug.texi (Printing in Edebug): Fix default value of
11051 edebug-print-circle.
11052 (Coverage Testing): Fix displayed frequency count data.
11053
11054 2005-02-02 Luc Teirlinck <teirllm@auburn.edu>
11055
11056 * text.texi (Maintaining Undo): Add `undo-outer-limit'.
11057
11058 2005-02-02 Kim F. Storm <storm@cua.dk>
11059
11060 * text.texi (Undo) <buffer-undo-list>: Describe `apply' elements.
11061
11062 2005-01-29 Eli Zaretskii <eliz@gnu.org>
11063
11064 * commands.texi (Misc Events): Describe the help-echo event.
11065
11066 * text.texi (Special Properties) <help-echo>: Use `pos'
11067 consistently in description of the help-echo property.
11068 Use @code{nil} instead of @var{nil}.
11069
11070 * display.texi (Overlay Properties): Fix the index entry for
11071 help-echo overlay property.
11072
11073 * customize.texi (Type Keywords): Uncomment the xref to the
11074 help-echo property documentation.
11075
11076 2005-01-23 Kim F. Storm <storm@cua.dk>
11077
11078 * windows.texi (Window Start): Fix `pos-visible-in-window-p'
11079 return value. Third element FULLY replaced by PARTIAL which
11080 specifies number of invisible pixels if row is only partially visible.
11081 (Textual Scrolling): Mention auto-window-vscroll.
11082 (Vertical Scrolling): New defvar auto-window-vscroll.
11083
11084 2005-01-16 Luc Teirlinck <teirllm@auburn.edu>
11085
11086 * keymaps.texi (Changing Key Bindings): `suppress-keymap' now uses
11087 command remapping.
11088
11089 2005-01-15 Richard M. Stallman <rms@gnu.org>
11090
11091 * display.texi (Defining Images): Mention DATA-P arg of create-image.
11092
11093 2005-01-14 Kim F. Storm <storm@cua.dk>
11094
11095 * commands.texi (Accessing Events): Add WHOLE arg to posn-at-x-y.
11096
11097 * text.texi (Links and Mouse-1): Fix string and vector item.
11098
11099 2005-01-13 Richard M. Stallman <rms@gnu.org>
11100
11101 * keymaps.texi (Active Keymaps): Rewrite the text, and update the
11102 descriptions of overriding-local-map and overriding-terminal-local-map.
11103
11104 * text.texi (Links and Mouse-1): Clarify text.
11105
11106 2005-01-13 Kim F. Storm <storm@cua.dk>
11107
11108 * modes.texi (Emulating Mode Line): Update format-mode-line entry.
11109
11110 2005-01-13 Francis Litterio <franl@world.std.com> (tiny change)
11111
11112 * keymaps.texi (Active Keymaps): Fix overriding-local-map description.
11113
11114 2005-01-12 Kim F. Storm <storm@cua.dk>
11115
11116 * text.texi (Links and Mouse-1): Rename section from Enabling
11117 Mouse-1 to Following Links. Change xrefs.
11118 Add examples for define-button-type and define-widget.
11119
11120 * display.texi (Button Properties, Button Buffer Commands):
11121 Clarify mouse-1 and follow-link functionality.
11122
11123 2005-01-12 Richard M. Stallman <rms@gnu.org>
11124
11125 * text.texi (Enabling Mouse-1 to Follow Links): Redo prev. change.
11126
11127 * display.texi (Beeping): Fix Texinfo usage.
11128
11129 * modes.texi (Emulating Mode Line): Doc FACE arg in format-header-line.
11130
11131 2005-01-11 Kim F. Storm <storm@cua.dk>
11132
11133 * display.texi (Button Properties, Button Buffer Commands):
11134 Mention mouse-1 binding. Add follow-link keyword.
11135
11136 * text.texi (Text Properties): Add "Enable Mouse-1" to submenu.
11137 (Enabling Mouse-1 to Follow Links): New subsection.
11138
11139 2005-01-06 Richard M. Stallman <rms@gnu.org>
11140
11141 * text.texi (Special Properties): Minor change.
11142
11143 * os.texi (Timers): Clarify previous change.
11144
11145 * modes.texi (Emulating Mode Line): format-mode-line requires 1 arg.
11146
11147 2005-01-01 Luc Teirlinck <teirllm@auburn.edu>
11148
11149 * display.texi (Face Attributes): Correct xref to renamed node.
11150
11151 2005-01-01 Richard M. Stallman <rms@gnu.org>
11152
11153 * display.texi (Face Attributes): Describe hex color specs.
11154
11155 2004-12-31 Richard M. Stallman <rms@gnu.org>
11156
11157 * os.texi (Timers): Update previous change.
11158
11159 2004-12-30 Kim F. Storm <storm@cua.dk>
11160
11161 * display.texi (Line Height): Total line-height is now specified
11162 in line-height property of form (HEIGHT TOTAL). Swap (FACE . RATIO)
11163 in cons cells. (nil . RATIO) is relative to actual line height.
11164 Use line-height `t' instead of `0' to get minimum height.
11165
11166 2004-12-29 Richard M. Stallman <rms@gnu.org>
11167
11168 * os.texi (Timers): Discuss timers vs editing the buffer and undo.
11169
11170 2004-12-28 Richard M. Stallman <rms@gnu.org>
11171
11172 * commands.texi (Quitting): Clarify value of with-local-quit.
11173
11174 * elisp.texi (Top): Fix previous change.
11175
11176 * loading.texi (Loading): Fix previous change.
11177
11178 2004-12-27 Richard M. Stallman <rms@gnu.org>
11179
11180 * Makefile.in (MAKEINFO): Specify --force.
11181
11182 * buffers.texi (Killing Buffers): Add buffer-save-without-query.
11183
11184 * modes.texi (Emulating Mode Line): Document format's BUFFER arg.
11185
11186 * display.texi (Line Height): Further clarify.
11187
11188 * elisp.texi (Top): Update Loading submenu.
11189
11190 * loading.texi (Where Defined): New node.
11191 (Unloading): load-history moved to Where Defined.
11192
11193 2004-12-21 Richard M. Stallman <rms@gnu.org>
11194
11195 * commands.texi (Event Input Misc): Add while-no-input.
11196
11197 2004-12-11 Richard M. Stallman <rms@gnu.org>
11198
11199 * display.texi (Line Height): Rewrite text for clarity.
11200
11201 2004-12-11 Kim F. Storm <storm@cua.dk>
11202
11203 * display.texi (Display): Add node "Line Height" to menu.
11204 (Line Height): New node. Move full description of line-spacing
11205 and line-height text properties here from text.texi.
11206 (Scroll Bars): Add vertical-scroll-bar variable.
11207
11208 * frames.texi (Window Frame Parameters): Remove line-height defvar.
11209
11210 * locals.texi (Standard Buffer-Local Variables): Fix xref for
11211 line-spacing and vertical-scroll-bar.
11212
11213 * text.texi (Special Properties): Just mention line-spacing and
11214 line-height here, add xref to new "Line Height" node.
11215
11216 2004-12-09 Thien-Thi Nguyen <ttn@gnu.org>
11217
11218 * frames.texi (Window Frame Parameters): New @defvar for `line-spacing'.
11219
11220 * locals.texi (Standard Buffer-Local Variables):
11221 Add @xref for `line-spacing'.
11222
11223 2004-12-05 Richard M. Stallman <rms@gnu.org>
11224
11225 * Makefile.in (maintainer-clean): Remove the info files
11226 in $(infodir) where they are created.
11227
11228 2004-12-03 Richard M. Stallman <rms@gnu.org>
11229
11230 * windows.texi (Selecting Windows): get-lru-window and
11231 get-largest-window don't consider dedicated windows.
11232
11233 * text.texi (Undo): Document undo-in-progress.
11234
11235 2004-11-26 Richard M. Stallman <rms@gnu.org>
11236
11237 * locals.texi (Standard Buffer-Local Variables): Undo prev change.
11238 Remove a few vars that are not always buffer-local.
11239
11240 2004-11-24 Luc Teirlinck <teirllm@auburn.edu>
11241
11242 * locals.texi (Standard Buffer-Local Variables): Comment out
11243 xref's to non-existent node `Yet to be written'.
11244
11245 2004-11-24 Richard M. Stallman <rms@gnu.org>
11246
11247 * processes.texi (Synchronous Processes): Grammar fix.
11248
11249 * numbers.texi (Comparison of Numbers): Add eql.
11250
11251 * locals.texi (Standard Buffer-Local Variables): Add many vars.
11252
11253 * intro.texi (Printing Notation): Fix previous change.
11254
11255 * display.texi (Customizing Bitmaps): Move indicate-buffer-boundaries
11256 and default-indicate-buffer-boundaries from here.
11257 (Usual Display): To here.
11258 (Scroll Bars): Add scroll-bar-mode and scroll-bar-width.
11259 (Usual Display): Move tab-width up.
11260
11261 * customize.texi (Variable Definitions):
11262 Replace show-paren-mode example with tooltip-mode.
11263 (Simple Types, Composite Types, Defining New Types):
11264 Minor cleanups.
11265
11266 2004-11-21 Jesper Harder <harder@ifa.au.dk>
11267
11268 * processes.texi (Synchronous Processes, Output from Processes):
11269 Markup fix.
11270
11271 2004-11-20 Richard M. Stallman <rms@gnu.org>
11272
11273 * positions.texi (Skipping Characters): skip-chars-forward
11274 now handles char classes.
11275
11276 * intro.texi (Printing Notation): Avoid confusion of `print'
11277 when explaining @print.
11278
11279 * macros.texi (Argument Evaluation): Fix 1st `for' expansion example.
11280
11281 * display.texi (Display Table Format): Minor fix.
11282
11283 * streams.texi (Output Functions): Fix print example.
11284
11285 * Makefile.in (elisp): New target.
11286 (dist): Depend on $(infodir)/elisp, not elisp.
11287 Copy the info files from $(infodir).
11288
11289 * minibuf.texi (Text from Minibuffer): Document KEEP-ALL arg in
11290 read-from-minibuffer.
11291
11292 * searching.texi (Regexp Search): Rename that to search-spaces-regexp.
11293
11294 2004-11-19 Richard M. Stallman <rms@gnu.org>
11295
11296 * searching.texi (Regexp Search): Add search-whitespace-regexp.
11297
11298 2004-11-19 CHENG Gao <chenggao@gmail.com> (tiny change)
11299
11300 * tips.texi (Coding Conventions): Fix typo.
11301
11302 2004-11-16 Richard M. Stallman <rms@gnu.org>
11303
11304 * tips.texi (Coding Conventions): Separate defvar and require
11305 methods to avoid warnings. Use require only when there are many
11306 functions and variables from that package.
11307
11308 * minibuf.texi (Minibuffer Completion): When ignoring case,
11309 predicate must not be case-sensitive.
11310
11311 * debugging.texi (Function Debugging, Explicit Debug): Clarified.
11312 (Test Coverage): Don't talk about "splotches". Clarified.
11313
11314 2004-11-16 Thien-Thi Nguyen <ttn@gnu.org>
11315
11316 * frames.texi (Window Frame Parameters): Fix typo.
11317
11318 2004-11-15 Kim F. Storm <storm@cua.dk>
11319
11320 * symbols.texi (Other Plists): Note that plist-get may signal error.
11321 Add safe-plist-get.
11322
11323 2004-11-15 Thien-Thi Nguyen <ttn@gnu.org>
11324
11325 * modes.texi (Font Lock Basics): Fix typo.
11326
11327 2004-11-08 Richard M. Stallman <rms@gnu.org>
11328
11329 * syntax.texi (Syntax Table Functions): Add syntax-after.
11330
11331 2004-11-06 Lars Brinkhoff <lars@nocrew.org>
11332
11333 * os.texi (Processor Run Time): New section documenting
11334 get-internal-run-time.
11335
11336 2004-11-06 Eli Zaretskii <eliz@gnu.org>
11337
11338 * Makefile.in (install, maintainer-clean): Don't use "elisp-*" as
11339 it nukes elisp-cover.texi.
11340 (dist): Change elisp-[0-9] to elisp-[1-9], as there could be no
11341 elisp-0 etc.
11342
11343 2004-11-05 Luc Teirlinck <teirllm@auburn.edu>
11344
11345 * commands.texi (Keyboard Macros): Document `append' return value
11346 of `defining-kbd-macro'.
11347
11348 2004-11-01 Richard M. Stallman <rms@gnu.org>
11349
11350 * commands.texi (Interactive Call): Add called-interactively-p.
11351
11352 2004-10-29 Simon Josefsson <jas@extundo.com>
11353
11354 * minibuf.texi (Reading a Password): Revert.
11355
11356 2004-10-28 Richard M. Stallman <rms@gnu.org>
11357
11358 * frames.texi (Display Feature Testing): Explain about "vendor".
11359
11360 2004-10-27 Richard M. Stallman <rms@gnu.org>
11361
11362 * commands.texi (Interactive Codes): `N' uses numeric prefix,
11363 not raw. Clarify `n'.
11364 (Interactive Call): Rewrite interactive-p, focusing on when
11365 and how to use it.
11366 (Misc Events): Clarify previous change.
11367
11368 * advice.texi (Simple Advice): Clarify what job the example does.
11369 (Around-Advice): Clarify ad-do-it.
11370 (Activation of Advice): An option of ad-default-compilation-action
11371 is `never', not `nil'.
11372
11373 2004-10-26 Kim F. Storm <storm@cua.dk>
11374
11375 * commands.texi (Interactive Codes): Add U code letter.
11376
11377 2004-10-25 Simon Josefsson <jas@extundo.com>
11378
11379 * minibuf.texi (Reading a Password): Add.
11380
11381 2004-10-24 Jason Rumney <jasonr@gnu.org>
11382
11383 * commands.texi (Misc Events): Remove mouse-wheel. Add wheel-up
11384 and wheel-down.
11385
11386 2004-10-24 Kai Grossjohann <kai.grossjohann@gmx.net>
11387
11388 * processes.texi (Synchronous Processes): Document process-file.
11389
11390 2004-10-22 Kenichi Handa <handa@m17n.org>
11391
11392 * text.texi (translate-region): Document that it accepts also a
11393 char-table.
11394
11395 2004-10-22 David Ponce <david@dponce.com>
11396
11397 * windows.texi (Resizing Windows): Document the `preserve-before'
11398 argument of the functions `enlarge-window' and `shrink-window'.
11399
11400 2004-10-19 Jason Rumney <jasonr@gnu.org>
11401
11402 * makefile.w32-in (elisp): Change order of arguments to makeinfo.
11403
11404 2004-10-09 Luc Teirlinck <teirllm@auburn.edu>
11405
11406 * text.texi (Filling): Add anchor for definition of
11407 `sentence-end-double-space'.
11408
11409 * searching.texi (Regexp Example): Update description of how
11410 Emacs currently recognizes the end of a sentence.
11411 (Standard Regexps): Update definition of the variable
11412 `sentence-end'. Add definition of the function `sentence-end'.
11413
11414 2004-10-08 Paul Pogonyshev <pogonyshev@gmx.net>
11415
11416 * display.texi (Progress): New node.
11417
11418 2004-10-05 Kim F. Storm <storm@cua.dk>
11419
11420 * display.texi (Fringe Bitmaps): Update fringe-bitmaps-at-pos.
11421
11422 2004-09-29 Kim F. Storm <storm@cua.dk>
11423
11424 * display.texi (Fringe Bitmaps): Use symbols rather than numbers
11425 to identify bitmaps. Remove -fringe-bitmap suffix for standard
11426 fringe bitmap symbols, as they now have their own namespace.
11427 (Customizing Bitmaps) <define-fringe-bitmap>: Clarify bit ordering
11428 vs. pixels. Signal error if no free bitmap slots.
11429 (Pixel Specification): Change IMAGE to @var{image}.
11430
11431 2004-09-28 Richard M. Stallman <rms@gnu.org>
11432
11433 * text.texi (Special Properties): Clarify line-spacing and line-height.
11434
11435 * searching.texi (Regexp Search): Add looking-back.
11436
11437 2004-09-25 Luc Teirlinck <teirllm@auburn.edu>
11438
11439 * display.texi: Correct typos.
11440 (Image Descriptors): Correct xref's.
11441
11442 2004-09-25 Richard M. Stallman <rms@gnu.org>
11443
11444 * text.texi (Special Properties): Cleanups in `cursor'.
11445 Rewrites in `line-height' and `line-spacing'; exchange them.
11446
11447 * display.texi (Fringes): Rewrite previous change.
11448 (Fringe Bitmaps): Merge text from Display Fringe Bitmaps. Rewrite.
11449 (Display Fringe Bitmaps): Node deleted, text moved.
11450 (Customizing Bitmaps): Split off from Fringe Bitmaps. Rewrite.
11451 (Scroll Bars): Clarify set-window-scroll-bars.
11452 (Pointer Shape): Rewrite.
11453 (Specified Space): Clarify :align-to, etc.
11454 (Pixel Specification): Use @var. Clarify new text.
11455 (Other Display Specs): Clarify `slice'.
11456 (Image Descriptors): Cleanups.
11457 (Showing Images): Cleanups.
11458
11459 2004-09-24 Luc Teirlinck <teirllm@auburn.edu>
11460
11461 * hooks.texi (Standard Hooks): Add `after-change-major-mode-hook'.
11462
11463 * modes.texi: Various minor changes in addition to:
11464 (Major Mode Conventions): Final call to `run-mode-hooks' should
11465 not be inside the `delay-mode-hooks' form.
11466 (Mode Hooks): New node.
11467 (Hooks): Delete obsolete example.
11468 Move definitions of `run-mode-hooks' and `delay-mode-hooks' to new
11469 node "Mode Hooks".
11470
11471 2004-09-22 Luc Teirlinck <teirllm@auburn.edu>
11472
11473 * display.texi: Correct various typos.
11474 (Display): Rename node "Pointer Shapes" to "Pointer
11475 Shape". (There is already a node called "Pointer Shapes" in
11476 frames.texi.)
11477 (Images): Remove non-existent node "Image Slices" from menu.
11478
11479 2004-09-23 Kim F. Storm <storm@cua.dk>
11480
11481 * text.texi (Special Properties): Add `cursor', `pointer',
11482 `line-height', and `line-spacing' properties.
11483
11484 * display.texi (Display): Add 'Fringe Bitmaps' and 'Pointer
11485 Shapes' to menu.
11486 (Standard Faces): Doc fix for fringe face.
11487 (Fringes): Add `overflow-newline-into-fringe' and
11488 'indicate-buffer-boundaries'.
11489 (Fringe Bitmaps, Pointer Shapes): New nodes.
11490 (Display Property): Add 'Pixel Specification' and 'Display Fringe
11491 Bitmaps' to menu.
11492 (Specified Space): Describe pixel width and height.
11493 (Pixel Specification): New node.
11494 (Other Display Specs): Add `slice' property.
11495 (Display Fringe Bitmaps): New node.
11496 (Images): Add 'Image Slices' to menu.
11497 (Image Descriptors): Add `:pointer' and `:map' properties.
11498 (Showing Images): Add slice arg to `insert-image'.
11499 Add 'insert-sliced-image'.
11500
11501 2004-09-20 Richard M. Stallman <rms@gnu.org>
11502
11503 * commands.texi (Key Sequence Input):
11504 Clarify downcasing in read-key-sequence.
11505
11506 2004-09-08 Juri Linkov <juri@jurta.org>
11507
11508 * minibuf.texi (Minibuffer History): Add `history-delete-duplicates'.
11509
11510 2004-09-07 Luc Teirlinck <teirllm@auburn.edu>
11511
11512 * locals.texi (Standard Buffer-Local Variables):
11513 Add `buffer-auto-save-file-format'.
11514 * internals.texi (Buffer Internals): Describe new
11515 auto_save_file_format field of the buffer structure.
11516 * files.texi (Format Conversion): `auto-save-file-format' has been
11517 renamed `buffer-auto-save-file-format'.
11518
11519 2004-08-27 Luc Teirlinck <teirllm@auburn.edu>
11520
11521 * abbrevs.texi (Abbrev Expansion): `abbrev-start-location' can be
11522 an integer or a marker.
11523 (Abbrev Expansion): Replace example for `pre-abbrev-expand-hook'.
11524
11525 2004-08-22 Richard M. Stallman <rms@gnu.org>
11526
11527 * modes.texi (Major Mode Conventions): Discuss rebinding of
11528 standard key bindings.
11529
11530 2004-08-18 Kim F. Storm <storm@cua.dk>
11531
11532 * processes.texi (Accepting Output): Add `just-this-one' arg to
11533 `accept-process-output'.
11534 (Output from Processes): New var `process-adaptive-read-buffering'.
11535
11536 2004-08-10 Luc Teirlinck <teirllm@auburn.edu>
11537
11538 * keymaps.texi: Various changes in addition to:
11539 (Keymap Terminology): `kbd' uses same syntax as Edit Macro mode.
11540 Give more varied examples for `kbd'.
11541 (Creating Keymaps): Char tables have slots for all characters
11542 without modifiers.
11543 (Active Keymaps): `overriding-local-map' and
11544 `overriding-terminal-local-map' also override text property and
11545 overlay keymaps.
11546 (Functions for Key Lookup): Mention OLP arg to `current-active-maps'.
11547 (Scanning Keymaps): `accessible-keymaps' uses `[]' instead of `""'
11548 to denote a prefix of no events.
11549 `map-keymap' includes parent's bindings _recursively_.
11550 Clarify and correct description of `where-is-internal'.
11551 Mention BUFFER-OR-NAME arg to `describe-bindings'.
11552 (Menu Example): For menus intended for use with the keyboard, the
11553 menu items should be bound to characters or real function keys.
11554
11555 2004-08-08 Luc Teirlinck <teirllm@auburn.edu>
11556
11557 * objects.texi (Character Type): Reposition `@anchor' to prevent
11558 double space inside sentence in Info.
11559
11560 * hooks.texi (Standard Hooks): `disabled-command-hook' has been
11561 renamed to `disabled-command-function'.
11562 * commands.texi (Key Sequence Input): Remove unnecessary anchor.
11563 (Command Loop Info): Replace reference to it.
11564 (Disabling Commands): `disabled-command-hook' has been renamed to
11565 `disabled-command-function'.
11566
11567 2004-08-07 Luc Teirlinck <teirllm@auburn.edu>
11568
11569 * os.texi (Translating Input): Only non-prefix bindings in
11570 `key-translation-map' override actual key bindings. Warn about
11571 possible indirect effect of actual key bindings on non-prefix
11572 bindings in `key-translation-map'.
11573
11574 2004-08-06 Luc Teirlinck <teirllm@auburn.edu>
11575
11576 * minibuf.texi (High-Level Completion): Add anchor for definition
11577 of `read-variable'.
11578
11579 * commands.texi: Various changes in addition to:
11580 (Using Interactive): Clarify description of `interactive-form'.
11581 (Interactive Call): Mention default for KEYS argument to
11582 `call-interactively'.
11583 (Command Loop Info): Clarify description of `this-command-keys'.
11584 Mention KEEP-RECORD argument to `clear-this-command-keys'.
11585 Value of `last-event-frame' can be `macro'.
11586 (Repeat Events): `double-click-fuzz' is also used to distinguish
11587 clicks and drags.
11588 (Classifying Events): Clarify descriptions of `event-modifiers'
11589 `event-basic-type' and `event-convert-list'.
11590 (Accessing Events): `posn-timestamp' takes POSITION argument.
11591 (Quoted Character Input): Clarify description of
11592 `read-quoted-char' and fix example.
11593 (Quitting): Add `with-local-quit'.
11594 (Disabling Commands): Correct and clarify descriptions of
11595 `enable-command' and `disable-command'.
11596 Mention what happens if `disabled-command-hook' is nil.
11597 (Keyboard Macros): Mention LOOPFUNC arg to `execute-kbd-macro'.
11598 Describe `executing-kbd-macro' instead of obsolete `executing-macro'.
11599
11600 2004-07-24 Luc Teirlinck <teirllm@auburn.edu>
11601
11602 * frames.texi: Various changes in addition to:
11603 (Creating Frames): Expand and clarify description of `make-frame'.
11604 (Window Frame Parameters): Either none or both of the `icon-left'
11605 and `icon-top' parameters must be specified. Put descriptions of
11606 `menu-bar-lines' and `toolbar-lines' closer together and change
11607 them accordingly.
11608 (Frame Titles): `multiple-frames' is not guaranteed to be accurate
11609 except while processing `frame-title-format' or `icon-title-format'.
11610 (Deleting Frames): Correct description of `delete-frame'.
11611 Non-nil return values of `frame-live-p' are like those of `framep'.
11612 (Frames and Windows): Mention return value of
11613 `set-frame-selected-window'.
11614 (Visibility of Frames): Mention `force' argument to
11615 `make-frame-invisible'. `frame-visible-p' returns t for all
11616 frames on text-only terminals.
11617 (Frame Configurations): Restoring a frame configuration does not
11618 restore deleted frames.
11619 (Window System Selections): `x-set-selection' returns DATA.
11620 (Resources): Add example.
11621 (Display Feature Testing): Clarify descriptions of
11622 `display-pixel-height', `display-pixel-width', `x-server-version'
11623 and `x-server-vendor'.
11624
11625 * windows.texi (Choosing Window): Add anchor.
11626 * minibuf.texi (Minibuffer Misc): Add anchor.
11627
11628 2004-07-23 John Paul Wallington <jpw@gnu.org>
11629
11630 * macros.texi (Defining Macros): Declaration keyword for setting
11631 Edebug spec is `debug' not `edebug'.
11632
11633 2004-07-19 Luc Teirlinck <teirllm@auburn.edu>
11634
11635 * windows.texi: Various small changes in addition to:
11636 (Window Point): Mention return value of `set-window-point'.
11637 (Window Start): `pos-visible-in-window-p' disregards horizontal
11638 scrolling. Explain return value if PARTIALLY is non-nil.
11639 (Vertical Scrolling): Mention PIXELS-P argument to `window-vscroll'
11640 and `set-window-vscroll'.
11641 (Size of Window): The argument WINDOW to `window-inside-edges',
11642 `window-pixel-edges' and `window-inside-pixel-edges' is optional.
11643 (Resizing Windows): Explain return value of
11644 `shrink-window-if-larger-than-buffer'.
11645 `window-size-fixed' automatically becomes buffer local when set.
11646 (Window Configurations): Explain return value of
11647 `set-window-configuration'.
11648
11649 * minibuf.texi (Minibuffer Misc): Add anchor for
11650 `minibuffer-scroll-window'.
11651
11652 * positions.texi (Text Lines): Add anchor for `count-lines'.
11653
11654 2004-07-17 Richard M. Stallman <rms@gnu.org>
11655
11656 * display.texi (Overlay Properties): Adding `evaporate' prop
11657 deletes empty overlay immediately.
11658
11659 * abbrevs.texi (Abbrev Expansion): Clarify pre-abbrev-expand-hook,
11660 fix example.
11661
11662 2004-07-16 Jim Blandy <jimb@redhat.com>
11663
11664 * searching.texi (Regexp Backslash): Document new \_< and \_>
11665 operators.
11666
11667 2004-07-16 Juanma Barranquero <lektu@terra.es>
11668
11669 * display.texi (Images): Fix Texinfo usage.
11670
11671 2004-07-14 Luc Teirlinck <teirllm@auburn.edu>
11672
11673 * buffers.texi (Modification Time): `visited-file-modtime' now
11674 returns a list of two integers, instead of a cons.
11675
11676 2004-07-13 Luc Teirlinck <teirllm@auburn.edu>
11677
11678 * windows.texi: Various changes in addition to:
11679 (Splitting Windows): Add `split-window-keep-point'.
11680
11681 2004-07-09 Richard M. Stallman <rms@gnu.org>
11682
11683 * frames.texi (Input Focus): Minor fix.
11684
11685 2004-07-07 Luc Teirlinck <teirllm@auburn.edu>
11686
11687 * frames.texi (Input Focus): Clarify descriptions of
11688 `select-frame-set-input-focus' and `select-frame'.
11689
11690 2004-07-06 Luc Teirlinck <teirllm@auburn.edu>
11691
11692 * os.texi: Various small changes in addition to:
11693 (Killing Emacs): Expand and clarify description of
11694 `kill-emacs-query-functions' and `kill-emacs-hook'.
11695 (System Environment): Expand and clarify description of `getenv'
11696 and `setenv'.
11697 (Timers): Clarify description of `run-at-time'.
11698 (Translating Input): Correct description of
11699 `extra-keyboard-modifiers'.
11700 (Flow Control): Correct description of `enable-flow-control'.
11701
11702 2004-07-06 Thien-Thi Nguyen <ttn@gnu.org>
11703
11704 * os.texi: Update copyright.
11705 (Session Management): Grammar fix.
11706 Clarify which Emacs does the restarting.
11707 Use @samp for *scratch* buffer.
11708
11709 2004-07-04 Alan Mackenzie <acm@muc.de>
11710
11711 * frames.texi (Input Focus): Add documentation for
11712 `select-frame-set-input-focus'. Replace refs to non-existent
11713 `switch-frame' with `select-frame'. Minor corrections and tidying
11714 up of text-only terminal stuff.
11715
11716 2004-07-02 Richard M. Stallman <rms@gnu.org>
11717
11718 * files.texi (Saving Buffers): Cleanup write-contents-function.
11719 (Magic File Names): Cleanup file-remote-p.
11720
11721 2004-07-02 Kai Großjohann <kai@emptydomain.de>
11722
11723 * files.texi (Magic File Names): `file-remote-p' returns an
11724 identifier of the remote system, not just t.
11725
11726 2004-07-02 David Kastrup <dak@gnu.org>
11727
11728 * searching.texi (Entire Match Data): Add explanation about new
11729 match-data behavior when @var{integers} is non-nil.
11730
11731 2004-06-24 Richard M. Stallman <rms@gnu.org>
11732
11733 * commands.texi (Misc Events): Describe usr1-signal, usr2-signal event.
11734
11735 * customize.texi (Variable Definitions): Note about doc strings
11736 and :set.
11737
11738 * keymaps.texi (Keymap Terminology): Document `kbd'.
11739 (Changing Key Bindings, Key Binding Commands): Use kbd in examples.
11740
11741 * display.texi (Invisible Text): Setting buffer-invisibility-spec
11742 makes it buffer-local.
11743
11744 * files.texi (Saving Buffers): Correct previous change.
11745
11746 * commands.texi (Accessing Events):
11747 Clarify posn-col-row and posn-actual-col-row.
11748
11749 2004-06-24 David Ponce <david.ponce@wanadoo.fr>
11750
11751 * commands.texi (Accessing Events): New functions
11752 posn-at-point and posn-at-x-y. Add example to posn-x-y.
11753
11754 2004-06-23 Luc Teirlinck <teirllm@auburn.edu>
11755
11756 * lists.texi, files.texi, processes.texi, macros.texi, hash.texi:
11757 * frames.texi, buffers.texi, backups.texi, variables.texi:
11758 * loading.texi, eval.texi, functions.texi, control.texi:
11759 * symbols.texi, minibuf.texi: Reposition @anchor's.
11760
11761 * help.texi: Various small changes in addition to the following.
11762 (Describing Characters): Describe PREFIX argument to
11763 `key-description'. Correct and clarify definition of
11764 `text-char-description'. Describe NEED-VECTOR argument to
11765 `read-kbd-macro'.
11766 (Help Functions): Clarify definition of `apropos'.
11767
11768 2004-06-23 Lars Hansen <larsh@math.ku.dk>
11769
11770 * files.texi (Saving Buffers): Correct description of
11771 `write-contents-functions'.
11772
11773 2004-06-21 Juanma Barranquero <lektu@terra.es>
11774
11775 * display.texi (Images): Remove redundant @vindex directives.
11776 Rewrite `image-library-alist' doc in active voice.
11777
11778 2004-06-14 Juanma Barranquero <lektu@terra.es>
11779
11780 * display.texi (Images): Document new delayed library loading,
11781 variable `image-library-alist' and (existing but undocumented)
11782 function `image-type-available-p'.
11783
11784 2004-06-05 Richard M. Stallman <rms@gnu.org>
11785
11786 * minibuf.texi (Minibuffer Completion): For INITIAL arg,
11787 refer the user to the Initial Input node.
11788 (Text from Minibuffer): Likewise.
11789 (Initial Input): New node. Document this feature
11790 and say it is mostly deprecated.
11791
11792 2004-05-30 Richard M. Stallman <rms@gnu.org>
11793
11794 * loading.texi (Named Features): Clarify return value
11795 and meaning of NOERROR.
11796
11797 * variables.texi (File Local Variables): Minor cleanup.
11798
11799 2004-05-30 Michael Albinus <michael.albinus@gmx.de>
11800
11801 * files.texi (Magic File Names): Add `file-remote-p' as operation
11802 of file name handlers.
11803
11804 2004-05-29 Richard M. Stallman <rms@gnu.org>
11805
11806 * modes.texi (Minor Mode Conventions): (-) has no special meaning
11807 as arg to a minor mode command.
11808
11809 2004-05-22 Richard M. Stallman <rms@gnu.org>
11810
11811 * syntax.texi (Syntax Class Table): Word syntax not just for English.
11812
11813 * streams.texi (Output Variables): Doc float-output-format.
11814
11815 * searching.texi (Regexp Special): Nested repetition can be infloop.
11816
11817 * eval.texi (Eval): Increasing max-lisp-eval-depth can cause
11818 real stack overflow.
11819
11820 * compile.texi: Minor cleanups.
11821
11822 2004-05-22 Luc Teirlinck <teirllm@dms.auburn.edu>
11823
11824 * lists.texi (Cons Cells): Explain dotted lists, true lists,
11825 circular lists.
11826 (List Elements): Explain handling of circular and dotted lists.
11827
11828 2004-05-19 Thien-Thi Nguyen <ttn@gnu.org>
11829
11830 * modes.texi (Search-based Fontification): Fix typo.
11831
11832 2004-05-10 Juanma Barranquero <lektu@terra.es>
11833
11834 * modes.texi (Mode Line Variables): Fix description of
11835 global-mode-string, which is now after which-func-mode, not the
11836 buffer name.
11837
11838 2004-05-07 Lars Hansen <larsh@math.ku.dk>
11839
11840 * modes.texi (Desktop Save Mode): Add.
11841 (Modes): Add menu entry Desktop Save Mode.
11842
11843 * hooks.texi: Add desktop-after-read-hook,
11844 desktop-no-desktop-file-hook and desktop-save-hook.
11845
11846 * locals.texi: Add desktop-save-buffer.
11847
11848 2004-04-30 Jesper Harder <harder@ifa.au.dk>
11849
11850 * display.texi: emacs -> Emacs.
11851
11852 2004-04-27 Matthew Mundell <matt@mundell.ukfsn.org>
11853
11854 * files.texi (Changing Files): Document set-file-times.
11855
11856 2004-04-23 Juanma Barranquero <lektu@terra.es>
11857
11858 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
11859
11860 2004-04-18 Jesper Harder <harder@ifa.au.dk>
11861
11862 * tips.texi (Coding Conventions): defopt -> defcustom.
11863
11864 2004-04-16 Luc Teirlinck <teirllm@auburn.edu>
11865
11866 * sequences.texi: Various clarifications.
11867
11868 2004-04-14 Luc Teirlinck <teirllm@auburn.edu>
11869
11870 * buffers.texi (Read Only Buffers): Mention optional ARG to
11871 `toggle-read-only'.
11872
11873 2004-04-14 Nick Roberts <nick@nick.uklinux.net>
11874
11875 * windows.texi (Selecting Windows): Note that get-lru-window
11876 returns a full-width window if possible.
11877
11878 2004-04-13 Luc Teirlinck <teirllm@auburn.edu>
11879
11880 * buffers.texi: Various changes in addition to:
11881 (Buffer File Name): Add `find-buffer-visiting'.
11882 (Buffer Modification): Mention optional ARG to `not-modified'.
11883 (Indirect Buffers): Mention optional CLONE argument to
11884 `make-indirect-buffer'.
11885
11886 * files.texi: Various changes in addition to:
11887 (Visiting Functions): `find-file-hook' is now a normal hook.
11888 (File Name Expansion): Explain difference between the way that
11889 `expand-file-name' and `file-truename' treat `..'.
11890 (Contents of Directories): Mention optional ID-FORMAT argument to
11891 `directory-files-and-attributes'.
11892 (Format Conversion): Mention new optional CONFIRM argument to
11893 `format-write-file'.
11894
11895 2004-04-12 Miles Bader <miles@gnu.org>
11896
11897 * macros.texi (Expansion): Add description of `macroexpand-all'.
11898
11899 2004-04-05 Jesper Harder <harder@ifa.au.dk>
11900
11901 * variables.texi (Variable Aliases):
11902 Mention cyclic-variable-indirection.
11903
11904 * errors.texi (Standard Errors): Ditto.
11905
11906 2004-04-04 Luc Teirlinck <teirllm@auburn.edu>
11907
11908 * backups.texi: Various small changes in addition to:
11909 (Making Backups): Mention return value of `backup-buffer'.
11910 (Auto-Saving): Mention optional FORCE argument to
11911 `delete-auto-save-file-if-necessary'.
11912 (Reverting): Mention optional PRESERVE-MODES argument to
11913 `revert-buffer'. Correct description of `revert-buffer-function'.
11914
11915 2004-03-22 Juri Linkov <juri@jurta.org>
11916
11917 * sequences.texi (Sequence Functions): Replace xref to `Vectors'
11918 with `Vector Functions'.
11919
11920 * text.texi (Sorting): Add missing quote.
11921
11922 2004-03-14 Luc Teirlinck <teirllm@auburn.edu>
11923
11924 * intro.texi (Lisp History): Replace xref to `cl' manual with
11925 inforef.
11926
11927 2004-03-12 Richard M. Stallman <rms@gnu.org>
11928
11929 * intro.texi (Version Info): Add arg to emacs-version.
11930 (Lisp History): Change xref to CL manual.
11931
11932 2004-03-09 Luc Teirlinck <teirllm@auburn.edu>
11933
11934 * minibuf.texi (Completion Commands): Add xref to Emacs manual
11935 for Partial Completion mode.
11936
11937 2004-03-07 Thien-Thi Nguyen <ttn@gnu.org>
11938
11939 * customize.texi: Fix typo. Remove eol whitespace.
11940
11941 2004-03-04 Richard M. Stallman <rms@gnu.org>
11942
11943 * processes.texi: Fix typos.
11944
11945 * lists.texi (Building Lists): Minor clarification.
11946
11947 * hash.texi (Creating Hash): Correct the meaning of t for WEAK
11948 in make-hash-table.
11949
11950 2004-02-29 Juanma Barranquero <lektu@terra.es>
11951
11952 * makefile.w32-in (clean, maintainer-clean): Use $(DEL) instead of
11953 rm, and ignore exit code.
11954
11955 2004-02-27 Dan Nicolaescu <dann@ics.uci.edu>
11956
11957 * display.texi (Defining Faces): Add description for min-colors.
11958 Update example.
11959
11960 2004-02-23 Luc Teirlinck <teirllm@auburn.edu>
11961
11962 * abbrevs.texi: Various corrections and clarifications in addition
11963 to the following:
11964 (Abbrev Tables): Delete add-abbrev (as suggested by RMS).
11965
11966 2004-02-22 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
11967
11968 * calendar.texi (Holiday Customizing): Quote arg of holiday-sexp.
11969
11970 2004-02-21 Luc Teirlinck <teirllm@auburn.edu>
11971
11972 * text.texi: Various small changes in addition to the following:
11973 (User-Level Deletion): Mention optional BACKWARD-ONLY argument
11974 to delete-horizontal-space.
11975 (Kill Functions, Yanking, Low-Level Kill Ring): Clarify and correct
11976 description of yank-handler text property at various places.
11977
11978 * frames.texi (Window System Selections): Add anchor.
11979
11980 * syntax.texi (Syntax Table Functions): Clarify and correct
11981 descriptions of make-syntax-table and copy-syntax-table.
11982 (Motion and Syntax): Clarify SYNTAXES argument to
11983 skip-syntax-forward.
11984 (Parsing Expressions): Mention that the return value of
11985 parse-partial-sexp is currently a list of ten rather than nine
11986 elements.
11987 (Categories): Various corrections and clarifications.
11988
11989 2004-02-17 Luc Teirlinck <teirllm@auburn.edu>
11990
11991 * markers.texi (Marker Insertion Types): Minor change.
11992
11993 * locals.texi (Standard Buffer-Local Variables):
11994 * commands.texi (Interactive Codes, Using Interactive):
11995 * functions.texi (Related Topics): Fix xrefs.
11996
11997 2004-02-16 Luc Teirlinck <teirllm@auburn.edu>
11998
11999 * lists.texi (Sets And Lists): Update description of delete-dups.
12000
12001 2004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
12002
12003 * keymaps.texi (Tool Bar): tool-bar-item => tool-bar-button.
12004
12005 2004-02-16 Jan Djärv <jan.h.d@swipnet.se>
12006
12007 * frames.texi (Parameter Access): frame-parameters arg is optional.
12008 modify-frame-parameters handles nil for FRAME.
12009 (Window Frame Parameters): menu-bar-lines and tool-bar-lines
12010 are all-or-nothing for certain toolkits.
12011 Mention parameter wait-for-wm.
12012 (Frames and Windows): In frame-first-window and frame-selected-window
12013 the arg is optional.
12014 (Input Focus): In redirect-frame-focus the second arg is optional.
12015 (Window System Selections): Mention selection type CLIPBOARD.
12016 Mention data-type UTF8_STRING.
12017 Mention numbering of cut buffers.
12018 (Resources): Describe x-resource-name.
12019
12020 2004-02-16 Richard M. Stallman <rms@gnu.org>
12021
12022 * windows.texi (Buffers and Windows): Delete false table
12023 about all-frames.
12024
12025 * syntax.texi (Parsing Expressions): Delete old caveat
12026 about parse-sexp-ignore-comments.
12027
12028 * streams.texi (Output Variables): Add print-quoted.
12029
12030 * lists.texi (Building Lists): Minor cleanup.
12031
12032 * hash.texi (Creating Hash): Correct and clarify doc of WEAK values.
12033
12034 * display.texi (Overlays): Explain overlays use markers.
12035 (Managing Overlays): Explain front-advance and rear-advance
12036 in more detail.
12037
12038 * loading.texi (Unloading): Document unload-feature-special-hooks.
12039 Get rid of fns-NNN.el file.
12040
12041 2004-02-16 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
12042
12043 * help.texi (Describing Characters): Fix text-char-description
12044 example output.
12045
12046 * edebug.texi (Using Edebug): Fix example.
12047
12048 * debugging.texi (Internals of Debugger): Fix return value.
12049
12050 * files.texi (Changing Files): Fix argname.
12051
12052 * calendar.texi: Fix parens, and default values.
12053
12054 * display.texi, frames.texi, internals.texi, modes.texi: Minor fixes.
12055 * nonascii.texi, objects.texi, os.texi: Minor fixes.
12056 * searching.texi, text.texi, tips.texi, windows.texi: Minor fixes.
12057
12058 * positions.texi (Text Lines): Don't add -1 in current-line.
12059
12060 2004-02-16 Richard M. Stallman <rms@gnu.org>
12061
12062 * compile.texi (Compiler Errors): if-boundp feature applies to cond.
12063
12064 2004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
12065
12066 * processes.texi (Low-Level Network): Fix a typo.
12067
12068 2004-02-12 Kim F. Storm <storm@cua.dk>
12069
12070 * display.texi (Fringes): Use consistent wording.
12071 Note that window-fringe's window arg is optional.
12072 (Scroll Bars): Use consistent wording.
12073
12074 2004-02-11 Luc Teirlinck <teirllm@auburn.edu>
12075
12076 * tips.texi (Comment Tips): Document the new conventions for
12077 commenting out code.
12078
12079 2004-02-07 Jan Djärv <jan.h.d@swipnet.se>
12080
12081 * positions.texi (Text Lines): Add missing end defun.
12082
12083 2004-02-07 Kim F. Storm <storm@cua.dk>
12084
12085 * positions.texi (Text Lines): Add line-number-at-pos.
12086
12087 2004-02-06 John Paul Wallington <jpw@gnu.org>
12088
12089 * display.texi (Button Properties, Button Buffer Commands):
12090 mouse-2 invokes button, not down-mouse-1.
12091
12092 2004-02-04 Jason Rumney <jasonr@gnu.org>
12093
12094 * makefile.w32-in: Sync with Makefile.in changes.
12095
12096 2004-02-03 Luc Teirlinck <teirllm@auburn.edu>
12097
12098 * minibuf.texi (Text from Minibuffer): Various corrections and
12099 clarifications.
12100 (Object from Minibuffer): Correct Lisp description of
12101 read-minibuffer.
12102 (Minibuffer History): Clarify description of cons values for
12103 HISTORY arguments.
12104 (Basic Completion): Various corrections and clarifications.
12105 Add completion-regexp-list.
12106 (Minibuffer Completion): Correct and clarify description of
12107 completing-read.
12108 (Completion Commands): Mention Partial Completion mode.
12109 Various other minor changes.
12110 (High-Level Completion): Various corrections and clarifications.
12111 (Reading File Names): Ditto.
12112 (Minibuffer Misc): Ditto.
12113
12114 2004-01-26 Luc Teirlinck <teirllm@auburn.edu>
12115
12116 * strings.texi (Text Comparison): assoc-string also matches
12117 elements of alists that are strings instead of conses.
12118 (Formatting Strings): Standardize Texinfo usage. Update index
12119 entries.
12120
12121 2004-01-20 Luc Teirlinck <teirllm@auburn.edu>
12122
12123 * lists.texi (Sets And Lists): Add delete-dups.
12124
12125 2004-01-15 Luc Teirlinck <teirllm@auburn.edu>
12126
12127 * edebug.texi (Instrumenting Macro Calls): `declare' is not a
12128 special form.
12129 * macros.texi (Defining Macros): Update description of `declare',
12130 which now is a macro.
12131 (Wrong Time): Fix typos.
12132
12133 2004-01-14 Luc Teirlinck <teirllm@auburn.edu>
12134
12135 * compile.texi (Compilation Functions): Expand descriptions of
12136 `compile-defun', `byte-compile-file', `byte-recompile-directory'
12137 and `batch-byte-compile'. In particular, mention and describe
12138 all optional arguments.
12139 (Disassembly): Correct and clarify the description of `disassemble'.
12140
12141 2004-01-11 Luc Teirlinck <teirllm@auburn.edu>
12142
12143 * searching.texi: Various small changes in addition to the
12144 following.
12145 (Regexp Example): Adapt to new value of `sentence-end'.
12146 (Regexp Functions): The PAREN argument to `regexp-opt' can be
12147 `words'.
12148 (Search and Replace): Add usage note for `perform-replace'.
12149 (Entire Match Data): Mention INTEGERS and REUSE arguments to
12150 `match-data'.
12151 (Standard Regexps): Update for new values of `paragraph-start'
12152 and `sentence-end'.
12153
12154 2004-01-07 Luc Teirlinck <teirllm@auburn.edu>
12155
12156 * files.texi (Saving Buffers): Clarify descriptions of
12157 `write-contents-functions' and `before-save-hook'.
12158 Make the defvar's for `before-save-hook' and `after-save-hook'
12159 into defopt's.
12160
12161 2004-01-07 Kim F. Storm <storm@cua.dk>
12162
12163 * commands.texi (Click Events): Describe new image and
12164 width/height elements of click events.
12165 (Accessing Events): Add posn-string, posn-image, and
12166 posn-object-width-height. Change posn-object to return either
12167 image or string object.
12168
12169 2004-01-01 Simon Josefsson <jas@extundo.com>
12170
12171 * hooks.texi (Standard Hooks): Add before-save-hook.
12172 * files.texi (Saving Buffers): Likewise.
12173
12174 2004-01-03 Richard M. Stallman <rms@gnu.org>
12175
12176 * frames.texi (Frames and Windows): Delete frame-root-window.
12177
12178 2004-01-03 Luc Teirlinck <teirllm@auburn.edu>
12179
12180 * eval.texi, hash.texi, help.texi, symbols.texi: Add anchors.
12181
12182 * functions.texi: Various small changes in addition to the
12183 following.
12184 (What Is a Function): `functionp' returns nil for macros.
12185 Clarify behavior of this and following functions for symbol arguments.
12186 (Function Documentation): Add `\' in front of (fn @var{arglist})
12187 and explain why.
12188 (Defining Functions): Mention DOCSTRING argument to `defalias'.
12189 Add anchor.
12190 (Mapping Functions): Add anchor. Unquote nil in mapcar* example.
12191
12192 2004-01-01 Miles Bader <miles@gnu.org>
12193
12194 * display.texi (Buttons): New section.
12195
12196 2003-12-31 Andreas Schwab <schwab@suse.de>
12197
12198 * numbers.texi (Math Functions): sqrt reports a domain-error
12199 error.
12200 (Float Basics): Use `(/ 0.0 0.0)' instead of `(sqrt -1.0)'.
12201
12202 2003-12-30 Luc Teirlinck <teirllm@auburn.edu>
12203
12204 * tips.texi (Documentation Tips): Update item on hyperlinks in
12205 documentation strings.
12206
12207 * errors.texi (Standard Errors): Various small corrections and
12208 additions.
12209
12210 * control.texi: Various small changes in addition to the
12211 following.
12212 (Signaling Errors): Provide some more details on how `signal'
12213 constructs the error message. Add anchor to the definition of
12214 `signal'.
12215 (Error Symbols): Describe special treatment of `quit'.
12216 (Cleanups): Rename BODY argument of `unwind-protect' to BODY-FORM
12217 to emphasize that it has to be a single form.
12218
12219 * buffers.texi: Add anchor.
12220
12221 2003-12-29 Richard M. Stallman <rms@gnu.org>
12222
12223 * windows.texi (Choosing Window): Add same-window-p, special-display-p.
12224 (Window Configurations): Add window-configuration-frame.
12225
12226 * variables.texi (Creating Buffer-Local): Add local-variable-if-set-p.
12227
12228 * text.texi (Examining Properties): Add get-char-property-and-overlay.
12229 Change arg name in get-char-property.
12230 (Special Properties): Update handling of keymap property.
12231
12232 * strings.texi (Modifying Strings): Add clear-string.
12233 (Text Comparison): Add assoc-string and remove
12234 assoc-ignore-case, assoc-ignore-representation.
12235
12236 * os.texi (Time of Day): Add set-time-zone-rule.
12237
12238 * numbers.texi (Math Functions): asin, acos, log, log10
12239 report domain-error errors.
12240
12241 * nonascii.texi (Converting Representations):
12242 Add multibyte-char-to-unibyte and unibyte-char-to-multibyte.
12243 (Encoding and I/O): Add file-name-coding-system.
12244
12245 * modes.texi (Search-based Fontification): Explain that
12246 face specs are symbols with face names as values.
12247
12248 * minibuf.texi (Minibuffer Misc): Add set-minibuffer-window.
12249
12250 * lists.texi (Building Lists): remq moved elsewhere.
12251 (Sets And Lists): remq moved here.
12252 (Association Lists): Refer to assoc-string.
12253
12254 * internals.texi (Garbage Collection): Add memory-use-counts.
12255
12256 * frames.texi (Frames and Windows): Add set-frame-selected-window
12257 and frame-root-window.
12258
12259 * files.texi (Contents of Directories):
12260 Add directory-files-and-attributes.
12261
12262 * display.texi (Refresh Screen): Add force-window-update.
12263 (Invisible Text): Explain about moving point out of invis text.
12264 (Overlay Properties): Add overlay-properties.
12265 (Managing Overlays): Add overlayp.
12266 (GIF Images): Invalid image number displays a hollow box.
12267
12268 * buffers.texi (Buffer Modification): Add restore-buffer-modified-p.
12269 (Killing Buffers): Add buffer-live-p.
12270
12271 2003-12-25 Markus Rost <rost@mathematik.uni-bielefeld.de>
12272
12273 * display.texi (Fringes): Fix typo "set-buffer-window".
12274
12275 2003-12-24 Luc Teirlinck <teirllm@auburn.edu>
12276
12277 * display.texi, eval.texi, help.texi, internals.texi, loading.texi:
12278 * nonascii.texi, processes.texi, tips.texi, variables.texi:
12279 Add or change various xrefs and anchors.
12280
12281 * commands.texi: Replace all occurrences of @acronym{CAR} with
12282 @sc{car}, for consistency with the rest of the Elisp manual.
12283 `car' and `cdr' are historically acronyms, but are no longer
12284 widely thought of as such.
12285
12286 * internals.texi (Pure Storage): Mention that `purecopy' does not
12287 copy text properties.
12288 (Object Internals): Now 29 bits are used (in most implementations)
12289 to address Lisp objects.
12290
12291 * variables.texi (Variables with Restricted Values): New node.
12292
12293 * objects.texi (Lisp Data Types): Mention that certain variables
12294 can only take on a restricted set of values and add an xref to
12295 the new node "Variables with Restricted Values".
12296
12297 * eval.texi (Function Indirection): Describe the errors that
12298 `indirect-function' can signal.
12299 (Eval): Clarify the descriptions of `eval-region' and `values'.
12300 Describe `eval-buffer' instead of `eval-current-buffer' and
12301 mention `eval-current-buffer' as an alias for `current-buffer'.
12302 Correct the description and mention all optional arguments.
12303
12304 * nonascii.texi: Various small changes in addition to the
12305 following.
12306 (Converting Representations): Clarify behavior of
12307 `string-make-multibyte' and `string-to-multibyte' for unibyte all
12308 ASCII arguments.
12309 (Character Sets): Document the variable `charset-list' and adapt
12310 the definition of the function `charset-list' accordingly.
12311 (Translation of Characters): Clarify use of generic characters in
12312 `make-translation-table'. Clarify and correct the description of
12313 the use of translation tables in encoding and decoding.
12314 (User-Chosen Coding Systems): Correct and clarify the description
12315 of `select-safe-coding-system'.
12316 (Default Coding Systems): Clarify description of
12317 `file-coding-system-alist'.
12318
12319 2003-11-30 Luc Teirlinck <teirllm@auburn.edu>
12320
12321 * strings.texi (Text Comparison): Correctly describe when two
12322 strings are `equal'. Combine and clarify descriptions of
12323 `assoc-ignore-case' and `assoc-ignore-representation'.
12324
12325 * objects.texi (Non-ASCII in Strings): Clarify description of
12326 when a string is unibyte or multibyte.
12327 (Bool-Vector Type): Update examples.
12328 (Equality Predicates): Correctly describe when two strings are
12329 `equal'.
12330
12331 2003-11-29 Luc Teirlinck <teirllm@auburn.edu>
12332
12333 * lists.texi (Building Lists): `append' no longer accepts integer
12334 arguments. Update the description of `number-sequence' to reflect
12335 recent changes.
12336 (Sets And Lists): Describe `member-ignore-case' after `member'.
12337
12338 2003-11-27 Kim F. Storm <storm@cua.dk>
12339
12340 * commands.texi (Click Events): Click object may be an images.
12341 Describe (dx . dy) element of click positions.
12342 (Accessing Events): Remove duplicate posn-timestamp.
12343 New functions posn-object and posn-object-x-y.
12344
12345 2003-11-23 Kim F. Storm <storm@cua.dk>
12346
12347 * commands.texi (Click Events): Describe enhancements to event
12348 position lists, including new text-pos and (col . row) items.
12349 Mention left-fringe and right-fringe area events.
12350 (Accessing Events): New functions posn-area and
12351 posn-actual-col-row. Mention posn-timestamp. Mention that
12352 posn-point in non-text area still returns buffer position.
12353 Clarify posn-col-row.
12354
12355 2003-11-21 Lars Hansen <larsh@math.ku.dk>
12356
12357 * files.texi (File Attributes): Describe new parameter ID-FORMAT.
12358 * anti.texi (File Attributes): Describe removed parameter
12359 ID-FORMAT.
12360
12361 2003-11-20 Luc Teirlinck <teirllm@auburn.edu>
12362
12363 * positions.texi (Positions): Mention that, if a marker is used as
12364 a position, its buffer is ignored.
12365
12366 * markers.texi (Overview of Markers): Mention it here too.
12367
12368 2003-11-12 Luc Teirlinck <teirllm@auburn.edu>
12369
12370 * numbers.texi (Numeric Conversions): Not just `floor', but also
12371 `truncate', `ceiling' and `round' accept optional argument DIVISOR.
12372
12373 2003-11-10 Luc Teirlinck <teirllm@auburn.edu>
12374
12375 * markers.texi (Creating Markers): Specify insertion type of
12376 created markers. Add xref to `Marker Insertion Types'.
12377 Second argument to `copy-marker' is optional.
12378 (Marker Insertion Types): Mention that most markers are created
12379 with insertion type nil.
12380 (The Mark): Correctly describe when `mark' signals an error.
12381 (The Region): Correctly describe when `region-beginning' and
12382 `region-end' signal an error.
12383
12384 2003-11-08 Luc Teirlinck <teirllm@auburn.edu>
12385
12386 * hash.texi (Creating Hash): Clarify description of `eql'.
12387 `makehash' is obsolete.
12388 (Hash Access): Add Common Lisp notes for `remhash' and `clrhash'.
12389
12390 * positions.texi (Point): Change description of `buffer-end', so
12391 that it is also correct for floating point arguments.
12392 (List Motion): Correct argument lists of `beginning-of-defun' and
12393 `end-of-defun'.
12394 (Excursions): Add xref to `Marker Insertion Types'.
12395 (Narrowing): Argument to `narrow-to-page' is optional.
12396
12397 2003-11-06 Luc Teirlinck <teirllm@auburn.edu>
12398
12399 * streams.texi (Output Streams): Clarify behavior of point for
12400 marker output streams.
12401
12402 2003-11-04 Luc Teirlinck <teirllm@auburn.edu>
12403
12404 * variables.texi (Defining Variables): Second argument to
12405 `defconst' is not optional.
12406 (Setting Variables): Mention optional argument APPEND to
12407 `add-to-list'.
12408 (Creating Buffer-Local): Expand description of
12409 `make-variable-buffer-local'.
12410 (Frame-Local Variables): Expand description of
12411 `make-variable-frame-local'.
12412 (Variable Aliases): Correct description of optional argument
12413 DOCSTRING to `defvaralias'. Mention return value of
12414 `defvaralias'.
12415 (File Local Variables): Add xref to `File variables' in Emacs
12416 Manual. Correct description of `hack-local-variables'. Mention
12417 `safe-local-variable' property. Mention optional second argument
12418 to `risky-local-variable-p'.
12419
12420 2003-11-03 Luc Teirlinck <teirllm@auburn.edu>
12421
12422 * symbols.texi (Symbol Plists): Mention return value of `setplist'.
12423
12424 2003-11-02 Jesper Harder <harder@ifa.au.dk> (tiny change)
12425
12426 * anti.texi, backups.texi, commands.texi, customize.texi:
12427 * display.texi, files.texi, internals.texi, keymaps.texi:
12428 * loading.texi, modes.texi, nonascii.texi, numbers.texi:
12429 * objects.texi, os.texi, positions.texi, processes.texi:
12430 * searching.texi, sequences.texi, streams.texi, strings.texi:
12431 * syntax.texi, text.texi: Replace @sc{foo} with @acronym{FOO}.
12432
12433 2003-10-27 Luc Teirlinck <teirllm@auburn.edu>
12434
12435 * strings.texi (Creating Strings): Argument START to `substring'
12436 can not be `nil'. Expand description of
12437 `substring-no-properties'. Correct description of `split-string',
12438 especially with respect to empty matches. Prevent very bad line
12439 break in definition of `split-string-default-separators'.
12440 (Text Comparison): `string=' and `string<' also accept symbols as
12441 arguments.
12442 (String Conversion): More completely describe argument BASE in
12443 `string-to-number'.
12444 (Formatting Strings): `%s' and `%S' in `format' do require
12445 corresponding object. Clarify behavior of numeric prefix after
12446 `%' in `format'.
12447 (Case Conversion): The argument to `upcase-initials' can be a
12448 character.
12449
12450 2003-10-27 Kenichi Handa <handa@m17n.org>
12451
12452 * display.texi (Fontsets): Fix texinfo usage.
12453
12454 2003-10-25 Kenichi Handa <handa@m17n.org>
12455
12456 * display.texi (Fontsets): Add description of the function
12457 set-fontset-font.
12458
12459 2003-10-23 Luc Teirlinck <teirllm@auburn.edu>
12460
12461 * display.texi (Temporary Displays): Add xref to `Documentation
12462 Tips'.
12463
12464 * functions.texi (Function Safety): Use inforef instead of pxref
12465 for SES.
12466
12467 2003-10-23 Andreas Schwab <schwab@suse.de>
12468
12469 * Makefile.in (TEX, texinputdir): Don't define.
12470 (TEXI2DVI): Define.
12471 (srcs): Remove $(srcdir)/index.perm and $(srcdir)/index.unperm,
12472 add $(srcdir)/index.texi.
12473 ($(infodir)/elisp): Remove index.texi dependency.
12474 (elisp.dvi): Likewise. Use $(TEXI2DVI).
12475 (index.texi): Remove target.
12476 (dist): Don't link $(srcdir)/permute-index.
12477 (clean): Don't remove index.texi.
12478
12479 * permute-index, index.perm: Remove.
12480 * index.texi: Rename from index.unperm.
12481
12482 2003-10-22 Luc Teirlinck <teirllm@auburn.edu>
12483
12484 * tips.texi (Documentation Tips): Document new behavior for face
12485 and variable hyperlinks in Help mode.
12486
12487 2003-10-21 Luc Teirlinck <teirllm@auburn.edu>
12488
12489 * objects.texi (Integer Type): Update for extra bit of integer range.
12490 (Character Type): Ditto.
12491
12492 2003-10-16 Eli Zaretskii <eliz@gnu.org>
12493
12494 * numbers.texi (Integer Basics): Add index entries for reading
12495 numbers in hex, octal, and binary.
12496
12497 2003-10-16 Lute Kamstra <lute@gnu.org>
12498
12499 * modes.texi (Mode Line Format): Mention force-mode-line-update's
12500 argument.
12501
12502 2003-10-13 Luc Teirlinck <teirllm@auburn.edu>
12503
12504 * windows.texi (Choosing Window): Fix typo.
12505 * edebug.texi (Edebug Execution Modes): Fix typo.
12506
12507 2003-10-13 Richard M. Stallman <rms@gnu.org>
12508
12509 * windows.texi (Basic Windows): A window has fringe settings,
12510 display margins and scroll-bar settings.
12511 (Splitting Windows): Doc split-window return value.
12512 Clean up one-window-p.
12513 (Selecting Windows): Fix typo.
12514 (Cyclic Window Ordering): Explain frame as ALL-FRAMES in next-window.
12515 (Buffers and Windows): In set-window-buffer, explain effect
12516 on fringe settings and scroll bar settings.
12517 (Displaying Buffers): In pop-to-buffer, explain nil as buffer arg.
12518 (Choosing Window): Use defopt for pop-up-frame-function.
12519 For special-display-buffer-names, explain same-window and same-frame.
12520 Clarify window-dedicated-p return value.
12521 (Textual Scrolling): scroll-up and scroll-down can get an error.
12522 (Horizontal Scrolling): Clarify auto-hscroll-mode.
12523 Clarify set-window-hscroll.
12524 (Size of Window): Don't mention tool bar in window-height.
12525 (Coordinates and Windows): Explain what coordinates-in-window-p
12526 returns for fringes and display margins.
12527 (Window Configurations): Explain saving fringes, etc.
12528
12529 * tips.texi (Library Headers): Clean up Documentation.
12530
12531 * syntax.texi (Parsing Expressions): Clean up forward-comment
12532 and parse-sexp-lookup-properties.
12533
12534 * sequences.texi (Sequence Functions): sequencep accepts bool-vectors.
12535
12536 * os.texi (System Environment): Clean up text for load-average errors.
12537
12538 * modes.texi (Hooks): Don't explain local hook details at front.
12539 Clarify run-hooks and run-hook-with-args a little.
12540 Clean up add-hook and remove-hook.
12541
12542 * edebug.texi (Edebug Execution Modes): Clarify t.
12543 Document edebug-sit-for-seconds.
12544 (Coverage Testing): Document C-x X = and =.
12545 (Instrumenting Macro Calls): Fix typo.
12546 (Specification List): Don't index the specification keywords.
12547
12548 2003-10-10 Kim F. Storm <storm@cua.dk>
12549
12550 * processes.texi (Network): Introduce make-network-process.
12551
12552 2003-10-09 Luc Teirlinck <teirllm@auburn.edu>
12553
12554 * tips.texi (Library Headers): Fix typo.
12555
12556 2003-10-07 Juri Linkov <juri@jurta.org>
12557
12558 * modes.texi (Imenu): Mention imenu-create-index-function's
12559 default value. Explain submenus better.
12560
12561 2003-10-07 Lute Kamstra <lute@gnu.org>
12562
12563 * modes.texi (Faces for Font Lock): Fix typo.
12564 (Hooks): Explain how buffer-local hook variables can refer to
12565 global hook variables.
12566 Various minor clarifications.
12567
12568 2003-10-06 Lute Kamstra <lute@gnu.org>
12569
12570 * tips.texi (Coding Conventions): Mention naming conventions for
12571 hooks.
12572
12573 2003-10-05 Luc Teirlinck <teirllm@auburn.edu>
12574
12575 * loading.texi (Library Search): Correct default value of
12576 load-suffixes.
12577 (Named Features): Fix typo.
12578
12579 2003-10-05 Richard M. Stallman <rms@gnu.org>
12580
12581 * loading.texi (Named Features): In `provide',
12582 say how to test for subfeatures.
12583 (Unloading): In unload-feature, use new var name
12584 unload-feature-special-hooks.
12585
12586 2003-10-03 Lute Kamstra <lute@gnu.org>
12587
12588 * modes.texi (Major Mode Conventions): Mention third way to set up
12589 Imenu.
12590 (Imenu): A number of small fixes.
12591 Delete documentation of internal variable imenu--index-alist.
12592 Document the return value format of imenu-create-index-function
12593 functions.
12594
12595 2003-09-30 Richard M. Stallman <rms@gnu.org>
12596
12597 * processes.texi (Network): Say what stopped datagram connections do.
12598
12599 * lists.texi (Association Lists): Clarify `assq-delete-all'.
12600
12601 * display.texi (Overlay Properties): Clarify `evaporate' property.
12602
12603 2003-09-29 Lute Kamstra <lute@gnu.org>
12604
12605 * modes.texi (Mode Line Data): Explain when symbols in mode-line
12606 constructs should be marked as risky.
12607 Change cons cell into proper list.
12608 (Mode Line Variables): Change cons cell into proper list.
12609
12610 2003-09-26 Lute Kamstra <lute@gnu.org>
12611
12612 * modes.texi (Mode Line Data): Document the :propertize construct.
12613 (Mode Line Variables): Reorder the descriptions of the variables
12614 to match their order in the default mode-line-format.
12615 Describe the new variables mode-line-position and mode-line-modes.
12616 Update the default values of mode-line-frame-identification,
12617 minor-mode-alist, and default-mode-line-format.
12618 (Properties in Mode): Mention the :propertize construct.
12619
12620 2003-09-26 Richard M. Stallman <rms@gnu.org>
12621
12622 * buffers.texi, commands.texi, debugging.texi, eval.texi:
12623 * loading.texi, minibuf.texi, text.texi, variables.texi:
12624 Avoid @strong{Note:}.
12625
12626 2003-09-26 Richard M. Stallman <rms@gnu.org>
12627
12628 * keymaps.texi (Remapping Commands): Fix typo.
12629
12630 2003-09-23 Luc Teirlinck <teirllm@mail.auburn.edu>
12631
12632 * processes.texi (Low-Level Network): Fix typo.
12633
12634 2003-09-23 Kim F. Storm <storm@cua.dk>
12635
12636 * processes.texi (Network, Network Servers): Fix typos.
12637 (Low-Level Network): Add timeout value for :server keyword.
12638 Add new option keywords to make-network-process.
12639 Add set-network-process-options.
12640 Explain how to test availability of network options.
12641
12642 2003-09-19 Richard M. Stallman <rms@gnu.org>
12643
12644 * text.texi (Motion by Indent): Arg to
12645 backward-to-indentation and forward-to-indentation is optional.
12646
12647 * strings.texi (Creating Strings): Add substring-no-properties.
12648
12649 * processes.texi
12650 (Process Information): Add list-processes arg QUERY-ONLY.
12651 Delete process-contact from here.
12652 Add new status values for process-status.
12653 Add process-get, process-put, process-plist, set-process-plist.
12654 (Synchronous Processes): Add call-process-shell-command.
12655 (Signals to Processes): signal-process allows process objects.
12656 (Network): Complete rewrite.
12657 (Network Servers, Datagrams, Low-Level Network): New nodes.
12658
12659 * positions.texi (Word Motion): forward-word, backward-word
12660 arg is optional. Reword.
12661
12662 * abbrevs.texi (Defining Abbrevs): Index no-self-insert.
12663
12664 * variables.texi (Creating Buffer-Local):
12665 Delete duplicate definition of buffer-local-value.
12666 (File Local Variables): Explain about discarding text props.
12667
12668 2003-09-11 Richard M. Stallman <rms@gnu.org>
12669
12670 * minibuf.texi (Intro to Minibuffers): Explain that the minibuffer
12671 changes variables that record input events.
12672 (Minibuffer Misc): Add minibuffer-selected-window.
12673
12674 * lists.texi (Building Lists): Add copy-tree.
12675
12676 * display.texi (Fontsets): Add char-displayable-p.
12677 (Scroll Bars): New node.
12678
12679 2003-09-08 Lute Kamstra <lute@gnu.org>
12680
12681 * modes.texi (%-Constructs): Document new `%i' and `%I'
12682 constructs.
12683
12684 2003-09-03 Peter Runestig <peter@runestig.com>
12685
12686 * makefile.w32-in: New file.
12687
12688 2003-08-29 Richard M. Stallman <rms@gnu.org>
12689
12690 * display.texi (Overlay Properties): Clarify how priorities
12691 affect use of the properties.
12692
12693 2003-08-19 Luc Teirlinck <teirllm@mail.auburn.edu>
12694
12695 * customize.texi (Type Keywords): Correct the description of
12696 `:help-echo' in the case where `motion-doc' is a function.
12697
12698 2003-08-14 John Paul Wallington <jpw@gnu.org>
12699
12700 * modes.texi (Emulating Mode Line): Subsection, not section.
12701
12702 2003-08-13 Richard M. Stallman <rms@gnu.org>
12703
12704 * elisp.texi (Top): Update subnode lists in menu.
12705
12706 * text.texi (Insertion): Add insert-buffer-substring-no-properties.
12707 (Kill Functions): kill-region has new arg yank-handler.
12708 (Yanking): New node.
12709 (Yank Commands): Add yank-undo-function.
12710 (Low-Level Kill Ring):
12711 kill-new and kill-append have new arg yank-handler.
12712 (Changing Properties): Add remove-list-of-text-properties.
12713 (Atomic Changes): New node.
12714
12715 * symbols.texi (Other Plists): Add lax-plist-get, lax-plist-put.
12716
12717 * streams.texi (Output Variables): Add eval-expression-print-length
12718 and eval-expression-print-level.
12719
12720 * os.texi (Time Conversion): For encode-time, explain limits on year.
12721
12722 * objects.texi (Character Type): Define anchor "modifier bits".
12723
12724 * modes.texi (Emulating Mode Line): New node.
12725 (Search-based Fontification): Font Lock uses font-lock-face property.
12726 (Other Font Lock Variables): Likewise.
12727
12728 * keymaps.texi (Format of Keymaps): Keymaps contain char tables,
12729 not vectors.
12730 (Active Keymaps): Add emulation-mode-map-alists.
12731 (Functions for Key Lookup): key-binding has new arg no-remap.
12732 (Remapping Commands): New node.
12733 (Scanning Keymaps): where-is-internal has new arg no-remap.
12734 (Tool Bar): Add tool-bar-local-item-from-menu.
12735 Clarify when to use tool-bar-add-item-from-menu.
12736
12737 * commands.texi (Interactive Call): commandp has new arg.
12738 (Command Loop Info): Add this-original-command.
12739
12740 2003-08-06 John Paul Wallington <jpw@gnu.org>
12741
12742 * compile.texi (Compiler Errors): Say `@end defmac' after `@defmac'.
12743
12744 * display.texi (Warning Basics): Fix typo.
12745 (Fringes): Add closing curly bracket and fix typo.
12746
12747 * elisp.texi (Top): Fix typo.
12748
12749 2003-08-05 Richard M. Stallman <rms@gnu.org>
12750
12751 * elisp.texi: Update lists of subnodes.
12752
12753 * windows.texi (Buffers and Windows): set-window-buffer has new arg.
12754
12755 * variables.texi (Local Variables): Use lc for example variable names.
12756
12757 * tips.texi (Library Headers): Explain where to put -*-.
12758
12759 * strings.texi (Creating Strings): Fix xref for vconcat.
12760
12761 * sequences.texi (Vector Functions):
12762 vconcat no longer allows integer args.
12763
12764 * minibuf.texi (Reading File Names): read-file-name has new
12765 arg PREDICATE. New function read-directory-name.
12766
12767 * macros.texi (Defining Macros): Give definition of `declare'.
12768 (Indenting Macros): New node.
12769
12770 * frames.texi (Parameter Access): Add modify-all-frames-parameters.
12771 (Window Frame Parameters): Make separate table of parameters
12772 that are coupled with specific face attributes.
12773 (Deleting Frames): delete-frame-hooks renamed to
12774 delete-frame-functions.
12775
12776 * files.texi (Magic File Names): Add file-remote-p.
12777 Clarify file-local-copy.
12778
12779 * edebug.texi (Instrumenting Macro Calls): Don't define `declare'
12780 here; instead xref Defining Macros.
12781
12782 * display.texi (Warnings): New node, and subnodes.
12783 (Fringes): New node.
12784
12785 * debugging.texi (Test Coverage): New node.
12786
12787 * compile.texi (Compiler Errors): Explain with-no-warnings
12788 and other ways to suppress warnings.
12789
12790 * commands.texi (Interactive Call): Minor clarification.
12791
12792 * buffers.texi (Buffer File Name): set-visited-file-name
12793 renames the buffer too.
12794
12795 * abbrevs.texi (Abbrev Tables): Add copy-abbrev-table.
12796
12797 2003-07-24 Markus Rost <rost@math.ohio-state.edu>
12798
12799 * abbrevs.texi (Abbrev Expansion): Use \s syntax in example.
12800
12801 2003-07-22 Markus Rost <rost@math.ohio-state.edu>
12802
12803 * internals.texi (Garbage Collection): Fix previous change.
12804
12805 2003-07-22 Richard M. Stallman <rms@gnu.org>
12806
12807 * files.texi (Truenames): Add LIMIT arg to file-chase-links.
12808
12809 * display.texi (Width): Use \s syntax in example.
12810 (Font Selection): Add face-font-rescale-alist.
12811
12812 * modes.texi (Imenu): Add xref to Emacs Manual node on Imenu.
12813 Remove spurious indent in example.
12814
12815 * lists.texi (Building Lists): Add number-sequence.
12816
12817 * internals.texi (Garbage Collection): Add gcs-done, gc-elapsed.
12818
12819 * functions.texi (Function Documentation): Explain how to
12820 show calling convention explicitly in the doc string.
12821
12822 * windows.texi (Selecting Windows): save-selected-window saves
12823 selected window of each frame.
12824 (Window Configurations): Minor change.
12825
12826 * syntax.texi (Syntax Table Functions): Use \s syntax in examples.
12827
12828 * streams.texi (Output Variables): Add print-continuous-numbering
12829 and print-number-table.
12830
12831 * processes.texi (Decoding Output): New node.
12832
12833 * os.texi (Time Conversion): decode-time arg is optional.
12834
12835 * objects.texi (Character Type): Don't use space as example for \.
12836 Make list of char names and \-sequences correspond.
12837 Explain that \s is not used in strings. `\ ' needs space after.
12838
12839 * nonascii.texi (Converting Representations): Add string-to-multibyte.
12840 (Translation of Characters): Add translation-table-for-input.
12841 (Default Coding Systems): Add auto-coding-functions.
12842 (Explicit Encoding): Add decode-coding-inserted-region.
12843 (Locales): Add locale-info.
12844
12845 * minibuf.texi (Basic Completion): Describe test-completion.
12846 Collections can be lists of strings.
12847 Clean up lazy-completion-table.
12848 (Programmed Completion): Mention test-completion.
12849 Clarify why lambda expressions are not accepted.
12850 (Minibuffer Misc): Describe minibufferp.
12851
12852 2003-07-14 Richard M. Stallman <rms@gnu.org>
12853
12854 * buffers.texi (Killing Buffers): kill-buffer-hook is perm local.
12855
12856 * windows.texi (Selecting Windows): New arg to select-window.
12857 (Selecting Windows): Add with-selected-window.
12858 (Size of Window): Add window-inside-edges, etc.
12859
12860 * internals.texi (Garbage Collection): Add post-gc-hook.
12861
12862 * processes.texi (Subprocess Creation): Add exec-suffixes.
12863
12864 * keymaps.texi (Functions for Key Lookup): Add current-active-maps.
12865 (Scanning Keymaps): Add map-keymaps.
12866 (Defining Menus): Add keymap-prompt.
12867
12868 * numbers.texi (Integer Basics): Add most-positive-fixnum,
12869 most-negative-fixnum.
12870
12871 * compile.texi (Byte Compilation): Explain no-byte-compile.
12872 (Compiler Errors): New node.
12873
12874 * os.texi (User Identification): user-uid, user-real-uid
12875 can return float.
12876
12877 * modes.texi (Major Mode Conventions): Explain about run-mode-hooks
12878 and about derived modes.
12879 (Minor Modes): Add minor-mode-list.
12880 (Defining Minor Modes): Keyword args for define-minor-mode.
12881 (Search-based Fontification): Explain managing other properties.
12882 (Other Font Lock Variables): Add font-lock-extra-managed-props.
12883 (Faces for Font Lock): Add font-lock-preprocessor-face.
12884 (Hooks): Add run-mode-hooks and delay-mode-hooks.
12885
12886 * variables.texi (Creating Buffer-Local): Add buffer-local-value.
12887 (Variable Aliases): Clarify defvaralias.
12888
12889 * loading.texi (Library Search): Add load-suffixes.
12890
12891 * minibuf.texi (Basic Completion): Add lazy-completion-table.
12892 (Programmed Completion): Add dynamic-completion-table.
12893
12894 * files.texi (Changing Files): copy-file allows dir as NEWNAME.
12895 (Magic File Names): Specify precedence order of handlers.
12896
12897 * commands.texi (Command Overview): Emacs server runs pre-command-hook
12898 and post-command-hook.
12899 (Waiting): New calling convention for sit-for.
12900
12901 * text.texi (Special Properties): local-map and keymap properties
12902 apply based on their stickiness.
12903
12904 2003-07-07 Richard M. Stallman <rms@gnu.org>
12905
12906 * modes.texi (Minor Mode Conventions): Specify only some kinds
12907 of list values as args to minor modes.
12908
12909 * files.texi (File Name Expansion): Warn about iterative use
12910 of substitute-in-file-name.
12911
12912 * advice.texi (Activation of Advice): Clean up previous change.
12913
12914 2003-07-06 Markus Rost <rost@math.ohio-state.edu>
12915
12916 * advice.texi (Activation of Advice): Note that ad-start-advice is
12917 turned on by default.
12918
12919 2003-06-30 Richard M. Stallman <rms@gnu.org>
12920
12921 * text.texi (Buffer Contents): Document current-word.
12922 (Change Hooks): Not called for *Messages*.
12923
12924 * functions.texi (Defining Functions): Explain about redefining
12925 primitives.
12926 (Function Safety): Rename. Minor changes.
12927 Comment out the detailed criteria for what is safe.
12928
12929 2003-06-22 Andreas Schwab <schwab@suse.de>
12930
12931 * objects.texi (Symbol Type): Fix description of examples.
12932
12933 2003-06-16 Andreas Schwab <schwab@suse.de>
12934
12935 * hash.texi (Creating Hash): Fix description of :weakness.
12936
12937 2003-06-13 Kai Großjohann <kai.grossjohann@gmx.net>
12938
12939 * files.texi (Changing Files): copy-file copies file modes, too.
12940
12941 2003-05-28 Richard M. Stallman <rms@gnu.org>
12942
12943 * strings.texi (Creating Strings): Clarify split-string.
12944
12945 2003-05-22 Stephen J. Turnbull <stephen@xemacs.org>
12946
12947 * strings.texi (Creating Strings): Update split-string specification
12948 and examples.
12949
12950 2003-05-19 Richard M. Stallman <rms@gnu.org>
12951
12952 * elisp.texi: Correct invariant section names.
12953
12954 2003-04-20 Richard M. Stallman <rms@gnu.org>
12955
12956 * os.texi (Timers): Explain about timers and quitting.
12957
12958 2003-04-19 Richard M. Stallman <rms@gnu.org>
12959
12960 * internals.texi (Writing Emacs Primitives): Strings are
12961 no longer special for GCPROs. Mention GCPRO5, GCPRO6.
12962 Explain GCPRO convention for varargs function args.
12963
12964 2003-04-16 Richard M. Stallman <rms@gnu.org>
12965
12966 * minibuf.texi (Minibuffer Misc): Document fn minibuffer-message.
12967
12968 2003-04-08 Richard M. Stallman <rms@gnu.org>
12969
12970 * files.texi (Kinds of Files): Correct return value of file-symlink-p.
12971
12972 2003-02-13 Kim F. Storm <storm@cua.dk>
12973
12974 * objects.texi (Character Type): New \s escape for space.
12975
12976 2003-01-31 Joe Buehler <jhpb@draco.hekimian.com>
12977
12978 * os.texi (System Environment): Add cygwin system-type.
12979
12980 2003-01-25 Richard M. Stallman <rms@gnu.org>
12981
12982 * keymaps.texi: Document that a symbol can act as a keymap.
12983
12984 2003-01-13 Richard M. Stallman <rms@gnu.org>
12985
12986 * text.texi (Changing Properties): Say string indices are origin-0.
12987
12988 * positions.texi (Screen Lines) <compute-motion>:
12989 Correct order of elts in return value.
12990
12991 * keymaps.texi (Changing Key Bindings) <define-key>: Mention
12992 how to define a default binding.
12993
12994 2002-12-07 Markus Rost <rost@math.ohio-state.edu>
12995
12996 * loading.texi (Unloading): Fix recent change for load-history.
12997
12998 * customize.texi (Simple Types): Clarify description of custom
12999 type 'number. Describe new custom type 'float.
13000
13001 2002-12-04 Markus Rost <rost@math.ohio-state.edu>
13002
13003 * variables.texi (File Local Variables): Fix typo.
13004
13005 2002-10-23 Kai Großjohann <kai.grossjohann@uni-duisburg.de>
13006
13007 From Michael Albinus <Michael.Albinus@alcatel.de>.
13008
13009 * README: Target for Info file is `make info'.
13010
13011 * files.texi (File Name Components): Fix typos in
13012 `file-name-sans-extension'.
13013 (Magic File Names): Complete list of operations for magic file
13014 name handlers.
13015
13016 2002-09-16 Jonathan Yavner <jyavner@engineer.com>
13017
13018 * variables.texi (File Local Variables): New function
13019 risky-local-variable-p.
13020
13021 2002-09-15 Jonathan Yavner <jyavner@engineer.com>
13022
13023 * functions.texi (Function safety): New node about unsafep.
13024
13025 2002-08-05 Per Abrahamsen <abraham@dina.kvl.dk>
13026
13027 * customize.texi (Splicing into Lists): Fix example.
13028 Reported by Fabrice Bauzac <fabrice.bauzac@wanadoo.fr>.
13029
13030 2002-06-17 Juanma Barranquero <lektu@terra.es>
13031
13032 * frames.texi (Display Feature Testing): Fix typo.
13033
13034 2002-06-12 Andreas Schwab <schwab@suse.de>
13035
13036 * frames.texi (Initial Parameters, Resources): Fix references to
13037 the Emacs manual.
13038
13039 2002-05-13 Kim F. Storm <storm@cua.dk>
13040
13041 * variables.texi (Intro to Buffer-Local): Update warning and
13042 example relating to changing buffer inside let.
13043
13044 2002-03-10 Jan Djärv <jan.h.d@swipnet.se>
13045
13046 * os.texi (Session Management): New node about X Session management.
13047
13048 2002-01-18 Eli Zaretskii <eliz@is.elta.co.il>
13049
13050 * elisp.texi (VERSION): Set to 2.9. Update the version of Emacs
13051 to which the manual corresponds, and the copyright years.
13052
13053 * Makefile.in (VERSION): Set to 2.9.
13054
13055 2001-11-29 Eli Zaretskii <eliz@is.elta.co.il>
13056
13057 * elisp.texi: Change the category in @dircategory to "Emacs", to
13058 make it consistent with info/dir.
13059
13060 2001-11-25 Miles Bader <miles@gnu.org>
13061
13062 * text.texi (Fields): Describe new `limit' arg in
13063 field-beginning/field-end.
13064
13065 2001-11-17 Eli Zaretskii <eliz@is.elta.co.il>
13066
13067 * permute-index: Don't depend on csh-specific features.
13068 Replace the interpreter name with /bin/sh.
13069
13070 * two-volume-cross-refs.txt: New file.
13071 * two.el: New file.
13072 * spellfile: New file.
13073
13074 2001-11-16 Eli Zaretskii <eliz@is.elta.co.il>
13075
13076 * permute-index: New file.
13077
13078 * vol1.texi, vol2.texi: Renamed from elisp-vol1.texi and
13079 elisp-vol2.texi, respectively, to avoid file-name clashes in DOS
13080 8+3 restricted namespace.
13081
13082 * Makefile.in (infodir): Define relative to $(srcdir).
13083 ($(infodir)/elisp): Don't chdir into $(srcdir), but add it to the
13084 include directories list via -I switch to makeinfo.
13085 (index.texi): Use cp if both hard and symbolic links fail.
13086
13087 2001-11-10 Eli Zaretskii <eliz@is.elta.co.il>
13088
13089 * Makefile.in (distclean): Add.
13090
13091 The following changes make ELisp manual part of the Emacs
13092 distribution:
13093
13094 * Makefile.in: Add Copyright notice.
13095 (prefix): Remove.
13096 (infodir): Change value to "../info".
13097 (VPATH): New variable.
13098 (MAKE): Don't define.
13099 (texmacrodir): Don't define.
13100 (texinputdir): Append the existing value of TEXINPUTS.
13101 ($(infodir)/elisp): Instead of just "elisp". Reformat the
13102 command to be compatible with man/Makefile.in, and to put the
13103 output into ../info.
13104 (info): Add target.
13105 (installall): Target removed.
13106
13107 2001-10-31 Pavel Janík <Pavel@Janik.cz>
13108
13109 * tips.texi (Coding Conventions): Fix typo.
13110
13111 2001-10-23 Gerd Moellmann <gerd@gnu.org>
13112
13113 * Makefile.in (srcs): Add gpl.texi and doclicense.texi.
13114
13115 2001-10-22 Eli Zaretskii <eliz@is.elta.co.il>
13116
13117 * files.texi (File Name Components): Update the description of
13118 file-name-sans-extension and file-name-extension, as they now
13119 ignore leading dots.
13120
13121 2001-10-20 Gerd Moellmann <gerd@gnu.org>
13122
13123 * (Version 21.1 released.)
13124
13125 2001-10-19 Miles Bader <miles@gnu.org>
13126
13127 * positions.texi (Text Lines): Describe behavior of
13128 `beginning-of-line'/`end-of-line' in the presence of field properties.
13129
13130 2001-10-17 Gerd Moellmann <gerd@gnu.org>
13131
13132 * Makefile.in (VERSION): Set to 2.8.
13133 (manual): Use `manual-21'.
13134
13135 * elisp.texi (VERSION): Add and use it where the version
13136 number was used. Set it to 2.8.
13137
13138 * intro.texi: Likewise.
13139
13140 2001-10-13 Eli Zaretskii <eliz@is.elta.co.il>
13141
13142 * files.texi (File Name Completion): Document the significance of
13143 a trailing slash in elements of completion-ignored-extensions.
13144
13145 2001-10-06 Miles Bader <miles@gnu.org>
13146
13147 * variables.texi (Variable Aliases): It's `@defmac', not `@defmacro'.
13148
13149 2001-10-04 Gerd Moellmann <gerd@gnu.org>
13150
13151 * variables.texi (Variable Aliases): New node.
13152
13153 2001-10-04 Gerd Moellmann <gerd@gnu.org>
13154
13155 * Branch for 21.1.
13156
13157 2001-10-02 Miles Bader <miles@gnu.org>
13158
13159 * minibuf.texi (Minibuffer Misc): Add entries for
13160 `minibuffer-contents', `minibuffer-contents-no-properties', and
13161 `delete-minibuffer-contents'.
13162 Correct description for `minibuffer-prompt-end'.
13163
13164 * text.texi (Property Search): Correct descriptions of
13165 `next-char-property-change' and `previous-char-property-change'.
13166 Add entries for `next-single-char-property-change' and
13167 `previous-single-char-property-change'.
13168 Make operand names a bit more consistent.
13169
13170 2001-09-30 Eli Zaretskii <eliz@is.elta.co.il>
13171
13172 * frames.texi (Finding All Frames): Document that next-frame and
13173 previous-frame are local to current terminal.
13174
13175 2001-09-26 Eli Zaretskii <eliz@is.elta.co.il>
13176
13177 * keymaps.texi (Creating Keymaps): Fix the description of the
13178 result of make-keymap.
13179
13180 2001-09-23 Eli Zaretskii <eliz@is.elta.co.il>
13181
13182 * display.texi (Font Lookup, Attribute Functions)
13183 (Image Descriptors): Add cross-references to the definition of
13184 selected frame.
13185
13186 * buffers.texi (The Buffer List): Add cross-references to the
13187 definition of selected frame.
13188
13189 * frames.texi (Input Focus): Clarify which frame is _the_ selected
13190 frame at any given time.
13191 (Multiple Displays, Size and Position): Add a cross-reference to
13192 the definition of the selected frame.
13193
13194 2001-09-08 Eli Zaretskii <eliz@is.elta.co.il>
13195
13196 * strings.texi (String Conversion) <string-to-number>: Document
13197 that a float is returned for integers that are too large.
13198
13199 * frames.texi (Mouse Position): Document mouse-position-function.
13200 (Display Feature Testing): Document display-images-p.
13201 (Window Frame Parameters): Document the cursor-type variable.
13202
13203 * numbers.texi (Integer Basics): Document CL style read syntax for
13204 integers in bases other than 10.
13205
13206 * positions.texi (List Motion):
13207 Document open-paren-in-column-0-is-defun-start.
13208
13209 * lists.texi (Sets And Lists): Document member-ignore-case.
13210
13211 * internals.texi (Garbage Collection): Document the used and free
13212 strings report.
13213 (Memory Usage): Document strings-consed.
13214
13215 * os.texi (Time of Day): Document float-time.
13216 (Recording Input): Document that clear-this-command-keys clears
13217 the vector to be returned by recent-keys.
13218
13219 * keymaps.texi (Scanning Keymaps) <where-is-internal>:
13220 The argument keymap can be a list.
13221
13222 * nonascii.texi (User-Chosen Coding Systems)
13223 <select-safe-coding-system>: Document the new argument
13224 accept-default-p and the variable
13225 select-safe-coding-system-accept-default-p. Tell what happens if
13226 buffer-file-coding-system is undecided.
13227 (Default Coding Systems): Document auto-coding-regexp-alist.
13228
13229 * display.texi (The Echo Area) <message>: Document
13230 message-truncate-lines.
13231 (Glyphs): Document that the glyph table is unused on windowed
13232 displays.
13233
13234 * help.texi (Describing Characters) <single-key-description>:
13235 Document the new argument no-angles.
13236 (Accessing Documentation) <documentation-property>: Document that
13237 a non-string property is evaluated.
13238 <documentation>: Document that the function-documentation property
13239 is looked for.
13240
13241 * windows.texi (Selecting Windows): Document some-window.
13242
13243 * text.texi (MD5 Checksum): New node, documents the md5 primitive.
13244
13245 * hooks.texi (Standard Hooks): Add kbd-macro-termination-hook and
13246 apropos-mode-hook.
13247
13248 * commands.texi (Using Interactive): Document interactive-form.
13249 (Keyboard Macros): Document kbd-macro-termination-hook.
13250 (Command Loop Info): Document that clear-this-command-keys clears
13251 the vector to be returned by recent-keys.
13252
13253 2001-09-04 Werner LEMBERG <wl@gnu.org>
13254
13255 * Makefile.in (srcdir, texinputdir): New variables.
13256 (srcs, index.texi, install): Use $(srcdir).
13257 (.PHONY): Remove elisp.dvi.
13258 (elisp): Use -I switch for makeinfo.
13259 (elisp.dvi): Use $(srcdir) and $(texinputdir).
13260 (installall, dist): Use $(srcdir).
13261 Fix path to texinfo.tex.
13262 (maintainer-clean): Add elisp.dvi and elisp.oaux.
13263
13264 2001-08-30 Gerd Moellmann <gerd@gnu.org>
13265
13266 * display.texi (Conditional Display): Adjust to API change.
13267
13268 * configure: New file.
13269
13270 2001-07-30 Gerd Moellmann <gerd@gnu.org>
13271
13272 * commands.texi (Repeat Events): Add description of
13273 double-click-fuzz.
13274
13275 2001-05-08 Stefan Monnier <monnier@cs.yale.edu>
13276
13277 * syntax.texi (Syntax Class Table): Add the missing designator for
13278 comment and string fences.
13279 (Syntax Properties): Add a xref to syntax table internals.
13280 (Syntax Table Internals): Document string-to-syntax.
13281
13282 2001-05-07 Gerd Moellmann <gerd@gnu.org>
13283
13284 * Makefile.in (install): Use install-info command line options
13285 like in Emacs' Makefile.in.
13286
13287 2000-12-09 Miles Bader <miles@gnu.org>
13288
13289 * windows.texi (Window Start): Update documentation for
13290 `pos-visible-in-window-p'.
13291
13292 2000-11-12 Stefan Monnier <monnier@cs.yale.edu>
13293
13294 * lists.texi (Building Lists): Add footnote to explain how to add
13295 to the end of a list.
13296
13297 2000-10-25 Gerd Moellmann <gerd@gnu.org>
13298
13299 * files.texi (Visiting Functions): Typos.
13300
13301 2000-10-25 Kenichi Handa <handa@etl.go.jp>
13302
13303 * files.texi (Visiting Functions): Return value of
13304 find-file-noselect may be a list of buffers if wildcards are used.
13305
13306 2000-10-24 Miles Bader <miles@lsi.nec.co.jp>
13307
13308 * display.texi (Defining Faces): Document `graphic' display type
13309 in face specs.
13310
13311 2000-10-18 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
13312
13313 * hooks.texi (Standard Hooks): Replace obsolete
13314 `after-make-frame-hook' with `after-make-frame-functions'.
13315
13316 * frames.texi (Creating Frames): Ditto.
13317
13318 * variables.texi (Future Local Variables): Ditto.
13319
13320 2000-10-16 Gerd Moellmann <gerd@gnu.org>
13321
13322 * display.texi (Other Image Types): Add description of :foreground
13323 and :background properties of mono PBM images.
13324
13325 2000-08-17 Werner LEMBERG <wl@gnu.org>
13326
13327 * .cvsignore: New file.
13328
13329 2000-01-05 Gerd Moellmann <gerd@gnu.org>
13330
13331 * tindex.pl: New script.
13332
13333 1999-12-03 Dave Love <fx@gnu.org>
13334
13335 * Makefile.in (MAKEINFO): New parameter.
13336
13337 1999-09-17 Richard Stallman <rms@gnu.org>
13338
13339 * Makefile.in (srcs): Add hash.texi.
13340 (VERSION): Update to 20.6.
13341
13342 1999-09-13 Richard Stallman <rms@gnu.org>
13343
13344 * Makefile.in (index.texi): If cannot make a symlink, make a hard link.
13345
13346 1998-08-29 Karl Heuer <kwzh@gnu.org>
13347
13348 * configure.in: New file.
13349 * Makefile.in: Renamed from Makefile.
13350 (prefix, infodir): Use value obtained from configure.
13351 (emacslibdir): Obsolete variable deleted.
13352 (dist): Distribute configure.in, configure, Makefile.in.
13353
13354 1998-06-12 Richard Stallman <rms@psilocin.ai.mit.edu>
13355
13356 * Makefile (INSTALL_INFO): New variable.
13357 (install): Run install-info.
13358
13359 1998-05-09 Richard Stallman <rms@psilocin.ai.mit.edu>
13360
13361 * Makefile (elisp.dvi): Add missing backslash.
13362
13363 1998-05-02 Richard Stallman <rms@psilocin.gnu.org>
13364
13365 * Makefile (elisp.dvi): Don't depend on texindex or on elisp.tps.
13366 Run texindex without `./'. Always run texindex on elisp.tp.
13367 (elisp.tps): Target deleted.
13368
13369 1998-04-05 Richard Stallman <rms@psilocin.gnu.org>
13370
13371 * Makefile (srcs): Add nonascii.texi and customize.texi.
13372 (dist): Start by deleting `temp'.
13373
13374 1998-02-17 Richard Stallman <rms@psilocin.gnu.org>
13375
13376 * Makefile (makeinfo, texindex): Targets deleted.
13377 (makeinfo.o, texindex.o): Targets deleted.
13378 (clean, dist): Don't do anything with them or with getopt*.
13379
13380 1998-01-30 Richard Stallman <rms@psilocin.gnu.org>
13381
13382 * Makefile (SHELL): Defined.
13383
13384 1998-01-27 Richard Stallman <rms@psilocin.gnu.org>
13385
13386 * Makefile (elisp.tps): New target.
13387 (elisp.dvi): Depend on elisp.tps.
13388
13389 1996-04-03 Karl Heuer <kwzh@gnu.ai.mit.edu>
13390
13391 * README: Update phone number.
13392
13393 * Makefile (elisp): Make this be the default target.
13394 Depend on makeinfo.c instead of makeinfo.
13395 (install): Don't depend on elisp.dvi, since we don't install that.
13396 Use mkinstalldirs.
13397 (dist): Add mkinstalldirs.
13398
13399 1995-06-19 Richard Stallman <rms@mole.gnu.ai.mit.edu>
13400
13401 * Makefile (VERSION): Update version number.
13402 (maintainer-clean): Rename from realclean.
13403
13404 1995-06-07 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
13405
13406 * Makefile (realclean): New target.
13407 (elisp): Remove any old elisp-* files first.
13408
13409 1993-11-23 Noah Friedman (friedman@nutrimat.gnu.ai.mit.edu)
13410
13411 * Makefile (VERSION): New variable.
13412 (dist): Make packaged directory name `elisp-manual-19-$(VERSION)'.
13413 Compressed file suffix should be `.gz', not `.z'.
13414
13415 1993-11-22 Richard Stallman (rms@mole.gnu.ai.mit.edu)
13416
13417 * Makefile (elisp): Depend on makeinfo.
13418
13419 1993-11-19 Noah Friedman (friedman@gnu.ai.mit.edu)
13420
13421 * Makefile (srcs): Add anti.texi.
13422
13423 1993-05-28 Richard Stallman (rms@mole.gnu.ai.mit.edu)
13424
13425 * Makefile (infodir, prefix): New vars.
13426 (install): Use infodir.
13427 (emacsinfodir): Delete.
13428
13429 1993-05-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
13430
13431 * Makefile (srcs): Add calendar.texi.
13432
13433 * Makefile (dist): Copy texindex.c and makeinfo.c.
13434 Limit elisp-* files to those with one or two digits.
13435
13436 1993-05-16 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
13437
13438 * Makefile (dist): Change to use Gzip instead of compress.
13439
13440 1993-04-23 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
13441
13442 * loading.texi (Unloading): define-function changed back to
13443 defalias. It may not stay this way, but at least it's
13444 consistent with the known-good version of the code patch.
13445
13446 1993-03-26 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
13447
13448 * modes.texi (Hooks): Document new optional arg of add-hook.
13449
13450 1993-03-17 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
13451
13452 * variables.texi: Document nil initial value of buffer-local variables.
13453
13454 * tips.texi: Add new section on standard library headers.
13455
13456 1993-02-27 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
13457
13458 * Makefile (srcs): Add frame.texi to the list of sources.
13459
13460 1993-02-23 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
13461
13462 * Makefile (dist): Don't bother excluding autosave files; they'll
13463 never make it into the temp directory anyway, and the hash marks
13464 in the name are problematic for make and the Bourne shell.
13465 (srcs): ???
13466
13467 1993-02-12 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
13468
13469 * Makefile (dist): Don't include backup files or autosave files in
13470 the distribution tar file.
13471
13472 1991-11-26 Richard Stallman (rms@mole.gnu.ai.mit.edu)
13473
13474 * Makefile (srcs): Add index.perm.
13475 (elisp.dvi): Remove erroneous shell comment.
13476 Expect output of permute-index in permuted.fns.
13477 Save old elisp.aux in elisp.oaux.
13478 (clean): Add index.texi to be deleted.
13479
13480 1990-08-11 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
13481
13482 * Makefile (elisp.dvi, index.texi): Use shell if instead of ifdef.
13483
13484 1990-06-26 David Lawrence (tale@geech)
13485
13486 * files.texi: Noted that completion-ignored-extensions is ignored
13487 when making *Completions*.
13488
13489 1990-06-08 Jay Fenlason (hack@ai.mit.edu)
13490
13491 * Makefile make dist now depends on elisp.dvi, since it tries
13492 to include it in the dist file.
13493
13494 1990-03-28 Jim Kingdon (kingdon@mole.ai.mit.edu)
13495
13496 * functions.texinfo (Mapping Functions): Add missing quote.
13497
13498 1989-06-19 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
13499
13500 * texinfo.tex (frenchspacing): Use decimal codes for char to be set.
13501 (defunargs): Turn off \hyphenchar of \sl font temporarily.
13502
13503 1989-05-10 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
13504
13505 * @result{}, @expansion{}, @print{}, @quiv{}, @point{},
13506 and @error{} are the terms now being used. The files in the
13507 directory have been changed to reflect this.
13508
13509 * All instances of @indentedresultt{} have been changed to
13510 ` @result{}', using 5 spaces at the beginning of the line.
13511
13512 1989-04-24 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
13513
13514 * @result{}, @expandsto{}, @prints{}, @quiv{}, @error{}, and the
13515 experimental @indentedresult{}, @indentedexpandsto{} are part of
13516 the texinfo.tex in this directory. These TeX macros are not
13517 stable yet.
13518
13519 1989-04-17 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
13520
13521 * texinfo.tex: Temporarily added
13522 \let\result=\dblarrow
13523 \def\error{{\it ERROR} \longdblarrow}
13524 We need to do this better soon.
13525
13526 1989-04-11 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
13527
13528 * Applied Karl Berry's patches to *.texinfo files, but not to
13529 texinfo.tex; those diffs are in `berry-texinfo-tex-diffs'. (Karl's
13530 new title page format is also not applied, since it requires
13531 texinfo.tex changes.)
13532
13533 * Cleaned up `Makefile' and defined the `emacslibdir' directory
13534 for the Project GNU development environment.
13535
13536 ;; Local Variables:
13537 ;; coding: utf-8
13538 ;; End:
13539
13540 Copyright (C) 1998-2015 Free Software Foundation, Inc.
13541
13542 This file is part of GNU Emacs.
13543
13544 GNU Emacs is free software: you can redistribute it and/or modify
13545 it under the terms of the GNU General Public License as published by
13546 the Free Software Foundation, either version 3 of the License, or
13547 (at your option) any later version.
13548
13549 GNU Emacs is distributed in the hope that it will be useful,
13550 but WITHOUT ANY WARRANTY; without even the implied warranty of
13551 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13552 GNU General Public License for more details.
13553
13554 You should have received a copy of the GNU General Public License
13555 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.