]> code.delx.au - gnu-emacs/log
gnu-emacs
30 years ago(shell-cd): Function removed.
Roland McGrath [Thu, 6 Jan 1994 17:02:00 +0000 (17:02 +0000)]
(shell-cd): Function removed.
(shell-prefixed-directory-name): New defsubst.
(shell-process-popd, shell-process-pushd, shell-process-cd,
shell-resync-dirs): Apply it to ARG when it's a directory name.
Use (concat comint-file-name-prefix "~") in place of (getenv "HOME") or "~".
Call cd instead of shell-cd.

30 years ago(mouse-menu-choose-yank): Don't use rotate-yank-pointer; set
Roland McGrath [Thu, 6 Jan 1994 16:49:05 +0000 (16:49 +0000)]
(mouse-menu-choose-yank): Don't use rotate-yank-pointer; set
kill-ring-yank-pointer explicitly instead.

30 years ago(compilation-buffer-p): Move defsubst before all callers.
Roland McGrath [Thu, 6 Jan 1994 15:25:19 +0000 (15:25 +0000)]
(compilation-buffer-p): Move defsubst before all callers.
(compilation-forget-errors): Reset compilation-parsing-end to 1 here.
(compile-reinitialize-errors): Don't reset compilation-parsing-end after
calling compilation-forget-errors.
Comment out gratuitous switch-to-buffer call; what was the rationale for it?
Don't check compilation-parsing-end (removed local AT-START); instead
always append to compilation-old-error-list, it will be nil if at start.
If compilation-error-list is non-nil before calling the parser, restore its
previous value afterwards; it still indicates the current error position.
Subtract the length of the existing compilation-error-list from
FIND-AT-LEAST when calling the parser.
(compilation-parse-errors): Don't check LIMIT-SEARCH at end of loop.
Inside check it inside each case of the cond; in error case we must discard
the last new error before stopping (just as for FIND-AT-LEAST).
Use floating-point in buffer percentage calculation, to avoid integer
overflow.

30 years ago(tempdir): Put subdir msdos into the distribution.
Richard M. Stallman [Thu, 6 Jan 1994 12:36:43 +0000 (12:36 +0000)]
(tempdir): Put subdir msdos into the distribution.

30 years ago(rmail-resend): Use send-mail-function.
Richard M. Stallman [Thu, 6 Jan 1994 11:48:28 +0000 (11:48 +0000)]
(rmail-resend): Use send-mail-function.

30 years agoentered into RCS
Richard M. Stallman [Thu, 6 Jan 1994 11:46:45 +0000 (11:46 +0000)]
entered into RCS

30 years ago(auto-mode-alist): Treat changelo like ChangeLog.
Richard M. Stallman [Thu, 6 Jan 1994 11:45:53 +0000 (11:45 +0000)]
(auto-mode-alist): Treat changelo like ChangeLog.

30 years ago(change-log-name): On MSDOS, use changelo.
Richard M. Stallman [Thu, 6 Jan 1994 11:44:29 +0000 (11:44 +0000)]
(change-log-name): On MSDOS, use changelo.

30 years ago(rmail-convert-to-babyl-format):
Richard M. Stallman [Thu, 6 Jan 1994 11:42:55 +0000 (11:42 +0000)]
(rmail-convert-to-babyl-format):
Fix one-off error in handling content-length field.

30 years ago(desktop-buffer-mh): New function for mh mail system.
Richard M. Stallman [Thu, 6 Jan 1994 11:34:51 +0000 (11:34 +0000)]
(desktop-buffer-mh): New function for mh mail system.
(desktop-buffer-handlers): Add desktop-buffer-mh.
(desktop-buffer): Correct setting of auto-fill-mode.
Make the compilation silent using (eval-when-compile ...)
(old-kill-emacs): New explicit variable (for Emacs 18 comp.)
(desktop-globals-to-save): Add the history rings for interactive searches.
(postv18): Remove.
(desktop-create-buffer-form): New variable.
(desktop-save): Use desktop-create-buffer-form.
(desktop-value-to-string): New function.
(desktop-outvar): Clean-up using desktop-value-to-string.
(desktop-save): clean-up Using desktop-value-to-string.
(desktop-save): Decide Emacs version at compile time.
(desktop-locals-to-save): New variable.
(desktop-truncate): New function.

