Michael Kifer
c6a85d16a5
2006-12-23 Michael Kifer <kifer@cs.stonybrook.edu>
...
* ediff-diff.el (ediff-diff-options): clarify docstring.
(ediff-setup-diff-regions): disallow -u in ediff-diff-options.
* viper-cmd.el (viper-post-command-sentinel): protect against errors in
hooks.
(viper-add-newline-at-eob-if-necessary): add newline only if we
actually modify buffer; ignore errors if occur.
2006-12-23 21:33:50 +00:00
Chong Yidong
25ccbfee2f
(calendar-mode-map): Switch < and >.
...
(calendar-mode-line-format): Use mouse-1 bindings, and tweak formatting.
2006-12-23 19:07:12 +00:00
Chong Yidong
3ea944838e
* calendar/calendar.el (calendar-mode-map): Switch < and >.
...
(calendar-mode-line-format): Use mouse-1 bindings, and tweak
formatting.
2006-12-23 19:06:59 +00:00
Richard M. Stallman
a914e2b269
*** empty log message ***
2006-12-23 18:08:27 +00:00
Richard M. Stallman
1cfcd2db9a
(delete-horizontal-space): Doc fix.
2006-12-23 18:08:24 +00:00
Eli Zaretskii
512dd711be
(bootstrap-clean): Run bootstrap-clean-$(SHELLTYPE) explicitly in a recursive
...
Make, not implicitly through prerequisites, since the latter is wrong under
parallel builds.
2006-12-23 02:05:29 +00:00
Eli Zaretskii
453027ac8f
*** empty log message ***
2006-12-22 23:50:08 +00:00
Eli Zaretskii
45b8a40134
(convert-standard-filename): Wrap in save-match-data.
2006-12-22 23:32:24 +00:00
Eli Zaretskii
b9542c10b7
*** empty log message ***
2006-12-22 23:21:13 +00:00
Eli Zaretskii
3307f085f1
(sh-make-vars-local): Fix a typo in message string.
2006-12-22 23:20:24 +00:00
Eli Zaretskii
c52bf8c3ca
*** empty log message ***
2006-12-22 22:58:05 +00:00
Eli Zaretskii
cf27cc8311
(outline-next-visible-heading): Fix the case with a header at end-of-file
...
with no final newline.
2006-12-22 22:57:15 +00:00
Eli Zaretskii
f321348b56
(tab-always-indent): Doc fix.
2006-12-22 22:46:22 +00:00
Chong Yidong
195256fee1
(Info-fontify-maximum-menu-size): Bump to 1000000.
...
(Info-fontify-node): Do fontify indices.
2006-12-22 19:49:08 +00:00
Chong Yidong
13a87fcec7
* info.el (Info-fontify-maximum-menu-size): Bump to 1000000.
...
(Info-fontify-node): Do fontify indices.
2006-12-22 19:48:59 +00:00
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