summaryrefslogtreecommitdiff
path: root/src/ChangeLog.1
diff options
context:
space:
mode:
authorSam Steingold <sds@gnu.org>2001-11-13 00:07:54 +0000
committerSam Steingold <sds@gnu.org>2001-11-13 00:07:54 +0000
commitdff28924e8526936dc265e5ac63c55f20185529b (patch)
tree6db0b0809d59fafb696ed4fdc42167b081e119ac /src/ChangeLog.1
parent74e1aeec7fc0aeccde00bf505a8e43e56117d5d2 (diff)
downloademacs-dff28924e8526936dc265e5ac63c55f20185529b.tar.gz
fixed format
Diffstat (limited to 'src/ChangeLog.1')
-rw-r--r--src/ChangeLog.1526
1 files changed, 263 insertions, 263 deletions
diff --git a/src/ChangeLog.1 b/src/ChangeLog.1
index a902a06fea2..4eb8dd29608 100644
--- a/src/ChangeLog.1
+++ b/src/ChangeLog.1
@@ -1,54 +1,54 @@
-1986-05-18 Richard M. Stallman (rms at prep)
+1986-05-18 Richard M. Stallman (rms@prep)
* alloc.c (malloc_warning_1): Add some advice on
the significance of the warning.
-1986-05-09 Richard M. Stallman (rms at prep)
+1986-05-09 Richard M. Stallman (rms@prep)
* sysdep.c (get_screen_size):
Reject values of TIOCGSIZE if they are ridiculous.
-1986-05-05 Richard M. Stallman (rms at prep)
+1986-05-05 Richard M. Stallman (rms@prep)
* process.c (send_process_1):
If pipe buffer is full, wait a second and try again.
-1986-05-02 Richard M. Stallman (rms at prep)
+1986-05-02 Richard M. Stallman (rms@prep)
* termcap.c (tputs): round rather than truncating
when dividing padcount.
-1986-04-24 Richard M. Stallman (rms at prep)
+1986-04-24 Richard M. Stallman (rms@prep)
* insdel.c (del_range): args passed to adjust_markers
are now properly adjusted for the gap.
-1986-04-20 Richard M. Stallman (rms at prep)
+1986-04-20 Richard M. Stallman (rms@prep)
* alloca.c: Declare xmalloc.
-1986-04-17 Richard M. Stallman (rms at prep)
+1986-04-17 Richard M. Stallman (rms@prep)
* filelock.c (unlock_buffer): New function to unlock
a specified buffer. Use in Fdelete_buffer_internal
to avoid lossage if buffer being killed is not current.
-1986-04-14 Richard M. Stallman (rms at prep)
+1986-04-14 Richard M. Stallman (rms@prep)
* alloc.c (malloc_warning, Fgarbage_collect):
If malloc_warning is called during GC, just save warning
in malloc_warn_string. Try again to warn when GC ends.
-1986-04-12 Richard M. Stallman (rms at prep)
+1986-04-12 Richard M. Stallman (rms@prep)
* m-celerity.h: Remove spurious effectless #define BSTRINGS
-1986-04-10 Richard M. Stallman (rms at prep)
+1986-04-10 Richard M. Stallman (rms@prep)
* xfns.c (Fx_get_default):
Avoid doing strlen(value) if value is 0.
-1986-04-08 Richard M. Stallman (rms at prep)
+1986-04-08 Richard M. Stallman (rms@prep)
* indent.c (compute_motion):
Change unsigned short back to short. unsigned short is plain
@@ -57,29 +57,29 @@
Alternate HPOS definition for Celerity since casting to (short)
loses there.
-1986-04-07 Richard M. Stallman (rms at prep)
+1986-04-07 Richard M. Stallman (rms@prep)
* dispnew.c (update_screen):
Don't zero OPhysScreen and DesiredScreen until after
final error check. Omit the error check unless debug_end_pos.
-1986-04-06 Richard M. Stallman (rms at prep)
+1986-04-06 Richard M. Stallman (rms@prep)
* cm.c (calccost):
Was returning garbage if arrived at fail: by goto fail;.
-1986-03-27 Richard Mlynarik (mly at prep)
+1986-03-27 Richard Mlynarik (mly@prep)
* dispnew.c:
Typo: `#ifdef defined...' => `#if defined...'
-1986-03-26 Richard M. Stallman (rms at prep)
+1986-03-26 Richard M. Stallman (rms@prep)
* doc.c (FSnarf_documentation):
Appending the arg to the file name must be done
whether or not CANNOT_DUMP.
-1986-03-25 Richard M. Stallman (rms at prep)
+1986-03-25 Richard M. Stallman (rms@prep)
* fileio.c (Fsubstitute_in_file_name):
// at beginning of filename is meaningful on Apollo.
@@ -90,33 +90,33 @@
* crt0.c: If NEED_ERRNO defined, declare errno.
* m-7300.h: New file.
-1986-03-25 Richard Mlynarik (mly at prep)
+1986-03-25 Richard Mlynarik (mly@prep)
* alloc.c (Fmake_symbol):
- CHECK_STRING the argument.
+ CHECK_STRING the argument.
-1986-03-24 Richard M. Stallman (rms at prep)
+1986-03-24 Richard M. Stallman (rms@prep)
* xfns.c (Fx_proc_mouse_event):
Use shifts rather than byte addressing to extract from .detail.
-1986-03-24 Richard Mlynarik (mly at prep)
+1986-03-24 Richard Mlynarik (mly@prep)
* minibuf.c (do_completion):
Only funcall predicate if it is non-nil
Make completion of "nil" in obarrays work.
-1986-03-21 Richard M. Stallman (rms at prep)
+1986-03-21 Richard M. Stallman (rms@prep)
* fileio.c (Fsubstitute_in_file_name):
#if 0 last change (LOGNAME); it makes vax running 5.0 crash.
-1986-03-20 Richard M. Stallman (rms at prep)
+1986-03-20 Richard M. Stallman (rms@prep)
* unexec.c (make_hdr): avoid comparing a_bss field with 0.
It is unsigned on some machines. Save sbrk (0) in tem.
-1986-03-19 Richard M. Stallman (rms at prep)
+1986-03-19 Richard M. Stallman (rms@prep)
* minibuf.c (do_completion):
Don't say string is exact match if it fails the predicate.
@@ -131,7 +131,7 @@
* process.c (kill_buffer_processes):
Pass nil, not 0, to sig_process for current_group arg.
-1986-03-18 Richard M. Stallman (rms at prep)
+1986-03-18 Richard M. Stallman (rms@prep)
* process.c (handle_process_output):
Avoid error if process's buffer is dead.
@@ -142,7 +142,7 @@
* fileio.c (Fsubstitute_in_file_name):
On USG, if looking for env var USER and not found, use LOGNAME.
-1986-03-16 Richard M. Stallman (rms at prep)
+1986-03-16 Richard M. Stallman (rms@prep)
* s-usg*.h, s-unipl*.h:
Replace default ADDR_CORRECT with a no-op.
@@ -161,7 +161,7 @@
* sysdep.c (reset_sys_modes):
Don't use FASYNC if it is not defined.
-1986-03-15 Richard M. Stallman (rms at prep)
+1986-03-15 Richard M. Stallman (rms@prep)
* window.c (save_window_restore):
Fix logic for handling dead buffers.
@@ -172,27 +172,27 @@
* ymakefile: always assemble alloca.s if C_ALLOCA isn't set.
-1986-03-14 Richard M. Stallman (rms at prep)
+1986-03-14 Richard M. Stallman (rms@prep)
* s-usg5.0.h: Remove LOADER_N_SWITCH.
-1986-03-14 Richard Mlynarik (mly at prep)
+1986-03-14 Richard Mlynarik (mly@prep)
* editfns.c
Improve doc for bolp, bobp, eolp
-1986-03-14 Richard M. Stallman (rms at prep)
+1986-03-14 Richard M. Stallman (rms@prep)
* cm.c (calccost): Refuse to use incremental cursor motion
after wrapping on terminals with MagicWrap (xn flag).
-1986-03-13 Richard M. Stallman (rms at prep)
+1986-03-13 Richard M. Stallman (rms@prep)
* emacs.c (main): For APOLLO: reserve 4meg with set_sbrk_size.
* alloc.c (Fpurecopy): fix typo unsignedint.
-1986-03-12 Richard M. Stallman (rms at prep)
+1986-03-12 Richard M. Stallman (rms@prep)
* dired.c (file_name_completion):
Allow exact match against an ignored extension.
@@ -201,7 +201,7 @@
* s-hpux.h: Turn off HAVE_PTYS since their csh has "sanity
checking" and other programs seem to lose with ptys.
-1986-03-11 Richard M. Stallman (rms at prep)
+1986-03-11 Richard M. Stallman (rms@prep)
* sysdep.c ({un,}request_sigio and callers):
Make alternate names init_sigio and reset_sigio;
@@ -227,7 +227,7 @@
* unexec.c (make_hdr):
New compiler switch NO_REMAP means don't change text/data boundary.
-1986-03-10 Richard M. Stallman (rms at prep)
+1986-03-10 Richard M. Stallman (rms@prep)
* indent.c, window.c, xdisp.c:
Make compute_motion, vmotion and display_text_line
@@ -246,7 +246,7 @@
involves including syms.h and making global vars
bias and lnnoptr that are set in make_hdr.
-1986-03-08 Richard M. Stallman (rms at prep)
+1986-03-08 Richard M. Stallman (rms@prep)
* editfns.c (init_editfns):
Make AMPERSAND_FULL_NAME case start with USER_FULL_NAME.
@@ -258,14 +258,14 @@
Put the rounding-to-page-boundaries of section positions
within the file into a UMAX conditional. (See Feb 19).
-1986-03-06 Richard M. Stallman (rms at prep)
+1986-03-06 Richard M. Stallman (rms@prep)
* ymakefile: Add -k100000 switch to ld, for celerity.
* eval.c (funcall_lambda):
Change a comma-sequence to a compound statement.
-1986-03-03 Richard M. Stallman (rms at prep)
+1986-03-03 Richard M. Stallman (rms@prep)
* xfns.c, xterm.c:
Install much-changed versions already tested at Athena.
@@ -293,7 +293,7 @@
(for sysV) Set VTIME to zero; with VMIN=1 this means
no time limit.
-1986-03-02 Richard M. Stallman (rms at prep)
+1986-03-02 Richard M. Stallman (rms@prep)
* keyboard.c (quit_throw_to_get_char):
Before really throwing, clear waiting_for_input
@@ -301,7 +301,7 @@
(get_char): Add error check for getcjmp being zero
where it should not be. Put this under DEBUG switch.
-1986-03-01 Richard M. Stallman (rms at prep)
+1986-03-01 Richard M. Stallman (rms@prep)
* crt0.c: Defining BOGUS forces use of the vax-tahoe-sequent case.
Add a small conditional within it for tower32.
@@ -326,18 +326,18 @@
* ymakefile: Change DOCSTR to DOC.
-1986-02-28 Richard M. Stallman (rms at prep)
+1986-02-28 Richard M. Stallman (rms@prep)
* buffer.c (Fdelete_buffer_internal):
Unchain all markers from a buffer being killed.
-1986-02-27 Richard M. Stallman (rms at prep)
+1986-02-27 Richard M. Stallman (rms@prep)
* unexec.c, malloc.c:
If NBPG is used for getpagesize, multiply it by CLSIZE
and define that as 1 if not otherwise defined.
-1986-02-26 Richard M. Stallman (rms at prep)
+1986-02-26 Richard M. Stallman (rms@prep)
* lread.c (Fload):
Detect when fdopen returns 0 given a valid descriptor.
@@ -345,7 +345,7 @@
* sysdep.c (stuff_char):
Declare arg as char, so TIOCSTI does not give wrong address.
-1986-02-25 Richard M. Stallman (rms at prep)
+1986-02-25 Richard M. Stallman (rms@prep)
* dispnew.c (update_screen):
* xdisp.c (DoDsp, Fredraw_display):
@@ -372,15 +372,15 @@
Redefine LLITOUT as 0; it loses in 4.1.
Define LNOFLSH. Include wait.h, not sys/wait.h.
-1986-02-24 Richard M. Stallman (rms at prep)
+1986-02-24 Richard M. Stallman (rms@prep)
* malloc.c: Define getpagesize as macro when not avail as syscall.
-1986-02-23 Richard M. Stallman (rms at prep)
+1986-02-23 Richard M. Stallman (rms@prep)
* terminfo.c: Provide a definition of ospeed.
-1986-02-22 Richard M. Stallman (rms at prep)
+1986-02-22 Richard M. Stallman (rms@prep)
* alloca.s (hack_sky):
Move label hack3; bug was making some floating ops dump core.
@@ -393,7 +393,7 @@
Also remove a debugging check that did not go off
when this bug hit.
-1986-02-18 Richard M. Stallman (rms at prep)
+1986-02-18 Richard M. Stallman (rms@prep)
* indent.c (compute_motion):
Change all short to unsigned short. Needed for celerity.
@@ -426,28 +426,28 @@
Store all the lines in an array for debugging, to help
debug the problem where lines get lost.
-1986-02-14 Richard M. Stallman (rms at prep)
+1986-02-14 Richard M. Stallman (rms@prep)
* alloca.s (ns16000):
Change non-sequent defn of REGISTER: add a displacement of zero.
-1986-02-13 Richard M. Stallman (rms at prep)
+1986-02-13 Richard M. Stallman (rms@prep)
* alloc.c (purecopy, mark_object), lisp.h:
Use XUINT, not XINT, in VIRT_ADDR_VARIES checks for pure object.
-1986-02-11 Richard M. Stallman (rms at prep)
+1986-02-11 Richard M. Stallman (rms@prep)
* fns.c (Fload_average):
Don't use struct nlist if no LOAD_AVE_TYPE.
* crt0.c: Add missing semicolon in vax/tahoe/sequent code.
-1986-02-10 Richard M. Stallman (rms at prep)
+1986-02-10 Richard M. Stallman (rms@prep)
* crt0.c: Remove duplicate _start for pyramid.
-1986-02-07 Richard M. Stallman (rms at prep)
+1986-02-07 Richard M. Stallman (rms@prep)
* sysdep.c (gettimeofday): Define this only if HAVE_TIMEVAL.
@@ -472,7 +472,7 @@
* unexec.c: For sequent machine, handle its incompatible
meaning of N_TXTOFF, and use N_ADDRADJ where necessary.
-1986-02-06 Richard M. Stallman (rms at prep)
+1986-02-06 Richard M. Stallman (rms@prep)
* sysdep.c (init_sys_modes):
Set tty flags ISTRIP, CS8 and PARENB right for Meta key.
@@ -481,12 +481,12 @@
Define CPP macro as name of cpp to use. Use it for alloca.s.
Make LOADER_N_SWITCH control solely the -N.
-1986-02-06 Richard Mlynarik (mly at prep)
+1986-02-06 Richard Mlynarik (mly@prep)
* fns.c (Frequire):
Fix documentation
-1986-02-06 Richard M. Stallman (rms at prep)
+1986-02-06 Richard M. Stallman (rms@prep)
* indent.c (compute_motion):
For tabs, make sure to take remainder of positive #
@@ -505,7 +505,7 @@
Call prepare_to_modify_buffer even if no CLASH_DETECTION.
Don't make gap if gap is big enough.
-1986-02-05 Richard M. Stallman (rms at prep)
+1986-02-05 Richard M. Stallman (rms@prep)
* termcap.c (tgetent):
Only use TERMCAP var as termcap entry value
@@ -518,20 +518,20 @@
to fix bug where alternating TAB 1 TAB 1... causes a 1
to shift sideways in incremental redisplay in DoDsp.
-1986-02-04 Richard M. Stallman (rms at prep)
+1986-02-04 Richard M. Stallman (rms@prep)
* keyboard.c (command_loop_1):
Don't do direct output if input is pending.
* xterm.h: Find the file Xlib.h in /usr/include/X.
-1986-02-03 Richard M. Stallman (rms at prep)
+1986-02-03 Richard M. Stallman (rms@prep)
* process.c (pty): HPUX has different dir for pty-tty devices.
* termcap.c: Don't include types.h or file.h.
-1986-02-02 Richard M. Stallman (rms at prep)
+1986-02-02 Richard M. Stallman (rms@prep)
* print.c (print):
Print a marker's corrected position, not its bufpos.
@@ -540,19 +540,19 @@
If old and new windows show same buffer,
make sure new point is inside the clipping region.
-1986-01-31 Richard M. Stallman (rms at prep)
+1986-01-31 Richard M. Stallman (rms@prep)
* fns.c (Fload_average):
In NLIST_STRUCT case, set nl[1] to 0, not "".
Fix KERNEL_FILE and LDAV_SYMBOL for HPUX.
-1986-01-30 Richard M. Stallman (rms at prep)
+1986-01-30 Richard M. Stallman (rms@prep)
* m-pyramid.h: Turn on NO_UNION_TYPE.
* fns.c: For BSD, include sys/param.h
-1986-01-29 Richard M. Stallman (rms at prep)
+1986-01-29 Richard M. Stallman (rms@prep)
* fns.c (Fload_average):
Define a few symbols LDAV_SYMBOL and KERNEL_FILE_NAME
@@ -586,7 +586,7 @@
* term.c (set_terminal_modes): Don't clear screen here.
* xdisp.c (Fredraw_display): Clear screen here instead.
-1986-01-28 Richard M. Stallman (rms at prep)
+1986-01-28 Richard M. Stallman (rms@prep)
* s-hpux.h: Do #undef SIGIO.
@@ -612,13 +612,13 @@
Define SIGCHLD as SIGCLD only if SIGCHLD not already defined.
(wait_handling_process_output):Fill in one non-HAVE_TIMEVAL case.
-1986-01-27 Richard M. Stallman (rms at prep)
+1986-01-27 Richard M. Stallman (rms@prep)
* sysdep.c (reset_sys_modes):
Call unrequest_sigio twice.
Make sure FASYNC is clear in old_fcntl_flags.
-1986-01-26 Richard M. Stallman (rms at prep)
+1986-01-26 Richard M. Stallman (rms@prep)
* fns.c (Frandom):
Removed case for number as arg, since it has problems
@@ -627,7 +627,7 @@
* lisp.h (XSET):
Fix bugs in the union-type definition.
-1986-01-24 Richard M. Stallman (rms at prep)
+1986-01-24 Richard M. Stallman (rms@prep)
* process.c:
Define macros for accessing the `union wait' structure.
@@ -635,7 +635,7 @@
* keyboard.c (fake_suspend):
Set subshell current dir to current buffer's default dir.
-1986-01-23 Richard M. Stallman (rms at prep)
+1986-01-23 Richard M. Stallman (rms@prep)
* dispnew.c (Fsit_for):
Call gobble_input only if SIGIO exists.
@@ -685,7 +685,7 @@
* terminfo.c (new file):
Defines a version of tparam for use with terminfo.
-1986-01-22 Richard M. Stallman (rms at prep)
+1986-01-22 Richard M. Stallman (rms@prep)
* dispnew.c:
If HPUX, insert time.h instead of sys/time.h.
@@ -748,12 +748,12 @@
* emacs.c:
Include sys/ioctl.h only for BSD. ioctl used only in BSD.
-1986-01-21 Richard Mlynarik (mly at prep)
+1986-01-21 Richard Mlynarik (mly@prep)
* keyboard.c (EchoThem):
Always display an explicit prompt, even if echo_keystrokes == 0
-1986-01-21 Richard M. Stallman (rms at prep)
+1986-01-21 Richard M. Stallman (rms@prep)
* keyboard.c (kbd_buffer_store_char, fake_suspend):
Take the STRIDE code for subshell out of kbd_buffer_store_char
@@ -792,7 +792,7 @@
Install Fish's other new UNIPLUS conditionalization
on the hackery for xforkin, etc.
-1986-01-20 Richard M. Stallman (rms at prep)
+1986-01-20 Richard M. Stallman (rms@prep)
* fns.c (Frandom):
Optional arg of t means randomize the seed.
@@ -810,7 +810,7 @@
Rewrite to avoid dependence on distance between
the two arrays PhysScreen and DesiredScreen.
-1986-01-19 Richard M. Stallman (rms at prep)
+1986-01-19 Richard M. Stallman (rms@prep)
* fns.c (mapcar1):
Preinitialize contents of vals, so it won't contain junk
@@ -820,27 +820,27 @@
Use error, not Fsignal, to report eval-depth-overflow.
Previous calls to Fsignal were buggy.
-1986-01-17 Richard Mlynarik (mly at prep)
+1986-01-17 Richard Mlynarik (mly@prep)
* lread.c (init_obarray):
Kludge around losing pyramid compiler.
-1986-01-14 Richard Mlynarik (mly at prep)
+1986-01-14 Richard Mlynarik (mly@prep)
* window.c (Fdelete_window):
When deleting a dummy parent window, don't try to GC buffer stuff.
* process.c (list_processes_1):
Don't blow out if buffer associated with process is,
- through some bug I don't understand, killed.
+ through some bug I don't understand, killed.
* keymap.c (get_keyelt), keyboard.c (Fcommand_execute):
- Allow (lambda ...) to appear as a key's definition.
+ Allow (lambda ...) to appear as a key's definition.
* m-sun3.h, unexec.c:
Sun3 changes from Barry Shein.
-1986-01-10 Richard Mlynarik (mly at prep)
+1986-01-10 Richard Mlynarik (mly@prep)
* m-stride.h, s-stride.h, crt0.c, fns.c, keyboard.c, process.c,
sysdep.c.
@@ -851,7 +851,7 @@
emacs -- perhaps this is a reasonable thing in all wimpy unix
versions.
-1986-01-10 Richard M. Stallman (rms at prep)
+1986-01-10 Richard M. Stallman (rms@prep)
* dispnew.c (update_line):
Don't consider spaces at beginning as special if line is
@@ -866,7 +866,7 @@
If lock file is invalid, delete it and continue.
If delete fails, ignore the lock.
-1986-01-09 Richard Mlynarik (mly at prep)
+1986-01-09 Richard Mlynarik (mly@prep)
* syntax.c:
New function check_syntax_table
@@ -878,8 +878,8 @@
Rename Fmake_syntax_table FCopy_syntax_table
after making it take an arg (default Vstandard_syntax_table)
-- retain alias in subr.el
-
-1986-01-08 Richard M. Stallman (rms at prep)
+
+1986-01-08 Richard M. Stallman (rms@prep)
* sysdep.c, term.c (get_screen_size):
New function to get screen size from kernel when possible.
@@ -889,17 +889,17 @@
* dispnew.c (Fding):
Make doc say it terminates kbd macros.
-1986-01-07 Richard Mlynarik (mly at prep)
+1986-01-07 Richard Mlynarik (mly@prep)
* doc.c (Fsubstitute_command_keys):
Insert an explanatory message for "\\{unbound-variable}"
-1986-01-06 Richard Mlynarik (mly at prep)
+1986-01-06 Richard Mlynarik (mly@prep)
* termcap.c (tputs):
Punt if passed (char) 0.
-1985-12-31 Richard M. Stallman (rms at prep)
+1985-12-31 Richard M. Stallman (rms@prep)
* dispnew.c (Ding):
Expand error message for keyboard macro case.
@@ -907,12 +907,12 @@
* dired.c (Ffile_attributes):
Fix documentation error about meaning of ctime.
-1985-12-28 Richard M. Stallman (rms at prep)
+1985-12-28 Richard M. Stallman (rms@prep)
* callproc.c (Fcall_process):
Fix typo in name synch_process_pid.
-1985-12-27 Richard M. Stallman (rms at prep)
+1985-12-27 Richard M. Stallman (rms@prep)
* s-unipl5.2.h:
Define HAVE_SELECT.
@@ -921,14 +921,14 @@
If the commands are conditional, the target/dependencies line must
be conditional also.
-1985-12-20 Richard M. Stallman (rms at prep)
+1985-12-20 Richard M. Stallman (rms@prep)
* print.c (printchar, strout):
If output stream is Qt and noninteractive,
don't do the usual interactive output stuff.
In strout, avoid changing i so do not truncate the output.
-1985-12-19 Richard M. Stallman (rms at prep)
+1985-12-19 Richard M. Stallman (rms@prep)
* fns.c (merge):
Don't assume args are consecutive; GCPRO each one separately.
@@ -942,7 +942,7 @@
loses since Fprinc needs 2 args. Use intermediate
function malloc_warning_1.
-1985-12-18 Richard M. Stallman (rms at prep)
+1985-12-18 Richard M. Stallman (rms@prep)
* filelock.c (lock_if_free):
kill failing means lock is free only if errno is ESRCH.
@@ -950,7 +950,7 @@
* fns.c (Fy_or_n_p, Fyes_or_no_p):
Call Fdiscard_input if user gives invalid answer.
-1985-12-17 Richard M. Stallman (rms at prep)
+1985-12-17 Richard M. Stallman (rms@prep)
* eval.c (apply_lambda):
Do debug-on-exit here, because if we return to Feval
@@ -965,12 +965,12 @@
Eliminate the alarm stuff, including send_process_alarm.
Call report_file_error if write returns negative.
-1985-12-15 Richard M. Stallman (rms at prep)
+1985-12-15 Richard M. Stallman (rms@prep)
* alloc.c (init_alloc_once):
Stop looping if shift produces 1, as well as if produces 0.
-1985-12-14 Richard M. Stallman (rms at prep)
+1985-12-14 Richard M. Stallman (rms@prep)
* editfns.c (Fregion_{beginning,end}):
New Lisp primitives, needed for the things that
@@ -989,13 +989,13 @@
* callint.c (quotify_args):
Don't exempt the first arg. Use quotify_arg to do the work.
-1985-12-13 Richard M. Stallman (rms at prep)
+1985-12-13 Richard M. Stallman (rms@prep)
* fileio.c (Fdo_auto_save):
Use message1 to output "Auto-saving..."
so do not clobber the old message to be restored at end.
-1985-12-12 Richard M. Stallman (rms at prep)
+1985-12-12 Richard M. Stallman (rms@prep)
* syntax.c:
After turning on immediate_quit, must do QUIT;
@@ -1037,7 +1037,7 @@
Change remaining CANNOT_DUMP and APOLLO conditionals
into VIRT_ADDR_VARIES conditionals.
-1985-12-10 Richard M. Stallman (rms at prep)
+1985-12-10 Richard M. Stallman (rms@prep)
* fns.c:
Don't include files for load-average if load-average not supported.
@@ -1075,7 +1075,7 @@
which stuffs a string's contents plus any unused input Emacs has
already read.
-1985-12-09 Richard M. Stallman (rms at prep)
+1985-12-09 Richard M. Stallman (rms@prep)
* fileio.c (Fdo_auto_save):
Don't auto save a buffer that is not modified
@@ -1085,7 +1085,7 @@
Use make_number for args to Findent_to.
Omitting make_number always loses on Pyramid, it seems.
-1985-12-08 Richard M. Stallman (rms at prep)
+1985-12-08 Richard M. Stallman (rms@prep)
* minibuf.c (Fminibuffer_complete_word):
If next char not unique, try adding an actual space.
@@ -1097,7 +1097,7 @@
Fix lossage when second completion found is an initial segment of
the first one.
-1985-12-07 Richard M. Stallman (rms at prep)
+1985-12-07 Richard M. Stallman (rms@prep)
* xdisp.c (redisplay_window):
Don't use the clause for only-point-has-changed
@@ -1141,7 +1141,7 @@
Make malloc_sbrk_used and malloc_sbrk_unused
not be external if APOLLO.
-1985-12-06 Richard M. Stallman (rms at prep)
+1985-12-06 Richard M. Stallman (rms@prep)
* emacs.c, keyboard.c, sysdep.c:
Rename InitDsp -> init_sys_modes and RstDsp -> reset_sys_modes.
@@ -1159,7 +1159,7 @@
Don't change C variable `noninteractive' if user
sets the Lisp variable `noninteractive'.
-1985-12-05 Richard M. Stallman (rms at prep)
+1985-12-05 Richard M. Stallman (rms@prep)
* callproc.c (Fcall_process):
Close filefd if about to get error.
@@ -1200,7 +1200,7 @@
* buffer.c (list_buffers_1):
Make at least two spaces between all fields on a line.
-1985-12-04 Richard M. Stallman (rms at prep)
+1985-12-04 Richard M. Stallman (rms@prep)
* xfns.c:
Define Fx_pop_up_window.
@@ -1218,12 +1218,12 @@
* lread.c (Fintern, Fintern_soft):
Don't allow a symbol as argument to intern or intern-soft.
-1985-12-04 Richard Mlynarik (mly at prep)
+1985-12-04 Richard Mlynarik (mly@prep)
* editfns.c (Fsubst_char_in_region):
Typo.
-1985-12-03 Richard M. Stallman (rms at prep)
+1985-12-03 Richard M. Stallman (rms@prep)
* fileio.c (Fdo_auto_save):
Always restore old minibuf message if any.
@@ -1233,7 +1233,7 @@
Truncate command-history to 30 elements.
Add some register decls.
-1985-12-03 Richard Mlynarik (mly at prep)
+1985-12-03 Richard Mlynarik (mly@prep)
* lread.c (Fload):
Suppress "Loading %s... done" if noninteractive
@@ -1244,12 +1244,12 @@
* regex.c (re_compile_pattern):
Fix error message (double "\"'s for c compiler)
-1985-12-03 Richard M. Stallman (rms at prep)
+1985-12-03 Richard M. Stallman (rms@prep)
* editfns.c (Fsubst_char_in_region):
If 5th arg is non-nil, don't record for undo.
-1985-12-02 Richard M. Stallman (rms at prep)
+1985-12-02 Richard M. Stallman (rms@prep)
* unexec.c (copy_sym, make_hdr):
Pass file names to these functions.
@@ -1261,7 +1261,7 @@
* window.c (set_window_{height,width}):
Make `nodelete' apply to children as well.
-1985-11-28 Richard M. Stallman (rms at prep)
+1985-11-28 Richard M. Stallman (rms@prep)
* indent.c (compute_motion):
Omit one register decl if TAHOE_REGISTER_BUG.
@@ -1269,7 +1269,7 @@
* m-tahoe.h:
New file.
-1985-11-27 Richard M. Stallman (rms at prep)
+1985-11-27 Richard M. Stallman (rms@prep)
* sysdep.c (RstDsp):
Do TIOCSETC before doing fcntl F_SETOWN.
@@ -1296,7 +1296,7 @@
Define variable `dont_calculate_cost's:
If set nonzero, `calculate_costs' is not called.
-1985-11-25 Richard M. Stallman (rms at prep)
+1985-11-25 Richard M. Stallman (rms@prep)
* sysdep.c, keyboard.c:
Clean up USG simulation of FIONREAD.
@@ -1320,17 +1320,17 @@
* process.c (Faccept_process_input):
New Lisp function.
-1985-11-24 Richard M. Stallman (rms at prep)
+1985-11-24 Richard M. Stallman (rms@prep)
* unexec.c:
Close output descriptor if get an error.
-1985-11-23 Richard M. Stallman (rms at prep)
+1985-11-23 Richard M. Stallman (rms@prep)
* termcap.c (tgetstr):
Supply second arg in call to tgetstr1.
-1985-11-22 Richard M. Stallman (rms at prep)
+1985-11-22 Richard M. Stallman (rms@prep)
* s-bsd4.3.h:
Undefine INTERUPT_INPUT. Noninterrupt input should work
@@ -1345,23 +1345,23 @@
* term.c (topos):
Call hook before checking curY and curX.
-1985-11-22 Richard Mlynarik (mly at prep)
+1985-11-22 Richard Mlynarik (mly@prep)
* fileio.c (Frename_file):
Supply third arg to Fcopy_file
-1985-11-22 Richard M. Stallman (rms at prep)
+1985-11-22 Richard M. Stallman (rms@prep)
* keymap.c (push_text_char_description):
Represent ESC by ^[, not $.
-1985-11-20 Richard M. Stallman (rms at prep)
+1985-11-20 Richard M. Stallman (rms@prep)
* minibuf.c (read_minibuf):
Make Vminibuffer_help_form do its intended job.
Use alloca to get the space for the prompt.
-1985-11-20 Richard Mlynarik (mly at prep)
+1985-11-20 Richard Mlynarik (mly@prep)
* callproc.c (Fcall_process_region):
Documentation fix (why isn't this function written in lisp?)
@@ -1369,7 +1369,7 @@
* minibuf.c (read_minibuf)
Use MScreenWidth
-1985-11-20 Richard M. Stallman (rms at prep)
+1985-11-20 Richard M. Stallman (rms@prep)
* tparam.c (tparam):
Don't pass `left' or `up' to strcat if it is null.
@@ -1378,7 +1378,7 @@
Split register arg c into arg c1 and register local c.
Using & on a register argument happens to work on vax.
-1985-11-19 Richard M. Stallman (rms at prep)
+1985-11-19 Richard M. Stallman (rms@prep)
* xdisp.c (try_window_id):
If change is on top line and display is not starting
@@ -1386,7 +1386,7 @@
Return -1, which now tells redisplay_window not to try
slow redisplay with the same window start.
-1985-11-18 Richard M. Stallman (rms at prep)
+1985-11-18 Richard M. Stallman (rms@prep)
* m-apollo.h:
New file. Use with s-bsd4.2.h?
@@ -1422,13 +1422,13 @@
Make mention of alloca.o be conditional on not APOLLO.
Make -lg conditional likewise.
-1985-11-15 Richard M. Stallman (rms at prep)
+1985-11-15 Richard M. Stallman (rms@prep)
* ymakefile, read.c:
Rename read.* to lread.* to avoid trouble with
#define read sys_read.
-1985-11-14 Richard M. Stallman (rms at prep)
+1985-11-14 Richard M. Stallman (rms@prep)
* New files xfns.c, xterm.c for X window system.
xfns contains Lisp subrs for interacting with X.
@@ -1456,7 +1456,7 @@
* buffer.c:
Flush Lisp variable buffer-number.
-1985-11-13 Richard M. Stallman (rms at prep)
+1985-11-13 Richard M. Stallman (rms@prep)
* term.c (term_init):
For c100, do not set TS_set_window if termcap entry gives one
@@ -1529,7 +1529,7 @@
* minibuf.c:
Comment out Fread_function, not used.
-1985-11-12 Richard M. Stallman (rms at prep)
+1985-11-12 Richard M. Stallman (rms@prep)
* keymap.c:
Comment out synkey, which nobody calls.
@@ -1547,7 +1547,7 @@
A few declarations for lint's sake.
Make alias file-readable-p for file-exists-p.
-1985-11-11 Richard M. Stallman (rms at prep)
+1985-11-11 Richard M. Stallman (rms@prep)
* emacs.c (Fkill_emacs):
Return arg as exit code if arg is numeric even if interactive.
@@ -1559,7 +1559,7 @@
* tparam.c (tparam):
Rename %s as %f.
-1985-11-10 Richard M. Stallman (rms at prep)
+1985-11-10 Richard M. Stallman (rms@prep)
* read.c (Fload):
Rename closefile to load_unwind.
@@ -1572,7 +1572,7 @@
* term.c (write_standout_marker):
Do write the end-standout marker even when sg#0.
-1985-11-09 Richard M. Stallman (rms at prep)
+1985-11-09 Richard M. Stallman (rms@prep)
* term.c (set_scroll_region):
Change parameters given to the `cs' string
@@ -1582,7 +1582,7 @@
%i now increments two args, not just one.
Redefine %a somewhat, as will be described in termcap.texinfo.
-1985-11-08 Richard Mlynarik (mly at prep)
+1985-11-08 Richard Mlynarik (mly@prep)
* emacs.c (Fkill_emacs):
arg default is 0 if noninteractive, nil if interactive
@@ -1590,13 +1590,13 @@
* minibuf.c (Fread_variable):
Only recognize symbols that are user-variable-p.
-1985-11-08 Richard M. Stallman (rms at prep)
+1985-11-08 Richard M. Stallman (rms@prep)
* sysdep.c (init_display):
Turn on LPASS8 if it is defined.
Gives 8-bit input in CBREAK mode.
-1985-11-06 Richard M. Stallman (rms at prep)
+1985-11-06 Richard M. Stallman (rms@prep)
* sysdep.c (get_input_pending, select):
Provide alternate code for USG without FIONREAD.
@@ -1609,22 +1609,22 @@
* m-dual.h:
Don't define LOAD_AVE_TYPE or LOAD_AVE_CVT.
-1985-11-05 Richard Mlynarik (mly at prep)
+1985-11-05 Richard Mlynarik (mly@prep)
* print.c (print):
Hack deleted buffers.
-1985-11-04 Richard M. Stallman (rms at prep)
+1985-11-04 Richard M. Stallman (rms@prep)
* syntax.c (describe_syntax_1):
Return type Lisp_Object and value Qnil.
-1985-11-04 Richard Mlynarik (mly at prep)
+1985-11-04 Richard Mlynarik (mly@prep)
* minibuf.c (Fread_variable):
Choose amongst user-variable-p frobs rather than boundp ones
-1985-11-02 Richard M. Stallman (rms at prep)
+1985-11-02 Richard M. Stallman (rms@prep)
* window.c (window_scroll):
Get error if try to scroll back when at top.
@@ -1632,7 +1632,7 @@
* window.c (Fscroll_down, Fscroll_up):
Share new subroutine scroll_command to compute amount to scroll by.
-1985-11-01 Richard M. Stallman (rms at prep)
+1985-11-01 Richard M. Stallman (rms@prep)
* dispnew.c (Fset_input_mode):
Always set interrupt_input to 0 when SIGIO is undefined.
@@ -1640,7 +1640,7 @@
* keyboard.c (gobble_input, input_available_signal, kbd_buffer_store_char):
Make these functions exist only if SIGIO is defined.
-1985-10-30 Richard M. Stallman (rms at prep)
+1985-10-30 Richard M. Stallman (rms@prep)
* sysdep.c (select):
Use signal, not sigset, since we simulate signal on
@@ -1657,7 +1657,7 @@
* alloca.s:
Provide alloca for 3b5.
-1985-10-30 Richard Mlynarik (mly at prep)
+1985-10-30 Richard Mlynarik (mly@prep)
* editfns.c, print.c (Fmessage):
Move Fmessage from editfns to print
@@ -1670,7 +1670,7 @@
* buffer.h, abbrev.c, cmds.c, xdisp.c
abbrev_mode is buffer-local (like all other minor modes)
-1985-10-29 Richard M. Stallman (rms at prep)
+1985-10-29 Richard M. Stallman (rms@prep)
* sysdep.c (wait_for_termination):
Install case for 4.1 with subprocesses.
@@ -1694,17 +1694,17 @@
* fns.c (Fequal):
Markers are equal if they point at the same place.
-1985-10-29 Richard Mlynarik (mly at prep)
+1985-10-29 Richard Mlynarik (mly@prep)
* fns.c (Frequire):
Don't print message whilst loading required file.
-1985-10-29 Richard M. Stallman (rms at prep)
+1985-10-29 Richard M. Stallman (rms@prep)
* syntax.c (scan_lists):
Initialize mathexit.
-1985-10-28 Richard M. Stallman (rms at prep)
+1985-10-28 Richard M. Stallman (rms@prep)
* process.c (child_sig):
Rename `dead_pid' to `synch_process_pid'.
@@ -1726,12 +1726,12 @@
* read.c (read_escape):
After C-, don't clear meta bit of what follows.
-1985-10-27 Richard M. Stallman (rms at prep)
+1985-10-27 Richard M. Stallman (rms@prep)
* m-*.h:
Define SIGN_EXTEND_CHAR for all machines.
-1985-10-26 Richard M. Stallman (rms at prep)
+1985-10-26 Richard M. Stallman (rms@prep)
* xdisp.c (display_mode_line):
If window is not full width but its parent is,
@@ -1749,7 +1749,7 @@
If a symbol's definition is a symbol that is a macro,
expand either one seen.
-1985-10-23 Richard M. Stallman (rms at prep)
+1985-10-23 Richard M. Stallman (rms@prep)
* eval.c (Fthrow):
If TAG is nil, always say it is not found, to avoid
@@ -1784,7 +1784,7 @@
In 4.2, final slash can cause wrong result
if file is read-protected.
-1985-10-22 Richard Mlynarik (mly at prep)
+1985-10-22 Richard Mlynarik (mly@prep)
* eval.c (Fcondition_case):
Add some error-checks to condition-case;
@@ -1801,12 +1801,12 @@
* fns.c (Fnconc):
typo: wrong_type_arg called with Flistp, not Qlistp
-1985-10-22 Richard M. Stallman (rms at mit-prep)
+1985-10-22 Richard M. Stallman (rms@mit-prep)
* process.c (Fset_process_buffer, Fstart_process):
Allow a process's buffer to be nil.
-1985-10-21 Richard M. Stallman (rms at mit-prep)
+1985-10-21 Richard M. Stallman (rms@mit-prep)
* window.c (Fscroll_{left,right}):
Default arg is now window width minus 2.
@@ -1832,7 +1832,7 @@
Qvoid_{variable,function}. No longer pass boundp or fboundp
as part of the extra info, since would be redundant.
-1985-10-18 Richard M. Stallman (rms at mit-prep)
+1985-10-18 Richard M. Stallman (rms@mit-prep)
* editfns.c (Fformat):
Remove limit on length of output.
@@ -1840,7 +1840,7 @@
* doprnt.c (doprnt):
Rearrange so can handle %2s, etc.
-1985-10-17 Richard M. Stallman (rms at mit-prep)
+1985-10-17 Richard M. Stallman (rms@mit-prep)
* process.c:
Define sys_siglist for 4.1, which doesn't provide one.
@@ -1933,7 +1933,7 @@
* search.c (search_buffer):
If fwd, require match to end not beyond search limit.
-1985-10-16 Richard M. Stallman (rms at mit-prep)
+1985-10-16 Richard M. Stallman (rms@mit-prep)
* alloc.c:
New vars data-bytes-{used,free} that ref malloc_sbrk{,un}used.
@@ -2022,7 +2022,7 @@
* fileio.c (Finsert_file_contents):
Set up for this to be undone.
-1985-10-15 Richard M. Stallman (rms at mit-prep)
+1985-10-15 Richard M. Stallman (rms@mit-prep)
* syntax.c (Fmodify_syntax_entry):
Use %s rather than %c in interactive string.
@@ -2050,7 +2050,7 @@
* callproc.c (Fcall_process):
Always try opening program before forking.
-1985-10-14 Richard M. Stallman (rms at mit-prep)
+1985-10-14 Richard M. Stallman (rms@mit-prep)
* Makefile:
Now it takes ymakefile, passes it thru cpp to get xmakefile,
@@ -2073,7 +2073,7 @@
* eval.c (apply_lambda, funcall_lambda):
Flush &quote support.
-1985-10-11 Richard M. Stallman (rms at mit-prep)
+1985-10-11 Richard M. Stallman (rms@mit-prep)
* fileio.c (Frename_file):
If fails due to moving across devices, copy and delete old file.
@@ -2082,7 +2082,7 @@
If the first line contains `\[', pass the string thru
substitute-command-keys and try again.
-1985-10-10 Richard M. Stallman (rms at mit-prep)
+1985-10-10 Richard M. Stallman (rms@mit-prep)
* Makefile:
Define new parameter LDFLAGS, and make more use of LIBES.
@@ -2099,12 +2099,12 @@
* dired.c:
Do not include dir.h if including ndir.h.
-1985-10-09 Richard M. Stallman (rms at mit-prep)
+1985-10-09 Richard M. Stallman (rms@mit-prep)
* fileio.c (Fsubstitute_in_command_name):
Simplify /~ and // if produced as result of variable substitution.
-1985-10-08 Richard M. Stallman (rms at mit-prep)
+1985-10-08 Richard M. Stallman (rms@mit-prep)
* fns.c (concat):
Failed to initialize data type of `len'.
@@ -2138,12 +2138,12 @@
instead of macros going through variables that
might fail to be set up.
-1985-10-07 Richard Mlynarik (mly at mit-prep)
+1985-10-07 Richard Mlynarik (mly@mit-prep)
* print.c (print)
No need to escape symbols + and - if not followed by digits
-1985-10-07 Richard M. Stallman (rms at mit-prep)
+1985-10-07 Richard M. Stallman (rms@mit-prep)
* filelock.c:
New file containing stuff to handle locking files while
@@ -2165,13 +2165,13 @@
* undo.c (Fundo_more):
Unlock file if undoing makes buffer unmodified.
-1985-10-06 Richard M. Stallman (rms at mit-prep)
+1985-10-06 Richard M. Stallman (rms@mit-prep)
* dired.c (file_name_completions):
If looking for list of all completions, don't ignore any.
Do this by starting with passcount = 1.
-1985-10-05 Richard M. Stallman (rms at mit-prep)
+1985-10-05 Richard M. Stallman (rms@mit-prep)
* xdisp.c (message):
Use doprnt instead of sprintf: prevent overflowing buf.
@@ -2180,14 +2180,14 @@
Protect against overflowing tbuf even if strings are clobbered
and have negative length.
-1985-10-02 Richard M. Stallman (rms at mit-prep)
+1985-10-02 Richard M. Stallman (rms@mit-prep)
* insdel.c (delete_range):
Must immediately relocate markers into deleted text.
Otherwise if an insertion follows they may end up pointing
into the middle of it.
-1985-10-01 Richard M. Stallman (rms at mit-prep)
+1985-10-01 Richard M. Stallman (rms@mit-prep)
* dispnew.c, xdisp.c, minibuf.c:
cursX and cursY are now origin zero.
@@ -2197,7 +2197,7 @@
New "cS" string, in TS_set_scroll_region_1,
accepts four params suitable for handling aaa's \E[...p cmd.
-1985-09-30 Richard M. Stallman (rms at mit-prep)
+1985-09-30 Richard M. Stallman (rms@mit-prep)
* xdisp.c (redisplay_window):
Don't clobber the point value of the buffer
@@ -2209,9 +2209,9 @@
Define reassert_line_highlight_hook, and call it.
* dispnew.c (direct_output_for_self_insert):
- Call reassert_line_highlight.
+ Call reassert_line_highlight.
-1985-09-29 Richard M. Stallman (rms at mit-prep)
+1985-09-29 Richard M. Stallman (rms@mit-prep)
* print.c (print):
Fix one-off bug in Vprint_length; one element too few
@@ -2220,7 +2220,7 @@
* fileio.c (Fread_file_name_internal):
Avoid error when spec'd name has no slashes.
-1985-09-28 Richard M. Stallman (rms at mit-prep)
+1985-09-28 Richard M. Stallman (rms@mit-prep)
* term.c (clear_to_end, clear_screen):
Set cleared lines to the background highlighting state.
@@ -2243,7 +2243,7 @@
* fns.c (Fprovide):
If Vautoload_queue is non-nil, record old value of Vfeatures.
-1985-09-27 Richard M. Stallman (rms at mit-prep)
+1985-09-27 Richard M. Stallman (rms@mit-prep)
* abbrev.c (Fdefine_global_abbrev, Fdefine_mode_abbrev):
Convert name to lower case before defining.
@@ -2254,17 +2254,17 @@
* buffer.c (init_buffer_once):
Add variable `tem'. Don't call Fcurrent_buffer.
-1985-09-26 Richard M. Stallman (rms at mit-prep)
+1985-09-26 Richard M. Stallman (rms@mit-prep)
* fileio.c (Fexpand_file_name):
Discard through any slash that precedes a tilde.
-1985-09-20 Richard M. Stallman (rms at mit-prep)
+1985-09-20 Richard M. Stallman (rms@mit-prep)
* fns.c (concat):
In the case of append, don't copy or test the last arg.
-1985-09-19 Richard M. Stallman (rms at mit-prep)
+1985-09-19 Richard M. Stallman (rms@mit-prep)
* keyboard.c (command_loop_1):
If minibuffer and echo area both in use,
@@ -2287,7 +2287,7 @@
Fix garbage code to ignore, correctly,
stopped or dead processes.
-1985-09-17 Richard M. Stallman (rms at mit-prep)
+1985-09-17 Richard M. Stallman (rms@mit-prep)
* Don't use strings.h (not all Unix versions have it).
Declare index explicitly where needed.
@@ -2312,13 +2312,13 @@
* unexec.c (make_hdr):
Remove sun data_start rounding change: round down again.
-1985-09-13 Richard M. Stallman (rms at mit-prep)
+1985-09-13 Richard M. Stallman (rms@mit-prep)
* minibuf.c (minibuf_completion_help_1):
Always indent at least one space between the two function names on
a line.
-1985-09-12 Richard M. Stallman (rms at mit-prep)
+1985-09-12 Richard M. Stallman (rms@mit-prep)
* syntax.h, syntax.c:
Define new syntax class Spunct, for punctuation.
@@ -2326,13 +2326,13 @@
Define all non-whitespace that used to be Swhitespace as
being punctuation.
-1985-09-11 Richard M. Stallman (rms at mit-prep)
+1985-09-11 Richard M. Stallman (rms@mit-prep)
* dired.c (file_name_completions):
Fix bug matching implicit slash after name of dir
against an implicit slash in bestmatch.
-1985-09-10 Richard M. Stallman (rms at mit-prep)
+1985-09-10 Richard M. Stallman (rms@mit-prep)
* cmds.c (Fnewline):
Barf immediately if buffer read only.
@@ -2350,7 +2350,7 @@
* abbrev.c (describe_abbrev):
Direct final newline to same stream as everything else.
-1985-09-08 Richard M. Stallman (rms at mit-prep)
+1985-09-08 Richard M. Stallman (rms@mit-prep)
* editfns.c, dispnew.c:
Definition of baud-rate moved to dispnew.c.
@@ -2380,7 +2380,7 @@
Use new functions args_out_of_range and args_out_of_range_3
(in data.c) to do this.
-1985-09-07 Richard M. Stallman (rms at mit-prep)
+1985-09-07 Richard M. Stallman (rms@mit-prep)
* search.c (compile_pattern & callers):
Must recompile even the same string if translate table is
@@ -2397,7 +2397,7 @@
* search.c (Fstring_match):
Set the search_regs, like buffer searching commands.
-1985-09-06 Richard M. Stallman (rms at mit-prep)
+1985-09-06 Richard M. Stallman (rms@mit-prep)
* editfns.c (Finsert_before_markers):
User interface to insert_before_markers.
@@ -2422,7 +2422,7 @@
* syntax.c (scan_sexps_forward):
Stop properly if end of range comes after a char quote within a string.
-1985-09-05 Richard M. Stallman (rms at mit-prep)
+1985-09-05 Richard M. Stallman (rms@mit-prep)
* fileio.c (Fread_file_name):
Abbreviate the default dir using ~ if possible.
@@ -2433,18 +2433,18 @@
* term.c (write_chars):
When using TS_repeat, the count was wrong, and len was not updated.
-1985-09-05 Richard M. Stallman (rms at mit-prep)
+1985-09-05 Richard M. Stallman (rms@mit-prep)
* process.c (handle_process_output):
- Preserve logical ordering of input and output when there is type ahead.
+ Preserve logical ordering of input and output when there is type ahead.
-1985-09-05 Richard M. Stallman (rms at mit-prep)
+1985-09-05 Richard M. Stallman (rms@mit-prep)
* macros.c:
Define executing-kbd-macro as alias for executing-macro.
Eventually old name will be flushed.
-1985-09-04 Richard M. Stallman (rms at mit-prep)
+1985-09-04 Richard M. Stallman (rms@mit-prep)
* keyboard.c (Fsuspend_emacs):
Put back `kill', accidentally deleted.
@@ -2455,7 +2455,7 @@
Simplify handling of nlen == screen_width case
to avoid calling write_chars on -1 chars.
-1985-09-02 Richard M. Stallman (rms at mit-prep)
+1985-09-02 Richard M. Stallman (rms@mit-prep)
* term.c ((re)set_terminal_modes):
Use the correct hook in each case.
@@ -2471,7 +2471,7 @@
* print.c (print):
Define variable print-length, and refer to it as nec.
-1985-08-31 Richard Mlynarik (mly at mit-prep)
+1985-08-31 Richard Mlynarik (mly@mit-prep)
* editfns.c (init_editfns)
Try to improve AMPERSAND_FULL_NAME frobbing a little.
@@ -2480,12 +2480,12 @@
Define function user-variable-p, which returns t if first char of
var doc string is "*". Make (interactive "v") use it.
-1985-08-31 Richard M. Stallman (rms at mit-prep)
+1985-08-31 Richard M. Stallman (rms@mit-prep)
* syntax.c (scan_words):
Always clear immediate_quit on exit.
-1985-08-30 Richard M. Stallman (rms at mit-prep)
+1985-08-30 Richard M. Stallman (rms@mit-prep)
* process.c (handle_process_output):
Don't use the name `howmany' to avoid possible conflict
@@ -2494,7 +2494,7 @@
* xdisp.c (decode_mode_spec):
Never try to output 100% -- output 99% instead.
-1985-08-11 Richard Mlynarik (mly at mit-prep)
+1985-08-11 Richard Mlynarik (mly@mit-prep)
* m-sun.h
Don't define SUN -- "sun" already exists.
@@ -2507,13 +2507,13 @@
* search.c (compile_pattern):
Signal an invalid-regexp error if lose.
-1985-08-09 Richard Mlynarik (mly at mit-prep)
+1985-08-09 Richard Mlynarik (mly@mit-prep)
* term.c (clear_end_of_line)
Calling cmplus before chars output when terminals lacks clreol
(crl@newton.purdue.edu)
-1985-08-06 Richard Mlynarik (mly at mit-prep)
+1985-08-06 Richard Mlynarik (mly@mit-prep)
* macros.c (end-kdb-macro):
Barf if not defining a macro.
@@ -2525,7 +2525,7 @@
Make where_is_in_buffer take a firstonly arg to speed up
substitute-command-keys. Make it really use its buf argument.
(crl@newton.purdue.edu)
-
+
* emacs.c (kill-emacs):
If noninteractive and arg is fixnum, return arg as program return
code by exit(arg)
@@ -2537,7 +2537,7 @@
Fix timing screw if SIGCHLD received in middle of deactivation
(by silogic!eggert@ucla-cs.arpa)
-1985-08-05 Richard Mlynarik (mly at mit-prep)
+1985-08-05 Richard Mlynarik (mly@mit-prep)
* callint.c
Improve doc of {current-}prefix-arg
@@ -2552,12 +2552,12 @@
needed for real, bad flow control.
-- silogic!eggert@ucla-cs.arpa
-1985-07-21 Richard Mlynarik (mly at mit-prep)
+1985-07-21 Richard Mlynarik (mly@mit-prep)
* sysdep.c (tabs_safe_p):
gtty call was missing fd arg.
-1985-07-15 Richard M. Stallman (rms at mit-prep)
+1985-07-15 Richard M. Stallman (rms@mit-prep)
* xdisp.c, minibuf.c, fileio.c:
Add * to some variables' doc, remove from others.
@@ -2575,7 +2575,7 @@
Pass correct data type (int) when call self at end.
Similar in set_window_width.
-1985-07-14 Richard M. Stallman (rms at mit-prep)
+1985-07-14 Richard M. Stallman (rms@mit-prep)
* editfns.c (subst-char-in-region):
* casefiddle.c (operate_on_region):
@@ -2601,17 +2601,17 @@
* casefiddle.c (operate_on_word):
Handle case of scan_words returning 0.
-1985-07-12 Richard M. Stallman (rms at mit-prep)
+1985-07-12 Richard M. Stallman (rms@mit-prep)
* xdisp.c (display_string):
Regard display chars as unsigned chars.
-1985-07-12 Richard Mlynarik (mly at mit-prep)
+1985-07-12 Richard Mlynarik (mly@mit-prep)
* callint.c
Stuff was being added to command-history even if aborted out
-1985-07-11 Richard M. Stallman (rms at mit-prep)
+1985-07-11 Richard M. Stallman (rms@mit-prep)
* process.c: delete-exited-processes is boolean.
@@ -2620,7 +2620,7 @@
0100 | nchars if there is a `so' or `se' string.
Should fix lossage with :sg#0:
-1985-07-10 Richard M. Stallman (rms at mit-prep)
+1985-07-10 Richard M. Stallman (rms@mit-prep)
* keyboard.c:
Rename waiting to waiting_for_input, no longer static.
@@ -2633,14 +2633,14 @@
* process.c (create_process):
Set up alarm signal handler before requesting alarm.
-1985-07-09 Richard M. Stallman (rms at mit-prep)
+1985-07-09 Richard M. Stallman (rms@mit-prep)
* process.c (create_process):
Don't let child change Emacs's values of forkin and forkout.
Use a timer interrupt to unhang `close (forkin)'
since it gets wedged if the child exited already.
-1985-07-08 Richard M. Stallman (rms at mit-prep)
+1985-07-08 Richard M. Stallman (rms@mit-prep)
* xdisp.c (redisplay_window):
It was returning garbage.
@@ -2649,7 +2649,7 @@
Make stuff_char work correctly assuming its arg
is the character to stuff, and always pass it the character.
-1985-07-07 Richard M. Stallman (rms at mit-prep)
+1985-07-07 Richard M. Stallman (rms@mit-prep)
* dispnew.c, cm.h, sysdep.c:
ospeed must be short, not int.
@@ -2666,7 +2666,7 @@
* lisp.h, m-*.h:
EXPLICIT_SIGN_EXTEND controls whether to define XINT using shifts.
-1985-07-05 Richard M. Stallman (rms at mit-prep)
+1985-07-05 Richard M. Stallman (rms@mit-prep)
* cmds.c (newline):
Make it REALLY do auto-filling.
@@ -2683,7 +2683,7 @@
Define Wcm.cm_losewrap, which says that reaching right margin
has undefined results. Turn this on for supdup terminals.
-1985-07-04 Richard M. Stallman (rms at mit-prep)
+1985-07-04 Richard M. Stallman (rms@mit-prep)
* dispnew.c (update_line):
If want to insert chars early in line and delete chars late in line,
@@ -2692,7 +2692,7 @@
* dispnew.c (update_screen):
Round outq down, not to nearest second, to get sleep time.
-1985-07-03 Richard M. Stallman (rms at mit-prep)
+1985-07-03 Richard M. Stallman (rms@mit-prep)
* term.c (term_init):
Was storing "dc" string in wrong place.
@@ -2706,7 +2706,7 @@
* dispnew.c (direct_output_for_insert):
Make line remain null-terminated.
-1985-07-02 Richard M. Stallman,,, (rms at mit-prep)
+1985-07-02 Richard M. Stallman,,, (rms@mit-prep)
* window.c (window_loop, case 5):
Change < to > so get-largest-window gets largest, not smallest.
@@ -2720,7 +2720,7 @@
user_full_name.
Clean up AMPERSAND_FULL_NAME code a little.
-1985-07-01 Richard M. Stallman (rms at mit-prep)
+1985-07-01 Richard M. Stallman (rms@mit-prep)
* minibuf.c: (minibuffer-complete-word):
Fix case of Space in filename, where front of minibuffer
@@ -2733,7 +2733,7 @@
* keyboard.c: make stop_character not static.
-1985-06-26 Richard M. Stallman (rms at mit-prep)
+1985-06-26 Richard M. Stallman (rms@mit-prep)
* xdisp.c (try_window_id):
If C-k is done at end of next-to-last line,
@@ -2743,7 +2743,7 @@
this is inconsistent. Fix by setting
blank_end_of_window to nonzero.
-1985-06-25 Richard M. Stallman (rms at mit-prep)
+1985-06-25 Richard M. Stallman (rms@mit-prep)
* cmds.c (Fnewline):
Call the auto fill hook if appropriate.
@@ -2765,11 +2765,11 @@
* TrmAmb.c flushed.
* Trm*.c: tt.t_init routine now passed no arguments.
-1985-06-23 Richard M. Stallman (rms at mit-prep)
+1985-06-23 Richard M. Stallman (rms@mit-prep)
* display.c: include sys/ioctl.h so conditionals work right.
-1985-06-22 Richard M. Stallman (rms at mit-prep)
+1985-06-22 Richard M. Stallman (rms@mit-prep)
* doprnt.c: Flush extra increment of fmt for %%.
@@ -2783,7 +2783,7 @@
* process.c (pty): Don't turn on FIONBIO.
-1985-06-18 Richard M. Stallman (rms at mit-prep)
+1985-06-18 Richard M. Stallman (rms@mit-prep)
* process.c (create_process):
Make pty terminal the controlling terminal of the child.
@@ -2797,7 +2797,7 @@
* search.c (replace-match):
Fix bug in case preservation by initializing `last' for final loop.
-1985-06-17 Richard M. Stallman (rms at mit-prep)
+1985-06-17 Richard M. Stallman (rms@mit-prep)
* sysdep.c: New file containing interfaces to system-dependent
kernel entries and libraries.
@@ -2812,14 +2812,14 @@
* syntax.c: Eliminate find-line-comment and find-line-comment-body.
Lisp code should use comment-start-skip to find comments.
-1985-06-15 Richard M. Stallman (rms at mit-prep)
+1985-06-15 Richard M. Stallman (rms@mit-prep)
* TrmTERM.c:
Suppress use of ^M on telerays. Know that ins line
leaves cursor in column 0 on telerays.
Don't decrement width for :am: terminals; this is an experiment.
-1985-06-14 Richard M. Stallman (rms at mit-prep)
+1985-06-14 Richard M. Stallman (rms@mit-prep)
* TrmTERM.c (TrmTERM):
Override termcap's so and sg for telerays (xt is set).
@@ -2852,7 +2852,7 @@
* keyboard.c (EchoThem):
Process quits only if `waiting' is set.
-1985-06-12 Richard Mlynarik (mly at mit-prep)
+1985-06-12 Richard Mlynarik (mly@mit-prep)
* minibuf.c, callint.c, read.c, mocklisp.c
New function read-from-minibuffer does all you could ever want.
@@ -2866,27 +2866,27 @@
=> New lisp variables minibuffer-local-map, minibuffer-local-ns-map,
minibuffer-local-completion-map, minibuffer-local-must-match-map.
-1985-06-12 Richard M. Stallman (rms at mit-prep)
+1985-06-12 Richard M. Stallman (rms@mit-prep)
* keymap.c:
Supply missing defsubr of keymapp.
-1985-06-11 Richard M. Stallman (rms at mit-prep)
+1985-06-11 Richard M. Stallman (rms@mit-prep)
* callint.c, editfns.c, doprnt.c:
Use new function doprnt instead of _doprnt.
-1985-06-10 Richard M. Stallman (rms at mit-prep)
+1985-06-10 Richard M. Stallman (rms@mit-prep)
* TrmC100.c: Do termscript output.
-1985-06-10 Richard Mlynarik (mly at mit-prep)
+1985-06-10 Richard Mlynarik (mly@mit-prep)
* print.c, lisp.h, buffer.c
New function prin1-to-string.
(Needs an initialization done in buffer.c)
-1985-06-10 Richard M. Stallman (rms at mit-prep)
+1985-06-10 Richard M. Stallman (rms@mit-prep)
* TrmTERM.c:
Fix interaction of XTflag with SGnum (telerays):
@@ -2897,18 +2897,18 @@
Clear Vquit_flag in read_key_sequence, not in get_char.
This makes it possible to quit out of y-or-n-p again.
-1985-06-10 Richard Mlynarik (mly at mit-prep)
+1985-06-10 Richard Mlynarik (mly@mit-prep)
* dired.c (file_name_completion)
Check Vquit_flag each time around and quit if requested.
-1985-06-10 Richard M. Stallman (rms at mit-prep)
+1985-06-10 Richard M. Stallman (rms@mit-prep)
* minibuf.c: Use Tab for completion, not ESC.
* unexec.c: round bss_start up to page bndry.
-1985-06-09 Richard M. Stallman (rms at mit-prep)
+1985-06-09 Richard M. Stallman (rms@mit-prep)
* keyboard.c (kbd_buffer_store_char):
Call interrupt_signal for every C-g, even while waiting.
@@ -2919,7 +2919,7 @@
* keyboard.c (quit_throw_to_get_char):
Don't clear Vquit_flag. Let Lisp program see quit-flag set.
-1985-06-08 Richard M. Stallman (rms at mit-prep)
+1985-06-08 Richard M. Stallman (rms@mit-prep)
* various files:
Make functions called by internal_with_output_to_temp_window
@@ -2932,12 +2932,12 @@
* read.c (read_vector):
Pass make_pure_vector an int, as it expects, not a Lisp_Object.
-1985-06-07 Richard Mlynarik (mly at mit-prep)
+1985-06-07 Richard Mlynarik (mly@mit-prep)
* buffer.c
documentation fixes
-1985-06-07 Richard M. Stallman (rms at mit-prep)
+1985-06-07 Richard M. Stallman (rms@mit-prep)
* TrmTERM.c:
HLflags is now a three-way flag: 1 => line has SOstr,
@@ -2952,18 +2952,18 @@
Eliminate `executing' flag.
Quit now always sets Vquit_flag; input code tests it.
-1985-06-06 Richard Mlynarik (mly at mit-prep)
+1985-06-06 Richard Mlynarik (mly@mit-prep)
* doc.c (Fdocumentation):
Handle sparse keymaps (lists whose car is `keymap')
by way of canned string.
-1985-06-06 Richard M. Stallman (rms at mit-prep)
+1985-06-06 Richard M. Stallman (rms@mit-prep)
* keyboard.c (kbd_buffer_get_char):
Keep doing gobble_input and waiting, until kbd_count becomes nonzero.
-1985-06-05 Richard M. Stallman (rms at mit-prep)
+1985-06-05 Richard M. Stallman (rms@mit-prep)
* dired.c (file-name-completion, file-name-all-completions):
Make these functions share most of their code.
@@ -2974,37 +2974,37 @@
Handle keyboard macros (symbols with strings as definitions)
with a canned string.
-1985-06-05 Richard Mlynarik (mly at mit-prep)
+1985-06-05 Richard Mlynarik (mly@mit-prep)
* dired.c (file-name-completion)
Spazz comparing against completion-ignored-extensions (boole!eggert)
That was no spazz, that was a feature - rms.
-1985-06-05 K. Shane Hartman (shane at mit-prep)
+1985-06-05 K. Shane Hartman (shane@mit-prep)
* cmds.c (end-of-line): Fix documentation. Claimed it moved to
beginning of line.
* buffer.c (fill-column): Fix typo in documentation.
-1985-06-04 Richard M. Stallman (rms at mit-prep)
+1985-06-04 Richard M. Stallman (rms@mit-prep)
* bytecode.c:
Make Bread_char check for quit before finishing.
A quit is likely to requested during the read_char.
-1985-06-04 Richard Mlynarik (mly at mit-prep)
+1985-06-04 Richard Mlynarik (mly@mit-prep)
* dired.c (file-name-completion, file-name-all-completions)
Append "/" to names of directories.
-1985-06-04 K. Shane Hartman (shane at mit-prep)
+1985-06-04 K. Shane Hartman (shane@mit-prep)
* minibuf.c (Vminibuffer_help_form):
Change the lisp name to be minibuffer-help-form rather than
Vminibuffer-help-form.
-1985-06-02 Richard M. Stallman (rms at mit-prep)
+1985-06-02 Richard M. Stallman (rms@mit-prep)
* config.h, s-*.h:
Eliminate CBREAK_INPUT and FRONT_END_PROCESS;
@@ -3045,7 +3045,7 @@
If wait_reading_process_input returns and kbd_count stil 0,
gobble the buffered input.
-1985-06-01 Richard M. Stallman (rms at mit-prep)
+1985-06-01 Richard M. Stallman (rms@mit-prep)
* dispnew.c (sit-for):
Gobble any pending input before calling wait_reading_process_input.
@@ -3083,7 +3083,7 @@
* display.c, TrmTERM.c:
Do fflush(termscript) in UpdateScreen, not in TrmTERM.
-1985-05-31 Richard M. Stallman (rms at mit-prep)
+1985-05-31 Richard M. Stallman (rms@mit-prep)
* TrmVT100.c: Generate termscript output.
@@ -3105,7 +3105,7 @@
* keyboard.c (kbd_buffer_get_char):
#ifndef INTERRUPT_INPUT, always read at least 1 character.
-1985-05-30 Richard M. Stallman (rms at mit-prep)
+1985-05-30 Richard M. Stallman (rms@mit-prep)
* display.c (UpdateScreen):
Allow preemption at beginning if already input avail.
@@ -3123,7 +3123,7 @@
* data.c (symbol-function, symbol-value):
Pass Qboundp or Qfboundp as extra info when signal void-symbol.
-1985-05-29 Richard M. Stallman (rms at mit-prep)
+1985-05-29 Richard M. Stallman (rms@mit-prep)
* fileio.c (add-name-to-file):
If no query or error about new name existing, delete it
@@ -3161,7 +3161,7 @@
* callint.c (case 'b'):
Don't allow a minibuffer to be the default buffer.
-1985-05-28 Richard Mlynarik (mly at mit-prep)
+1985-05-28 Richard Mlynarik (mly@mit-prep)
* minibuffer.c (read_minibuf)
Added variable enable-recursive-minibuffers
@@ -3175,7 +3175,7 @@
Wrote generate-new-buffer --- like gentemp for buffer names.
Rewrote create-file-buffer into lisp code in lisp/files.el
-1985-05-27 Richard M. Stallman (rms at mit-prep)
+1985-05-27 Richard M. Stallman (rms@mit-prep)
* crt0.c:
Make each machine type use completely separate code.
@@ -3203,7 +3203,7 @@
* keyboard.c (command_loop_1):
Kill Emacs on end of file only if not executing a macro.
-1985-05-26 Richard M. Stallman (rms at mit-prep)
+1985-05-26 Richard M. Stallman (rms@mit-prep)
* display.h, Trm.h:
Move VisibleBell and baud_rate to Trm.h.
@@ -3220,7 +3220,7 @@
?? Make second arg to tputs always number of LINES below cursor
because the termcap documentation says so. Is this right ??
-1985-05-24 Richard M. Stallman (rms at mit-prep)
+1985-05-24 Richard M. Stallman (rms@mit-prep)
* keymap.c (push_key_description):
Use DEL for 0177, RET for 015, LFD for 012, TAB for 011, SPC for 040.
@@ -3249,13 +3249,13 @@
Was losing the other buffer's recent setq's if the other
buffer had the same variable local.
-1985-05-23 Richard M. Stallman (rms at mit-prep)
+1985-05-23 Richard M. Stallman (rms@mit-prep)
* buffer.c (list_buffers_1):
Put back the lost column in the entries
rather than removing it from the header.
-1985-05-23 Richard M. Stallman (rms at mit-prep)
+1985-05-23 Richard M. Stallman (rms@mit-prep)
* xdisp.c (decode_mode_spec):
Display "Abbrev" if abbrev_mode is set.
@@ -3266,7 +3266,7 @@
open-dribble-file: take filename as argument.
command_loop_1: on end of file, call kill-emacs.
-1985-05-22 Richard M. Stallman (rms at mit-prep)
+1985-05-22 Richard M. Stallman (rms@mit-prep)
* window.c (save_window_restore):
Set windows_or_buffers_changed.
@@ -3281,13 +3281,13 @@
Return nil if called within expression being evalled
by a built-in C function such as eval-region.
-1985-05-22 K. Shane Hartman (shane at mit-prep)
+1985-05-22 K. Shane Hartman (shane@mit-prep)
* config.h, TrmXTERM.c, display.c
Change define for XWINDOW to XVSWINDOW because XWINDOW
is defined as a macro in lisp.h.
-1985-05-22 Richard M. Stallman (rms at mit-prep)
+1985-05-22 Richard M. Stallman (rms@mit-prep)
* print.c (printchar, strout):
Output minibuffer chars to stdout if noninteractive.
@@ -3314,15 +3314,15 @@
in a buffer in Lisp mode.
* TrmXTERM.c: new file. Used for interface to
- MIT's `X' window system.
+ MIT's `X' window system.
-1985-05-22 Richard Mlynarik (mly at mit-prep)
+1985-05-22 Richard Mlynarik (mly@mit-prep)
* buffer.c (list_buffers_1):
made list-buffers print "R" if buffer read-only.
(No change is needed to lisp/buff-menu.el)
-1985-05-22 Richard M. Stallman (rms at mit-prep)
+1985-05-22 Richard M. Stallman (rms@mit-prep)
* keyboard.c (get_char):
Use (in effect) save-window-excursion to flush the window
@@ -3342,7 +3342,7 @@
* dispnew.c (sleep-for): flush spurious reference to
nonexistent variable time_limit.
-1985-05-21 Richard Mlynarik (mly at mit-prep)
+1985-05-21 Richard Mlynarik (mly@mit-prep)
* The documentation for substitute-command-keys was fazed out by
its own hairy heuristics! Moby quoting (past the c compiler, and
@@ -3351,7 +3351,7 @@
printed documentation out of doc strings need to know about this
cruft.
-1985-05-21 Richard M. Stallman (rms at mit-prep)
+1985-05-21 Richard M. Stallman (rms@mit-prep)
* TrmTERM.c, dispnew.c, cm.c:
open-termscript opens a termscript file,
@@ -3361,7 +3361,7 @@
* Makefile:
Recompute DOCSTR file only if other things have changed.
-1985-05-20 Richard M. Stallman (rms at mit-prep)
+1985-05-20 Richard M. Stallman (rms@mit-prep)
* keyboard.c (command-execute):
Use do_autoload.
@@ -3375,7 +3375,7 @@
Make Fautoload do nothing if function is already defined.
Open code the loops that trace function definitions of symbols.
-1985-05-19 Richard M. Stallman (rms at mit-prep)
+1985-05-19 Richard M. Stallman (rms@mit-prep)
* buffer.c, window.c:
Change algorithm for reordering Vbuffer_alist:
@@ -3392,7 +3392,7 @@
* process.c (make_process):
Fix bug where incremented-for-uniqueness name wasn't really used.
-1985-05-17 Richard M. Stallman (rms at mit-prep)
+1985-05-17 Richard M. Stallman (rms@mit-prep)
* undo.c:
Fix bug of reinserting/replacing undone chars
@@ -3400,7 +3400,7 @@
Use tembuf to handle properly a Uchange
of length > half the undo buffer.
-1985-05-16 Richard M. Stallman (rms at mit-prep)
+1985-05-16 Richard M. Stallman (rms@mit-prep)
* window.c (set-window-start):
accept third arg NOFORCE meaning don't set w->force_start.
@@ -3428,7 +3428,7 @@
* TrmTERM.c, TrmVT100.c:
Turn on alternate keypad on entry, turn off on exit.
-1985-05-16 Richard Mlynarik (mly at mit-prep)
+1985-05-16 Richard Mlynarik (mly@mit-prep)
* fileio.c: added optional third arg ok-if-exists to
rename-file, make-symbolic-link, add-name-to-file and copy-file.
@@ -3437,11 +3437,11 @@
called interactively the user is queried as to whether s/he
wants to bash the file; otherwise (ok-if-exists nil, non-interactive)
a file-already-exists error is signalled.
-
+
* window.c: made get-window-buffer return nil if get-buffer of
its arg returns nil, rather than erring.
-1985-05-14 Richard M. Stallman (rms at mit-prep)
+1985-05-14 Richard M. Stallman (rms@mit-prep)
* dispnew.c, display.c:
Function scroll_max_lines_saved returns # lines in common
@@ -3449,7 +3449,7 @@
UpdateScreen skips i/d calc on big window, fast screen
when there are too few lines in common.
-1985-05-13 Richard M. Stallman (rms at mit-prep)
+1985-05-13 Richard M. Stallman (rms@mit-prep)
* indent.c:
Fix cursor position calculation for continued tabs.
@@ -3486,11 +3486,11 @@
* eval.c:
Fsignal clears immediate_quit.
-1985-05-12 Richard M. Stallman (rms at mit-prep)
+1985-05-12 Richard M. Stallman (rms@mit-prep)
* cmds.c: modified `newline' to insert before an existing
newline before dot. This produces better redisplay.
-
+
* xdisp.c: fixed bug that modifying buffer displayed in two windows
failed to redisplay both mode lines with stars.
@@ -3505,7 +3505,7 @@
* eval.c, fns.c, bytecode.c: put in register decls for Lisp_Objects.
Saved 2500 bytes of object code.
-1985-05-11 Richard M. Stallman (rms at mit-prep)
+1985-05-11 Richard M. Stallman (rms@mit-prep)
* editfns.c: Put in code for & in fullname,
under AMPERSAND_FULL_NAME flag.