aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* *** empty log message ***Richard M. Stallman1994-07-011-28/+39
|
* (make-face-italic, make-face-bold): Don't bind f2 here.Richard M. Stallman1994-07-011-16/+18
| | | | | | (make-face-bold-internal, make-face-italic-internal): Bind f2 here. (make-face-bold-italic-internal, make-face-italic-internal) (make-face-bold-internal): New arg `font'. Callers changed.
* (unload-feature): The autoload property does notRichard M. Stallman1994-07-011-1/+1
| | | | tart with `autoload'.
* (list-faces-display): Line up multiple lines in sample.Richard M. Stallman1994-07-011-1/+7
|
* (sh-set-shell): Obey sh-query-for-magic in all cases.Richard M. Stallman1994-07-011-7/+11
| | | | (sh-mode): Don't move point permanently.
* (prepare_menu_bars): Call x_consider_frame_titleRichard M. Stallman1994-07-011-7/+8
| | | | only if windows_or_buffers_changed.
* (init_sys_modes): Turn off VSTART and VSTOP chars. OnRichard M. Stallman1994-07-011-0/+10
| | | | DGUX, turn off INPCK.
* (Fx_create_frame): Add GC protection for local var `f'.Paul Reilly1994-07-011-0/+5
|
* entered into RCSRichard M. Stallman1994-07-011-22/+32
|
* (x_own_selection, x_get_foreign_selection):Richard M. Stallman1994-07-011-15/+61
| | | | | | | Get rid of spurious X_TOOLKIT conditional. (x_own_selection): Put the frame in Vselection_alist. (x_clear_frame_selections): New function.
* Comment change.Richard M. Stallman1994-07-013-3/+3
|
* (Fdelete_frame): Call x_clear_frame_selections.Richard M. Stallman1994-07-011-0/+6
|
* (x_draw_box): Use curs_x and curs_y, not f->cursor_[xy].Richard M. Stallman1994-07-011-3/+16
| | | | | (x_make_frame_visible): In x_sync loop at the end, every fourth time, sleep for 1/4 second.
* (random, srandom): Defined.Richard M. Stallman1994-07-011-6/+4
|
* *** empty log message ***Richard M. Stallman1994-06-301-1/+3
|
* (minor-mode-map-alist): Add missing quote.Richard M. Stallman1994-06-301-1/+1
|
* (rmail-highlight-headers): Do nothing ifRichard M. Stallman1994-06-301-2/+4
| | | | rmail-highlighted-headers is nil.
* (resize-minibuffer-window-restore): Don't do anything if the window heightNoah Friedman1994-06-301-3/+5
| | | | is already 1.
* (mouse-drag-secondary): Don't treat end of bufferRichard M. Stallman1994-06-301-2/+1
| | | | specially when within the window.
* (XLIB_ILLEGAL_ACCESS): Defined.Richard M. Stallman1994-06-301-0/+3
|
* (x_set_frame_parameters): Call x_set_offset directly.Richard M. Stallman1994-06-291-4/+30
| | | | | | Handle `-' for position parameters. (x_set_name): If no change needed, avoid consing.
* (command_loop_1): Don't clear nonundocountRichard M. Stallman1994-06-291-17/+20
| | | | when internal_self_insert returns 1.
* (internal_self_insert): Now can return 2.Richard M. Stallman1994-06-291-5/+6
|
* comint-password-prompt-regexp: New variable.Noah Friedman1994-06-291-2/+7
| | | | comint-watch-for-password-prompt: Use it.
* (byte-compile-callargs-warn): Handle function defnitionRichard M. Stallman1994-06-291-3/+36
| | | | | | | that is not a lambda expression or byte code function. (byte-compile-arglist-warn): Likewise. (byte-compile-defalias): New function, used to compile defalias. (byte-compile-defalias-warn): New function.
* (easy-menu-change): New function.Richard M. Stallman1994-06-291-0/+14
|
* Add commented-out code.Richard M. Stallman1994-06-291-0/+15
|
* (readchar): Restart interrupted I/O.Karl Heuer1994-06-281-1/+15
|
* (tag-exact-match-p): Fix typo in last change.Roland McGrath1994-06-281-1/+1
|
* (tag-exact-match-p): Test for point sitting after the explicit tag nameRoland McGrath1994-06-281-1/+4
| | | | itself.
* (line-move): Don't use message or ding; just signal errors.Richard M. Stallman1994-06-281-37/+29
|
* (a_write): Loop while *ANNOT is listp, not consp. Previous code omittedRoland McGrath1994-06-281-1/+1
| | | | all data from output files when *ANNOT was nil.
* (dired-x-hands-off-my-keys): New user-defined variable.Richard M. Stallman1994-06-281-22/+99
| | | | | | | (dired-x-bind-find-file): Use it. (dired-x-find-file): New function to substitute find-file. (dired-x-find-file-other-window): New function to substitute find-file-other-window.
* (mips-sony-newsos4*): New alias.Richard M. Stallman1994-06-281-1/+1
|
* (safe_run_hooks): Take symbol as arg.Richard M. Stallman1994-06-281-13/+23
| | | | | | | | Use Fsymbol_value and Fset. (command_loop_1): Pass symbol to safe_run_hooks. Look in the value cell to check for trivial case (no hooks). (read_key_sequence): Don't echo if echo_keystrokes is 0.
* (redisplay_region): For special treatment, BUF most beRichard M. Stallman1994-06-281-0/+3
| | | | both current and displayed in selected window.
* (Foverlay_put): Pass redisplay_region a struct buffer *.Richard M. Stallman1994-06-281-2/+2
|
* (dired-readin): Record the directory's modtime.Richard M. Stallman1994-06-281-1/+13
| | | | (dired-internal-noselect): Offer to revert if dir has changed.
* (auto-lower-mode, auto-raise-mode): Doc fixes.Richard M. Stallman1994-06-281-2/+10
|
* (Info-index): Fix typo: t => \t.Richard M. Stallman1994-06-281-1/+1
|
* (gnus-inews-user-name, gnus-inews-domain-name):Richard M. Stallman1994-06-271-33/+30
| | | | | Use user-mail-address unless there's a reason to do otherwise. (gnus-inews-domain-name): Delete compatibility use of gnus-your-domain.
* (Info-insert-dir): Capitalize `node' when inserting it.Richard M. Stallman1994-06-271-2/+2
| | | | (Info-search): Don't move point to beginning, after Info-read-subfile.
* (a_write): Verify that *annot is a cons.Richard M. Stallman1994-06-271-1/+1
|
* (echo_dash): Fix backwards conditional.Richard M. Stallman1994-06-261-1/+1
|
* (C_DEBUG_SWITCH) [not NEWSOS5]:Richard M. Stallman1994-06-261-0/+5
| | | | | Don't define if __GNUC__. (KERNEL_FILE) [not NEWSOS5]: New override definition.
* (jka-compr-partial-uncompress): Handle the case whereRichard M. Stallman1994-06-261-3/+4
| | | | LEN reaches to or past the end of the data.
* (mouse-scroll-subr): Don't do anything special at eob.Richard M. Stallman1994-06-251-6/+4
| | | | | (mouse-drag-region): Don't treat scrolling differently at eob. (mouse-drag-secondary): Likewise.
* (send_process): Major rewrite.Richard M. Stallman1994-06-251-67/+111
| | | | | | | | Don't put in a C-d unless a single line is too long. Read process input whenever output gets stuck. Relocate BUF if we read input. New arg OBJECT. Fprocess_send_region, Fprocess_send_string, process_send_signal) (Fprocess_send_eof): Pass new arg OBJECT.
* (send_process): Major rewrite.Richard M. Stallman1994-06-251-10/+18
| | | | | | | | Don't put in a C-d unless a single line is too long. Read process input whenever output gets stuck. Relocate BUF if we read input. New arg OBJECT. (Fprocess_send_region, Fprocess_send_string, process_send_signal) (Fprocess_send_eof): Pass new arg OBJECT.
* (BUF_PTR_CHAR_POS): New macro.Richard M. Stallman1994-06-251-0/+7
|