1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-23 07:19:15 +00:00
Commit Graph

3130 Commits

Author SHA1 Message Date
Richard M. Stallman
1ce4cf3878 (event-modifiers): Doc fix. 1993-05-22 22:02:35 +00:00
Jim Blandy
738429d120 * editfns.c: #include <sys/types.h>, to get time_t for Eggert's
changes.
1993-05-22 21:45:31 +00:00
Jim Blandy
c6c5df7f76 Updated copyright years. 1993-05-22 21:34:42 +00:00
Richard M. Stallman
dd8e46c7e5 (gud-def): Fix inclusion of the define-key.
(gdb, sdb, dbx): Change bindings from letters to control chars.
(gud-common-init): Add save-excursion.
(gud-display-line): Don't mess with buffer-read-only.
(gud-filter): Set output-after-point *after* deleting old prompt.
1993-05-22 21:25:32 +00:00
Jim Blandy
f753e9aa92 * make-dist: Check that the manual reflects the same version of
Emacs as stated in lisp/version.el.  Edit that version number into
	the README file.
1993-05-22 21:25:01 +00:00
Jim Blandy
5116f055a5 * xterm.c (x_scroll_bar_handle_click): Never grab the scroll bar;
that feature requires more support to work correctly.

	Update copyright years.
1993-05-22 20:57:31 +00:00
Richard M. Stallman
e74865eeac (event-modifiers): Function deleted.
(read-command-event): For switch-frame event, call select-frame.
1993-05-22 20:25:08 +00:00
Richard M. Stallman
1dfdf9e28e (modifier_names): Update to match *_modifier in termhooks. 1993-05-22 18:27:07 +00:00
Richard M. Stallman
5f296b78d2 (describe-key, describe-key-briefly):
Discard the click or drag that follows a down event.
1993-05-22 18:23:31 +00:00
Jim Blandy
d205953bff (make_ctrl_char): New function.
(make_lispy_event): Call it.
1993-05-22 17:57:17 +00:00
Jim Blandy
929787e104 * xterm.c (x_scroll_bar_handle_click): Never grab the scroll bar;
that feature requires more support to work correctly.
1993-05-22 09:13:57 +00:00
Jim Blandy
a822d92fb3 *** empty log message *** 1993-05-22 08:30:16 +00:00
Jim Blandy
e18814622b *** empty log message *** 1993-05-22 08:16:25 +00:00
Jim Blandy
faf5e40769 * keyboard.c (make_ctrl_char): New function.
(read_char): Call it.
	(kbd_buffer_store_event): Call it to see if the new character is
	the quit character.
1993-05-22 07:51:26 +00:00
Jim Blandy
e959badab4 *** empty log message *** 1993-05-22 07:25:53 +00:00
Noah Friedman
4a6ac398d4 *** empty log message *** 1993-05-22 05:54:38 +00:00
Richard M. Stallman
278b0a585a (pending-undo-list): Var declared. 1993-05-22 04:21:25 +00:00
Richard M. Stallman
2b0194315a (apropos-print-matches): Bind tem. 1993-05-22 04:19:14 +00:00
Jim Blandy
c8d190a5c7 * holidays.el: Update reference to the papers in S-P&E.
(filter-visible-calendar-holidays): Test for nil date.
1993-05-22 00:24:21 +00:00
Jim Blandy
39a21be6fc * process.c (Fopen_network_stream): Deal with older systems, which
only have the h_addr field in their struct hostent.
1993-05-22 00:12:17 +00:00
Jim Blandy
8243aa4e84 * systty.h [SYSV_PTYS]: #include <sys/types.h>. Francesco
Potorti` <pot@fly.CNUCE.CNR.IT> says it's necessary on his
	machine, and it should be harmless.
1993-05-21 23:47:10 +00:00
Richard M. Stallman
4c8975adc5 (wait_for_termination): Copy code from 18.59 (but sans BSD4_1 alternatives). 1993-05-21 23:42:36 +00:00
Jim Blandy
02a76f8aca *** empty log message *** 1993-05-21 23:39:17 +00:00
Jim Blandy
b49ef4553b * s/linux.h: Remove copyright notices by Michael K. Johnson and
Rik Faith.  They have both sent in papers now which make their
	changes public domain.
1993-05-21 22:52:55 +00:00
Jim Blandy
ffafc79306 * sysdep.c (sys_suspend): Set synch_process_alive, so that
wait_for_termination has something to wait for.
1993-05-21 22:33:45 +00:00
Jim Blandy
9361e00505 * configure.in: Remove the hack of AC_DEFINE; use
AC_DEFINE_UNQUOTED.
1993-05-21 21:33:34 +00:00
Richard M. Stallman
4fa884066f (apropos-match-keys): Handle modern keymap structure. 1993-05-21 21:29:27 +00:00
Richard M. Stallman
af01ef2643 (syms_of_xfns): Don't make Lisp vars
x-mode-pointer-shape and x-nontext-pointer-shape.
1993-05-21 20:22:10 +00:00
Richard M. Stallman
b411b5fa8d (transient-mark-mode): Doc fix. 1993-05-21 17:26:48 +00:00
Richard M. Stallman
326c43dc29 (outline-minor-mode): Make var permanent local in all buffers.
Give the command a doc string.
1993-05-21 17:25:50 +00:00
Richard M. Stallman
ab69b2fb30 (lisp-body-indent): Add doc. 1993-05-21 16:37:35 +00:00
Richard M. Stallman
ea6cd314ce Change permission notice (not "part of Emacs"). 1993-05-21 04:12:28 +00:00
Jim Blandy
51413f847f *** empty log message *** 1993-05-21 03:22:46 +00:00
Jim Blandy
aec9f5f6dc * dispnew.c (preserve_other_columns): Remember to multiply the
size argument to bcopy by the size of a glyph.
1993-05-20 23:30:21 +00:00
Jim Blandy
8a9311d707 Fix the fix to scrollbar computaaFix the fix to the fix for scrollbar computation. 1993-05-20 23:15:17 +00:00
Roland McGrath
1e5ba5b5f6 Initial revision 1993-05-20 20:22:34 +00:00
Jim Blandy
6f95b62114 * make-dist: Don't distribute precomp.com, compile.com, or
link.com from ./src; they're in ./vms now.
1993-05-20 15:19:12 +00:00
Richard M. Stallman
d4e21f83e0 (texinfo-section-types-regexp): Define here. 1993-05-20 14:11:44 +00:00
Richard M. Stallman
d4df3279af Provide delsel.
(keyboard-quit): Definition deleted.
(minibuffer-keyboard-quit): If Delete Selection mode is off,
do abort even if mark is active.
1993-05-20 14:02:07 +00:00
Richard M. Stallman
258bf7465d (read_key_sequence): Reexamine this_command
after pre-command-hook runs.
1993-05-20 13:55:09 +00:00
Richard M. Stallman
148c4b70c2 (x_find_modifier_meanings): If some keys are meta and alt,
make them just meta, not alt.
1993-05-20 13:43:48 +00:00
Jim Blandy
b2aaf43a08 Some more changes from Michael K. Johnson for Linux.
* s/template.h: Mention that you should #define HAVE_TERMIO or
	HAVE_TERMIOS, but not both, and that HAVE_TERMIOS is preferred.
	* systty.h (EMACS_SET_TTY_PGRP): Don't assign the return value of
	tcsetpgrp to *pgid; it's just a status value.
	* config.h.in (HAVE_RANDOM): This shouldn't be defined on Linux
	systems using XFree386, and perhaps is inappropriate in general.
	* m/intel386.h: #undefine the integer size macros, since the Linux
	<values.h> file #defines them itself.
	* mem-limits.h (get_lim_data): Linux has the ulimit call; if it
	fails, fall back on ULIMIT_BREAK_VALUE.
	* process.c: Linux needs the WAITTYPE, etc. definitions.
	* unexec.c (hdr, ohdr): Linux has the ordinary `struct exec' type;
	no need to use SYSV names.
	* s/linux.h: New file.
