1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-03-24 07:41:54 -07:00
Commit graph

26840 commits

Author SHA1 Message Date
Richard M. Stallman
38d5807862 (customize-option): Renamed from custom-variable.
(customize-variable): Add it as an alias.
(customize-option-other-window):
Renamed from customize-variable-other-window.
(custom-load-symbol): Search for both short and absolute
names of the library, when avoiding duplicate loading.
1997-06-01 06:41:08 +00:00
Richard M. Stallman
5b5cdd97a3 (custom-variable-prompt): Handle variable-at-point returning 0. 1997-06-01 05:58:36 +00:00
Richard M. Stallman
0f337465d5 (init_lread): Sometimes add to load-path
the lisp and site-lisp dirs under the source directory.
1997-06-01 01:03:51 +00:00
Richard M. Stallman
b5c535767f Include frame.h unconditionally.
(Fframe_face_alist, Fset_frame_face_alist): Define unconditionally.
(Finternal_next_face_id, next_face_id): Likewise.
(syms_of_xfaces): Define unconditionally,
but conditionalize some of the contents.
1997-06-01 00:30:01 +00:00
Richard M. Stallman
ab6f89780a (mail-strip-quoted-names): Don't delete angle brackets
when there's a colon inside them.
1997-05-31 21:14:57 +00:00
Richard M. Stallman
3e18eecf35 (Freplace_match): Fix previous change. 1997-05-31 19:20:26 +00:00
Richard M. Stallman
ae03af3444 (Fforward_comment): Handle unmatched two-character comment starters. 1997-05-31 18:30:56 +00:00
Richard M. Stallman
ea315ed6e4 (back_comment): Detect 2-char comment starts properly.
New arg COMSTYLE; callers changed.
1997-05-31 18:16:22 +00:00
Richard M. Stallman
5509c7ff85 (move_if_not_intangible): Fix previous change. 1997-05-31 08:34:13 +00:00
Richard M. Stallman
b0eba99132 (Freplace_match): Use move_if_not_intangible
to handle intangible text better.