30 years ago(makefile-mode): Make comment-start, comment-end,
Richard M. Stallman [Thu, 6 Jan 1994 09:59:12 +0000 (09:59 +0000)]
(makefile-mode): Make comment-start, comment-end,
and comment-start-skip buffer-local.

30 years ago(display-time-file-nonempty-p): Check existence here.
Richard M. Stallman [Thu, 6 Jan 1994 09:24:30 +0000 (09:24 +0000)]
(display-time-file-nonempty-p): Check existence here.
(display-time-server-down-time): New variable.
(display-time-filter): If accessing mail-spool-time takes too long,
don't try again for twenty minutes.

30 years ago(lpr-headers-switches): Set proper value on hpux and usg.
Richard M. Stallman [Thu, 6 Jan 1994 09:22:49 +0000 (09:22 +0000)]
(lpr-headers-switches): Set proper value on hpux and usg.

30 years ago(make-lucid-menu-keymap): For "----", make blank line.
Richard M. Stallman [Thu, 6 Jan 1994 04:59:17 +0000 (04:59 +0000)]
(make-lucid-menu-keymap): For "----", make blank line.

30 years ago(start-process-shell-command): Doc fix.
Richard M. Stallman [Thu, 6 Jan 1994 04:39:00 +0000 (04:39 +0000)]
(start-process-shell-command): Doc fix.

30 years ago[ms-dos]: Preload mouse.el, dos-fns.el,
Richard M. Stallman [Thu, 6 Jan 1994 04:36:22 +0000 (04:36 +0000)]
[ms-dos]: Preload mouse.el, dos-fns.el,
disp-table.el, and ls-lisp.  Dump only one version.  Use simpler
name for doc file.

30 years ago(dehexlify-buffer): If msdos, bind binary-process.
Richard M. Stallman [Thu, 6 Jan 1994 04:35:56 +0000 (04:35 +0000)]
(dehexlify-buffer): If msdos, bind binary-process.
(hexl-find-file): Load as binary.

30 years ago(ls-lisp-format): Bad format for uid and gid fixed.
Richard M. Stallman [Thu, 6 Jan 1994 04:34:43 +0000 (04:34 +0000)]
(ls-lisp-format): Bad format for uid and gid fixed.

30 years ago(compile-internal): Extended to work without asynchronous subprocesses.
Richard M. Stallman [Thu, 6 Jan 1994 04:33:55 +0000 (04:33 +0000)]
(compile-internal): Extended to work without asynchronous subprocesses.

30 years ago(change-log-name): Let default name for ms-dos be "change.log".
Richard M. Stallman [Thu, 6 Jan 1994 04:32:34 +0000 (04:32 +0000)]
(change-log-name): Let default name for ms-dos be "change.log".

30 years ago[ms-dos] (byte-compile-file): Save as binary.
Richard M. Stallman [Thu, 6 Jan 1994 04:31:20 +0000 (04:31 +0000)]
[ms-dos] (byte-compile-file): Save as binary.

30 years ago[ms-dos] (make-backup-file-name, backup-file-name-p):
Richard M. Stallman [Thu, 6 Jan 1994 04:30:52 +0000 (04:30 +0000)]
[ms-dos] (make-backup-file-name, backup-file-name-p):
Use "*.bak" as backup file name.
(user-init-file): new variable.

30 years ago[ms-dos]: Save version.el as *binary*.
Richard M. Stallman [Thu, 6 Jan 1994 04:29:50 +0000 (04:29 +0000)]
[ms-dos]: Save version.el as *binary*.

30 years ago(enable-command, disable-command): Use user-init-file.
Richard M. Stallman [Thu, 6 Jan 1994 04:29:23 +0000 (04:29 +0000)]
(enable-command, disable-command): Use user-init-file.

30 years ago(command-line): Set user-init-file.
Richard M. Stallman [Thu, 6 Jan 1994 04:28:36 +0000 (04:28 +0000)]
(command-line): Set user-init-file.

