1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-02-22 16:01:04 -08:00
Commit graph

9141 commits

Author SHA1 Message Date
Francesco Potortì
d046c1832d * man.el
(Man-init-defvars, Man-cleanup-manpage, Man-fontify-manpage):
	added support for the big cross present in the ksh manpage.
1994-09-29 12:42:45 +00:00
Richard M. Stallman
7804cd2748 (imenu--cleanup): Changed 'mapc' to 'mapcar'. 1994-09-29 06:32:06 +00:00
Richard M. Stallman
924be53af1 (handle-delete-frame): New function. 1994-09-29 04:48:59 +00:00
Karl Heuer
a981e7fff1 (command-line): Fix bug in previous change. 1994-09-28 22:38:04 +00:00
Karl Heuer
096b7031fc (command-line): Recognize --longopt synonyms for all options handled here. 1994-09-28 22:15:38 +00:00
Roland McGrath
59c0e56754 [alliant && i860] (LOAD_AVE_TYPE, FSCALE, NLIST_STRUCT): Define. 1994-09-28 21:00:06 +00:00
Karl Heuer
7451ae15f9 (syms_of_dired): Undo Sep 16 change. 1994-09-28 20:45:25 +00:00
Karl Heuer
8a9b0da95a (Fdelete_file): Undo Sep 16 change. 1994-09-28 20:45:08 +00:00
Richard M. Stallman
b0e1e38fa9 (backward-kill-sentence): Work in read-only buffers.
(kill-sentence): Work in read-only buffers.
1994-09-28 04:46:02 +00:00
Karl Heuer
0cabaf3108 Comment fix. 1994-09-28 01:58:46 +00:00
Karl Heuer
b2cad82634 (x_new_font): New rule for computing column width. Factored out common code.
(XTset_vertical_scroll_bar): Use new width formula.
[!USE_X_TOOLKIT] (x_set_window_size): Likewise.
1994-09-28 00:59:24 +00:00
Karl Heuer
dff9a53890 (x_set_scroll_bar_width): Nil now means 2 columns' worth of pixels.
(Fx_create_frame): Default scroll bar width is now nil.
1994-09-28 00:58:45 +00:00
Karl Heuer
02a162bf16 (set_frame_size, EmacsFrameSetCharSize): Use new width formula. 1994-09-28 00:58:15 +00:00
Karl Heuer
bf92a755fa (scroll_bar_pixel_width, scroll_bar_cols): Update comment. 1994-09-28 00:57:37 +00:00
Karl Heuer
ae68312980 (lisp_time_argument, Finsert, Finsert_and_inherit, Finsert_before_markers,
Finsert_and_inherit_before_markers, Fformat): Use type test macros.
1994-09-27 23:32:55 +00:00
Richard M. Stallman
6672c42bd1 (hack-one-local-variable): Support safe-local-variable property.
(compile-command): Add safe-local-variable property.
1994-09-27 22:59:50 +00:00
Richard M. Stallman
cba9a9dcb1 (command-apropos): Pass t for no-header to apropos. 1994-09-27 21:43:37 +00:00
Richard M. Stallman
dfdac213aa (mail): Doc fix. 1994-09-27 20:14:55 +00:00
Richard M. Stallman
55c6775fcb (${etc}DOC): Run make-docfile twice--two batches.
(strftime.o, mktime.o): New target.
(obj): Add strftime.o and mktime.o.
1994-09-27 19:50:53 +00:00
Richard M. Stallman
9c0f2dac9b Initial revision 1994-09-27 19:49:25 +00:00
Richard M. Stallman
2e82e3c30a Improve POP code, move most of it into a separate file.
(mbx_delimit_end, mbx_delimit_begin): Check for errors.
(mbx_write): Check for errors and for From line.
(pop_retr, popmail): Use subroutines in pop.c to do the real work.
(get_errmsg, multiline, getline, putline, pop_stat, pop_command)
(pop_init): Functions deleted.
1994-09-27 19:45:00 +00:00
Richard M. Stallman
81f940520e (MOVE_FLAGS, MOVE_LIBS): New variables.
(pop.o, movemail.o): New targets.
(movemail): Link in pop.o and movemail.o.  Use MOVE_LIBS, MOVE_FLAGS.
1994-09-27 19:43:07 +00:00
Richard M. Stallman
6e280214ba (utimes): Check for it. 1994-09-27 19:42:03 +00:00
Richard M. Stallman
a82d387cfd (Fformat_time_string): Mostly rewritten, to handle
unlimited size, and report errors properly.

