1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-02-22 07:51:17 -08:00
Commit graph

8356 commits

Author SHA1 Message Date
Richard M. Stallman
1ec9e15b44 (font-lock-after-change-function):
Scan for comments and strings from beg of line.
(c-font-lock-keywords-1): Recognize &, like *, before fn name.
(perl-font-lock-keywords): Put digit 1 into function-name-face items.
Allow whitespace before the open-brace.
1993-07-23 05:10:00 +00:00
Richard M. Stallman
220eb88b39 (sort-skip-fields): Really implement fields as runs
of nonwhitespace chars.
(sort-fields, sort-float-fields, sort-numeric-fields):
Don't subtract 1 when calling sort-skip-fields.
1993-07-23 04:44:06 +00:00
Richard M. Stallman
6e27eb5e02 (PTY_OPEN): Use sigaction, not sigsetmask. 1993-07-23 04:16:38 +00:00
Richard M. Stallman
785080c58c (x-select-text): Limit size of text sent to cut buffer. 1993-07-23 01:43:39 +00:00
Richard M. Stallman
f4ebbdbe78 (keyboard-translate): Properly lengthen existing table. 1993-07-22 22:28:36 +00:00
Richard M. Stallman
ce8f144d55 (DECLARE_GETPWUID_WITH_UID_T): Declared. 1993-07-22 22:03:25 +00:00
Richard M. Stallman
73fc0935f0 (getpwuid): Test DECLARE_GETPWUID_WITH_UID_T. 1993-07-22 22:03:11 +00:00
Jim Blandy
837255fb49 Implement search for app-defaults directory and
localized default databases, along with some other functionality
provided by Xt.
#include <stdio.h>, since we call sprintf.
[emacs] (malloc, realloc, free): #define these to xmalloc,
xrealloc, and xfree.
(x_get_string_resource, file_p): Add forward declarations for these.
(x_customization_string): New variable.
(x_get_customization_string): New function.
(gethomedir): Return malloc'ed space of the right size, instead of
writing into a fixed-size buffer; this means that our callers do
not impose an arbitrary limit on file name length.
(magic_file_p): Rewrite of decode_magic; actually do the
substitutions, instead of expanding all %-escapes to "".  Support
the customization string.  Return 0 or the expanded file name,
instead of just zero or one.  Allocate the space for the expanded
file name ourselves, instead of writing into a fixed-size buffer
passed to us; this removes an arbitrary limit.
(search_magic_path): Rewrite of magic_searchpath_decoder.  Return
0 or the expanded file name, instead of just zero or one.
Allocate the space for the expanded file name ourselves, instead
of writing into a fixed-size buffer passed to us; this means that
our callers do not impose an arbitrary limit on file name length.
(get_system_app): Changed to work with search_magic_path.
(get_user_app): Rewritten to work with search_magic_path, and not
to assume that the values of XAPPLRESDIR is a single directory.
(get_user_db): Properly use the new version of gethomedir.
(get_environ_db): Remove arbitrary limit on length of host name.
(x_load_resources): Take a new argument, myname.
Call get_user_db early to obtain the customization string.
Changes to stand-alone testing code.
1993-07-22 22:00:48 +00:00
Richard M. Stallman
312c996467 (Fget_buffer_process): Delete doc string from
second alternative definition.
1993-07-22 19:38:51 +00:00
Roland McGrath
f7a009a5c4 (ALIGNED, ROUNDUP): Use unsigned long int' instead of unsigned int' for
casting addresses and sizes.  It matters on the 64-bit Alpha.
1993-07-22 18:59:43 +00:00
Roland McGrath
b1814de250 [_LIBC]: Just include <sys/resource.h>, and skip hairy #ifdef mess. 1993-07-22 18:55:19 +00:00
Paul Eggert
d76b8d38bc > (vc-backend-revert): Use `co -f' instead of deleting the
working file ourselves; that way, if `co' fails, we won't have
deleted the working file.
(vc-backend-steal):  Don't delete the working file.  Use `rcs -u -l',
not `rcs -u ; rcs -l'; it's faster.  Use vc-backend-dispatch -- the
old code couldn't have possibly worked.
1993-07-22 10:57:46 +00:00
Richard M. Stallman
c08c95c7af (Fdelete_frame): Allow deletion if there is some other
visible (perhaps iconified) frame.  Also allow deleting terminal frame
if there are X frames.
1993-07-22 09:01:22 +00:00
Richard M. Stallman
54939090dc (syms_of_buffer): Lisp var doc fixes. 1993-07-22 08:53:43 +00:00
Richard M. Stallman
c901003d61 (NO_MODE_T): Defined. 1993-07-22 08:36:39 +00:00
Richard M. Stallman
322890c475 (float_to_string): Don't use uninitialized pointer `cp'.
Set width to -1 at lose: and other places.
Default to .17g, not .20g.
1993-07-22 08:34:30 +00:00
Richard M. Stallman
b8e4857c81 (graft_intervals_into_buffer): When TREE is null,
pass buffer as 2nd arg to reproduce_tree.
1993-07-22 08:06:55 +00:00
Richard M. Stallman
fba985162a (map-y-or-n-p): If LIST is nil, just return. 1993-07-22 07:17:28 +00:00
Richard M. Stallman
367ee8f4d0 (mouse-secondary-save-then-kill): When making the undo item,
use an integer, not a marker, for the position.
1993-07-22 07:15:49 +00:00
Richard M. Stallman
26d86f19f9 (mouse-set-font): Update faces bold, italic and bold-italic. 1993-07-22 06:20:40 +00:00
Richard M. Stallman
313d590c15 (perl-font-lock-keywords): Add a `(... . 1)' to the
first element of the list.
(font-lock-hack-keywords, font-lock-unfontify-region)
(font-lock-fontify-region): Bind buffer-read-only to nil,
and don't alter buffer-modified-p.
(font-lock-fontify-region): Use comment-start-skip, not comment-start.

(font-lock-function-name-face): defvar renamed.
(font-lock-hack-keywords): Evaluate face specs from keyword list.
1993-07-22 06:12:37 +00:00
Richard M. Stallman
23b97eb96a (complete): Use sit-for, not cmpl19-sit-for. 1993-07-22 05:49:37 +00:00
Richard M. Stallman
ac29eb79ce (completion-list-mode): Renamed from completion-mode.
(completion-list-mode-map): Likewise.
1993-07-22 05:47:10 +00:00
Richard M. Stallman
c52e4104a1 (parse-colon-path): Really make nil, not ".", for empty path element. 1993-07-22 05:34:53 +00:00
Richard M. Stallman
0a933d4b4f (generate-file-autoloads): Bind float-output-format.
Bind print-escape-newlines.
1993-07-21 22:37:55 +00:00
Richard M. Stallman
1110dff341 (Qmodification_hooks, Qinsert_in_front_hooks)
(Qinsert_behind_hooks): Moved to buffer.c.
(syms_of_textprop): Lisp vars setup deleted.
1993-07-21 22:33:37 +00:00
Richard M. Stallman
294d215f89 (Qmodification_hooks, Qinsert_in_front_hooks)
(Qinsert_behind_hooks): Moved here.
(syms_of_buffer): Lisp vars set up here.
1993-07-21 22:33:00 +00:00
Richard M. Stallman
5f60ed47d9 (compact_strings): Add USE_TEXT_PROPERTIES conditional. 1993-07-21 22:29:26 +00:00
Richard M. Stallman
edc28db1ae (Ftext_property_not_all): Fix typo in decl. 1993-07-21 22:25:42 +00:00
Richard M. Stallman
011f432b1a (SUNOS_LOCALTIME_BUG): Defined. 1993-07-21 22:23:24 +00:00
Richard M. Stallman
8e0ed2de52 Try deleting version.el if it's not writable. 1993-07-21 22:16:11 +00:00
Richard M. Stallman
7c7b8f9d15 Fix up previous change. 1993-07-21 22:12:08 +00:00
Richard M. Stallman
f6f32e5a43 If we do find x_includes and x_libraries
via AC_FIND_X, set C_SWITCH_X_SITE and LD_SWITCH_X_SITE.
1993-07-21 22:06:56 +00:00
Richard M. Stallman
4b7802ed14 *** empty log message *** 1993-07-21 21:44:24 +00:00
Richard M. Stallman
9e6e0fe245 (memmove): Defined. 1993-07-21 21:31:31 +00:00
Jim Wilson
4c934a4dfe (lynx): Recognize as vendor.
(lynxos): Recognize as OS.
1993-07-21 21:00:37 +00:00
Richard M. Stallman
d4029c897c (Man-set-fonts): Don't look for another char after
the backspace; instead look for a sequence CHAR BS CHAR BS CHAR BS...
Delete all the CHAR BS pairs found, after making the text property.
1993-07-21 09:05:18 +00:00
Richard M. Stallman
3746159f73 (indent-c-exp): Call calculate-c-indent-within-comment when appropriate. 1993-07-21 08:50:30 +00:00
Richard M. Stallman
9ce49c8d77 (indent-c-exp): If ENDPOS, always set OPOINT
to the function start.  And don'tindet a line which is past ENDPOS.
Don't indent a comment on the first line if it's the only
thing on that line.
1993-07-21 08:44:36 +00:00
Richard M. Stallman
f767385c90 (mouse-drag-region): Use deactivate-mark. 1993-07-21 07:40:12 +00:00
Richard M. Stallman
b6e1c607fc (memmove): Defined as macro. 1993-07-21 04:37:46 +00:00
Richard M. Stallman
755f5c8707 (etags): Depend on ../src/config.h. 1993-07-21 03:29:43 +00:00
Richard M. Stallman
b2327b2077 (xmakefile): Use CFLAGS after C_SWITCH_SYSTEM. 1993-07-20 22:16:59 +00:00
Richard M. Stallman
e33e80e4a1 (parse-colon-path): Turn empty substring into nil. 1993-07-20 22:04:53 +00:00
Richard M. Stallman
1a47fa1367 (validate_x_resource_name): Call make_string properly. 1993-07-20 21:54:57 +00:00
Richard M. Stallman
5bebb622b1 (mail-bury): Check that frame-parameters is defined. 1993-07-20 21:42:52 +00:00
Richard M. Stallman
e5e8bb4adc *** empty log message *** 1993-07-20 21:15:26 +00:00
Richard M. Stallman
c455d34d63 (X_NOT_POSIX): Defined. 1993-07-20 19:14:05 +00:00
Richard M. Stallman
37ef13a631 Comment change. 1993-07-20 19:04:49 +00:00
Richard M. Stallman
525a7dc41b *** empty log message *** 1993-07-20 18:26:59 +00:00