- 23 Sep, 2007 7 commits
-
-
Richard M. Stallman authored
-
Glenn Morris authored
-
Glenn Morris authored
(abs): Define if unknown.
-
Glenn Morris authored
(abs): Don't define abs now it's in lisp.h.
-
Glenn Morris authored
-
Glenn Morris authored
-
Dan Nicolaescu authored
* term/tvi970.el (terminal-init-tvi970): Likewise. * term/sun-mouse.el (print-mouse-format): Likewise. * term/sun.el (scroll-down-in-place, scroll-up-in-place): Use forward-line instead of previous-line and next-line.
-
- 22 Sep, 2007 19 commits
-
-
Juri Linkov authored
-
Juri Linkov authored
rename `iconify-or-deiconify-frame' to `suspend-frame', and `save-buffers-kill-emacs' to `save-buffers-kill-terminal'.
-
Juri Linkov authored
Add help-echo to external links and to links without description. (fancy-splash-insert): Use help-echo from the 3rd element of the link specification list, or "Follow this link" if it's nil. Doc fix.
-
Dan Nicolaescu authored
-
Stefan Monnier authored
-
Glenn Morris authored
(url-generic-emulator-loader): Send the port as a string to `url-do-terminal-emulator'.
-
Dan Nicolaescu authored
-
Dan Nicolaescu authored
-
Juri Linkov authored
(help-for-help-internal): Add C-a description to C-h help text.
-
Juri Linkov authored
`inhibit-startup-screen'. (fancy-about-text): Use shorter label for "Ordering Manuals". (fancy-startup-tail): Add optional arg `concise'. When `concise' is nil, display a line with "To start..." and 3 links to useful tasks. Display the "Dismiss" button and "Don't show this message again" only when concise is non-nil. (fancy-startup-screen): Call `fancy-startup-tail' with optional arg `concise'. If CONCISE is non-nil, display a concise version of the splash screen in another window. Otherwise, switch to the startup buffer in the same window. (startup-echo-area-message): Change displayed binding from C-h C-p (describe-project) to C-h C-a (about-emacs), and change text "about the GNU system and GNU/Linux" to "about GNU Emacs and the GNU system". (display-startup-screen): Fix buffer name from "*About GNU Emacs*" to "*GNU Emacs*". (display-about-screen): Don't check the existence of the buffer "*About GNU Emacs*". (display-splash-screen): Make alias to `display-startup-screen'. (command-line-1): Rename `inhibit-startup-message' to `inhibit-startup-screen'. Inhibit startup screen when Emacs is started with command line options "-f", "-funcall", "-e", "-eval", "-execute", "-insert", "-find-file", "-file", "-visit". Inhibit startup screen when Emacs is started with a file name only on tty (i.e. don't inhibit it when started with a file name like "emacs FILE..." on a window system). (command-line-1): Simplify logic of displaying the startup screen: if file-count > 0, then display the concise version in another window, otherwise display full version in the same window.
-
Eli Zaretskii authored
(FRAME_TERMCAP_P) [WINDOWSNT]: Don't define to zero. (Fcontrolling_tty_p, Fresume_tty, dissociate_if_controlling_tty) (init_tty): Use DEV_TTY instead of "/dev/tty". [WINDOWSNT]: No need to protect from NAME arg being null.
-
Dan Nicolaescu authored
(checkdoc-permit-comma-termination-flag): Autoload the safe-local-variable setting.
-
Dan Nicolaescu authored
(bookmark-make): Don't use bookmark-xemacsp, use (featurep 'xemacs) instead.
-
Glenn Morris authored
-
Dan Nicolaescu authored
-
Dan Nicolaescu authored
(speedbar-frame-reposition-smartly) (speedbar-set-mode-line-format, speedbar-reconfigure-keymaps) (speedbar-check-vc): Remove use of non-existent variable dframe-xemacsp, use (featurep 'xemacs) instead.
-
Dan Nicolaescu authored
transient-mark-mode and the region is active.
-
Francesco Potortì authored
add inferior-octave-directory-tracker to the buffer-local value of comint-input-filter-functions.
-
Francesco Potortì authored
-
- 21 Sep, 2007 14 commits
-
-
Dan Nicolaescu authored
-
Dan Nicolaescu authored
* term.c (Fsuspend_tty): Run suspend-tty-functions before cleaning up the tty state.
-
Stefan Monnier authored
(gpm_tty): Change its type. * term.c (term_gpm): Delete. Use gpm_tty's NULLness instead. (gpm_tty): Change its type and initialize it. (Fterm_open_connection): Check the frame is indeed a tty. Use the new gpm_tty. (Fterm_close_connection): Use the new gpm_tty. * keyboard.c (tty_read_avail_input): Use the new gpm_tty. * sysdep.c (init_sys_modes): term_gpm -> gpm_tty.
-
Juanma Barranquero authored
-
Juanma Barranquero authored
to draw strike-through.
-
Stefan Monnier authored
-
Glenn Morris authored
-
Glenn Morris authored
-
Glenn Morris authored
-
Stefan Monnier authored
-
Stefan Monnier authored
by the user as somewhere between visible and iconified. (window_loop): Prefer windows on the current frame. (Fselect_window): Move the use of select-frame to the beginning so we can just delegate all the work (it'll call us back anyway).
-
Glenn Morris authored
(tex-last-unended-eparen): New function. (latex-backward-sexp-1): Doc fix. Handle escaped parens.
-
Stefan Monnier authored
-
Stefan Monnier authored
-