| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | (font-lock-fontify-block): Use facemenu-keymap to make the binding. | Richard M. Stallman | 1996-03-07 | 1 | -1/+1 |
| | | |||||
| * | Comment change. | Richard M. Stallman | 1996-03-07 | 1 | -1/+1 |
| | | |||||
| * | (pascal-declaration-end): Now locates the end of a parameterlist correctly. | Richard M. Stallman | 1996-03-07 | 1 | -6/+13 |
| | | | | | | | (electric-pascal-tab): Never indented a line when pascal-tab-always-indent was set to nil. (pascal-indent-case): Now locates the end of a case-statement correctly. | ||||
| * | (TERMINFO): Define, if HAVE_NCURSES. | Richard M. Stallman | 1996-03-06 | 1 | -23/+19 |
| | | | | | | | (LINUX_SIGIO_DOES_WORK): Maybe define, based on Linux vers. [LINUX_SIGIO_DOES_WORK]: Don't undef SIGIO, SIGPOLL, SIGPOLL. Do define INTERRUPT_INPUT. | ||||
| * | Check for ncurses. | Richard M. Stallman | 1996-03-06 | 1 | -0/+6 |
| | | |||||
| * | (timers_run): New variable, incremented when a timer is | Richard M. Stallman | 1996-03-06 | 1 | -5/+33 |
| | | | | | | | | | | | | | | | 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. | ||||
| * | (x_connection_closed): Don't unblock input until the end. | Richard M. Stallman | 1996-03-06 | 1 | -5/+0 |
| | | |||||
| * | (HAVE_NCURSES): Add #undef. | Richard M. Stallman | 1996-03-06 | 1 | -0/+1 |
| | | |||||
| * | (beginning-of-line-text): Check adaptive-fill-regexp is non-nil. | Richard M. Stallman | 1996-03-06 | 1 | -1/+1 |
| | | |||||
| * | (tar-subfile-mode): Doc fix. | Richard M. Stallman | 1996-03-06 | 1 | -6/+6 |
| | | | | | | (tar-extract): Call tar-subfile-mode after setting buffer-read-only and the buffer modified flag. | ||||
| * | (save-place-kill-emacs-hook): Always call save-places-to-alist. | Richard M. Stallman | 1996-03-06 | 1 | -3/+5 |
| | | |||||
| * | (pixel_to_char_size): Cast args to int. | Richard M. Stallman | 1996-03-06 | 1 | -2/+2 |
| | | |||||
| * | (post-command-idle-hook, post-command-idle-delay): Mark obsolete. | Richard M. Stallman | 1996-03-06 | 1 | -0/+4 |
| | | |||||
| * | (PC-completion-as-file-name-predicate): | Richard M. Stallman | 1996-03-06 | 1 | -5/+9 |
| | | | | | | Replace PC-do-completion-filename-completers. (PC-do-completion): Use that. | ||||
| * | (struct string_block_head): Change to match string_block. | Karl Heuer | 1996-03-06 | 1 | -1/+1 |
| | | |||||
| * | Add -apple and -aux. | Richard Kenner | 1996-03-05 | 1 | -2/+10 |
| | | |||||
| * | (equalp): Correctly compare last elt of two lists. | Richard M. Stallman | 1996-03-05 | 1 | -1/+2 |
| | | |||||
| * | (mail-abbrevs-setup): Doc fix. | Richard M. Stallman | 1996-03-05 | 1 | -0/+1 |
| | | |||||
| * | (texinfo-section-types-regexp) | Richard M. Stallman | 1996-03-05 | 1 | -0/+47 |
| | | | | | | | | | | (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. | ||||
| * | (PC-do-completion-filename-completers): New variable. | Richard M. Stallman | 1996-03-05 | 1 | -2/+6 |
| | | | | | (PC-do-completion): Use it. | ||||
| * | (wait_reading_process_input): | Richard M. Stallman | 1996-03-05 | 1 | -2/+5 |
| | | | | | | | Pass DO_DISPLAY to detect_input_pending_run_timers. (Fopen_network_stream): Set immediate_quit around gethostbyname. | ||||
| * | (sit_for): Pass DISPLAY to detect_input_pending_run_timers. | Richard M. Stallman | 1996-03-05 | 1 | -1/+1 |
| | | |||||
| * | Global var `misc' renamed. | Richard M. Stallman | 1996-03-05 | 1 | -8/+13 |
| | | | | | (desktop-buffer-misc): Renamed from misc. Add defvar. | ||||
| * | Global vars mam, fn, bn renamed. | Richard M. Stallman | 1996-03-05 | 1 | -20/+34 |
| | | | | | | | | (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. | ||||
| * | (desktop-list*): New function. | Richard M. Stallman | 1996-03-05 | 1 | -13/+18 |
| | | | | | (desktop-internal-v2s): Generate output using desktop-list*. | ||||
| * | (save-place-kill-emacs-hook): Don't save | Richard M. Stallman | 1996-03-05 | 1 | -2/+4 |
| | | | | | if we never loaded the save-place-file. | ||||
| * | (moss): Fix previous change. | Erik Naggum | 1996-03-05 | 1 | -1/+1 |
| | | |||||
| * | Accept -moss* as op sys. | Richard Kenner | 1996-03-04 | 1 | -1/+1 |
| | | |||||
| * | Comment change. | Richard M. Stallman | 1996-03-04 | 1 | -1/+8 |
| | | |||||
| * | (unforward-rmail-message): Add autoload declaration. | Richard M. Stallman | 1996-03-04 | 1 | -0/+6 |
| | | |||||
| * | (unforward-rmail-message): Delete autoload cookie. | Richard M. Stallman | 1996-03-04 | 1 | -1/+0 |
| | | |||||
| * | (rmail-unix-mail-delimiter): Don't accept newlines in month. | Richard M. Stallman | 1996-03-04 | 1 | -1/+1 |
| | | |||||
| * | [AIX] [HAVE_X11R5] (XIMStatusNothing): Definition deleted. | Richard M. Stallman | 1996-03-04 | 1 | -9/+0 |
| | | |||||
| * | (Fkill_local_variable): Call find_symbol_value directly, | Richard M. Stallman | 1996-03-04 | 1 | -1/+1 |
| | | | | | not via Fsymbol_value, to avoid getting void-variable error. | ||||
| * | Comment change. | Richard M. Stallman | 1996-03-04 | 1 | -1/+5 |
| | | |||||
| * | Require cl only when compiling. | Richard M. Stallman | 1996-03-03 | 1 | -5/+6 |
| | | | | | | (scroll-step): Don't set it globally. (dun-mode): Set scroll-step locally. | ||||
| * | (obj): Add xmenu.o. | Richard M. Stallman | 1996-03-03 | 1 | -3/+3 |
| | | | | | (XOBJ): Delete xmenu.o. | ||||
| * | Put most of file into HAVE_MENUS conditional. | Richard M. Stallman | 1996-03-03 | 1 | -0/+10 |
| | | | | | (Fx_popup_menu): Put parts into HAVE_MENUS conditionals. | ||||
| * | (main): Always call syms_of_xmenu. | Richard M. Stallman | 1996-03-03 | 1 | -2/+0 |
| | | |||||
| * | (texinfo-font-lock-keywords): Fixed regexp for `@end' and `@item'. | Richard M. Stallman | 1996-03-03 | 1 | -1/+1 |
| | | |||||
| * | (Fuse_global_map, Fuse_local_map): Don't call record_asynch_buffer_change. | Richard M. Stallman | 1996-03-03 | 1 | -2/+0 |
| | | |||||
| * | (dired-compress-file-suffixes): New variable. | Richard M. Stallman | 1996-03-03 | 1 | -21/+49 |
| | | | | | (dired-compress-file): Use that to control file naming. | ||||
| * | (wait_reading_process_input): Use getpid when generating SIGIO. | Richard M. Stallman | 1996-03-03 | 1 | -2/+2 |
| | | |||||
| * | (global-map): Change C-M-g to M-g M-g. | Richard M. Stallman | 1996-03-02 | 1 | -1/+1 |
| | | |||||
| * | Comment change. | Richard M. Stallman | 1996-03-02 | 24 | -26/+29 |
| | | |||||
| * | Comment change. | Richard M. Stallman | 1996-03-02 | 3 | -3/+3 |
| | | |||||
| * | (forms-insert-after): New variable. Non-nil means: inserts of new | Johan Vromans | 1996-03-01 | 1 | -13/+31 |
| | | | | | | | records go after current record, also initial position is at last record. (forms-mode, forms-insert-record): Use it. | ||||
| * | (set-visited-file-name): Query if there's already another | Richard M. Stallman | 1996-03-01 | 1 | -0/+5 |
| | | | | | buffer visiting this file. | ||||
| * | (compilation-parse-errors): | Richard M. Stallman | 1996-03-01 | 1 | -26/+8 |
| | | | | | Collapse //'s using command-line-normalize-file-name. | ||||
| * | (command-line-normalize-file-name): Do save-match-data. | Richard M. Stallman | 1996-03-01 | 1 | -8/+9 |
| | | |||||