comparison lisp/ChangeLog @ 59658:45074d913d23

* editfns.c (Voperating_system_release): Added. (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.
author Steven Tamm <steventamm@mac.com>
date Thu, 20 Jan 2005 18:13:48 +0000
parents 497b5dc83803
children 10818a4142f1
comparison
equal deleted inserted replaced
59657:f3aa25eacdb3 59658:45074d913d23
1 2005-01-20 Steven Tamm <steventamm@mac.com>
2
3 * term/mac-win.el (process-connection-type): Removed.
4 Controlled now by s/darwin.h:PTY_ITERATION.
5
1 2005-01-20 Stefan Monnier <monnier@iro.umontreal.ca> 6 2005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
2 7
3 * window.el (handle-select-window): Don't switch window when we're 8 * window.el (handle-select-window): Don't switch window when we're
4 in the minibuffer. 9 in the minibuffer.
5 10