bpt/emacs.git
28 years ago(server-process-filter): Ignore lines that don't start
Richard M. Stallman [Sun, 24 Sep 1995 23:28:18 +0000 (23:28 +0000)]
(server-process-filter): Ignore lines that don't start
with `Error:' or `Client:'.

28 years ago(occur): Indent better for matches that contain newlines.
Richard M. Stallman [Sun, 24 Sep 1995 23:25:06 +0000 (23:25 +0000)]
(occur): Indent better for matches that contain newlines.

28 years ago[These changes were actually in the previous version.
Richard M. Stallman [Sun, 24 Sep 1995 23:20:39 +0000 (23:20 +0000)]
[These changes were actually in the previous version.
This version is a doc fix.]

(mouse-drag-vertical-line): New function.
(mouse-scroll-min-lines): New variable.
(mouse-scroll-subr): Use it.

(mouse-drag-region): Record where the mouse drag has reached
and use that to adjust the drag event before replaying it.

(mouse-drag-region): Store the right end position
in the drag-event before replaying it at the end.

(mouse-skip-word): Skip complete symbol when over a
character with symbol syntax.

28 years ago(auto-compression-mode): Add autoload cookie.
Richard M. Stallman [Sun, 24 Sep 1995 03:59:02 +0000 (03:59 +0000)]
(auto-compression-mode): Add autoload cookie.
Renamed from toggle-auto-compression.
(toggle-auto-compression): Define as alias.

28 years ago(get-setf-method): Protect caller's match-data from string-match.
Erik Naggum [Fri, 22 Sep 1995 21:51:21 +0000 (21:51 +0000)]
(get-setf-method): Protect caller's match-data from string-match.

28 years ago(edt-setup-default-bindings): Revert function is
Karl Heuer [Fri, 22 Sep 1995 21:34:12 +0000 (21:34 +0000)]
(edt-setup-default-bindings): Revert function is
revert-buffer, not revert-file.

28 years agoMajor revision.
Karl Heuer [Fri, 22 Sep 1995 21:31:45 +0000 (21:31 +0000)]
Major revision.
Much improved and quicker highlighting using font-lock.
Support for hilit19 removed.
Support for imenu added.
Changed indentation for continue statements.
Added treatment of preprocessor directives.
(f90-directive-comment-re) is now a regular expression.
Many bug fixes.

28 years agoFix display of Chinese date.
Edward M. Reingold [Fri, 22 Sep 1995 19:36:26 +0000 (19:36 +0000)]
Fix display of Chinese date.

28 years ago(mail-do-fcc): Clear read-only flag in ` mail-temp' buffer.
Richard M. Stallman [Fri, 22 Sep 1995 02:48:04 +0000 (02:48 +0000)]
(mail-do-fcc): Clear read-only flag in ` mail-temp' buffer.

28 years ago(mail-do-fcc): Erase the ` mail-temp' buffer.
Richard M. Stallman [Fri, 22 Sep 1995 02:46:46 +0000 (02:46 +0000)]
(mail-do-fcc): Erase the ` mail-temp' buffer.

28 years ago(byte-boolean-vars): Update list to reflect actual DEFVAR_BOOL symbols in
Erik Naggum [Thu, 21 Sep 1995 22:03:57 +0000 (22:03 +0000)]
(byte-boolean-vars): Update list to reflect actual DEFVAR_BOOL symbols in
the C code.

28 years ago(edt-set-term-width-80, edt-set-term-width-132):
Karl Heuer [Thu, 21 Sep 1995 21:06:26 +0000 (21:06 +0000)]
(edt-set-term-width-80, edt-set-term-width-132):
Terminal-specific functions.
Don't redefine edt-set-screen-width-80 and edt-set-screen-width-132.

28 years ago(edt-set-screen-width-80, edt-set-screen-width-132):
Karl Heuer [Thu, 21 Sep 1995 21:06:09 +0000 (21:06 +0000)]
(edt-set-screen-width-80, edt-set-screen-width-132):
If a terminal-specific function exists, call it.

28 years ago(te-escape, te-escape-help): Handle non-ASCII events.
Karl Heuer [Thu, 21 Sep 1995 20:54:35 +0000 (20:54 +0000)]
(te-escape, te-escape-help): Handle non-ASCII events.

28 years ago(mail-file-babyl-p): Function deleted.
Richard M. Stallman [Thu, 21 Sep 1995 20:21:16 +0000 (20:21 +0000)]
(mail-file-babyl-p): Function deleted.
(sendmail-send-it): Load mail-utils first thing.

28 years ago(mail-file-babyl-p): Function moved from rmail.el and renamed.
Richard M. Stallman [Thu, 21 Sep 1995 20:20:49 +0000 (20:20 +0000)]
(mail-file-babyl-p): Function moved from rmail.el and renamed.

28 years ago(rmail-file-p): Function moved to mail-utils.el
Richard M. Stallman [Thu, 21 Sep 1995 20:20:11 +0000 (20:20 +0000)]
(rmail-file-p): Function moved to mail-utils.el
and renamed to mail-file-babyl-p.
(rmail-output, rmail-output-to-rmail-file): Use new name.

28 years agoInitial revision
Edward M. Reingold [Thu, 21 Sep 1995 03:11:06 +0000 (03:11 +0000)]
Initial revision

28 years agoNew file.
Edward M. Reingold [Thu, 21 Sep 1995 03:05:13 +0000 (03:05 +0000)]
New file.

28 years ago*** empty log message ***
Edward M. Reingold [Thu, 21 Sep 1995 03:04:16 +0000 (03:04 +0000)]
*** empty log message ***

28 years agoInitial revision
Edward M. Reingold [Thu, 21 Sep 1995 02:57:43 +0000 (02:57 +0000)]
Initial revision

28 years agoMinor fixes; moved some code here from other calendar files.
Edward M. Reingold [Thu, 21 Sep 1995 02:54:58 +0000 (02:54 +0000)]
Minor fixes; moved some code here from other calendar files.

28 years agoMinor fixes.
Edward M. Reingold [Thu, 21 Sep 1995 02:51:24 +0000 (02:51 +0000)]
Minor fixes.

28 years agoAdded new calendars to menus and made minor fixes.
Edward M. Reingold [Thu, 21 Sep 1995 02:49:54 +0000 (02:49 +0000)]
Added new calendars to menus and made minor fixes.

28 years agoMoved stuff to calendar.el, as per RSM's request.
Edward M. Reingold [Thu, 21 Sep 1995 02:48:58 +0000 (02:48 +0000)]
Moved stuff to calendar.el, as per RSM's request.

28 years agoAdded code to support Chinese calendar. Minor fixes as well.
Edward M. Reingold [Thu, 21 Sep 1995 02:47:50 +0000 (02:47 +0000)]
Added code to support Chinese calendar.  Minor fixes as well.

28 years agoAdded code to support Chinese calendar.
Edward M. Reingold [Thu, 21 Sep 1995 02:46:47 +0000 (02:46 +0000)]
Added code to support Chinese calendar.

28 years agoMoved stuff to other files.
Edward M. Reingold [Thu, 21 Sep 1995 02:45:33 +0000 (02:45 +0000)]
Moved stuff to other files.

28 years agoMany functions moved to other files, some rewritten. See ChangeLog entry.
Edward M. Reingold [Thu, 21 Sep 1995 02:40:35 +0000 (02:40 +0000)]
Many functions moved to other files, some rewritten.  See ChangeLog entry.

28 years ago(LOCALTIME_CACHE, tzset): New macros.
Paul Eggert [Wed, 20 Sep 1995 03:27:58 +0000 (03:27 +0000)]
(LOCALTIME_CACHE, tzset): New macros.

28 years ago(gettimeofday, init_gettimeofday, daylight, gmtoffset): Undo previous change.
Paul Eggert [Wed, 20 Sep 1995 03:26:43 +0000 (03:26 +0000)]
(gettimeofday, init_gettimeofday, daylight, gmtoffset): Undo previous change.
(init_environment): No need to call tzset and init_gettimeofday,
since `main' now does that for us.
(gettimeofday): Ignore tzp; it's obsolescent.
(init_gettimeofday): Invoke tzset first.

28 years ago(substitute-key-definition): Do recursively scan
Richard M. Stallman [Mon, 18 Sep 1995 14:45:44 +0000 (14:45 +0000)]
(substitute-key-definition): Do recursively scan
where KEYMAP has nothing at all.

28 years ago(C-down-mouse-1): Use buffer menu, not font menu.
Richard M. Stallman [Mon, 18 Sep 1995 14:15:22 +0000 (14:15 +0000)]
(C-down-mouse-1): Use buffer menu, not font menu.
(S-down-mouse-1): Put font menu here.

28 years ago(find-alternate-file): Kill any preexisting ` **lose**' buf.
Richard M. Stallman [Sun, 17 Sep 1995 14:12:02 +0000 (14:12 +0000)]
(find-alternate-file): Kill any preexisting ` **lose**' buf.

28 years ago(Fload): Rename arg STR to FILE.
Richard M. Stallman [Fri, 15 Sep 1995 16:45:41 +0000 (16:45 +0000)]
(Fload): Rename arg STR to FILE.

28 years ago(indent-for-tab-command): Get the prefix arg
Richard M. Stallman [Thu, 14 Sep 1995 14:45:02 +0000 (14:45 +0000)]
(indent-for-tab-command): Get the prefix arg
and pass it along to indent-line-function if it isn't nil.

28 years ago(vc-fetch-master-properties): Call "cvs status" in the right
André Spiegel [Thu, 14 Sep 1995 07:23:43 +0000 (07:23 +0000)]
(vc-fetch-master-properties): Call "cvs status" in the right
directory, passing only the nondirectory part of the file name.
(vc-find-cvs-master): Bind `mtime' locally instead of using it as a
free variable.

28 years ago(dired-up-directory): Add optional argument `other-window' to obviate
Erik Naggum [Tue, 12 Sep 1995 23:20:42 +0000 (23:20 +0000)]
(dired-up-directory): Add optional argument `other-window' to obviate
the need to redefine it in dired-x.el.

28 years ago(auto-mode-alist): .pl is now Perl.
Richard M. Stallman [Tue, 12 Sep 1995 21:37:08 +0000 (21:37 +0000)]
(auto-mode-alist): .pl is now Perl.

28 years ago(src/paths.h, paths-force): Use paths.h.$$ instead
Karl Heuer [Tue, 12 Sep 1995 17:45:33 +0000 (17:45 +0000)]
(src/paths.h, paths-force): Use paths.h.$$ instead
of paths.h.tmp$$, to avoid going beyond 14 characters.

28 years ago(BROKEN_SELECT_NON_X): Moved to s/isc2-2.h.
Karl Heuer [Tue, 12 Sep 1995 17:39:01 +0000 (17:39 +0000)]
(BROKEN_SELECT_NON_X): Moved to s/isc2-2.h.
(HAVE_SELECT): Deleted; s/isc2-2.h no longer undefs this.

28 years ago(BROKEN_SELECT_NON_X): Define this instead of turning
Karl Heuer [Tue, 12 Sep 1995 17:38:38 +0000 (17:38 +0000)]
(BROKEN_SELECT_NON_X): Define this instead of turning
off HAVE_SELECT.

28 years ago(call_mod_hooks, verify_interval_modification):
Richard M. Stallman [Tue, 12 Sep 1995 17:37:53 +0000 (17:37 +0000)]
(call_mod_hooks, verify_interval_modification):
Functions moved to textprop.c.

28 years ago(call_mod_hooks): Moved from intevals.c
Richard M. Stallman [Tue, 12 Sep 1995 17:37:32 +0000 (17:37 +0000)]
(call_mod_hooks): Moved from intevals.c
(verify_interval_modification): Moved from intervals.c.
(interval_insert_behind_hooks, interval_insert_in_front_hooks): New variables.
(report_interval_modification): New function.

28 years ago(signal_after_change): Call report_interval_modification.
Richard M. Stallman [Tue, 12 Sep 1995 17:37:02 +0000 (17:37 +0000)]
(signal_after_change): Call report_interval_modification.

28 years ago(Fencode_time): Use mktime to do the real work;
Paul Eggert [Sun, 10 Sep 1995 19:38:19 +0000 (19:38 +0000)]
(Fencode_time): Use mktime to do the real work;
this fixes bugs involving out-of-range dates and leap seconds,
and allows date arithmetic via out-of-range values for arguments.
Allow the ZONE parameter to be a TZ-style string.
Doc string fix: `1900' -> `this century'.
(set_time_zone_rule): New function.
(Fset_time_zone_rule): Use it.
(environ, make_time): Add extern declarations.
(days_per_month): Remove.

28 years ago(hexl-current-address): New arg VALIDATE.
Richard M. Stallman [Sun, 10 Sep 1995 17:45:08 +0000 (17:45 +0000)]
(hexl-current-address): New arg VALIDATE.
Handle point values in the ASCII text section and in the addresses.
(hexl-insert-char): Handle point located in the ASCII text.

28 years ago(center-line): New arg NLINES.
Richard M. Stallman [Sun, 10 Sep 1995 17:44:25 +0000 (17:44 +0000)]
(center-line): New arg NLINES.
Do nothing for lines that are too wide.

28 years agoImprove error msg for invalid --with-x-toolkit value.
Richard M. Stallman [Sun, 10 Sep 1995 15:16:16 +0000 (15:16 +0000)]
Improve error msg for invalid --with-x-toolkit value.

28 years ago(init_gettimeofday): Remove declaration.
Richard M. Stallman [Sun, 10 Sep 1995 04:38:13 +0000 (04:38 +0000)]
(init_gettimeofday): Remove declaration.

28 years ago(gettimeofday): Don't bother setting time zone,
Richard M. Stallman [Sun, 10 Sep 1995 04:37:51 +0000 (04:37 +0000)]
(gettimeofday): Don't bother setting time zone,
since nobody uses it, and our hacks to get it get in the way
of the above fix.  Use simpler method for getting time stamp.
(init_gettimeofday, daylight, gmtoffset): Remove.

28 years ago(Fset_time_zone_rule): New function.
Richard M. Stallman [Sun, 10 Sep 1995 04:37:21 +0000 (04:37 +0000)]
(Fset_time_zone_rule): New function.
(syms_of_editfns): defsubr it.

28 years ago(setenv): Call set-time-zone-rule when setting TZ.
Richard M. Stallman [Sun, 10 Sep 1995 04:36:12 +0000 (04:36 +0000)]
(setenv): Call set-time-zone-rule when setting TZ.

28 years ago(LOCALTIME_CACHE): Remove; now configured automatically.
Richard M. Stallman [Sun, 10 Sep 1995 04:23:38 +0000 (04:23 +0000)]
(LOCALTIME_CACHE): Remove; now configured automatically.

28 years ago(main): Call tzset only if LOCALTIME_CACHE is defined;
Richard M. Stallman [Sun, 10 Sep 1995 04:20:44 +0000 (04:20 +0000)]
(main): Call tzset only if LOCALTIME_CACHE is defined;
not all Suns have this bug.

28 years ago(LOCALTIME_CACHE): Define if tzset exists and
Richard M. Stallman [Sun, 10 Sep 1995 04:18:58 +0000 (04:18 +0000)]
(LOCALTIME_CACHE): Define if tzset exists and
if localtime caches TZ.  Check for tzset.

28 years ago(command_loop_1): Set this_command to nil before reading a command.
Richard M. Stallman [Sun, 10 Sep 1995 01:23:14 +0000 (01:23 +0000)]
(command_loop_1): Set this_command to nil before reading a command.

28 years ago(Fdecode_time): Doc fix.
Richard M. Stallman [Sat, 9 Sep 1995 19:31:29 +0000 (19:31 +0000)]
(Fdecode_time): Doc fix.

28 years ago(vc-dired-mode): Now a major mode derived from dired-mode.
André Spiegel [Fri, 8 Sep 1995 20:39:17 +0000 (20:39 +0000)]
(vc-dired-mode): Now a major mode derived from dired-mode.
(vc-directory): Take DIRNAME as an argument.  Ask for it in
the minibuffer.
Don't kill pre-existing vc-dired buffers (dired now re-uses the
right one).
(vc-file-tree-walk): New argument DIRNAME.  Updated all callers.
(vc-dired-update): New function.  `g' in vc-dired-mode calls it.
(vc-dired-reformat-line): Handle different ls -l formats.

28 years ago(vc-locking-user): Fixed wrong parentheses.
André Spiegel [Fri, 8 Sep 1995 20:38:53 +0000 (20:38 +0000)]
(vc-locking-user): Fixed wrong parentheses.

28 years ago(dired-internal-noselect): Set dired-directory when refreshing a buffer
André Spiegel [Fri, 8 Sep 1995 20:38:17 +0000 (20:38 +0000)]
(dired-internal-noselect): Set dired-directory when refreshing a buffer
that displays a list of files.
(dired-find-buffer-nocreate): Handle the case when dired-directory is
a list.
(dired-sort-other): Don't set mode-name if we are not in dired-mode.

28 years agoRename all register-name args to `register'.
Richard M. Stallman [Fri, 8 Sep 1995 17:19:37 +0000 (17:19 +0000)]
Rename all register-name args to `register'.

28 years ago(Fmake_marker): Initialize insertion_type to 0.
Richard M. Stallman [Fri, 8 Sep 1995 16:59:25 +0000 (16:59 +0000)]
(Fmake_marker): Initialize insertion_type to 0.

28 years agoFix typos.
Richard M. Stallman [Fri, 8 Sep 1995 16:58:39 +0000 (16:58 +0000)]
Fix typos.

28 years ago(HAVE_UNISTD_H): Add #undef.
Richard M. Stallman [Fri, 8 Sep 1995 16:24:48 +0000 (16:24 +0000)]
(HAVE_UNISTD_H): Add #undef.

28 years ago(ange-ftp-gwp-filter): Go to process buffer before getting text from it.
Richard M. Stallman [Wed, 6 Sep 1995 18:17:59 +0000 (18:17 +0000)]
(ange-ftp-gwp-filter): Go to process buffer before getting text from it.

28 years ago(Info-suffix-list): Add .inf to MSDOS list.
Richard M. Stallman [Wed, 6 Sep 1995 18:04:02 +0000 (18:04 +0000)]
(Info-suffix-list): Add .inf to MSDOS list.

(info-insert-file-contents): Use info-insert-file-contents-1
to set FULLNAME.  Use call-process-region to run the decode program.
(Info-find-node): Use info-insert-file-contents-1.
(info-insert-file-contents-1) [MSDOS]: Don't use the dot in SUFFIX
if FILENAME already has one.

28 years ago(gud-filter): Save up text that arrives while processing previous text.
Richard M. Stallman [Wed, 6 Sep 1995 17:07:53 +0000 (17:07 +0000)]
(gud-filter): Save up text that arrives while processing previous text.

28 years ago(install-arch-indep): Always install the new dir file;
Richard M. Stallman [Wed, 6 Sep 1995 15:18:29 +0000 (15:18 +0000)]
(install-arch-indep): Always install the new dir file;
rename the previous dir file to dir.bak or dir.old.

28 years ago(rmail-summary-construct-io-menu): Use all of FILES.
Richard M. Stallman [Wed, 6 Sep 1995 15:16:39 +0000 (15:16 +0000)]
(rmail-summary-construct-io-menu): Use all of FILES.
Also disable the menu instead of not displaying it, if FILES is empty.

28 years ago(mail-interactive-insert-alias): Call mail-abbrev-expand-hook.
Richard M. Stallman [Mon, 4 Sep 1995 20:26:58 +0000 (20:26 +0000)]
(mail-interactive-insert-alias): Call mail-abbrev-expand-hook.

28 years ago(Fcopy_marker): New arg TYPE.
Richard M. Stallman [Sun, 3 Sep 1995 18:53:58 +0000 (18:53 +0000)]
(Fcopy_marker): New arg TYPE.
(Fmarker_insertion_type, Fset_marker_insertion_type): New functions.
(syms_of_marker): defsubr them.

28 years ago(Fmake_indirect_buffer): Set the insertion_type of the zv_marker markers to 1.
Richard M. Stallman [Sun, 3 Sep 1995 18:52:37 +0000 (18:52 +0000)]
(Fmake_indirect_buffer): Set the insertion_type of the zv_marker markers to 1.

28 years ago(adjust_markers_for_insert): New function.
Richard M. Stallman [Sun, 3 Sep 1995 18:51:47 +0000 (18:51 +0000)]
(adjust_markers_for_insert): New function.
(insert_from_buffer_1, insert_from_string_1, insert_1): Call it.

28 years ago(dired-internal-noselect): New arg MODE.
Richard M. Stallman [Sun, 3 Sep 1995 17:34:56 +0000 (17:34 +0000)]
(dired-internal-noselect): New arg MODE.
If it's non-nil, switch to that nil.
(dired-find-buffer-nocreate): New arg MODE.

28 years ago(putchar): Call internal_flush instead of _flsbuf.
Richard M. Stallman [Sun, 3 Sep 1995 17:32:58 +0000 (17:32 +0000)]
(putchar): Call internal_flush instead of _flsbuf.
(DO_TERMSCRIPT): New macro to support open-termscript.
(internal_flush): Corrected handling of flush in middle of
escape sequences. Handle screen width > 127.
(flush_escape): New function for use by internal_flush.
(sys_select): New MS-DOS specific version with us timing.
(EMACSCOLORS): New environment variable.
(IT_clear_end_of_line): Set default face.
(run_msdos_command): Restore mouse position after command.
Close "backup fd"s.
Corrected switch to cooked mode while running command.
(mouse_on, mouse_off): Now checks have_mouse > 0.
Note: "have_mouse < 0" means that a mouse is present, but
it has been disabled via msdos-mouse-disable.
(IT_write_glyphs): Allow esc-character itself to be printed.
(event_timestamp): New function to make reliable times stamps.
(sys_chdir): Skip drive letter before calling chdir.
(sleep_or_kbd_hit): Handle 60 seconds time wrap.
(mouse_get_pos): Return event_timestamp.

28 years agoDon't assume that HAVE_CONFIG_H implies emacs.
David J. MacKenzie [Sat, 2 Sep 1995 23:47:41 +0000 (23:47 +0000)]
Don't assume that HAVE_CONFIG_H implies emacs.

28 years ago(auto-mode-alist): Handle .f90 files.
Richard M. Stallman [Sat, 2 Sep 1995 16:36:41 +0000 (16:36 +0000)]
(auto-mode-alist): Handle .f90 files.

28 years agoSimplify using new names file names src/makefile.in,
Richard M. Stallman [Sat, 2 Sep 1995 16:25:34 +0000 (16:25 +0000)]
Simplify using new names file names src/makefile.in,
config.in, paths.in.  Change Echo commands not to use `.

