1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-16 09:50:25 +00:00
Commit Graph

25846 Commits

Author SHA1 Message Date
Gerd Moellmann
3d8e389172 (ada-stmt-add-to-ada-menu): New function
(ada-subprogram-body): Correctly find the name of the
subprogram being created.
1999-10-07 14:32:32 +00:00
Gerd Moellmann
d41832c507 New file.
Easy editing of project files for the ada-mode
1999-10-07 14:31:47 +00:00
Dave Love
2acb0c8ab9 *** empty log message *** 1999-10-07 14:27:51 +00:00
Gerd Moellmann
797aab3c02 New file. Use Gnat for lookup and completion in Ada mode 1999-10-07 14:25:59 +00:00
Dave Love
842d2ee96a (bound-and-true-p): New macro.
(make-mode-line-mouse-sensitive): Don't require easymenu.
1999-10-07 14:13:29 +00:00
Dave Love
ba4481b5aa # 1999-10-07 13:06:22 +00:00
Gerd Moellmann
c37bbd4fe3 *** empty log message *** 1999-10-07 11:53:31 +00:00
Gerd Moellmann
9ef0c85bc7 [HAVE_LIBNCURSES]: Define TERMINFO and LIBS_TERMCAP. 1999-10-07 11:49:21 +00:00
Gerd Moellmann
e1b37c3468 (wait_reading_process_input): When trying to suck
input from one process, for accept-process-output,
exit that loop if we get EAGAIN or EWOULDBLOCK.
1999-10-07 11:37:40 +00:00
Gerd Moellmann
78cc5c64e4 Change copyright statement. 1999-10-07 11:32:09 +00:00
Dave Love
272a4715c5 # 1999-10-07 11:04:40 +00:00
Gerd Moellmann
fef04523bd (Qbitmap_spec_p): Replaces Qpixmap_spec_p.
(Fbitmap_spec_p): Replaces Fpixmap_spec_p.
(load_pixmap): Use Fbitmap_spec_p and Qbitmap_spec_p instead of
Fpixmap_spec_p and Qpixmap_spec_p.
(load_face_colors, check_lface_attrs,
merge_face_vector_with_property,
Finternal_set_lisp_face_attribute): Use Fbitmap_spec_p.
(syms_of_xfaces): Initialize Qbitmap_spec_p, defsubr
Fbitmap_spec_p.
1999-10-07 00:41:24 +00:00
Gerd Moellmann
577d9e2f1d *** empty log message *** 1999-10-07 00:36:36 +00:00
Gerd Moellmann
48f68b550e (defface): Extend documentation for new values of `type'. 1999-10-06 23:35:28 +00:00
Gerd Moellmann
ee716db5e0 (face-spec-set-match-display): Recognize `type' of
`motif', `lucid', `x-toolkit'.
(menu): New face.
1999-10-06 23:32:26 +00:00
Gerd Moellmann
f5737ad232 *** empty log message *** 1999-10-06 23:31:49 +00:00
Gerd Moellmann
e9ec3919bc (make_menu_in_widget, update_one_menu_entry): Use
widgets instead of gadgets to be able to set colors.
1999-10-06 23:25:07 +00:00
Gerd Moellmann
ac44152803 (set_frame_menubar, xmenu_show): Call
x_set_menu_resources_from_menu_face.
1999-10-06 23:13:21 +00:00
Gerd Moellmann
c7ae32842a (toplevel) [USE_MOTIF]: Include some Motif headers.
(struct x_resources) [USE_X_TOOLKIT]: New.
(xm_apply_resources, xm_set_menu_resources_from_menu_face)
[USE_MOTIF]: New.
(xl_apply_resources, xl_set_menu_resources_from_menu_face)
[USE_LUCID]: New.
(x_set_menu_resources_from_menu_face) [USE_X_TOOLKIT]: New.
(Qmenu): New.
(syms_of_xfaces): Initialize Qmenu.
(realize_basic_faces): Realize face `menu'.
(resolve_face_name): New.
(lface_from_face_name): Use it.
(Finternal_set_lisp_face_attribute): Ditto.
(Fpixmap_spec_p): Rewritten.  Extend doc string.
1999-10-06 23:09:44 +00:00
Gerd Moellmann
52377a47b0 (display_menu_bar): Use MENU_FACE_ID instead of
MODE_LINE_FACE_ID.
1999-10-06 23:05:32 +00:00
Gerd Moellmann
8317e10427 (enum face_id): Add MENU_FACE_ID.
(toplevel): Include X11/Intrinsic.h.
1999-10-06 23:00:50 +00:00
Dave Love
2b6bac153f # 1999-10-06 22:10:16 +00:00
Dave Love
7763df255f Add rules for config.status, configure. 1999-10-06 21:56:30 +00:00
Dave Love
76dc74a28b (Info-suffix-list): Add bzip2 for ms-dos. 1999-10-06 18:38:41 +00:00
Dave Love
f71b19b645 1999-09-04 Richard M. Stallman <rms@gnu.org>
* regex.c [emacs] (ISALNUM, ISALPHA, ISPUNCT): Don't depend on locale
        [emacs] (ISASCII): Don't define ISASCII in this case.
        (IS_REAL_ASCII): New macro, 2 alternate definitions.
        (ISUNIBYTE): Likewise.
        [emacs] (ISDIGIT, ISCNTRL, ISXDIGIT, ISGRAPH, ISPRINT):
        Don't use ISASCII.

        * regex.c: Handle new class names `ascii', `nonascii',
        `unibyte, `multibyte'.
        (BIT_ASCII, BIT_NONASCII, BIT_UNIBYTE, BIT_MULTIBYTE): New macros.
        (IS_CHAR_CLASS): Accept new class names.
        (regex_compile, re_match_2_internal): Handle the new classes.
