]> code.delx.au - gnu-emacs/blob - doc/lispref/ChangeLog
doc/lispref/text.texi (Clickable Text): Improve indexing. (Bug#19629)
[gnu-emacs] / doc / lispref / ChangeLog
1 2015-01-20 Eli Zaretskii <eliz@gnu.org>
2
3 * text.texi (Clickable Text): Improve indexing. (Bug#19629)
4
5 2015-01-15 Eli Zaretskii <eliz@gnu.org>
6
7 * variables.texi (Creating Buffer-Local): Improve indexing.
8 (Bug#19608)
9
10 2015-01-04 Eli Zaretskii <eliz@gnu.org>
11
12 * frames.texi (Display Feature Testing): Make the description of
13 x-server-version and x-server-vendor less X-specific. (Bug#19502)
14
15 2014-12-24 Glenn Morris <rgm@gnu.org>
16
17 * control.texi (Pattern matching case statement):
18 * os.texi (Desktop Notifications):
19 * modes.texi (Defining Minor Modes, SMIE Lexer): Markup fixes.
20
21 2014-12-23 Eli Zaretskii <eliz@gnu.org>
22
23 * windows.texi (Recombining Windows): Index subject of sections.
24
25 * variables.texi (Variables with Restricted Values)
26 (Generalized Variables): Index subject of sections.
27
28 * text.texi (Buffer Contents, Examining Properties)
29 (Changing Properties, Property Search, Substitution): Index
30 subject of sections.
31
32 * syntax.texi (Motion and Syntax, Parsing Expressions)
33 (Motion via Parsing, Position Parse, Control Parsing): Index
34 subject of sections.
35
36 * strings.texi (Predicates for Strings, Creating Strings)
37 (Modifying Strings, Text Comparison): Index subject of sections.
38
39 * searching.texi (Syntax of Regexps, Regexp Special)
40 (Regexp Functions, Regexp Functions): Index subject of sections.
41
42 * processes.texi (Subprocess Creation, Process Information): Index
43 subject of sections.
44
45 * positions.texi (Screen Lines): Index subject of sections.
46
47 * nonascii.texi (Scanning Charsets, Specifying Coding Systems):
48 Index subject of sections.
49
50 * minibuf.texi (Text from Minibuffer, Object from Minibuffer)
51 (Multiple Queries, Minibuffer Contents): Index subject of
52 sections.
53
54 * markers.texi (Predicates on Markers, Creating Markers)
55 (Information from Markers, Moving Markers): Index subject of
56 sections.
57
58 * macros.texi (Defining Macros, Problems with Macros): Index
59 subject of sections.
60
61 * loading.texi (Loading Non-ASCII, Where Defined): Index subject
62 of sections.
63
64 * lists.texi (List-related Predicates, List Variables, Setcar)
65 (Setcdr, Plist Access): Index subject of sections.
66
67 * keymaps.texi (Controlling Active Maps, Scanning Keymaps)
68 (Modifying Menus): Index subject of sections.
69
70 * help.texi (Accessing Documentation, Help Functions): Index
71 subject of sections.
72
73 * hash.texi (Hash Access): Index subject of sections.
74
75 * functions.texi (Core Advising Primitives)
76 (Advising Named Functions, Porting old advices): Index subject of
77 sections.
78
79 * frames.texi (Creating Frames, Initial Parameters)
80 (Position Parameters, Buffer Parameters, Minibuffers and Frames)
81 (Pop-Up Menus, Drag and Drop): Index subject of sections.
82
83 * files.texi (Visiting Functions, Kinds of Files)
84 (Unique File Names): Index subject of sections.
85
86 * display.texi (Refresh Screen, Echo Area Customization)
87 (Warning Variables, Warning Options, Delayed Warnings)
88 (Temporary Displays, Managing Overlays, Overlay Properties)
89 (Finding Overlays, Size of Displayed Text, Defining Faces)
90 (Attribute Functions, Displaying Faces, Face Remapping)
91 (Basic Faces, Font Lookup, Fontsets, Replacing Specs)
92 (Defining Images, Showing Images): Index subject of sections.
93
94 * debugging.texi (Debugging, Explicit Debug)
95 (Invoking the Debugger, Excess Open, Excess Close): Index subject
96 of sections.
97
98 * customize.texi (Defining New Types, Applying Customizations)
99 (Custom Themes): Index subject of sections.
100
101 * control.texi (Sequencing, Combining Conditions)
102 (Processing of Errors, Cleanups): Index subject of sections.
103
104 * compile.texi (Eval During Compile): Index subject of sections.
105
106 * commands.texi (Using Interactive, Distinguish Interactive)
107 (Command Loop Info, Classifying Events, Event Mod)
108 (Invoking the Input Method): Index subject of sections.
109
110 * buffers.texi (Buffer List, Buffer Gap): Index subject of sections.
111
112 * backups.texi (Making Backups, Numbered Backups, Backup Names)
113 (Reverting): Index subject of sections.
114
115 * abbrevs.texi (Abbrev Tables, Defining Abbrevs, Abbrev Files)
116 (Abbrev Expansion, Standard Abbrev Tables, Abbrev Properties)
117 (Abbrev Table Properties): Index subject of sections.
118
119 * os.texi (Time of Day, Time Conversion, Time Parsing)
120 (Time Calculations, Idle Timers): Index subject of sections.
121
122 2014-12-18 Stefan Monnier <monnier@iro.umontreal.ca>
123
124 * display.texi (Forcing Redisplay): Remove references to
125 redisplay-dont-pause and redisplay-preemption-period (which doesn't
126 even exist).
127
128 2014-12-11 Eli Zaretskii <eliz@gnu.org>
129
130 * text.texi (Comparing Text): Prevent a text string from being
131 broken between 2 lines. (Bug#19257)
132
133 2014-11-19 Paul Eggert <eggert@cs.ucla.edu>
134
135 Lessen focus on ChangeLog files, as opposed to change log entries.
136 * intro.texi (Acknowledgments): ChangeLog file -> change log entries.
137 * tips.texi (Library Headers): Emacs uses a version control system.
138
139 2014-11-09 Glenn Morris <rgm@gnu.org>
140
141 * Makefile.in (version): Remove variable.
142 (clean): No longer delete dist tarfile.
143 (dist): Remove rule; replace with code in admin.el.
144
145 2014-10-20 Glenn Morris <rgm@gnu.org>
146
147 * Version 24.4 released.
148
149 2014-10-13 Glenn Morris <rgm@gnu.org>
150
151 * Makefile.in (dist): Update for new output variables.
152
153 2014-10-09 Glenn Morris <rgm@gnu.org>
154
155 * elisp.texi (DATE): Bump to October 2014.
156
157 * frames.texi (Multiple Terminals): Copyedits.
158
159 2014-10-08 Eli Zaretskii <eliz@gnu.org>
160
161 * frames.texi (Multiple Terminals): Improve the description of X
162 display names. Add index entries.
163 (Basic Parameters): Add a cross-reference to where X display names
164 are described.
165 (Position Parameters): Mention that positional parameters of the
166 form (+ POS) can be negative if they are on a non-primary monitor
167 of a multi-monitor display. (Bug#18636)
168 (Creating Frames): Mention that on multi-monitor displays the
169 frame might be positioned differently than specified by the frame
170 parameters alist.
171
172 2014-10-04 Glenn Morris <rgm@gnu.org>
173
174 * commands.texi (Generic Commands): Copyedits.
175
176 * display.texi (Scroll Bars):
177 * modes.texi (Header Lines): Copyedits.
178
179 * buffers.texi (Buffer List):
180 * display.texi (Image Descriptors, Defining Images):
181 * functions.texi (Core Advising Primitives): Small fixes re @var usage.
182
183 * windows.texi (Window Sizes, Resizing Windows): Copyedits.
184
185 * frames.texi (Multiple Terminals): Copyedits re multiple monitors.
186
187 2014-10-03 Martin Rudalics <rudalics@gmx.at>
188
189 * frames.texi (Size Parameters, Size and Position): Mention that
190 with some window managers you have to set
191 `frame-resize-pixelwise' in order make a frame truly fullscreen
192 or maximized.
193
194 2014-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
195
196 * functions.texi (Core Advising Primitives): Add a note about the
197 confusing treatment of `interactive' for :filter-args (bug#18399).
198
199 2014-08-19 Eli Zaretskii <eliz@gnu.org>
200
201 * display.texi (Bidirectional Display): Update the Emacs's class
202 of bidirectional conformance.
203
204 2014-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
205
206 * debugging.texi (Function Debugging, Debugger Commands):
207 Update debug-on-entry w.r.t behavior after redefinitions (bug#17902).
208
209 2014-06-29 Glenn Morris <rgm@gnu.org>
210
211 * help.texi (Help Functions): "Online" help doesn't mean what it
212 used to any more.
213
214 2014-06-26 Glenn Morris <rgm@gnu.org>
215
216 * minibuf.texi (Intro to Minibuffers): Batch mode is basic.
217 (Reading a Password): Mention batch mode. (Bug#17839)
218
219 2014-06-21 Eli Zaretskii <eliz@gnu.org>
220
221 * positions.texi (Screen Lines): Clarify how columns are counted
222 by vertical-motion.
223
224 2014-06-14 Eli Zaretskii <eliz@gnu.org>
225
226 * commands.texi (Accessing Mouse): Improve the wording of the
227 posn-col-row documentation. (Bug#17768)
228
229 2014-06-08 Glenn Morris <rgm@gnu.org>
230
231 * os.texi (Startup Summary): Small fix for initial-buffer-choice.
232
233 * files.texi (Subroutines of Visiting): Mention uniquify.
234
235 * numbers.texi (Comparison of Numbers): Copyedits.
236
237 2014-06-06 Glenn Morris <rgm@gnu.org>
238
239 * display.texi (Window Systems): Remove window-setup-hook.
240 * os.texi (Startup Summary, Init File):
241 Improve description of window-setup-hook.
242 (Terminal-Specific): Update window-setup-hook cross-reference.
243 * hooks.texi (Standard Hooks): Update window-setup-hook cross-reference.
244
245 * display.texi (Overlay Properties): Update re priority. (Bug#17234)
246
247 2014-06-05 Glenn Morris <rgm@gnu.org>
248
249 * package.texi (Package Archives): Mention signing packages.
250
251 2014-05-27 Glenn Morris <rgm@gnu.org>
252
253 * text.texi (Buffer Contents):
254 Update for filter-buffer-substring changes.
255
256 * abbrevs.texi (Abbrev Expansion): Update for expand-abbrev changes.
257 * functions.texi (Advising Functions): Standardize menu case.
258
259 2014-05-17 Eli Zaretskii <eliz@gnu.org>
260
261 * display.texi (Invisible Text): Clarify the description of
262 line-move-ignore-invisible. (Bug#17511)
263
264 2014-05-07 Paul Eggert <eggert@cs.ucla.edu>
265
266 * internals.texi (C Dialect): New section.
267 (C Integer Types): Mention bool_bf.
268
269 2014-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
270
271 * processes.texi (Filter Functions, Sentinels): Advertise add-function.
272
273 2014-04-24 Eli Zaretskii <eliz@gnu.org>
274
275 * strings.texi (Text Comparison): Mention equal-including-properties
276 for when text properties of the strings matter for comparison.
277
278 2014-04-21 Eli Zaretskii <eliz@gnu.org>
279
280 * text.texi (Registers): Document register-read-with-preview.
281
282 * internals.texi (Building Emacs): Improve indexing.
283
284 2014-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
285
286 * display.texi (Overlay Properties): Reword the doc of `priority'.
287 (Finding Overlays): Document new arg of `overlays-at'.
288
289 2014-04-05 Glenn Morris <rgm@gnu.org>
290
291 * os.texi (Recording Input): Dribble files may contain passwords.
292
293 2014-04-04 Glenn Morris <rgm@gnu.org>
294
295 * backups.texi (Making Backups, Reverting):
296 Update for default values of some -function vars no longer being nil.
297 (Reverting): Update for buffer-stale-function
298 also applying to file-buffers.
299
300 2014-03-25 Eli Zaretskii <eliz@gnu.org>
301
302 * files.texi (Kinds of Files): Improve documentation of
303 file-symlink-p. (Bug#17073) Add cross-references.
304
305 2014-03-24 Barry O'Reilly <gundaetiapo@gmail.com>
306
307 * markers.texi (Moving Marker Positions): The 2014-03-02 doc
308 change mentioning undo's inability to handle relocated markers no
309 longer applies. See bug#16818.
310 * text.texi (Undo): Expand documentation of (TEXT . POS) and
311 (MARKER . ADJUSTMENT) undo elements.
312
313 2014-03-22 Glenn Morris <rgm@gnu.org>
314
315 * commands.texi (Defining Commands): List interactive-only values.
316
317 2014-03-22 Eli Zaretskii <eliz@gnu.org>
318
319 * functions.texi (Core Advising Primitives): Fix cross-reference
320 in last change.
321
322 2014-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
323
324 * functions.texi (Advising Functions): Explain a bit more how
325 arguments work.
326 (Advice combinators): New node.
327 (Core Advising Primitives): Use it. Expand description of "depth".
328 (Advising Named Functions): Document limitation of advices on macros.
329
330 2014-03-21 Martin Rudalics <rudalics@gmx.at>
331
332 * frames.texi (Size and Position): In `frame-resize-pixelwise'
333 description drop remark about frame maximization.
334 * windows.texi (Display Action Functions): Add description for
335 `display-buffer-no-window' and explain use of `allow-no-window'
336 alist entries.
337
338 2014-03-21 Glenn Morris <rgm@gnu.org>
339
340 * commands.texi (Defining Commands): Copyedit re `interactive-only'.
341
342 2014-03-20 Paul Eggert <eggert@cs.ucla.edu>
343
344 * internals.texi (C Integer Types): Prefer 'false' and 'true'
345 to '0' and '1' for booleans.
346
347 2014-03-19 Paul Eggert <eggert@cs.ucla.edu>
348
349 * numbers.texi: Improve and clarify a bit, and fix some minor bugs.
350 Remove now-obsolete hypothetical note about negative division,
351 as the C standard has changed.
352
353 Fix porting inconsistency about rounding to even.
354 * numbers.texi (Numeric Conversions, Rounding Operations):
355 Document that 'round' and 'fround' round to even.
356
357 2014-03-18 Juanma Barranquero <lekktu@gmail.com>
358
359 * customize.texi (Variable Definitions): Recommend avoiding
360 destructive modification of the value argument of :set (bug#16755).
361
362 2014-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
363
364 * modes.texi (Auto-Indentation): Mention electric-indent variables.
365
366 2014-03-18 Juanma Barranquero <lekktu@gmail.com>
367
368 * functions.texi (Advising Named Functions): Fix reference.
369
370 2014-03-18 Paul Eggert <eggert@cs.ucla.edu>
371
372 Improve documentation for integer and floating-point basics.
373 * numbers.texi (Numbers, Integer Basics, Float Basics):
374 Document the basics a bit more precisely. Say more clearly
375 that Emacs floating-point numbers are IEEE doubles on all
376 current platforms. Give more details about frexp.
377 Say more clearly that '1.' is an integer.
378 (Predicates on Numbers): Fix wholenump typo.
379 * objects.texi (Integer Type): Adjust to match numbers.texi.
380
381 2014-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
382
383 * functions.texi (Advising Functions): Try and improve the text.
384 Add example use of advice-add (bug#16959).
385 (Core Advising Primitives): Rename. Explain handling of interactive
386 specs, including advice-eval-interactive-spec.
387 (Advising Named Functions): Try and better explain the difference with
388 add-function.
389 (Porting old advices): New node.
390
391 2014-03-18 Paul Eggert <eggert@cs.ucla.edu>
392
393 Style fixes for floating-point doc.
394 * commands.texi, customize.texi, display.texi, elisp.texi, files.texi:
395 * frames.texi, hash.texi, internals.texi, keymaps.texi, lists.texi:
396 * minibuf.texi, nonascii.texi, numbers.texi, objects.texi, os.texi:
397 * processes.texi, streams.texi, strings.texi, text.texi:
398 * variables.texi, windows.texi:
399 Hyphenate "floating-point" iff it precedes a noun.
400 Reword to avoid nouns and hyphenation when that's easy.
401 Prefer "integer" to "integer number" and "is floating point"
402 to "is a floating point number".
403 Prefer "@minus{}" to "-" when it's a minus.
404
405 2014-03-16 Martin Rudalics <rudalics@gmx.at>
406
407 * display.texi (Temporary Displays): Rewrite descriptions of
408 `with-output-to-temp-buffer' and `with-temp-buffer-window'.
409 * help.texi (Help Functions): Rewrite description of `with-help-window'.
410
411 2014-03-15 Dmitry Gutov <dgutov@yandex.ru>
412
413 * display.texi (Blinking): Update WRT to the new
414 `blink-matchin-paren' behavior.
415
416 2014-03-14 Martin Rudalics <rudalics@gmx.at>
417
418 * display.texi (Temporary Displays): Say that
419 `with-temp-buffer-window' makes its buffer current.
420 * frames.texi (Size and Position): Describe new option
421 `frame-resize-pixelwise'. Rewrite descriptions of
422 `set-frame-size', `set-frame-height' and `set-frame-width'.
423
424 2014-03-09 Martin Rudalics <rudalics@gmx.at>
425
426 * elisp.texi (Top): Rename section "Width" to "Size of Displayed Text".
427 * text.texi (Primitive Indent):
428 * strings.texi (String Basics):
429 * sequences.texi (Sequence Functions): Update references accordingly.
430 * display.texi (Size of Displayed Text): Rename section from
431 "Width". Add description for `window-text-pixel-size'.
432 (Window Dividers): Reword description of window dividers.
433 * frames.texi (Layout Parameters): Improve description of window
434 divider parameters.
435 * windows.texi (Window Sizes): Add descriptions of
436 `window-mode-line-height' and `window-header-line-height'.
437 (Coordinates and Windows): Mention window dividers.
438
439 2014-03-07 Martin Rudalics <rudalics@gmx.at>
440
441 * buffers.texi (The Buffer List): Rename node to Buffer List.
442 Describe `buffer-list-update-hook'.
443 * elisp.texi (Top): "The Buffer List" renamed to "Buffer List".
444 Add node for Window Dividers.
445 * hooks.texi (Standard Hooks): Add reference to
446 `buffer-list-update-hook'.
447 * windows.texi (Window Sizes): Describe `window-min-size'.
448 (Splitting Windows): Update description of `split-window'.
449 (Selecting Windows): Update description of `select-window'.
450
451 2014-03-06 Martin Rudalics <rudalics@gmx.at>
452
453 * frames.texi (Size and Position): Rewrite entries for
454 `fit-frame-to-buffer' and `fit-frame-to-buffer-margins'.
455 Add description for `fit-frame-to-buffer-sizes'.
456 * windows.texi (Resizing Windows): Add descriptions for
457 pixelwise resizing. Add entries for `window-resize-pixelwise'
458 and `fit-window-to-buffer-horizontally'.
459 Rewrite `fit-window-to-buffer' entry.
460
461 2014-03-06 Xue Fuqiao <xfq@gnu.org>
462
463 * internals.texi (Window Internals): Remove field `region_showing'.
464
465 2014-03-06 Glenn Morris <rgm@gnu.org>
466
467 * searching.texi (Replacing Match):
468 Remove incorrect, uninteresting return value. (Bug#16942)
469
470 2014-03-05 Martin Rudalics <rudalics@gmx.at>
471
472 * display.texi (Window Dividers): New section.
473 * frames.texi (Layout Parameters): Add right-divider-width and
474 bottom-divider-width.
475 * windows.texi (Window Sizes): Redraw schematic and rewrite its
476 description. Rewrite descriptions of `window-total-height',
477 `window-total-width', `window-total-size', `window-body-height',
478 `window-body-width' and `window-size-fixed'. Add descriptions
479 for `window-pixel-height', `window-pixel-width',
480 `window-min-height' and `window-min-width'. Remove description
481 of `window-size-fixed-p' moving part of it to that of
482 `window-size-fixed'.
483 (Resizing Windows): Mention dividers when talking about minimum sizes.
484
485 2014-03-05 Glenn Morris <rgm@gnu.org>
486
487 * modes.texi (SMIE Customization): New section.
488 * elisp.texi (Top): Update detailed menu.
489
490 2014-03-04 Martin Rudalics <rudalics@gmx.at>
491
492 * windows.texi (Windows and Frames): Add some missing &optional
493 designators. Adjust description of window-in-direction.
494
495 2014-03-02 Barry O'Reilly <gundaetiapo@gmail.com>
496
497 * markers.texi (Moving Marker Positions): Clarify guidance about
498 when to move markers and when to create a new one, as discussed at
499 http://debbugs.gnu.org/cgi/bugreport.cgi?bug=16818#17
500
501 2014-03-02 Glenn Morris <rgm@gnu.org>
502
503 * text.texi (Decompression): New node.
504 * elisp.texi (Top): Update detailed menu.
505
506 2014-03-01 Glenn Morris <rgm@gnu.org>
507
508 * display.texi (Forcing Redisplay): Mention pre-redisplay-function.
509
510 2014-02-28 Xue Fuqiao <xfq@gnu.org>
511
512 * functions.texi (Advising Functions, Advising Named Functions):
513 Tweak markup.
514
515 * display.texi (Defining Faces): Doc fix for `face-spec-set'.
516
517 * elisp.texi (Top):
518 * commands.texi (Generic Commands, Defining Commands):
519 Document `define-alternatives'.
520
521 2014-02-27 Xue Fuqiao <xfq@gnu.org>
522
523 * windows.texi (Window Sizes): Document `window-size'.
524 (Display Action Functions): Document `display-buffer-at-bottom'.
525 (Window Configurations): Minor fixes.
526
527 * modes.texi (Header Lines): Document `window-header-line-height'.
528
529 * display.texi (Scroll Bars): Document `window-scroll-bar-width'.
530
531 * windows.texi (Window Sizes, Resizing Windows): Document some
532 pixelwise window operations.
533
534 * text.texi (Margins): Fix the description of RET and `C-j'.
535
536 * frames.texi (Multiple Terminals): Document
537 `display-monitor-attributes-list' and `display-monitor-attributes'.
538 (Display Feature Testing): Add some notes about multi-monitor.
539
540 2014-02-27 Glenn Morris <rgm@gnu.org>
541
542 * minibuf.texi (Programmed Completion):
543 Mention completion-table-with-cache.
544
545 2014-02-25 Glenn Morris <rgm@gnu.org>
546
547 * display.texi (Window Systems):
548 Replace term-setup-hook with emacs-startup-hook.
549 * hooks.texi (Standard Hooks):
550 Replace term-setup-hook with tty-setup-hook.
551 * os.texi (Startup Summary, Init File, Terminal-Specific):
552 Replace term-setup-hook with tty-setup-hook, and update.
553
554 2014-02-22 Stefan Monnier <monnier@iro.umontreal.ca>
555
556 * functions.texi (Declare Form): Document gv-expander, gv-setter,
557 and compiler-macro (bug#16829, bug#15093).
558
559 2014-02-21 Juanma Barranquero <lekktu@gmail.com>
560
561 * windows.texi (Window Configurations): Doc fix.
562 (Windows and Frames): Fix typo.
563
564 2014-02-21 Glenn Morris <rgm@gnu.org>
565
566 * internals.texi (Process Internals):
567 * processes.texi (Subprocess Creation, Deleting Processes)
568 (Output from Processes, Process Buffers, Filter Functions)
569 (Accepting Output, Sentinels, Network, Network Servers):
570 Filters and sentinels can no longer be nil.
571 * elisp.texi (Top): Menu update.
572
573 2014-02-20 Glenn Morris <rgm@gnu.org>
574
575 * functions.texi (Defining Functions): Mention defalias-fset-function.
576
577 2014-02-17 Stefan Monnier <monnier@iro.umontreal.ca>
578
579 * minibuf.texi (Completion Commands): Don't document obsolete
580 `common-substring' arg of display-completion-list.
581
582 2014-02-17 Glenn Morris <rgm@gnu.org>
583
584 * minibuf.texi (Text from Minibuffer): Update read-regexp details.
585 Mention read-regexp-defaults-function.
586
587 2014-02-13 Glenn Morris <rgm@gnu.org>
588
589 * debugging.texi (Debugger Commands): Tiny edits.
590
591 2014-02-12 Glenn Morris <rgm@gnu.org>
592
593 * package.texi (Simple Packages): Describe URL and Keywords headers.
594
595 2014-02-10 Lars Ingebrigtsen <larsi@gnus.org>
596
597 * text.texi (User-Level Deletion):
598 Document `delete-trailing-whitespace' (bug#15309).
599
600 2014-02-09 Lars Ingebrigtsen <larsi@gnus.org>
601
602 * text.texi (Changing Properties): Clarify `propertize' (bug#9825).
603
604 * display.texi (Blinking): Clarify doc string in example (bug#10658).
605
606 * commands.texi (Accessing Mouse): Mention that these function
607 also work on keyboard events (bug#14228).
608 (Quitting): Refer to the right node for `set-input-mode' (bug#11458).
609
610 2014-02-08 Lars Ingebrigtsen <larsi@gnus.org>
611
612 * display.texi (Face Attributes): Add an index (bug#14924).
613
614 * keymaps.texi (Menu Bar): Minor clarification (bug#15657).
615
616 2014-02-06 Glenn Morris <rgm@gnu.org>
617
618 * display.texi (Truncation):
619 * positions.texi (Screen Lines): Do not mention cache-long-scans.
620
621 2014-01-31 Juri Linkov <juri@jurta.org>
622
623 * searching.texi (String Search): Incremental word search fixes.
624
625 2014-01-28 Glenn Morris <rgm@gnu.org>
626
627 * text.texi (Indent Tabs): Update related to tab-stops.
628
629 2014-01-24 Glenn Morris <rgm@gnu.org>
630
631 * control.texi (Handling Errors): Update with-demoted-errors.
632
633 * files.texi (File Locks): Every platform supports locking now.
634
635 2014-01-22 Glenn Morris <rgm@gnu.org>
636
637 * display.texi (ImageMagick Images): Expand on image-format-suffixes.
638
639 2014-01-20 Glenn Morris <rgm@gnu.org>
640
641 * hash.texi (Other Hash): Do not mention subr-x.el functions;
642 reverts 2013-12-22 change.
643
644 2014-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
645
646 * functions.texi (Advising Functions): New section.
647 * modes.texi (Running Hooks): Don't document with-wrapper-hook and
648 run-hook-wrapped any more.
649 (Hooks): Link to the new Advising Functions node.
650 * elisp.texi (Top): Don't include advice.texi.
651 * advice.texi: Remove.
652 * makefile.w32-in (srcs):
653 * Makefile.in (srcs): Adjust accordingly.
654
655 2014-01-09 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
656
657 * text.texi (Parsing HTML/XML): Document `shr-insert-document'.
658
659 * strings.texi (Text Comparison): Document `string-suffix-p'.
660
661 2014-01-07 Glenn Morris <rgm@gnu.org>
662
663 * files.texi (File Attributes): Fix superscipt typo.
664
665 2014-01-07 Chong Yidong <cyd@gnu.org>
666
667 * files.texi (Changing Files): Document copy-file changes.
668
669 2014-01-07 Glenn Morris <rgm@gnu.org>
670
671 * display.texi (Logging Messages): Copyedits re messages-buffer.
672
673 2014-01-06 Paul Eggert <eggert@cs.ucla.edu>
674
675 Specify .texi encoding (Bug#16292).
676 * back.texi, book-spine.texi, lay-flat.texi:
677 Add @documentencoding.
678
679 2014-01-05 Chong Yidong <cyd@gnu.org>
680
681 * backups.texi (Making Backups): Document backup-buffer change.
682
683 * files.texi (Visiting Files): Copyedits.
684 (Testing Accessibility): Mention ACLs. Move file-modes here from
685 File Attributes.
686 (Truenames): Move file-equal-p here from Kinds of Files.
687 (File Attributes): Move file-newer-than-file-p here from Testing
688 Accessibility.
689 (Extended Attributes): New node. Add file-extended-attributes.
690 (Changing Files): Document set-file-extended-attributes.
691
692 * commands.texi (Defining Commands): Document the interactive-form
693 property more carefully. Document interactive-only.
694
695 * compile.texi (Compiler Errors): Copyedits. Note that the
696 details for byte-compile-warnings are in its docstring.
697
698 * minibuf.texi (Minibuffer Contents): Remove obsolete function
699 minibuffer-completion-contents.
700
701 * variables.texi (Defining Variables): Note that defvar acts
702 always on the dynamic value.
703
704 * customize.texi (Variable Definitions): Likewise.
705
706 2014-01-05 Paul Eggert <eggert@cs.ucla.edu>
707
708 Document vconcat and the empty vector (Bug#16246).
709 * sequences.texi (Vector Functions):
710 Document behavior better when the result is empty.
711
712 Document behavior of (string-to-number "+@") (Bug#16293).
713 * strings.texi (String Conversion): Document behavior of
714 string-to-number on invalid strings that begin with "+", too.
715
716 2014-01-03 Chong Yidong <cyd@gnu.org>
717
718 * help.texi (Documentation, Accessing Documentation): Copyedits.
719 (Documentation Basics): Rewrite, avoiding a repeat discussion of
720 docstring conventions.
721
722 * tips.texi (Documentation Tips): Move discussion of
723 emacs-lisp-docstring-fill-column here from Documentation Basics.
724
725 * compile.texi (Docs and Compilation): Copyedits.
726
727 2014-01-02 Glenn Morris <rgm@gnu.org>
728
729 * numbers.texi (Numeric Conversions): Fix a typo.
730
731 2013-12-29 Paul Eggert <eggert@cs.ucla.edu>
732
733 Plain copy-file no longer chmods an existing destination (Bug#16133).
734 * files.texi (Changing Files): Document this.
735
736 2013-12-28 Chong Yidong <cyd@gnu.org>
737
738 * modes.texi (Auto Major Mode): Document interpreter-mode-alist change.
739
740 * buffers.texi (Modification Time): Document visited-file-modtime
741 change.
742
743 2013-12-28 Glenn Morris <rgm@gnu.org>
744
745 * control.texi (Pattern matching case statement): Brevity.
746
747 2013-12-27 Chong Yidong <cyd@gnu.org>
748
749 * functions.texi (Function Cells):
750 * eval.texi (Function Indirection): Update for the fact that
751 symbol-function no longer signals an error.
752
753 * commands.texi (Reading One Event): Mention keyboard coding.
754
755 * keymaps.texi (Translation Keymaps, Translation Keymaps):
756 * nonascii.texi (Terminal I/O Encoding): Copyedits.
757
758 2013-12-26 Chong Yidong <cyd@gnu.org>
759
760 * advice.texi (Advising Functions, Defining Advice): Special forms
761 can no longer be advised.
762
763 2013-12-25 Chong Yidong <cyd@gnu.org>
764
765 * keymaps.texi (Active Keymaps): Re-organize the text.
766 (Searching Keymaps): Rewrite the pseudo-code for 24.4 changes.
767 (Controlling Active Maps): Note that set-transient-map uses
768 overriding-terminal-local-map.
769
770 * tips.texi (Coding Conventions): Tweak the coding system tip;
771 Emacs now uses utf-8 by default for Emacs Lisp source files.
772
773 * display.texi (Font Selection): Tweak example.
774
775 * commands.texi (Event Input Misc): Document new arg to input-pending-p.
776
777 * nonascii.texi (Specifying Coding Systems): Don't refer to
778 emacs-mule-dos.
779 (Lisp and Coding Systems): Describe emacs-mule return value in
780 modern terms.
781
782 2013-12-25 Tassilo Horn <tsdh@gnu.org>
783
784 * control.texi (Pattern matching case statement): Rephrase lexical
785 binding requirement: the example needs it, not `pcase' itself.
786
787 2013-12-25 Chong Yidong <cyd@gnu.org>
788
789 * eval.texi (Eval): Document the LEXICAL arg to eval.
790
791 * variables.texi (Variables, Void Variables): Use "scoping rule"
792 terminology consistently.
793 (Variable Scoping): Add index entries, and use "dynamic scope"
794 terminology in place of "indefinite scope" to reduce confusion.
795 (Lexical Binding): Document lexical environment format.
796 (Using Lexical Binding): Add index entries for error messages.
797
798 2013-12-24 Tassilo Horn <tsdh@gnu.org>
799
800 * control.texi (Pattern matching case statement): Fix missing
801 argument in simple expression language sample (Bug#16238).
802 Add some sample programs written in that language. Mention that
803 `pcase' requires lexical binding.
804
805 2013-12-23 Xue Fuqiao <xfq.free@gmail.com>
806
807 * eval.texi (Special Forms): Document `special-form-p'.
808
809 * macros.texi (Simple Macro): Document `macrop'.
810
811 * files.texi (Changing Files): Fix an argument of `copy-file'.
812
813 * strings.texi (Creating Strings): Document TRIM in `split-string'.
814
815 2013-12-23 Chong Yidong <cyd@gnu.org>
816
817 * keymaps.texi (Controlling Active Maps):
818 Rename set-temporary-overlay-map to set-transient map. Doc fixes.
819 (Searching Keymaps): The transient keymap takes precedence.
820
821 2013-12-23 Glenn Morris <rgm@gnu.org>
822
823 * loading.texi (How Programs Do Loading, Load Suffixes):
824 Mention `load-prefer-newer'.
825
826 2013-12-22 Xue Fuqiao <xfq.free@gmail.com>
827
828 * hash.texi (Other Hash): Document `hash-table-keys'
829 and `hash-table-values'.
830
831 2013-12-22 Eli Zaretskii <eliz@gnu.org>
832
833 * nonascii.texi (Character Properties): NAME or OLD-NAME
834 properties can be nil (there's no empty string).
835 (Character Properties): Update the reference to the UCD.
836
837 2013-12-22 Xue Fuqiao <xfq.free@gmail.com>
838
839 * sequences.texi (Bool-Vectors): Document new bool-vector set
840 operation functions.
841
842 * text.texi (Examining Properties): Document `get-pos-property'.
843
844 * variables.texi (Directory Local Variables):
845 Document `enable-dir-local-variables'.
846
847 * debugging.texi (Debugger Commands):
848 Document `debugger-toggle-locals'.
849
850 2013-12-21 Chong Yidong <cyd@gnu.org>
851
852 * text.texi (Region Indent): Note the new interactive behavior of
853 indent-rigidly.
854
855 2013-12-20 Tassilo Horn <tsdh@gnu.org>
856
857 * numbers.texi (numbers): Document that =, <, <=, >, >= now accept
858 one or many arguments.
859
860 * display.texi: Document `messages-buffer'.
861
862 * os.texi: Document `initial-buffer-choice' changes.
863
864 2013-12-20 Chong Yidong <cyd@gnu.org>
865
866 * text.texi (Changing Properties): Improve documentation for
867 add-face-text-property.
868 (Special Properties): Mention add-face-text-property.
869
870 2013-12-18 Chong Yidong <cyd@gnu.org>
871
872 * customize.texi (Custom Themes): Document custom-known-themes
873 (Bug#15717).
874
875 * modes.texi (Defining Minor Modes): Fix typo (Bug#14874).
876 (Keymaps and Minor Modes): Fix binding convention (Bug#11522).
877
878 2013-12-13 Glenn Morris <rgm@gnu.org>
879
880 * internals.texi (Building Emacs):
881 * loading.texi (Library Search): Mention that site-load,
882 site-init cannot change load-path.
883
884 2013-12-12 Glenn Morris <rgm@gnu.org>
885
886 * elisp.texi: Tweak dircategory.
887
888 2013-12-12 Eli Zaretskii <eliz@gnu.org>
889
890 * nonascii.texi (Encoding and I/O): Document file-name encoding
891 peculiarities on MS-Windows.
892
893 2013-12-12 Glenn Morris <rgm@gnu.org>
894
895 * elisp.texi: Sync direntry with info/dir version.
896
897 2013-12-08 Juanma Barranquero <lekktu@gmail.com>
898
899 * display.texi (Progress, Face Remapping):
900 * processes.texi (Serial Ports):
901 * windows.texi (Recombining Windows): Fix typos. (Bug#16089)
902
903 2013-12-04 Juri Linkov <juri@jurta.org>
904
905 * searching.texi (Search and Replace): Fix `unread-command-events'
906 and add ref.
907
908 2013-12-03 Juri Linkov <juri@jurta.org>
909
910 * windows.texi (Choosing Window): Rename `no-display-ok' to
911 `allow-no-window'. (Bug#13594)
912
913 2013-11-30 Glenn Morris <rgm@gnu.org>
914
915 * Makefile.in (distclean): Remove Makefile.
916
917 2013-11-29 Andreas Politz <politza@fh-trier.de>
918
919 * modes.texi (Imenu): Make it clear that sub-alist is the cdr
920 (Bug#14029).
921
922 2013-11-27 Glenn Morris <rgm@gnu.org>
923
924 * loading.texi (Library Search):
925 * os.texi (Startup Summary): No more leim directory.
926
927 2013-11-26 Glenn Morris <rgm@gnu.org>
928
929 * os.texi (Startup Summary): Update for leim-list being preloaded.
930
931 2013-11-23 Brian Jenkins <brian@brianjenkins.org> (tiny change)
932
933 * frames.texi (Input Focus):
934 * hooks.texi (Standard Hooks): Mention focus-in-hook, focus-out-hook.
935
936 2013-11-23 Glenn Morris <rgm@gnu.org>
937
938 * loading.texi (Library Search):
939 Empty elements in EMACSLOADPATH now mean the default load-path.
940
941 2013-11-22 Glenn Morris <rgm@gnu.org>
942
943 * loading.texi (Library Search): Minor clarification.
944
945 2013-11-20 Leo Liu <sdl.web@gmail.com>
946
947 * windows.texi (Choosing Window): Mention `no-display-ok'. (Bug#13594)
948
949 2013-11-19 Xue Fuqiao <xfq.free@gmail.com>
950
951 * os.texi (File Notifications): Add an index.
952
953 * loading.texi (Loading): Add an cross-reference.
954
955 2013-11-18 Xue Fuqiao <xfq.free@gmail.com>
956
957 * os.texi (Session Management, Desktop Notifications): Add some
958 indexes and a cross-reference.
959
960 2013-11-17 Xue Fuqiao <xfq.free@gmail.com>
961
962 * os.texi (Time Parsing, Processor Run Time, Input Modes)
963 (Terminal Output): Minor fixes.
964
965 2013-11-14 Glenn Morris <rgm@gnu.org>
966
967 * loading.texi (Library Search): Update section.
968
969 2013-11-11 Xue Fuqiao <xfq.free@gmail.com>
970
971 * os.texi (User Identification, Time of Day, Time Conversion):
972 Minor fixes.
973
974 2013-11-10 Jan Djärv <jan.h.d@swipnet.se>
975
976 * keymaps.texi (Tool Bar): Mention that Gtk+/NS ignores item 1 to 3.
977
978 2013-11-09 Xue Fuqiao <xfq.free@gmail.com>
979
980 * os.texi (Startup Summary): Add an index about startup screen.
981 Typo fix.
982 (Command-Line Arguments): Add cross-reference for `dump-emacs'.
983
984 2013-11-08 Eli Zaretskii <eliz@gnu.org>
985
986 * display.texi (Truncation): Document that cache-long-scans is now
987 non-nil by default. (Bug#15797)
988
989 2013-11-05 Eli Zaretskii <eliz@gnu.org>
990
991 * lists.texi (Rearrangement): Fix indexing.
992
993 * display.texi (Bidirectional Display): Fix indexing.
994
995 2013-11-05 Xue Fuqiao <xfq.free@gmail.com>
996
997 * lists.texi (Rearrangement): Improve indexing.
998
999 * display.texi (Glyphs): Add an index for glyph code.
1000 (Bidirectional Display): Improve indexing.
1001
1002 2013-11-01 Jan Djärv <jan.h.d@swipnet.se>
1003
1004 * display.texi (Face Attributes): Document :distant-foreground.
1005
1006 2013-10-30 Xue Fuqiao <xfq.free@gmail.com>
1007
1008 * display.texi (Abstract Display): Improve indexing.
1009
1010 2013-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
1011
1012 * display.texi (Selective Display): Discourage the use of explicit
1013 selective display.
1014
1015 2013-10-29 Xue Fuqiao <xfq.free@gmail.com>
1016
1017 * display.texi (Showing Images): Add an index for image-size.
1018 Use @code instead of @var for a normal variable.
1019 (Multi-Frame Images): Improve indexing.
1020 (Button Buffer Commands): Use @code instead of @var for a normal
1021 variable.
1022 (Abstract Display): Explain the meaning of Ewoc.
1023
1024 2013-10-27 Xue Fuqiao <xfq.free@gmail.com>
1025
1026 * display.texi (Image Descriptors): Improve indexing.
1027
1028 2013-10-26 Xue Fuqiao <xfq.free@gmail.com>
1029
1030 * display.texi (Fringe Indicators): Add indexes for fringe indicators.
1031 (Customizing Bitmaps): Add an index for customizing fringe bitmaps.
1032
1033 2013-10-25 Xue Fuqiao <xfq.free@gmail.com>
1034
1035 * display.texi (Fontsets): Minor wording fix.
1036 (Low-Level Font): Improve indexing.
1037
1038 * nonascii.texi (Character Properties): Add an index for script symbols.
1039
1040 2013-10-24 Xue Fuqiao <xfq.free@gmail.com>
1041
1042 * display.texi (Face Remapping): Add indexes for face remapping.
1043 (Font Selection): Add indexes.
1044 (Low-Level Font): Add an index for font registry.
1045
1046 2013-10-23 Glenn Morris <rgm@gnu.org>
1047
1048 * eval.texi, files.texi, intro.texi, objects.texi, searching.texi:
1049 Nuke @refill.
1050
1051 * Makefile.in (install-dvi, install-html, install-pdf)
1052 (install-ps, uninstall-dvi, uninstall-html, uninstall-ps)
1053 (uninstall-pdf): Quote entities that might contain whitespace.
1054
1055 2013-10-19 Xue Fuqiao <xfq.free@gmail.com>
1056
1057 * display.texi (Face Attributes): Add indexes for the ‘:box’
1058 face attribute.
1059
1060 2013-10-18 Xue Fuqiao <xfq.free@gmail.com>
1061
1062 * display.texi (Line Height): Add indexes for line height.
1063
1064 2013-10-17 Xue Fuqiao <xfq.free@gmail.com>
1065
1066 * display.texi (Width): Fix arguments of ‘truncate-string-to-width’.
1067
1068 2013-10-16 Xue Fuqiao <xfq.free@gmail.com>
1069
1070 * display.texi (Selective Display): Add an index for explicit
1071 selective display.
1072
1073 2013-10-15 Xue Fuqiao <xfq.free@gmail.com>
1074
1075 * display.texi (Warning Basics): Mention the ‘*Warnings*’ buffer.
1076
1077 2013-10-13 Glenn Morris <rgm@gnu.org>
1078
1079 * intro.texi (Acknowledgments): Use accented form of some names.
1080
1081 2013-10-09 Glenn Morris <rgm@gnu.org>
1082
1083 * control.texi (Conditionals): Copyedits. (Bug#15558)
1084
1085 2013-10-08 Eli Zaretskii <eliz@gnu.org>
1086
1087 Support menus on text-mode terminals.
1088 * keymaps.texi (Defining Menus, Mouse Menus, Menu Bar):
1089 Modify wording to the effect that menus are supported on TTYs.
1090
1091 * frames.texi (Pop-Up Menus, Dialog Boxes)
1092 (Display Feature Testing): Update for menu support on TTYs.
1093
1094 2013-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
1095
1096 * tips.texi (Comment Tips): Discourage use of triple semi-colons for
1097 non-headings.
1098
1099 2013-10-05 Xue Fuqiao <xfq.free@gmail.com>
1100
1101 * syntax.texi (Categories): Add an index for category sets.
1102
1103 2013-10-03 Xue Fuqiao <xfq.free@gmail.com>
1104
1105 * syntax.texi (Syntax Flags, Syntax Table Functions): Add indexes.
1106
1107 2013-10-02 Xue Fuqiao <xfq.free@gmail.com>
1108
1109 * syntax.texi (Syntax Class Table): Add an index for syntax class table.
1110
1111 2013-09-29 Xue Fuqiao <xfq.free@gmail.com>
1112
1113 * searching.texi (Regexp Search): Refine.
1114
1115 2013-09-22 Xue Fuqiao <xfq.free@gmail.com>
1116
1117 * nonascii.texi (Default Coding Systems): Typo fix.
1118
1119 2013-09-21 Xue Fuqiao <xfq.free@gmail.com>
1120
1121 * nonascii.texi (Coding System Basics): Add information about
1122 carriage-return.
1123
1124 2013-09-14 Eli Zaretskii <eliz@gnu.org>
1125
1126 * display.texi (Display Margins): State the units of measuring
1127 margin width. (Bug#15375)
1128
1129 2013-09-13 Eli Zaretskii <eliz@gnu.org>
1130
1131 * text.texi (Not Intervals): Minor wording fix.
1132
1133 2013-09-12 Xue Fuqiao <xfq.free@gmail.com>
1134
1135 * functions.texi (Obsolete Functions): Add an index for obsolete
1136 functions.
1137
1138 2013-09-11 Xue Fuqiao <xfq.free@gmail.com>
1139
1140 * nonascii.texi (Character Properties): Character properties fix
1141 for decimal-digit-value and digit-value.
1142
1143 2013-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
1144
1145 * macros.texi (Defining Macros): Prefer "function" to "lambda
1146 expression" (bug#15296).
1147
1148 2013-08-28 Paul Eggert <eggert@cs.ucla.edu>
1149
1150 * Makefile.in (SHELL): Now @SHELL@, not /bin/sh,
1151 for portability to hosts where /bin/sh has problems.
1152
1153 2013-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
1154
1155 * variables.texi (File Local Variables): Don't recommend quoting! Ever!
1156
1157 2013-08-20 Eli Zaretskii <eliz@gnu.org>
1158
1159 * files.texi (Information about Files): Mention file names with
1160 trailing blanks on MS-Windows. (Bug#15130)
1161
1162 2013-08-18 Xue Fuqiao <xfq.free@gmail.com>
1163
1164 * positions.texi (Positions): Improve indexing.
1165
1166 2013-08-18 Eli Zaretskii <eliz@gnu.org>
1167
1168 * markers.texi (The Region): Improve indexing.
1169
1170 2013-08-17 Xue Fuqiao <xfq.free@gmail.com>
1171
1172 * modes.texi (SMIE, SMIE Grammar, SMIE Indentation): Add some indexes.
1173
1174 * text.texi (Maintaining Undo): Mention interactive call of
1175 buffer-disable-undo.
1176 (Filling): Add cross-reference for hard newlines.
1177 (Sorting): Fix indentation.
1178 (Columns): Comment out undefined behavior.
1179 (Case Changes): Fix an `args-out-of-range' error in the example.
1180
1181 2013-08-16 Xue Fuqiao <xfq.free@gmail.com>
1182
1183 * text.texi (Insertion): Refine.
1184 (Margins): Add an index.
1185 (Undo): Doc fix for `buffer-undo-list'.
1186
1187 * positions.texi (Character Motion):
1188 * markers.texi (Moving Markers, Creating Markers):
1189 Comment out undefined behavior.
1190
1191 2013-08-15 Xue Fuqiao <xfq.free@gmail.com>
1192
1193 * markers.texi (The Region): Add/move indexes.
1194
1195 2013-08-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
1196
1197 * display.texi (ImageMagick Images): Mention :content-type and
1198 `image-content-type-suffixes'.
1199
1200 2013-08-13 Xue Fuqiao <xfq.free@gmail.com>
1201
1202 * positions.texi (Word Motion): Remove redundant sentence.
1203
1204 2013-08-13 Glenn Morris <rgm@gnu.org>
1205
1206 * lists.texi (List Elements):
1207 Undocument behavior of nth and nthcdr with n < 0. (Bug#15059)
1208
1209 2013-08-13 Xue Fuqiao <xfq.free@gmail.com>
1210
1211 * frames.texi (Display Feature Testing): Add indexes.
1212
1213 2013-08-12 Glenn Morris <rgm@gnu.org>
1214
1215 * Makefile.in (prefix, datarootdir, datadir, PACKAGE_TARNAME)
1216 (docdir, dvidir, htmldir, pdfdir, psdir, GZIP_PROG, INSTALL)
1217 (INSTALL_DATA): New, set by configure.
1218 (HTML_OPTS, DVI_TARGETS, HTML_TARGETS, PDF_TARGETS, PS_TARGETS):
1219 New variables.
1220 (.SUFFIXES): Add .ps and .dvi.
1221 (.dvi.ps): New suffix rule.
1222 (dvi, html, pdf, ps): Use *_TARGETS variables.
1223 (elisp.html): Use HTML_OPTS.
1224 (elisp.ps): Remove explicit rule.
1225 (.PHONY): install-dvi, install-html, install-pdf, install-ps,
1226 install-doc, uninstall-dvi, uninstall-html, uninstall-pdf,
1227 uninstall-ps, and uninstall-doc.
1228 (install-dvi, install-html, install-pdf, install-ps, install-doc)
1229 (uninstall-dvi, uninstall-html, uninstall-ps, uninstall-pdf)
1230 (uninstall-doc): New rules.
1231 (clean): Use DVI_TARGETS, HTML_TARGETS, PDF_TARGETS, PS_TARGETS.
1232
1233 2013-08-10 Xue Fuqiao <xfq.free@gmail.com>
1234
1235 * edebug.texi (Instrumenting Macro Calls): Use @defmac for macros.
1236
1237 2013-08-09 Xue Fuqiao <xfq.free@gmail.com>
1238
1239 * control.texi (Error Symbols): Minor fix for previous change.
1240
1241 2013-08-09 Stefan Monnier <monnier@iro.umontreal.ca>
1242
1243 * errors.texi (Standard Errors): Don't refer to `error-conditions'.
1244
1245 * control.texi (Signaling Errors): Refer to define-error.
1246 (Error Symbols): Add `define-error'.
1247
1248 2013-08-06 Dmitry Antipov <dmantipov@yandex.ru>
1249
1250 * positions.texi (Motion by Screen Lines):
1251 * display.texi (Truncation): Rename `cache-long-line-scans'
1252 to `cache-long-scans'.
1253
1254 2013-08-05 Xue Fuqiao <xfq.free@gmail.com>
1255
1256 * windows.texi (Window Start and End): Add an index.
1257
1258 2013-08-02 Xue Fuqiao <xfq.free@gmail.com>
1259
1260 * display.texi (Face Functions): Add an index.
1261
1262 * variables.texi (Variable Aliases): Add an index.
1263
1264 * functions.texi (Defining Functions): Add an index.
1265
1266 * nonascii.texi (Coding System Basics): Add an index.
1267
1268 2013-07-31 Xue Fuqiao <xfq.free@gmail.com>
1269
1270 * nonascii.texi (Non-ASCII Characters): Update menu.
1271 (Disabling Multibyte): Move here from doc/emacs/mule.texi.
1272 Fix cross-references.
1273
1274 * elisp.texi (Top): Update menu.
1275
1276 2013-07-30 Xue Fuqiao <xfq.free@gmail.com>
1277
1278 * windows.texi (Window History): Mention the default value of
1279 switch-to-visible-buffer. Add cross-references.
1280
1281 2013-07-24 Michael Albinus <michael.albinus@gmx.de>
1282
1283 * errors.texi (Standard Errors): Fix typo.
1284
1285 * files.texi (Magic File Names):
1286 * os.texi (File Notifications): Remove file-notify-supported-p.
1287
1288 2013-07-24 Paul Eggert <eggert@cs.ucla.edu>
1289
1290 * eval.texi (Special Forms): Mention 'lambda'. Also, say that
1291 non-well-formed expressions result in unspecified behavior, though
1292 Emacs will not crash.
1293
1294 2013-07-22 Michael Albinus <michael.albinus@gmx.de>
1295
1296 * files.texi (Magic File Names): Add file-notify-add-watch,
1297 file-notify-rm-watch and file-notify-supported-p.
1298 Move file-remote-p down.
1299
1300 * errors.texi (Standard Errors): Add file-notify-error.
1301
1302 * os.texi (Desktop Notifications): Rename from Notifications.
1303 (File Notifications): New node.
1304
1305 * elisp.texi (Top): Update menu for these changes.
1306
1307 2013-07-19 Xue Fuqiao <xfq.free@gmail.com>
1308
1309 * windows.texi (Display Action Functions): Mention next-window.
1310
1311 2013-07-16 Xue Fuqiao <xfq.free@gmail.com>
1312
1313 * windows.texi (Selecting Windows): Fix the introduction of
1314 `set-frame-selected-window''s arguments.
1315
1316 2013-07-10 Paul Eggert <eggert@cs.ucla.edu>
1317
1318 Timestamp fixes for undo (Bug#14824).
1319 * text.texi (Undo): Document (t . 0) and (t . -1) in buffer-undo-list.
1320
1321 2013-07-06 Eli Zaretskii <eliz@gnu.org>
1322
1323 * nonascii.texi (Text Representations): Document that
1324 multibyte-string-p returns nil for non-string objects.
1325
1326 2013-07-06 Glenn Morris <rgm@gnu.org>
1327
1328 * elisp.texi (Top): Move WWW_GNU_ORG section outside @copying.
1329
1330 2013-07-03 Glenn Morris <rgm@gnu.org>
1331
1332 * debugging.texi (Debugging):
1333 * files.texi (File Attributes, Changing Files): Fix cross-references.
1334
1335 * package.texi (Package Archives): Fix @url call.
1336
1337 * syntax.texi (Syntax Table Functions): Mention describe-syntax.
1338
1339 2013-06-29 Eli Zaretskii <eliz@gnu.org>
1340
1341 * display.texi (Bidirectional Display): Document move-point-visually.
1342
1343 2013-06-29 Xue Fuqiao <xfq.free@gmail.com>
1344
1345 * buffers.texi (Buffer File Name): Fix typo.
1346
1347 2013-06-26 Christopher Schmidt <christopher@ch.ristopher.com>
1348
1349 * tips.texi (Coding Conventions): Improve wording.
1350
1351 2013-06-24 Glenn Morris <rgm@gnu.org>
1352
1353 * loading.texi (Autoload): Fix typo.
1354
1355 * variables.texi (Lexical Binding): Fix typo.
1356
1357 * functions.texi (Anonymous Functions): Put back ' removed 2012-10-23.
1358
1359 2013-06-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
1360
1361 * display.texi (ImageMagick Images): Mention :max-width and
1362 :max-height.
1363
1364 2013-06-20 Paul Eggert <eggert@cs.ucla.edu>
1365
1366 * numbers.texi (Math Functions): Remove obsolete function log10.
1367
1368 2013-06-19 Stefan Monnier <monnier@iro.umontreal.ca>
1369
1370 * modes.texi (Mode Line Data, Properties in Mode): Advertise `keymap'
1371 rather than `local-map'.
1372
1373 * keymaps.texi (Active Keymaps): Fix documentation of
1374 set-temporary-overlay-map and overriding-terminal-local-map.
1375
1376 2013-06-19 Glenn Morris <rgm@gnu.org>
1377
1378 * Makefile.in (dist): Edit more configure variables.
1379 Try to check that we do not miss any in future.
1380
1381 2013-06-17 Juanma Barranquero <lekktu@gmail.com>
1382
1383 * text.texi (Undo, Changing Properties): Fix typos.
1384
1385 2013-06-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
1386
1387 * text.texi (Changing Properties): Document `add-face-text-property'.
1388
1389 2013-06-17 Kenichi Handa <handa@gnu.org>
1390
1391 * display.texi (Face Attributes): Refer to "Low-Level font" (not
1392 "Font Selection") in the explanation of :font attribute (bug#14629).
1393
1394 2013-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
1395
1396 * loading.texi (Hooks for Loading): Don't document after-load-alist.
1397 Document with-eval-after-load instead of eval-after-load.
1398
1399 2013-06-11 Xue Fuqiao <xfq.free@gmail.com>
1400
1401 * files.texi (File Name Expansion): Make the example more
1402 intuitive.
1403
1404 2013-06-10 Paul Eggert <eggert@cs.ucla.edu>
1405
1406 Documentation fix for 'ls' and hard links.
1407 * compile.texi (Compilation Functions):
1408 * files.texi (File Attributes, Changing Files):
1409 Use current format for GNU 'ls' output.
1410 (File Attributes): Fix problem introduced in previous change:
1411 the link count is the number of hard links, not the number
1412 of hard links + 1.
1413
1414 2013-06-10 Xue Fuqiao <xfq.free@gmail.com>
1415
1416 * files.texi (File Attributes): Fix typo.
1417
1418 2013-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
1419
1420 * functions.texi (Lambda Expressions): Lambda expressions don't
1421 evaluate to themselves in general (bug#11782).
1422
1423 2013-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
1424
1425 * loading.texi (Autoload):
1426 * help.texi (Documentation Basics, Accessing Documentation)
1427 (Accessing Documentation, Accessing Documentation): DOC-* is now DOC.
1428
1429 2013-04-23 Glenn Morris <rgm@gnu.org>
1430
1431 * internals.texi (Writing Emacs Primitives): Remove obvious example.
1432 Tweak other to avoid overly long line.
1433
1434 2013-04-21 Xue Fuqiao <xfq.free@gmail.com>
1435
1436 * internals.texi (Writing Emacs Primitives): Remove unnecessary
1437 references to the sources. (Bug#13800)
1438
1439 * searching.texi (Regexp Backslash): Doc fix for backslash
1440 constructs in regular expressions.
1441
1442 2013-04-15 Christopher Schmidt <christopher@ch.ristopher.com>
1443
1444 * tips.texi (Coding Conventions): Mention separation of package
1445 descriptor and name of internal symbols by two hyphens.
1446
1447 2013-04-13 Stephen Berman <stephen.berman@gmx.net>
1448
1449 * windows.texi (Splitting Windows): Change category of
1450 split-window from a command to a function.
1451
1452 2013-04-06 Chong Yidong <cyd@gnu.org>
1453
1454 * display.texi (Faces): Minor clarifications.
1455 (Defining Faces): Clarify default vs custom face specs.
1456 Document face-spec-set.
1457
1458 * display.texi (Overlay Properties):
1459 * text.texi (Special Properties): Use the "anonymous face"
1460 terminology. Describe foreground-color and background-color forms
1461 as compatibility-only.
1462
1463 2013-03-24 Eli Zaretskii <eliz@gnu.org>
1464
1465 * compile.texi (Byte-Code Objects): Add index entry.
1466 (Disassembly): Add cross-references.
1467
1468 2013-03-23 Eli Zaretskii <eliz@gnu.org>
1469
1470 * frames.texi (Size Parameters): More accurate description of the
1471 difference between 'fullboth' and 'maximized'. (Bug#13935)
1472
1473 2013-03-17 Christopher Schmidt <christopher@ch.ristopher.com>
1474
1475 * symbols.texi (Standard Properties): Document pure. (Bug#13823)
1476
1477 2013-03-16 Glenn Morris <rgm@gnu.org>
1478
1479 * elisp.texi: Add some stuff specific to www.gnu.org.
1480
1481 2013-03-11 Teodor Zlatanov <tzz@lifelogs.com>
1482
1483 * control.texi (Pattern matching case statement): Fix typo.
1484
1485 2013-03-04 Paul Eggert <eggert@cs.ucla.edu>
1486
1487 * elisp.texi, intro.texi: Switch from Latin-1 to UTF-8.
1488
1489 2013-03-03 Glenn Morris <rgm@gnu.org>
1490
1491 * objects.texi (Symbol Type): Fix typo.
1492
1493 2013-02-28 Bastien Guerry <bzg@gnu.org>
1494
1495 * variables.texi (File Local Variables): Fix reference.
1496
1497 2013-02-24 Eli Zaretskii <eliz@gnu.org>
1498
1499 * files.texi (Magic File Names): Improve wording and indexing.
1500
1501 2013-02-21 Glenn Morris <rgm@gnu.org>
1502
1503 * display.texi (Multi-Frame Images): Minor rephrasing.
1504
1505 2013-02-20 Glenn Morris <rgm@gnu.org>
1506
1507 * display.texi (GIF Images, TIFF Images): Delete these nodes.
1508 (ImageMagick Images): For :index, use an xref rather than duplicating.
1509 (Other Image Types): Add GIF, adjust formatting.
1510 (Multi-Frame Images): Rename from Animated Images. Expand section.
1511 * elisp.texi (Top): Update menu for these changes.
1512
1513 2013-02-19 Glenn Morris <rgm@gnu.org>
1514
1515 * text.texi (Change Hooks): Fix typo.
1516
1517 2013-02-15 Glenn Morris <rgm@gnu.org>
1518
1519 * modes.texi (Basic Major Modes): 'z' no longer bound in special-mode.
1520
1521 2013-02-13 Glenn Morris <rgm@gnu.org>
1522
1523 * objects.texi (Char-Table Type): Add footnote about #^^.
1524
1525 * modes.texi (Minor Mode Conventions): Fix typo.
1526
1527 * keymaps.texi (Scanning Keymaps): Remove obsolete sentence about
1528 meta characters; this changed in 22.1. (Bug#13684)
1529
1530 * objects.texi (Char-Table Type): Add cindex.
1531
1532 * keymaps.texi (Key Binding Commands): Trivial rephrasing.
1533
1534 2013-02-10 Glenn Morris <rgm@gnu.org>
1535
1536 * keymaps.texi (Creating Keymaps): Update make-keymap result.
1537
1538 2013-02-09 Eli Zaretskii <eliz@gnu.org>
1539
1540 * modes.texi (%-Constructs): Remove the description of %t.
1541
1542 * nonascii.texi (MS-DOS File Types): Delete node.
1543
1544 2013-02-08 Glenn Morris <rgm@gnu.org>
1545
1546 * keymaps.texi (Active Keymaps, Searching Keymaps):
1547 Remove confusing mention of "symbolic prefix". (Bug#13643)
1548
1549 2013-01-19 Glenn Morris <rgm@gnu.org>
1550
1551 * macros.texi (Indenting Macros): Fix order of an indent
1552 symbol's arguments. (Bug#13450)
1553
1554 2013-01-19 Paul Eggert <eggert@cs.ucla.edu>
1555
1556 Allow floating-point file offsets.
1557 * files.texi (Reading from Files, Writing to Files):
1558 Say that file offsets can be numbers, not just integers.
1559
1560 2013-01-09 Glenn Morris <rgm@gnu.org>
1561
1562 * commands.texi (Interactive Codes):
1563 Whitespace does not terminate interactive "S". (Bug#13393)
1564
1565 2013-01-06 Chong Yidong <cyd@gnu.org>
1566
1567 * windows.texi (Vertical Scrolling): Fix typos (Bug#13267).
1568
1569 2013-01-05 Glenn Morris <rgm@gnu.org>
1570
1571 * display.texi (Overlay Properties): Mention field. (Bug#13364)
1572
1573 2013-01-05 Eli Zaretskii <eliz@gnu.org>
1574
1575 * hooks.texi (Standard Hooks): Use @item, not @itemx, as the first
1576 directive in a group of items.
1577
1578 2013-01-05 Chong Yidong <cyd@gnu.org>
1579
1580 * keymaps.texi (Key Sequences): Remove obsolete sentence
1581 (Bug#13356).
1582
1583 2013-01-04 Ari Roponen <ari.roponen@gmail.com> (tiny change)
1584
1585 * hash.texi (Defining Hash): Fix typo. (Bug#13345)
1586
1587 2013-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
1588
1589 * files.texi (File Attributes): Undocument return format of file-acl.
1590
1591 2013-01-03 Glenn Morris <rgm@gnu.org>
1592
1593 * processes.texi (System Processes):
1594 * syntax.texi (Syntax Table Functions): Tweak some line breaks.
1595
1596 * searching.texi (Replacing Match): Fix xref.
1597
1598 * elisp.texi (DATE): Bump to Jan 2013.
1599
1600 2013-01-02 Glenn Morris <rgm@gnu.org>
1601
1602 * customize.texi (Common Keywords, Type Keywords):
1603 Replace "active field" with "button". (Bug#13310)
1604
1605 * customize.texi (Common Keywords): Add xref. (Bug#13311)
1606 * tips.texi (Library Headers): Add cindex.
1607
1608 2012-12-30 Wolfgang Jenkner <wjenkner@inode.at>
1609
1610 * functions.texi (Declare Form):
1611 * intro.texi (A Sample Function Description):
1612 * syntax.texi (Syntax Table Internals, Syntax Table Functions):
1613 * variables.texi (Using Lexical Binding): Don't use @var or CAPS
1614 in @def.. commands. (Bug#13292)
1615
1616 2012-12-29 Eli Zaretskii <eliz@gnu.org>
1617
1618 * files.texi (Changing Files): Document the return values of
1619 set-file-selinux-context and set-file-acl.
1620
1621 2012-12-27 Glenn Morris <rgm@gnu.org>
1622
1623 * files.texi (File Names): Mention Cygwin conversion functions.
1624
1625 2012-12-22 Martin Rudalics <rudalics@gmx.at>
1626
1627 * windows.texi (Selecting Windows): Reword description of
1628 select-window (Bug#13248).
1629
1630 2012-12-22 Eli Zaretskii <eliz@gnu.org>
1631
1632 * files.texi (File Attributes, Changing Files): Remove the details
1633 about the text returned by file-acl. Instead, just document that
1634 it is an opaque string meant to be used by set-file-acl.
1635
1636 2012-12-21 Chong Yidong <cyd@gnu.org>
1637
1638 * modes.texi (Auto Major Mode): Fix typo (Bug#13230).
1639
1640 * customize.texi (Simple Types): Document key-sequence type
1641 (Bug#13048).
1642
1643 * strings.texi (Text Comparison): Doc fix for compare-strings.
1644
1645 2012-12-19 Michael Albinus <michael.albinus@gmx.de>
1646
1647 * files.texi (Magic File Names): Add `file-acl',
1648 `file-selinux-context', `set-file-acl' and
1649 `set-file-selinux-context'. Make the list consistent.
1650
1651 2012-12-19 Jonas Bernoulli <jonas@bernoul.li>
1652
1653 * tips.texi (Library Headers): New header keyword `Homepage'.
1654 Make continuation lines syntax more precise.
1655
1656 2012-12-17 Eli Zaretskii <eliz@gnu.org>
1657
1658 * files.texi (File Attributes, Changing Files): Update to include
1659 MS-Windows support for ACLs.
1660
1661 2012-12-16 Romain Francoise <romain@orebokech.com>
1662
1663 * files.texi (File Attributes): Document ACL support and new
1664 `file-acl' function.
1665 (Changing Files): Mention argument name change of `copy-file' and
1666 document new function `set-file-acl'.
1667
1668 2012-12-14 Paul Eggert <eggert@cs.ucla.edu>
1669
1670 Fix permissions bugs with setgid directories etc. (Bug#13125)
1671 * files.texi (Testing Accessibility): Document GROUP arg
1672 of file-ownership-preserved-p.
1673 (File Attributes): Document that 9th element is now
1674 just a placeholder.
1675 * os.texi (User Identification): Document new functions group-gid,
1676 group-real-gid.
1677
1678 2012-12-11 Paul Eggert <eggert@cs.ucla.edu>
1679
1680 * internals.texi (C Integer Types): New section.
1681 This follows up and records an email in
1682 <http://lists.gnu.org/archive/html/emacs-devel/2012-07/msg00496.html>.
1683
1684 2012-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
1685
1686 * control.texi (Pattern matching case statement): New node.
1687
1688 * customize.texi (Variable Definitions): Mention the default :group
1689 for defcustoms (bug#13093).
1690
1691 2012-12-09 Glenn Morris <rgm@gnu.org>
1692
1693 * customize.texi (Variable Definitions): Mention eval-defun
1694 on a defcustom calls the :set function when appropriate.
1695
1696 2012-12-06 Paul Eggert <eggert@cs.ucla.edu>
1697
1698 * doclicense.texi, gpl.texi: Update to latest version from FSF.
1699 These are just minor editorial changes.
1700
1701 2012-12-06 Chong Yidong <cyd@gnu.org>
1702
1703 * lists.texi (Plist Access): Move put example to Symbol Plists.
1704
1705 * symbols.texi (Standard Properties): Fix typo.
1706
1707 2012-12-03 Chong Yidong <cyd@gnu.org>
1708
1709 * symbols.texi (Symbol Properties): New node.
1710 (Symbol Plists): Make it a subsection under Symbol Properties.
1711 (Standard Properties): New node.
1712
1713 * lists.texi (Property Lists): Move here from symbols.texi.
1714 (Plist Access): Rename from Other Plists.
1715
1716 * customize.texi (Variable Definitions):
1717 * display.texi (Defining Faces):
1718 * sequences.texi (Char-Tables): Fix xref.
1719
1720 * keymaps.texi (Key Sequences): `kbd' is now a function.
1721
1722 * commands.texi (Using Interactive): Fix index entry.
1723
1724 2012-11-24 Paul Eggert <eggert@cs.ucla.edu>
1725
1726 * doclicense.texi: Update to latest version from FSF.
1727 These are just minor editorial changes.
1728 * elisp.texi (GNU Free Documentation License)
1729 (GNU General Public Licens):
1730 Provide sectioning, since doclicense.texi no longer does that.
1731
1732 * loading.texi (Named Features): @ -> @@ to fix typo.
1733
1734 2012-11-24 Martin Rudalics <rudalics@gmx.at>
1735
1736 * windows.texi (Basic Windows): Fix typo.
1737 (Windows and Frames): Fix example. Move description of
1738 window-in-direction here.
1739 (Recombining Windows): Fix example.
1740 (Buffers and Windows): Fix description of replace-buffer-in-windows.
1741 (Switching Buffers): Reword.
1742 (Display Action Functions): Minor adjustments.
1743 (Choosing Window Options): Minor fixes.
1744 (Window History): Minor rewording.
1745 (Dedicated Windows): Correct and reword part describing how
1746 dedicatedness affects functions removing buffers or windows.
1747 * buffers.texi (The Buffer List): Fix description of bury-buffer.
1748
1749 2012-11-24 Chong Yidong <cyd@gnu.org>
1750
1751 * modes.texi (%-Constructs): Fix statement about mode construct
1752 padding (Bug#12866).
1753
1754 2012-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
1755
1756 * debugging.texi (Profiling): Make it more clear
1757 that --enable-profiling is about profiling the C code.
1758
1759 2012-11-21 Glenn Morris <rgm@gnu.org>
1760
1761 * display.texi (Attribute Functions):
1762 Update for set-face-* name changes.
1763 Add new "inherit" argument for face-bold-p etc.
1764 Move description of this argument to a common section, like "frame".
1765
1766 * debugging.texi (Profiling): New section.
1767 (Debugging): Mention profiling in the introduction.
1768 * tips.texi (Compilation Tips): Move profiling to separate section.
1769 * elisp.texi: Add Profiling to detailed menu.
1770
1771 2012-11-21 Martin Rudalics <rudalics@gmx.at>
1772
1773 * windows.texi (Display Action Functions): Fix recently added
1774 example. Suggested by Michael Heerdegen.
1775
1776 2012-11-21 Paul Eggert <eggert@cs.ucla.edu>
1777
1778 Minor cleanup for times as lists of four integers.
1779 * os.texi (Time Parsing): Time values can now be four integers.
1780
1781 2012-11-18 Glenn Morris <rgm@gnu.org>
1782
1783 * loading.texi (How Programs Do Loading): Add eager macro expansion.
1784 * macros.texi (Expansion): Mention eager macro expansion.
1785
1786 * minibuf.texi (Basic Completion): Mention misc completion-table funcs.
1787
1788 2012-11-18 Leo Liu <sdl.web@gmail.com>
1789
1790 * minibuf.texi (Programmed Completion): Doc fix for metadata
1791 request (Bug#12850).
1792
1793 2012-11-18 Glenn Morris <rgm@gnu.org>
1794
1795 * display.texi (Temporary Displays): Document with-temp-buffer-window.
1796
1797 * frames.texi (Size and Position): Add fit-frame-to-buffer command.
1798 * windows.texi (Resizing Windows): Add fit-frame-to-buffer option.
1799 (Window Sizes): Add vindex for window-min-height, window-min-width.
1800 (Display Action Functions): Mention pop-up-frame-parameters.
1801
1802 2012-11-16 Martin Rudalics <rudalics@gmx.at>
1803
1804 * windows.texi (Choosing Window): Rewrite description of
1805 display-buffer-alist (Bug#12167).
1806 (Display Action Functions): Mention inhibit-switch-frame.
1807 Fix description of display-buffer-below-selected. Reorder actions.
1808 Add example (Bug#12848).
1809
1810 2012-11-16 Glenn Morris <rgm@gnu.org>
1811
1812 * display.texi (Face Attributes): Fix :underline COLOR description.
1813 (Attribute Functions): Update for set-face-underline rename.
1814 Tweak descriptions of face-underline-p, face-inverse-video-p.
1815
1816 * keymaps.texi (Searching Keymaps, Tool Bar): Untabify examples,
1817 so they align better in info.
1818 (Active Keymaps, Searching Keymaps, Controlling Active Maps):
1819 Document set-temporary-overlay-map.
1820
1821 2012-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
1822
1823 * keymaps.texi (Translation Keymaps): Add a subsection "Interaction
1824 with normal keymaps".
1825
1826 2012-11-15 Dmitry Antipov <dmantipov@yandex.ru>
1827
1828 * internals.texi (Garbage Collection): Update descriptions
1829 of vectorlike_header, garbage-collect and gc-cons-threshold.
1830 (Object Internals): Explain Lisp_Object layout and the basics
1831 of an internal type system.
1832 (Buffer Internals): Update description of struct buffer.
1833
1834 2012-11-13 Glenn Morris <rgm@gnu.org>
1835
1836 * variables.texi (Adding Generalized Variables):
1837 At least mention gv-define-expander and gv-letplace.
1838
1839 * debugging.texi (Error Debugging): Mention debug-on-message.
1840 (Using Debugger): Mention debugger-bury-or-kill.
1841
1842 * control.texi (Signaling Errors):
1843 * debugging.texi (Error Debugging):
1844 * errors.texi (Standard Errors): Add user-error.
1845
1846 * variables.texi (Adding Generalized Variables):
1847 Use standard formatting for common lisp note about setf functions.
1848
1849 2012-11-10 Martin Rudalics <rudalics@gmx.at>
1850
1851 * elisp.texi (Top): Add Recombining Windows to menu.
1852 * windows.texi (Recombining Windows): New subsection.
1853 (Splitting Windows): Rewrite text on handling of window
1854 combinations and move it to new subsection.
1855
1856 2012-11-10 Chong Yidong <cyd@gnu.org>
1857
1858 * searching.texi (Replacing Match): Document \? in replace-match.
1859
1860 * variables.texi (Creating Buffer-Local): Document setq-local and
1861 defvar-local.
1862 (Setting Generalized Variables): Arrange table alphabetically.
1863
1864 * lists.texi (List Elements, List Variables): Clarify descriptions
1865 of push and pop for generalized variables.
1866
1867 * edebug.texi (Specification List): setf is no longer CL-only.
1868
1869 2012-11-10 Glenn Morris <rgm@gnu.org>
1870
1871 * variables.texi (Adding Generalized Variables):
1872 Update description of FIX-RETURN expansion.
1873
1874 * variables.texi (Setting Generalized Variables):
1875 Split most of previous contents into this subsection.
1876 (Adding Generalized Variables): New subsection.
1877 Move note on lack of setf functions here from misc/cl.texi.
1878
1879 * elisp.texi: Add Generalized Variables subsections to detailed menu.
1880
1881 2012-11-10 Chong Yidong <cyd@gnu.org>
1882
1883 * frames.texi (Initial Parameters): Doc fix (Bug#12144).
1884
1885 2012-11-08 Michael Albinus <michael.albinus@gmx.de>
1886
1887 * os.texi (Notifications): Update descriptions of
1888 notifications-notify, notifications-close-notification and
1889 notifications-get-capabilities according to latest code changes.
1890 Add notifications-get-server-information.
1891
1892 2012-11-03 Chong Yidong <cyd@gnu.org>
1893
1894 * objects.texi (General Escape Syntax): Clarify the explanation of
1895 escape sequences.
1896 (Non-ASCII in Strings): Clarify when a string is unibyte vs
1897 multibyte. Hex escapes do not automatically make a string
1898 multibyte.
1899
1900 2012-11-03 Martin Rudalics <rudalics@gmx.at>
1901
1902 * windows.texi (Switching Buffers): Document option
1903 switch-to-buffer-preserve-window-point.
1904 (Display Action Functions): Document window-height and
1905 window-width alist entries.
1906 (Display Action Functions):
1907 Document display-buffer-below-selected and
1908 display-buffer-in-previous-window.
1909 (Quitting Windows): Document quit-restore-window.
1910 Rewrite section.
1911 (Window Configurations): In window-state-get mention that
1912 argument window must be valid.
1913 (Window Parameters): Document quit-restore window parameter
1914 (Bug#12158).
1915
1916 2012-10-31 Glenn Morris <rgm@gnu.org>
1917
1918 * control.texi (Catch and Throw): Add xref to cl.texi.
1919
1920 * lists.texi (Sets And Lists): Point xref to better location.
1921
1922 * errors.texi (Standard Errors):
1923 * loading.texi (Autoload): Update for cl-lib namespace changes.
1924
1925 * modes.texi (Defining Minor Modes): "Generalized Variables"
1926 section is now in this manual rather than cl.texi.
1927
1928 * eval.texi (Special Forms): No longer special forms: defmacro,
1929 defun, save-window-excursion, with-output-to-temp-buffer.
1930 * functions.texi (Defining Functions): Defun is now a macro.
1931 Defalias is a function.
1932
1933 2012-10-30 Glenn Morris <rgm@gnu.org>
1934
1935 * variables.texi (Generalized Variables): Fix typo.
1936
1937 2012-10-30 Chong Yidong <cyd@gnu.org>
1938
1939 * symbols.texi (Symbol Plists): Document function-get.
1940
1941 * loading.texi (Autoload): Document autoloadp, autoload-do-load.
1942
1943 * frames.texi (Visibility of Frames): Document tty-top-frame.
1944
1945 2012-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
1946
1947 * keymaps.texi (Format of Keymaps): Document the multiple
1948 inheritance format.
1949
1950 2012-10-28 Martin Rudalics <rudalics@gmx.at>
1951
1952 * windows.texi (Basic Windows): Reformulate description of live,
1953 internal and valid windows.
1954 (Cyclic Window Ordering): Describe new argument of
1955 get-lru-window and get-largest-window. Add description of
1956 window-in-direction.
1957
1958 2012-10-27 Glenn Morris <rgm@gnu.org>
1959
1960 * variables.texi (Generalized Variables): New section,
1961 adapted from misc/cl.texi.
1962 * elisp.texi (Top): Add Generalized Variables to menu.
1963 * lists.texi (List Elements, List Variables):
1964 Mention generalized variables.
1965
1966 * lists.texi (List Elements): Typo fix.
1967
1968 2012-10-27 Chong Yidong <cyd@gnu.org>
1969
1970 * minibuf.texi (High-Level Completion): Don't mention removed
1971 function iswitchb-read-buffer.
1972
1973 * commands.texi (Event Input Misc): Remove last-input-char.
1974 (Command Loop Info): Remove last-command-char.
1975
1976 * frames.texi (Initial Parameters): Don't mention the obsolete
1977 special-display feature.
1978
1979 * windows.texi (Choosing Window): Don't mention the obsolete
1980 special display feature.
1981 (Choosing Window Options): Remove obsolete special-display
1982 variables, and the functions special-display-p and
1983 special-display-popup-frame.
1984
1985 * display.texi (Fringe Bitmaps): Add exclamation-mark bitmap.
1986
1987 * hooks.texi (Standard Hooks): Remove obsolete hooks.
1988
1989 * markers.texi (Information from Markers): Remove obsolete
1990 function buffer-has-markers-at.
1991
1992 * text.texi (Yanking): Document yank-handled-properties.
1993
1994 2012-10-24 Paul Eggert <eggert@penguin.cs.ucla.edu>
1995
1996 Update manual for new time stamp format (Bug#12706).
1997 * buffers.texi (Modification Time):
1998 * files.texi (Testing Accessibility, File Attributes):
1999 * intro.texi (Version Info):
2000 * os.texi (Time of Day):
2001 Update for new time stamp format (HIGH LOW MICROSEC PICOSEC).
2002 These instances were missed the first time around.
2003 Problem reported by Glenn Morris in <http://bugs.gnu.org/12706#25>.
2004
2005 2012-10-24 Chong Yidong <cyd@gnu.org>
2006
2007 * minibuf.texi (Text from Minibuffer): Document read-regexp
2008 changes.
2009
2010 * nonascii.texi (Selecting a Representation):
2011 Document set-buffer-multibyte changes.
2012
2013 * keymaps.texi (Toolkit Differences): Node deleted.
2014 (Easy Menu): New node.
2015
2016 2012-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
2017
2018 * hooks.texi (Standard Hooks): Clarify that -hooks is deprecated.
2019
2020 2012-10-23 Paul Eggert <eggert@cs.ucla.edu>
2021
2022 Fix outdated timestamp documentation in Elisp manual (bug#12706).
2023 * files.texi (File Attributes):
2024 * text.texi (Undo):
2025 Time stamp resolution is now 1 picosecond, not 1 second.
2026
2027 2012-10-23 Chong Yidong <cyd@gnu.org>
2028
2029 * display.texi (Font Lookup): Remove font-list-limit.
2030
2031 * keymaps.texi (Key Sequences): Avoid referring to Edit Macro mode
2032 (Bug#12529).
2033
2034 2012-10-22 Glenn Morris <rgm@gnu.org>
2035
2036 * os.texi (Recording Input): Tiny fix.
2037
2038 * intro.texi (Lisp History):
2039 * lists.texi (Sets And Lists): Refer to cl-lib rather than cl.
2040 * tips.texi (Coding Conventions): Recommend cl-lib over cl.
2041
2042 2012-10-15 Chong Yidong <cyd@gnu.org>
2043
2044 * macros.texi (Defining Macros): defmacro is now a macro.
2045 Explicitly list the docstring and declare arguments.
2046
2047 * functions.texi (Anonymous Functions): Explicitly list the
2048 docstring, declare, and interactive arguments to lambda.
2049 (Defining Functions): Likewise for defun.
2050 (Inline Functions): Likewise for defsubst.
2051 (Declare Form): Tweak description.
2052
2053 2012-10-13 Chong Yidong <cyd@gnu.org>
2054
2055 * display.texi (ImageMagick Images): ImageMagick enabled by default.
2056
2057 2012-10-05 Chong Yidong <cyd@gnu.org>
2058
2059 * minibuf.texi (Basic Completion): Clarify list form of completion
2060 table (Bug#12564).
2061
2062 2012-10-05 Bruno Félix Rezende Ribeiro <oitofelix@gmail.com> (tiny change)
2063
2064 * functions.texi (Function Safety): Copyedit. (Bug#12562)
2065
2066 2012-10-01 Paul Eggert <eggert@cs.ucla.edu>
2067
2068 Revert the FOLLOW-SYMLINKS change for file-attributes.
2069 * files.texi (File Attributes, Magic File Names): Undo last change.
2070
2071 2012-09-30 Paul Eggert <eggert@cs.ucla.edu>
2072
2073 file-attributes has a new optional arg FOLLOW-SYMLINKS.
2074 * files.texi (File Attributes): Describe it.
2075 (Magic File Names): Use it.
2076
2077 2012-09-30 Chong Yidong <cyd@gnu.org>
2078
2079 * commands.texi (Click Events): Define "mouse position list".
2080 Remove mention of unimplemented horizontal scroll bars.
2081 (Drag Events, Motion Events): Refer to "mouse position list".
2082 (Accessing Mouse): Document posnp.
2083
2084 * errors.texi (Standard Errors): Tweak arith-error description.
2085 Tweak markup. Remove domain-error and friends, which seem to be
2086 unused after the floating-point code revamp.
2087
2088 * functions.texi (Defining Functions): defun is now a macro.
2089 (Obsolete Functions): Obsolescence also affects
2090 documentation commands. Various clarifications.
2091 (Declare Form): New node.
2092
2093 * strings.texi (String Basics): Copyedits.
2094
2095 * os.texi (Startup Summary): Document leim-list.el change.
2096 (User Identification): Add system-users and system-groups.
2097 (Idle Timers): Minor clarifications.
2098
2099 * macros.texi (Defining Macros): Move description of `declare' to
2100 Declare Form node.
2101
2102 * loading.texi (Autoload):
2103 * help.texi (Documentation Basics): The special sequences can
2104 trigger autoloading.
2105
2106 * numbers.texi (Integer Basics): Copyedits.
2107 (Float Basics): Consider IEEE floating point always available.
2108 (Random Numbers): Document actual limits.
2109 (Arithmetic Operations): Clarify division by zero. Don't mention
2110 the machine-independence of negative division since it does not
2111 happen in practice.
2112
2113 2012-09-28 Leo Liu <sdl.web@gmail.com>
2114
2115 * files.texi (Files): Fix typo.
2116
2117 2012-09-23 Chong Yidong <cyd@gnu.org>
2118
2119 * buffers.texi (Read Only Buffers): Document read-only-mode.
2120
2121 * keymaps.texi (Alias Menu Items): Replace toggle-read-only with
2122 read-only-mode.
2123
2124 * backups.texi (Auto-Saving): Refer to Minor Mode Conventions for
2125 calling conventions.
2126
2127 2012-09-22 Chong Yidong <cyd@gnu.org>
2128
2129 * searching.texi (Replacing Match): Minor clarification.
2130
2131 2012-09-22 Eli Zaretskii <eliz@gnu.org>
2132
2133 * edebug.texi (Instrumenting): Improve indexing.
2134
2135 * os.texi (Idle Timers): Warn against reinvoking an idle timer
2136 from within its own timer action. (Bug#12447)
2137
2138 2012-09-22 Chong Yidong <cyd@gnu.org>
2139
2140 * frames.texi (Pop-Up Menus): Minor clarification (Bug#11148).
2141
2142 2012-09-21 Glenn Morris <rgm@gnu.org>
2143
2144 * debugging.texi (Using Debugger): Fix typo.
2145
2146 2012-09-18 Chong Yidong <cyd@gnu.org>
2147
2148 * display.texi (Faces): Discuss anonymous faces.
2149 (Face Attributes): Tweak intro.
2150 (Defining Faces): Move after the Face Attributes node. Copyedits.
2151 (Displaying Faces): Describe role of inheritance.
2152
2153 * customize.texi (Customization): Define customization more
2154 carefully (Bug#11440).
2155 (Common Keywords): Add xref to Constant Variables.
2156
2157 * variables.texi (Defining Variables): Link to defcustom's node
2158 instead of the higher-level Customization chapter.
2159
2160 2012-09-11 Paul Eggert <eggert@cs.ucla.edu>
2161
2162 Simplify, document, and port floating-point (Bug#12381).
2163 * numbers.texi (Float Basics, Arithmetic Operations, Math Functions):
2164 Document that / and mod (with floating point arguments), along
2165 with asin, acos, log, log10, expt and sqrt, return special values
2166 instead of signaling exceptions.
2167 (Float Basics): Document that logb operates on the absolute value
2168 of its argument.
2169 (Math Functions): Document that (log ARG BASE) also returns NaN if
2170 BASE is negative. Document that (expt X Y) returns NaN if X is a
2171 finite negative number and Y a finite non-integer.
2172
2173 2012-09-09 Chong Yidong <cyd@gnu.org>
2174
2175 * lists.texi (Sets And Lists): Explain that the return value for
2176 delete should be used, like for delq.
2177
2178 * minibuf.texi (Yes-or-No Queries): Document recentering and
2179 scrolling in y-or-n-p. Remove gratuitous example.
2180
2181 * searching.texi (Search and Replace): Document window scrolling
2182 entries in query-replace-map.
2183
2184 2012-09-08 Chong Yidong <cyd@gnu.org>
2185
2186 * syntax.texi (Syntax Table Internals): Define "raw syntax
2187 descriptor" terminology (Bug#12383).
2188 (Syntax Descriptors): Mention raw syntax descriptors.
2189
2190 2012-09-07 Chong Yidong <cyd@gnu.org>
2191
2192 * variables.texi (Creating Buffer-Local): Fix description of
2193 local-variable-if-set-p (Bug#10713).
2194
2195 * eval.texi (Intro Eval): Add index entry for sexp (Bug#12233).
2196
2197 * windows.texi (Display Action Functions)
2198 (Choosing Window Options): Remove obsolete variable
2199 display-buffer-reuse-frames.
2200 (Switching Buffers): Minor doc tweak for switch-to-buffer.
2201
2202 * positions.texi (Narrowing): Document buffer-narrowed-p.
2203
2204 * markers.texi (Moving Markers): Add xref to Point (Bug#7151).
2205
2206 * syntax.texi (Low-Level Parsing): Add xref to Parser State
2207 (Bug#12269).
2208
2209 2012-09-04 Lars Ingebrigtsen <larsi@gnus.org>
2210
2211 * debugging.texi (Explicit Debug): Document `debug-on-message'.
2212
2213 2012-09-02 Chong Yidong <cyd@gnu.org>
2214
2215 * windows.texi (Window Configurations): Recommend against using
2216 save-window-excursion (Bug#12075).
2217
2218 * control.texi (Catch and Throw):
2219 * positions.texi (Excursions): Don't mention it.
2220
2221 2012-09-01 Paul Eggert <eggert@cs.ucla.edu>
2222
2223 Better seed support for (random).
2224 * numbers.texi (Random Numbers): Document new behavior of
2225 the calls (random) and (random STRING).
2226
2227 2012-08-21 Martin Rudalics <rudalics@gmx.at>
2228
2229 * windows.texi (Window Point): Document recent changes in
2230 window-point and set-window-point.
2231 (Selecting Windows): Document recent change in select-window.
2232
2233 2012-08-06 Eli Zaretskii <eliz@gnu.org>
2234
2235 * functions.texi (Closures): Put the main index entry for
2236 "closures" here. (Bug#12138)
2237
2238 * variables.texi (Lexical Binding): Disambiguate the index entry
2239 for "closures".
2240
2241 2012-08-05 Chong Yidong <cyd@gnu.org>
2242
2243 * display.texi (Defining Faces): Move documentation of
2244 frame-background-mode to the Emacs manual (Bug#7774).
2245
2246 2012-08-04 Chong Yidong <cyd@gnu.org>
2247
2248 * syntax.texi (Syntax Basics): Rearrange the text for clarity.
2249 Fix description of syntax table inheritance.
2250 (Syntax Table Functions): Don't refer to internal contents of
2251 syntax table, since that is not explained yet. Copyedits.
2252 (Standard Syntax Tables): Node deleted.
2253 (Syntax Table Internals): Misc clarifications. Improve table
2254 formatting.
2255
2256 * keymaps.texi (Inheritance and Keymaps):
2257 * text.texi (Sticky Properties): Tweak index entry.
2258
2259 2012-07-28 Eli Zaretskii <eliz@gnu.org>
2260
2261 * nonascii.texi (Character Sets): Fix a typo. (Bug#12062)
2262
2263 2012-07-25 Paul Eggert <eggert@cs.ucla.edu>
2264
2265 Prefer typical American spelling for "acknowledgment".
2266 * intro.texi (Acknowledgments): Rename from Acknowledgements.
2267
2268 2012-07-21 Eli Zaretskii <eliz@gnu.org>
2269
2270 * commands.texi (Special Events): Mention language-change event.
2271 (Input Events, Interactive Codes):
2272 * keymaps.texi (Key Sequences): Mention events that are
2273 non-keyboard but also non-mouse events.
2274
2275 2012-07-17 Chong Yidong <cyd@gnu.org>
2276
2277 * text.texi (Insertion): Document insert-char changes.
2278
2279 2012-07-15 Leo Liu <sdl.web@gmail.com>
2280
2281 * display.texi (Fringe Bitmaps): Add exclamation-mark.
2282
2283 2012-07-13 Chong Yidong <cyd@gnu.org>
2284
2285 * buffers.texi (Read Only Buffers): Document toggle-read-only
2286 changes. Reword to account for the fact that read-only is
2287 currently not supported in overlay properties.
2288
2289 2012-07-07 Chong Yidong <cyd@gnu.org>
2290
2291 * loading.texi (Library Search): Index site-lisp directories.
2292
2293 2012-07-06 Chong Yidong <cyd@gnu.org>
2294
2295 * intro.texi (A Sample Function Description): Fix incorrect
2296 markup, undoing previous change.
2297 (A Sample Variable Description): Minor clarifications and markup
2298 improvements.
2299
2300 * elisp.texi (Top):
2301 * text.texi (Text): Fix menu order.
2302
2303 2012-07-06 Richard Stallman <rms@gnu.org>
2304
2305 * intro.texi (Evaluation Notation, A Sample Function Description)
2306 (A Sample Variable Description): Improve/undo previous changes.
2307
2308 2012-07-05 Glenn Morris <rgm@gnu.org>
2309
2310 * intro.texi (A Sample Function Description): Fix cross-refs.
2311
2312 2012-07-05 Michael Witten <mfwitten@gmail.com> (tiny change)
2313
2314 * intro.texi (Evaluation Notation, A Sample Function Description)
2315 (A Sample Variable Description, Version Info): Copy edits (bug#11862).
2316
2317 2012-06-27 Chong Yidong <cyd@gnu.org>
2318
2319 * processes.texi (Asynchronous Processes, Input to Processes):
2320 * internals.texi (Process Internals): Don't capitalize "pty".
2321
2322 2012-06-24 Thien-Thi Nguyen <ttn@gnuvola.org>
2323
2324 * processes.texi (Asynchronous Processes): Make the pty vs pipe
2325 discussion more prominent.
2326
2327 2012-06-23 Eli Zaretskii <eliz@gnu.org>
2328
2329 * commands.texi (Misc Events): Document the language-change event.
2330
2331 2012-06-22 Paul Eggert <eggert@cs.ucla.edu>
2332
2333 Support higher-resolution time stamps (Bug#9000).
2334 * os.texi (Time of Day, Time Parsing, Processor Run Time, Idle Timers):
2335 * processes.texi (System Processes):
2336 Time stamp resolution is now picosecond, not microsecond.
2337
2338 2012-06-21 Glenn Morris <rgm@gnu.org>
2339
2340 * Makefile.in: Rename infodir to buildinfodir throughout. (Bug#11737)
2341
2342 2012-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
2343
2344 * functions.texi (Defining Functions):
2345 * macros.texi (Defining Macros): Un-define the return value of `defun',
2346 `defmacro' and `defalias'.
2347
2348 2012-06-17 Chong Yidong <cyd@gnu.org>
2349
2350 * elisp.texi: Remove urlcolor setting.
2351
2352 2012-06-17 Glenn Morris <rgm@gnu.org>
2353
2354 * display.texi (Face Attributes): Copyedits. Add a few cindex entries.
2355 Overlining no longer behaves exactly like underlining.
2356
2357 2012-06-16 Aurélien Aptel <aurelien.aptel@gmail.com>
2358
2359 * display.texi (Face Attributes):
2360 Document wave-style underline face attribute.
2361
2362 2012-06-11 Chong Yidong <cyd@gnu.org>
2363
2364 * display.texi (ImageMagick Images): ImageMagick now supports the
2365 :background property.
2366
2367 2012-06-10 Dmitry Antipov <dmantipov@yandex.ru>
2368
2369 * internals.texi (Garbage Collection): Typo fix.
2370
2371 2012-06-09 Chong Yidong <cyd@gnu.org>
2372
2373 * text.texi (Special Properties): Clarify the meaning of a list of
2374 faces in the `face' property.
2375
2376 * display.texi (Face Remapping): Minor clarification.
2377
2378 2012-06-08 Chong Yidong <cyd@gnu.org>
2379
2380 * display.texi (Face Attributes): Font family does not accept
2381 wildcards. De-document obsolete :bold and :italic attributes.
2382 (Defining Faces): Use new-style face spec format.
2383
2384 2012-06-08 Dmitry Antipov <dmantipov@yandex.ru>
2385
2386 * internals.texi (Garbage Collection): Document new
2387 vector management code and vectorlike_header structure.
2388
2389 2012-06-03 Chong Yidong <cyd@gnu.org>
2390
2391 * modes.texi (Mode Line Data): Use "mode line construct"
2392 terminology for consistency.
2393
2394 2012-05-27 Glenn Morris <rgm@gnu.org>
2395
2396 * abbrevs.texi, advice.texi, anti.texi, backups.texi:
2397 * buffers.texi, commands.texi, compile.texi, control.texi:
2398 * customize.texi, debugging.texi, display.texi, doclicense.texi:
2399 * edebug.texi, elisp.texi, errors.texi, eval.texi, files.texi:
2400 * frames.texi, functions.texi, gpl.texi, hash.texi, help.texi:
2401 * hooks.texi, index.texi, internals.texi, intro.texi, keymaps.texi:
2402 * lists.texi, loading.texi, macros.texi, maps.texi, markers.texi:
2403 * minibuf.texi, modes.texi, nonascii.texi, numbers.texi:
2404 * objects.texi, os.texi, package.texi, positions.texi:
2405 * processes.texi, searching.texi, sequences.texi, streams.texi:
2406 * strings.texi, symbols.texi, syntax.texi, text.texi, tips.texi:
2407 * variables.texi, windows.texi: Nuke hand-written node pointers.
2408
2409 2012-05-27 Chong Yidong <cyd@gnu.org>
2410
2411 * functions.texi (Obsolete Functions):
2412 Fix doc for set-advertised-calling-convention.
2413
2414 * modes.texi (Mode Help): Fix describe-mode.
2415
2416 * display.texi (Face Functions): Fix define-obsolete-face-alias.
2417
2418 * variables.texi (Variable Aliases): Fix make-obsolete-variable.
2419
2420 2012-05-27 Martin Rudalics <rudalics@gmx.at>
2421
2422 * commands.texi (Recursive Editing): recursive-edit is a command.
2423
2424 * compile.texi (Docs and Compilation):
2425 byte-compile-dynamic-docstrings is an option.
2426
2427 * debugging.texi (Invoking the Debugger): debug is a command.
2428
2429 * display.texi (Progress): progress-reporter-update and
2430 progress-reporter-force-update have VALUE argument optional.
2431 (Animated Images): Use non-@code{nil} instead of non-nil.
2432
2433 * files.texi (Format Conversion Round-Trip):
2434 Use non-@code{nil} instead of non-nil.
2435
2436 * frames.texi (Creating Frames): make-frame is a command.
2437 (Input Focus): select-frame is a command.
2438 (Pointer Shape): void-text-area-pointer is an option.
2439
2440 * help.texi (Describing Characters): read-kbd-macro is a command.
2441 (Help Functions): describe-prefix-bindings is a command.
2442
2443 * markers.texi (Creating Markers): Both arguments of copy-marker
2444 are optional.
2445
2446 * minibuf.texi (Reading File Names): Use @kbd instead of @code.
2447
2448 * modes.texi (Mode Line Variables): mode-line-remote and
2449 mode-line-client are not options.
2450 (Imenu): imenu-add-to-menubar is a command.
2451 (SMIE Indentation Helpers): Use non-@code{nil} instead of non-nil.
2452
2453 * os.texi (Sound Output): play-sound-file is a command.
2454
2455 * package.texi (Package Archives): Use @key{RET} instead of @kbd{RET}.
2456
2457 * processes.texi (Signals to Processes):
2458 Use @key{RET} instead of @code{RET}.
2459 (Signals to Processes): signal-process is a command.
2460
2461 * text.texi (Clickable Text): Use @key{RET} instead of @kbd{RET}.
2462 (Base 64): base64-encode-string is not a command while
2463 base64-decode-region is.
2464
2465 * windows.texi (Switching Buffers): pop-to-buffer is a command.
2466
2467 2012-05-12 Glenn Morris <rgm@gnu.org>
2468
2469 * Makefile.in (MKDIR_P): New, set by configure.
2470 (mkinfodir): Use $MKDIR_P.
2471
2472 2012-05-10 Glenn Morris <rgm@gnu.org>
2473
2474 * loading.texi (Loading Non-ASCII): Replace the obsolete "unibyte: t"
2475 with "coding: raw-text".
2476 Concept of multibyte sessions no longer exists.
2477
2478 * files.texi (File Locks): Mention create-lockfiles option.
2479
2480 2012-05-09 Glenn Morris <rgm@gnu.org>
2481
2482 * vol1.texi, vol2.texi: Remove files.
2483 * elisp.texi: Add VOL1,2 conditionals equivalent to vol1,2.texi
2484 * two-volume.make: Use elisp.texi as input rather than vol1,2.texi.
2485
2486 * Makefile.in (clean, mostlyclean): Add some more vol1/2 items.
2487
2488 * two-volume.make (emacsdir): New.
2489 (tex): Add directory with emacsver.texi to TEXINPUTS.
2490
2491 * minibuf.texi (Minibuffer History, Basic Completion):
2492 Tweak page breaks.
2493
2494 * internals.texi (Garbage Collection, Memory Usage)
2495 (Writing Emacs Primitives): Tweak page breaks.
2496
2497 * streams.texi (Output Variables): Improve page break.
2498
2499 * edebug.texi (Edebug Display Update): Improve page break.
2500
2501 * compile.texi (Disassembly): Condense the examples.
2502
2503 * eval.texi, functions.texi, loading.texi, macros.texi:
2504 Where possible, use example rather than smallexample.
2505
2506 * symbols.texi: Where possible, use example rather than smallexample.
2507 (Symbol Components): Fix typo.
2508 (Other Plists): Tweak page break.
2509
2510 * sequences.texi (Arrays): Tweak page breaks.
2511
2512 * customize.texi: Where possible, use example rather than smallexample.
2513 (Common Keywords, Variable Definitions, Applying Customizations)
2514 (Custom Themes): Tweak page breaks.
2515
2516 * control.texi: Where possible, use example rather than smallexample.
2517 (Sequencing, Conditionals, Signaling Errors, Handling Errors):
2518 Tweak page breaks.
2519
2520 2012-05-08 Glenn Morris <rgm@gnu.org>
2521
2522 * two.el: Remove; unused since creation of two-volume.make.
2523
2524 * vol1.texi, vol2.texi: No need to keep menus in these files.
2525
2526 2012-05-05 Glenn Morris <rgm@gnu.org>
2527
2528 * objects.texi (Process Type, Overlay Type): Tweak page-breaks.
2529
2530 * intro.texi (Caveats): Copyedit.
2531 (Lisp History): Convert inforef to xref.
2532 (Lisp History, Printing Notation, Version Info): Improve page-breaks.
2533
2534 * text.texi (Auto Filling): Don't mention Emacs 19.
2535
2536 * commands.texi (Event Input Misc): Don't mention unread-command-char.
2537 * numbers.texi (Predicates on Numbers): Don't mention Emacs 18.
2538
2539 * elisp.texi (DATE): Forgot to change the month in 2012-04-21 change.
2540
2541 * lists.texi (List-related Predicates, List Variables):
2542 Tweak page-breaks.
2543 (Sets And Lists): Convert inforef to xref.
2544
2545 2012-05-04 Glenn Morris <rgm@gnu.org>
2546
2547 * Makefile.in (INFO_EXT, INFO_OPTS): New, set by configure.
2548 (info, infoclean): Use $INFO_EXT.
2549 ($(infodir)/elisp$(INFO_EXT)): Use $INFO_EXT and $INFO_OPT.
2550 * makefile.w32-in (INFO_EXT, INFO_OPTS): New.
2551 (info, maintainer-clean): Use $INFO_EXT.
2552 ($(infodir)/elisp$(INFO_EXT)): Use $INFO_EXT and $INFO_OPT.
2553
2554 2012-05-04 Chong Yidong <cyd@gnu.org>
2555
2556 * os.texi (Timers): Use defopt for timer-max-repeats.
2557
2558 2012-05-03 Paul Eggert <eggert@cs.ucla.edu>
2559
2560 * os.texi (Time of Day): Do not limit current-time-string
2561 to years 1000..9999.
2562
2563 2012-05-02 Chong Yidong <cyd@gnu.org>
2564
2565 * display.texi (Font Lookup):
2566 * frames.texi (Pointer Shape):
2567 * processes.texi (Subprocess Creation): Use defopt for options.
2568
2569 2012-05-02 Glenn Morris <rgm@gnu.org>
2570
2571 * elisp.texi (@copying):
2572 * intro.texi (Introduction): Only print VERSION in the TeX version.
2573
2574 2012-05-02 Chong Yidong <cyd@gnu.org>
2575
2576 * text.texi (Change Hooks): Minor fix for after-change-functions.
2577
2578 2012-05-02 Glenn Morris <rgm@gnu.org>
2579
2580 * package.texi (Packaging Basics):
2581 * loading.texi (Autoload):
2582 * files.texi (Magic File Names):
2583 Reword to remove/reduce some overly long/short lines.
2584
2585 2012-04-27 Glenn Morris <rgm@gnu.org>
2586
2587 * elisp.texi, vol1.texi, vol2.texi: Some fixes for detailed menu.
2588 * modes.texi (Major Modes, Auto-Indentation):
2589 * buffers.texi (Buffers): Some fixes for menu descriptions.
2590
2591 2012-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
2592 * functions.texi (Simple Lambda, Argument List):
2593 * eval.texi (Function Indirection): Avoid deprecated form.
2594
2595 2012-04-27 Glenn Morris <rgm@gnu.org>
2596
2597 * book-spine.texi, elisp.texi, vol1.texi, vol2.texi:
2598 Add "et al." to authors.
2599
2600 * buffers.texi, commands.texi, compile.texi, control.texi:
2601 * customize.texi, display.texi, eval.texi, files.texi, frames.texi:
2602 * hash.texi, help.texi, intro.texi, keymaps.texi, lists.texi:
2603 * modes.texi, numbers.texi, objects.texi, streams.texi:
2604 * symbols.texi, syntax.texi, text.texi, tips.texi, variables.texi:
2605 Use Texinfo recommended convention for quotes+punctuation.
2606
2607 2012-04-27 Chong Yidong <cyd@gnu.org>
2608
2609 * keymaps.texi (Scanning Keymaps): Fix description of NO-REMAP arg
2610 to where-is-internal (Bug#10872).
2611
2612 2012-04-27 Glenn Morris <rgm@gnu.org>
2613
2614 * macros.texi (Indenting Macros): Fix typo.
2615
2616 * windows.texi (Basic Windows, Windows and Frames, Window Sizes)
2617 (Resizing Windows, Deleting Windows, Selecting Windows)
2618 (Choosing Window Options, Horizontal Scrolling)
2619 (Cyclic Window Ordering, Window History, Dedicated Windows)
2620 (Quitting Windows, Window Configurations, Textual Scrolling)
2621 (Coordinates and Windows, Window Configurations)
2622 (Window Parameters, Window Hooks): Copyedits.
2623 (Splitting Windows, Deleting Windows):
2624 Fix ignore-window-parameters logic.
2625 (Selecting Windows, Choosing Window Options): Markup fixes.
2626 (Window Start and End): Remove pointless example.
2627 Remove cross-reference to deleted count-lines content.
2628 (Textual Scrolling): Mention recenter-redisplay, recenter-top-bottom,
2629 and recenter-positions. Remove recenter example.
2630
2631 * elisp.texi, vol1.texi, vol2.texi: Bump VERSION and DATE.
2632
2633 * minibuf.texi (Intro to Minibuffers):
2634 Tweak discussion of resizing minibuffer window.
2635
2636 2012-04-26 Glenn Morris <rgm@gnu.org>
2637
2638 * elisp-covers.texi, front-cover-1.texi: Remove files.
2639
2640 * tindex.pl: Remove file.
2641
2642 * makefile.w32-in (srcs):
2643 * Makefile.in (srcs): Remove back.texi (which is unused).
2644
2645 2012-04-24 Michael Albinus <michael.albinus@gmx.de>
2646
2647 * os.texi (Notifications): Extend possible notification hints.
2648 Add notifications-get-capabilities.
2649
2650 2012-04-20 Chong Yidong <cyd@gnu.org>
2651
2652 * processes.texi (Asynchronous Processes): Mention nil argument to
2653 start-process.
2654
2655 2012-04-20 Glenn Morris <rgm@gnu.org>
2656
2657 * minibuf.texi (Basic Completion): No need to describe obarrays here.
2658 Don't mention obsolete `nospace' argument of all-completions.
2659 (Minibuffer Completion, Completion Commands, Reading File Names)
2660 (Completion Variables): Copyedits.
2661 (Completion Commands): Mention parent keymaps.
2662 Remove obsolete minibuffer-local-filename-must-match-map.
2663 (High-Level Completion): Remove read-variable's almost
2664 word-for-word duplication of read-command.
2665 * elisp.texi, vol1.texi, vol2.texi, minibuf.texi (Completion):
2666 Update "High-Level Completion" description.
2667
2668 * minibuf.texi (Minibuffers):
2669 * elisp.texi, vol1.texi, vol2.texi: Fix minibuffer subsection order.
2670
2671 * minibuf.texi: Standardize metasyntactic variables ("history", etc).
2672 Use Texinfo-recommended form of quote+punctuation.
2673 (Intro to Minibuffers): First minibuffer is #1, not #0.
2674 Mention minibuffer-inactive-mode.
2675 (Text from Minibuffer): Copyedits.
2676 (Minibuffer History, Programmed Completion): Fix @var usage.
2677 (Object from Minibuffer): Remove overly pedantic para.
2678 (Minibuffer History): Copyedits. Add face-name-history.
2679 (Initial Input, Yes-or-No Queries, Multiple Queries)
2680 (Minibuffer Windows, Minibuffer Misc): Copyedits.
2681 (Yes-or-No Queries): Tweak example.
2682 (Minibuffer Commands): Add next-complete-history-element.
2683 (Minibuffer Misc): Mention minibuffer-message-timeout, and
2684 minibuffer-inactive-mode.
2685
2686 * processes.texi (Serial Ports, Byte Packing, Bindat Spec)
2687 (Bindat Functions): Copyedits.
2688
2689 2012-04-20 Christopher Schmidt <christopher@ch.ristopher.com>
2690
2691 * files.texi (Saving Buffers): Document `visit and `visit-save'
2692 values of require-final-newline.
2693
2694 2012-04-20 Glenn Morris <rgm@gnu.org>
2695
2696 * processes.texi (Output from Processes, Filter Functions):
2697 Mention waiting-for-user-input-p.
2698 (Sentinels, Query Before Exit, System Processes, Transaction Queues)
2699 (Network Servers, Datagrams, Network Processes, Network Options)
2700 (Network Feature Testing, Serial Ports): Copyedits.
2701 (Network): Add encrypted network overview paragraph.
2702 Cross-reference the Emacs-GnuTLS manual. Use @acronym.
2703
2704 2012-04-20 Chong Yidong <cyd@gnu.org>
2705
2706 * help.texi (Keys in Documentation): Mention :advertised-binding.
2707
2708 * keymaps.texi (Menu Bar): Move most of the :advertised-binding
2709 description to help.texi.
2710
2711 2012-04-20 Glenn Morris <rgm@gnu.org>
2712
2713 * processes.texi (Process Information, Input to Processes)
2714 (Signals to Processes, Output from Processes, Process Buffers)
2715 (Filter Functions, Decoding Output): Copyedits.
2716 (Accepting Output): Discourage use of `millisec' argument.
2717
2718 2012-04-15 Glenn Morris <rgm@gnu.org>
2719
2720 * processes.texi (Processes, Subprocess Creation, Shell Arguments)
2721 (Synchronous Processes, Asynchronous Processes, Deleting Processes):
2722 Copyedits.
2723 (Subprocess Creation): Discourage modifying exec-path directly.
2724 (Synchronous Processes, Asynchronous Processes):
2725 Update some example output.
2726 (Process Information): Fix typo.
2727 (Bindat Spec): Use Texinfo-recommended form of quote+punctuation.
2728
2729 2012-04-15 Glenn Morris <rgm@gnu.org>
2730
2731 * anti.texi (Antinews): Copyedits. Don't @dfn anything here.
2732 open-network-stream does exist in Emacs 23, but is simpler.
2733
2734 2012-04-15 Chong Yidong <cyd@gnu.org>
2735
2736 * customize.texi (Custom Themes): Also document load-theme etc.
2737
2738 2012-04-14 Chong Yidong <cyd@gnu.org>
2739
2740 * customize.texi (Applying Customizations, Custom Themes): New nodes.
2741
2742 * display.texi (Defining Faces): Reference custom-set-faces.
2743
2744 * modes.texi (Defining Minor Modes, Defining Minor Modes):
2745 * os.texi (Startup Summary): Copyedits.
2746
2747 2012-04-14 Glenn Morris <rgm@gnu.org>
2748
2749 * loading.texi (Loading Non-ASCII): "unibyte:" can also be at the end.
2750
2751 * strings.texi (Case Tables):
2752 * objects.texi (General Escape Syntax):
2753 * keymaps.texi (Key Sequences): Use @acronym with "ASCII".
2754
2755 * buffers.texi, compile.texi, customize.texi, debugging.texi:
2756 * display.texi, edebug.texi, eval.texi, help.texi, intro.texi:
2757 * keymaps.texi, minibuf.texi, modes.texi, os.texi, processes.texi:
2758 * text.texi: Use @file for buffers, per the Texinfo manual.
2759
2760 * compile.texi (Compiler Errors): Add missing space in buffer name.
2761
2762 2012-04-14 Chong Yidong <cyd@gnu.org>
2763
2764 * processes.texi (Query Before Exit): Remove obsolete function
2765 process-kill-without-query (Bug#11190).
2766
2767 2012-04-14 Glenn Morris <rgm@gnu.org>
2768
2769 * files.texi, frames.texi, loading.texi, os.texi, processes.texi:
2770 Use @env for environment variables.
2771
2772 * Makefile.in: Replace non-portable use of $< in ordinary rules.
2773
2774 2012-04-12 Jari Aalto <jari.aalto@cante.net>
2775
2776 * processes.texi (Synchronous Processes):
2777 Mention `default-directory' (bug#7515).
2778
2779 2012-04-09 Chong Yidong <cyd@gnu.org>
2780
2781 * customize.texi (Variable Definitions): Remove user-variable-p.
2782
2783 * commands.texi (Interactive Codes):
2784 * help.texi (Accessing Documentation):
2785 * minibuf.texi (High-Level Completion): Callers changed.
2786
2787 2012-04-06 Chong Yidong <cyd@gnu.org>
2788
2789 * minibuf.texi (Programmed Completion): Document metadata method.
2790 (Completion Variables): Document completion-category-overrides.
2791
2792 2012-04-05 Chong Yidong <cyd@gnu.org>
2793
2794 * anti.texi (Antinews): Rewrite for Emacs 23.
2795
2796 2012-04-04 Chong Yidong <cyd@gnu.org>
2797
2798 * minibuf.texi (Programmed Completion): Remove obsolete variable
2799 completion-annotate-function.
2800 (Completion Variables): Rename from Completion Styles.
2801 Document completion-extra-properties. Document completion-styles-alist
2802 change.
2803 (Reading File Names): minibuffer-local-filename-must-match-map is
2804 not used anymore.
2805 (Minibuffer Completion): Document completing-read-function.
2806 (Completion in Buffers): completion-at-point-functions can return
2807 properties recognized in completion-extra-properties.
2808
2809 * display.texi (Delayed Warnings): New node.
2810
2811 * os.texi (Notifications): Copyedits.
2812
2813 2012-04-04 Glenn Morris <rgm@gnu.org>
2814
2815 * os.texi (Notifications): Copyedits.
2816
2817 2012-04-03 Michael Albinus <michael.albinus@gmx.de>
2818
2819 * os.texi (Terminal-Specific): Fix typo.
2820 (Notifications): New section.
2821
2822 * elisp.texi (Top):
2823 * vol1.texi (Top):
2824 * vol2.texi (Top): Add "Notifications" and "Dynamic Libraries"
2825 menu entries.
2826
2827 2012-04-01 Chong Yidong <cyd@gnu.org>
2828
2829 * files.texi (Kinds of Files): file-subdir-of-p renamed to
2830 file-in-directory-p.
2831
2832 2012-03-31 Glenn Morris <rgm@gnu.org>
2833
2834 * edebug.texi (Instrumenting Macro Calls):
2835 Mention defining macros at instrumentation time.
2836 (Edebug Options): Mention edebug-unwrap-results.
2837
2838 2012-03-31 Eli Zaretskii <eliz@gnu.org>
2839
2840 * text.texi (Special Properties): Clarify the description of the
2841 effect of integer values of the 'cursor' property on cursor
2842 position. See the discussions in bug#11068 for more details and
2843 context.
2844
2845 2012-03-31 Glenn Morris <rgm@gnu.org>
2846
2847 * edebug.texi (Edebug Eval, Specification List, Edebug Options):
2848 Copyedits.
2849
2850 2012-03-30 Chong Yidong <cyd@gnu.org>
2851
2852 * display.texi (Image Formats): Add imagemagick type.
2853 (Image Descriptors): Mention how they are used.
2854 (ImageMagick Images): Clarify role of imagemagick-register-types.
2855 (Character Display): Don't mention glyph tables.
2856 (Display Tables): Use make-glyph-code in example.
2857 (Glyphs): Avoid "simple glyph code" terminology. Note that glyph
2858 tables are semi-obsolete. De-document create-glyph.
2859 (Glyphless Chars): Note that display tables override this.
2860 (Bidirectional Display): Copyedits. Introduce "bidirectional
2861 reordering" terminology, and use it.
2862
2863 2012-03-30 Glenn Morris <rgm@gnu.org>
2864
2865 * edebug.texi (Jumping): Give name of `i' binding.
2866
2867 2012-03-28 Glenn Morris <rgm@gnu.org>
2868
2869 * searching.texi (Regular Expressions, Regexp Special)
2870 (Regexp Backslash, Regexp Example, Regexp Functions, Regexp Search)
2871 (Simple Match Data, Saving Match Data, Standard Regexps): Copyedits.
2872 (Regexp Special): Mention collation.
2873 Clarify char classes with an example.
2874 (Regexp Functions): Mention regexp-opt is not guaranteed.
2875 Mention regexp-opt-charset.
2876 (Regexp Search): Recommend against looking-back.
2877 (Search and Replace): Use Texinfo recommended quote convention.
2878 Add more query-replace-map items. List multi-query-replace-map items.
2879
2880 2012-03-27 Martin Rudalics <rudalics@gmx.at>
2881
2882 * windows.texi (Window History): Describe new option
2883 switch-to-visible-buffer.
2884
2885 2012-03-27 Glenn Morris <rgm@gnu.org>
2886
2887 * searching.texi (String Search): Add xref to Emacs manual.
2888 Copyedits. Mention the function word-search-regexp.
2889 (Searching and Case): Add xref to Emacs manual. Copyedits.
2890
2891 * processes.texi (Network Servers): Standardize apostrophe usage.
2892
2893 * os.texi (System Environment): Copyedits. Remove some examples
2894 that do not seem useful. Mention setenv third arg.
2895 tty-erase-char does not seem to be nil under a window-system.
2896 (User Identification): Copyedits.
2897 Remove some examples that do not seem useful.
2898
2899 2012-03-26 Glenn Morris <rgm@gnu.org>
2900
2901 * os.texi (Startup Summary): Copyedits. Fix startup screen logic.
2902 (Init File): Copyedits.
2903 (Command-Line Arguments): Copyedits. Do not mention argv alias.
2904 (Killing Emacs): Copyedits.
2905 (Suspending Emacs): Copyedits. Mention not very relevant with GUIs.
2906 Shorten the example, use more standard shell prompts.
2907
2908 2012-03-25 Chong Yidong <cyd@gnu.org>
2909
2910 * display.texi (Fringes): Note that fringes are shown on graphical
2911 displays only.
2912 (Fringe Size/Pos, Fringe Bitmaps, Making Buttons): Clarifications.
2913 (Replacing Specs): Clarify example.
2914 (Manipulating Buttons): Note that button-at can return a marker.
2915 (Buttons): Minor rewrite.
2916 (Character Display): New node. Consolidate all character display
2917 related nodes into its subsections.
2918 (Usual Display): Character 127 is also affected by ctl-arrow.
2919 (Display Tables): Improve example.
2920
2921 2012-03-22 Glenn Morris <rgm@gnu.org>
2922
2923 * strings.texi (Text Comparison): Mention string-prefix-p.
2924
2925 2012-03-21 Chong Yidong <cyd@gnu.org>
2926
2927 * display.texi (The Echo Area): Add xref to Output Streams.
2928 (Displaying Messages): Improve doc of message.
2929 (Echo Area Customization, Invisible Text): Copyedits.
2930 (Invisible Text): Mention that spec comparison is done with eq.
2931 (Width): Improve doc of char-width.
2932 (Faces): Recommend using symbol instead of string for face name.
2933 Minor clarifications.
2934 (Defining Faces): Copyedits. Update face example.
2935 (Attribute Functions): Mark set-face-foreground etc as commands.
2936 (Face Remapping): Mention text-scale-adjust.
2937 Clarify face-remapping-alist and related docs.
2938 (Face Functions): Don't document make-face or copy-face.
2939
2940 2012-03-20 Chong Yidong <cyd@gnu.org>
2941
2942 * display.texi (Forcing Redisplay): Various rewrites to reflect
2943 new value of redisplay-dont-pause.
2944 (Truncation): Copyedits.
2945
2946 2012-03-20 Glenn Morris <rgm@gnu.org>
2947
2948 * os.texi (Startup Summary): Don't mention initial-buffer-choice = t.
2949 Add summary table of some relevant command-line options.
2950
2951 2012-03-18 Chong Yidong <cyd@gnu.org>
2952
2953 * internals.texi (Building Emacs, Garbage Collection): Copyedits.
2954 (Writing Emacs Primitives): Re-organize discussion of functions
2955 with variable Lisp arguments are handled. Delete an obsolete
2956 remark, previously tagged as FIXME.
2957
2958 * os.texi (Idle Timers): Minor clarification.
2959 (Idle Timers): Link to Time of Day for description of time list.
2960
2961 2012-03-18 Glenn Morris <rgm@gnu.org>
2962
2963 * os.texi (System Interface): Flow control was removed.
2964 (Startup Summary): General update.
2965 (Init File): Don't mention compiling it.
2966
2967 2012-03-17 Chong Yidong <cyd@gnu.org>
2968
2969 * os.texi (Startup Summary): Mention package loading.
2970 (Init File): Don't refer to .emacs in section title. Copyedits.
2971 (Terminal-Specific): Give a realistic example.
2972 (Command-Line Arguments): Reference Entering Emacs instead of
2973 repeating the spiel about not restarting Emacs.
2974 (Time of Day): Discuss time representation at beginning of node.
2975 (Sound Output): Copyedits.
2976
2977 * package.texi (Packaging Basics): Document package-initialize.
2978
2979 2012-03-17 Eli Zaretskii <eliz@gnu.org>
2980
2981 * frames.texi (Initial Parameters): Add an index entry for
2982 minibuffer-only frame.
2983
2984 2012-03-16 Glenn Morris <rgm@gnu.org>
2985
2986 * modes.texi (Major Mode Conventions): Mention the strange
2987 relationship between View mode and special modes. (Bug#10650)
2988
2989 2012-03-11 Chong Yidong <cyd@gnu.org>
2990
2991 * windows.texi (Window Configurations): save-window-excursion is
2992 now a macro.
2993
2994 * display.texi (Temporary Displays): with-output-to-temp-buffer is
2995 now a macro.
2996
2997 * text.texi (Fields): Minor copyedit.
2998
2999 2012-03-10 Eli Zaretskii <eliz@gnu.org>
3000
3001 * strings.texi (String Basics):
3002 * sequences.texi (Sequence Functions): Mention that `length' is
3003 not appropriate for computing the string width on display; add a
3004 cross-reference to the description of `string-width'. (Bug#10978)
3005
3006 * eval.texi (Autoloading): Minor change of wording.
3007
3008 2012-03-10 Chong Yidong <cyd@gnu.org>
3009
3010 * loading.texi (Autoload): Explicitly state which forms are
3011 processed specially (Bug#7783).
3012
3013 * keymaps.texi (Mouse Menus): Describe non-toolkit behavior as the
3014 non-default situation. Describe one-submenu exception (Bug#7695).
3015
3016 * nonascii.texi (Character Properties): Copyedits.
3017
3018 2012-03-08 Chong Yidong <cyd@gnu.org>
3019
3020 * text.texi (Mode-Specific Indent): Document new behavior of
3021 indent-for-tab-command. Document tab-always-indent.
3022 (Special Properties): Copyedits.
3023 (Checksum/Hash): Improve secure-hash doc. Do not recommend MD5.
3024 (Parsing HTML/XML): Rename from Parsing HTML. Update doc of
3025 libxml-parse-html-region.
3026
3027 2012-03-07 Glenn Morris <rgm@gnu.org>
3028
3029 * markers.texi (The Region): Briefly mention use-empty-active-region
3030 and region-active-p.
3031 (Overview of Markers): Reword garbage collection, add cross-ref.
3032 (The Mark): Tiny clarification re command loop and activate-mark-hook.
3033
3034 2012-03-07 Chong Yidong <cyd@gnu.org>
3035
3036 * text.texi (Buffer Contents): Don't duplicate explanation of
3037 region arguments from Text node. Put doc of obsolete var
3038 buffer-substring-filters back, since it is referred to.
3039 (Low-Level Kill Ring): Yank now uses clipboard instead of primary
3040 selection by default.
3041
3042 * markers.texi (The Mark): Fix typo.
3043 (The Region): Copyedits.
3044
3045 2012-03-07 Glenn Morris <rgm@gnu.org>
3046
3047 * markers.texi (Overview of Markers): Copyedits.
3048 (Creating Markers): Update approximate example buffer size.
3049 (The Mark): Don't mention uninteresting return values.
3050
3051 2012-03-05 Chong Yidong <cyd@gnu.org>
3052
3053 * positions.texi (Text Lines): Document count-words.
3054
3055 2012-03-04 Chong Yidong <cyd@gnu.org>
3056
3057 * frames.texi (Frames): Remove little-used "terminal frame" and
3058 "window frame" terminology.
3059 (Frame Parameters, Font and Color Parameters, Initial Parameters)
3060 (Size and Position, Visibility of Frames): Callers changed.
3061 (Frames): Clarify which terminals in framep are graphical.
3062 (Initial Parameters): --geometry is not the only option which adds
3063 to initial-frame-alist.
3064 (Position Parameters): Note that icon-left and icon-top are for
3065 old window managers only.
3066 (Size Parameters): Sizes are in characters even on graphical
3067 displays.
3068 (Management Parameters): Note that window-id and outer-window-id
3069 can't really be changed, and that auto-raise isn't always obeyed.
3070 (Cursor Parameters): Document cursor-type explicitly.
3071 (Size and Position): The aliases set-screen-height and
3072 set-screen-width have been deleted.
3073 (Visibility of Frames): Mention "minimization".
3074
3075 * os.texi (Startup Summary): Minor clarifications.
3076 (Startup Summary, Suspending Emacs): Standardize on "text
3077 terminal" terminology.
3078
3079 * windows.texi (Basic Windows, Coordinates and Windows)
3080 (Coordinates and Windows):
3081 * display.texi (Refresh Screen, Line Height, Face Attributes)
3082 (Overlay Arrow, Beeping, Glyphless Chars): Likewise.
3083
3084 2012-03-04 Glenn Morris <rgm@gnu.org>
3085
3086 * abbrevs.texi: Small copyedits throughout.
3087 (Abbrev Mode): Remove this section, folding it into the top-level.
3088 (Abbrev Tables): Don't mention irrelevant return values.
3089 (Abbrev Expansion): Add cross-ref for wrapper hooks.
3090 (Standard Abbrev Tables): Emacs Lisp mode now has its own table.
3091 (Abbrev Table Properties): Update nil :regexp description.
3092
3093 2012-03-03 Glenn Morris <rgm@gnu.org>
3094
3095 * internals.texi: Change @appendix section commands to @section.
3096 (Building Emacs): Say less about CANNOT_DUMP platforms.
3097 Replace deleted eval-at-startup with custom-initialize-delay.
3098 (Pure Storage): Small changes.
3099 (Memory Usage): Copyedit.
3100 (Writing Emacs Primitives): Update Fcoordinates_in_window_p and For
3101 example definitions. Give examples of things with non-nil
3102 interactive args. Mention eval_sub. Remove old info about
3103 strings and GCPRO. Mention cus-start.el.
3104 (Buffer Internals, Window Internals, Process Internals):
3105 Misc small updates and fixes for fields.
3106
3107 * tips.texi: Copyedits.
3108 (Coding Conventions): Mention autoloads.
3109 Combine partially duplicated macro items. Fix xref.
3110 Refer to Library Headers for copyright notice.
3111 (Programming Tips): edit-options is long-obsolete.
3112 (Compilation Tips): Mention loading bytecomp for byte-compile props.
3113 (Warning Tips): Mention declare-function.
3114 (Documentation Tips): Remove old info.
3115 (Comment Tips): Mention comment-dwim, not indent-for-comment.
3116 (Library Headers): General update.
3117
3118 2012-03-02 Glenn Morris <rgm@gnu.org>
3119
3120 * backups.texi (Reverting): Un-duplicate revert-buffer-in-progress-p,
3121 and relocate entry. Mention buffer-stale-function.
3122
3123 * elisp.texi, vol1.texi, vol2.texi: Standardize some menu entries.
3124
3125 * hooks.texi (Standard Hooks): General update.
3126 Put related hooks together. Add and remove items.
3127 * commands.texi (Keyboard Macros): Remove cross-ref to Standard Hooks.
3128 * modes.texi (Hooks): Tweak cross-ref description.
3129
3130 2012-03-01 Michael Albinus <michael.albinus@gmx.de>
3131
3132 * files.texi (Kinds of Files): The return value of file-equal-p is
3133 unspecified, if FILE1 or FILE2 does not exist.
3134
3135 2012-03-01 Glenn Morris <rgm@gnu.org>
3136
3137 * hooks.texi (Standard Hooks): Remove mode-specific hooks.
3138
3139 * maps.texi (Standard Keymaps): General update.
3140 Remove mode-specific maps, talk about the more general keymaps.
3141 * help.texi (Help Functions): Add vindex for Helper-help-map.
3142 * keymaps.texi (Active Keymaps): Minor rephrasing.
3143
3144 2012-02-29 Glenn Morris <rgm@gnu.org>
3145
3146 * elisp.texi, vol1.texi, vol2.texi: Use "" quotes in menus.
3147
3148 2012-02-28 Thierry Volpiatto <thierry.volpiatto@gmail.com>
3149
3150 * files.texi (Kinds of Files): Rename files-equal-p to file-equal-p.
3151 Update changed behavior of file-subdir-of-p.
3152
3153 2012-02-28 Glenn Morris <rgm@gnu.org>
3154
3155 * advice.texi, anti.texi, display.texi, elisp.texi:
3156 * processes.texi, variables.texi, vol1.texi, vol2.texi:
3157 Standardize possessive apostrophe usage.
3158
3159 * locals.texi: Remove file.
3160 * elisp.texi, vol1.texi, vol2.texi: Don't include locals.texi.
3161 Remove menu entry.
3162 * errors.texi, maps.texi: Adjust node pointers.
3163 * internals.texi (Buffer Internals): Remove cross-refs to locals.texi.
3164 * makefile.w32-in (srcs):
3165 * Makefile.in (srcs): Remove locals.texi.
3166
3167 * frames.texi (Mouse Position): Fix cross-ref.
3168
3169 2012-02-27 Chong Yidong <cyd@gnu.org>
3170
3171 * buffers.texi (Creating Buffers): Clarify that
3172 generate-new-buffer uses generate-new-buffer-names.
3173 (Killing Buffers): Remove bogus example duplicating buffer-live-p.
3174
3175 * files.texi (Directory Names): Index entry for file name abbreviations.
3176 (Relative File Names, File Name Expansion): Refer to it.
3177 (Locating Files): Move locate-user-emacs-file documentation to
3178 Standard File Names.
3179 (Standard File Names): Add locate-user-emacs-file; update examples.
3180
3181 2012-02-26 Michael Albinus <michael.albinus@gmx.de>
3182
3183 * files.texi (Magic File Names): Add files-equal-p and file-subdir-of-p.
3184
3185 2012-02-26 Chong Yidong <cyd@gnu.org>
3186
3187 * files.texi (Kinds of Files): Improve documentation of
3188 files-equal-p and file-subdir-of-p.
3189
3190 2012-02-26 Glenn Morris <rgm@gnu.org>
3191
3192 * intro.texi (Acknowledgements): Small changes.
3193
3194 2012-02-25 Glenn Morris <rgm@gnu.org>
3195
3196 * errors.texi: Don't try to list _all_ the error symbols.
3197 Add circular-list, cl-assertion-failed, compression-error.
3198 * elisp.texi, vol1.texi, vol2.texi:
3199 * control.texi (Error Symbols): Tweak "Standard Errors" description.
3200
3201 2012-02-25 Thierry Volpiatto <thierry.volpiatto@gmail.com>
3202
3203 * files.texi (files-equal-p, file-subdir-of-p): New,
3204 add initial documentation.
3205
3206 2012-02-25 Chong Yidong <cyd@gnu.org>
3207
3208 * files.texi (File Attributes): Document file-selinux-context.
3209 (Changing Files): Link to it.
3210 (Changing Files): Document set-file-selinux-context.
3211
3212 * backups.texi (Making Backups): Return value of backup-buffer is
3213 changed. Mention default value of backup-directory-alist.
3214 (Rename or Copy): Note that backup-by-copying-when-mismatch is t.
3215 (Auto-Saving): New minor mode behavior for auto-save-mode.
3216 (Reverting): Add defvar for revert-buffer-in-progress-p.
3217
3218 * searching.texi (Regexp Backslash): Add index entry (Bug#10869).
3219
3220 2012-02-24 Glenn Morris <rgm@gnu.org>
3221
3222 * errors.texi (Standard Errors): Mention dbus-error.
3223 For arith-error sub-classes, just use one cross-ref.
3224
3225 2012-02-23 Alan Mackenzie <acm@muc.de>
3226
3227 * modes.texi (Defining Minor Modes): Document the new keyword
3228 :after-hook.
3229
3230 2012-02-21 Chong Yidong <cyd@gnu.org>
3231
3232 * files.texi (Files): Mention magic file names as arguments.
3233 (Reading from Files): Copyedits.
3234 (File Attributes): Mention how to change file modes.
3235 (Changing Files): Use standard "file permissions" terminology.
3236 Add xref to File Attributes node.
3237 (Locating Files): Document locate-user-emacs-file.
3238 (Unique File Names): Recommend against using make-temp-name.
3239
3240 2012-02-19 Chong Yidong <cyd@gnu.org>
3241
3242 * help.texi (Documentation, Documentation Basics, Help Functions):
3243 Minor clarifications.
3244 (Accessing Documentation): Clarify what documentation-property is
3245 for. Add xref to Keys in Documentation.
3246
3247 * tips.texi (Documentation Tips): Don't recommend using * in
3248 docstrings.
3249
3250 * macros.texi (Defining Macros):
3251 * modes.texi (Derived Modes): Say "documentation string" instead
3252 of docstring.
3253
3254 2012-02-18 Chong Yidong <cyd@gnu.org>
3255
3256 * modes.texi (Tabulated List Mode): New node.
3257 (Basic Major Modes): Add xref to it.
3258
3259 * processes.texi (Process Information): Mention Process Menu mode.
3260
3261 2012-02-17 Chong Yidong <cyd@gnu.org>
3262
3263 * syntax.texi (Motion via Parsing): Doc fix for scan-lists.
3264
3265 2012-02-17 Glenn Morris <rgm@gnu.org>
3266
3267 * hooks.texi (Standard Hooks): Fix cross-ref to Emacs manual.
3268
3269 2012-02-16 Chong Yidong <cyd@gnu.org>
3270
3271 * syntax.texi (Syntax Tables, Syntax Descriptors)
3272 (Syntax Table Functions): Copyedits.
3273 (Syntax Basics): Don't repeat the material in the preceding node.
3274 (Syntax Class Table): Use a table.
3275 (Syntax Properties): Document syntax-propertize-function and
3276 syntax-propertize-extend-region-functions.
3277 (Motion via Parsing): Clarify scan-lists. Fix indentation.
3278 (Parser State): Update for the new "c" comment style.
3279 Fix description of item 7 (comment style).
3280
3281 * modes.texi (Minor Modes): Update how mode commands should treat
3282 arguments now.
3283 (Mode Line Basics): Clarify force-mode-line-update.
3284 (Mode Line Top): Note that the example is not realistic.
3285 (Mode Line Variables, Mode Line Data, %-Constructs, Header Lines)
3286 (Emulating Mode Line): Use "mode line" instead of "mode-line", and
3287 "mode line construct" instead of "mode line specification".
3288 (Syntactic Font Lock): Remove mention of obsolete variable
3289 font-lock-syntactic-keywords.
3290 (Setting Syntax Properties): Node deleted.
3291 (Font Lock Mode): Note that Font Lock mode is a minor mode.
3292 (Font Lock Basics): Note that syntactic fontification falls back
3293 on `syntax-table'.
3294 (Search-based Fontification): Emphasize that font-lock-keywords
3295 should not be set directly.
3296 (Faces for Font Lock): Avoid some confusing terminology.
3297 (Syntactic Font Lock): Minor clarifications. Add xref to
3298 Syntactic Font Lock node.
3299
3300 2012-02-15 Chong Yidong <cyd@gnu.org>
3301
3302 * minibuf.texi (Basic Completion): Define "completion table".
3303 Move completion-in-region to Completion in Buffers node.
3304 (Completion Commands): Use "completion table" terminology.
3305 (Completion in Buffers): New node.
3306
3307 * modes.texi (Hooks): add-hook can be used for abnormal hooks too.
3308 (Setting Hooks): Update minor mode usage example.
3309 (Major Mode Conventions): Note that completion-at-point-functions
3310 should be altered locally. Add xref to Completion in Buffers.
3311 Remove duplicate tip about auto-mode-alist.
3312 (Minor Modes): Rewrite introduction.
3313 (Minor Mode Conventions): Copyedits. Don't recommend
3314 variable-only minor modes since few minor modes are like that.
3315
3316 2012-02-15 Glenn Morris <rgm@gnu.org>
3317
3318 * processes.texi (Network): Document open-network-stream :parameters.
3319
3320 2012-02-14 Chong Yidong <cyd@gnu.org>
3321
3322 * keymaps.texi (Format of Keymaps): The CACHE component of keymaps
3323 was removed on 2009-09-10. Update lisp-mode-map example.
3324 (Inheritance and Keymaps): Minor clarification.
3325 (Searching Keymaps): Remove out-of-place enumeration.
3326 (Key Lookup): Remove unnecessary example (one was already given in
3327 Format of Keymaps).
3328 (Changing Key Bindings): Update suppress-keymap example.
3329 (Menu Bar, Tool Bar): Copyedits.
3330 (Tool Bar): Update tool-bar-map example.
3331
3332 2012-02-12 Chong Yidong <cyd@gnu.org>
3333
3334 * debugging.texi (Debugger Commands): Continuing is now allowed
3335 for errors.
3336
3337 2012-02-11 Chong Yidong <cyd@gnu.org>
3338
3339 * display.texi (Fringe Indicators): Add xref to Fringe Bitmaps.
3340 Move the list of standard bitmaps there.
3341 (Fringe Cursors): Rewrite for clarity.
3342 (Fringe Bitmaps): Consolidate the list of standard bitmaps here.
3343
3344 * commands.texi (Command Overview): Mention read-key.
3345 (Using Interactive, Interactive Call): Minor clarifications.
3346 (Function Keys, Click Events): Avoid "input stream" terminology.
3347 (Click Events): Add xref to Window Sizes and Accessing Mouse.
3348 Clarify column and row components.
3349 (Accessing Mouse): Add xref to Click Events. Minor fixes.
3350 (Special Events): Copyedits.
3351
3352 * streams.texi (Input Streams): De-document get-file-char.
3353 (Output Variables): Don't refer to old backquote syntax.
3354
3355 * debugging.texi (Debugging): Copyedits. Describe testcover, ERT.
3356 (Error Debugging): Note that debug-ignored-errors overrides list
3357 values of debug-on-error too. Add xref to Signaling Errors.
3358 Note that debug-on-signal is not customizable.
3359 Mention condition-case-unless-debug.
3360 (Compilation Errors): Node deleted.
3361
3362 * compile.texi (Compiler Errors): Move a paragraph here from
3363 deleted node Compilation Errors.
3364
3365 2012-02-10 Leo Liu <sdl.web@gmail.com>
3366
3367 * control.texi (Handling Errors): Change condition-case-no-debug
3368 to condition-case-unless-debug.
3369
3370 2012-02-10 Chong Yidong <cyd@gnu.org>
3371
3372 * advice.texi (Defining Advice): Clarify ad-unadvise.
3373 (Activation of Advice): Specifying the ACTIVATE flag in defadvice
3374 is not abnormal.
3375 (Advising Primitives): Node deleted; ad-define-subr-args has been
3376 removed.
3377
3378 * compile.texi (Speed of Byte-Code): Use float-time in example.
3379 (Compilation Functions): Note that the log uses Compilation mode.
3380 Don't discuss the contents of byte-code function object here.
3381 (Compilation Functions): De-document internal function byte-code.
3382 (Docs and Compilation): Minor clarifications.
3383
3384 * objects.texi (Byte-Code Type): Add xref to Byte-Code Function
3385 Objects.
3386
3387 2012-02-10 Glenn Morris <rgm@gnu.org>
3388
3389 * text.texi (Checksum/Hash): Rename node from MD5 Checksum.
3390 Mention secure-hash.
3391 * elisp.texi, vol1.texi, vol2.texi: Update menu entry.
3392
3393 2012-02-10 Chong Yidong <cyd@gnu.org>
3394
3395 * loading.texi (Loading): Don't emphasize "library" terminology.
3396 (Library Search): load-path is not a user option. Mention role of
3397 -L option and packages. Improve examples.
3398 (Loading Non-ASCII): Don't mention unibyte Emacs, which is
3399 obsolete.
3400 (Autoload): Minor clarifications.
3401
3402 2012-02-10 Glenn Morris <rgm@gnu.org>
3403
3404 * files.texi (Magic File Names): Tweak remote-file-name-inhibit-cache.
3405
3406 * modes.texi (Basic Major Modes): Mention tabulated-list-mode.
3407
3408 2012-02-08 Glenn Morris <rgm@gnu.org>
3409
3410 * loading.texi (Named Features): Update the require example.
3411
3412 2012-02-07 Glenn Morris <rgm@gnu.org>
3413
3414 * modes.texi (Defining Minor Modes):
3415 Expand on args of defined minor modes.
3416
3417 2012-02-07 Chong Yidong <cyd@gnu.org>
3418
3419 * variables.texi (Creating Buffer-Local): Minor clarification
3420 to buffer-local-variables doc (Bug#10715).
3421
3422 2012-02-07 Glenn Morris <rgm@gnu.org>
3423
3424 * display.texi (ImageMagick Images): General update.
3425 Move most details of imagemagick-render-type to the variable's doc.
3426
3427 2012-02-06 Glenn Morris <rgm@gnu.org>
3428
3429 * keymaps.texi (Tool Bar): Mention separators.
3430 (Inheritance and Keymaps):
3431 Mention make-composed-keymap and multiple inheritance.
3432
3433 * modes.texi (Running Hooks): Mention run-hook-wrapped.
3434
3435 * control.texi (Handling Errors):
3436 Mention condition-case-no-debug and with-demoted-errors.
3437
3438 2012-02-05 Chong Yidong <cyd@gnu.org>
3439
3440 * customize.texi (Common Keywords): Minor clarifications.
3441 Document custom-unlispify-remove-prefixes.
3442 (Variable Definitions): Backquotes in defcustom seem to work fine
3443 now. Various other copyedits.
3444 (Simple Types): Copyedits. Document color selector.
3445 (Composite Types): Copyedits.
3446 (Splicing into Lists): Clarifications.
3447
3448 * eval.texi (Backquote): Move from macros.texi.
3449
3450 * macros.texi (Expansion): Minor clarification.
3451 (Backquote): Move node to eval.texi.
3452 (Defining Macros): Move an example from Backquote node.
3453 (Argument Evaluation): No need to mention Pascal.
3454 (Indenting Macros): Add xref to Defining Macros.
3455
3456 2012-02-05 Glenn Morris <rgm@gnu.org>
3457
3458 * debugging.texi (Error Debugging): Mention debug-on-event default.
3459
3460 2012-02-04 Glenn Morris <rgm@gnu.org>
3461
3462 * backups.texi (Reverting): Mention revert-buffer-in-progress-p.
3463
3464 * debugging.texi (Error Debugging): Mention debug-on-event.
3465 * commands.texi (Misc Events): Mention sigusr1,2 and debugging.
3466
3467 * modes.texi (Running Hooks): Try to clarify with-wrapper-hook.
3468
3469 * text.texi (Buffer Contents):
3470 Update filter-buffer-substring description.
3471
3472 2012-02-04 Chong Yidong <cyd@gnu.org>
3473
3474 * functions.texi (What Is a Function): Add closures.
3475 Mention "return value" terminology. Add xref for command-execute.
3476 Remove unused "keystroke command" terminology.
3477 (Lambda Expressions): Give a different example than in the
3478 following subsection. Add xref to Anonymous Functions.
3479 (Function Documentation): Remove gratuitous markup.
3480 (Function Names): Move introductory text to `What Is a Function'.
3481 (Defining Functions): Fix defun argument spec.
3482 (Anonymous Functions): Document lambda macro explicitly.
3483 Mention effects on lexical binding.
3484 (Function Cells): Downplay direct usage of fset.
3485 (Closures): New node.
3486 (Inline Functions): Remove "open-code" terminology.
3487 (Declaring Functions): Minor tweak; .m is not C code.
3488
3489 * variables.texi (Variables): Don't refer to "global value".
3490 (Local Variables, Void Variables): Copyedits.
3491 (Lexical Binding): Minor clarification of example.
3492 (File Local Variables): Mention :safe and :risky defcustom args.
3493 (Lexical Binding): Add xref to Closures node.
3494
3495 2012-02-04 Glenn Morris <rgm@gnu.org>
3496
3497 * minibuf.texi (High-Level Completion): Updates for read-color.
3498
3499 2012-02-03 Glenn Morris <rgm@gnu.org>
3500
3501 * display.texi (GIF Images): Mention animation.
3502 Remove commented-out old example of animation.
3503 (Animated Images): New subsection.
3504 * elisp.texi (Top):
3505 * vol1.texi (Top):
3506 * vol2.texi (Top): Add Animated Images menu entry.
3507
3508 * display.texi (Image Formats): Remove oddly specific information
3509 on versions of image libraries.
3510 (GIF Images, TIFF Images): Minor rephrasing.
3511
3512 2012-02-02 Glenn Morris <rgm@gnu.org>
3513
3514 * processes.texi (Synchronous Processes):
3515 Mention call-process's :file gets overwritten.
3516
3517 * commands.texi (Reading One Event):
3518 * help.texi (Help Functions): Document read-char-choice.
3519
3520 * hooks.texi (Standard Hooks):
3521 * modes.texi (Keymaps and Minor Modes):
3522 * text.texi (Commands for Insertion): Document post-self-insert-hook.
3523
3524 * hooks.texi (Standard Hooks): Add prog-mode-hook.
3525
3526 * hooks.texi (Standard Hooks):
3527 * modes.texi (Major Mode Conventions, Mode Hooks):
3528 Document change-major-mode-after-body-hook.
3529
3530 2012-02-01 Glenn Morris <rgm@gnu.org>
3531
3532 * modes.texi (Defining Minor Modes):
3533 Mention disabling global minor modes on a per-major-mode basis.
3534
3535 2012-01-31 Chong Yidong <cyd@gnu.org>
3536
3537 * syntax.texi (Parsing Expressions): Clarify intro (Bug#10657).
3538 (Parser State): Remove unnecessary statement (Bug#10661).
3539
3540 * eval.texi (Intro Eval): Add footnote about "sexp" terminology.
3541
3542 2012-01-31 Glenn Morris <rgm@gnu.org>
3543
3544 * modes.texi (Defining Minor Modes):
3545 Document define-minor-mode's new :variable keyword.
3546
3547 2012-01-29 Chong Yidong <cyd@gnu.org>
3548
3549 * syntax.texi (Syntax Class Table): Tweak description of newline
3550 char syntax (Bug#9619).
3551
3552 * numbers.texi (Predicates on Numbers): Fix wholenump/natnump
3553 description (Bug#10189).
3554
3555 2012-01-29 Glenn Morris <rgm@gnu.org>
3556
3557 * files.texi (Changing Files): Document SELinux support.
3558
3559 * windows.texi (Window Sizes): Fix typo.
3560
3561 2012-01-28 Chong Yidong <cyd@gnu.org>
3562
3563 * display.texi (Fringe Indicators): Clarify fringe-indicator-alist
3564 doc (Bug#8568).
3565
3566 * frames.texi (Input Focus): Add NORECORD arg to
3567 select-frame-set-input-focus. Clarify its role in select-frame.
3568
3569 * text.texi (Transposition): We don't use transpose-region as an
3570 internal subroutine (Bug#3249).
3571
3572 * modes.texi (Example Major Modes): Update Lisp example code to
3573 current sources. Delete the old non-derived-major-mode example,
3574 which has diverged badly from current sources.
3575
3576 2012-01-27 Glenn Morris <rgm@gnu.org>
3577
3578 * makefile.w32-in (texinputdir): Fix (presumed) typo.
3579 (VERSION, manual): Remove, unused.
3580
3581 2012-01-27 Chong Yidong <cyd@gnu.org>
3582
3583 * commands.texi (Command Overview): Minor clarification (Bug#10384).
3584
3585 2012-01-26 Chong Yidong <cyd@gnu.org>
3586
3587 * searching.texi (String Search): Document negative repeat count
3588 (Bug#10507).
3589
3590 2012-01-26 Glenn Morris <rgm@gnu.org>
3591
3592 * variables.texi (Using Lexical Binding):
3593 Mention that lexical-binding should be set in the first line.
3594
3595 2012-01-26 Lars Ingebrigtsen <larsi@gnus.org>
3596
3597 * macros.texi (Defining Macros): Don't claim that `declare' only
3598 affects Edebug and indentation.
3599
3600 2012-01-25 Lars Ingebrigtsen <larsi@gnus.org>
3601
3602 * macros.texi (Defining Macros): Slight `declare' fixup.
3603
3604 2012-01-25 Glenn Morris <rgm@gnu.org>
3605
3606 * makefile.w32-in (texinputdir):
3607 * Makefile.in (ENVADD): Add $emacsdir. (Bug#10603)
3608
3609 2012-01-24 Chong Yidong <cyd@gnu.org>
3610
3611 * variables.texi (Variables, Local Variables, Void Variables):
3612 Edit to make the descriptions less specific to dynamic binding.
3613 (Local Variables): Default max-specpdl-size is now 1300.
3614 (Defining Variables): Edits for lexical scoping.
3615 Delete information about starting docstrings with *. De-document
3616 user-variable-p.
3617 (Tips for Defining): Remove an unimportant discussion of quitting
3618 in the middle of a load.
3619 (Accessing Variables, Setting Variables): Discuss lexical binding.
3620 (Variable Scoping): Rewrite.
3621 (Scope, Extent, Impl of Scope): Nodes deleted.
3622 (Dynamic Binding): New node, with material from Scope, Extent, and
3623 Impl of Scope nodes.
3624 (Dynamic Binding Tips): Rename from Using Scoping.
3625 (Lexical Binding): Rewrite.
3626 (Using Lexical Binding): Rename from Converting to Lexical
3627 Binding. Convert to subsection.
3628
3629 * customize.texi (Variable Definitions): Add custom-variable-p.
3630 Move user-variable-p documentation here.
3631
3632 2012-01-23 Chong Yidong <cyd@gnu.org>
3633
3634 * strings.texi (Text Comparison): Minor qualification.
3635
3636 * lists.texi (Cons Cells): Copyedits.
3637 (List Elements): Mention push.
3638 (List Variables): Mention pop.
3639 (Rings): Move to sequences.texi.
3640
3641 * sequences.texi (Sequence Functions): Don't repeat the
3642 introduction already given in the parent.
3643 (Vectors): Copyedits.
3644 (Rings): Move from lists.texi. Note that this is specific to the
3645 ring package.
3646
3647 * symbols.texi (Definitions, Symbol Components): Mention variable
3648 scoping issues.
3649 (Plists and Alists): Copyedits.
3650
3651 * eval.texi (Intro Eval, Symbol Forms): Minor tweaks for
3652 correctness with lexical scoping.
3653 (Eval): Copyedits.
3654
3655 2012-01-21 Chong Yidong <cyd@gnu.org>
3656
3657 * intro.texi (A Sample Function Description): Special notation
3658 used for macros too.
3659
3660 * objects.texi (Ctl-Char Syntax, Other Char Bits): Copyedits.
3661 (Symbol Type): Add xref for keyword symbols.
3662 (Sequence Type): Clarify differences between sequence types.
3663 (Cons Cell Type): Add "linked list" index entry.
3664 (Non-ASCII in Strings): Copyedits.
3665 (Equality Predicates): Symbols with same name need not be eq.
3666
3667 * numbers.texi (Float Basics): Document isnan, copysign, frexp and
3668 ldexp. Move float-e and float-pi to Math Functions node.
3669
3670 2012-01-21 Glenn Morris <rgm@gnu.org>
3671
3672 * modes.texi (Auto Major Mode):
3673 * variables.texi (File Local Variables):
3674 Mention inhibit-local-variables-regexps.
3675
3676 2012-01-19 Martin Rudalics <rudalics@gmx.at>
3677
3678 * windows.texi (Window Configurations): Rewrite references to
3679 persistent window parameters.
3680 (Window Parameters): Fix description of persistent window
3681 parameters.
3682
3683 2012-01-16 Juanma Barranquero <lekktu@gmail.com>
3684
3685 * windows.texi (Window Parameters): Use @pxref.
3686
3687 2012-01-16 Martin Rudalics <rudalics@gmx.at>
3688
3689 * windows.texi (Window Configurations, Window Parameters):
3690 Describe persistent window parameters.
3691
3692 2011-12-27 Stefan Monnier <monnier@iro.umontreal.ca>
3693
3694 * variables.texi (Creating Buffer-Local): Warn against misuses of
3695 make-variable-buffer-local (bug#10258).
3696
3697 2012-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
3698
3699 * macros.texi (Defining Macros): Document `doc-string' (bug#9668).
3700
3701 2012-01-06 Chong Yidong <cyd@gnu.org>
3702
3703 * variables.texi (Directory Local Variables):
3704 Document hack-dir-local-variables-non-file-buffer.
3705
3706 2012-01-06 Glenn Morris <rgm@gnu.org>
3707
3708 * maps.texi (Standard Keymaps): Refer to Info-edit by name
3709 rather than by keybinding.
3710
3711 2011-12-29 Juanma Barranquero <lekktu@gmail.com>
3712
3713 * frames.texi (Font and Color Parameters): Add @pxref.
3714
3715 2011-12-29 Daniel Colascione <dan.colascione@gmail.com>
3716
3717 * frames.texi (Font and Color Parameters):
3718 Document w32 font backends (bug#10399).
3719
3720 2011-12-28 Paul Eggert <eggert@cs.ucla.edu>
3721
3722 * files.texi (File Attributes, Changing Files):
3723 Use a more-natural notation for octal numbers.
3724
3725 2011-12-23 Juanma Barranquero <lekktu@gmail.com>
3726
3727 * variables.texi (Variables with Restricted Values):
3728 Change reference to variable (bug#10354).
3729
3730 2011-12-13 Martin Rudalics <rudalics@gmx.at>
3731
3732 * windows.texi (Splitting Windows): Use t instead of non-nil
3733 when describing window-combination-resize.
3734
3735 2011-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
3736
3737 * text.texi (Special Properties): Warn against `intangible' properties
3738 (bug#10222).
3739
3740 2011-11-26 Eli Zaretskii <eliz@gnu.org>
3741
3742 * display.texi (Truncation):
3743 * text.texi (Special Properties): Describe what a stretch-glyph is
3744 instead of using that term without explanation. Make the
3745 cross-references more accurate.
3746
3747 * display.texi (Usual Display): Update the description,
3748 cross-references, and indexing related to display of control
3749 characters and raw bytes.
3750
3751 2011-11-25 Martin Rudalics <rudalics@gmx.at>
3752
3753 * windows.texi (Splitting Windows): Fix description of
3754 window-combination-limit. Suggested by Eli Zaretskii.
3755
3756 2011-11-23 Chong Yidong <cyd@gnu.org>
3757
3758 * windows.texi (Window Sizes): Move window-top-line,
3759 window-left-column, and window-*-pixel-edges to Coordinates and
3760 Windows node.
3761 (Coordinates and Windows): Restore window-edges doc.
3762
3763 2011-11-21 Martin Rudalics <rudalics@gmx.at>
3764
3765 * windows.texi (Windows and Frames, Splitting Windows):
3766 Fix typos.
3767
3768 2011-11-21 Chong Yidong <cyd@gnu.org>
3769
3770 * windows.texi (Splitting Windows): Fix error in documentation of
3771 window-combination-limit.
3772 (Cyclic Window Ordering): Minor fixes to next-window,
3773 one-window-p, and get-lru-window docs. Don't document
3774 window-list-1.
3775 (Buffers and Windows): Copyedits.
3776 (Choosing Window): Document special handling of special-display-*.
3777 (Choosing Window Options): Fix display-buffer-reuse-frames doc.
3778 Don't document even-window-heights, which is going away.
3779 Clarify which options are obeyed by which action functions.
3780
3781 2011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
3782
3783 * display.texi (Invisible Text): Clarify point adjustment (bug#10072).
3784
3785 2011-11-20 Martin Rudalics <rudalics@gmx.at>
3786
3787 * windows.texi (Resizing Windows, Splitting Windows):
3788 Remove term "status" when talking about combination limits.
3789
3790 2011-11-20 Juanma Barranquero <lekktu@gmail.com>
3791
3792 * compile.texi (Compiler Errors):
3793 * help.texi (Help Functions): Fix typos.
3794
3795 2011-11-19 Chong Yidong <cyd@gnu.org>
3796
3797 * windows.texi (Splitting Windows): Clarify role of window
3798 parameters in split-window. Shorten the example.
3799 (Deleting Windows): Rewrite intro to handle internal windows.
3800 Fix delete-windows-on doc.
3801 (Selecting Windows): Copyedits.
3802
3803 2011-11-17 Martin Rudalics <rudalics@gmx.at>
3804
3805 * windows.texi (Resizing Windows, Splitting Windows)
3806 (Deleting Windows): Use term window-combination-resize instead
3807 of window-splits.
3808
3809 2011-11-16 Martin Rudalics <rudalics@gmx.at>
3810
3811 * windows.texi (Resizing Windows, Splitting Windows):
3812 Rename occurrences of window-nest to window-combination-limit.
3813
3814 2011-11-14 Juanma Barranquero <lekktu@gmail.com>
3815
3816 * intro.texi (Lisp History): Fix typo.
3817
3818 2011-11-12 Martin Rudalics <rudalics@gmx.at>
3819
3820 * windows.texi (Splitting Windows, Deleting Windows):
3821 Remove references to splits status of windows.
3822
3823 2011-11-10 Glenn Morris <rgm@gnu.org>
3824
3825 * buffers.texi (Read Only Buffers): Expand a bit on why
3826 toggle-read-only should only be used interactively. (Bug#7292)
3827
3828 2011-11-09 Chong Yidong <cyd@gnu.org>
3829
3830 * windows.texi (Window Sizes): Document window-pixel-edges,
3831 window-inside-pixel-edges, window-absolute-pixel-edges, and
3832 window-inside-absolute-pixel-edges.
3833 (Resizing Windows): shrink-window-if-larger-than-buffer works on
3834 non-full-width windows.
3835
3836 2011-11-09 Martin Rudalics <rudalics@gmx.at>
3837
3838 * windows.texi (Resizing Windows): Rewrite documentation of
3839 window-resizable.
3840
3841 2011-11-09 Chong Yidong <cyd@gnu.org>
3842
3843 * windows.texi (Splitting Windows): Simplify example.
3844
3845 2011-11-08 Chong Yidong <cyd@gnu.org>
3846
3847 * windows.texi (Window Sizes): Copyedits. Document
3848 window-text-height. Remove window-min-height and window-min-width
3849 discussion, referring instead to Emacs manual.
3850 (Splitting Windows, Resizing Windows): Add xref to Emacs manual.
3851 (Resizing Windows): Simplify introduction. Don't document
3852 enlarge-window, shrink-window, enlarge-window-horizontally, and
3853 shrink-window-horizontally; they are no longer preferred for
3854 calling from Lisp, and are already documented in the Emacs manual.
3855
3856 2011-11-07 Glenn Morris <rgm@gnu.org>
3857
3858 * windows.texi (Choosing Window): Fix keybinding typo.
3859
3860 2011-11-07 Martin Rudalics <rudalics@gmx.at>
3861
3862 * windows.texi (Resizing Windows, Splitting Windows)
3863 (Window Configurations): Use "child window" instead of
3864 "subwindow".
3865
3866 2011-11-06 Chong Yidong <cyd@gnu.org>
3867
3868 * windows.texi (Basic Windows): Clarify various definitions.
3869 Treat window-normalize-* as internal; don't document them.
3870 (Windows and Frames): Various clarifications, e.g. non-live
3871 windows also belong to frames. Fix window-list description.
3872 Simplify window nesting example.
3873 (Splitting Windows, Window Configurations):
3874 Use split-window-below.
3875
3876 2011-11-04 Eli Zaretskii <eliz@gnu.org>
3877
3878 * windows.texi (Window Sizes): Mention in the doc string that the
3879 return values of `window-body-height' and `window-body-width' are
3880 in frame's canonical units. (Bug#9949)
3881
3882 2011-10-30 Martin Rudalics <rudalics@gmx.at>
3883
3884 * windows.texi (Windows and Frames): Remove "iso-" infix from
3885 documentation of window-iso-combined-p.
3886
3887 2011-10-26 Chong Yidong <cyd@gnu.org>
3888
3889 * modes.texi (Running Hooks): Document with-wrapper-hook.
3890
3891 2011-10-18 Chong Yidong <cyd@gnu.org>
3892
3893 * display.texi (Glyphless Chars): New node.
3894
3895 2011-10-13 Chong Yidong <cyd@stupidchicken.com>
3896
3897 * text.texi (Yanking): Document yank-excluded-properties.
3898
3899 * package.texi (Packaging Basics): The commentary should say how
3900 to begin using the package.
3901
3902 2011-10-11 Martin Rudalics <rudalics@gmx.at>
3903
3904 * windows.texi (Deleting Windows): Mention which window gets
3905 selected when deleting the selected window.
3906
3907 2011-10-09 Martin Rudalics <rudalics@gmx.at>
3908
3909 * buffers.texi (The Buffer List): Describe how bury-buffer deals
3910 with the selected window.
3911 * windows.texi (Buffers and Windows): Reformulate text on how
3912 replace-buffer-in-windows deals with a window.
3913 (Quitting Windows): Describe how quit-window deals with a
3914 standalone frame. Describe new option frame-auto-hide-function.
3915
3916 2011-10-08 Glenn Morris <rgm@gnu.org>
3917
3918 * symbols.texi (Other Plists): Markup fix. (Bug#9702)
3919
3920 * positions.texi (Excursions): Update warning message.
3921
3922 2011-10-05 Chong Yidong <cyd@stupidchicken.com>
3923
3924 * display.texi (Low-Level Font, Face Attributes, Font Lookup):
3925 Fix Emacs manual xref (Bug#9675).
3926
3927 2011-10-01 Chong Yidong <cyd@stupidchicken.com>
3928
3929 * windows.texi (Textual Scrolling): Document scroll-up-command,
3930 scroll-down-command, scroll-error-top-bottom, and the
3931 scroll-command symbol property.
3932 (Display Action Functions): Fix description of
3933 display-buffer-pop-up-window.
3934
3935 2011-09-28 Juanma Barranquero <lekktu@gmail.com>
3936
3937 * windows.texi (Splitting Windows): Fix typos.
3938
3939 2011-09-25 Martin Rudalics <rudalics@gmx.at>
3940
3941 * windows.texi (Windows and Frames, Display Action Functions)
3942 (Switching Buffers): Fix some typos.
3943 (Buffers and Windows): Remove reference to window-auto-delete.
3944 Reword description of replace-buffer-in-windows.
3945 (Window History): Fix some typos and refer to frame local buffer
3946 list.
3947 (Quitting Windows): New node.
3948 (Window Configurations): Add descriptions of window-state-get
3949 and window-state-put.
3950 (Window Parameters): Describe variable ignore-window-parameters.
3951 Sketch some window parameters currently in use.
3952 * elisp.texi (Top): Update node listing.
3953
3954 2011-09-25 Chong Yidong <cyd@stupidchicken.com>
3955
3956 * windows.texi (Display Action Functions)
3957 (Choosing Window Options): New nodes.
3958
3959 2011-09-24 Chong Yidong <cyd@stupidchicken.com>
3960
3961 * windows.texi (Window History): New node. Move text here from
3962 Buffers and Windows.
3963 (Switching Buffers): Rename from Displaying Buffers, since we
3964 don't document display-buffer here; callers changed.
3965 Document FORCE-SAME-WINDOW arg to switch-to-buffer and
3966 switch-to-buffer-other-frame. Delete duplicate
3967 replace-buffer-in-windows doc.
3968 (Choosing Window): Document display actions.
3969
3970 2011-09-24 Eli Zaretskii <eliz@gnu.org>
3971
3972 * display.texi (Forcing Redisplay): Update the description of
3973 redisplay-dont-pause due to change in the default value.
3974
3975 2011-09-23 Martin Rudalics <rudalics@gmx.at>
3976
3977 * frames.texi (Frames and Windows): Move section and rename to
3978 Windows and Frames in windows.texi.
3979 * windows.texi (Windows): Restructure.
3980 (Basic Windows): Rewrite. Explain live and internal windows and
3981 normalization functions.
3982 (Windows and Frames): Move section here from frames.texi.
3983 Describe subwindows, window combinations, window tree, and
3984 corresponding functions including window-list here.
3985 (Window Sizes): Rename section from Size of Window and move it
3986 up in chapter. Describe total and body sizes and the
3987 corresponding functions. Explain new semantics of
3988 window-min-height/-width.
3989 (Resizing Windows): Move section up in chapter. Describe new
3990 resize functions.
3991 (Splitting Windows): Describe new behavior of split-window,
3992 split-window-above-each-other and split-window-side-by-side.
3993 Provide examples. Describe window-nest and window-splits
3994 options.
3995 (Deleting Windows): Minor rewrite.
3996 (Selecting Windows): Minor rewrite.
3997 Describe frame-selected-window and set-frame-selected-window here.
3998 (Cyclic Window Ordering): Minor rewrite.
3999 Describe window-list-1.
4000 (Buffers and Windows): Rewrite. Explain a window's previous and
4001 next buffers and the corresponding functions.
4002 (Window Tree): Merge into Windows and Frames section.
4003 * elisp.texi (Top): Update node listings for frames and windows
4004 sections.
4005
4006 2011-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
4007
4008 * display.texi (Face Functions): `face-list' returns faces (bug#9564).
4009
4010 2011-09-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
4011
4012 * errors.texi (Standard Errors): Remove apparent placeholder text
4013 (bug#9491).
4014
4015 2011-09-18 Chong Yidong <cyd@stupidchicken.com>
4016
4017 * frames.texi (Management Parameters): Fix description of
4018 icon-type parameter.
4019
4020 2011-09-17 Chong Yidong <cyd@stupidchicken.com>
4021
4022 * tips.texi (Key Binding Conventions): Don't bind a key sequence
4023 ending in C-g. Suggested by Edward O'Connor.
4024
4025 2011-09-17 Eli Zaretskii <eliz@gnu.org>
4026
4027 * numbers.texi (Integer Basics): Add indexing for
4028 most-positive-fixnum and most-negative-fixnum. (Bug#9525)
4029
4030 2011-09-14 Dani Moncayo <dmoncayo@gmail.com>
4031
4032 * lists.texi (Sets And Lists): Fix typo. (Bug#9393)
4033
4034 2011-09-11 Juanma Barranquero <lekktu@gmail.com>
4035
4036 * processes.texi (Network Servers): Clarify what the process
4037 buffer is used for (bug#9233).
4038
4039 2011-08-30 Dani Moncayo <dmoncayo@gmail.com>
4040
4041 * lists.texi (Building Lists): Fix typo.
4042
4043 2011-08-30 Chong Yidong <cyd@stupidchicken.com>
4044
4045 * display.texi (Basic Faces): New node. Document new faces.
4046
4047 * modes.texi (Major Mode Conventions): Move some text there.
4048 (Mode Help): Remove major-mode var, duplicated in Major Modes.
4049
4050 2011-08-29 Chong Yidong <cyd@stupidchicken.com>
4051
4052 * modes.texi (Basic Major Modes): New node. Callers updated.
4053 (Major Modes): Document fundamental-mode and major-mode.
4054 (Major Mode Basics): Node deleted; text moved to Major Modes.
4055 (Derived Modes): Document derived-mode-p.
4056
4057 2011-08-28 Chong Yidong <cyd@stupidchicken.com>
4058
4059 * files.texi (Changing Files, Create/Delete Dirs): Document new
4060 arguments for delete-file, delete-directory, and copy-directory.
4061 (Visiting Functions): Remove view-file; it is documented in the
4062 Emacs manual.
4063
4064 * frames.texi (Layout Parameters): The defaults for the
4065 menu-bar-lines and tool-bar-lines parameters depend on the mode.
4066
4067 * display.texi (Progress): Document spinner functionality.
4068
4069 * os.texi (Killing Emacs): Note that kill-emacs can be called by
4070 operating system signals. Refer to save-buffers-kill-terminal
4071 instead of save-buffers-kill-emacs.
4072
4073 * objects.texi (Symbol Type): Document ## print representation.
4074
4075 2011-08-25 Eli Zaretskii <eliz@gnu.org>
4076
4077 * display.texi (Specified Space): Mention that `space' specs
4078 influence bidi reordering.
4079 (Bidirectional Display): Explain how to use `(space . PROPS)' for
4080 separating fields with bidirectional content.
4081
4082 2011-08-24 Eli Zaretskii <eliz@gnu.org>
4083
4084 * display.texi (Bidirectional Display): Document return value in
4085 buffers that are not bidi-reordered for display, and in unibyte
4086 buffers.
4087
4088 2011-08-23 Eli Zaretskii <eliz@gnu.org>
4089
4090 * nonascii.texi (Character Properties): Document the values for
4091 unassigned codepoints.
4092
4093 2011-08-18 Eli Zaretskii <eliz@gnu.org>
4094
4095 * nonascii.texi (Character Properties): Document use of
4096 `bidi-class' and `mirroring' properties as part of reordering.
4097 Provide cross-references to "Bidirectional Display".
4098
4099 * display.texi (Bidirectional Display): Document the pitfalls of
4100 concatenating strings with bidirectional content, with possible
4101 solutions. Document bidi-string-mark-left-to-right.
4102 Mention paragraph direction in modes that inherit from prog-mode.
4103 Document use of `bidi-class' and `mirroring' properties as part of
4104 reordering.
4105
4106 2011-08-16 Eli Zaretskii <eliz@gnu.org>
4107
4108 * modes.texi (Major Mode Conventions): Improve the documentation
4109 of `mode-class' `special' modes.
4110
4111 * nonascii.texi (Character Properties): Document the `mirroring'
4112 property. Add index entries.
4113
4114 * syntax.texi (Categories): Add an example of defining a new
4115 category and category table.
4116
4117 * searching.texi (Regexp Backslash): Document how to display
4118 existing categories. Mention the possibility of adding
4119 categories, and add an xref to where this is described. Add an
4120 index entry.
4121
4122 2011-08-09 Chong Yidong <cyd@stupidchicken.com>
4123
4124 * text.texi (Special Properties):
4125 * display.texi (Overlay Properties): Note that mouse-face cannot
4126 change the text size (Bug#8530).
4127
4128 2011-08-08 Chong Yidong <cyd@stupidchicken.com>
4129
4130 * os.texi (Time of Day): Remove set-time-zone-rule, and recommend
4131 using setenv instead.
4132
4133 2011-07-28 Eli Zaretskii <eliz@gnu.org>
4134
4135 * display.texi (Bidirectional Display): Document the fact that
4136 bidi-display-reordering is t by default.
4137
4138 2011-07-23 Eli Zaretskii <eliz@gnu.org>
4139
4140 * display.texi (Bidirectional Display): New section.
4141
4142 2011-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
4143 Tim Cross <theophilusx@gmail.com> (tiny change)
4144 Glenn Morris <rgm@gnu.org>
4145
4146 * keymaps.texi (Toolkit Differences): New node. (Bug#8176)
4147
4148 2011-07-15 Andreas Schwab <schwab@linux-m68k.org>
4149
4150 * help.texi (Keys in Documentation): Revert last change.
4151
4152 2011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
4153
4154 * help.texi (Keys in Documentation): Clarify that \= only quotes
4155 the next character, and doesn't affect longer sequences in
4156 particular (bug#8935).
4157
4158 * debugging.texi (Using Debugger):
4159 Mention @code{eval-expression-debug-on-error} (bug#8549).
4160
4161 2011-07-14 Eli Zaretskii <eliz@gnu.org>
4162
4163 * display.texi (Other Display Specs): Document that `left-fringe'
4164 and `right-fringe' display specifications are of the "replacing"
4165 kind.
4166
4167 2011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
4168
4169 * help.texi (Documentation Basics): Add a link to the Function
4170 Documentation node (bug#6580).
4171
4172 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
4173
4174 * keymaps.texi (Menu Bar): Mention :visible and :enable
4175 (bug#6344). Text by Drew Adams.
4176
4177 * modes.texi (Running Hooks): Mention buffer-local hook variables
4178 (bug#6218).
4179
4180 * objects.texi (General Escape Syntax): "a with grave accent" is
4181 ?xe0, not ?x8e0 (bug#5259).
4182
4183 2011-07-12 Chong Yidong <cyd@stupidchicken.com>
4184
4185 * display.texi (Face Attributes, Font Selection): Add references
4186 to the Fonts node in the Emacs manual (Bug#4178).
4187
4188 2011-07-12 Chong Yidong <cyd@stupidchicken.com>
4189
4190 * display.texi (Window Systems): `window-system' is
4191 terminal-local.
4192
4193 * frames.texi (Frame Parameters, Parameter Access): Don't mention
4194 frame-local variables.
4195
4196 * variables.texi (Buffer-Local Variables): Don't mention obsolete
4197 frame-local variables.
4198 (Frame-Local Variables): Node deleted.
4199
4200 * elisp.texi (Top): Update node listing.
4201
4202 2011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
4203
4204 * elisp.texi: Change "inferiors" to "subnodes" in three places
4205 (bug#3523).
4206
4207 2011-07-11 Chong Yidong <cyd@stupidchicken.com>
4208
4209 * frames.texi (Window System Selections): Discussion of
4210 x-select-enable-clipboard moved to Emacs manual.
4211
4212 2011-07-11 Deniz Dogan <deniz@dogan.se>
4213
4214 * commands.texi (Prefix Command Arguments): Remove excessive
4215 apostrophe.
4216
4217 2011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
4218
4219 * syntax.texi (Syntax Descriptors): Clarify that the ". 23" syntax
4220 description is a string (bug#3313).
4221
4222 * frames.texi (Display Feature Testing): Try to explain what all
4223 the visual classes mean (bug#3042).
4224
4225 2011-07-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
4226
4227 * modes.texi (Mode Line Variables): Document `mode-line-remote'
4228 and `mode-line-client' (bug#2974).
4229
4230 * text.texi (Insertion): Clarify marker movements (bug#1651).
4231 Text from Drew Adams.
4232
4233 2011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
4234
4235 * text.texi (Special Properties): Clarify the format of `face'
4236 (bug#1375).
4237
4238 * commands.texi (Interactive Call): Add a `call-interactively'
4239 example (bug#1010).
4240
4241 2011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
4242
4243 * functions.texi (Calling Functions): Link to the "Interactive
4244 Call" node (bug#1001).
4245
4246 2011-07-06 Chong Yidong <cyd@stupidchicken.com>
4247
4248 * customize.texi (Composite Types): Move alist and plist to here
4249 from Simple Types (Bug#7545).
4250
4251 * elisp.texi (Top): Update menu description.
4252
4253 * display.texi (Face Attributes): Document negative line widths
4254 (Bug#6113).
4255
4256 2011-07-03 Tobias C. Rittweiler <tcr@freebits.de> (tiny change)
4257
4258 * searching.texi (Match Data): Note that match data can be
4259 overwritten by most functions (bug#2499).
4260
4261 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
4262
4263 * strings.texi (Formatting Strings): Clarify what the "-" and "0"
4264 flags mean (bug#6659).
4265
4266 * functions.texi (What Is a Function): Document the autoload
4267 object (bug#6496).
4268
4269 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
4270
4271 * customize.texi (Variable Definitions): Clarify that SETFUNCTION
4272 is only used in the Customize user interface (bug#6089).
4273
4274 * display.texi (Showing Images): Mention the point of sliced
4275 images (bug#7836).
4276
4277 2011-07-02 Eli Zaretskii <eliz@gnu.org>
4278
4279 * variables.texi (Defining Variables, Void Variables)
4280 (Constant Variables): Fix incorrect usage of @kindex.
4281
4282 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
4283
4284 * variables.texi (Defining Variables): Add an index entry for
4285 `set-variable' (bug#7262).
4286 (Defining Variables): Use @findex for functions.
4287
4288 * frames.texi (Basic Parameters): Document the `explicit-name'
4289 parameter (bug#6951).
4290
4291 * customize.texi (Type Keywords): Clarify that :value provides a
4292 default value for all types (bug#7386).
4293
4294 * streams.texi (Output Functions): Document `pp'.
4295
4296 2011-06-25 Chong Yidong <cyd@stupidchicken.com>
4297
4298 * keymaps.texi (Searching Keymaps):
4299 * display.texi (Overlay Properties): Fix errors in 2011-05-29
4300 change. Suggested by Johan Bockgård.
4301
4302 2011-06-15 Chong Yidong <cyd@stupidchicken.com>
4303
4304 * text.texi (Special Properties): Clarify role of font-lock-face.
4305
4306 2011-06-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
4307
4308 * processes.texi (Process Information): Rename `process-alive-p'
4309 to `process-live-p' for consistency with other `-live-p' functions.
4310
4311 2011-06-03 Paul Eggert <eggert@cs.ucla.edu>
4312
4313 Document wide integers better.
4314 * files.texi (File Attributes): Document ino_t values better.
4315 ino_t values no longer map to anything larger than a single cons.
4316 * numbers.texi (Integer Basics, Integer Basics, Arithmetic Operations)
4317 (Bitwise Operations):
4318 * objects.texi (Integer Type): Use a binary notation that is a bit easier
4319 to read, and that will port better if 62-bits becomes the default.
4320 Fix or remove incorrect examples.
4321 * os.texi (Time Conversion): Document time_t values better.
4322
4323 2011-05-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
4324
4325 * processes.texi (Process Information):
4326 Document `process-alive-p'.
4327
4328 2011-05-29 Chong Yidong <cyd@stupidchicken.com>
4329
4330 * help.texi (Accessing Documentation):
4331 * display.texi (Pixel Specification):
4332 * processes.texi (Serial Ports, Serial Ports):
4333 * nonascii.texi (Character Properties, Default Coding Systems):
4334 * text.texi (Changing Properties, Special Properties):
4335 * windows.texi (Window Start and End):
4336 * modes.texi (SMIE Indentation Example, SMIE Tricks):
4337 * keymaps.texi (Searching Keymaps, Tool Bar):
4338 * minibuf.texi (Basic Completion):
4339 * compile.texi (Eval During Compile):
4340 * strings.texi (Formatting Strings): Tweaks to avoid overflowing
4341 7x9 paper in printed manual.
4342
4343 * lists.texi (Sets And Lists): Fix misplaced text.
4344
4345 2011-05-29 Chong Yidong <cyd@stupidchicken.com>
4346
4347 * keymaps.texi (Remapping Commands): Emphasize that the keymap
4348 needs to be active (Bug#8350).
4349
4350 2011-05-28 Chong Yidong <cyd@stupidchicken.com>
4351
4352 * minibuf.texi (Reading File Names): Clarify (Bug#8480).
4353
4354 * tips.texi (Coding Conventions): Remove antediluvian filename
4355 limit recommendation (Bug#8538).
4356
4357 2011-05-27 Glenn Morris <rgm@gnu.org>
4358
4359 * modes.texi (Auto Major Mode): Update for set-auto-mode changes.
4360
4361 2011-05-26 Glenn Morris <rgm@gnu.org>
4362
4363 * variables.texi (File Local Variables):
4364 Update hack-local-variables `mode-only' return value.
4365 Add some more details on what this function does in the other case.
4366
4367 2011-05-19 Glenn Morris <rgm@gnu.org>
4368
4369 * lists.texi (Sets And Lists): Mention cl provides union etc.
4370
4371 2011-05-19 Nix <nix@esperi.org.uk>
4372
4373 * windows.texi (Displaying Buffers): pop-to-buffer is not a command.
4374
4375 * text.texi (Parsing HTML): Update for function name changes.
4376
4377 * syntax.texi (Syntax Flags): Small fix.
4378
4379 * keymaps.texi (Active Keymaps): Typo fix.
4380 (Changing Key Bindings): Grammar fix.
4381
4382 * frames.texi (Minibuffers and Frames): Grammar fix.
4383 (Window System Selections): x-select-enable-clipboard now defaults to t.
4384
4385 * customize.texi (Common Keywords):
4386 * display.texi (Abstract Display):
4387 * modes.texi (Auto-Indentation):
4388 * nonascii.texi (Converting Representations): Typo fixes.
4389
4390 * control.texi (Examples of Catch): Call it "goto" not "go to".
4391
4392 2011-05-14 Eli Zaretskii <eliz@gnu.org>
4393
4394 * nonascii.texi (Character Properties): Fix inconsistencies with
4395 implementation.
4396
4397 * text.texi (Special Properties): Move @defvar's out of the
4398 @table. (Bug#8652)
4399
4400 2011-05-12 Glenn Morris <rgm@gnu.org>
4401
4402 * display.texi (Image Descriptors): Fix typo. (Bug#8495)
4403
4404 2011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
4405
4406 * modes.texi (Region to Refontify): Rename from "Region to Fontify".
4407 (Multiline Font Lock):
4408 * vol2.texi (Top):
4409 * vol1.texi (Top):
4410 * elisp.texi (Top): Update menu accordingly.
4411
4412 2011-05-12 Drew Adams <drew.adams@oracle.com>
4413
4414 * modes.texi (Region to Fontify): Fix typo.
4415
4416 2011-05-10 Jim Meyering <meyering@redhat.com>
4417
4418 * minibuf.texi: Fix typo "in in -> in".
4419
4420 2011-05-06 Paul Eggert <eggert@cs.ucla.edu>
4421
4422 * numbers.texi (Integer Basics): Large integers are treated as floats.
4423
4424 2011-04-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
4425
4426 * processes.texi (Synchronous Processes): Document the (:file
4427 "/file-name") syntax for `call-process'.
4428
4429 2011-04-23 Juanma Barranquero <lekktu@gmail.com>
4430
4431 * windows.texi (Choosing Window): Fix typo.
4432
4433 2011-04-23 Chong Yidong <cyd@stupidchicken.com>
4434
4435 * frames.texi (Layout Parameters): Note the difference between
4436 querying and setting parameters for left-fringe and right-fringe
4437 (Bug#6930).
4438
4439 2011-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
4440
4441 * minibuf.texi (Basic Completion): Be a bit more precise about the
4442 valid kinds of completion tables.
4443 (Programmed Completion): Remove obsolete text about lambda expressions
4444 not being valid completion tables.
4445
4446 2011-03-19 Chong Yidong <cyd@stupidchicken.com>
4447
4448 * positions.texi (Excursions): Explain the "save-excursion
4449 defeated by set-buffer" warning.
4450
4451 * buffers.texi (Current Buffer): Copyedits. Don't recommend using
4452 save-excursion. Suggested by Uday S Reddy.
4453
4454 2011-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
4455
4456 * variables.texi (Defining Variables): Mention the new meaning of `defvar'.
4457 (Lexical Binding): New sub-section.
4458
4459 * eval.texi (Eval): Discourage the use of `eval'.
4460 Document its new `lexical' argument.
4461
4462 2011-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
4463
4464 * commands.texi (Command Overview): `post-command-hook' is not reset to
4465 nil any more.
4466
4467 2011-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
4468
4469 * strings.texi (String Conversion): Don't mention
4470 string-make-(uni|multi)byte (bug#8262).
4471 * nonascii.texi (Converting Representations): Fix up range.
4472 * keymaps.texi (Key Binding Commands): Update code point, avoid
4473 "unibyte character" and remove mention of unibyte bindings.
4474
4475 2011-03-10 Eli Zaretskii <eliz@gnu.org>
4476
4477 * modes.texi (Operator Precedence Grammars): Don't use characters
4478 outside ISO-8859-1.
4479
4480 2011-03-09 Eli Zaretskii <eliz@gnu.org>
4481
4482 * intro.texi (Acknowledgements): Convert to ISO-8859-1 encoding.
4483
4484 * makefile.w32-in (MAKEINFO_OPTS): Add --enable-encoding.
4485
4486 2011-03-08 Glenn Morris <rgm@gnu.org>
4487
4488 * Makefile.in (MAKEINFO_OPTS): Add --enable-encoding.
4489 * intro.texi (Acknowledgements): Names to UTF-8.
4490 * elisp.texi: Set documentencoding.
4491
4492 2011-03-07 Chong Yidong <cyd@stupidchicken.com>
4493
4494 * Version 23.3 released.
4495
4496 2011-03-06 Chong Yidong <cyd@stupidchicken.com>
4497
4498 * package.texi: Update index keywords.
4499 (Package Archives): New node contents. Document package-x.el.
4500
4501 2011-03-06 Juanma Barranquero <lekktu@gmail.com>
4502
4503 * makefile.w32-in (srcs): Add package.texi.
4504
4505 2011-03-06 Chong Yidong <cyd@stupidchicken.com>
4506
4507 * package.texi (Packaging, Packaging Basics, Simple Packages)
4508 (Multi-file Packages): Expand and clarify.
4509 (Package Archives): Temporary placeholder node.
4510
4511 * elisp.texi (Top): Update node listing.
4512
4513 * Makefile.in (srcs): Add package.texi.
4514
4515 2011-03-05 Chong Yidong <cyd@stupidchicken.com>
4516
4517 * processes.texi (Synchronous Processes): Minor clarification
4518 (Bug#8149).
4519
4520 2011-03-03 Glenn Morris <rgm@gnu.org>
4521
4522 * files.texi (Truenames): Minor clarification. (Bug#2341)
4523
4524 2011-03-01 Glenn Morris <rgm@gnu.org>
4525
4526 * variables.texi (Directory Local Variables):
4527 Mention `(subdirs . nil)' alist element.
4528
4529 2011-02-28 Glenn Morris <rgm@gnu.org>
4530
4531 * variables.texi (Directory Local Variables): Mention the optional
4532 mtime argument of dir-locals-set-directory-class. (Bug#3577)
4533
4534 2011-02-27 Chong Yidong <cyd@stupidchicken.com>
4535
4536 * minibuf.texi (Minibuffer History): Clarify discussion of
4537 minibuffer history lists (Bug#8085).
4538
4539 2011-02-19 Eli Zaretskii <eliz@gnu.org>
4540
4541 * elisp.texi: Sync @dircategory with ../../info/dir.
4542
4543 * files.texi (Visiting Functions): Document find-file-literally,
4544 both the command and the variable.
4545
4546 * variables.texi (Creating Buffer-Local): Explain the meaning of
4547 permanent local variables.
4548
4549 * files.texi (Visiting Functions): Document find-file-literally,
4550 both the command and the variable.
4551
4552 * variables.texi (Creating Buffer-Local): Explain the meaning of
4553 permanent local variables.
4554
4555 2011-02-19 Glenn Morris <rgm@gnu.org>
4556
4557 * keymaps.texi (Remapping Commands): Mention how to undo it.
4558
4559 2011-02-09 Reuben Thomas <rrt@sc3d.org>
4560
4561 * loading.texi (Hooks for Loading): Remove unnecessary advice
4562 about eval-after-load (Bug#7986).
4563
4564 2011-02-05 Chong Yidong <cyd@stupidchicken.com>
4565
4566 * commands.texi (Accessing Mouse): Note that a header line is not
4567 included in the row of posn-col-row.
4568
4569 2011-02-02 Chong Yidong <cyd@stupidchicken.com>
4570
4571 * modes.texi (Major Mode Conventions): Add face guidelines.
4572 (Faces for Font Lock): List faces in order of prominence.
4573
4574 2011-02-01 Paul Eggert <eggert@cs.ucla.edu>
4575
4576 format-time-string now supports subsecond time stamp resolution
4577 * os.texi (Time Parsing): Document %N.
4578
4579 2011-01-28 Chong Yidong <cyd@stupidchicken.com>
4580
4581 * vol1.texi (Top):
4582 * vol2.texi (Top):
4583 * elisp.texi (Top):
4584 * display.texi (Display Property): Shorten the menu description of
4585 the "Other Display Specs" node (Bug#7816).
4586
4587 * keymaps.texi (Defining Menus): Add "menu item" and "extended
4588 menu item" concept index entries (Bug#7805).
4589
4590 2011-01-29 Eli Zaretskii <eliz@gnu.org>
4591
4592 * makefile.w32-in (texinfodir): New variable.
4593 (usermanualdir): Remove as redundant with $(emacsdir).
4594 (MAKEINFO): Remove options, leave only program name.
4595 (MAKEINFO_OPTS): New variable.
4596 (texinputdir, $(infodir)/elisp): Use $(MAKEINFO_OPTS).
4597
4598 2011-01-25 Chong Yidong <cyd@stupidchicken.com>
4599 Richard Kim <emacs18@gmail.com>
4600
4601 * loading.texi (Library Search): Document list-load-path-shadows
4602 (Bug#7757).
4603
4604 2011-01-25 Chong Yidong <cyd@stupidchicken.com>
4605
4606 * searching.texi (Regexp Special): Remove outdated discussion of
4607 character sets (Bug#7780).
4608
4609 * frames.texi (Pop-Up Menus): Document where menu title comes
4610 from (Bug#7684).
4611
4612 2011-01-25 Glenn Morris <rgm@gnu.org>
4613
4614 * display.texi (Making Buttons): Mention limitation of text buttons.
4615
4616 2011-01-23 Werner Lemberg <wl@gnu.org>
4617
4618 * Makefile.in (MAKEINFO): Now controlled by `configure'.
4619 (MAKEINFO_OPTS): New variable. Use it where appropriate.
4620 (ENVADD): New variable to control texi2dvi and texi2pdf.
4621
4622 2011-01-15 Chong Yidong <cyd@stupidchicken.com>
4623
4624 * files.texi (Directory Names): Move directory-abbrev-alist doc to
4625 Emacs manual.
4626
4627 2011-01-15 Eli Zaretskii <eliz@gnu.org>
4628
4629 * files.texi (Directory Names): Explain why FROM in
4630 directory-abbrev-alist should begin with \`. (Bug#7777)
4631
4632 2011-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
4633
4634 * loading.texi (Hooks for Loading): Adjust doc of eval-after-load.
4635
4636 2011-01-02 Eli Zaretskii <eliz@gnu.org>
4637
4638 * modes.texi (Emulating Mode Line): Fix last change.
4639
4640 2011-01-02 Eli Zaretskii <eliz@gnu.org>
4641
4642 * modes.texi (Emulating Mode Line): Update documentation of
4643 format-mode-line according to changes that fixed bug #7587.
4644
4645 2010-12-18 Stefan Monnier <monnier@iro.umontreal.ca>
4646
4647 * modes.texi (Derived Modes): Mention prog-mode.
4648
4649 * keymaps.texi (Simple Menu Items, Extended Menu Items): Remove mention
4650 of the key-binding-data cache since we don't use it any more.
4651
4652 2010-12-13 Eli Zaretskii <eliz@gnu.org>
4653
4654 * processes.texi (Shell Arguments):
4655 * strings.texi (Creating Strings): Don't mention "shell commands";
4656 make it explicit that `split-string-and-unquote' and
4657 `combine-and-quote-strings' are mainly for working with arguments
4658 to call-process and start-process.
4659
4660 * processes.texi (Shell Arguments): Fix documentation of
4661 `split-string-and-unquote'. Add indexing. (Bug#7563)
4662
4663 2010-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
4664
4665 * modes.texi (Auto-Indentation): New section to document SMIE.
4666 (Major Mode Conventions):
4667 * text.texi (Mode-Specific Indent): Refer to it.
4668
4669 2010-12-13 Eli Zaretskii <eliz@gnu.org>
4670
4671 * display.texi (Other Display Specs): Document left-fringe and
4672 right-fringe display specs.
4673
4674 2010-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
4675
4676 * backups.texi (Making Backups):
4677 * modes.texi (Example Major Modes): Use recommended coding style.
4678 (Major Mode Basics, Derived Modes): Encourge more strongly use of
4679 define-derived-mode. Mention completion-at-point-functions.
4680
4681 2010-12-13 Chong Yidong <cyd@stupidchicken.com>
4682
4683 * nonascii.texi (Converting Representations):
4684 Document byte-to-string.
4685
4686 2010-12-08 Glenn Morris <rgm@gnu.org>
4687
4688 * buffers.texi (Modification Time):
4689 verify-visited-file-modtime now defaults to the current buffer.
4690
4691 2010-11-27 Chong Yidong <cyd@stupidchicken.com>
4692
4693 * nonascii.texi (Converting Representations): Document byte-to-string.
4694
4695 * strings.texi (Creating Strings): Don't mention semi-obsolete
4696 function char-to-string.
4697 (String Conversion): Shorten discussion of semi-obsolete function
4698 string-to-char. Link to Converting Representations.
4699
4700 * objects.texi (Symbol Type):
4701 * text.texi (Near Point):
4702 * help.texi (Help Functions):
4703 * functions.texi (Mapping Functions): Use string instead of
4704 char-to-string in examples.
4705
4706 2010-11-27 Chong Yidong <cyd@stupidchicken.com>
4707
4708 * text.texi (Kill Functions, Kill Functions)
4709 (Low-Level Kill Ring, Low-Level Kill Ring): Remove obsolete
4710 YANK-HANDLER args.
4711
4712 * symbols.texi (Creating Symbols): Using unintern without an
4713 obarray arg is now obsolete.
4714
4715 * numbers.texi (Float Basics): Document float-e and float-pi.
4716
4717 * variables.texi (Defining Variables): Change "pi" example to
4718 "float-pi".
4719
4720 2010-11-26 Eli Zaretskii <eliz@gnu.org>
4721
4722 * commands.texi (Click Events): Document the values of X, Y and
4723 COL, ROW in the event's position, when the click is on the header
4724 or mode line, on the fringes, or in the margins.
4725
4726 2010-11-17 Eli Zaretskii <eliz@gnu.org>
4727
4728 * customize.texi (Composite Types): Lower-case index entry.
4729
4730 * loading.texi (How Programs Do Loading):
4731 Document load-file-name. (Bug#7346)
4732
4733 2010-11-17 Glenn Morris <rgm@gnu.org>
4734
4735 * text.texi (Kill Functions, Low-Level Kill Ring): Small fixes.
4736
4737 2010-11-13 Eli Zaretskii <eliz@gnu.org>
4738
4739 * display.texi (Usual Display): Characters with no fonts are not
4740 necessarily displayed as empty boxes.
4741
4742 2010-10-31 Glenn Morris <rgm@gnu.org>
4743
4744 * maps.texi (Standard Keymaps): Update File menu description.
4745
4746 2010-10-28 Glenn Morris <rgm@gnu.org>
4747
4748 * Makefile.in (elisp.dvi, elisp.pdf): Also include $emacsdir.
4749
4750 2010-10-24 Eli Zaretskii <eliz@gnu.org>
4751
4752 * display.texi (Window Systems): Deprecate use of window-system as
4753 a predicate.
4754
4755 2010-10-23 Glenn Morris <rgm@gnu.org>
4756
4757 * help.texi (Documentation Basics): Remove mentions of digest-doc and
4758 sorted-doc.
4759
4760 2010-10-15 Eli Zaretskii <eliz@gnu.org>
4761
4762 * os.texi (Dynamic Libraries): New node, with slightly modified
4763 text deleted from "Image Formats".
4764 (System Interface): Add @menu entry for "Dynamic Libraries".
4765
4766 * display.texi (Image Formats): Remove description of
4767 image-library-alist. (Renamed in 2010-10-13T14:50:06Z!lekktu@gmail.com.)
4768
4769 2010-10-12 Glenn Morris <rgm@gnu.org>
4770
4771 * book-spine.texinfo: Rename to book-spine.texi.
4772
4773 2010-10-11 Glenn Morris <rgm@gnu.org>
4774
4775 * Makefile.in (MAKEINFO): Add explicit -I$srcdir.
4776
4777 * Makefile.in (DVIPS): New variable.
4778 (.PHONY): Add html, ps.
4779 (html, elisp.html, ps, elisp.ps): New targets.
4780 (clean): Delete html, ps files.
4781 ($(infodir)/elisp): Remove unnecessary includes.
4782
4783 2010-10-09 Eli Zaretskii <eliz@gnu.org>
4784
4785 * makefile.w32-in (emacsdir): New variable.
4786 (srcs): Add emacsver.texi.
4787 ($(infodir)/elisp, elisp.dvi): Add -I$(emacsdir).
4788
4789 2010-10-09 Glenn Morris <rgm@gnu.org>
4790
4791 * Makefile.in (VPATH): Remove.
4792 (infodir): Make it absolute.
4793 (mkinfodir, $(infodir)/elisp, infoclean): No need to cd $srcdir.
4794
4795 * Makefile.in (dist): Anchor regexps.
4796
4797 * Makefile.in (srcs): Put elisp.texi first.
4798 ($(infodir)/elisp, elisp.dvi, elisp.pdf): Use $<.
4799
4800 * Makefile.in (infoclean): Remove harmless, long-standing error.
4801
4802 * Makefile.in ($(infodir)): Delete rule.
4803 (mkinfodir): New.
4804 ($(infodir)/elisp): Use $mkinfodir instead of infodir.
4805
4806 * Makefile.in (dist): Remove reference to emacsver.texi.in.
4807 Also copy emacsver.texi, and edit $emacsdir.
4808
4809 2010-10-09 Glenn Morris <rgm@gnu.org>
4810
4811 * Makefile.in (emacsdir): New variable.
4812 (MAKEINFO): Add -I $emacsdir.
4813 (dist): Copy emacsver.texi.
4814 (srcs): Add emacsver.texi.
4815
4816 * book-spine.texinfo, elisp.texi, vol2.texi, vol1.texi:
4817 Set EMACSVER by including emacsver.texi.
4818
4819 * Makefile.in (.PHONY): Declare info, dvi, pdf, dist.
4820
4821 2010-10-07 Glenn Morris <rgm@gnu.org>
4822
4823 * Makefile.in (version): New, set by configure.
4824 (clean): Delete dist tar file.
4825 (dist): Use version in tar name.
4826
4827 2010-10-06 Glenn Morris <rgm@gnu.org>
4828
4829 * Makefile.in: Rearrange to more closely resemble doc/emacs/Makefile.
4830 (INSTALL_INFO): Remove unused variable.
4831 (mostlyclean, infoclean, dist): New rules.
4832 (clean): Delete dvi and pdf files.
4833 (maintainer-clean): Remove elisp.oaux, use infoclean.
4834 ($(infodir)): Add parallel build workaround.
4835
4836 2010-10-04 Glenn Morris <rgm@gnu.org>
4837
4838 * Makefile.in (dvi, pdf, $(infodir)): New targets.
4839 ($(infodir)/elisp): Ensure target directory exists. Use $@.
4840 Fix -I typo.
4841 (clean): No 'make.out' or 'core' files.
4842 (.PHONY): Declare clean rules.
4843 (maintainer-clean): Delete pdf file. Guard against cd failures.
4844
4845 2010-10-03 Glenn Morris <rgm@gnu.org>
4846
4847 * files.texi (File Name Components): Remove ignored section about
4848 deleted variable directory-sep-char.
4849
4850 2010-10-03 Michael Albinus <michael.albinus@gmx.de>
4851
4852 * files.texi (Magic File Names): New defopt
4853 remote-file-name-inhibit-cache.
4854
4855 2010-10-02 Glenn Morris <rgm@gnu.org>
4856
4857 * os.texi (Killing Emacs): Hook now runs in batch mode.
4858
4859 2010-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
4860
4861 * text.texi (Special Properties): Clarify when modification-hooks run.
4862
4863 2010-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
4864
4865 * syntax.texi (Syntax Flags): Document new `c' flag.
4866
4867 2010-09-09 Glenn Morris <rgm@gnu.org>
4868
4869 * display.texi (ImageMagick Images): General cleanup.
4870
4871 2010-09-06 Alexander Klimov <alserkli@inbox.ru> (tiny change)
4872
4873 * files.texi (Directory Names): Use \` rather than ^.
4874
4875 2010-09-02 Jan Djärv <jan.h.d@swipnet.se>
4876
4877 * text.texi (Low-Level Kill Ring):
4878 * frames.texi (Window System Selections): Remove cut buffer
4879 documentation.
4880
4881 2010-08-28 Eli Zaretskii <eliz@gnu.org>
4882
4883 * display.texi (Fringe Size/Pos): Add a cross-reference to "Layout
4884 Parameters", where the default fringe width is described.
4885
4886 * frames.texi (Window Frame Parameters, Basic Parameters)
4887 (Position Parameters, Layout Parameters, Management Parameters)
4888 (Cursor Parameters, Font and Color Parameters): Add indexing for
4889 frame parameters. (Bug#6929)
4890
4891 2010-08-25 Tom Tromey <tromey@redhat.com>
4892
4893 * vol2.texi (Top): Update.
4894 * vol1.texi (Top): Update.
4895 * tips.texi (Library Headers): Mention Package-Version and
4896 Package-Requires.
4897 * package.texi: New file.
4898 * os.texi (System Interface): Update pointers.
4899 * elisp.texi (Top): Link to new nodes. Include package.texi.
4900 * anti.texi (Antinews): Update pointers.
4901
4902 2010-08-25 Eli Zaretskii <eliz@gnu.org>
4903
4904 * processes.texi (Filter Functions): Fix last change.
4905
4906 2010-08-24 Markus Triska <triska@gmx.at>
4907
4908 * processes.texi (Filter Functions): Use `buffer-live-p' instead
4909 of `buffer-name' in the main text as well as in the example
4910 (Bug#3098).
4911
4912 2010-08-22 Chong Yidong <cyd@stupidchicken.com>
4913
4914 * nonascii.texi (Text Representations):
4915 * loading.texi (Loading Non-ASCII):
4916 * compile.texi (Byte Compilation): Don't mention obsolete
4917 --unibyte command-line argument.
4918
4919 2010-08-22 Chong Yidong <cyd@stupidchicken.com>
4920
4921 * modes.texi (Defining Minor Modes): Doc fix (Bug#6880).
4922
4923 2010-08-22 Chong Yidong <cyd@stupidchicken.com>
4924
4925 * objects.texi (Bool-Vector Type): Minor definition tweak (Bug#6878).
4926
4927 2010-08-20 Eli Zaretskii <eliz@gnu.org>
4928
4929 * commands.texi (Misc Events): Add cross-references to where
4930 POSITION of a mouse event is described in detail.
4931
4932 2010-08-08 Christoph Scholtes <cschol2112@googlemail.com>
4933
4934 * control.texi (Handling Errors) <error-message-string>: Fix arg name.
4935
4936 2010-08-08 Juanma Barranquero <lekktu@gmail.com>
4937
4938 * modes.texi (Defining Minor Modes): Use C-backspace, not C-delete.
4939 Suggested by Štěpán Němec <stepnem@gmail.com>.
4940
4941 2010-08-08 Juanma Barranquero <lekktu@gmail.com>
4942
4943 * minibuf.texi (High-Level Completion): Document args of
4944 `read-buffer-function' (bug#5625).
4945
4946 2010-07-29 Jan Djärv <jan.h.d@swipnet.se>
4947
4948 * frames.texi (Layout Parameters): Add doc for tool-bar-position.
4949
4950 2010-07-29 Michael Albinus <michael.albinus@gmx.de>
4951
4952 * processes.texi (Process Information): Explain process property
4953 `remote-tty'.
4954
4955 2010-07-27 Juanma Barranquero <lekktu@gmail.com>
4956
4957 * modes.texi (Defining Minor Modes): Use C-delete in examples,
4958 instead of "\C-\^?" (bug#6334).
4959
4960 * text.texi (Special Properties): Fix typo.
4961
4962 2010-07-09 Eli Zaretskii <eliz@gnu.org>
4963
4964 * internals.texi (Writing Emacs Primitives): Adapt to ANSI C
4965 calling sequences, which are now the standard.
4966
4967 2010-06-24 Chong Yidong <cyd@stupidchicken.com>
4968
4969 * text.texi (Undo): Clarify command loop behavior (Bug#2433).
4970
4971 * commands.texi (Command Overview): Mention undo-boundary call.
4972
4973 2010-06-23 Glenn Morris <rgm@gnu.org>
4974
4975 * abbrevs.texi, commands.texi, compile.texi, debugging.texi:
4976 * display.texi, edebug.texi, elisp.texi, eval.texi, files.texi:
4977 * frames.texi, functions.texi, internals.texi, keymaps.texi:
4978 * loading.texi, minibuf.texi, numbers.texi, os.texi, processes.texi:
4979 * searching.texi, sequences.texi, strings.texi, syntax.texi:
4980 * text.texi, tips.texi, vol1.texi, vol2.texi, windows.texi:
4981 Untabify Texinfo files.
4982
4983 2010-06-20 Chong Yidong <cyd@stupidchicken.com>
4984
4985 * modes.texi (Minor Mode Conventions): Fix typo (Bug#6477).
4986
4987 2010-06-19 Chong Yidong <cyd@stupidchicken.com>
4988
4989 * errors.texi (Standard Errors): Remove unnecessary markup (Bug#6461).
4990
4991 2010-06-02 Chong Yidong <cyd@stupidchicken.com>
4992
4993 * searching.texi (Regexp Special): Remove obsolete information
4994 about matching non-ASCII characters, and suggest using char
4995 classes (Bug#6283).
4996
4997 2010-05-30 Juanma Barranquero <lekktu@gmail.com>
4998
4999 * minibuf.texi (Basic Completion): Add missing "@end defun".
5000
5001 2010-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
5002
5003 * minibuf.texi (Basic Completion): Document completion-boundaries.
5004 (Programmed Completion): Document the new fourth method for boundaries.
5005
5006 2010-05-22 Chong Yidong <cyd@stupidchicken.com>
5007
5008 * display.texi (Image Cache): Update documentation about image caching.
5009
5010 2010-05-08 Štěpán Němec <stepnem@gmail.com> (tiny change)
5011
5012 * windows.texi (Textual Scrolling):
5013 * tips.texi (Coding Conventions):
5014 * minibuf.texi (Minibuffer History):
5015 * maps.texi (Standard Keymaps):
5016 * loading.texi (Where Defined):
5017 * edebug.texi (Instrumenting): Fix typos.
5018
5019 2010-05-08 Chong Yidong <cyd@stupidchicken.com>
5020
5021 * keymaps.texi (Menu Bar): Document :advertised-binding property.
5022
5023 * functions.texi (Obsolete Functions):
5024 Document set-advertised-calling-convention.
5025
5026 * minibuf.texi (Basic Completion): Document completion-in-region.
5027 (Programmed Completion): Document completion-annotate-function.
5028
5029 * commands.texi (Reading One Event): Document read-key.
5030 (Distinguish Interactive): Document KIND arg to
5031 called-interactively-p. Delete obsolete interactive-p.
5032
5033 * elisp.texi (Top): Update node description.
5034
5035 2010-05-08 Eli Zaretskii <eliz@gnu.org>
5036
5037 * nonascii.texi (Character Properties):
5038 Document unicode-category-table. Add an index entry for Unicode
5039 general category.
5040
5041 2010-05-07 Chong Yidong <cyd@stupidchicken.com>
5042
5043 * Version 23.2 released.
5044
5045 2010-04-20 Juanma Barranquero <lekktu@gmail.com>
5046
5047 * locals.texi (Standard Buffer-Local Variables):
5048 Remove @ignore'd reference to `direction-reversed'.
5049
5050 2010-04-14 Juri Linkov <juri@jurta.org>
5051
5052 Fix @deffn without category.
5053
5054 * abbrevs.texi (Abbrev Expansion): Replace @deffn with @defun
5055 for `abbrev-insert'.
5056
5057 * buffers.texi (Indirect Buffers): Add category `Command'
5058 to @deffn of `clone-indirect-buffer'.
5059
5060 * windows.texi (Cyclic Window Ordering): Replace @deffn with @defun
5061 for `next-window' and `previous-window'. Add category `Command'
5062 to @deffn of `pop-to-buffer'.
5063
5064 2010-04-01 Chong Yidong <cyd@stupidchicken.com>
5065
5066 * nonascii.texi (Text Representations): Don't mark
5067 enable-multibyte-characters as a user option.
5068
5069 2010-03-31 Eli Zaretskii <eliz@gnu.org>
5070
5071 * control.texi (Handling Errors): How to re-throw a signal caught
5072 by condition-case.
5073
5074 2010-03-26 Chong Yidong <cyd@stupidchicken.com>
5075
5076 * loading.texi (Hooks for Loading): Document after-load-functions.
5077 Copyedits.
5078
5079 2010-03-24 Arni Magnusson <arnima@hafro.is> (tiny change)
5080
5081 * frames.texi (Cursor Parameters): Fix typo. (Bug#5760)
5082
5083 2010-03-24 Chong Yidong <cyd@stupidchicken.com>
5084
5085 * processes.texi (Network Processes): Document seqpacket type.
5086
5087 2010-03-20 Dan Nicolaescu <dann@ics.uci.edu>
5088
5089 * os.texi (System Environment): Do not mention lynxos.
5090
5091 2010-03-10 Chong Yidong <cyd@stupidchicken.com>
5092
5093 * Branch for 23.2.
5094
5095 2010-03-06 Chong Yidong <cyd@stupidchicken.com>
5096
5097 * objects.texi (Integer Type): Take note of the read syntax
5098 exception for numbers that cannot fit in the integer type.
5099
5100 2010-03-03 Glenn Morris <rgm@gnu.org>
5101
5102 * numbers.texi (Integer Basics, Bitwise Operations):
5103 * objects.texi (Integer Type): Update for integers now being 30-bit.
5104
5105 2010-02-27 Chong Yidong <cyd@stupidchicken.com>
5106
5107 * display.texi (Low-Level Font): Document :otf font-spec property.
5108
5109 2010-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
5110
5111 * display.texi (Line Height): Avoid obsolete special default variables
5112 like default-major-mode.
5113
5114 2010-01-28 Alan Mackenzie <acm@muc.de>
5115
5116 * display.texi (Auto Faces): Say fontification-functions is called
5117 whether or not Font Lock is enabled. Tidy up the wording a bit.
5118
5119 2010-01-17 Chong Yidong <cyd@stupidchicken.com>
5120
5121 * elisp.texi: Remove duplicate edition information (Bug#5407).
5122
5123 2010-01-17 Juanma Barranquero <lekktu@gmail.com>
5124
5125 * two.el (volume-header-toc-markup): Fix typos in docstring.
5126
5127 2010-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
5128
5129 Avoid dubious uses of save-excursions.
5130 * positions.texi (Excursions): Recommend the use of
5131 save-current-buffer if applicable.
5132 * text.texi (Clickable Text): Fix the example code which used
5133 save-excursion in a naive way which sometimes preserves point and
5134 sometimes not.
5135 * variables.texi (Creating Buffer-Local):
5136 * os.texi (Session Management):
5137 * display.texi (GIF Images):
5138 * control.texi (Cleanups): Use (save|with)-current-buffer.
5139
5140 2010-01-02 Eli Zaretskii <eliz@gnu.org>
5141
5142 * modes.texi (Example Major Modes): Fix indentation. (Bug#5195)
5143
5144 2010-01-02 Chong Yidong <cyd@stupidchicken.com>
5145
5146 * nonascii.texi (Text Representations, Character Codes)
5147 (Converting Representations, Explicit Encoding)
5148 (Translation of Characters): Use hex notation consistently.
5149 (Character Sets): Fix map-charset-chars doc (Bug#5197).
5150
5151 2010-01-01 Chong Yidong <cyd@stupidchicken.com>
5152
5153 * loading.texi (Where Defined): Make it clearer that these are
5154 loaded files (Bug#5068).
5155
5156 2009-12-29 Chong Yidong <cyd@stupidchicken.com>
5157
5158 * minibuf.texi (Completion Styles): Document `initials' style.
5159
5160 2009-12-25 Chong Yidong <cyd@stupidchicken.com>
5161
5162 * frames.texi (Resources): Describe inhibit-x-resources.
5163 (Size Parameters): Copyedit.
5164
5165 * hash.texi (Creating Hash):
5166 * objects.texi (Hash Table Type): Document the new hash table
5167 printed representation.
5168
5169 * minibuf.texi (Basic Completion): 4th arg to all-completions is
5170 obsolete.
5171
5172 * processes.texi (Process Buffers):
5173 Document process-kill-buffer-query-function.
5174
5175 2009-12-05 Glenn Morris <rgm@gnu.org>
5176
5177 * hooks.texi (Standard Hooks): Remove diary-display-hook, replaced by
5178 diary-display-function, and no longer recommended to be a hook.
5179 Update for changes in the names of calendar and diary hooks.
5180 diary-print-entries-hook has changed section.
5181
5182 2009-11-28 Eli Zaretskii <eliz@gnu.org>
5183
5184 * text.texi (Special Properties): More accurate description of
5185 what the `cursor' property does.
5186
5187 2009-11-26 Kevin Ryde <user42@zip.com.au>
5188
5189 * commands.texi (Misc Events): vindex mouse-wheel-up-event and
5190 mouse-wheel-down-event, the closest thing to a definition for them.
5191 * os.texi (Startup Summary): vindex inhibit-startup-message and
5192 inhibit-splash-screen.
5193 (Command-Line Arguments): vindex argv.
5194 (Suspending Emacs): vindex suspend-tty-functions and
5195 resume-tty-functions. Don't want to index every hook, but having
5196 the programming ones is helpful.
5197
5198 2009-11-14 Chong Yidong <cyd@stupidchicken.com>
5199
5200 * commands.texi (Motion Events): Fix typo (Bug#4907).
5201
5202 2009-11-08 Chong Yidong <cyd@stupidchicken.com>
5203
5204 * searching.texi (Char Classes): Note that [:upper:] and [:lower:]
5205 are affected by case-fold-search (Bug#4483).
5206
5207 2009-11-02 Chong Yidong <cyd@stupidchicken.com>
5208
5209 * minibuf.texi (Reading File Names): Note that read-file-name may
5210 use a graphical file dialog.
5211
5212 2009-10-31 Glenn Morris <rgm@gnu.org>
5213
5214 * nonascii.texi (User-Chosen Coding Systems): Minor reword. (Bug#4817)
5215
5216 2009-10-16 Kevin Ryde <user42@zip.com.au>
5217
5218 * files.texi (Magic File Names): Add @vindex file-name-handler-alist,
5219 in particular so `info-lookup-symbol' can find its docs.
5220
5221 2009-10-16 Chong Yidong <cyd@stupidchicken.com>
5222
5223 * variables.texi (Constant Variables): Distinguish from defconst
5224 variables.
5225 (Defining Variables): Add cindex.
5226
5227 2009-10-15 Chong Yidong <cyd@stupidchicken.com>
5228
5229 * os.texi (Time of Day): Clarify that the microsecond part is
5230 ignored (Bug#4637).
5231
5232 2009-10-11 Glenn Morris <rgm@gnu.org>
5233
5234 * frames.texi (Size and Position): Clarify what is included in the frame
5235 height. (Bug#4535)
5236
5237 2009-10-10 Glenn Morris <rgm@gnu.org>
5238
5239 * windows.texi (Size of Window): The relationship between window and
5240 frame heights is not so simple. (Bug#4535)
5241 Mention window-full-height-p.
5242
5243 2009-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
5244
5245 * positions.texi (Text Lines): Remove goto-line, since it shouldn't be
5246 used from Lisp.
5247
5248 2009-10-07 Eli Zaretskii <eliz@gnu.org>
5249
5250 * files.texi (Directory Names) <abbreviate-file-name>:
5251 Document that root home directories are not replaced with "~".
5252
5253 2009-10-06 Eli Zaretskii <eliz@gnu.org>
5254
5255 * text.texi (Special Properties): Document the meaning of the
5256 `cursor' text property whose value is an integer.
5257
5258 2009-10-05 Michael Albinus <michael.albinus@gmx.de>
5259
5260 * files.texi (Magic File Names): Add `copy-directory'.
5261
5262 2009-10-05 Eli Zaretskii <eliz@gnu.org>
5263
5264 * files.texi (File Attributes): Fix description of file
5265 attributes. (Bug#4638) Update attributes of files.texi example to
5266 be more representative.
5267
5268 2009-10-05 Michael Albinus <michael.albinus@gmx.de>
5269
5270 * files.texi (Create/Delete Dirs): New command copy-directory.
5271
5272 2009-10-04 Juanma Barranquero <lekktu@gmail.com>
5273
5274 * anti.texi (Antinews):
5275 * macros.texi (Indenting Macros):
5276 * strings.texi (Creating Strings, Case Conversion):
5277 Remove duplicate words.
5278
5279 2009-10-01 Michael Albinus <michael.albinus@gmx.de>
5280
5281 * files.texi (Create/Delete Dirs): delete-directory has an
5282 optional parameter RECURSIVE.
5283
5284 2009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
5285
5286 * buffers.texi (Swapping Text): Minor clarification.
5287
5288 2009-10-01 Glenn Morris <rgm@gnu.org>
5289
5290 * functions.texi (Declaring Functions): Mention that we also search for
5291 ".m" files in the src/ directory.
5292
5293 2009-09-25 David Engster <deng@randomsample.de>
5294
5295 * display.texi (Managing Overlays): Document copy-overlay (Bug#4549).
5296
5297 2009-09-22 Glenn Morris <rgm@gnu.org>
5298
5299 * internals.texi (Building Emacs): Mention preloaded-file-list.
5300
5301 2009-09-14 Alan Mackenzie <acm@muc.de>
5302
5303 * os.texi (Terminal Output): Put "@code{}" around "stdout".
5304
5305 2009-09-13 Chong Yidong <cyd@stupidchicken.com>
5306
5307 * functions.texi (Anonymous Functions): Rearrange discussion,
5308 giving usage of unquoted lambda forms first. Mention that
5309 `function' and `#'' are no longer required (Bug#4290).
5310
5311 2009-09-11 Alan Mackenzie <acm@muc.de>
5312
5313 * os.texi (Terminal Output): Document `send-string-to-terminal' in
5314 batch mode.
5315
5316 2009-09-01 Glenn Morris <rgm@gnu.org>
5317
5318 * display.texi (Face Functions): Mention define-obsolete-face-alias.
5319
5320 2009-08-26 Ulrich Mueller <ulm@gentoo.org>
5321
5322 * nonascii.texi (Character Codes): Fix typos.
5323
5324 2009-08-25 Michael Albinus <michael.albinus@gmx.de>
5325
5326 * processes.texi (Synchronous Processes): New defvar
5327 process-file-side-effects.
5328
5329 2009-08-25 Glenn Morris <rgm@gnu.org>
5330
5331 * display.texi (Fontsets): Fix typo.
5332
5333 * files.texi (Format Conversion Round-Trip): Mention nil regexp.
5334
5335 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
5336
5337 * processes.texi (Asynchronous Processes): Adjust arglist of
5338 start-process-shell-command and start-file-process-shell-command.
5339
5340 2009-08-15 Chong Yidong <cyd@stupidchicken.com>
5341
5342 * advice.texi (Argument Access in Advice): Note that argument
5343 positions are zero-based (Bug#3932).
5344
5345 * commands.texi (Distinguish Interactive): Minor copyedit.
5346
5347 * display.texi (Face Attributes): Add xref to Displaying Faces for
5348 explanation of "underlying face".
5349
5350 * customize.texi (Common Keywords): Add xref to Loading.
5351
5352 * loading.texi (How Programs Do Loading): Add xref to Lisp
5353 Libraries node in the Emacs manual.
5354
5355 2009-08-13 Chong Yidong <cyd@stupidchicken.com>
5356
5357 * objects.texi (Meta-Char Syntax): Add xref to Strings of Events.
5358
5359 2009-07-18 Chong Yidong <cyd@stupidchicken.com>
5360
5361 * processes.texi (Shell Arguments): Copyedits.
5362
5363 2009-07-18 Glenn Morris <rgm@gnu.org>
5364
5365 * loading.texi (Repeated Loading): Fix typo.
5366
5367 2009-07-16 Richard Stallman <rms@gnu.org>
5368
5369 * buffers.texi (Swapping Text): Recommend setting
5370 write-region-annotate-functions and buffer-saved-size.
5371
5372 * backups.texi (Auto-Saving): Document buffer-saved-size = -2.
5373
5374 2009-07-15 Glenn Morris <rgm@gnu.org>
5375
5376 * edebug.texi: Minor re-phrasings throughout.
5377 (Edebug Execution Modes): Sit-for affects continue mode too.
5378 (Jumping): Use `forward-sexp' rather than its keybinding.
5379 (Edebug Misc): Fix Q binding.
5380 (Edebug Eval): Remove cl version.
5381 (Printing in Edebug): Clarify print-length etc.
5382 (Instrumenting Macro Calls): Defopt edebug-eval-macro-args.
5383 (Specification List): Remove edebug-unwrap findex entry.
5384 (Specification Examples): defmacro is actually not the same as defun.
5385 Escape "`" in example.
5386
5387 2009-07-15 Chong Yidong <cyd@stupidchicken.com>
5388
5389 * markers.texi (The Mark): Document optional arg to
5390 deactivate-mark.
5391
5392 2009-07-11 Kevin Ryde <user42@zip.com.au>
5393
5394 * hooks.texi (Standard Hooks): Fix cross-references.
5395
5396 * loading.texi (Named Features): Refer to eval-after-load.
5397
5398 2009-07-11 Glenn Morris <rgm@gnu.org>
5399
5400 * Makefile.in (TEXI2PDF): New.
5401 (elisp.pdf): New target.
5402
5403 * searching.texi (Regexp Backslash): Fix typo.
5404
5405 * elisp.texi (Top): Display copyright notice at start of non-TeX.
5406
5407 2009-07-10 Glenn Morris <rgm@gnu.org>
5408
5409 * elisp.texi, vol1.texi, vol2.texi: Update @detailmenu.
5410
5411 * customize.texi (Customization Types):
5412 * display.texi (Abstract Display):
5413 * objects.texi (Character Type, String Type):
5414 Merge in some menu descriptions from elisp.texi.
5415
5416 * hash.texi (Hash Tables):
5417 * modes.texi (Multiline Font Lock):
5418 End menu description with period.
5419
5420 2009-07-09 Glenn Morris <rgm@gnu.org>
5421
5422 * back.texi: Don't hard-code texinfo location.
5423
5424 * two-volume.make (texinfodir): New, with location of texinfo.tex.
5425 (tex): Add texinfodir to TEXINPUTS.
5426 (elisp1med-init, elisp2med-init): Use texinfodir.
5427
5428 * Makefile.in (texinfodir): Rename from usermanualdir, and update.
5429 (clean): Add two-volume.make intermediate files.
5430
5431 * elisp.texi, vol1.texi, vol2.texi:
5432 Use a DATE variable with the publication date, and update it.
5433 Fix antinews menu description.
5434
5435 * vol1.texi, vol2.texi: Update VERSION to match elisp.texi.
5436 Update the detailed node listing to match elisp.texi.
5437
5438 * README: Update edition to match elisp.texi.
5439
5440 * objects.texi (General Escape Syntax):
5441 * nonascii.texi (Character Sets):
5442 Use consistent case for "Unicode Standard".
5443
5444 * anti.texi (Antinews):
5445 * customize.texi (Variable Definitions):
5446 * functions.texi (Declaring Functions):
5447 * nonascii.texi (Character Properties):
5448 * processes.texi (Serial Ports):
5449 * text.texi (Special Properties):
5450 * tips.texi (Coding Conventions):
5451 Minor rearrangements to improve TeX line-filling.
5452
5453 * commands.texi (Using Interactive): Fix cross-reference.
5454
5455 2009-07-01 Jan Djärv <jan.h.d@swipnet.se>
5456
5457 * frames.texi (Management Parameters): Mention sticky.
5458
5459 2009-07-01 Andreas Schwab <aschwab@redhat.com>
5460
5461 * help.texi (Help Functions): Fix description of help-buffer and
5462 help-setup-xref to use @defun instead of @deffn.
5463
5464 2009-07-01 Jan Djärv <jan.h.d@swipnet.se>
5465
5466 * frames.texi (Size Parameters): Mention maximized for fullscreen.
5467
5468 2009-06-24 Chong Yidong <cyd@stupidchicken.com>
5469
5470 * display.texi (Window Systems): Add ns to the list.
5471
5472 2009-06-21 Chong Yidong <cyd@stupidchicken.com>
5473
5474 * Branch for 23.1.
5475
5476 2009-06-17 Martin Rudalics <rudalics@gmx.at>
5477
5478 * windows.texi (Dedicated Windows): Fix typo.
5479 (Resizing Windows): Replace @defun by @deffn.
5480
5481 2009-06-17 Glenn Morris <rgm@gnu.org>
5482
5483 * variables.texi (Directory Local Variables):
5484 Update for 2009-04-11 name-change of dir-locals-directory-alist.
5485
5486 2009-06-09 Kenichi Handa <handa@m17n.org>
5487
5488 * nonascii.texi (Character Sets): State clearly that FROM and TO
5489 are codepoints of CHARSET.
5490
5491 2009-06-07 Chong Yidong <cyd@stupidchicken.com>
5492
5493 * minibuf.texi (Reading File Names): Fix introductory text.
5494 Suggested by stan@derbycityprints.com.
5495 (High-Level Completion): Fix typo.
5496
5497 2009-05-28 Chong Yidong <cyd@stupidchicken.com>
5498
5499 * frames.texi (Text Terminal Colors): Multi-tty is already
5500 implemented, but tty-local colors are not.
5501
5502 2009-05-27 Chong Yidong <cyd@stupidchicken.com>
5503
5504 * hooks.texi (Standard Hooks): Remove mention of obsolete
5505 redisplay-end-trigger-functions.
5506
5507 * internals.texi (Window Internals): Remove mention of obsolete
5508 redisplay-end-trigger-functions.
5509
5510 2009-05-21 Martin Rudalics <rudalics@gmx.at>
5511
5512 * abbrevs.texi (Abbrev Mode): abbrev-mode is an option.
5513
5514 * backups.texi (Making Backups): backup-directory-alist and
5515 make-backup-file-name-function are options.
5516 (Auto-Saving): auto-save-list-file-prefix is an option.
5517
5518 * buffers.texi (Killing Buffers): buffer-offer-save is an
5519 option.
5520
5521 * display.texi (Refresh Screen): no-redraw-on-reenter is an
5522 option.
5523 (Echo Area Customization): echo-keystrokes is an option.
5524 (Selective Display): selective-display-ellipses is an option.
5525 (Temporary Displays): temp-buffer-show-function is an option.
5526 (Face Attributes): underline-minimum-offset and x-bitmap-file-path
5527 are options.
5528 (Font Selection): face-font-family-alternatives,
5529 face-font-selection-order, face-font-registry-alternatives, and
5530 scalable-fonts-allowed are options.
5531 (Fringe Indicators): indicate-buffer-boundaries is an option.
5532 (Fringe Cursors): overflow-newline-into-fringe is an option.
5533 (Scroll Bars): scroll-bar-mode is an option.
5534
5535 * eval.texi (Eval): max-lisp-eval-depth is an option.
5536
5537 * files.texi (Visiting Functions): find-file-hook is an option.
5538 (Directory Names): directory-abbrev-alist is an option.
5539 (Unique File Names): temporary-file-directory and
5540 small-temporary-file-directory are options.
5541
5542 * frames.texi (Initial Parameters): initial-frame-alist,
5543 minibuffer-frame-alist and default-frame-alist are options.
5544 (Cursor Parameters): blink-cursor-alist and
5545 cursor-in-non-selected-windows ar options.
5546 (Window System Selections): selection-coding-system is an
5547 option.
5548 (Display Feature Testing): display-mm-dimensions-alist is an
5549 option.
5550
5551 * help.texi (Help Functions): help-char and help-event-list are
5552 options.
5553
5554 * keymaps.texi (Functions for Key Lookup): meta-prefix-char is
5555 an option.
5556
5557 * minibuf.texi (Minibuffer History): history-length and
5558 history-delete-duplicates are options.
5559 (High-Level Completion): read-buffer-function and
5560 read-buffer-completion-ignore-case are options.
5561 (Reading File Names): read-file-name-completion-ignore-case is
5562 an option.
5563
5564 * modes.texi (Mode Line Top): mode-line-format is an option.
5565 (Mode Line Variables): mode-line-position and mode-line-modes
5566 are options.
5567
5568 * nonascii.texi (Text Representations):
5569 enable-multibyte-characters is an option.
5570 (Default Coding Systems): auto-coding-regexp-alist,
5571 file-coding-system-alist, auto-coding-alist and
5572 auto-coding-functions are options.
5573 (Specifying Coding Systems): inhibit-eol-conversion is an
5574 option.
5575
5576 * os.texi (Init File): site-run-file is an option.
5577 (System Environment): mail-host-address is an option.
5578 (User Identification): user-mail-address is an option.
5579 (Terminal Output): baud-rate is an option.
5580
5581 * positions.texi (Word Motion): words-include-escapes is an
5582 option.
5583
5584 * searching.texi (Standard Regexps): page-delimiter,
5585 paragraph-separate, paragraph-separate and sentence-end are
5586 options.
5587
5588 * text.texi (Margins): left-margin and fill-nobreak-predicate
5589 are options.
5590
5591 * variables.texi (Local Variables): max-specpdl-size is an
5592 option.
5593
5594 * windows.texi (Choosing Window):
5595 split-window-preferred-function, special-display-function and
5596 display-buffer-function are options.
5597
5598 2009-05-20 Chong Yidong <cyd@stupidchicken.com>
5599
5600 Fix errors spotted by Martin Rudalics.
5601
5602 * syntax.texi (Position Parse): Document rationale for ignored
5603 arguments to syntax-ppss-flush-cache.
5604
5605 * processes.texi (Input to Processes): Mark PROCESS arg to
5606 process-running-child-p as optional.
5607 (Network Options): Document NO-ERROR arg to
5608 set-network-process-option.
5609
5610 * buffers.texi (Indirect Buffers): Mark clone-indirect-buffer as a
5611 command.
5612
5613 * searching.texi (POSIX Regexps): Mark posix-search-forward and
5614 posix-search-backward as commands.
5615
5616 * os.texi (Killing Emacs): Mark kill-emacs as a command.
5617 (Suspending Emacs): Mark suspend-emacs as a command.
5618 (Processor Run Time): Mark emacs-uptime and emacs-init-time as
5619 commands.
5620 (Terminal Output): Remove obsolete function baud-rate.
5621 Document TERMINAL arg for send-string-to-terminal.
5622
5623 * nonascii.texi (Terminal I/O Encoding): Document TERMINAL arg for
5624 terminal-coding-system and set-terminal-coding-system.
5625 (Explicit Encoding): Mark DESTINATION arg of decode-coding-region
5626 as optional.
5627 (Character Sets): Document RESTRICTION arg of char-charset.
5628 (Character Codes): Mark POS argument to get-byte as optional.
5629
5630 * minibuf.texi (Minibuffer Misc): Document ARGS arg for
5631 minibuffer-message.
5632
5633 * files.texi (Create/Delete Dirs): Mark make-directory and
5634 delete-directory as commands.
5635
5636 * abbrevs.texi (Abbrev Tables): Fix arglist for make-abbrev-table.
5637
5638 * text.texi (Base 64): Mark base64-decode-string and
5639 base64-encode-string as commands.
5640 (Columns): Mark move-to-column as a command.
5641 (Mode-Specific Indent): Document RIGID arg to
5642 indent-for-tab-command.
5643 (Region Indent): Mark TO-COLUMN arg to indent-region as optional.
5644 Mark indent-code-rigidly as a command.
5645 (Substitution): Mark translate-region as a command.
5646
5647 * frames.texi (Size and Position): Remove obsolete functions
5648 screen-height and screen-width.
5649
5650 2009-05-19 Chong Yidong <cyd@stupidchicken.com>
5651
5652 * windows.texi (Cyclic Window Ordering, Cyclic Window Ordering)
5653 (Displaying Buffers, Resizing Windows): Correct mistakes;
5654 next-window, previous-window, and pop-to-buffer are not commands,
5655 and fit-window-to-buffer" is a command. (Pointed out by Martin
5656 Rudalics.)
5657
5658 2009-05-17 Richard M Stallman <rms@gnu.org>
5659
5660 * modes.texi (Precalculated Fontification): Clarify text.
5661
5662 2009-05-17 Martin Rudalics <rudalics@gmx.at>
5663
5664 * windows.texi (Selecting Windows): Clarify descriptions of
5665 with-selected-window and get-lru-window.
5666 (Cyclic Window Ordering): Refer to particular frame when talking
5667 about how splitting affects the ordering.
5668 (Displaying Buffers): Fix descriptions of switch-to-buffer and
5669 switch-to-buffer-other-window. Explain how setting of
5670 display-buffer-reuse-frames affects pop-to-buffer.
5671 (Choosing Window): Clarify some details in descriptions of
5672 display-buffer-reuse-frames, pop-up-frames, and
5673 pop-up-frame-function.
5674 (Dedicated Windows): Clarify some details.
5675 (Textual Scrolling): Replace term vscroll by term vertical
5676 scroll position.
5677 (Vertical Scrolling): Fix typo.
5678 (Window Hooks): Relate text on jit-lock-register to window
5679 scrolling and size changes.
5680
5681 2009-05-14 Chong Yidong <cyd@stupidchicken.com>
5682
5683 * frames.texi (Initial Parameters): Clarify what the initial
5684 minibuffer frame is.
5685 (Buffer Parameters): Note that the minibuffer parameter can not be
5686 altered.
5687
5688 * anti.texi (Antinews): Copyedits. Rearrange some entries.
5689 Document display-buffer changes.
5690
5691 2009-05-13 Chong Yidong <cyd@stupidchicken.com>
5692
5693 * anti.texi (Antinews): Rewrite for Emacs 22.
5694
5695 * abbrevs.texi (Abbrevs): Add xref to Creating Symbols when
5696 obarrays are first mentioned. Define "system abbrev" more
5697 prominently, and add it to the index.
5698 (Abbrev Mode, Abbrev Tables, Defining Abbrevs, Abbrev Properties):
5699 Copyedits.
5700 (Abbrev Expansion): Document abbrev-insert.
5701
5702 2009-05-12 Chong Yidong <cyd@stupidchicken.com>
5703
5704 * frames.texi (Font and Color Parameters): Rename from Color
5705 Parameters. Document font-backend parameter.
5706
5707 * vol2.texi (Top): Update node listing.
5708 * vol1.texi (Top): Update node listing.
5709 * elisp.texi (Top): Update node listing.
5710
5711 2009-05-11 Martin Rudalics <rudalics@gmx.at>
5712
5713 * windows.texi (Choosing Window): Don't explicitly refer to
5714 split-window-sensibly's window argument in descriptions of
5715 split-height-threshold and split-width-threshold.
5716
5717 2009-05-10 Martin Rudalics <rudalics@gmx.at>
5718
5719 * windows.texi (Choosing Window): Fix rewrite of window
5720 splitting section.
5721
5722 2009-05-09 Eli Zaretskii <eliz@gnu.org>
5723
5724 * nonascii.texi (Default Coding Systems):
5725 Document find-auto-coding, set-auto-coding, and auto-coding-alist.
5726 Add indexing.
5727 (Lisp and Coding Systems): Add index entries.
5728
5729 2009-05-09 Martin Rudalics <rudalics@gmx.at>
5730
5731 * windows.texi (Choosing Window): Describe split-window-sensibly
5732 and rewrite section on window splitting accordingly.
5733 (Textual Scrolling): Replace `...' by @code{...}.
5734
5735 2009-05-04 Chong Yidong <cyd@stupidchicken.com>
5736
5737 * hooks.texi (Standard Hooks): Add abbrev-expand-functions.
5738 Remove obsoleted pre-abbrev-expand-hook.
5739
5740 * locals.texi (Standard Buffer-Local Variables): Consolidate table
5741 entries.
5742
5743 * internals.texi (Object Internals): Don't assume 32-bit machines
5744 are the norm.
5745 (Buffer Internals): Consolidate table entries for readability.
5746 (Window Internals): Synch field names to window.h.
5747 (Process Internals): Synch field names to process.h.
5748
5749 2009-04-29 Chong Yidong <cyd@stupidchicken.com>
5750
5751 * variables.texi (File Local Variables): Note that read-circle is
5752 bound to nil when reading file-local variables.
5753
5754 * streams.texi (Input Functions): Document read-circle.
5755 (Output Variables): Add xref to Circular Objects.
5756
5757 2009-04-25 Chong Yidong <cyd@stupidchicken.com>
5758
5759 * tips.texi (Coding Conventions): Copyedits. Add xref to Named
5760 Features and Coding System Basics. Node that "p" stands for
5761 "predicate". Recommend utf-8-emacs instead of emacs-mule.
5762 (Key Binding Conventions): Emacs does use S-down-mouse-1, for
5763 mouse-appearance-menu.
5764 (Programming Tips): Add xref to Progress.
5765
5766 2009-04-22 Chong Yidong <cyd@stupidchicken.com>
5767
5768 * os.texi (Command-Line Arguments):
5769 Document command-line-args-left.
5770 (Suspending Emacs): Adapt text to multi-tty case. Document use of
5771 terminal objects for tty arguments.
5772 (Startup Summary): Add xref to Session Management.
5773 (Session Management): Mention emacs-session-restore. Copyedits.
5774
5775 2009-04-20 Chong Yidong <cyd@stupidchicken.com>
5776
5777 * os.texi (Startup Summary): Copyedits. The init file is not
5778 necessarily named .emacs now. Document initial-buffer-choice and
5779 initial-scratch-message. Note where Emacs exits in batch mode.
5780 Document inhibit-splash-screen as an alias.
5781 (Init File): Be neutral about which init file name to use.
5782
5783 2009-04-16 Chong Yidong <cyd@stupidchicken.com>
5784
5785 * os.texi (System Interface): Fix Texinfo usage.
5786
5787 2009-04-15 Chong Yidong <cyd@stupidchicken.com>
5788
5789 * searching.texi (Regexp Backslash): Also refer to shy groups as
5790 non-capturing or unnumbered groups.
5791 (Regexp Functions): Add cross-reference to Regexp Backslash.
5792
5793 * display.texi (Truncation): Overlays can use line-prefix and
5794 wrap-prefix too.
5795 (Overlay Properties): Document wrap-prefix and line-prefix.
5796 (Face Attributes): Document underline-minimum-offset.
5797 (Face Remapping): Copyedits.
5798 (Low-Level Font): Copyedits.
5799 (Image Cache): Note that the image cache is shared between frames.
5800 (Line Height): Emphasize that line-spacing only takes effect on
5801 graphical terminals.
5802
5803 2009-04-13 Chong Yidong <cyd@stupidchicken.com>
5804
5805 * display.texi (Refresh Screen): Note that a passage about screen
5806 refreshing is text terminal only.
5807 (Forcing Redisplay): Delete misleading comment---sit-for calls
5808 redisplay, not the other way around.
5809 (Truncation): Note new values of truncate-partial-width-windows.
5810 Copyedits.
5811 (Invisible Text): Document invisible-p.
5812
5813 2009-04-11 Eli Zaretskii <eliz@gnu.org>
5814
5815 * display.texi (Overlays): Overlays don't scale well. See
5816 http://lists.gnu.org/archive/html/emacs-devel/2009-04/msg00243.html.
5817
5818 2009-04-10 Chong Yidong <cyd@stupidchicken.com>
5819
5820 * syntax.texi (Syntax Table Functions): Document cons cell
5821 argument for modify-syntax-entry.
5822 (Categories): Document cons cell argument for
5823 modify-category-entry.
5824
5825 * searching.texi (String Search): Document word-search-forward-lax
5826 and word-search-backward-lax.
5827 (Searching and Case): Describe isearch behavior more precisely.
5828
5829 * keymaps.texi (Tool Bar): Mention that some platforms do not
5830 support multi-line toolbars. Suggested by Stephen Eglen.
5831
5832 * frames.texi (Layout Parameters): Mention that Nextstep also
5833 allows only one tool-bar line. Suggested by Stephen Eglen.
5834
5835 * nonascii.texi (Text Representations): Copyedits.
5836 (Coding System Basics): Also mention utf-8-emacs.
5837 (Converting Representations, Selecting a Representation)
5838 (Scanning Charsets, Translation of Characters, Encoding and I/O):
5839 Copyedits.
5840 (Character Codes): Mention role of codepoints 1114112 to 4194175.
5841
5842 2009-04-09 Chong Yidong <cyd@stupidchicken.com>
5843
5844 * text.texi (Yank Commands): Note that yank uses push-mark.
5845 (Filling): Clarify REGION argument of fill-paragraph.
5846 Document fill-forward-paragraph-function.
5847 (Special Properties): Remove "new in Emacs 22" declaration.
5848 (Clickable Text): Merge with Links and Mouse-1 node.
5849
5850 * display.texi (Button Properties, Button Buffer Commands):
5851 Change xref to Clickable Text.
5852
5853 * tips.texi (Key Binding Conventions): Change xref to Clickable
5854 Text.
5855
5856 * elisp.texi (Top): Update node listing.
5857
5858 2009-04-05 Chong Yidong <cyd@stupidchicken.com>
5859
5860 * markers.texi (The Mark): Copyedits. Improve description of
5861 handle-shift-selection.
5862 (The Region): Move use-region-p here from The Mark.
5863
5864 * positions.texi (Screen Lines): Document (cols . lines) argument
5865 for vertical-motion.
5866
5867 2009-04-04 Chong Yidong <cyd@stupidchicken.com>
5868
5869 * frames.texi (Frames): Clean up introduction. Document `ns'
5870 return value for framep.
5871 (Creating Frames): Note how the terminal is chosen.
5872 (Multiple Terminals, Multiple Displays): Merge into a single node.
5873 (Color Parameters): Fix typo.
5874
5875 * variables.texi (Local Variables, Buffer-Local Variables)
5876 (Creating Buffer-Local): Change link to Multiple Terminals.
5877
5878 * os.texi (X11 Keysyms): Change link to Multiple Terminals.
5879
5880 * keymaps.texi (Controlling Active Maps): Change link to Multiple
5881 Terminals.
5882
5883 * commands.texi (Command Loop Info, Keyboard Macros): Change link
5884 to Multiple Terminals.
5885
5886 * elisp.texi (Top): Update node listing.
5887 * vol2.texi (Top): Update node listing.
5888 * vol1.texi (Top): Update node listing.
5889
5890 * buffers.texi (Current Buffer): Note that the append-to-buffer
5891 example is no longer in synch with the latest code. Tie the two
5892 examples together.
5893
5894 * files.texi (File Attributes): Move note about MS-DOS from
5895 Changing Files to File Attributes.
5896 (Create/Delete Dirs): Note that mkdir is an alias for this.
5897
5898 2009-04-01 Markus Triska <triska@gmx.at>
5899
5900 * processes.texi (Filter Functions): Suggest how to handle output
5901 batches.
5902
5903 2009-03-30 Chong Yidong <cyd@stupidchicken.com>
5904
5905 * help.texi (Accessing Documentation): Update example to use
5906 help-setup-xref and with-help-window.
5907 (Help Functions): Remove print-help-return-message, which is
5908 semi-obsolete due to with-help-window. Document help-buffer and
5909 help-setup-xref.
5910
5911 2009-03-29 Chong Yidong <cyd@stupidchicken.com>
5912
5913 * help.texi (Accessing Documentation, Help Functions):
5914 Remove information about long-obsolete Emacs versions.
5915
5916 * modes.texi (Mode Line Variables): The default values of the mode
5917 line variables are now more complicated.
5918
5919 2009-03-28 Chong Yidong <cyd@stupidchicken.com>
5920
5921 * modes.texi (Major Mode Conventions): Note that specialness is
5922 inherited.
5923 (Derived Modes): Note that define-derive-mode sets the mode-class
5924 property.
5925
5926 * keymaps.texi (Prefix Keys): The M-g prefix key is now named
5927 goto-map. Add search-map to the list.
5928
5929 2009-03-27 Eli Zaretskii <eliz@gnu.org>
5930
5931 * os.texi (System Environment): Update the list of system-type
5932 values.
5933
5934 * markers.texi (The Mark) <handle-shift-selection>: Update for
5935 removal of the optional argument DEACTIVATE.
5936
5937 2009-03-25 Chong Yidong <cyd@stupidchicken.com>
5938
5939 * commands.texi (Focus Events): Most X window managers don't use
5940 focus-follows-mouse nowadays.
5941
5942 2009-03-24 Chong Yidong <cyd@stupidchicken.com>
5943
5944 * commands.texi (Defining Commands): Clarify introduction.
5945 (Using Interactive): Not that interactive can be put in a symbol
5946 property.
5947 (Interactive Call): Note that a symbol with a non-nil
5948 interactive-form property satisfies commandp.
5949
5950 2009-03-23 Juanma Barranquero <lekktu@gmail.com>
5951
5952 * minibuf.texi (Intro to Minibuffers): Fix typos.
5953
5954 2009-03-23 Chong Yidong <cyd@stupidchicken.com>
5955
5956 * minibuf.texi (Intro to Minibuffers): Remove long-obsolete info
5957 about minibuffers in old Emacs versions. Copyedits.
5958 Emphasize that enable-recursive-minibuffers defaults to nil.
5959 (Text from Minibuffer): Simplify introduction.
5960
5961 2009-03-22 Alan Mackenzie <acm@muc.de>
5962
5963 * commands.texi (Using Interactive): Clarify string argument to
5964 `interactive' - even promptless elements need \n separators.
5965
5966 2009-03-18 Chong Yidong <cyd@stupidchicken.com>
5967
5968 * minibuf.texi (Completion Styles): New node.
5969
5970 * elisp.texi (Top): Update node listing.
5971
5972 2009-03-17 Chong Yidong <cyd@stupidchicken.com>
5973
5974 * minibuf.texi (Basic Completion): Note that
5975 read-file-name-completion-ignore-case and
5976 read-buffer-completion-ignore-case can override
5977 completion-ignore-case.
5978 (Minibuffer Completion): Document completing-read changes.
5979 (Completion Commands): Avoid mentioning partial completion mode.
5980 Document minibuffer-completion-confirm changes, and
5981 minibuffer-confirm-exit-commands.
5982 (High-Level Completion): Document new require-match behavior for
5983 read-buffer. Document read-buffer-completion-ignore-case.
5984 (Reading File Names): Document new require-match behavior for
5985 read-file-name.
5986
5987 2009-03-14 Chong Yidong <cyd@stupidchicken.com>
5988
5989 * debugging.texi (Error Debugging): Don't mislead the reader into
5990 thinking that debug-on-error enters debugger for C-f at EOB.
5991 (Error Debugging): Setting debug-on-init within the init file
5992 works, and has for some time.
5993
5994 2009-03-13 Kenichi Handa <handa@m17n.org>
5995
5996 * display.texi (Fontsets): Update the description.
5997
5998 2009-03-13 Chong Yidong <cyd@stupidchicken.com>
5999
6000 * advice.texi (Advising Primitives): Link to What Is a Function.
6001
6002 2009-03-12 Chong Yidong <cyd@stupidchicken.com>
6003
6004 * compile.texi (Speed of Byte-Code): Update example.
6005 (Disassembly): Update examples.
6006
6007 * loading.texi (Repeated Loading): Simplify examples.
6008
6009 * customize.texi (Common Keywords): It's not necessary to use :tag
6010 to remove hyphens, as custom-unlispify-tag-name does it
6011 automatically.
6012 (Variable Definitions): Link to File Local Variables.
6013 Document customized-value symbol property.
6014 (Customization Types): Move menu to end of node.
6015
6016 2009-03-10 Chong Yidong <cyd@stupidchicken.com>
6017
6018 * macros.texi (Compiling Macros): Omit misleading sentence, which
6019 implied that macros can only be used in the same file they are
6020 defined.
6021 (Backquote): Remove obsolete information about Emacs 19.
6022
6023 2009-03-05 John Foerch <jjfoerch@earthlink.net> (tiny change)
6024
6025 * display.texi (Display Margins): Fix paren typo.
6026
6027 2009-02-27 Chong Yidong <cyd@stupidchicken.com>
6028
6029 * elisp.texi (Top): Update node listing.
6030
6031 * variables.texi (Variables): Clarify introduction.
6032 (Global Variables): Mention that setq is a special form.
6033 (Local Variables): Use active voice.
6034 (Tips for Defining): Mention marking variables as safe.
6035 (Buffer-Local Variables): Mention terminal-local and frame-local
6036 variables together.
6037 (File Local Variables): Copyedits.
6038 (Frame-Local Variables): Note that they are not really useful.
6039 (Future Local Variables): Node deleted.
6040
6041 * objects.texi (General Escape Syntax): Update explanation of
6042 Unicode escape syntax.
6043
6044 2009-02-23 Chong Yidong <cyd@stupidchicken.com>
6045
6046 * control.texi (Control Structures): Add cindex entry for "textual
6047 order".
6048
6049 * eval.texi (Intro Eval): Copyedits. Standardize on "form"
6050 instead of "expression" throughout.
6051 (Function Indirection): Copyedits. Use active voice.
6052 (Eval): The default value of max-lisp-eval-depth is now 400.
6053
6054 2009-02-23 Miles Bader <miles@gnu.org>
6055
6056 * processes.texi (System Processes): Rename `system-process-attributes'
6057 to `process-attributes'.
6058
6059 2009-02-22 Chong Yidong <cyd@stupidchicken.com>
6060
6061 * symbols.texi (Property Lists): Emphasize that property lists are
6062 not restricted to symbol cells.
6063 (Other Plists): Copyedit.
6064
6065 * sequences.texi (Sequences Arrays Vectors): Make introduction
6066 more concise.
6067 (Arrays): Mention char-tables and bool-vectors too.
6068 (Vectors): Don't repeat information given in Arrays node. Link to
6069 nodes that explain the vector usage examples.
6070 (Char-Tables): Note that char-table elements can have arbitrary
6071 type. Explain effect of omitted char-table-extra-slots property.
6072 Link to Property Lists node.
6073
6074 2009-02-22 Chong Yidong <cyd@stupidchicken.com>
6075
6076 * lists.texi (Building Lists): Remove obsolete Emacs 20 usage of
6077 `append'.
6078 (List Elements): Copyedits.
6079
6080 * sequences.texi (Vector Functions): Remove obsolete Emacs 20 use
6081 of `vconcat'.
6082
6083 * strings.texi (Creating Strings): Copyedits. Remove obsolete
6084 Emacs 20 usage of `concat'.
6085 (Case Conversion): Copyedits.
6086
6087 2009-02-21 Chong Yidong <cyd@stupidchicken.com>
6088
6089 * objects.texi (Lisp Data Types, Syntax for Strings, Buffer Type):
6090 Minor edits.
6091 (Frame Configuration Type): Emphasize that it is not primitive.
6092 (Font Type): New node.
6093 (Type Predicates): Add fontp; type-of now recognizes font object
6094 types.
6095
6096 * intro.texi (Version Info): Update version numbers in examples.
6097 (Acknowledgements): List more contributors.
6098
6099 * elisp.texi: Bump version number to 3.0.
6100 (Top): Link to Font Type node.
6101
6102 2009-02-20 Juanma Barranquero <lekktu@gmail.com>
6103
6104 * modes.texi (Major Mode Conventions): Remove duplicate words.
6105 (Customizing Keywords): Fix typo.
6106
6107 2009-02-14 Eli Zaretskii <eliz@gnu.org>
6108
6109 * nonascii.texi (User-Chosen Coding Systems): Document that
6110 select-safe-coding-system suggests raw-text if there are raw bytes
6111 in the region.
6112 (Explicit Encoding): Warn not to use `undecided' when encoding.
6113
6114 2009-02-11 Glenn Morris <rgm@gnu.org>
6115
6116 * frames.texi (Visibility of Frames): Mention the effect multiple
6117 workspaces/desktops can have on visibility.
6118
6119 2009-02-07 Eli Zaretskii <eliz@gnu.org>
6120
6121 * text.texi (Commands for Insertion):
6122 * commands.texi (Event Mod):
6123 * keymaps.texi (Searching Keymaps):
6124 * nonascii.texi (Translation of Characters):
6125 Reinstate documentation of translation-table-for-input.
6126 (Explicit Encoding): Document the `charset' text property produced
6127 by decode-coding-region and decode-coding-string.
6128
6129 2009-01-27 Alan Mackenzie <acm@muc.de>
6130
6131 * modes.texi (Search-based Fontification): Correct a typo.
6132
6133 2009-01-25 Juanma Barranquero <lekktu@gmail.com>
6134
6135 * abbrevs.texi (Abbrev Table Properties): Fix typo.
6136 Reported by Seweryn Kokot <sewkokot@gmail.com>. (Bug#2039)
6137
6138 2009-01-24 Eli Zaretskii <eliz@gnu.org>
6139
6140 * display.texi (Window Systems): Document the value of
6141 `initial-window-system' under --daemon.
6142
6143 * os.texi (System Environment): Remove description of the
6144 `environment' function which has been deleted.
6145
6146 2009-01-22 Dan Nicolaescu <dann@ics.uci.edu>
6147
6148 * frames.texi (Multiple Displays): Remove documentation for
6149 removed function make-frame-on-tty.
6150
6151 2009-01-22 Chong Yidong <cyd@stupidchicken.com>
6152
6153 * files.texi (Format Conversion Piecemeal): Clarify behavior of
6154 write-region-annotate-functions.
6155 Document write-region-post-annotation-function.
6156
6157 2009-01-19 Chong Yidong <cyd@stupidchicken.com>
6158
6159 * display.texi (Font Lookup): Document WIDTH argument of
6160 x-list-fonts.
6161
6162 2009-01-17 Eli Zaretskii <eliz@gnu.org>
6163
6164 * maps.texi (Standard Keymaps): Rename function-key-map to
6165 local-function-key-map.
6166
6167 * keymaps.texi (Translation Keymaps): Rename function-key-map to
6168 local-function-key-map.
6169
6170 * nonascii.texi (Terminal I/O Encoding): `keyboard-coding-system'
6171 and `set-keyboard-coding-system' now accept an optional terminal
6172 argument.
6173
6174 * commands.texi (Event Mod): `keyboard-translate-table' is now
6175 terminal-local.
6176 (Function Keys): Rename function-key-map to
6177 local-function-key-map.
6178
6179 * elisp.texi (Top): Make @detailmenu be consistent with changes in
6180 frames.texi.
6181
6182 * hooks.texi (Standard Hooks): Document `delete-frame-functions'
6183 `delete-terminal-functions', `suspend-tty-functions' and
6184 `resume-tty-functions'.
6185
6186 * frames.texi (Frames): Document `frame-terminal' and
6187 `terminal-live-p'.
6188 (Multiple Displays): Document `make-frame-on-tty'.
6189 (Multiple Terminals): Document `terminal-list', `delete-terminal',
6190 `terminal-name', and `get-device-terminal'.
6191 (Terminal Parameters): Document `terminal-parameters',
6192 `terminal-parameter', and `set-terminal-parameter'.
6193
6194 * os.texi (System Environment): Document `environment' and
6195 `initial-environment'.
6196 (Suspending Emacs): Update for multi-tty; document
6197 `suspend-tty', `resume-tty', and `controlling-tty-p'.
6198
6199 * nonascii.texi (Coding System Basics): More accurate description
6200 of `raw-text'.
6201
6202 2009-01-12 Juanma Barranquero <lekktu@gmail.com>
6203
6204 * display.texi (Low-Level Font): Fix typo.
6205
6206 2009-01-10 Chong Yidong <cyd@stupidchicken.com>
6207
6208 * elisp.texi (Top): Update node listing.
6209
6210 * display.texi (PostScript Images): Node deleted.
6211
6212 2009-01-10 Eli Zaretskii <eliz@gnu.org>
6213
6214 * processes.texi (Decoding Output): Document that null bytes force
6215 no-conversion for reading process output.
6216
6217 * files.texi (Reading from Files): Document that null bytes force
6218 no-conversion when visiting files.
6219
6220 * processes.texi (Serial Ports): Improve wording, suggested by RMS.
6221
6222 * nonascii.texi (Lisp and Coding Systems):
6223 Document inhibit-null-byte-detection and inhibit-iso-escape-detection.
6224 (Character Properties): Improve wording.
6225
6226 2009-01-09 Chong Yidong <cyd@stupidchicken.com>
6227
6228 * display.texi (Font Lookup): Remove obsolete function
6229 x-font-family-list. x-list-fonts accepts Fontconfig/GTK syntax.
6230 (Low-Level Font): Rename from Fonts, move to end of Faces section.
6231 (Font Selection): Reorder order of variable descriptions.
6232 Minor clarifications.
6233
6234 * elisp.texi (Top): Update node listing.
6235
6236 2009-01-09 Glenn Morris <rgm@gnu.org>
6237
6238 * commands.texi (Command Loop Info): Say that last-command-char and
6239 last-input-char are obsolete aliases.
6240
6241 * edebug.texi (Edebug Recursive Edit): Remove separate references to
6242 last-input-char and last-command-char, since they are just aliases for
6243 last-input-event and last-command-event.
6244
6245 * minibuf.texi (Minibuffer Commands): Use last-command-event rather than
6246 last-command-char.
6247
6248 2009-01-08 Chong Yidong <cyd@stupidchicken.com>
6249
6250 * elisp.texi: Update node listing.
6251
6252 * display.texi (Faces): Put Font Selection node after Auto Faces.
6253 (Face Attributes): Don't link to Font Lookup.
6254 Document font-family-list.
6255 (Fonts): New node.
6256
6257 2009-01-08 Jason Rumney <jasonr@gnu.org>
6258
6259 * frames.texi (Pointer Shape): Clarify that only X supports
6260 changing the standard pointer shapes. (Bug#1485)
6261
6262 2009-01-08 Chong Yidong <cyd@stupidchicken.com>
6263
6264 * display.texi (Attribute Functions): Note that a function value
6265 :height is relative, and that compatibility functions work by
6266 calling set-face-attribute.
6267 (Displaying Faces): Reorder list in order of increasing priority.
6268 (Face Remapping): New node. Content moved here from Displaying
6269 Faces.
6270 (Glyphs): Link to Face Functions.
6271
6272 2009-01-08 Chong Yidong <cyd@stupidchicken.com>
6273
6274 * display.texi (Faces): Don't discuss face id here. facep does
6275 not return t.
6276 (Defining Faces): Minor clarification.
6277 (Face Attributes): Rearrange items to match docstring of
6278 set-face-attribute. Add :foundry attribute. Document new role of
6279 :font attribute. Texinfo usage fix.
6280 (Attribute Functions): Copyedits.
6281 (Face Functions): Note that face number is seldom used.
6282
6283 2009-01-05 Richard M Stallman <rms@gnu.org>
6284
6285 * strings.texi (Predicates for Strings): Minor clarification.
6286
6287 * functions.texi (Function Safety): Texinfo usage fix.
6288
6289 2009-01-04 Eduard Wiebe <usenet@pusto.de> (tiny change)
6290
6291 * objects.texi (General Escape Syntax): Fix typo.
6292
6293 2009-01-03 Martin Rudalics <rudalics@gmx.at>
6294
6295 * windows.texi (Choosing Window): Say that pop-up-frame-alist
6296 works via the default value of pop-up-frame-function.
6297
6298 2009-01-02 Eli Zaretskii <eliz@gnu.org>
6299
6300 * processes.texi (System Processes): Document the `time' and
6301 `ctime' attributes of `system-process-attributes'.
6302
6303 2009-01-01 Chong Yidong <cyd@stupidchicken.com>
6304
6305 * display.texi (Face Attributes): Clarify :height attribute.
6306
6307 2008-12-31 Martin Rudalics <rudalics@gmx.at>
6308
6309 * buffers.texi (The Buffer List): Clarify what moves a buffer to
6310 the front of the buffer list. Add entries for `last-buffer' and
6311 `unbury-buffer'.
6312
6313 2008-12-27 Eli Zaretskii <eliz@gnu.org>
6314
6315 * elisp.texi (Top): Add @detailmenu items for "Multiple Terminals"
6316 and its subsections.
6317
6318 * frames.texi (Multiple Terminals, Low-level Terminal)
6319 (Terminal Parameters, Frames on Other TTY devices): New sections.
6320 (Frames): Add an xref to "Multiple Terminals".
6321
6322 * elisp.texi (Top): Add @detailmenu item for "Terminal Type".
6323
6324 * objects.texi (Terminal Type): New node.
6325 (Editing Types): Add it to the menu.
6326
6327 * elisp.texi (Top): Add a @detailmenu item for "Directory Local
6328 Variables".
6329
6330 * variables.texi (Directory Local Variables): New node.
6331 (Variables): Add a menu item for it.
6332
6333 * loading.texi (Autoload): Document `generate-autoload-cookie' and
6334 `generated-autoload-file'.
6335
6336 2008-12-20 Eli Zaretskii <eliz@gnu.org>
6337
6338 * os.texi (Startup Summary): Add xref to documentation of
6339 `initial-window-system'.
6340
6341 * display.texi (Window Systems): Document `window-system' the
6342 function. The variable `window-system' is now frame-local.
6343 Document `initial-window-system'.
6344
6345 2008-12-19 Martin Rudalics <rudalics@gmx.at>
6346
6347 * windows.texi (Windows): Rewrite description of
6348 fit-window-to-buffer.
6349
6350 2008-12-13 Glenn Morris <rgm@gnu.org>
6351
6352 * modes.texi (Font Lock Basics): Fix level description. (Bug#1534)
6353 (Levels of Font Lock): Refer to font-lock-maximum-decoration.
6354
6355 2008-12-12 Glenn Morris <rgm@gnu.org>
6356
6357 * debugging.texi (Error Debugging): Refer forwards to
6358 eval-expression-debug-on-error.
6359
6360 2008-12-05 Eli Zaretskii <eliz@gnu.org>
6361
6362 * strings.texi (String Basics): Only unibyte strings that
6363 represent key sequences hold 8-bit raw bytes.
6364
6365 * nonascii.texi (Coding System Basics): Rewrite @ignore'd
6366 paragraph to speak about `undecided'.
6367 (Character Properties): Don't explain the meaning of each
6368 property; instead, identify their Unicode Standard names.
6369 (Character Sets): Document `map-charset-chars'.
6370
6371 2008-12-02 Glenn Morris <rgm@gnu.org>
6372
6373 * files.texi (Format Conversion Round-Trip): Rewrite format-write-file
6374 section yet again.
6375
6376 2008-11-29 Eli Zaretskii <eliz@gnu.org>
6377
6378 * nonascii.texi (Character Properties): New Section.
6379 (Specifying Coding Systems): Document
6380 `coding-system-priority-list', `set-coding-system-priority', and
6381 `with-coding-priority'.
6382 (Lisp and Coding Systems): Document `check-coding-systems-region'
6383 and `coding-system-charset-list'.
6384 (Coding System Basics): Document `coding-system-aliases'.
6385
6386 * elisp.texi (Top): Add a @detailmenu entry for "Character
6387 Properties".
6388
6389 * objects.texi (Character Type): Correct the range of Emacs
6390 characters. Add an @xref to "Character Codes".
6391
6392 * strings.texi (String Basics): Add an @xref to "Character Codes".
6393
6394 * numbers.texi (Integer Basics): Add an @xref to `max-char'.
6395
6396 * nonascii.texi (Explicit Encoding): Update for Emacs 23.
6397 (Character Codes): Document `max-char'.
6398
6399 2008-11-28 Eli Zaretskii <eliz@gnu.org>
6400
6401 * nonascii.texi (Text Representations, Converting Representations)
6402 (Character Sets, Scanning Charsets, Translation of Characters):
6403 Make text more accurate.
6404
6405 2008-11-28 Glenn Morris <rgm@gnu.org>
6406
6407 * files.texi (Format Conversion Round-Trip): Improve previous change.
6408
6409 2008-11-26 Chong Yidong <cyd@stupidchicken.com>
6410
6411 * modes.texi (Auto Major Mode): Fix example.
6412
6413 2008-11-25 Glenn Morris <rgm@gnu.org>
6414
6415 * control.texi (Signaling Errors): Fix `wrong-type-argument' name.
6416
6417 * files.texi (Format Conversion Round-Trip):
6418 Use active voice for previous change.
6419
6420 2008-11-25 Chong Yidong <cyd@stupidchicken.com>
6421
6422 * os.texi (Processor Run Time):
6423 * processes.texi (Transaction Queues):
6424 * markers.texi (The Mark):
6425 * windows.texi (Choosing Window, Selecting Windows):
6426 * files.texi (Changing Files, Magic File Names):
6427 * commands.texi (Key Sequence Input):
6428 * functions.texi (Declaring Functions):
6429 * strings.texi (Predicates for Strings):
6430 * intro.texi (nil and t): Fix typos (pointed out by Drew Adams).
6431
6432 2008-11-24 Chong Yidong <cyd@stupidchicken.com>
6433
6434 * help.texi (Accessing Documentation): Update example.
6435
6436 * variables.texi (Defining Variables): Note that `*' is not
6437 necessary if defcustom is used.
6438
6439 2008-11-22 Eli Zaretskii <eliz@gnu.org>
6440
6441 * elisp.texi (Top): Remove "Chars and Bytes" and "Splitting
6442 Characters" from @detailmenu.
6443
6444 * nonascii.texi (Character Codes, Character Sets)
6445 (Scanning Charsets, Translation of Characters): Update for Emacs 23.
6446 (Chars and Bytes, Splitting Characters): Sections removed.
6447
6448 2008-11-22 Lute Kamstra <lute@gnu.org>
6449
6450 * positions.texi (Text Lines): Update goto-line documentation.
6451
6452 2008-11-21 Martin Rudalics <rudalics@gmx.at>
6453
6454 * frames.texi (Frames): Fix typo, add cross references, reword.
6455 (Initial Parameters): Reword special-display-frame-alist text.
6456 (Frames and Windows): Reword. Describe argument norecord for
6457 set-frame-selected-window.
6458 (Input Focus): Describe argument norecord for select-frame.
6459 Remove comment on MS-Windows behavior for focus-follows-mouse.
6460 (Raising and Lowering): Mention windows-frames dichotomy in
6461 metaphor.
6462
6463 * windows.texi (Displaying Buffers, Vertical Scrolling)
6464 (Horizontal Scrolling): Fix indenting and rewording issues
6465 introduced with 2008-11-07 change.
6466
6467 2008-11-20 Glenn Morris <rgm@gnu.org>
6468
6469 * files.texi (Format Conversion Round-Trip): Mention `preserve'
6470 element of `format-alist'.
6471
6472 2008-11-19 Glenn Morris <rgm@gnu.org>
6473
6474 * doclicense.texi: Update to FDL 1.3.
6475 * elisp.texi, vol1.texi, vol2.texi: Relicense under FDL 1.3 or later.
6476
6477 2008-11-18 Chong Yidong <cyd@stupidchicken.com>
6478
6479 * windows.texi (Window Hooks): Remove *-end-trigger-functions
6480 vars, which are obsolete. Mention jit-lock-register.
6481
6482 * modes.texi (Other Font Lock Variables):
6483 Document jit-lock-register and jit-lock-unregister.
6484
6485 * frames.texi (Color Parameters): Document alpha parameter.
6486
6487 2008-11-16 Martin Rudalics <rudalics@gmx.at>
6488
6489 * windows.texi (Splitting Windows, Deleting Windows)
6490 (Selecting Windows, Cyclic Window Ordering)
6491 (Buffers and Windows, Displaying Buffers, Choosing Window)
6492 (Dedicated Windows, Window Point, Window Start and End)
6493 (Textual Scrolling, Vertical Scrolling, Horizontal Scrolling)
6494 (Size of Window, Resizing Windows, Window Configurations)
6495 (Window Parameters): Avoid @var at beginning of sentences and
6496 reword accordingly.
6497
6498 2008-11-11 Lute Kamstra <lute@gnu.org>
6499
6500 * files.texi (File Name Components): Fix file-name-extension
6501 documentation.
6502
6503 2008-11-11 Juanma Barranquero <lekktu@gmail.com>
6504
6505 * frames.texi (Basic Parameters): Remove display-environment-variable
6506 and term-environment-variable.
6507
6508 2008-11-08 Eli Zaretskii <eliz@gnu.org>
6509
6510 * windows.texi (Basic Windows, Splitting Windows)
6511 (Deleting Windows, Selecting Windows, Cyclic Window Ordering)
6512 (Buffers and Windows, Displaying Buffers, Dedicated Windows)
6513 (Resizing Windows, Window Configurations, Window Parameters):
6514 Fix wording and markup.
6515
6516 2008-11-07 Martin Rudalics <rudalics@gmx.at>
6517
6518 * windows.texi (Windows): Update entries.
6519 (Basic Windows): Remove listing of attributes. Reword.
6520 (Splitting Windows, Deleting Windows): Reword.
6521 (Selecting Windows, Cyclic Window Ordering): Reword with special
6522 emphasis on order of recently selected windows and buffer list.
6523 (Buffers and Windows, Choosing Window): Reword with special
6524 emphasis on dedicated windows.
6525 (Displaying Buffers): Reword. For switch-to-buffer mention that
6526 it may fall back on pop-to-buffer. For other-window try to
6527 explain how it treats the cyclic ordering of windows.
6528 (Dedicated Windows): New node and section discussing dedicated
6529 windows and associated functions.
6530 (Window Point): Add entry for window-point-insertion-type. Reword.
6531 (Window Start and End): Rename node and section title. Reword.
6532 (Textual Scrolling, Vertical Scrolling, Horizontal Scrolling):
6533 Minor rewording.
6534 (Size of Window): Reword, in particular text on window-width.
6535 (Resizing Windows): Reword. Add text on balancing windows.
6536 (Window Configurations): Reword. Mention window parameters.
6537 (Window Parameters): New node and section on window parameters.
6538 (Window Hooks): Reword. Mention that
6539 window-configuration-change-hook is run "buffer-locally".
6540 * elisp.texi (Top): Update Windows entries in @detailmenu
6541 section.
6542
6543 2008-11-04 Juanma Barranquero <lekktu@gmail.com>
6544
6545 * searching.texi (Regexp Search): Fix typo.
6546
6547 2008-11-03 Seweryn Kokot <sewkokot@gmail.com> (tiny change)
6548
6549 * searching.texi (Regexp Search): Document GREEDY arg.
6550 (Simple Match Data): Fix return value.
6551
6552 2008-11-01 Eli Zaretskii <eliz@gnu.org>
6553
6554 * nonascii.texi (Text Representations): Rewrite to make consistent
6555 with Emacs 23 internal representation of characters.
6556 Document `unibyte-string'.
6557
6558 2008-10-28 Chong Yidong <cyd@stupidchicken.com>
6559
6560 * processes.texi (Process Information): Note that process-status
6561 does not accept buffer names.
6562
6563 2008-10-27 Seweryn Kokot <sewkokot@gmail.com> (tiny change)
6564
6565 * positions.texi (Skipping Characters): Correct return value of
6566 skip-chars-forward.
6567
6568 2008-10-25 Martin Rudalics <rudalics@gmx.at>
6569
6570 * windows.texi (Deleting Windows): Update documentation of
6571 delete-windows-on.
6572 (Buffers and Windows): Update documentations of
6573 get-buffer-window and get-buffer-window-list.
6574 (Displaying Buffers): Update documentation of
6575 replace-buffer-in-windows.
6576
6577 * buffers.texi (Current Buffer): Reword set-buffer and
6578 with-current-buffer documentations.
6579 (Creating Buffers): Reword documentation of get-buffer-create.
6580
6581 2008-10-23 Martin Rudalics <rudalics@gmx.at>
6582
6583 * buffers.texi (Current Buffer): Reword documentation of
6584 set-buffer.
6585 (Buffer Names): Reword documentation of buffer-name.
6586 (The Buffer List): For bury-buffer explain what happens with the
6587 buffer's window.
6588 (Creating Buffers): Say that get-buffer-create's arg is called
6589 buffer-or-name.
6590
6591 2008-10-22 Chong Yidong <cyd@stupidchicken.com>
6592
6593 * advice.texi (Computed Advice): Explain what DEFINITION is.
6594
6595 * nonascii.texi (Character Codes): Remove obsolete function
6596 char-valid-p, and document characterp instead.
6597
6598 2008-10-22 Martin Rudalics <rudalics@gmx.at>
6599
6600 * windows.texi (Displaying Buffers): Reword documentation of
6601 pop-to-buffer.
6602 (Choosing Window): Rewrite documentation of display-buffer and
6603 its options.
6604
6605 * buffers.texi (Killing Buffers): Update documentation of
6606 kill-buffer.
6607
6608 2008-10-21 Eli Zaretskii <eliz@gnu.org>
6609
6610 * processes.texi (Serial Ports): Fix wording and improve markup.
6611
6612 * searching.texi (Regexp Search): Document `string-match-p' and
6613 `looking-at-p'.
6614 (POSIX Regexps): Add an xref for "non-greedy".
6615 (Regexp Special): Add @cindex entry for "non-greedy".
6616
6617 * display.texi (Attribute Functions): Document `face-all-attributes'.
6618 (Image Cache) <image-refresh>: Minor wording fixes.
6619
6620 * frames.texi (Color Names): Add an xref to `read-color'.
6621
6622 * minibuf.texi (High-Level Completion): Document `read-color'.
6623
6624 * elisp.texi (Top): Add "Swapping Text" to @detailmenu.
6625
6626 * positions.texi (Narrowing): Add an xref to "Swapping Text".
6627
6628 * buffers.texi (Swapping Text): New section, documents
6629 `buffer-swap-text'.
6630
6631 2008-10-21 Martin Rudalics <rudalics@gmx.at>
6632
6633 * windows.texi (Resizing Windows): Minor wording fix.
6634
6635 2008-10-20 Eli Zaretskii <eliz@gnu.org>
6636
6637 * processes.texi (Shell Arguments): Document `split-string-and-unquote'
6638 and `combine-and-quote-strings'.
6639
6640 * strings.texi (Creating Strings): Add xrefs for them.
6641
6642 2008-10-19 Eli Zaretskii <eliz@gnu.org>
6643
6644 * elisp.texi (Top): Make descriptive text for "Reading File Names"
6645 match the corresponding menu in minibuf.texi.
6646
6647 * minibuf.texi (Reading File Names): Document `read-shell-command'
6648 and `minibuffer-local-shell-command-map'.
6649
6650 2008-10-19 Martin Rudalics <rudalics@gmx.at>
6651
6652 * windows.texi (Resizing Windows): Remove var{} around "window" in
6653 documentation of enlarge-window.
6654 Rewrite documentation of window-min-height and window-min-width.
6655
6656 2008-10-19 Eli Zaretskii <eliz@gnu.org>
6657
6658 * functions.texi (Calling Functions): Document `apply-partially'.
6659
6660 * hooks.texi (Standard Hooks): Mention
6661 `before-hack-local-variables-hook' and `hack-local-variables-hook'.
6662
6663 * variables.texi (File Local Variables): Document
6664 `file-local-variables-alist', `before-hack-local-variables-hook'
6665 and `hack-local-variables-hook'.
6666
6667 * processes.texi (Synchronous Processes): Document `process-lines'.
6668
6669 * customize.texi (Variable Definitions):
6670 Document `custom-reevaluate-setting'.
6671
6672 2008-10-18 Martin Rudalics <rudalics@gmx.at>
6673
6674 * windows.texi (Choosing Window, Deleting Windows)
6675 (Displaying Buffers): Expand documentation of dedicated windows.
6676
6677 2008-10-18 Eli Zaretskii <eliz@gnu.org>
6678
6679 * files.texi (Changing Files): Document symbolic input of file
6680 modes to `set-file-modes'. Document `read-file-modes' and
6681 `file-modes-symbolic-to-number'.
6682
6683 * maps.texi (Standard Keymaps): Document `multi-query-replace-map'
6684 and `search-map'.
6685
6686 * searching.texi (Search and Replace):
6687 Document `replace-search-function' and `replace-re-search-function'.
6688 Document `multi-query-replace-map'.
6689
6690 * minibuf.texi (Text from Minibuffer): Document `read-regexp'.
6691 (Completion Commands, Reading File Names):
6692 Rename `minibuffer-local-must-match-filename-map' to
6693 `minibuffer-local-filename-must-match-map'.
6694 (Minibuffer Completion): The `require-match' argument to
6695 `completing-read' can now have the value `confirm-only'.
6696
6697 * windows.texi (Displaying Buffers): Minor wording fix.
6698 (Choosing Window): `split-height-threshold' can now be nil.
6699 Document `split-width-threshold'. `pop-up-frames' can have the
6700 value `graphic-only'.
6701
6702 2008-10-17 Eli Zaretskii <eliz@gnu.org>
6703
6704 * os.texi (Startup Summary): Document `before-init-time' and
6705 `after-init-time'. Document `initial-window-system' and
6706 `window-system-initialization-alist'. Document reading the
6707 abbrevs file. Document the call to `server-start' under --daemon.
6708 Rearrange a bit to be consistent with the code flow.
6709 (Processor Run Time): Document `emacs-uptime' and `emacs-init-time'.
6710 (Time Parsing): Document `format-seconds'.
6711
6712 2008-10-17 Martin Rudalics <rudalics@gmx.at>
6713
6714 * windows.texi (Basic Windows, Splitting Windows): Fix whitespace
6715 and reword.
6716
6717 2008-10-16 Eli Zaretskii <eliz@gnu.org>
6718
6719 * markers.texi (The Mark): Document use-region-p.
6720
6721 2008-10-15 Eli Zaretskii <eliz@gnu.org>
6722
6723 * internals.texi (Writing Emacs Primitives): The interactive spec
6724 of a primitive can be a Lisp form.
6725
6726 * markers.texi (The Mark): Document the `lambda' and `(only . OLD)'
6727 values of transient-mark-mode. Document handle-shift-selection.
6728
6729 * commands.texi (Using Interactive, Interactive Codes): Document `^'.
6730 (Interactive Examples): Show an example of `^'.
6731 (Key Sequence Input): Document this-command-keys-shift-translated.
6732 (Defining Commands, Using Interactive): The interactive-form of a
6733 function can be added via its symbol's property.
6734
6735 * positions.texi (List Motion): beginning-of-defun-function can
6736 now accept an argument.
6737
6738 * text.texi (Low-Level Kill Ring): interprogram-paste-function can
6739 now return a list of strings.
6740
6741 * control.texi (Handling Errors): Document ignore-errors.
6742
6743 * frames.texi (Creating Frames): Document frame-inherited-parameters.
6744 (Parameter Access): Document set-frame-parameter.
6745
6746 * variables.texi (Creating Buffer-Local): Add an xref to "Setting
6747 Hooks" for the effect of kill-all-local-variables on local hook
6748 functions.
6749
6750 * modes.texi (Major Mode Conventions, Mode Line Variables):
6751 `mode-name' need not be a string. xref to "Mode Line Data" for
6752 details, and to "Emulating Mode Line" for computing a string
6753 value.
6754
6755 2008-10-14 Eli Zaretskii <eliz@gnu.org>
6756
6757 * processes.texi (System Processes): New section.
6758 (Processes, Signals to Processes): Add xrefs to it.
6759
6760 * objects.texi (Editing Types): A `process' is a subprocess of
6761 Emacs, not just any process running on the OS.
6762
6763 * elisp.texi (Top): Adjust the @detailmenu for the above two
6764 changes.
6765
6766 * sequences.texi (Char-Tables): Remove documentation of
6767 set-char-table-default, which has no effect since Emacs 23.
6768 <char-table-range, set-char-table-range>: Don't mention generic
6769 characters and charsets. Add a cons cell as a possible argument.
6770
6771 * nonascii.texi (Splitting Characters)
6772 (Translation of Characters): Don't mention generic characters.
6773
6774 * display.texi (Fontsets): Don't mention generic characters.
6775
6776 * sequences.texi (Char-Tables): `map-char-table' can now call its
6777 argument FUNCTION with a cons cell as KEY.
6778
6779 2008-10-13 Eli Zaretskii <eliz@gnu.org>
6780
6781 * objects.texi (Primitive Function Type): Move "@cindex special
6782 forms" from here...
6783
6784 * eval.texi (Special Forms): ...to here.
6785
6786 * functions.texi (What Is a Function): `functionp' returns nil for
6787 special forms. Add an xref.
6788
6789 * elisp.texi (Top): Add a @detailmenu entry for "Frame-Local
6790 Variables".
6791
6792 * variables.texi (Frame-Local Variables): New section.
6793 (Buffer-Local Variables): Add an xref to it.
6794 (Intro to Buffer-Local, Creating Buffer-Local): A variable cannot
6795 have both frame-local and buffer-local binding.
6796
6797 * frames.texi (Frames): Mention multiple tty frames.
6798 (Frame Parameters, Parameter Access): Mention frame-local variable
6799 bindings.
6800
6801 2008-09-20 Glenn Morris <rgm@gnu.org>
6802
6803 * display.texi (Defining Faces): Recommend against face variables.
6804
6805 2008-09-16 Juanma Barranquero <lekktu@gmail.com>
6806
6807 * display.texi (Echo Area Customization): Fix typo.
6808
6809 2008-09-09 Juanma Barranquero <lekktu@gmail.com>
6810
6811 * loading.texi (Where Defined): Add `defface' item.
6812
6813 2008-09-06 Martin Rudalics <rudalics@gmx.at>
6814
6815 * loading.texi (Where Defined): Fix description of symbol-file.
6816
6817 2008-08-26 Jason Rumney <jasonr@gnu.org>
6818
6819 * display.texi (TIFF Images): New section describing :index property.
6820
6821 2008-08-23 Chong Yidong <cyd@stupidchicken.com>
6822
6823 * display.texi (Temporary Displays): Remove unnecessary comment
6824 about usage of temp-buffer-show-hook.
6825
6826 2008-08-05 Chong Yidong <cyd@stupidchicken.com>
6827
6828 * symbols.texi (Other Plists): Fix incorrect example.
6829 Suggested by Florian Beck.
6830
6831 2008-07-31 Juanma Barranquero <lekktu@gmail.com>
6832
6833 * os.texi: Fix previous change.
6834
6835 2008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
6836
6837 * os.texi:
6838 * intro.texi:
6839 * files.texi: Remove VMS support.
6840
6841 2008-07-27 Dan Nicolaescu <dann@ics.uci.edu>
6842
6843 * os.texi:
6844 * frames.texi:
6845 * display.texi: Remove mentions of Mac Carbon.
6846
6847 2008-07-01 Miles Bader <miles@gnu.org>
6848
6849 * text.texi (Special Properties):
6850 * display.texi (Truncation): Add wrap-prefix and line-prefix.
6851
6852 2008-06-28 Johan Bockgård <bojohan@gnu.org>
6853
6854 * display.texi (Other Image Types): Fix copy/paste error; say
6855 "PBM", not "XBM".
6856
6857 2008-06-26 Dan Nicolaescu <dann@ics.uci.edu>
6858
6859 * os.texi: Remove references to obsolete systems.
6860
6861 2008-06-20 Eli Zaretskii <eliz@gnu.org>
6862
6863 * makefile.w32-in (distclean): Remove makefile.
6864
6865 2008-06-17 Glenn Morris <rgm@gnu.org>
6866
6867 * Makefile.in (emacsver, miscmanualdir, VERSION, manual, install)
6868 (elisp, dist): Remove rules and variables that are obsolete now
6869 the lisp manual is no longer distributed separately.
6870
6871 2008-06-16 Glenn Morris <rgm@gnu.org>
6872
6873 * configure, configure.in, mkinstalldirs: Remove unused files.
6874
6875 * book-spine.texinfo: Set version to 23.0.60.
6876 * vol1.texi (EMACSVER):
6877 * vol2.texi (EMACSVER): Set to 23.0.60.
6878
6879 * elisp.texi, vol1.texi, vol2.texi: Update Back-Cover Text
6880 as per maintain.info.
6881
6882 2008-06-15 Glenn Morris <rgm@gnu.org>
6883
6884 * makefile.w32-in (manual): Use "23" rather than "21".
6885
6886 * Makefile.in (emacsver): New, set by configure.
6887 (manual): Use emacsver.
6888
6889 * intro.texi: Report bugs using M-x report-emacs-bug.
6890
6891 * elisp.texi (EMACSVER): Remove duplicate, outdated setting.
6892
6893 2008-06-13 Daniel Engeler <engeler@gmail.com>
6894
6895 * elisp.texi, internals.texi, processes.texi: Add documentation
6896 about serial port access.
6897
6898 2008-06-05 Miles Bader <miles@gnu.org>
6899
6900 * display.texi (Displaying Faces): Update to reflect function
6901 renamings in face-remap.el.
6902
6903 2008-06-05 Juanma Barranquero <lekktu@gmail.com>
6904
6905 * display.texi (Fontsets): Fix typos.
6906
6907 2008-06-03 Miles Bader <miles@gnu.org>
6908
6909 * display.texi (Displaying Faces): Add add-relative-face-remapping,
6910 remove-relative-face-remapping, set-base-face-remapping,
6911 and set-default-base-face-remapping.
6912
6913 2008-06-01 Miles Bader <miles@gnu.org>
6914
6915 * display.texi (Displaying Faces): Add face-remapping-alist.
6916
6917 2008-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
6918
6919 * tips.texi (Coding Conventions): Do not encourage the use of "-flag"
6920 variable names.
6921
6922 2008-05-03 Eric S. Raymond <esr@golux>
6923
6924 * keymaps.texi: Clarify that (current-local-map) and
6925 (current-global-map) return references, not copies.
6926
6927 2008-05-02 Juri Linkov <juri@jurta.org>
6928
6929 * minibuf.texi (Text from Minibuffer): Document a list of
6930 default values for `read-from-minibuffer'.
6931
6932 2008-04-24 Juanma Barranquero <lekktu@gmail.com>
6933
6934 * nonascii.texi (Translation of Characters): Fix previous change.
6935
6936 2008-04-20 Chong Yidong <cyd@stupidchicken.com>
6937
6938 * display.texi (Overlay Properties): Clarify role of underlying
6939 textprop and overlay keymaps for display strings.
6940
6941 * keymaps.texi (Active Keymaps): Ditto.
6942
6943 2008-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
6944
6945 * minibuf.texi (Programmed Completion):
6946 Replace dynamic-completion-table with the new completion-table-dynamic.
6947
6948 2008-04-07 Chong Yidong <cyd@stupidchicken.com>
6949
6950 * intro.texi (Some Terms): Change "fonts in this manual" index
6951 entry to "typographic conventions".
6952
6953 2008-04-05 Eli Zaretskii <eliz@gnu.org>
6954
6955 * objects.texi (Text Props and Strings): Add indexing for read
6956 syntax of text properties.
6957
6958 2008-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
6959
6960 * processes.texi (Decoding Output): Remove process-filter-multibyte
6961 functions.
6962
6963 2008-03-15 Martin Rudalics <rudalics@gmx.at>
6964
6965 * display.texi (Finding Overlays): Say that empty overlays at
6966 the end of the buffer are reported too.
6967
6968 2008-03-13 Glenn Morris <rgm@gnu.org>
6969
6970 * elisp.texi (EMACSVER): Set to 23.0.60.
6971
6972 2008-02-26 Chong Yidong <cyd@stupidchicken.com>
6973
6974 * strings.texi (Formatting Strings): Treat - and 0 as flag characters.
6975
6976 2008-02-22 Glenn Morris <rgm@gnu.org>
6977
6978 * frames.texi (Position Parameters): Clarify the description of
6979 `left' and `top', using information from "Geometry".
6980 (Geometry): Give a pointer to "Position Parameters", rather than
6981 repeating information.
6982
6983 2008-02-11 Glenn Morris <rgm@gnu.org>
6984
6985 * objects.texi (Equality Predicates): No longer talk about "two"
6986 functions.
6987
6988 2008-02-11 Lawrence Mitchell <wence@gmx.li> (tiny change)
6989
6990 * objects.texi (Equality Predicates): Add defun for
6991 equal-including-properties.
6992
6993 2008-02-10 Glenn Morris <rgm@gnu.org>
6994
6995 * objects.texi (Equality Predicates):
6996 Mention equal-including-properties.
6997
6998 2008-02-07 Richard Stallman <rms@gnu.org>
6999
7000 * windows.texi (Window Start): Mention the feature of moving
7001 window-start to start of line.
7002
7003 2008-02-07 Jan Djärv <jan.h.d@swipnet.se>
7004
7005 * keymaps.texi (Tool Bar): Document rtl property.
7006
7007 2008-01-27 Thien-Thi Nguyen <ttn@gnuvola.org>
7008
7009 * display.texi (Button Types):
7010 For define-button-type, clarify type of NAME.
7011
7012 2008-01-19 Martin Rudalics <rudalics@gmx.at>
7013
7014 * buffers.texi (Buffer Modification): Fix typo.
7015
7016 2008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
7017
7018 * os.texi (System Environment): Remove references to OSes that are
7019 not supported anymore.
7020
7021 2008-01-05 Dan Nicolaescu <dann@ics.uci.edu>
7022
7023 * os.texi (System Environment): Remove mention for Masscomp.
7024
7025 2008-01-04 Richard Stallman <rms@gnu.org>
7026
7027 * display.texi (Faces): Don't talk about internal face vector as arg
7028 to facep.
7029
7030 * customize.texi (Type Keywords): Fix previous change.
7031
7032 * text.texi (Links and Mouse-1): Fix xref for commands.texi change.
7033 * elisp.texi (Top): Fix menu for commands.texi change.
7034
7035 2007-12-30 Richard Stallman <rms@gnu.org>
7036
7037 * commands.texi (Accessing Mouse): Rename from Accessing Events.
7038 (Accessing Scroll): New node broken out of Accessing Mouse.
7039
7040 2007-12-28 Richard Stallman <rms@gnu.org>
7041
7042 * frames.texi (Size Parameters): Fix typo.
7043 (Basic Parameters): For `title', refer to title bar.
7044 (Size and Position): Explain meaning of frame pixel width and height.
7045
7046 2007-12-23 Richard Stallman <rms@gnu.org>
7047
7048 * customize.texi (Type Keywords): Uncomment :validate and clarify it.
7049 Improve some of the commented-out keywords' text too.
7050
7051 2007-12-14 Martin Rudalics <rudalics@gmx.at>
7052
7053 * nonascii.texi (Encoding and I/O): Reword to avoid saying
7054 "visit the current buffer".
7055
7056 * os.texi (System Interface): Fix typo.
7057
7058 2007-12-04 Richard Stallman <rms@gnu.org>
7059
7060 * objects.texi (Symbol Type): Fix typo.
7061
7062 2007-12-03 Richard Stallman <rms@gnu.org>
7063
7064 * hooks.texi (Standard Hooks): Add link to Hooks for Loading.
7065
7066 2007-12-01 Glenn Morris <rgm@gnu.org>
7067
7068 * functions.texi (Declaring Functions): Improve previous change.
7069
7070 2007-11-30 Glenn Morris <rgm@gnu.org>
7071
7072 * functions.texi (Declaring Functions): Add optional fourth
7073 argument of declare-function, and setting third argument to `t'.
7074
7075 2007-11-29 Richard Stallman <rms@gnu.org>
7076
7077 * customize.texi (Composite Types): Document `group' type.
7078
7079 2007-11-29 Glenn Morris <rgm@gnu.org>
7080
7081 * functions.texi (Declaring Functions): Add findex.
7082 Mention `external' files.
7083
7084 2007-11-26 Juanma Barranquero <lekktu@gmail.com>
7085
7086 * functions.texi (Declaring Functions): Fix directive.
7087
7088 2007-11-25 Richard Stallman <rms@gnu.org>
7089
7090 * help.texi (Help Functions): Clean up last change.
7091
7092 * advice.texi (Preactivation, Activation of Advice): Minor cleanup.
7093
7094 * loading.texi (Named Features): Minor cleanup.
7095
7096 * macros.texi (Eval During Expansion): Minor cleanup.
7097
7098 * variables.texi (Variable Aliases): Minor cleanup.
7099
7100 2007-11-24 Richard Stallman <rms@gnu.org>
7101
7102 * functions.texi (Declaring Functions): Clarify previous change.
7103
7104 * compile.texi (Compiler Errors): Clarify previous change.
7105
7106 2007-11-24 Richard Stallman <rms@gnu.org>
7107
7108 * display.texi (Refresh Screen, Forcing Redisplay):
7109 Clarify the text and move items around.
7110
7111 2007-11-24 Glenn Morris <rgm@gnu.org>
7112
7113 * functions.texi (Declaring Functions): New section.
7114 * compile.texi (Compiler Errors): Mention declaring functions,
7115 defvar with no initvalue, and byte-compile-warnings.
7116
7117 2007-11-15 Martin Rudalics <rudalics@gmx.at>
7118
7119 * vol1.texi (Top): Remove Frame-Local Variables from Node Listing.
7120 * vol2.texi (Top): Remove Frame-Local Variables from Node Listing.
7121
7122 2007-11-13 Martin Rudalics <rudalics@gmx.at>
7123
7124 * help.texi (Help Functions): Document new macro `with-help-window'.
7125
7126 2007-11-10 Paul Pogonyshev <pogonyshev@gmx.net>
7127
7128 * searching.texi (Replacing Match): Describe new
7129 `match-substitute-replacement'.
7130
7131 2007-10-31 Richard Stallman <rms@gnu.org>
7132
7133 * strings.texi (Creating Strings): Null strings from concat not unique.
7134
7135 2007-10-26 Richard Stallman <rms@gnu.org>
7136
7137 * objects.texi (Equality Predicates): Null strings are uniquified.
7138
7139 * minibuf.texi: Minor clarifications in previous change.
7140
7141 2007-10-25 Glenn Morris <rgm@gnu.org>
7142
7143 * customize.texi (Variable Definitions): Add :risky and :safe keywords.
7144
7145 2007-10-24 Richard Stallman <rms@gnu.org>
7146
7147 * elisp.texi (Top): Delete Frame-Local Variables from subnode menu.
7148
7149 * variables.texi (Frame-Local Variables): Node deleted.
7150 (Variables): Delete Frame-Local Variables from menu.
7151 (Local Variables, Buffer-Local Variables, Intro to Buffer-Local)
7152 (Default Value): Don't mention frame-local vars.
7153
7154 * os.texi (Idle Timers): current-idle-time returns nil if not idle.
7155
7156 * loading.texi (Unloading): Document FEATURE-unload-function
7157 instead of FEATURE-unload-hook.
7158
7159 * frames.texi (Multiple Displays): Don't mention frame-local vars.
7160
7161 2007-10-22 Juri Linkov <juri@jurta.org>
7162
7163 * minibuf.texi (Text from Minibuffer, Minibuffer Completion)
7164 (High-Level Completion): Document a list of default value strings
7165 in the DEFAULT argument, for which minibuffer functions return the
7166 first element.
7167
7168 2007-10-17 Juri Linkov <juri@jurta.org>
7169
7170 * text.texi (Filling): Update arguments of fill-paragraph.
7171 fill-paragraph operates on the active region in Transient Mark mode.
7172 Remove fill-paragraph-or-region.
7173
7174 2007-10-13 Karl Berry <karl@gnu.org>
7175
7176 * elisp.texi (@dircategory): Move to after @copying,
7177 since we want @copying as close as possible to the beginning of
7178 the output.
7179
7180 2007-10-12 Richard Stallman <rms@gnu.org>
7181
7182 * elisp.texi (Top): Add Distinguish Interactive to subnode menu.
7183
7184 * commands.texi (Distinguish Interactive): New node,
7185 broken out from Interactive Call and rewritten.
7186 (Command Loop): Put Distinguish Interactive in menu.
7187
7188 2007-10-09 Richard Stallman <rms@gnu.org>
7189
7190 * text.texi (Examining Properties): Mention overlay priority.
7191
7192 * display.texi (Display Margins): Correct the description
7193 of margin display specifications.
7194 (Replacing Specs): New subnode broken out of Display Property.
7195
7196 2007-10-06 Juri Linkov <juri@jurta.org>
7197
7198 * text.texi (Filling): Document fill-paragraph-or-region.
7199
7200 2007-10-05 Juanma Barranquero <lekktu@gmail.com>
7201
7202 * display.texi (Auto Faces): Fix typo.
7203
7204 2007-10-02 Richard Stallman <rms@gnu.org>
7205
7206 * display.texi (Display Property): Explain some display specs
7207 don't let you move point in.
7208
7209 * frames.texi (Cursor Parameters):
7210 Describe cursor-in-non-selected-windows here. Explain more values.
7211
7212 * windows.texi (Basic Windows): Don't describe
7213 cursor-in-non-selected-windows here.
7214
7215 2007-10-01 Eli Zaretskii <eliz@gnu.org>
7216
7217 * processes.texi (Misc Network): Note that these functions are
7218 supported only on some systems.
7219
7220 2007-10-01 Richard Stallman <rms@gnu.org>
7221
7222 * display.texi (Overlay Properties): Explain nil as priority.
7223 Explain that conflicts are unpredictable if not resolved by
7224 priorities.
7225
7226 2007-09-23 Richard Stallman <rms@gnu.org>
7227
7228 * macros.texi (Backquote): Minor clarification.
7229
7230 2007-09-19 Richard Stallman <rms@gnu.org>
7231
7232 * display.texi (Display Property): Explain multiple display specs.
7233 Clarify when they work in parallel and when one overrides.
7234 Fix error in example.
7235
7236 2007-09-06 Glenn Morris <rgm@gnu.org>
7237
7238 Move from lispref/ to doc/lispref/. Change all setfilename
7239 commands to use ../../info.
7240 * Makefile.in (infodir): Go up one more level.
7241 (usermanualdir): Change from ../man to ../emacs.
7242 (miscmanualdir): New.
7243 (dist): Use new variable miscmanualdir.
7244 * makefile.w32-in (infodir, texinputdir): Go up one more level.
7245 (usermanualdir): Change from ../man to ../emacs.
7246
7247 2007-08-30 Martin Rudalics <rudalics@gmx.at>
7248
7249 * commands.texi (Command Loop Info): Advise against changing
7250 most variables described here. Explain new variable
7251 last-repeatable-command.
7252
7253 2007-08-29 Glenn Morris <rgm@gnu.org>
7254
7255 * elisp.texi (EMACSVER): Increase to 23.0.50.
7256
7257 2007-08-29 Dan Nicolaescu <dann@ics.uci.edu>
7258
7259 * frames.texi (Basic Parameters): Add display-environment-variable
7260 and term-environment-variable.
7261
7262 2007-08-28 Juri Linkov <juri@jurta.org>
7263
7264 * display.texi (Image Formats, Other Image Types): Add SVG.
7265
7266 2007-08-28 Juri Linkov <juri@jurta.org>
7267
7268 * display.texi (Images): Move formats-related text to new node
7269 "Image Formats".
7270 (Image Formats): New node.
7271
7272 2007-08-27 Richard Stallman <rms@gnu.org>
7273
7274 * windows.texi (Window Configurations): Clarify what
7275 a window configuration saves.
7276
7277 2007-08-25 Richard Stallman <rms@gnu.org>
7278
7279 * display.texi (Images): Delete redundant @findex.
7280
7281 2007-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
7282
7283 * text.texi (Change Hooks): (after|before)-change-functions are no
7284 longer bound to nil while running; rather inhibit-modification-hooks
7285 is t.
7286
7287 2007-08-16 Richard Stallman <rms@gnu.org>
7288
7289 * processes.texi (Asynchronous Processes):
7290 Clarify doc of start-file-process.
7291
7292 2007-08-08 Martin Rudalics <rudalics@gmx.at>
7293
7294 * modes.texi (Example Major Modes): Fix typo.
7295
7296 2007-08-08 Glenn Morris <rgm@gnu.org>
7297
7298 * intro.texi (nil and t): Do not use `iff' in documentation.
7299
7300 * tips.texi (Documentation Tips): Recommend against `iff'.
7301
7302 2007-08-07 Chong Yidong <cyd@stupidchicken.com>
7303
7304 * display.texi (Image Cache): Document image-refresh.
7305
7306 2007-08-06 Martin Rudalics <rudalics@gmx.at>
7307
7308 * windows.texi (Size of Window): Document window-full-width-p.
7309
7310 2007-07-25 Glenn Morris <rgm@gnu.org>
7311
7312 * gpl.texi (GPL): Replace license with GPLv3.
7313
7314 * Relicense all FSF files to GPLv3 or later.
7315
7316 2007-07-24 Michael Albinus <michael.albinus@gmx.de>
7317
7318 * processes.texi (Synchronous Processes):
7319 Add `process-file-shell-command'.
7320 (Asynchronous Processes): Mention restricted use of
7321 `process-filter' and `process-sentinel' in
7322 `start-file-process'. Add `start-file-process-shell-command'.
7323
7324 2007-07-17 Michael Albinus <michael.albinus@gmx.de>
7325
7326 * files.texi (Magic File Names): Introduce optional parameter
7327 IDENTIFICATION for `file-remote-p'.
7328
7329 2007-07-16 Richard Stallman <rms@gnu.org>
7330
7331 * display.texi (Defining Faces): Fix previous change.
7332
7333 2007-07-14 Richard Stallman <rms@gnu.org>
7334
7335 * control.texi (Handling Errors): Document `debug' in handler list.
7336
7337 2007-07-10 Richard Stallman <rms@gnu.org>
7338
7339 * display.texi (Defining Faces): Explain C-M-x feature for defface.
7340
7341 2007-07-09 Richard Stallman <rms@gnu.org>
7342
7343 * files.texi (Magic File Names): Rewrite previous change.
7344
7345 2007-07-08 Michael Albinus <michael.albinus@gmx.de>
7346
7347 * files.texi (Magic File Names): Introduce optional parameter
7348 CONNECTED for `file-remote-p'.
7349
7350 2007-07-07 Michael Albinus <michael.albinus@gmx.de>
7351
7352 * processes.texi (Asynchronous Processes):
7353 * files.texi (Magic File Names): Add `start-file-process'.
7354
7355 2007-06-27 Richard Stallman <rms@gnu.org>
7356
7357 * files.texi (Format Conversion Piecemeal):
7358 Clarify `after-insert-file-functions' calling convention.
7359
7360 2007-06-27 Michael Albinus <michael.albinus@gmx.de>
7361
7362 * files.texi (Magic File Names): Remove `dired-call-process'.
7363 Add `process-file'.
7364
7365 2007-06-27 Kenichi Handa <handa@m17n.org>
7366
7367 * text.texi (Special Properties): Fix description about
7368 `composition' property.
7369
7370 2007-06-26 Kenichi Handa <handa@m17n.org>
7371
7372 * nonascii.texi (Default Coding Systems): Document about the
7373 return value `undecided'.
7374
7375 2007-06-25 David Kastrup <dak@gnu.org>
7376
7377 * keymaps.texi (Active Keymaps): Document new POSITION argument of
7378 `current-active-maps'.
7379
7380 2007-06-24 Karl Berry <karl@gnu.org>
7381
7382 * elisp.texi, vol1.texi, vol2.texi: New Back-Cover Text.
7383
7384 2007-06-15 Juanma Barranquero <lekktu@gmail.com>
7385
7386 * display.texi (Overlay Arrow): Doc fix.
7387
7388 2007-06-14 Karl Berry <karl@tug.org>
7389
7390 * anti.texi (Antinews): Typo.
7391
7392 2007-06-14 Chong Yidong <cyd@stupidchicken.com>
7393
7394 * display.texi (Image Cache): Document image-refresh.
7395
7396 2007-06-12 Karl Berry <karl@gnu.org>
7397
7398 * vol1.texi, vol2.texi, two-volume-cross-refs.txt: Update.
7399 * two-volume.make: New file.
7400 * .cvsignore: Ignore two-volume files.
7401
7402 2007-06-12 Tom Tromey <tromey@redhat.com>
7403
7404 * os.texi (Init File): Document user-emacs-directory.
7405
7406 2007-06-03 Nick Roberts <nickrob@snap.net.nz>
7407
7408 * commands.texi (Click Events): Describe width and height when
7409 object is nil.
7410
7411 2007-05-30 Nick Roberts <nickrob@snap.net.nz>
7412
7413 * commands.texi (Click Events): Layout more logically.
7414 Describe width and height.
7415 (Drag Events, Motion Events): Update to new format for position.
7416
7417 2007-06-02 Richard Stallman <rms@gnu.org>
7418
7419 * frames.texi (Color Parameters): Add xref to (emacs)Standard Faces.
7420
7421 2007-06-02 Chong Yidong <cyd@stupidchicken.com>
7422
7423 * Version 22.1 released.
7424
7425 2007-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
7426
7427 * text.texi (Special Properties): Correct meaning of fontified face.
7428
7429 2007-05-30 Richard Stallman <rms@gnu.org>
7430
7431 * text.texi (Special Properties): Add link to Adjusting Point.
7432
7433 2007-05-12 Richard Stallman <rms@gnu.org>
7434
7435 * text.texi (Margins): indent-to-left-margin is not the default.
7436 (Mode-Specific Indent): For indent-line-function, the default
7437 is indent-relative.
7438
7439 * modes.texi (Example Major Modes): Explain last line of text-mode
7440 is redundant.
7441
7442 2007-05-10 Richard Stallman <rms@gnu.org>
7443
7444 * keymaps.texi (Scanning Keymaps): Update where-is-internal example.
7445
7446 * help.texi (Keys in Documentation): Add reference to
7447 Documentation Tips.
7448
7449 * files.texi (Format Conversion): TO-FN gets three arguments.
7450
7451 * modes.texi (Auto Major Mode): Document file-start-mode-alist.
7452
7453 2007-05-10 Thien-Thi Nguyen <ttn@gnuvola.org>
7454
7455 * elisp.texi (Top): Remove "Saving Properties" from detailed menu.
7456 * files.texi (Format Conversion): Expand intro; add menu.
7457 (Format Conversion Overview, Format Conversion Round-Trip)
7458 (Format Conversion Piecemeal): New nodes/subsections.
7459 * hooks.texi: Xref "Format Conversion" , not "Saving Properties".
7460 * text.texi (Text Properties): Remove "Saving Properties" from menu.
7461 (Saving Properties): Delete node/subsection.
7462
7463 2007-05-07 Karl Berry <karl@gnu.org>
7464
7465 * elisp.texi (EMACSVER): Back to 22.
7466
7467 2007-05-06 Richard Stallman <rms@gnu.org>
7468
7469 * processes.texi (Accepting Output): Revert most of previous change.
7470
7471 2007-05-05 Richard Stallman <rms@gnu.org>
7472
7473 * processes.texi (Accepting Output): accept-process-output
7474 uses microseconds, not milliseconds. But that arg is obsolete.
7475
7476 2007-05-04 Karl Berry <karl@tug.org>
7477
7478 * elisp.texi (EMACSVER) [smallbook]: 22.1, not 22.
7479
7480 2007-05-04 Eli Zaretskii <eliz@gnu.org>
7481
7482 * tips.texi (Documentation Tips): Rearrange items to place the
7483 more important ones first. Add an index entry for hyperlinks.
7484
7485 2007-05-03 Karl Berry <karl@gnu.org>
7486
7487 * elisp.texi (\urlcolor, \linkcolor) [smallbook]: \Black for printing.
7488 (EMACSVER) [smallbook]: 22 for printed version.
7489
7490 * control.texi (Signaling Errors) <signal>: texinfo.tex is fixed,
7491 so restore anchor to normal position after defun. Found by Kevin Ryde.
7492
7493 2007-04-26 Glenn Morris <rgm@gnu.org>
7494
7495 * elisp.texi (EMACSVER): Increase to 22.1.50.
7496
7497 2007-04-28 Karl Berry <karl@gnu.org>
7498
7499 * elisp.texi: Improve line breaks on copyright page,
7500 similar layout to emacs manual, 8.5x11 by default.
7501
7502 2007-04-24 Richard Stallman <rms@gnu.org>
7503
7504 * text.texi (Special Properties): Add xref to Overlay Properties.
7505
7506 * display.texi (Overlay Properties): Add xref to Special Properties.
7507
7508 2007-04-22 Richard Stallman <rms@gnu.org>
7509
7510 * keymaps.texi (Extended Menu Items): Move the info about
7511 format with cached keyboard binding.
7512
7513 2007-04-21 Richard Stallman <rms@gnu.org>
7514
7515 * text.texi (Special Properties): Clarify previous change.
7516
7517 * files.texi (File Name Expansion): Clarify previous change.
7518
7519 * display.texi (Attribute Functions): Fix example for
7520 face-attribute-relative-p.
7521
7522 2007-04-19 Kenichi Handa <handa@m17n.org>
7523
7524 * text.texi (Special Properties): Document composition property.
7525
7526 2007-04-19 Glenn Morris <rgm@gnu.org>
7527
7528 * files.texi (File Name Expansion): Mention "superroot".
7529
7530 2007-04-15 Chong Yidong <cyd@stupidchicken.com>
7531
7532 * frames.texi (Multiple Displays): Add note about "multi-monitor"
7533 setups.
7534 (Display Feature Testing): Note that display refers to all
7535 physical monitors for multi-monitor setups.
7536
7537 2007-04-14 Richard Stallman <rms@gnu.org>
7538
7539 * lists.texi (Sets And Lists): Clarify `delete' examples.
7540 Remove spurious xref to same node.
7541 Clarify xref for add-to-list.
7542
7543 2007-04-12 Nick Roberts <nickrob@snap.net.nz>
7544
7545 * keymaps.texi (Format of Keymaps): Remove spurious ")" from
7546 value of lisp-mode-map.
7547
7548 2007-04-11 Karl Berry <karl@gnu.org>
7549
7550 * anti.texi (Antinews):
7551 * display.texi (Overlay Properties, Defining Images):
7552 * processes.texi (Synchronous Processes, Sentinels):
7553 * syntax.texi (Syntax Table Internals):
7554 * searching.texi (Regexp Special):
7555 * nonascii.texi (Default Coding Systems):
7556 * text.texi (Special Properties):
7557 * minibuf.texi (Basic Completion): Wording to improve breaks in
7558 8.5x11 format.
7559 * elisp.texi (smallbook): New @set to more easily switch between
7560 smallbook and 8.5x11.
7561
7562 2007-04-11 Richard Stallman <rms@gnu.org>
7563
7564 * text.texi (Lazy Properties): Minor fix.
7565
7566 2007-04-08 Karl Berry <karl@gnu.org>
7567
7568 * symbols.texi (Plists and Alists): Period after "vs" in index entries.
7569 * macros.texi (Backquote): Downcase Backquote in index entries for
7570 consistency.
7571
7572 2007-04-08 Richard Stallman <rms@gnu.org>
7573
7574 * text.texi (Adaptive Fill): Just describe default,
7575 don't show it (since it contains non-ASCII chars).
7576
7577 2007-04-07 Karl Berry <karl@gnu.org>
7578
7579 * text.texi (Adaptive Fill) [@iftex]: Omit binary characters in
7580 adaptive-fill-regexp's value, since they are not in the standard
7581 TeX fonts.
7582
7583 2007-04-07 Guanpeng Xu <herberteuler@hotmail.com>
7584
7585 * display.texi (Defining Faces): Fix example.
7586
7587 2007-04-07 Karl Berry <karl@gnu.org>
7588
7589 * display.texi (Button Buffer Commands): Improve page break.
7590
7591 2007-04-07 Richard Stallman <rms@gnu.org>
7592
7593 * advice.texi (Activation of Advice): Remove redundant index entry.
7594
7595 * backups.texi: Improve index entries. Remove redundant ones.
7596
7597 * compile.texi (Byte Compilation): Improve index entry.
7598
7599 * hash.texi (Creating Hash): Improve index entry.
7600
7601 * symbols.texi (Definitions): Improve index entry.
7602
7603 * edebug.texi: Improve index entries. Remove redundant/useless ones.
7604
7605 * maps.texi (Standard Keymaps): Remove useless index entry.
7606
7607 * help.texi (Documentation Basics): Remove redundant index entries.
7608
7609 * customize.texi: Improve index entries.
7610 Remove redundant/useless ones.
7611
7612 * locals.texi (Standard Buffer-Local Variables): Clarify intro text.
7613
7614 * streams.texi (Output Variables): Improve index entry.
7615
7616 * abbrevs.texi (Abbrevs): Remove useless index entry.
7617
7618 * macros.texi (Expansion): Remove useless index entry.
7619
7620 * text.texi: Improve index entries. Remove redundant/useless ones.
7621 (Text Properties, Examining Properties)
7622 (Special Properties): Use "property category" instead of "category"
7623 to refer to the `category' property.
7624
7625 * positions.texi: Improve index entries. Remove useless one.
7626
7627 * lists.texi: Improve index entries. Remove redundant/useless ones.
7628
7629 * os.texi: Improve index entries.
7630 (Timers): Fix previous change.
7631
7632 * buffers.texi: Improve index entries.
7633 (Modification Time): Get rid of term "obsolete buffer".
7634
7635 * debugging.texi: Improve index entries.
7636 (Test Coverage): Add xref to other test coverage ftr.
7637
7638 * eval.texi: Improve index entry. Remove redundant ones.
7639
7640 * numbers.texi: Improve index entries. Remove redundant/useless ones.
7641
7642 * files.texi: Improve index entries. Remove redundant/useless ones.
7643
7644 * objects.texi: Improve index entries.
7645
7646 * processes.texi: Improve index entries.
7647
7648 * modes.texi: Improve index entry. Remove redundant one.
7649
7650 * nonascii.texi: Improve index entries.
7651
7652 * internals.texi: Improve index entries.
7653
7654 * syntax.texi: Improve index entries.
7655
7656 * keymaps.texi (Active Keymaps): Improve index entries.
7657
7658 * commands.texi: Improve index entries. Remove redundant/useless ones.
7659
7660 * frames.texi: Improve index entries. Remove redundant/useless ones.
7661
7662 * markers.texi: Improve index entries. Remove redundant ones.
7663
7664 * tips.texi: Improve index entries.
7665
7666 * loading.texi (Unloading): Improve index entry.
7667
7668 * variables.texi: Improve index entries. Remove redundant one.
7669
7670 * sequences.texi: Improve index entry.
7671
7672 * display.texi: Improve index entries. Remove redundant ones.
7673
7674 * windows.texi: Improve index entries.
7675
7676 * searching.texi: Improve index entries. Remove redundant one.
7677
7678 * strings.texi (Case Tables): Improve last change.
7679
7680 2007-04-04 Chong Yidong <cyd@stupidchicken.com>
7681
7682 * strings.texi (Case Tables): Document with-case-table and
7683 ascii-case-table.
7684
7685 2007-04-03 Karl Berry <karl@gnu.org>
7686
7687 * processes.texi (Network): Reword to improve page break.
7688
7689 2007-04-03 Eli Zaretskii <eliz@gnu.org>
7690
7691 * functions.texi (Inline Functions): Describe more disadvantages
7692 of defsubst, and make advice against it stronger.
7693
7694 2007-04-02 Karl Berry <karl@gnu.org>
7695
7696 * backups.texi (Backup Names): Avoid widow words.
7697 * modes.texi (Example Major Modes): Align last comment.
7698
7699 2007-04-01 Chong Yidong <cyd@stupidchicken.com>
7700
7701 * keymaps.texi (Remapping Commands): Document new arg to
7702 command-remapping.
7703
7704 2007-04-01 Karl Berry <karl@gnu.org>
7705
7706 * processes.texi (Low-Level Network): Typo.
7707 * loading.texi (Hooks for Loading): Avoid double "the".
7708 * keymaps.texi (Key Sequences): No double "and".
7709 (Changing Key Bindings): Shorten to improve line break.
7710
7711 2007-03-31 Glenn Morris <rgm@gnu.org>
7712
7713 * os.texi (Timers): Fix description of run-at-time TIME formats.
7714
7715 2007-03-31 Richard Stallman <rms@gnu.org>
7716
7717 * display.texi (Invisible Text): Correct buffer-invisibility-spec
7718 regarding ellipsis.
7719
7720 2007-03-31 Eli Zaretskii <eliz@gnu.org>
7721
7722 * intro.texi (nil and t):
7723 * symbols.texi (Plists and Alists):
7724 * variables.texi (Variable Aliases, Constant Variables):
7725 * functions.texi (Defining Functions):
7726 * advice.texi (Advising Primitives):
7727 * debugging.texi (Syntax Errors, Compilation Errors):
7728 * minibuf.texi (Minibuffer Windows):
7729 * commands.texi (Adjusting Point):
7730 * modes.texi (Syntactic Font Lock, Faces for Font Lock)
7731 (Auto Major Mode, Major Mode Conventions):
7732 * help.texi (Describing Characters):
7733 * files.texi (Create/Delete Dirs, Information about Files)
7734 (File Locks, Writing to Files, Reading from Files)
7735 (Saving Buffers):
7736 * windows.texi (Resizing Windows, Cyclic Window Ordering):
7737 * frames.texi (Finding All Frames):
7738 * positions.texi (Buffer End, Motion):
7739 * markers.texi (The Region):
7740 * text.texi (Deletion, Near Point):
7741 * display.texi (Displaying Messages, Truncation):
7742 * os.texi (Processor Run Time):
7743 * tips.texi (Key Binding Conventions, Programming Tips)
7744 (Warning Tips, Documentation Tips, Comment Tips):
7745 * internals.texi (Memory Usage): Improve indexing.
7746
7747 * variables.texi (Frame-Local Variables):
7748 * functions.texi (Argument List):
7749 * loading.texi (Library Search):
7750 * streams.texi (Output Variables):
7751 * keymaps.texi (Translation Keymaps, Searching Keymaps):
7752 * searching.texi (Replacing Match, Search and Replace):
7753 * processes.texi (Byte Packing, Decoding Output)
7754 (Accepting Output, Network Servers, Shell Arguments):
7755 * display.texi (Abstract Display, Image Cache, Scroll Bars):
7756 * windows.texi (Window Point, Window Start):
7757 * frames.texi (Management Parameters, Frame Parameters, Frame Titles):
7758 * commands.texi (Reading Input, Keyboard Events):
7759 * minibuf.texi (Reading File Names, Minibuffer Completion)
7760 (Recursive Mini):
7761 * positions.texi (List Motion):
7762 * hash.texi (Hash Tables, Creating Hash, Defining Hash):
7763 * numbers.texi (Arithmetic Operations, Math Functions)
7764 (Predicates on Numbers, Comparison of Numbers, Numeric Conversions):
7765 * locals.texi (Standard Buffer-Local Variables):
7766 * maps.texi (Standard Keymaps):
7767 * os.texi (User Identification, System Environment, Recording Input)
7768 (X11 Keysyms):
7769 * nonascii.texi (Non-ASCII Characters, Splitting Characters):
7770 * backups.texi (Backups and Auto-Saving):
7771 * customize.texi (Customization, Group Definitions)
7772 (Variable Definitions):
7773 * compile.texi (Byte Compilation): Improve index entries.
7774
7775 2007-03-31 Karl Berry <karl@gnu.org>
7776
7777 * macros.texi (Defining Macros): Avoid widow syllable.
7778
7779 2007-03-31 Eli Zaretskii <eliz@gnu.org>
7780
7781 * elisp.texi (Top): Postscript -> PostScript.
7782
7783 * display.texi (Images, Postscript Images): Postscript -> PostScript.
7784
7785 2007-03-31 Markus Triska <markus.triska@gmx.at>
7786
7787 * internals.texi (Writing Emacs Primitives): Untabify `For'.
7788
7789 2007-03-30 Karl Berry <karl@gnu.org>
7790
7791 * lists.texi (List-related Predicates): Remove spurious @need.
7792 (Setcdr): Use @smallexample to improve page break.
7793 (Association Lists) <assoc>: Reword to improve page break.
7794
7795 * strings.texi (String Conversion): Insert blank line to improve
7796 page break.
7797
7798 * numbers.texi (Random Numbers): Use @minus{}.
7799 (Math Functions): Use @minus{}.
7800
7801 * intro.texi (Acknowledgements): Avoid line breaks before middle
7802 initials.
7803
7804 2007-03-24 Eli Zaretskii <eliz@gnu.org>
7805
7806 * errors.texi (Standard Errors): Add an index entry.
7807
7808 2007-03-19 Richard Stallman <rms@gnu.org>
7809
7810 * os.texi (Recording Input): recent-keys now gives 300 keys.
7811
7812 2007-03-12 Glenn Morris <rgm@gnu.org>
7813
7814 * os.texi: Replace "daylight savings" with "daylight saving"
7815 throughout.
7816
7817 2007-03-05 Richard Stallman <rms@gnu.org>
7818
7819 * variables.texi (File Local Variables):
7820 Update enable-local-variables values.
7821
7822 2007-03-04 Richard Stallman <rms@gnu.org>
7823
7824 * syntax.texi (Control Parsing): Minor clarification.
7825
7826 * strings.texi (Formatting Strings): Clarify width, precision, flags.
7827
7828 * sequences.texi (Sequence Functions): Move string-bytes away,
7829 add xref.
7830
7831 * nonascii.texi (Text Representations): Move string-bytes here.
7832
7833 * modes.texi (Major Mode Conventions): Fundamental mode is exception.
7834
7835 * minibuf.texi (Basic Completion): Minor clarification.
7836
7837 * markers.texi (The Mark): Clarify existence vs activation of mark.
7838 Other cleanup.
7839
7840 * display.texi (Finding Overlays): Write better example.
7841
7842 * compile.texi (Eval During Compile): Clarify putting macros
7843 in eval-when-compile.
7844
7845 2007-02-25 Vinicius Jose Latorre <viniciusjl@ig.com.br> (tiny change)
7846
7847 * loading.texi (How Programs Do Loading): Fix anchor position at
7848 load-read-function definition doc.
7849
7850 2007-02-21 Kim F. Storm <storm@cua.dk>
7851
7852 * strings.texi (Text Comparison): Mention that assoc-string
7853 converts symbols to strings before testing.
7854
7855 2007-02-17 Kim F. Storm <storm@cua.dk>
7856
7857 * processes.texi (Bindat Spec): Vector types can have optional
7858 element type.
7859 (Bindat Examples): Fix example. Add vector with element type.
7860
7861 2007-02-16 Andreas Schwab <schwab@suse.de>
7862
7863 * strings.texi (Formatting Strings): Document '+' flag.
7864
7865 2007-02-15 Juanma Barranquero <lekktu@gmail.com>
7866
7867 * strings.texi (Modifying Strings): Clarify that `clear-string'
7868 always converts the string to unibyte.
7869
7870 2007-02-14 Kim F. Storm <storm@cua.dk>
7871
7872 * display.texi (Glyphs): Add make-glyph-code, glyph-char, glyph-face.
7873 Rewrite glyph code description to refer to these functions.
7874 Remove details of encoding face number and char into integer code.
7875
7876 2007-02-03 Alan Mackenzie <acm@muc.de>
7877
7878 * loading.texi (Hooks for Loading): Make the description of
7879 `eval-after-load' more detailed, and amend the description of
7880 after-load-alist, in accordance with changes from 2006-05.
7881
7882 2007-02-03 Chong Yidong <cyd@stupidchicken.com>
7883
7884 * modes.texi (Defining Minor Modes): Document that a :require
7885 keyword or similar may be required to make saved customization
7886 variables work.
7887
7888 2007-02-03 Eli Zaretskii <eliz@gnu.org>
7889
7890 * elisp.texi (Top): Make the detailed menu headers compliant with
7891 Texinfo guidelines and with what texnfo-upd.el expects.
7892 Add comments to prevent people from inadvertently modifying the key
7893 parts needed by `texinfo-multiple-files-update'.
7894
7895 2007-02-02 Eli Zaretskii <eliz@gnu.org>
7896
7897 * elisp.texi (Top): Update the top-level menus.
7898
7899 * syntax.texi (Categories): Add index entries.
7900
7901 2007-02-01 Juanma Barranquero <lekktu@gmail.com>
7902
7903 * display.texi (Attribute Functions): Fix name and description of
7904 the UNDERLINE arg of `set-face-underline-p'.
7905
7906 2007-01-29 Eli Zaretskii <eliz@gnu.org>
7907
7908 * elisp.texi (Top): Add "Standard Errors", "Standard Buffer-Local
7909 Variables", and "Standard Keymaps" to the detailed menu.
7910
7911 * variables.texi (Future Local Variables): Add index entry.
7912
7913 2007-01-28 Richard Stallman <rms@gnu.org>
7914
7915 * tips.texi (Coding Conventions): Clarify the tip about macros
7916 that define a function or a variable.
7917
7918 * files.texi (File Attributes): UID and GID can be floats.
7919 (Magic File Names): Explain why deferring all operations to
7920 the standard handler does not work.
7921
7922 2007-01-23 Martin Rudalics <rudalics@gmx.at>
7923
7924 * backups.texi (Reverting): Use "buffer" instead of "file"
7925 when talking about major and minor modes.
7926
7927 2007-01-21 Richard Stallman <rms@gnu.org>
7928
7929 * help.texi (Documentation): Add xref to Documentation Tips.
7930
7931 2007-01-14 Juanma Barranquero <lekktu@gmail.com>
7932
7933 * tips.texi (Coding Conventions): Fix typos.
7934
7935 2007-01-05 Richard Stallman <rms@gnu.org>
7936
7937 * modes.texi (Defining Minor Modes): Fix previous change.
7938
7939 2007-01-03 Richard Stallman <rms@gnu.org>
7940
7941 * customize.texi (Variable Definitions, Customization Types):
7942 Don't use * in doc string for defcustom.
7943
7944 2007-01-02 Richard Stallman <rms@gnu.org>
7945
7946 * variables.texi (Variable Aliases): Clarify that aliases vars
7947 always have the same value.
7948
7949 * processes.texi (Bindat Spec): Fix Texinfo usage.
7950
7951 * modes.texi (Defining Minor Modes): Explain effect of command
7952 defined with define-global-minor-mode on new buffers.
7953
7954 2006-12-30 Kim F. Storm <storm@cua.dk>
7955
7956 * keymaps.texi (Tool Bar): Describe `grow-only' value of
7957 `auto-resize-tool-bars'.
7958
7959 2006-12-30 Richard Stallman <rms@gnu.org>
7960
7961 * keymaps.texi (Active Keymaps): Fix previous change.
7962
7963 2006-12-30 Nick Roberts <nickrob@snap.net.nz>
7964
7965 * keymaps.texi (Active Keymaps): Make xref to lookup-key.
7966
7967 2006-12-30 Kim F. Storm <storm@cua.dk>
7968
7969 * processes.texi (Bindat Spec): Clarify using field names in
7970 length specifications.
7971
7972 2006-12-29 Kim F. Storm <storm@cua.dk>
7973
7974 * processes.texi (Bindat Spec): Explain eval forms and lengths better.
7975 Add count and index variables for eval forms in repeat blocks.
7976
7977 2006-12-24 Richard Stallman <rms@gnu.org>
7978
7979 * customize.texi (Variable Definitions):
7980 Document new name custom-add-frequent-value.
7981
7982 2006-12-19 Kim F. Storm <storm@cua.dk>
7983
7984 * commands.texi (Misc Events): User signals now result in sigusr1
7985 and sigusr2 events which are handled through special-event-map.
7986 (Special Events): User signals and drag-n-drop are special.
7987
7988 2006-12-17 Richard Stallman <rms@gnu.org>
7989
7990 * loading.texi (Named Features): Explain subfeatures better.
7991
7992 * customize.texi: Use "option" only for user options.
7993 For the keyword values inside defcustom etc, say "keywords".
7994 For :options value's elements, say "elements".
7995 :group should not be omitted.
7996
7997 * syntax.texi (Parsing Expressions): Split up node.
7998 (Motion via Parsing, Position Parse, Parser State)
7999 (Low-Level Parsing, Control Parsing): New subnodes.
8000 (Parser State): Document syntax-ppss-toplevel-pos.
8001
8002 * positions.texi (List Motion): Punctuation fix.
8003
8004 * files.texi (File Name Completion): Document PREDICATE arg
8005 to file-name-completion.
8006
8007 2006-12-16 Eli Zaretskii <eliz@gnu.org>
8008
8009 * internals.texi (Building Emacs, Writing Emacs Primitives):
8010 Add index entries.
8011
8012 2006-12-11 Richard Stallman <rms@gnu.org>
8013
8014 * modes.texi (Font Lock Basics): Explain how nil for font-lock-defaults
8015 affects face menu. Explain how to make it non-nil without enabling
8016 any fontification.
8017
8018 2006-12-10 Chong Yidong <cyd@stupidchicken.com>
8019
8020 * modes.texi (Font Lock Basics): Document nil value of
8021 font-lock-defaults.
8022
8023 2006-12-10 Glenn Morris <rgm@gnu.org>
8024
8025 * abbrevs.texi (Defining Abbrevs): Mention `define-abbrev' 'force
8026 value for system-flag argument. Abbrev tables may not be empty
8027 when major modes are loaded.
8028
8029 2006-12-08 Juanma Barranquero <lekktu@gmail.com>
8030
8031 * makefile.w32-in (maintainer-clean): Partially revert last
8032 change; delete "elisp-?" and "elisp-??" instead of "elisp-*"
8033 to protect elisp-covers.texi.
8034
8035 2006-12-07 Juanma Barranquero <lekktu@gmail.com>
8036
8037 * makefile.w32-in (maintainer-clean): Depend on `distclean'.
8038 Don't remove elisp* info files; they are already deleted by the
8039 `clean' and `distclean' targets, and they are in the $(infodir)
8040 directory, not the current one.
8041
8042 2006-12-04 Kim F. Storm <storm@cua.dk>
8043
8044 * commands.texi (Misc Events): Update signal events.
8045 (Event Examples): Add signal example.
8046
8047 2006-11-29 Richard Stallman <rms@gnu.org>
8048
8049 * frames.texi (Visibility of Frames): Explain visible windows
8050 can be covered by others. Add xref for raise-frame.
8051
8052 2006-11-28 Richard Stallman <rms@gnu.org>
8053
8054 * searching.texi (Regexp Special): Update when ^ is special.
8055
8056 2006-11-27 Eli Zaretskii <eliz@gnu.org>
8057
8058 * customize.texi (Customization, Common Keywords)
8059 (Group Definitions, Variable Definitions, Composite Types)
8060 (Type Keywords, Customization Types): Add index entries for
8061 various customization keywords.
8062
8063 2006-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
8064
8065 * modes.texi (Multiline Font Lock): Rephrase some parts for clarity.
8066
8067 2006-11-10 Jan Djärv <jan.h.d@swipnet.se>
8068
8069 * frames.texi (Window System Selections): Remove clipboard from
8070 description of selection-coding-system.
8071
8072 2006-11-06 Richard Stallman <rms@gnu.org>
8073
8074 * lists.texi (List Variables): Document COMPARE-FN.
8075
8076 * keymaps.texi: Avoid use of "binding" to mean a relation;
8077 use it only to refer to the meaning associated with a key.
8078 (Keymaps): Change menu node description.
8079
8080 * elisp.texi (Top): Change menu node description.
8081
8082 * display.texi (Managing Overlays): Document overlay-recenter.
8083
8084 2006-10-29 Chong Yidong <cyd@stupidchicken.com>
8085
8086 * Makefile.in: Use relative paths to avoid advertising filesystem
8087 contents during compilation.
8088
8089 2006-10-23 Kim F. Storm <storm@cua.dk>
8090
8091 * commands.texi (Event Input Misc): Update unread-command-events.
8092
8093 2006-10-23 Nick Roberts <nickrob@snap.net.nz>
8094
8095 * lists.texi (Sets And Lists): Fix typos.
8096
8097 2006-10-18 Juanma Barranquero <lekktu@gmail.com>
8098
8099 * control.texi (Processing of Errors): Use @var for an argument,
8100 not @code.
8101
8102 2006-10-16 Richard Stallman <rms@gnu.org>
8103
8104 * edebug.texi (Edebug Recursive Edit): Minor cleanup.
8105
8106 * keymaps.texi (Format of Keymaps): Show all the keymap element
8107 patterns that result from menu items.
8108 (Key Lookup): Minor cleanups.
8109
8110 * modes.texi (Precalculated Fontification): Don't say that
8111 not setting font-lock-defaults avoids loading font-lock.
8112
8113 * help.texi (Documentation): Move xref to Emacs Manual here.
8114 (Documentation Basics): From here.
8115 Also doc emacs-lisp-docstring-fill-column.
8116
8117 * elisp.texi: Update version and ISBN.
8118
8119 * commands.texi (Interactive Call): Clarify KEYS arg to
8120 call-interactively is a vector.
8121 (Command Loop Info): Delete anchor in this-command-keys.
8122 Add anchor in this-command-keys-vector.
8123 (Recursive Editing): Document how recursive-edit
8124 handles the current buffer.
8125
8126 2006-10-13 Chong Yidong <cyd@stupidchicken.com>
8127
8128 * frames.texi (Frame Titles): %c and %l are ignored in
8129 frame-title-format.
8130
8131 2006-10-11 Richard Stallman <rms@gnu.org>
8132
8133 * keymaps.texi (Key Sequences): Clarify use of kbd.
8134
8135 2006-10-10 Kim F. Storm <storm@cua.dk>
8136
8137 * lists.texi (Sets And Lists): Add memql.
8138
8139 2006-10-03 Richard Stallman <rms@gnu.org>
8140
8141 * searching.texi (Char Classes): Document :multibyte: and :unibyte:.
8142 Clarify :ascii: and :nonascii:.
8143
8144 2006-09-29 Juri Linkov <juri@jurta.org>
8145
8146 * modes.texi (%-Constructs): Reorder coding systems in the
8147 documentation of %z to the real order displayed in the modeline.
8148
8149 2006-09-25 Richard Stallman <rms@gnu.org>
8150
8151 * os.texi (Timers): Describe timer-max-repeats.
8152
8153 2006-09-25 Chong Yidong <cyd@stupidchicken.com>
8154
8155 * os.texi (Timers): Mention with-local-quit.
8156
8157 2006-09-24 Richard Stallman <rms@gnu.org>
8158
8159 * searching.texi (Searching and Matching): Mention property search.
8160
8161 * commands.texi (Command Loop Info): Explain how read-event affects
8162 this-command-keys.
8163
8164 2006-09-20 Richard Stallman <rms@gnu.org>
8165
8166 * os.texi (Timers): Clarify about REPEAT when timer is delayed.
8167
8168 * windows.texi (Window Start): Minor cleanups.
8169
8170 2006-09-20 Kim F. Storm <storm@cua.dk>
8171
8172 * windows.texi (Window Start): pos-visible-in-window-p allows
8173 specifying t for position to mean "end of window".
8174 Add window-line-height.
8175
8176 * anti.texi (Antinews): Mention window-line-height.
8177
8178 2006-09-19 David Kastrup <dak@gnu.org>
8179
8180 * keymaps.texi (Searching Keymaps): Small clarification.
8181
8182 2006-09-18 Richard Stallman <rms@gnu.org>
8183
8184 * keymaps.texi (Creating Keymaps): Explain that keymap prompt strings
8185 cause keyboard menus.
8186 (Menu Keymaps): Likewise.
8187 (Defining Menus, Keyboard Menus): Clarify.
8188
8189 * text.texi (Fields): Clarify explanation of constrain-to-field.
8190
8191 2006-09-16 Eli Zaretskii <eliz@gnu.org>
8192
8193 * variables.texi (Tips for Defining): Fix a typo.
8194
8195 2006-09-15 Richard Stallman <rms@gnu.org>
8196
8197 * keymaps.texi (Remapping Commands, Searching Keymaps)
8198 (Active Keymaps): Clean up previous change.
8199
8200 2006-09-15 Jay Belanger <belanger@truman.edu>
8201
8202 * gpl.texi: Replace "Library Public License" by "Lesser Public
8203 License" throughout.
8204
8205 2006-09-15 David Kastrup <dak@gnu.org>
8206
8207 * keymaps.texi (Active Keymaps): Adapt description to use
8208 `get-char-property' instead `get-text-property'. Explain how
8209 mouse events change this. Explain the new optional argument of
8210 `key-binding' and its mouse-dependent lookup.
8211 (Searching Keymaps): Adapt description similarly.
8212 (Remapping Commands): Explain the new optional argument of
8213 `command-remapping'.
8214
8215 2006-09-14 Richard Stallman <rms@gnu.org>
8216
8217 * keymaps.texi (Searching Keymaps): Clarification.
8218 (Active Keymaps): Refer to Searching Keymaps instead of duplication.
8219
8220 2006-09-13 Richard Stallman <rms@gnu.org>
8221
8222 * objects.texi (Character Type): Node split.
8223 Add xref to Describing Characters.
8224 (Basic Char Syntax, General Escape Syntax)
8225 (Ctl-Char Syntax, Meta-Char Syntax): New subnodes.
8226
8227 2006-09-11 Richard Stallman <rms@gnu.org>
8228
8229 * display.texi (Display Table Format): Wording clarification.
8230 (Glyphs): Clarifications.
8231
8232 2006-09-10 Chong Yidong <cyd@stupidchicken.com>
8233
8234 * keymaps.texi (Active Keymaps): Mention that key-binding checks
8235 local maps.
8236
8237 2006-09-10 Kim F. Storm <storm@cua.dk>
8238
8239 * display.texi (Forcing Redisplay): Document return value of
8240 function redisplay.
8241
8242 2006-09-09 Richard Stallman <rms@gnu.org>
8243
8244 * windows.texi (Window Hooks): Explain limits of
8245 window-scroll-functions.
8246
8247 * display.texi (Fringe Indicators): Update for last change in
8248 indicate-buffer-boundaries.
8249
8250 2006-09-08 Richard Stallman <rms@gnu.org>
8251
8252 * processes.texi (Bindat Spec): Suggest names ending in -bindat-spec.
8253
8254 2006-09-06 Kim F. Storm <storm@cua.dk>
8255
8256 * frames.texi (Display Feature Testing): display-mm-dimensions-alist.
8257
8258 * windows.texi (Window Start): Update pos-visible-in-window-p.
8259
8260 2006-09-04 Richard Stallman <rms@gnu.org>
8261
8262 * processes.texi (Accepting Output): Explain SECONDS=0 for
8263 accept-process-output.
8264
8265 * os.texi (Idle Timers): Explain why timer functions should not
8266 loop until (input-pending-p).
8267
8268 2006-09-02 Eli Zaretskii <eliz@gnu.org>
8269
8270 * makefile.w32-in (usermanualdir): New variable.
8271 (elisp.dvi): Use it.
8272
8273 2006-09-01 Eli Zaretskii <eliz@gnu.org>
8274
8275 * buffers.texi (Buffer Modification): Fix last change.
8276
8277 2006-09-01 Chong Yidong <cyd@stupidchicken.com>
8278
8279 * buffers.texi (Buffer Modification):
8280 Document buffer-chars-modified-tick.
8281
8282 2006-08-31 Richard Stallman <rms@gnu.org>
8283
8284 * modes.texi (Syntactic Font Lock): Mention specific faces once again.
8285
8286 2006-08-31 Richard Bielawski <RBielawski@moneygram.com> (tiny change)
8287
8288 * modes.texi (Syntactic Font Lock):
8289 Mention font-lock-syntactic-face-function
8290 instead of specific faces.
8291
8292 2006-08-29 Chong Yidong <cyd@stupidchicken.com>
8293
8294 * display.texi (Images): Add xrref to display-images-p.
8295
8296 2006-08-28 Kenichi Handa <handa@m17n.org>
8297
8298 * nonascii.texi (Lisp and Coding Systems): Fix description of
8299 detect-coding-region.
8300
8301 2006-08-27 Michael Olson <mwolson@gnu.org>
8302
8303 * processes.texi (Transaction Queues): Remove stray quote
8304 character.
8305
8306 2006-08-25 Richard Stallman <rms@gnu.org>
8307
8308 * os.texi (Idle Timers): run-with-idle-timer allows Lisp time value.
8309 Add xref.
8310
8311 2006-08-24 Chong Yidong <cyd@stupidchicken.com>
8312
8313 * os.texi (Timers): Avoid waiting inside timers.
8314
8315 2006-08-21 Lute Kamstra <lute@gnu.org>
8316
8317 * Makefile.in: Use ../man/texinfo.tex to build elisp.dvi.
8318
8319 2006-08-20 Richard Stallman <rms@gnu.org>
8320
8321 * os.texi (Idle Timers): New node, split out from Timers.
8322 Document current-idle-time.
8323 * commands.texi (Reading One Event): Update xref.
8324 * elisp.texi (Top): Update subnode menu.
8325
8326 2006-08-16 Richard Stallman <rms@gnu.org>
8327
8328 * keymaps.texi (Extended Menu Items): Show format of cached
8329 bindings in extended menu items.
8330
8331 * customize.texi (Variable Definitions): Explain when the
8332 standard value expression is evaluated.
8333
8334 2006-08-15 Chong Yidong <cyd@stupidchicken.com>
8335
8336 * commands.texi (Reading One Event): Explain idleness in
8337 `read-event'.
8338
8339 2006-08-12 Chong Yidong <cyd@stupidchicken.com>
8340
8341 * text.texi (Near Point): Say "cursor" not "terminal cursor".
8342 (Commands for Insertion): Remove split-line since it's not
8343 relevant for Lisp programming.
8344 (Yank Commands): Rewrite introduction.
8345 (Undo): Clarify.
8346 (Maintaining Undo): Clarify. Document undo-ask-before-discard.
8347 (Filling): Remove redundant comment. Clarify return value of
8348 current-justification.
8349 (Margins): Minor clarifications.
8350 (Adaptive Fill): Update default value of adaptive-fill-regexp.
8351 (Sorting): Update definition of sort-lines.
8352 (Columns): Clarify behavior of sort-columns.
8353 (Indent Tabs): Link to Tab Stops in Emacs manual.
8354 (Special Properties): Clarify.
8355 (Clickable Text): Mention Buttons package.
8356
8357 2006-08-12 Kevin Ryde <user42@zip.com.au>
8358
8359 * os.texi (Time Parsing): Add %z to description of
8360 format-time-string, as per docstring. Add cross reference to
8361 glibc manual for strftime.
8362
8363 2006-08-08 Richard Stallman <rms@gnu.org>
8364
8365 * modes.texi: Clean up wording in previous change.
8366
8367 2006-08-07 Chong Yidong <cyd@stupidchicken.com>
8368
8369 * modes.texi (Hooks): Clarify.
8370 (Major Mode Basics): Mention define-derived-mode explicitly.
8371 (Major Mode Conventions): Rebinding RET is OK for some modes.
8372 Mention change-major-mode-hook and after-change-major-mode-hook.
8373 (Example Major Modes): Move to end of Modes section.
8374 (Mode Line Basics): Clarify.
8375 (Mode Line Data): Mention help-echo and local-map in strings.
8376 Explain reason for treatment of non-risky variables.
8377 (Properties in Mode): Clarify.
8378 (Faces for Font Lock): Add font-lock-negation-char-face.
8379
8380 2006-08-04 Eli Zaretskii <eliz@gnu.org>
8381
8382 * strings.texi (Formatting Strings): Warn against arbitrary
8383 strings as first arg to `format'.
8384
8385 2006-07-31 Thien-Thi Nguyen <ttn@gnu.org>
8386
8387 * text.texi (Clickable Text): Mention `help-echo' text property.
8388 Update intro, examples and associated explanations.
8389
8390 2006-07-31 Richard Stallman <rms@gnu.org>
8391
8392 * commands.texi: Update xrefs.
8393 (Event Mod): New node, cut out from old Translating Input.
8394
8395 * maps.texi: Update xrefs.
8396
8397 * keymaps.texi (Translation Keymaps): New node.
8398 Update xrefs from Translating Input to Translation Keymaps.
8399
8400 * elisp.texi (Top): Update subnode menu.
8401
8402 * display.texi (Face Functions): Fix explanations of FRAME=t or nil.
8403
8404 * os.texi (System Interface): Fix menu descriptions of some nodes.
8405 (Translating Input): Node deleted.
8406
8407 2006-07-31 Nick Roberts <nickrob@snap.net.nz>
8408
8409 * modes.texi (Minor Mode Conventions): Update xref for add-to-list.
8410
8411 * lists.texi (Sets And Lists): Likewise.
8412
8413 2006-07-30 Thien-Thi Nguyen <ttn@gnu.org>
8414
8415 * text.texi (Fields): Mention POS
8416 requirement when narrowing is in effect.
8417
8418 2006-07-28 Richard Stallman <rms@gnu.org>
8419
8420 * display.texi (Face Attributes): Simplify wording.
8421 (Attribute Functions): Clarify meaning of new-frame default
8422 attribute settings.
8423
8424 * customize.texi (Common Keywords): Document how to use
8425 :package-version in a package not in Emacs.
8426
8427 2006-07-28 Kim F. Storm <storm@cua.dk>
8428
8429 * commands.texi (Reading One Event): Fix last change.
8430
8431 2006-07-26 Chong Yidong <cyd@stupidchicken.com>
8432
8433 * commands.texi (Reading One Event): Document SECONDS argument for
8434 read-event, read-char, and read-char-exclusive.
8435
8436 2006-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
8437
8438 * modes.texi (Multiline Font Lock): Can't use jit-lock-defer-multiline
8439 to ensure correct identification.
8440
8441 2006-07-24 Richard Stallman <rms@gnu.org>
8442
8443 * text.texi (Clickable Text): Clarify.
8444
8445 * sequences.texi (Vector Functions): Delete duplicate xref.
8446
8447 * objects.texi (Function Type): Clarify.
8448
8449 * modes.texi (Keymaps and Minor Modes): List punct chars for minor
8450 modes.
8451
8452 * lists.texi (List Variables): New node.
8453 Material moved from other nodes.
8454
8455 * variables.texi (Setting Variables): add-to-list and
8456 add-to-ordered-list moved to List Variables node.
8457
8458 2006-07-23 Thien-Thi Nguyen <ttn@gnu.org>
8459
8460 * text.texi (Links and Mouse-1):
8461 For mouse-on-link-p, expand on arg POS.
8462
8463 2006-07-21 Kim F. Storm <storm@cua.dk>
8464
8465 * display.texi (Forcing Redisplay): Don't mention systems which
8466 don't support sub-second timers for redisplay-preemption-period.
8467
8468 * os.texi (Terminal Output): Clarify text vs graphical terminal.
8469
8470 2006-07-21 Eli Zaretskii <eliz@gnu.org>
8471
8472 * frames.texi (Input Focus): Document that focus-follows-mouse has
8473 no effect on MS-Windows.
8474
8475 2006-07-18 Richard Stallman <rms@gnu.org>
8476
8477 * display.texi (Forcing Redisplay): Cleanups in previous change.
8478
8479 * processes.texi (Low-Level Network): Make menu more convenient.
8480
8481 2006-07-18 Kim F. Storm <storm@cua.dk>
8482
8483 * display.texi (Forcing Redisplay): redisplay-preemption-period
8484 only used on window systems. Add xref to Terminal Output.
8485
8486 * os.texi (Terminal Output): baud-rate only controls preemption on
8487 non-window systems. Add xref to Forcing Redisplay.
8488
8489 * processes.texi (Low-Level Network): Rename node "Make Network"
8490 to "Network Processes".
8491
8492 2006-07-18 Karl Berry <karl@gnu.org>
8493
8494 * variables.texi, functions.texi, customize.texi, loading.texi:
8495 * edebug.texi, minibuf.texi: Fix page breaks through chapter 20.
8496
8497 2006-07-17 Chong Yidong <cyd@stupidchicken.com>
8498
8499 * commands.texi (Waiting): Document batch-mode sit-for behavior.
8500
8501 2006-07-17 Richard Stallman <rms@gnu.org>
8502
8503 * eval.texi, elisp.texi, text.texi: Use real doublequote inside menus.
8504 Put period and comma inside quotes.
8505
8506 * loading.texi, markers.texi: Use real doublequote inside menus.
8507
8508 * windows.texi: Put point and comma inside quotes.
8509 (Textual Scrolling): Use @samp for error message.
8510
8511 * variables.texi, tips.texi, syntax.texi, symbols.texi:
8512 * strings.texi, streams.texi, processes.texi, os.texi:
8513 * objects.texi, numbers.texi, modes.texi, minibuf.texi:
8514 * lists.texi, keymaps.texi, intro.texi, hash.texi, internals.texi:
8515 * gpl.texi, functions.texi, files.texi, frames.texi, doclicense.texi:
8516 * display.texi, control.texi, commands.texi, buffers.texi, anti.texi:
8517 Put point and comma inside quotes.
8518
8519 * control.texi (Processing of Errors): Add command-error-function.
8520
8521 * variables.texi (File Local Variables): Clarify that
8522 file local variables make buffer-local bindings.
8523
8524 * modes.texi (Syntactic Font Lock): Give default for
8525 font-lock-syntax-table.
8526
8527 2006-07-17 Nick Roberts <nickrob@snap.net.nz>
8528
8529 * text.texi (Special Properties): Clean up previous change.
8530
8531 2006-07-16 Karl Berry <karl@gnu.org>
8532
8533 * objects.texi, numbers.texi, strings.texi, lists.texi, hash.texi:
8534 * control.texi: Fix bad page breaks through chapter 10 (control).
8535
8536 * anti.texi (Antinews): Reorder face-attribute fns to avoid
8537 underfull hbox.
8538
8539 2006-07-15 Nick Roberts <nickrob@snap.net.nz>
8540
8541 * text.texi (Special Properties): Describe fontified text property
8542 in relation to a character (not text).
8543
8544 2006-07-15 Kim F. Storm <storm@cua.dk>
8545
8546 * maps.texi (Standard Keymaps): Add xref for minibuffer maps.
8547 Add apropos-mode-map, custom-mode-map, esc-map, global-map,
8548 grep-mode-map, help-map, help-mode-map, kmacro-map, and tool-bar-map.
8549
8550 * anti.texi (Antinews): Mention redisplay function.
8551 The kbd macro existed, but was not documented, before 22.x.
8552 Function pos-visible-in-window-p is not new in 22.x, just enhanced.
8553
8554 2006-07-14 Nick Roberts <nickrob@snap.net.nz>
8555
8556 * display.texi (Displaying Messages): Add anchor.
8557
8558 * frames.texi (Dialog Boxes): Use it.
8559
8560 2006-07-12 Richard Stallman <rms@gnu.org>
8561
8562 * objects.texi (Frame Type): Explain nature of frames better.
8563
8564 * frames.texi (Frames): Explain nature of frames better.
8565
8566 2006-07-12 Ken Manheimer <ken.manheimer@gmail.com>
8567
8568 * tips.texi (Coding Conventions): Explain why use cl at compile time.
8569
8570 2006-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8571
8572 * frames.texi (Window System Selections): Mention scrap support for Mac.
8573 Default value of x-select-enable-clipboard is t on Mac.
8574
8575 * os.texi (Getting Out): Suspending is not allowed on Mac, either.
8576
8577 2006-07-11 Kim F. Storm <storm@cua.dk>
8578
8579 * display.texi (Forcing Redisplay): Add `redisplay' function.
8580 Don't mention (sit-for -1) -- use (redisplay t) instead.
8581
8582 * commands.texi (Waiting): (sit-for -1) is no longer special.
8583 (sit-for 0) is equivalent to (redisplay).
8584 Iconifying/deiconifying no longer makes sit-for return.
8585
8586 2006-07-10 Nick Roberts <nickrob@snap.net.nz>
8587
8588 * display.texi (Buttons): Fix typo.
8589
8590 * index.texi, elisp.texi (New Symbols): Comment node out.
8591
8592 2006-07-09 Richard Stallman <rms@gnu.org>
8593
8594 * display.texi (Truncation): Clean up previous change.
8595
8596 2006-07-08 Richard Stallman <rms@gnu.org>
8597
8598 * commands.texi (Interactive Call): Use 3 as prefix in example
8599 for execute-extended-command.
8600
8601 * display.texi (Attribute Functions): Move paragraph about
8602 compatibility with Emacs < 21.
8603
8604 2006-07-09 Kim F. Storm <storm@cua.dk>
8605
8606 * display.texi (Refresh Screen): Clarify force-window-update.
8607 (Truncation): "Normally" indicated by fringe arrows.
8608
8609 2006-07-08 Eli Zaretskii <eliz@gnu.org>
8610
8611 * windows.texi (Textual Scrolling, Resizing Windows):
8612 * variables.texi (Constant Variables):
8613 * text.texi (Buffer Contents, Deletion, Changing Properties)
8614 (Property Search, Special Properties, Sticky Properties)
8615 (Links and Mouse-1, Fields, Change Hooks):
8616 * syntax.texi (Syntax Table Functions, Parsing Expressions)
8617 (Categories):
8618 * symbols.texi (Other Plists):
8619 * streams.texi (Output Variables):
8620 * processes.texi (Input to Processes, Query Before Exit):
8621 * positions.texi (Word Motion, Text Lines, List Motion):
8622 * os.texi (Init File, System Environment, Sound Output)
8623 (Session Management):
8624 * nonascii.texi (Text Representations, Character Sets)
8625 (Chars and Bytes, Locales):
8626 * modes.texi (Defining Minor Modes, Header Lines):
8627 * minibuf.texi (Minibuffer Contents):
8628 * markers.texi (Information from Markers):
8629 * lists.texi (List Elements, Building Lists, Association Lists):
8630 * keymaps.texi (Tool Bar):
8631 * hash.texi (Creating Hash, Hash Access, Defining Hash, Other Hash):
8632 * functions.texi (What Is a Function, Mapping Functions):
8633 * frames.texi (Creating Frames, Parameter Access, Pointer Shape)
8634 (Color Names, Text Terminal Colors, Display Feature Testing):
8635 * files.texi (Visiting Functions, File Name Components)
8636 (Unique File Names, Contents of Directories):
8637 * display.texi (Forcing Redisplay, Displaying Messages)
8638 (Temporary Displays, Font Selection, Auto Faces)
8639 (Font Lookup, Fringe Indicators, Display Margins)
8640 (Image Descriptors, Showing Images, Image Cache, Button Types)
8641 (Making Buttons, Manipulating Buttons, Button Buffer Commands)
8642 (Display Table Format, Glyphs):
8643 * control.texi (Iteration):
8644 * commands.texi (Command Loop Info, Adjusting Point):
8645 * backups.texi (Making Backups, Auto-Saving):
8646 Remove @tindex entries.
8647
8648 2006-07-07 Kim F. Storm <storm@cua.dk>
8649
8650 * display.texi (Fringe Cursors): Fix typo.
8651 (Customizing Bitmaps): Fix define-fringe-bitmap entry.
8652 (Overlay Arrow): Default is overlay-arrow fringe indicator.
8653
8654 2006-07-05 Richard Stallman <rms@gnu.org>
8655
8656 * text.texi (Buffer Contents): Add example of text props
8657 in result of buffer-substring.
8658 (Text Properties): Explain better about use of specific property names.
8659 (Property Search): Some cleanups; reorder some functions.
8660
8661 * keymaps.texi (Changing Key Bindings): Cleanup.
8662 Add xref to Key Binding Conventions.
8663
8664 * display.texi (Attribute Functions): Add examples for
8665 face-attribute-relative-p.
8666
8667 * tips.texi (Coding Conventions): Cleanup last change.
8668
8669 2006-07-05 Karl Berry <karl@gnu.org>
8670
8671 * elisp.texi: Use @fonttextsize 10pt, a la emacs.texi.
8672 Remove @setchapternewpage odd.
8673 Result is 1013 pages, down from 1100.
8674
8675 * anti.texi, customize.texi, display.texi, internals.texi:
8676 * minibuf.texi, modes.texi, tips.texi:
8677 Fix overfull/underfull boxes.
8678
8679 2006-07-05 Thien-Thi Nguyen <ttn@gnu.org>
8680
8681 * edebug.texi (Instrumenting):
8682 Add Edebug-specific findex for eval-buffer.
8683 * loading.texi (Loading):
8684 Replace eval-current-buffer with eval-buffer.
8685
8686 2006-06-30 Nick Roberts <nickrob@snap.net.nz>
8687
8688 * locals.texi (Standard Buffer-Local Variables): Update the list
8689 of variables.
8690
8691 2006-06-26 Nick Roberts <nickrob@snap.net.nz>
8692
8693 * files.texi (File Name Completion): Point user to the node
8694 "Reading File Names".
8695
8696 2006-06-24 Eli Zaretskii <eliz@gnu.org>
8697
8698 * files.texi (Contents of Directories): Document case-insensitive
8699 behavior on respective filesystems.
8700
8701 * objects.texi (Character Type): Document that Emacs signals an
8702 error for unsupported Unicode characters specified as \uNNNN.
8703
8704 2006-06-19 Richard Stallman <rms@gnu.org>
8705
8706 * processes.texi (Bindat Spec): Clarify previous change.
8707
8708 2006-06-16 Richard Stallman <rms@gnu.org>
8709
8710 * tips.texi (Coding Conventions): Better explain conventions
8711 for definition constructs.
8712
8713 * text.texi (Special Properties): String value of `read-only'
8714 serves as the error message.
8715
8716 * objects.texi (Character Type): Clarify prev. change.
8717 (Non-ASCII in Strings): Mention \u and \U.
8718
8719 * commands.texi (Using Interactive): Explain problem of
8720 markers, etc., in command-history.
8721
8722 2006-06-14 Kim F. Storm <storm@cua.dk>
8723
8724 * commands.texi (Waiting): Negative arg to sit-for forces
8725 redisplay even if input is pending.
8726
8727 * display.texi (Forcing Redisplay): Use (sit-for -1) to force a
8728 redisplay. Remove incorrect example of binding redisplay-dont-pause
8729 around (sit-for 0).
8730
8731 2006-06-13 Richard Stallman <rms@gnu.org>
8732
8733 * display.texi (Forcing Redisplay): Clarify previous change.
8734
8735 2006-06-13 Romain Francoise <romain@orebokech.com>
8736
8737 * display.texi (Forcing Redisplay): Fix typo.
8738
8739 2006-06-13 Kim F. Storm <storm@cua.dk>
8740
8741 * display.texi (Forcing Redisplay): Add redisplay-preemption-period.
8742
8743 2006-06-10 Luc Teirlinck <teirllm@auburn.edu>
8744
8745 * tips.texi (Coding Conventions): Add `@end itemize'.
8746
8747 2006-06-10 Richard Stallman <rms@gnu.org>
8748
8749 * tips.texi (Coding Conventions): Explain use of coding systems
8750 to ensure one decoding for strings.
8751
8752 2006-06-09 Aidan Kehoe <kehoea@parhasard.net>
8753
8754 * objects.texi (Character Type): Describe the \uABCD and \U00ABCDEF
8755 syntax.
8756
8757 2006-06-07 Eli Zaretskii <eliz@gnu.org>
8758
8759 * display.texi (Font Selection): Remove description of
8760 clear-face-cache.
8761
8762 * compile.texi (Eval During Compile): Fix a typo. Add index
8763 entries for possible uses of eval-when-compile.
8764
8765 2006-06-04 Thien-Thi Nguyen <ttn@gnu.org>
8766
8767 * display.texi (Abstract Display): Fix typo.
8768
8769 2006-06-03 Eli Zaretskii <eliz@gnu.org>
8770
8771 * minibuf.texi (Minibuffer History) <history-add-new-input>:
8772 Reword variable's description.
8773
8774 2006-06-01 Richard Stallman <rms@gnu.org>
8775
8776 * windows.texi (Splitting Windows): Clarify splitting nonselected
8777 window.
8778
8779 2006-05-31 Juri Linkov <juri@jurta.org>
8780
8781 * minibuf.texi (Minibuffer History): Add history-add-new-input.
8782
8783 2006-05-30 Richard Stallman <rms@gnu.org>
8784
8785 * display.texi (Line Height): Fix errors in description of
8786 default line height and line-height property.
8787
8788 * nonascii.texi (Default Coding Systems): Further clarification.
8789
8790 2006-05-29 Luc Teirlinck <teirllm@auburn.edu>
8791
8792 * internals.texi (Pure Storage): Mention that an overflow in pure
8793 space causes a memory leak.
8794 (Garbage Collection): If there was an overflow in pure space,
8795 `garbage-collect' returns nil.
8796
8797 2006-05-30 Eli Zaretskii <eliz@gnu.org>
8798
8799 * nonascii.texi (Default Coding Systems): Fix it some more.
8800
8801 2006-05-29 Eli Zaretskii <eliz@gnu.org>
8802
8803 * nonascii.texi (Default Coding Systems): Fix last change.
8804
8805 2006-05-29 Kenichi Handa <handa@m17n.org>
8806
8807 * nonascii.texi (find-operation-coding-system): Describe the new
8808 argument format (FILENAME . BUFFER).
8809
8810 2006-05-28 Richard Stallman <rms@gnu.org>
8811
8812 * tips.texi (Coding Conventions): Better explain reasons not to
8813 advise other packages or use `eval-after-load'.
8814
8815 2006-05-29 Kim F. Storm <storm@cua.dk>
8816
8817 * processes.texi (Bindat Functions): Rename `pos' and `raw-data' to
8818 `bindat-idx' and `bindat-raw' for clarity.
8819
8820 2006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
8821
8822 * processes.texi (Bindat Spec): Expand on `repeat' handler.
8823
8824 * display.texi (Display): Add "Abstract Display" to menu.
8825 (Abstract Display, Abstract Display Functions)
8826 (Abstract Display Example): New nodes.
8827 * elisp.texi (Top): Add "Abstract Display" to menu.
8828
8829 2006-05-27 Chong Yidong <cyd@stupidchicken.com>
8830
8831 * keymaps.texi (Key Sequences): Link to input events definition.
8832 (Format of Keymaps): Delete material duplicated in Keymap Basics.
8833
8834 * files.texi (Changing Files): Document updated argument list for
8835 copy-file.
8836
8837 2006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
8838
8839 * processes.texi (Bindat Functions): Explain term "total length".
8840 Use it in bindat-length and bindat-pack descriptions.
8841
8842 2006-05-26 Eli Zaretskii <eliz@gnu.org>
8843
8844 * tips.texi (Coding Conventions): Advise against using
8845 eval-after-load in packages. Add an index entry.
8846
8847 2006-05-25 Juri Linkov <juri@jurta.org>
8848
8849 * minibuf.texi (Text from Minibuffer): Undocument keep-all.
8850
8851 * modes.texi (%-Constructs): Add %e, %z, %Z.
8852
8853 2006-05-25 Richard Stallman <rms@gnu.org>
8854
8855 * elisp.texi (Top): Update subnode menu.
8856
8857 * keymaps.texi (Keymap Basics): New node, split out of Key Sequences.
8858 (Keymaps): Update menu.
8859
8860 2006-05-25 Chong Yidong <cyd@stupidchicken.com>
8861
8862 * keymaps.texi (Key Sequences): Some clarifications.
8863
8864 2006-05-25 Thien-Thi Nguyen <ttn@gnu.org>
8865
8866 * processes.texi (Bindat Functions): Say "unibyte string"
8867 explicitly for bindat-unpack and bindat-pack descriptions.
8868 (Bindat Examples): Don't call `string-make-unibyte' in example.
8869
8870 2006-05-25 Chong Yidong <cyd@stupidchicken.com>
8871
8872 * keymaps.texi (Key Sequences): Rename from Keymap Terminology.
8873 Explain string and vector representations of key sequences.
8874
8875 * keymaps.texi (Changing Key Bindings):
8876 * commands.texi (Interactive Codes):
8877 * help.texi (Describing Characters): Refer to it.
8878
8879 2006-05-23 Luc Teirlinck <teirllm@auburn.edu>
8880
8881 * frames.texi (Pointer Shape): @end table -> @end defvar.
8882
8883 2006-05-22 Richard Stallman <rms@gnu.org>
8884
8885 * elisp.texi (Top): Update subnode menus.
8886
8887 * frames.texi (Pointer Shape): Node renamed from Pointer Shapes.
8888 Contents rewritten; material from old Pointer Shape node moved here.
8889
8890 * display.texi (Pointer Shape): Node deleted.
8891 (Image Descriptors): Minor cleanup.
8892
8893 2006-05-21 Richard Stallman <rms@gnu.org>
8894
8895 * syntax.texi (Parsing Expressions): Update info on which STATE
8896 elements are ignored.
8897
8898 2006-05-19 Luc Teirlinck <teirllm@auburn.edu>
8899
8900 * hooks.texi (Standard Hooks): Correct typo.
8901
8902 * gpl.texi (GPL): ifinfo -> ifnottex.
8903
8904 2006-05-19 Michael Ernst <mernst@alum.mit.edu> (tiny change)
8905
8906 * searching.texi (Simple Match Data): Warn about match data being
8907 set anew by every search.
8908
8909 2006-05-17 Richard Stallman <rms@gnu.org>
8910
8911 * minibuf.texi (Minibuffer History): Clarify.
8912
8913 * searching.texi (Regexp Special): Clarify nested regexp warning.
8914
8915 2006-05-16 Kim F. Storm <storm@cua.dk>
8916
8917 * minibuf.texi (Minibuffer History): Update add-to-history.
8918
8919 2006-05-15 Oliver Scholz <epameinondas@gmx.de> (tiny change)
8920
8921 * nonascii.texi (Explicit Encoding):
8922 Fix typo (encoding<->decoding).
8923
8924 2006-05-14 Richard Stallman <rms@gnu.org>
8925
8926 * buffers.texi (Creating Buffers): Cleanup.
8927
8928 * files.texi (Visiting Functions): Rewrite in find-file-noselect.
8929
8930 2006-05-13 Eli Zaretskii <eliz@gnu.org>
8931
8932 * buffers.texi (Current Buffer): Document that with-temp-buffer
8933 disables undo.
8934
8935 * os.texi (Terminal-Specific): More accurate description of how
8936 Emacs searches for the terminal-specific libraries.
8937
8938 2006-05-12 Eli Zaretskii <eliz@gnu.org>
8939
8940 * hooks.texi (Standard Hooks) [iftex]: Convert @xref's to
8941 emacs-xtra to @inforef's.
8942
8943 * text.texi (Undo): Document that undo is turned off in buffers
8944 whose names begin with a space.
8945
8946 * buffers.texi (Buffer Names): Add index entries for buffers whose
8947 names begin with a space.
8948 (Creating Buffers): Document that undo is turned off in buffers
8949 whose names begin with a space.
8950
8951 * files.texi (Visiting Functions, Reading from Files)
8952 (Saving Buffers): Mention code and EOL conversions by file I/O
8953 primitives and subroutines.
8954
8955 * nonascii.texi (Lisp and Coding Systems):
8956 Document coding-system-eol-type. Add index entries for eol conversion.
8957
8958 * display.texi (Defining Faces): Mention `mac', and add an xref to
8959 where window-system is described.
8960
8961 2006-05-10 Richard Stallman <rms@gnu.org>
8962
8963 * internals.texi (Writing Emacs Primitives): Clarify GCPRO rules.
8964
8965 2006-05-10 Reiner Steib <Reiner.Steib@gmx.de>
8966
8967 * variables.texi (File Local Variables): Recommend to quote lambda
8968 expressions in safe-local-variable property.
8969
8970 2006-05-09 Richard Stallman <rms@gnu.org>
8971
8972 * variables.texi (File Local Variables):
8973 Document safe-local-eval-forms and safe-local-eval-function.
8974
8975 2006-05-07 Kim F. Storm <storm@cua.dk>
8976
8977 * minibuf.texi (Minibuffer History): Remove keep-dups arg
8978 from add-to-history.
8979
8980 2006-05-07 Romain Francoise <romain@orebokech.com>
8981
8982 * commands.texi (Event Input Misc):
8983 * compile.texi (Eval During Compile):
8984 * internals.texi (Buffer Internals):
8985 * minibuf.texi (Initial Input):
8986 * nonascii.texi (Scanning Charsets):
8987 * numbers.texi (Comparison of Numbers):
8988 * windows.texi (Textual Scrolling, Vertical Scrolling):
8989 Fix various typos.
8990
8991 2006-05-06 Eli Zaretskii <eliz@gnu.org>
8992
8993 * hooks.texi (Standard Hooks): Replace inforef to emacs-xtra by
8994 conditional xref's to either emacs or emacs-xtra, depending on
8995 @iftex/@ifnottex.
8996
8997 * minibuf.texi (Minibuffer History): Document add-to-history.
8998
8999 2006-05-05 Eli Zaretskii <eliz@gnu.org>
9000
9001 * internals.texi (Pure Storage): Mention the pure overflow message
9002 at startup.
9003
9004 2006-05-05 Johan Bockgård <bojohan@dd.chalmers.se>
9005
9006 * keymaps.texi (Active Keymaps): Fix pseudo-Lisp syntax.
9007 (Searching Keymaps): Fix pseudo-Lisp description of keymap
9008 search.
9009
9010 2006-05-01 Richard Stallman <rms@gnu.org>
9011
9012 * intro.texi (nil and t): Clarify.
9013
9014 * variables.texi (File Local Variables): Suggest using booleanp.
9015
9016 2006-05-01 Juanma Barranquero <lekktu@gmail.com>
9017
9018 * objects.texi (Type Predicates): Fix typos.
9019
9020 2006-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
9021
9022 * intro.texi (nil and t): Add booleanp.
9023
9024 * objects.texi (Type Predicates): Add links for booleanp and
9025 string-or-null-p.
9026
9027 2006-04-29 Richard Stallman <rms@gnu.org>
9028
9029 * modes.texi (Multiline Font Lock): Rename from
9030 Multi line Font Lock Elements. Much clarification.
9031 (Font Lock Multiline, Region to Fontify): Much clarification.
9032
9033 2006-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
9034
9035 * variables.texi (File Local Variables): Remove the special case t for
9036 safe-local-variable.
9037
9038 2006-04-26 Richard Stallman <rms@gnu.org>
9039
9040 * syntax.texi (Parsing Expressions): Minor cleanup.
9041
9042 2006-04-18 Richard Stallman <rms@gnu.org>
9043
9044 * tips.texi (Coding Conventions): Explain when the package's
9045 prefix should appear later on (not at the start of the name).
9046
9047 * searching.texi (String Search): Clarify effect of NOERROR.
9048
9049 * modes.texi (Imenu): Clarify what special items do.
9050
9051 * hooks.texi (Standard Hooks): Delete text about old hook names.
9052
9053 2006-04-17 Romain Francoise <romain@orebokech.com>
9054
9055 * variables.texi (Local Variables): Update the default value of
9056 `max-specpdl-size'.
9057
9058 2006-04-15 Michael Olson <mwolson@gnu.org>
9059
9060 * processes.texi (Transaction Queues): Mention the new optional
9061 `delay-question' argument for `tq-enqueue'.
9062
9063 2006-04-13 Bill Wohler <wohler@newt.com>
9064
9065 * customize.texi (Common Keywords): Use dotted notation for
9066 :package-version value. Specify its values. Improve documentation
9067 for customize-package-emacs-version-alist.
9068
9069 2006-04-12 Bill Wohler <wohler@newt.com>
9070
9071 * customize.texi (Common Keywords): Move description of
9072 customize-package-emacs-version-alist to @defvar.
9073
9074 2006-04-10 Bill Wohler <wohler@newt.com>
9075
9076 * customize.texi (Common Keywords): Add :package-version.
9077
9078 2006-04-10 Kim F. Storm <storm@cua.dk>
9079
9080 * text.texi (Buffer Contents): Add NOPROPS arg to
9081 filter-buffer-substring.
9082
9083 2006-04-08 Kevin Ryde <user42@zip.com.au>
9084
9085 * os.texi (Command-Line Arguments): Update xref to emacs manual
9086 "Command Arguments" -> "Emacs Invocation", per change there.
9087
9088 2006-04-08 Thien-Thi Nguyen <ttn@gnu.org>
9089
9090 * display.texi (Other Display Specs): Arrange a @code{DOTTED-LIST} to
9091 be on one line to help makeinfo not render two spaces after the dot.
9092
9093 2006-04-07 Reiner Steib <Reiner.Steib@gmx.de>
9094
9095 * strings.texi (Predicates for Strings): Add string-or-null-p.
9096
9097 2006-03-28 Kim F. Storm <storm@cua.dk>
9098
9099 * processes.texi (Accepting Output): Remove obsolete (and incorrect)
9100 remarks about systems that don't support fractional seconds.
9101
9102 2006-03-25 Karl Berry <karl@gnu.org>
9103
9104 * elisp.texi: Use @copyright{} instead of (C), and do not indent
9105 the year list.
9106
9107 2006-03-21 Nick Roberts <nickrob@snap.net.nz>
9108
9109 * display.texi (Fringe Indicators): Fix typos.
9110
9111 2006-03-19 Luc Teirlinck <teirllm@auburn.edu>
9112
9113 * tips.texi (Documentation Tips): One can now also write `program'
9114 in front of a quoted symbol in a docstring to prevent making a
9115 hyperlink.
9116
9117 2006-03-19 Alan Mackenzie <acm@muc.de>
9118
9119 * text.texi (Special Properties): Clarify `fontified' property.
9120
9121 2006-03-16 Richard Stallman <rms@gnu.org>
9122
9123 * display.texi (Defining Images): Minor cleanup.
9124
9125 2006-03-16 Bill Wohler <wohler@newt.com>
9126
9127 * display.texi (Defining Images): In image-load-path-for-library,
9128 prefer user's images.
9129
9130 2006-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
9131
9132 * modes.texi (Region to Fontify): Remove font-lock-lines-before.
9133
9134 2006-03-15 Bill Wohler <wohler@newt.com>
9135
9136 * display.texi (Defining Images): Fix example in
9137 image-load-path-for-library by not recommending that one binds
9138 image-load-path. Just defvar it to placate compiler and only use
9139 it if previously defined.
9140
9141 2006-03-14 Bill Wohler <wohler@newt.com>
9142
9143 * display.texi (Defining Images): In image-load-path-for-library,
9144 always return list of directories. Update example.
9145
9146 2006-03-14 Alan Mackenzie <acm@muc.de>
9147
9148 * modes.texi: New node, "Region to Fontify" (for Font Lock).
9149 This describes font-lock-extend-region-function.
9150 ("Other Font Lock Variables"): Move "font-lock-lines-before" to
9151 the new node "Region to Fontify".
9152
9153 2006-03-13 Richard Stallman <rms@gnu.org>
9154
9155 * display.texi (Invisible Text): The impossible position is
9156 now before the invisible text, not after.
9157 (Defining Images): Clean up last change.
9158
9159 2006-03-11 Bill Wohler <wohler@newt.com>
9160
9161 * display.texi (Defining Images): Add image-load-path-for-library.
9162
9163 2006-03-11 Luc Teirlinck <teirllm@auburn.edu>
9164
9165 * text.texi (Adaptive Fill): Fix Texinfo usage.
9166
9167 * strings.texi (Creating Strings): Fix Texinfo usage.
9168
9169 * searching.texi (Regexp Special): Use @samp for regular
9170 expressions that are not in Lisp syntax.
9171
9172 2006-03-08 Luc Teirlinck <teirllm@auburn.edu>
9173
9174 * searching.texi (Regexp Special): Put remark between parentheses
9175 to avoid misreading.
9176
9177 2006-03-07 Luc Teirlinck <teirllm@auburn.edu>
9178
9179 * searching.texi (Syntax of Regexps): More accurately describe
9180 which characters are special in which situations.
9181 (Regexp Special): Recommend _not_ to quote `]' or `-' when they
9182 are not special. Describe in detail when `[' and `]' are special.
9183 (Regexp Backslash): Plenty of regexps with unbalanced square
9184 brackets are valid, so reword that statement.
9185
9186 2006-03-02 Kim F. Storm <storm@cua.dk>
9187
9188 * keymaps.texi (Tool Bar): Add tool-bar-border.
9189
9190 2006-02-28 Luc Teirlinck <teirllm@auburn.edu>
9191
9192 * loading.texi (Load Suffixes): Rephrase last paragraph. Fix typos.
9193
9194 2006-02-27 Luc Teirlinck <teirllm@auburn.edu>
9195
9196 * elisp.texi (Top): Include "Load Suffixes" in the detailed menu.
9197
9198 * files.texi (Locating Files): Suggest additional values for the
9199 SUFFIXES arg of `locate-file'. Update pxref.
9200
9201 * loading.texi (Loading): Include new node "Load Suffixes" in menu.
9202 (How Programs Do Loading): Discuss the effects of Auto Compression
9203 mode on `load'.
9204 (Load Suffixes): New node.
9205 (Library Search): Delete description of `load-suffixes'; it was
9206 moved to "Load Suffixes".
9207 (Autoload, Named Features): Mention `load-suffixes'.
9208
9209 2006-02-21 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
9210
9211 * display.texi (Fringe Indicators, Fringe Cursors): Fix typos.
9212
9213 * windows.texi (Window Tree): Fix typo.
9214
9215 2006-02-20 Kim F. Storm <storm@cua.dk>
9216
9217 * display.texi (Fringe Indicators): New section.
9218 Move indicate-empty-lines, indicate-buffer-boundaries, and
9219 default-indicate-buffer-boundaries here.
9220 Add fringe-indicator-alist and default-fringes-indicator-alist.
9221 Add list of logical fringe indicator symbols.
9222 Update list of standard bitmap names.
9223 (Fringe Cursors): New section.
9224 Move overflow-newline-into-fringe here.
9225 Add fringe-cursor-alist and default-fringes-cursor-alist.
9226 Add list of fringe cursor symbols.
9227
9228 2006-02-20 Juanma Barranquero <lekktu@gmail.com>
9229
9230 * commands.texi (Using Interactive): Fix reference to node
9231 "Minibuffers".
9232
9233 2006-02-19 Richard M. Stallman <rms@gnu.org>
9234
9235 * minibuf.texi (High-Level Completion):
9236 Add xref to read-input-method-name.
9237
9238 * files.texi (Relative File Names): Move file-relative-name here.
9239 (File Name Expansion): From here. Minor clarifications.
9240
9241 * commands.texi (Using Interactive): Add xrefs about reading input.
9242 Clarify remarks about that moving point and mark.
9243 Put string case before list case.
9244
9245 2006-02-16 Johan Bockgård <bojohan@dd.chalmers.se>
9246
9247 * display.texi (Other Display Specs, Image Descriptors):
9248 Revert erroneous changes. The previous description of
9249 image-descriptors as `(image . PROPS)' was correct.
9250
9251 2006-02-14 Richard M. Stallman <rms@gnu.org>
9252
9253 * variables.texi (File Local Variables): Clarifications.
9254
9255 2006-02-14 Juanma Barranquero <lekktu@gmail.com>
9256
9257 * variables.texi (File Local Variables): Use @code for a cons
9258 cell, not @var.
9259
9260 2006-02-13 Chong Yidong <cyd@stupidchicken.com>
9261
9262 * variables.texi (File Local Variables): Document new file local
9263 variable behavior.
9264
9265 2006-02-10 Kim F. Storm <storm@cua.dk>
9266
9267 * eval.texi (Function Indirection): Add NOERROR to indirect-function.
9268
9269 2006-02-08 Juanma Barranquero <lekktu@gmail.com>
9270
9271 * modes.texi (%-Constructs): Remove obsolete info about
9272 `global-mode-string'.
9273
9274 2006-02-07 Richard M. Stallman <rms@gnu.org>
9275
9276 * commands.texi (Prefix Command Arguments): Minor cleanup.
9277
9278 * display.texi: "Graphical display", not window system.
9279
9280 * functions.texi (What Is a Function): Fix xref.
9281
9282 * keymaps.texi (Key Lookup): Clarify wrt commands vs other functions.
9283 (Changing Key Bindings): Clarify when remapping is better than
9284 substitute-key-definition.
9285
9286 2006-02-02 Richard M. Stallman <rms@gnu.org>
9287
9288 * minibuf.texi (Basic Completion): Completion alists are risky.
9289
9290 * keymaps.texi (Active Keymaps): Clarifications.
9291 (Searching Keymaps): New node.
9292 (Keymaps): Update menu.
9293
9294 * frames.texi (Layout Parameters): Minor clarification.
9295 (Drag and Drop): New node.
9296 (Frames): Update menu.
9297
9298 2006-01-29 Chong Yidong <cyd@stupidchicken.com>
9299
9300 * display.texi (Other Display Specs, Image Descriptors):
9301 Image description is a list, not a cons cell.
9302
9303 2006-01-28 Luc Teirlinck <teirllm@auburn.edu>
9304
9305 * lists.texi (Cons Cells): Minor correction (the cdr of a dotted
9306 list is not necessarily a list).
9307
9308 2006-01-27 Eli Zaretskii <eliz@gnu.org>
9309
9310 * frames.texi (Layout Parameters): border-width and
9311 internal-border-width belong to the frame, not the window.
9312
9313 2006-01-19 Richard M. Stallman <rms@gnu.org>
9314
9315 * nonascii.texi (Translation of Characters): Search cmds use
9316 translation-table-for-input. Automatically made local.
9317
9318 * markers.texi (Overview of Markers): Count insertion type
9319 as one of a marker's attributes.
9320
9321 * keymaps.texi (Controlling Active Maps): New node, split out of
9322 Active Keymaps.
9323 (Keymaps): Menu updated.
9324 (Active Keymaps): Give pseudocode to explain how the active
9325 maps are searched. current-active-maps and key-binding moved here.
9326 (Functions for Key Lookup): current-active-maps and key-binding moved.
9327 Clarifications.
9328 (Searching the Keymaps): New subnode.
9329
9330 * elisp.texi (Top): Menu clarification.
9331
9332 * display.texi (Other Display Specs): Delete duplicate entry for
9333 just a string as display spec. Move text about recursive display
9334 specs on such a string.
9335
9336 * commands.texi (Key Sequence Input): Clarify.
9337 Move num-nonmacro-input-events out.
9338 (Reading One Event): num-nonmacro-input-events moved here.
9339
9340 2006-01-14 Nick Roberts <nickrob@snap.net.nz>
9341
9342 * advice.texi (Simple Advice): Update example to fit argument
9343 change in previous-line.
9344
9345 2006-01-05 Richard M. Stallman <rms@gnu.org>
9346
9347 * markers.texi (The Mark): Fix in `mark'.
9348
9349 2006-01-04 Richard M. Stallman <rms@gnu.org>
9350
9351 * processes.texi (Misc Network, Make Network): Minor cleanups.
9352
9353 2006-01-04 Kim F. Storm <storm@cua.dk>
9354
9355 * processes.texi (Make Network): Add IPv6 addresses and handling.
9356 (Network Feature Testing): Mention (:family ipv6).
9357 (Misc Network): Add IPv6 formats to format-network-address.
9358
9359 2005-12-30 Richard M. Stallman <rms@gnu.org>
9360
9361 * text.texi (Changing Properties):
9362 Don't use return value of set-text-properties.
9363
9364 2005-12-29 Luc Teirlinck <teirllm@auburn.edu>
9365
9366 * modes.texi (Mode Line Format): Correct typo in menu.
9367
9368 2005-12-29 Richard M. Stallman <rms@gnu.org>
9369
9370 * modes.texi (Mode Line Top): New node.
9371 (Mode Line Data): Some text moved to new node.
9372 Explain the data structure more concretely.
9373 (Mode Line Basics): Clarifications.
9374 (Mode Line Variables): Clarify intro paragraph.
9375 (%-Constructs): Clarify intro paragraph.
9376 (Mode Line Format): Update menu.
9377
9378 2005-12-28 Luc Teirlinck <teirllm@auburn.edu>
9379
9380 * minibuf.texi (Basic Completion): Update lazy-completion-table
9381 examples for removal of ARGS argument.
9382
9383 2005-12-23 Richard M. Stallman <rms@gnu.org>
9384
9385 * text.texi (Undo): Restore some explanation from the version
9386 that was deleted.
9387
9388 2005-12-23 Eli Zaretskii <eliz@gnu.org>
9389
9390 * text.texi (Undo): Remove duplicate descriptions of `apply
9391 funname' and `apply delta' elements of the undo list.
9392
9393 2005-12-20 Richard M. Stallman <rms@gnu.org>
9394
9395 * help.texi (Help Functions): Update documentation of `apropos'.
9396
9397 2005-12-20 Luc Teirlinck <teirllm@auburn.edu>
9398
9399 * customize.texi (Type Keywords): Delete xref to "Text help-echo",
9400 because it is confusing. If the :help-echo keyword is a function,
9401 it is not directly used as the :help-echo overlay property, as the
9402 xref seems to suggest (it does not take the appropriate args).
9403
9404 2005-12-19 Luc Teirlinck <teirllm@auburn.edu>
9405
9406 * customize.texi (Common Keywords): Fix Texinfo usage.
9407 (Group Definitions, Variable Definitions): Update for new
9408 conventions for using `*' in docstrings.
9409
9410 * tips.texi (Documentation Tips): Update for new conventions for
9411 using `*' in docstrings.
9412
9413 2005-12-16 Richard M. Stallman <rms@gnu.org>
9414
9415 * minibuf.texi (Minibuffer Contents): Minor cleanup.
9416
9417 2005-12-16 Juri Linkov <juri@jurta.org>
9418
9419 * minibuf.texi (Minibuffer Contents): Add minibuffer-completion-contents.
9420
9421 2005-12-14 Romain Francoise <romain@orebokech.com>
9422
9423 * modes.texi (Customizing Keywords): Rename `append' to `how'.
9424 Fix typo.
9425
9426 2005-12-11 Juri Linkov <juri@jurta.org>
9427
9428 * minibuf.texi (Completion Commands): Add mention of read-file-name
9429 for filename completion keymaps.
9430 (Reading File Names): Add mention of filename completion keymaps
9431 for read-file-name and xref to `Completion Commands'.
9432
9433 2005-12-10 Richard M. Stallman <rms@gnu.org>
9434
9435 * customize.texi (Common Keywords): State caveats for use of :tag.
9436
9437 2005-12-08 Richard M. Stallman <rms@gnu.org>
9438
9439 * minibuf.texi (Intro to Minibuffers): Replace list of local maps
9440 with xrefs and better explanation.
9441 (Completion Commands): Add the filename completion maps.
9442
9443 * objects.texi (Character Type): Clarify that \s is not space
9444 if a dash follows.
9445
9446 2005-12-05 Richard M. Stallman <rms@gnu.org>
9447
9448 * windows.texi (Resizing Windows): Delete preserve-before args.
9449
9450 2005-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
9451
9452 * keymaps.texi (Format of Keymaps): Remove mention of a quirk
9453 in full keymaps, since the quirk has been fixed.
9454
9455 2005-12-03 Eli Zaretskii <eliz@gnu.org>
9456
9457 * hooks.texi (Standard Hooks): Add index entries.
9458 Mention `compilation-finish-functions'.
9459
9460 2005-11-27 Richard M. Stallman <rms@gnu.org>
9461
9462 * windows.texi (Resizing Windows): Add adjust-window-trailing-edge.
9463
9464 2005-11-21 Juri Linkov <juri@jurta.org>
9465
9466 * customize.texi (Common Keywords): Update links types
9467 custom-manual and url-link. Add link types emacs-library-link,
9468 file-link, function-link, variable-link, custom-group-link.
9469
9470 2005-11-20 Chong Yidong <cyd@stupidchicken.com>
9471
9472 * display.texi: Revert 2005-11-20 change.
9473
9474 2005-11-20 Thien-Thi Nguyen <ttn@gnu.org>
9475
9476 * processes.texi (Bindat Functions):
9477 Say "third" to refer to zero-based index "2".
9478
9479 2005-11-18 Luc Teirlinck <teirllm@auburn.edu>
9480
9481 * loading.texi (Library Search): Update the default value of
9482 `load-suffixes'.
9483
9484 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
9485
9486 * display.texi (Attribute Functions): Mention :ignore-defface.
9487
9488 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
9489
9490 * modes.texi (Minor Mode Conventions): Use custom-set-minor-mode.
9491 (Minor Mode Conventions): Mention the use of a hook.
9492
9493 2005-11-06 Richard M. Stallman <rms@gnu.org>
9494
9495 * files.texi (Magic File Names): find-file-name-handler checks the
9496 `operations' property of the handler.
9497
9498 2005-11-03 Richard M. Stallman <rms@gnu.org>
9499
9500 * variables.texi (Frame-Local Variables): Small clarification.
9501
9502 2005-10-29 Chong Yidong <cyd@stupidchicken.com>
9503
9504 * os.texi (Init File): Document ~/.emacs.d/init.el.
9505
9506 2005-10-29 Richard M. Stallman <rms@gnu.org>
9507
9508 * internals.texi (Garbage Collection): Document memory-full.
9509
9510 2005-10-28 Bill Wohler <wohler@newt.com>
9511
9512 * tips.texi (Documentation Tips): Help mode now creates hyperlinks
9513 for URLs.
9514
9515 2005-10-28 Richard M. Stallman <rms@gnu.org>
9516
9517 * minibuf.texi (Completion Commands): Clean up prev change.
9518
9519 2005-10-26 Kevin Ryde <user42@zip.com.au>
9520
9521 * compile.texi (Eval During Compile): Explain recommended uses
9522 of eval-when-compile and eval-and-compile.
9523
9524 2005-10-27 Masatake YAMATO <jet@gyve.org>
9525
9526 * minibuf.texi (Completion Commands):
9527 Write about new optional argument for `display-completion-list'.
9528
9529 2005-10-23 Richard M. Stallman <rms@gnu.org>
9530
9531 * display.texi (Overlay Arrow): Clarify about local bindings of
9532 overlay-arrow-position.
9533
9534 2005-10-22 Eli Zaretskii <eliz@gnu.org>
9535
9536 * internals.texi (Building Emacs): Fix last change.
9537
9538 2005-10-22 Richard M. Stallman <rms@gnu.org>
9539
9540 * internals.texi (Building Emacs): Document eval-at-startup.
9541
9542 2005-10-21 Richard M. Stallman <rms@gnu.org>
9543
9544 * loading.texi (Where Defined): load-history contains abs file names.
9545 symbol-file returns abs file names.
9546
9547 2005-10-19 Kim F. Storm <storm@cua.dk>
9548
9549 * display.texi (Showing Images): Add max-image-size integer value.
9550
9551 2005-10-18 Chong Yidong <cyd@stupidchicken.com>
9552
9553 * display.texi (Showing Images): Document max-image-size.
9554
9555 2005-10-17 Richard M. Stallman <rms@gnu.org>
9556
9557 * commands.texi (Quitting): Minor clarification.
9558
9559 * processes.texi (Sentinels): Clarify about output and quitting.
9560 (Filter Functions): Mention with-local-quit.
9561
9562 2005-10-17 Juri Linkov <juri@jurta.org>
9563
9564 * buffers.texi (Current Buffer):
9565 * commands.texi (Event Input Misc):
9566 * compile.texi (Eval During Compile, Compiler Errors):
9567 * customize.texi (Group Definitions):
9568 * display.texi (Progress, Defining Faces):
9569 * files.texi (Writing to Files):
9570 * modes.texi (Mode Hooks, Defining Minor Modes):
9571 * streams.texi (Output Functions):
9572 * syntax.texi (Syntax Table Functions):
9573 * text.texi (Change Hooks):
9574 Replace `...' with `@dots{}' in `@defmac' and `@defspec'.
9575
9576 * commands.texi (Quitting): Replace arg `forms' with `body' in
9577 `with-local-quit'.
9578
9579 * positions.texi (Excursions): Replace arg `forms' with `body' in
9580 `save-excursion'.
9581
9582 2005-10-08 Kim F. Storm <storm@cua.dk>
9583
9584 * windows.texi (Window Tree): Rename window-split-tree to window-tree.
9585 Rename manual section accordingly.
9586
9587 2005-10-04 Kim F. Storm <storm@cua.dk>
9588
9589 * windows.texi (Window Split Tree): New section describing
9590 new function window-split-tree function.
9591
9592 2005-10-03 Nick Roberts <nickrob@snap.net.nz>
9593
9594 * display.texi (Fringe Size/Pos): Simplify and add detail.
9595
9596 2005-09-30 Romain Francoise <romain@orebokech.com>
9597
9598 * minibuf.texi (High-Level Completion): Explain that the prompt
9599 given to `read-buffer' should end with a colon and a space.
9600 Update usage examples.
9601
9602 2005-09-29 Juri Linkov <juri@jurta.org>
9603
9604 * display.texi (Displaying Messages): Rename argument name
9605 `string' to `format-string' in functions `message', `message-box',
9606 `message-or-box'.
9607
9608 2005-09-26 Chong Yidong <cyd@stupidchicken.com>
9609
9610 * errors.texi (Standard Errors): Correct xrefs.
9611
9612 2005-09-18 Chong Yidong <cyd@stupidchicken.com>
9613
9614 * display.texi (Defining Images): Update documentation for
9615 `image-load-path'.
9616
9617 2005-09-17 Richard M. Stallman <rms@gnu.org>
9618
9619 * display.texi (Defining Images): Clean up previous change.
9620
9621 2005-09-16 Romain Francoise <romain@orebokech.com>
9622
9623 * elisp.texi: Specify GFDL version 1.2.
9624
9625 * doclicense.texi (GNU Free Documentation License): Update to
9626 version 1.2.
9627
9628 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
9629
9630 * display.texi (Defining Images): Document `image-load-path'.
9631
9632 2005-09-15 Richard M. Stallman <rms@gnu.org>
9633
9634 * objects.texi (Printed Representation): Minor cleanup.
9635 (Box Diagrams): Minor fix.
9636 (Cons Cell Type): Move (...) index item here.
9637 (Box Diagrams): From here.
9638 (Array Type): Minor fix.
9639 (Type Predicates): Delete index "predicates".
9640 (Hash Table Type): Clarify xref.
9641 (Dotted Pair Notation): Minor fix.
9642
9643 2005-09-10 Chong Yidong <cyd@stupidchicken.com>
9644
9645 * files.texi (Saving Buffers): Fix typo.
9646
9647 2005-09-08 Richard M. Stallman <rms@gnu.org>
9648
9649 * tips.texi (Programming Tips): Correct the "default" prompt spec.
9650
9651 2005-09-08 Chong Yidong <cyd@stupidchicken.com>
9652
9653 * locals.texi (Standard Buffer-Local Variables): Don't include
9654 mode variables for minor modes.
9655 Fix xrefs for buffer-display-count, buffer-display-table,
9656 buffer-offer-save, buffer-saved-size, cache-long-line-scans,
9657 enable-multibyte-characters, fill-column, header-line-format,
9658 left-fringe-width, left-margin, and right-fringe-width.
9659
9660 * hooks.texi (Standard Hooks): All hooks should conform to the
9661 standard naming convention now.
9662 Fix xref for `echo-area-clear-hook'.
9663
9664 * display.texi (Usual Display): Note that indicate-empty-lines and
9665 tab-width are buffer-local.
9666
9667 * files.texi (Saving Buffers): Add xref to `Killing Buffers'.
9668
9669 * modes.texi (Mode Help): Note that major-mode is buffer-local.
9670
9671 * nonascii.texi (Encoding and I/O): Note that
9672 buffer-file-coding-system is buffer-local.
9673
9674 * positions.texi (List Motion): Note that defun-prompt-regexp is
9675 buffer-local.
9676
9677 * text.texi (Auto Filling): Note that auto-fill-function is
9678 buffer-local.
9679 (Undo): Note that buffer-undo-list is buffer-local.
9680
9681 * windows.texi (Buffers and Windows):
9682 Document buffer-display-count.
9683
9684 2005-09-06 Richard M. Stallman <rms@gnu.org>
9685
9686 * tips.texi (Coding Conventions): Sometimes it is ok to put the
9687 package prefix elsewhere than at the start of the name.
9688
9689 2005-09-03 Richard M. Stallman <rms@gnu.org>
9690
9691 * tips.texi (Programming Tips): Add conventions for minibuffer
9692 questions and prompts.
9693
9694 2005-09-03 Joshua Varner <jlvarner@gmail.com> (tiny change)
9695
9696 * intro.texi (nil and t): Minor cleanup.
9697 Delete spurious mention of keyword symbols.
9698 (Evaluation Notation): Add index entry.
9699 (A Sample Function Description): Minor cleanup.
9700 (A Sample Variable Description): Not all vars can be set.
9701
9702 2005-09-03 Thien-Thi Nguyen <ttn@gnu.org>
9703
9704 * text.texi (Buffer Contents): Use "\n" in examples' result strings.
9705
9706 (Insertion): Document precise type of `insert-char' arg COUNT.
9707
9708 2005-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
9709
9710 * modes.texi (Other Font Lock Variables): Sync the default of
9711 font-lock-lines-before.
9712
9713 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
9714
9715 * files.texi (Magic File Names): Add `make-auto-save-file-name'.
9716
9717 2005-08-29 Richard M. Stallman <rms@gnu.org>
9718
9719 * elisp.texi (Top): Update subnode menu.
9720
9721 * searching.texi (Searching and Matching): Move node.
9722 Rearrange contents and add overall explanation.
9723 (Searching and Case): Move node.
9724 (Searching and Matching): Update menu.
9725
9726 2005-08-27 Eli Zaretskii <eliz@gnu.org>
9727
9728 * os.texi (Startup Summary): Fix the description of the initial
9729 startup message display.
9730
9731 2005-08-25 Richard M. Stallman <rms@gnu.org>
9732
9733 * searching.texi (Search and Replace): Add replace-regexp-in-string.
9734
9735 2005-08-25 Emilio C. Lopes <eclig@gmx.net>
9736
9737 * display.texi (Finding Overlays): Fix `find-overlay-prop' in
9738 `next-overlay-change' example.
9739
9740 2005-08-22 Juri Linkov <juri@jurta.org>
9741
9742 * display.texi (Attribute Functions): Add set-face-inverse-video-p.
9743 Fix invert-face. Fix args of face-background.
9744
9745 * display.texi (Standard Faces): Delete node.
9746 (Faces): Add xref to `(emacs)Standard Faces'.
9747 (Displaying Faces): Fix xref to `Standard Faces'.
9748
9749 * modes.texi (Mode Line Data): Fix xref to Standard Faces.
9750
9751 2005-08-20 Alan Mackenzie <acm@muc.de>
9752
9753 * buffers.texi (The Buffer List): Clarify the manipulation of the
9754 buffer list.
9755
9756 2005-08-14 Richard M. Stallman <rms@gnu.org>
9757
9758 * modes.texi (Auto Major Mode): interpreter-mode-alist key is not
9759 a regexp.
9760
9761 2005-08-11 Richard M. Stallman <rms@gnu.org>
9762
9763 * elisp.texi (Top): Update subnode lists.
9764
9765 * display.texi (Inverse Video): Node deleted.
9766
9767 * tips.texi (Key Binding Conventions, Programming Tips, Warning Tips):
9768 New nodes split out of Coding Conventions.
9769
9770 * searching.texi (Regular Expressions): Document re-builder.
9771
9772 * os.texi (Time Parsing): New node split out of Time Conversion.
9773
9774 * processes.texi (Misc Network, Network Feature Testing)
9775 (Network Options, Make Network): New nodes split out of
9776 Low-Level Network.
9777
9778 2005-08-09 Richard M. Stallman <rms@gnu.org>
9779
9780 * frames.texi (Geometry): New node, split from Size and Position.
9781 (Frame Parameters): Refer to Geometry.
9782
9783 * buffers.texi (The Buffer List): Fix xrefs.
9784
9785 * windows.texi (Splitting Windows): Fix xref.
9786
9787 * frames.texi (Layout Parameters): Add xref.
9788
9789 * display.texi (Line Height, Scroll Bars): Fix xrefs.
9790
9791 * keymaps.texi (Menu Bar): Fix xref.
9792
9793 * locals.texi (Standard Buffer-Local Variables): Fix xref.
9794
9795 * modes.texi (%-Constructs): Fix xref.
9796
9797 * frames.texi (Window Frame Parameters): Node split up.
9798 (Basic Parameters, Position Parameters, Size Parameters)
9799 (Layout Parameters, Buffer Parameters, Management Parameters)
9800 (Cursor Parameters, Color Parameters): New subnodes.
9801
9802 2005-08-09 Luc Teirlinck <teirllm@auburn.edu>
9803
9804 * positions.texi (Screen Lines): Update xref for previous change
9805 in minibuf.texi.
9806
9807 * minibuf.texi (Intro to Minibuffers): Update pxref for previous
9808 change in minibuf.texi.
9809
9810 2005-08-09 Richard M. Stallman <rms@gnu.org>
9811
9812 * tips.texi (Coding Conventions): Minor cleanup.
9813
9814 * modes.texi (Defining Minor Modes): Explain when init-value
9815 can be non-nil.
9816
9817 * elisp.texi (Top): Update submenu for Minibuffer.
9818
9819 * minibuf.texi (Minibuffer Misc): Node split up.
9820 (Minibuffer Commands, Minibuffer Windows, Minibuffer Contents)
9821 (Recursive Mini): New nodes split out from Minibuffer Misc.
9822 (Minibuffer Misc): Document max-mini-window-height.
9823
9824 * hash.texi (Defining Hash): Delete stray paren in example.
9825
9826 * display.texi (Echo Area Customization): Don't define
9827 max-mini-window-height here; xref instead.
9828
9829 * commands.texi (Event Input Misc): Update while-no-input.
9830
9831 * advice.texi (Advising Functions): Explain when to use advice
9832 and when to use a hook.
9833
9834 2005-07-30 Eli Zaretskii <eliz@gnu.org>
9835
9836 * makefile.w32-in (info): Don't run install-info.
9837 ($(infodir)/dir): New target, produced by running install-info.
9838
9839 2005-07-27 Luc Teirlinck <teirllm@auburn.edu>
9840
9841 * modes.texi (Defining Minor Modes): The keyword for the initial
9842 value is :init-value, not :initial-value.
9843
9844 2005-07-23 Eli Zaretskii <eliz@gnu.org>
9845
9846 * loading.texi (Autoload): Make the `doctor' example be consistent
9847 with what's in current loaddefs.el. Describe the "fn" magic in
9848 the usage portion of the doc string.
9849
9850 2005-07-22 Richard M. Stallman <rms@gnu.org>
9851
9852 * internals.texi (Garbage Collection): Clarify previous change.
9853
9854 2005-07-21 Stefan Monnier <monnier@iro.umontreal.ca>
9855
9856 * internals.texi (Garbage Collection): Add gc-cons-percentage.
9857
9858 2005-07-18 Juri Linkov <juri@jurta.org>
9859
9860 * commands.texi (Accessing Events):
9861 * frames.texi (Text Terminal Colors, Resources):
9862 * markers.texi (The Mark):
9863 * modes.texi (Defining Minor Modes):
9864 Delete duplicate duplicate words.
9865
9866 2005-07-16 Richard M. Stallman <rms@gnu.org>
9867
9868 * display.texi (Managing Overlays): Clarify make-overlay
9869 args for insertion types.
9870
9871 2005-07-13 Luc Teirlinck <teirllm@auburn.edu>
9872
9873 * customize.texi (Variable Definitions):
9874 Add `custom-initialize-safe-set' and `custom-initialize-safe-default'.
9875 `standard-value' is a list too.
9876 (Defining New Types): Use @key{RET} instead of @key{ret}.
9877
9878 2005-07-13 Francis Litterio <franl@world.std.com> (tiny change)
9879
9880 * os.texi (Translating Input): Fix typo.
9881
9882 2005-07-08 Richard M. Stallman <rms@gnu.org>
9883
9884 * README: Update edition number and size estimate.
9885
9886 * elisp.texi (VERSION): Set to 2.9.
9887
9888 2005-07-07 Richard M. Stallman <rms@gnu.org>
9889
9890 * book-spine.texinfo: Update Emacs version.
9891
9892 * display.texi (Inverse Video): Delete mode-line-inverse-video.
9893
9894 2005-07-06 Richard M. Stallman <rms@gnu.org>
9895
9896 * searching.texi (Regexp Search): Clarify what re-search-forward
9897 does when the search fails.
9898
9899 2005-07-05 Lute Kamstra <lute@gnu.org>
9900
9901 * Update FSF's address in GPL notices.
9902
9903 * doclicense.texi (GNU Free Documentation License):
9904 * gpl.texi (GPL):
9905 * tips.texi (Coding Conventions, Library Headers):
9906 * vol1.texi:
9907 * vol2.texi: Update FSF's address.
9908
9909 2005-07-04 Richard M. Stallman <rms@gnu.org>
9910
9911 * hooks.texi (Standard Hooks): Add occur-hook.
9912
9913 2005-07-03 Luc Teirlinck <teirllm@auburn.edu>
9914
9915 * display.texi (The Echo Area): Correct menu.
9916
9917 2005-07-03 Richard M. Stallman <rms@gnu.org>
9918
9919 * elisp.texi (Top): Update subnode menu for Display.
9920
9921 * display.texi (Displaying Messages): New node, with most
9922 of what was in The Echo Area.
9923 (Progress): Move under The Echo Area.
9924 (Logging Messages): New node with new text.
9925 (Echo Area Customization): New node, the rest of what was
9926 in The Echo Area. Document message-truncate-lines with @defvar.
9927 (Display): Update menu.
9928
9929 * windows.texi (Textual Scrolling): Doc 3 values for
9930 scroll-preserve-screen-position.
9931
9932 * text.texi (Special Properties): Change hook functions
9933 should bind inhibit-modification-hooks around altering buffer text.
9934
9935 * keymaps.texi (Key Binding Commands): Call binding BINDING
9936 rather than DEFINITION.
9937
9938 2005-06-29 Juanma Barranquero <lekktu@gmail.com>
9939
9940 * variables.texi (Defining Variables): `user-variable-p' returns t
9941 for aliases of user options, nil for alias loops.
9942
9943 2005-06-28 Richard M. Stallman <rms@gnu.org>
9944
9945 * keymaps.texi (Creating Keymaps): Put make-sparse-keymap before
9946 make-keymap.
9947
9948 2005-06-27 Luc Teirlinck <teirllm@auburn.edu>
9949
9950 * variables.texi (Setting Variables): Correct and clarify
9951 description of `add-to-ordered-list'.
9952
9953 2005-06-26 Richard M. Stallman <rms@gnu.org>
9954
9955 * display.texi (Faces): Minor cleanup.
9956
9957 2005-06-25 Luc Teirlinck <teirllm@auburn.edu>
9958
9959 * display.texi (Faces): `facep' returns t for strings that are
9960 face names.
9961
9962 2005-06-25 Richard M. Stallman <rms@gnu.org>
9963
9964 * objects.texi (Equality Predicates): Clarify meaning of equal.
9965
9966 * windows.texi (Selecting Windows): save-selected-window
9967 and with-selected-window save and restore the current buffer.
9968
9969 2005-06-24 Richard M. Stallman <rms@gnu.org>
9970
9971 * numbers.texi (Float Basics): Explain how to test for NaN,
9972 and printing the sign of NaNs.
9973
9974 2005-06-24 Eli Zaretskii <eliz@gnu.org>
9975
9976 * makefile.w32-in (MAKEINFO): Use --force.
9977
9978 2005-06-23 Richard M. Stallman <rms@gnu.org>
9979
9980 * display.texi (Face Functions): Correct Texinfo usage.
9981
9982 2005-06-23 Luc Teirlinck <teirllm@auburn.edu>
9983
9984 * lists.texi (Rings): `ring-elements' now returns the elements of
9985 RING in order.
9986
9987 2005-06-23 Juanma Barranquero <lekktu@gmail.com>
9988
9989 * markers.texi (The Mark): Texinfo usage fix.
9990
9991 2005-06-23 Kim F. Storm <storm@cua.dk>
9992
9993 * searching.texi (Entire Match Data): Remove evaporate option for
9994 match-data. Do not mention evaporate option for set-match-data.
9995
9996 2005-06-22 Glenn Morris <gmorris@ast.cam.ac.uk>
9997
9998 * display.texi (Face Functions): Mention face aliases.
9999
10000 2005-06-21 Richard M. Stallman <rms@gnu.org>
10001
10002 * anti.texi (Antinews): Texinfo usage fix.
10003
10004 2005-06-21 Karl Berry <karl@gnu.org>
10005
10006 * elisp.texi: Use @copying.
10007
10008 * elisp.texi: Put @summarycontents and @contents before the Top
10009 node, instead of the end of the file, so that the contents appear
10010 in the right place in the dvi/pdf output.
10011
10012 2005-06-21 Juri Linkov <juri@jurta.org>
10013
10014 * display.texi (Defining Faces): Add `customized-face'.
10015
10016 2005-06-20 Kim F. Storm <storm@cua.dk>
10017
10018 * variables.texi (Setting Variables): Any type of element can be
10019 given order in add-to-ordered-list. Compare elements with eq.
10020
10021 * lists.texi (Rearrangement): Sort predicate may just return non-nil.
10022
10023 2005-06-20 Karl Berry <karl@gnu.org>
10024
10025 * syntax.texi (Syntax Flags): Make last column very slightly wider
10026 to avoid "generic comment" breaking on two lines and causing an
10027 underfull box.
10028
10029 2005-06-19 Luc Teirlinck <teirllm@auburn.edu>
10030
10031 * lists.texi (Rings): Various minor clarifications and corrections.
10032
10033 2005-06-18 Richard M. Stallman <rms@gnu.org>
10034
10035 * functions.texi (Obsolete Functions): Simplify.
10036
10037 * variables.texi (Variable Aliases): Simplify.
10038
10039 * anti.texi, backups.texi, compile.texi, customize.texi:
10040 * debugging.texi, display.texi, edebug.texi, errors.texi, frames.texi:
10041 * functions.texi, help.texi, keymaps.texi, modes.texi, nonascii.texi:
10042 * os.texi, processes.texi, searching.texi, strings.texi, text.texi:
10043 * variables.texi: Fix formatting ugliness.
10044
10045 * elisp.texi: Add links to Rings and Byte Packing.
10046 Update version and copyright years.
10047
10048 * minibuf.texi: Fix formatting ugliness.
10049 (Completion Commands): Move keymap vars to the end
10050 and vars completing-read binds to the top.
10051
10052 2005-06-17 Luc Teirlinck <teirllm@auburn.edu>
10053
10054 * processes.texi: Fix typos.
10055 (Bindat Spec): Correct Texinfo error.
10056 (Byte Packing): Fix ungrammatical sentence.
10057
10058 2005-06-17 Thien-Thi Nguyen <ttn@gnu.org>
10059
10060 * lists.texi (Rings): New node.
10061 (Lists): Add it to menu.
10062
10063 * processes.texi (Byte Packing): New node.
10064 (Processes): Add it to menu.
10065
10066 2005-06-17 Richard M. Stallman <rms@gnu.org>
10067
10068 * syntax.texi (Parsing Expressions): Fix texinfo usage.
10069
10070 * help.texi (Documentation Basics): Explain the xref to
10071 Documentation Tips.
10072
10073 * debugging.texi (Debugger Commands): Minor fix.
10074
10075 2005-06-16 Luc Teirlinck <teirllm@auburn.edu>
10076
10077 * edebug.texi (Instrumenting): Eliminate duplicate link.
10078 (Specification List): Replace references to "below", referring to
10079 a later node, with one @ref to that node.
10080
10081 * os.texi (Timers): Timers should save and restore the match data
10082 if they change it.
10083
10084 * debugging.texi (Debugger Commands): Mention that the Lisp
10085 debugger can not step through primitive functions.
10086
10087 2005-06-16 Juanma Barranquero <lekktu@gmail.com>
10088
10089 * functions.texi (Obsolete Functions): Update argument names of
10090 `make-obsolete' and `define-obsolete-function-alias'.
10091
10092 * variables.texi (Variable Aliases): Update argument names of
10093 `defvaralias', `make-obsolete-variable' and
10094 `define-obsolete-variable-alias'.
10095
10096 2005-06-15 Kim F. Storm <storm@cua.dk>
10097
10098 * searching.texi (Entire Match Data): Rephrase warnings about
10099 evaporate arg to match-data and set-match-data.
10100
10101 2005-06-14 Luc Teirlinck <teirllm@auburn.edu>
10102
10103 * elisp.texi (Top): Update detailed menu.
10104
10105 * edebug.texi (Edebug): Update menu.
10106 (Instrumenting): Update xrefs.
10107 (Edebug Execution Modes): Correct xref.
10108 (Jumping): Clarify description of `h' command.
10109 Eliminate redundant @ref.
10110 (Breaks): New node.
10111 (Breakpoints): Is now a subsubsection.
10112 (Global Break Condition): Mention `C-x X X'.
10113 (Edebug Views): Clarify `v' and `p'. Mention `C-x X w'.
10114 (Trace Buffer): Clarify STRING arg of `edebug-tracing'.
10115 (Edebug Display Update): Correct pxref.
10116 (Edebug and Macros): New node.
10117 (Instrumenting Macro Calls): Is now a subsubsection.
10118 Neither arg of `def-edebug-spec' is evaluated.
10119 (Instrumenting Macro Calls): Mention `edebug-eval-macro-args'.
10120 (Specification Examples): Fix typo.
10121
10122 2005-06-14 Lute Kamstra <lute@gnu.org>
10123
10124 * debugging.texi (Function Debugging): Primitives can break on
10125 entry too.
10126
10127 2005-06-14 Kim F. Storm <storm@cua.dk>
10128
10129 * variables.texi (Setting Variables): Add add-to-ordered-list.
10130
10131 2005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
10132
10133 * syntax.texi (Parsing Expressions): Document aux functions and vars of
10134 syntax-ppss: syntax-ppss-flush-cache and syntax-begin-function.
10135
10136 2005-06-13 Lute Kamstra <lute@gnu.org>
10137
10138 * text.texi (Special Properties): Fix cross reference.
10139
10140 2005-06-11 Luc Teirlinck <teirllm@auburn.edu>
10141
10142 * debugging.texi (Function Debugging): Delete mention of empty
10143 string argument to `cancel-debug-on-entry'. Delete inaccurate
10144 description of the return value of that command.
10145
10146 2005-06-11 Alan Mackenzie <acm@muc.de>
10147
10148 * text.texi (Adaptive Fill): Amplify the description of
10149 fill-context-prefix.
10150
10151 2005-06-10 Luc Teirlinck <teirllm@auburn.edu>
10152
10153 * syntax.texi (Parsing Expressions): Fix Texinfo error.
10154
10155 2005-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
10156
10157 * syntax.texi (Parsing Expressions): Document syntax-ppss.
10158
10159 2005-06-10 Luc Teirlinck <teirllm@auburn.edu>
10160
10161 * debugging.texi (Error Debugging): Minor rewording.
10162 (Function Debugging): FUNCTION-NAME arg to `cancel-debug-on-entry'
10163 is optional.
10164
10165 2005-06-10 Lute Kamstra <lute@gnu.org>
10166
10167 * elisp.texi: Use EMACSVER to refer to the current version of Emacs.
10168 (Top): Give it a title. Correct version number. Give the
10169 detailed node listing a more prominent header.
10170 * intro.texi: Don't set VERSION here a second time.
10171 Mention Emacs's version too.
10172 * anti.texi (Antinews): Use EMACSVER to refer to the current
10173 version of Emacs.
10174
10175 2005-06-09 Kim F. Storm <storm@cua.dk>
10176
10177 * searching.texi (Entire Match Data): Explain new `reseat' argument to
10178 match-data and set-match-data.
10179
10180 2005-06-08 Richard M. Stallman <rms@gnu.org>
10181
10182 * searching.texi (Entire Match Data): Clarify when match-data
10183 returns markers and when integers.
10184
10185 * display.texi (Defining Faces): Explain that face name should not
10186 end in `-face'.
10187
10188 * modes.texi (Mode Line Data): Minor cleanup.
10189 (Customizing Keywords): Node split out of Search-based Fontification.
10190 Add example of using font-lock-add-keywords from a hook.
10191 Clarify when MODE should be non-nil, and when nil.
10192
10193 2005-06-06 Richard M. Stallman <rms@gnu.org>
10194
10195 * modes.texi (Mode Line Data): Explain what happens when the car
10196 of a list is a void symbol.
10197 (Search-based Fontification): Explain MODE arg to
10198 font-lock-add-keywords and warn about calls from major modes.
10199
10200 2005-06-08 Juri Linkov <juri@jurta.org>
10201
10202 * display.texi (Standard Faces): Add `shadow' face.
10203
10204 2005-05-29 Luc Teirlinck <teirllm@auburn.edu>
10205
10206 * modes.texi (Major Mode Conventions): A derived mode only needs
10207 to put the call to the parent mode inside `delay-mode-hooks'.
10208
10209 2005-05-29 Richard M. Stallman <rms@gnu.org>
10210
10211 * modes.texi (Mode Hooks): Explain that after-change-major-mode-hook is
10212 new, and what that implies. Clarify.
10213
10214 * files.texi (Locating Files): Clean up the text.
10215
10216 * frames.texi (Window Frame Parameters): Document user-size.
10217 Shorten entry for top by referring to left.
10218
10219 2005-05-26 Richard M. Stallman <rms@gnu.org>
10220
10221 * modes.texi (Mode Hooks): Explain that after-change-major-mode-hook
10222 is new, and what the implications are. Other clarifications.
10223
10224 2005-05-24 Richard M. Stallman <rms@gnu.org>
10225
10226 * frames.texi (Dialog Boxes): Minor fixes.
10227
10228 2005-05-25 Masatake YAMATO <jet@gyve.org>
10229
10230 * display.texi (Standard Faces): Write about `mode-line-highlight'.
10231
10232 2005-05-24 Luc Teirlinck <teirllm@auburn.edu>
10233
10234 * frames.texi (Dialog Boxes): HEADER argument to `x-popup-dialog'
10235 is optional.
10236
10237 2005-05-24 Nick Roberts <nickrob@snap.net.nz>
10238
10239 * frames.texi (Dialog Boxes): Describe new optional argument.
10240
10241 2005-05-23 Lute Kamstra <lute@gnu.org>
10242
10243 * modes.texi (Font Lock Basics, Syntactic Font Lock): Recommend
10244 syntax-begin-function over font-lock-beginning-of-syntax-function.
10245
10246 2005-05-21 Luc Teirlinck <teirllm@auburn.edu>
10247
10248 * minibuf.texi (Reading File Names): Update description of
10249 `read-directory-name'.
10250
10251 * modes.texi (Derived Modes): Clarify :group keyword.
10252
10253 2005-05-21 Eli Zaretskii <eliz@gnu.org>
10254
10255 * files.texi (Locating Files): New subsection.
10256 Describe locate-file and executable-find.
10257
10258 2005-05-21 Kevin Ryde <user42@zip.com.au>
10259
10260 * frames.texi (Initial Parameters): Update cross reference to
10261 "Emacs Invocation".
10262
10263 2005-05-19 Luc Teirlinck <teirllm@auburn.edu>
10264
10265 * keymaps.texi (Active Keymaps): Add anchor.
10266
10267 * modes.texi (Hooks): Delete confusing and unnecessary sentence.
10268 (Major Mode Conventions): Refer to `Auto Major Mode' in more
10269 appropriate place.
10270 (Derived Modes): Small clarifications.
10271 (Minor Mode Conventions, Keymaps and Minor Modes):
10272 Replace references to nodes with references to anchors.
10273 (Mode Line Data): Warn that `(:eval FORM)' should not load any files.
10274 Clarify description of lists whose first element is an integer.
10275 (Mode Line Variables): Add anchor.
10276 (%-Constructs): Clarify description of integer after %.
10277 (Emulating Mode Line): Describe nil value for FACE.
10278
10279 2005-05-18 Luc Teirlinck <teirllm@auburn.edu>
10280
10281 * modes.texi (Derived Modes): Correct references to non-existing
10282 variable standard-syntax-table.
10283
10284 2005-05-17 Lute Kamstra <lute@gnu.org>
10285
10286 * modes.texi (Defining Minor Modes): Mention the mode hook.
10287
10288 2005-05-15 Kim F. Storm <storm@cua.dk>
10289
10290 * processes.texi (Network): Remove open-network-stream-nowait.
10291 (Network Servers): Remove open-network-stream-server.
10292
10293 2005-05-15 Luc Teirlinck <teirllm@auburn.edu>
10294
10295 * elisp.texi (Top): Update detailed menu.
10296
10297 * variables.texi: Reorder nodes.
10298 (Variables): Update menu.
10299 (File Local Variables): Do not refer to the `-*-' line as
10300 a "local variables list". Add pxref.
10301
10302 2005-05-14 Luc Teirlinck <teirllm@auburn.edu>
10303
10304 * elisp.texi (Top): Update detailed menu for node changes.
10305
10306 * modes.texi (Modes): Update Menu.
10307 (Hooks): Move to beginning of chapter.
10308 Most minor modes run mode hooks too.
10309 `add-hook' can handle void hooks or hooks whose value is a single
10310 function.
10311 (Major Modes): Update Menu.
10312 (Major Mode Basics): New node, split off from `Major Modes'.
10313 (Major Mode Conventions): Correct xref. Explain how to handle
10314 auto-mode-alist if the major mode command has an autoload cookie.
10315 (Auto Major Mode): Major update. Add magic-mode-alist.
10316 (Derived Modes): Major update.
10317 (Mode Line Format): Update Menu.
10318 (Mode Line Basics): New node, split off from `Mode Line Format'.
10319
10320 * loading.texi (Autoload): Mention `autoload cookie' as synonym
10321 for `magic autoload comment'. Add index entries and anchor.
10322
10323 2005-05-14 Richard M. Stallman <rms@gnu.org>
10324
10325 * tips.texi (Coding Conventions): Explain how important it is
10326 that just loading certain files not change Emacs behavior.
10327
10328 * modes.texi (Defining Minor Modes): Define define-global-minor-mode.
10329
10330 2005-05-12 Lute Kamstra <lute@gnu.org>
10331
10332 * modes.texi (Generic Modes): Update.
10333 (Major Modes): Refer to node "Generic Modes".
10334
10335 * elisp.texi (Top): Update to the current structure of the manual.
10336 * processes.texi (Processes): Add menu description.
10337 * customize.texi (Customization): Add menu descriptions.
10338
10339 2005-05-11 Thien-Thi Nguyen <ttn@gnu.org>
10340
10341 * processes.texi (Signals to Processes)
10342 (Low-Level Network): Fix typos.
10343
10344 2005-05-11 Lute Kamstra <lute@gnu.org>
10345
10346 * elisp.texi (Top): Add some nodes from the chapter "Major and
10347 Minor Modes" to the detailed node listing.
10348
10349 2005-05-10 Richard M. Stallman <rms@gnu.org>
10350
10351 * keymaps.texi (Extended Menu Items): Menu item filter functions
10352 can be called at any time.
10353
10354 2005-05-08 Luc Teirlinck <teirllm@auburn.edu>
10355
10356 * variables.texi (File Local Variables): `(hack-local-variables t)'
10357 now also checks whether a mode is specified in the local variables
10358 list.
10359
10360 2005-05-05 Kevin Ryde <user42@zip.com.au>
10361
10362 * display.texi (The Echo Area): Correct format function cross
10363 reference.
10364
10365 2005-05-05 Luc Teirlinck <teirllm@auburn.edu>
10366
10367 * variables.texi (Variable Aliases): Change description of
10368 `define-obsolete-variable-alias'.
10369
10370 * functions.texi (Functions): Add "Obsolete Functions" to menu.
10371 (Defining Functions): Add xref.
10372 (Obsolete Functions): New node.
10373 (Function Safety): Standardize capitalization of section title.
10374
10375 * frames.texi (Pop-Up Menus): Complete description of `x-popup-menu'.
10376 (Dialog Boxes): Complete description of `x-popup-dialog'.
10377
10378 2005-05-04 Richard M. Stallman <rms@gnu.org>
10379
10380 * commands.texi (Interactive Codes): Fix Texinfo usage.
10381 Document U more clearly.
10382
10383 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
10384
10385 * variables.texi (Variable Aliases): `make-obsolete-variable' is a
10386 function and not a macro.
10387
10388 * frames.texi (Pop-Up Menus): Correct and clarify description of
10389 `x-popup-menu'.
10390 (Dialog Boxes): Clarify description of `x-popup-dialog'.
10391
10392 2005-05-01 Richard M. Stallman <rms@gnu.org>
10393
10394 * edebug.texi (Checking Whether to Stop): Fix previous change.
10395
10396 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
10397
10398 * display.texi: Fix typos and Texinfo usage.
10399
10400 * edebug.texi (Checking Whether to Stop): executing-macro ->
10401 executing-kbd-macro.
10402
10403 2005-05-01 Richard M. Stallman <rms@gnu.org>
10404
10405 * display.texi (Invisible Text): Correct add-to-invisibility-spec.
10406
10407 2005-04-30 Richard M. Stallman <rms@gnu.org>
10408
10409 * files.texi (Magic File Names): Document `operations' property.
10410
10411 2005-04-29 Lute Kamstra <lute@gnu.org>
10412
10413 * modes.texi (Generic Modes): New node.
10414 (Major Modes): Add it to the menu.
10415 (Derived Modes): Add "derived mode" to concept index.
10416
10417 2005-04-28 Lute Kamstra <lute@gnu.org>
10418
10419 * modes.texi (Defining Minor Modes): Fix previous change.
10420 (Font Lock Mode): Simplify.
10421 (Font Lock Basics): Say that font-lock-defaults is buffer-local
10422 when set and that some parts are optional. Add cross references.
10423 (Search-based Fontification): Say how to specify font-lock-keywords.
10424 Add cross references. Add font-lock-multiline to index.
10425 Move font-lock-keywords-case-fold-search here from node "Other Font
10426 Lock Variables". Document font-lock-add-keywords and
10427 font-lock-remove-keywords.
10428 (Other Font Lock Variables): Move font-lock-keywords-only,
10429 font-lock-syntax-table, font-lock-beginning-of-syntax-function,
10430 and font-lock-syntactic-face-function to node "Syntactic Font
10431 Lock". Move font-lock-keywords-case-fold-search to node
10432 "Search-based Fontification". Document font-lock-inhibit-thing-lock
10433 and font-lock-{,un}fontify-{buffer,region}-function.
10434 (Precalculated Fontification): Remove reference to deleted variable
10435 font-lock-core-only.
10436 (Faces for Font Lock): Add font-lock-comment-delimiter-face.
10437 (Syntactic Font Lock): Add intro. Move font-lock-keywords-only,
10438 font-lock-syntax-table, font-lock-beginning-of-syntax-function,
10439 and font-lock-syntactic-face-function here from node "Other Font
10440 Lock Variables". Move font-lock-syntactic-keywords to "Setting
10441 Syntax Properties". Add cross references.
10442 (Setting Syntax Properties): New node.
10443 Move font-lock-syntactic-keywords here from "Syntactic Font Lock".
10444 * syntax.texi (Syntax Properties): Add cross reference.
10445 * hooks.texi (Standard Hooks): Add Font-Lock hooks.
10446
10447 2005-04-26 Richard M. Stallman <rms@gnu.org>
10448
10449 * display.texi (Defining Faces):
10450 Document `default' elements of defface spec.
10451
10452 * modes.texi (Major Mode Conventions): Explain customizing ElDoc mode.
10453
10454 * variables.texi (Variable Aliases): Clarify text.
10455
10456 2005-04-25 Chong Yidong <cyd@stupidchicken.com>
10457
10458 * windows.texi (Window Hooks): Remove reference to obsolete Lazy Lock.
10459
10460 2005-04-25 Luc Teirlinck <teirllm@auburn.edu>
10461
10462 * hooks.texi (Standard Hooks): Most minor modes have mode hooks too.
10463
10464 2005-04-24 Eli Zaretskii <eliz@gnu.org>
10465
10466 * syntax.texi (Syntax Table Internals): Elaborate documentation of
10467 syntax-after and syntax-class.
10468
10469 * files.texi (Changing Files): Fix last change's cross-reference.
10470 (Unique File Names): Don't mention "numbers" in the documentation
10471 of make-temp-file and make-temp-name.
10472
10473 2005-04-23 Richard M. Stallman <rms@gnu.org>
10474
10475 * files.texi (Changing Files): Document MUSTBENEW arg in copy-file.
10476
10477 2005-04-22 Nick Roberts <nickrob@snap.net.nz>
10478
10479 * windows.texi (Cyclic Window Ordering): Clarify window-list.
10480
10481 2005-04-22 Nick Roberts <nickrob@snap.net.nz>
10482
10483 * variables.texi (Variable Aliases): Describe make-obsolete-variable
10484 and define-obsolete-variable-alias.
10485
10486 2005-04-22 Kim F. Storm <storm@cua.dk>
10487
10488 * symbols.texi (Symbol Plists): Remove safe-get, as get is now safe.
10489 (Other Plists): Remove safe-plist-get, as plist-get is now safe.
10490
10491 2005-04-21 Lute Kamstra <lute@gnu.org>
10492
10493 * lists.texi (Association Lists): Document rassq-delete-all.
10494
10495 2005-04-19 Richard M. Stallman <rms@gnu.org>
10496
10497 * modes.texi (Search-based Fontification): Explain that
10498 facespec is an expression to be evaluated.
10499
10500 2005-04-19 Kevin Ryde <user42@zip.com.au>
10501
10502 * streams.texi (Output Functions): Fix xref.
10503 * strings.texi (String Conversion): Fix xref.
10504
10505 2005-04-19 Kim F. Storm <storm@cua.dk>
10506
10507 * symbols.texi (Symbol Plists): Add safe-get.
10508 Mention that `get' may signal an error.
10509
10510 2005-04-18 Nick Roberts <nickrob@snap.net.nz>
10511
10512 * customize.texi (Variable Definitions): Replace tooltip-mode
10513 example with save-place.
10514
10515 2005-04-17 Richard M. Stallman <rms@gnu.org>
10516
10517 * buffers.texi (Indirect Buffers): Clarify.
10518
10519 * positions.texi (Positions): Clarify converting marker to integer.
10520
10521 * strings.texi (String Basics): Mention string-match; clarify.
10522
10523 2005-04-08 Lute Kamstra <lute@gnu.org>
10524
10525 * modes.texi (Search-based Fontification): Fix cross references.
10526 Use consistent terminology. Document anchored highlighting.
10527
10528 2005-04-05 Lute Kamstra <lute@gnu.org>
10529
10530 * modes.texi (Defining Minor Modes): Document :group keyword
10531 argument and its default value.
10532
10533 2005-04-03 Lute Kamstra <lute@gnu.org>
10534
10535 * hooks.texi (Standard Hooks): Add some hooks. Add cross
10536 references and/or descriptions. Delete major mode hooks; mention
10537 them as a category instead. Rename or delete obsolete hooks.
10538
10539 2005-04-02 Richard M. Stallman <rms@gnu.org>
10540
10541 * nonascii.texi (Coding System Basics): Another wording cleanup.
10542
10543 2005-04-01 Richard M. Stallman <rms@gnu.org>
10544
10545 * nonascii.texi (Coding System Basics): Clarify previous change.
10546
10547 2005-04-01 Kenichi Handa <handa@m17n.org>
10548
10549 * nonascii.texi (Coding System Basics): Describe about roundtrip
10550 identity of coding systems.
10551
10552 2005-03-29 Chong Yidong <cyd@stupidchicken.com>
10553
10554 * text.texi (Buffer Contents): Add filter-buffer-substring and
10555 buffer-substring-filters.
10556
10557 2005-03-26 Chong Yidong <cyd@stupidchicken.com>
10558
10559 * anti.texi (Antinews): Mention `G' interactive code.
10560
10561 * tips.texi (Compilation Tips): Mention benchmark.el.
10562
10563 2005-03-27 Luc Teirlinck <teirllm@auburn.edu>
10564
10565 * modes.texi (Other Font Lock Variables): `font-lock-fontify-block'
10566 is now bound to M-o M-o.
10567
10568 * keymaps.texi (Prefix Keys): `facemenu-keymap' is now on M-o.
10569
10570 2005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
10571
10572 * calendar.texi: Delete file (and move contents to emacs-xtra.texi
10573 in the Emacs Manual).
10574 * Makefile.in (srcs): Remove calendar.texi.
10575 * makefile.w32-in (srcs): Remove calendar.texi.
10576 * display.texi (Display): Change name of next node.
10577 * os.texi (System In): Change name of previous node.
10578 * elisp.texi (Top): Remove Calendar references.
10579 * vol1.texi (Top): Remove Calendar references.
10580 * vol2.texi (Top): Remove Calendar references.
10581
10582 2005-03-25 Richard M. Stallman <rms@gnu.org>
10583
10584 * display.texi (Standard Faces, Fringe Bitmaps, Customizing Bitmaps):
10585 Cleanup previous change.
10586
10587 2005-03-25 Chong Yidong <cyd@stupidchicken.com>
10588
10589 * display.texi (Face Attributes): Faces earlier in an :inherit
10590 list take precedence.
10591 (Scroll Bars): Fix description of vertical-scroll-bars.
10592 Document frame-current-scroll-bars and window-current-scroll-bars.
10593
10594 * markers.texi (The Mark): Document temporary Transient Mark mode.
10595
10596 * minibuf.texi (Reading File Names):
10597 Document read-file-name-completion-ignore-case.
10598
10599 * positions.texi (Screen Lines): Document nil for width argument
10600 to compute-motion.
10601
10602 2005-03-23 Kim F. Storm <storm@cua.dk>
10603
10604 * display.texi (Standard Faces): Other faces used in the fringe
10605 implicitly inherits from the fringe face.
10606 (Fringe Bitmaps): FACE in right-fringe and left-fringe display
10607 properties implicitly inherits from fringe face.
10608 (Customizing Bitmaps): Likewise for set-fringe-bitmap-face.
10609
10610 2005-03-20 Chong Yidong <cyd@stupidchicken.com>
10611
10612 * display.texi (Invisible Text): State default value of
10613 line-move-ignore-invisible.
10614 (Managing Overlays): Document remove-overlays.
10615 (Standard Faces): Document escape-glyph face.
10616
10617 * minibuf.texi (Reading File Names): Document read-file-name-function.
10618
10619 * modes.texi (Other Font Lock Variables):
10620 Document font-lock-lines-before.
10621
10622 * positions.texi (Skipping Characters): skip-chars-forward allows
10623 character classes.
10624
10625 2005-03-18 Lute Kamstra <lute@gnu.org>
10626
10627 * edebug.texi (Instrumenting Macro Calls): Fix another typo.
10628
10629 2005-03-17 Richard M. Stallman <rms@gnu.org>
10630
10631 * text.texi (Undo): Document extensible undo entries.
10632
10633 * searching.texi (String Search, Regexp Search): Cleanups.
10634
10635 * nonascii.texi (Character Codes): Minor fix.
10636
10637 * display.texi (Display Property): Explain the significance
10638 of having text properties that are eq.
10639 (Other Display Specs): Explain string as display spec.
10640
10641 * commands.texi (Interactive Codes): Document G option.
10642
10643 2005-03-17 Chong Yidong <cyd@stupidchicken.com>
10644
10645 * text.texi (Filling): Add sentence-end-without-period and
10646 sentence-end-without-space.
10647 (Changing Properties): Minor fix.
10648
10649 * anti.texi: Total rewrite.
10650
10651 2005-03-15 Lute Kamstra <lute@gnu.org>
10652
10653 * edebug.texi (Instrumenting Macro Calls): Fix typos.
10654
10655 2005-03-08 Kim F. Storm <storm@cua.dk>
10656
10657 * display.texi (Specified Space): Property :width is support on
10658 non-graphic terminals, :height is not.
10659
10660 2005-03-07 Richard M. Stallman <rms@gnu.org>
10661
10662 * display.texi (Overlay Arrow, Fringe Bitmaps, Customizing Bitmaps):
10663 Now subnodes of Fringes.
10664 (Overlay Arrow): Document overlay-arrow-variable-list.
10665 (Fringe Size/Pos): New node, broken out of Fringes.
10666 (Display): Explain clearing vs redisplay better.
10667 (Truncation): Clarify use of bitmaps.
10668 (The Echo Area): Clarify the uses of the echo area.
10669 Add max-mini-window-height.
10670 (Progress): Clarify.
10671 (Invisible Text): Explain that main loop moves point out.
10672 (Selective Display): Say "hidden", not "invisible".
10673 (Managing Overlays): Move up. Describe relation to Undo here.
10674 (Overlay Properties): Clarify intro.
10675 (Finding Overlays): Explain return values when nothing found.
10676 (Width): truncate-string-to-width has added arg.
10677 (Displaying Faces): Clarify and update mode line face handling.
10678 (Face Functions): Minor cleanup.
10679 (Conditional Display): Merge into Other Display Specs.
10680 (Pixel Specification, Other Display Specs): Minor cleanups.
10681 (Images, Image Descriptors): Minor cleanups.
10682 (GIF Images): Patents have expired.
10683 (Showing Images): Explain default text for insert-image.
10684 (Manipulating Button Types): Merge into Manipulating Buttons.
10685 (Making Buttons): Explain return values.
10686 (Button Buffer Commands): Add xref.
10687 (Inverse Video): Update mode-line-inverse-video.
10688 (Display Table Format): Clarify.
10689 (Active Display Table): Give defaults for window-display-table.
10690
10691 * calendar.texi (Calendar Customizing): calendar-holiday-marker
10692 and calendar-today-marker are strings, not chars.
10693 (Holiday Customizing): Minor fix.
10694
10695 * internals.texi (Writing Emacs Primitives): Update `or' example.
10696 Update limit on # args of subr.
10697
10698 * edebug.texi (Using Edebug): Arrow is in fringe.
10699 (Instrumenting): Arg to eval-defun works without loading edebug.
10700 (Edebug Execution Modes): Add xref.
10701
10702 * customize.texi (Common Keywords): Clarify :require.
10703 Mention :version here.
10704 (Variable Definitions, Group Definitions): Not here.
10705 (Variable Definitions): Clarify symbol arg to :initialize and :set fns.
10706
10707 2005-03-07 Chong Yidong <cyd@stupidchicken.com>
10708 * nonascii.texi (Text Representations): Clarify position-bytes.
10709 (Character Sets): Add list-charset-chars.
10710 (Scanning Charsets): Add charset-after.
10711 (Encoding and I/O): Minor fix.
10712
10713 2005-03-06 Richard M. Stallman <rms@gnu.org>
10714
10715 * windows.texi (Vertical Scrolling): Get rid of "Emacs 21".
10716 (Resizing Windows): Likewise.
10717
10718 * text.texi (Change Hooks): Get rid of "Emacs 21".
10719
10720 * strings.texi (Formatting Strings): Get rid of "Emacs 21".
10721
10722 * streams.texi (Output Variables): Get rid of "Emacs 21".
10723
10724 * searching.texi (Regexp Special, Char Classes): Get rid of "Emacs 21".
10725
10726 * os.texi (Translating Input): Replace flow-control example
10727 with a less obsolete example that uses `keyboard-translate'.
10728
10729 * objects.texi (Hash Table Type, Circular Objects):
10730 Get rid of "Emacs 21".
10731
10732 * modes.texi (Mode Line Format): Get rid of "Emacs 21".
10733 (Mode Line Data, Properties in Mode, Header Lines): Likewise.
10734
10735 * minibuf.texi (Minibuffer Misc): Get rid of "Emacs 21".
10736
10737 * lists.texi (List Elements, Building Lists): Get rid of "Emacs 21".
10738
10739 * keymaps.texi (Menu Separators, Tool Bar): Get rid of "Emacs 21".
10740 (Menu Bar): Fix when menu-bar-update-hook is called.
10741
10742 * hash.texi (Hash Tables): Get rid of "Emacs 21".
10743
10744 * frames.texi (Text Terminal Colors): Get rid of "Emacs 21",
10745 and make it read better.
10746
10747 * files.texi (Writing to Files): Get rid of "Emacs 21".
10748 (Unique File Names): Likewise.
10749
10750 * elisp.texi: Update Emacs version to 22.
10751
10752 * display.texi (Forcing Redisplay): Get rid of "Emacs 21".
10753 (Overlay Properties, Face Attributes): Likewise.
10754 (Managing Overlays): Fix punctuation.
10755 (Attribute Functions): Clarify set-face-font; get rid of
10756 info about old Emacs versions.
10757 (Auto Faces, Font Lookup, Display Property, Images):
10758 Get rid of "Emacs 21".
10759
10760 * calendar.texi (Calendar Customizing): Get rid of "Emacs 21".
10761
10762 2005-03-05 Richard M. Stallman <rms@gnu.org>
10763
10764 * debugging.texi (Error Debugging): Remove stack-trace-on-error.
10765
10766 2005-03-04 Lute Kamstra <lute@gnu.org>
10767
10768 * debugging.texi (Error Debugging): Document stack-trace-on-error.
10769
10770 2005-03-03 Lute Kamstra <lute@gnu.org>
10771
10772 * edebug.texi (Instrumenting Macro Calls): Fix typo.
10773
10774 2005-03-01 Lute Kamstra <lute@gnu.org>
10775
10776 * debugging.texi (Debugger Commands): Update `j'.
10777
10778 2005-02-28 Lute Kamstra <lute@gnu.org>
10779
10780 * debugging.texi (Debugging): Fix typo.
10781 (Error Debugging): Document eval-expression-debug-on-error.
10782 (Function Debugging): Update example.
10783 (Using Debugger): Mention starred stack frames.
10784 (Debugger Commands): Document `j' and `l'.
10785 (Invoking the Debugger): `d' and `j' exit recursive edit too.
10786 Update the messages that the debugger displays.
10787 (Internals of Debugger): Add cross reference. Update example.
10788 (Excess Open): Minor improvement.
10789 (Excess Close): Minor improvement.
10790
10791 2005-02-26 Richard M. Stallman <rms@gnu.org>
10792
10793 * tips.texi (Coding Conventions): Clarify.
10794 Put all the major mode key reservations together.
10795 Mention the Mouse-1 => Mouse-2 conventions.
10796
10797 * syntax.texi (Syntax Class Table): Clarify.
10798 (Syntax Table Functions): syntax-after moved from here.
10799 (Syntax Table Internals): syntax-after moved to here.
10800 (Parsing Expressions): Update info on number of values
10801 and what's meaningful in the STATE argument.
10802 (Categories): Fix typo.
10803
10804 * sequences.texi (Arrays): Cleanup.
10805 (Char-Tables): Clarify.
10806
10807 * processes.texi (Deleting Processes): Cleanups, add xref.
10808 (Subprocess Creation): Explain nil in exec-path. Cleanup.
10809 (Process Information): set-process-coding-system, some args optional.
10810 (Input to Processes): Explain various types for PROCESS args.
10811 Rename them from PROCESS-NAME to PROCESS.
10812 (Signals to Processes): Likewise.
10813 (Decoding Output): Cleanup.
10814 (Query Before Exit): Clarify.
10815
10816 * os.texi (Startup Summary): Correct the options; add missing ones.
10817 (Terminal Output, Batch Mode): Clarify.
10818 (Flow Control): Node deleted.
10819
10820 * markers.texi (The Mark): Clarify.
10821
10822 * macros.texi (Expansion): Cleanup.
10823 (Indenting Macros): indent-spec allows ints, not floats.
10824
10825 * keymaps.texi (Keymaps): Clarify.
10826 (Format of Keymaps): Update lisp-mode-map example.
10827 (Active Keymaps, Key Lookup): Clarify.
10828 (Changing Key Bindings): Add xref to `kbd'.
10829 (Key Binding Commands, Simple Menu Items): Clarify.
10830 (Mouse Menus, Menu Bar): Clarify.
10831 (Menu Example): Replace print example with menu-bar-replace-menu.
10832
10833 * help.texi (Documentation Basics): Add function-documentation prop.
10834
10835 * elisp.texi (Top): Don't refer to Flow Control node.
10836
10837 * commands.texi (Command Overview): Improve xrefs.
10838 (Adjusting Point): Adjusting point applies to intangible and invis.
10839 (Key Sequence Input): Doc extra read-key-sequence args.
10840 Likewise for read-key-sequence-vector.
10841
10842 * backups.texi (Rename or Copy): Minor fix.
10843 (Numbered Backups): For version-control, say the default.
10844 (Auto-Saving): make-auto-save-file-name example is simplified.
10845
10846 * advice.texi (Advising Functions): Don't imply one part of Emacs
10847 should advise another part. Markup changes.
10848 (Defining Advice): Move transitional para.
10849 (Activation of Advice): Cleanup.
10850 Explain if COMPILE is nil or negative.
10851
10852 * abbrevs.texi (Abbrev Expansion): Clarify, fix typo.
10853
10854 2005-02-24 Lute Kamstra <lute@gnu.org>
10855
10856 * modes.texi (Defining Minor Modes): Explain that INIT-VALUE,
10857 LIGHTER, and KEYMAP can be omitted when KEYWORD-ARGS are used.
10858
10859 2005-02-23 Lute Kamstra <lute@gnu.org>
10860
10861 * modes.texi (Defining Minor Modes): define-minor-mode can be used
10862 to define global minor modes as well.
10863
10864 * display.texi (Managing Overlays): overlay-buffer returns nil for
10865 deleted overlays.
10866
10867 2005-02-22 Kim F. Storm <storm@cua.dk>
10868
10869 * minibuf.texi (Basic Completion): Allow symbols in addition to
10870 strings in try-completion and all-completions.
10871
10872 2005-02-14 Lute Kamstra <lute@gnu.org>
10873
10874 * elisp.texi (Top): Remove reference to deleted node.
10875
10876 * lists.texi (Lists): Remove reference to deleted node.
10877 (Cons Cells): Fix typo.
10878
10879 * loading.texi (Where Defined): Fix typo.
10880
10881 2005-02-14 Richard M. Stallman <rms@gnu.org>
10882
10883 * variables.texi (Creating Buffer-Local): change-major-mode-hook
10884 is useful for discarding some minor modes.
10885
10886 * symbols.texi (Symbol Components): Reorder examples.
10887
10888 * streams.texi (Input Functions): State standard-input default.
10889 (Output Variables): State standard-output default.
10890
10891 * objects.texi (Printed Representation): Clarify read syntax vs print.
10892 (Floating Point Type): Explain meaning better.
10893 (Symbol Type): Explain uniqueness better.
10894 (Cons Cell Type): Explain empty list sooner. CAR and CDR later.
10895 List examples sooner.
10896 (Box Diagrams): New subnode broken out.
10897 Some examples moved from old Lists as Boxes node.
10898 (Dotted Pair Notation): Clarify intro.
10899 (Array Type): Clarify.
10900 (Type Predicates): Add hash-table-p.
10901
10902 * numbers.texi (Integer Basics): Clarify radix explanation.
10903 (Predicates on Numbers): Minor clarification.
10904 (Comparison of Numbers): Minor clarification. Clarify eql.
10905 Typos in min, max.
10906 (Math Functions): Clarify overflow in expt.
10907
10908 * minibuf.texi (Text from Minibuffer): Minor clarification.
10909 Mention arrow keys.
10910
10911 * loading.texi (Autoload): defun's doc string overrides autoload's
10912 doc string.
10913 (Repeated Loading): Modernize "add to list" examples.
10914 (Where Defined): Finish updating table of load-history elts.
10915
10916 * lists.texi (List-related Predicates): Minor wording improvement.
10917 (Lists as Boxes): Node deleted.
10918 (Building Lists): Explain trivial cases of number-sequence.
10919
10920 * hash.texi (Hash Tables): Add desc to menu items.
10921 (Creating Hash): Explain "full" means "make larger".
10922 (Hash Access): Any object can be a key.
10923 State value of maphash.
10924
10925 * functions.texi (What Is a Function): Wording cleanup.
10926 (Function Documentation): Minor cleanup.
10927 Explain purpose of calling convention at end of doc string.
10928 (Function Names): Wording cleanup.
10929 (Calling Functions): Wording cleanup.
10930 Explain better how funcall calls the function.
10931 (Function Cells): Delete example of saving and redefining function.
10932
10933 * control.texi (Combining Conditions): Wording cleanup.
10934 (Iteration): dolist and dotimes bind VAR locally.
10935 (Cleanups): Xref to Atomic Changes.
10936
10937 * compile.texi (Byte Compilation): Delete 19.29 info.
10938 (Compilation Functions): Macros' difficulties don't affect defsubst.
10939 (Docs and Compilation): Delete 19.29 info.
10940
10941 2005-02-10 Richard M. Stallman <rms@gnu.org>
10942
10943 * objects.texi (Symbol Type): Minor correction.
10944
10945 2005-02-06 Lute Kamstra <lute@gnu.org>
10946
10947 * modes.texi (Example Major Modes): Fix typos.
10948
10949 2005-02-06 Richard M. Stallman <rms@gnu.org>
10950
10951 * text.texi (Margins): fill-nobreak-predicate can be one function.
10952
10953 * strings.texi (Modifying Strings): clear-string can make unibyte.
10954 (Formatting Strings): format gives error if values missing.
10955
10956 * positions.texi (Character Motion): Mention default arg
10957 for forward-char. backward-char refers to forward-char.
10958 (Word Motion): Mention default arg for forward-word.
10959 (Buffer End Motion): Mention default arg for beginning-of-buffer.
10960 Simplify end-of-buffer.
10961 (Text Lines): Mention default arg for forward-line.
10962 (List Motion): Mention default arg for beginning/end-of-defun.
10963 (Skipping Characters): Minor fixes in explaining character-set.
10964
10965 * modes.texi (Major Mode Conventions): Mention "system abbrevs".
10966 Mode inheritance applies only when default-major-mode is nil.
10967 Clarifications.
10968 (Example Major Modes): Update Text mode and Lisp mode examples.
10969 (Minor Mode Conventions): Mention define-minor-mode at top.
10970 (Defining Minor Modes): In Hungry example, don't define C-M-DEL.
10971 (Mode Line Format): Update mode line face display info.
10972 (Properties in Mode): Mention effect of risky vars.
10973 (Imenu): Define imenu-add-to-menubar.
10974 (Font Lock Mode): Add descriptions to menu lines.
10975 (Faces for Font Lock): Add font-lock-doc-face.
10976
10977 2005-02-05 Lute Kamstra <lute@gnu.org>
10978
10979 * text.texi (Maintaining Undo): Remove obsolete function.
10980
10981 2005-02-05 Eli Zaretskii <eliz@gnu.org>
10982
10983 * frames.texi (Color Names): Add pointer to the X docs about RGB
10984 color specifications. Improve indexing.
10985 (Text Terminal Colors): Replace the description of RGB values by
10986 an xref to "Color Names".
10987
10988 2005-02-03 Richard M. Stallman <rms@gnu.org>
10989
10990 * windows.texi (Basic Windows): Add cursor-in-non-selected-windows.
10991 Clarify.
10992 (Selecting Windows): Clarify save-selected-window.
10993 (Cyclic Window Ordering): Clarify walk-windows.
10994 (Window Point): Clarify.
10995 (Window Start): Add comment to example.
10996 (Resizing Windows): Add `interactive' specs in examples.
10997 Document fit-window-to-buffer.
10998
10999 * text.texi (User-Level Deletion): just-one-space takes numeric arg.
11000 (Undo, Maintaining Undo): Clarify last change.
11001 (Sorting): In sort-numeric-fields, explain about octal and hex.
11002 Mention sort-numeric-base.
11003 (Format Properties): Add xref for hard newlines.
11004
11005 * frames.texi (Window Frame Parameters): Explain pixel=char on tty.
11006 (Pop-Up Menus): Fix typo.
11007 (Color Names): Explain all types of color names.
11008 Explain color-values on B&W terminal.
11009 (Text Terminal Colors): Explain "rgb values" are lists. Fix arg names.
11010
11011 * files.texi (File Locks): Not supported on MS systems.
11012 (Testing Accessibility): Clarify.
11013
11014 * edebug.texi (Printing in Edebug): Fix edebug-print-circle.
11015 (Coverage Testing): Fix typo.
11016
11017 * commands.texi (Misc Events): Remove stray space.
11018
11019 * buffers.texi (Buffer Names): Clarify generate-new-buffer-name.
11020 (Modification Time): Clarify when visited-file-modtime returns 0.
11021 (The Buffer List): Clarify bury-buffer.
11022 (Killing Buffers): Clarify.
11023 (Indirect Buffers): Add clone-indirect-buffer.
11024
11025 2005-02-02 Matt Hodges <MPHodges@member.fsf.org>
11026
11027 * edebug.texi (Printing in Edebug): Fix default value of
11028 edebug-print-circle.
11029 (Coverage Testing): Fix displayed frequency count data.
11030
11031 2005-02-02 Luc Teirlinck <teirllm@auburn.edu>
11032
11033 * text.texi (Maintaining Undo): Add `undo-outer-limit'.
11034
11035 2005-02-02 Kim F. Storm <storm@cua.dk>
11036
11037 * text.texi (Undo) <buffer-undo-list>: Describe `apply' elements.
11038
11039 2005-01-29 Eli Zaretskii <eliz@gnu.org>
11040
11041 * commands.texi (Misc Events): Describe the help-echo event.
11042
11043 * text.texi (Special Properties) <help-echo>: Use `pos'
11044 consistently in description of the help-echo property.
11045 Use @code{nil} instead of @var{nil}.
11046
11047 * display.texi (Overlay Properties): Fix the index entry for
11048 help-echo overlay property.
11049
11050 * customize.texi (Type Keywords): Uncomment the xref to the
11051 help-echo property documentation.
11052
11053 2005-01-23 Kim F. Storm <storm@cua.dk>
11054
11055 * windows.texi (Window Start): Fix `pos-visible-in-window-p'
11056 return value. Third element FULLY replaced by PARTIAL which
11057 specifies number of invisible pixels if row is only partially visible.
11058 (Textual Scrolling): Mention auto-window-vscroll.
11059 (Vertical Scrolling): New defvar auto-window-vscroll.
11060
11061 2005-01-16 Luc Teirlinck <teirllm@auburn.edu>
11062
11063 * keymaps.texi (Changing Key Bindings): `suppress-keymap' now uses
11064 command remapping.
11065
11066 2005-01-15 Richard M. Stallman <rms@gnu.org>
11067
11068 * display.texi (Defining Images): Mention DATA-P arg of create-image.
11069
11070 2005-01-14 Kim F. Storm <storm@cua.dk>
11071
11072 * commands.texi (Accessing Events): Add WHOLE arg to posn-at-x-y.
11073
11074 * text.texi (Links and Mouse-1): Fix string and vector item.
11075
11076 2005-01-13 Richard M. Stallman <rms@gnu.org>
11077
11078 * keymaps.texi (Active Keymaps): Rewrite the text, and update the
11079 descriptions of overriding-local-map and overriding-terminal-local-map.
11080
11081 * text.texi (Links and Mouse-1): Clarify text.
11082
11083 2005-01-13 Kim F. Storm <storm@cua.dk>
11084
11085 * modes.texi (Emulating Mode Line): Update format-mode-line entry.
11086
11087 2005-01-13 Francis Litterio <franl@world.std.com> (tiny change)
11088
11089 * keymaps.texi (Active Keymaps): Fix overriding-local-map description.
11090
11091 2005-01-12 Kim F. Storm <storm@cua.dk>
11092
11093 * text.texi (Links and Mouse-1): Rename section from Enabling
11094 Mouse-1 to Following Links. Change xrefs.
11095 Add examples for define-button-type and define-widget.
11096
11097 * display.texi (Button Properties, Button Buffer Commands):
11098 Clarify mouse-1 and follow-link functionality.
11099
11100 2005-01-12 Richard M. Stallman <rms@gnu.org>
11101
11102 * text.texi (Enabling Mouse-1 to Follow Links): Redo prev. change.
11103
11104 * display.texi (Beeping): Fix Texinfo usage.
11105
11106 * modes.texi (Emulating Mode Line): Doc FACE arg in format-header-line.
11107
11108 2005-01-11 Kim F. Storm <storm@cua.dk>
11109
11110 * display.texi (Button Properties, Button Buffer Commands):
11111 Mention mouse-1 binding. Add follow-link keyword.
11112
11113 * text.texi (Text Properties): Add "Enable Mouse-1" to submenu.
11114 (Enabling Mouse-1 to Follow Links): New subsection.
11115
11116 2005-01-06 Richard M. Stallman <rms@gnu.org>
11117
11118 * text.texi (Special Properties): Minor change.
11119
11120 * os.texi (Timers): Clarify previous change.
11121
11122 * modes.texi (Emulating Mode Line): format-mode-line requires 1 arg.
11123
11124 2005-01-01 Luc Teirlinck <teirllm@auburn.edu>
11125
11126 * display.texi (Face Attributes): Correct xref to renamed node.
11127
11128 2005-01-01 Richard M. Stallman <rms@gnu.org>
11129
11130 * display.texi (Face Attributes): Describe hex color specs.
11131
11132 2004-12-31 Richard M. Stallman <rms@gnu.org>
11133
11134 * os.texi (Timers): Update previous change.
11135
11136 2004-12-30 Kim F. Storm <storm@cua.dk>
11137
11138 * display.texi (Line Height): Total line-height is now specified
11139 in line-height property of form (HEIGHT TOTAL). Swap (FACE . RATIO)
11140 in cons cells. (nil . RATIO) is relative to actual line height.
11141 Use line-height `t' instead of `0' to get minimum height.
11142
11143 2004-12-29 Richard M. Stallman <rms@gnu.org>
11144
11145 * os.texi (Timers): Discuss timers vs editing the buffer and undo.
11146
11147 2004-12-28 Richard M. Stallman <rms@gnu.org>
11148
11149 * commands.texi (Quitting): Clarify value of with-local-quit.
11150
11151 * elisp.texi (Top): Fix previous change.
11152
11153 * loading.texi (Loading): Fix previous change.
11154
11155 2004-12-27 Richard M. Stallman <rms@gnu.org>
11156
11157 * Makefile.in (MAKEINFO): Specify --force.
11158
11159 * buffers.texi (Killing Buffers): Add buffer-save-without-query.
11160
11161 * modes.texi (Emulating Mode Line): Document format's BUFFER arg.
11162
11163 * display.texi (Line Height): Further clarify.
11164
11165 * elisp.texi (Top): Update Loading submenu.
11166
11167 * loading.texi (Where Defined): New node.
11168 (Unloading): load-history moved to Where Defined.
11169
11170 2004-12-21 Richard M. Stallman <rms@gnu.org>
11171
11172 * commands.texi (Event Input Misc): Add while-no-input.
11173
11174 2004-12-11 Richard M. Stallman <rms@gnu.org>
11175
11176 * display.texi (Line Height): Rewrite text for clarity.
11177
11178 2004-12-11 Kim F. Storm <storm@cua.dk>
11179
11180 * display.texi (Display): Add node "Line Height" to menu.
11181 (Line Height): New node. Move full description of line-spacing
11182 and line-height text properties here from text.texi.
11183 (Scroll Bars): Add vertical-scroll-bar variable.
11184
11185 * frames.texi (Window Frame Parameters): Remove line-height defvar.
11186
11187 * locals.texi (Standard Buffer-Local Variables): Fix xref for
11188 line-spacing and vertical-scroll-bar.
11189
11190 * text.texi (Special Properties): Just mention line-spacing and
11191 line-height here, add xref to new "Line Height" node.
11192
11193 2004-12-09 Thien-Thi Nguyen <ttn@gnu.org>
11194
11195 * frames.texi (Window Frame Parameters): New @defvar for `line-spacing'.
11196
11197 * locals.texi (Standard Buffer-Local Variables):
11198 Add @xref for `line-spacing'.
11199
11200 2004-12-05 Richard M. Stallman <rms@gnu.org>
11201
11202 * Makefile.in (maintainer-clean): Remove the info files
11203 in $(infodir) where they are created.
11204
11205 2004-12-03 Richard M. Stallman <rms@gnu.org>
11206
11207 * windows.texi (Selecting Windows): get-lru-window and
11208 get-largest-window don't consider dedicated windows.
11209
11210 * text.texi (Undo): Document undo-in-progress.
11211
11212 2004-11-26 Richard M. Stallman <rms@gnu.org>
11213
11214 * locals.texi (Standard Buffer-Local Variables): Undo prev change.
11215 Remove a few vars that are not always buffer-local.
11216
11217 2004-11-24 Luc Teirlinck <teirllm@auburn.edu>
11218
11219 * locals.texi (Standard Buffer-Local Variables): Comment out
11220 xref's to non-existent node `Yet to be written'.
11221
11222 2004-11-24 Richard M. Stallman <rms@gnu.org>
11223
11224 * processes.texi (Synchronous Processes): Grammar fix.
11225
11226 * numbers.texi (Comparison of Numbers): Add eql.
11227
11228 * locals.texi (Standard Buffer-Local Variables): Add many vars.
11229
11230 * intro.texi (Printing Notation): Fix previous change.
11231
11232 * display.texi (Customizing Bitmaps): Move indicate-buffer-boundaries
11233 and default-indicate-buffer-boundaries from here.
11234 (Usual Display): To here.
11235 (Scroll Bars): Add scroll-bar-mode and scroll-bar-width.
11236 (Usual Display): Move tab-width up.
11237
11238 * customize.texi (Variable Definitions):
11239 Replace show-paren-mode example with tooltip-mode.
11240 (Simple Types, Composite Types, Defining New Types):
11241 Minor cleanups.
11242
11243 2004-11-21 Jesper Harder <harder@ifa.au.dk>
11244
11245 * processes.texi (Synchronous Processes, Output from Processes):
11246 Markup fix.
11247
11248 2004-11-20 Richard M. Stallman <rms@gnu.org>
11249
11250 * positions.texi (Skipping Characters): skip-chars-forward
11251 now handles char classes.
11252
11253 * intro.texi (Printing Notation): Avoid confusion of `print'
11254 when explaining @print.
11255
11256 * macros.texi (Argument Evaluation): Fix 1st `for' expansion example.
11257
11258 * display.texi (Display Table Format): Minor fix.
11259
11260 * streams.texi (Output Functions): Fix print example.
11261
11262 * Makefile.in (elisp): New target.
11263 (dist): Depend on $(infodir)/elisp, not elisp.
11264 Copy the info files from $(infodir).
11265
11266 * minibuf.texi (Text from Minibuffer): Document KEEP-ALL arg in
11267 read-from-minibuffer.
11268
11269 * searching.texi (Regexp Search): Rename that to search-spaces-regexp.
11270
11271 2004-11-19 Richard M. Stallman <rms@gnu.org>
11272
11273 * searching.texi (Regexp Search): Add search-whitespace-regexp.
11274
11275 2004-11-19 CHENG Gao <chenggao@gmail.com> (tiny change)
11276
11277 * tips.texi (Coding Conventions): Fix typo.
11278
11279 2004-11-16 Richard M. Stallman <rms@gnu.org>
11280
11281 * tips.texi (Coding Conventions): Separate defvar and require
11282 methods to avoid warnings. Use require only when there are many
11283 functions and variables from that package.
11284
11285 * minibuf.texi (Minibuffer Completion): When ignoring case,
11286 predicate must not be case-sensitive.
11287
11288 * debugging.texi (Function Debugging, Explicit Debug): Clarified.
11289 (Test Coverage): Don't talk about "splotches". Clarified.
11290
11291 2004-11-16 Thien-Thi Nguyen <ttn@gnu.org>
11292
11293 * frames.texi (Window Frame Parameters): Fix typo.
11294
11295 2004-11-15 Kim F. Storm <storm@cua.dk>
11296
11297 * symbols.texi (Other Plists): Note that plist-get may signal error.
11298 Add safe-plist-get.
11299
11300 2004-11-15 Thien-Thi Nguyen <ttn@gnu.org>
11301
11302 * modes.texi (Font Lock Basics): Fix typo.
11303
11304 2004-11-08 Richard M. Stallman <rms@gnu.org>
11305
11306 * syntax.texi (Syntax Table Functions): Add syntax-after.
11307
11308 2004-11-06 Lars Brinkhoff <lars@nocrew.org>
11309
11310 * os.texi (Processor Run Time): New section documenting
11311 get-internal-run-time.
11312
11313 2004-11-06 Eli Zaretskii <eliz@gnu.org>
11314
11315 * Makefile.in (install, maintainer-clean): Don't use "elisp-*" as
11316 it nukes elisp-cover.texi.
11317 (dist): Change elisp-[0-9] to elisp-[1-9], as there could be no
11318 elisp-0 etc.
11319
11320 2004-11-05 Luc Teirlinck <teirllm@auburn.edu>
11321
11322 * commands.texi (Keyboard Macros): Document `append' return value
11323 of `defining-kbd-macro'.
11324
11325 2004-11-01 Richard M. Stallman <rms@gnu.org>
11326
11327 * commands.texi (Interactive Call): Add called-interactively-p.
11328
11329 2004-10-29 Simon Josefsson <jas@extundo.com>
11330
11331 * minibuf.texi (Reading a Password): Revert.
11332
11333 2004-10-28 Richard M. Stallman <rms@gnu.org>
11334
11335 * frames.texi (Display Feature Testing): Explain about "vendor".
11336
11337 2004-10-27 Richard M. Stallman <rms@gnu.org>
11338
11339 * commands.texi (Interactive Codes): `N' uses numeric prefix,
11340 not raw. Clarify `n'.
11341 (Interactive Call): Rewrite interactive-p, focusing on when
11342 and how to use it.
11343 (Misc Events): Clarify previous change.
11344
11345 * advice.texi (Simple Advice): Clarify what job the example does.
11346 (Around-Advice): Clarify ad-do-it.
11347 (Activation of Advice): An option of ad-default-compilation-action
11348 is `never', not `nil'.
11349
11350 2004-10-26 Kim F. Storm <storm@cua.dk>
11351
11352 * commands.texi (Interactive Codes): Add U code letter.
11353
11354 2004-10-25 Simon Josefsson <jas@extundo.com>
11355
11356 * minibuf.texi (Reading a Password): Add.
11357
11358 2004-10-24 Jason Rumney <jasonr@gnu.org>
11359
11360 * commands.texi (Misc Events): Remove mouse-wheel. Add wheel-up
11361 and wheel-down.
11362
11363 2004-10-24 Kai Grossjohann <kai.grossjohann@gmx.net>
11364
11365 * processes.texi (Synchronous Processes): Document process-file.
11366
11367 2004-10-22 Kenichi Handa <handa@m17n.org>
11368
11369 * text.texi (translate-region): Document that it accepts also a
11370 char-table.
11371
11372 2004-10-22 David Ponce <david@dponce.com>
11373
11374 * windows.texi (Resizing Windows): Document the `preserve-before'
11375 argument of the functions `enlarge-window' and `shrink-window'.
11376
11377 2004-10-19 Jason Rumney <jasonr@gnu.org>
11378
11379 * makefile.w32-in (elisp): Change order of arguments to makeinfo.
11380
11381 2004-10-09 Luc Teirlinck <teirllm@auburn.edu>
11382
11383 * text.texi (Filling): Add anchor for definition of
11384 `sentence-end-double-space'.
11385
11386 * searching.texi (Regexp Example): Update description of how
11387 Emacs currently recognizes the end of a sentence.
11388 (Standard Regexps): Update definition of the variable
11389 `sentence-end'. Add definition of the function `sentence-end'.
11390
11391 2004-10-08 Paul Pogonyshev <pogonyshev@gmx.net>
11392
11393 * display.texi (Progress): New node.
11394
11395 2004-10-05 Kim F. Storm <storm@cua.dk>
11396
11397 * display.texi (Fringe Bitmaps): Update fringe-bitmaps-at-pos.
11398
11399 2004-09-29 Kim F. Storm <storm@cua.dk>
11400
11401 * display.texi (Fringe Bitmaps): Use symbols rather than numbers
11402 to identify bitmaps. Remove -fringe-bitmap suffix for standard
11403 fringe bitmap symbols, as they now have their own namespace.
11404 (Customizing Bitmaps) <define-fringe-bitmap>: Clarify bit ordering
11405 vs. pixels. Signal error if no free bitmap slots.
11406 (Pixel Specification): Change IMAGE to @var{image}.
11407
11408 2004-09-28 Richard M. Stallman <rms@gnu.org>
11409
11410 * text.texi (Special Properties): Clarify line-spacing and line-height.
11411
11412 * searching.texi (Regexp Search): Add looking-back.
11413
11414 2004-09-25 Luc Teirlinck <teirllm@auburn.edu>
11415
11416 * display.texi: Correct typos.
11417 (Image Descriptors): Correct xref's.
11418
11419 2004-09-25 Richard M. Stallman <rms@gnu.org>
11420
11421 * text.texi (Special Properties): Cleanups in `cursor'.
11422 Rewrites in `line-height' and `line-spacing'; exchange them.
11423
11424 * display.texi (Fringes): Rewrite previous change.
11425 (Fringe Bitmaps): Merge text from Display Fringe Bitmaps. Rewrite.
11426 (Display Fringe Bitmaps): Node deleted, text moved.
11427 (Customizing Bitmaps): Split off from Fringe Bitmaps. Rewrite.
11428 (Scroll Bars): Clarify set-window-scroll-bars.
11429 (Pointer Shape): Rewrite.
11430 (Specified Space): Clarify :align-to, etc.
11431 (Pixel Specification): Use @var. Clarify new text.
11432 (Other Display Specs): Clarify `slice'.
11433 (Image Descriptors): Cleanups.
11434 (Showing Images): Cleanups.
11435
11436 2004-09-24 Luc Teirlinck <teirllm@auburn.edu>
11437
11438 * hooks.texi (Standard Hooks): Add `after-change-major-mode-hook'.
11439
11440 * modes.texi: Various minor changes in addition to:
11441 (Major Mode Conventions): Final call to `run-mode-hooks' should
11442 not be inside the `delay-mode-hooks' form.
11443 (Mode Hooks): New node.
11444 (Hooks): Delete obsolete example.
11445 Move definitions of `run-mode-hooks' and `delay-mode-hooks' to new
11446 node "Mode Hooks".
11447
11448 2004-09-22 Luc Teirlinck <teirllm@auburn.edu>
11449
11450 * display.texi: Correct various typos.
11451 (Display): Rename node "Pointer Shapes" to "Pointer
11452 Shape". (There is already a node called "Pointer Shapes" in
11453 frames.texi.)
11454 (Images): Remove non-existent node "Image Slices" from menu.
11455
11456 2004-09-23 Kim F. Storm <storm@cua.dk>
11457
11458 * text.texi (Special Properties): Add `cursor', `pointer',
11459 `line-height', and `line-spacing' properties.
11460
11461 * display.texi (Display): Add 'Fringe Bitmaps' and 'Pointer
11462 Shapes' to menu.
11463 (Standard Faces): Doc fix for fringe face.
11464 (Fringes): Add `overflow-newline-into-fringe' and
11465 'indicate-buffer-boundaries'.
11466 (Fringe Bitmaps, Pointer Shapes): New nodes.
11467 (Display Property): Add 'Pixel Specification' and 'Display Fringe
11468 Bitmaps' to menu.
11469 (Specified Space): Describe pixel width and height.
11470 (Pixel Specification): New node.
11471 (Other Display Specs): Add `slice' property.
11472 (Display Fringe Bitmaps): New node.
11473 (Images): Add 'Image Slices' to menu.
11474 (Image Descriptors): Add `:pointer' and `:map' properties.
11475 (Showing Images): Add slice arg to `insert-image'.
11476 Add 'insert-sliced-image'.
11477
11478 2004-09-20 Richard M. Stallman <rms@gnu.org>
11479
11480 * commands.texi (Key Sequence Input):
11481 Clarify downcasing in read-key-sequence.
11482
11483 2004-09-08 Juri Linkov <juri@jurta.org>
11484
11485 * minibuf.texi (Minibuffer History): Add `history-delete-duplicates'.
11486
11487 2004-09-07 Luc Teirlinck <teirllm@auburn.edu>
11488
11489 * locals.texi (Standard Buffer-Local Variables):
11490 Add `buffer-auto-save-file-format'.
11491 * internals.texi (Buffer Internals): Describe new
11492 auto_save_file_format field of the buffer structure.
11493 * files.texi (Format Conversion): `auto-save-file-format' has been
11494 renamed `buffer-auto-save-file-format'.
11495
11496 2004-08-27 Luc Teirlinck <teirllm@auburn.edu>
11497
11498 * abbrevs.texi (Abbrev Expansion): `abbrev-start-location' can be
11499 an integer or a marker.
11500 (Abbrev Expansion): Replace example for `pre-abbrev-expand-hook'.
11501
11502 2004-08-22 Richard M. Stallman <rms@gnu.org>
11503
11504 * modes.texi (Major Mode Conventions): Discuss rebinding of
11505 standard key bindings.
11506
11507 2004-08-18 Kim F. Storm <storm@cua.dk>
11508
11509 * processes.texi (Accepting Output): Add `just-this-one' arg to
11510 `accept-process-output'.
11511 (Output from Processes): New var `process-adaptive-read-buffering'.
11512
11513 2004-08-10 Luc Teirlinck <teirllm@auburn.edu>
11514
11515 * keymaps.texi: Various changes in addition to:
11516 (Keymap Terminology): `kbd' uses same syntax as Edit Macro mode.
11517 Give more varied examples for `kbd'.
11518 (Creating Keymaps): Char tables have slots for all characters
11519 without modifiers.
11520 (Active Keymaps): `overriding-local-map' and
11521 `overriding-terminal-local-map' also override text property and
11522 overlay keymaps.
11523 (Functions for Key Lookup): Mention OLP arg to `current-active-maps'.
11524 (Scanning Keymaps): `accessible-keymaps' uses `[]' instead of `""'
11525 to denote a prefix of no events.
11526 `map-keymap' includes parent's bindings _recursively_.
11527 Clarify and correct description of `where-is-internal'.
11528 Mention BUFFER-OR-NAME arg to `describe-bindings'.
11529 (Menu Example): For menus intended for use with the keyboard, the
11530 menu items should be bound to characters or real function keys.
11531
11532 2004-08-08 Luc Teirlinck <teirllm@auburn.edu>
11533
11534 * objects.texi (Character Type): Reposition `@anchor' to prevent
11535 double space inside sentence in Info.
11536
11537 * hooks.texi (Standard Hooks): `disabled-command-hook' has been
11538 renamed to `disabled-command-function'.
11539 * commands.texi (Key Sequence Input): Remove unnecessary anchor.
11540 (Command Loop Info): Replace reference to it.
11541 (Disabling Commands): `disabled-command-hook' has been renamed to
11542 `disabled-command-function'.
11543
11544 2004-08-07 Luc Teirlinck <teirllm@auburn.edu>
11545
11546 * os.texi (Translating Input): Only non-prefix bindings in
11547 `key-translation-map' override actual key bindings. Warn about
11548 possible indirect effect of actual key bindings on non-prefix
11549 bindings in `key-translation-map'.
11550
11551 2004-08-06 Luc Teirlinck <teirllm@auburn.edu>
11552
11553 * minibuf.texi (High-Level Completion): Add anchor for definition
11554 of `read-variable'.
11555
11556 * commands.texi: Various changes in addition to:
11557 (Using Interactive): Clarify description of `interactive-form'.
11558 (Interactive Call): Mention default for KEYS argument to
11559 `call-interactively'.
11560 (Command Loop Info): Clarify description of `this-command-keys'.
11561 Mention KEEP-RECORD argument to `clear-this-command-keys'.
11562 Value of `last-event-frame' can be `macro'.
11563 (Repeat Events): `double-click-fuzz' is also used to distinguish
11564 clicks and drags.
11565 (Classifying Events): Clarify descriptions of `event-modifiers'
11566 `event-basic-type' and `event-convert-list'.
11567 (Accessing Events): `posn-timestamp' takes POSITION argument.
11568 (Quoted Character Input): Clarify description of
11569 `read-quoted-char' and fix example.
11570 (Quitting): Add `with-local-quit'.
11571 (Disabling Commands): Correct and clarify descriptions of
11572 `enable-command' and `disable-command'.
11573 Mention what happens if `disabled-command-hook' is nil.
11574 (Keyboard Macros): Mention LOOPFUNC arg to `execute-kbd-macro'.
11575 Describe `executing-kbd-macro' instead of obsolete `executing-macro'.
11576
11577 2004-07-24 Luc Teirlinck <teirllm@auburn.edu>
11578
11579 * frames.texi: Various changes in addition to:
11580 (Creating Frames): Expand and clarify description of `make-frame'.
11581 (Window Frame Parameters): Either none or both of the `icon-left'
11582 and `icon-top' parameters must be specified. Put descriptions of
11583 `menu-bar-lines' and `toolbar-lines' closer together and change
11584 them accordingly.
11585 (Frame Titles): `multiple-frames' is not guaranteed to be accurate
11586 except while processing `frame-title-format' or `icon-title-format'.
11587 (Deleting Frames): Correct description of `delete-frame'.
11588 Non-nil return values of `frame-live-p' are like those of `framep'.
11589 (Frames and Windows): Mention return value of
11590 `set-frame-selected-window'.
11591 (Visibility of Frames): Mention `force' argument to
11592 `make-frame-invisible'. `frame-visible-p' returns t for all
11593 frames on text-only terminals.
11594 (Frame Configurations): Restoring a frame configuration does not
11595 restore deleted frames.
11596 (Window System Selections): `x-set-selection' returns DATA.
11597 (Resources): Add example.
11598 (Display Feature Testing): Clarify descriptions of
11599 `display-pixel-height', `display-pixel-width', `x-server-version'
11600 and `x-server-vendor'.
11601
11602 * windows.texi (Choosing Window): Add anchor.
11603 * minibuf.texi (Minibuffer Misc): Add anchor.
11604
11605 2004-07-23 John Paul Wallington <jpw@gnu.org>
11606
11607 * macros.texi (Defining Macros): Declaration keyword for setting
11608 Edebug spec is `debug' not `edebug'.
11609
11610 2004-07-19 Luc Teirlinck <teirllm@auburn.edu>
11611
11612 * windows.texi: Various small changes in addition to:
11613 (Window Point): Mention return value of `set-window-point'.
11614 (Window Start): `pos-visible-in-window-p' disregards horizontal
11615 scrolling. Explain return value if PARTIALLY is non-nil.
11616 (Vertical Scrolling): Mention PIXELS-P argument to `window-vscroll'
11617 and `set-window-vscroll'.
11618 (Size of Window): The argument WINDOW to `window-inside-edges',
11619 `window-pixel-edges' and `window-inside-pixel-edges' is optional.
11620 (Resizing Windows): Explain return value of
11621 `shrink-window-if-larger-than-buffer'.
11622 `window-size-fixed' automatically becomes buffer local when set.
11623 (Window Configurations): Explain return value of
11624 `set-window-configuration'.
11625
11626 * minibuf.texi (Minibuffer Misc): Add anchor for
11627 `minibuffer-scroll-window'.
11628
11629 * positions.texi (Text Lines): Add anchor for `count-lines'.
11630
11631 2004-07-17 Richard M. Stallman <rms@gnu.org>
11632
11633 * display.texi (Overlay Properties): Adding `evaporate' prop
11634 deletes empty overlay immediately.
11635
11636 * abbrevs.texi (Abbrev Expansion): Clarify pre-abbrev-expand-hook,
11637 fix example.
11638
11639 2004-07-16 Jim Blandy <jimb@redhat.com>
11640
11641 * searching.texi (Regexp Backslash): Document new \_< and \_>
11642 operators.
11643
11644 2004-07-16 Juanma Barranquero <lektu@terra.es>
11645
11646 * display.texi (Images): Fix Texinfo usage.
11647
11648 2004-07-14 Luc Teirlinck <teirllm@auburn.edu>
11649
11650 * buffers.texi (Modification Time): `visited-file-modtime' now
11651 returns a list of two integers, instead of a cons.
11652
11653 2004-07-13 Luc Teirlinck <teirllm@auburn.edu>
11654
11655 * windows.texi: Various changes in addition to:
11656 (Splitting Windows): Add `split-window-keep-point'.
11657
11658 2004-07-09 Richard M. Stallman <rms@gnu.org>
11659
11660 * frames.texi (Input Focus): Minor fix.
11661
11662 2004-07-07 Luc Teirlinck <teirllm@auburn.edu>
11663
11664 * frames.texi (Input Focus): Clarify descriptions of
11665 `select-frame-set-input-focus' and `select-frame'.
11666
11667 2004-07-06 Luc Teirlinck <teirllm@auburn.edu>
11668
11669 * os.texi: Various small changes in addition to:
11670 (Killing Emacs): Expand and clarify description of
11671 `kill-emacs-query-functions' and `kill-emacs-hook'.
11672 (System Environment): Expand and clarify description of `getenv'
11673 and `setenv'.
11674 (Timers): Clarify description of `run-at-time'.
11675 (Translating Input): Correct description of
11676 `extra-keyboard-modifiers'.
11677 (Flow Control): Correct description of `enable-flow-control'.
11678
11679 2004-07-06 Thien-Thi Nguyen <ttn@gnu.org>
11680
11681 * os.texi: Update copyright.
11682 (Session Management): Grammar fix.
11683 Clarify which Emacs does the restarting.
11684 Use @samp for *scratch* buffer.
11685
11686 2004-07-04 Alan Mackenzie <acm@muc.de>
11687
11688 * frames.texi (Input Focus): Add documentation for
11689 `select-frame-set-input-focus'. Replace refs to non-existent
11690 `switch-frame' with `select-frame'. Minor corrections and tidying
11691 up of text-only terminal stuff.
11692
11693 2004-07-02 Richard M. Stallman <rms@gnu.org>
11694
11695 * files.texi (Saving Buffers): Cleanup write-contents-function.
11696 (Magic File Names): Cleanup file-remote-p.
11697
11698 2004-07-02 Kai Großjohann <kai@emptydomain.de>
11699
11700 * files.texi (Magic File Names): `file-remote-p' returns an
11701 identifier of the remote system, not just t.
11702
11703 2004-07-02 David Kastrup <dak@gnu.org>
11704
11705 * searching.texi (Entire Match Data): Add explanation about new
11706 match-data behavior when @var{integers} is non-nil.
11707
11708 2004-06-24 Richard M. Stallman <rms@gnu.org>
11709
11710 * commands.texi (Misc Events): Describe usr1-signal, usr2-signal event.
11711
11712 * customize.texi (Variable Definitions): Note about doc strings
11713 and :set.
11714
11715 * keymaps.texi (Keymap Terminology): Document `kbd'.
11716 (Changing Key Bindings, Key Binding Commands): Use kbd in examples.
11717
11718 * display.texi (Invisible Text): Setting buffer-invisibility-spec
11719 makes it buffer-local.
11720
11721 * files.texi (Saving Buffers): Correct previous change.
11722
11723 * commands.texi (Accessing Events):
11724 Clarify posn-col-row and posn-actual-col-row.
11725
11726 2004-06-24 David Ponce <david.ponce@wanadoo.fr>
11727
11728 * commands.texi (Accessing Events): New functions
11729 posn-at-point and posn-at-x-y. Add example to posn-x-y.
11730
11731 2004-06-23 Luc Teirlinck <teirllm@auburn.edu>
11732
11733 * lists.texi, files.texi, processes.texi, macros.texi, hash.texi:
11734 * frames.texi, buffers.texi, backups.texi, variables.texi:
11735 * loading.texi, eval.texi, functions.texi, control.texi:
11736 * symbols.texi, minibuf.texi: Reposition @anchor's.
11737
11738 * help.texi: Various small changes in addition to the following.
11739 (Describing Characters): Describe PREFIX argument to
11740 `key-description'. Correct and clarify definition of
11741 `text-char-description'. Describe NEED-VECTOR argument to
11742 `read-kbd-macro'.
11743 (Help Functions): Clarify definition of `apropos'.
11744
11745 2004-06-23 Lars Hansen <larsh@math.ku.dk>
11746
11747 * files.texi (Saving Buffers): Correct description of
11748 `write-contents-functions'.
11749
11750 2004-06-21 Juanma Barranquero <lektu@terra.es>
11751
11752 * display.texi (Images): Remove redundant @vindex directives.
11753 Rewrite `image-library-alist' doc in active voice.
11754
11755 2004-06-14 Juanma Barranquero <lektu@terra.es>
11756
11757 * display.texi (Images): Document new delayed library loading,
11758 variable `image-library-alist' and (existing but undocumented)
11759 function `image-type-available-p'.
11760
11761 2004-06-05 Richard M. Stallman <rms@gnu.org>
11762
11763 * minibuf.texi (Minibuffer Completion): For INITIAL arg,
11764 refer the user to the Initial Input node.
11765 (Text from Minibuffer): Likewise.
11766 (Initial Input): New node. Document this feature
11767 and say it is mostly deprecated.
11768
11769 2004-05-30 Richard M. Stallman <rms@gnu.org>
11770
11771 * loading.texi (Named Features): Clarify return value
11772 and meaning of NOERROR.
11773
11774 * variables.texi (File Local Variables): Minor cleanup.
11775
11776 2004-05-30 Michael Albinus <michael.albinus@gmx.de>
11777
11778 * files.texi (Magic File Names): Add `file-remote-p' as operation
11779 of file name handlers.
11780
11781 2004-05-29 Richard M. Stallman <rms@gnu.org>
11782
11783 * modes.texi (Minor Mode Conventions): (-) has no special meaning
11784 as arg to a minor mode command.
11785
11786 2004-05-22 Richard M. Stallman <rms@gnu.org>
11787
11788 * syntax.texi (Syntax Class Table): Word syntax not just for English.
11789
11790 * streams.texi (Output Variables): Doc float-output-format.
11791
11792 * searching.texi (Regexp Special): Nested repetition can be infloop.
11793
11794 * eval.texi (Eval): Increasing max-lisp-eval-depth can cause
11795 real stack overflow.
11796
11797 * compile.texi: Minor cleanups.
11798
11799 2004-05-22 Luc Teirlinck <teirllm@dms.auburn.edu>
11800
11801 * lists.texi (Cons Cells): Explain dotted lists, true lists,
11802 circular lists.
11803 (List Elements): Explain handling of circular and dotted lists.
11804
11805 2004-05-19 Thien-Thi Nguyen <ttn@gnu.org>
11806
11807 * modes.texi (Search-based Fontification): Fix typo.
11808
11809 2004-05-10 Juanma Barranquero <lektu@terra.es>
11810
11811 * modes.texi (Mode Line Variables): Fix description of
11812 global-mode-string, which is now after which-func-mode, not the
11813 buffer name.
11814
11815 2004-05-07 Lars Hansen <larsh@math.ku.dk>
11816
11817 * modes.texi (Desktop Save Mode): Add.
11818 (Modes): Add menu entry Desktop Save Mode.
11819
11820 * hooks.texi: Add desktop-after-read-hook,
11821 desktop-no-desktop-file-hook and desktop-save-hook.
11822
11823 * locals.texi: Add desktop-save-buffer.
11824
11825 2004-04-30 Jesper Harder <harder@ifa.au.dk>
11826
11827 * display.texi: emacs -> Emacs.
11828
11829 2004-04-27 Matthew Mundell <matt@mundell.ukfsn.org>
11830
11831 * files.texi (Changing Files): Document set-file-times.
11832
11833 2004-04-23 Juanma Barranquero <lektu@terra.es>
11834
11835 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
11836
11837 2004-04-18 Jesper Harder <harder@ifa.au.dk>
11838
11839 * tips.texi (Coding Conventions): defopt -> defcustom.
11840
11841 2004-04-16 Luc Teirlinck <teirllm@auburn.edu>
11842
11843 * sequences.texi: Various clarifications.
11844
11845 2004-04-14 Luc Teirlinck <teirllm@auburn.edu>
11846
11847 * buffers.texi (Read Only Buffers): Mention optional ARG to
11848 `toggle-read-only'.
11849
11850 2004-04-14 Nick Roberts <nick@nick.uklinux.net>
11851
11852 * windows.texi (Selecting Windows): Note that get-lru-window
11853 returns a full-width window if possible.
11854
11855 2004-04-13 Luc Teirlinck <teirllm@auburn.edu>
11856
11857 * buffers.texi: Various changes in addition to:
11858 (Buffer File Name): Add `find-buffer-visiting'.
11859 (Buffer Modification): Mention optional ARG to `not-modified'.
11860 (Indirect Buffers): Mention optional CLONE argument to
11861 `make-indirect-buffer'.
11862
11863 * files.texi: Various changes in addition to:
11864 (Visiting Functions): `find-file-hook' is now a normal hook.
11865 (File Name Expansion): Explain difference between the way that
11866 `expand-file-name' and `file-truename' treat `..'.
11867 (Contents of Directories): Mention optional ID-FORMAT argument to
11868 `directory-files-and-attributes'.
11869 (Format Conversion): Mention new optional CONFIRM argument to
11870 `format-write-file'.
11871
11872 2004-04-12 Miles Bader <miles@gnu.org>
11873
11874 * macros.texi (Expansion): Add description of `macroexpand-all'.
11875
11876 2004-04-05 Jesper Harder <harder@ifa.au.dk>
11877
11878 * variables.texi (Variable Aliases):
11879 Mention cyclic-variable-indirection.
11880
11881 * errors.texi (Standard Errors): Ditto.
11882
11883 2004-04-04 Luc Teirlinck <teirllm@auburn.edu>
11884
11885 * backups.texi: Various small changes in addition to:
11886 (Making Backups): Mention return value of `backup-buffer'.
11887 (Auto-Saving): Mention optional FORCE argument to
11888 `delete-auto-save-file-if-necessary'.
11889 (Reverting): Mention optional PRESERVE-MODES argument to
11890 `revert-buffer'. Correct description of `revert-buffer-function'.
11891
11892 2004-03-22 Juri Linkov <juri@jurta.org>
11893
11894 * sequences.texi (Sequence Functions): Replace xref to `Vectors'
11895 with `Vector Functions'.
11896
11897 * text.texi (Sorting): Add missing quote.
11898
11899 2004-03-14 Luc Teirlinck <teirllm@auburn.edu>
11900
11901 * intro.texi (Lisp History): Replace xref to `cl' manual with
11902 inforef.
11903
11904 2004-03-12 Richard M. Stallman <rms@gnu.org>
11905
11906 * intro.texi (Version Info): Add arg to emacs-version.
11907 (Lisp History): Change xref to CL manual.
11908
11909 2004-03-09 Luc Teirlinck <teirllm@auburn.edu>
11910
11911 * minibuf.texi (Completion Commands): Add xref to Emacs manual
11912 for Partial Completion mode.
11913
11914 2004-03-07 Thien-Thi Nguyen <ttn@gnu.org>
11915
11916 * customize.texi: Fix typo. Remove eol whitespace.
11917
11918 2004-03-04 Richard M. Stallman <rms@gnu.org>
11919
11920 * processes.texi: Fix typos.
11921
11922 * lists.texi (Building Lists): Minor clarification.
11923
11924 * hash.texi (Creating Hash): Correct the meaning of t for WEAK
11925 in make-hash-table.
11926
11927 2004-02-29 Juanma Barranquero <lektu@terra.es>
11928
11929 * makefile.w32-in (clean, maintainer-clean): Use $(DEL) instead of
11930 rm, and ignore exit code.
11931
11932 2004-02-27 Dan Nicolaescu <dann@ics.uci.edu>
11933
11934 * display.texi (Defining Faces): Add description for min-colors.
11935 Update example.
11936
11937 2004-02-23 Luc Teirlinck <teirllm@auburn.edu>
11938
11939 * abbrevs.texi: Various corrections and clarifications in addition
11940 to the following:
11941 (Abbrev Tables): Delete add-abbrev (as suggested by RMS).
11942
11943 2004-02-22 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
11944
11945 * calendar.texi (Holiday Customizing): Quote arg of holiday-sexp.
11946
11947 2004-02-21 Luc Teirlinck <teirllm@auburn.edu>
11948
11949 * text.texi: Various small changes in addition to the following:
11950 (User-Level Deletion): Mention optional BACKWARD-ONLY argument
11951 to delete-horizontal-space.
11952 (Kill Functions, Yanking, Low-Level Kill Ring): Clarify and correct
11953 description of yank-handler text property at various places.
11954
11955 * frames.texi (Window System Selections): Add anchor.
11956
11957 * syntax.texi (Syntax Table Functions): Clarify and correct
11958 descriptions of make-syntax-table and copy-syntax-table.
11959 (Motion and Syntax): Clarify SYNTAXES argument to
11960 skip-syntax-forward.
11961 (Parsing Expressions): Mention that the return value of
11962 parse-partial-sexp is currently a list of ten rather than nine
11963 elements.
11964 (Categories): Various corrections and clarifications.
11965
11966 2004-02-17 Luc Teirlinck <teirllm@auburn.edu>
11967
11968 * markers.texi (Marker Insertion Types): Minor change.
11969
11970 * locals.texi (Standard Buffer-Local Variables):
11971 * commands.texi (Interactive Codes, Using Interactive):
11972 * functions.texi (Related Topics): Fix xrefs.
11973
11974 2004-02-16 Luc Teirlinck <teirllm@auburn.edu>
11975
11976 * lists.texi (Sets And Lists): Update description of delete-dups.
11977
11978 2004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
11979
11980 * keymaps.texi (Tool Bar): tool-bar-item => tool-bar-button.
11981
11982 2004-02-16 Jan Djärv <jan.h.d@swipnet.se>
11983
11984 * frames.texi (Parameter Access): frame-parameters arg is optional.
11985 modify-frame-parameters handles nil for FRAME.
11986 (Window Frame Parameters): menu-bar-lines and tool-bar-lines
11987 are all-or-nothing for certain toolkits.
11988 Mention parameter wait-for-wm.
11989 (Frames and Windows): In frame-first-window and frame-selected-window
11990 the arg is optional.
11991 (Input Focus): In redirect-frame-focus the second arg is optional.
11992 (Window System Selections): Mention selection type CLIPBOARD.
11993 Mention data-type UTF8_STRING.
11994 Mention numbering of cut buffers.
11995 (Resources): Describe x-resource-name.
11996
11997 2004-02-16 Richard M. Stallman <rms@gnu.org>
11998
11999 * windows.texi (Buffers and Windows): Delete false table
12000 about all-frames.
12001
12002 * syntax.texi (Parsing Expressions): Delete old caveat
12003 about parse-sexp-ignore-comments.
12004
12005 * streams.texi (Output Variables): Add print-quoted.
12006
12007 * lists.texi (Building Lists): Minor cleanup.
12008
12009 * hash.texi (Creating Hash): Correct and clarify doc of WEAK values.
12010
12011 * display.texi (Overlays): Explain overlays use markers.
12012 (Managing Overlays): Explain front-advance and rear-advance
12013 in more detail.
12014
12015 * loading.texi (Unloading): Document unload-feature-special-hooks.
12016 Get rid of fns-NNN.el file.
12017
12018 2004-02-16 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
12019
12020 * help.texi (Describing Characters): Fix text-char-description
12021 example output.
12022
12023 * edebug.texi (Using Edebug): Fix example.
12024
12025 * debugging.texi (Internals of Debugger): Fix return value.
12026
12027 * files.texi (Changing Files): Fix argname.
12028
12029 * calendar.texi: Fix parens, and default values.
12030
12031 * display.texi, frames.texi, internals.texi, modes.texi: Minor fixes.
12032 * nonascii.texi, objects.texi, os.texi: Minor fixes.
12033 * searching.texi, text.texi, tips.texi, windows.texi: Minor fixes.
12034
12035 * positions.texi (Text Lines): Don't add -1 in current-line.
12036
12037 2004-02-16 Richard M. Stallman <rms@gnu.org>
12038
12039 * compile.texi (Compiler Errors): if-boundp feature applies to cond.
12040
12041 2004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
12042
12043 * processes.texi (Low-Level Network): Fix a typo.
12044
12045 2004-02-12 Kim F. Storm <storm@cua.dk>
12046
12047 * display.texi (Fringes): Use consistent wording.
12048 Note that window-fringe's window arg is optional.
12049 (Scroll Bars): Use consistent wording.
12050
12051 2004-02-11 Luc Teirlinck <teirllm@auburn.edu>
12052
12053 * tips.texi (Comment Tips): Document the new conventions for
12054 commenting out code.
12055
12056 2004-02-07 Jan Djärv <jan.h.d@swipnet.se>
12057
12058 * positions.texi (Text Lines): Add missing end defun.
12059
12060 2004-02-07 Kim F. Storm <storm@cua.dk>
12061
12062 * positions.texi (Text Lines): Add line-number-at-pos.
12063
12064 2004-02-06 John Paul Wallington <jpw@gnu.org>
12065
12066 * display.texi (Button Properties, Button Buffer Commands):
12067 mouse-2 invokes button, not down-mouse-1.
12068
12069 2004-02-04 Jason Rumney <jasonr@gnu.org>
12070
12071 * makefile.w32-in: Sync with Makefile.in changes.
12072
12073 2004-02-03 Luc Teirlinck <teirllm@auburn.edu>
12074
12075 * minibuf.texi (Text from Minibuffer): Various corrections and
12076 clarifications.
12077 (Object from Minibuffer): Correct Lisp description of
12078 read-minibuffer.
12079 (Minibuffer History): Clarify description of cons values for
12080 HISTORY arguments.
12081 (Basic Completion): Various corrections and clarifications.
12082 Add completion-regexp-list.
12083 (Minibuffer Completion): Correct and clarify description of
12084 completing-read.
12085 (Completion Commands): Mention Partial Completion mode.
12086 Various other minor changes.
12087 (High-Level Completion): Various corrections and clarifications.
12088 (Reading File Names): Ditto.
12089 (Minibuffer Misc): Ditto.
12090
12091 2004-01-26 Luc Teirlinck <teirllm@auburn.edu>
12092
12093 * strings.texi (Text Comparison): assoc-string also matches
12094 elements of alists that are strings instead of conses.
12095 (Formatting Strings): Standardize Texinfo usage. Update index
12096 entries.
12097
12098 2004-01-20 Luc Teirlinck <teirllm@auburn.edu>
12099
12100 * lists.texi (Sets And Lists): Add delete-dups.
12101
12102 2004-01-15 Luc Teirlinck <teirllm@auburn.edu>
12103
12104 * edebug.texi (Instrumenting Macro Calls): `declare' is not a
12105 special form.
12106 * macros.texi (Defining Macros): Update description of `declare',
12107 which now is a macro.
12108 (Wrong Time): Fix typos.
12109
12110 2004-01-14 Luc Teirlinck <teirllm@auburn.edu>
12111
12112 * compile.texi (Compilation Functions): Expand descriptions of
12113 `compile-defun', `byte-compile-file', `byte-recompile-directory'
12114 and `batch-byte-compile'. In particular, mention and describe
12115 all optional arguments.
12116 (Disassembly): Correct and clarify the description of `disassemble'.
12117
12118 2004-01-11 Luc Teirlinck <teirllm@auburn.edu>
12119
12120 * searching.texi: Various small changes in addition to the
12121 following.
12122 (Regexp Example): Adapt to new value of `sentence-end'.
12123 (Regexp Functions): The PAREN argument to `regexp-opt' can be
12124 `words'.
12125 (Search and Replace): Add usage note for `perform-replace'.
12126 (Entire Match Data): Mention INTEGERS and REUSE arguments to
12127 `match-data'.
12128 (Standard Regexps): Update for new values of `paragraph-start'
12129 and `sentence-end'.
12130
12131 2004-01-07 Luc Teirlinck <teirllm@auburn.edu>
12132
12133 * files.texi (Saving Buffers): Clarify descriptions of
12134 `write-contents-functions' and `before-save-hook'.
12135 Make the defvar's for `before-save-hook' and `after-save-hook'
12136 into defopt's.
12137
12138 2004-01-07 Kim F. Storm <storm@cua.dk>
12139
12140 * commands.texi (Click Events): Describe new image and
12141 width/height elements of click events.
12142 (Accessing Events): Add posn-string, posn-image, and
12143 posn-object-width-height. Change posn-object to return either
12144 image or string object.
12145
12146 2004-01-01 Simon Josefsson <jas@extundo.com>
12147
12148 * hooks.texi (Standard Hooks): Add before-save-hook.
12149 * files.texi (Saving Buffers): Likewise.
12150
12151 2004-01-03 Richard M. Stallman <rms@gnu.org>
12152
12153 * frames.texi (Frames and Windows): Delete frame-root-window.
12154
12155 2004-01-03 Luc Teirlinck <teirllm@auburn.edu>
12156
12157 * eval.texi, hash.texi, help.texi, symbols.texi: Add anchors.
12158
12159 * functions.texi: Various small changes in addition to the
12160 following.
12161 (What Is a Function): `functionp' returns nil for macros.
12162 Clarify behavior of this and following functions for symbol arguments.
12163 (Function Documentation): Add `\' in front of (fn @var{arglist})
12164 and explain why.
12165 (Defining Functions): Mention DOCSTRING argument to `defalias'.
12166 Add anchor.
12167 (Mapping Functions): Add anchor. Unquote nil in mapcar* example.
12168
12169 2004-01-01 Miles Bader <miles@gnu.org>
12170
12171 * display.texi (Buttons): New section.
12172
12173 2003-12-31 Andreas Schwab <schwab@suse.de>
12174
12175 * numbers.texi (Math Functions): sqrt reports a domain-error
12176 error.
12177 (Float Basics): Use `(/ 0.0 0.0)' instead of `(sqrt -1.0)'.
12178
12179 2003-12-30 Luc Teirlinck <teirllm@auburn.edu>
12180
12181 * tips.texi (Documentation Tips): Update item on hyperlinks in
12182 documentation strings.
12183
12184 * errors.texi (Standard Errors): Various small corrections and
12185 additions.
12186
12187 * control.texi: Various small changes in addition to the
12188 following.
12189 (Signaling Errors): Provide some more details on how `signal'
12190 constructs the error message. Add anchor to the definition of
12191 `signal'.
12192 (Error Symbols): Describe special treatment of `quit'.
12193 (Cleanups): Rename BODY argument of `unwind-protect' to BODY-FORM
12194 to emphasize that it has to be a single form.
12195
12196 * buffers.texi: Add anchor.
12197
12198 2003-12-29 Richard M. Stallman <rms@gnu.org>
12199
12200 * windows.texi (Choosing Window): Add same-window-p, special-display-p.
12201 (Window Configurations): Add window-configuration-frame.
12202
12203 * variables.texi (Creating Buffer-Local): Add local-variable-if-set-p.
12204
12205 * text.texi (Examining Properties): Add get-char-property-and-overlay.
12206 Change arg name in get-char-property.
12207 (Special Properties): Update handling of keymap property.
12208
12209 * strings.texi (Modifying Strings): Add clear-string.
12210 (Text Comparison): Add assoc-string and remove
12211 assoc-ignore-case, assoc-ignore-representation.
12212
12213 * os.texi (Time of Day): Add set-time-zone-rule.
12214
12215 * numbers.texi (Math Functions): asin, acos, log, log10
12216 report domain-error errors.
12217
12218 * nonascii.texi (Converting Representations):
12219 Add multibyte-char-to-unibyte and unibyte-char-to-multibyte.
12220 (Encoding and I/O): Add file-name-coding-system.
12221
12222 * modes.texi (Search-based Fontification): Explain that
12223 face specs are symbols with face names as values.
12224
12225 * minibuf.texi (Minibuffer Misc): Add set-minibuffer-window.
12226
12227 * lists.texi (Building Lists): remq moved elsewhere.
12228 (Sets And Lists): remq moved here.
12229 (Association Lists): Refer to assoc-string.
12230
12231 * internals.texi (Garbage Collection): Add memory-use-counts.
12232
12233 * frames.texi (Frames and Windows): Add set-frame-selected-window
12234 and frame-root-window.
12235
12236 * files.texi (Contents of Directories):
12237 Add directory-files-and-attributes.
12238
12239 * display.texi (Refresh Screen): Add force-window-update.
12240 (Invisible Text): Explain about moving point out of invis text.
12241 (Overlay Properties): Add overlay-properties.
12242 (Managing Overlays): Add overlayp.
12243 (GIF Images): Invalid image number displays a hollow box.
12244
12245 * buffers.texi (Buffer Modification): Add restore-buffer-modified-p.
12246 (Killing Buffers): Add buffer-live-p.
12247
12248 2003-12-25 Markus Rost <rost@mathematik.uni-bielefeld.de>
12249
12250 * display.texi (Fringes): Fix typo "set-buffer-window".
12251
12252 2003-12-24 Luc Teirlinck <teirllm@auburn.edu>
12253
12254 * display.texi, eval.texi, help.texi, internals.texi, loading.texi:
12255 * nonascii.texi, processes.texi, tips.texi, variables.texi:
12256 Add or change various xrefs and anchors.
12257
12258 * commands.texi: Replace all occurrences of @acronym{CAR} with
12259 @sc{car}, for consistency with the rest of the Elisp manual.
12260 `car' and `cdr' are historically acronyms, but are no longer
12261 widely thought of as such.
12262
12263 * internals.texi (Pure Storage): Mention that `purecopy' does not
12264 copy text properties.
12265 (Object Internals): Now 29 bits are used (in most implementations)
12266 to address Lisp objects.
12267
12268 * variables.texi (Variables with Restricted Values): New node.
12269
12270 * objects.texi (Lisp Data Types): Mention that certain variables
12271 can only take on a restricted set of values and add an xref to
12272 the new node "Variables with Restricted Values".
12273
12274 * eval.texi (Function Indirection): Describe the errors that
12275 `indirect-function' can signal.
12276 (Eval): Clarify the descriptions of `eval-region' and `values'.
12277 Describe `eval-buffer' instead of `eval-current-buffer' and
12278 mention `eval-current-buffer' as an alias for `current-buffer'.
12279 Correct the description and mention all optional arguments.
12280
12281 * nonascii.texi: Various small changes in addition to the
12282 following.
12283 (Converting Representations): Clarify behavior of
12284 `string-make-multibyte' and `string-to-multibyte' for unibyte all
12285 ASCII arguments.
12286 (Character Sets): Document the variable `charset-list' and adapt
12287 the definition of the function `charset-list' accordingly.
12288 (Translation of Characters): Clarify use of generic characters in
12289 `make-translation-table'. Clarify and correct the description of
12290 the use of translation tables in encoding and decoding.
12291 (User-Chosen Coding Systems): Correct and clarify the description
12292 of `select-safe-coding-system'.
12293 (Default Coding Systems): Clarify description of
12294 `file-coding-system-alist'.
12295
12296 2003-11-30 Luc Teirlinck <teirllm@auburn.edu>
12297
12298 * strings.texi (Text Comparison): Correctly describe when two
12299 strings are `equal'. Combine and clarify descriptions of
12300 `assoc-ignore-case' and `assoc-ignore-representation'.
12301
12302 * objects.texi (Non-ASCII in Strings): Clarify description of
12303 when a string is unibyte or multibyte.
12304 (Bool-Vector Type): Update examples.
12305 (Equality Predicates): Correctly describe when two strings are
12306 `equal'.
12307
12308 2003-11-29 Luc Teirlinck <teirllm@auburn.edu>
12309
12310 * lists.texi (Building Lists): `append' no longer accepts integer
12311 arguments. Update the description of `number-sequence' to reflect
12312 recent changes.
12313 (Sets And Lists): Describe `member-ignore-case' after `member'.
12314
12315 2003-11-27 Kim F. Storm <storm@cua.dk>
12316
12317 * commands.texi (Click Events): Click object may be an images.
12318 Describe (dx . dy) element of click positions.
12319 (Accessing Events): Remove duplicate posn-timestamp.
12320 New functions posn-object and posn-object-x-y.
12321
12322 2003-11-23 Kim F. Storm <storm@cua.dk>
12323
12324 * commands.texi (Click Events): Describe enhancements to event
12325 position lists, including new text-pos and (col . row) items.
12326 Mention left-fringe and right-fringe area events.
12327 (Accessing Events): New functions posn-area and
12328 posn-actual-col-row. Mention posn-timestamp. Mention that
12329 posn-point in non-text area still returns buffer position.
12330 Clarify posn-col-row.
12331
12332 2003-11-21 Lars Hansen <larsh@math.ku.dk>
12333
12334 * files.texi (File Attributes): Describe new parameter ID-FORMAT.
12335 * anti.texi (File Attributes): Describe removed parameter
12336 ID-FORMAT.
12337
12338 2003-11-20 Luc Teirlinck <teirllm@auburn.edu>
12339
12340 * positions.texi (Positions): Mention that, if a marker is used as
12341 a position, its buffer is ignored.
12342
12343 * markers.texi (Overview of Markers): Mention it here too.
12344
12345 2003-11-12 Luc Teirlinck <teirllm@auburn.edu>
12346
12347 * numbers.texi (Numeric Conversions): Not just `floor', but also
12348 `truncate', `ceiling' and `round' accept optional argument DIVISOR.
12349
12350 2003-11-10 Luc Teirlinck <teirllm@auburn.edu>
12351
12352 * markers.texi (Creating Markers): Specify insertion type of
12353 created markers. Add xref to `Marker Insertion Types'.
12354 Second argument to `copy-marker' is optional.
12355 (Marker Insertion Types): Mention that most markers are created
12356 with insertion type nil.
12357 (The Mark): Correctly describe when `mark' signals an error.
12358 (The Region): Correctly describe when `region-beginning' and
12359 `region-end' signal an error.
12360
12361 2003-11-08 Luc Teirlinck <teirllm@auburn.edu>
12362
12363 * hash.texi (Creating Hash): Clarify description of `eql'.
12364 `makehash' is obsolete.
12365 (Hash Access): Add Common Lisp notes for `remhash' and `clrhash'.
12366
12367 * positions.texi (Point): Change description of `buffer-end', so
12368 that it is also correct for floating point arguments.
12369 (List Motion): Correct argument lists of `beginning-of-defun' and
12370 `end-of-defun'.
12371 (Excursions): Add xref to `Marker Insertion Types'.
12372 (Narrowing): Argument to `narrow-to-page' is optional.
12373
12374 2003-11-06 Luc Teirlinck <teirllm@auburn.edu>
12375
12376 * streams.texi (Output Streams): Clarify behavior of point for
12377 marker output streams.
12378
12379 2003-11-04 Luc Teirlinck <teirllm@auburn.edu>
12380
12381 * variables.texi (Defining Variables): Second argument to
12382 `defconst' is not optional.
12383 (Setting Variables): Mention optional argument APPEND to
12384 `add-to-list'.
12385 (Creating Buffer-Local): Expand description of
12386 `make-variable-buffer-local'.
12387 (Frame-Local Variables): Expand description of
12388 `make-variable-frame-local'.
12389 (Variable Aliases): Correct description of optional argument
12390 DOCSTRING to `defvaralias'. Mention return value of
12391 `defvaralias'.
12392 (File Local Variables): Add xref to `File variables' in Emacs
12393 Manual. Correct description of `hack-local-variables'. Mention
12394 `safe-local-variable' property. Mention optional second argument
12395 to `risky-local-variable-p'.
12396
12397 2003-11-03 Luc Teirlinck <teirllm@auburn.edu>
12398
12399 * symbols.texi (Symbol Plists): Mention return value of `setplist'.
12400
12401 2003-11-02 Jesper Harder <harder@ifa.au.dk> (tiny change)
12402
12403 * anti.texi, backups.texi, commands.texi, customize.texi:
12404 * display.texi, files.texi, internals.texi, keymaps.texi:
12405 * loading.texi, modes.texi, nonascii.texi, numbers.texi:
12406 * objects.texi, os.texi, positions.texi, processes.texi:
12407 * searching.texi, sequences.texi, streams.texi, strings.texi:
12408 * syntax.texi, text.texi: Replace @sc{foo} with @acronym{FOO}.
12409
12410 2003-10-27 Luc Teirlinck <teirllm@auburn.edu>
12411
12412 * strings.texi (Creating Strings): Argument START to `substring'
12413 can not be `nil'. Expand description of
12414 `substring-no-properties'. Correct description of `split-string',
12415 especially with respect to empty matches. Prevent very bad line
12416 break in definition of `split-string-default-separators'.
12417 (Text Comparison): `string=' and `string<' also accept symbols as
12418 arguments.
12419 (String Conversion): More completely describe argument BASE in
12420 `string-to-number'.
12421 (Formatting Strings): `%s' and `%S' in `format' do require
12422 corresponding object. Clarify behavior of numeric prefix after
12423 `%' in `format'.
12424 (Case Conversion): The argument to `upcase-initials' can be a
12425 character.
12426
12427 2003-10-27 Kenichi Handa <handa@m17n.org>
12428
12429 * display.texi (Fontsets): Fix texinfo usage.
12430
12431 2003-10-25 Kenichi Handa <handa@m17n.org>
12432
12433 * display.texi (Fontsets): Add description of the function
12434 set-fontset-font.
12435
12436 2003-10-23 Luc Teirlinck <teirllm@auburn.edu>
12437
12438 * display.texi (Temporary Displays): Add xref to `Documentation
12439 Tips'.
12440
12441 * functions.texi (Function Safety): Use inforef instead of pxref
12442 for SES.
12443
12444 2003-10-23 Andreas Schwab <schwab@suse.de>
12445
12446 * Makefile.in (TEX, texinputdir): Don't define.
12447 (TEXI2DVI): Define.
12448 (srcs): Remove $(srcdir)/index.perm and $(srcdir)/index.unperm,
12449 add $(srcdir)/index.texi.
12450 ($(infodir)/elisp): Remove index.texi dependency.
12451 (elisp.dvi): Likewise. Use $(TEXI2DVI).
12452 (index.texi): Remove target.
12453 (dist): Don't link $(srcdir)/permute-index.
12454 (clean): Don't remove index.texi.
12455
12456 * permute-index, index.perm: Remove.
12457 * index.texi: Rename from index.unperm.
12458
12459 2003-10-22 Luc Teirlinck <teirllm@auburn.edu>
12460
12461 * tips.texi (Documentation Tips): Document new behavior for face
12462 and variable hyperlinks in Help mode.
12463
12464 2003-10-21 Luc Teirlinck <teirllm@auburn.edu>
12465
12466 * objects.texi (Integer Type): Update for extra bit of integer range.
12467 (Character Type): Ditto.
12468
12469 2003-10-16 Eli Zaretskii <eliz@gnu.org>
12470
12471 * numbers.texi (Integer Basics): Add index entries for reading
12472 numbers in hex, octal, and binary.
12473
12474 2003-10-16 Lute Kamstra <lute@gnu.org>
12475
12476 * modes.texi (Mode Line Format): Mention force-mode-line-update's
12477 argument.
12478
12479 2003-10-13 Luc Teirlinck <teirllm@auburn.edu>
12480
12481 * windows.texi (Choosing Window): Fix typo.
12482 * edebug.texi (Edebug Execution Modes): Fix typo.
12483
12484 2003-10-13 Richard M. Stallman <rms@gnu.org>
12485
12486 * windows.texi (Basic Windows): A window has fringe settings,
12487 display margins and scroll-bar settings.
12488 (Splitting Windows): Doc split-window return value.
12489 Clean up one-window-p.
12490 (Selecting Windows): Fix typo.
12491 (Cyclic Window Ordering): Explain frame as ALL-FRAMES in next-window.
12492 (Buffers and Windows): In set-window-buffer, explain effect
12493 on fringe settings and scroll bar settings.
12494 (Displaying Buffers): In pop-to-buffer, explain nil as buffer arg.
12495 (Choosing Window): Use defopt for pop-up-frame-function.
12496 For special-display-buffer-names, explain same-window and same-frame.
12497 Clarify window-dedicated-p return value.
12498 (Textual Scrolling): scroll-up and scroll-down can get an error.
12499 (Horizontal Scrolling): Clarify auto-hscroll-mode.
12500 Clarify set-window-hscroll.
12501 (Size of Window): Don't mention tool bar in window-height.
12502 (Coordinates and Windows): Explain what coordinates-in-window-p
12503 returns for fringes and display margins.
12504 (Window Configurations): Explain saving fringes, etc.
12505
12506 * tips.texi (Library Headers): Clean up Documentation.
12507
12508 * syntax.texi (Parsing Expressions): Clean up forward-comment
12509 and parse-sexp-lookup-properties.
12510
12511 * sequences.texi (Sequence Functions): sequencep accepts bool-vectors.
12512
12513 * os.texi (System Environment): Clean up text for load-average errors.
12514
12515 * modes.texi (Hooks): Don't explain local hook details at front.
12516 Clarify run-hooks and run-hook-with-args a little.
12517 Clean up add-hook and remove-hook.
12518
12519 * edebug.texi (Edebug Execution Modes): Clarify t.
12520 Document edebug-sit-for-seconds.
12521 (Coverage Testing): Document C-x X = and =.
12522 (Instrumenting Macro Calls): Fix typo.
12523 (Specification List): Don't index the specification keywords.
12524
12525 2003-10-10 Kim F. Storm <storm@cua.dk>
12526
12527 * processes.texi (Network): Introduce make-network-process.
12528
12529 2003-10-09 Luc Teirlinck <teirllm@auburn.edu>
12530
12531 * tips.texi (Library Headers): Fix typo.
12532
12533 2003-10-07 Juri Linkov <juri@jurta.org>
12534
12535 * modes.texi (Imenu): Mention imenu-create-index-function's
12536 default value. Explain submenus better.
12537
12538 2003-10-07 Lute Kamstra <lute@gnu.org>
12539
12540 * modes.texi (Faces for Font Lock): Fix typo.
12541 (Hooks): Explain how buffer-local hook variables can refer to
12542 global hook variables.
12543 Various minor clarifications.
12544
12545 2003-10-06 Lute Kamstra <lute@gnu.org>
12546
12547 * tips.texi (Coding Conventions): Mention naming conventions for
12548 hooks.
12549
12550 2003-10-05 Luc Teirlinck <teirllm@auburn.edu>
12551
12552 * loading.texi (Library Search): Correct default value of
12553 load-suffixes.
12554 (Named Features): Fix typo.
12555
12556 2003-10-05 Richard M. Stallman <rms@gnu.org>
12557
12558 * loading.texi (Named Features): In `provide',
12559 say how to test for subfeatures.
12560 (Unloading): In unload-feature, use new var name
12561 unload-feature-special-hooks.
12562
12563 2003-10-03 Lute Kamstra <lute@gnu.org>
12564
12565 * modes.texi (Major Mode Conventions): Mention third way to set up
12566 Imenu.
12567 (Imenu): A number of small fixes.
12568 Delete documentation of internal variable imenu--index-alist.
12569 Document the return value format of imenu-create-index-function
12570 functions.
12571
12572 2003-09-30 Richard M. Stallman <rms@gnu.org>
12573
12574 * processes.texi (Network): Say what stopped datagram connections do.
12575
12576 * lists.texi (Association Lists): Clarify `assq-delete-all'.
12577
12578 * display.texi (Overlay Properties): Clarify `evaporate' property.
12579
12580 2003-09-29 Lute Kamstra <lute@gnu.org>
12581
12582 * modes.texi (Mode Line Data): Explain when symbols in mode-line
12583 constructs should be marked as risky.
12584 Change cons cell into proper list.
12585 (Mode Line Variables): Change cons cell into proper list.
12586
12587 2003-09-26 Lute Kamstra <lute@gnu.org>
12588
12589 * modes.texi (Mode Line Data): Document the :propertize construct.
12590 (Mode Line Variables): Reorder the descriptions of the variables
12591 to match their order in the default mode-line-format.
12592 Describe the new variables mode-line-position and mode-line-modes.
12593 Update the default values of mode-line-frame-identification,
12594 minor-mode-alist, and default-mode-line-format.
12595 (Properties in Mode): Mention the :propertize construct.
12596
12597 2003-09-26 Richard M. Stallman <rms@gnu.org>
12598
12599 * buffers.texi, commands.texi, debugging.texi, eval.texi:
12600 * loading.texi, minibuf.texi, text.texi, variables.texi:
12601 Avoid @strong{Note:}.
12602
12603 2003-09-26 Richard M. Stallman <rms@gnu.org>
12604
12605 * keymaps.texi (Remapping Commands): Fix typo.
12606
12607 2003-09-23 Luc Teirlinck <teirllm@mail.auburn.edu>
12608
12609 * processes.texi (Low-Level Network): Fix typo.
12610
12611 2003-09-23 Kim F. Storm <storm@cua.dk>
12612
12613 * processes.texi (Network, Network Servers): Fix typos.
12614 (Low-Level Network): Add timeout value for :server keyword.
12615 Add new option keywords to make-network-process.
12616 Add set-network-process-options.
12617 Explain how to test availability of network options.
12618
12619 2003-09-19 Richard M. Stallman <rms@gnu.org>
12620
12621 * text.texi (Motion by Indent): Arg to
12622 backward-to-indentation and forward-to-indentation is optional.
12623
12624 * strings.texi (Creating Strings): Add substring-no-properties.
12625
12626 * processes.texi
12627 (Process Information): Add list-processes arg QUERY-ONLY.
12628 Delete process-contact from here.
12629 Add new status values for process-status.
12630 Add process-get, process-put, process-plist, set-process-plist.
12631 (Synchronous Processes): Add call-process-shell-command.
12632 (Signals to Processes): signal-process allows process objects.
12633 (Network): Complete rewrite.
12634 (Network Servers, Datagrams, Low-Level Network): New nodes.
12635
12636 * positions.texi (Word Motion): forward-word, backward-word
12637 arg is optional. Reword.
12638
12639 * abbrevs.texi (Defining Abbrevs): Index no-self-insert.
12640
12641 * variables.texi (Creating Buffer-Local):
12642 Delete duplicate definition of buffer-local-value.
12643 (File Local Variables): Explain about discarding text props.
12644
12645 2003-09-11 Richard M. Stallman <rms@gnu.org>
12646
12647 * minibuf.texi (Intro to Minibuffers): Explain that the minibuffer
12648 changes variables that record input events.
12649 (Minibuffer Misc): Add minibuffer-selected-window.
12650
12651 * lists.texi (Building Lists): Add copy-tree.
12652
12653 * display.texi (Fontsets): Add char-displayable-p.
12654 (Scroll Bars): New node.
12655
12656 2003-09-08 Lute Kamstra <lute@gnu.org>
12657
12658 * modes.texi (%-Constructs): Document new `%i' and `%I'
12659 constructs.
12660
12661 2003-09-03 Peter Runestig <peter@runestig.com>
12662
12663 * makefile.w32-in: New file.
12664
12665 2003-08-29 Richard M. Stallman <rms@gnu.org>
12666
12667 * display.texi (Overlay Properties): Clarify how priorities
12668 affect use of the properties.
12669
12670 2003-08-19 Luc Teirlinck <teirllm@mail.auburn.edu>
12671
12672 * customize.texi (Type Keywords): Correct the description of
12673 `:help-echo' in the case where `motion-doc' is a function.
12674
12675 2003-08-14 John Paul Wallington <jpw@gnu.org>
12676
12677 * modes.texi (Emulating Mode Line): Subsection, not section.
12678
12679 2003-08-13 Richard M. Stallman <rms@gnu.org>
12680
12681 * elisp.texi (Top): Update subnode lists in menu.
12682
12683 * text.texi (Insertion): Add insert-buffer-substring-no-properties.
12684 (Kill Functions): kill-region has new arg yank-handler.
12685 (Yanking): New node.
12686 (Yank Commands): Add yank-undo-function.
12687 (Low-Level Kill Ring):
12688 kill-new and kill-append have new arg yank-handler.
12689 (Changing Properties): Add remove-list-of-text-properties.
12690 (Atomic Changes): New node.
12691
12692 * symbols.texi (Other Plists): Add lax-plist-get, lax-plist-put.
12693
12694 * streams.texi (Output Variables): Add eval-expression-print-length
12695 and eval-expression-print-level.
12696
12697 * os.texi (Time Conversion): For encode-time, explain limits on year.
12698
12699 * objects.texi (Character Type): Define anchor "modifier bits".
12700
12701 * modes.texi (Emulating Mode Line): New node.
12702 (Search-based Fontification): Font Lock uses font-lock-face property.
12703 (Other Font Lock Variables): Likewise.
12704
12705 * keymaps.texi (Format of Keymaps): Keymaps contain char tables,
12706 not vectors.
12707 (Active Keymaps): Add emulation-mode-map-alists.
12708 (Functions for Key Lookup): key-binding has new arg no-remap.
12709 (Remapping Commands): New node.
12710 (Scanning Keymaps): where-is-internal has new arg no-remap.
12711 (Tool Bar): Add tool-bar-local-item-from-menu.
12712 Clarify when to use tool-bar-add-item-from-menu.
12713
12714 * commands.texi (Interactive Call): commandp has new arg.
12715 (Command Loop Info): Add this-original-command.
12716
12717 2003-08-06 John Paul Wallington <jpw@gnu.org>
12718
12719 * compile.texi (Compiler Errors): Say `@end defmac' after `@defmac'.
12720
12721 * display.texi (Warning Basics): Fix typo.
12722 (Fringes): Add closing curly bracket and fix typo.
12723
12724 * elisp.texi (Top): Fix typo.
12725
12726 2003-08-05 Richard M. Stallman <rms@gnu.org>
12727
12728 * elisp.texi: Update lists of subnodes.
12729
12730 * windows.texi (Buffers and Windows): set-window-buffer has new arg.
12731
12732 * variables.texi (Local Variables): Use lc for example variable names.
12733
12734 * tips.texi (Library Headers): Explain where to put -*-.
12735
12736 * strings.texi (Creating Strings): Fix xref for vconcat.
12737
12738 * sequences.texi (Vector Functions):
12739 vconcat no longer allows integer args.
12740
12741 * minibuf.texi (Reading File Names): read-file-name has new
12742 arg PREDICATE. New function read-directory-name.
12743
12744 * macros.texi (Defining Macros): Give definition of `declare'.
12745 (Indenting Macros): New node.
12746
12747 * frames.texi (Parameter Access): Add modify-all-frames-parameters.
12748 (Window Frame Parameters): Make separate table of parameters
12749 that are coupled with specific face attributes.
12750 (Deleting Frames): delete-frame-hooks renamed to
12751 delete-frame-functions.
12752
12753 * files.texi (Magic File Names): Add file-remote-p.
12754 Clarify file-local-copy.
12755
12756 * edebug.texi (Instrumenting Macro Calls): Don't define `declare'
12757 here; instead xref Defining Macros.
12758
12759 * display.texi (Warnings): New node, and subnodes.
12760 (Fringes): New node.
12761
12762 * debugging.texi (Test Coverage): New node.
12763
12764 * compile.texi (Compiler Errors): Explain with-no-warnings
12765 and other ways to suppress warnings.
12766
12767 * commands.texi (Interactive Call): Minor clarification.
12768
12769 * buffers.texi (Buffer File Name): set-visited-file-name
12770 renames the buffer too.
12771
12772 * abbrevs.texi (Abbrev Tables): Add copy-abbrev-table.
12773
12774 2003-07-24 Markus Rost <rost@math.ohio-state.edu>
12775
12776 * abbrevs.texi (Abbrev Expansion): Use \s syntax in example.
12777
12778 2003-07-22 Markus Rost <rost@math.ohio-state.edu>
12779
12780 * internals.texi (Garbage Collection): Fix previous change.
12781
12782 2003-07-22 Richard M. Stallman <rms@gnu.org>
12783
12784 * files.texi (Truenames): Add LIMIT arg to file-chase-links.
12785
12786 * display.texi (Width): Use \s syntax in example.
12787 (Font Selection): Add face-font-rescale-alist.
12788
12789 * modes.texi (Imenu): Add xref to Emacs Manual node on Imenu.
12790 Remove spurious indent in example.
12791
12792 * lists.texi (Building Lists): Add number-sequence.
12793
12794 * internals.texi (Garbage Collection): Add gcs-done, gc-elapsed.
12795
12796 * functions.texi (Function Documentation): Explain how to
12797 show calling convention explicitly in the doc string.
12798
12799 * windows.texi (Selecting Windows): save-selected-window saves
12800 selected window of each frame.
12801 (Window Configurations): Minor change.
12802
12803 * syntax.texi (Syntax Table Functions): Use \s syntax in examples.
12804
12805 * streams.texi (Output Variables): Add print-continuous-numbering
12806 and print-number-table.
12807
12808 * processes.texi (Decoding Output): New node.
12809
12810 * os.texi (Time Conversion): decode-time arg is optional.
12811
12812 * objects.texi (Character Type): Don't use space as example for \.
12813 Make list of char names and \-sequences correspond.
12814 Explain that \s is not used in strings. `\ ' needs space after.
12815
12816 * nonascii.texi (Converting Representations): Add string-to-multibyte.
12817 (Translation of Characters): Add translation-table-for-input.
12818 (Default Coding Systems): Add auto-coding-functions.
12819 (Explicit Encoding): Add decode-coding-inserted-region.
12820 (Locales): Add locale-info.
12821
12822 * minibuf.texi (Basic Completion): Describe test-completion.
12823 Collections can be lists of strings.
12824 Clean up lazy-completion-table.
12825 (Programmed Completion): Mention test-completion.
12826 Clarify why lambda expressions are not accepted.
12827 (Minibuffer Misc): Describe minibufferp.
12828
12829 2003-07-14 Richard M. Stallman <rms@gnu.org>
12830
12831 * buffers.texi (Killing Buffers): kill-buffer-hook is perm local.
12832
12833 * windows.texi (Selecting Windows): New arg to select-window.
12834 (Selecting Windows): Add with-selected-window.
12835 (Size of Window): Add window-inside-edges, etc.
12836
12837 * internals.texi (Garbage Collection): Add post-gc-hook.
12838
12839 * processes.texi (Subprocess Creation): Add exec-suffixes.
12840
12841 * keymaps.texi (Functions for Key Lookup): Add current-active-maps.
12842 (Scanning Keymaps): Add map-keymaps.
12843 (Defining Menus): Add keymap-prompt.
12844
12845 * numbers.texi (Integer Basics): Add most-positive-fixnum,
12846 most-negative-fixnum.
12847
12848 * compile.texi (Byte Compilation): Explain no-byte-compile.
12849 (Compiler Errors): New node.
12850
12851 * os.texi (User Identification): user-uid, user-real-uid
12852 can return float.
12853
12854 * modes.texi (Major Mode Conventions): Explain about run-mode-hooks
12855 and about derived modes.
12856 (Minor Modes): Add minor-mode-list.
12857 (Defining Minor Modes): Keyword args for define-minor-mode.
12858 (Search-based Fontification): Explain managing other properties.
12859 (Other Font Lock Variables): Add font-lock-extra-managed-props.
12860 (Faces for Font Lock): Add font-lock-preprocessor-face.
12861 (Hooks): Add run-mode-hooks and delay-mode-hooks.
12862
12863 * variables.texi (Creating Buffer-Local): Add buffer-local-value.
12864 (Variable Aliases): Clarify defvaralias.
12865
12866 * loading.texi (Library Search): Add load-suffixes.
12867
12868 * minibuf.texi (Basic Completion): Add lazy-completion-table.
12869 (Programmed Completion): Add dynamic-completion-table.
12870
12871 * files.texi (Changing Files): copy-file allows dir as NEWNAME.
12872 (Magic File Names): Specify precedence order of handlers.
12873
12874 * commands.texi (Command Overview): Emacs server runs pre-command-hook
12875 and post-command-hook.
12876 (Waiting): New calling convention for sit-for.
12877
12878 * text.texi (Special Properties): local-map and keymap properties
12879 apply based on their stickiness.
12880
12881 2003-07-07 Richard M. Stallman <rms@gnu.org>
12882
12883 * modes.texi (Minor Mode Conventions): Specify only some kinds
12884 of list values as args to minor modes.
12885
12886 * files.texi (File Name Expansion): Warn about iterative use
12887 of substitute-in-file-name.
12888
12889 * advice.texi (Activation of Advice): Clean up previous change.
12890
12891 2003-07-06 Markus Rost <rost@math.ohio-state.edu>
12892
12893 * advice.texi (Activation of Advice): Note that ad-start-advice is
12894 turned on by default.
12895
12896 2003-06-30 Richard M. Stallman <rms@gnu.org>
12897
12898 * text.texi (Buffer Contents): Document current-word.
12899 (Change Hooks): Not called for *Messages*.
12900
12901 * functions.texi (Defining Functions): Explain about redefining
12902 primitives.
12903 (Function Safety): Rename. Minor changes.
12904 Comment out the detailed criteria for what is safe.
12905
12906 2003-06-22 Andreas Schwab <schwab@suse.de>
12907
12908 * objects.texi (Symbol Type): Fix description of examples.
12909
12910 2003-06-16 Andreas Schwab <schwab@suse.de>
12911
12912 * hash.texi (Creating Hash): Fix description of :weakness.
12913
12914 2003-06-13 Kai Großjohann <kai.grossjohann@gmx.net>
12915
12916 * files.texi (Changing Files): copy-file copies file modes, too.
12917
12918 2003-05-28 Richard M. Stallman <rms@gnu.org>
12919
12920 * strings.texi (Creating Strings): Clarify split-string.
12921
12922 2003-05-22 Stephen J. Turnbull <stephen@xemacs.org>
12923
12924 * strings.texi (Creating Strings): Update split-string specification
12925 and examples.
12926
12927 2003-05-19 Richard M. Stallman <rms@gnu.org>
12928
12929 * elisp.texi: Correct invariant section names.
12930
12931 2003-04-20 Richard M. Stallman <rms@gnu.org>
12932
12933 * os.texi (Timers): Explain about timers and quitting.
12934
12935 2003-04-19 Richard M. Stallman <rms@gnu.org>
12936
12937 * internals.texi (Writing Emacs Primitives): Strings are
12938 no longer special for GCPROs. Mention GCPRO5, GCPRO6.
12939 Explain GCPRO convention for varargs function args.
12940
12941 2003-04-16 Richard M. Stallman <rms@gnu.org>
12942
12943 * minibuf.texi (Minibuffer Misc): Document fn minibuffer-message.
12944
12945 2003-04-08 Richard M. Stallman <rms@gnu.org>
12946
12947 * files.texi (Kinds of Files): Correct return value of file-symlink-p.
12948
12949 2003-02-13 Kim F. Storm <storm@cua.dk>
12950
12951 * objects.texi (Character Type): New \s escape for space.
12952
12953 2003-01-31 Joe Buehler <jhpb@draco.hekimian.com>
12954
12955 * os.texi (System Environment): Add cygwin system-type.
12956
12957 2003-01-25 Richard M. Stallman <rms@gnu.org>
12958
12959 * keymaps.texi: Document that a symbol can act as a keymap.
12960
12961 2003-01-13 Richard M. Stallman <rms@gnu.org>
12962
12963 * text.texi (Changing Properties): Say string indices are origin-0.
12964
12965 * positions.texi (Screen Lines) <compute-motion>:
12966 Correct order of elts in return value.
12967
12968 * keymaps.texi (Changing Key Bindings) <define-key>: Mention
12969 how to define a default binding.
12970
12971 2002-12-07 Markus Rost <rost@math.ohio-state.edu>
12972
12973 * loading.texi (Unloading): Fix recent change for load-history.
12974
12975 * customize.texi (Simple Types): Clarify description of custom
12976 type 'number. Describe new custom type 'float.
12977
12978 2002-12-04 Markus Rost <rost@math.ohio-state.edu>
12979
12980 * variables.texi (File Local Variables): Fix typo.
12981
12982 2002-10-23 Kai Großjohann <kai.grossjohann@uni-duisburg.de>
12983
12984 From Michael Albinus <Michael.Albinus@alcatel.de>.
12985
12986 * README: Target for Info file is `make info'.
12987
12988 * files.texi (File Name Components): Fix typos in
12989 `file-name-sans-extension'.
12990 (Magic File Names): Complete list of operations for magic file
12991 name handlers.
12992
12993 2002-09-16 Jonathan Yavner <jyavner@engineer.com>
12994
12995 * variables.texi (File Local Variables): New function
12996 risky-local-variable-p.
12997
12998 2002-09-15 Jonathan Yavner <jyavner@engineer.com>
12999
13000 * functions.texi (Function safety): New node about unsafep.
13001
13002 2002-08-05 Per Abrahamsen <abraham@dina.kvl.dk>
13003
13004 * customize.texi (Splicing into Lists): Fix example.
13005 Reported by Fabrice Bauzac <fabrice.bauzac@wanadoo.fr>.
13006
13007 2002-06-17 Juanma Barranquero <lektu@terra.es>
13008
13009 * frames.texi (Display Feature Testing): Fix typo.
13010
13011 2002-06-12 Andreas Schwab <schwab@suse.de>
13012
13013 * frames.texi (Initial Parameters, Resources): Fix references to
13014 the Emacs manual.
13015
13016 2002-05-13 Kim F. Storm <storm@cua.dk>
13017
13018 * variables.texi (Intro to Buffer-Local): Update warning and
13019 example relating to changing buffer inside let.
13020
13021 2002-03-10 Jan Djärv <jan.h.d@swipnet.se>
13022
13023 * os.texi (Session Management): New node about X Session management.
13024
13025 2002-01-18 Eli Zaretskii <eliz@is.elta.co.il>
13026
13027 * elisp.texi (VERSION): Set to 2.9. Update the version of Emacs
13028 to which the manual corresponds, and the copyright years.
13029
13030 * Makefile.in (VERSION): Set to 2.9.
13031
13032 2001-11-29 Eli Zaretskii <eliz@is.elta.co.il>
13033
13034 * elisp.texi: Change the category in @dircategory to "Emacs", to
13035 make it consistent with info/dir.
13036
13037 2001-11-25 Miles Bader <miles@gnu.org>
13038
13039 * text.texi (Fields): Describe new `limit' arg in
13040 field-beginning/field-end.
13041
13042 2001-11-17 Eli Zaretskii <eliz@is.elta.co.il>
13043
13044 * permute-index: Don't depend on csh-specific features.
13045 Replace the interpreter name with /bin/sh.
13046
13047 * two-volume-cross-refs.txt: New file.
13048 * two.el: New file.
13049 * spellfile: New file.
13050
13051 2001-11-16 Eli Zaretskii <eliz@is.elta.co.il>
13052
13053 * permute-index: New file.
13054
13055 * vol1.texi, vol2.texi: Renamed from elisp-vol1.texi and
13056 elisp-vol2.texi, respectively, to avoid file-name clashes in DOS
13057 8+3 restricted namespace.
13058
13059 * Makefile.in (infodir): Define relative to $(srcdir).
13060 ($(infodir)/elisp): Don't chdir into $(srcdir), but add it to the
13061 include directories list via -I switch to makeinfo.
13062 (index.texi): Use cp if both hard and symbolic links fail.
13063
13064 2001-11-10 Eli Zaretskii <eliz@is.elta.co.il>
13065
13066 * Makefile.in (distclean): Add.
13067
13068 The following changes make ELisp manual part of the Emacs
13069 distribution:
13070
13071 * Makefile.in: Add Copyright notice.
13072 (prefix): Remove.
13073 (infodir): Change value to "../info".
13074 (VPATH): New variable.
13075 (MAKE): Don't define.
13076 (texmacrodir): Don't define.
13077 (texinputdir): Append the existing value of TEXINPUTS.
13078 ($(infodir)/elisp): Instead of just "elisp". Reformat the
13079 command to be compatible with man/Makefile.in, and to put the
13080 output into ../info.
13081 (info): Add target.
13082 (installall): Target removed.
13083
13084 2001-10-31 Pavel Janík <Pavel@Janik.cz>
13085
13086 * tips.texi (Coding Conventions): Fix typo.
13087
13088 2001-10-23 Gerd Moellmann <gerd@gnu.org>
13089
13090 * Makefile.in (srcs): Add gpl.texi and doclicense.texi.
13091
13092 2001-10-22 Eli Zaretskii <eliz@is.elta.co.il>
13093
13094 * files.texi (File Name Components): Update the description of
13095 file-name-sans-extension and file-name-extension, as they now
13096 ignore leading dots.
13097
13098 2001-10-20 Gerd Moellmann <gerd@gnu.org>
13099
13100 * (Version 21.1 released.)
13101
13102 2001-10-19 Miles Bader <miles@gnu.org>
13103
13104 * positions.texi (Text Lines): Describe behavior of
13105 `beginning-of-line'/`end-of-line' in the presence of field properties.
13106
13107 2001-10-17 Gerd Moellmann <gerd@gnu.org>
13108
13109 * Makefile.in (VERSION): Set to 2.8.
13110 (manual): Use `manual-21'.
13111
13112 * elisp.texi (VERSION): Add and use it where the version
13113 number was used. Set it to 2.8.
13114
13115 * intro.texi: Likewise.
13116
13117 2001-10-13 Eli Zaretskii <eliz@is.elta.co.il>
13118
13119 * files.texi (File Name Completion): Document the significance of
13120 a trailing slash in elements of completion-ignored-extensions.
13121
13122 2001-10-06 Miles Bader <miles@gnu.org>
13123
13124 * variables.texi (Variable Aliases): It's `@defmac', not `@defmacro'.
13125
13126 2001-10-04 Gerd Moellmann <gerd@gnu.org>
13127
13128 * variables.texi (Variable Aliases): New node.
13129
13130 2001-10-04 Gerd Moellmann <gerd@gnu.org>
13131
13132 * Branch for 21.1.
13133
13134 2001-10-02 Miles Bader <miles@gnu.org>
13135
13136 * minibuf.texi (Minibuffer Misc): Add entries for
13137 `minibuffer-contents', `minibuffer-contents-no-properties', and
13138 `delete-minibuffer-contents'.
13139 Correct description for `minibuffer-prompt-end'.
13140
13141 * text.texi (Property Search): Correct descriptions of
13142 `next-char-property-change' and `previous-char-property-change'.
13143 Add entries for `next-single-char-property-change' and
13144 `previous-single-char-property-change'.
13145 Make operand names a bit more consistent.
13146
13147 2001-09-30 Eli Zaretskii <eliz@is.elta.co.il>
13148
13149 * frames.texi (Finding All Frames): Document that next-frame and
13150 previous-frame are local to current terminal.
13151
13152 2001-09-26 Eli Zaretskii <eliz@is.elta.co.il>
13153
13154 * keymaps.texi (Creating Keymaps): Fix the description of the
13155 result of make-keymap.
13156
13157 2001-09-23 Eli Zaretskii <eliz@is.elta.co.il>
13158
13159 * display.texi (Font Lookup, Attribute Functions)
13160 (Image Descriptors): Add cross-references to the definition of
13161 selected frame.
13162
13163 * buffers.texi (The Buffer List): Add cross-references to the
13164 definition of selected frame.
13165
13166 * frames.texi (Input Focus): Clarify which frame is _the_ selected
13167 frame at any given time.
13168 (Multiple Displays, Size and Position): Add a cross-reference to
13169 the definition of the selected frame.
13170
13171 2001-09-08 Eli Zaretskii <eliz@is.elta.co.il>
13172
13173 * strings.texi (String Conversion) <string-to-number>: Document
13174 that a float is returned for integers that are too large.
13175
13176 * frames.texi (Mouse Position): Document mouse-position-function.
13177 (Display Feature Testing): Document display-images-p.
13178 (Window Frame Parameters): Document the cursor-type variable.
13179
13180 * numbers.texi (Integer Basics): Document CL style read syntax for
13181 integers in bases other than 10.
13182
13183 * positions.texi (List Motion):
13184 Document open-paren-in-column-0-is-defun-start.
13185
13186 * lists.texi (Sets And Lists): Document member-ignore-case.
13187
13188 * internals.texi (Garbage Collection): Document the used and free
13189 strings report.
13190 (Memory Usage): Document strings-consed.
13191
13192 * os.texi (Time of Day): Document float-time.
13193 (Recording Input): Document that clear-this-command-keys clears
13194 the vector to be returned by recent-keys.
13195
13196 * keymaps.texi (Scanning Keymaps) <where-is-internal>:
13197 The argument keymap can be a list.
13198
13199 * nonascii.texi (User-Chosen Coding Systems)
13200 <select-safe-coding-system>: Document the new argument
13201 accept-default-p and the variable
13202 select-safe-coding-system-accept-default-p. Tell what happens if
13203 buffer-file-coding-system is undecided.
13204 (Default Coding Systems): Document auto-coding-regexp-alist.
13205
13206 * display.texi (The Echo Area) <message>: Document
13207 message-truncate-lines.
13208 (Glyphs): Document that the glyph table is unused on windowed
13209 displays.
13210
13211 * help.texi (Describing Characters) <single-key-description>:
13212 Document the new argument no-angles.
13213 (Accessing Documentation) <documentation-property>: Document that
13214 a non-string property is evaluated.
13215 <documentation>: Document that the function-documentation property
13216 is looked for.
13217
13218 * windows.texi (Selecting Windows): Document some-window.
13219
13220 * text.texi (MD5 Checksum): New node, documents the md5 primitive.
13221
13222 * hooks.texi (Standard Hooks): Add kbd-macro-termination-hook and
13223 apropos-mode-hook.
13224
13225 * commands.texi (Using Interactive): Document interactive-form.
13226 (Keyboard Macros): Document kbd-macro-termination-hook.
13227 (Command Loop Info): Document that clear-this-command-keys clears
13228 the vector to be returned by recent-keys.
13229
13230 2001-09-04 Werner LEMBERG <wl@gnu.org>
13231
13232 * Makefile.in (srcdir, texinputdir): New variables.
13233 (srcs, index.texi, install): Use $(srcdir).
13234 (.PHONY): Remove elisp.dvi.
13235 (elisp): Use -I switch for makeinfo.
13236 (elisp.dvi): Use $(srcdir) and $(texinputdir).
13237 (installall, dist): Use $(srcdir).
13238 Fix path to texinfo.tex.
13239 (maintainer-clean): Add elisp.dvi and elisp.oaux.
13240
13241 2001-08-30 Gerd Moellmann <gerd@gnu.org>
13242
13243 * display.texi (Conditional Display): Adjust to API change.
13244
13245 * configure: New file.
13246
13247 2001-07-30 Gerd Moellmann <gerd@gnu.org>
13248
13249 * commands.texi (Repeat Events): Add description of
13250 double-click-fuzz.
13251
13252 2001-05-08 Stefan Monnier <monnier@cs.yale.edu>
13253
13254 * syntax.texi (Syntax Class Table): Add the missing designator for
13255 comment and string fences.
13256 (Syntax Properties): Add a xref to syntax table internals.
13257 (Syntax Table Internals): Document string-to-syntax.
13258
13259 2001-05-07 Gerd Moellmann <gerd@gnu.org>
13260
13261 * Makefile.in (install): Use install-info command line options
13262 like in Emacs' Makefile.in.
13263
13264 2000-12-09 Miles Bader <miles@gnu.org>
13265
13266 * windows.texi (Window Start): Update documentation for
13267 `pos-visible-in-window-p'.
13268
13269 2000-11-12 Stefan Monnier <monnier@cs.yale.edu>
13270
13271 * lists.texi (Building Lists): Add footnote to explain how to add
13272 to the end of a list.
13273
13274 2000-10-25 Gerd Moellmann <gerd@gnu.org>
13275
13276 * files.texi (Visiting Functions): Typos.
13277
13278 2000-10-25 Kenichi Handa <handa@etl.go.jp>
13279
13280 * files.texi (Visiting Functions): Return value of
13281 find-file-noselect may be a list of buffers if wildcards are used.
13282
13283 2000-10-24 Miles Bader <miles@lsi.nec.co.jp>
13284
13285 * display.texi (Defining Faces): Document `graphic' display type
13286 in face specs.
13287
13288 2000-10-18 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
13289
13290 * hooks.texi (Standard Hooks): Replace obsolete
13291 `after-make-frame-hook' with `after-make-frame-functions'.
13292
13293 * frames.texi (Creating Frames): Ditto.
13294
13295 * variables.texi (Future Local Variables): Ditto.
13296
13297 2000-10-16 Gerd Moellmann <gerd@gnu.org>
13298
13299 * display.texi (Other Image Types): Add description of :foreground
13300 and :background properties of mono PBM images.
13301
13302 2000-08-17 Werner LEMBERG <wl@gnu.org>
13303
13304 * .cvsignore: New file.
13305
13306 2000-01-05 Gerd Moellmann <gerd@gnu.org>
13307
13308 * tindex.pl: New script.
13309
13310 1999-12-03 Dave Love <fx@gnu.org>
13311
13312 * Makefile.in (MAKEINFO): New parameter.
13313
13314 1999-09-17 Richard Stallman <rms@gnu.org>
13315
13316 * Makefile.in (srcs): Add hash.texi.
13317 (VERSION): Update to 20.6.
13318
13319 1999-09-13 Richard Stallman <rms@gnu.org>
13320
13321 * Makefile.in (index.texi): If cannot make a symlink, make a hard link.
13322
13323 1998-08-29 Karl Heuer <kwzh@gnu.org>
13324
13325 * configure.in: New file.
13326 * Makefile.in: Renamed from Makefile.
13327 (prefix, infodir): Use value obtained from configure.
13328 (emacslibdir): Obsolete variable deleted.
13329 (dist): Distribute configure.in, configure, Makefile.in.
13330
13331 1998-06-12 Richard Stallman <rms@psilocin.ai.mit.edu>
13332
13333 * Makefile (INSTALL_INFO): New variable.
13334 (install): Run install-info.
13335
13336 1998-05-09 Richard Stallman <rms@psilocin.ai.mit.edu>
13337
13338 * Makefile (elisp.dvi): Add missing backslash.
13339
13340 1998-05-02 Richard Stallman <rms@psilocin.gnu.org>
13341
13342 * Makefile (elisp.dvi): Don't depend on texindex or on elisp.tps.
13343 Run texindex without `./'. Always run texindex on elisp.tp.
13344 (elisp.tps): Target deleted.
13345
13346 1998-04-05 Richard Stallman <rms@psilocin.gnu.org>
13347
13348 * Makefile (srcs): Add nonascii.texi and customize.texi.
13349 (dist): Start by deleting `temp'.
13350
13351 1998-02-17 Richard Stallman <rms@psilocin.gnu.org>
13352
13353 * Makefile (makeinfo, texindex): Targets deleted.
13354 (makeinfo.o, texindex.o): Targets deleted.
13355 (clean, dist): Don't do anything with them or with getopt*.
13356
13357 1998-01-30 Richard Stallman <rms@psilocin.gnu.org>
13358
13359 * Makefile (SHELL): Defined.
13360
13361 1998-01-27 Richard Stallman <rms@psilocin.gnu.org>
13362
13363 * Makefile (elisp.tps): New target.
13364 (elisp.dvi): Depend on elisp.tps.
13365
13366 1996-04-03 Karl Heuer <kwzh@gnu.ai.mit.edu>
13367
13368 * README: Update phone number.
13369
13370 * Makefile (elisp): Make this be the default target.
13371 Depend on makeinfo.c instead of makeinfo.
13372 (install): Don't depend on elisp.dvi, since we don't install that.
13373 Use mkinstalldirs.
13374 (dist): Add mkinstalldirs.
13375
13376 1995-06-19 Richard Stallman <rms@mole.gnu.ai.mit.edu>
13377
13378 * Makefile (VERSION): Update version number.
13379 (maintainer-clean): Rename from realclean.
13380
13381 1995-06-07 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
13382
13383 * Makefile (realclean): New target.
13384 (elisp): Remove any old elisp-* files first.
13385
13386 1993-11-23 Noah Friedman (friedman@nutrimat.gnu.ai.mit.edu)
13387
13388 * Makefile (VERSION): New variable.
13389 (dist): Make packaged directory name `elisp-manual-19-$(VERSION)'.
13390 Compressed file suffix should be `.gz', not `.z'.
13391
13392 1993-11-22 Richard Stallman (rms@mole.gnu.ai.mit.edu)
13393
13394 * Makefile (elisp): Depend on makeinfo.
13395
13396 1993-11-19 Noah Friedman (friedman@gnu.ai.mit.edu)
13397
13398 * Makefile (srcs): Add anti.texi.
13399
13400 1993-05-28 Richard Stallman (rms@mole.gnu.ai.mit.edu)
13401
13402 * Makefile (infodir, prefix): New vars.
13403 (install): Use infodir.
13404 (emacsinfodir): Delete.
13405
13406 1993-05-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
13407
13408 * Makefile (srcs): Add calendar.texi.
13409
13410 * Makefile (dist): Copy texindex.c and makeinfo.c.
13411 Limit elisp-* files to those with one or two digits.
13412
13413 1993-05-16 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
13414
13415 * Makefile (dist): Change to use Gzip instead of compress.
13416
13417 1993-04-23 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
13418
13419 * loading.texi (Unloading): define-function changed back to
13420 defalias. It may not stay this way, but at least it's
13421 consistent with the known-good version of the code patch.
13422
13423 1993-03-26 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
13424
13425 * modes.texi (Hooks): Document new optional arg of add-hook.
13426
13427 1993-03-17 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
13428
13429 * variables.texi: Document nil initial value of buffer-local variables.
13430
13431 * tips.texi: Add new section on standard library headers.
13432
13433 1993-02-27 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
13434
13435 * Makefile (srcs): Add frame.texi to the list of sources.
13436
13437 1993-02-23 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
13438
13439 * Makefile (dist): Don't bother excluding autosave files; they'll
13440 never make it into the temp directory anyway, and the hash marks
13441 in the name are problematic for make and the Bourne shell.
13442 (srcs): ???
13443
13444 1993-02-12 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
13445
13446 * Makefile (dist): Don't include backup files or autosave files in
13447 the distribution tar file.
13448
13449 1991-11-26 Richard Stallman (rms@mole.gnu.ai.mit.edu)
13450
13451 * Makefile (srcs): Add index.perm.
13452 (elisp.dvi): Remove erroneous shell comment.
13453 Expect output of permute-index in permuted.fns.
13454 Save old elisp.aux in elisp.oaux.
13455 (clean): Add index.texi to be deleted.
13456
13457 1990-08-11 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
13458
13459 * Makefile (elisp.dvi, index.texi): Use shell if instead of ifdef.
13460
13461 1990-06-26 David Lawrence (tale@geech)
13462
13463 * files.texi: Noted that completion-ignored-extensions is ignored
13464 when making *Completions*.
13465
13466 1990-06-08 Jay Fenlason (hack@ai.mit.edu)
13467
13468 * Makefile make dist now depends on elisp.dvi, since it tries
13469 to include it in the dist file.
13470
13471 1990-03-28 Jim Kingdon (kingdon@mole.ai.mit.edu)
13472
13473 * functions.texinfo (Mapping Functions): Add missing quote.
13474
13475 1989-06-19 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
13476
13477 * texinfo.tex (frenchspacing): Use decimal codes for char to be set.
13478 (defunargs): Turn off \hyphenchar of \sl font temporarily.
13479
13480 1989-05-10 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
13481
13482 * @result{}, @expansion{}, @print{}, @quiv{}, @point{},
13483 and @error{} are the terms now being used. The files in the
13484 directory have been changed to reflect this.
13485
13486 * All instances of @indentedresultt{} have been changed to
13487 ` @result{}', using 5 spaces at the beginning of the line.
13488
13489 1989-04-24 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
13490
13491 * @result{}, @expandsto{}, @prints{}, @quiv{}, @error{}, and the
13492 experimental @indentedresult{}, @indentedexpandsto{} are part of
13493 the texinfo.tex in this directory. These TeX macros are not
13494 stable yet.
13495
13496 1989-04-17 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
13497
13498 * texinfo.tex: Temporarily added
13499 \let\result=\dblarrow
13500 \def\error{{\it ERROR} \longdblarrow}
13501 We need to do this better soon.
13502
13503 1989-04-11 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
13504
13505 * Applied Karl Berry's patches to *.texinfo files, but not to
13506 texinfo.tex; those diffs are in `berry-texinfo-tex-diffs'. (Karl's
13507 new title page format is also not applied, since it requires
13508 texinfo.tex changes.)
13509
13510 * Cleaned up `Makefile' and defined the `emacslibdir' directory
13511 for the Project GNU development environment.
13512
13513 ;; Local Variables:
13514 ;; coding: utf-8
13515 ;; End:
13516
13517 Copyright (C) 1998-2015 Free Software Foundation, Inc.
13518
13519 This file is part of GNU Emacs.
13520
13521 GNU Emacs is free software: you can redistribute it and/or modify
13522 it under the terms of the GNU General Public License as published by
13523 the Free Software Foundation, either version 3 of the License, or
13524 (at your option) any later version.
13525
13526 GNU Emacs is distributed in the hope that it will be useful,
13527 but WITHOUT ANY WARRANTY; without even the implied warranty of
13528 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13529 GNU General Public License for more details.
13530
13531 You should have received a copy of the GNU General Public License
13532 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.