30 years ago[MSDOS]: Use text/binary mode as appropriate.
Richard M. Stallman [Thu, 6 Jan 1994 03:59:30 +0000 (03:59 +0000)]
[MSDOS]: Use text/binary mode as appropriate.
(scan_c_file, scan_lisp_file): Extra parameter for the mode to open with.

30 years ago(main) [MSDOS]: Open all files as binary.
Richard M. Stallman [Thu, 6 Jan 1994 03:58:35 +0000 (03:58 +0000)]
(main) [MSDOS]: Open all files as binary.

30 years ago(main) [MSDOS]: Dummy stub just to make the file compile.
Richard M. Stallman [Thu, 6 Jan 1994 03:57:48 +0000 (03:57 +0000)]
(main) [MSDOS]: Dummy stub just to make the file compile.

30 years ago(malloc): Don't declare it.
Richard M. Stallman [Thu, 6 Jan 1994 03:57:28 +0000 (03:57 +0000)]
(malloc): Don't declare it.
(xmalloc): Cast result of malloc.
(strcpy): Don't declare it.

[MSDOS]: #undef `access'.

30 years agoFix up whitespace. Get rid of spurious casts to void.
Richard M. Stallman [Thu, 6 Jan 1994 03:56:59 +0000 (03:56 +0000)]
Fix up whitespace.  Get rid of spurious casts to void.

[MSDOS]: Use binary file modes for non-text side of pipe.
(main): Use fclose to close file opened by fopen.

30 years agoentered into RCS
Richard M. Stallman [Wed, 5 Jan 1994 23:56:57 +0000 (23:56 +0000)]
entered into RCS

30 years agoInitial revision
Richard M. Stallman [Wed, 5 Jan 1994 21:11:33 +0000 (21:11 +0000)]
Initial revision

30 years ago(describe_syntax): Handle Sinherit.
Richard M. Stallman [Wed, 5 Jan 1994 20:33:23 +0000 (20:33 +0000)]
(describe_syntax): Handle Sinherit.
(syntax_code_spec, syntax_spec_code): Add entry for @ and Sinherit.

30 years ago(enum syntaxcode): Add Sinherit.
Richard M. Stallman [Wed, 5 Jan 1994 20:33:02 +0000 (20:33 +0000)]
(enum syntaxcode): Add Sinherit.
(RAW_SYNTAX, RAW_SYNTAX_MATCH, SYNTAX_CHOOSE_TABLE): New macros.
(SYNTAX, SYNTAX_MATCH, SYNTAX_COMSTART_FIRST, SYNTAX_COMSTART_SECOND)
(SYNTAX_COMEND_FIRST, SYNTAX_COMEND_SECOND, SYNTAX_PREFIX)
(SYNTAX_COMMENT_STYLE): Handle Sinherit.
Alternative definitions if __GNUC__.

30 years ago(eval-after-load): Do nothing if FORM is already on the list.
Richard M. Stallman [Wed, 5 Jan 1994 20:31:27 +0000 (20:31 +0000)]
(eval-after-load): Do nothing if FORM is already on the list.

30 years ago(popup-menu): Add loop to handle submenus.
Richard M. Stallman [Tue, 4 Jan 1994 23:30:37 +0000 (23:30 +0000)]
(popup-menu): Add loop to handle submenus.

30 years ago(SUNOS_LOCALTIME_BUG): #if 0'd.
Richard M. Stallman [Tue, 4 Jan 1994 14:21:54 +0000 (14:21 +0000)]
(SUNOS_LOCALTIME_BUG): #if 0'd.

30 years ago(Fmapconcat): Doc fix.
Richard M. Stallman [Tue, 4 Jan 1994 08:45:49 +0000 (08:45 +0000)]
(Fmapconcat): Doc fix.

30 years ago(bcopy, bzero, bcmp): Defined.
Richard M. Stallman [Tue, 4 Jan 1994 08:42:21 +0000 (08:42 +0000)]
(bcopy, bzero, bcmp): Defined.

30 years agoInclude syswait.h.
Richard M. Stallman [Tue, 4 Jan 1994 06:46:12 +0000 (06:46 +0000)]
Include syswait.h.
Fork a subprocess and use it to copy the mail file.

