]> code.delx.au - gnu-emacs/log
gnu-emacs
27 years ago(initial-frame-alist): Make default value nil--
Richard M. Stallman [Tue, 5 Nov 1996 02:31:08 +0000 (02:31 +0000)]
(initial-frame-alist): Make default value nil--
don't specify `minibuffer' parameter.

27 years ago(Fx_create_frame): Look for X-resource for minibuffer.
Richard M. Stallman [Tue, 5 Nov 1996 02:15:11 +0000 (02:15 +0000)]
(Fx_create_frame): Look for X-resource for minibuffer.

27 years ago(dired-mode-map): Put dired-mark-subdir-files on *s.
Richard M. Stallman [Mon, 4 Nov 1996 23:51:33 +0000 (23:51 +0000)]
(dired-mode-map): Put dired-mark-subdir-files on *s.

27 years ago(PRINTPREPARE): Really do set free_print_buffer.
Richard M. Stallman [Mon, 4 Nov 1996 16:35:44 +0000 (16:35 +0000)]
(PRINTPREPARE): Really do set free_print_buffer.

27 years ago(PRINTDECLARE): Declare specpdl_count and free_print_buffer.
Richard M. Stallman [Mon, 4 Nov 1996 05:31:25 +0000 (05:31 +0000)]
(PRINTDECLARE): Declare specpdl_count and free_print_buffer.
(PRINTPREPARE): If print_buffer is nonzero,
save its contents in a string using record_unwind_protect.
(PRINTFINISH): Restore old print_buffer contents.
Free it only if this PRINTPREPARE malloc'd it.
(print): Don't call PRINTFULLP after all.
(print_unwind): New function.

27 years ago(makefile-font-lock-keywords): Handle dependencies
Richard M. Stallman [Sun, 3 Nov 1996 20:38:56 +0000 (20:38 +0000)]
(makefile-font-lock-keywords): Handle dependencies
first and variable references after.
(makefile-dependency-regex, makefile-macroassign-regex):
Accept spaces at the beginning of the line.

