1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-03 10:31:37 -08:00
Commit graph

14732 commits

Author SHA1 Message Date
Richard M. Stallman
773bb028e7 Check for ncurses. 1996-03-06 19:18:29 +00:00
Richard M. Stallman
87dd9b9b9d (timers_run): New variable, incremented when a timer is
run directly.
(timer_check, swallow_events): Increment timers_run.
(swallow_events): Redisplay if get_input_pending has run timers.
(detect_input_pending_run_timers): New arg DO_DISPLAY.

(init_keyboard): Initialize timer_idleness_start_time.

(reinvoke_input_signal): Use getpid.

(input_poll_signal): Use start_polling
after first incrementing poll_suppress_count.
1996-03-06 19:17:17 +00:00
Richard M. Stallman
822bd8045d (x_connection_closed): Don't unblock input until the end. 1996-03-06 19:14:34 +00:00
Richard M. Stallman
8f86998a66 (HAVE_NCURSES): Add #undef. 1996-03-06 19:13:44 +00:00
Richard M. Stallman
7d43e2ad65 (beginning-of-line-text): Check adaptive-fill-regexp is non-nil. 1996-03-06 19:12:58 +00:00
Richard M. Stallman
766052779b (tar-subfile-mode): Doc fix.
(tar-extract): Call tar-subfile-mode after setting buffer-read-only
and the buffer modified flag.
1996-03-06 07:49:55 +00:00
Richard M. Stallman
18b1fecd4a (save-place-kill-emacs-hook): Always call save-places-to-alist. 1996-03-06 06:28:39 +00:00
Richard M. Stallman
f8eeed5b18 (pixel_to_char_size): Cast args to int. 1996-03-06 06:22:06 +00:00
Richard M. Stallman
ed16b6f28a (post-command-idle-hook, post-command-idle-delay): Mark obsolete. 1996-03-06 06:10:02 +00:00
Richard M. Stallman
249f7eebfd (PC-completion-as-file-name-predicate):
Replace PC-do-completion-filename-completers.
(PC-do-completion): Use that.
1996-03-06 05:12:07 +00:00
Karl Heuer
0e7ff58fab (struct string_block_head): Change to match string_block. 1996-03-06 04:37:18 +00:00
Richard Kenner
7f15440605 Add -apple and -aux. 1996-03-05 23:34:58 +00:00
Richard M. Stallman
e5b633cf70 (equalp): Correctly compare last elt of two lists. 1996-03-05 22:53:55 +00:00
Richard M. Stallman
178047284a (mail-abbrevs-setup): Doc fix. 1996-03-05 22:04:03 +00:00
Richard M. Stallman
491f6f0f3d (texinfo-section-types-regexp)
(texinfo-section-level-regexp, texinfo-subsection-level-regexp)
(texinfo-subsubsection-level-regexp): Add defvars.

(texinfo-section-list): New variable.
(texinfo-outline-level): New function.
(texinfo-mode): Use them.
1996-03-05 21:42:17 +00:00
Richard M. Stallman
3985c7902b (PC-do-completion-filename-completers): New variable.
(PC-do-completion): Use it.
1996-03-05 21:19:11 +00:00
Richard M. Stallman
5d6c2aa300 (wait_reading_process_input):
Pass DO_DISPLAY to detect_input_pending_run_timers.

