Juanma Barranquero
40dfee6f30
*** empty log message ***
2006-10-25 16:08:36 +00:00
Juanma Barranquero
885a56fe64
(x-handle-name-switch): Doc fix.
...
(w32-standard-fontset-spec): Fix typo in docstring.
2006-10-25 15:38:22 +00:00
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
Chong Yidong
081ff0c9bc
* textmodes/flyspell.el (flyspell-check-region-doublons): Fix last
...
fix.
2006-10-23 13:59:44 +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
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
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
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
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
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
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
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
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
YAMAMOTO Mitsuharu
045b190821
*** empty log message ***
2006-10-19 08:02:23 +00:00
YAMAMOTO Mitsuharu
7666855559
(emacs-version): Use mac-carbon-version-string.
2006-10-19 08:00:30 +00:00
Jan Djärv
1df04e22ca
* select.el (ccl-check-utf-8, string-utf-8-p): New functions
...
(by Kenichi Handa).
(xselect-convert-to-string): Decline requests for UTF8_STRING if
the selection is not UTF-8.
2006-10-19 07:16:27 +00:00
Juanma Barranquero
704ec54b3f
*** empty log message ***
2006-10-18 19:27:27 +00:00
Juanma Barranquero
97a62f8340
(ada-83-string-keywords, ada-last-which-function-line ada-no-auto-case,
...
ada-indent-region, ada-which-compiler, ada-align-modes, ada-adjust-case-buffer,
ada-looking-at-semi-private, ada-get-body-name): Fix typos in docstrings.
(ada-create-case-exception, ada-create-case-exception-substring):
Fix typos in error messages.
(ada-goto-matching-end, ada-narrow-to-defun): Doc fixes.
2006-10-18 16:29:36 +00:00
Chong Yidong
29d890fef2
Fix badly written ChangeLog entry.
2006-10-18 14:17:22 +00:00
Jan Djärv
26e3283901
* term/x-win.el (res-geometry): Don't set geometry from Xresources
...
to default-frame-alist if default-frame-alist already contains
widht/height.
2006-10-18 14:05:16 +00:00
Richard M. Stallman
5a05106b0b
*** empty log message ***
2006-10-18 11:12:59 +00:00
Richard M. Stallman
9b3bf5e89c
Comment change.
2006-10-18 11:11:32 +00:00
Richard M. Stallman
6d44694e8c
(pp-eval-expression): Use `X' to read value.
...
Non-interactive arg is the value, not the expression.
2006-10-18 11:02:31 +00:00
Richard M. Stallman
71a05b36ba
(read-expression-map): Just set it, no defvar.
2006-10-18 10:58:39 +00:00
Richard M. Stallman
631890d8b9
(insert-for-yank-1): If last inserted char has properties,
...
mark them as rear-nonsticky.
2006-10-18 10:56:46 +00:00
Richard M. Stallman
851370b0f7
(recentf-mode): Doc fix.
2006-10-18 10:51:30 +00:00
Richard M. Stallman
f3359de125
(facemenu-add-new-face): Defend against symbol that isn't a face name.
2006-10-18 10:51:00 +00:00
Richard M. Stallman
ec9581d515
(dired-do-copy): Doc fix.
2006-10-18 10:50:28 +00:00
Chong Yidong
ac6701ea5c
* simple.el (line-move-1): During fields during motion to the
...
beginning of line to avoid getting point stuck.
2006-10-18 04:58:29 +00:00
Chong Yidong
15d8dc8b2b
* textmodes/flyspell.el (flyspell-word-search-backward): Set
...
inhibit-point-motion-hooks to avoid looping due to intangibile
text.
2006-10-18 04:13:46 +00:00
Richard M. Stallman
ddbb1956a7
(describe-function-1): Special case optimization for self-insert-command.
2006-10-16 14:57:01 +00:00
Magnus Henoch
784f5416cf
(url-https-create-secure-wrapper): Always use tls gateway method.
2006-10-16 14:28:46 +00:00
Kim F. Storm
ff07e0ac40
(ido-reread-directory): Work in `dir' mode too.
2006-10-16 12:42:24 +00:00
Kim F. Storm
80f6025cb0
*** empty log message ***
2006-10-16 12:41:37 +00:00
Kim F. Storm
fc53ebf6bd
2006-10-15 Martin Rudalics <rudalics@gmx.at>
...
Require 'regexp-opt.
2006-10-15 20:48:56 +00:00
Kim F. Storm
63c2b8f4eb
*** empty log message ***
2006-10-15 20:48:35 +00:00
Kim F. Storm
ff4e2883a3
2006-10-15 Lennart Borgman <lennart.borgman.073@student.lu.se>
...
(flymake-get-project-include-dirs-imp): Use shell-quote-argument.
2006-10-15 20:42:28 +00:00