Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | (make-initial-minibuffer-frame): New function. | Karl Heuer | 1995-05-30 | 1 | -2/+7 |
| | | | | (frame-notice-user-settings): Call it. | ||||
* | (Fx_create_frame): Pass new arg to make_frame_without_minibuffer. | Karl Heuer | 1995-05-30 | 1 | -2/+2 |
| | |||||
* | (make_frame_without_minibuffer): New arg DISPLAY. | Karl Heuer | 1995-05-30 | 1 | -15/+18 |
| | | | | If there's no minibuffer frame to use, create one. | ||||
* | (Man-default-man-entry): Return result. | Karl Heuer | 1995-05-30 | 1 | -3/+3 |
| | |||||
* | (Frandom): Use EMACS_INT, not int. | Karl Heuer | 1995-05-30 | 1 | -3/+5 |
| | | | | Use NULL, not 0, as arg of `time'. | ||||
* | (make_lispy_event, make_lispy_movement): | Karl Heuer | 1995-05-29 | 1 | -2/+3 |
| | | | | Use NULL, not 0, as arg of pixel_to_glyph_coords. | ||||
* | (Fmouse_position): Use NULL, not 0, as arg of pixel_to_glyph_coords. | Karl Heuer | 1995-05-29 | 1 | -1/+1 |
| | |||||
* | Declare x_get_focus_frame. | Karl Heuer | 1995-05-29 | 1 | -0/+1 |
| | |||||
* | (gud-perldb-find-file): Use gud-make-debug-menu. | Karl Heuer | 1995-05-29 | 1 | -1/+1 |
| | |||||
* | (gud-perldb-massage-args): Pass `-emacs' after the file name. | Karl Heuer | 1995-05-29 | 1 | -1/+1 |
| | |||||
* | (gud-make-debug-menu): New function. | Karl Heuer | 1995-05-29 | 1 | -15/+16 |
| | | | | | (gud-mode, gud-gdb-find-file, gud-dbx-find-file, gud-sdb-find-file) (gud-xdb-find-file): Use gud-make-debug-menu. | ||||
* | (dired-mode-map): Rename menubar bindings and use the | Karl Heuer | 1995-05-29 | 1 | -4/+4 |
| | | | | new function names `dired-do-query-replace' and `dired-do-search'. | ||||
* | (XTread_socket) [USE_X_TOOLKIT]: Do pass MotionNotify events | Karl Heuer | 1995-05-29 | 1 | -5/+0 |
| | | | | to the toolkit. | ||||
* | (hppa*-hp-hpux10*, m68k-hp-hpux10*): New configurations. | Karl Heuer | 1995-05-29 | 1 | -1/+5 |
| | |||||
* | Allow x_libraries and x_includes to be paths. | Karl Heuer | 1995-05-29 | 1 | -3/+3 |
| | |||||
* | (x_term_init): Block input during this function. | Karl Heuer | 1995-05-29 | 1 | -1/+8 |
| | |||||
* | (find-dired): If dired-simple-subdir-alist is not | Karl Heuer | 1995-05-29 | 1 | -4/+8 |
| | | | | | defined, set dired-subdir-alist a different way. (find-dired-version): Variable deleted. | ||||
* | (after-revert-hook, before-revert-hook): Add defvars. | Karl Heuer | 1995-05-29 | 1 | -0/+14 |
| | |||||
* | (x_term_init): Call init_sigio only if interrupt_input. | Karl Heuer | 1995-05-29 | 1 | -1/+2 |
| | |||||
* | (Fset_input_mode): When read_socket_hook, ignore | Karl Heuer | 1995-05-29 | 1 | -3/+11 |
| | | | | | what the user specified, and set interrupt_input in the preferred way for this system. | ||||
* | * etags.c (etags_getcwd): Undo the /bin/pwd change. It may raise | Francesco Potortì | 1995-05-29 | 1 | -8/+6 |
| | | | | compatibility problems. | ||||
* | * man.el (Man-init-defvars): Don't remove lines containing | Francesco Potortì | 1995-05-29 | 1 | -3/+2 |
| | | | | | "No such file or directory". eof | ||||
* | * etags.c (etags_getcwd): Undo the /bin/pwd change. It may raise | Francesco Potortì | 1995-05-29 | 1 | -8/+10 |
| | | | | compatibility problems. | ||||
* | (x_set_frame_parameters): Pass -1 to x_set_offset. | Karl Heuer | 1995-05-29 | 1 | -1/+1 |
| | |||||
* | (x_set_offset): Distinguish CHANGE_GRAVITY < 0 case. | Karl Heuer | 1995-05-29 | 1 | -3/+4 |
| | |||||
* | (Drag): Do nothing unless menu.popped_up field is set. | Karl Heuer | 1995-05-29 | 1 | -1/+2 |
| | |||||
* | (x_report_frame_params): Report top and left | Karl Heuer | 1995-05-29 | 1 | -2/+15 |
| | | | | in a way that represents negative offsets correctly. | ||||
* | (mail-extr-all-letters-but-separators): reinstate | Karl Heuer | 1995-05-29 | 1 | -4/+3 |
| | | | | | | \377, the bug in search.c is apparently gone. (mail-extr-first-letters): add 8-bit characters (mail-extr-last-letters): ditto | ||||
* | (vc-revert-buffer1): Delete the special code for font-lock. | Karl Heuer | 1995-05-29 | 1 | -10/+1 |
| | |||||
* | (font-lock-revert-cleanup): Always turn font lock on. | Karl Heuer | 1995-05-29 | 1 | -7/+9 |
| | | | | | (font-lock-mode): When turning mode off, always take out the revert hooks. | ||||
* | (revert-buffer): Save after-revert-hook (both local and | Karl Heuer | 1995-05-29 | 1 | -23/+36 |
| | | | | global values) before reverting, and run the saved values at the end. | ||||
* | (find-file-noselect): In "file changed" messages, | Karl Heuer | 1995-05-29 | 1 | -5/+13 |
| | | | | mention buffer name if different from file name. | ||||
* | (COFF): Define. | Karl Heuer | 1995-05-29 | 1 | -0/+5 |
| | |||||
* | (LD_SWITCH_MACHINE) [!__GNUC__]: Don't define. | Karl Heuer | 1995-05-29 | 1 | -3/+28 |
| | | | | | (r_alloc, r_re_alloc, r_alloc_free) [REL_ALLOC, !_MALLOC_INTERNAL, !NOT_C_CODE]: Prototype. | ||||
* | (ediff-setup-control-frame): Use | Karl Heuer | 1995-05-29 | 1 | -27/+11 |
| | | | | | | | | designated-minibuffer-frame while making the new frame. And delete the old frame if its minibuffer is not in that frame. (ediff-setup-windows-multiframe-compare) (ediff-setup-windows-multiframe-merge): Don't mess with default-minibuffer-frame here and don't kill the old control frame. | ||||
* | (ediff-setup): Don't make default-minibuffer-frame | Karl Heuer | 1995-05-29 | 1 | -5/+1 |
| | | | | a buffer-local variable. | ||||
* | (dabbrev--abbrev-at-point): If point is after | Karl Heuer | 1995-05-29 | 1 | -25/+76 |
| | | | | | | | a separator, move back to previous abbreviation. (dabbrev-expand): New feature--if you insert a space and call this command again, it always fetches consecutive words after the expansion that was found for the actual abbrev. | ||||
* | (indent-for-comment): move to beginning of line only | Karl Heuer | 1995-05-29 | 1 | -1/+1 |
| | | | | if there is a comment syntax. | ||||
* | (at_endline_loc_p): Use 0, not NULL, in ?: for next_next. | Karl Heuer | 1995-05-29 | 1 | -1/+1 |
| | |||||
* | (describe_vector): New arg entire_map. | Karl Heuer | 1995-05-29 | 1 | -14/+29 |
| | | | | | Don't show bindings shadowed earlier on in the same map. (Fdescribe_vector, describe_map): Pass new arg. | ||||
* | (describe_syntax_1): Pass new arg to describe_vector. | Karl Heuer | 1995-05-29 | 1 | -1/+1 |
| | |||||
* | (redisplay_window): Don't use try_window_id if | Karl Heuer | 1995-05-29 | 1 | -0/+4 |
| | | | | newline has a display table entry. | ||||
* | (dired-find-buffer-nocreate): Check only buffers in | Karl Heuer | 1995-05-29 | 1 | -3/+3 |
| | | | | dired-buffers instead of all buffers in (buffer-list). | ||||
* | (isearch-edit-string): Don't bind isearch-other-end. | Karl Heuer | 1995-05-29 | 1 | -3/+7 |
| | |||||
* | (update_menu_bar): Call set_frame_menubar with proper buffer current. | Karl Heuer | 1995-05-29 | 1 | -1/+1 |
| | |||||
* | (21064:Windows_NT:50:3): New case. | Richard Kenner | 1995-05-28 | 1 | -0/+3 |
| | |||||
* | Add carriage returns; necessary for batch files on Win95 | Geoff Voelker | 1995-05-28 | 4 | -47/+47 |
| | |||||
* | (VFORK_RETURN_TYPE): Moved to s/sol2-3.h. | Karl Heuer | 1995-05-27 | 1 | -7/+0 |
| | |||||
* | (VFORK_RETURN_TYPE): Moved here from s/sol2-4.h. | Karl Heuer | 1995-05-27 | 1 | -2/+7 |
| | |||||
* | (send-mail-function, mail): Doc fixes. | Karl Heuer | 1995-05-27 | 1 | -2/+3 |
| |