Richard M. Stallman
67f09a62a9
Fix typo.
1995-09-25 14:50:42 +00:00
Erik Naggum
2d2aae549e
(command-line-1): --insert: Don't complain on --insert=file.
1995-09-25 11:04:07 +00:00
Erik Naggum
955093c9e8
(command-line-1): --eval: Don't print the value.
1995-09-25 10:56:15 +00:00
Richard M. Stallman
d31d42cc68
(popup_get_selection): Pop menu down if button is pressed
...
outside the menu.
(xmenu_show): Ignore `quote' when looking up the result.
1995-09-24 23:33:06 +00:00
Richard M. Stallman
77e5a3c7ce
(server-process-filter): Ignore lines that don't start
...
with `Error:' or `Client:'.
1995-09-24 23:28:18 +00:00
Richard M. Stallman
91c6bdc0d1
(occur): Indent better for matches that contain newlines.
1995-09-24 23:25:06 +00:00
Richard M. Stallman
a3d6bb976d
[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.
1995-09-24 23:20:39 +00:00
Richard M. Stallman
61793fbf5d
(auto-compression-mode): Add autoload cookie.
...
Renamed from toggle-auto-compression.
(toggle-auto-compression): Define as alias.
1995-09-24 03:59:02 +00:00
Erik Naggum
ac05d33c67
(get-setf-method): Protect caller's match-data from string-match.
1995-09-22 21:51:21 +00:00
Karl Heuer
90bfea27cb
(edt-setup-default-bindings): Revert function is
...
revert-buffer, not revert-file.
1995-09-22 21:34:12 +00:00
Karl Heuer
ee30478d72
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.
1995-09-22 21:31:45 +00:00
Edward M. Reingold
92da8c782b
Fix display of Chinese date.
1995-09-22 19:36:26 +00:00
Richard M. Stallman
d119ea095e
(mail-do-fcc): Clear read-only flag in ` mail-temp' buffer.
1995-09-22 02:48:04 +00:00
Richard M. Stallman
07f4a04d88
(mail-do-fcc): Erase the ` mail-temp' buffer.
1995-09-22 02:46:46 +00:00
Erik Naggum
151b6496e0
(byte-boolean-vars): Update list to reflect actual DEFVAR_BOOL symbols in
...
the C code.
1995-09-21 22:03:57 +00:00
Karl Heuer
9574d70f1b
(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.
1995-09-21 21:06:26 +00:00
Karl Heuer
a0ac0c19c6
(edt-set-screen-width-80, edt-set-screen-width-132):
...
If a terminal-specific function exists, call it.
1995-09-21 21:06:09 +00:00
Karl Heuer
be934b539d
(te-escape, te-escape-help): Handle non-ASCII events.
1995-09-21 20:54:35 +00:00
Richard M. Stallman
8e183d5bf2
(mail-file-babyl-p): Function deleted.
...
(sendmail-send-it): Load mail-utils first thing.
1995-09-21 20:21:16 +00:00
Richard M. Stallman
996792b150
(mail-file-babyl-p): Function moved from rmail.el and renamed.
1995-09-21 20:20:49 +00:00
Richard M. Stallman
ecf1f70009
(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.
1995-09-21 20:20:11 +00:00
Edward M. Reingold
0808d91184
Initial revision
1995-09-21 03:11:06 +00:00
Edward M. Reingold
5c19bda9d2
New file.
1995-09-21 03:05:13 +00:00
Edward M. Reingold
85d0ba8668
*** empty log message ***
1995-09-21 03:04:16 +00:00
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