bpt/emacs.git
27 years agoInitial revision
Richard M. Stallman [Sat, 28 Dec 1996 19:41:45 +0000 (19:41 +0000)]
Initial revision

27 years ago(skeleton-positions): Renamed from skeleton-marks.
Richard M. Stallman [Sat, 28 Dec 1996 19:33:20 +0000 (19:33 +0000)]
(skeleton-positions): Renamed from skeleton-marks.

27 years ago(skeleton-marks): New variable.
Richard M. Stallman [Sat, 28 Dec 1996 19:31:17 +0000 (19:31 +0000)]
(skeleton-marks): New variable.
(skeleton-insert, skeleton-internal-1): Set skeleton-marks.

27 years ago*** empty log message ***
Michael Kifer [Sat, 28 Dec 1996 02:53:04 +0000 (02:53 +0000)]
*** empty log message ***

27 years agoMany doc fixes.
Richard M. Stallman [Fri, 27 Dec 1996 21:12:40 +0000 (21:12 +0000)]
Many doc fixes.
(sort-regexp-fields): Don't test for buffer-substring-lessp;
always return a pair of bounds.

27 years ago(LD_SWITCH_SYSTEM): Use just -X.
Richard M. Stallman [Fri, 27 Dec 1996 04:38:50 +0000 (04:38 +0000)]
(LD_SWITCH_SYSTEM): Use just -X.
(LIB_STANDARD): Alternate definition if NS_TARGET.

27 years ago(dos_set_keyboard): Test whether KEYB.COM is installed
Richard M. Stallman [Fri, 27 Dec 1996 02:11:22 +0000 (02:11 +0000)]
(dos_set_keyboard): Test whether KEYB.COM is installed
for international keyboard support.
(dos_get_modifiers): If international keyboard support is NOT
required, make both Right and Left Alt key behave like Meta key.

27 years ago(ispell-message-text-end): Handle `- ' before
Richard M. Stallman [Fri, 27 Dec 1996 02:06:41 +0000 (02:06 +0000)]
(ispell-message-text-end): Handle `- ' before
the "cut here" or "start of..." line.  Handle `Forward message'
without `Start of'.

27 years ago(mail-yank-clear-headers): Handle case of end < start.
Richard M. Stallman [Fri, 27 Dec 1996 02:02:21 +0000 (02:02 +0000)]
(mail-yank-clear-headers): Handle case of end < start.
(mail-indent-citation): Handle case of end < start.
(mail-yank-region): New command (on C-c C-r).

27 years ago(mail-indentation-spaces): Doc fix.
Richard M. Stallman [Fri, 27 Dec 1996 01:33:53 +0000 (01:33 +0000)]
(mail-indentation-spaces): Doc fix.

27 years ago(menu-bar-tools-menu): Add a "send mail" entry.
Richard M. Stallman [Fri, 27 Dec 1996 00:48:30 +0000 (00:48 +0000)]
(menu-bar-tools-menu): Add a "send mail" entry.

27 years ago(perform-replace): Request integers from match-data,
Richard M. Stallman [Fri, 27 Dec 1996 00:44:57 +0000 (00:44 +0000)]
(perform-replace): Request integers from match-data,
instead of asking for markers and converting them.

27 years ago(forward-paragraph, backward-paragraph): Doc fixes.
Richard M. Stallman [Thu, 26 Dec 1996 22:43:17 +0000 (22:43 +0000)]
(forward-paragraph, backward-paragraph): Doc fixes.

27 years ago(Fdefalias): Change argument name and doc string.
Richard M. Stallman [Thu, 26 Dec 1996 22:41:42 +0000 (22:41 +0000)]
(Fdefalias): Change argument name and doc string.

27 years agoChange arg name for fset.
Richard M. Stallman [Thu, 26 Dec 1996 22:40:52 +0000 (22:40 +0000)]
Change arg name for fset.

27 years ago(Ffset): Change argument name and doc string.
Richard M. Stallman [Thu, 26 Dec 1996 22:40:23 +0000 (22:40 +0000)]
(Ffset): Change argument name and doc string.

27 years ago(x_iconify_frame): Clear visible when we set iconified.
Richard M. Stallman [Thu, 26 Dec 1996 21:07:30 +0000 (21:07 +0000)]
(x_iconify_frame): Clear visible when we set iconified.

