1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-03-12 01:42:37 -07:00
Commit graph

10161 commits

Author SHA1 Message Date
Miles Bader
bb9c4b4f8b Merge from emacs--devo--0
Patches applied:

 * emacs--devo--0  (patch 460-475)

   - Update from CVS
   - Merge from gnus--rel--5.10

 * gnus--rel--5.10  (patch 145-152)

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

Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-118
2006-10-15 02:54:13 +00:00
Kim F. Storm
7dc9c189f7 *** empty log message *** 2006-10-14 23:25:43 +00:00
Eli Zaretskii
65b4263fd0 (filesets-cmd-shell-command): Quote buffer-file-name to protect whitespace and
metacharacters from the shell.
2006-10-14 14:10:25 +00:00
Eli Zaretskii
53bc2a31a3 *** empty log message *** 2006-10-14 13:03:17 +00:00
Richard M. Stallman
563964aeda *** empty log message *** 2006-10-14 10:09:53 +00:00
Eli Zaretskii
c6b1922543 (apropos-pattern-quoted): Fix a typo in a doc string. 2006-10-13 19:32:50 +00:00
Eli Zaretskii
3f73d221ed (start-process-shell-command): Doc fix. 2006-10-13 19:25:26 +00:00
Stefan Monnier
4362138675 (vc-ignore-dir-regexp): Make it into a defcustom.
(vc-find-root): Don't walk higher up than ~.
2006-10-13 05:22:33 +00:00
Chong Yidong
d81608e084 * international/utf-8.el (utf-translate-cjk-load-tables): Avoid
clobbering last-coding-system-used during load.
2006-10-13 01:41:11 +00:00
Carsten Dominik
5c7860471f *** empty log message *** 2006-10-12 13:25:49 +00:00
Andreas Schwab
c595fad9d8 (auto-mode-alist): Match change log file name also with
a dash before a numeric extension.
2006-10-12 12:11:48 +00:00
Stefan Monnier
9968f10f12 Merge from upstream, upto version 5.22.
After 5.0:
 `cperl-add-tags-recurse-noxs-fullpath': new function (for -batch mode)

 Fine-grained changelog:
`cperl-hook-after-change':	New configuration variable
`cperl-vc-sccs-header':	Likewise.
`cperl-vc-sccs-header':	Likewise.
`cperl-vc-header-alist':	Default via two preceding variables
`cperl-invalid-face':	Remove double quoting under XEmacs
                                (still needed under 21.2)
`cperl-tips':		Update URLs for resources
`cperl-problems':		Likewise.
`cperl-praise':		Mention new features
New C-c key bindings:	for `cperl-find-bad-style',
`cperl-pod-spell', `cperl-here-doc-spell', `cperl-narrow-to-here-doc',
`cperl-perdoc', `cperl-perldoc-at-point'
CPerl Mode menu changes:	"Fix style by spaces", "Imenu on Perl Info"
moved, new submenu of Tools with Ispell entries and narrowing.
`cperl-after-sub-regexp':	New defsubst
`cperl-imenu--function-name-regexp-perl': Use `cperl-after-sub-regexp',
                        Allows heads up to head4
                        Allow "package;"
`defun-prompt-regexp':	Use `cperl-after-sub-regexp',
`paren-backwards-message':	??? Something for XEmacs???
`cperl-mode':		Never auto-switch abbrev-mode off
                        Try to allow '_' be non-word char
                        Do not use `font-lock-unfontify-region-function' on XEmacs
                        Reset syntax cache on mode start
                        Support multiline facification (even
                                on legacy `font-lock')
`cperl-facemenu-add-face-function':	??? Some contributed code ???
`cperl-after-change-function':	Since `font-lock' and `lazy-lock'
        refuse to inform us whether the fontification is due to lazy
        calling or due to edit to a buffer, install our own hook
        (controlled by `cperl-hook-after-change')
`cperl-electric-pod':	=cut may have been recognized as start
`cperl-block-p':		Moved, updated for attributes
`cperl-calculate-indent':	Try to allow '_' be non-word char
                        Support subs with attributes
`cperl-where-am-i':		Queit (?) a warning
`cperl-cached-syntax-table'	New function
`cperl-forward-re':		Use `cperl-cached-syntax-table'
`cperl-unwind-to-safe':	Recognize `syntax-type' property
                                changing in a middle of line
`cperl-find-sub-attrs':	New function
`cperl-find-pods-heres':	Allow many <<EOP per line
                        Allow subs with attributes
                        Major speedups (3.5x..15x on a real-life
                                test file nph-proxy.pl)
                        Recognize "extproc " (OS/2)
                                case-folded and only at start
                        /x on s///x with empty replacement was
                                not recognized
                        Better comments
`cperl-after-block-p':	Remarks on diff with `cperl-block-p'
                        Allow subs with attributes, labels
                        Do not confuse "else::foo" with "else"
                        Minor optimizations...