30 years ago(buffer.o): Don't depend on syntax.h.
Richard M. Stallman [Tue, 4 Jan 1994 06:41:18 +0000 (06:41 +0000)]
(buffer.o): Don't depend on syntax.h.

(temacs): Delete redundant use of LDFLAGS.

(${etc}DOC): Fix typo in previous change.

30 years agoDon't include syntax.h.
Richard M. Stallman [Tue, 4 Jan 1994 06:38:43 +0000 (06:38 +0000)]
Don't include syntax.h.

(Qget_file_buffer): New variable.
(syms_of_buffer): Set up Qget_file_buffer.
(Fget_file_buffer): For magic file names, run the handler.

30 years ago(file_name_completion_stat): If have symlinks, use lstat.
Richard M. Stallman [Tue, 4 Jan 1994 06:37:51 +0000 (06:37 +0000)]
(file_name_completion_stat): If have symlinks, use lstat.

30 years agoComment fix.
Richard M. Stallman [Tue, 4 Jan 1994 01:41:34 +0000 (01:41 +0000)]
Comment fix.

30 years ago(debug): Bind this-command and last-command.
Richard M. Stallman [Tue, 4 Jan 1994 01:39:46 +0000 (01:39 +0000)]
(debug): Bind this-command and last-command.

30 years ago(Fx_list_fonts): Don't fail to init `tail'.
Richard M. Stallman [Tue, 4 Jan 1994 01:22:38 +0000 (01:22 +0000)]
(Fx_list_fonts): Don't fail to init `tail'.

(Fx_create_frame): Add to Vframe_list before making visible.

30 years ago(vc-finish-logentry): Sync the buffer in case the user modified it while
Paul Eggert [Mon, 3 Jan 1994 20:53:26 +0000 (20:53 +0000)]
(vc-finish-logentry): Sync the buffer in case the user modified it while
editing the comment.

30 years ago(tex-common-initialization): Make parse-sexp-ignore-comments t.
Richard M. Stallman [Mon, 3 Jan 1994 20:06:28 +0000 (20:06 +0000)]
(tex-common-initialization): Make parse-sexp-ignore-comments t.

30 years agoentered into RCS
Richard M. Stallman [Mon, 3 Jan 1994 16:56:13 +0000 (16:56 +0000)]
entered into RCS

30 years ago(slitex-mode, latex-mode): Set paragraph-start and
Richard M. Stallman [Mon, 3 Jan 1994 11:36:14 +0000 (11:36 +0000)]
(slitex-mode, latex-mode): Set paragraph-start and
paragraph-separate to a specific list of control sequences.

(tex-common-initialization): Make paragraph-start
and paragraph-separate match a line of $$.

30 years ago(comint-last-output-start): Add defvar.
Richard M. Stallman [Mon, 3 Jan 1994 10:46:53 +0000 (10:46 +0000)]
(comint-last-output-start): Add defvar.

(comint-dynamic-list-completions): Use read-key-sequence.
Special handling for mouse-choose-completion.

30 years agoFix typo in previous change.
Richard M. Stallman [Mon, 3 Jan 1994 10:43:37 +0000 (10:43 +0000)]
Fix typo in previous change.

30 years agoMore menu bar commands.
Richard M. Stallman [Mon, 3 Jan 1994 07:41:23 +0000 (07:41 +0000)]
More menu bar commands.

30 years ago(make-syntax-table): New function; no longer an alias
Richard M. Stallman [Mon, 3 Jan 1994 07:41:00 +0000 (07:41 +0000)]
(make-syntax-table): New function; no longer an alias
for copy-syntax-table.

30 years ago(get_system_name): If the official name of the host is
Richard M. Stallman [Mon, 3 Jan 1994 07:21:12 +0000 (07:21 +0000)]
(get_system_name): If the official name of the host is
not a fully qualified domain name, then try to find one in the
list of alternate names.

30 years ago(rmail-get-new-mail): Cope if display-time-string is nil.
Richard M. Stallman [Mon, 3 Jan 1994 05:14:06 +0000 (05:14 +0000)]
(rmail-get-new-mail): Cope if display-time-string is nil.

30 years ago(sort-float-fields): Commented out.
Richard M. Stallman [Mon, 3 Jan 1994 04:15:18 +0000 (04:15 +0000)]
(sort-float-fields): Commented out.