28 years agoDefine STDC_HEADERS.
Richard M. Stallman [Sat, 2 Sep 1995 16:24:49 +0000 (16:24 +0000)]
Define STDC_HEADERS.
Undefine MULTI_FRAME, until somebody fixes msdos.h and msdos.c.

28 years ago(Fmsdos_mouse_enable, Fmsdos_mouse_disable)
Richard M. Stallman [Sat, 2 Sep 1995 16:23:53 +0000 (16:23 +0000)]
(Fmsdos_mouse_enable, Fmsdos_mouse_disable)
(Fmsdos_mouse_init): New functions.
(syms_of_dosfns): defsubr them.
(Fmode25, Fmode4350): Call mouse_off unconditionally.
(Fset_mouse_position): Return nil.

28 years ago(sleep_or_kbd_init): Delete declaration.
Richard M. Stallman [Sat, 2 Sep 1995 16:23:03 +0000 (16:23 +0000)]
(sleep_or_kbd_init): Delete declaration.

28 years ago(sys_subshell) [MSDOS]: Handle SUSPEND env var.
Richard M. Stallman [Sat, 2 Sep 1995 16:22:17 +0000 (16:22 +0000)]
(sys_subshell) [MSDOS]: Handle SUSPEND env var.
Disable error report from subshell if system returns non-zero.
Don't call vfork before calling system.
Don't call wait_for_termination.
(sys_select): Turn it off if MSDOS.
(reset_sys_modes): Support EMACSCOLORS env var.

