1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-03 02:31:03 -08:00
Commit graph

11377 commits

Author SHA1 Message Date
Richard M. Stallman
e207bc6ec6 (Fx_color_defined_p): Doc fix. 1995-04-13 16:51:39 +00:00
Richard M. Stallman
58a752c5e2 [! HAVE_X_WINDOWS] (build_face): Deleted. 1995-04-13 16:18:42 +00:00
Richard M. Stallman
6352522846 (Fcall_interactively): Fix paren nesting. 1995-04-13 16:10:04 +00:00
Richard M. Stallman
c3935f9df3 (evaporate_overlays): Fix type error. 1995-04-13 16:09:46 +00:00
Richard M. Stallman
1feb8ae1f5 (scan_c_file): At end, restore file name last char to its original value. 1995-04-13 16:05:43 +00:00
Richard M. Stallman
0731825e49 (all): Build test-distrib and make-docfile. 1995-04-13 16:03:08 +00:00
Richard M. Stallman
836d2cde81 (Fframe_or_buffer_changed_p): Ignore buffers whose names start with space.
(init_desired_glyphs): New function.
1995-04-13 07:47:27 +00:00
Richard M. Stallman
b58912b7d9 Comment change. 1995-04-13 06:40:19 +00:00
Richard M. Stallman
89901917ef (mail-do-fcc): Use just find-buffer-visiting
to find buffer to append to.
1995-04-13 05:43:35 +00:00
Richard M. Stallman
8ce6977ed7 (MARKBIT): Do the shifting as unsigned int. 1995-04-13 05:12:24 +00:00
Richard M. Stallman
7e5e0277f0 (top_distclean): Delete config.cache. 1995-04-13 04:56:20 +00:00
Richard M. Stallman
5038b790cf (x-set-selection): Fix up interactive defaults. 1995-04-13 02:34:03 +00:00
Richard M. Stallman
2cccc82349 (temp_output_buffer_show): Select the chosen window
temporarily for running temp-buffer-show-hook.
(syms_of_window): Fix typo.
1995-04-13 02:03:59 +00:00
Richard M. Stallman
b1defad27b (time-stamp-format): Replace list of Lisp
functions with string containing %-escapes in the style of date(1).
(time-stamp): Widen buffer while time-stamping.
(time-stamp-toggle-active): New function.
(time-stamp-warn-inactive): New variable.
1995-04-13 01:33:08 +00:00
Richard M. Stallman
fa05e25372 (gc_sweep): If a misc has type Lisp_Misc_Free,
keep it on the free list.  Sum pseudovector sizes properly.
1995-04-12 17:53:01 +00:00
Richard M. Stallman
cce7b8a038 (Fencode_time): Use XINT to examine `zone'.
(Fencode_time): New function, to match `decode-time'.
1995-04-12 06:16:00 +00:00
Karl Heuer
3596280063 Initial revision 1995-04-12 04:48:18 +00:00
Karl Heuer
61fac91166 (all): Use DEL_TREE instead of delnode. 1995-04-12 03:13:59 +00:00
Karl Heuer
81b38822fd Key [C-M-backspace] defined.
(mode-line-format): Defined.
1995-04-12 03:13:20 +00:00
Karl Heuer
ea3e204331 [WINDOWSNT]: Find doc strings 1995-04-12 03:11:40 +00:00
Karl Heuer
64ce1458ef (set-auto-mode) [WINDOWSNT]: Match insensitive to case. 1995-04-12 03:10:46 +00:00
Karl Heuer
723ddb1f81 (dired-chmod-program): Defined. 1995-04-12 03:09:44 +00:00
Karl Heuer
a40dbafc08 * dired-aux.el (dired-do-chmod): Use dired-chmod-program.
(dired-do-chgrp, dired-do-chown) [DOS_NT]: Disabled.
1995-04-12 03:08:59 +00:00
Karl Heuer
ebd67b8e2d (obj, lisp): Update to expanded list of source files.
(DOC): Place DOC strings in DOC-X.
(config.h, paths.h): New source location.
(all): Use COMPAT_LIB in library list.
Use DEL_TREE instead of delnode.
(etags.exe): Use $(LINK) instead of link32.
1995-04-12 03:00:06 +00:00
Karl Heuer
a9971c6d05 (getenv_internal): Balance parentheses across #if/#endif. 1995-04-12 02:56:05 +00:00
Karl Heuer
39d2afa756 Fix typo in previous change. 1995-04-12 02:50:23 +00:00
Karl Heuer
45b6727704 (sys_subshell) [WINDOWSNT]: Don't invoke restore_console. 1995-04-12 02:33:01 +00:00
Karl Heuer
3360970aa2 (HAVE_RANDOM): Defined.
(random): Macro undefined.
(srandom): Macro undefined.
(HAVE_UTIME): Defined.
(utime): Defined.
(EMACS_CONFIGURATION): Defined.
(_VARARGS_): Defined.
(_CALLBACK_): Defined.
(ctime): Defined to be nt_ctime.
(NULL): Defined when missing from included system files.
(EMACS_CONFIG_OPTIONS): Defined.
(LISP_FLOAT_TYPE): Defined.
(HAVE_TZNAME): Defined.
(HAVE_TIMEVAL): Defined.
(struct timeval): Defined.
(struct timezone): Defined.
(struct nt_stat): Defined.
1995-04-12 02:32:26 +00:00
Karl Heuer
0534d577c7 (Fset_message_beep): Defined.
(ring_bell): Support audio cards.
1995-04-12 02:29:47 +00:00
Karl Heuer
22759c7246 (win32_wait): Reap synchronous subprocesses, and place
return code in synch_process_retcode.
1995-04-12 02:27:16 +00:00
Karl Heuer
6fc7509eee Fixed function prototypes. 1995-04-12 02:25:05 +00:00
Karl Heuer
b02466e81c (do_mouse_event): Use XSETFASTINT.
(SET_FRAME): Undefined.
(select): Renamed to sys_select to correspond to routine in sysdep.c
(sys_select): Support struct timeval.
(key_event): Support German keyboard.
Replace SET_FRAME with XSETFRAME.
(nt_kbd_mods_to_emacs): Renamed to win32_kbd_mods_to_emacs.
(win32_kbd_mods_to_emacs): Support AltGr on German keyboards.
(win32_number_shift_map): Defined.
(WIN32_KEY_SHIFTED): Defined.
(win32_patch_key): Defined.
(map_virt_key): Support VK_OEM_102 for German keyboards.
(win32_mouse_position): Add arg insist.
(do_mouse_event): Replace SET_FRAME with XSETFRAME.
Use win32_kbd_mods_to_emacs.
1995-04-12 02:23:35 +00:00
Karl Heuer
488e9a54a5 (sbrk): Shrink heap by arbitrary amounts. 1995-04-12 02:12:02 +00:00
Karl Heuer
35f0d4826f (nt_ctime): Defined.
(gettimeofday): Defined.
(nt_stat): Defined.
(random): Defined.
(srandom): Defined.
(readdir): Include "." and "..".
(get_inode_and_device_vals): Handle directories.
1995-04-12 02:10:10 +00:00
Karl Heuer
ee215c7b37 (DOC): Defined.
(TEMACS): Add dependence on $(BLD).
(all): Use COMPAT_LIB in library list.
Use DEL_TREE instead of delnode.
1995-04-12 02:08:22 +00:00
Karl Heuer
6f4961ebbe (NO_ARG_ARRAY) [WINDOWSNT]: Defined. 1995-04-12 02:07:05 +00:00
Karl Heuer
3c455a3b4f (directory_file_name) [WINDOWSNT]: Handle UNC format.
(Fexpand_file_name) [DOS_NT]: Don't strip slash from default dirs like "C:\\"
Preserve drive letter case.
Fix syntax errors.
Check drive letter when expanding ~\.
1995-04-12 02:06:22 +00:00
Karl Heuer
ec2cfa3449 (Ffile_attributes) [WINDOWSNT]: Removed syntax errors. 1995-04-12 02:00:23 +00:00
Karl Heuer
ff27bfbe5c (child_setup) [WINDOWSNT]: Removed syntax errors. 1995-04-12 01:59:39 +00:00
Karl Heuer
d114e0a486 Initial revision 1995-04-12 00:54:22 +00:00
Richard M. Stallman
019434e1f3 (mail-hist-put-headers-into-history):
Add save-excursion around entire function.
1995-04-11 23:01:05 +00:00
Roland McGrath
e01186a181 (create_process): Set PROCESS's tty_name to Qnil when !PTY_FLAG,
so Fprocess_tty_name returns nil for pipes as its docstring says.
1995-04-11 22:46:18 +00:00
Richard M. Stallman
796e46975d (XTread_socket): Pass dpyinfo to popup_get_selection. 1995-04-11 20:33:52 +00:00
Richard M. Stallman
e81976428c (inhibit_garbage_collection): New function. 1995-04-11 20:19:46 +00:00
Richard M. Stallman
a9cb9b8010 (bibtex-find-text, bibtex-remove-double-quotes-or-braces):
Support both kind of delimiters (braces or quotes) regardless of the
value of bibtex-field-left-delimiter and bibtex-field-right-delimiter.
(bibtex-field-left-delimiter, bibtex-field-right-delimiter):
Made buffer-local.

