1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-04-20 21:11:18 -07:00
Commit graph

17568 commits

Author SHA1 Message Date
Richard M. Stallman
f8496faab6 (set-variable): Simplify previous change. 1997-05-01 17:36:50 +00:00
Richard M. Stallman
888eb98e2f (make-syntax-table): Doc fix. 1997-05-01 06:47:29 +00:00
Richard M. Stallman
a904241809 (exec-directory): Wakeup no longer exists, so use movemail as example. 1997-05-01 02:06:32 +00:00
Richard M. Stallman
e1b65a6bd8 (shell-quote-argument): Quote null string usefully. 1997-05-01 02:03:16 +00:00
Richard M. Stallman
1dc6cfa61d (x_real_positions, x_set_mouse_color, Fx_list_fonts):
Save value from x_catch_errors and pass to x_uncatch_errors.
1997-05-01 01:59:47 +00:00
Richard M. Stallman
5a49969629 (x_own_selection, x_reply_selection_request)
(x_get_foreign_selection):
Save value of x_catch_errors and pass to x_uncatch_errors.
1997-05-01 01:58:47 +00:00
Richard M. Stallman
e99db5a15c (XTmouse_position, x_term_init):
Save value of x_catch_errors and pass to x_uncatch_errors.

(x_catch_errors): Use specpdl so can be nested.
Use a Lisp string to as the buffer for the X message.
(x_uncatch_errors, x_had_errors_p, x_check_errors): Related changes.
(x_catch_errors_unwind): New function.
(x_error_quitter): Call x_error_catcher if appropriate.
(x_error_message_string): New variable.
(syms_of_xterm): Defvar it.
(x_caught_error_message): Variable deleted.
(X_ERROR_MESSAGE_SIZE): Renamed from X_CAUGHT_ERROR_MESSAGE_SIZE.
(x_error_handler): New function, calls x_error_quitter or ..._checker.
(x_initialize): Use x_error_handler as error handler for X.
1997-05-01 01:57:25 +00:00
Richard M. Stallman
610c1c68c1 (set-variable): Check VALUE against type info if available.
Don't evaluate VALUE.
Use a separate history list for the values.
1997-04-30 18:57:35 +00:00
Richard M. Stallman
7b396c6c70 (init_lread): Don't add ../lisp to the dump-time load path. 1997-04-30 18:41:53 +00:00
Richard M. Stallman
12ca5cdf3e (read_process_output): Update opoint, old_begv and old_zv
based on actual buffer change rather than size of string.
old_begv and old_zv are now ints.
(status_notify): Likewise for opoint.
1997-04-30 18:34:17 +00:00
Richard M. Stallman
67ffab69bd Handle all subdirs of `lisp' uniformly.
Don't handle `term' and `language' specially.
Clear out umask at the beginning.
1997-04-30 17:30:47 +00:00
Francesco Potortì
e0903a92ea * etags.c [TeX_named_tokens]: Set to FALSE if undefined.
(struct linebuffer): New member `len' is the length of the string.
	(find_entries, Pascal_functions, TeX_functions, TEX_getit):
	Use it instead of strlen.
	(TEX_getit): Declare and define unconditionally as static.
	(TeX_functions): Use if instead of #if TeX_named_tokens.
	(add_regex): Set RE_INTERVALS flag for regex compilation.
	(substitute): Code cleanup.
	(readline_internal): Code cleanup, set new member `len'.
	(readline): Bug corrected.
1997-04-30 14:57:39 +00:00
Richard M. Stallman
39445e6216 (edt-emulation-on): Load edt-pc.el under Windows. 1997-04-30 02:13:02 +00:00
Richard M. Stallman
622b7ede1c (time-stamp-old-format-warn): Fix a tag string.
(time-stamp-format): Use %Y not %y in default value.

