Commit graph

  • f9b9f71b31 (rs6000-bull-bosx*): New configuration. Fred Pierresteguy 1994-02-17 02:13:55 +00:00
  • 9481474b9d (copmilation-error-regexp-alist): Tighten up Ultrix 3.0 f77 regexp to exclude : from file names; avoids lossage when : appears in error text. Roland McGrath 1994-02-17 00:11:28 +00:00
  • b26bc18b9e (init_sys_modes): IEXTEN is in c_lflag, not c_iflag. Richard M. Stallman 1994-02-16 23:43:53 +00:00
  • fbffe7d987 (put_line): Don't break the line if it all fits. Richard M. Stallman 1994-02-16 20:53:00 +00:00
  • f7da6740ca (recover-file): Call auto-save-file-name-p correctly. Richard M. Stallman 1994-02-16 18:23:16 +00:00
  • 069511c0a2 (c++-mode): Set parse-sexp-ignore-comments to t. Richard M. Stallman 1994-02-16 18:20:13 +00:00
  • c907d15634 (interpreter-mode-alist): New variable. (set-auto-mode): Use that for chosing a mode. Richard M. Stallman 1994-02-16 07:06:10 +00:00
  • 6a588f9a70 (face-try-color-list): Don't rely on errors from using a color that the server can't really support. Richard M. Stallman 1994-02-15 22:38:00 +00:00
  • aa67090401 (sys_write): If any bytes were written, return how many. Richard M. Stallman 1994-02-15 16:22:49 +00:00
  • 7071e5ddb7 (XTread_socket): Do not assume that select returning immediately with no events implies a hangup. Richard M. Stallman 1994-02-15 16:17:25 +00:00
  • 19240c203a *** empty log message *** Fred Pierresteguy 1994-02-15 13:59:18 +00:00
  • 9acc68b10b *** empty log message *** Fred Pierresteguy 1994-02-15 13:54:14 +00:00
  • 4ffe73ce3c (Fx_close_current_connection): call check_x. Karl Heuer 1994-02-14 23:28:23 +00:00
  • 326d7fc1f6 (Fx_popup_menu): Likewise. Karl Heuer 1994-02-14 21:44:50 +00:00
  • 7fc9de26ba (check_x): Make it global. (x-parse-geometry, x-list-fonts): call check_x. Karl Heuer 1994-02-14 21:41:46 +00:00
  • 703e0710e9 (x-own-selection-internal, x-get-selection-internal, x-disown-selection-internal, x-selection-owner-p, x-selection-exists-p, x-get-cut-buffer-internal, x-store-cut-buffer-internal, x-rotate-cut-buffers-internal): call check_x. Karl Heuer 1994-02-14 21:40:43 +00:00
  • 3868b9ec22 (check_x): Declare it. Karl Heuer 1994-02-14 21:38:49 +00:00
  • 53f6008635 Initial revision Richard M. Stallman 1994-02-14 20:37:15 +00:00
  • 6e45b389ef (current-word): Remove (interactive). Karl Heuer 1994-02-14 19:51:22 +00:00
  • 1b15e5760b (indented_beyond_p): New function. (compute_motion, vmotion): Use it to treat blank lines specially in selective display. Karl Heuer 1994-02-14 19:44:36 +00:00
  • 9f41233259 (try_window_id, display_text_line): Treat blank lines specially in selective_display. Karl Heuer 1994-02-14 19:42:30 +00:00
  • 7e7a76b593 Fix comments. Karl Heuer 1994-02-14 19:30:48 +00:00
  • 1a0d8c8069 * etags.c (absolute_pathnames, cwd): added global vars. (longopts, print_help, main, process_file): put absolute filenames in the tag file if the -A --absolute-pathnames option is used. (print_help): alfabetically order the options. (malloc, realloc, strcpy, strncpy, strcmp): remove extern declar. Francesco Potortì 1994-02-14 14:28:22 +00:00
  • 622aca7c60 Initial revision Roland McGrath 1994-02-14 00:41:56 +00:00
  • d1e08a3611 (BROKEN_START, TEXT_START): Don't define. (HAVE_TEXT_START): Define this instead. Roland McGrath 1994-02-13 22:22:26 +00:00
  • 76cfb239c0 (start_of_text): Don't define #ifdef HAVE_TEXT_START. Roland McGrath 1994-02-13 22:19:34 +00:00
  • 5cc9f80d69 (decode_mode_spec): Support %+. Richard M. Stallman 1994-02-13 02:06:55 +00:00
  • 456c617c0b (undo, yank): Set this-command to t at start, and set it correctly at the end. Richard M. Stallman 1994-02-13 00:16:23 +00:00
  • 188420314b (command_loop_1): On entry, set last_command to this_command. Richard M. Stallman 1994-02-13 00:15:20 +00:00
  • afd359c4bb (term_init): If no se', use me'; if no `me' either, don't use standout mode at all. Richard M. Stallman 1994-02-12 22:32:39 +00:00
  • d9a71a8ffc (command-line-1): Improve previous change. Richard M. Stallman 1994-02-12 20:14:29 +00:00
  • 1d7da582b4 (inhibit-startup-echo-area-message): New variable. (command-line-1): Undo prev change. New test for whether to suppress echo area message. Update copyright year in displayed message. Richard M. Stallman 1994-02-12 20:01:43 +00:00
  • 19ae9866c9 (face-initialize): Specify default characteristics for the standard faces. Use face-fill-in to set up existing frames. (face-fill-in, face-try-color-list): New subroutines. Handle underline, foreground and background in the frame-independent info of a face. (x-create-frame-with-faces): Use face-fill-in. (x-initialize-frame-faces): Function deleted. Richard M. Stallman 1994-02-12 06:25:56 +00:00
  • e1f672f579 (super-apropos-check-doc-file): Don't attempt to retrieve function documentation from a symbol with no function binding. Karl Heuer 1994-02-12 04:21:06 +00:00
  • 61563ba0c9 (disabled-command-hook): Use eq to compare elts of this-command-keys. Choose the appropriate kind of Meta. Richard M. Stallman 1994-02-12 02:58:48 +00:00
  • 632021345a Set up Alt keys as well as C-x 8 prefix. No need to create the prefix submaps explicitly. (iso-transl-char-map): New variable. Change the sequences aa and ae to just a and e. Richard M. Stallman 1994-02-12 02:39:53 +00:00
  • 808c0f209f (Fset_frame_height, Fset_frame_width, Fset_frame_size): Pass CHANGE_GRAVITY arg to x_set_window_size. Richard M. Stallman 1994-02-12 02:37:17 +00:00
  • 26757b4b03 (clone-init-mode-variables): Don't defvar variables if already bound. Put on clone-unmerged props if they were not bound. (clone-make-docstring): Install the map unconditionally; set clone-unmerged property to nil. No clone-merged property. (clone-set-syntax-table): Set clone-unmerged prop, not clone-merged. (clone-set-abbrev-table): Call clone-merge-abbrev-tables. Don't touch properties here. (clone-merge-keymaps): Splice out the `keymap' of the OLD map. (clone-merge-abbrev-tables): New function. Richard M. Stallman 1994-02-12 02:27:29 +00:00
  • 382d3536ba Fix misspelled symbol LD_SWITCH_X_SITE_AUX. Karl Heuer 1994-02-12 02:26:44 +00:00
  • 7ac7f4c200 (perl-mode): Set parse-sexp-ignore-comments. Richard M. Stallman 1994-02-12 02:17:58 +00:00
  • 918a80cf33 (${libsrc}make-docfile): Don't pass ../arch-lib as target to submake. Richard M. Stallman 1994-02-12 02:10:41 +00:00
  • be1dca2717 Fix conditional compilation. Karl Heuer 1994-02-12 01:28:45 +00:00
  • 18a66f9916 Delete HAVE_SETSID; configure checks for that. Karl Heuer 1994-02-12 00:32:31 +00:00
  • 8ffcf3f1fb *** empty log message *** Richard M. Stallman 1994-02-12 00:30:26 +00:00
  • 1cac1f6f2f (gethomedir): Look at LOGNAME before USER. Karl Heuer 1994-02-12 00:12:15 +00:00
  • 7246d1d3aa (x_scroll_bar_create): Fix indentation. Karl Heuer 1994-02-11 23:35:47 +00:00
  • b1da234a9a (Fuser_real_login_name): Doc fix. Karl Heuer 1994-02-11 22:31:39 +00:00
  • 28b4613975 (rmail-dont-reply-to): Change user-original-login-name to user-login-name. Karl Heuer 1994-02-11 22:05:44 +00:00
  • d0eecffacb (rmail-variables, rmail-insert-inbox-text): Change user-original-login-name to user-login-name. Karl Heuer 1994-02-11 22:04:41 +00:00
  • cef7ae6e1a (user-original-login-name): Reduce to a defalias, since it's redundant with user-login-name. All callers changed to use user-login-name. Karl Heuer 1994-02-11 22:01:56 +00:00
  • 66b89353c0 (gnus-user-login-name): Fix doc string. Karl Heuer 1994-02-11 21:56:45 +00:00
  • 157acde57f (gnus-inews-login-name): Remove unnecessary (getenv "LOGNAME") and (getenv "USER"), since (user-login-name) already does this. Karl Heuer 1994-02-11 21:55:57 +00:00
  • df00183bf8 (display-time-filter): Remove unnecessary (getenv "LOGNAME") and (getenv "USER"), since (user-login-name) already does this. Karl Heuer 1994-02-11 21:54:44 +00:00
  • a6451a9fa7 (Fsubstitute_in_file_name): Remove long-dead code that looked at USER before LOGNAME. Karl Heuer 1994-02-11 21:51:51 +00:00
  • 2c9ae24e79 (init_editfns): Look at LOGNAME before USER. Karl Heuer 1994-02-11 21:51:23 +00:00
  • 764b979bfe Don't initialize CC. Richard M. Stallman 1994-02-11 21:32:49 +00:00
  • 237e6ab056 (perform-replace): Check for empty stack. Karl Heuer 1994-02-11 21:07:59 +00:00
  • dd24e6a699 (syms_of_buffer): Doc fix. Richard M. Stallman 1994-02-11 19:06:00 +00:00
  • 8ffcb79f95 (decode_mode_spec): Implement `P'. Richard M. Stallman 1994-02-11 18:56:15 +00:00
  • e7e0c779e1 Use -ltermcap, not Emacs's own version. #undef symbols used for replacement getloadavg(), since we have our own. Don't redefine symbols from a.out.h if they already exit (i.e. this is NetBSD >0.9). Charles Hannum 1994-02-11 17:52:05 +00:00
  • 6c9364e196 (SYSV_SYSTEM_DIR): Define. (BROKEN_START, TEXT_START, START_FILES, UNEXEC, RUN_TIME_REMAP): Define to use unexsunos4. (N_PAGSIZ, N_BSSSADDR, N_TRELOFF): Define so unexsunos4.c compiles. Roland McGrath 1994-02-11 17:32:57 +00:00
  • 6bc2039852 (x_set_menu_bar_lines) [USE_X_TOOLKIT]: Dont Call XtDestroyWidget but free_frame_menubar. Undo previous changes. Fred Pierresteguy 1994-02-11 13:56:38 +00:00
  • 363f7e15ee *** empty log message *** Fred Pierresteguy 1994-02-11 13:50:53 +00:00
  • 9d7e2e3eef (x_destroy_window) [USE_X_TOOLKIT]: Call free_frame_menubar. Fred Pierresteguy 1994-02-11 13:25:11 +00:00
  • 85f487d15c (free_frame_menubar) [USE_X_TOOLKIT]. New function to destroy the X Widget instance of the menubar. Fred Pierresteguy 1994-02-11 13:19:19 +00:00
  • 63c414df27 (xmenu_show) [USE_X_TOOLKIT]: return Qnil when val is null. Fred Pierresteguy 1994-02-11 08:52:53 +00:00
  • 649ddbf59f Fix spelling of pre-command-hook. Karl Heuer 1994-02-11 08:10:01 +00:00
  • b0f2a7bf45 (syms_of_keyboard): Add a DEFVAR for command-hook-internal. (command_loop_1): Use it for post-command-hook. Karl Heuer 1994-02-11 08:05:12 +00:00
  • fbb6c27bac Fix syntax used for C-SPC. Karl Heuer 1994-02-11 06:03:57 +00:00
  • b00f856bc3 (etags-goto-tag-location): First go directly to STARTPOS and see if PAT is right there. Roland McGrath 1994-02-11 05:54:37 +00:00
  • a86928f70c (sys_siglist): Protect decl with #ifndef SYS_SIGLIST_DECLARED. Roland McGrath 1994-02-11 02:52:17 +00:00
  • d21dd7109c Add #undef SYS_SIGLIST_DECLARED. Roland McGrath 1994-02-11 02:50:00 +00:00
  • 3cb8101157 (read_char, read_char_minibuf_menu_prompt, read_key_sequence): Retry read_char after a buffer change. Karl Heuer 1994-02-11 01:34:16 +00:00
  • 6c82d689cf (read_filtered_event): Retry read_char after a buffer change. Karl Heuer 1994-02-11 01:29:24 +00:00
  • 7b260679d0 Split #ifdef so as not to confuse c-mode. Karl Heuer 1994-02-11 00:13:59 +00:00
  • afdb248596 (Fpos_visible_in_window_p): Take hscroll into account. Karl Heuer 1994-02-11 00:00:28 +00:00
  • ef0fdbb1db (buffer_posn_from_coords): Take hscroll into account. Karl Heuer 1994-02-10 23:59:25 +00:00
  • 671fbc4df1 (Fmessage): Copy the text to be displayed into a malloc'd buffer. Karl Heuer 1994-02-10 20:50:54 +00:00
  • 3a179e58d7 Comment change. Karl Heuer 1994-02-10 20:44:20 +00:00
  • 8e718b4eb6 (difftm): Simplify expression. Karl Heuer 1994-02-10 20:27:34 +00:00
  • 9106ccf1ff (xmenu_show) [USE_X_TOOLKIT]: Test event.xmotion.x_root in the MotionNotify case. Fred Pierresteguy 1994-02-10 09:34:37 +00:00
  • 8921525e34 (shell-get-current-command): Make regexp more selective. Richard M. Stallman 1994-02-10 08:35:48 +00:00
  • 6f482eec77 (mouse-start-end): For double click with START on openparen, start forward scan from START. Richard M. Stallman 1994-02-10 07:39:09 +00:00
  • fee7a5a2e3 (lisp-font-lock-keywords-2): Quote the * in let*. Richard M. Stallman 1994-02-10 04:43:50 +00:00
  • 3d9f5ce2fa Use new name vmsdir.h. Richard M. Stallman 1994-02-10 04:38:58 +00:00
  • 9ea9bca3e3 (outline-mode): Fix spelling of add-hook. Karl Heuer 1994-02-10 00:48:59 +00:00
  • f05b275b4a (Fdo_auto_save): Save echo_area_glyphs_length. Karl Heuer 1994-02-10 00:39:28 +00:00
  • 51056d11c5 (Fgarbage_collect): Save echo_area_glyphs_length. Karl Heuer 1994-02-10 00:35:15 +00:00
  • 7410477aee (Fkill_all_local_variables): Run change-major-mode-hook. Karl Heuer 1994-02-09 23:47:09 +00:00
  • f94397b551 (x_display_cursor, process_expose_from_menu): Block input. Karl Heuer 1994-02-09 23:31:54 +00:00
  • 412082915f (vc-comment-to-change-log): Load add-log before binding add-log-current-defun-function. Karl Heuer 1994-02-09 23:02:28 +00:00
  • f47ed8df08 (CRT0_DUMMIES): Definition deleted. Karl Heuer 1994-02-09 22:32:39 +00:00
  • 1ec715837b (mouse-start-end): Check START rather than point for being at eob. Karl Heuer 1994-02-09 22:21:47 +00:00
  • 9149e74322 (mark_object): Fetch obj from *objptr at loop, not at the gotos. Karl Heuer 1994-02-09 22:04:55 +00:00
  • 98f5cfc333 (m68*-motorola-sysv*): Set CC. Require cpu type to be m68k or m68000. Richard M. Stallman 1994-02-09 21:08:01 +00:00
  • 1e39d86ddb Get, use, and substitute C_SWITCH_MACHINE like C_SWITCH_SYSTEM. Richard M. Stallman 1994-02-09 21:03:13 +00:00
  • 47e8f9a322 (xmenu_show ) [USE_X_TOOLKIT]: Implement a Motif behavior for the menubar. Now, if you move the pointer on another menubar item while displaying the contents of a selected menubar item, the current pulldown menu is closed and the new one corresponding to the new pointed item is displayed. Clean up code. Handle the MotionNotify events in the XEvent loop. Fred Pierresteguy 1994-02-09 13:51:25 +00:00
  • 07ff9ea94b (C_SWITCH_MACHINE): Get this from autoconf. (ALL_CFLAGS, LINK_CFLAGS, CPP_CFLAGS): Use C_SWITCH_MACHINE. Richard M. Stallman 1994-02-09 09:13:05 +00:00
  • d07482afc1 (display-time): Use expand-file-name to make file name of wakeup. Richard M. Stallman 1994-02-09 05:48:11 +00:00
  • c7d7ed2771 (disabled-command-hook): Use eq to compare elts of this-command-keys. Richard M. Stallman 1994-02-09 05:36:48 +00:00