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

35645 commits

Author SHA1 Message Date
Chong Yidong
9ccc1a31ee (tutorial--save-tutorial): Prompt before saving tutorial state. 2006-12-22 15:24:10 +00:00
Chong Yidong
ce9ff7846b tutorial.el (tutorial--save-tutorial): Prompt before saving tutorial state. 2006-12-22 15:24:00 +00:00
Chong Yidong
87fe23eef1 (tutorial--detailed-help): Remove unnecessary link
to the Emacs Lisp reference manual.
(tutorial--tab-map): Remove.  All callers changed.
(tutorial--find-changed-keys): New elt QUIET, used to...
(tutorial--display-changes): ...ensure that warning messages are
only issued once per changed key.
(tutorial--remove-remarks): Delete unused code-path.
(lang-strings): Remove extraneous formatting.
2006-12-22 15:17:24 +00:00
Chong Yidong
d7e39ca971 * tutorial.el (tutorial--detailed-help): Remove unnecessary link
to the Emacs Lisp reference manual.
(tutorial--tab-map): Remove.  All callers changed.
(tutorial--find-changed-keys): New elt QUIET, used to...
(tutorial--display-changes): ...ensure that warning messages are
only issued once per changed key.
(tutorial--remove-remarks): Delete unused code-path.
(lang-strings): Remove extraneous formatting.
2006-12-22 15:16:58 +00:00
Miles Bader
9b9e104e5f Merge from gnus--rel--5.10
Patches applied:

 * gnus--rel--5.10  (patch 177-178)

   - Merge from emacs--devo--0
   - Update from CVS

2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>

   * lisp/gnus/gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
   disconnect icons.  Add help text.

Revision: emacs@sv.gnu.org/emacs--devo--0--patch-569
2006-12-22 08:14:45 +00:00
Chong Yidong
c188100527 Remove `cl' requirement. Clean up whitespace.
Replace '?\ ' by '?\s' throughout.
(tutorial-warning-face): Inherit font-lock-warning-face.  Move to
`help' custom group.
(tutorial--key-description): New function.
(tutorial--display-changes): Remove redundant arg.  Scan for all
key sequences to avoid false matches.  Cleanup.
(tutorial--saved-dir): Save to a subdirectory in .emacs.d to
reduce homedir pollution.
(help-with-tutorial): Call tutorial--display-changes with no arg.
2006-12-21 17:26:00 +00:00
Chong Yidong
397e270a28 * tutorial.el: Remove `cl' requirement. Clean up whitespace.
Replace '?\ ' by '?\s' throughout.
	(tutorial-warning-face): Inherit font-lock-warning-face.  Move to
	`help' custom group.
	(tutorial--key-description): New function.
	(tutorial--display-changes): Remove redundant arg.  Scan for all
	key sequences to avoid false matches.  Cleanup.
	(tutorial--saved-dir): Save to a subdirectory in .emacs.d to
	reduce homedir pollution.
	(help-with-tutorial): Call tutorial--display-changes with no arg.