30 years ago(c-mode-map): Add menu bar menu.
Richard M. Stallman [Sun, 2 Jan 1994 21:51:47 +0000 (21:51 +0000)]
(c-mode-map): Add menu bar menu.

30 years ago(calendar-goto-french-date): Fix special day
Richard M. Stallman [Sun, 2 Jan 1994 19:03:36 +0000 (19:03 +0000)]
(calendar-goto-french-date): Fix special day
choice in non-leap years by re-reversing the list.  Fix out of
place parenthesis in prompt.

30 years ago(rotate_right, rotate_left): Simplify
Richard M. Stallman [Sun, 2 Jan 1994 19:01:15 +0000 (19:01 +0000)]
(rotate_right, rotate_left): Simplify
total_length calculation.  Minimize pointer dereferencing.
(balance_an_interval): Remove recursive rebalancing.
Rebalance precisely when imbalanced.  If a rotation is done,
rebalance only the node which may have become unbalanced.
Iterate until the current node is balanced.
(balance_possible_root_interval): New function.
(balance_intervals): Move the interation into rebalance_an_interval.
(balance_intervals_internal): New subroutine of balance_intervals.
(split_interval_right, split_interval_left): Speed up by
not checking LEAF_INTERVAL_P.
(split_interval_right, split_interval_left, find_interval,
adjust_intervals_for_insertion, graft_intervals_into_buffer):
Add dynamic rebalancing anywhere a node may become unbalanced.
(graft_intervals_into_buffer, copy_intervals): No longer
any need to do a full rebalance as the tree stays balanced.

30 years ago(NULL_RIGHT_CHILD, NULL_LEFT_CHILD):
Richard M. Stallman [Sun, 2 Jan 1994 19:00:54 +0000 (19:00 +0000)]
(NULL_RIGHT_CHILD, NULL_LEFT_CHILD):
Assume children must be intervals, never strings or buffers.

30 years ago(${SUBDIR} target): Pass down LDFLAGS and CPPFLAGS.
Richard M. Stallman [Sun, 2 Jan 1994 18:54:37 +0000 (18:54 +0000)]
(${SUBDIR} target): Pass down LDFLAGS and CPPFLAGS.

30 years ago(ALL_CFLAGS): Include LDFLAGS.
Richard M. Stallman [Sun, 2 Jan 1994 18:41:29 +0000 (18:41 +0000)]
(ALL_CFLAGS): Include LDFLAGS.
Use ALL_CFLAGS in all the rules that compile and link with one cmd.
(LINK_CFLAGS): New variable.
(timer): Use LINK_CFLAGS.

30 years ago(isearch-repeat): If we matched a null string and there's
Richard M. Stallman [Sun, 2 Jan 1994 17:43:16 +0000 (17:43 +0000)]
(isearch-repeat): If we matched a null string and there's
no place to advance to, fail instead.

30 years ago(Fwrite_region): Don't change START and END from nil
Richard M. Stallman [Sat, 1 Jan 1994 18:01:49 +0000 (18:01 +0000)]
(Fwrite_region): Don't change START and END from nil
until after checking for a magic handler.

30 years ago(bibtex-field-name, bibtex-field-const, bibtex-field-text):
Richard M. Stallman [Sat, 1 Jan 1994 17:32:23 +0000 (17:32 +0000)]
(bibtex-field-name, bibtex-field-const, bibtex-field-text):
Adapted to Emacs 19 regex rules.
(bibtex-reference): Removed one set of parentheses (a workaround).

30 years ago(i[34]86-*-*): Check for *-nextstop*.
Richard M. Stallman [Sat, 1 Jan 1994 17:15:40 +0000 (17:15 +0000)]
(i[34]86-*-*): Check for *-nextstop*.

30 years ago(m68*-next-*): Don't care about which os is specified.
Richard M. Stallman [Sat, 1 Jan 1994 17:12:22 +0000 (17:12 +0000)]
(m68*-next-*): Don't care about which os is specified.

30 years ago(compilation-read-command, compilation-ask-about-save): New variables.
Richard M. Stallman [Sat, 1 Jan 1994 16:32:44 +0000 (16:32 +0000)]
(compilation-read-command, compilation-ask-about-save): New variables.
(compile): Obey them.