27 years agoEnabled commentary for Finder.
Richard M. Stallman [Sun, 3 Nov 1996 20:29:42 +0000 (20:29 +0000)]
Enabled commentary for Finder.
(ff-search-directories): changed /usr/include/* to /usr/include;
(ff-get-file-name): improve behaviour when file is found in a buffer.

27 years ago(Man-bgproc-sentinel): Move the buffer creation
Richard M. Stallman [Sun, 3 Nov 1996 18:55:09 +0000 (18:55 +0000)]
(Man-bgproc-sentinel): Move the buffer creation
outside of the binding of case-fold-search.

27 years ago(comment-region): With just C-u as arg,
Richard M. Stallman [Sun, 3 Nov 1996 18:23:24 +0000 (18:23 +0000)]
(comment-region): With just C-u as arg,
delete any number of comment-end delimiters from end of line.

27 years agoWhen processing cvs log output, remove `Attic/' from repository file names.
Paul Eggert [Sun, 3 Nov 1996 17:09:27 +0000 (17:09 +0000)]
When processing cvs log output, remove `Attic/' from repository file names.

27 years agoChange some MSDOS info.
Richard M. Stallman [Sat, 2 Nov 1996 20:26:18 +0000 (20:26 +0000)]
Change some MSDOS info.

27 years ago(change-log-fill-paragraph): Return non-nil so
Richard M. Stallman [Sat, 2 Nov 1996 20:15:18 +0000 (20:15 +0000)]
(change-log-fill-paragraph): Return non-nil so
fill-paragraph doesn't continue filling.  Don't skip backwards
over a paragraph if we at a paragraph start.

27 years ago(command_loop_1): Update selected buffer again after read_key_sequence.
Richard M. Stallman [Sat, 2 Nov 1996 17:20:55 +0000 (17:20 +0000)]
(command_loop_1): Update selected buffer again after read_key_sequence.

27 years ago(handwrite-version): Variable deleted.
Richard M. Stallman [Sat, 2 Nov 1996 17:11:47 +0000 (17:11 +0000)]
(handwrite-version): Variable deleted.
(handwrite): Use emacs-version instead of handwrite-version.

27 years agoInitial revision
Richard M. Stallman [Sat, 2 Nov 1996 17:10:32 +0000 (17:10 +0000)]
Initial revision

27 years agoFix minor typo in *! key binding.
Erik Naggum [Sat, 2 Nov 1996 09:57:51 +0000 (09:57 +0000)]
Fix minor typo in *! key binding.

27 years ago(dired-mode-map): Make * a prefix for mark commands.
Richard M. Stallman [Sat, 2 Nov 1996 07:56:50 +0000 (07:56 +0000)]
(dired-mode-map): Make * a prefix for mark commands.
Delete the old *, / and @ keybindings.

27 years ago(dired-mode-map): Put dired-mark-extension on *.
Richard M. Stallman [Sat, 2 Nov 1996 07:56:36 +0000 (07:56 +0000)]
(dired-mode-map): Put dired-mark-extension on *.
Add *( as new binding for dired-mark-sexp, *t for dired-do-toggle.

27 years ago(Info-scroll-up): Doc fix.
Richard M. Stallman [Sat, 2 Nov 1996 07:39:07 +0000 (07:39 +0000)]
(Info-scroll-up): Doc fix.

27 years agoInitial revision
Richard M. Stallman [Sat, 2 Nov 1996 07:24:57 +0000 (07:24 +0000)]
Initial revision

27 years ago(printchar, strout): Do QUIT for echo area output.
Richard M. Stallman [Sat, 2 Nov 1996 00:00:20 +0000 (00:00 +0000)]
(printchar, strout): Do QUIT for echo area output.
(PRINTFULLP): New macro.
(print): Exit if PRINTFULLP.
When printing a symbol, don't save a pointer to the name.
(PRINTFINISH): Null out print_buffer after freeing it.

27 years ago(isearch-forward): Doc fix.
Richard M. Stallman [Fri, 1 Nov 1996 20:18:08 +0000 (20:18 +0000)]
(isearch-forward): Doc fix.

27 years ago(lisp-complete-symbol): Sort the list.
Richard M. Stallman [Fri, 1 Nov 1996 08:19:07 +0000 (08:19 +0000)]
(lisp-complete-symbol): Sort the list.

27 years ago(tex-file): Fix paren error in last change.
Richard M. Stallman [Thu, 31 Oct 1996 23:50:02 +0000 (23:50 +0000)]
(tex-file): Fix paren error in last change.
(tex-recenter-output-buffer): Switch windows in a more controlled
fashion, using save-selected-window.

27 years ago(EmacsFrameResize): Use cancel_mouse_face.
Richard M. Stallman [Thu, 31 Oct 1996 22:06:32 +0000 (22:06 +0000)]
(EmacsFrameResize): Use cancel_mouse_face.

27 years ago(cancel_mouse_face): New function. Code copied from
Richard M. Stallman [Thu, 31 Oct 1996 22:05:51 +0000 (22:05 +0000)]
(cancel_mouse_face): New function.  Code copied from
x_set_window_size, fixing a bug.
(x_set_window_size): Use cancel_mouse_face.
(XTread_socket): When frame size has changed, call cancel_mouse_face.

27 years ago(dired-find-file): Error if line's file does not exist.
Richard M. Stallman [Thu, 31 Oct 1996 20:51:44 +0000 (20:51 +0000)]
(dired-find-file): Error if line's file does not exist.

27 years agoMake sure `mv' supports forward slashes and -f.
Richard M. Stallman [Thu, 31 Oct 1996 19:53:19 +0000 (19:53 +0000)]
Make sure `mv' supports forward slashes and -f.

27 years ago(main): Clear out *Messages* before init_callproc.
Richard M. Stallman [Thu, 31 Oct 1996 17:58:56 +0000 (17:58 +0000)]
(main): Clear out *Messages* before init_callproc.

27 years ago(dir_warning): New function.
Richard M. Stallman [Thu, 31 Oct 1996 17:58:01 +0000 (17:58 +0000)]
(dir_warning): New function.
(init_lread): Use dir_warning.

27 years ago(init_callproc): Use dir_warning.
Richard M. Stallman [Thu, 31 Oct 1996 17:57:43 +0000 (17:57 +0000)]
(init_callproc): Use dir_warning.

27 years agoReorganize function definitions so etags finds them.
Erik Naggum [Thu, 31 Oct 1996 13:43:37 +0000 (13:43 +0000)]
Reorganize function definitions so etags finds them.

27 years ago(BROKEN_O_NONBLOCK): Define only if Ultrix.
Richard M. Stallman [Wed, 30 Oct 1996 05:11:12 +0000 (05:11 +0000)]
(BROKEN_O_NONBLOCK): Define only if Ultrix.
(LIBS_MACHINE, KERNEL_FILE): Don't define if __NetBSD__.
(C_SWITCH_X_MACHINE): Define only if Ultrix.
[__NetBSD__] (START_FILES, CANNOT_DUMP): New definitions.
[__NetBSD__] (RUN_TIME_REMAP, UNEXEC): Undef them.

27 years ago(XTread_socket, KeyPress case): Clear compose_status
Richard M. Stallman [Wed, 30 Oct 1996 05:09:38 +0000 (05:09 +0000)]
(XTread_socket, KeyPress case): Clear compose_status
if the key has the meta modifier.

27 years agoInitial revision
Richard M. Stallman [Wed, 30 Oct 1996 04:48:09 +0000 (04:48 +0000)]
Initial revision

27 years agoRecognize hppa-next as a valid CPU-COMPANY combination.
Richard M. Stallman [Tue, 29 Oct 1996 02:56:12 +0000 (02:56 +0000)]
Recognize hppa-next as a valid CPU-COMPANY combination.

27 years ago(hppa*-next-nextstep*): * added after hppa to accept hppa1.0 and hppa1.1.
Richard M. Stallman [Tue, 29 Oct 1996 02:53:06 +0000 (02:53 +0000)]
(hppa*-next-nextstep*): * added after hppa to accept hppa1.0 and hppa1.1.

27 years ago(Fmake_char_table): Doc fix.
Erik Naggum [Mon, 28 Oct 1996 11:55:29 +0000 (11:55 +0000)]
(Fmake_char_table): Doc fix.

27 years agoUse new face.
Simon Marshall [Mon, 28 Oct 1996 10:08:07 +0000 (10:08 +0000)]
Use new face.

27 years agomore auto-mode-alist modes.
Simon Marshall [Mon, 28 Oct 1996 10:01:55 +0000 (10:01 +0000)]
more auto-mode-alist modes.

27 years ago(timezone-time-from-absolute): Fix off-by-one
Paul Eggert [Mon, 28 Oct 1996 03:55:59 +0000 (03:55 +0000)]
(timezone-time-from-absolute): Fix off-by-one
error in current-time-origin.

27 years ago(read_minibuf_unwind): Don't restore minibuf_window;
Richard M. Stallman [Sat, 26 Oct 1996 18:16:50 +0000 (18:16 +0000)]
(read_minibuf_unwind): Don't restore minibuf_window;
instead call choose_minibuf_frame.
(choose_minibuf_frame): Don't let any other frame keep its minibuf
window selected.

27 years ago(Fexpand_file_name): No longer discard .../ before another / or ~.
Richard M. Stallman [Sat, 26 Oct 1996 18:16:11 +0000 (18:16 +0000)]
(Fexpand_file_name): No longer discard .../ before another / or ~.
That is now only in Fsubstitute_in_file_name.

27 years ago(refer-bib-directory): New variable, list of
Richard M. Stallman [Sat, 26 Oct 1996 18:15:32 +0000 (18:15 +0000)]
(refer-bib-directory): New variable, list of
directories where to look for bib files.  Special values `texinputs'
and `bibinputs' mean take directory list from corresponding
environment variable.

(refer-bib-files): New special value `auto', for looking up all
files in directories pointed to by refer-bib-directory.
I have the feeling that this isn't really my code but came from
the net (copylefted). However, I cannot trace this down any
more. If it isn't mine, it's probably Ashwin's.
(refer-get-bib-files): Support `auto' value of refer-bib-files.
Support `texinputs', `bibinputs' value of refer-bib-directory.

(refer-saved-state, refer-previous-keywords, refer-saved-pos,
refer-same-file): Properly declared (defvar) these variables.

(refer-yank-key): New function.

(refer-find-entry-internal): Find bibliography entries in other
window, with minimal reconfiguration of windows.

(refer-expand-files): New function.

27 years ago(electric-perl-terminator, perl-indent-command):
Richard M. Stallman [Sat, 26 Oct 1996 18:14:31 +0000 (18:14 +0000)]
(electric-perl-terminator, perl-indent-command):
(perl-backward-to-noncomment, indent-perl-exp): Avoid error if
comment-start-skip is nil.

27 years ago(mouse-sel-set-selection-function): Doc fix.
Richard M. Stallman [Sat, 26 Oct 1996 18:13:52 +0000 (18:13 +0000)]
(mouse-sel-set-selection-function): Doc fix.
Use x-select-text, for the primary selection.
(mouse-sel-get-selection-function):
Use x-cut-buffer-or-selection-value, for the primary selection.

27 years ago(set-visited-file-name): Doc fix.
Richard M. Stallman [Sat, 26 Oct 1996 18:12:01 +0000 (18:12 +0000)]
(set-visited-file-name): Doc fix.
(write-file): Use CONFIRM when calling set-visited-file-name.

27 years ago(kill-buffer-and-window): New command.
Richard M. Stallman [Sat, 26 Oct 1996 16:06:37 +0000 (16:06 +0000)]
(kill-buffer-and-window): New command.
Bind it to C-x 4 0.

27 years ago(sh-mode): Don't make font-lock-keywords buffer-local.
Richard M. Stallman [Sat, 26 Oct 1996 16:06:24 +0000 (16:06 +0000)]
(sh-mode): Don't make font-lock-keywords buffer-local.

27 years ago(rmail-reply): Merge resent-to and resent-cc into to and cc.
Richard M. Stallman [Sat, 26 Oct 1996 16:06:11 +0000 (16:06 +0000)]
(rmail-reply): Merge resent-to and resent-cc into to and cc.
Ignore the resent- fields aside from that.

27 years ago(pascal-indent-declaration): Avoid infinite loop
Richard M. Stallman [Sat, 26 Oct 1996 16:05:58 +0000 (16:05 +0000)]
(pascal-indent-declaration): Avoid infinite loop
if edpos is at end of buffer.

27 years ago(describe_buffer_bindings): Pass 1 for PARTIAL
Richard M. Stallman [Sat, 26 Oct 1996 16:01:22 +0000 (16:01 +0000)]
(describe_buffer_bindings): Pass 1 for PARTIAL
in some calls to describe_map_tree.

27 years ago(status_notify): Update p->tick again
Richard M. Stallman [Sat, 26 Oct 1996 16:01:03 +0000 (16:01 +0000)]
(status_notify): Update p->tick again
just before running the sentinel, in case it dies.

27 years ago(decode_mode_spec): In the `L' case,
Richard M. Stallman [Sat, 26 Oct 1996 16:00:39 +0000 (16:00 +0000)]
(decode_mode_spec): In the `L' case,
remove a buffer from base_line_pos if window has switched buffers.

27 years ago(Info-insert-dir): Ensure directory ends with slash.
Karl Heuer [Fri, 25 Oct 1996 04:43:06 +0000 (04:43 +0000)]
(Info-insert-dir): Ensure directory ends with slash.

27 years ago(makefile-font-lock-keywords): Accept - and . in
Karl Heuer [Fri, 25 Oct 1996 04:34:53 +0000 (04:34 +0000)]
(makefile-font-lock-keywords): Accept - and . in
variable names.

27 years ago(imenu-scanning-message): Use ellipsis.
Karl Heuer [Fri, 25 Oct 1996 04:31:26 +0000 (04:31 +0000)]
(imenu-scanning-message): Use ellipsis.

27 years ago(iso-langauges): Alphabetize list.
Karl Heuer [Fri, 25 Oct 1996 04:26:36 +0000 (04:26 +0000)]
(iso-langauges): Alphabetize list.
Add Catalan, Spanish, and Esperanto.

27 years ago(lexical-let): Fixed a bug involving nested
Karl Heuer [Thu, 24 Oct 1996 22:45:24 +0000 (22:45 +0000)]
(lexical-let): Fixed a bug involving nested
lexical contexts and macros.

27 years ago(dired-insert-directory): Check for non-US LANG.
Karl Heuer [Thu, 24 Oct 1996 22:42:29 +0000 (22:42 +0000)]
(dired-insert-directory): Check for non-US LANG.

27 years agoChanges to font-lock-fontify-syntactically-region: (a) the cache position must be...
Simon Marshall [Wed, 23 Oct 1996 11:21:05 +0000 (11:21 +0000)]
Changes to font-lock-fontify-syntactically-region: (a) the cache position must be a marker, (b) use a loop to look for comment start, some speedups.
Two new faces, two new modes.

27 years agoAdd Font Lock support. Add mode command autoload cookie.
Simon Marshall [Wed, 23 Oct 1996 09:45:11 +0000 (09:45 +0000)]
Add Font Lock support.  Add mode command autoload cookie.

27 years agoTweak dired-font-lock-keywords.
Simon Marshall [Wed, 23 Oct 1996 09:26:39 +0000 (09:26 +0000)]
Tweak dired-font-lock-keywords.

27 years agoTweak mail-font-lock-keywords.
Simon Marshall [Wed, 23 Oct 1996 09:26:35 +0000 (09:26 +0000)]
Tweak mail-font-lock-keywords.

27 years agoTweak rmail-font-lock-keywords.
Simon Marshall [Wed, 23 Oct 1996 09:26:33 +0000 (09:26 +0000)]
Tweak rmail-font-lock-keywords.

27 years agoAdd Font Lock support. Provide when loaded.
Simon Marshall [Wed, 23 Oct 1996 09:21:10 +0000 (09:21 +0000)]
Add Font Lock support.  Provide when loaded.

27 years agoTweak change-log-font-lock-keywords
Simon Marshall [Wed, 23 Oct 1996 09:16:54 +0000 (09:16 +0000)]
Tweak change-log-font-lock-keywords

27 years agoFix 1996-09-02 change.
Karl Heuer [Tue, 22 Oct 1996 17:34:26 +0000 (17:34 +0000)]
Fix 1996-09-02 change.

27 years ago(compilation-skip-to-next-location): Defined.
Karl Heuer [Sun, 20 Oct 1996 05:37:38 +0000 (05:37 +0000)]
(compilation-skip-to-next-location): Defined.
(compilation-next-error-locus, compilation-parse-errors): Respect it.

27 years ago(vc-dired-reformat-line): Discard check for numerical value of
André Spiegel [Thu, 17 Oct 1996 20:35:46 +0000 (20:35 +0000)]
(vc-dired-reformat-line): Discard check for numerical value of
vc-locking-user.

27 years ago(vc-file-owner): Always return user name, using the optional argument
André Spiegel [Thu, 17 Oct 1996 20:34:46 +0000 (20:34 +0000)]
(vc-file-owner): Always return user name, using the optional argument
of user-login-name.
(vc-locking-user, vc-status): Discard checks for numerical value of
vc-locking-user.

27 years ago(universal-argument): Doc fix.
Richard M. Stallman [Tue, 15 Oct 1996 03:19:56 +0000 (03:19 +0000)]
(universal-argument): Doc fix.

27 years ago(f90-no-block-limit): Fixed bug for indentation of
Richard M. Stallman [Tue, 15 Oct 1996 02:58:27 +0000 (02:58 +0000)]
(f90-no-block-limit): Fixed bug for indentation of
elsewhere and elseif.
(f90-looking-at-where-or-forall): Now allows for labelled forall
and where statements.
(f90-font-lock-keywords-2): New highlighting for labelled where
and forall. Fixed small bug with else highlighting.
(f90-fill-region): Moved indentation to f90-break-line.
(f90-break-line): Will now always indent the second line.
(f90-indent-line): Simpler test for auto-fill.
(f90-auto-fill-mode): Removed.
(f90-electric-insert): Added for possibility of auto-filling of
lines without spaces, as well as early updating of line.
(f90-mode-map): Added bindings of operators to f90-electric-insert.
(f90-do-auto-fill): Now also updates line (changes case).

27 years ago(Vdebug_on_signal): Renamed from Vdebug_force.
Richard M. Stallman [Mon, 14 Oct 1996 23:39:54 +0000 (23:39 +0000)]
(Vdebug_on_signal): Renamed from Vdebug_force.

27 years agoFix typo in comment.
Karl Heuer [Mon, 14 Oct 1996 07:54:04 +0000 (07:54 +0000)]
Fix typo in comment.

27 years ago(UNEXEC): Undef before defining.
Richard M. Stallman [Sun, 13 Oct 1996 15:34:06 +0000 (15:34 +0000)]
(UNEXEC): Undef before defining.

27 years ago(hack-local-variables-prop-line):
Richard M. Stallman [Sun, 13 Oct 1996 14:00:48 +0000 (14:00 +0000)]
(hack-local-variables-prop-line):
Ignore case when checking for `mode'.

27 years ago(describe-function): If no fn specified, say so.
Richard M. Stallman [Sun, 13 Oct 1996 13:59:51 +0000 (13:59 +0000)]
(describe-function): If no fn specified, say so.
(variable-at-point): Return 0 if no variable there.
(describe-variable): If no variable specified, say so.
Don't use nil as the variable.

27 years ago(datearg): Use the empty string, not '-d>1970-01-01', to extract all
Paul Eggert [Sun, 13 Oct 1996 05:59:42 +0000 (05:59 +0000)]
(datearg): Use the empty string, not '-d>1970-01-01', to extract all
revisions, since some hosts reject 1970-01-01 when east of UTC.
(date): Remove.

27 years ago(define-function): Define as alias for defalias.
Richard M. Stallman [Sat, 12 Oct 1996 23:54:53 +0000 (23:54 +0000)]
(define-function): Define as alias for defalias.

27 years agoUse defalias not define-function.
Richard M. Stallman [Sat, 12 Oct 1996 23:54:33 +0000 (23:54 +0000)]
Use defalias not define-function.

27 years ago(define-function): Mark it as obsolete.
Richard M. Stallman [Sat, 12 Oct 1996 23:54:12 +0000 (23:54 +0000)]
(define-function): Mark it as obsolete.

27 years ago(Fdefine_function): Function definition deleted.
Richard M. Stallman [Sat, 12 Oct 1996 23:52:30 +0000 (23:52 +0000)]
(Fdefine_function): Function definition deleted.
(syms_of_data): Don't call defsubr for it.

27 years ago(rlog_options): Look for ' option' rather than 'unknown option',
Paul Eggert [Sat, 12 Oct 1996 17:24:45 +0000 (17:24 +0000)]
(rlog_options): Look for ' option' rather than 'unknown option',
since CVS says 'invalid option'.

27 years agoExplain what major modes can do for imenu and font-lock.
Richard M. Stallman [Sat, 12 Oct 1996 16:10:09 +0000 (16:10 +0000)]
Explain what major modes can do for imenu and font-lock.

27 years ago(rmail): Run rmail-mail-hook last.
Richard M. Stallman [Sat, 12 Oct 1996 16:08:08 +0000 (16:08 +0000)]
(rmail): Run rmail-mail-hook last.

(rmail-mode-2): Don't run rmail-mode-hook here.
(rmail-mode, rmail): Run it here.

27 years ago(XTwrite_glyphs, XTclear_end_of_line, XTclear_frame)
Richard M. Stallman [Sat, 12 Oct 1996 16:06:40 +0000 (16:06 +0000)]
(XTwrite_glyphs, XTclear_end_of_line, XTclear_frame)
(clear_cursor, x_display_bar_cursor, x_display_box_cursor)
(x_set_window_size): Use phys_cursor_on field in frame.
(x_update_cursor): Negative phys_cursor_x no longer means anything.

27 years ago(struct frame): New field phys_cursor_on.
Richard M. Stallman [Sat, 12 Oct 1996 15:26:41 +0000 (15:26 +0000)]
(struct frame): New field phys_cursor_on.

27 years ago(msb--toggle-menu-type): Call menu-bar-update-buffers with t.
Richard M. Stallman [Sat, 12 Oct 1996 02:57:53 +0000 (02:57 +0000)]
(msb--toggle-menu-type): Call menu-bar-update-buffers with t.

27 years agoComment change.
Richard M. Stallman [Sat, 12 Oct 1996 02:42:58 +0000 (02:42 +0000)]
Comment change.

27 years ago(edt-load-xkeys): Doc fix.
Richard M. Stallman [Sat, 12 Oct 1996 02:41:07 +0000 (02:41 +0000)]
(edt-load-xkeys): Doc fix.

27 years ago(set-process-filter): Doc fix.
Richard M. Stallman [Sat, 12 Oct 1996 02:40:26 +0000 (02:40 +0000)]
(set-process-filter): Doc fix.

27 years agoDoc fixes on most variables.
Richard M. Stallman [Sat, 12 Oct 1996 02:39:33 +0000 (02:39 +0000)]
Doc fixes on most variables.

27 years ago(tpu-load-xkeys): Doc fix.
Richard M. Stallman [Sat, 12 Oct 1996 02:34:32 +0000 (02:34 +0000)]
(tpu-load-xkeys): Doc fix.

27 years ago(nnfolder-ignore-active-file): Doc fix.
Richard M. Stallman [Sat, 12 Oct 1996 02:32:56 +0000 (02:32 +0000)]
(nnfolder-ignore-active-file): Doc fix.

27 years ago(2C-two-columns): Doc fix.
Richard M. Stallman [Sat, 12 Oct 1996 02:31:48 +0000 (02:31 +0000)]
(2C-two-columns): Doc fix.

27 years ago(r2b-proceedings-list, r2b-help-message): Doc fixes.
Richard M. Stallman [Sat, 12 Oct 1996 02:30:37 +0000 (02:30 +0000)]
(r2b-proceedings-list, r2b-help-message): Doc fixes.

27 years ago(solitaire): Doc fix.
Richard M. Stallman [Sat, 12 Oct 1996 02:29:04 +0000 (02:29 +0000)]
(solitaire): Doc fix.

27 years ago(Fbuffer_has_markers_at): New function.
Richard M. Stallman [Fri, 11 Oct 1996 03:11:21 +0000 (03:11 +0000)]
(Fbuffer_has_markers_at): New function.
(syms_of_marker): defsubr it.

27 years ago(newline): Use buffer-has-markers-at.
Richard M. Stallman [Fri, 11 Oct 1996 03:11:00 +0000 (03:11 +0000)]
(newline): Use buffer-has-markers-at.