(bibtex-beginning-of-entry): At the beginning of an
entry, leave point at the beginning of that entry instead of
moving to the beginning of the previous one.
(bibtex-end-of-entry): Outside an entry, now move to the end of
the *previous* entry (i.e. bibtex-beginning-of-entry and
bibtex-end-of-entry are now idempotent).
(bibtex-sort-entries, bibtex-clean-entry): Removed now obsolete
calls of bibtex-beginning-of-entry just before calls to
bibtex-end-of-entry.
(bibtex-clean-entry): Minor change to adapt to new behavior of
bibtex-beginning-of-entry.
1995-04-11 19:47:26 +00:00
Boris Goldowsky
da627a7158 (facemenu-read-color): Don't ignore PROMPT arg. Make arg optional.
(facemenu-unlisted-faces): Add font-lock faces to default value.
1995-04-11 15:56:53 +00:00
Richard M. Stallman
21ba0e68ef (Fcall_interactively): Fix handling of @
when it tests whether the event has a window in it.
1995-04-11 03:04:38 +00:00
Richard M. Stallman
012733b38e (perl-comment-indent): Make extra space only when
not at beginning of line.
1995-04-11 03:00:04 +00:00
Richard M. Stallman
bf47de8e06 (NO_SOCKETS_IN_FILE_SYSTEM): Defined. 1995-04-11 01:50:08 +00:00
Richard M. Stallman
1e523e3da8 Test NO_SOCKETS_IN_FILE_SYSTEM. 1995-04-11 01:44:46 +00:00