(Fopen_network_stream): Set immediate_quit around gethostbyname.
1996-03-05 17:33:27 +00:00
Richard M. Stallman
f80bd2d7b2 (sit_for): Pass DISPLAY to detect_input_pending_run_timers. 1996-03-05 17:26:19 +00:00
Richard M. Stallman
2699e23efe Global var `misc' renamed.
(desktop-buffer-misc): Renamed from misc.  Add defvar.
1996-03-05 16:42:06 +00:00
Richard M. Stallman
569c754ea9 Global vars mam, fn, bn renamed.
(desktop-buffer-major-mode): Renamed from mam.  Add defvar.
(desktop-buffer-file-name): Renamed from fn.  Add defvar.
(desktop-buffer-name): Renamed from bn.  Add defvar.
(desktop-create-buffer, desktop-buffer): Use new names.
1996-03-05 16:37:03 +00:00
Richard M. Stallman
ed2f7fc80b (desktop-list*): New function.
(desktop-internal-v2s): Generate output using desktop-list*.
1996-03-05 04:22:44 +00:00
Richard M. Stallman
52b9a93170 (save-place-kill-emacs-hook): Don't save
if we never loaded the save-place-file.
1996-03-05 04:22:25 +00:00
Erik Naggum
c01e66e11b (moss): Fix previous change. 1996-03-05 03:02:45 +00:00
Richard Kenner
21c7c7800a Accept -moss* as op sys. 1996-03-04 23:03:15 +00:00
Richard M. Stallman
387a23452a Comment change. 1996-03-04 21:24:28 +00:00
Richard M. Stallman
6c4b1a6e33 (unforward-rmail-message): Add autoload declaration. 1996-03-04 20:27:17 +00:00
Richard M. Stallman
d65430a135 (unforward-rmail-message): Delete autoload cookie. 1996-03-04 20:26:58 +00:00
Richard M. Stallman
ae9f363a57 (rmail-unix-mail-delimiter): Don't accept newlines in month. 1996-03-04 19:59:40 +00:00
Richard M. Stallman
6b8177cd7c [AIX] [HAVE_X11R5] (XIMStatusNothing): Definition deleted. 1996-03-04 18:00:34 +00:00
Richard M. Stallman
978dd5783b (Fkill_local_variable): Call find_symbol_value directly,
not via Fsymbol_value, to avoid getting void-variable error.
1996-03-04 17:38:35 +00:00
Richard M. Stallman
f46cc152ae Comment change. 1996-03-04 02:19:51 +00:00
Richard M. Stallman
3e2b8c1cf5 Require cl only when compiling.
(scroll-step): Don't set it globally.
(dun-mode): Set scroll-step locally.
1996-03-03 23:43:20 +00:00
Richard M. Stallman
dddff3979f (obj): Add xmenu.o.
(XOBJ): Delete xmenu.o.
1996-03-03 22:48:20 +00:00
Richard M. Stallman
1e659e4c3a Put most of file into HAVE_MENUS conditional.
(Fx_popup_menu): Put parts into HAVE_MENUS conditionals.
1996-03-03 22:47:53 +00:00
Richard M. Stallman
647f2a6867 (main): Always call syms_of_xmenu. 1996-03-03 22:34:21 +00:00
Richard M. Stallman
b14f720b0c (texinfo-font-lock-keywords): Fixed regexp for @end' and @item'. 1996-03-03 19:42:09 +00:00
Richard M. Stallman
178f24298f (Fuse_global_map, Fuse_local_map): Don't call record_asynch_buffer_change. 1996-03-03 19:29:10 +00:00
Richard M. Stallman
077d52839d (dired-compress-file-suffixes): New variable.
(dired-compress-file): Use that to control file naming.
1996-03-03 06:10:06 +00:00
Richard M. Stallman
e643c5beab (wait_reading_process_input): Use getpid when generating SIGIO. 1996-03-03 05:34:59 +00:00
Richard M. Stallman
7e47f20bba (global-map): Change C-M-g to M-g M-g. 1996-03-02 21:09:04 +00:00
Richard M. Stallman
9596811a3d Comment change. 1996-03-02 06:37:35 +00:00
Richard M. Stallman
f5632218b0 Comment change. 1996-03-02 05:37:13 +00:00
Johan Vromans
149bb5bea4 (forms-insert-after): New variable. Non-nil means: inserts of new
records go after current record, also initial position is at last
record.
(forms-mode, forms-insert-record): Use it.
1996-03-01 21:13:01 +00:00
Richard M. Stallman
7b89d38e9a (set-visited-file-name): Query if there's already another
buffer visiting this file.
1996-03-01 20:29:32 +00:00
Richard M. Stallman
f50adf13bd (compilation-parse-errors):
Collapse //'s using command-line-normalize-file-name.
1996-03-01 20:13:42 +00:00
Richard M. Stallman
6b9e794f8c (command-line-normalize-file-name): Do save-match-data. 1996-03-01 20:13:01 +00:00
Richard M. Stallman
6a21225cd1 (motion_event_is_in_menu): Make x and y signed. 1996-03-01 20:11:49 +00:00
Richard M. Stallman
6afcf317d2 [X_CONNECTION_LOCK_FLAG] (abort, exit): New definitions. 1996-03-01 20:11:19 +00:00
Richard M. Stallman
0c20ee6187 (imenu--menubar-select): No longer interactive.
(imenu-create-submenu-name): Function deleted.
(imenu-example--create-lisp-index): Don't use it.
(imenu--generic-function): Don't use imenu-create-submenu-name.
(imenu-submenu-name-format): Variable deleted.
(imenu--split-menu): Use TITLE as the head of the new list.
Don't split if everything fits in one level.
(imenu--split-submenus): New function.
(imenu-update-menubar): Use imenu--split-submenus.
(imenu--mouse-menu): Use imenu--split-submenus.
1996-03-01 18:09:57 +00:00
Richard M. Stallman
df41821fa7 (imenu-submenu-name-format): Delete the `...'. 1996-03-01 17:09:00 +00:00