1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-17 10:06:13 +00:00
Commit Graph

66298 Commits

Author SHA1 Message Date
Kim F. Storm
ec579201ee (ido-wide-find-dirs-or-files): Use shell-quote-argument. 2006-10-06 12:49:12 +00:00
Juanma Barranquero
5879ac6869 *** empty log message *** 2006-10-06 11:05:07 +00:00
Juanma Barranquero
e2fc34ada3 New file for (sometimes unintended) humor in the Emacs developer's list. 2006-10-06 10:31:18 +00:00
Richard M. Stallman
2472a9d252 *** empty log message *** 2006-10-06 05:47:49 +00:00
Richard M. Stallman
91a7b735e0 Remove Emacs version "21" from title. 2006-10-06 05:34:40 +00:00
Richard M. Stallman
5030aaa8eb *** empty log message *** 2006-10-05 20:37:53 +00:00
Chong Yidong
f51dc44f54 * quail/latin-ltx.el: Fix typo in previous change. 2006-10-05 20:20:41 +00:00
Chong Yidong
26c34ec2e7 * frame.c (Qinhibit_face_set_after_frame_default): New var.
(syms_of_frame): Initialize it.
	(x_set_frame_parameters): Avoid resetting :font attributes to the
	new-frame defaults.
2006-10-05 17:33:41 +00:00
Juanma Barranquero
dde5dcd2fd *** empty log message *** 2006-10-05 16:23:42 +00:00
Juanma Barranquero
6b0a96341e (ad-remove-advice, ad-parse-arglist, ad-make-mapped-call):
Use `let', not `let*'.
2006-10-05 15:53:30 +00:00
Chong Yidong
c2976c9c19 Fixed "jpff@codemist.co.uk, Sep 29: rmail g gets Wrong type argument error." 2006-10-05 14:46:49 +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
Stefan Monnier
d781da00fb Remove rules that start with { since they are
redundant and hence impact the { key for no good reason.
2006-10-05 14:43:08 +00:00
Kim F. Storm
7db5875f32 (Acknowledgments): Add more contributors. 2006-10-05 11:18:54 +00:00
Kim F. Storm
4ad2be9cf4 *** empty log message *** 2006-10-05 11:18:43 +00:00
Carsten Dominik
4c5e27b5c6 * textmodes/org.el (org-rm-props, org-activate-plain-links)
(org-activate-angle-links, org-activate-dates)
	(org-activate-target-links, org-activate-camels)
	(org-activate-tags): Add `rear-nonsticky' text property to avoid
	textproperty keymaps from being active beyond the end of a line.
	(org-unfontify-region): Also remove `rear-nonsticky' property.
2006-10-04 13:13:27 +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
Kim F. Storm
865a5bbc94 *** empty log message *** 2006-10-03 20:47:08 +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
Kim F. Storm
d70098b60d Regenerate. 2006-10-03 20:42:53 +00:00
Richard M. Stallman
01993898e3 *** empty log message *** 2006-10-03 18:31:24 +00:00
Richard M. Stallman
a59d905d82 (Acknowledgments): Update version and edition. 2006-10-03 18:30:07 +00:00
Richard M. Stallman
1bae538c50 (Char Classes): Document :multibyte: and :unibyte:.
Clarify :ascii: and :nonascii:.
2006-10-03 17:48:44 +00:00
Chong Yidong
8a47936ad2 M.P.Hodges@rl.ac.uk Sep 30: list-processes and process sentinels not run
Fixed by KFS 2006-10-03 checkin.

XIM hotkey doesn't work in Emacs with gnome-settings-demon.
Moved to etc/PROBLEMS.
2006-10-03 14:41:02 +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
Stefan Monnier
54dd3310af (compile_pattern): Only check `cp->syntax_table' if needed.
(compile_pattern_1): Remember `used_syntax' in `cp->syntax_table'.
(clear_regexp_cache): Only flush those regexps which depend on
a syntax-table.
2006-10-03 13:47:26 +00:00
Stefan Monnier
ec40e71f22 (clear_regexp_cache): Declare. 2006-10-03 13:38:18 +00:00
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