(Fformat_time_string): New function.
(syms_of_editfns): Defsubr it.
1994-09-27 19:41:21 +00:00
Richard M. Stallman
1825bea106 (rmail-forward): Simplify insertion of forwarded msg.
Don't use exchange-point-and-mark.

(rmail-msg-number-after-expunge): New function.
(rmail-reply, rmail-forward): Use separate local variables
rmail-send-actions-rmail-msg-number, rmail-send-actions-rmail-buffer
to record which message to mark as answered or forwarded.
(rmail-only-expunge): Update msg numbers stored in those variables.
1994-09-27 19:32:35 +00:00
Roland McGrath
63af2693ce (etags-tags-completion-table): Allow ? and : in guessed tag names. 1994-09-27 05:41:20 +00:00
Richard M. Stallman
7434015f91 (rmail-summary-delete-forward): Regexp for recognizing deleted message
should not require a space at the beginning of the line.
1994-09-27 05:37:06 +00:00
Karl Heuer
c5af3bb92d (BOOLFWDP, INTERNALP, INTFWDP, OBJFWDP, INTERNAL_STREAMP, BUFFER_LOCAL_VALUEP,
SOME_BUFFER_LOCAL_VALUEP, BUFFER_OBJFWDP, VOIDP): New type test macros.
(CHECK_STRING_OR_BUFFER, NUMBERP, CHECK_LIST, CHECK_STRING, CHECK_CONS,
CHECK_SYMBOL, CHECK_VECTOR, CHECK_BUFFER, CHECK_WINDOW, CHECK_LIVE_WINDOW,
CHECK_PROCESS, CHECK_NUMBER, CHECK_NATNUM, CHECK_MARKER,
CHECK_NUMBER_COERCE_MARKER, CHECK_FLOAT, CHECK_NUMBER_OR_FLOAT,
CHECK_NUMBER_OR_FLOAT_COERCE_MARKER, CHECK_OVERLAY): Use type test macros.
1994-09-27 04:20:23 +00:00
Karl Heuer
cfff016d4c (readchar, readchar, unreadchar, read_filtered_event, Fread, read0, read1,
read_list, check_obarray, intern, Fintern, Fintern_soft, oblookup,
init_lread): Use type test macros.
1994-09-27 04:10:43 +00:00
Karl Heuer
90165123fc (Fprogn, Finteractive_p, Fuser_variable_p, FletX, Flet, Fmacroexpand,
Fcommandp, Fautoload, Feval, Fapply, Ffuncall, funcall_lambda, specbind): Use
type test macros.
1994-09-27 04:03:15 +00:00
Karl Heuer
e9ebc175bf (wrong_type_argument, Fconsp, Fatom, Flistp, Fnlistp, Fsymbolp, Fvectorp,
Fstringp, Farrayp, Fsequencep, Fbufferp, Fmarkerp, Fsubrp,
Fbyte_code_function_p, Fchar_or_string_p, Fintegerp, Finteger_or_marker_p,
Fnatnump, Fnumber_or_marker_p, Ffloatp, Fcar, Fcar_safe, Fcdr, Fcdr_safe,
Fsetcar, Fsetcdr, Fboundp, Ffboundp, store_symval_forwarding, Fset,
default_value, Fdefault_boundp, Fdefault_value, Fset_default,
Fmake_variable_buffer_local, Fmake_local_variable, Fkill_local_variable,
indirect_function, Faref, Faset, Farray_length, arithcompare, Fzerop,
Fnumber_to_string, arith_driver, float_arith_driver, Fmod, Fadd1, Fsub1): Use
type test macros.
1994-09-27 04:00:45 +00:00
Karl Heuer
a7a60ce913 (nsberror, Fget_buffer, Fget_file_buffer, Fbuffer_local_variables,
Fkill_buffer, set_buffer_internal, list_buffers_1, sort_overlays): Use type
test macros.
1994-09-27 03:57:23 +00:00
Karl Heuer
6e54b3de90 (quotify_arg, Fcall_interactively, Fprefix_numeric_value): Use type test
macros.
1994-09-27 03:27:31 +00:00
Karl Heuer
e687453f6e (Fmake_list, Fmake_vector, Fmake_string, make_event_array): Use type test
macros.
1994-09-27 03:16:02 +00:00
Karl Heuer
40de0d7ba2 (GLYPH_TABLE_LENGTH, GLYPH_TABLE_BASE, GLYPH_SIMPLE_P, GLYPH_ALIAS_P): Use
type test macros.
1994-09-27 03:15:02 +00:00
Karl Heuer
693f8fb080 (NULL_INTERVAL_P): Use type test macros. 1994-09-27 03:13:50 +00:00
Karl Heuer
4a2fb8bd2b (EVENT_HAS_PARAMETERS): Use type test macros. 1994-09-27 03:13:08 +00:00
Karl Heuer
09e82d7cd7 (Fdefine_abbrev, Fexpand_abbrev, Funexpand_abbrev): Use type test macros. 1994-09-27 03:12:28 +00:00
Karl Heuer
617bd3f62f (Fbyte_code): Use type test macros. 1994-09-27 03:11:31 +00:00
Karl Heuer
d50d3dc8e3 (Fcall_process, child_setup, getenv_internal): Use type test macros. 1994-09-27 03:10:43 +00:00
Karl Heuer
9d05e3d4c4 (casify_object): Use type test macros. 1994-09-27 03:10:02 +00:00
Karl Heuer
1d80f4daee (STRING256_P): Use type test macros. 1994-09-27 03:09:02 +00:00
Karl Heuer
ed76f667fc (Fself_insert_command): Use type test macros. 1994-09-27 03:08:20 +00:00
Karl Heuer
88cf185241 (Ffile_name_completion, file_name_completion): Use type test macros. 1994-09-27 03:07:54 +00:00
Karl Heuer
e6d12642a8 (get_doc_string, Fdocumentation, Fdocumentation_property,
store_function_docstring, Fsnarf_documentation): Use type test macros.
1994-09-27 03:06:52 +00:00
Karl Heuer
55ccc0b37b (Fkill_emacs): Use type test macros. 1994-09-27 03:05:28 +00:00
Karl Heuer
93c30b5f84 (Ffind_file_name_handler, Fcopy_file, Frename_file, Fadd_name_to_file,
Fmake_symbolic_link, Fwrite_region, Fverify_visited_file_modtime,
Fdo_auto_save, Fread_file_name_internal, Fread_file_name): Use type test
macros.
1994-09-27 03:03:38 +00:00
Karl Heuer
d20d1d19eb (unlock_all_files, Funlock_buffer, unlock_buffer): Use type test macros. 1994-09-27 03:01:57 +00:00
Karl Heuer
207a45c169 (extract_float, Fexpt, Fabs, Ffloat, Fceiling, Ffloor, Fround, Ftruncate): Use
type test macros.
1994-09-27 03:01:14 +00:00
Karl Heuer
7650760ef8 (Frandom, Flength, Fstring_equal, Fstring_lessp, Fcopy_sequence, concat, Felt,
internal_equal, Ffillarray, mapcar1): Use type test macros.
1994-09-27 02:58:30 +00:00