1999-10-06 18:25:22 +00:00
Dave Love
93548d2e69 # 1999-10-06 11:40:36 +00:00
Phillip Rulon
a40d4712b2 *** empty log message *** 1999-10-05 23:26:05 +00:00
Dave Love
46fe917b5a Change info filename. 1999-10-05 22:18:23 +00:00
Dave Love
2980e10679 # 1999-10-05 19:03:16 +00:00
Dave Love
e43367a0fa Fix footer comment. 1999-10-05 18:41:17 +00:00
Dave Love
3dfa7f6a22 Now in Texinfo. 1999-10-05 18:31:28 +00:00
Dave Love
08aecf0498 # 1999-10-05 11:57:17 +00:00
Dave Love
bc6262c850 Require jka-compr when compiling.
(Info-suffix-list): Add bzip2 files (non-ms-dos only).
1999-10-05 11:47:35 +00:00
Dave Love
3c0abb26d3 Recognize temporary crontab files. 1999-10-05 11:41:48 +00:00
Dave Love
1270d7ca66 # 1999-10-05 11:10:25 +00:00
Dave Love
6edcb099fc # 1999-10-04 17:15:48 +00:00
Dave Love
d56a50549d # 1999-10-04 16:40:11 +00:00
Dave Love
5ed7b3c348 (BASE_PURESIZE): Increase to 525000. 1999-10-04 15:47:14 +00:00
Dave Love
6a1aa82316 # 1999-10-04 15:35:04 +00:00
Dave Love
8d54eb69b5 Mention fortune.el. 1999-10-04 13:53:21 +00:00
Dave Love
387581d8b4 # 1999-10-04 13:10:21 +00:00
Kenichi Handa
251aeb2451 (DECODE_CHARACTER_ASCII): Decode ASCII invocated to GR
correctly.
1999-10-04 00:12:34 +00:00
Dave Love
362bc2da50 # 1999-10-03 20:46:34 +00:00
Dave Love
e745ede747 # 1999-10-03 19:36:13 +00:00
Dave Love
0c898dd963 (defimage): Remove redundant code. Substitute file on image plist. 1999-10-03 19:25:32 +00:00
Dave Love
a4a9692da1 # 1999-10-03 15:56:58 +00:00
Stephen Eglen
d7f3b2023f Update installation notes. 1999-10-03 15:37:50 +00:00
Dave Love
32072ea34e ChangeLog 1999-10-03 15:18:22 +00:00
Dave Love
a933dad155 # 1999-10-03 12:39:42 +00:00
Dave Love
a7bfd66f45 #CENSORSHIP 1999-10-03 12:17:04 +00:00