Commit graph

38897 commits

Author SHA1 Message Date
Glenn Morris
66ba97ee97 (ses-calculate-cell): Don't evaluate unsafe formulae. 2007-09-23 01:08:25 +00:00
Glenn Morris
f3d7e5c44f *** empty log message *** 2007-09-23 01:07:00 +00:00
Dan Nicolaescu
f7ba2ff462 * term/w32-win.el (w32-drag-n-drop): Use mapc instead of mapcar.
* 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.
2007-09-23 00:38:44 +00:00
Juri Linkov
f3de57e906 (org-confirm-shell-link-function): Doc fix. 2007-09-22 23:56:57 +00:00
Juri Linkov
ed16281fa4 (tutorial--default-keys): Update standard bindings:
rename `iconify-or-deiconify-frame' to `suspend-frame',
and `save-buffers-kill-emacs' to `save-buffers-kill-terminal'.
2007-09-22 23:55:29 +00:00
Juri Linkov
6e0cfad326 (fancy-startup-text, fancy-about-text, fancy-startup-tail):
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.
2007-09-22 22:14:51 +00:00
Glenn Morris
8a35aa368f Diane Murray <disumu at x3y2z1.net>
(url-generic-emulator-loader): Send the port as a string to
`url-do-terminal-emulator'.
2007-09-22 19:01:28 +00:00
Juri Linkov
d4a183328c (help-map): Bind C-h C-a to about-emacs.
(help-for-help-internal): Add C-a description to C-h help text.
2007-09-22 15:42:12 +00:00
Juri Linkov
1cff9ad172 (command-line): Rename `inhibit-startup-message' to
`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.
2007-09-22 14:02:38 +00:00
Dan Nicolaescu
2d5a3812de (checkdoc-force-docstrings-flag)
(checkdoc-permit-comma-termination-flag): Autoload the
safe-local-variable setting.
2007-09-22 03:37:47 +00:00
Dan Nicolaescu
4211e4349d (bookmark-xemacsp): Remove.
(bookmark-make): Don't use bookmark-xemacsp, use
(featurep 'xemacs) instead.
2007-09-22 03:11:04 +00:00
Glenn Morris
055f99f499 *** empty log message *** 2007-09-22 02:46:35 +00:00
Dan Nicolaescu
e644166a78 Delete conflict markers. 2007-09-22 01:57:23 +00:00
Dan Nicolaescu
3e51f30867 (speedbar-frame-mode)
(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.
2007-09-22 01:50:54 +00:00
Dan Nicolaescu
6dd697d9a5 (indent-for-tab-command): Indent the region if
transient-mark-mode and the region is active.
2007-09-22 00:57:00 +00:00
Francesco Potortì
c7da3b7091 (inferior-octave-mode): Use add-hook to
add inferior-octave-directory-tracker to the buffer-local value
of comint-input-filter-functions.
2007-09-22 00:09:45 +00:00
Francesco Potortì
87094c03b7 Repair octave-inf.el. 2007-09-22 00:09:12 +00:00
Dan Nicolaescu
23d4cba5c7 * xt-mouse.el (xterm-mouse-mode): Re-enable suspend-tty-functions.
* term.c (Fsuspend_tty): Run suspend-tty-functions before cleaning
up the tty state.
2007-09-21 20:19:10 +00:00
Juanma Barranquero
2171e172b8 (suspend-frame): Call `iconify-or-deiconify-frame' also on w32 frames. 2007-09-21 11:08:00 +00:00
Glenn Morris
8c5de2a119 (fortran-mode-abbrev-table, fortran-line-length): Use mapc rather than mapcar. 2007-09-21 08:05:59 +00:00
Glenn Morris
1eff4ba396 (f90-mode-abbrev-table): Use mapc rather than mapcar. 2007-09-21 08:05:42 +00:00
Glenn Morris
8cea6fdf00 *** empty log message *** 2007-09-21 08:05:27 +00:00
Glenn Morris
2fb34c68c7 (tex-next-unmatched-eparen): Doc fix.
(tex-last-unended-eparen): New function.
(latex-backward-sexp-1): Doc fix.  Handle escaped parens.
2007-09-21 07:56:33 +00:00
Stefan Monnier
7d86c3808d Typo. 2007-09-21 07:28:16 +00:00
Stefan Monnier
351e3a03f9 (normal-top-level): Remove left over debug message. 2007-09-21 07:24:41 +00:00
Stefan Monnier
4bbfda32bb (normal-top-level): Remove DISPLAY from process-environment to let it be
computed dynamically in callproc.c
2007-09-21 07:24:01 +00:00
Stefan Monnier
5dcbade216 Don't set display-environment-variable. 2007-09-21 07:23:04 +00:00
Stefan Monnier
473a8c581a (setenv): Don't set display-environment-variable. 2007-09-21 07:21:41 +00:00
Glenn Morris
8accceac6a (byte-compile-warning-types): Add mapcar and make-local. 2007-09-21 07:17:23 +00:00
Glenn Morris
86da2828de (byte-compile-warnings)
(byte-compile-warnings-safe-p): Add `mapcar'.
(byte-compile-normal-call): Add option to suppress mapcar warning.
(top-level): Use mapc rather than mapcar in eval-when-compile.
2007-09-21 07:13:28 +00:00
Glenn Morris
220a31ac48 *** empty log message *** 2007-09-21 07:13:18 +00:00
Stefan Monnier
e159b86943 (server-getenv-from): Remove. Use getenv-internal instead.
(server-create-tty-frame): Don't set unused `tty' property.
Set `display' instead of display-environment-variable.
(server-create-window-system-frame): No display-environment-variable.
2007-09-21 07:10:07 +00:00
Michael Albinus
d037d50168 * rfn-eshadow.el (rfn-eshadow-setup-minibuffer-hook)
(rfn-eshadow-update-overlay-hook): New defvars.
(rfn-eshadow-setup-minibuffer, rfn-eshadow-update-overlay): Run
the hooks.

* net/tramp.el (tramp-rfn-eshadow-overlay): New defvar.
(tramp-rfn-eshadow-setup-minibuffer)
(tramp-rfn-eshadow-update-overlay): New defuns.  Hook into
rfn-eshadow.el.

* net/tramp-smb.el (tramp-smb-errors): Add error message for call
timeout.
2007-09-21 05:24:06 +00:00
Glenn Morris
89c91fdb59 Markus Triska <markus.triska at gmx.at>
(byte-compile-normal-call): Warn when `mapcar' is called for effect.
2007-09-21 04:24:53 +00:00
Glenn Morris
ac3afa5a4f (emacs-quit-menu): Remove emacstool-related code. 2007-09-21 04:01:33 +00:00
Glenn Morris
f3c1563339 (suspend-emacstool): Remove. 2007-09-21 03:58:12 +00:00
Glenn Morris
ee7569157a Remove emacstool-related code. 2007-09-21 03:55:20 +00:00
Glenn Morris
d01b355036 Diane Murray <disumu at x3y2z1.net>
(url-news-fetch-newsgroup): Fix formatting of Gnus method.
2007-09-21 03:32:47 +00:00
Glenn Morris
df3c9fe76a Kevin Ryde <user42 at zip.com.au>
(sgml-html-meta-auto-coding-function): Bind `case-fold-search' to t.
2007-09-21 03:19:43 +00:00
Glenn Morris
09b33024ce (tex-validate-region): Handle escaped parens.
(tex-next-unmatched-eparen): New function.
(latex-forward-sexp-1): Doc fix.  Handle escaped parens.
(latex-forward-sexp): Doc fix.
2007-09-21 03:07:52 +00:00
Glenn Morris
007306f92d (eshell-output-filter-functions): Add eshell-postoutput-scroll-to-bottom. 2007-09-21 02:59:33 +00:00
Glenn Morris
965d1f0e25 Diane Murray <disumu at x3y2z1.net>
(url-get-normalized-date): Pass full timezone information to
timezone-make-date-arpa-standard, since zone name may be unknown.
2007-09-21 02:59:20 +00:00
Glenn Morris
8db04dd25b Remove termdev. 2007-09-21 02:38:05 +00:00
Glenn Morris
0b63fc3b46 *** empty log message *** 2007-09-21 02:37:47 +00:00
Stefan Monnier
385312c994 Remove. 2007-09-20 21:58:11 +00:00
Stefan Monnier
371fed4ea4 (get-device-terminal): New function. Moved from termdev.el.
(frames-on-display-list): Use it.
2007-09-20 21:57:23 +00:00
Stefan Monnier
d3615887a6 Bind C-z to suspend-frame instead of suspend-emacs. 2007-09-20 21:49:18 +00:00
Stefan Monnier
c35a54c70a (terminal-id): Ask terminal-live-p before giving up. 2007-09-20 21:16:26 +00:00
Stefan Monnier
fe1e84c5cd (frames-on-display-list): Docstring fix. 2007-09-20 21:14:32 +00:00
Richard M. Stallman
7f821b7938 (comment-add): If EXTRA, double `comment-add' value. 2007-09-20 16:32:26 +00:00