1993-05-20 06:30:20 +00:00
Jim Blandy
e3120ab527 Some time-handling patches from Paul Eggert:
* editfns.c (Fcurrent_time_zone): Take an optional argument specifying
	what (absolute) time should be used to determine the current time zone.
	Yield just offset and name of time zone, including DST correction.
	Yield time zone offset in seconds, not minutes.
	(lisp_time_argument, difftm): New functions.
	(Fcurrent_time_string): Use lisp_time_argument.
	* systime.h (EMACS_CURRENT_TIME_ZONE, EMACS_GET_TZ_OFFSET,
	EMACS_GET_TZ_NAMES): Remove.
	* config.h.in: Add HAVE_TM_ZONE.
1993-05-20 06:29:45 +00:00
Jim Blandy
facb137b9c Some time-handling patches from Paul Eggert:
* calendar.el (calendar-current-time-zone): New function.
	(calendar-time-zone, calendar-standard-time-zone-name,
	calendar-daylight-time-zone-name): Use it instead of current-time-zone.
	* sendmail.el (mail-do-fcc): Use the same absolute time for both
	current-time-string and current-time-zone.  Adjust to new format
	returned by current-time-zone.
1993-05-20 06:28:46 +00:00
Jim Blandy
d52c5f5823 * configure.in: Add AC_TIMEZONE. 1993-05-20 06:18:08 +00:00
Jim Blandy
3e4439ab30 Get the types right, baby. 1993-05-20 02:15:28 +00:00
Jim Blandy
161aa2f8d8 Some more changes from Michael K. Johnson for Linux.
* s/template.h: Mention that you should #define HAVE_TERMIO or
	HAVE_TERMIOS, but not both, and that HAVE_TERMIOS is preferred.
	* systty.h (EMACS_SET_TTY_PGRP): Don't assign the return value of
	tcsetpgrp to *pgid; it's just a status value.
	* config.h.in (HAVE_RANDOM): This shouldn't be defined on Linux
	systems using XFree386, and perhaps is inappropriate in general.
	* m/intel386.h: #undefine the integer size macros, since the Linux
	<values.h> file #defines them itself.
	* mem-limits.h (get_lim_data): Linux has the ulimit call; if it
	fails, fall back on ULIMIT_BREAK_VALUE.
	* process.c: Linux needs the WAITTYPE, etc. definitions.
	* unexec.c (hdr, ohdr): Linux has the ordinary `struct exec' type;
	no need to use SYSV names.
	* s/linux.h: New file.
1993-05-20 02:14:56 +00:00
Jim Blandy
12a07afc12 *** empty log message *** 1993-05-20 02:05:02 +00:00
Jim Blandy
566e35870b Initial revision 1993-05-20 02:04:15 +00:00
Jim Blandy
1b6fca8c78 * configure.in: Recognize Linux as a valid operating system for
the i386.
1993-05-20 00:56:54 +00:00