1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-02-01 20:06:00 +00:00
Commit Graph

16138 Commits

Author SHA1 Message Date
Richard M. Stallman
c43aa15d17 (TAGS): Use $(srcdir) in deps. 1996-09-01 18:27:40 +00:00
Richard M. Stallman
deec6f9958 (emacsclient): Link with getopt.
Add -DVERSION so emacsclient knows its version number.
1996-09-01 18:25:38 +00:00
Richard M. Stallman
8f9aaa0a81 (decode_options): New function.
(main, both versions): Call decode_options.
(print_help_and_exit): New function.
(VERSION): New macro
1996-09-01 18:25:21 +00:00
Richard M. Stallman
424aad230d [windows-nt, ms-dos]: Load dos-nt. 1996-09-01 17:11:14 +00:00
Richard M. Stallman
dda6639dbb (path-separator, grep-null-device, grep-regexp-alist)
(file-name-buffer-file-type-alist, find-buffer-file-type):
(find-file-not-found-set-buffer-file-type, find-file-binary):
(find-file-text, mode-line-format): Moved to dos-nt.el.

(save-to-unix-hook, revert-from-unix-hook)
(using-unix-filesystems): Functions removed.
1996-09-01 17:10:56 +00:00
Richard M. Stallman
a95c9a8c30 (path-separator, grep-null-device, grep-regexp-alist)
(file-name-buffer-file-type-alist, find-buffer-file-type):
(find-file-not-found-set-buffer-file-type, find-file-binary):
(find-file-text, mode-line-format): Moved to dos-nt.el.
1996-09-01 17:10:14 +00:00
Richard M. Stallman
a750bcaada Initial revision 1996-09-01 17:09:21 +00:00
Richard M. Stallman
3a5a5199c7 (lisp): Include dos-nt.elc. 1996-09-01 06:49:07 +00:00
Richard M. Stallman
dc32bb9120 (MSDOS_SUPPORT, WINNT_SUPPORT, SOME_MACHINE_LISP): Include dos-nt.elc. 1996-09-01 06:46:59 +00:00
Richard M. Stallman
729d03e7b6 (gnus-local-domain): Remove. 1996-09-01 03:58:08 +00:00
Richard M. Stallman
312cac0ecc Add 1996 to copyright notice. 1996-09-01 03:30:37 +00:00
Richard M. Stallman
8b91400357 Don't fill based on window width.
Don't require facemenu; it's preloaded if applicable.

(enriched-default-right-margin, enriched-fill-after-visiting)
(enriched-text-width): Variables deleted.

(enriched-text-width): Function deleted.

(enriched-initial-annotation): Use `fill-column' rather than
enriched-text-width.

(enriched-mode): Use `add-to-list'.  Turn use-hard-newlines on by
calling function, not setting variable.

(enriched-encode): New argument ORIG-BUF; evaluate
enriched-initial-annotation in that buffer.

