/[emacs]/emacs/lispref/ChangeLog
ViewVC logotype

Diff of /emacs/lispref/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.49.2.1 by miles, Fri Apr 4 06:20:41 2003 UTC revision 1.49.2.2 by miles, Tue Oct 14 23:10:11 2003 UTC
# Line 1  Line 1 
1    2003-10-13  Luc Teirlinck  <teirllm@auburn.edu>
2    
3            * windows.texi (Choosing Window): Fix typo.
4            * edebug.texi (Edebug Execution Modes): Fix typo.
5    
6    2003-10-13  Richard M. Stallman  <rms@gnu.org>
7    
8            * windows.texi (Basic Windows): A window has fringe settings,
9            display margins and scroll-bar settings.
10            (Splitting Windows): Doc split-window return value.
11            Clean up one-window-p.
12            (Selecting Windows): Fix typo.
13            (Cyclic Window Ordering): Explain frame as ALL-FRAMES in next-window.
14            (Buffers and Windows): In set-window-buffer, explain effect
15            on fringe settings and scroll bar settings.
16            (Displaying Buffers): In pop-to-buffer, explain nil as buffer arg.
17            (Choosing Window): Use defopt for pop-up-frame-function.
18            For special-display-buffer-names, explain same-window and same-frame.
19            Clarify window-dedicated-p return value.
20            (Textual Scrolling): scroll-up and scroll-down can get an error.
21            (Horizontal Scrolling): Clarify auto-hscroll-mode.
22            Clarify set-window-hscroll.
23            (Size of Window): Don't mention tool bar in window-height.
24            (Coordinates and Windows): Explain what coordinates-in-window-p
25            returns for fringes and display margins.
26            (Window Configurations): Explain saving fringes, etc.
27    
28            * tips.texi (Library Headers): Clean up Documentation.
29    
30            * syntax.texi (Parsing Expressions): Clean up forward-comment
31            and parse-sexp-lookup-properties.
32    
33            * sequences.texi (Sequence Functions): sequencep accepts bool-vectors.
34    
35            * os.texi (System Environment): Clean up text for load-average errors.
36    
37            * modes.texi (Hooks): Don't explain local hook details at front.
38            Clarify run-hooks and run-hook-with-args a little.
39            Clean up add-hook and remove-hook.
40    
41            * edebug.texi (Edebug Execution Modes): Clarify t.
42            Document edebug-sit-for-seconds.
43            (Coverage Testing): Document C-x X = and =.
44            (Instrumenting Macro Calls): Fix typo.
45            (Specification List): Don't index the specification keywords.
46    
47    2003-10-10  Kim F. Storm  <storm@cua.dk>
48    
49            * processes.texi (Network): Introduce make-network-process.
50    
51    2003-10-09  Luc Teirlinck  <teirllm@auburn.edu>
52    
53            * tips.texi (Library Headers): Fix typo.
54    
55    2003-10-07  Juri Linkov  <juri@jurta.org>
56    
57            * modes.texi (Imenu): Mention imenu-create-index-function's
58            default value.  Explain submenus better.
59    
60    2003-10-07  Lute Kamstra  <lute@gnu.org>
61    
62            * modes.texi (Faces for Font Lock): Fix typo.
63            (Hooks): Explain how buffer-local hook variables can refer to
64            global hook variables.
65            Various minor clarifications.
66    
67    2003-10-06  Lute Kamstra  <lute@gnu.org>
68    
69            * tips.texi (Coding Conventions): Mention naming conventions for
70            hooks.
71    
72    2003-10-05  Luc Teirlinck  <teirllm@auburn.edu>
73    
74            * loading.texi (Library Search): Correct default value of
75            load-suffixes.
76            (Named Features): Fix typo.
77    
78    2003-10-05  Richard M. Stallman  <rms@gnu.org>
79    
80            * loading.texi (Named Features): In `provide',
81            say how to test for subfeatures.
82            (Unloading): In unload-feature, use new var name
83            unload-feature-special-hooks.
84    
85    2003-10-03  Lute Kamstra  <lute@gnu.org>
86    
87            * modes.texi (Major Mode Conventions): Mention third way to set up
88            Imenu.
89            (Imenu): A number of small fixes.
90            Delete documentation of internal variable imenu--index-alist.
91            Document the return value format of imenu-create-index-function
92            functions.
93    
94    2003-09-30  Richard M. Stallman  <rms@gnu.org>
95    
96            * processes.texi (Network): Say what stopped datagram connections do.
97    
98            * lists.texi (Association Lists): Clarify `assq-delete-all'.
99    
100            * display.texi (Overlay Properties): Clarify `evaporate' property.
101    
102    2003-09-29  Lute Kamstra  <lute@gnu.org>
103    
104            * modes.texi (Mode Line Data): Explain when symbols in mode-line
105            constructs should be marked as risky.
106            Change cons cell into proper list.
107            (Mode Line Variables): Change cons cell into proper list.
108    
109    2003-09-26  Lute Kamstra  <lute@gnu.org>
110    
111            * modes.texi (Mode Line Data): Document the :propertize construct.
112            (Mode Line Variables): Reorder the descriptions of the variables
113            to match their order in the default mode-line-format.
114            Describe the new variables mode-line-position and mode-line-modes.
115            Update the default values of mode-line-frame-identification,
116            minor-mode-alist, and default-mode-line-format.
117            (Properties in Mode): Mention the :propertize construct.
118    
119    2003-09-26  Richard M. Stallman  <rms@gnu.org>
120    
121            * buffers.texi, commands.texi, debugging.texi, eval.texi:
122            * loading.texi, minibuf.texi, text.texi, variables.texi:
123            Avoid @strong{Note:}.
124    
125    2003-09-26  Richard M. Stallman  <rms@gnu.org>
126    
127            * keymaps.texi (Remapping Commands): Fix typo.
128    
129    2003-09-23  Luc Teirlinck  <teirllm@mail.auburn.edu>
130    
131            * processes.texi (Low-Level Network): Fix typo.
132    
133    2003-09-23  Kim F. Storm  <storm@cua.dk>
134    
135            * processes.texi (Network, Network Servers): Fix typos.
136            (Low-Level Network): Add timeout value for :server keyword.
137            Add new option keywords to make-network-process.
138            Add set-network-process-options.
139            Explain how to test availability of network options.
140    
141    2003-09-19  Richard M. Stallman  <rms@gnu.org>
142    
143            * text.texi (Motion by Indent): Arg to
144            backward-to-indentation and forward-to-indentation is optional.
145    
146            * strings.texi (Creating Strings): Add substring-no-properties.
147    
148            * processes.texi
149            (Process Information): Add list-processes arg QUERY-ONLY.
150            Delete process-contact from here.
151            Add new status values for process-status.
152            Add process-get, process-put, process-plist, set-process-plist.
153            (Synchronous Processes): Add call-process-shell-command.
154            (Signals to Processes): signal-process allows process objects.
155            (Network): Complete rewrite.
156            (Network Servers, Datagrams, Low-Level Network): New nodes.
157    
158            * positions.texi (Word Motion): forward-word, backward-word
159            arg is optional.  Reword.
160    
161            * abbrevs.texi (Defining Abbrevs): Index no-self-insert.
162    
163            * variables.texi (Creating Buffer-Local):
164            Delete duplicate definition of buffer-local-value.
165            (File Local Variables): Explain about discarding text props.
166    
167    2003-09-11  Richard M. Stallman  <rms@gnu.org>
168    
169            * minibuf.texi (Intro to Minibuffers): Explain that the minibuffer
170            changes variables that record input events.
171            (Minibuffer Misc): Add minibuffer-selected-window.
172    
173            * lists.texi (Building Lists): Add copy-tree.
174    
175            * display.texi (Fontsets): Add char-displayable-p.
176            (Scroll Bars): New node.
177    
178    2003-09-08  Lute Kamstra  <lute@gnu.org>
179    
180            * modes.texi (%-Constructs): Document new `%i' and `%I'
181            constructs.
182    
183    2003-09-03  Peter Runestig  <peter@runestig.com>
184    
185            * makefile.w32-in: New file.
186    
187    2003-08-29  Richard M. Stallman  <rms@gnu.org>
188    
189            * display.texi (Overlay Properties): Clarify how priorities
190            affect use of the properties.
191    
192    2003-08-19  Luc Teirlinck  <teirllm@mail.auburn.edu>
193    
194            * customize.texi (Type Keywords): Correct the description of
195            `:help-echo' in the case where `motion-doc' is a function.
196    
197    2003-08-14  John Paul Wallington  <jpw@gnu.org>
198    
199            * modes.texi (Emulating Mode Line): Subsection, not section.
200    
201    2003-08-13  Richard M. Stallman  <rms@gnu.org>
202    
203            * elisp.texi (Top): Update subnode lists in menu.
204    
205            * text.texi (Insertion): Add insert-buffer-substring-no-properties.
206            (Kill Functions): kill-region has new arg yank-handler.
207            (Yanking): New node.
208            (Yank Commands): Add yank-undo-function.
209            (Low-Level Kill Ring):
210            kill-new and kill-append have new arg yank-handler.
211            (Changing Properties): Add remove-list-of-text-properties.
212            (Atomic Changes): New node.
213    
214            * symbols.texi (Other Plists): Add lax-plist-get, lax-plist-put.
215    
216            * streams.texi (Output Variables): Add eval-expression-print-length
217            and eval-expression-print-level.
218    
219            * os.texi (Time Conversion): For encode-time, explain limits on year.
220    
221            * objects.texi (Character Type): Define anchor "modifier bits".
222    
223            * modes.texi (Emulating Mode Line): New node.
224            (Search-based Fontification): Font Lock uses font-lock-face property.
225            (Other Font Lock Variables): Likewise.
226    
227            * keymaps.texi (Format of Keymaps): Keymaps contain char tables,
228            not vectors.
229            (Active Keymaps): Add emulation-mode-map-alists.
230            (Functions for Key Lookup): key-binding has new arg no-remap.
231            (Remapping Commands): New node.
232            (Scanning Keymaps): where-is-internal has new arg no-remap.
233            (Tool Bar): Add tool-bar-local-item-from-menu.
234            Clarify when to use tool-bar-add-item-from-menu.
235    
236            * commands.texi (Interactive Call): commandp has new arg.
237            (Command Loop Info): Add this-original-command.
238    
239    2003-08-06  John Paul Wallington  <jpw@gnu.org>
240    
241            * compile.texi (Compiler Errors): Say `@end defmac' after `@defmac'.
242    
243            * display.texi (Warning Basics): Fix typo.
244            (Fringes): Add closing curly bracket and fix typo.
245    
246            * elisp.texi (Top): Fix typo.
247    
248    2003-08-05  Richard M. Stallman  <rms@gnu.org>
249    
250            * elisp.texi: Update lists of subnodes.
251    
252            * windows.texi (Buffers and Windows): set-window-buffer has new arg.
253    
254            * variables.texi (Local Variables): Use lc for example variable names.
255    
256            * tips.texi (Library Headers): Explain where to put -*-.
257    
258            * strings.texi (Creating Strings): Fix xref for vconcat.
259    
260            * sequences.texi (Vector Functions):
261            vconcat no longer allows integer args.
262    
263            * minibuf.texi (Reading File Names): read-file-name has new
264            arg PREDICATE.  New function read-directory-name.
265    
266            * macros.texi (Defining Macros): Give definition of `declare'
267            (Indenting Macros): New node.
268    
269            * frames.texi (Parameter Access): Add modify-all-frames-parameters.
270            (Window Frame Parameters): Make separate table of parameters
271            that are coupled with specific face attributes.
272            (Deleting Frames): delete-frame-hooks renamed to
273            delete-frame-functions.
274    
275            * files.texi (Magic File Names): Add file-remote-p.
276            Clarify file-local-copy.
277    
278            * edebug.texi (Instrumenting Macro Calls): Don't define `declare'
279            here; instead xref Defining Macros.
280    
281            * display.texi (Warnings): New node, and subnodes.
282            (Fringes): New node.
283    
284            * debugging.texi (Test Coverage): New node.
285    
286            * compile.texi (Compiler Errors): Explain with-no-warnings
287            and other ways to suppress warnings.
288    
289            * commands.texi (Interactive Call): Minor clarification.
290    
291            * buffers.texi (Buffer File Name): set-visited-file-name
292            renames the buffer too.
293    
294            * abbrevs.texi (Abbrev Tables): Add copy-abbrev-table.
295    
296    2003-07-24  Markus Rost  <rost@math.ohio-state.edu>
297    
298            * abbrevs.texi (Abbrev Expansion): Use \s syntax in example.
299    
300    2003-07-22  Markus Rost  <rost@math.ohio-state.edu>
301    
302            * internals.texi (Garbage Collection): Fix previous change.
303    
304    2003-07-22  Richard M. Stallman  <rms@gnu.org>
305    
306            * files.texi (Truenames): Add LIMIT arg to file-chase-links.
307    
308            * display.texi (Width): Use \s syntax in example.
309            (Font Selection): Add face-font-rescale-alist.
310    
311            * modes.texi (Imenu): Add xref to Emacs Manual node on Imenu.
312            Remove spurious indent in example.
313    
314            * lists.texi (Building Lists): Add number-sequence.
315    
316            * internals.texi (Garbage Collection): Add gcs-done, gc-elapsed.
317    
318            * functions.texi (Function Documentation): Explain how to
319            show calling convention explicitly in the doc string.
320    
321            * windows.texi (Selecting Windows): save-selected-window saves
322            selected window of each frame.
323            (Window Configurations): Minor change.
324    
325            * syntax.texi (Syntax Table Functions): Use \s syntax in examples.
326    
327            * streams.texi (Output Variables): Add print-continuous-numbering
328            and print-number-table.
329    
330            * processes.texi (Decoding Output): New node.
331    
332            * os.texi (Time Conversion): decode-time arg is optional.
333    
334            * objects.texi (Character Type): Don't use space as example for \.
335            Make list of char names and \-sequences correspond.
336            Explain that \s is not used in strings.  `\ ' needs space after.
337    
338            * nonascii.texi (Converting Representations): Add string-to-multibyte.
339            (Translation of Characters): Add translation-table-for-input.
340            (Default Coding Systems): Add auto-coding-functions.
341            (Explicit Encoding): Add decode-coding-inserted-region.
342            (Locales): Add locale-info.
343    
344            * minibuf.texi (Basic Completion): Describe test-completion.
345            Collections can be lists of strings.
346            Clean up lazy-completion-table.
347            (Programmed Completion): Mention test-completion.
348            Clarify why lambda expressions are not accepted.
349            (Minibuffer Misc): Describe minibufferp.
350    
351    2003-07-14  Richard M. Stallman  <rms@gnu.org>
352    
353            * buffers.texi (Killing Buffers): kill-buffer-hook is perm local.
354    
355            * windows.texi (Selecting Windows): New arg to select-window.
356            (Selecting Windows): Add with-selected-window.
357            (Size of Window): Add window-inside-edges, etc.
358    
359            * internals.texi (Garbage Collection): Add post-gc-hook.
360    
361            * processes.texi (Subprocess Creation): Add exec-suffixes.
362    
363            * keymaps.texi (Functions for Key Lookup): Add current-active-maps.
364            (Scanning Keymaps): Add map-keymaps.
365            (Defining Menus): Add keymap-prompt.
366    
367            * numbers.texi (Integer Basics): Add most-positive-fixnum,
368            most-negative-fixnum.
369    
370            * compile.texi (Byte Compilation): Explain no-byte-compile
371            (Compiler Errors): New node.
372    
373            * os.texi (User Identification): user-uid, user-real-uid
374            can return float.
375    
376            * modes.texi (Major Mode Conventions): Explain about run-mode-hooks
377            and about derived modes.
378            (Minor Modes): Add minor-mode-list.
379            (Defining Minor Modes): Keyword args for define-minor-mode.
380            (Search-based Fontification): Explain managing other properties.
381            (Other Font Lock Variables): Add font-lock-extra-managed-props.
382            (Faces for Font Lock): Add font-locl-preprocessor-face.
383            (Hooks): Add run-mode-hooks and delay-mode-hooks.
384    
385            * variables.texi (Creating Buffer-Local): Add buffer-local-value.
386            (Variable Aliases): Clarify defvralias.
387    
388            * loading.texi (Library Search): Add load-suffixes.
389    
390            * minibuf.texi (Basic Completion): Add lazy-completion-table.
391            (Programmed Completion): Add dynamic-completion-table.
392    
393            * files.texi (Changing Files): copy-file allows dir as NEWNAME.
394            (Magic File Names): Specify precedence order of handlers.
395    o
396            * commands.texi (Command Overview): Emacs server runs pre-command-hook
397            and post-command-hook.
398            (Waiting): New calling convention for sit-for.
399    
400            * text.texi (Special Properties): local-map and keymap properties
401            apply based on their stickiness.
402    
403    2003-07-07  Richard M. Stallman  <rms@gnu.org>
404    
405            * modes.texi (Minor Mode Conventions): Specify only some kinds
406            of list values as args to minor modes.
407    
408            * files.texi (File Name Expansion): Warn about iterative use
409            of substitute-in-file-name.
410    
411            * advice.texi (Activation of Advice): Clean up previous change.
412    
413    2003-07-06  Markus Rost  <rost@math.ohio-state.edu>
414    
415            * advice.texi (Activation of Advice): Note that ad-start-advice is
416            turned on by default.
417    
418    2003-06-30  Richard M. Stallman  <rms@gnu.org>
419    
420            * text.texi (Buffer Contents): Document current-word.
421            (Change Hooks): Not called for *Messages*.
422    
423            * functions.texi (Defining Functions): Explain about redefining
424            primitives.
425            (Function Safety): Renamed.  Minor changes.
426            Comment out the detailed criteria for what is safe.
427    
428    2003-06-22  Andreas Schwab  <schwab@suse.de>
429    
430            * objects.texi (Symbol Type): Fix description of examples.
431    
432    2003-06-16  Andreas Schwab  <schwab@suse.de>
433    
434            * hash.texi (Creating Hash): Fix description of :weakness.
435    
436    2003-06-13  Kai Gro,A_(Bjohann  <kai.grossjohann@gmx.net>
437    
438            * files.texi (Changing Files): copy-file copies file modes, too.
439    
440    2003-05-28  Richard M. Stallman  <rms@gnu.org>
441    
442            * strings.texi (Creating Strings): Clarify split-string.
443    
444    2003-05-22  Stephen J. Turnbull  <stephen@xemacs.org>
445    
446            * strings.texi (Creating Strings): Update split-string specification
447            and examples.
448    
449    2003-05-19  Richard M. Stallman  <rms@gnu.org>
450    
451            * elisp.texi: Correct invariant section names.
452    
453    2003-04-20  Richard M. Stallman  <rms@gnu.org>
454    
455            * os.texi (Timers): Explain about timers and quitting.
456    
457    2003-04-19  Richard M. Stallman  <rms@gnu.org>
458    
459            * internals.texi (Writing Emacs Primitives): Strings are
460            no longer special for GCPROs.  Mention GCPRO5, GCPRO6.
461            Explain GCPRO convention for varargs function args.
462    
463    2003-04-16  Richard M. Stallman  <rms@gnu.org>
464    
465            * minibuf.texi (Minibuffer Misc): Document fn minibuffer-message.
466    
467    2003-04-08  Richard M. Stallman  <rms@gnu.org>
468    
469            * files.texi (Kinds of Files): Correct return value of file-symlink-p.
470    
471  2003-02-13  Kim F. Storm  <storm@cua.dk>  2003-02-13  Kim F. Storm  <storm@cua.dk>
472    
473          * objects.texi (Character Type): New \s escape for space.          * objects.texi (Character Type): New \s escape for space.
# Line 563  Tue Apr 11 12:23:28 1989  Robert J. Chas Line 1033  Tue Apr 11 12:23:28 1989  Robert J. Chas
1033          for the Project GNU development environment.          for the Project GNU development environment.
1034    
1035  ;; Local Variables:  ;; Local Variables:
1036  ;; coding: iso-2022-7bit-unix  ;; coding: iso-2022-7bit
1037  ;; End:  ;; End:
1038    
1039      Copyright (C) 1998, 1999, 2000, 2001 Free Software Foundation, Inc.      Copyright (C) 1998, 1999, 2000, 2001 Free Software Foundation, Inc.
1040    Copying and distribution of this file, with or without modification,    Copying and distribution of this file, with or without modification,
1041    are permitted provided the copyright notice and this notice are preserved.    are permitted provided the copyright notice and this notice are preserved.
1042    
1043    ;;; arch-tag: 985ae0ce-df29-475b-b3f8-4bbcbf6f7fda

Legend:
Removed from v.1.49.2.1  
changed lines
  Added in v.1.49.2.2

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26