`cperl-after-expr-p':	Try to allow '_' be non-word char
`cperl-fill-paragraph':	Try to detect a major bug in Emacs
        with `looking-at' inside `narrow' and bulk out if found
`cperl-imenu--create-perl-index':	Updates for new
        `cperl-imenu--function-name-regexp-perl'
`cperl-outline-level':	Likewise
`cperl-init-faces':		Allow multiline subroutine headers
        and my/our declarations, and ones with comments
                        Allow subroutine attributes
`cperl-imenu-on-info':	Better docstring.
`cperl-etags'		Rudimentary support for attributes
                        Support for packages and "package;"
`cperl-add-tags-recurse-noxs':	Better (?) docstring
`cperl-add-tags-recurse-noxs-fullpath': Likewise
`cperl-tags-hier-init':	Misprint for `fboundp' fixed
`cperl-not-bad-style-regexp':	Try to allow '_' be non-word char
`cperl-perldoc':		Add autoload
`cperl-perldoc-at-point':	Likewise
`cperl-here-doc-spell':	New function
`cperl-pod-spell':		Likewise
`cperl-map-pods-heres':	Likewise
`cperl-get-here-doc-region':	Likewise
`cperl-font-lock-fontify-region-function': Likewise (backward compatibility
                                        for legacy `font-lock')
`cperl-font-lock-unfontify-region-function': Fix style
`cperl-fontify-syntaxically':	Recognize and optimize away
        deferred calls with no-change.  Governed by `cperl-hook-after-change'
`cperl-fontify-update':	Recognize that syntaxification region
        can be larger than fontification one.
        XXXX we leave `cperl-postpone' property, so this is quadratic...
`cperl-fontify-update-bad':	Temporary placeholder until
        it is clear how to implement `cperl-fontify-update'.
`cperl-time-fontification':	New function
`attrib-group':		New text attribute
`multiline':		New value: `syntax-type' text attribute
2006-10-11 06:47:35 +00:00
Jan Djärv
a3545af4a8 * dnd.el (dnd-handle-one-url): Fix typo in doc-string.
* help-at-pt.el (scan-buf-move-to-region): Likewise.
* longlines.el (longlines-window-change-function): Likewise.
* simple.el (undo-ask-before-discard): Likewise.
* wid-edit.el (widget-field-prompt-internal)
(widget-documentation-link-p): Likewise
2006-10-11 06:27:08 +00:00
Stefan Monnier
0f9c4a9694 (sh-get-kw): | is not among the allowed chars for a keyword. 2006-10-10 21:09:37 +00:00
Stefan Monnier
e29d96b65f (comment-valid-prefix-p): Make the check more thorough.
From an idea by Martin Rudalics <rudalics@gmx.at>.
(comment-indent-new-line): Adjust call.
2006-10-10 00:33:16 +00:00
Chong Yidong
80f66ef4df * allout.el (allout-back-to-current-heading): Base on lower-level
routines to get proper disqualification of aberrant topics.
2006-10-09 23:34:11 +00:00
Richard M. Stallman
491bf4bcf4 Comment change. 2006-10-09 15:08:50 +00:00
Kim F. Storm
b000ea17bf *** empty log message *** 2006-10-09 09:04:13 +00:00
Richard M. Stallman
408f1b9dd5 (2C-two-columns): Doc fix. 2006-10-08 19:59:01 +00:00
Reiner Steib
1eb1a906aa Mark `buffer-read-only' as safe-local-variable. 2006-10-08 11:34:29 +00:00
Nick Roberts
3339a0ca7e *** empty log message *** 2006-10-07 23:38:26 +00:00
Stefan Monnier
612f91f027 (add-completions-from-c-buffer):
Don't presume an error's second element is a string.
Use looking-at rather than buffer-substring + member.
2006-10-07 15:57:36 +00:00
Eli Zaretskii
0736daff19 (rmail-mime-charset-pattern): Allow a TAB between "Content-Type" and
"text/plain".
2006-10-07 13:30:41 +00:00
Eli Zaretskii
4baf35c9a6 (rmail-redecode-body): If the old encoding is `undecided', call
find-coding-systems-region to find a proper non-trivial encoding.
2006-10-07 13:13:34 +00:00
Eli Zaretskii
857b15e998 *** empty log message *** 2006-10-07 11:13:23 +00:00
Eli Zaretskii
2a57576980 (auto-insert-alist): Doc fix. 2006-10-07 11:03:00 +00:00
Eli Zaretskii
d388682205 (mouse-insert-selection-internal): Use insert-for-yank, so that yank handlers
are run.
2006-10-07 10:58:39 +00:00
Kim F. Storm
4a61fd6fbd *** empty log message *** 2006-10-06 22:54:18 +00:00
Kim F. Storm
ee37d13588 *** empty log message *** 2006-10-06 13:30:34 +00:00
Juanma Barranquero
dde5dcd2fd *** empty log message *** 2006-10-05 16:23:42 +00:00
Chong Yidong
1d5b0c6669 * international/mule-cmds.el (coding-system-change-eol-conversion):
Ensure the coding system is initialized before calling
	coding-system-eol-type.