28 years ago[!MULTI_FRAME] (Factive_minibuffer_window): New function.
Richard M. Stallman [Sat, 2 Sep 1995 16:20:15 +0000 (16:20 +0000)]
[!MULTI_FRAME] (Factive_minibuffer_window): New function.
[!MULTI_FRAME] (syms_of_frame): defsubr it.

28 years ago(SITELOAD_PURESIZE_EXTRA): New macro.
Richard M. Stallman [Sat, 2 Sep 1995 16:18:26 +0000 (16:18 +0000)]
(SITELOAD_PURESIZE_EXTRA): New macro.
(BASE_PURESIZE): Use SITELOAD_PURESIZE_EXTRA.

28 years ago(Fmake_symbolic_link, Fadd_name_to_file):
Richard M. Stallman [Sat, 2 Sep 1995 01:21:55 +0000 (01:21 +0000)]
(Fmake_symbolic_link, Fadd_name_to_file):
Look for handler for the new name as well as for the target.

28 years ago(Ffile_name_all_completions, Ffile_name_completion):
Richard M. Stallman [Sat, 2 Sep 1995 01:19:53 +0000 (01:19 +0000)]
(Ffile_name_all_completions, Ffile_name_completion):
Look for handler for FILE as well as for DIRNAME.

28 years ago(re_search_2): If pattern starts with \=, optimize search.
Richard M. Stallman [Fri, 1 Sep 1995 18:43:30 +0000 (18:43 +0000)]
(re_search_2): If pattern starts with \=, optimize search.