30 years ago(Info-default-directory-list): Doc fix.
Richard M. Stallman [Sat, 1 Jan 1994 15:29:27 +0000 (15:29 +0000)]
(Info-default-directory-list): Doc fix.

30 years ago(read_process_output): Use clip_to_bounds when moving
Richard M. Stallman [Sat, 1 Jan 1994 15:12:52 +0000 (15:12 +0000)]
(read_process_output): Use clip_to_bounds when moving
to the process marker.

30 years agoDelete `show env TERMCAP'.
Richard M. Stallman [Sat, 1 Jan 1994 15:11:38 +0000 (15:11 +0000)]
Delete `show env TERMCAP'.

30 years ago(${etc}DOC): Don't depend on SOME_MACHINE_OBJECTS.
Richard M. Stallman [Sat, 1 Jan 1994 11:56:01 +0000 (11:56 +0000)]
(${etc}DOC): Don't depend on SOME_MACHINE_OBJECTS.

30 years ago(SOME_MACHINE_OBJECTS): New var.
Richard M. Stallman [Sat, 1 Jan 1994 11:55:19 +0000 (11:55 +0000)]
(SOME_MACHINE_OBJECTS): New var.
(${etc}DOC): Use SOME_MACHINE_OBJECTS, not OBJECTS_MACHINE or OBJECTS_SYSTEM.

30 years ago(ispell-highlight, ispell-dehighlight): New functions.
Richard M. Stallman [Sat, 1 Jan 1994 10:22:02 +0000 (10:22 +0000)]
(ispell-highlight, ispell-dehighlight): New functions.
(ispell-command-loop, ispell-next): Call them.
(ispell-highlight, ispell-overlay): New variables.

30 years ago(rmail-output-to-rmail-file): If just a dir is specified,
Richard M. Stallman [Sat, 1 Jan 1994 08:31:33 +0000 (08:31 +0000)]
(rmail-output-to-rmail-file): If just a dir is specified,
use default name in specified dir.

30 years ago(save-some-buffers): Fix previous change.
Richard M. Stallman [Sat, 1 Jan 1994 06:21:59 +0000 (06:21 +0000)]
(save-some-buffers): Fix previous change.

30 years ago(gnus-news-reply): Handle reply-to field.
Richard M. Stallman [Sat, 1 Jan 1994 05:35:38 +0000 (05:35 +0000)]
(gnus-news-reply): Handle reply-to field.

30 years ago(manual-program): Deleted.
Richard M. Stallman [Sat, 1 Jan 1994 05:26:26 +0000 (05:26 +0000)]
(manual-program): Deleted.

30 years ago(Finsert_file_contents): Avoid setting buffer-file-name field if ran a handler.
Richard M. Stallman [Fri, 31 Dec 1993 18:16:16 +0000 (18:16 +0000)]
(Finsert_file_contents): Avoid setting buffer-file-name field if ran a handler.
Get rid of local var `handled'.

30 years ago(lispy_accent_codes): Cope if an XK symbol is undefined.
Richard M. Stallman [Fri, 31 Dec 1993 17:29:12 +0000 (17:29 +0000)]
(lispy_accent_codes): Cope if an XK symbol is undefined.
(make_lispy_event): Define i.

30 years ago(query-replace-highlight): New variable.
Richard M. Stallman [Fri, 31 Dec 1993 15:04:23 +0000 (15:04 +0000)]
(query-replace-highlight): New variable.
(replace-overlay): New variable.
(replace-highlight, replace-dehighlight): New functions.
(perform-replace): Use them.

30 years agoAlways include termhooks.h.
Richard M. Stallman [Fri, 31 Dec 1993 13:28:05 +0000 (13:28 +0000)]
Always include termhooks.h.
[! MULTI_FRAME] (Fmouse_position): New definition.
[! MULTI_FRAME] (syms_of_frame): Add mouse-position.

30 years ago(print-region-1): If lpr-headers-switches is string,
Richard M. Stallman [Fri, 31 Dec 1993 13:06:33 +0000 (13:06 +0000)]
(print-region-1): If lpr-headers-switches is string,
turn it into a list before appending.

30 years ago(Finsert_file_contents): Don't run after change hook
Richard M. Stallman [Fri, 31 Dec 1993 12:56:41 +0000 (12:56 +0000)]
(Finsert_file_contents): Don't run after change hook
if inserted is 0.  New local `handled', set if run handler.
Avoid setting modtime field if ran a handler.

