Edward M. Reingold
4b112ac475
Initial revision
1995-09-21 02:57:43 +00:00
Edward M. Reingold
ec23095166
Minor fixes; moved some code here from other calendar files.
1995-09-21 02:54:58 +00:00
Edward M. Reingold
9fadf1a53e
Minor fixes.
1995-09-21 02:51:24 +00:00
Edward M. Reingold
c29681e13b
Added new calendars to menus and made minor fixes.
1995-09-21 02:49:54 +00:00
Edward M. Reingold
9275d77924
Moved stuff to calendar.el, as per RSM's request.
1995-09-21 02:48:58 +00:00
Edward M. Reingold
75af4a4adc
Added code to support Chinese calendar. Minor fixes as well.
1995-09-21 02:47:50 +00:00
Edward M. Reingold
8a45b04085
Added code to support Chinese calendar.
1995-09-21 02:46:47 +00:00
Edward M. Reingold
32933edb9a
Moved stuff to other files.
1995-09-21 02:45:33 +00:00
Edward M. Reingold
7086b78e05
Many functions moved to other files, some rewritten. See ChangeLog entry.
1995-09-21 02:40:35 +00:00
Paul Eggert
6b8ac9d289
(LOCALTIME_CACHE, tzset): New macros.
1995-09-20 03:27:58 +00:00
Paul Eggert
70b13a6cc9
(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.
1995-09-20 03:26:43 +00:00
Richard M. Stallman
afd9831b8d
(substitute-key-definition): Do recursively scan
...
where KEYMAP has nothing at all.
1995-09-18 14:45:44 +00:00
Richard M. Stallman
08a1c17815
(C-down-mouse-1): Use buffer menu, not font menu.
...
(S-down-mouse-1): Put font menu here.
1995-09-18 14:15:22 +00:00
Richard M. Stallman
baf9b8c4a3
(find-alternate-file): Kill any preexisting ` **lose**' buf.
1995-09-17 14:12:02 +00:00
Richard M. Stallman
0745dce924
(Fload): Rename arg STR to FILE.
1995-09-15 16:45:41 +00:00
Richard M. Stallman
34a71c1e6d
(indent-for-tab-command): Get the prefix arg
...
and pass it along to indent-line-function if it isn't nil.
1995-09-14 14:45:02 +00:00
André Spiegel
719dcee97b
(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.
1995-09-14 07:23:43 +00:00
Erik Naggum
ac1ce3411f
(dired-up-directory): Add optional argument `other-window' to obviate
...
the need to redefine it in dired-x.el.
1995-09-12 23:20:42 +00:00
Richard M. Stallman
d23e6f972b
(auto-mode-alist): .pl is now Perl.
1995-09-12 21:37:08 +00:00
Karl Heuer
8d61b1e0d0
(src/paths.h, paths-force): Use paths.h.$$ instead
...
of paths.h.tmp$$, to avoid going beyond 14 characters.
1995-09-12 17:45:33 +00:00
Karl Heuer
c993e19a73
(BROKEN_SELECT_NON_X): Moved to s/isc2-2.h.
...
(HAVE_SELECT): Deleted; s/isc2-2.h no longer undefs this.
1995-09-12 17:39:01 +00:00
Karl Heuer
8822538395
(BROKEN_SELECT_NON_X): Define this instead of turning
...
off HAVE_SELECT.
1995-09-12 17:38:38 +00:00
Richard M. Stallman
40648b6832
(call_mod_hooks, verify_interval_modification):
...
Functions moved to textprop.c.
1995-09-12 17:37:53 +00:00
Richard M. Stallman
318d2fa869
(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.
1995-09-12 17:37:32 +00:00
Richard M. Stallman
c5ca07864e
(signal_after_change): Call report_interval_modification.
1995-09-12 17:37:02 +00:00
Paul Eggert
c59b508976
(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.
1995-09-10 19:38:19 +00:00
Richard M. Stallman
6bbb008e7e
(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.
1995-09-10 17:45:08 +00:00
Richard M. Stallman
aaf6c7ef84
(center-line): New arg NLINES.
...
Do nothing for lines that are too wide.
1995-09-10 17:44:25 +00:00
Richard M. Stallman
90b777c546
Improve error msg for invalid --with-x-toolkit value.
1995-09-10 15:16:16 +00:00
Richard M. Stallman
dbc9b92ccb
(init_gettimeofday): Remove declaration.
1995-09-10 04:38:13 +00:00
Richard M. Stallman
ccc4fdaabe
(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.
1995-09-10 04:37:51 +00:00
Richard M. Stallman
143cb9a977
(Fset_time_zone_rule): New function.
...
(syms_of_editfns): defsubr it.
1995-09-10 04:37:21 +00:00
Richard M. Stallman
7fd817093f
(setenv): Call set-time-zone-rule when setting TZ.
1995-09-10 04:36:12 +00:00
Richard M. Stallman
cdadf745b2
(LOCALTIME_CACHE): Remove; now configured automatically.
1995-09-10 04:23:38 +00:00
Richard M. Stallman
e7536cff15
(main): Call tzset only if LOCALTIME_CACHE is defined;
...
not all Suns have this bug.
1995-09-10 04:20:44 +00:00
Richard M. Stallman
0c565a0ad1
(LOCALTIME_CACHE): Define if tzset exists and
...
if localtime caches TZ. Check for tzset.
1995-09-10 04:18:58 +00:00
Richard M. Stallman
d7437ef689
(command_loop_1): Set this_command to nil before reading a command.
1995-09-10 01:23:14 +00:00
Richard M. Stallman
145b0681a7
(Fdecode_time): Doc fix.
1995-09-09 19:31:29 +00:00
André Spiegel
2f119435a6
(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.
1995-09-08 20:39:17 +00:00
André Spiegel
aadce164da
(vc-locking-user): Fixed wrong parentheses.
1995-09-08 20:38:53 +00:00
André Spiegel
6cfd24f9a5
(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.
1995-09-08 20:38:17 +00:00
Richard M. Stallman
1b8cac5dc4
Rename all register-name args to `register'.
1995-09-08 17:19:37 +00:00
Richard M. Stallman
6ef5c4bdda
(Fmake_marker): Initialize insertion_type to 0.
1995-09-08 16:59:25 +00:00
Richard M. Stallman
d473987a4c
Fix typos.
1995-09-08 16:58:39 +00:00
Richard M. Stallman
4a722d6c53
(HAVE_UNISTD_H): Add #undef.
1995-09-08 16:24:48 +00:00
Richard M. Stallman
6d766abc91
(ange-ftp-gwp-filter): Go to process buffer before getting text from it.
1995-09-06 18:17:59 +00:00
Richard M. Stallman
9b842cab49
(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.
1995-09-06 18:04:02 +00:00
Richard M. Stallman
117364886e
(gud-filter): Save up text that arrives while processing previous text.
1995-09-06 17:07:53 +00:00
Richard M. Stallman
469dd2ef08
(install-arch-indep): Always install the new dir file;
...
rename the previous dir file to dir.bak or dir.old.
1995-09-06 15:18:29 +00:00
Richard M. Stallman
cb4903bcc1
(rmail-summary-construct-io-menu): Use all of FILES.
...
Also disable the menu instead of not displaying it, if FILES is empty.
1995-09-06 15:16:39 +00:00