bpt/emacs.git
17 years ago(Fbyte_code): Use CHECK_VECTOR.
Kim F. Storm [Wed, 12 Jul 2006 13:14:26 +0000 (13:14 +0000)]
(Fbyte_code): Use CHECK_VECTOR.

17 years ago(CHECK_CATEGORY, CHECK_CATEGORY_SET): Use CHECK_TYPE.
Kim F. Storm [Wed, 12 Jul 2006 13:14:11 +0000 (13:14 +0000)]
(CHECK_CATEGORY, CHECK_CATEGORY_SET): Use CHECK_TYPE.

17 years ago(CHECK_FRAME, CHECK_LIVE_FRAME): Use CHECK_TYPE.
Kim F. Storm [Wed, 12 Jul 2006 13:14:00 +0000 (13:14 +0000)]
(CHECK_FRAME, CHECK_LIVE_FRAME): Use CHECK_TYPE.

17 years ago(CHECK_TYPE): New macro for generic type checking.
Kim F. Storm [Wed, 12 Jul 2006 13:13:44 +0000 (13:13 +0000)]
(CHECK_TYPE): New macro for generic type checking.
(CAR_SAFE, CDR_SAFE): New macros.
(ARRAYP, CHECK_ARRAY): New macros.
(CHECK_VECTOR_OR_STRING, CHECK_SUBR): New macros.
(CHECK_WINDOW_CONFIGURATION): New macro.
(CHECK_LIST_CONS, CHECK_LIST_END): New checks for list traversal.
(CHECK_STRING_OR_BUFFER, CHECK_HASH_TABLE, CHECK_LIST)
(CHECK_STRING, CHECK_STRING_CAR, CHECK_CONS, CHECK_SYMBOL)
(CHECK_CHAR_TABLE, CHECK_VECTOR, CHECK_VECTOR_OR_CHAR_TABLE)
(CHECK_BUFFER, CHECK_WINDOW, CHECK_LIVE_WINDOW, CHECK_PROCESS)
(CHECK_NUMBER, CHECK_NATNUM, CHECK_MARKER, CHECK_OVERLAY)
(CHECK_NUMBER_COERCE_MARKER, CHECK_FLOAT, CHECK_NUMBER_OR_FLOAT)
(CHECK_NUMBER_OR_FLOAT_COERCE_MARKER): Use CHECK_TYPE.

17 years ago*** empty log message ***
Kim F. Storm [Wed, 12 Jul 2006 13:13:21 +0000 (13:13 +0000)]
*** empty log message ***

17 years agoMore cleanup related to last change.
Kim F. Storm [Wed, 12 Jul 2006 13:01:23 +0000 (13:01 +0000)]
More cleanup related to last change.

17 years ago*** empty log message ***
YAMAMOTO Mitsuharu [Wed, 12 Jul 2006 08:38:06 +0000 (08:38 +0000)]
*** empty log message ***

17 years agoInclude blockinput.h.
YAMAMOTO Mitsuharu [Wed, 12 Jul 2006 08:37:45 +0000 (08:37 +0000)]
Include blockinput.h.
(Fexpand_file_name, search_embedded_absfilename): Add BLOCK_INPUT
around getpwnam.
(search_embedded_absfilename): Remove spurious xfree.

17 years agoInclude blockinput.h.
YAMAMOTO Mitsuharu [Wed, 12 Jul 2006 08:37:25 +0000 (08:37 +0000)]
Include blockinput.h.
(Fuser_login_name, Fuser_full_name): Add BLOCK_INPUT around
getpwuid/getpwnam.

17 years agoInclude blockinput.h.
YAMAMOTO Mitsuharu [Wed, 12 Jul 2006 08:37:07 +0000 (08:37 +0000)]
Include blockinput.h.
(Ffile_attributes): Add BLOCK_INPUT around getpwuid/getgrgid.

17 years ago(dired.o, editfns.o, fileio.o): Depend on blockinput.h.
YAMAMOTO Mitsuharu [Wed, 12 Jul 2006 08:36:49 +0000 (08:36 +0000)]
(dired.o, editfns.o, fileio.o): Depend on blockinput.h.

17 years agoRemove descriptions about Metrowerks CodeWarrior.
YAMAMOTO Mitsuharu [Wed, 12 Jul 2006 08:35:45 +0000 (08:35 +0000)]
Remove descriptions about Metrowerks CodeWarrior.

