]> git.eshelyaron.com Git - emacs.git/log
emacs.git
24 years ago(Vcompletion_auto_help): Renamed from `auto_help'.
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.

24 years agoChange PUCHAR to PCHAR.
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.

24 years ago(write_segment) [USE_CRT_DLL]: Remove unnecessary
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.

24 years agoInclude keyboard.h before frame.h.
Andrew Innes [Tue, 22 Aug 2000 22:41:00 +0000 (22:41 +0000)]
Include keyboard.h before frame.h.

24 years agoInclude 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.

24 years ago[USE_CRT_DLL]: Remove unnecessary extern, which
Andrew Innes [Tue, 22 Aug 2000 22:38:05 +0000 (22:38 +0000)]
[USE_CRT_DLL]: Remove unnecessary extern, which
screws up dllimport attributes.

24 years agoInclude keyboard.h before frame.h.
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.

24 years ago(LOCAL_FLAGS): Define USE_CRT_DLL if requested.
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.

24 years ago[WINDOWSNT]: Don't declare externs for getenv, ctime and getwd.
Andrew Innes [Tue, 22 Aug 2000 22:26:04 +0000 (22:26 +0000)]
[WINDOWSNT]: Don't declare externs for getenv, ctime and getwd.

24 years agoInclude keyboard.h before frame.h.
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.

24 years ago[USE_CRT_DLL]: Remove unnecessary extern, which screws
Andrew Innes [Tue, 22 Aug 2000 22:19:26 +0000 (22:19 +0000)]
[USE_CRT_DLL]: Remove unnecessary extern, which screws
up dllimport attributes.

24 years ago(malloc_initialize_hook) [USE_CRT_DLL]: Remove
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.

24 years agoInclude keyboard.h before frame.h.
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.

24 years ago*** empty log message ***
Andrew Innes [Tue, 22 Aug 2000 21:57:09 +0000 (21:57 +0000)]
*** empty log message ***

24 years ago(_WINSOCK_H): Undefine if defined.
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.

24 years ago(F_OK, X_OK, W_OK, R_OK, D_OK): Define if D_OK is
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.

24 years agoRemove WIN32 define.
Andrew Innes [Tue, 22 Aug 2000 21:52:41 +0000 (21:52 +0000)]
Remove WIN32 define.

24 years ago(PTR_TO_OFFSET): Cast ptr to unsigned char *.
Andrew Innes [Tue, 22 Aug 2000 21:51:15 +0000 (21:51 +0000)]
(PTR_TO_OFFSET): Cast ptr to unsigned char *.

24 years agoUse forward slash as directory separator in all path
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.

24 years ago[WINDOWSNT]: Don't declare getenv.
Andrew Innes [Tue, 22 Aug 2000 21:48:48 +0000 (21:48 +0000)]
[WINDOWSNT]: Don't declare getenv.

24 years ago(PTR_TO_OFFSET): Cast ptr to unsigned char*.
Andrew Innes [Tue, 22 Aug 2000 21:45:29 +0000 (21:45 +0000)]
(PTR_TO_OFFSET): Cast ptr to unsigned char*.

24 years ago(main): Accept /q to mean install based on addpm's
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.

24 years agoRewrite to match new configure process.
Andrew Innes [Tue, 22 Aug 2000 21:41:26 +0000 (21:41 +0000)]
Rewrite to match new configure process.

24 years ago(WIN32): Remove unnecessary definition.
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.

24 years ago(sleep): Make argument unsigned long.
Andrew Innes [Tue, 22 Aug 2000 21:22:20 +0000 (21:22 +0000)]
(sleep): Make argument unsigned long.

24 years ago(main) [WINDOWSNT]: Force binary mode for fileio.
Andrew Innes [Tue, 22 Aug 2000 21:20:07 +0000 (21:20 +0000)]
(main) [WINDOWSNT]: Force binary mode for fileio.

24 years ago*** empty log message ***
Dave Love [Tue, 22 Aug 2000 18:49:28 +0000 (18:49 +0000)]
*** empty log message ***

24 years agoread in batch
Dave Love [Tue, 22 Aug 2000 18:42:51 +0000 (18:42 +0000)]
read in batch

24 years agomention iso-acc. tweaks.
Dave Love [Tue, 22 Aug 2000 18:41:50 +0000 (18:41 +0000)]
mention iso-acc.  tweaks.

24 years ago(File Shadowing): New.
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.

24 years ago(Changing an Option): Change load-path example.
Dave Love [Tue, 22 Aug 2000 18:23:04 +0000 (18:23 +0000)]
(Changing an Option): Change load-path example.

24 years agonormal-backup-enable-predicate, backup-directory-alist,
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

24 years agoMark re-build as being documented.
Eli Zaretskii [Tue, 22 Aug 2000 16:31:47 +0000 (16:31 +0000)]
Mark re-build as being documented.

24 years agoDocument re-builder.
Eli Zaretskii [Tue, 22 Aug 2000 16:29:53 +0000 (16:29 +0000)]
Document re-builder.

24 years agoMark hi-lock.el as being documented in the manual.
Eli Zaretskii [Tue, 22 Aug 2000 16:08:36 +0000 (16:08 +0000)]
Mark hi-lock.el as being documented in the manual.

24 years agoMark dabbrev-ignore-regexps as 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.

24 years agoDocument dabbrev-ignore-regexps.
Eli Zaretskii [Tue, 22 Aug 2000 16:02:52 +0000 (16:02 +0000)]
Document dabbrev-ignore-regexps.

24 years agoMark the new language environments as documented.
Eli Zaretskii [Tue, 22 Aug 2000 15:58:36 +0000 (15:58 +0000)]
Mark the new language environments as documented.

24 years agoUpdate the list of supported language environments.
Eli Zaretskii [Tue, 22 Aug 2000 15:57:05 +0000 (15:57 +0000)]
Update the list of supported language environments.

24 years agoMark etags.el changes as documented in the manual.
Eli Zaretskii [Tue, 22 Aug 2000 15:51:27 +0000 (15:51 +0000)]
Mark etags.el changes as documented in the manual.

24 years agoDocument tags-case-fold-search, tags-apropos-verbose and tags-tag-face.
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.

24 years agoMark sort-numeric-fields and sort-numeric-base as documented in the manual.
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.

24 years agoMark isearch-lazy-highlight 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.

24 years agoMore details and index entries for isearch-lazy-highlight.
Eli Zaretskii [Tue, 22 Aug 2000 15:28:38 +0000 (15:28 +0000)]
More details and index entries for isearch-lazy-highlight.

24 years agoMark `ispell' and the DOZe'NT support as documented in the manual.
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.

