1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-25 07:28:20 +00:00
Commit Graph

11935 Commits

Author SHA1 Message Date
Karl Heuer
6389928d1b (indent-for-comment): move to beginning of line only
if there is a comment syntax.
1995-05-29 06:19:46 +00:00
Karl Heuer
5bb5297112 (at_endline_loc_p): Use 0, not NULL, in ?: for next_next. 1995-05-29 06:15:30 +00:00
Karl Heuer
32bfcae1d2 (describe_vector): New arg entire_map.
Don't show bindings shadowed earlier on in the same map.
(Fdescribe_vector, describe_map): Pass new arg.
1995-05-29 06:07:34 +00:00
Karl Heuer
5588734e1a (describe_syntax_1): Pass new arg to describe_vector. 1995-05-29 06:07:10 +00:00
Karl Heuer
23c852cb60 (redisplay_window): Don't use try_window_id if
newline has a display table entry.
1995-05-29 04:44:28 +00:00
Karl Heuer
f5b06a953d (dired-find-buffer-nocreate): Check only buffers in
dired-buffers instead of all buffers in (buffer-list).
1995-05-29 04:36:26 +00:00
Karl Heuer
0f09b61610 (isearch-edit-string): Don't bind isearch-other-end. 1995-05-29 04:12:46 +00:00
Karl Heuer
dcb9e676a7 (update_menu_bar): Call set_frame_menubar with proper buffer current. 1995-05-29 04:05:18 +00:00
Richard Kenner
be67270a78 (21064:Windows_NT:50:3): New case. 1995-05-28 22:53:22 +00:00
Geoff Voelker
8cb2d3e0cd Add carriage returns; necessary for batch files on Win95 1995-05-28 02:18:09 +00:00
Karl Heuer
7f0db62c95 (VFORK_RETURN_TYPE): Moved to s/sol2-3.h. 1995-05-27 01:08:20 +00:00
Karl Heuer
7d14d51931 (VFORK_RETURN_TYPE): Moved here from s/sol2-4.h. 1995-05-27 01:08:00 +00:00
Karl Heuer
1bae7664b5 (send-mail-function, mail): Doc fixes. 1995-05-27 00:48:24 +00:00
Karl Heuer
422fbe5f33 (x_window): Call initialize_frame_menubar
near the end, after UNBLOCK_INPUT.
1995-05-27 00:46:13 +00:00
Karl Heuer
a8e96cea90 (previous-matching-history-element):
No longer remove empty string from history.
Better error message if history is empty.
1995-05-27 00:40:31 +00:00
Karl Heuer
dfb7d19560 (gud-gdb-marker-regexp): New var. Use path-separator. 1995-05-27 00:36:36 +00:00
Karl Heuer
792e773aaa (Info-directory-list): Use path-separator. 1995-05-27 00:36:25 +00:00
Karl Heuer
b525816e48 (vc-log-info): Use path-separator. 1995-05-27 00:36:04 +00:00
Karl Heuer
153e4de000 (etags_getcwd): Don't use #elif.
Have just one function body.
1995-05-27 00:26:00 +00:00
Karl Heuer
5e228a3925 (ispell-message-text-end): Match start of forwarded msg. 1995-05-27 00:22:53 +00:00
Geoff Voelker
ffd9c2a188 (init_lread) [CANNOT_DUMP]: Set Vload_path to EMACSLOADPATH. 1995-05-27 00:19:05 +00:00
Karl Heuer
2e2b8e220e (popup_get_selection): Force deactivation if key pressed.
New arg `id'.
(xdialog_show, xmenu_show): Pass new arg to popup_get_selection.
1995-05-26 22:47:07 +00:00
Karl Heuer
7c21100ae3 (XTread_socket): Don't call popup_get_selection here. 1995-05-26 22:46:36 +00:00
Karl Heuer
075f06eca3 (NULL): Use explicit cast. 1995-05-26 22:35:10 +00:00
Karl Heuer
e336874bf4 (VFORK_RETURN_TYPE): Use int if not already defined.
(vfork): Declare the return type.
1995-05-26 22:10:20 +00:00
Karl Heuer
5dc2afde98 Move #undef HAVE_VFORK to s/sol2-3.h.
Define VFORK_RETURN_TYPE.
1995-05-26 22:07:55 +00:00
Karl Heuer
031f7919d8 Add #undef HAVE_VFORK. 1995-05-26 22:06:59 +00:00
Karl Heuer
c9492f08ac (x_consider_frame_title): Use FRAME_KBOARD. 1995-05-26 21:54:20 +00:00
Geoff Voelker
4048e56d20 (command-line): Handle nil command-line-args. 1995-05-26 20:11:39 +00:00
Geoff Voelker
58e75ae154 Initial revision 1995-05-26 18:56:09 +00:00
Roland McGrath
54de3248dc (compilation-error-regexp-alist): In "IBM C/C++ Tools" regexp, disallow
leading spaces and disallow whitespace chars within the file name.
1995-05-26 16:24:57 +00:00
Geoff Voelker
f803a6b161 (get_data_region_base): Undefined.
(get_reserved_heap_size): Use reserved_heap_size.
(reserved_heap_size): Declared.
1995-05-26 05:28:13 +00:00
Geoff Voelker
011db6707e (reserved_heap_size,allocate_heap): Defined.
(sbrk): Use allocate_heap.
1995-05-26 05:27:52 +00:00
Geoff Voelker
e312961bb6 (set_terminal_modes): Set cursor size appropriate for Win95.
(write_glyphs): Don't memset attrs, which is a word array.
1995-05-26 05:26:51 +00:00
Geoff Voelker
bd4a449f55 (configuration_buffer): Increase size.
(get_emacs_configuration) [WINDOWS95]: Use appropriate string.
(prepare_standard_handles) [WINDOWS95]: Disable subprocesses.
(reset_standard_handles): Check error number on failure.
1995-05-26 05:26:17 +00:00
Geoff Voelker
5c2f36b24a (LIBS): Use BASE_LIBS and ADVAPI32.
(config.h,paths.h): Use $(CP) instead of cp.
(config.h): Use $(CONFIG_H).
(EMACS) [WINDOWS95]: Don't dump temacs.exe.
(clean): Cleanup MSVC files and config.h.
(cleandump): Separate commands onto multiple lines.
Cleanup comments.
1995-05-26 05:25:04 +00:00
Geoff Voelker
85212e6740 Use BASE_LIBS.
(make-docfile.exe,hexl.exe,wakeup.exe,etags.exe): Don't depend upon LIBS.
(DOC): Use del instead of rm.
(DOC) [WINDOWS95]: Use DOC.
(clean): Handle MSVC aux files.
(config.h,paths.h): Use $(CP) instead of cp.
(config.h): Use $(CONFIG_H)
(make-docfile.obj): Depend upon config.h.
Clean up comments.
1995-05-26 05:19:55 +00:00
Geoff Voelker
9097b6b2fd Commented out.
Expand for-loops.
(BUILD_CMD,INSTALL_CMD,CLEAN_CMD): Defined.
1995-05-26 05:11:30 +00:00
Geoff Voelker
43648015ac (ARCH): New definition.
(CPU,CONFIG_H,OS_TYPE): Defined.
	(INCLUDE,LIB): Checked if valid.
	(ntwin32.mak): Included.
	(AR,CC,LINK): New definition.
	(ADVAPI32,libc,BASE_LIBS): Defined.
	(SYS_LDFLAGS): New definition.
	Update comments and preprocessor conditionals.
	(SYS_LIB_DIR,SYS_INC_DIR): Undefined.
1995-05-26 05:10:24 +00:00
Geoff Voelker
d392a4f1e5 (SHELL): Conditionally defined.
(HOME): Conditionally defined.
(emacs_path,HOME): Update comments.
Turn off all echo.
1995-05-26 05:09:40 +00:00
Geoff Voelker
8553c409bb Initial revision 1995-05-26 05:06:02 +00:00
Karl Heuer
a37e10f9fe (Foverlay_start, Foverlay_end): Declare these functions.
(Fprevious_single_property_change, Fend_of_line, Felt): Ditto.
(Fforward_line, Fforward_word, Fdelete_region, Fforward_char): Ditto.
(Fnarrow_to_region, Fwiden, Fmatch_beginning, Fmatch_end): Ditto.
(Fskip_chars_forward, Fskip_chars_backward): Ditto.
(Ffile_name_absolute_p, read_doc_string): Ditto.
(get_frame_param, store_frame_param, store_in_alist): Ditto.
(describe_map_tree): Declaration moved here from keymap.c.
1995-05-26 04:29:09 +00:00
Karl Heuer
10774fb577 (dired-find-buffer-nocreate): Don't try to find a
wildcard as a subdirectory.
1995-05-26 04:23:21 +00:00
Karl Heuer
499ea23b07 (x_set_frame_parameters) Fix typo. 1995-05-26 04:18:39 +00:00
Karl Heuer
adab4483a5 (standard_args): -i, -itype, --icon-type take 0, not 1, args 1995-05-26 04:17:02 +00:00
Karl Heuer
c27c10423e (gud-common-init): Don't die if filename not supplied.
Omit trailing hyphen when no filename follows.
1995-05-26 04:14:08 +00:00
Karl Heuer
2db10f13d9 (texinfo-sequentially-find-pointer): Don't modify
the kill ring.
1995-05-26 04:00:52 +00:00
Karl Heuer
689cee2acc (byte-compile-insert-header):
When using dynamic docstrings, refuse to load in 19.28 and older.
In that error message, don't mention the directory names.
1995-05-26 03:57:42 +00:00
Karl Heuer
6e4aafdc8a (x-create-frame-with-faces): Read geometry resource
and use that while creating the frame.
1995-05-26 03:54:38 +00:00
Karl Heuer
ecd1f654a1 (create_process, send_process): Add volatile qualifiers.
(wait_reading_process_input) [both versions]: Cast args of select.
1995-05-26 03:21:30 +00:00