(enriched-decode): Turn on use-hard-newlines with function.  Use new
`set-hard-newline-properties' function.  Set fill-column from
File-Width header; re-fill paragraphs only if there is no File-Width
header.
1996-09-01 03:28:43 +00:00
Richard M. Stallman
d1abb42fc8 (format-alist): Doc fix.
(format-annotate-function): New argument ORIG-BUF, passed on to TO-FN.
(format-encode-region): Let TO-FN know that our current buffer is
its ORIG-BUF.
1996-09-01 03:25:54 +00:00
Richard M. Stallman
965eb84afd (use-hard-newlines): New minor mode function.
Existing variable gets doc fix.
1996-09-01 03:24:55 +00:00
Richard M. Stallman
55741b4681 (set-hard-newline-properties): New fn.
(newline): Use it.
1996-09-01 03:24:22 +00:00
Richard M. Stallman
b1878f4508 (requeued_events_pending_p): New function. 1996-09-01 02:43:58 +00:00
Richard M. Stallman
33d79bad63 (mouse-show-mark): Detect loss of selection
while we are showing it highlighted.
1996-09-01 02:42:04 +00:00
Richard M. Stallman
a8abaf83a4 (make-auto-save-file-name): Try a few directories
to get one we can write in.
1996-09-01 00:20:33 +00:00
Richard M. Stallman
85ea1a285f Check for setrlimit. 1996-09-01 00:14:32 +00:00
Richard M. Stallman
be072a32c9 (HAVE_SETRLIMIT): Add #undef. 1996-09-01 00:13:53 +00:00
Richard M. Stallman
04fc68e769 (Fload): Add "source is newer" info to the "loading" and "done" messages. 1996-09-01 00:01:56 +00:00
Richard M. Stallman
11c626be44 (blessmail): Use $srcdir to find blessmail.el. 1996-08-31 23:47:10 +00:00
Richard M. Stallman
e318085a3a Clean up whitespace. 1996-08-31 23:41:26 +00:00
Richard M. Stallman
c8499ba5d8 (re_search_2): Optimize regexp that starts with ^. 1996-08-31 23:40:19 +00:00
Richard M. Stallman
590027f762 (FREE_VAR): Clean up C syntax. 1996-08-31 22:29:12 +00:00
Richard M. Stallman
d169562fa9 (make-doctor-variables): Eliminate `observation-list' also. 1996-08-31 22:24:46 +00:00
Richard M. Stallman
19c277d4b2 (make-doctor-variables): Eliminate unused variables `elist'
and `monosyllables'.
1996-08-31 22:21:53 +00:00
Paul Eggert
1effc2cb24 (sys/systeminfo.h, getdomainname, sysinfo): Check for them. 1996-08-31 22:11:26 +00:00
Paul Eggert
8be8f4740f (HAVE_SYS_SYSTEMINFO_H, HAVE_GETDOMAINNAME, HAVE_SYSINFO): New macros. 1996-08-31 22:11:26 +00:00
Paul Eggert
b05af5d333 (<sys/systeminfo.h>): Include if HAVE_SYS_SYSTEMINFO_H is defined.
(init_system_name): Use sysinfo or getdomainname to append domain name
if host name is not already fully qualified.
1996-08-31 22:11:26 +00:00
Richard M. Stallman
abd89b8031 (internal-set-face-1): When calling x-list-fonts, ask for just one match. 1996-08-31 22:03:30 +00:00
Richard M. Stallman
fa9e8864b4 (Fgarbage_collect): Report used and free intervals. 1996-08-31 21:53:53 +00:00
Richard M. Stallman
0ecf7d369a (Vwin32_start_process_show_window): New variable.
(create_child): Conditionally force subprocess to hide window.
(syms_of_ntproc): DEFVAR it.
1996-08-31 20:13:29 +00:00
Richard M. Stallman
cedadcfab0 (x_set_cursor_color): Use x_update_cursor. 1996-08-31 20:12:15 +00:00
Richard M. Stallman
5aadc2d2ee (LD_SWITCH_SYSTEM): Add alternate definition if not __NeXT. 1996-08-31 19:22:43 +00:00
Richard M. Stallman
3f5a3e124b (command-line-1): Rearrange initial screen. 1996-08-31 16:26:55 +00:00
Richard M. Stallman
b3398af135 (menu-bar-update-buffers): Make the Frames menu a submenu of the Buffers menu. 1996-08-31 16:25:51 +00:00
Richard M. Stallman
292d74a338 (both versions): Handle -nowait and --nowait by sending data to the server. 1996-08-31 16:25:21 +00:00
Richard M. Stallman
8ca5efd068 entered into RCS 1996-08-31 04:29:46 +00:00
Richard M. Stallman
aa8bff2e10 (XTupdate_end): Always clear mouse_face_defer flag. 1996-08-31 02:44:14 +00:00
Richard M. Stallman
f5e278c7c9 (Fset_face_attribute_internal): Set mouse_face_defer flag. 1996-08-31 02:43:52 +00:00
Richard M. Stallman
8a5f6f7f38 (webjump-sample-sites): Define with defvar.
(webjump-state-to-postal-alist): Likewise.
1996-08-31 02:34:25 +00:00
Richard M. Stallman
d1bc41829a (do_line_dance, dumprectangle): Use x_update_cursor.
(show_mouse_face, clear_cursor): Likewise.
(x_display_cursor): New args X and Y.
(XTupdate_end, XTcursor_to, XTwrite_glyphs): Pass new args.
(XTupdate_begin): Initialize curs_x, curs_y here.
1996-08-30 18:49:07 +00:00
Richard M. Stallman
d68e699042 (vc-update-change-log): Doc fix. 1996-08-30 18:42:29 +00:00
Richard M. Stallman
a31ca314db (do-auto-fill): Do break after one word as last resort
even if there is a fill prefix.

(mail-user-agent, define-mail-user-agent):
Definitions moved here from reporter.el.
(sendmail-user-agent, mh-e-user-agent): Definitions moved here
1996-08-30 16:59:20 +00:00
Richard M. Stallman
4b45b44f74 Require ediff-init. 1996-08-30 16:57:35 +00:00
Richard M. Stallman
3b369e522c Initial revision 1996-08-30 16:32:32 +00:00
Richard M. Stallman
b53e01dc02 (texinfo-format-printindex):
Treat windows-nt and ms-dos like vax-vms.
1996-08-30 03:47:47 +00:00
Richard M. Stallman
4fcb3ccf63 (foldout-hide-flag, foldout-show-flag): New variables.
(foldout-exit-fold): Use those variables.
1996-08-30 03:17:56 +00:00
Richard M. Stallman
9fc0eb9510 (save-match-data): Fix typo in previous change. 1996-08-30 03:05:22 +00:00