27 years ago(single_keymap_panes): New arg DEPTH.
Richard M. Stallman [Thu, 26 Dec 1996 21:06:19 +0000 (21:06 +0000)]
(single_keymap_panes): New arg DEPTH.
Cut off recursion at that depth.  Callers changed.

27 years ago(window_scroll): Preserve vpos of point
Richard M. Stallman [Thu, 26 Dec 1996 21:01:10 +0000 (21:01 +0000)]
(window_scroll): Preserve vpos of point
if we cannot preserve the actual position of it.
Make it static.  New arg WHOLE; callers changed.

27 years ago(read_char_x_menu_prompt): Unread and record all the input events from here.
Richard M. Stallman [Thu, 26 Dec 1996 21:00:03 +0000 (21:00 +0000)]
(read_char_x_menu_prompt): Unread and record all the input events from here.
(record_menu_key): New subroutine.

27 years ago(standard_args): Add -find-file and -visit.
Richard M. Stallman [Thu, 26 Dec 1996 20:55:04 +0000 (20:55 +0000)]
(standard_args): Add -find-file and -visit.

27 years ago(internal_self_insert): If the abbrev has no expansion,
Richard M. Stallman [Thu, 26 Dec 1996 20:54:22 +0000 (20:54 +0000)]
(internal_self_insert): If the abbrev has no expansion,
just a hook, inhibit the insertion of the character.

27 years ago(Fexpand_abbrev): Return the abbrev symbol, or nil if no expansion.
Richard M. Stallman [Thu, 26 Dec 1996 20:53:54 +0000 (20:53 +0000)]
(Fexpand_abbrev): Return the abbrev symbol, or nil if no expansion.

27 years ago(mouse-start-end): Put values in proper order,
Richard M. Stallman [Thu, 26 Dec 1996 20:48:46 +0000 (20:48 +0000)]
(mouse-start-end): Put values in proper order,
in the doublequote case.

27 years ago(command-line-1): Handle --visit and --find.
Richard M. Stallman [Thu, 26 Dec 1996 20:47:49 +0000 (20:47 +0000)]
(command-line-1): Handle --visit and --find.
Handle -- as an option; treat what follows as a file name.

27 years ago(edebug-read-symbol, edebug-read-string): Don't back up after reading.
Richard M. Stallman [Thu, 26 Dec 1996 20:46:51 +0000 (20:46 +0000)]
(edebug-read-symbol, edebug-read-string): Don't back up after reading.
(edebug-read-sexp): Likewise.