(looking_at_1): Change using DOWNCASE_TABLE.
(string_match_1): Likewise.
1997-05-31 07:40:46 +00:00
Richard M. Stallman
a7fa233fe7 (move_if_not_intangible): New function. 1997-05-31 07:38:44 +00:00
Richard M. Stallman
06b296ce1f Always load faces.el. 1997-05-31 07:38:11 +00:00
Richard M. Stallman
06c488fde2 (process_expose_from_menu, XTread_socket):
Set has_been_visible field.
(x_make_frame_visible): Don't do XMoveWindow unles has_been_visible.
1997-05-31 07:37:09 +00:00
Richard M. Stallman
4fe2b2b6c3 (struct x_output): New field has_been_visible. 1997-05-31 07:32:47 +00:00
Richard M. Stallman
911ea13b3e (command-line): Detect Latin-N character sets
from envvars, both for multibyte mode and single-byte mode.
1997-05-31 07:30:33 +00:00
Richard M. Stallman
7393255738 (cpp-highlight-buffer): Make sure
buffer-invisibility-spec contains `cpp'.
(cpp-make-overlay-hidden): Use `cpp' as an invisible property.
1997-05-31 07:16:13 +00:00
Richard M. Stallman
b7c09257ad (hs-hide-comments-when-hiding-all)
(hs-show-hidden-short-form, hs-minor-mode-hook): Move definitions up.
Use defcustom.
(hs-find-block-beginning): Bind buffer-size, don't call it in a cycle.
(hs-hide-all): Likewise.
1997-05-31 07:13:34 +00:00
Richard M. Stallman
5c4794f392 Rename language environments from LatinN to Latin-N. 1997-05-31 07:10:20 +00:00
Richard M. Stallman
6c05d6807a Doc fix for previous change. 1997-05-31 06:41:24 +00:00
Per Abrahamsen
3acab5ef06 Synched with version 1.9901. 1997-05-31 06:34:12 +00:00
Richard M. Stallman
166246f79d (set-language-environment): Add autoload cookie.
Renamed from setup-language-environment.
1997-05-31 06:31:43 +00:00
Richard M. Stallman
089e71e47a (Fsplit_window): Ignore FRAME_NO_SPLIT_P here.
(inhibit_frame_unsplittable): Variable deleted.
(syms_of_window): Don't set up Lisp variable.
1997-05-31 05:50:22 +00:00
Richard M. Stallman
b8b29706b1 Update version. 1997-05-31 05:39:02 +00:00
Richard M. Stallman
60a719b0b1 (make-face): Call make-face-internal only if defined.
(internal-set-face-1): Call set-face-attribute-internal
only if it is defined.
1997-05-31 05:37:34 +00:00
Richard M. Stallman
dcdcce1a92 (main): Call syms_of_xfaces whenever ! HAVE_NTGUI. 1997-05-31 05:32:56 +00:00
Richard M. Stallman
5bfd038eca (XOBJ, MSDOS_OBJ, SOME_MACHINE_OBJECTS): Delete xfaces.o.
(obj): Add xfaces.o.
(FACE_SUPPORT, SOME_MACHINE_LISP): Delete faces.elc.
(shortlisp, lisp): Add faces.elc
1997-05-31 05:31:42 +00:00
Richard M. Stallman
f0009536f9 Comment changes. 1997-05-31 04:09:04 +00:00
Richard M. Stallman
85b78d5b5a (custom-load-symbol): Simplify previous change. 1997-05-31 02:47:47 +00:00
Richard M. Stallman
f3c6bfa210 (insert_glyphs): Use &, not &&. 1997-05-31 02:45:18 +00:00
Richard M. Stallman
8ff102bda5 (x_load_font): Use macro FONT_ENCODING_NOT_DECIDED. 1997-05-31 02:03:43 +00:00
Richard M. Stallman
e5dfabb489 (widget-default-format-handler): Don't use push.
(widget-push-button-value-create): Likewise.
(widget-group-value-create): Likewise.
(widget-sublist): New function.
(widget-item-match-inline): Use widget-subllist.
(widget-remove-if): New function.
(widget-choose): Use widget-remove-if.
1997-05-31 01:37:15 +00:00
Richard M. Stallman
6d1ab9d4d6 (widget-sexp-value-to-internal):
Don't bother with pp for a symbol.
1997-05-31 01:22:39 +00:00
Michael Kifer
ddc90f39b0 new version 1997-05-31 01:10:39 +00:00
Richard M. Stallman
70bc91bcec (cus-start): Require cus-start.
(mule): Make i18n the parent group.
1997-05-31 00:54:45 +00:00
Richard M. Stallman
4883633e7b Arrange to load it once during dumping,
and again if needed by cus-edit.el.
(custom-start-quote): Don't define as separate function.
(load-path): Improve the :type.
(delete-exited-processes): Fix group to processes-basics.
1997-05-31 00:54:10 +00:00
Richard M. Stallman
87631ef75d (intern): Don't make a pure string here, since Fintern does that. 1997-05-31 00:43:47 +00:00
Richard M. Stallman
a7ec177595 Initial revision 1997-05-31 00:34:13 +00:00
Richard M. Stallman
fb873cfcb6 (server-kill-buffer): Prevent infinite recursion.
(server-kill-buffer-running): New variable.
1997-05-31 00:31:40 +00:00
Richard M. Stallman
7b30f6cfdf (lisp, shortlisp): Use cus-start.el, not .elc. 1997-05-31 00:29:11 +00:00
Michael Kifer
9b70a748ed new version 1997-05-31 00:02:53 +00:00
Michael Kifer
cec3612204 Initial revision 1997-05-30 23:37:13 +00:00
Richard M. Stallman
a9729926eb (Farrayp): Accept bool-vectors and char-tables. 1997-05-30 20:13:21 +00:00
Richard M. Stallman
916cc49f93 (substitute-key-definition): Check vectorp, not arrayp. 1997-05-30 19:21:06 +00:00
Francesco Potortì
0b532ca2ca * Makefile.in (etags): Remove -DETAGS_REGEXPS, because now it is
defined inside etags.c if HAVE_CONFIG_H is defined.
1997-05-30 16:07:16 +00:00
Francesco Potortì
309032468c Various cleanups on TeX, Erlang, Prolog, C.
New function new_pfnote will be used for "optimised tags", but
  it depends on a constant that disables it for now.
New possibility of tagging global variables in C/C++/ObjC/Java
  is enabled by default.  Tags of member variables is disabled
  by default.  Options --(no-)members and --(no-)globals control them.
New symbol table entries for "import", "package" and "friend".
1997-05-30 14:53:42 +00:00
Richard M. Stallman
9d3d895d11 Comment change. 1997-05-30 07:30:02 +00:00
Richard M. Stallman
18b9dced5b (file-name-non-special): Special handling for
substitute-in-file-name operation.
1997-05-30 06:38:56 +00:00
Richard M. Stallman
8615e79242 Warn about .el files that are not compiled. 1997-05-30 05:49:27 +00:00
Richard M. Stallman
86414c3ca0 (he-dabbrev-skip-space, he-dabbrev-as-symbol):
Move definitions up.  Use defcustom.
1997-05-30 05:30:58 +00:00
Richard M. Stallman
30178dde79 (search-highlight): Make it t by default.
(search-invisible): Doc fix.
1997-05-30 05:15:48 +00:00