24 years agoDocument that ispell works, and mention Eshell as an alternative
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.

24 years agoDocument the new operation of the `ispell' command.
Eli Zaretskii [Tue, 22 Aug 2000 15:13:14 +0000 (15:13 +0000)]
Document the new operation of the `ispell' command.

24 years agoMark mouse-highlight on MS-DOS as documented in the manual.
Eli Zaretskii [Tue, 22 Aug 2000 15:02:31 +0000 (15:02 +0000)]
Mark mouse-highlight on MS-DOS as documented in the manual.

24 years agoDocument support for help strings and mouse highlight.
Eli Zaretskii [Tue, 22 Aug 2000 15:00:38 +0000 (15:00 +0000)]
Document support for help strings and mouse highlight.

24 years agoDocument clone-indirect-buffer.
Eli Zaretskii [Tue, 22 Aug 2000 14:44:10 +0000 (14:44 +0000)]
Document clone-indirect-buffer.

24 years ago(TAGS): Don't use [a-zA-Z]*, as it causes wildcard
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.

24 years agoMark change-log-version-info-enabled and
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.

24 years agoDocument change-log-version-info-enabled and
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.

24 years agoMark max-mini-window-height as documented in the manual.
Eli Zaretskii [Tue, 22 Aug 2000 11:12:48 +0000 (11:12 +0000)]
Mark max-mini-window-height as documented in the manual.

24 years agoMore details about minibuffer window resizing control.
Eli Zaretskii [Tue, 22 Aug 2000 11:10:57 +0000 (11:10 +0000)]
More details about minibuffer window resizing control.

24 years agoMark the `e' command in query-replace as being documented.
Eli Zaretskii [Tue, 22 Aug 2000 11:05:00 +0000 (11:05 +0000)]
Mark the `e' command in query-replace as being documented.

24 years agoDocument the new `e' command inside query-replace.
Eli Zaretskii [Tue, 22 Aug 2000 11:03:22 +0000 (11:03 +0000)]
Document the new `e' command inside query-replace.

24 years agoMark indicate-empty-lines as being documented.
Eli Zaretskii [Tue, 22 Aug 2000 10:49:01 +0000 (10:49 +0000)]
Mark indicate-empty-lines as being documented.

24 years agoDocument the indicate-empty-lines variable.
Eli Zaretskii [Tue, 22 Aug 2000 10:47:36 +0000 (10:47 +0000)]
Document the indicate-empty-lines variable.

