Juanma Barranquero
f656bdd212
*** empty log message ***
2006-10-25 10:12:20 +00:00
Juanma Barranquero
33068c28a7
(midnight-buffer-display-time): Doc fix.
...
(clean-buffer-list-kill-never-buffer-names): Add "*server*".
2006-10-25 09:31:45 +00:00
Miles Bader
c86d4601c9
Merge from gnus--rel--5.10
...
Patches applied:
* gnus--rel--5.10 (patch 153-155)
- Merge from emacs--devo--0
- Update from CVS
2006-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
* lisp/gnus/gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
names.
* lisp/gnus/gnus-sum.el (gnus-select-newsgroup): Decode group name.
2006-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
* lisp/gnus/message.el (message-headers-to-generate): Fix typo in docstring.
2006-10-19 Reiner Steib <Reiner.Steib@gmx.de>
* lisp/gnus/gnus.el (gnus-mime): Remove unused custom group.
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-482
2006-10-24 10:42:21 +00:00
Michael Kifer
7eb605c752
2006-10-23 Michael Kifer <kifer@cs.stonybrook.edu>
...
* viper-cmd.el (viper-prefix-arg-com): define gg as G0
* viper-ex.el (ex-read): quote file argument.
* ediff-diff.el (ediff-same-file-contents): expand file names.
* ediff-mult.el (ediff-append-custom-diff): quote shell file arguments.
2006-10-23 19:20:15 +00:00
Kim F. Storm
6c2962c228
(Event Input Misc): Update unread-command-events.
2006-10-23 16:46:47 +00:00
Kim F. Storm
300734d7ab
*** empty log message ***
2006-10-23 16:46:33 +00:00
Andreas Schwab
92d1ccf437
Regenerate.
2006-10-23 15:35:40 +00:00
Andreas Schwab
f13de01e93
Make sure x_default_search_path is always set even
...
when x_libraries is empty, and look in .../share as well for each
library directory.
2006-10-23 15:28:18 +00:00
Chong Yidong
081ff0c9bc
* textmodes/flyspell.el (flyspell-check-region-doublons): Fix last
...
fix.
2006-10-23 13:59:44 +00:00
Kim F. Storm
88efeba65e
(remember_mouse_glyph): Simplify last change.
2006-10-23 11:49:48 +00:00
Kim F. Storm
fa695dab5e
Fix bug: sds@podval.org, Oct 18: crash in cvs head.
2006-10-23 10:02:31 +00:00
Kim F. Storm
4fa93fa859
(remember_mouse_glyph): Don't crash if glyphs are not initialized.
2006-10-23 09:58:49 +00:00
Kim F. Storm
a4614668b4
*** empty log message ***
2006-10-23 09:51:56 +00:00
Nick Roberts
1943acf777
(mode-line-mode-menu): List global minor modes
...
before local ones.
2006-10-23 06:33:25 +00:00
Nick Roberts
6440f303f3
*** empty log message ***
2006-10-23 06:33:00 +00:00
Richard M. Stallman
ac74266b77
Add: sds@podval.org, Oct 18: crash in cvs head.
2006-10-23 05:15:03 +00:00
Richard M. Stallman
ccb467ec47
(Expanding Abbrevs): Expansion happens only when Abbrev mode is enabled.
2006-10-23 05:13:24 +00:00
Chong Yidong
7902148a5e
* emacs.py (eargs): Return expected _emacs_out string even if
...
errors occur.
2006-10-22 23:03:09 +00:00
Kim F. Storm
6be421e046
Fix bug: Strange behavior of C-u in the presence of sit-for in p-c-h
2006-10-22 22:56:56 +00:00
Nick Roberts
f1235ff9e3
(Sets And Lists): Fix typos.
2006-10-22 22:51:10 +00:00
Nick Roberts
aa02da7a79
*** empty log message ***
2006-10-22 22:50:17 +00:00
Kim F. Storm
78bdfbf320
(add-to-list): Fix last change--optimize for no compare-fn.
2006-10-22 22:37:51 +00:00
Kim F. Storm
fb1a5d8a82
(add-to-list): Optimize if compare-fn is eq' or
eql'.
...
(sit-for): If last command was a prefix arg, add the read-ahead
event to unread-command-events as (t . EVENT) so it will be added
to this-command-keys by read-key-sequence.
2006-10-22 22:32:53 +00:00
Kim F. Storm
cbfe778a85
*** empty log message ***
2006-10-22 22:32:43 +00:00
Kim F. Storm
96f4f7ecf1
(read_char): Make an element (t . EVENT) in
...
unread-command-events add EVENT to the current command's key sequence.
(syms_of_keyboard) <unread-command-events>: Update doc.
2006-10-22 22:25:03 +00:00
Chong Yidong
6b8aed24fe
* textmodes/flyspell.el (flyspell-word): Skip past all previous
...
whitespace when checking doublons.
(flyspell-check-region-doublons): Fix doublon regexp.
(flyspell-highlight-incorrect-region): Highlight doublons using
flyspell-duplicate face.
2006-10-22 21:29:33 +00:00
Chong Yidong
224ca9c976
* progmodes/cperl-mode.el (cperl-invalid-face): Fix defcustom.
2006-10-22 21:00:25 +00:00
John Wiegley
7a338befad
2006-10-22 John Wiegley <johnw@newartisans.com>
...
* progmodes/python.el (python-use-skeletons): python-mode was
auto-inserting templates (for those with abbrev-mode on), not only
by default -- *but without a configuration variable to disable
it*. This rendered python-mode completely useless for me, so I
have added `python-use-skeletons', which is now off by default.
2006-10-22 20:39:36 +00:00
Chong Yidong
2967b4c9d7
** kzeitler@lucent.com, Oct 19: cperl + isearch + font-lock-multiline sometimes very slow
...
Fixed.
2006-10-22 17:32:30 +00:00
Chong Yidong
f453f5a8cd
* progmodes/cperl-mode.el (cperl-mode): Don't assume
...
font-lock-multiline is auto-local (it's not).
(cperl-windowed-init): Ensure that cperl-font-lock-multiline is
initialized before calling cperl-init-faces.
2006-10-22 17:28:56 +00:00
Chong Yidong
57d8692df7
* emacs.py (eargs): Return expected _emacs_out string even if
...
errors occur.
2006-10-22 14:04:02 +00:00
Nick Roberts
eb036ad0e2
(gdb-info-stack-custom): Don't try to give
...
gdb-stack-position a value when there is no fringe.
2006-10-22 05:40:08 +00:00
Nick Roberts
dead60da96
*** empty log message ***
2006-10-22 05:39:34 +00:00
Nick Roberts
9f37aef4f5
(mode-line-mode-menu): Disable auto-revert-tail-mode
...
indicator if not visiting a file.
2006-10-21 23:42:21 +00:00
Nick Roberts
df5d417a3c
*** empty log message ***
2006-10-21 23:41:53 +00:00
Richard M. Stallman
627fb581ae
(Vread_expression_map): Define here.
...
(Qread_expression_history): New variable.
(syms_of_minibuf): Initialize them.
(Feval_minibuffer): Use Vread_expression_map and Qread_expression_history.
2006-10-21 17:40:03 +00:00
Kenichi Handa
cd987aaa0a
(xic_create_fontsetname): If ADSTYLE field is not a wild
...
card, change it to "*".
(xic_create_xfontset): Call XCreateFontSet for each single
fontname in fontsetname.
2006-10-21 01:57:34 +00:00
David Kastrup
f5da083ed9
(kill-buffer-and-window): Fix a bug where an aborted
...
operation would still cause some window to collapse later.
2006-10-20 15:12:31 +00:00
Chong Yidong
98d763e7e7
** id.brep@gmail.com, Oct 17: `.newsrc.eld' saves chinese group name in wrong coding
...
Resolved; see 2006-10-20 message to emacs-pretest-bug by Katsumi Yamaoka.
2006-10-20 12:40:30 +00:00
Stefan Monnier
5ce51a98b7
(vc-switch-backend): Try to be more careful with unwanted
...
side-effect due to mixing various backends's file properties.
2006-10-20 07:58:11 +00:00
Stefan Monnier
bc8c1bb448
(vc-svn-parse-status): Remove unused arg `localp'.
...
Add arg `filename' instead. Don't set vc-backend if `filename' is set.
Return `filename's status if applicable. Update callers.
2006-10-20 07:56:20 +00:00
Masatake YAMATO
7e2839b165
(Sample .emacs File): Added missing )' in sample code
my-c-initialization-hook'.
2006-10-20 06:43:56 +00:00
Chong Yidong
506a66bce3
** bojohan+mail@dd.chalmers.se, Oct 17: Formatting `interactive' strings.
...
Fixed.
2006-10-19 14:16:57 +00:00
Chong Yidong
55b41ef52e
* callint.c (callint_message): Convert to a Lisp string.
...
(syms_of_callint): Initialize it.
(callint_message_size): Var deleted.
(Fcall_interactively): Use Fformat instead of doprnt to construct
prompt string.
2006-10-19 14:13:52 +00:00
Richard M. Stallman
7da31552c7
Fix typos.
2006-10-19 12:46:54 +00:00
Kenichi Handa
2b192902e9
(kkc-region): When a key sequence is not
...
defined, append (this-single-command-raw-keys) to
unread-input-method-events.
2006-10-19 12:28:17 +00:00
Kim F. Storm
7fe147ae0e
Fixed: Oct 16: Emacs allocates unnecessary memory
2006-10-19 11:40:53 +00:00
Juanma Barranquero
ca42cf7718
*** empty log message ***
2006-10-19 10:39:16 +00:00
Juanma Barranquero
ff003dc721
(ada-in-string-p): Doc fix.
2006-10-19 10:31:48 +00:00
Kim F. Storm
a4d2787c2d
2006-10-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
...
(display_mode_line): Clear enabled_p flag on mode-line row.
2006-10-19 09:49:23 +00:00