Richard M. Stallman
|
2dca7106aa
|
(image-type-header-regexps): Recognize xbm more strictly.
|
2007-01-05 22:54:11 +00:00 |
|
Richard M. Stallman
|
654ec2691d
|
(backward-kill-word): Doc fix.
|
2007-01-05 20:24:50 +00:00 |
|
Romain Francoise
|
129f19896b
|
(sgml-html-meta-auto-coding-function): Ensure that the buffer contains a
HTML document.
|
2007-01-05 17:58:02 +00:00 |
|
Dan Nicolaescu
|
ab3aad87d9
|
* faces.el (momentary): Move here ...
* subr.el (momentary): ... from here.
|
2007-01-05 17:49:43 +00:00 |
|
Nick Roberts
|
2bb0900a20
|
*** empty log message ***
|
2007-01-05 05:04:16 +00:00 |
|
Richard M. Stallman
|
a0583738af
|
*** empty log message ***
|
2007-01-04 22:14:36 +00:00 |
|
Richard M. Stallman
|
c8d554e95e
|
(momentary): New face.
(momentary-string-display): Display the string via a temporary
overlay using the new face, instead of inserting it in the buffer.
|
2007-01-04 21:46:11 +00:00 |
|
Andreas Schwab
|
3c47e17c20
|
(ebrowse-global-prefix-key): Fix typo in
last change.
|
2007-01-04 15:03:30 +00:00 |
|
Richard M. Stallman
|
c3295e7b63
|
*** empty log message ***
|
2007-01-03 23:47:14 +00:00 |
|
Alan Mackenzie
|
23f74f538c
|
*** empty log message ***
|
2007-01-03 20:17:09 +00:00 |
|
Juanma Barranquero
|
c3b1f01f5c
|
(tutorial--describe-nonstandard-key): Fix typo.
|
2007-01-03 12:05:49 +00:00 |
|
Stefan Monnier
|
51443e4f0d
|
(iswitchb-global-map): Use command-remapping if available.
|
2007-01-03 03:37:15 +00:00 |
|
Juanma Barranquero
|
33c053f464
|
(viper-custom-file-name, viper-mode): Fix typos in docstrings.
|
2007-01-02 23:57:14 +00:00 |
|
Juanma Barranquero
|
dbf284bece
|
(momentary-string-display): After moving point, set POS variable to it to avoid
later errors once the buffer is modified. Doc fix.
|
2007-01-02 23:49:25 +00:00 |
|
Richard M. Stallman
|
a6c327a88c
|
*** empty log message ***
|
2007-01-02 21:15:32 +00:00 |
|
Alan Mackenzie
|
2bac13f523
|
*** empty log message ***
|
2007-01-02 21:02:13 +00:00 |
|
Richard M. Stallman
|
d00767411f
|
(cfengine-font-lock-syntactic-keywords): Fix format of value.
|
2007-01-02 20:56:26 +00:00 |
|
Kim F. Storm
|
cd1059fb84
|
*** empty log message ***
|
2007-01-02 10:16:04 +00:00 |
|
Juanma Barranquero
|
e19bc9c426
|
*** empty log message ***
|
2007-01-02 01:31:47 +00:00 |
|
Alan Mackenzie
|
b1da67d7b2
|
*** empty log message ***
|
2007-01-01 22:20:46 +00:00 |
|
Richard M. Stallman
|
d8a4fc444a
|
(isearch-done): Use FOUND-POINT or FOUND-START
only if we restored isearch-window-configuration.
|
2007-01-01 21:49:04 +00:00 |
|
Romain Francoise
|
13fcde77fb
|
Cosmetics.
|
2006-12-31 15:33:08 +00:00 |
|
Michael Albinus
|
496f830892
|
* net/tramp.el (tramp-default-method): Don't call `symbol-function'.
Apply `funcall' directly on 'executable-find.
|
2006-12-31 15:03:51 +00:00 |
|
Kim F. Storm
|
f57cdb50a7
|
*** empty log message ***
|
2006-12-31 00:48:53 +00:00 |
|
Richard M. Stallman
|
02f0dab390
|
*** empty log message ***
|
2006-12-30 21:34:46 +00:00 |
|
Eli Zaretskii
|
6eb0a10dd4
|
(allout-encrypt-string): Handle symmetric-key passphrase caching but leave
keypair caching to pgg.
|
2006-12-30 18:10:35 +00:00 |
|
Michael Albinus
|
658052a2ce
|
Sync with Tramp 2.0.55.
|
2006-12-30 16:17:10 +00:00 |
|
Miles Bader
|
11e95b0200
|
Merge from gnus--rel--5.10
Patches applied:
* gnus--rel--5.10 (patch 179-183)
- Update from CVS
2006-12-25 Daiki Ueno <ueno@unixuser.org>
* lisp/pgg-def.el (pgg-passphrase-coding-system): Default to nil instead of
locale-coding-system.
* lisp/pgg-gpg.el (pgg-gpg-process-region): Encode passphrase with eol-type
LF.
2006-12-29 Jouni K. Sepp,Ad(Bnen <jks@iki.fi>
* lisp/gnus/nnimap.el (nnimap-expunge-search-string): Mention
nnimap-search-uids-not-since-is-evil in docstring.
2006-12-28 Reiner Steib <Reiner.Steib@gmx.de>
* lisp/gnus/spam.el: Revert to make-obsolete-variable because
define-obsolete-variable-alias is not supported in Emacs 21.
2006-12-28 Daiki Ueno <ueno@unixuser.org>
* lisp/gnus/gnus-sum.el (gnus-summary-next-article): Make sure we are in the
summary buffer.
2006-12-27 Reiner Steib <Reiner.Steib@gmx.de>
* lisp/gnus/spam.el (spam-ifile-path, spam-ifile-database-path)
(spam-bogofilter-path): Use define-obsolete-variable-alias instead of
make-obsolete-variable.
2006-12-26 Reiner Steib <Reiner.Steib@gmx.de>
* lisp/gnus/message.el (message-make-fqdn): Fix comment.
(message-bogus-system-names): Add ".local".
* lisp/gnus/spam.el (spam-ifile-path, spam-ifile-program)
(spam-ifile-database-path, spam-ifile-database)
(spam-bogofilter-path, spam-bogofilter-program): Rename variables.
Don't use "path" inappropriately.
(spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
strings.
(spam-check-ifile, spam-ifile-register-with-ifile)
(spam-check-bogofilter, spam-bogofilter-register-with-bogofilter): Use
new variable names.
* lisp/gnus/gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
(gnus-treat-display-smileys): Simplify using
gnus-image-type-available-p.
* lisp/gnus/gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
available.
2006-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
* lisp/gnus/nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
one after turning on the buffer's multibyteness instead of decoding
them directly in the unibyte buffer that causes unexpected conversion
in Emacs 23 (unicode).
2006-12-29 Reiner Steib <Reiner.Steib@gmx.de>
* man/gnus.texi (Customizing Articles): Add index entries for all
gnus-treat-* variables.
2006-12-29 Jouni K. Sepp,Ad(Bnen <jks@iki.fi>
* man/gnus.texi (IMAP): Fix incorrect explanation of
nnimap-search-uids-not-since-is-evil in documentation for
nnimap-expunge-search-string.
2006-12-27 Reiner Steib <Reiner.Steib@gmx.de>
* man/gnus.texi (ifile spam filtering): Rename spam-ifile-database-path to
spam-ifile-database.
2006-12-26 Reiner Steib <Reiner.Steib@gmx.de>
* man/gnus.texi (Spam Package Configuration Examples): Don't encourage to
rebind C-s.
2006-12-26 Jouni K. Sepp,Ad(Bnen <jks@iki.fi>
* man/gnus.texi (Group Parameters, Group Maintenance, Topic Commands)
(Mail Group Commands, Expiring Mail, IMAP): Add index entries for
"expiring mail".
(IMAP): Document nnimap-search-uids-not-since-is-evil and
nnimap-nov-is-evil.
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-576
|
2006-12-30 15:34:42 +00:00 |
|
Jan Djärv
|
0fb7324a4d
|
*** empty log message ***
|
2006-12-30 15:23:09 +00:00 |
|
Richard M. Stallman
|
dced1a739f
|
*** empty log message ***
|
2006-12-30 06:29:19 +00:00 |
|
Juanma Barranquero
|
c1248ba7ac
|
Removed spurious entry of 2006-12-24, duplicated on 2006-12-26.
|
2006-12-30 02:00:28 +00:00 |
|
Nick Roberts
|
8cc303bb89
|
*** empty log message ***
|
2006-12-29 23:56:44 +00:00 |
|
Michaël Cadilhac
|
fafc582ba8
|
(fill-comment-paragraph): Document 2006-12-24 change.
Suggested by Stefan Monnier.
|
2006-12-29 21:39:47 +00:00 |
|
Kim F. Storm
|
8f2b5ec6ec
|
*** empty log message ***
|
2006-12-29 01:20:38 +00:00 |
|
Kim F. Storm
|
1bb433e702
|
*** empty log message ***
|
2006-12-27 21:34:38 +00:00 |
|
Stefan Monnier
|
544bdc401a
|
(vc-arch-find-version): New function.
|
2006-12-27 16:26:34 +00:00 |
|
Eli Zaretskii
|
bbc3424972
|
*** empty log message ***
|
2006-12-27 13:54:47 +00:00 |
|
Kim F. Storm
|
01baa13480
|
*** empty log message ***
|
2006-12-27 02:22:24 +00:00 |
|
Kenichi Handa
|
7d03c5b15d
|
(select-safe-coding-system-interactively):
Improve the message in *Warning* buffer.
|
2006-12-27 01:25:31 +00:00 |
|
Kim F. Storm
|
39bda46573
|
*** empty log message ***
|
2006-12-27 00:26:39 +00:00 |
|
Nick Roberts
|
aa32fd711b
|
*** empty log message ***
|
2006-12-26 22:01:17 +00:00 |
|
Richard M. Stallman
|
ba5b643ea3
|
(custom-browse-sort-alphabetically, custom-buffer-sort-alphabetically)
(custom-menu-sort-alphabetically): Doc fixes. Add autoloads.
|
2006-12-26 21:48:17 +00:00 |
|
Michaël Cadilhac
|
df034a3f0c
|
(Footnote-insert-footnote): Fix the search of the last footnote when
`footnote-spaced-footnotes' is nil.
|
2006-12-26 20:29:26 +00:00 |
|
Richard M. Stallman
|
e817cc9b5f
|
*** empty log message ***
|
2006-12-26 18:10:19 +00:00 |
|
Masatake YAMATO
|
3b2452fd1a
|
(add-log-current-defun): Call `forward-sexp'
multiple times to pick a member function name defined as
part of nested classes/namespaces.
|
2006-12-26 03:53:04 +00:00 |
|
Vinicius Jose Latorre
|
39d410b58b
|
easy-menu-change patch
|
2006-12-26 03:26:14 +00:00 |
|
Richard M. Stallman
|
c3a0ce449e
|
*** empty log message ***
|
2006-12-26 02:55:07 +00:00 |
|
Juanma Barranquero
|
14d1edc03b
|
*** empty log message ***
|
2006-12-25 23:59:30 +00:00 |
|
Michaël Cadilhac
|
87a931dce0
|
Revert unwanted unusual formating to standard form.
|
2006-12-25 23:09:00 +00:00 |
|
Richard M. Stallman
|
20419086d9
|
*** empty log message ***
|
2006-12-25 20:37:40 +00:00 |
|