Commit graph

  • ec40ed9f4e (server-window): New variable. (server-switch-buffer): Use it. Richard M. Stallman 1993-06-11 18:28:44 +00:00
  • 1bc1c75ef9 (enable-flow-control): Don't alter the 8-bit flag. Richard M. Stallman 1993-06-11 17:55:51 +00:00
  • 4cd88e9c94 (Man-filter-list): Add an element for X man pages. (Man-goto-page): Continue past errors in Man-build-references-alist. Richard M. Stallman 1993-06-11 17:52:59 +00:00
  • c5074d8cad (Fmouse_position): Set up defaults before calling the hook. Richard M. Stallman 1993-06-11 17:14:31 +00:00
  • b25b6c3402 (rmail-output-to-rmail-file): Use the smart default in the prompt. Richard M. Stallman 1993-06-11 16:36:19 +00:00
  • 6bfb792228 (view-register): Handle file name values. Richard M. Stallman 1993-06-11 16:30:40 +00:00
  • 9ae8f99795 Interact properly with shells lacking job control (sh, rc, es...) * sysdep.c [BSD] (inherited_pgroup): New variable. (narrow_foreground_group, widen_foreground_group): New functions. (init_sys_modes): Call narrow_foreground_group. (reset_sys_modes): Call widen_foreground_group. * emacs.c [BSD] (inherited_pgroup): Add extern declaration. [BSD] (main): Set inherited_pgroup, and put ourselves in our own pgroup. Jim Blandy 1993-06-11 16:22:03 +00:00
  • 9b37b1c26c * xrdb.c (get_user_db): Get the screen-specific database too. Jim Blandy 1993-06-11 16:20:38 +00:00
  • e27c3564f2 * bytecomp.el: Bring it up to version 2.10 of the Zawinski-Furuseth compiler. Changes from David Gillespie. Jim Blandy 1993-06-11 16:19:49 +00:00
  • 30c5ce9c10 (cd): Use file-name-absolute-p. (cd-absolute): No longer interactive. Richard M. Stallman 1993-06-11 16:02:27 +00:00
  • fa462250f3 (electric-history-map): Don't use fillarray; make default bindings instead. Bind up, down, home, next, prior. Richard M. Stallman 1993-06-11 15:51:46 +00:00
  • 7ecc7c8e09 (syms_of_xfns): Don't set up Qicon. (Qicon): Declaration deleted. Richard M. Stallman 1993-06-11 15:43:04 +00:00
  • 870b25a27b (Qicon): Declared. Richard M. Stallman 1993-06-11 15:41:36 +00:00
  • 14709f21f6 * xdisp.c (redisplay_window): Don't call try_window_id if the window isn't starting at the beginning of the line. Jim Blandy 1993-06-11 14:32:08 +00:00
  • 3008ffb6cd * frame.el (frame-initialize): Remember to actually traverse initial-frame-alist. Jim Blandy 1993-06-11 11:33:31 +00:00
  • 32ab4c1069 * gud.el (gud-last-last-frame): New variable. (gud-display-frame): Save the frame we displayed in gud-last-last-frame. (gud-refresh): Force gud-display-frame to jump to the last frame displayed, even if it has already done so once. Jim Blandy 1993-06-11 11:28:28 +00:00
  • 7ee2a20445 * window.c (Fprevious_window): Typo. Jim Blandy 1993-06-11 11:18:37 +00:00
  • d801ac0978 * man.el (manual-entry): Recognize the subject(section) syntax. Jim Blandy 1993-06-11 10:29:55 +00:00
  • c45a630685 * picture.el (move-to-column-force): If column is negative, go flush left. Jim Blandy 1993-06-11 10:11:33 +00:00
  • 1f3696d7df * simple.el (hscroll-point-visible): Work as documented in the docstring for hscroll-step. Jim Blandy 1993-06-11 09:45:20 +00:00
  • e54f12273a (Fset_text_properties): No special case for props = nil. Richard M. Stallman 1993-06-11 07:29:55 +00:00
  • a910736011 (Fx_list_fonts): If names is 0, just return nil. Richard M. Stallman 1993-06-11 07:14:12 +00:00
  • 0c94f6ee88 * xterm.c (x_new_font): If font_names is zero, that's all the indication we get that no matches were found. Jim Blandy 1993-06-11 07:02:36 +00:00
  • 2dab780287 (lisp-indent-function): Look for either lisp-indent-hook or lisp-indent-function property. Richard M. Stallman 1993-06-11 07:00:05 +00:00
  • 34fc388296 * s/isc3-0.h (LIB_X11_LIB): #undef this, to remove the value inherited from usg5-3.h; ISC doesn't have libX11_s. (LIBX11_SYSTEM): Link against the static -lc, not -lc_s. Jim Blandy 1993-06-11 06:49:23 +00:00
  • 46336f7ad1 * s/isc3-0.h (LIB_X11_LIB): #undef this, to remove the value inherited from usg5-3.h; ISC doesn't have libX11_s. Jim Blandy 1993-06-11 06:43:42 +00:00
  • efe15b83b9 * configure.in: Pass "-Isrc" to the CPP we run to examine the s/*.h and m/*.h files. Martin Tomes <mt00@controls.eurotherm.co.uk> says ISC Unix 3.0.1 needs it. Jim Blandy 1993-06-11 06:36:45 +00:00
  • 4ea836c185 (make-backup-files): Doc fix. Richard M. Stallman 1993-06-11 05:59:16 +00:00
  • 2a8386146c Comment change. Richard M. Stallman 1993-06-11 05:56:00 +00:00
  • ad4ec84a08 (Fdescribe_vector): Use current buf, not standard-output. (describe_vector_princ): Add newline at end. Richard M. Stallman 1993-06-11 04:16:13 +00:00
  • 5009d9f0d4 (rmail-primary-inbox-list): Use defvar, not defconst. Richard M. Stallman 1993-06-11 03:56:44 +00:00
  • fec33c0b30 (basic-save-buffer): Cal auto-save-mode with t as arg if and only if auto save was off and default is on. (set-visited-file-name): Likewise. Richard M. Stallman 1993-06-10 23:35:18 +00:00
  • 23efee2ce4 (append-to-buffer): Interactively, supply all 3 args. Allow nonexistent buffers. Richard M. Stallman 1993-06-10 23:06:50 +00:00
  • 6992e6b7a7 Move i386-prime-sysv* and i386-sequent-bsd* above the general i386 alternative. Richard M. Stallman 1993-06-10 23:04:01 +00:00
  • dc606f020d (calculate-c++-indent): Respect c-continued-brace-offset (as in c-mode.el). Richard M. Stallman 1993-06-10 22:58:01 +00:00
  • 7d3221d7e3 (hack-one-local-variable): Treat ...-hook(s) and ..-function(s) like setting the `eval' variable. Richard M. Stallman 1993-06-10 21:31:56 +00:00
  • c2225d0026 (Fload): Forward all 4 args to magic-name handler. Richard M. Stallman 1993-06-10 21:15:55 +00:00
  • e98dda8986 (abbreviate-file-name): Make abbreviated-home-dir from ~/', not from just ~'. Richard M. Stallman 1993-06-10 20:44:12 +00:00
  • a6c5a8dd70 Doc fixes. (ispell-command, ispell-command-options): New defvars. (start-ispell): Use them. Richard M. Stallman 1993-06-10 20:35:05 +00:00
  • 8760d5df1f *** empty log message *** Jim Blandy 1993-06-10 20:28:32 +00:00
  • 644b477c86 (Fscroll_left): Make argument optional. (Fscroll_right): Ditto. Richard M. Stallman 1993-06-10 20:08:25 +00:00
  • 442c9ab627 (ange-ftp-multi-msgs): Add 331-. Richard M. Stallman 1993-06-10 18:46:48 +00:00
  • 526504b86f (Man-mode): Run Man-mode-hook. Richard M. Stallman 1993-06-10 17:48:36 +00:00
  • a857ed136a (bibtex-mode-map): Use tex-insert-quote, not TeX-... Richard M. Stallman 1993-06-10 17:42:39 +00:00
  • 118c9082db Formatting change. Jim Blandy 1993-06-10 13:11:27 +00:00
  • 5e90137963 * frame.el (frame-initialize): When deleting geometry specifications from initial-frame-alist, remember that they may occur more than once, and do, if the -geometry option was specified as well as a .geometry resource. Jim Blandy 1993-06-10 13:10:00 +00:00
  • 2d52e48f10 * search.c (Flooking_at, Fstring_match, fast_string_match, search_buffer): Don't block input while calling searching and matching functions. These functions may not call malloc under Emacs anyway, and we need to be able to check for C-g. Jim Blandy 1993-06-10 12:52:31 +00:00
  • 85be31013c *** empty log message *** Jim Blandy 1993-06-10 12:50:56 +00:00
  • ada464a7f3 * scroll-bar.el (scroll-bar-mode): Variable deleted. (scroll-bar-mode): Function changed to consult default-frame-alist instead of the variable. Jim Blandy 1993-06-10 12:18:36 +00:00
  • 1c595d45c4 * gnus.el (gnus-start-news-server): If no server has been specificed, but gnus-nntp-service is nil, don't ask for a server name; use the local host. Jim Blandy 1993-06-10 11:46:43 +00:00
  • 92b281339a * ange-ftp.el (ange-ftp-make-directory): Take second optional argument parents, like the original. Implement it. Jim Blandy 1993-06-10 11:39:44 +00:00
  • 17df4d9dae * gnus.el (gnus-newsrc-to-gnus-format): Change regexp which matches .newsrc lines for better performance under the new regexp routines. Jim Blandy 1993-06-10 10:40:16 +00:00
  • 407865ffc9 * syntax.c (scan_lists, Fforward_comment): Call scan_sexps_forward with the proper number of arguments. Jim Blandy 1993-06-10 10:28:58 +00:00
  • 91d10fa88d Typo. Jim Blandy 1993-06-10 09:32:18 +00:00
  • 29478cc523 Doc fix. Jim Blandy 1993-06-10 07:22:07 +00:00
  • 18710add3c * compile.el (compilation-error-list): When we haven't yet generated a marker for the source position of an error message, store (FILENAME . LINE-NUMBER), not ((DIRECTORY . FILE) LINE-NUMBER). Doc fix. (next-error, compilation-parse-errors): Adjusted appropriately. Jim Blandy 1993-06-10 07:17:33 +00:00
  • 1cda1ca1a6 * filelock.c: Test HAVE_LONG_FILE_NAMES, not SHORT_FILE_NAMES, to interface nicely with autoconf. * m/delta.h: Don't #define SHORT_FILE_NAMES; autoconf does this for us. Jim Blandy 1993-06-10 06:23:04 +00:00
  • 411c533fd2 * sysdep.c: Remove clause for DGUX support of FASYNC; add clause to #undef FASYNC if BROKEN_FASYNC is #defined. Jim Blandy 1993-06-10 06:21:19 +00:00
  • fe5de4788f * configure.in: Use AC_LONG_FILE_NAMES. Jim Blandy 1993-06-10 06:20:06 +00:00
  • 6c10d0cda5 * filelock.c: Test HAVE_LONG_FILE_NAMES, not SHORT_FILE_NAMES, to interface nicely with autoconf. Jim Blandy 1993-06-10 06:19:30 +00:00
  • dea95cc230 * s/dgux.h (BROKEN_FASYNC): #define this. Jim Blandy 1993-06-10 06:11:55 +00:00
  • d1ae7d261b * s/dgux.h: Changes from Paul M Reilly <pmr@rock.concert.net>: (BSD4_4, SVR4, HAVE_SETSID, HAVE_UNIX_DOMAIN): #define these. (FIRST_PTY_LETTER): This is 'r', not 'p'. (HAVE_TERMIO, SIGNALS_VIA_CHARACTERS): Don't #define these. (HAVE_TERMIOS): #define these instead. (XREBINDKEYSYM): Don't #define. Test THIS_IS_YMAKEFILE instead of MAKING_MAKEFILE. (sigmask, sigpause): #undef these after #including <signal.h>. (LD_SWITCH_SYSTEM, START_FILES, LIBS_SYSTEM, LIB_GCC): #define these to avoid problems with /lib/crt0.o. (C_DEBUG_SWITCH, C_OPTIMIZE_SWITCH): #define these. Jim Blandy 1993-06-10 06:05:05 +00:00
  • b86d694ea0 * configure.in: Recognize configuration name for Data General AViiON machines. Jim Blandy 1993-06-10 05:46:10 +00:00
  • a5a44b9105 * fileio.c (Frename_file): Pass all arguments to the file name handler. * eval.c (call4): New function. Jim Blandy 1993-06-10 05:21:01 +00:00
  • 5ac622b201 *** empty log message *** Roland McGrath 1993-06-09 20:28:35 +00:00
  • 9e47973421 * s/linux.h (SIGNALS_VIA_CHARACTERS): Don't #define this. Jim Blandy 1993-06-09 12:53:35 +00:00
  • 4e23f2ba8b * emacsserver.c (main): When we're passing a `struct sockaddr_un' to bind or accept, cast the pointer, to avoid warnings on systems which declare prototypes for this. * emacsclient.c (main): Same. Jim Blandy 1993-06-09 12:45:26 +00:00
  • 2fdfe0796e * emacsserver.c (main): When we're passing a `struct sockaddr_un' to bind or accept, cast the pointer, to avoid warnings on systems which declare prototypes for this. Jim Blandy 1993-06-09 12:41:31 +00:00
  • 6382623783 * process.c (sigchld_handler): Add cast, to avoid warnings on Linux. (Fopen_network_stream): Cast the second argument to connect, to avoid warnings on any system that provides prototypes for connect. Jim Blandy 1993-06-09 12:39:16 +00:00
  • 95e8068d3e * process.c (sigchld_handler): Add cast, to avoid warnings on Linux. Jim Blandy 1993-06-09 12:30:13 +00:00
  • eb8c3be94e Apply typo patches from Paul Eggert. Jim Blandy 1993-06-09 11:59:12 +00:00
  • 16a4a21d01 entered into RCS Jim Blandy 1993-06-09 11:33:38 +00:00
  • 165c38c534 *** empty log message *** Jim Blandy 1993-06-09 11:26:54 +00:00
  • 4cad38d5ed * scroll-bar.el (scroll-bar-set-window-start): Remember that the scroll bar numbers reflect the accessible region of the buffer, not the entire buffer. Jim Blandy 1993-06-09 09:44:24 +00:00
  • 8eda6c512f *** empty log message *** Jim Blandy 1993-06-09 09:23:12 +00:00
  • 5fcbb24d47 * xdisp.c (display_text_line): Handle case where line ends in a continuation character but we never actually displayed any buffer text (due to minibuffer prompt). Jim Blandy 1993-06-09 07:21:28 +00:00
  • e4571a43ea * xterm.c (x_is_vendor_fkey): New function. (XTread_socket): Call it to recognize vendor-specific function keys. Jim Blandy 1993-06-09 04:56:47 +00:00
  • dbba802ad5 * s/dgux.h: Move #definition of SYSTEM_MALLOC outside of MAKING_MAKEFILE conditional. No harm. Jim Blandy 1993-06-09 04:42:19 +00:00
  • 1120eb5e8d * xfaces.c (init_frame_faces): Remove assumption that the selected frame must be an X frame whenever there is already an X frame. Jim Blandy 1993-06-09 04:36:41 +00:00
  • 4b5a51c1fe * configure.in: Test for bison. * Makefile.in (YACC): New variable. (lib-src/Makefile.in): Edit YACC into the makefile. Jim Blandy 1993-06-09 04:06:57 +00:00
  • 2756d8ee8d * alloc.c (emacs_blocked_malloc, emacs_blocked_realloc): Cast the return values of malloc and realloc, to placate compilers. Jim Blandy 1993-06-09 03:55:55 +00:00
  • 536ae2dded (dired-flag-auto-save-files): Ignore `*' added by ls -F. Richard M. Stallman 1993-06-08 22:54:46 +00:00
  • 5f8a398a50 (INTERVAL_WRITABLE_P): Fix backwards tests. Richard M. Stallman 1993-06-08 21:08:56 +00:00
  • 798c05c3b6 Initial revision Melissa Weisshaus 1993-06-08 20:59:11 +00:00
  • 5ef4613c56 (sc-mark): Use mark-marker. Richard M. Stallman 1993-06-08 16:28:28 +00:00
  • 38fdf67594 Rewrite by author; mostly rearrangements. Richard M. Stallman 1993-06-08 16:25:02 +00:00
  • 602dc898ea * configure.in: Remove extra ;; from hpux cases. Jim Blandy 1993-06-08 07:21:54 +00:00
  • 4ed216b38b * configure.in (CFLAGS): Don't set this according to the value of the GCC shell variable. Instead, consult the machine and system files for the values of C_OPTIMIZE_SWITCH and C_DEBUG_SWITCH, and test __GNUC__ while we're at it. Jim Blandy 1993-06-08 07:18:40 +00:00
  • ea2c2e02db * configure.in (machine): Fix the versions in hpux version number test. Do not guess based on cpu type. Do check for explicit system version. Jim Blandy 1993-06-08 07:17:32 +00:00
  • 11e5be7d85 * wakeup.c: Include sys/types.h, too; I think that's where time_t comes from, not sys/time.h. Jim Blandy 1993-06-08 07:15:01 +00:00
  • 8f2d5456ad * config.h.in (HAVE_LIBDNET): New macro, to be defined by ../configure. * m/pmax.h (LIBS_MACHINE): Only put "-ldnet" here if HAVE_LIBDNET is #defined. Jim Blandy 1993-06-08 07:00:13 +00:00
  • e44e10e4ea * ymakefile (C_DEBUG_SWITCH, C_OPTIMIZE_SWITCH): Remove these; people shouldn't edit this file to choose optimization and debugging switches anyway. ../configure will set CFLAGS to an appropriate default, which they will be able to override. * Makefile.in (xmakefile): Don't try to turn -g and -O in CFLAGS into C_DEBUG_SWITCH and C_OPTIMIZE_SWITCH. CFLAGS should be the sole source of such switches, so that setting CFLAGS controls them completely. Jim Blandy 1993-06-08 06:59:37 +00:00
  • 8e9b75edd9 #undef static. Richard M. Stallman 1993-06-08 06:20:56 +00:00
  • c81a3712fa (Fforward_comment): Set point to where scan stops, thus moving acros whitespace. When moving fwd, treat Sendcomment as whitespace; likewise for Scomment when moving back. (scan_sexps_forward): New arg COMMENTSTOP. (Fparse_partial_sexp): Likewise. Richard M. Stallman 1993-06-08 06:12:08 +00:00
  • aa4ed68c3e (fortran-indent-new-line): Renamed from fortran-reindent-then-newline-and-indent. Richard M. Stallman 1993-06-08 05:25:19 +00:00
  • bcd5aef107 (mouse-drag-region-1): Un-comment-out this function. Richard M. Stallman 1993-06-08 05:16:47 +00:00
  • b0ebdfe551 (Info-follow-reference): Fix completion defaulting. Richard M. Stallman 1993-06-08 04:41:00 +00:00
  • 6028d553ed * make-dist: Add clauses to distribute lisp/forms-mode. Jim Blandy 1993-06-08 04:27:18 +00:00
  • d2e1218f85 (safe-documentation): Don't crash on byte-compiled macro. Richard M. Stallman 1993-06-08 01:32:42 +00:00
  • 3ed5409efa (telnet-simple-send): New function. (telnet): Arrange to use that. Richard M. Stallman 1993-06-08 01:29:05 +00:00