Commit graph

  • e7dc77f65f (save-place-version-control): New var, for determining how to back up the master saved-places file. (save-place-alist-to-file): Bind version-control depending on `save-place-version-control'. (hook for find-file-hooks): Specify the APPEND arg to add-hook. Richard M. Stallman 1994-04-04 01:05:07 +00:00
  • 853cf34623 (display_text_line): Properly handle charstarts for hscroll, and for continuation in mid character. (message2): Call frame_up_to_date_hook. Richard M. Stallman 1994-04-04 00:44:27 +00:00
  • 514e46817a (note_mouse_highlight): Do nothing if gc_in_progress. Set mouse_face_deferred_gc when that case arise. (XTframe_up_to_date): If mouse_face_deferred_gc, redo highlighting. Richard M. Stallman 1994-04-04 00:43:13 +00:00
  • 3ccf510abd (overlays_at): Fix previous change. Richard M. Stallman 1994-04-03 23:22:06 +00:00
  • 0b20d25717 Comment changes. Richard M. Stallman 1994-04-03 21:32:18 +00:00
  • 4d57802ec9 (gc_in_progress): Declared. Richard M. Stallman 1994-04-03 21:31:47 +00:00
  • 5a7d50bac0 (Fx_popup_dialog): If POSITION is t, use selected frame. Richard M. Stallman 1994-04-03 19:43:01 +00:00
  • 4a44b14c12 (overlays_at): Use XGCTYPE. Richard M. Stallman 1994-04-03 19:37:59 +00:00
  • 29ff037d32 (OVERLAY_POSITION): Use XGCTYPE. Richard M. Stallman 1994-04-03 19:37:32 +00:00
  • b14db4d73b (Fx_popup_dialog): If POSITION is t, use selected frame. Richard M. Stallman 1994-04-03 19:03:23 +00:00
  • 55cc089c5b (frame_up_to_date_hook): Defined. Richard M. Stallman 1994-04-03 18:19:53 +00:00
  • f9d75fab0c Doc fix. Richard M. Stallman 1994-04-03 18:18:45 +00:00
  • 0d2311656a (redisplay): do_verify_charstarts controls whether to call verify_charstarts. Fix one-off when checking for the last line. Richard M. Stallman 1994-04-03 08:10:46 +00:00
  • f8bdb8e6b2 (note_mouse_highlight): Reject out-of-range pos value before it causes an error. Richard M. Stallman 1994-04-03 08:09:45 +00:00
  • 839c7dfb06 (direct_output_for_insert): Add charstarts entry after the new char. Use the right point value for the inserted character. Richard M. Stallman 1994-04-03 08:09:11 +00:00
  • 2d810f8464 (do_scrolling): Handle charstarts like glyphs. Richard M. Stallman 1994-04-03 08:08:33 +00:00
  • ae9fdfe5e1 (ispell-message): Fixed infinite loop on shortened msg. Richard M. Stallman 1994-04-03 06:04:35 +00:00
  • 2e8907d397 (verify_charstarts): Count right for continued lines. Richard M. Stallman 1994-04-03 02:04:38 +00:00
  • bf1c0ba101 (fast_find_position): Always return coords within the window. Richard M. Stallman 1994-04-03 02:04:04 +00:00
  • 85bcef6cd0 (display_text_line): Always store in charstart even if at endp. When clearing charstart, do the whole width. Richard M. Stallman 1994-04-03 02:03:30 +00:00
  • 23b0200c67 (verify_charstarts): New function. Richard M. Stallman 1994-04-03 01:36:57 +00:00
  • 84258c5dcc (summarize-tar-header-block): Add mouse-face properties. Karl Heuer 1994-04-02 05:52:36 +00:00
  • e5ea316b8a (Buffer-menu-mode): Highlight only the buffer name, not the whole line. (Buffer-menu-buffer-name-position): New function. Karl Heuer 1994-04-02 05:31:31 +00:00
  • e78e10caf2 (compile-mouse-goto-error): Simplify. (compilation-parse-errors-function): Doc fix. Karl Heuer 1994-04-02 05:07:50 +00:00
  • 823316aaf2 (Buffer-menu-mode): Add mouse-face properties. Karl Heuer 1994-04-02 04:13:09 +00:00
  • 9f31d21b2c (list_buffers_1): Set buffer contents, then mode. Karl Heuer 1994-04-02 04:08:50 +00:00
  • f726257eb4 (dired-insert-directory): Fix comment. Karl Heuer 1994-04-02 02:58:07 +00:00
  • f81ed6cfac (occur): Add mouse-face property to each line. Richard M. Stallman 1994-04-01 19:31:15 +00:00
  • cb88a3db20 (dired-insert-directory): Add mouse-face properties. (dired-insert-set-properties): New subroutine. Richard M. Stallman 1994-04-01 18:51:39 +00:00
  • 60e4eb5429 (dired-add-entry, dired-insert-subdir-doinsert): Call dired-insert-set-properties. (dired-add-entry): Don't make name absolute; bind default-directory. Richard M. Stallman 1994-04-01 18:51:17 +00:00
  • a0e9c22aad (tex-start-shell): Use shell-mode-map (instead of comint-mode-map) because it's bit a nicer. Edward M. Reingold 1994-04-01 16:57:56 +00:00
  • 7e4f2521a4 (x_wm_set_size_hint): Add USE_X_TOOLKIT conditional and call XtGetValues to get the width and the height of the Emacs frame. Fred Pierresteguy 1994-04-01 13:53:31 +00:00
  • 01a054bcfa (update_menu_bar): Pass 0 to set_frame_menubar. Fred Pierresteguy 1994-04-01 13:43:24 +00:00
  • b3ccf2a206 (EmacsFrameSetCharSize): Clean up code. Replace XtVaSetValues by XtSetValues. Fred Pierresteguy 1994-04-01 13:39:34 +00:00
  • d1cb44a4d6 (try_window_id): Pass new arg to scroll_frame_lines. Richard M. Stallman 1994-04-01 10:14:35 +00:00
  • d52bad6588 (make_frame_glyphs): If EMPTY, don't leave junk in ->total_charstarts. Richard M. Stallman 1994-04-01 10:13:32 +00:00
  • 09fe4c319e (construct_menu_click, construct_mouse_click): Use XSET when setting result->x and result->y. Richard M. Stallman 1994-04-01 10:12:10 +00:00
  • a9c90b7c24 (xmenu_show): Undo part of March 11 change: Do call lw_destroy_all_widgets at the end. Richard M. Stallman 1994-04-01 10:10:45 +00:00
  • 9a87b43032 (Info-fontify-node): Add mouse-face properties. Increase size limit for fontifying to 30000. Richard M. Stallman 1994-04-01 10:10:24 +00:00
  • dc49df96e3 *** empty log message *** Fred Pierresteguy 1994-04-01 08:25:12 +00:00
  • ffd57920a3 (redisplay): In previous change, handle case where no newline follows. Richard M. Stallman 1994-04-01 08:19:19 +00:00
  • 745d94338a (rmail-message-label-p, rmail-parse-message-labels): Update obsolete (commented-out) functions. Karl Heuer 1994-04-01 02:31:45 +00:00
  • b64b398040 (adjust_window_charstarts): New function. (direct_output_for_insert): Call it. Richard M. Stallman 1994-04-01 02:10:14 +00:00
  • 46db848664 (redisplay): Call adjust_window_charstarts to update the charstarts of following lines. Richard M. Stallman 1994-04-01 02:09:44 +00:00
  • 28925d74e6 Doc fixes. Richard M. Stallman 1994-03-31 23:40:14 +00:00
  • 60a8948ae4 (scroll_frame_lines): Handle charstarts like glyphs. (direct_output_for_insert): Likewise. (preserve_other_columns): Likewise. Richard M. Stallman 1994-03-31 23:22:23 +00:00
  • b8009dd11c [INCLUDED_FCNTL]: Don't include fcntl.h again. Richard M. Stallman 1994-03-31 23:17:23 +00:00
  • 6f13448620 (compute_char_face): New arg MOUSE. (Qmouse_face): New variable. (syms_of_xfaces): Initialize Qmouse_face. Richard M. Stallman 1994-03-31 23:12:26 +00:00
  • 3e9367e7de (child_setup): Check out==err when relocating fds. Karl Heuer 1994-03-31 22:19:27 +00:00
  • 58732bd4aa (Man-filter-list): New footer format to delete. Karl Heuer 1994-03-31 22:01:12 +00:00
  • efc63ef0e1 (redisplay): Call frame_up_to_date_hook. Richard M. Stallman 1994-03-31 18:40:11 +00:00
  • 439fa06f53 Fix error message syntax. (tar-mode): Doc fix. (tar-mouse-extract): New command. (tar-mode-map): Bind mouse-2. (tar-get-descriptor): New function. (tar-extract, tar-copy): Use that. (tar-mode-maybe-write-tar-file): Renamed from maybe-write-tar-file. Richard M. Stallman 1994-03-31 17:16:37 +00:00
  • 80eb0a994f (x_window) [USE_X_TOOLKIT]: When doing geometry management, don't compute the size of the menubar if there is no menubar. Fred Pierresteguy 1994-03-31 16:49:00 +00:00
  • 2cf5fc7e0f (Buffer-menu-mouse-select): New command. (Buffer-menu-mode-map): Bind mouse-2. (Buffer-menu-mode): Doc fix. Richard M. Stallman 1994-03-31 16:46:57 +00:00
  • 121e2227f1 (occur-mode-goto-occurrence): Delete excess close paren. Richard M. Stallman 1994-03-31 16:38:57 +00:00
  • 26649bdf29 (occur-mode): Doc fix. Richard M. Stallman 1994-03-31 16:37:20 +00:00
  • 9420e4cad5 (set_frame_size): Dont compute any geometry management. Fred Pierresteguy 1994-03-31 14:52:30 +00:00
  • 706aa2f2e7 (set_frame_menubar): New arg, first_time. Don't update the menubar the first time it is created via x_window. (initialize_frame_menubar): Pass 1 to set_frame_menubar. Fred Pierresteguy 1994-03-31 14:50:46 +00:00
  • a7f7d5508c (x_window) [USE_X_TOOLKIT]: New args window_prompting and minibuffer_only. Don't pass top_pos and left_pos to XtCreatePopupShell. Call initialize_frame_menubar before creating the Emacs frame if it is not the minibuffer. Call XtManageChild for the menubar widget if any. Compute some geometry management. (Fx_create_frame): Pass window_prompting and minibuffer_only to x_window. Don't call x_wm_set_size_hint. Don't call initialize_frame_menubar. Fred Pierresteguy 1994-03-31 14:49:42 +00:00
  • 48508a3ae9 Define HAVE_X11R4 if AIX3_2 is defined. Fred Pierresteguy 1994-03-31 14:00:26 +00:00
  • 0dee3c4dc9 (frame_up_to_date_hook): Declared. Richard M. Stallman 1994-03-31 08:33:38 +00:00
  • dc6ace1268 (esix5): Set NON_GNU_CPP. Richard M. Stallman 1994-03-31 04:39:32 +00:00
  • 8df69fb032 *** empty log message *** Richard M. Stallman 1994-03-30 18:57:29 +00:00
  • b65e3dd79e (INCLUDED_FCNTL): Define, if include fcntl.h. Richard M. Stallman 1994-03-30 18:51:54 +00:00
  • 42b8555467 Initial revision Richard M. Stallman 1994-03-30 18:36:47 +00:00
  • 855909db54 Advise about case where C-h is rebound. Richard M. Stallman 1994-03-30 18:20:07 +00:00
  • 78bead7366 (occur-mode-find-occurrence): New subroutine. (occur-mode-goto-occurrence): Use that. (occur-mode-mouse-goto): New command. (occur-mode-map): Bind mouse-2. (occur-mode-find-occurrence): Error if point is on first line. Richard M. Stallman 1994-03-30 17:54:38 +00:00
  • f98494a43d (compile-mouse-goto-error): New command. (compilation-minor-mode-map): Bind mouse-2. Richard M. Stallman 1994-03-30 17:36:24 +00:00
  • dbcb93894b (dired-mouse-find-file-other-window): New command. (dired-mode-map): Bind mouse-2. Richard M. Stallman 1994-03-30 17:22:59 +00:00
  • b4484ea80e Doc fixes. Richard M. Stallman 1994-03-30 16:04:08 +00:00
  • b02c5fea90 * etags.c (main): use etags_getcwd for compatibility. (etags_getcwd): new function. Francesco Potortì 1994-03-30 12:04:41 +00:00
  • 5fb5aa335e (verify_overlay_modification): Copy TAIL before a hook, in case the hook recenters the overlay lists. Richard M. Stallman 1994-03-30 06:32:54 +00:00
  • 37e9a9347d (Fminibuffer_prompt, Fminibuffer_prompt_width): New funcs. Karl Heuer 1994-03-30 05:23:18 +00:00
  • 4200677283 (Vcompletion_regexp_list): New var. (syms_of_minibuf): Set up Lisp var. (Ftry_completion, Fall_completions): Limit possible completions to strings matching those regexps. Richard M. Stallman 1994-03-30 05:17:30 +00:00
  • 80093a1544 (Fcompute_motion): Fix symbol name in previous change. Karl Heuer 1994-03-30 03:12:53 +00:00
  • 992371ca56 (Fcompute_motion): Doc fix. Also extracted long doc string to avoid compiler limitations. Karl Heuer 1994-03-30 03:11:04 +00:00
  • faa5c515a3 (Fcompute_motion): Don't use XFASTINT on possibly-negative coords. Also another doc fix. Karl Heuer 1994-03-30 03:02:02 +00:00
  • 4fb7678758 (Fcompute_motion): Doc fix. Karl Heuer 1994-03-30 02:29:28 +00:00
  • 9baf79c795 (rmail-sort-messages): Use buffer-disable-undo, not buffer-flush-undo. Karl Heuer 1994-03-30 02:24:05 +00:00
  • 030ecb3c62 (rmail-sort-messages): Update summary buffer. Karl Heuer 1994-03-30 02:21:48 +00:00
  • 2a527e488c (rmail-sort-from-summary): Preserve window selection. Karl Heuer 1994-03-30 02:21:19 +00:00
  • 61446fe76f (vc-checkin): Undo previous change. Richard M. Stallman 1994-03-30 02:14:11 +00:00
  • 2fc9d9f462 (help): New alias. (help-for-help): Mention help character. (help-quit): New command. (help-map): Bind `q'. Richard M. Stallman 1994-03-30 01:43:37 +00:00
  • 5ef470be66 (calculate-c-indent): Don't loop forever at bobp. (calculate-c-indent, indent-c-exp): Test char against 0, not nil. Karl Heuer 1994-03-30 01:43:08 +00:00
  • 7772e660eb Check for existence of windowing system. Karl Heuer 1994-03-30 01:02:01 +00:00
  • cf4138adef (EMACS_TIME_NEG_P): Cast to signed. Karl Heuer 1994-03-30 00:50:02 +00:00
  • ee61d94e70 (Fwindow_width): Delete unnecessary variable declarations. Karl Heuer 1994-03-29 07:20:26 +00:00
  • 13a661808e (hack-local-variables-prop-line): Search two lines if "#!". Ignore keyword `mode', since it's already been handled. Karl Heuer 1994-03-29 07:08:23 +00:00
  • 87d26afc28 (basic-save-buffer-1): New subroutine, broken out of basic-save-buffer. (basic-save-buffer): Use basic-save-buffer-1. Richard M. Stallman 1994-03-29 06:59:50 +00:00
  • 26a8d14bf2 Fix glitches in previous change. Karl Heuer 1994-03-29 06:37:09 +00:00
  • ccf39e5651 (Fcompute_motion): Typecheck all arguments. Karl Heuer 1994-03-29 05:58:40 +00:00
  • 546714cf35 Fix typo in comment. Karl Heuer 1994-03-29 05:54:39 +00:00
  • b741d9b1bb (struct frame_glyphs): New fields charstarts and total_charstarts. Richard M. Stallman 1994-03-29 05:22:29 +00:00
  • e6194ffc49 Fix typos in comments. Karl Heuer 1994-03-29 04:57:16 +00:00
  • dd5f626783 (display_text_line): Handle selective display at window edge. Karl Heuer 1994-03-29 04:08:07 +00:00
  • 36363ac158 (debug): Behave sensibly if pop-up-frames is set. Karl Heuer 1994-03-29 02:20:04 +00:00
  • 97f9920271 (Info-suffix-list): Put empty string last. (info-insert-file-contents): Allow filename to already be suffixed. Karl Heuer 1994-03-29 01:39:51 +00:00
  • af5d2b69af (file_name_completion): Don't step on dirname. Karl Heuer 1994-03-29 00:57:07 +00:00
  • b1b12a8ee9 Initial revision Richard M. Stallman 1994-03-29 00:10:31 +00:00
  • 32eff0b035 (vc-checkin): Insert name of current defun in comment buffer. Roland McGrath 1994-03-29 00:03:10 +00:00