- 22 Jan, 2005 14 commits
-
-
Steven Tamm authored
(DARWIN): Defined. * process.c (init_process): Default process-connection-type to nil on darwin 6 or less, t if it is 7 or higher. This way the broken pty behavior is still allowed on darwin 6 for interactive processes for people that know what they are doing.
-
David Kastrup authored
* progmodes/grep.el: Add alias `find-grep' for `grep-find'. * building.texi (Grep Searching): Mention alias `find-grep' for `grep-find'.
-
Eli Zaretskii authored
-
Eli Zaretskii authored
-
Eli Zaretskii authored
like for the 303 response.
-
Eli Zaretskii authored
-
Eli Zaretskii authored
-
Eli Zaretskii authored
eudc-options-file is loaded.
-
Kim F. Storm authored
(line-move): New function that adjusts vscroll for partially visible rows, and calls line-move-1 otherwise.
-
Kim F. Storm authored
-
Kim F. Storm authored
-
Kim F. Storm authored
(syms_of_window): DEFVAR_BOOL it. (Fpos_visible_in_window_p): Extend return value to include RTOP and RBOT values if FULLY is nil. (window_scroll_pixel_based): Adjust vscroll for partially visible rows if auto_window_vscroll_p is set. (Fset_window_vscroll): Do nothing if vscroll is not modified.
-
Kim F. Storm authored
to return number of partially invisible pixels at top and bottom of the dislay row at POS.
-
Nick Roberts authored
-
- 21 Jan, 2005 14 commits
-
-
Nick Roberts authored
-
Nick Roberts authored
-
Richard M. Stallman authored
-
Richard M. Stallman authored
-
Richard M. Stallman authored
-
John Wiegley authored
* pcomplete.el: define pcomplete-read-event instead of read-event, since it's not a complete read-event implementation
-
Jan Djärv authored
(xg_get_file_name): Move declaration ofx_use_old_gtk_file_dialog to start of function for older compilers.
-
Jay Belanger authored
-
Jay Belanger authored
-
Richard M. Stallman authored
-
Richard M. Stallman authored
-
Richard M. Stallman authored
-
Richard M. Stallman authored
-
Richard M. Stallman authored
-
- 20 Jan, 2005 6 commits
-
-
Steven Tamm authored
(init_editfns): Assign new variable operating-system-release based on call to uname if available. (get_operating_system_release): Added function to allow c-level access to operating system release. * config.h: Regenerated. * s/darwin.h (PTY_ITERATION): Don't allow PTYs on darwin 6 or less. (MIN_PTY_KERNEL_VERSION): Defined minimum kernel version for using ptys as '7'. * term/mac-win.el (process-connection-type): Removed. Controlled now by s/darwin.h:PTY_ITERATION.
-
Kim F. Storm authored
-
Kim F. Storm authored
-
Kim F. Storm authored
-
Kim F. Storm authored
-
Stefan Monnier authored
-
- 19 Jan, 2005 6 commits
-
-
Stefan Monnier authored
-
Stefan Monnier authored
-
Stefan Monnier authored
-
Kim F. Storm authored
-
Kim F. Storm authored
-
Steven Tamm authored
operating-system-release variable to use ptys on Darwin 7 (OSX 10.3) when using carbon build.
-