Richard M. Stallman
aabecda817
Comment changes.
1995-04-07 07:34:13 +00:00
Richard M. Stallman
56940d285d
Accept -lites* as op sys.
1995-04-07 07:32:44 +00:00
Richard M. Stallman
428c8e2f3c
(byte-compile-output-docform): Output doc string position
...
as negative number, if doc string starts with *.
1995-04-07 07:29:33 +00:00
Richard M. Stallman
0c00bc70d8
(get_doc_string): In (STRING . INTEGER), if INTEGER
...
is negative, negate it.
1995-04-07 07:18:00 +00:00
Richard M. Stallman
6541197790
(Fuser_variable_p): For (STRING . INTEGER), test sign.
1995-04-07 07:17:19 +00:00
Richard M. Stallman
30b4fc2341
(C_SWITCH_X_SYSTEM): Defined.
1995-04-07 06:54:50 +00:00
Richard M. Stallman
cbd4d46b53
Use $ at end when searching for mail-header-separator.
1995-04-07 06:36:45 +00:00
Richard M. Stallman
d08d3fb37a
(LIBS_SYSTEM): New override definition.
1995-04-07 06:30:40 +00:00
Richard M. Stallman
078e01466d
(fill-region-as-paragraph): If JUSTIFY is non-nil,
...
pass t to justify-current-line.
1995-04-07 06:02:37 +00:00
Richard M. Stallman
b69328cae2
(lwlib.o): Depend on Makefile.
1995-04-07 05:46:47 +00:00
Richard M. Stallman
0cb00a4456
(remove_grabs): Use type Widget for `menu'.
1995-04-07 05:44:36 +00:00
Richard M. Stallman
89ca3e1b91
(Fmake_overlay): Use XMISCTYPE.
1995-04-07 05:32:09 +00:00
Richard M. Stallman
a5da44fe96
(Fmake_marker, mark_object): Use XMISCTYPE.
...
(clear_marks, gc_sweep): Use u_marker union elt to extrat misc type.
1995-04-07 05:28:07 +00:00
Richard M. Stallman
47e28b2cfe
(defvar_int, defvar_bool, defvar_lisp_nopro, defvar_kboard)
...
(defvar_per_buffer): Use XMISCTYPE.
1995-04-07 05:21:50 +00:00
Richard M. Stallman
5db20f0831
(print): Use XMISCTYPE.
1995-04-07 05:20:19 +00:00
Richard M. Stallman
81d1fba6c9
(internal_equal): Use XMISCTYPE.
1995-04-07 05:19:14 +00:00
Richard M. Stallman
324a6eef85
(Ftype_of, do_symval_forwarding, store_symval_forwarding)
...
(find_symbol_value, Fmake_variable_buffer_local, Fmake_local_variable):
Use XMISCTYPE.
1995-04-07 05:17:56 +00:00
Richard M. Stallman
3f000d8c7f
(intern_face): Cast FONT_DEFAULT to (XFontStruct *)
...
for comparison with face->font.
1995-04-07 03:59:57 +00:00
Richard M. Stallman
bd3a4da283
(frame_vector): New static variable.
...
(syms_of_xmenu): staticpro it.
(frame_vector_add_frame): New function.
(set_frame_menubar): Use frame_vector; use index as the widget id.
(free_frame_menubar): Likewise. Remove the frame from frame_vector.
(menubar_selection_callback): Use frame_vector to turn id into frame.
1995-04-07 03:39:07 +00:00
Richard M. Stallman
8217c64768
(CHECK_IMPURE): Remove & from before my_edata.
1995-04-07 02:59:03 +00:00
Karl Heuer
f8c25f1b67
Update copyright.
1995-04-07 02:21:52 +00:00
Karl Heuer
732be46569
Update copyright.
1995-04-07 01:20:53 +00:00
Richard M. Stallman
1d233b80d2
(main): Cast arg to `brk'.
1995-04-07 01:03:01 +00:00
Richard M. Stallman
7e1251a15e
[Berkeley sockets version] (main): Declare getcwd.
1995-04-07 01:01:25 +00:00
Karl Heuer
f470f9bd66
Update copyright.
1995-04-07 00:16:13 +00:00
Richard M. Stallman
4ac771a01f
Don't call the special math functions "transcendental".
1995-04-06 23:11:37 +00:00
Richard M. Stallman
7d15896456
Treat __NetBSD__ like __FreeBSD__.
1995-04-06 21:55:02 +00:00
Richard M. Stallman
94802f45ce
(install-arch-indep): Undo Sep 23 change.
1995-04-06 21:53:21 +00:00
Richard M. Stallman
b45949948b
(install-arch-indep, dist): look for `update-subdir' in $(srcdir).
1995-04-06 21:36:55 +00:00
Karl Heuer
375f1bd711
(lib-src): Don't copy *.lex; it doesn't exist anymore.
...
(man): Don't copy texindex.c and getopt.c; they're deleted.
(etc): Omit `e'; it's a subdirectory.
(etc/e): Use `../..', not `..', to reference top level.
1995-04-06 21:09:09 +00:00
Richard M. Stallman
b74dc89e42
Fix typo.
1995-04-06 20:10:15 +00:00
Richard M. Stallman
f4c73d078f
(desktop-save): Use dired-directory as name
...
of top-level in order to capture wildcards used.
(desktop-buffer-dired): Skip possible wildcard when checking
for directory existance. Use dired-insert-subdir, not
dired-maybe-insert-subdir.
1995-04-06 20:05:39 +00:00
Richard M. Stallman
a4888c8882
Include mkinstalldirs in distribution.
1995-04-06 19:51:16 +00:00
Karl Heuer
4891222c9e
(write-file): Fix arg count in call to y-or-n-p.
1995-04-06 19:25:20 +00:00
Karl Heuer
8843589021
(Fplist_put): Fix missing \n\.
1995-04-06 18:57:58 +00:00
Karl Heuer
21a6ce3ada
(x_window_to_frame): Skip non-X frames before testing dpyinfo.
...
[USE_X_TOOLKIT] (x_any_window_to_frame, x_top_window_to_frame): Ditto.
1995-04-06 18:51:54 +00:00
Simon Marshall
e1960a184a
Doc fixes to match declared args.
1995-04-06 12:18:08 +00:00
Richard M. Stallman
7af04c89d4
(menu-bar-bookmark-map): Autoload each form
...
used to set up this variable's value, so that the whole job
is done in loaddefs.el.
(bookmark-menu-locate, bookmark-menu-jump, bookmark-menu-insert)
(bookmark-menu-delete, bookmark-menu-rename): Add autoloads.
1995-04-06 08:44:21 +00:00
Richard M. Stallman
64fd98a95e
(ispell-menu-map-needed): Delete test for menu-bar feature.
1995-04-06 08:42:37 +00:00
Richard M. Stallman
d82767682a
(BASE_PURESIZE): Increment to 310000.
1995-04-06 08:11:31 +00:00
Richard M. Stallman
1b40dbedc9
(list-buffers-noselect): Put buffer name in a text
...
property on the buffer's name. Put in mouse-face prop here too.
Set Buffer-menu-buffer-column here.
(Buffer-menu-mode): Don't do those things here.
(Buffer-menu-buffer): Use text properties.
(Buffer-menu-buffer-name-position): Function deleted.
1995-04-06 08:00:00 +00:00
Richard M. Stallman
2f3f993bdf
(Fkill_buffer): Call reset_buffer_local_variables
...
and swap_out_buffer_local_variables.
(swap_out_buffer_local_variables): New subroutine.
(Fkill_all_local_variables): Use that subroutine.
1995-04-06 06:58:50 +00:00
Richard M. Stallman
94f9497203
(Flooking_at, Fposix_looking_at): Change arg name.
1995-04-06 05:18:35 +00:00
Richard M. Stallman
39b71e3947
(reporter-submit-bug-report): Give up if mailer
...
command returns nil. Fix error message syntax.
(reporter-bug-hook): Fix error message syntax.
1995-04-06 04:33:59 +00:00
Richard M. Stallman
828ac69365
(Fraise_frame, Flower_frame): Now interactive.
1995-04-06 02:53:19 +00:00
Richard M. Stallman
0760ac9a9d
(tar-mode-map): Fix typo for tar-display-other-file.
1995-04-06 02:12:11 +00:00
Karl Heuer
4a9386fc7a
Add missing close backquote.
1995-04-05 20:46:40 +00:00
Karl Heuer
35622e5fe2
(tempo-build-collection): Clear flag after computing
...
return value.
1995-04-05 19:32:55 +00:00
Karl Heuer
d6b322f8be
(ispell-personal-dictionary): Add autoload.
1995-04-05 04:21:15 +00:00
Karl Heuer
e5fff738e9
Change bindings of event-apply-control-modifier,
...
event-apply-meta-modifier, event-apply-hyper-modifier,
event-apply-shift-modifier, event-apply-alt-modifier, and
event-apply-super-modifier, in function-key-map, to use C-x @
instead of C-x ESC. Using escape causes problems since that's
in function-key-map itself.
1995-04-05 03:34:40 +00:00