]> git.eshelyaron.com Git - emacs.git/log
emacs.git
28 years ago(struct _popserver): New field trash_started.
Richard M. Stallman [Sun, 28 Apr 1996 19:08:48 +0000 (19:08 +0000)]
(struct _popserver): New field trash_started.

28 years ago[WINDOWSNT]: Include winsock.h and ntlib.h.
Richard M. Stallman [Sun, 28 Apr 1996 19:08:33 +0000 (19:08 +0000)]
[WINDOWSNT]: Include winsock.h and ntlib.h.
Macro SOCKET_ERROR undefined.
Don't declare h_errno.
[!WINDOWSNT]: Define macros recv and send.
[!WINDOWSNT] (POP_SERVICE): Change to pop3.
(pop_open) [WINDOWSNT]: Initialize trash_started.
(have_winsock) [WINDOWSNT]: New variable.
(socket_connection) [WINDOWSNT]: Initialize winsock.
(socket_connection): Use closesocket instead of close.
(getline): Use recv instead of read.
(fullwrite): Use send instead of write.
(pop_trash): Use closesocket instead of close.
(pop_trash) [WINDOWSNT]: Cleanup winsock.
Check if being called recursively by sendline.

28 years ago(access, unlink) [WINDOWSNT]: Macros undefined.
Richard M. Stallman [Sun, 28 Apr 1996 19:07:35 +0000 (19:07 +0000)]
(access, unlink) [WINDOWSNT]: Macros undefined.
(fork, syswait, DISABLE_DIRECT_ACCESS) [WINDOWSNT]: Macros defined.
[WINDOWSNT]: Include locking.h.
(main): Update usage message.  Use IS_DIRECTORY_SEP.
(main) [DISABLE_DIRECT_ACCESS]: Don't check access if defined.
(main) [WINDOWSNT]: Invoke locking instead of flock.
(main) [MAIL_USE_SYSTEM_LOCK && WINDOWSNT]: Emulate ftruncate.
(main) [MAIL_USE_POP]: Pass password to popmail if used.
Include winsock.h; don't include unix inet headers.
(popmail): Add password argument and pass it to pop_open.
Open output file in binary mode.

28 years ago[DOSNT]: Include fcntl.h.
Richard M. Stallman [Sun, 28 Apr 1996 19:06:15 +0000 (19:06 +0000)]
[DOSNT]: Include fcntl.h.
[WINDOWSNT]: Include io.h.
(main) [MSDOS]: Change conditional to DOS_NT.

28 years ago[WINDOWSNT]: Include ntlib.h.
Richard M. Stallman [Sun, 28 Apr 1996 19:06:01 +0000 (19:06 +0000)]
[WINDOWSNT]: Include ntlib.h.

28 years agoComment change.
Richard M. Stallman [Sat, 27 Apr 1996 02:09:56 +0000 (02:09 +0000)]
Comment change.

28 years ago(Fexpand_file_name, Ffile_name_absolute_p): Doc fixes.
Richard M. Stallman [Sat, 27 Apr 1996 01:14:17 +0000 (01:14 +0000)]
(Fexpand_file_name, Ffile_name_absolute_p): Doc fixes.
(Ffile_exists_p, Ffile_executable_p, Ffile_readable_p)
(Ffile_writable_p, Ffile_directory_p, Ffile_regular_p)
(Ffile_modes, Fset_file_modes, Ffile_newer_than_file_p)
(expand_and_dir_to_file): Rename abspath to absname.

