Commit graph

  • 43a904c120 * Makefile.in: Rearrange dependencies to make sure that xmakefile is built before we try to use it, even using a parallel make. Jim Blandy 1992-11-07 06:59:14 +00:00
  • 2e0e5cb7e5 * make-dist: Don't distribute files in src/m and src/s whose names begin with `='. Jim Blandy 1992-11-07 06:34:20 +00:00
  • 3a2308a0ae Wed Nov 4 15:09:07 1992 Jim Blandy (jimb@totoro.cs.oberlin.edu) Jim Blandy 1992-11-07 06:33:57 +00:00
  • a4b3389645 * startup.el (normal-top-level): Don't worry about setting default-directory to PWD if PWD is shorter. And, if PWD isn't accurate, delete it. Jim Blandy 1992-11-07 06:20:15 +00:00
  • 1a3a670724 * isearch.el (isearch-frames-exist): This isn't what we want - replaced by... (isearch-gnu-emacs-events): non-nil if should expect events in the style generated by GNU Emacs 19. Set if set-frame-height is fboundp; this is true on any GNU Emacs 19, whether or not it was compiled with multiple frame support. (isearch-mode-map): Test isearch-gnu-emacs-events instead of isearch-frames-exist to see if we should bind switch-frame events. (isearch-update): Test isearch-gnu-emacs-events instead of isearch-frames-exist to see if unread-command-char's quiescent value is nil or -1. Jim Blandy 1992-11-07 06:17:04 +00:00
  • c2e8a01234 * simple.el (previous-line): Doc fix. Jim Blandy 1992-11-07 06:13:23 +00:00
  • f90a6155a9 * etags.el (find-tag-noselect): Doc fix. Jim Blandy 1992-11-07 06:12:42 +00:00
  • bea1d57a78 * compile.el (compile-internal): Use NAME-OF-MODE in the prompt when offering to kill an existing process. Jim Blandy 1992-11-07 06:12:11 +00:00
  • 0761aafc45 * cl.el: New version - 3.0 - from Cesar Quiroz. Jim Blandy 1992-11-07 06:11:16 +00:00
  • 4489336084 * autoload.el (make-autoload): When creating an autoload invocation for a macro, pass (list 'quote 'macro) as the sixth argument, not just t. autoload's sixth argument is now a type instead of just a boolean value, so we should use a value which reflects that. Jim Blandy 1992-11-07 06:10:53 +00:00
  • 45c18993b7 Added `mips' command. Jim Blandy 1992-11-07 05:29:26 +00:00
  • a096560567 Doc fix. Richard M. Stallman 1992-11-07 04:05:32 +00:00
  • 93ae3cfe70 (SYSTEM_TYPE): Use berkeley-unix. Richard M. Stallman 1992-11-06 22:49:53 +00:00
  • b8cbdf43f9 version 1.28.8 (fortran-indent-to-column): Make turning of lines that begin with `fortran-continuation-string' into properly formated continuation lines work for fortran TAB mode. Richard M. Stallman 1992-11-05 20:25:10 +00:00
  • 7b937caffb (command-switch-alist, x-switch-definitions): -ib was used for two things. Use -itype for icon type. Richard M. Stallman 1992-11-05 05:00:28 +00:00
  • 2fb263f61e *** empty log message *** Jim Blandy 1992-11-05 04:28:10 +00:00
  • cf7a78db1d Don't discard SCO version number if it's 3.2v4. Richard M. Stallman 1992-11-05 03:15:24 +00:00
  • 26a7e2e7a5 *** empty log message *** Karl Berry 1992-11-04 20:39:56 +00:00
  • f7644ea33d Doc fix. Christopher Zaborsky 1992-11-03 22:47:23 +00:00
  • 23317eaca1 (insert-rectangle): Put mark at upper left corner. Richard M. Stallman 1992-11-03 22:25:28 +00:00
  • fcec83fbc8 Dox fix. Christopher Zaborsky 1992-11-03 21:33:58 +00:00
  • cc9875f9f5 Doc fix. Christopher Zaborsky 1992-11-03 21:08:55 +00:00
  • 33b4a308e6 Dox fix. Christopher Zaborsky 1992-11-03 19:47:32 +00:00
  • 2de735de75 (dired-mark-confirm): For compress', say Compress or uncompress'. (dired-map-over-marks-check): Likewise. Richard M. Stallman 1992-11-03 09:25:26 +00:00
  • 4e43240ad3 (make-directory): Renamed from make-directory-path. Optional argument says whether to create parent dirs. Invoke file-name handler here. (after-find-file): Delete code that offers to create dir. Instead, just print a message. Richard M. Stallman 1992-11-03 07:07:02 +00:00
  • 353cfc1998 * fileio.c (Fmake_directory_internal): Remove extra paren before the doc string in this function's DEFUN. Jim Blandy 1992-11-03 02:24:05 +00:00
  • 6067ebef9a * ange-ftp.el: Tighten the regular expression used in file-name-handler-alist to recognized ange-ftp filenames; the slash, username and hostname must be at the start of the filename, not just anywhere in the filename. Jim Blandy 1992-11-03 02:00:50 +00:00
  • f1c0312591 (isearch-search): Handle all sorts of errors from regexp search. Richard M. Stallman 1992-11-01 22:10:59 +00:00
  • 9bbe01fb87 (Fmake_directory_internal): Renamed from Fmake_directory. Pass nil as third arg to handler. Lisp function `make-directory' is now in files.el. Richard M. Stallman 1992-10-31 23:27:11 +00:00
  • ffc394dd58 (byte-compile-lambda): Don't compile the interactive spec if it is a call to `list'. Richard M. Stallman 1992-10-31 09:27:47 +00:00
  • 259c5af9d8 * xterm.h (x_screen_count, x_release, x_screen_height, x_screen_height_mm, x_screen_width, x_screen_width_mm, x_save_under, x_screen_planes): Declare this as ints, to match their definitions in xterm.c. Jim Blandy 1992-10-31 05:43:42 +00:00
  • 7c5283e4d7 * xterm.c (x_convert_modifiers): Declare this to return an unsigned int, not a Lisp_Object. Remember that the quiescent value for part is Qnil, not zero, that x_mouse_x and x_mouse_y are ints, not Lisp_Objects, and that RESULT->x and RESULT->y are Lisp_Objects, not ints. (XTread_socket): Declare this to return int, not Lisp_Object. When calling construct_mouse_click on a non-scrollbar click, pass PART as Qnil, not zero. (x_calc_absolute_position): Remember that x_screen_width and x_screen_height are ints, not Lisp_Objects. e Jim Blandy 1992-10-31 05:43:00 +00:00
  • de02ad0bc7 * xselect.c (own_selection): selection_type is an X Atom value, not a Lisp_Object. (x_selection_arrival): Declare this static, and add a forward declaration at the top of the page. Jim Blandy 1992-10-31 05:42:28 +00:00
  • a6605e5cca * xfns.c (x_decode_color, Fx_color_display_p): x_screen_planes is an int, not a Lisp_Object. (x_set_mouse_color): Give separate error messages for the different cursors we try to set. (Fx_geometry): Declare STRING to be a Lisp_Object. (Fx_create_frame): No need to use XSET to assign NAME to f->name; they're both Lisp_Objects. (adjust_scrollbars): Use XINT to access w->hscroll. (Fx_open_connection): x_screen_count, x_release, x_screen_height, x_screen_height_mm, x_screen_width, x_screen_width_mm, x_save_under, and x_screen_planes are integers, not Lisp_Objects. (syms_of_xfns): x_mouse_x, x_mouse_y, and mouse_buffer_offset are integers, not Lisp_Objects. Jim Blandy 1992-10-31 05:41:49 +00:00
  • ded34426d5 * xdisp.c (redisplay): Use ! EQ to compare the old and new arrow positions, not !=. (mark_window_display_accurate): Barf if WINDOW isn't a window. (display_string): Test buffer_defaults.ctl_arrow using NILP, instead of comparing it with zero. Jim Blandy 1992-10-31 05:41:20 +00:00
  • 77511369af * window.h (make_window, window_from_coordinates, Fwindow_dedicated_p): Add extern declarations for these. Jim Blandy 1992-10-31 05:40:28 +00:00
  • 7f4161e011 * window.c (Fwindow_width, Fset_window_hscroll): Use accessors on w->width, w->left, w->hscroll, and arguments. (replace_window): Use EQ, not ==. (Fdelete_window): p->top and p->left are not C integers. (Fnext_window, Fprevious_window): Use EQ, not ==. Jim Blandy 1992-10-31 05:39:49 +00:00
  • 213861c758 * undo.c (record_insert): Use accessors on BEG and LENGTH. (truncate_undo_list): Use NILP, not == Qnil. Jim Blandy 1992-10-31 05:39:17 +00:00
  • d084e9427f * search.c (Fstore_match_data): Don't assume Flength returns an integer. Jim Blandy 1992-10-31 05:38:19 +00:00
  • f97388409e * process.c: (status_convert): Declare this to return a Lisp_Object at the top of the file. (decode_status): Don't untag XCONS (tem)->cdr before storing it in tem; tem is a Lisp_Object, too. (process_send_signal): Declare this to be static void. Don't return Qnil; nobody cares. (sigchld_handler): Use XFASTINT to manipulate p->infd. Jim Blandy 1992-10-31 05:27:42 +00:00
  • 8caf6c73d7 * print.c (print): Cast the frame's address to an integer before passing it to sprintf to form the frame's printed form. Jim Blandy 1992-10-31 05:27:05 +00:00
  • fe0a572112 * minibuf.c (read_minibuf): Use EQ to compare, not ==. (temp_echo_area_glyphs): Use XFASTINT to assign to unread_command_char. Jim Blandy 1992-10-31 05:26:29 +00:00
  • 3d9b22be4c * lread.c (read_char): Add an extern declaration for this, indicating that it returns a Lisp_Object. Jim Blandy 1992-10-31 05:26:04 +00:00
  • d20c2151e8 * lisp.h (Fdefault_boundp, make_float, Ffloat, Fnth, Fcopy_alist, Fmake_byte_code, Fverify_visited_file_modtime, Ffile_exists_p, Fdirectory_file_name, Ffile_name_directory, expand_and_dir_to_file, Ffile_accessible_directory_p, Fbyte_code, Fundo_boundary, truncate_undo_list): Add extern declarations for these. Jim Blandy 1992-10-31 05:25:29 +00:00
  • d09b20248d * keymap.c (Fdefine_key, Flookup_key, describe_map): Don't assume that Flength returns an integer. Jim Blandy 1992-10-31 05:24:47 +00:00
  • 5bb46ecf6c * keyboard.h (get_keymap_1, Fkeymapp, reorder_modifiers, Fmouse_click_p, read_char): Add external declarations for these. Jim Blandy 1992-10-31 05:24:03 +00:00
  • f4255cd148 * keyboard.c: #include dispextern.h. (recursive_edit_unwind, command_loop, Fthis_command_keys): Declare these to return Lisp_Objects at the very top of the file, to avoid having them implicitly declared as ints. (echo_char): Use EQ to compare C to help_char. (read_char): Remember to apply XFASTINT to the return value of Flength before using it. Apply XINT to c when clearing its high bits and meta bits, and when writing it to the dribble file. (read_char_menu_prompt): Use EQ to compare obj with menu_prompt_more_char and its control-character analog. (read_key_sequence): Declare PROMPT to be char *, not a Lisp_Object. Use the appropriate accessors on keybuf when looking for ASCII function key sequences. Jim Blandy 1992-10-31 05:21:45 +00:00
  • bff19c8dd1 * frame.c: #include buffer.h. Jim Blandy 1992-10-31 05:20:51 +00:00
  • f812877e01 * fns.c: #include keyboard.h. (Fdelete): Check if Fequal returns Qnil, not zero. Jim Blandy 1992-10-31 05:20:23 +00:00
  • 1cee204565 * floatfns.c (Flog): Don't forget to declare the BASE argument a Lisp_Object. Jim Blandy 1992-10-31 05:19:58 +00:00
  • 665d304655 * doc.c: #include keyboard.h. Jim Blandy 1992-10-31 05:18:48 +00:00
  • bf34ebcf25 * dispextern.h (sit_for): Declare this extern. Jim Blandy 1992-10-31 05:18:16 +00:00
  • ccbcf97926 * dired.c (find_file_handler): Declare this extern. (Ffile_attributes): Use NILP, not == Qnil. Jim Blandy 1992-10-31 05:17:46 +00:00
  • b06faa915c * data.c (Fset): See if current_alist_element points to itself using EQ, not ==. (float_arith_driver): Declare this extern above arith_driver. Jim Blandy 1992-10-31 05:17:14 +00:00
  • 3cfd58255d * commands.h (unread_command_char): Declare this to be a Lisp_Object, not an int. Jim Blandy 1992-10-31 04:55:35 +00:00
  • d9da9451b5 * casetab.c (set_case_table): Declare this to be static, and return a Lisp_Object. Add static declaration for this before Fset_case_table and Fset_standard_case_table. (Fset_case_table, Fset_standard_case_table): Return the return value of set_case_table, instead of returning garbage. Jim Blandy 1992-10-31 04:55:02 +00:00
  • 39fb55ffbd * casefiddle.c (operate_on_word): Declare end to be an int, not a Lisp_Object. Jim Blandy 1992-10-31 04:54:35 +00:00
  • d177f19458 * callproc.c: Arrange for synchronous processes to get SIGINT the first time the user quits, or SIGKILL if the user quits again. #include "syssignal.h". (call_process_kill): New function. (call_process_cleanup): Send SIGINT to the subprocess, and then arrange to call call_process_kill if the user quits while we wait for it to terminate. (Fcall_process, Fcall_process_region): Doc fix. Jim Blandy 1992-10-31 04:53:11 +00:00
  • 3b1f62f3ac * bytecode.c (Fbyte_code): Use EQ to compare string_saved with bytestr. Jim Blandy 1992-10-31 04:52:24 +00:00
  • ea47125f68 * buffer.h (Fbuffer_name, Fget_file_buffer): Added external declarations. Jim Blandy 1992-10-31 04:51:36 +00:00
  • 291026b51f * buffer.c (reset_buffer): Don't assign to b->save_length as if it were an int; use XFASTINT. Jim Blandy 1992-10-31 04:50:51 +00:00
  • 5bc1518a3d * alloc.c (Frope_elt): Declare arguments to be Lisp_Objects. Jim Blandy 1992-10-31 04:50:13 +00:00
  • 4458687ccf * abbrev.c (Funexpand_abbrev): Just assign the last abbrev's value to val; don't use XSET. Make sure that the value of the abbrev-symbol is a string. Jim Blandy 1992-10-31 04:49:31 +00:00
  • 03e130d5ca (preserved_fns): New var. (Fcall_interactively): Preserve fns listed in preserved_fns when they appear in an interactive spec which is a call to `list'. (syms_of_callint): Set preserved_fns and staticpro it. Richard M. Stallman 1992-10-30 06:01:13 +00:00
  • e47b25708b Doc fix. Richard M. Stallman 1992-10-30 05:38:03 +00:00
  • e36ba27837 (get_system_name): Use gethostname for USG systems if HAVE_GETHOSTNAME is defined. Richard M. Stallman 1992-10-29 10:44:50 +00:00
  • 94aa5d2d37 (count_blanks): Leave argument r constant, and increment p. Richard M. Stallman 1992-10-29 06:29:20 +00:00
  • db59472c27 (vc-admin): Pass t as noquery arg to vc-resynch-window. Richard M. Stallman 1992-10-28 09:33:04 +00:00
  • 66c7840d6b Initial revision Richard M. Stallman 1992-10-28 09:15:05 +00:00
  • 68431f0bda (HAVE_GETHOSTNAME): Define it. Richard M. Stallman 1992-10-28 09:14:23 +00:00
  • 6054557352 (HAVE_SETSID, IRIX): Defined. (HAVE_GETHOSTNAME): Define it. Richard M. Stallman 1992-10-28 09:06:29 +00:00
  • 0f6c0bb28e *** empty log message *** Jim Blandy 1992-10-28 09:05:06 +00:00
  • c00ba92641 (manual-program): Always use /usr/ucb/man if that exists. Richard M. Stallman 1992-10-28 06:04:10 +00:00
  • c6cf2c1e4f (fortran-window-create): Use screen-width, not frame-width. Richard M. Stallman 1992-10-27 20:19:00 +00:00
  • 1c3c9e649f (fortran-prepare-abbrev-list-buffer): Fix typo. Richard M. Stallman 1992-10-27 20:11:05 +00:00
  • a36d8f2954 [sony, IRIS_4D]: Include getpagesize.h and fcntl.h. (unexec): #if 0 the error check of hdr.fhdr.f_nscns. Clear text_section->s_scnptr. Richard M. Stallman 1992-10-27 19:42:55 +00:00
  • e80f214737 (fortran-tab-mode): Add defvar. (fortran-analyze-file-format): Bind i. (fortran-tab-mode-string): Add defvar. (fortran-tab-mode): Use `arg' as variable, not as function. (fortran-prepare-abbrev-list-buffer): New function. (fortran-abbrev-help): Call that. Richard M. Stallman 1992-10-27 10:21:22 +00:00
  • 9e5c2f5022 Rename buffer-flush-undo to buffer-disable-undo. (Info-goto-emacs-key-command-node): Fix typo. (Info-menu-item-sequence): Commented out. (Info-follow-nearest-node): Use new event format. Select the window clicked on. Richard M. Stallman 1992-10-27 10:14:08 +00:00
  • 411fca7309 Update LISP_FLOAT_TYPE in config.h. Richard M. Stallman 1992-10-27 09:10:40 +00:00
  • f6766fff0a Update GNU_MALLOC and REL_ALLOC in config.h. Richard M. Stallman 1992-10-27 09:07:23 +00:00
  • 082c7686a3 (shell-command-on-region): Use region-beginning and region-end, in interactive spec. Richard M. Stallman 1992-10-27 08:48:02 +00:00
  • d94307ee86 (isearch-edit-string): Bind cursor-in-echo-area only around read-char/allocate-event. Richard M. Stallman 1992-10-27 04:11:46 +00:00
  • 763ab97aec * make-dist: Copy config.sub, since it's a symbolic link to a file on another file system. Jim Blandy 1992-10-27 00:55:32 +00:00
  • 624b466297 (vc-resynch-window): New arg NOQUERY. Pass it to vc-revert-buffer1. (vc-checkout, vc-finish-logentry, vc-revert-buffer, vc-finish-steal): Supply t as NOQUERY arg for vc-resynch-window. (vc-next-action): Don't revert workfile from master if buffer is modified. Richard M. Stallman 1992-10-26 05:33:20 +00:00
  • a426b157e7 Dox fix. Christopher Zaborsky 1992-10-25 21:14:16 +00:00
  • 579e495a70 Doc fix. Christopher Zaborsky 1992-10-25 21:05:35 +00:00
  • fe66851582 Doc fix. Christopher Zaborsky 1992-10-25 19:44:06 +00:00
  • accd90bd67 (vc-prefix-map): Put vc-diff on = and vc-directory on d. Richard M. Stallman 1992-10-24 20:07:08 +00:00
  • 7516b7d521 (relinquish): Adjust page_break_value by amount of memory actually given back. (r_alloc_sbrk): Provide hysteresis in relocating the blocs. Richard M. Stallman 1992-10-24 04:39:49 +00:00
  • 55b0b31972 * emacs.c (main): Correct spelling of HAVE_X_WINDOW to HAVE_X_WINDOWS in conditionals around the call to syms_of_xmenu. Jim Blandy 1992-10-23 20:40:04 +00:00
  • 6861ad22b2 (set-visited-file-name): Change the auto save file name. Richard M. Stallman 1992-10-23 11:06:14 +00:00
  • 45ca32a63d (insert-kbd-macros): If arg is empty, use last macro as default. Richard M. Stallman 1992-10-23 09:38:44 +00:00
  • b4b3b73603 (insert-kbd-macro): Replace nonprinting chars with escapes. Richard M. Stallman 1992-10-23 09:31:22 +00:00
  • ade349a0bf (mail-aliases): Doc fix. Richard M. Stallman 1992-10-23 09:20:44 +00:00
  • 762435dda4 (describe-function): Print an autoloaded', not a ...'. Richard M. Stallman 1992-10-23 09:19:12 +00:00
  • 912c672856 (goal-column): Don't put the defvar inside the make-variable-buffer-local. Richard M. Stallman 1992-10-23 08:54:08 +00:00
  • 194ff7c129 (dired-chown-program): Treat silicon-graphics-unix like usg-unix-v. Richard M. Stallman 1992-10-21 19:30:34 +00:00
  • ed7ace63fc (rmail-mode-map): Delete binding of M-r (use global one). Richard M. Stallman 1992-10-21 06:59:39 +00:00
  • 9e326bc1ef (lpr-command): Treat hpux and silicon-graphics-unix like usg-unix-v. Richard M. Stallman 1992-10-21 06:42:09 +00:00
  • 7270bdb0d6 (backward-kill-sentence): Fix typo in last change. Richard M. Stallman 1992-10-21 04:54:45 +00:00