17 years agoRemove descriptions about Metrowerks CodeWarrior. Fix URL
YAMAMOTO Mitsuharu [Wed, 12 Jul 2006 08:35:29 +0000 (08:35 +0000)]
Remove descriptions about Metrowerks CodeWarrior.  Fix URL
for GNU-fonts.smi.bin.  USE_ATSUI is enabled by default on Mac OS X.

17 years ago(Getting Out): Suspending is not allowed on Mac, either.
YAMAMOTO Mitsuharu [Wed, 12 Jul 2006 08:34:50 +0000 (08:34 +0000)]
(Getting Out): Suspending is not allowed on Mac, either.

17 years ago(Window System Selections): Mention scrap support for Mac.
YAMAMOTO Mitsuharu [Wed, 12 Jul 2006 08:34:36 +0000 (08:34 +0000)]
(Window System Selections): Mention scrap support for Mac.
Default value of x-select-enable-clipboard is t on Mac.

17 years ago(sit_for): Use XINT.
Kim F. Storm [Wed, 12 Jul 2006 08:21:23 +0000 (08:21 +0000)]
(sit_for): Use XINT.

17 years agoChange iota subscriptum transliteration in
David Kastrup [Wed, 12 Jul 2006 00:33:19 +0000 (00:33 +0000)]
Change iota subscriptum transliteration in
Ibycus4 encoding's capitals from "i" to "|".

17 years ago(tumme-create-thumb)
Nick Roberts [Wed, 12 Jul 2006 00:24:40 +0000 (00:24 +0000)]
(tumme-create-thumb)
(tumme-thumbnail-display-external, tumme-display-image)
(tumme-rotate-thumbnail, tumme-rotate-original)
(tumme-set-exif-data, tumme-get-exif-data): Use shell-command-switch.

17 years ago(thumbs-call-convert): Use shell-command-switch.
Nick Roberts [Wed, 12 Jul 2006 00:24:14 +0000 (00:24 +0000)]
(thumbs-call-convert): Use shell-command-switch.

17 years ago*** empty log message ***
Nick Roberts [Wed, 12 Jul 2006 00:23:48 +0000 (00:23 +0000)]
*** empty log message ***

17 years ago(sit_for): Signal error if TIMEOUT is not a number in case arg comes
Kim F. Storm [Tue, 11 Jul 2006 22:55:29 +0000 (22:55 +0000)]
(sit_for): Signal error if TIMEOUT is not a number in case arg comes
directly from a Lisp variable.

17 years ago(ido-copy-current-file-name): Use buffer-name if buffer-file-name is nil.
Kim F. Storm [Tue, 11 Jul 2006 20:13:59 +0000 (20:13 +0000)]
(ido-copy-current-file-name): Use buffer-name if buffer-file-name is nil.

17 years ago*** empty log message ***
Kim F. Storm [Tue, 11 Jul 2006 20:13:40 +0000 (20:13 +0000)]
*** empty log message ***

17 years agoAdd space for clarity.
Kim F. Storm [Tue, 11 Jul 2006 20:12:40 +0000 (20:12 +0000)]
Add space for clarity.

17 years ago(Fcall_interactively): Update/simplify sit_for calls.
Kim F. Storm [Tue, 11 Jul 2006 20:11:23 +0000 (20:11 +0000)]
(Fcall_interactively): Update/simplify sit_for calls.

17 years ago(Fdo_auto_save): Update/simplify sit_for calls.
Kim F. Storm [Tue, 11 Jul 2006 20:11:10 +0000 (20:11 +0000)]
(Fdo_auto_save): Update/simplify sit_for calls.

17 years ago(command_loop_1, read_char, Fexecute_extended_command):
Kim F. Storm [Tue, 11 Jul 2006 20:10:56 +0000 (20:10 +0000)]
(command_loop_1, read_char, Fexecute_extended_command):
Update/simplify sit_for calls.

17 years ago(temp_echo_area_glyphs): Update/simplify sit_for calls.
Kim F. Storm [Tue, 11 Jul 2006 20:10:34 +0000 (20:10 +0000)]
(temp_echo_area_glyphs): Update/simplify sit_for calls.

17 years ago(sit_for): Update prototype.
Kim F. Storm [Tue, 11 Jul 2006 20:09:59 +0000 (20:09 +0000)]
(sit_for): Update prototype.
(Fredisplay): Add EXFUN.

17 years ago(sit_for): Remove prototype.
Kim F. Storm [Tue, 11 Jul 2006 20:09:49 +0000 (20:09 +0000)]
(sit_for): Remove prototype.