28 years ago(save_excursion_save): Pass the new arg to Fcopy_marker.
Richard M. Stallman [Fri, 1 Sep 1995 02:02:17 +0000 (02:02 +0000)]
(save_excursion_save): Pass the new arg to Fcopy_marker.

28 years ago(save_window_save): Pass the new arg to Fcopy_marker.
Richard M. Stallman [Fri, 1 Sep 1995 02:01:29 +0000 (02:01 +0000)]
(save_window_save): Pass the new arg to Fcopy_marker.

28 years ago(sendmail-send-it): Use user-mail-address.
Richard M. Stallman [Thu, 31 Aug 1995 23:48:58 +0000 (23:48 +0000)]
(sendmail-send-it): Use user-mail-address.

28 years ago(Fcommand_execute): Ignore `disabled' property on
Richard M. Stallman [Thu, 31 Aug 1995 23:09:39 +0000 (23:09 +0000)]
(Fcommand_execute): Ignore `disabled' property on
commands if `disable-command-hook' is nil.

(read_key_sequence): Validate the event position
before calling get_local_map.

28 years ago(Fdisplay_completion_list): Clear all text properties
Richard M. Stallman [Thu, 31 Aug 1995 17:23:50 +0000 (17:23 +0000)]
(Fdisplay_completion_list): Clear all text properties
for the whitespace between completion items.

28 years ago(ange-ftp-vms-sans-version): Accept extra args.
Richard M. Stallman [Thu, 31 Aug 1995 15:05:39 +0000 (15:05 +0000)]
(ange-ftp-vms-sans-version): Accept extra args.

28 years agoAdd #undef for open, close, read, write.
Richard M. Stallman [Thu, 31 Aug 1995 02:37:12 +0000 (02:37 +0000)]
Add #undef for open, close, read, write.

28 years ago(kill-new): Compute 2nd arg to interprogram-cut-function based on REPLACE.
Richard M. Stallman [Wed, 30 Aug 1995 19:33:08 +0000 (19:33 +0000)]
(kill-new): Compute 2nd arg to interprogram-cut-function based on REPLACE.

28 years ago(list-directory): Set default-directory.
Richard M. Stallman [Wed, 30 Aug 1995 16:01:39 +0000 (16:01 +0000)]
(list-directory): Set default-directory.

28 years ago(Fdecode_time): Doc fix.
Richard M. Stallman [Tue, 29 Aug 1995 19:38:04 +0000 (19:38 +0000)]
(Fdecode_time): Doc fix.

28 years ago(dired-byte-compile): Report failure if output file is not created.
Richard M. Stallman [Tue, 29 Aug 1995 16:22:25 +0000 (16:22 +0000)]
(dired-byte-compile): Report failure if output file is not created.

28 years ago(decode_env_path): Use ".", not nil, for current dir.
Richard M. Stallman [Tue, 29 Aug 1995 15:32:00 +0000 (15:32 +0000)]
(decode_env_path): Use ".", not nil, for current dir.