Commit graph

  • 7ee790acbd (compilation-error-regexp-alist): Merged HP-UX 7.0 fc regexp with the GNU format regexp: just allowing blanks to terminate the line number makes that one handle the HP case. Merged MIPS RISC CC regexp with Apollo cc regexp: make "s optional, and don't anchor to bol. Roland McGrath 1993-04-05 22:35:50 +00:00
  • 7e8d262512 (compilation-error-regexp-alist): Changed MIPS RISC CC regexp (last one) to be anchored at bol, and to never match multiple lines. Roland McGrath 1993-04-05 21:13:43 +00:00
  • 8cf0453fbb * s/vms.h (EXEC_SUFFIXES): Add definition for this. Jim Blandy 1993-04-05 21:00:51 +00:00
  • 3585916ff7 (dired-unmark-all-files): Read the arg as just a char. Richard M. Stallman 1993-04-05 06:23:05 +00:00
  • 0cbe967f85 Added or corrected documentation headers Eric S. Raymond 1993-04-03 23:28:03 +00:00
  • 465fceed88 Initial revision Eric S. Raymond 1993-04-03 23:28:03 +00:00
  • 4be9a25f02 new comint-read-noecho. Noah Friedman 1993-04-03 11:00:56 +00:00
  • 8b20806d3c *** empty log message *** Jim Blandy 1993-04-02 23:17:33 +00:00
  • 5745b08698 *** empty log message *** Jim Blandy 1993-04-02 22:53:56 +00:00
  • dd4e1002eb (repeat-history-command): Bug fix. Someone forgot a car. Eric S. Raymond 1993-04-02 16:41:54 +00:00
  • 315b23696a (mpuz-try-letter): Use read-char to read digit. Use message directly also. Use downcase. (mpuz-read-map): Deleted. Richard M. Stallman 1993-04-02 08:12:40 +00:00
  • efb8f835e5 (eval-defun): Rename argument to avoid collision. (eval-last-sexp): Likewise. Richard M. Stallman 1993-04-01 22:20:19 +00:00
  • 190c70cedc [log entry censored by the NSA] Noah Friedman 1993-04-01 05:30:04 +00:00
  • 4a92b718e0 (etags-tags-completion-table): Rewritten with a mondo regexp. Roland McGrath 1993-04-01 02:11:02 +00:00
  • 77328ee1d3 * timer.el (timer-program): New defconst. (run-at-time): Use timer-program as the name of the program the subprocess should run, and search for it in exec-directory, rather than checking the entire exec path. Jim Blandy 1993-04-01 01:07:38 +00:00
  • 9d0f559a4d (indent-for-comment): Use skip-syntax-backward in place of skip-chars-backward. Correctly set INDENT to the return value of comment-indent-function. Roland McGrath 1993-03-31 23:42:37 +00:00
  • 17276ed336 (etags-tags-completion-table): Use skip-syntax-backward instead of skip-chars-backward. Roland McGrath 1993-03-31 23:30:25 +00:00
  • 79d0c1e7ab (view-buffer-other-window): Remove spurious backslashes from interactive spec. Roland McGrath 1993-03-31 23:16:10 +00:00
  • 54d1c8face (view-exit): Use local map view-old-local-map, not (current-local-map). Roland McGrath 1993-03-31 23:12:07 +00:00
  • 03329370c2 (map-y-or-n-p): Make bindings of user-defined keys be each a vector containing the user's binding, rather than 'user. Check (vectorp DEF) and call the vector's elt, rather than checking (eq 'user DEF) and calling something completely random. Roland McGrath 1993-03-31 22:20:33 +00:00
  • 6c416012fe (enable-command): Remove spurious assignment of free variable `foo'. Roland McGrath 1993-03-31 21:25:06 +00:00
  • 7f26b1809d (describe-function): For Lisp functions, write a prototype call before the docstring, instead of an argument description after it. Roland McGrath 1993-03-31 21:11:33 +00:00
  • 9ac0d9e041 Put interrupt input blocking in a separate file from xterm.h. This isn't specific to X, and it allows us to avoid #including xterm.h in files that don't really have anything to do with X. * blockinput.h: New file. * xterm.h (BLOCK_INPUT, UNBLOCK_INPUT, TOTALLY_UNBLOCK_INPUT, UNBLOCK_INPUT_RESIGNAL): These are now in blockinput.h. (x_input_blocked, x_pending_input): Deleted; there are analogs in blockinput.h called interrupt_input_blocked and interrupt_input_pending. * keyboard.c (interrupt_input_blocked, interrupt_input_pending): New variables, used by the macros in blockinput.h. * xterm.c: #include blockinput.h. (x_input_blocked, x_pending_input): Deleted. (XTread_socket): Test and set interrupt_input_blocked and interrupt_input_pending instead of the old variables. * alloc.c, xfaces.c, xfns.c, xmenu.c, xselect.c, keymap.c: #include blockinput.h. * eval.c: #include blockinput.h instead of xterm.h. * keyboard.c: #include blockinput.h. (input_poll_signal): Just test interrupt_input_blocked, instead of testing HAVE_X_WINDOWS and x_input_blocked. Jim Blandy 1993-03-31 10:55:33 +00:00
  • 357f32fcd0 * xfaces.c: Doc fixes. Jim Blandy 1993-03-31 10:47:13 +00:00
  • 33f9662a64 Initial revision Jim Blandy 1993-03-31 08:13:16 +00:00
  • 734fef9492 * keyboard.c (parse_modifiers, apply_modifiers): Make sure we're not trying to create modifier masks using integers which are unrepresentable as lisp values. Jim Blandy 1993-03-31 07:19:25 +00:00
  • e5176baef5 (Fwrite_region): Don't fail to set visit_file. Richard M. Stallman 1993-03-31 07:05:20 +00:00
  • 04904c29df (read_char): Clear Vquit_flag when we return C-g for it. Richard M. Stallman 1993-03-31 07:04:46 +00:00
  • 9cbfb5e4b1 New macros NULL_DEVICE and EXEC_SUFFIXES, to give the name of the equivalent of /dev/null, and the suffixes used by executable files. This is simple, and helps people porting Emacs to other operating systems. * process.h (NULL_DEVICE): Give this a default value. * process.c (Fstart_process): Pass EXEC_SUFFIXES to openp. (Fprocess_send_eof): Use NULL_DEVICE instead of "/dev/null". * callproc.c (Fcall_process): Pass EXEC_SUFFIXES to openp. Use NULL_DEVICE instead of "/dev/null". * s/vms.h (NULL_DEVICE): #define this. Jim Blandy 1993-03-30 23:07:47 +00:00
  • 5437e9f97e New macros NULL_DEVICE and EXEC_SUFFIXES, to give the name of the equivalent of /dev/null, and the suffixes used by executable files. This is simple, and helps people porting Emacs to other operating systems. * process.h (NULL_DEVICE): Give this a default value. * process.c (Fstart_process): Pass EXEC_SUFFIXES to openp. (Fprocess_send_eof): Use NULL_DEVICE instead of "/dev/null". * callproc.c (Fcall_process): Pass EXEC_SUFFIXES to openp. Use NULL_DEVICE instead of "/dev/null". Jim Blandy 1993-03-30 23:05:56 +00:00
  • 9115e9389c (find-backup-file-name): delete nothing if overflow in number of files to keep. Noah Friedman 1993-03-30 22:21:03 +00:00
  • 7987a1696f lisp/ * Makefile.in (src/paths.h): Don't echo the huge sed command we use to build paths.h. (lib-src/Makefile, src/Makefile): Similarly. Jim Blandy 1993-03-30 21:31:15 +00:00
  • f298026408 Rename int-to-string to number-to-string, since it can handle floating-point as well as integer arguments. subr.el defines the former as an alias for the latter. * data.c (Fnumber_to_string): Renamed from Fint_to_string. (wrong_type_argument): Adjust caller. (syms_of_data): Adjust defsubr. * fns.c (concat): Adjust caller. * lisp.h (Fnumber_to_string): Adjust extern declaration. * mocklisp.c (Finsert_string): Adjust caller. * process.c (status_message): Adjust caller. Jim Blandy 1993-03-30 21:21:49 +00:00
  • 555b2421bb * subr.el (int-to-string): Make this an alias for the subr number-to-string. Jim Blandy 1993-03-30 21:12:44 +00:00
  • 13244a040e * configure: Extend test for working `const' keyword to handle AIX 3.2 cc. Jim Blandy 1993-03-30 20:33:58 +00:00
  • 7872ee4d0a (isearch-done): Customize the message about mark. Richard M. Stallman 1993-03-30 19:42:10 +00:00
  • 58f1634a68 (isearch-mode-map): Delete the binding for C-h. Richard M. Stallman 1993-03-30 19:38:34 +00:00
  • 0b2974abfe *** empty log message *** Eric S. Raymond 1993-03-30 16:22:39 +00:00
  • 3af9db898d (rmail): Don't use mbox as inbox by default. Richard M. Stallman 1993-03-29 22:44:46 +00:00
  • 4fbc6fa655 Put back removed years in copyright notice. Richard M. Stallman 1993-03-29 19:49:43 +00:00
  • dde92ca689 (count-lines): Use save-match-data. Richard M. Stallman 1993-03-29 19:09:05 +00:00
  • 125def1c78 Removed author and Adapted-By lines. They're wrong, and they're not in the supposedly up-to-date version on my system. What was going on here? Eric S. Raymond 1993-03-29 15:48:02 +00:00
  • 8ac8c82f02 (vc-next-action, vc-peint-log, vc-diff, vc-revert-buffer) improved logic for parent buffer finding. Eric S. Raymond 1993-03-29 15:38:31 +00:00
  • 3e1b7a46b6 Provide mailabbrev, not mail-abbrevs. Richard M. Stallman 1993-03-29 08:09:35 +00:00
  • 306cc90259 (make_frame): Init face_alist field. Richard M. Stallman 1993-03-29 05:16:56 +00:00
  • d7c6407132 *** empty log message *** Eric S. Raymond 1993-03-29 04:58:31 +00:00
  • 418b4f05a9 (NO_PTY_H): Defined. Richard M. Stallman 1993-03-29 04:35:00 +00:00
  • 372d3c2eca [NO_PTY_H]: Don't include pty.h. Richard M. Stallman 1993-03-29 04:34:46 +00:00
  • d125ae6dd3 [USG5_4]: Alternate defining of LIBS_SYSTEM, LIBX11_SYSTEM, HAVE_RANDOM, BSTRING. Richard M. Stallman 1993-03-29 01:41:58 +00:00
  • 55718e15d6 (fill-individual-paragraphs): When skipping mail headers, skip to a blank line. Richard M. Stallman 1993-03-28 22:56:29 +00:00
  • bfb0cf0c94 Undo previous change. Richard M. Stallman 1993-03-28 22:35:42 +00:00
  • b3b8e91578 (setenv): Renamed back from putenv. Richard M. Stallman 1993-03-28 22:27:23 +00:00
  • cc1344d5cf Cancel previous change; this version should be identical to version 1.17. Richard M. Stallman 1993-03-28 22:07:36 +00:00
  • 4c53bd2bb0 (regexp-history): New history list. (occur, flush-lines, keep-lines, how-many): Use it. (occur): Don't insert previous string in minibuffer gratuitously. Just use it if input is empty. Use save-match-data around count-lines. Richard M. Stallman 1993-03-28 20:17:39 +00:00
  • 4ad827c5ef (Fexpand_file_name): Default DEFALT at beginning, before expanding it. But avoid unneeded or infinite recursive expand. Richard M. Stallman 1993-03-28 08:29:21 +00:00
  • 75c0b14392 (command_loop_1): Clear force_start of selected_window after reading each key sequence. Richard M. Stallman 1993-03-28 08:27:34 +00:00
  • 6fc81d6b8e *** empty log message *** Noah Friedman 1993-03-28 07:32:08 +00:00
  • 8d30fe1783 *** empty log message *** Noah Friedman 1993-03-28 07:25:36 +00:00
  • 1bbda2d6e0 renamed to env.el; changed setenv to putenv. Noah Friedman 1993-03-28 07:13:09 +00:00
  • 1a2f456b73 (vc-comment-to-changelog): A useful vc-checkin hook, added. Eric S. Raymond 1993-03-28 06:40:46 +00:00
  • d87f0d7f53 Fixed typo introduced by last patch. Eric S. Raymond 1993-03-28 06:36:19 +00:00
  • 909c95d0df : Added autoload cookie for entry point. Eric S. Raymond 1993-03-28 06:24:54 +00:00
  • c80d2575c0 (auto-mode-alist): added pairs for .ms, .man, .mk, [Mm]akefile, .lex. Eric S. Raymond 1993-03-28 06:24:44 +00:00
  • a04adb2a9c (shrink-window-if-larger-than-buffer) Added doc string. Made argument optional, because window-buffer does the right thing with nil. Eric S. Raymond 1993-03-28 06:24:42 +00:00
  • f536481dfa (electric-buffer-menu-mode-map): fillarray isn't a valid operation on maps any more. Eric S. Raymond 1993-03-28 06:24:33 +00:00
  • fb63ba7de5 (struct frame): New field face_alist. Richard M. Stallman 1993-03-28 05:24:23 +00:00
  • 4208730106 (struct face): New fields pixmap_h, pixmap_w. Field `font' is now a pointer. Richard M. Stallman 1993-03-28 05:23:45 +00:00
  • 13bd51a568 (FRAME_FACES, FRAME_N_FACES, FRAME_DEFAULT_FACE) (FRAME_MODE_LINE_FACE): New macros. (struct x_display): New fields faces, n_faces. Richard M. Stallman 1993-03-28 05:22:46 +00:00
  • 97832bd0c8 (Freplace_match): Clean up criterion about converting case. If old text has any capitalized words, capitalize new text. Richard M. Stallman 1993-03-28 05:21:24 +00:00
  • 9c3f23b7e7 (main): Call syms_of_xfaces. Richard M. Stallman 1993-03-28 05:20:42 +00:00
  • f211082d1e *** empty log message *** Jim Blandy 1993-03-27 18:32:23 +00:00
  • 440d350c2f (struct buffer): Field `fieldlist' deleted. Richard M. Stallman 1993-03-27 18:04:02 +00:00
  • 2eec3b4e0c (init_buffer_once, reset_buffer): Delete last vestige of fieldlist slot. (Fregion_fields): Finally deleted. Richard M. Stallman 1993-03-27 18:03:10 +00:00
  • e15765f5e2 (try-face-font, find-face, get-face): New aliases. Richard M. Stallman 1993-03-27 18:01:28 +00:00
  • 0b899bd204 moby rlogin-filter fixes Noah Friedman 1993-03-27 08:21:02 +00:00
  • 8db3f421f4 (set-case-syntax-delims, set-case-syntax-pair, set-case-syntax): Do not set the standard case table. Reintroduce arg (now named TABLE) which gives a downcase string to set. Richard M. Stallman 1993-03-27 06:29:16 +00:00
  • 3f5ed7e437 Add autoloads. (set-case-syntax-delims, set-case-syntax-pair, set-case-syntax): Delete arg STRING--always set the standard case table. Be more thorough about doing that, and arrange to recompute the equivalence and canonicalize parts of the table. Richard M. Stallman 1993-03-27 06:19:51 +00:00
  • c34beca954 (Fchar_equal): Don't ignore high bits of character. Richard M. Stallman 1993-03-27 04:20:05 +00:00
  • 08159178ca (add-hook) Added optional arg to cause hook to be appended rather than prepended to the hook list. This obviates the 23 different hook-bashing packages in LCD. Eric S. Raymond 1993-03-27 01:58:44 +00:00
  • 1c2df06340 (printify-buffer) Added, debugged from Roland McGrath's printify-buffer code in LCD. Eric S. Raymond 1993-03-27 01:58:38 +00:00
  • 45b44a5a65 (cookie) Enhanced it to handle both LINS files and UNIX fortune files. Eric S. Raymond 1993-03-27 01:58:33 +00:00
  • 131ca136d1 (fill-rectangle) Added. Inspired by Lynn Slater's insert-box package in LCD, but the interface and implementation are different. Eric S. Raymond 1993-03-27 01:58:26 +00:00
  • b0912e2d9b (enable-and-notify) Added. Inspired by Roland McGrath's LCD package enable-me. Eric S. Raymond 1993-03-27 01:58:24 +00:00
  • d91e2b1a2d (Buffer-menu-toggle-read-only) Added, per Rob Austein's suggestion in the LCD package bm-toggle.el. Eric S. Raymond 1993-03-27 01:58:22 +00:00
  • 43713c76d3 (undo-with-space) Added. C-x C-u now bound to this rather than undo. This change was inspired by the LCD package undo-with-space by Thomas Narten, but my code is simpler and uses the 19 event features. Eric S. Raymond 1993-03-27 01:58:20 +00:00
  • 008d65cfd9 (fill-paragraph, justify-current-line) Now uses the skip-syntax- forward and backward characters and char-syntax to be smart about filling syntaxes other than text. Eric S. Raymond 1993-03-27 01:58:16 +00:00
  • c9dca4e092 (local-write-file-hooks): New variable. (set-visited-file-name): Kill local-write-file-hooks as local var. (basic-save-buffer): Use local-write-file-hooks. Richard M. Stallman 1993-03-26 07:28:20 +00:00
  • 8b2120f4ff (psychoanalyze-pinhead) Needed a prefrontal lobotomy. I gave it one. Eric S. Raymond 1993-03-26 04:17:45 +00:00
  • d163cf2e76 Added Commentary. Eric S. Raymond 1993-03-26 04:15:05 +00:00
  • c3498e6438 * xselect.c (SELECTION_QUANTUM): Don't use XMaxRequestSize on R3; access the display structure directly. Jim Blandy 1993-03-25 23:27:42 +00:00
  • c7e466e10b (searchbuf): Declare here. Richard M. Stallman 1993-03-25 17:56:41 +00:00
  • 48dfbc2f80 (mark_object): Mark face_alist of a frame. Richard M. Stallman 1993-03-25 17:44:56 +00:00
  • a63f658b55 (Fy_or_n_p): Ensure cursor_in_echo_area = 0 when quit. Richard M. Stallman 1993-03-25 06:32:43 +00:00
  • 33d0938464 * make-dist: Distribute lisp/term/ChangeLog. Jim Blandy 1993-03-25 04:58:09 +00:00
  • 847f5dab01 * x-win.el (x-defined-colors): Use x-color-defined-p instead of x-defined-color. (x-handle-geometry): Use x-parse-geometry instead of x-geometry. Jim Blandy 1993-03-25 04:39:49 +00:00
  • c8c72d6b4b * x-win.el: Update copyright to 1993. Jim Blandy 1993-03-25 04:37:38 +00:00
  • b2e521948e * dispnew.c (getenv): Add extern declaration. Jim Blandy 1993-03-25 04:17:01 +00:00
  • f040093a19 Fix typo. Jim Blandy 1993-03-25 04:08:11 +00:00
  • f071c05ae2 Fix typo in source for `configure.tmp.$$.c'. Jim Blandy 1993-03-25 03:57:51 +00:00
  • c6b81ef2ee * Makefile.in (C_SWITCH_SYSTEM): New variable. (CFLAGS): Include C_SWITCH_SYSTEM in the flags to pass to the compiler. Jim Blandy 1993-03-25 03:51:38 +00:00