17 years ago(sit_for): Reduce number of args from 5 to 3.
Kim F. Storm [Tue, 11 Jul 2006 20:09:26 +0000 (20:09 +0000)]
(sit_for): Reduce number of args from 5 to 3.
Now just one TIMEOUT arg that can be a Lisp float or Lisp int.
Combine args DISPLAY and INITIAL_DISPLAY into one arg DO_DISPLAY.
Undo 2006-06-14 change for non-preemptive display if TIMEOUT < 0.
The rework of sit_for args also fixes several incorrect Qt args
which should have been 1.
(Fredisplay): Pass 1 instead of Qt to swallow_events and
detect_input_pending_run_timers.

17 years ago* simple.el (undo-ask-before-discard): Set to nil.
Chong Yidong [Tue, 11 Jul 2006 19:15:33 +0000 (19:15 +0000)]
* simple.el (undo-ask-before-discard): Set to nil.

17 years agoundo-ask-before-discard set to nil.
Chong Yidong [Tue, 11 Jul 2006 18:42:24 +0000 (18:42 +0000)]
undo-ask-before-discard set to nil.

17 years ago* vc.el (vc-exec-after): Don't delete process manually.
Chong Yidong [Tue, 11 Jul 2006 18:39:32 +0000 (18:39 +0000)]
* vc.el (vc-exec-after): Don't delete process manually.
(vc-print-log): Run log-view-mode in process sentinel inside
inhibit-read-only.  Don't shrink window due to timing issues.

17 years ago* progmodes/ebrowse.el (ebrowse-display-member-buffer): Avoid
Chong Yidong [Tue, 11 Jul 2006 16:39:50 +0000 (16:39 +0000)]
* progmodes/ebrowse.el (ebrowse-display-member-buffer): Avoid
using with-output-to-temp-buffer, which clobbers local vars.

17 years ago(compilation-error-regexp-alist-alist): Fix ambiguity introduced by last change.
Stefan Monnier [Tue, 11 Jul 2006 15:08:33 +0000 (15:08 +0000)]
(compilation-error-regexp-alist-alist): Fix ambiguity introduced by last change.
(compilation-find-file): Move save-excursion to where it may make sense.
Fix a left over `find-file'.

17 years agoRemove spurious * in docstrings.
Stefan Monnier [Tue, 11 Jul 2006 15:03:24 +0000 (15:03 +0000)]
Remove spurious * in docstrings.
(url-cookie-write-file): Don't use versioned backups.
(url-cookie-host-can-set-p): Remove unused var `tmp'.
(url-cookie-save-interval): Move to url-cookie group.
(url-cookie-write-file): Reset url-cookies-changed-since-last-save.

17 years ago(forw_comment): Also use EMACS_INT for buffer positions.
Stefan Monnier [Tue, 11 Jul 2006 13:52:21 +0000 (13:52 +0000)]
(forw_comment): Also use EMACS_INT for buffer positions.

17 years agoetags now tags #undef, too
Francesco Potortì [Tue, 11 Jul 2006 11:08:31 +0000 (11:08 +0000)]
etags now tags #undef, too

17 years ago**** In C and derived languages, etags creates tags for #undef
Francesco Potortì [Tue, 11 Jul 2006 11:03:11 +0000 (11:03 +0000)]
**** In C and derived languages, etags creates tags for #undef

17 years ago(absolute_filename): Free unused space (cosmetic change).
Francesco Potortì [Tue, 11 Jul 2006 11:01:27 +0000 (11:01 +0000)]
(absolute_filename): Free unused space (cosmetic change).
(in_word_set): In C, also tag #undef symbols.

17 years agoRe-attempt commit.
Robert J. Chassell [Tue, 11 Jul 2006 10:36:42 +0000 (10:36 +0000)]
Re-attempt commit.

17 years ago* textmodes/texinfmt.el: Finally remember to set texinfmt-version
Robert J. Chassell [Tue, 11 Jul 2006 10:14:08 +0000 (10:14 +0000)]
* textmodes/texinfmt.el: Finally remember to set texinfmt-version
          to new date and version number.