(CORRECT_DIR_SEPS) [DOS_NT]: New macro.
(IS_DRIVE) [DOS_NT]: Added separate definitions for DOS and NT.
(Ffile_name_directory) [DOS_NT]: Simplify code to match change in
getdefdir in msdos.c.  Ignore embedded colons.  Correct dir seps.
(Ffile_name_nondirectory) [DOS_NT]: Ignore embedded colons.
Correct IS_ANY_SEP to IS_DIRECTORY_SEP.
(file_name_as_directory) [DOS_NT]: Correct dir seps.
Correct IS_ANY_SEP to IS_DIRECTORY_SEP.
(directory_file_name) [DOS_NT]: Correct dir seps.
(Fmake_temp_name) [DOS_NT: Correct dir seps.
(Fexpand_file_name) [mostly DOS_NT]: Remove relpath, tmp and
defdir variables; init drive to 0.
Correctly detect when default_directory is absolute.
Be strict when looking for MSDOS drive specifier; defer calling
getdefdir.  Ignore drive specifier if name now has UNC prefix.
Correctly recognise if name is not absolute when trying simple
method to expand; return original string if possible.
Skip dir sep after ~ or ~user.
Use getpwnam instead of HOME for ~user on NT.
Handle error return from getdefdir.
Correctly detect if newdir is absolute before using default_directory.
Handle case where newdir is not absolute - expand relative to
current working dir if necessary (instead of calling getdisk
later).  Only keep UNC prefix if nm starts with dir sep.
Replace kludgy handling of drive spec in newdir.  Correct dir seps.
(Fexpand_file_name) [!DOS_NT]: Fix incorrect expansion of
"/foo/../bar" -> "//bar".
(Fsubstitute_in_file_name) [DOS_NT]: Correct dir seps for NT as
well.  Merge equivalent #ifdef APOLLO and WINDOWSNT cases.  Ignore
embedded colons and be strict about drive specs.
(Fcopy_file) [DOS_NT]: Do dev/inode check on NT.
(Ffile_name_absolute_p) [DOS_NT]: Be strict about drive specs.
(check_executable) [DOS_NT]: Test st_mode on NT.
(Ffile_readable_p) [DOS_NT]: Use access instead of open on NT.
(Ffile_modes) [DOS_NT]: Don't embelish st_mode value on NT.
(Fread_file_name) [DOS_NT]: Correct dir seps in HOME.
(syms_of_fileio): Add Vdirectory_sep_char.

28 years ago(getdefdir): Include drive letter and colon when
Richard M. Stallman [Sat, 27 Apr 1996 00:52:30 +0000 (00:52 +0000)]
(getdefdir): Include drive letter and colon when
constructing default directory for drive.

28 years agoDouble DST correction removed!
Edward M. Reingold [Sat, 27 Apr 1996 00:13:07 +0000 (00:13 +0000)]
Double DST correction removed!

28 years ago(FRAME_TERMCAP_P) [WINDOWSNT && !HAVE_NTGUI]:
Richard M. Stallman [Fri, 26 Apr 1996 19:56:17 +0000 (19:56 +0000)]
(FRAME_TERMCAP_P) [WINDOWSNT && !HAVE_NTGUI]:
Remove conditional for HAVE_NTGUI.

28 years ago(EMACS_KILLPG) [WINDOWSNT]: Invoke kill instead of win32_kill_process.
Richard M. Stallman [Fri, 26 Apr 1996 19:55:52 +0000 (19:55 +0000)]
(EMACS_KILLPG) [WINDOWSNT]: Invoke kill instead of win32_kill_process.

28 years ago(Fopen_network_stream): Set process infd to inch.
Richard M. Stallman [Fri, 26 Apr 1996 19:55:27 +0000 (19:55 +0000)]
(Fopen_network_stream): Set process infd to inch.
(create_process, read_process_output, Fsignal_process) [WINDOWSNT]:
Remove conditional NT code.

28 years ago(close_load_descs) [WINDOWS_NT]: Don't actually do anything.
Richard M. Stallman [Fri, 26 Apr 1996 19:54:49 +0000 (19:54 +0000)]
(close_load_descs) [WINDOWS_NT]: Don't actually do anything.

(read_escape): Detect READCHAR reporting eof.

28 years ago[WINDOWS_NT]: Declare Vdirectory_sep_char.
Richard M. Stallman [Fri, 26 Apr 1996 19:53:20 +0000 (19:53 +0000)]
[WINDOWS_NT]: Declare Vdirectory_sep_char.

28 years ago(main) [WINDOWSNT]: Invoke init_ntproc.
Richard M. Stallman [Fri, 26 Apr 1996 19:53:04 +0000 (19:53 +0000)]
(main) [WINDOWSNT]: Invoke init_ntproc.
(shut_down_emacs) [WINDOWSNT]: Invoke term_ntproc.

28 years ago(Ffile_attributes) [WINDOWSNT]: Remove conditional NT code.
Richard M. Stallman [Fri, 26 Apr 1996 19:52:51 +0000 (19:52 +0000)]
(Ffile_attributes) [WINDOWSNT]: Remove conditional NT code.

28 years ago(Fcall_process) [WINDOWSNT]: Remove conditional NT code.
Richard M. Stallman [Fri, 26 Apr 1996 19:52:37 +0000 (19:52 +0000)]
(Fcall_process) [WINDOWSNT]: Remove conditional NT code.
(Fcall_process_region) [DOSNT]: Canonicalize slashes in filename.
(child_setup) [WINDOWSNT]: Decrease handles array by one.

28 years ago[windows-nt]: Load disp-table.
Richard M. Stallman [Fri, 26 Apr 1996 19:46:05 +0000 (19:46 +0000)]
[windows-nt]: Load disp-table.

28 years ago(rmail-insert-inbox-text): When required, prompt for
Richard M. Stallman [Fri, 26 Apr 1996 19:45:38 +0000 (19:45 +0000)]
(rmail-insert-inbox-text): When required, prompt for
pop password and pass on to movemail.
(rmail-pop-password, rmail-pop-password-required): New variables.
(rmail-read-password): New function.

28 years ago(compilation-error-regexp-alist): Add regexp
Richard M. Stallman [Fri, 26 Apr 1996 19:45:16 +0000 (19:45 +0000)]
(compilation-error-regexp-alist): Add regexp
for Microsoft VC++ error messages containing drive letters.

28 years agoComment change.
Richard M. Stallman [Fri, 26 Apr 1996 19:31:40 +0000 (19:31 +0000)]
Comment change.

28 years ago(mouse-drag-region): Leave region highlighted until the next input event.
Richard M. Stallman [Fri, 26 Apr 1996 19:15:39 +0000 (19:15 +0000)]
(mouse-drag-region): Leave region highlighted until the next input event.

28 years ago(x_window) [! USE_X_TOOLKIT]: Initialize wm_hints.icon_pixmap.
Richard M. Stallman [Fri, 26 Apr 1996 16:39:13 +0000 (16:39 +0000)]
(x_window) [! USE_X_TOOLKIT]: Initialize wm_hints.icon_pixmap.

28 years ago(x_scroll_bar_clear): Do nothing if frame now has no scroll bars.
Richard M. Stallman [Fri, 26 Apr 1996 16:38:03 +0000 (16:38 +0000)]
(x_scroll_bar_clear): Do nothing if frame now has no scroll bars.

28 years agoUpdate copyright year.
Richard M. Stallman [Fri, 26 Apr 1996 16:06:54 +0000 (16:06 +0000)]
Update copyright year.

28 years agoInclude blockinput.h.
Richard M. Stallman [Fri, 26 Apr 1996 15:45:46 +0000 (15:45 +0000)]
Include blockinput.h.
(change_frame_size_1): Block input around the real work.

28 years ago(getdefdir) [DJGPP > 1]: Use 32-bit ESI to pass buffer
Richard M. Stallman [Fri, 26 Apr 1996 11:56:25 +0000 (11:56 +0000)]
(getdefdir) [DJGPP > 1]: Use 32-bit ESI to pass buffer
address to `intdos' instead of SI which can be 16-bit.

28 years ago(walk-windows): Doc fix.
Richard M. Stallman [Fri, 26 Apr 1996 03:03:28 +0000 (03:03 +0000)]
(walk-windows): Doc fix.

28 years ago(save_excursion_restore): Add gcpros.
Richard M. Stallman [Fri, 26 Apr 1996 03:01:56 +0000 (03:01 +0000)]
(save_excursion_restore): Add gcpros.

28 years agoNo intangible text property.
Richard M. Stallman [Fri, 26 Apr 1996 03:01:43 +0000 (03:01 +0000)]
No intangible text property.

28 years ago(unexec): Add conditional for SOLARIS_POWERPC.
Richard M. Stallman [Thu, 25 Apr 1996 18:02:45 +0000 (18:02 +0000)]
(unexec): Add conditional for SOLARIS_POWERPC.

28 years ago(syms_of_fileio): Doc fix.
Richard M. Stallman [Thu, 25 Apr 1996 17:31:37 +0000 (17:31 +0000)]
(syms_of_fileio): Doc fix.

28 years ago(Fx_list_fonts) [BROKEN_XLISTFONTSWITHINFO]:
Richard M. Stallman [Thu, 25 Apr 1996 03:36:01 +0000 (03:36 +0000)]
(Fx_list_fonts) [BROKEN_XLISTFONTSWITHINFO]:
Free the font, and the fontinfo too if we don't want it.

28 years agoUpdate some comments.
Edward M. Reingold [Wed, 24 Apr 1996 23:39:19 +0000 (23:39 +0000)]
Update some comments.

28 years agoSpelling error.
Edward M. Reingold [Wed, 24 Apr 1996 23:36:43 +0000 (23:36 +0000)]
Spelling error.

28 years agoSpelling fix.
Edward M. Reingold [Wed, 24 Apr 1996 23:35:14 +0000 (23:35 +0000)]
Spelling fix.

28 years ago(x_connection_signal): Call sigunblock properly.
Richard M. Stallman [Wed, 24 Apr 1996 22:29:57 +0000 (22:29 +0000)]
(x_connection_signal): Call sigunblock properly.

28 years ago(dispnew.o): Depend on blockinput.h.
Richard M. Stallman [Tue, 23 Apr 1996 20:33:16 +0000 (20:33 +0000)]
(dispnew.o): Depend on blockinput.h.

28 years agoInclude blockinput.h.
Richard M. Stallman [Tue, 23 Apr 1996 20:32:58 +0000 (20:32 +0000)]
Include blockinput.h.
(change_frame_size_1): Block input around the real work.

28 years ago(wait_reading_process_input, both definitions):
Richard M. Stallman [Tue, 23 Apr 1996 20:32:33 +0000 (20:32 +0000)]
(wait_reading_process_input, both definitions):
If wait_for_cell, don't call timer_check, and use
detect_input_pending instead of detect_input_pending_run_timers.

28 years ago(doctor-doc): Add period.
Richard M. Stallman [Tue, 23 Apr 1996 15:30:28 +0000 (15:30 +0000)]
(doctor-doc): Add period.

28 years ago(Fframe_parameters, both definitions):
Richard M. Stallman [Tue, 23 Apr 1996 15:20:52 +0000 (15:20 +0000)]
(Fframe_parameters, both definitions):
Get sizes from FRAME_NEW_HEIGHT, FRAME_NEW_WIDTH if they are nonzero.

28 years agoFix a file name.
Richard M. Stallman [Mon, 22 Apr 1996 00:30:39 +0000 (00:30 +0000)]
Fix a file name.

28 years agoReplace --no-clean-up and --no-tar options
Richard M. Stallman [Sun, 21 Apr 1996 06:54:52 +0000 (06:54 +0000)]
Replace --no-clean-up and --no-tar options
with --clean-up and --tar, so that the default is useful.

28 years ago(compute_motion): Pass window to Fget_char_property.
Richard M. Stallman [Sun, 21 Apr 1996 05:56:01 +0000 (05:56 +0000)]
(compute_motion): Pass window to Fget_char_property.

28 years ago[motif]: Make f10 undefined.
Richard M. Stallman [Sun, 21 Apr 1996 05:54:18 +0000 (05:54 +0000)]
[motif]: Make f10 undefined.

28 years ago(walk-windows): Doc fix.
Richard M. Stallman [Sun, 21 Apr 1996 05:53:27 +0000 (05:53 +0000)]
(walk-windows): Doc fix.

28 years ago(auto-mode-alist): .F gets fortran mode.
Richard M. Stallman [Sun, 21 Apr 1996 02:01:31 +0000 (02:01 +0000)]
(auto-mode-alist): .F gets fortran mode.

28 years ago(Info-next-reference, Info-prev-reference): Add optional
Richard M. Stallman [Sun, 21 Apr 1996 01:47:02 +0000 (01:47 +0000)]
(Info-next-reference, Info-prev-reference): Add optional
argument RECUR to avoid infinite recursion on malformed nodes.

28 years ago(simula-submit-bug-report): Use emacs-version.
Richard M. Stallman [Sun, 21 Apr 1996 01:40:33 +0000 (01:40 +0000)]
(simula-submit-bug-report): Use emacs-version.
(simula-version): Function and variable deleted.

28 years ago(simula-tab-always-indent, simula-indent-level)
Richard M. Stallman [Sun, 21 Apr 1996 01:39:51 +0000 (01:39 +0000)]
(simula-tab-always-indent, simula-indent-level)
(simula-substatement-offset, simula-continued-statement-offset)
(simula-label-offset, simula-if-indent, simula-inspect-indent)
(simula-electric-indent, simula-abbrev-keyword, simula-abbrev-stdproc):
Added default constants.
(simula-emacs-features): new constant to hold information
on which flavor if emacs is running (from cc-mode.el).
(simula-mode-menu): Menu definition for Lucid Emacs
(simula-mode-map): Bound new command simula-indent-exp to C-M-q
and added lots of commands to [menu-bar].
(simula-popup-menu): New function for Lucid menus.
(simula-keep-region-active): New function for Lucid menus.
(simula-indent-exp): New command that indents a whole expression.
(simula-indent-line): New strategies for finding the right amount to indent.
(simula-skip-comment-backward): Added optional parameter stop-at-end
to stop at the first END statement.
(simula-expand-stdproc): Added abbrev expansion to verbatim copy
of abbrev table, same for function simula-expand-keyword.
(simula-search-backward): Added Doc string, and lots of error checking.
(simula-search-forward): Added Doc string, and lots of error checking.
Added hilit19 config code.
(simula-version): New variable and function to report value.
(simula-submit-bug-report): New function to submit bug report.

28 years ago(f90-keywords-re): Added operator and result.
Karl Heuer [Fri, 19 Apr 1996 20:07:47 +0000 (20:07 +0000)]
(f90-keywords-re): Added operator and result.
(f90-keywords-level-3-re): Added operator and result.
(f90-match-end, f90-looking-at-program-block-start): Fixed bug
with false matching in comments/strings.
(f90-looking-at-program-block-start, f90-imenu-generic-expression):
Added knowledge of pure and extrinsic subroutines.
(f90-abbrev-start): Fixed bug using next-command-event.
(f90-keywords-level-3-re): Added keyword "nullify".
(f90-else-like-re): Fixed indentation of case() statements.
(f90-font-lock-keywords-2): Changed highlighting of case() statements.

28 years ago(metamail-mailer-name): New variable.
Richard M. Stallman [Fri, 19 Apr 1996 18:05:38 +0000 (18:05 +0000)]
(metamail-mailer-name): New variable.
(metamail-environment): Add MM_QUIET.
(metamail-switches): Delete -m emacs.
(metamail-interpret-header, metamail-interpret-body): New functions.
(metamail-region, metamail-buffer): New arg VIEWMODE.

28 years ago(after-find-file): Mention file name in "auto save is newer" message.
Richard M. Stallman [Fri, 19 Apr 1996 09:32:55 +0000 (09:32 +0000)]
(after-find-file): Mention file name in "auto save is newer" message.

28 years ago(read_key_sequence): Fix confusion between key and new_key.
Richard M. Stallman [Fri, 19 Apr 1996 09:21:55 +0000 (09:21 +0000)]
(read_key_sequence): Fix confusion between key and new_key.

28 years ago(x-select-text): Remember selected text.
Richard M. Stallman [Fri, 19 Apr 1996 02:40:44 +0000 (02:40 +0000)]
(x-select-text):  Remember selected text.
(x-get-selection-value): Return nil if the clipboard data is
is the same as the remembered selected text.

28 years ago* gnus.el (gnus-summary-pipe-output, gnus-buffer-configuration,
Lars Magne Ingebrigtsen [Thu, 18 Apr 1996 19:36:33 +0000 (19:36 +0000)]
* gnus.el (gnus-summary-pipe-output, gnus-buffer-configuration,
gnus-window-to-buffer): Pop up the shell buffer after piping
articles through a filter.

28 years agoMake invisible text intangible as well.
Lars Magne Ingebrigtsen [Thu, 18 Apr 1996 12:09:23 +0000 (12:09 +0000)]
Make invisible text intangible as well.

28 years ago(syms_of_keyboard): Doc fix.
Richard M. Stallman [Thu, 18 Apr 1996 06:04:32 +0000 (06:04 +0000)]
(syms_of_keyboard): Doc fix.

28 years ago(EmacsFrameRealize): Use STANDARD_EVENT_SET.
Richard M. Stallman [Thu, 18 Apr 1996 04:13:19 +0000 (04:13 +0000)]
(EmacsFrameRealize): Use STANDARD_EVENT_SET.

28 years ago(STANDARD_EVENT_SET): Remove PointerNotifyHintMask.
Richard M. Stallman [Thu, 18 Apr 1996 04:12:43 +0000 (04:12 +0000)]
(STANDARD_EVENT_SET): Remove PointerNotifyHintMask.

(CHECK_X_FRAME): Macro deleted.

28 years ago(note_mouse_movement): Don't call XQueryPointer.
Richard M. Stallman [Thu, 18 Apr 1996 04:03:16 +0000 (04:03 +0000)]
(note_mouse_movement): Don't call XQueryPointer.
(x_scroll_bar_note_movement): Don't call XQueryPointer.

(x_new_font): Intern FONT just once for finding full name.

28 years agoReplace `make-docfile' with `make-doc.exe'. In case
Richard M. Stallman [Wed, 17 Apr 1996 18:37:18 +0000 (18:37 +0000)]
Replace `make-docfile' with `make-doc.exe'.  In case
src/Makefile needs to rebuild `make-doc.exe', use one command per line.
Undo the previous change.

28 years ago(occur): Fix up interactive code.
Richard M. Stallman [Wed, 17 Apr 1996 17:30:51 +0000 (17:30 +0000)]
(occur): Fix up interactive code.
Strip text properties from regexp.

28 years agoClarify MSDOS installing and unpacking.
Richard M. Stallman [Wed, 17 Apr 1996 16:43:16 +0000 (16:43 +0000)]
Clarify MSDOS installing and unpacking.

28 years ago(decode_mode_spec): Use frame F, not selected frame.
Richard M. Stallman [Tue, 16 Apr 1996 23:07:52 +0000 (23:07 +0000)]
(decode_mode_spec): Use frame F, not selected frame.
On termcap frames, implicit names are ok.

28 years ago(decode_mode_spec): For %F, use explicit name or `Emacs'.
Richard M. Stallman [Tue, 16 Apr 1996 22:52:34 +0000 (22:52 +0000)]
(decode_mode_spec): For %F, use explicit name or `Emacs'.

28 years ago(vc-comment-ring): Initialise using make-ring.
Richard M. Stallman [Tue, 16 Apr 1996 22:33:07 +0000 (22:33 +0000)]
(vc-comment-ring): Initialise using make-ring.
(vc-clear-context): Initialise vc-comment-ring using make-ring.
(vc-finish-logentry): Don't initialise vc-comment-ring here.

28 years ago(w32_read_socket): Initialize frame_or_window field.
Richard M. Stallman [Tue, 16 Apr 1996 21:54:34 +0000 (21:54 +0000)]
(w32_read_socket): Initialize frame_or_window field.
(x_make_frame_visible): Don't call SetForegroundWindow after x_set_offset.
(win32_initialize): Call AttachThreadInput at the end.

28 years ago(defined_color): Map color to nearest in default palette.
Richard M. Stallman [Tue, 16 Apr 1996 21:49:18 +0000 (21:49 +0000)]
(defined_color): Map color to nearest in default palette.
(win32_wnd_proc): Special handling for WM_CLOSE.

28 years ago(check_timer): Removed; use gettime instead.
Richard M. Stallman [Tue, 16 Apr 1996 20:41:24 +0000 (20:41 +0000)]
(check_timer): Removed; use gettime instead.
(sys_select): Call __dpmi_yield while waiting for input to
improve multitasking behaviour.
Do not check timer when no timeout.

28 years ago(syms_of_buffer): Doc fix.
Richard M. Stallman [Tue, 16 Apr 1996 16:10:19 +0000 (16:10 +0000)]
(syms_of_buffer): Doc fix.

28 years agoProvide `completion'.
Richard M. Stallman [Tue, 16 Apr 1996 16:04:01 +0000 (16:04 +0000)]
Provide `completion'.
(cmpl-make-standard-completion-syntax-table): Initialize
all chars (to whitespace if nothing else).
(c-mode-map, fortran-mode-map): Add defvars to avoid warnings.

28 years ago(defstruct): Treat multi-nested :include properly.
Richard M. Stallman [Tue, 16 Apr 1996 04:36:21 +0000 (04:36 +0000)]
(defstruct): Treat multi-nested :include properly.
(flet): Warn when flet rebinds a macro name.
(labels): Rewrite to be fully CL-compliant.

28 years ago(isqrt): Support expanded range of Lisp integers.
Richard M. Stallman [Tue, 16 Apr 1996 04:35:38 +0000 (04:35 +0000)]
(isqrt): Support expanded range of Lisp integers.
(cl-expt): Bug fix for (expt -1 -N).
(cl-macroexpand-all): Change to support `labels'.

28 years ago(goto-address-send-using-mh-e):
Richard M. Stallman [Tue, 16 Apr 1996 03:57:23 +0000 (03:57 +0000)]
(goto-address-send-using-mh-e):
Renamed from goto-address-send-using-mhe.  Require `mh-comp'.

28 years ago(sh-while-getopts): Punctuate help message better.
Richard M. Stallman [Mon, 15 Apr 1996 21:17:59 +0000 (21:17 +0000)]
(sh-while-getopts): Punctuate help message better.

28 years agoChange make-docfile to make-doc.exe in a second place.
Richard M. Stallman [Mon, 15 Apr 1996 21:02:54 +0000 (21:02 +0000)]
Change make-docfile to make-doc.exe in a second place.

28 years ago(wait_reading_process_input) [!subprocesses]:
Richard M. Stallman [Mon, 15 Apr 1996 19:12:01 +0000 (19:12 +0000)]
(wait_reading_process_input) [!subprocesses]:
Get rid of the loop around the detect_input_pending call.

28 years ago(src): Create a file with sed commands instead of using
Richard M. Stallman [Mon, 15 Apr 1996 18:51:37 +0000 (18:51 +0000)]
(src): Create a file with sed commands instead of using
a long sed command line (some versions of Sed don't handle that).
(gdb): Merged back into src, undoing April 13 change.
(install): Do use if statements, but not a loop.

28 years agoMake sure the GDB init file is called src/_gdbinit;
Richard M. Stallman [Mon, 15 Apr 1996 18:48:06 +0000 (18:48 +0000)]
Make sure the GDB init file is called src/_gdbinit;
if not, tell the user to rename it and abort.

28 years ago(x_set_frame_parameters): Get height and width from
Richard M. Stallman [Mon, 15 Apr 1996 15:48:51 +0000 (15:48 +0000)]
(x_set_frame_parameters): Get height and width from
FRAME_NEW_WIDTH and FRAME_NEW_HEIGHT if nonzero.

28 years ago(wait_reading_process_input) [!subprocesses]: Handle
Richard M. Stallman [Sun, 14 Apr 1996 17:45:31 +0000 (17:45 +0000)]
(wait_reading_process_input) [!subprocesses]: Handle
the case of READ_KBD being a cons cell.  Retry the timer check
after a timer fired.  (All of these make this definition
consistent with the one that supports async subprocesses.)

(wait_reading_process_input, both definitions):
Use plain detect_input_pending just before the select call.

28 years agoWith DJGPP v1.x, use `COFF2EXE' to produce JUNK.EXE test program.
Richard M. Stallman [Sun, 14 Apr 1996 17:28:05 +0000 (17:28 +0000)]
With DJGPP v1.x, use `COFF2EXE' to produce JUNK.EXE test program.

28 years ago(main) [DJGPP v2]: Don't change to binary for a tty.
Richard M. Stallman [Sun, 14 Apr 1996 17:11:47 +0000 (17:11 +0000)]
(main) [DJGPP v2]: Don't change to binary for a tty.

28 years agoDescribe djtar.
Richard M. Stallman [Sat, 13 Apr 1996 19:14:07 +0000 (19:14 +0000)]
Describe djtar.

28 years agoDon't sey djgpp must be version 1.
Richard M. Stallman [Sat, 13 Apr 1996 16:29:47 +0000 (16:29 +0000)]
Don't sey djgpp must be version 1.

28 years ago(Fcompare_buffer_substrings): Fix dumb bug handling buffer name as second arg.
Richard M. Stallman [Sat, 13 Apr 1996 10:56:40 +0000 (10:56 +0000)]
(Fcompare_buffer_substrings): Fix dumb bug handling buffer name as second arg.

28 years agoentered into RCS
Richard M. Stallman [Sat, 13 Apr 1996 04:43:53 +0000 (04:43 +0000)]
entered into RCS

28 years ago* config.guess: Combine two OSF1 rules.
Per Bothner [Sat, 13 Apr 1996 00:06:54 +0000 (00:06 +0000)]
* config.guess:  Combine two OSF1 rules.
Also recognize field test versions.  From mjr@zk3.dec.com.
* config.guess (dgux):  Use /usr/bin/uname rather than uname,
because GNU uname does not support -p.  From pmr@pajato.com.

28 years ago(main) [MSDOS]: Always call tzset, not init__gettimeofday.
Richard M. Stallman [Fri, 12 Apr 1996 22:59:58 +0000 (22:59 +0000)]
(main) [MSDOS]: Always call tzset, not init__gettimeofday.

28 years ago(MAX_FAILURE_ITEMS): Use 5 instead of actual number of regs.
Richard M. Stallman [Fri, 12 Apr 1996 22:57:28 +0000 (22:57 +0000)]
(MAX_FAILURE_ITEMS): Use 5 instead of actual number of regs.

28 years ago(interpreter-mode-alist): Recognize perl5.
Richard M. Stallman [Fri, 12 Apr 1996 18:42:22 +0000 (18:42 +0000)]
(interpreter-mode-alist): Recognize perl5.

28 years ago*** empty log message ***
Richard M. Stallman [Fri, 12 Apr 1996 16:03:01 +0000 (16:03 +0000)]
*** empty log message ***

28 years ago[DJGPP v2]: Include io.h.
Richard M. Stallman [Fri, 12 Apr 1996 16:02:38 +0000 (16:02 +0000)]
[DJGPP v2]: Include io.h.
(main) [DJGPP v2]: Switch standard streams to binary with setmode.

28 years ago(djgpp_ver): Variable renamed from djgpp-ver.
Richard M. Stallman [Fri, 12 Apr 1996 15:44:42 +0000 (15:44 +0000)]
(djgpp_ver): Variable renamed from djgpp-ver.

28 years ago(msdos): Put mainmake.v2 into the dist.
Richard M. Stallman [Fri, 12 Apr 1996 15:43:42 +0000 (15:43 +0000)]
(msdos): Put mainmake.v2 into the dist.

28 years agoUnder DJGPP v2, use <sys/config.h> instead of most of config.h.in.
Richard M. Stallman [Fri, 12 Apr 1996 15:41:24 +0000 (15:41 +0000)]
Under DJGPP v2, use <sys/config.h> instead of most of config.h.in.

28 years ago(Fformat_time_string): Doc fix.
Richard M. Stallman [Fri, 12 Apr 1996 15:27:40 +0000 (15:27 +0000)]
(Fformat_time_string): Doc fix.

28 years agoComment change.
Richard M. Stallman [Fri, 12 Apr 1996 06:40:16 +0000 (06:40 +0000)]
Comment change.