| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | (map_char_table): Fix args in recursive call. | Karl Heuer | 1996-02-21 | 1 | -1/+1 |
| | | |||||
| * | (Fdo_auto_save): Pause before restoring old message. | Karl Heuer | 1996-02-21 | 1 | -1/+4 |
| | | |||||
| * | (defined_color): When we find a "near" color in the map, | Karl Heuer | 1996-02-21 | 1 | -2/+10 |
| | | | | | make sure it is really available as a read-only color. | ||||
| * | (redisplay_window): If window-scroll-functions change | Karl Heuer | 1996-02-21 | 1 | -6/+15 |
| | | | | | the start position, redisplay from the new one. | ||||
| * | (wait_reading_process_input): | Karl Heuer | 1996-02-21 | 1 | -6/+11 |
| | | | | | | | | Pass new arg to swallow_events. (wait_reading_process_input): If read_kbd is 1, use detect_input_pending_run_timers instead of detect_input_pending. | ||||
| * | (swallow_events): New arg DO_DISPLAY. | Karl Heuer | 1996-02-21 | 1 | -121/+206 |
| | | | | | | | | | | | | | | | | | | | (swallow_events): Process timer_event events here. (detect_input_pending_run_timers): New function. (Vtimer_idle_list): New variable. (syms_of_keyboard): Set up Lisp var. (timer_check): Check for idle-time timers too. Expect timers to have 8 slots. Initialize triggertime. (timer_start_idle, timer_stop_idle): New functions. (get_input_pending): New arg do_timers_now. (readable_events): Likewise. (Finput_pending_p): Use get_input_pending, so we can specify 1 for do_timers_now. (timer_check): Check for difference being zero. | ||||
| * | (free_widget_value_tree, merge_widget_value): | Karl Heuer | 1996-02-21 | 1 | -2/+2 |
| | | | | | Use XtFree for the toolkit_data. | ||||
| * | (main, both definitions): Print a newline for normal termination. | Karl Heuer | 1996-02-21 | 1 | -1/+4 |
| | | |||||
| * | Update some doc string. Call `add-minor-mode'. | Karl Heuer | 1996-02-21 | 1 | -69/+147 |
| | | | | | | | | | | | | (follow-windows-start-end-cache, follow-cache-command-list): New variables. (follow-cache-valid-p, follow-invalidate-cache): New functions. (follow-windows-start-end, follow-post-command-hook, follow-generic-filter): Cache support added. (follow-avoid-tail-recenter): Problem with minibuffer-only frames corrected. (follow-windows-aligned-p): Minor change. | ||||
| * | (main): Convert port to network byte order. | Karl Heuer | 1996-02-21 | 1 | -1/+1 |
| | | |||||
| * | (compilation-minor-mode): Run compilation-minor-mode-hook. | Roland McGrath | 1996-02-21 | 1 | -2/+5 |
| | | |||||
| * | Added provide. | Roland McGrath | 1996-02-21 | 1 | -20/+22 |
| | | |||||
| * | (Faccept_process_output): Accept sub-second timeouts. | Erik Naggum | 1996-02-21 | 1 | -1/+1 |
| | | |||||
| * | (gnus-inews-insert-headers): Check whether Sender | Karl Heuer | 1996-02-20 | 1 | -5/+7 |
| | | | | | and From are equal before inserting a Sender header. | ||||
| * | (nnheader-insert-head): Make sure the entire head of | Karl Heuer | 1996-02-20 | 1 | -7/+16 |
| | | | | | the article is inserted. | ||||
| * | Use `as-is' parameters to `custom-face-lookup'. | Karl Heuer | 1996-02-20 | 1 | -31/+32 |
| | | |||||
| * | Clarify info about MS-DOS path handling. | Karl Heuer | 1996-02-20 | 1 | -1/+7 |
| | | |||||
| * | (init_eval_once): Initialize specpdl_ptr. | Karl Heuer | 1996-02-20 | 1 | -0/+1 |
| | | |||||
| * | Removed (require 'picture). | Erik Naggum | 1996-02-20 | 1 | -51/+55 |
| | | | | | | (finder-insert-at-column): New function. (finder-list-keywords, finder-list-matches): Use it. | ||||
| * | (interpreter-mode-alist): Add mawk. | Karl Heuer | 1996-02-19 | 1 | -1/+2 |
| | | | | | (set-auto-mode): Allow either space or tab in #! line. | ||||
| * | Comment fix. | Karl Heuer | 1996-02-19 | 1 | -1/+1 |
| | | |||||
| * | (decipher-mode, decipher-set-map, decipher-insert, | Karl Heuer | 1996-02-19 | 1 | -4/+79 |
| | | | | | | | | decipher-make-checkpoint, decipher-resync): Added special support for font-lock. (decipher-use-font-lock, decipher-font-lock-keywords): New vars. (decipher-toggle-font-lock, decipher-turn-on-font-lock): New funcs. | ||||
| * | (Fx_create_frame): Title is a string, not a symbol. | Karl Heuer | 1996-02-19 | 1 | -1/+1 |
| | | |||||
| * | (lw_internal_update_other_instances): Move static var | Karl Heuer | 1996-02-19 | 1 | -7/+8 |
| | | | | | outside the function, and rename it to lwlib_updating. | ||||
| * | Use <config.h>, not "config.h". | Richard M. Stallman | 1996-02-18 | 1 | -1/+1 |
| | | |||||
| * | (syms_of_keyboard): Doc fix. | Karl Heuer | 1996-02-17 | 1 | -1/+1 |
| | | |||||
| * | (Fopen_dribble_file): Check for failure. | Karl Heuer | 1996-02-17 | 1 | -0/+2 |
| | | |||||
| * | (Fopen_dribble_file): Close dribble file before | Karl Heuer | 1996-02-17 | 1 | -7/+4 |
| | | | | | opening new file. | ||||
| * | Comment fixes. | Karl Heuer | 1996-02-17 | 3 | -10/+10 |
| | | |||||
| * | (vip-event-key): previous change undone. | Michael Kifer | 1996-02-16 | 1 | -11/+1 |
| | | |||||
| * | (vip-events-to-macro): discard events represented as lists in macro | Michael Kifer | 1996-02-16 | 1 | -1/+14 |
| | | | | | definitions. | ||||
| * | (vip-mouse-click-insert-word): fixed a typo. | Michael Kifer | 1996-02-16 | 1 | -1/+1 |
| | | |||||
| * | (ex-map-read-args,ex-unmap-read-args): fixed messages. | Michael Kifer | 1996-02-16 | 1 | -26/+31 |
| | | | | | (vip-events-to-macro): delete nil in macro definitions. | ||||
| * | (vip-event-key): ignore consp events. | Michael Kifer | 1996-02-16 | 1 | -2/+9 |
| | | |||||
| * | Added [ediff-doc] and [eregistry] to menu-bar-tools-menu | Michael Kifer | 1996-02-16 | 1 | -0/+4 |
| | | |||||
| * | *** empty log message *** | Michael Kifer | 1996-02-16 | 9 | -723/+661 |
| | | |||||
| * | *** empty log message *** | Michael Kifer | 1996-02-16 | 5 | -43/+55 |
| | | |||||
| * | *** empty log message *** | Michael Kifer | 1996-02-16 | 3 | -22/+46 |
| | | |||||
| * | *** empty log message *** | Michael Kifer | 1996-02-16 | 1 | -29/+39 |
| | | |||||
| * | Initial revision | Karl Heuer | 1996-02-16 | 1 | -0/+2349 |
| | | |||||
| * | (info-insert-file-contents-1) [MSDOS]: Remove leading | Karl Heuer | 1996-02-16 | 1 | -1/+2 |
| | | | | | dot only from non-empty suffixes. | ||||
| * | (auto-mode-alist): Recognize GNUmakefile. | Karl Heuer | 1996-02-16 | 1 | -1/+1 |
| | | |||||
| * | (imenu--generic-function): Ignore text properties. | Karl Heuer | 1996-02-16 | 1 | -1/+1 |
| | | |||||
| * | (auto-mode-alist): Recognize .itcl and .itk suffixes. | Karl Heuer | 1996-02-16 | 1 | -0/+2 |
| | | |||||
| * | Doc changes. | Karl Heuer | 1996-02-16 | 1 | -37/+54 |
| | | | | | | | | | | | (decipher-char): Added defvar (and also for following variables). (decipher--prev-char): Renamed from decipher-prev-char. (decipher--digram): Renamed from digram. (decipher--digram-list): Renamed from digram-list. (decipher--before): Renamed from before-array. (decipher--after): Renamed from after-array. (decipher--freqs): Renamed from freq-array. | ||||
| * | (ange-ftp-default-user): Doc fix. | Karl Heuer | 1996-02-16 | 1 | -3/+5 |
| | | |||||
| * | (Fmake_temp_name) [MSDOS]: Make sure there is at least | Karl Heuer | 1996-02-16 | 1 | -2/+2 |
| | | | | | | one character before the dot, in case `prefix' is only a directory name. | ||||
| * | (hanoi): Don't show line and column numbers. | Karl Heuer | 1996-02-16 | 1 | -42/+23 |
| | | | | | | | | Compute height and width of the window in the correct way, give the correct error message if the window is too small. Make rings only with numerical characters. Set default number of rings to 7 (was 3 before). | ||||
| * | (gnus-kill-file-kill-by-thread): Correct interactive declaration. | Erik Naggum | 1996-02-15 | 1 | -1/+1 |
| | | |||||
| * | Coorect Ethiopic epoch and some spelling errors. | Edward M. Reingold | 1996-02-15 | 1 | -6/+6 |
| | | |||||