(time-stamp): Verify time-stamp-line-limit is a number.
(time-stamp-string-preprocess): Handle %F correctly.
1997-04-30 01:12:24 +00:00
Richard M. Stallman
a06e220dd6 (crisp-load-scroll-all): Renamed from ...-lock.
(crisp-mode): Use scroll-all... not scroll-lock...
1997-04-29 21:11:33 +00:00
Richard M. Stallman
beaf629ddb Renamed from scroll-lock.el.
All functions renamed.
(scroll-all-mode): Variable renamed from is-scroll-lock.
1997-04-29 21:06:16 +00:00
Richard M. Stallman
11a66c13af Initial revision 1997-04-29 20:55:16 +00:00
Richard M. Stallman
699adcb295 Don't bind C-x m, C-x 4 m, C-x 5 m. 1997-04-29 02:07:51 +00:00
Richard M. Stallman
6d64bc9f99 Bind C-x m, C-x 4 m, C-x 5 m to compose-mail... 1997-04-29 02:07:34 +00:00
Richard M. Stallman
b5f019be90 (compose-mail): Make prefix arg mean "continue".
(compose-mail-other-window, compose-mail-other-frame): New commands.
1997-04-29 02:07:02 +00:00
Richard M. Stallman
fa66717348 (mh-smail-batch): Accpt &rest arg `ignored'. 1997-04-29 01:36:06 +00:00
Richard M. Stallman
15fc2f8c1f (Fexpand_file_name): Check length > 0 when necessary. 1997-04-29 00:51:47 +00:00
Richard M. Stallman
fcb242c978 (generated-autoload-file): Change defconst to defvar. 1997-04-29 00:23:40 +00:00
Richard M. Stallman
b3755eb088 Delete fortran pretty-printer. 1997-04-28 13:56:45 +00:00
Richard M. Stallman
4f5881961a (quoted-insert-character-offset): New variable.
(quoted-insert): Convert characters 0200 - 0377 to 04200 - 04377,
so that users get the same results they are used to.
1997-04-28 12:47:24 +00:00
Simon Marshall
055e7bf2d2 change all buffer-substring to buffer-substring-no-properties. 1997-04-28 11:25:26 +00:00
Simon Marshall
54d893e33b Version 2.08.01 from author; defgroup happens in font-lock.el; don't prevent from compiling on emacs 19.34 etc. 1997-04-28 09:41:02 +00:00
Simon Marshall
fc8d560107 Version 3.12.01 from author; defgroup happens in font-lock.el; don't prevent from compiling on emacs 19.34 etc. 1997-04-28 09:41:01 +00:00
Richard M. Stallman
4c8535eb4d (skip_chars): Fix previous change in syntax/backward case. 1997-04-28 00:49:41 +00:00
Richard M. Stallman
028873a048 (ange-ftp-file-entry-p): If ange-ftp-get-files returns
nil, don't try ange-ftp-hash-entry-exists-p, just give up.
1997-04-27 22:41:00 +00:00
Richard M. Stallman
85cdc41349 (comint-input-face): Deleted. 1997-04-27 22:05:34 +00:00
Richard M. Stallman
cbf7f476d4 (compilation-error-regexp-alist): Add regexp for Perl -w. 1997-04-27 21:54:54 +00:00
Richard M. Stallman
c20369f06c (vc-master-templates): Doc fix. 1997-04-27 20:50:24 +00:00
Richard M. Stallman
ac5b707216 (Fsubstitute_in_file_name): Use xnm uniformly, never nm,
when handling /~ and // at the end.
1997-04-27 18:19:42 +00:00
Richard M. Stallman
77110caaed Comment change. 1997-04-27 18:02:16 +00:00
Richard M. Stallman
26d05e2240 (dsssl-sgml-declaration): Doc fix.
(dsssl-mode): Use stringp to check dsssl-sgml-declaration.
(style, root): Put scheme-indent-function 1.
(dsssl-font-lock-keywords): Use make-regexp version.
1997-04-27 17:50:39 +00:00
Richard M. Stallman
058c1767a0 (dun-special-object):
Floppy disk will melt in inventory or room, regardless
of whether or not Stallman statuette is around.

(dun-examine):
You can examine objects in the jar without taking them out.

(dun-take):
You can take objects from the jar while you are on the bus.

(dun-dig):
Message from digging on the bus is the same as when you dig and don't
find anything.

(dun-climb):
No longer errors out of the game when argument to "climb" is invalid.

(dun-put):
You can now put things in the jar, even if you are on the bus.

(dun-special-move):
"In" or "Out" command tells you if you are already on or off the bus.

(dun-sauna-heat):
Changed "begin to sweat" to "are perspiring"
so that it makes sense whether you are heating up or cooling down.

(dun-help):
Changed author e-mail address, added web page.
Added hint for batch mode.

(*global*):
Fixed spelling of Presely in global object list.

(*global*):
Added coconuts, tank, and lake as objects that are recognized.

(*global*):
Added `slip' as another way of describing the paper,
and `chip' as another way of describing the CPU.

(*global*):
Upcase  abbreviations of directions in room descriptions.

(dun-login):
Fixed erroneous login message to better-describe ftp limitations.

(dun-rlogin):
Added error message if user tries to rlogin back to pokey.

(dun-load-d):
Fixed so that if restore file isn't found which in non-batch mode,
window will switch back to game.
1997-04-27 17:15:58 +00:00
Richard M. Stallman
67efacf892 (custom-declare-variable): Don't use `push'. 1997-04-27 16:38:17 +00:00
Richard M. Stallman
df89d8a469 Fix previous change. 1997-04-27 16:34:19 +00:00
Richard M. Stallman
0c49ce2f28 (x_destroy_window): Free saved_menu_event, if any. 1997-04-27 03:32:14 +00:00
Richard M. Stallman
25734faf59 (Fdelete_frame): Free FRAME_MESSAGE_BUF. 1997-04-27 03:25:32 +00:00
Richard M. Stallman
3fa18fb28a (get_user_app): Free the gethomedir value. 1997-04-27 03:18:20 +00:00
Richard M. Stallman
ed8fcefb14 (calendar-print-coptic-date): Label Coptic/Ethiopic date in echo area. 1997-04-26 22:14:21 +00:00
Richard M. Stallman
42f5d1b001 (calendar-print-french-date): Label French date in echo area. 1997-04-26 22:14:07 +00:00
Richard M. Stallman
c4ac30da67 (forward-paragraph): Fix editing error
in the updating of paragraph-separate.
1997-04-26 19:20:00 +00:00
Per Abrahamsen
5f0cfe8bff Changed version number. 1997-04-26 14:56:02 +00:00
Per Abrahamsen
b55b7fd7a7 *** empty log message *** 1997-04-26 13:40:48 +00:00
Richard M. Stallman
8b264726b1 (reset_buffer): Initialize clip_changed field. 1997-04-26 04:46:29 +00:00
Richard M. Stallman
fa2795ca04 (rmail-reply): Pass Rmail buffer and msgnum
as arguments within the mail-send action.
(rmail-forward, rmail-retry-failure): Likewise.
(rmail-mark-message): New function.
(rmail-only-expunge): Update the new kind of action.
(rmail-send-actions-rmail-msg-number)
(rmail-send-actions-rmail-buffer): Variables no longer used.
1997-04-26 01:33:18 +00:00
Richard M. Stallman
7e68b0eaf3 (skip_chars): Merge mule changes back in. 1997-04-25 21:59:44 +00:00