summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* (make-initial-minibuffer-frame): New function.Karl Heuer1995-05-301-2/+7
| | | | (frame-notice-user-settings): Call it.
* (Fx_create_frame): Pass new arg to make_frame_without_minibuffer.Karl Heuer1995-05-301-2/+2
|
* (make_frame_without_minibuffer): New arg DISPLAY.Karl Heuer1995-05-301-15/+18
| | | | If there's no minibuffer frame to use, create one.
* (Man-default-man-entry): Return result.Karl Heuer1995-05-301-3/+3
|
* (Frandom): Use EMACS_INT, not int.Karl Heuer1995-05-301-3/+5
| | | | Use NULL, not 0, as arg of `time'.
* (make_lispy_event, make_lispy_movement):Karl Heuer1995-05-291-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 Heuer1995-05-291-1/+1
|
* Declare x_get_focus_frame.Karl Heuer1995-05-291-0/+1
|
* (gud-perldb-find-file): Use gud-make-debug-menu.Karl Heuer1995-05-291-1/+1
|
* (gud-perldb-massage-args): Pass `-emacs' after the file name.Karl Heuer1995-05-291-1/+1
|
* (gud-make-debug-menu): New function.Karl Heuer1995-05-291-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 theKarl Heuer1995-05-291-4/+4
| | | | new function names `dired-do-query-replace' and `dired-do-search'.
* (XTread_socket) [USE_X_TOOLKIT]: Do pass MotionNotify eventsKarl Heuer1995-05-291-5/+0
| | | | to the toolkit.
* (hppa*-hp-hpux10*, m68k-hp-hpux10*): New configurations.Karl Heuer1995-05-291-1/+5
|
* Allow x_libraries and x_includes to be paths.Karl Heuer1995-05-291-3/+3
|
* (x_term_init): Block input during this function.Karl Heuer1995-05-291-1/+8
|
* (find-dired): If dired-simple-subdir-alist is notKarl Heuer1995-05-291-4/+8
| | | | | defined, set dired-subdir-alist a different way. (find-dired-version): Variable deleted.
* (after-revert-hook, before-revert-hook): Add defvars.Karl Heuer1995-05-291-0/+14
|
* (x_term_init): Call init_sigio only if interrupt_input.Karl Heuer1995-05-291-1/+2
|
* (Fset_input_mode): When read_socket_hook, ignoreKarl Heuer1995-05-291-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 raiseFrancesco Potortì1995-05-291-8/+6
| | | | compatibility problems.
* * man.el (Man-init-defvars): Don't remove lines containingFrancesco Potortì1995-05-291-3/+2
| | | | | "No such file or directory". eof
* * etags.c (etags_getcwd): Undo the /bin/pwd change. It may raiseFrancesco Potortì1995-05-291-8/+10
| | | | compatibility problems.
* (x_set_frame_parameters): Pass -1 to x_set_offset.Karl Heuer1995-05-291-1/+1
|
* (x_set_offset): Distinguish CHANGE_GRAVITY < 0 case.Karl Heuer1995-05-291-3/+4
|
* (Drag): Do nothing unless menu.popped_up field is set.Karl Heuer1995-05-291-1/+2
|
* (x_report_frame_params): Report top and leftKarl Heuer1995-05-291-2/+15
| | | | in a way that represents negative offsets correctly.
* (mail-extr-all-letters-but-separators): reinstateKarl Heuer1995-05-291-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 Heuer1995-05-291-10/+1
|
* (font-lock-revert-cleanup): Always turn font lock on.Karl Heuer1995-05-291-7/+9
| | | | | (font-lock-mode): When turning mode off, always take out the revert hooks.
* (revert-buffer): Save after-revert-hook (both local andKarl Heuer1995-05-291-23/+36
| | | | global values) before reverting, and run the saved values at the end.
* (find-file-noselect): In "file changed" messages,Karl Heuer1995-05-291-5/+13
| | | | mention buffer name if different from file name.
* (COFF): Define.Karl Heuer1995-05-291-0/+5
|
* (LD_SWITCH_MACHINE) [!__GNUC__]: Don't define.Karl Heuer1995-05-291-3/+28
| | | | | (r_alloc, r_re_alloc, r_alloc_free) [REL_ALLOC, !_MALLOC_INTERNAL, !NOT_C_CODE]: Prototype.
* (ediff-setup-control-frame): UseKarl Heuer1995-05-291-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-frameKarl Heuer1995-05-291-5/+1
| | | | a buffer-local variable.
* (dabbrev--abbrev-at-point): If point is afterKarl Heuer1995-05-291-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 onlyKarl Heuer1995-05-291-1/+1
| | | | if there is a comment syntax.
* (at_endline_loc_p): Use 0, not NULL, in ?: for next_next.Karl Heuer1995-05-291-1/+1
|
* (describe_vector): New arg entire_map.Karl Heuer1995-05-291-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 Heuer1995-05-291-1/+1
|
* (redisplay_window): Don't use try_window_id ifKarl Heuer1995-05-291-0/+4
| | | | newline has a display table entry.
* (dired-find-buffer-nocreate): Check only buffers inKarl Heuer1995-05-291-3/+3
| | | | dired-buffers instead of all buffers in (buffer-list).
* (isearch-edit-string): Don't bind isearch-other-end.Karl Heuer1995-05-291-3/+7
|
* (update_menu_bar): Call set_frame_menubar with proper buffer current.Karl Heuer1995-05-291-1/+1
|
* (21064:Windows_NT:50:3): New case.Richard Kenner1995-05-281-0/+3
|
* Add carriage returns; necessary for batch files on Win95Geoff Voelker1995-05-284-47/+47
|
* (VFORK_RETURN_TYPE): Moved to s/sol2-3.h.Karl Heuer1995-05-271-7/+0
|
* (VFORK_RETURN_TYPE): Moved here from s/sol2-4.h.Karl Heuer1995-05-271-2/+7
|
* (send-mail-function, mail): Doc fixes.Karl Heuer1995-05-271-2/+3
|