17 years ago(tumme-create-thumb)
Nick Roberts [Tue, 11 Jul 2006 09:37:28 +0000 (09:37 +0000)]
(tumme-create-thumb)
(tumme-thumbnail-display-external, tumme-display-image)
(tumme-rotate-thumbnail, tumme-rotate-original)
(tumme-set-exif-data, tumme-get-exif-data): Use call-process
instead of shell-command.
(tumme-create-thumbnail-buffer)
(tumme-create-display-image-buffer, tumme-display-thumbs)
(tumme-modify-mark-on-thumb-original-file, tumme-display-image)
(tumme-get-exif-data): Use with-current-buffer.
(tumme-display-properties-format)
(tumme-dired-insert-marked-thumbs, tumme-rotate-original)
(tumme-get-exif-file-name)
(tumme-thumbnail-set-image-description, tumme-gallery-generate):
Fit to 80 columns.

17 years ago*** empty log message ***
Nick Roberts [Tue, 11 Jul 2006 09:36:54 +0000 (09:36 +0000)]
*** empty log message ***

17 years ago*** empty log message ***
Kim F. Storm [Tue, 11 Jul 2006 00:48:06 +0000 (00:48 +0000)]
*** empty log message ***

17 years ago(Waiting): (sit-for -1) is no longer special.
Kim F. Storm [Tue, 11 Jul 2006 00:47:53 +0000 (00:47 +0000)]
(Waiting): (sit-for -1) is no longer special.
(sit-for 0) is equivalent to (redisplay).
Iconifying/deiconifying no longer makes sit-for return.

17 years ago(Forcing Redisplay): Add `redisplay' function.
Kim F. Storm [Tue, 11 Jul 2006 00:47:42 +0000 (00:47 +0000)]
(Forcing Redisplay): Add `redisplay' function.
Don't mention (sit-for -1) -- use (redisplay t) instead.

17 years ago(sit-for): Doc fix. Specify normal arg list using fn-form.
Kim F. Storm [Tue, 11 Jul 2006 00:17:43 +0000 (00:17 +0000)]
(sit-for): Doc fix.  Specify normal arg list using fn-form.
Remove special case for seconds < 0.  Use (redisplay t) instead.

17 years ago*** empty log message ***
Kim F. Storm [Tue, 11 Jul 2006 00:15:23 +0000 (00:15 +0000)]
*** empty log message ***

17 years agoDoc fix.
Chong Yidong [Tue, 11 Jul 2006 00:13:17 +0000 (00:13 +0000)]
Doc fix.

17 years ago(Fredisplay): Doc fix.
Kim F. Storm [Mon, 10 Jul 2006 23:54:17 +0000 (23:54 +0000)]
(Fredisplay): Doc fix.

17 years ago(Fredisplay): Add FORCE argument to force redisplay when
Kim F. Storm [Mon, 10 Jul 2006 23:52:38 +0000 (23:52 +0000)]
(Fredisplay): Add FORCE argument to force redisplay when
input is available.  Fix test for redisplay_dont_pause non-nil.
Specbind redisplay-dont-pause to t if FORCE non-nil.

17 years agoModify last change.
Nick Roberts [Mon, 10 Jul 2006 23:03:59 +0000 (23:03 +0000)]
Modify last change.

17 years ago(Coding Conventions): Mention macros.
Nick Roberts [Mon, 10 Jul 2006 22:53:56 +0000 (22:53 +0000)]
(Coding Conventions): Mention macros.
Suggested by Ken Manheimer.

17 years ago*** empty log message ***
Nick Roberts [Mon, 10 Jul 2006 22:53:06 +0000 (22:53 +0000)]
*** empty log message ***

17 years agofix typo
Chong Yidong [Mon, 10 Jul 2006 18:55:01 +0000 (18:55 +0000)]
fix typo

17 years ago* progmodes/cc-awk.el (defconst): Fix compilation error.
Chong Yidong [Mon, 10 Jul 2006 18:54:07 +0000 (18:54 +0000)]
* progmodes/cc-awk.el (defconst): Fix compilation error.

17 years ago(c-awk-escaped-nls*): Use eval-and-compile to avoid compilation error.
Chong Yidong [Mon, 10 Jul 2006 18:54:07 +0000 (18:54 +0000)]
(c-awk-escaped-nls*): Use eval-and-compile to avoid compilation error.

17 years ago* subr.el (sit-for): New function.
Chong Yidong [Mon, 10 Jul 2006 18:52:13 +0000 (18:52 +0000)]
* subr.el (sit-for): New function.

* play/hanoi.el (hanoi-sit-for): Check sit-for return value.

17 years agoDoc fix.
Chong Yidong [Mon, 10 Jul 2006 18:51:42 +0000 (18:51 +0000)]
Doc fix.

17 years ago* puresize.h (BASE_PURESIZE): Increment to 1211000.
Chong Yidong [Mon, 10 Jul 2006 18:51:31 +0000 (18:51 +0000)]
* puresize.h (BASE_PURESIZE): Increment to 1211000.

