1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-04-28 01:00:52 -07:00
Commit graph

10389 commits

Author SHA1 Message Date
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
Kim F. Storm
42f82ce71f *** empty log message *** 2006-12-25 13:30:09 +00:00
YAMAMOTO Mitsuharu
40cacec2b3 (mac-keyboard-translate-char, mac-unread-string):
New functions.
(mac-ts-update-active-input-area, mac-ts-unicode-for-key-event):
Use mac-unread-string.
2006-12-25 08:18:29 +00:00
Michaël Cadilhac
97df846437 Merge last two entries of Michael Cadilhac, fix first name.
Fix some other typos.
2006-12-25 00:22:49 +00:00
Michaël Cadilhac
2a096cafa0 (fill-comment-paragraph): Prevent the use of an optimized comment regexp if
`comment-start-skip' uses a ^.
2006-12-24 20:23:31 +00:00
Michaël Cadilhac
90dd8ef0a8 (bs--up): Remove interactive spec. 2006-12-24 17:31:20 +00:00
Chong Yidong
c4cdc5a182 * woman.el (woman-decode-buffer): Signal error for alien macro
sets.
2006-12-24 03:15:41 +00:00
Richard M. Stallman
3350dc42d8 *** empty log message *** 2006-12-24 03:04:14 +00:00
Richard M. Stallman
be064bc4bf *** empty log message *** 2006-12-24 01:50:17 +00:00
Chong Yidong
7acbbaa039 * allout.el (allout-encrypt-string): Inhibit use of agent within
body of let form where encryption happens.  Acknowledge non-use of
gpg-agent in docstring.
(allout-toggle-subtree-encryption): Acknowledge non-use of
gpg-agent in docstring.
2006-12-24 01:08:26 +00:00
Chong Yidong
ab83dc8d9e * custom.el (custom-add-frequent-value): Alias for
custom-add-option.
2006-12-24 00:24:54 +00:00
Chong Yidong
3ea944838e * calendar/calendar.el (calendar-mode-map): Switch < and >.
(calendar-mode-line-format): Use mouse-1 bindings, and tweak
formatting.
2006-12-23 19:06:59 +00:00
Richard M. Stallman
a914e2b269 *** empty log message *** 2006-12-23 18:08:27 +00:00
Eli Zaretskii
512dd711be (bootstrap-clean): Run bootstrap-clean-$(SHELLTYPE) explicitly in a recursive
Make, not implicitly through prerequisites, since the latter is wrong under
parallel builds.
2006-12-23 02:05:29 +00:00