]>
git.eshelyaron.com Git - emacs.git/log
Dave Love [Wed, 23 Aug 2000 09:59:44 +0000 (09:59 +0000)]
*** empty log message ***
Gerd Moellmann [Wed, 23 Aug 2000 09:37:23 +0000 (09:37 +0000)]
*** empty log message ***
Kenichi Handa [Wed, 23 Aug 2000 02:47:42 +0000 (02:47 +0000)]
(encode_eol): Fix bug for the case of dst_bytes being zero. Set
coding->produced_char correctly.
Kenichi Handa [Wed, 23 Aug 2000 02:46:43 +0000 (02:46 +0000)]
*** empty log message ***
Andrew Innes [Wed, 23 Aug 2000 00:02:40 +0000 (00:02 +0000)]
*** empty log message ***
Andrew Innes [Tue, 22 Aug 2000 23:55:09 +0000 (23:55 +0000)]
(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.
Andrew Innes [Tue, 22 Aug 2000 23:53:39 +0000 (23:53 +0000)]
Include keyboard.h before frame.h.
Separate GLYPH_DEBUG and DEBUG_TRACE_MOVE.
Andrew Innes [Tue, 22 Aug 2000 23:45:16 +0000 (23:45 +0000)]
Include keyboard.h before frame.h.
Andrew Innes [Tue, 22 Aug 2000 23:43:25 +0000 (23:43 +0000)]
Include keyboard.h before frame.h.
[USE_CRT_DLL]: Remove unnecessary extern, which screws
up dllimport attributes.
(x_update_window_end): Update prototype.
Andrew Innes [Tue, 22 Aug 2000 23:39:00 +0000 (23:39 +0000)]
(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.
Andrew Innes [Tue, 22 Aug 2000 23:37:05 +0000 (23:37 +0000)]
Include keyboard.h before frame.h. Fix compile
warnings.
Andrew Innes [Tue, 22 Aug 2000 23:33:55 +0000 (23:33 +0000)]
Include keyboard.h before frame.h.
(MOUSE_MOVED): Define if not known.
Andrew Innes [Tue, 22 Aug 2000 23:32:51 +0000 (23:32 +0000)]
Undefine min, max.
Andrew Innes [Tue, 22 Aug 2000 23:31:00 +0000 (23:31 +0000)]
[!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*.
Andrew Innes [Tue, 22 Aug 2000 23:00:51 +0000 (23:00 +0000)]
(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.
Andrew Innes [Tue, 22 Aug 2000 22:53:00 +0000 (22:53 +0000)]
(min): Define macro.
(clear_frame, write_glyphs): Fix compile warning.
Andrew Innes [Tue, 22 Aug 2000 22:50:55 +0000 (22:50 +0000)]
(search_file_line):
(set_bdf_font_info):
(seek_char):
(w32_get_bdf_glyph):
(w32_BDF_to_x_font): Fix compile warnings.
Stefan Monnier [Tue, 22 Aug 2000 22:49:36 +0000 (22:49 +0000)]
*** empty log message ***
Andrew Innes [Tue, 22 Aug 2000 22:49:27 +0000 (22:49 +0000)]
(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.
Stefan Monnier [Tue, 22 Aug 2000 22:49:22 +0000 (22:49 +0000)]
(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.
Andrew Innes [Tue, 22 Aug 2000 22:44:39 +0000 (22:44 +0000)]
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.
Andrew Innes [Tue, 22 Aug 2000 22:41:55 +0000 (22:41 +0000)]
(write_segment) [USE_CRT_DLL]: Remove unnecessary
extern, which screws up dllimport attributes.
Andrew Innes [Tue, 22 Aug 2000 22:41:00 +0000 (22:41 +0000)]
Include keyboard.h before frame.h.
Andrew Innes [Tue, 22 Aug 2000 22:40:16 +0000 (22:40 +0000)]
Include keyboard.h before frame.h.
(NULL) [WINDOWSNT]: Define NULL if not defined.
[USE_CRT_DLL]: Remove unnecessary extern, which screws
up dllimport attributes.
Andrew Innes [Tue, 22 Aug 2000 22:38:05 +0000 (22:38 +0000)]
[USE_CRT_DLL]: Remove unnecessary extern, which
screws up dllimport attributes.
Andrew Innes [Tue, 22 Aug 2000 22:36:52 +0000 (22:36 +0000)]
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.
Andrew Innes [Tue, 22 Aug 2000 22:32:56 +0000 (22:32 +0000)]
(LOCAL_FLAGS): Define USE_CRT_DLL if requested.
(LINK_FLAGS): Append to original value of LINK_FLAGS.
Andrew Innes [Tue, 22 Aug 2000 22:26:04 +0000 (22:26 +0000)]
[WINDOWSNT]: Don't declare externs for getenv, ctime and getwd.
Andrew Innes [Tue, 22 Aug 2000 22:23:58 +0000 (22:23 +0000)]
Include keyboard.h before frame.h.
[USE_CRT_DLL]: Remove unnecessary extern, which
screws up dllimport attributes.
Andrew Innes [Tue, 22 Aug 2000 22:19:26 +0000 (22:19 +0000)]
[USE_CRT_DLL]: Remove unnecessary extern, which screws
up dllimport attributes.
Andrew Innes [Tue, 22 Aug 2000 22:16:41 +0000 (22:16 +0000)]
(malloc_initialize_hook) [USE_CRT_DLL]: Remove
unnecessary extern, which screws up dllimport attributes.
(main): Ditto.
Andrew Innes [Tue, 22 Aug 2000 22:14:00 +0000 (22:14 +0000)]
Include keyboard.h before frame.h.
(window_change_signal) [USE_CRT_DLL]: Remove
unnecessary extern, which screws up dllimport attributes.
Andrew Innes [Tue, 22 Aug 2000 21:57:09 +0000 (21:57 +0000)]
*** empty log message ***
Andrew Innes [Tue, 22 Aug 2000 21:53:55 +0000 (21:53 +0000)]
(_WINSOCK_H): Undefine if defined.
(fd_set): Define to new name, after including winsock.h, so we can
provide our own implementation.
Andrew Innes [Tue, 22 Aug 2000 21:53:28 +0000 (21:53 +0000)]
(F_OK, X_OK, W_OK, R_OK, D_OK): Define if D_OK is
not defined.
Andrew Innes [Tue, 22 Aug 2000 21:52:41 +0000 (21:52 +0000)]
Remove WIN32 define.
Andrew Innes [Tue, 22 Aug 2000 21:51:15 +0000 (21:51 +0000)]
(PTR_TO_OFFSET): Cast ptr to unsigned char *.
Andrew Innes [Tue, 22 Aug 2000 21:50:38 +0000 (21:50 +0000)]
Use forward slash as directory separator in all path
definitions.
(PATH_DUMPLOADSEARCH): Revert to definition used on Unix.
Andrew Innes [Tue, 22 Aug 2000 21:48:48 +0000 (21:48 +0000)]
[WINDOWSNT]: Don't declare getenv.
Andrew Innes [Tue, 22 Aug 2000 21:45:29 +0000 (21:45 +0000)]
(PTR_TO_OFFSET): Cast ptr to unsigned char*.
Andrew Innes [Tue, 22 Aug 2000 21:43:12 +0000 (21:43 +0000)]
(main): Accept /q to mean install based on addpm's
location without asking. Remove reference to emacs.bat which is
now obsolete.
Andrew Innes [Tue, 22 Aug 2000 21:41:26 +0000 (21:41 +0000)]
Rewrite to match new configure process.
Andrew Innes [Tue, 22 Aug 2000 21:24:06 +0000 (21:24 +0000)]
(WIN32): Remove unnecessary definition.
(sleep): Make argument unsigned long.
(_WINSOCK_H): Undefine so normal winsock definitions can be used.
Andrew Innes [Tue, 22 Aug 2000 21:22:20 +0000 (21:22 +0000)]
(sleep): Make argument unsigned long.
Andrew Innes [Tue, 22 Aug 2000 21:20:07 +0000 (21:20 +0000)]
(main) [WINDOWSNT]: Force binary mode for fileio.
Dave Love [Tue, 22 Aug 2000 18:49:28 +0000 (18:49 +0000)]
*** empty log message ***
Dave Love [Tue, 22 Aug 2000 18:42:51 +0000 (18:42 +0000)]
read in batch
Dave Love [Tue, 22 Aug 2000 18:41:50 +0000 (18:41 +0000)]
mention iso-acc. tweaks.
Dave Love [Tue, 22 Aug 2000 18:38:47 +0000 (18:38 +0000)]
(File Shadowing): New.
(Recover): auto-save-list-file-prefix fix.
(Version Control): Mention CSSC.
(VC Dired Mode): Ref pcl-cvs.
(Comparing Files): Diff mode, smerge mode.
(File Conveniences): find-file. Redo bits.
Dave Love [Tue, 22 Aug 2000 18:23:04 +0000 (18:23 +0000)]
(Changing an Option): Change load-path example.
Dave Love [Tue, 22 Aug 2000 18:08:50 +0000 (18:08 +0000)]
normal-backup-enable-predicate, backup-directory-alist,
make-backup-file-name-function
Eli Zaretskii [Tue, 22 Aug 2000 16:31:47 +0000 (16:31 +0000)]
Mark re-build as being documented.
Eli Zaretskii [Tue, 22 Aug 2000 16:29:53 +0000 (16:29 +0000)]
Document re-builder.
Eli Zaretskii [Tue, 22 Aug 2000 16:08:36 +0000 (16:08 +0000)]
Mark hi-lock.el as being documented in the manual.
Eli Zaretskii [Tue, 22 Aug 2000 16:05:02 +0000 (16:05 +0000)]
Mark dabbrev-ignore-regexps as documented in the manual.
Eli Zaretskii [Tue, 22 Aug 2000 16:02:52 +0000 (16:02 +0000)]
Document dabbrev-ignore-regexps.
Eli Zaretskii [Tue, 22 Aug 2000 15:58:36 +0000 (15:58 +0000)]
Mark the new language environments as documented.
Eli Zaretskii [Tue, 22 Aug 2000 15:57:05 +0000 (15:57 +0000)]
Update the list of supported language environments.
Eli Zaretskii [Tue, 22 Aug 2000 15:51:27 +0000 (15:51 +0000)]
Mark etags.el changes as documented in the manual.
Eli Zaretskii [Tue, 22 Aug 2000 15:49:45 +0000 (15:49 +0000)]
Document tags-case-fold-search, tags-apropos-verbose and tags-tag-face.
Eli Zaretskii [Tue, 22 Aug 2000 15:34:52 +0000 (15:34 +0000)]
Mark sort-numeric-fields and sort-numeric-base as documented in the manual.
Eli Zaretskii [Tue, 22 Aug 2000 15:30:59 +0000 (15:30 +0000)]
Mark isearch-lazy-highlight as documented in the manual.
Eli Zaretskii [Tue, 22 Aug 2000 15:28:38 +0000 (15:28 +0000)]
More details and index entries for isearch-lazy-highlight.
Eli Zaretskii [Tue, 22 Aug 2000 15:20:37 +0000 (15:20 +0000)]
Mark `ispell' and the DOZe'NT support as documented in the manual.
Eli Zaretskii [Tue, 22 Aug 2000 15:18:43 +0000 (15:18 +0000)]
Document that ispell works, and mention Eshell as an alternative
to Shell mode.
Eli Zaretskii [Tue, 22 Aug 2000 15:13:14 +0000 (15:13 +0000)]
Document the new operation of the `ispell' command.
Eli Zaretskii [Tue, 22 Aug 2000 15:02:31 +0000 (15:02 +0000)]
Mark mouse-highlight on MS-DOS as documented in the manual.
Eli Zaretskii [Tue, 22 Aug 2000 15:00:38 +0000 (15:00 +0000)]
Document support for help strings and mouse highlight.
Eli Zaretskii [Tue, 22 Aug 2000 14:44:10 +0000 (14:44 +0000)]
Document clone-indirect-buffer.
Eli Zaretskii [Tue, 22 Aug 2000 14:20:56 +0000 (14:20 +0000)]
(TAGS): Don't use [a-zA-Z]*, as it causes wildcard
expansion to become case-sensitive and return all file names in
upper case on plain DOS.
Eli Zaretskii [Tue, 22 Aug 2000 11:22:42 +0000 (11:22 +0000)]
Mark change-log-version-info-enabled and
change-log-version-number-regexp-list as being documented in the manual.
Eli Zaretskii [Tue, 22 Aug 2000 11:20:48 +0000 (11:20 +0000)]
Document change-log-version-info-enabled and
change-log-version-number-regexp-list.
Eli Zaretskii [Tue, 22 Aug 2000 11:12:48 +0000 (11:12 +0000)]
Mark max-mini-window-height as documented in the manual.
Eli Zaretskii [Tue, 22 Aug 2000 11:10:57 +0000 (11:10 +0000)]
More details about minibuffer window resizing control.
Eli Zaretskii [Tue, 22 Aug 2000 11:05:00 +0000 (11:05 +0000)]
Mark the `e' command in query-replace as being documented.
Eli Zaretskii [Tue, 22 Aug 2000 11:03:22 +0000 (11:03 +0000)]
Document the new `e' command inside query-replace.
Eli Zaretskii [Tue, 22 Aug 2000 10:49:01 +0000 (10:49 +0000)]
Mark indicate-empty-lines as being documented.
Eli Zaretskii [Tue, 22 Aug 2000 10:47:36 +0000 (10:47 +0000)]
Document the indicate-empty-lines variable.
Eli Zaretskii [Tue, 22 Aug 2000 10:41:02 +0000 (10:41 +0000)]
Mark x-stretch-cursor as being documented in the manual.
Eli Zaretskii [Tue, 22 Aug 2000 10:39:33 +0000 (10:39 +0000)]
Document the x-stretch-cursor variable.
Eli Zaretskii [Tue, 22 Aug 2000 10:33:38 +0000 (10:33 +0000)]
Document backup-by-copying-when-privileged-mismatch.
Eli Zaretskii [Tue, 22 Aug 2000 10:23:38 +0000 (10:23 +0000)]
Mark automatic-hscrolling as documented in the manual.
Eli Zaretskii [Tue, 22 Aug 2000 10:22:08 +0000 (10:22 +0000)]
Document the automatic hscrolling.
Eli Zaretskii [Tue, 22 Aug 2000 10:15:49 +0000 (10:15 +0000)]
Mark busy-cursor as being documented.
Eli Zaretskii [Tue, 22 Aug 2000 10:14:13 +0000 (10:14 +0000)]
Document the busy-cursor feature.
Miles Bader [Tue, 22 Aug 2000 10:09:56 +0000 (10:09 +0000)]
(comint-output-filter):
Compare end of comint-last-output-overlay with the start of the newly
inserted text, not the end, when deciding whether to extend it.
Set saved-point's insertion type to advance after insertion.
Miles Bader [Tue, 22 Aug 2000 10:06:55 +0000 (10:06 +0000)]
(shell-font-lock-keywords): Remove prompt highlighting, since this is
now done independently of font-lock mode.
Eli Zaretskii [Tue, 22 Aug 2000 10:00:34 +0000 (10:00 +0000)]
Mark the `menu' face as already documented in the manual.
Eli Zaretskii [Tue, 22 Aug 2000 09:52:05 +0000 (09:52 +0000)]
check-parens can also find unbalanced quotes in strings.
Eli Zaretskii [Tue, 22 Aug 2000 09:48:00 +0000 (09:48 +0000)]
Mark check-parens as documented in the manual.
Eli Zaretskii [Tue, 22 Aug 2000 09:46:26 +0000 (09:46 +0000)]
Add cindex entry for unbalanced parentheses.
Eli Zaretskii [Tue, 22 Aug 2000 09:43:24 +0000 (09:43 +0000)]
Mark server-kill-new-buffers as documented in the manual.
Fix typos.
Eli Zaretskii [Tue, 22 Aug 2000 09:41:40 +0000 (09:41 +0000)]
Document server-kill-new-buffers.
Eli Zaretskii [Tue, 22 Aug 2000 09:31:39 +0000 (09:31 +0000)]
Mark hexl-insert-hex-string as documented.
Eli Zaretskii [Tue, 22 Aug 2000 09:30:07 +0000 (09:30 +0000)]
Update the Hexl node.
Eli Zaretskii [Tue, 22 Aug 2000 09:14:27 +0000 (09:14 +0000)]
Mark load-dangerous-libraries as documented in the manual.
Eli Zaretskii [Tue, 22 Aug 2000 09:12:55 +0000 (09:12 +0000)]
Document load-dangerous-libraries.
Eli Zaretskii [Tue, 22 Aug 2000 09:05:59 +0000 (09:05 +0000)]
Mark comment-dwim as described in the manual.
Eli Zaretskii [Tue, 22 Aug 2000 09:02:40 +0000 (09:02 +0000)]
Document comment-dwim and the new binding of M-;.
Document that kill-comment is now an alias for comment-kill.
Eli Zaretskii [Tue, 22 Aug 2000 08:38:57 +0000 (08:38 +0000)]
Mark list-charset-chars as documented in the manual.