27 years ago(vc-next-action-on-file, vc-update-change-log,
André Spiegel [Thu, 26 Dec 1996 12:07:05 +0000 (12:07 +0000)]
(vc-next-action-on-file, vc-update-change-log,
vc-backend-checkout, vc-backend-steal): Use `vc-user-login-name'
instead of `user-login-name'.
(vc-update-change-log): If `user-full-name' is nil, try
`user-login-name'.  Failing that, use uid as a string.
(vc-make-buffer-writable-hook): Removed (was unused).

27 years ago(vc-user-login-name): New function.
André Spiegel [Thu, 26 Dec 1996 12:06:13 +0000 (12:06 +0000)]
(vc-user-login-name): New function.
(vc-fetch-master-properties, vc-lock-from-permissions, vc-file-owner,
vc-fetch-properties, vc-after-save, vc-mode-line, vc-status):  Use
`vc-user-login-name' instead of `user-login-name'.

27 years agoComment change.
Richard M. Stallman [Thu, 26 Dec 1996 06:10:32 +0000 (06:10 +0000)]
Comment change.

27 years ago(set_point): Use virtual bounds, not real bounds,
Richard M. Stallman [Fri, 20 Dec 1996 18:15:52 +0000 (18:15 +0000)]
(set_point): Use virtual bounds, not real bounds,
in the abort test for POSITION.
Skip the intangibility test if POSITION is at either end of buffer.

27 years ago(FRONT_NONSTICKY_P): New macro.
Richard M. Stallman [Fri, 20 Dec 1996 18:15:32 +0000 (18:15 +0000)]
(FRONT_NONSTICKY_P): New macro.

27 years ago(try_window): Add error check for POS.
Richard M. Stallman [Fri, 20 Dec 1996 18:14:47 +0000 (18:14 +0000)]
(try_window): Add error check for POS.

(prepare_menu_bars, update_menu_bar):
Call Fmatch_data with new explicit arguments.

27 years ago(isearch-edit-string): When we try the search
Richard M. Stallman [Fri, 20 Dec 1996 05:58:41 +0000 (05:58 +0000)]
(isearch-edit-string): When we try the search
at the end, do that outside of the let which binds all the
search state.

27 years agoMinor cleanups for overfull hboxes.
Richard M. Stallman [Fri, 20 Dec 1996 00:09:23 +0000 (00:09 +0000)]
Minor cleanups for overfull hboxes.

27 years agoUpdate edition number.
Richard M. Stallman [Fri, 20 Dec 1996 00:01:41 +0000 (00:01 +0000)]
Update edition number.

27 years ago(modify_event_symbol):
Richard M. Stallman [Thu, 19 Dec 1996 23:57:33 +0000 (23:57 +0000)]
(modify_event_symbol):
Don't index thru name_table if it is null.

27 years ago(streq, strneq): Use == NULL rather than !.
Richard M. Stallman [Thu, 19 Dec 1996 22:02:55 +0000 (22:02 +0000)]
(streq, strneq): Use == NULL rather than !.

27 years ago(x_set_title): Check data type of NAME.
Richard M. Stallman [Thu, 19 Dec 1996 17:05:37 +0000 (17:05 +0000)]
(x_set_title): Check data type of NAME.

27 years ago(Fmatch_data): Doc fix.
Richard M. Stallman [Thu, 19 Dec 1996 08:11:56 +0000 (08:11 +0000)]
(Fmatch_data): Doc fix.

27 years agoMajor cleanup of unclear or overly picturesque language.
Richard M. Stallman [Thu, 19 Dec 1996 07:57:09 +0000 (07:57 +0000)]
Major cleanup of unclear or overly picturesque language.

27 years ago(set_frame_menubar): Call Fmatch_data with new explicit arguments.
Richard M. Stallman [Thu, 19 Dec 1996 06:42:08 +0000 (06:42 +0000)]
(set_frame_menubar): Call Fmatch_data with new explicit arguments.

27 years ago(read_process_output, exec_sentinel):
Richard M. Stallman [Thu, 19 Dec 1996 06:41:48 +0000 (06:41 +0000)]
(read_process_output, exec_sentinel):
Call Fmatch_data with new explicit arguments.

27 years ago(mail-extract-address-components): Clear text props
Richard M. Stallman [Thu, 19 Dec 1996 02:48:49 +0000 (02:48 +0000)]
(mail-extract-address-components): Clear text props
after inserting ADDRESS.

27 years ago(calendar-time-zone-daylight-rules): Add support
Paul Eggert [Thu, 19 Dec 1996 01:17:26 +0000 (01:17 +0000)]
(calendar-time-zone-daylight-rules): Add support
for daylight saving rules in Iran.
(require 'cal-persia) now needed.

27 years ago(perform-replace): Undo previous change.
Richard M. Stallman [Wed, 18 Dec 1996 23:36:24 +0000 (23:36 +0000)]
(perform-replace): Undo previous change.
Instead, use the new match-data features to avoid consing.

27 years ago(Fmatch_data): New args INTEGERS and REUSE.
Richard M. Stallman [Wed, 18 Dec 1996 23:35:48 +0000 (23:35 +0000)]
(Fmatch_data): New args INTEGERS and REUSE.

27 years ago(sendmail-user-agent): Avoid error for CONTINUE non-nil.
Richard M. Stallman [Wed, 18 Dec 1996 23:27:56 +0000 (23:27 +0000)]
(sendmail-user-agent): Avoid error for CONTINUE non-nil.

27 years ago(LIBMAIL): New macro. Conditionally includes -lmail.
Richard M. Stallman [Wed, 18 Dec 1996 18:15:30 +0000 (18:15 +0000)]
(LIBMAIL): New macro.  Conditionally includes -lmail.
(movemail): Use LIBMAIL, to link against -lmail.

27 years ago(HAVE_LIBMAIL, HAVE_MAILLOCK_H, HAVE_TOUCHLOCK): Add #undefs.
Richard M. Stallman [Wed, 18 Dec 1996 18:12:37 +0000 (18:12 +0000)]
(HAVE_LIBMAIL, HAVE_MAILLOCK_H, HAVE_TOUCHLOCK): Add #undefs.

27 years agoCheck for libmail, maillock.h and touchlock (for movemail).
Richard M. Stallman [Wed, 18 Dec 1996 18:11:20 +0000 (18:11 +0000)]
Check for libmail, maillock.h and touchlock (for movemail).

27 years ago(iso-languages): Add "german" entry.
Richard M. Stallman [Wed, 18 Dec 1996 16:41:59 +0000 (16:41 +0000)]
(iso-languages): Add "german" entry.

27 years ago(send_process) [EMACS_HAS_USECS]:
Richard M. Stallman [Wed, 18 Dec 1996 16:37:52 +0000 (16:37 +0000)]
(send_process) [EMACS_HAS_USECS]:
When we wait for the buffer to clear, wait just .02 second.

27 years ago(compose-mail): Doc fix.
Richard M. Stallman [Wed, 18 Dec 1996 16:32:43 +0000 (16:32 +0000)]
(compose-mail): Doc fix.

27 years ago(set_point): Use virtual bounds, not real bounds,
Richard M. Stallman [Wed, 18 Dec 1996 06:30:59 +0000 (06:30 +0000)]
(set_point): Use virtual bounds, not real bounds,
in the abort test for POSITION.
Skip the intangibility test if POSITION is at either end of buffer.

27 years ago(display-time-event-handler): Use let*.
Richard M. Stallman [Wed, 18 Dec 1996 02:46:34 +0000 (02:46 +0000)]
(display-time-event-handler): Use let*.

27 years ago(time-stamp-mail-host-name): Get rid of time-stamp-mail-host.
Richard M. Stallman [Wed, 18 Dec 1996 02:45:09 +0000 (02:45 +0000)]
(time-stamp-mail-host-name): Get rid of time-stamp-mail-host.

27 years ago(perform-replace): Delete the code that checked
Richard M. Stallman [Wed, 18 Dec 1996 02:22:34 +0000 (02:22 +0000)]
(perform-replace): Delete the code that checked
whether the regexp could match again right after this match.
It made the loop too slow.

27 years ago(news-mail-reply, news-reply): Include the message
Richard M. Stallman [Tue, 17 Dec 1996 20:53:28 +0000 (20:53 +0000)]
(news-mail-reply, news-reply): Include the message
ID in the In-reply-to line.

27 years ago(isearch-ring-adjust): Don't pop the state at the start.
Richard M. Stallman [Tue, 17 Dec 1996 20:24:43 +0000 (20:24 +0000)]
(isearch-ring-adjust): Don't pop the state at the start.
Push the state at the end, not in the middle.

27 years ago(dired-move-to-filename-regexp): Recognize various languages.
Richard M. Stallman [Tue, 17 Dec 1996 18:43:10 +0000 (18:43 +0000)]
(dired-move-to-filename-regexp): Recognize various languages.

27 years ago(ange-ftp-date-regexp): Recognize various languages.
Richard M. Stallman [Tue, 17 Dec 1996 18:31:33 +0000 (18:31 +0000)]
(ange-ftp-date-regexp): Recognize various languages.

27 years ago(merge_properties_sticky): Don't discard explicit nil
Richard M. Stallman [Tue, 17 Dec 1996 07:25:35 +0000 (07:25 +0000)]
(merge_properties_sticky): Don't discard explicit nil
properties.  Don't put on a front-sticky property if we inherit
one from the category that does the job.

27 years ago(sendmail-send-it): Explicitly pass interactive delivery options to
Erik Naggum [Tue, 17 Dec 1996 02:54:04 +0000 (02:54 +0000)]
(sendmail-send-it): Explicitly pass interactive delivery options to
sendmail.

27 years ago(time-stamp-month-dd-yyyy): Use format-time-string.
Richard M. Stallman [Tue, 17 Dec 1996 00:19:01 +0000 (00:19 +0000)]
(time-stamp-month-dd-yyyy): Use format-time-string.
(time-stamp-dd/mm/yyyy, time-stamp-mon-dd-yyyy, time-stamp-dd-mon-yy)
(time-stamp-yy/mm/dd, time-stamp-yyyy/mm/dd, time-stamp-yyyy-mm-dd)
(time-stamp-yymmdd, time-stamp-hh:mm:ss, time-stamp-hhmm): Likewise.
(time-stamp-month-numbers, time-stamp-month-full-names): Vars deleted.

27 years ago(time-stamp-no-file): Reintroduced.
Richard M. Stallman [Tue, 17 Dec 1996 00:14:41 +0000 (00:14 +0000)]
(time-stamp-no-file): Reintroduced.
(time-stamp-string-preprocess): New function.
(time-stamp-string): Use time-stamp-string-preprocess.
(time-stamp-format): Doc fix.

27 years ago(display-time-event-handler): Fix previous change.
Richard M. Stallman [Mon, 16 Dec 1996 22:40:50 +0000 (22:40 +0000)]
(display-time-event-handler): Fix previous change.

27 years agoUpdate VERSION to 2.4.2.
Richard M. Stallman [Mon, 16 Dec 1996 21:49:21 +0000 (21:49 +0000)]
Update VERSION to 2.4.2.

27 years agoAdd normal-auto-fill-function.
Richard M. Stallman [Mon, 16 Dec 1996 20:17:06 +0000 (20:17 +0000)]
Add normal-auto-fill-function.

27 years agoUpdate edition to 2.4b.
Richard M. Stallman [Mon, 16 Dec 1996 20:15:01 +0000 (20:15 +0000)]
Update edition to 2.4b.

27 years ago(sendmail-send-it): If no recipients, don't run
Richard M. Stallman [Mon, 16 Dec 1996 08:06:37 +0000 (08:06 +0000)]
(sendmail-send-it): If no recipients, don't run
the mailer program.  If there was also no fcc file, signal error.

27 years ago(mail-extract-address-components): Don't downcase
Richard M. Stallman [Mon, 16 Dec 1996 07:51:24 +0000 (07:51 +0000)]
(mail-extract-address-components): Don't downcase
the domain part of the address.

27 years ago(imenu-generic-expression): Doc fix.
Richard M. Stallman [Mon, 16 Dec 1996 07:39:34 +0000 (07:39 +0000)]
(imenu-generic-expression): Doc fix.
(imenu--make-index-alist): Do `widen' and save-restriction here.
(imenu): Not here.

27 years ago(socket_connection): Free realhost after using it.
Richard M. Stallman [Mon, 16 Dec 1996 06:01:18 +0000 (06:01 +0000)]
(socket_connection): Free realhost after using it.

27 years agoFix previous change.
Richard M. Stallman [Mon, 16 Dec 1996 05:53:33 +0000 (05:53 +0000)]
Fix previous change.

27 years ago(Finsert_file_contents): Handle BEG and END non-nil
Richard M. Stallman [Mon, 16 Dec 1996 05:46:37 +0000 (05:46 +0000)]
(Finsert_file_contents): Handle BEG and END non-nil
when REPLACE is non-nil.

27 years ago(describe-mode): Include minor modes that aren't buffer local.
Richard M. Stallman [Mon, 16 Dec 1996 02:44:52 +0000 (02:44 +0000)]
(describe-mode): Include minor modes that aren't buffer local.

27 years ago(HAVE_LIMITS_H): Add #undef.
Richard M. Stallman [Mon, 16 Dec 1996 02:44:07 +0000 (02:44 +0000)]
(HAVE_LIMITS_H): Add #undef.

27 years ago(limits.h): Check for this file.
Richard M. Stallman [Mon, 16 Dec 1996 02:43:10 +0000 (02:43 +0000)]
(limits.h): Check for this file.

27 years agoChange defconsts to defvars.
Richard M. Stallman [Mon, 16 Dec 1996 02:42:28 +0000 (02:42 +0000)]
Change defconsts to defvars.

27 years ago(register-name-alist): Use defvar.
Richard M. Stallman [Mon, 16 Dec 1996 01:39:18 +0000 (01:39 +0000)]
(register-name-alist): Use defvar.

27 years ago(only-global-abbrevs): Use defvar.
Richard M. Stallman [Mon, 16 Dec 1996 01:35:50 +0000 (01:35 +0000)]
(only-global-abbrevs): Use defvar.

27 years agoChange some defconsts to defvars.
Richard M. Stallman [Mon, 16 Dec 1996 01:33:54 +0000 (01:33 +0000)]
Change some defconsts to defvars.

27 years agoChange defconsts to defvars.
Richard M. Stallman [Mon, 16 Dec 1996 01:33:02 +0000 (01:33 +0000)]
Change defconsts to defvars.

27 years ago(format-alist): Change defconst to defvar.
Richard M. Stallman [Mon, 16 Dec 1996 00:56:13 +0000 (00:56 +0000)]
(format-alist): Change defconst to defvar.

27 years agoChange most defconsts to defvars.
Richard M. Stallman [Mon, 16 Dec 1996 00:52:56 +0000 (00:52 +0000)]
Change most defconsts to defvars.

27 years ago(find-file-revert-without-query): New variable.
Richard M. Stallman [Sun, 15 Dec 1996 20:52:40 +0000 (20:52 +0000)]
(find-file-revert-without-query): New variable.
(find-file-noselect): Revert certain files without query
if the file has changed and the buffer has not.

27 years ago(Fuser_full_name): Return nil if the specified user doesn't exist.
Richard M. Stallman [Sun, 15 Dec 1996 20:14:13 +0000 (20:14 +0000)]
(Fuser_full_name): Return nil if the specified user doesn't exist.
(init_editfns): Set Vuser_full_name to "unknown" if the user name
can't be resolved.

27 years ago(x_set_scroll_bar_width): Reject a width that's too small.
Richard M. Stallman [Sun, 15 Dec 1996 18:48:23 +0000 (18:48 +0000)]
(x_set_scroll_bar_width): Reject a width that's too small.

27 years ago(cpp-edit-load): Don't load anything if init-file-user is nil.
Richard M. Stallman [Sun, 15 Dec 1996 07:30:24 +0000 (07:30 +0000)]
(cpp-edit-load): Don't load anything if init-file-user is nil.
(cpp-edit-save): Doc fix.

27 years ago(set_point): Check for intangible properties on overlays.
Richard M. Stallman [Sun, 15 Dec 1996 04:58:53 +0000 (04:58 +0000)]
(set_point): Check for intangible properties on overlays.

27 years ago(Fnext_char_property_change): New function.
Richard M. Stallman [Sun, 15 Dec 1996 04:57:31 +0000 (04:57 +0000)]
(Fnext_char_property_change): New function.
(Fprevious_char_property_change): New function.
(syms_of_textprop): defsubr them.

27 years ago(outline-discard-overlays):
Richard M. Stallman [Sat, 14 Dec 1996 22:24:35 +0000 (22:24 +0000)]
(outline-discard-overlays):
Use overlays-in, to ensure we get rid of empty overlays.

27 years ago(menu-bar-tools-menu): Add items
Richard M. Stallman [Sat, 14 Dec 1996 22:23:58 +0000 (22:23 +0000)]
(menu-bar-tools-menu): Add items
Debugger, Compile and Search Files.

27 years ago(rmail-summary-beginning-of-message):
Richard M. Stallman [Sat, 14 Dec 1996 02:11:32 +0000 (02:11 +0000)]
(rmail-summary-beginning-of-message):
Obey rmail-summary-size, and make sure summary is on top
if we split a single large window.

(rmail-summary-scroll-msg-down): If message is
not visible at all, use rmail-summary-beginning-of-message.
(rmail-summary-scroll-msg-up): Likewise.

27 years ago(disabled-command-hook): Correctly keep the first
Richard M. Stallman [Fri, 13 Dec 1996 20:50:55 +0000 (20:50 +0000)]
(disabled-command-hook): Correctly keep the first
paragraph of the command's documentation.

27 years ago(time-stamp-am-pm): Variable deleted.
Richard M. Stallman [Fri, 13 Dec 1996 01:49:23 +0000 (01:49 +0000)]
(time-stamp-am-pm): Variable deleted.
(time-stamp-weekday-full-names): Likewise.
(time-stamp-weekday-numbers): Likewise.
(time-stamp-old-format-warn): Doc fix.

(time-stamp-strftime): Function deleted.
(time-stamp-string): Use format-time-string.
(time-stamp-format): Change default value
to work with format-time-string.

27 years ago(display-time-event-handler): If Don't run the timer
Richard M. Stallman [Fri, 13 Dec 1996 01:31:43 +0000 (01:31 +0000)]
(display-time-event-handler): If Don't run the timer
for successive times that are already in the past.

27 years ago(Info-mode): Default for `tab-width'.
Richard M. Stallman [Thu, 12 Dec 1996 23:00:31 +0000 (23:00 +0000)]
(Info-mode): Default for `tab-width'.

27 years agoExplain how disabled commands' doc strings are displayed.
Richard M. Stallman [Thu, 12 Dec 1996 05:36:22 +0000 (05:36 +0000)]
Explain how disabled commands' doc strings are displayed.

27 years agoFix previous change.
Richard M. Stallman [Wed, 11 Dec 1996 21:06:53 +0000 (21:06 +0000)]
Fix previous change.