2006-10-05 14:46:26 +00:00
Carsten Dominik
82f285648a *** empty log message *** 2006-10-04 13:13:08 +00:00
Kenichi Handa
9d3155c617 (next): Table fixed. 2006-10-04 11:58:11 +00:00
Stefan Monnier
7629d4170a (sh-prev-thing): Remove (forward-char 1) now
that it's been made unnecessary by removing narrowing.
2006-10-04 04:13:09 +00:00
Stefan Monnier
49c7a608f9 (sh-prev-thing): Massage to untangle the
control flow a bit, simplify another bit, and add comments.
2006-10-03 20:44:26 +00:00
David Kastrup
f3b5dd74da * help.el (describe-mode): For clicks on mode-line, use "@"
interactive argument to get the major mode of the click instead of
the current buffer.

* isearch.el (isearch-mouse-2): Use new semantics of `key-binding'
in order to better redirect mouse-2 clicks.  Also allow default
bindings to apply.
2006-10-03 14:03:46 +00:00
Kim F. Storm
73812be664 *** empty log message *** 2006-10-03 09:19:05 +00:00
Miles Bader
f3bbbd1145 Merge from emacs--devo--0
Patches applied:

 * emacs--devo--0  (patch 447-459)

   - Update from CVS
   - Merge from gnus--rel--5.10

 * gnus--rel--5.10  (patch 141-144)

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

Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-115
2006-10-03 05:04:21 +00:00
John Paul Wallington
a0370ba42e (eval, view-and-eval) <define-ibuffer-op>: Use the interactive spec of
`eval-expression'.  From Denis St�� <dstuenkel@googlemail.com>.
2006-10-02 23:26:42 +00:00
Eli Zaretskii
8c86938ff0 (sh-prev-thing): Fix last change. 2006-10-02 08:51:40 +00:00
Simon Josefsson
6c77efbed3 2006-10-02 MIYOSHI Masanori <miyoshi@meadowy.org> (tiny change)
* mail/smtpmail.el (smtpmail-try-auth-methods): Fix typo in
	2006-09-28 commit.
2006-10-02 07:48:59 +00:00
Kenichi Handa
4e14c04cd0 (iso-8859-6): Table fixed. 2006-10-02 06:41:25 +00:00
Richard M. Stallman
7de3f9a41e (dired-build-subdir-alist): Fix previous change. 2006-10-02 03:08:47 +00:00
Richard M. Stallman
1f8a132d06 (undo-elt-crosses-region): Fix the inequalities. 2006-10-02 02:30:06 +00:00
Stefan Monnier
8f1a5a9b18 (find-function-regexp): Don't match "define-button-type". 2006-10-02 02:27:12 +00:00
Stefan Monnier
04e408d9e2 (cvs-update-header): Fix handling of extra newlines so that
they don't keep accumulating.
2006-10-02 00:21:07 +00:00
Eli Zaretskii
7b8e334c0d (ffap-rfc-path): Change the address of the RFC repository to
ftp.rfc-editor.org, as ds.internic.net seems to be gone.
2006-10-01 17:11:58 +00:00
Eli Zaretskii
65e7eb3d33 (allout-expose-topic): Rectify implementation of "+" spec, so that bodies are
not exposed with headlines.
(allout-current-depth): Do aberrent check only at or below doublecheck depth.
(allout-chart-subtree): Make it explicit that LEVELS being nil means unlimited
depth.  Drop undocumented support for LEVELS value t meaning unlimited depth.
(This is consistent with allout-chart-to-reveal, but contrary to
allout-show-children, which needs to use nil to default to depth of 1.)
(allout-goto-prefix-doublechecked): Wrap long docstring line.
(allout-chart-to-reveal): Be explicit in docstring about meaning of nil LEVELS,
and drop support for LEVELS value t.
(allout-show-children): Translate the level spec used by this routine to that
used by allout-chart-subtree and allout-chart-to-reveal.
(allout-show-to-offshoot): Retry once when stuck, after opening subtree -
improvements in discontinuity handling likely will enable progress.
2006-10-01 16:48:58 +00:00
Vinicius Jose Latorre
7f7f218c4f fix doc 2006-10-01 15:45:16 +00:00
Chong Yidong
b0c4ae71dc * wid-edit.el (widget-button-click-moves-point): New variable.
(widget-button-click): If widget-button-click-moves-point is
	non-nil, set point after performing the button action

	* cus-edit.el (custom-mode): Set widget-button-click-moves-point.
2006-09-30 15:45:35 +00:00