* dispnew.c (Fredisplay): New function, equivalent to (sit-for 0).
(Fsit_for): Function deleted.

* keyboard.c (command_loop_1, Fexecute_extended_command): Call
sit_for instead of Fsit_for.

* minibuf.c (temp_echo_area_glyphs): Likewise.

17 years ago(edebug): Update page.
Richard M. Stallman [Mon, 10 Jul 2006 17:12:09 +0000 (17:12 +0000)]
(edebug): Update page.

17 years ago(authors-ignored-files): Ignore changes
Kim F. Storm [Mon, 10 Jul 2006 15:03:24 +0000 (15:03 +0000)]
(authors-ignored-files): Ignore changes
to FOR-RELEASE and TODO.

17 years ago*** empty log message ***
Kim F. Storm [Mon, 10 Jul 2006 15:03:10 +0000 (15:03 +0000)]
*** empty log message ***

17 years ago(authors-aliases): Update.
Romain Francoise [Mon, 10 Jul 2006 14:58:17 +0000 (14:58 +0000)]
(authors-aliases): Update.

17 years ago* progmodes/cc-awk.el, cc-defs.el, cc-fonts.el, cc-langs.el,
Alan Mackenzie [Mon, 10 Jul 2006 13:19:14 +0000 (13:19 +0000)]
* progmodes/cc-awk.el, cc-defs.el, cc-fonts.el, cc-langs.el,
cc-mode.el: Changes to eradicate eval-after-load.

17 years agoRevert earlier change.
Nick Roberts [Sun, 9 Jul 2006 23:34:31 +0000 (23:34 +0000)]
Revert earlier change.

17 years agoFix typo.
Nick Roberts [Sun, 9 Jul 2006 23:29:58 +0000 (23:29 +0000)]
Fix typo.

17 years agoFix typos.
Nick Roberts [Sun, 9 Jul 2006 22:48:00 +0000 (22:48 +0000)]
Fix typos.

17 years ago*** empty log message ***
Nick Roberts [Sun, 9 Jul 2006 22:46:06 +0000 (22:46 +0000)]
*** empty log message ***

17 years ago(Buttons): Fix typo.
Nick Roberts [Sun, 9 Jul 2006 22:34:41 +0000 (22:34 +0000)]
(Buttons): Fix typo.

17 years agoindex.texi, elisp.texi (New Symbols): Comment node out.
Nick Roberts [Sun, 9 Jul 2006 22:34:03 +0000 (22:34 +0000)]
index.texi, elisp.texi (New Symbols): Comment node out.

17 years ago(Truncation): Clean up previous change.
Richard M. Stallman [Sun, 9 Jul 2006 18:58:09 +0000 (18:58 +0000)]
(Truncation): Clean up previous change.

17 years agoFix commenting style.
Stefan Monnier [Sun, 9 Jul 2006 15:54:46 +0000 (15:54 +0000)]
Fix commenting style.

17 years ago* emacs-lisp/helper.el (Helper-help-scroller): Don't signal error
Chong Yidong [Sun, 9 Jul 2006 15:24:22 +0000 (15:24 +0000)]
* emacs-lisp/helper.el (Helper-help-scroller): Don't signal error
on non-char events.

17 years ago(compilation-mode-font-lock-keywords): Don't highlight start/end markers
Romain Francoise [Sun, 9 Jul 2006 15:17:05 +0000 (15:17 +0000)]
(compilation-mode-font-lock-keywords): Don't highlight start/end markers
as compilation messages.

17 years ago* misc.texi (Invoking emacsclient): Document behavior when emacsclient
Chong Yidong [Sun, 9 Jul 2006 14:56:55 +0000 (14:56 +0000)]
* misc.texi (Invoking emacsclient): Document behavior when emacsclient
is invoked for multiple files.

17 years ago(back_comment, scan_lists): Also use EMACS_INT for buffer positions.
Stefan Monnier [Sun, 9 Jul 2006 14:36:07 +0000 (14:36 +0000)]
(back_comment, scan_lists): Also use EMACS_INT for buffer positions.

17 years ago(Fforward_comment): Revert the reversion.
Stefan Monnier [Sun, 9 Jul 2006 14:19:33 +0000 (14:19 +0000)]
(Fforward_comment): Revert the reversion.

17 years agoisearch-yank-line bug fixed.
Romain Francoise [Sun, 9 Jul 2006 11:12:21 +0000 (11:12 +0000)]
isearch-yank-line bug fixed.

