1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-28 08:11:05 -08:00
Commit graph

30377 commits

Author SHA1 Message Date
Andrew Innes
b329cc1549 fix line endings 2000-08-23 21:41:37 +00:00
Dave Love
dbda27d1f9 Add `last'. 2000-08-23 14:19:27 +00:00
Eli Zaretskii
bfccb7b3bc Add a comment about the significance of an asterisk as the first
character of a variable's doc string.  Reported by Donald Knuth.
2000-08-23 12:05:12 +00:00
Eli Zaretskii
9b47cfe0f3 (syms_of_buffer) <scroll-up-aggressively>: Doc fix.
<scroll-down-aggressively>: Likewise.
2000-08-23 11:54:24 +00:00
Eli Zaretskii
c5d00c648c Mark scroll-*-aggressively as being documented in the manual. 2000-08-23 11:50:00 +00:00
Eli Zaretskii
6dd5e8cc4c Document scroll-up-aggressively and scroll-down-aggressively. 2000-08-23 11:44:11 +00:00
Dave Love
87b3b12981 *** empty log message *** 2000-08-23 09:59:44 +00:00
Gerd Moellmann
d5951185ea *** empty log message *** 2000-08-23 09:37:23 +00:00
Kenichi Handa
78a629d2f5 (encode_eol): Fix bug for the case of dst_bytes being zero. Set
coding->produced_char correctly.
2000-08-23 02:47:42 +00:00
Kenichi Handa
f5a3696054 *** empty log message *** 2000-08-23 02:46:43 +00:00
Andrew Innes
69a7ffa7ec *** empty log message *** 2000-08-23 00:02:40 +00:00
Andrew Innes
bfba227f39 (malloc, free, realloc, calloc): Rename if
USE_CRT_DLL is defined, so Emacs can use GNU malloc even though it
cannot override the CRT malloc.
(_WINSOCK_H): Define to prevent normal winsock
definitions from being used.
(sys_nerr): Provide default definition.
(strdup, strupr, strnicmp, stricmp, tzset, tzname): Map to same
name with _ prepended.
(NSIG): Define if not known.
(get_emacs_configuration): Provide extern declaration.
(get_emacs_configuration_options): Provide extern declaration.
(EMACS_CONFIG_OPTIONS): Call get_emacs_configuration_options.
2000-08-22 23:55:09 +00:00
Andrew Innes
546a4f000d Include keyboard.h before frame.h.
Separate GLYPH_DEBUG and DEBUG_TRACE_MOVE.
2000-08-22 23:53:39 +00:00
Andrew Innes
3e4731a35a Include keyboard.h before frame.h. 2000-08-22 23:45:16 +00:00
Andrew Innes
38006079e4 Include keyboard.h before frame.h.
[USE_CRT_DLL]: Remove unnecessary extern, which screws
up dllimport attributes.
(x_update_window_end): Update prototype.
2000-08-22 23:43:25 +00:00
Andrew Innes
42c95ffbe9 (IsValidLocale): Extern missing from mingw32 headers.
(compare_env):
(find_child_console): Fix compile warning.
(create_child): Remove reference to security
descriptor, which isn't needed and doesn't compile with mingw32.
2000-08-22 23:39:00 +00:00
Andrew Innes
15d36dee8f Include keyboard.h before frame.h. Fix compile
warnings.
2000-08-22 23:37:05 +00:00
Andrew Innes
690e96a310 Include keyboard.h before frame.h.
(MOUSE_MOVED): Define if not known.
2000-08-22 23:33:55 +00:00
Andrew Innes
c86a406437 Undefine min, max. 2000-08-22 23:32:51 +00:00
Andrew Innes
2e4f647777 [!USE_CRT_DLL]: Don't define _heap_init and _heap_term
unless we are linking with a static CRT.
(RVA_TO_PTR): Cast result to unsigned char*.
2000-08-22 23:31:00 +00:00
Andrew Innes
71eab8d17d (max): Define macro.
(JOHAB_CHARSET): Define if not known.
(MOD_ALT, MOD_CONTROL, MOD_SHIFT, MOD_WIN): Define if not known.
(Fx_show_tip): Synch with X version.
2000-08-22 23:00:51 +00:00
Andrew Innes
84f5bd8132 (min): Define macro.
(clear_frame, write_glyphs): Fix compile warning.
2000-08-22 22:53:00 +00:00
Andrew Innes
cc26af7500 (search_file_line):
(set_bdf_font_info):
(seek_char):
(w32_get_bdf_glyph):
(w32_BDF_to_x_font): Fix compile warnings.
2000-08-22 22:50:55 +00:00
Stefan Monnier
2506008079 *** empty log message *** 2000-08-22 22:49:36 +00:00
Andrew Innes
a302c7ae2b (GetCachedVolumeInformation): Use xmalloc, xfree and xstrdup.
(add_volume_info): Use xstrdup.
(init_environment): Call _access.
(check_windows_init_file): Call _close.
(init_user_info): Call _putenv.
(init_environment): Call _putenv and _strdup.
(init_ntproc): Reset volume info cache on startup.
(unc_volume_file_attributes):
(open_unc_volume): Make arg const.
(gettimeofday): Use struct timeb, not struct _timeb.
(map_w32_filename, read_unc_volume): Fix compile warning.
(sys_strerror): Use sys_nerr instead of _sys_nerr.  Use
sys_errlist instead of _sys_errlist.
(get_emacs_configuration_options): New function.
2000-08-22 22:49:27 +00:00
Stefan Monnier
739cc39175 (Vcompletion_auto_help): Renamed from `auto_help'.
(do_completion, Fminibuffer_complete_word): Use it.
(syms_of_minibuf): Turn completion-auto-help into a proper Lisp
var so it can take non-boolean values.
2000-08-22 22:49:22 +00:00
Andrew Innes
49dc9682b7 Change PUCHAR to PCHAR.
(PTR_TO_OFFSET): Cast ptr to unsigned char *.
(relocate_offset):
(get_section_info):
(copy_executable_and_dump_data): Remove unnecessary static defs.
(copy_executable_and_dump_data): Fix compile warnings.
(unexec): Ignore old_name, and use the actual location
of the current executable instead.  Base new_name on this.
2000-08-22 22:44:39 +00:00
Andrew Innes
a5e73edce6 (write_segment) [USE_CRT_DLL]: Remove unnecessary
extern, which screws up dllimport attributes.
2000-08-22 22:41:55 +00:00
Andrew Innes
2538fae4f8 Include keyboard.h before frame.h. 2000-08-22 22:41:00 +00:00
Andrew Innes
e36ec798cc Include keyboard.h before frame.h.
(NULL) [WINDOWSNT]: Define NULL if not defined.
[USE_CRT_DLL]: Remove unnecessary extern, which screws
up dllimport attributes.
2000-08-22 22:40:16 +00:00
Andrew Innes
03695acef7 [USE_CRT_DLL]: Remove unnecessary extern, which
screws up dllimport attributes.
2000-08-22 22:38:05 +00:00
Andrew Innes
3ec68006ee Include keyboard.h before frame.h.
[USE_CRT_DLL]: Remove unnecessary extern, which screws
up dllimport attributes.
(create_process) [USE_CRT_DLL]: Remove unnecessary extern, which
screws up dllimport attributes.
2000-08-22 22:36:52 +00:00
Andrew Innes
43e5817fd1 (LOCAL_FLAGS): Define USE_CRT_DLL if requested.
(LINK_FLAGS): Append to original value of LINK_FLAGS.
2000-08-22 22:32:56 +00:00
Andrew Innes
473ddaa924 [WINDOWSNT]: Don't declare externs for getenv, ctime and getwd. 2000-08-22 22:26:04 +00:00
Andrew Innes
026396097f Include keyboard.h before frame.h.
[USE_CRT_DLL]: Remove unnecessary extern, which
screws up dllimport attributes.
2000-08-22 22:23:58 +00:00
Andrew Innes
f12ef5ebfd [USE_CRT_DLL]: Remove unnecessary extern, which screws
up dllimport attributes.
2000-08-22 22:19:26 +00:00
Andrew Innes
1f9c3929c5 (malloc_initialize_hook) [USE_CRT_DLL]: Remove
unnecessary extern, which screws up dllimport attributes.
(main): Ditto.
2000-08-22 22:16:41 +00:00
Andrew Innes
d43721a22e Include keyboard.h before frame.h.
(window_change_signal) [USE_CRT_DLL]: Remove
unnecessary extern, which screws up dllimport attributes.
2000-08-22 22:14:00 +00:00
Andrew Innes
746d9caf8b *** empty log message *** 2000-08-22 21:57:09 +00:00
Andrew Innes
00a08ac7ce (_WINSOCK_H): Undefine if defined.
(fd_set): Define to new name, after including winsock.h, so we can
provide our own implementation.
2000-08-22 21:53:55 +00:00
Andrew Innes
9366e3b092 (F_OK, X_OK, W_OK, R_OK, D_OK): Define if D_OK is
not defined.
2000-08-22 21:53:28 +00:00
Andrew Innes
8040b3ba6e Remove WIN32 define. 2000-08-22 21:52:41 +00:00
Andrew Innes
8b1709cc91 (PTR_TO_OFFSET): Cast ptr to unsigned char *. 2000-08-22 21:51:15 +00:00
Andrew Innes
f5d9ebeead Use forward slash as directory separator in all path
definitions.
(PATH_DUMPLOADSEARCH): Revert to definition used on Unix.
2000-08-22 21:50:38 +00:00
Andrew Innes
50a6026b8b [WINDOWSNT]: Don't declare getenv. 2000-08-22 21:48:48 +00:00
Andrew Innes
a56e5d174c (PTR_TO_OFFSET): Cast ptr to unsigned char*. 2000-08-22 21:45:29 +00:00
Andrew Innes
5205d900d6 (main): Accept /q to mean install based on addpm's
location without asking.  Remove reference to emacs.bat which is
now obsolete.
2000-08-22 21:43:12 +00:00
Andrew Innes
da179dd049 Rewrite to match new configure process. 2000-08-22 21:41:26 +00:00
Andrew Innes
afffac4667 (WIN32): Remove unnecessary definition.
(sleep): Make argument unsigned long.
(_WINSOCK_H): Undefine so normal winsock definitions can be used.
2000-08-22 21:24:06 +00:00
Andrew Innes
c09c2c9995 (sleep): Make argument unsigned long. 2000-08-22 21:22:20 +00:00