bpt/emacs.git
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.

28 years ago(function-key-map): Consistently map CLEAR to C-l.
Richard M. Stallman [Tue, 29 Aug 1995 15:31:46 +0000 (15:31 +0000)]
(function-key-map): Consistently map CLEAR to C-l.

28 years ago(wordstar-center-line): Renamed from center-line.
Richard M. Stallman [Tue, 29 Aug 1995 14:55:25 +0000 (14:55 +0000)]
(wordstar-center-line): Renamed from center-line.
(wordstar-center-region): Renamed from center-region.
(wordstar-center-paragraph): Renamed from center-paragraph.

28 years ago(vc-dired-update-line): Don't use dired-do-redisplay.
André Spiegel [Tue, 29 Aug 1995 10:52:14 +0000 (10:52 +0000)]
(vc-dired-update-line): Don't use dired-do-redisplay.
(vc-next-action-dired): Adjust default-directory before calling
vc-next-action-on-file.
(vc-next-action-on-file): Handle CVS merge in vc-dired-mode correctly.
(vc-next-action): Ask for a check-in comment if there are "added" CVS files.
Don't special-case single files in vc-dired-mode.
(vc-file-clear-masterprops): Typo fix.
(vc-latest-on-branch-p): Always true for CVS.
(vc-directory): Header change.  Do display the buffer, even if no
locked/registered files were found.

28 years ago(vc-utc-string): New function.
André Spiegel [Tue, 29 Aug 1995 10:47:45 +0000 (10:47 +0000)]
(vc-utc-string): New function.
(vc-find-cvs-master): Use it to compare mtime and checkout time.
(vc-locking-user): CVS case: *only* use checkout time.
(vc-find-cvs-master): Don't attempt to find the RCS master file.
Throw the full name of CVS/Entries.
(vc-name): Doc change (special CVS case).
(vc-after-save): Handle the case when a file is saved in the very
second in which it was checked out.

28 years ago(x_wm_set_icon_pixmap): If trying to turn off icon pixmap, do nothing.
Richard M. Stallman [Tue, 29 Aug 1995 04:36:12 +0000 (04:36 +0000)]
(x_wm_set_icon_pixmap): If trying to turn off icon pixmap, do nothing.

28 years ago(GETPGRP_NO_ARG, WAIT_USE_INT, UNEXEC): New macros.
Roland McGrath [Mon, 28 Aug 1995 20:38:37 +0000 (20:38 +0000)]
(GETPGRP_NO_ARG, WAIT_USE_INT, UNEXEC): New macros.
(HAVE_SOCKETS, A_TEXT_SEEK, NO_REMAP): Macros removed.

28 years ago(recover-session-finish): Catch erorr in recover-file.
Richard M. Stallman [Mon, 28 Aug 1995 20:13:56 +0000 (20:13 +0000)]
(recover-session-finish): Catch erorr in recover-file.

28 years ago(basic-save-buffer): Doc fix.
Richard M. Stallman [Mon, 28 Aug 1995 15:15:28 +0000 (15:15 +0000)]
(basic-save-buffer): Doc fix.
(after-save-hook): Add defvar.

28 years ago(executable-set-magic): Use make-local-hook for after-save-hook.
Richard M. Stallman [Mon, 28 Aug 1995 15:12:57 +0000 (15:12 +0000)]
(executable-set-magic): Use make-local-hook for after-save-hook.

28 years ago(makefile-font-lock-keywords): Highlight lines with
Richard M. Stallman [Mon, 28 Aug 1995 15:09:57 +0000 (15:09 +0000)]
(makefile-font-lock-keywords): Highlight lines with
tab followed by #, and initial spaces preceding tabs--not all initial spaces.

28 years agoFix typo in global-map define.
Richard M. Stallman [Mon, 28 Aug 1995 00:15:59 +0000 (00:15 +0000)]
Fix typo in global-map define.

28 years ago(doprnt): Fix typo in error message.
Richard M. Stallman [Sun, 27 Aug 1995 23:53:06 +0000 (23:53 +0000)]
(doprnt): Fix typo in error message.

28 years agoDelete some #if 0'd functions.
Richard M. Stallman [Sun, 27 Aug 1995 18:17:01 +0000 (18:17 +0000)]
Delete some #if 0'd functions.

28 years ago(rassoc): Definition deleted.
Richard M. Stallman [Sun, 27 Aug 1995 18:15:26 +0000 (18:15 +0000)]
(rassoc): Definition deleted.

28 years ago(mail-mode-syntax-table): defvar deleted.
Richard M. Stallman [Sun, 27 Aug 1995 17:56:53 +0000 (17:56 +0000)]
(mail-mode-syntax-table): defvar deleted.

28 years agoLoad cl only during compilation.
Richard M. Stallman [Sun, 27 Aug 1995 17:50:39 +0000 (17:50 +0000)]
Load cl only during compilation.
(edmacro-mismatch, edmacro-subseq): New functions.
Use them instead of mismatch and subseq.

28 years ago(hide-ifdef-hiding): Delete duplicate defvar.
Richard M. Stallman [Sun, 27 Aug 1995 17:18:05 +0000 (17:18 +0000)]
(hide-ifdef-hiding): Delete duplicate defvar.

28 years ago(m2-execute-monitor-command): Renamed from execute-monitor-command.
Richard M. Stallman [Sun, 27 Aug 1995 17:15:57 +0000 (17:15 +0000)]
(m2-execute-monitor-command): Renamed from execute-monitor-command.

28 years ago(refer-every): Renamed from every.
Richard M. Stallman [Sun, 27 Aug 1995 07:20:19 +0000 (07:20 +0000)]
(refer-every): Renamed from every.
(refer-convert-string-to-list-of-strings): Renamed from
convert-string-to-list-of-strings.