24 years agoMark x-stretch-cursor as being documented in the manual.
Eli Zaretskii [Tue, 22 Aug 2000 10:41:02 +0000 (10:41 +0000)]
Mark x-stretch-cursor as being documented in the manual.

24 years agoDocument the x-stretch-cursor variable.
Eli Zaretskii [Tue, 22 Aug 2000 10:39:33 +0000 (10:39 +0000)]
Document the x-stretch-cursor variable.

24 years agoDocument backup-by-copying-when-privileged-mismatch.
Eli Zaretskii [Tue, 22 Aug 2000 10:33:38 +0000 (10:33 +0000)]
Document backup-by-copying-when-privileged-mismatch.

24 years agoMark automatic-hscrolling as documented in the manual.
Eli Zaretskii [Tue, 22 Aug 2000 10:23:38 +0000 (10:23 +0000)]
Mark automatic-hscrolling as documented in the manual.

24 years agoDocument the automatic hscrolling.
Eli Zaretskii [Tue, 22 Aug 2000 10:22:08 +0000 (10:22 +0000)]
Document the automatic hscrolling.

24 years agoMark busy-cursor as being documented.
Eli Zaretskii [Tue, 22 Aug 2000 10:15:49 +0000 (10:15 +0000)]
Mark busy-cursor as being documented.

24 years agoDocument the busy-cursor feature.
Eli Zaretskii [Tue, 22 Aug 2000 10:14:13 +0000 (10:14 +0000)]
Document the busy-cursor feature.

24 years ago(comint-output-filter):
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.

24 years ago(shell-font-lock-keywords): Remove prompt highlighting, since this is
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.

24 years agoMark the `menu' face as already documented in the manual.
Eli Zaretskii [Tue, 22 Aug 2000 10:00:34 +0000 (10:00 +0000)]
Mark the `menu' face as already documented in the manual.

24 years agocheck-parens can also find unbalanced quotes in strings.
Eli Zaretskii [Tue, 22 Aug 2000 09:52:05 +0000 (09:52 +0000)]
check-parens can also find unbalanced quotes in strings.

24 years agoMark check-parens as documented in the manual.
Eli Zaretskii [Tue, 22 Aug 2000 09:48:00 +0000 (09:48 +0000)]
Mark check-parens as documented in the manual.

24 years agoAdd cindex entry for unbalanced parentheses.
Eli Zaretskii [Tue, 22 Aug 2000 09:46:26 +0000 (09:46 +0000)]
Add cindex entry for unbalanced parentheses.

24 years agoMark server-kill-new-buffers as documented in the manual.
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.

24 years agoDocument server-kill-new-buffers.
Eli Zaretskii [Tue, 22 Aug 2000 09:41:40 +0000 (09:41 +0000)]
Document server-kill-new-buffers.

24 years agoMark hexl-insert-hex-string as documented.
Eli Zaretskii [Tue, 22 Aug 2000 09:31:39 +0000 (09:31 +0000)]
Mark hexl-insert-hex-string as documented.

24 years agoUpdate the Hexl node.
Eli Zaretskii [Tue, 22 Aug 2000 09:30:07 +0000 (09:30 +0000)]
Update the Hexl node.

24 years agoMark load-dangerous-libraries as documented in the manual.
Eli Zaretskii [Tue, 22 Aug 2000 09:14:27 +0000 (09:14 +0000)]
Mark load-dangerous-libraries as documented in the manual.

24 years agoDocument load-dangerous-libraries.
Eli Zaretskii [Tue, 22 Aug 2000 09:12:55 +0000 (09:12 +0000)]
Document load-dangerous-libraries.

24 years agoMark comment-dwim as described in the manual.
Eli Zaretskii [Tue, 22 Aug 2000 09:05:59 +0000 (09:05 +0000)]
Mark comment-dwim as described in the manual.

24 years agoDocument comment-dwim and the new binding of M-;.
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.

24 years agoMark list-charset-chars as documented in the manual.
Eli Zaretskii [Tue, 22 Aug 2000 08:38:57 +0000 (08:38 +0000)]
Mark list-charset-chars as documented in the manual.

24 years agoDocument list-charset-chars.
Eli Zaretskii [Tue, 22 Aug 2000 08:36:51 +0000 (08:36 +0000)]
Document list-charset-chars.

24 years agoMark the operation of chosing safe coding system as explained
Eli Zaretskii [Tue, 22 Aug 2000 08:30:39 +0000 (08:30 +0000)]
Mark the operation of chosing safe coding system as explained
in the manual.

