1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-26 15:21:51 -08:00
Commit graph

35761 commits

Author SHA1 Message Date
Richard M. Stallman
047ecb4e50 (table--warn-incompatibility):
Use display-warning instead of momentary-string-display.
2007-01-06 00:21:05 +00:00
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
Richard M. Stallman
fb395c0fc4 (momentary): Move here ... 2007-01-05 19:12:03 +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
Reiner Steib
d84c37376d (gnus-soup): New custom group. Make user variables customizable. 2007-01-05 11:47:28 +00:00
Nick Roberts
2bb0900a20 *** empty log message *** 2007-01-05 05:04:16 +00:00
Nick Roberts
e1204172ce (gdb-max-children): New customizable variable.
(gdb-speedbar-expand-node): Ask user for confirmation before expanding
large structures/arrays.
2007-01-05 04:20:20 +00:00
Miles Bader
10dc9f9eba Update from erc--emacs--22
Highlights:
 - New /RECONNECT command.
 - Improve default method for auto-identify to nickserv.
 - Fix another erc-iswitchb bug.
 - Fix reconnect lockup (defaulting to twice before giving up).
 - Fix reconnect on ban.

Revision: emacs@sv.gnu.org/emacs--devo--0--patch-587
Creator:  Michael Olson <mwolson@gnu.org>
2007-01-05 02:09:07 +00:00
Richard M. Stallman
a0583738af *** empty log message *** 2007-01-04 22:14:36 +00:00
Richard M. Stallman
b98a8e06e6 (find-file-noselect-1, set-visited-file-name):
Allow backup-enable-predicate to be nil.
2007-01-04 22:14:32 +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
Richard M. Stallman
bcd33653aa (woman-decode-buffer): Clarify error message. 2007-01-03 22:57:46 +00:00
Alan Mackenzie
fd85cfb794 (c-mask-paragraph): Fix yesterday's buggy patch. 2007-01-03 20:19:29 +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
Richard M. Stallman
421be07036 (widget-choose): Avoid ugly error for function keys. 2007-01-02 21:15:09 +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
Richard M. Stallman
0b97da8f38 (customize-unsaved): Renamed from customize-customized.
Change messages accordingly.
(customize-customized): Now alias.
2007-01-02 20:55:54 +00:00
Alan Mackenzie
e6a24f43fd (c-mask-paragraph): In a block comment, check that the "*/" is present
before trying to manipulate the "*/".
2007-01-02 20:54:10 +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
Juanma Barranquero
93e7eeb4d8 (version-control): Doc fix. 2007-01-02 01:26:20 +00:00
Alan Mackenzie
b1da67d7b2 *** empty log message *** 2007-01-01 22:20:46 +00:00
Alan Mackenzie
51c9af45fe Update CC Mode to version 5.31.4. The detailed changes are those
recorded in the ChangeLog for 2007-01-01.
2007-01-01 22:11:28 +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
Miles Bader
db62924458 Merge from gnus--rel--5.10
Patches applied:

 * gnus--rel--5.10  (patch 184-185)

   - Update from CVS
   - Merge from emacs--devo--0

2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>

   * lisp/gnus/gnus-sum.el (gnus-summary-insert-dormant-articles): Fix typo in
   message.

Revision: emacs@sv.gnu.org/emacs--devo--0--patch-582
2007-01-01 03:15:00 +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
Kim F. Storm
bb178aaa96 (auto-mode-case-fold): Doc fix. 2006-12-31 00:34:49 +00:00
Kim F. Storm
94495713bd (auto-mode-case-fold): New defcustom.
(set-auto-mode): If non-nil, perform second case-sensitive pass
through auto-mode-alist if first pass failed.
2006-12-31 00:29:49 +00:00
Richard M. Stallman
02f0dab390 *** empty log message *** 2006-12-30 21:34:46 +00:00
Richard M. Stallman
9f729dab76 (define-global-minor-mode): Doc fix. 2006-12-30 21:34:14 +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
84f1b4544b Set scroll bar mode to right if set by X resources. 2006-12-30 15:23:38 +00:00
Jan Djärv
f62c3ee200 (previous-scroll-bar-mode): New variable
(set-scroll-bar-mode): Set previous-scroll-bar-mode.
(scroll-bar-mode): Use previous-scroll-bar-mode if set.
2006-12-30 15:23:24 +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
Richard M. Stallman
6ba7756e5f (backup-buffer): Show entire backup file name in message.
(make-backup-file-name-1): Precompute abs name
but don't lose the relative name.
2006-12-30 06:28:57 +00:00