Stefan Monnier
58e95211ec
(compile_pattern): Only check `cp->syntax_table' if needed.
...
(compile_pattern_1): Remember `used_syntax' in `cp->syntax_table'.
2006-10-03 13:25:26 +00:00
Stefan Monnier
6224b623fd
(regex_compile): Set the new `used_syntax' bit.
2006-10-03 13:19:18 +00:00
Stefan Monnier
1351dd3b9a
Remove file local variables.
...
(struct re_pattern_buffer): New field `used_syntax'.
2006-10-03 13:18:24 +00:00
Kim F. Storm
fcecceea0f
(pushnew-internal): Remove defvar.
...
(pushnew): Fix last change.
2006-10-03 09:19:17 +00:00
Kim F. Storm
73812be664
*** empty log message ***
2006-10-03 09:19:05 +00:00
Kim F. Storm
1eed3bdcee
(list_processes_1): Run sentinels before removing dead
...
processes. Also remove `closed' network connections.
2006-10-03 09:14:40 +00:00
Miles Bader
670992917f
Merge from gnus--rel--5.10
...
Patches applied:
* gnus--rel--5.10 (patch 141-144)
- Merge from emacs--devo--0
- Update from CVS
2006-09-28 Reiner Steib <Reiner.Steib@gmx.de>
* lisp/gnus/gmm-utils.el (gmm): Adjust custom version.
* lisp/gnus/mm-util.el (mm-charset-override-alist, mm-charset-eval-alist): Adjust
custom version.
* lisp/gnus/gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
2006-10-02 Reiner Steib <Reiner.Steib@gmx.de>
* man/gnus.texi (Foreign Groups): Say where change of editing commands are
stored. Add reference to `gnus-parameters'.
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-459
2006-10-03 04:58:52 +00:00
Kenichi Handa
151fe029c3
*** empty log message ***
2006-10-03 00:35:56 +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
Chong Yidong
2ec6dd1220
"Peter_Dyballa@Web.DE, Sep 21: An iso-8859-6 cannot be saved" is fixed.
2006-10-02 18:28:22 +00:00
Kenichi Handa
bcc1caeb62
(install): Fix previous change.
2006-10-02 12:39:28 +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
Karl Berry
b635746323
improve breaks
2006-10-01 22:58:44 +00:00
Karl Berry
1311698c88
better not use @LaTeX{}, I guess.
2006-10-01 22:52: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
Stefan Monnier
2201c41ce3
(handle_fontified_prop): Don't fontify at EOB.
2006-10-01 16:44:43 +00:00
Vinicius Jose Latorre
7f7f218c4f
fix doc
2006-10-01 15:45:16 +00:00
Richard M. Stallman
29121f81ae
*** empty log message ***
2006-09-30 21:20:20 +00:00
Karl Berry
b644f1dcee
improve more page breaks
2006-09-30 21:07:21 +00:00
Chong Yidong
0e71e4a868
* PROBLEMS: Document Emacs/XIM/gnome-settings-terminal clash.
2006-09-30 17:58:29 +00:00
Chong Yidong
ec3982f4aa
Fixed "Martin Rudalics Sep 28: widget-move-and-invoke scrolls spuriously."
2006-09-30 15:46:00 +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
Eli Zaretskii
e2247cd00d
*** empty log message ***
2006-09-30 10:03:11 +00:00
Eli Zaretskii
63c8abc42a
(find-file-existing): Modified to not allow wildcards.
2006-09-30 10:02:22 +00:00
Eli Zaretskii
00fa402402
(undo-more): When undo information for the region is exhausted, say
...
"No further undo information FOR REGION".
2006-09-30 09:50:07 +00:00
Eli Zaretskii
57763824f8
(sh-prev-thing): Take `sh-leading-keywords' into account.
2006-09-30 09:39:35 +00:00
Eli Zaretskii
814a1e04f2
Add blessmail.
2006-09-30 09:22:41 +00:00
Eli Zaretskii
dfd9957ec2
Fix a typo.
2006-09-30 09:18:23 +00:00
Eli Zaretskii
79e01e932f
configure
2006-09-30 09:11:56 +00:00
Eli Zaretskii
e9291f09f4
Regenerated.
2006-09-30 09:11:23 +00:00
Glenn Morris
51f236e9f1
(Date Formats): Doc fix for european-calendar-style.
2006-09-30 01:32:47 +00:00
Glenn Morris
f4d82e000a
*** empty log message ***
2006-09-30 01:32:36 +00:00
Glenn Morris
0a1a957fa5
(european-calendar-style): Tweak previous fix.
2006-09-30 01:25:25 +00:00
Glenn Morris
f2276b6985
(defcustom): Doc fix.
2006-09-30 00:45:32 +00:00
Karl Berry
9705fb379e
improve page/line breaks
2006-09-30 00:35:50 +00:00
Karl Berry
3abebd3ba0
update to latest texinfo.tex
2006-09-30 00:35:15 +00:00
Glenn Morris
ee53ec68bb
*** empty log message ***
2006-09-30 00:23:17 +00:00
Glenn Morris
ff727d98c3
(european-calendar-style): Call european-calendar or american-calendar
...
as needed when set.
(diary-view-entries, list-calendar-holidays): Move autoloads before
use.
2006-09-30 00:20:16 +00:00
Juri Linkov
f9df5f68a8
*** empty log message ***
2006-09-29 21:18:15 +00:00
Juri Linkov
d29bb3add4
(%-Constructs): Reorder coding systems in the
...
documentation of %z to the real order displayed in the modeline.
2006-09-29 21:18:07 +00:00
Juri Linkov
474198601d
(syms_of_buffer): Reorder coding systems in the
...
docstring of %z to the real order displayed in the modeline.
2006-09-29 21:15:25 +00:00
Juri Linkov
20e285facf
Remove cperl fix.
2006-09-29 20:54:44 +00:00
Juri Linkov
7d767a2469
(cperl-after-expr-p): Don't move point
...
to nil if there is no previous property change.
2006-09-29 20:52:30 +00:00