24 years agoDocument the way Emacs prompts for a safe coding system when the
Eli Zaretskii [Tue, 22 Aug 2000 08:28:59 +0000 (08:28 +0000)]
Document the way Emacs prompts for a safe coding system when the
buffer is saved.

24 years agoMark inhibit-iso-escape-detection as updated in the manual.
Eli Zaretskii [Tue, 22 Aug 2000 08:03:22 +0000 (08:03 +0000)]
Mark inhibit-iso-escape-detection as updated in the manual.

24 years agoMark timeclock.el as being described in the manual.
Eli Zaretskii [Tue, 22 Aug 2000 06:08:26 +0000 (06:08 +0000)]
Mark timeclock.el as being described in the manual.

24 years ago*** empty log message ***
Stefan Monnier [Mon, 21 Aug 2000 22:46:59 +0000 (22:46 +0000)]
*** empty log message ***

24 years ago(find_field): Formatting changes.
Gerd Moellmann [Mon, 21 Aug 2000 19:48:17 +0000 (19:48 +0000)]
(find_field): Formatting changes.
(toplevel): Some old-style function forward declarations
changed to prototypes, some new protypes added, some functions
made static.

24 years ago(set_time_zone_rule): Add prototype.
Gerd Moellmann [Mon, 21 Aug 2000 19:47:02 +0000 (19:47 +0000)]
(set_time_zone_rule): Add prototype.
(use_dialog_box): External declaration.

24 years ago(gen_help_event): Add parameter SIZE.
Gerd Moellmann [Mon, 21 Aug 2000 18:59:19 +0000 (18:59 +0000)]
(gen_help_event): Add parameter SIZE.
(kbd_buffer_events_waiting): Slightly rewritten.
(clear_event): New function.
(kbd_buffer_get_event): Use it, and clear the input_events of
HELP_EVENTs.
(init_keyboard): Remove duplicate creation of kbd_buffer_gcpro and
don't fill the newly created array with nils.
(toplevel): Convert some old-style function forward declarations
to prototypes.

24 years ago(gen_help_event): Change prototype.
Gerd Moellmann [Mon, 21 Aug 2000 18:58:30 +0000 (18:58 +0000)]
(gen_help_event): Change prototype.

24 years ago(XTread_socket): Change calls to gen_help_event.
Gerd Moellmann [Mon, 21 Aug 2000 18:58:17 +0000 (18:58 +0000)]
(XTread_socket): Change calls to gen_help_event.

24 years ago(w32_read_socket): Change calls to gen_help_event.
Gerd Moellmann [Mon, 21 Aug 2000 18:57:13 +0000 (18:57 +0000)]
(w32_read_socket): Change calls to gen_help_event.

24 years ago*** empty log message ***
Gerd Moellmann [Mon, 21 Aug 2000 15:33:16 +0000 (15:33 +0000)]
*** empty log message ***

24 years ago(server-kill-new-buffers): New user option.
Gerd Moellmann [Mon, 21 Aug 2000 15:26:01 +0000 (15:26 +0000)]
(server-kill-new-buffers): New user option.
(server-existing-buffer): New buffer-local variable.
(server-visit-files): When using an existing buffer, set
server-existing-buffer to t.
(server-buffer-done): If server-kill-new-buffers is t, kill the
buffer, unless it was already present before visiting it with
Emacs server.

24 years ago*** empty log message ***
Dave Love [Mon, 21 Aug 2000 14:45:04 +0000 (14:45 +0000)]
*** empty log message ***

24 years ago(Man-init-defvars): Don't reset Man-fontify-manpage-flag,
Eli Zaretskii [Mon, 21 Aug 2000 14:18:32 +0000 (14:18 +0000)]
(Man-init-defvars): Don't reset Man-fontify-manpage-flag,
even if the display doesn't support colors: some displays will
support bold/underline faces.

24 years ago*** empty log message ***
Gerd Moellmann [Mon, 21 Aug 2000 11:44:42 +0000 (11:44 +0000)]
*** empty log message ***

24 years agoRenamed from refcard-pl.ps.
Gerd Moellmann [Mon, 21 Aug 2000 11:43:25 +0000 (11:43 +0000)]
Renamed from refcard-pl.ps.

24 years agoRenamed from refcard-pl.tex.
Gerd Moellmann [Mon, 21 Aug 2000 11:42:52 +0000 (11:42 +0000)]
Renamed from refcard-pl.tex.