aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* (font-lock-fontify-block): Use facemenu-keymap to make the binding.Richard M. Stallman1996-03-071-1/+1
|
* Comment change.Richard M. Stallman1996-03-071-1/+1
|
* (pascal-declaration-end): Now locates the end of a parameterlist correctly.Richard M. Stallman1996-03-071-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. Stallman1996-03-061-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. Stallman1996-03-061-0/+6
|
* (timers_run): New variable, incremented when a timer isRichard M. Stallman1996-03-061-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. Stallman1996-03-061-5/+0
|
* (HAVE_NCURSES): Add #undef.Richard M. Stallman1996-03-061-0/+1
|
* (beginning-of-line-text): Check adaptive-fill-regexp is non-nil.Richard M. Stallman1996-03-061-1/+1
|
* (tar-subfile-mode): Doc fix.Richard M. Stallman1996-03-061-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. Stallman1996-03-061-3/+5
|
* (pixel_to_char_size): Cast args to int.Richard M. Stallman1996-03-061-2/+2
|
* (post-command-idle-hook, post-command-idle-delay): Mark obsolete.Richard M. Stallman1996-03-061-0/+4
|
* (PC-completion-as-file-name-predicate):Richard M. Stallman1996-03-061-5/+9
| | | | | Replace PC-do-completion-filename-completers. (PC-do-completion): Use that.
* (struct string_block_head): Change to match string_block.Karl Heuer1996-03-061-1/+1
|
* Add -apple and -aux.Richard Kenner1996-03-051-2/+10
|
* (equalp): Correctly compare last elt of two lists.Richard M. Stallman1996-03-051-1/+2
|
* (mail-abbrevs-setup): Doc fix.Richard M. Stallman1996-03-051-0/+1
|
* (texinfo-section-types-regexp)Richard M. Stallman1996-03-051-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. Stallman1996-03-051-2/+6
| | | | (PC-do-completion): Use it.
* (wait_reading_process_input):Richard M. Stallman1996-03-051-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. Stallman1996-03-051-1/+1
|
* Global var `misc' renamed.Richard M. Stallman1996-03-051-8/+13
| | | | (desktop-buffer-misc): Renamed from misc. Add defvar.
* Global vars mam, fn, bn renamed.Richard M. Stallman1996-03-051-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. Stallman1996-03-051-13/+18
| | | | (desktop-internal-v2s): Generate output using desktop-list*.
* (save-place-kill-emacs-hook): Don't saveRichard M. Stallman1996-03-051-2/+4
| | | | if we never loaded the save-place-file.
* (moss): Fix previous change.Erik Naggum1996-03-051-1/+1
|
* Accept -moss* as op sys.Richard Kenner1996-03-041-1/+1
|
* Comment change.Richard M. Stallman1996-03-041-1/+8
|
* (unforward-rmail-message): Add autoload declaration.Richard M. Stallman1996-03-041-0/+6
|
* (unforward-rmail-message): Delete autoload cookie.Richard M. Stallman1996-03-041-1/+0
|
* (rmail-unix-mail-delimiter): Don't accept newlines in month.Richard M. Stallman1996-03-041-1/+1
|
* [AIX] [HAVE_X11R5] (XIMStatusNothing): Definition deleted.Richard M. Stallman1996-03-041-9/+0
|
* (Fkill_local_variable): Call find_symbol_value directly,Richard M. Stallman1996-03-041-1/+1
| | | | not via Fsymbol_value, to avoid getting void-variable error.
* Comment change.Richard M. Stallman1996-03-041-1/+5
|
* Require cl only when compiling.Richard M. Stallman1996-03-031-5/+6
| | | | | (scroll-step): Don't set it globally. (dun-mode): Set scroll-step locally.
* (obj): Add xmenu.o.Richard M. Stallman1996-03-031-3/+3
| | | | (XOBJ): Delete xmenu.o.
* Put most of file into HAVE_MENUS conditional.Richard M. Stallman1996-03-031-0/+10
| | | | (Fx_popup_menu): Put parts into HAVE_MENUS conditionals.
* (main): Always call syms_of_xmenu.Richard M. Stallman1996-03-031-2/+0
|
* (texinfo-font-lock-keywords): Fixed regexp for `@end' and `@item'.Richard M. Stallman1996-03-031-1/+1
|
* (Fuse_global_map, Fuse_local_map): Don't call record_asynch_buffer_change.Richard M. Stallman1996-03-031-2/+0
|
* (dired-compress-file-suffixes): New variable.Richard M. Stallman1996-03-031-21/+49
| | | | (dired-compress-file): Use that to control file naming.
* (wait_reading_process_input): Use getpid when generating SIGIO.Richard M. Stallman1996-03-031-2/+2
|
* (global-map): Change C-M-g to M-g M-g.Richard M. Stallman1996-03-021-1/+1
|
* Comment change.Richard M. Stallman1996-03-0224-26/+29
|
* Comment change.Richard M. Stallman1996-03-023-3/+3
|
* (forms-insert-after): New variable. Non-nil means: inserts of newJohan Vromans1996-03-011-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 anotherRichard M. Stallman1996-03-011-0/+5
| | | | buffer visiting this file.
* (compilation-parse-errors):Richard M. Stallman1996-03-011-26/+8
| | | | Collapse //'s using command-line-normalize-file-name.
* (command-line-normalize-file-name): Do save-match-data.Richard M. Stallman1996-03-011-8/+9
|