1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-06 03:40:56 -08:00
Commit graph

73794 commits

Author SHA1 Message Date
Glenn Morris
da26ea8d7e Improve previous change. 2007-09-25 02:35:35 +00:00
Glenn Morris
5aca5ac39c (view-search-no-match-lines): Add a doc string. Rewrite to simplify
and work better.
2007-09-25 02:28:49 +00:00
Dan Nicolaescu
17ee46255f * progmodes/cc-mode.el (c-mode-base-map): Use
c-indent-line-or-region instead of c-indent-line.

* indent.el (indent-for-tab-command): First check if the region is
active.
2007-09-24 17:48:50 +00:00
Richard M. Stallman
9f7e1e6ed9 *** empty log message *** 2007-09-24 15:26:47 +00:00
Michaël Cadilhac
f0fe5c145d (whitespace-tickle-timer): Don't install the timer if
whitespace-rescan-timer-time is 0.
2007-09-24 15:16:01 +00:00
Karl Berry
104b04f5ad doc string grammar 2007-09-24 13:54:18 +00:00
Stefan Monnier
7351b242ea (do_autoload): Don't output any message. 2007-09-24 08:29:50 +00:00
Glenn Morris
5205011bed Sync copyright years from ../emacs/ChangeLog. 2007-09-24 06:48:09 +00:00
Michael Albinus
6c4e47fa46 * net/tramp.el (tramp-completion-mode-p): Rename from
`tramp-completion-mode'. Revert logic, check `return', `newline'
and such alike. Packages like Icicles tend to use other completion
characters but `tab' and `space' only.
2007-09-24 05:29:29 +00:00
Glenn Morris
2de53ca6a2 Move entries from ../emacs/ChangeLog that refer to files in this
directory here.  Entries were duplicated where they would have been
made twice, had separate ChangeLogs existed at the time.
2007-09-24 02:30:15 +00:00
Glenn Morris
498234263f Move entries for files in ../misc to the ChangeLog there.
Entries were duplicated where they would have been made twice, had
separate ChangeLogs existed at the time.
2007-09-24 02:29:40 +00:00
Juri Linkov
16706228c1 (standard_args): Change priority of "--no-splash"
from 40 to 3.  Add "--no-desktop" with the same priority.
2007-09-24 00:59:41 +00:00
Glenn Morris
5bf9d07a07 Remove information on maintaining copyright years; it does not belong
here and is in admin/notes anyway.
2007-09-24 00:43:41 +00:00
Glenn Morris
a0e0e2db56 New file. 2007-09-24 00:43:27 +00:00
Glenn Morris
c3f01f42da Adam Hupp <adam at hupp.org>
Split into emacs2.py and emacs3.py for python 2 and python 3 compatibility.
2007-09-24 00:19:45 +00:00
Glenn Morris
5d61851265 Adam Hupp <adam at hupp.org>
New file, python 3 version of emacs2.py.
2007-09-24 00:17:17 +00:00
Glenn Morris
80111f4f85 Adam Hupp <adam at hupp.org>
New file, split off from emacs.py.
2007-09-24 00:16:47 +00:00
Glenn Morris
f4ff3e5cc0 Adam Hupp <adam at hupp.org>
(run-python): Import emacs module without waiting; prevents lockup on
error.
2007-09-24 00:12:25 +00:00
Richard M. Stallman
3ae2e3a37f (gc_sweep): Check cons cell mark bits word by word
and optimize the case where they are all 1.
2007-09-23 15:39:16 +00:00
Richard M. Stallman
e32725a7f4 (mail-bury): Delete the frame
if this frame looks like it was made for this message.
2007-09-23 15:32:17 +00:00
Richard M. Stallman
3e7a2d671a (completion-separator-self-insert-command)
(completion-separator-self-insert-autofilling):
If `self-insert-command' has been remapped, use the substitute.
2007-09-23 15:27:38 +00:00
Richard M. Stallman
b66eb11bec (copy-region-as-kill): Doc fix. 2007-09-23 15:22:47 +00:00
Richard M. Stallman
780d7bb95a (Backquote): Minor clarification. 2007-09-23 15:22:02 +00:00
Richard M. Stallman
7c4d5b8abb (org-confirm-shell-link-function, org-confirm-elisp-link-function): Doc fixes. 2007-09-23 14:23:33 +00:00
Glenn Morris
dd1fdb7485 Fix typo. 2007-09-23 02:09:18 +00:00
Glenn Morris
096e8667db Johannes Weiner <hannes at saeurebad.de>
(abs): Define if unknown.
2007-09-23 02:04:23 +00:00
Glenn Morris
7a58fb43f6 Johannes Weiner <hannes at saeurebad.de>
(abs): Don't define abs now it's in lisp.h.
2007-09-23 02:03:36 +00:00
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
Dan Nicolaescu
50fc86aad2 *** empty log message *** 2007-09-22 22:03:10 +00:00
Stefan Monnier
419f8f496b *** empty log message *** 2007-09-22 19:29:31 +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
Dan Nicolaescu
600e5c79af *** empty log message *** 2007-09-22 18:20:41 +00:00
Dan Nicolaescu
f1d45b83c3 *** empty log message *** 2007-09-22 17:16:04 +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
Eli Zaretskii
7804808570 (DEV_TTY): New macro. Provide a definition for MS-Windows.
(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.
2007-09-22 12:41:29 +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
c650035384 Delete xterm-mouse-mode entry, xterm-mouse-mode is global now. 2007-09-21 23:26:55 +00:00