- 07 Oct, 1999 19 commits
-
-
Gerd Moellmann authored
-
Gerd Moellmann authored
defaulting to the value of completion-ignore-case. (file-cache-minibuffer-complete): Use it. (file-cache-files-matching, file-cache-files-matching-internal): New functions.
-
Gerd Moellmann authored
-
Gerd Moellmann authored
(log-view-mode): Make read-only. (log-view-current-file): Do final `expand-file-name' in the current `default-directory'. (log-view-current-tag): Take an optional `where' arg. (log-view-diff): New user command.
-
Gerd Moellmann authored
Override some standard Emacs functions
-
Gerd Moellmann authored
ada-indent-newline-indent): Rewritten to support the new indentation scheme (ada-case-read-exceptions, ada-create-case-exceptions): New functions (ada-fill-comment-paragraph): Add support for the justification parameter (ada-make-body, ada-gen-treat-proc, ada-make-subprogram-body): Rewritten to benefit from the gnatstub external program
-
Gerd Moellmann authored
(ada-subprogram-body): Correctly find the name of the subprogram being created.
-
Gerd Moellmann authored
Easy editing of project files for the ada-mode
-
Dave Love authored
-
Gerd Moellmann authored
-
Dave Love authored
(make-mode-line-mouse-sensitive): Don't require easymenu.
-
Dave Love authored
-
Gerd Moellmann authored
-
Gerd Moellmann authored
-
Gerd Moellmann authored
input from one process, for accept-process-output, exit that loop if we get EAGAIN or EWOULDBLOCK.
-
Gerd Moellmann authored
-
Dave Love authored
-
Gerd Moellmann authored
(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.
-
Gerd Moellmann authored
-
- 06 Oct, 1999 13 commits
-
-
Gerd Moellmann authored
-
Gerd Moellmann authored
`motif', `lucid', `x-toolkit'. (menu): New face.
-
Gerd Moellmann authored
-
Gerd Moellmann authored
widgets instead of gadgets to be able to set colors.
-
Gerd Moellmann authored
x_set_menu_resources_from_menu_face.
-
Gerd Moellmann authored
(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.
-
Gerd Moellmann authored
MODE_LINE_FACE_ID.
-
Gerd Moellmann authored
(toplevel): Include X11/Intrinsic.h.
-
Dave Love authored
-
Dave Love authored
-
Dave Love authored
-
Dave Love authored
* 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.
-
Dave Love authored
-
- 05 Oct, 1999 8 commits