30 years ago(save-some-buffers): Reinsert lost code to save abbrevs.
Richard M. Stallman [Fri, 31 Dec 1993 12:50:12 +0000 (12:50 +0000)]
(save-some-buffers): Reinsert lost code to save abbrevs.

30 years ago(eval-current-buffer): Old definition deleted.
Richard M. Stallman [Fri, 31 Dec 1993 12:42:06 +0000 (12:42 +0000)]
(eval-current-buffer): Old definition deleted.
(eval-buffer): Use current buffer by default.

30 years ago(PENDING_OUTPUT_COUNT): Two alternate definitions
Richard M. Stallman [Fri, 31 Dec 1993 10:42:30 +0000 (10:42 +0000)]
(PENDING_OUTPUT_COUNT): Two alternate definitions
for different versions of stdio.h.

30 years ago(diff): Call shell-quote-argument.
Richard M. Stallman [Fri, 31 Dec 1993 09:26:43 +0000 (09:26 +0000)]
(diff): Call shell-quote-argument.

30 years ago(shell-quote-argument): New function.
Richard M. Stallman [Fri, 31 Dec 1993 09:25:12 +0000 (09:25 +0000)]
(shell-quote-argument): New function.

30 years ago(ispell-next): Remove periods from messages.
Richard M. Stallman [Fri, 31 Dec 1993 06:59:31 +0000 (06:59 +0000)]
(ispell-next): Remove periods from messages.
(ispell-complete-word): Improve error messages.

30 years ago(open-line): Properly put fill-prefix on each line.
Richard M. Stallman [Fri, 31 Dec 1993 06:45:33 +0000 (06:45 +0000)]
(open-line): Properly put fill-prefix on each line.

30 years ago(open-line): Move fill-prefix insert inside save-excursion.
Richard M. Stallman [Fri, 31 Dec 1993 05:52:54 +0000 (05:52 +0000)]
(open-line): Move fill-prefix insert inside save-excursion.

30 years agoAdded `kibo', who actually greps for his name on Usenet.
Noah Friedman [Fri, 31 Dec 1993 05:12:51 +0000 (05:12 +0000)]
Added `kibo', who actually greps for his name on Usenet.

30 years ago(help-for-help): Mention the scroll commands.
Richard M. Stallman [Fri, 31 Dec 1993 03:46:42 +0000 (03:46 +0000)]
(help-for-help): Mention the scroll commands.

30 years ago(command-line): In most cases, if init file sets
Richard M. Stallman [Fri, 31 Dec 1993 03:45:38 +0000 (03:45 +0000)]
(command-line): In most cases, if init file sets
debug-on-error, leave it set that way.

30 years ago(make-help-screen): Use read-key-sequence.
Richard M. Stallman [Fri, 31 Dec 1993 03:45:08 +0000 (03:45 +0000)]
(make-help-screen): Use read-key-sequence.
Temporarily switch keymaps.

30 years ago(Fsubstitute_command_keys): Fix previous change.
Richard M. Stallman [Fri, 31 Dec 1993 03:05:39 +0000 (03:05 +0000)]
(Fsubstitute_command_keys): Fix previous change.

30 years ago(read_from_minibuffer): Rename arg initial_input to initial_contents.
Richard M. Stallman [Thu, 30 Dec 1993 16:43:05 +0000 (16:43 +0000)]
(read_from_minibuffer): Rename arg initial_input to initial_contents.

30 years ago(icomplete-pre-command-hook): Reconciled with keyboard macro operation.
Richard M. Stallman [Thu, 30 Dec 1993 11:56:19 +0000 (11:56 +0000)]
(icomplete-pre-command-hook): Reconciled with keyboard macro operation.
(icomplete-post-command-hook): Likewise.
(window-minibuffer-p): Cleaned up according to suggestion from
Richard Mlynarik.
General rectification of doc strings and comments.