2006-12-21 17:25:34 +00:00
Carsten Dominik
a82870a8e6 (org-mode-map): Bind org-complete also to M-\t. 2006-12-21 12:17:30 +00:00
Carsten Dominik
5f1de5e9ba *** empty log message *** 2006-12-21 12:16:54 +00:00
Juanma Barranquero
25e90411b6 *** empty log message *** 2006-12-20 23:47:52 +00:00
Michael Albinus
83e20b5c89 * net/tramp.el (tramp-default-method): We still need to check for
`executable-find', because it is not bound under Emacs 20.
2006-12-20 21:29:46 +00:00
Michael Albinus
e1e17cae49 * net/ange-ftp.el (ange-ftp-file-name-completion): Handle optional
parameter PREDICATE.

* lisp/tramp.el (tramp-handle-file-name-completion)
(tramp-completion-handle-file-name-completion): Handle optional
parameter PREDICATE.
(tramp-find-default-method): Add code for default values.
2006-12-20 05:57:41 +00:00
Nick Roberts
82bc67b8b2 (gdb-stopped): After attaching to a process
make gud-go send "continue".
2006-12-20 05:16:36 +00:00
Nick Roberts
39bd65afbe *** empty log message *** 2006-12-20 05:16:04 +00:00
Chong Yidong
4b411bfe7a Regenerate. 2006-12-19 19:48:48 +00:00
Chong Yidong
3efe9e568e Bump version number to 22.0.92 2006-12-19 19:25:57 +00:00
Juanma Barranquero
209ceeef10 *** empty log message *** 2006-12-19 16:47:33 +00:00
Juanma Barranquero
4753bc5085 (image-type-header-regexps): Be more specific detecting pbm' and png' files.
Use non-capturing parenthesis for `tiff' regexp.
2006-12-19 16:42:54 +00:00
Kim F. Storm
36ff6d6ffb *** empty log message *** 2006-12-19 15:41:51 +00:00
Kim F. Storm
653a910045 Bind sigusr1 and sigusr2 in special-event-map instead of global-map. 2006-12-19 15:38:42 +00:00
Kim F. Storm
c5f6230ac1 *** empty log message *** 2006-12-19 09:24:45 +00:00
Kim F. Storm
10ffa2a1ce (magic-mode-alist): Allow matching file type by
calling a function at bob.  Check for image types by calling
image-type-from-buffer.  Suggested by Juanma Barranquero.
(set-auto-mode): Do it.
2006-12-19 09:04:30 +00:00
Michael Albinus
bb8792de32 *** empty log message *** 2006-12-19 07:26:25 +00:00
Michael Albinus
572b79d819 * net/tramp.el (tramp-methods): Introduce new method `scpc'.
Remove "ControlMaster" option from the other `scp*' methods.
(tramp-default-method): Check for ssh-agent before setting to
`scp'.
2006-12-19 06:56:27 +00:00
Carsten Dominik
9c4b46217c (org-mode): Show context after isearch.
(org-show-siblings): New function.
(org-show-context): Use `org-show-siblings'.
2006-12-18 15:20:27 +00:00
Carsten Dominik
e84c15c1fb *** empty log message *** 2006-12-18 15:19:51 +00:00
Stefan Monnier
6bddffd0e3 (syntax-ppss-flush-cache, syntax-ppss): Use syntax-ppss-toplevel-pos. 2006-12-18 14:34:01 +00:00
Stefan Monnier
be357779dd (syntax-ppss-toplevel-pos): Improve docstring. 2006-12-18 14:02:30 +00:00
Carsten Dominik
7e46613939 (org-current-line): Make sure that lines are
counted from beginning of buffer.
(org-table-copy-region, org-table-paste-rectangle): Make sure that
lines are counted from beginning of buffer.
2006-12-18 11:53:08 +00:00
Carsten Dominik
8195676aff *** empty log message *** 2006-12-18 11:52:03 +00:00
Chong Yidong
746c9f1493 (Info-build-node-completions): Signal error if tag-table marker is not
found.
2006-12-18 05:16:48 +00:00
Chong Yidong
3294bb6886 * info.el (Info-build-node-completions): Signal error if tag-table
marker is not found.
2006-12-18 05:16:39 +00:00
Chong Yidong
2016560bdc (pgg-gpg-use-agent): Default to t. 2006-12-17 23:18:36 +00:00
Chong Yidong
1a0c46ebfc * pgg-gpg.el (pgg-gpg-use-agent): Default to t. 2006-12-17 23:18:27 +00:00
Chong Yidong
4df5698c01 (beginning-of-defun-raw): Optimise (for speed) the case when
open-paren-in-column-0-is-defun-start is nil.  Based on code by Martin
Rudalics.
2006-12-17 22:56:39 +00:00
Chong Yidong
76f38b63b7 * emacs-lisp/lisp.el (beginning-of-defun-raw): Optimise (for
speed) the case when open-paren-in-column-0-is-defun-start is nil.
Based on code by Martin Rudalics.
2006-12-17 22:56:27 +00:00
Richard M. Stallman
303958a9eb *** empty log message *** 2006-12-17 22:23:13 +00:00
Alan Mackenzie
99c8496ec5 (c-basic-common-init): don't set open-paren-in-column-0-is-defun-start to
nil any more.
2006-12-17 22:15:46 +00:00
Richard M. Stallman
a168699d17 (delete-horizontal-space): Use prefix arg. 2006-12-17 22:14:48 +00:00
Richard M. Stallman
cc86b31bb9 (describe-variable): Improve blank separator lines. 2006-12-17 22:14:11 +00:00
Alan Mackenzie
bce4aeb40a *** empty log message *** 2006-12-17 22:13:41 +00:00
Richard M. Stallman
15b8c5c69d Comment change. 2006-12-17 20:39:33 +00:00
Richard M. Stallman
eb0455abe8 (magic-mode-alist): Mark as risky.
(make-backup-file-name-1): Expand backup-directory explicitly.
2006-12-17 18:03:26 +00:00
Magnus Henoch
b8976ce04f *** empty log message *** 2006-12-17 17:00:18 +00:00
Michael Albinus
210a7c2c92 * net/tramp.el (tramp-default-method): Before setting to "pscp",
check whether package password.el is loaded, or Pageant is running.
2006-12-17 12:58:04 +00:00
Glenn Morris
6110bf7c07 Copy copyright header from forms.el (at rms instruction). 2006-12-17 07:02:26 +00:00
Glenn Morris
1513a14b51 Add a copyright notice, with years based on earliest date in this
file, combined with broadest subsequent set used for other url files.
2006-12-17 07:00:03 +00:00
Glenn Morris
08a1e8ade4 Verna has assigned copyright to FSF, so merge his years info FSF's. 2006-12-17 06:51:14 +00:00
Glenn Morris
b2599f0913 Scholz has assigned copyright to FSF, so merge his years info FSF's. 2006-12-17 06:50:19 +00:00
Glenn Morris
91e03a5166 *** empty log message *** 2006-12-17 06:47:42 +00:00