]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorRichard M. Stallman <rms@gnu.org>
Mon, 13 Oct 2003 19:40:41 +0000 (19:40 +0000)
committerRichard M. Stallman <rms@gnu.org>
Mon, 13 Oct 2003 19:40:41 +0000 (19:40 +0000)
lispref/ChangeLog
man/ChangeLog
src/ChangeLog

index 78b88b15b7bb7008414ac789c705712a324ebd9e..a7f8d049e5a05a3c7fde55852da6de65a0a37dd1 100644 (file)
@@ -1,3 +1,44 @@
+2003-10-13  Richard M. Stallman  <rms@gnu.org>
+
+       * windows.texi (Basic Windows): A window has fringe settings,
+       display margins and scroll-bar settings.
+       (Splitting Windows): Doc split-window return value.
+       Clean up one-window-p.
+       (Selecting Windows): Fix typo.
+       (Cyclic Window Ordering): Explain frame as ALL-FRAMES in next-window.
+       (Buffers and Windows): In set-window-buffer, explain effect
+       on fringe settings and scroll bar settings.
+       (Displaying Buffers): In pop-to-buffer, explain nil as buffer arg.
+       (Choosing Window): Use defopt for pop-up-frame-function.
+       For special-display-buffer-names, explain same-window and same-frame.
+       Clarify window-dedicated-p return value.
+       (Textual Scrolling): scroll-up and scroll-down can get an error.
+       (Horizontal Scrolling): Clarify auto-hscroll-mode.
+       Clarify set-window-hscroll.
+       (Size of Window): Don't mention tool bar in window-height.
+       (Coordinates and Windows): Explain what coordinates-in-window-p
+       returns for fringes and display margins.
+       (Window Configurations): Explain saving fringes, etc.
+
+       * tips.texi (Library Headers): Clean up Documentation.
+
+       * syntax.texi (Parsing Expressions): Clean up forward-comment
+       and parse-sexp-lookup-properties.
+
+       * sequences.texi (Sequence Functions): sequencep accepts bool-vectors.
+
+       * os.texi (System Environment): Clean up text for load-average errors.
+
+       * modes.texi (Hooks): Don't explain local hook details at front.
+       Clarify run-hooks and run-hook-with-args a little.
+       Clean up add-hook and remove-hook.
+
+       * edebug.texi (Edebug Execution Modes): Clarify t.
+       Document edebug-sit-for-seconds.
+       (Coverage Testing): Document C-x X = and =.
+       (Instrumenting Macro Calls): Fix typo.
+       (Specification List): Don't index the specification keywords.
+
 2003-10-10  Kim F. Storm  <storm@cua.dk>
 
        * processes.texi (Network): Introduce make-network-process.
index c8d2d18b39724c8236486a99e521e7f1f920dc9c..99b1e4d8c4e706feddf91d38bd673e7d0d809314 100644 (file)
@@ -1,3 +1,7 @@
+2003-10-13  Richard M. Stallman  <rms@gnu.org>
+
+       * xresources.texi (GTK resources): Clean up previous change.
+
 2003-10-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
 
        * xresources.texi (GTK resources): Added a note that some themes
index 96a9e5ffc2601fb4913b13f19b08830c5735f2e7..12ecdf6e48ab8c56c6f9a2977bcce269ab1ec38c 100644 (file)
@@ -1,3 +1,15 @@
+2003-10-13  Richard M. Stallman  <rms@gnu.org>
+
+       * regex.c (MAX_BUF_SIZE): Reduce to 2**15.
+       (print_partial_compiled_pattern): Replace assert with a printout.
+       (skip_noops, mutually_exclusive_p): Change args, values to re_char *.
+
+       * alloc.c (lisp_align_malloc): If BASE is 0, call memory_full.
+
+       * window.c (Fset_window_margins): Allow only integers as args.
+       (syms_of_window) <special-display-buffer-names, special-display-regexps>:
+       Doc fixes.
+
 2003-10-13  Lute Kamstra  <lute@gnu.org>
 
        * window.c (Fset_window_fringes): Elaborate docstring.