17 years ago(isearch-yank-line): Let-bind `inhibit-field-text-motion' to t.
Romain Francoise [Sun, 9 Jul 2006 11:04:19 +0000 (11:04 +0000)]
(isearch-yank-line): Let-bind `inhibit-field-text-motion' to t.

17 years ago(fill-region-as-paragraph): Refine last change.
Stefan Monnier [Sun, 9 Jul 2006 05:20:42 +0000 (05:20 +0000)]
(fill-region-as-paragraph): Refine last change.

17 years ago(Fforward_comment): Use type int for `stop', `count1', `out_charpos'
John Paul Wallington [Sun, 9 Jul 2006 03:33:14 +0000 (03:33 +0000)]
(Fforward_comment): Use type int for `stop', `count1', `out_charpos'
and `out_bytepos' too; revert Stef's previous change.

17 years ago(Fforward_comment): Use type int for `from' and `from_byte'.
John Paul Wallington [Sun, 9 Jul 2006 03:19:16 +0000 (03:19 +0000)]
(Fforward_comment): Use type int for `from' and `from_byte'.

17 years ago*** empty log message ***
Richard M. Stallman [Sun, 9 Jul 2006 02:08:14 +0000 (02:08 +0000)]
*** empty log message ***

17 years ago(Interactive Call): Use 3 as prefix in example for execute-extended-command.
Richard M. Stallman [Sun, 9 Jul 2006 02:07:25 +0000 (02:07 +0000)]
(Interactive Call): Use 3 as prefix in example for execute-extended-command.

17 years ago(Attribute Functions): Move paragraph about compatibility with Emacs < 21.
Richard M. Stallman [Sun, 9 Jul 2006 02:06:34 +0000 (02:06 +0000)]
(Attribute Functions): Move paragraph about compatibility with Emacs < 21.

17 years ago(x-handle-display): Add doc string.
Richard M. Stallman [Sun, 9 Jul 2006 02:02:57 +0000 (02:02 +0000)]
(x-handle-display): Add doc string.

17 years ago(define-minor-mode): Doc fix.
Richard M. Stallman [Sun, 9 Jul 2006 02:02:03 +0000 (02:02 +0000)]
(define-minor-mode): Doc fix.

17 years ago(def-edebug-spec): Moved to subr.el.
Richard M. Stallman [Sun, 9 Jul 2006 02:00:46 +0000 (02:00 +0000)]
(def-edebug-spec): Moved to subr.el.

17 years ago(def-edebug-spec): Moved here.
Richard M. Stallman [Sun, 9 Jul 2006 02:00:10 +0000 (02:00 +0000)]
(def-edebug-spec): Moved here.

17 years ago(imenu-choose-buffer-index): Doc fix.
Richard M. Stallman [Sun, 9 Jul 2006 01:59:34 +0000 (01:59 +0000)]
(imenu-choose-buffer-index): Doc fix.

17 years ago(DETAILED BUILDING AND INSTALLATION): Minor corrections.
Richard M. Stallman [Sun, 9 Jul 2006 01:57:38 +0000 (01:57 +0000)]
(DETAILED BUILDING AND INSTALLATION): Minor corrections.

17 years agoUse outline format.
Kim F. Storm [Sun, 9 Jul 2006 00:22:37 +0000 (00:22 +0000)]
Use outline format.
Add section on copyright years (from admin/notes/years).

17 years ago*** empty log message ***
Kim F. Storm [Sun, 9 Jul 2006 00:22:22 +0000 (00:22 +0000)]
*** empty log message ***

17 years agoUse outline format. Add FOR-RELEASE.
Kim F. Storm [Sat, 8 Jul 2006 23:45:09 +0000 (23:45 +0000)]
Use outline format.  Add FOR-RELEASE.

17 years ago*** empty log message ***
Kim F. Storm [Sat, 8 Jul 2006 22:32:32 +0000 (22:32 +0000)]
*** empty log message ***

17 years ago(Refresh Screen): Clarify force-window-update.
Kim F. Storm [Sat, 8 Jul 2006 22:28:59 +0000 (22:28 +0000)]
(Refresh Screen): Clarify force-window-update.
(Truncation): "Normally" indicated by fringe arrows.

17 years ago(Fforce_window_update): Doc fix.
Kim F. Storm [Sat, 8 Jul 2006 22:28:49 +0000 (22:28 +0000)]
(Fforce_window_update): Doc fix.