/[emacs]/emacs/lisp/textmodes/flyspell.el
ViewVC logotype

Log of /emacs/lisp/textmodes/flyspell.el

Parent Directory Parent Directory | Revision Log Revision Log


Links to HEAD: (view) (download) (annotate)
Sticky Tag:

Revision 1.46.2.62 - (view) (download) (annotate) - [select for diffs]
Fri Dec 11 11:07:05 2009 UTC (14 years, 5 months ago) by miles
Branch: lexbind
Changes since 1.46.2.61: +28 -25 lines
Diff to previous 1.46.2.61 , to branch point 1.46 , to next main 1.152
Merge from emacs--devo--0

Revision: emacs@sv.gnu.org/emacs--lexbind--0--patch-105


Revision 1.152 - (view) (download) (annotate) - [select for diffs]
Thu Nov 19 07:27:49 2009 UTC (14 years, 6 months ago) by gm
Branch: MAIN
CVS Tags: EMACS_PRETEST_23_1_90, HEAD
Changes since 1.151: +2 -0 lines
Diff to previous 1.151
(sgml-lexical-context): Declare.


Revision 1.151 - (view) (download) (annotate) - [select for diffs]
Mon Nov 16 22:52:29 2009 UTC (14 years, 6 months ago) by kryde
Branch: MAIN
Changes since 1.150: +8 -7 lines
Diff to previous 1.150
* textmodes/flyspell.el (sgml-mode-flyspell-verify): Use
`sgml-lexical-context' instead of own parse for tag.  (Further to
Bug#4511).


Revision 1.150 - (view) (download) (annotate) - [select for diffs]
Sat Oct 17 22:43:18 2009 UTC (14 years, 7 months ago) by gm
Branch: MAIN
Changes since 1.149: +11 -11 lines
Diff to previous 1.149
(flyspell-large-region, flyspell-word)
(flyspell-get-word, flyspell-large-region)
(flyspell-auto-correct-previous-word): Doc/error message fixes.


Revision 1.149 - (view) (download) (annotate) - [select for diffs]
Sat Oct 17 03:09:53 2009 UTC (14 years, 7 months ago) by gm
Branch: MAIN
Changes since 1.148: +6 -6 lines
Diff to previous 1.148
Jari Aalto  <jari.aalto at cante.net>

(flyspell-get-word): Make `following' argument optional, since that is
how it is documented, and this is often called with a nil argument.  (Bug#4577)
(flyspell-external-point-words, flyspell-auto-correct-word)
(flyspell-correct-word-before-point, flyspell-word-search-forward)
(flyspell-word-search-backward): Remove nil argument in calls to
flyspell-get-word, since it is not needed now.


Revision 1.148 - (view) (download) (annotate) - [select for diffs]
Fri Oct 2 03:48:46 2009 UTC (14 years, 7 months ago) by lektu
Branch: MAIN
Changes since 1.147: +1 -1 lines
Diff to previous 1.147
Use `called-interactively-p' instead of `interactive-p'.


Revision 1.46.2.61 - (view) (download) (annotate) - [select for diffs]
Sun Sep 27 04:30:15 2009 UTC (14 years, 7 months ago) by miles
Branch: lexbind
Changes since 1.46.2.60: +3 -2 lines
Diff to previous 1.46.2.60 , to branch point 1.46
Merge from emacs--devo--0

Revision: emacs@sv.gnu.org/emacs--lexbind--0--patch-104


Revision 1.147 - (view) (download) (annotate) - [select for diffs]
Wed Sep 23 23:05:40 2009 UTC (14 years, 7 months ago) by monnier
Branch: MAIN
Changes since 1.146: +3 -2 lines
Diff to previous 1.146
(sgml-mode-flyspell-verify): Pass limit args
to looking-back to avoid ridiculous slow down in large files (bug#4511).


Revision 1.46.2.60 - (view) (download) (annotate) - [select for diffs]
Fri Sep 18 08:02:27 2009 UTC (14 years, 8 months ago) by miles
Branch: lexbind
Changes since 1.46.2.59: +14 -31 lines
Diff to previous 1.46.2.59 , to branch point 1.46
Merge from emacs--devo--0

Revision: emacs@sv.gnu.org/emacs--lexbind--0--patch-103


Revision 1.146 - (view) (download) (annotate) - [select for diffs]
Tue Sep 1 07:24:21 2009 UTC (14 years, 8 months ago) by gm
Branch: MAIN
Changes since 1.145: +4 -6 lines
Diff to previous 1.145
Mark face aliases with "-face" suffix as obsolete.


Revision 1.145 - (view) (download) (annotate) - [select for diffs]
Thu Jun 25 11:25:14 2009 UTC (14 years, 10 months ago) by agmartin
Branch: MAIN
CVS Tags: CEDET_BASE
Branch point for: cedet-branch
Changes since 1.144: +2 -2 lines
Diff to previous 1.144
ispell.el: Add `ispell-looking-back' XEmacs compatibility function for `looking-back'

flyspell.el (sgml-mode-flyspell-verify): Use `ispell-looking-back'


Revision 1.144 - (view) (download) (annotate) - [select for diffs]
Thu Apr 16 18:45:25 2009 UTC (15 years, 1 month ago) by cyd
Branch: MAIN
CVS Tags: EMACS_23_1, EMACS_23_1_BASE, EMACS_PRETEST_23_0_93, EMACS_PRETEST_23_0_94, EMACS_PRETEST_23_0_95, EMACS_PRETEST_23_0_96
Branch point for: EMACS_23_1_RC
Changes since 1.143: +10 -25 lines
Diff to previous 1.143
* textmodes/flyspell.el (flyspell-correct-word-before-point):
Don't create markers.
(tex-mode-flyspell-verify): Don't create markers.  Use
line-end-position.
(sgml-mode-flyspell-verify): Don't create markers.  Simplify code
using looking-at and looking-back.


Revision 1.46.2.59 - (view) (download) (annotate) - [select for diffs]
Mon Mar 9 05:51:39 2009 UTC (15 years, 2 months ago) by miles
Branch: lexbind
Changes since 1.46.2.58: +12 -3 lines
Diff to previous 1.46.2.58 , to branch point 1.46
Merge from emacs--devo--0

Revision: emacs@sv.gnu.org/emacs--lexbind--0--patch-101


Revision 1.143 - (view) (download) (annotate) - [select for diffs]
Tue Feb 24 04:44:21 2009 UTC (15 years, 2 months ago) by gm
Branch: MAIN
CVS Tags: EMACS_PRETEST_23_0_91, EMACS_PRETEST_23_0_92, lexbind-base
Changes since 1.142: +8 -1 lines
Diff to previous 1.142
(flyspell-use-meta-tab): Add a custom :set function.  (Bug#2429)


Revision 1.142 - (view) (download) (annotate) - [select for diffs]
Sat Feb 21 17:53:16 2009 UTC (15 years, 3 months ago) by cyd
Branch: MAIN
Changes since 1.141: +4 -2 lines
Diff to previous 1.141
(flyspell-mouse-map): Undefine mouse-2 to avoid yanks (Bug#2408).


Revision 1.46.2.58 - (view) (download) (annotate) - [select for diffs]
Thu Jan 22 08:00:01 2009 UTC (15 years, 4 months ago) by miles
Branch: lexbind
Changes since 1.46.2.57: +44 -47 lines
Diff to previous 1.46.2.57 , to branch point 1.46
Merge from emacs--devo--0

Revision: emacs@sv.gnu.org/emacs--lexbind--0--patch-99


Revision 1.141 - (view) (download) (annotate) - [select for diffs]
Fri Jan 16 15:20:54 2009 UTC (15 years, 4 months ago) by agmartin
Branch: MAIN
CVS Tags: EMACS_PRETEST_23_0_90
Changes since 1.140: +41 -39 lines
Diff to previous 1.140
(flyspell-post-command-hook): Do nothing unless flyspell-mode is enabled.
(flyspell-pre-point): Make buffer-local.


Revision 1.140 - (view) (download) (annotate) - [select for diffs]
Thu Jan 8 18:46:26 2009 UTC (15 years, 4 months ago) by agmartin
Branch: MAIN
Changes since 1.139: +2 -7 lines
Diff to previous 1.139
ispell.el (ispell-encoding8-command): New variable
(ispell-aspell-supports-utf8): Mark as obsoleted by ispell-encoding8-command
(ispell-check-version): Set ispell-encoding8-command
(ispell-check-spellchecker-params, ispell-start-process): Use
ispell-encoding8-command

flyspell.el (flyspell-large-region): Use ispell-encoding8-command


Revision 1.139 - (view) (download) (annotate) - [select for diffs]
Mon Jan 5 03:24:05 2009 UTC (15 years, 4 months ago) by gm
Branch: MAIN
Changes since 1.138: +1 -1 lines
Diff to previous 1.138
Add 2009 to copyright years.


Revision 1.46.2.57 - (view) (download) (annotate) - [select for diffs]
Mon Dec 22 09:19:24 2008 UTC (15 years, 5 months ago) by miles
Branch: lexbind
Changes since 1.46.2.56: +11 -3 lines
Diff to previous 1.46.2.56 , to branch point 1.46
Merge from emacs--devo--0

Revision: emacs@sv.gnu.org/emacs--lexbind--0--patch-98


Revision 1.138 - (view) (download) (annotate) - [select for diffs]
Thu Dec 18 18:44:31 2008 UTC (15 years, 5 months ago) by agmartin
Branch: MAIN
Changes since 1.137: +11 -3 lines
Diff to previous 1.137
(ispell-really-hunspell): new variable to signal hunspell
(ispell-check-version):
Check if hunspell and set ispell-really-hunspell if needed
(ispell-send-string), (ispell-start-process), (flyspell-large-region):
Pass right options for hunspell if needed


Revision 1.46.2.56 - (view) (download) (annotate) - [select for diffs]
Tue Oct 7 04:42:57 2008 UTC (15 years, 7 months ago) by miles
Branch: lexbind
Changes since 1.46.2.55: +6 -22 lines
Diff to previous 1.46.2.55 , to branch point 1.46
Merge from emacs--devo--0

Revision: emacs@sv.gnu.org/emacs--lexbind--0--patch-96


Revision 1.137 - (view) (download) (annotate) - [select for diffs]
Wed Sep 17 00:55:38 2008 UTC (15 years, 8 months ago) by cyd
Branch: MAIN
CVS Tags: small-dump-base
Changes since 1.136: +6 -22 lines
Diff to previous 1.136
(flyspell-math-tex-command-p): Always catch errors raised in
`texmathp'.
(flyspell-tex-math-initialized): Remove.


Revision 1.46.2.55 - (view) (download) (annotate) - [select for diffs]
Thu Sep 4 05:43:41 2008 UTC (15 years, 8 months ago) by miles
Branch: lexbind
Changes since 1.46.2.54: +4 -1 lines
Diff to previous 1.46.2.54 , to branch point 1.46
Merge from emacs--devo--0

Revision: emacs@sv.gnu.org/emacs--lexbind--0--patch-95


Revision 1.136 - (view) (download) (annotate) - [select for diffs]
Thu Aug 28 11:33:57 2008 UTC (15 years, 8 months ago) by agmartin
Branch: MAIN
Changes since 1.135: +1 -1 lines
Diff to previous 1.135
(flyspell-mode) Fix docstring


Revision 1.135 - (view) (download) (annotate) - [select for diffs]
Tue Aug 26 23:00:31 2008 UTC (15 years, 8 months ago) by cyd
Branch: MAIN
Changes since 1.134: +3 -0 lines
Diff to previous 1.134
(flyspell-check-pre-word-p): Make sure flyspell-pre-point is valid to
avoid signalling an error in post-command-hook.


Revision 1.118.2.8 - (view) (download) (annotate) - [select for diffs]
Sat Aug 16 16:52:10 2008 UTC (15 years, 9 months ago) by cyd
Branch: EMACS_22_BASE
CVS Tags: EMACS_22_3, EMACS_PRETEST_22_2_91, EMACS_PRETEST_22_2_92
Changes since 1.118.2.7: +0 -1 lines
Diff to previous 1.118.2.7 , to branch point 1.118 , to next main 1.152
(flyspell-word): Revert last change.


Revision 1.118.2.7 - (view) (download) (annotate) - [select for diffs]
Mon Jul 28 20:18:52 2008 UTC (15 years, 9 months ago) by cyd
Branch: EMACS_22_BASE
CVS Tags: EMACS_PRETEST_22_2_90
Changes since 1.118.2.6: +3 -1 lines
Diff to previous 1.118.2.6 , to branch point 1.118
(flyspell-word, flyspell-large-region, flyspell-region): Call
ispell-maybe-find-aspell-dictionaries.


Revision 1.46.2.54 - (view) (download) (annotate) - [select for diffs]
Fri Jul 4 15:28:06 2008 UTC (15 years, 10 months ago) by miles
Branch: lexbind
Changes since 1.46.2.53: +7 -5 lines
Diff to previous 1.46.2.53 , to branch point 1.46
Merge from emacs--devo--0

Revision: emacs@sv.gnu.org/emacs--lexbind--0--patch-90


Revision 1.134 - (view) (download) (annotate) - [select for diffs]
Fri Jun 13 15:15:32 2008 UTC (15 years, 11 months ago) by monnier
Branch: MAIN
CVS Tags: before-merge-emacs-app-to-trunk, before-remove-carbon, before-remove-vms, remove-carbon, remove-vms
Changes since 1.133: +7 -5 lines
Diff to previous 1.133
(mail-mode-flyspell-verify):
Check message-signature-separator exists before using it.


Revision 1.46.2.53 - (view) (download) (annotate) - [select for diffs]
Thu May 8 11:47:46 2008 UTC (16 years ago) by miles
Branch: lexbind
Changes since 1.46.2.52: +10 -12 lines
Diff to previous 1.46.2.52 , to branch point 1.46
Merge from emacs--devo--0

Revision: emacs@sv.gnu.org/emacs--lexbind--0--patch-82


Revision 1.133 - (view) (download) (annotate) - [select for diffs]
Tue May 6 04:33:08 2008 UTC (16 years ago) by gm
Branch: MAIN
Changes since 1.132: +4 -6 lines
Diff to previous 1.132
Switch to recommended form of GPLv3 permissions notice.


Revision 1.132 - (view) (download) (annotate) - [select for diffs]
Tue Apr 29 10:55:35 2008 UTC (16 years ago) by agmartin
Branch: MAIN
Changes since 1.131: +2 -4 lines
Diff to previous 1.131
(flyspell-mode-on):  Remove redundant (flyspell-mode-hook) run.
(flyspell-mode): Fix docstring in definition.


Revision 1.46.2.52 - (view) (download) (annotate) - [select for diffs]
Thu Apr 24 01:55:31 2008 UTC (16 years, 1 month ago) by miles
Branch: lexbind
Changes since 1.46.2.51: +3 -1 lines
Diff to previous 1.46.2.51 , to branch point 1.46
Merge from emacs--devo--0

Revision: emacs@sv.gnu.org/emacs--lexbind--0--patch-79


Revision 1.131 - (view) (download) (annotate) - [select for diffs]
Wed Apr 23 20:39:10 2008 UTC (16 years, 1 month ago) by monnier
Branch: MAIN
CVS Tags: font-backend-base
Branch point for: font-backend
Changes since 1.130: +4 -2 lines
Diff to previous 1.130
* ispell.el (ispell-set-spellchecker-params): New function to make sure
right params and dictionary alists are used after spellchecker changes.
(ispell-aspell-dictionary-alist, ispell-last-program-name)
(ispell-initialize-spellchecker-hook): New variables and hook.
(ispell-find-aspell-dictionaries): Use ispell-aspell-dictionary-alist.
(ispell-maybe-find-aspell-dictionaries): Remove.
Calls replaced by (ispell-set-spellchecker-params) calls.
(ispell-have-aspell-dictionaries): Remove.
* flyspell.el: Replace ispell-maybe-find-aspell-dictionaries by
ispell-set-spellchecker-params.


Revision 1.130 - (view) (download) (annotate) - [select for diffs]
Sun Apr 6 21:01:49 2008 UTC (16 years, 1 month ago) by rsteib
Branch: MAIN
Changes since 1.129: +2 -1 lines
Diff to previous 1.129
(flyspell-duplicate-distance): Improve custom type.


Revision 1.129 - (view) (download) (annotate) - [select for diffs]
Fri Mar 14 10:13:30 2008 UTC (16 years, 2 months ago) by bastien1
Branch: MAIN
Changes since 1.128: +1 -0 lines
Diff to previous 1.128
* textmodes/flyspell.el (nxml-mode): Add the right.
`flyspell-mode-predicate'.

* wid-edit.el (link): Use 'mouse-face for :follow-link.


Revision 1.46.2.51 - (view) (download) (annotate) - [select for diffs]
Wed Jan 9 11:16:09 2008 UTC (16 years, 4 months ago) by miles
Branch: lexbind
Changes since 1.46.2.50: +1 -1 lines
Diff to previous 1.46.2.50 , to branch point 1.46
Merge from emacs--devo--0

Revision: emacs@sv.gnu.org/emacs--lexbind--0--patch-69


Revision 1.46.8.45 - (view) (download) (annotate) - [select for diffs]
Wed Jan 9 01:18:40 2008 UTC (16 years, 4 months ago) by miles
Branch: emacs-unicode-2
Changes since 1.46.8.44: +1 -1 lines
Diff to previous 1.46.8.44 , to branch point 1.46 , to next main 1.152
Merge from emacs--devo--0

Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-312


Revision 1.128 - (view) (download) (annotate) - [select for diffs]
Tue Jan 8 20:45:44 2008 UTC (16 years, 4 months ago) by miles
Branch: MAIN
CVS Tags: before-merge-unicode-to-trunk, emacs-unicode-2-base, lisp-bob, merge-unicode-to-trunk
Changes since 1.127: +1 -1 lines
Diff to previous 1.127
Merge from emacs--rel--22

Revision: emacs@sv.gnu.org/emacs--devo--0--patch-987


Revision 1.118.2.6 - (view) (download) (annotate) - [select for diffs]
Mon Jan 7 02:21:45 2008 UTC (16 years, 4 months ago) by gm
Branch: EMACS_22_BASE
CVS Tags: EMACS_22_2, EMACS_PRETEST_22_1_90, EMACS_PRETEST_22_1_91, EMACS_PRETEST_22_1_92
Changes since 1.118.2.5: +1 -1 lines
Diff to previous 1.118.2.5 , to branch point 1.118
Add 2008 to copyright years.


Revision 1.46.2.50 - (view) (download) (annotate) - [select for diffs]
Thu Dec 6 23:42:51 2007 UTC (16 years, 5 months ago) by miles
Branch: lexbind
Changes since 1.46.2.49: +37 -23 lines
Diff to previous 1.46.2.49 , to branch point 1.46
Merge from emacs--devo--0

Revision: emacs@sv.gnu.org/emacs--lexbind--0--patch-63


Revision 1.46.8.44 - (view) (download) (annotate) - [select for diffs]
Thu Dec 6 09:50:59 2007 UTC (16 years, 5 months ago) by miles
Branch: emacs-unicode-2
Changes since 1.46.8.43: +36 -23 lines
Diff to previous 1.46.8.43 , to branch point 1.46
Merge from emacs--devo--0

Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-294


Revision 1.127 - (view) (download) (annotate) - [select for diffs]
Sun Dec 2 18:17:34 2007 UTC (16 years, 5 months ago) by gm
Branch: MAIN
Changes since 1.126: +36 -23 lines
Diff to previous 1.126
Agustin Martin  <agustin.martin at hispalinux.es>

(flyspell-large-region): Explicitly set encoding for aspell process
and for communication with it.  Only add "-d" option if not already
present.  Use ispell-current-dictionary and
ispell-current-personal-dictionary.  General reorganization.


Revision 1.46.8.43 - (view) (download) (annotate) - [select for diffs]
Sun Nov 11 00:56:36 2007 UTC (16 years, 6 months ago) by miles
Branch: emacs-unicode-2
Changes since 1.46.8.42: +1 -0 lines
Diff to previous 1.46.8.42 , to branch point 1.46
Merge from emacs--devo--0

Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-283


Revision 1.126 - (view) (download) (annotate) - [select for diffs]
Mon Oct 29 18:32:30 2007 UTC (16 years, 6 months ago) by dann
Branch: MAIN
Changes since 1.125: +1 -0 lines
Diff to previous 1.125
* textmodes/flyspell.el (message-signature-separator):
* longlines.el (message-indent-citation-function): Pacify byte
compiler.

* emacs-lisp/cl-loaddefs.el:
* ldefs-boot.el: Regenerate.

* Makefile.in (BYTE_COMPILE_EXTRA_FLAGS): New variable.
(.el.elc, compile, compile-always, compile-calc)
($(lisp)/progmodes/cc-mode.elc): Use it.


Revision 1.46.2.49 - (view) (download) (annotate) - [select for diffs]
Sat Oct 27 09:54:01 2007 UTC (16 years, 6 months ago) by miles
Branch: lexbind
Changes since 1.46.2.48: +23 -3 lines
Diff to previous 1.46.2.48 , to branch point 1.46
Merge from emacs--devo--0

Patches applied:

 * emacs--devo--0  (patch 866-889)

   - Merge multi-tty branch
   - Update from CVS
   - Merge from emacs--rel--22
   - Add missing change from rel-22 branch to src/image.c
   - Remove RCS keywords from doc/misc/cc-mode.texi
   - Remove man, lispref, and lispintro directories

 * emacs--multi-tty--0  (base, patch 1-45)

   - tag of emacs@sv.gnu.org/emacs--devo--0--patch-743
   - Merge from lorentey@elte.hu--2004
   - Remove out-of-date meta-files
   - Tweak perms to be more like emacs--devo--0
   - Restore lispref/elisp-covers.texi
   - Sync with sealing patch in lorentey@elte.hu.
   - Rudimentary fix for environment variable handling.
   - Update from CVS
   - server.el: Don't change the default directory in the *scratch* buffer.
   - Merged from emacs--devo--0
   - Revert to official bug report addresses.
   - Merge from emacs--devo--0
   - Import changelog info from arch logs into ChangeLog.multi-tty files
   - Update from CVS: src/puresize.h (BASE_PURESIZE): Increase.
   - Restore original arch-tag in src/ChangeLog.multi-tty

 * emacs--rel--22  (patch 101-121)

   - Update from CVS
   - Merge from gnus--rel--5.10

 * gnus--rel--5.10  (patch 248-256)

   - Merge from emacs--devo--0
   - Update from CVS
   - Update from CVS: texi/gnus.texi (On Writing Manuals): Fix typos.
   - Revert refcard location changes

 * lorentey@elte.hu--2004/emacs--cvs-trunk--0  (base, patch 1-7)

   - tag of miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-474
   - Add CVS metadata files.
   - Update from CVS.
   - Update from CVS
   - Sync with miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-539.

 * lorentey@elte.hu--2004/emacs--cvs-trunk--0-  (version 0)

   - Branch closed.  Use miles@gnu.org--gnu-2005/emacs--cvs-trunk--0 instead.

 * lorentey@elte.hu--2004/emacs--multi-tty--0  (base, patch 1-4)

   - tag of miles@gnu.org--gnu-2003/emacs--cvs-trunk--0--patch-137
   - Add a level of indirection to terminal characteristics.
   - Implemented multiple tty support.
   - Updating_frame vs. selected_frame in term.c.
   - Added a pointer to my archive to README.multi-tty
 * lorentey@elte.hu--2004/emacs--multi-tty--0--patch-5

 * lorentey@elte.hu--2004/emacs--multi-tty--0  (patch 6-223, 225-257)

   - Removed two files that were committed by mistake.
   - Fixed two typos.
   - Full support for multiple terminal I/O (with some rough edges).
   - Fully eliminated global tty state variables.
   - Cosmetic changes in README.multi-tty
   - Added compilation instructions to README.multi-tty.
   - Implemented automatic deletion of terminals.
   - README.multi-tty updates.
   - Small change in README.multi-tty
   - Merged in changes from CVS HEAD
   - Joined miles@gnu.org--gnu-2004/emacs--cvs-trunk--0
   - Trivial changes
   - Bugfix festival.
   - Handle Ctl-G in emacsclient.
   - Make sure secondary frames are deleted when emacsclient quits.
   - Merged in changes from CVS head
   - Don't compile sys_select on systems that don't need it.
   - Delete server frames on server restart.
   - Undo patch-23.  I need a coffee.
   - Major bugfixes and slight enhancements.
   - A few more bugfixes and new features.
   - Separate frame-local, tty-dependent parameters from tty-local parameters.
   - Fixed X support, preliminary support for X-tty combo sessions.
   - MULTI_KBOARD support for ttys.  Input-related bugfixes for X+tty sessions.
   - Got rid of the rif (window-based redisplay interface) global variable.
   - Fix longopts option name for --tty.
   - Portability fixes (now it compiles & runs fine on Solaris).
   - Added multi-tty support for talk.el.
   - Fixed typo in talk.el.
   - Fixed typo in talk.el (again).
   - Fix mouse-position for tty+X combo sessions.
   - Add "multi-tty" to emacs-version output.
   - Fix more SEGV cases in frame.c
   - Converted display hooks to be display-local.  Plus many bugfixes.
   - Fix SEGV in init_sys_modes during X startup
   - Hookified termcap devices, added bootstrap display device, plus many
     bugfixes.
   - Numerous bugfixes and small improvements.
   - Changed tty input code to use read_socket_hook.
   - Fix C-g handling with multiple ttys.
   - Don't select on stdin unconditionally.
   - Support for opening X frames from a tty session.
   - Fix initialization of the window-system variable.
   - Romain Francoise's and Ami Fischman's bugfixes.
   - Added note about the commit mailing list.
   - Fixed tty faces during combo sessions.  Plus other assorted bugfixes.
   - Set the keyboard of the initial frame correctly.
   - Fixed interactive temacs.
   - Removed %T in mode-line-format.  Trivial documentation changes.
   - Fixed unsafe and incorrect use of record_unwind_protect in Fsuspend_emacs.
   - Cosmetic changes.
   - Don't exit Emacs when the X display is closed during a tty-X combo session.
   - Prevent core dumps when the X server crashes.
   - Fix the case when emacsclient is run on Emacs's controlling tty.
   - Trivial fixes to shut up some of the compiler warnings.
   - Don't hang on the tty if called from a shell script.
   - Fixed a typo in README.multi-tty.
   - Added newly loaded stuff in loadup.el to src/Makefile.in.
   - Don't try to init X drag and drop on a termcap frame.
   - Fix list-colors-display and other functions on a termcap frame
   - Added -w option to emacsclient for opening a new X frame.
   - Verify the version of Emacsclient.
   - Changed emacsclient to open new frames by default.
   - README updates.
   - Don't read too many characters from the tty.
   - Don't delete a tty if it's the last device with frames.
   - Fix typo in delete_display_hook documentation.
   - Fix a crash in emacsclient when DISPLAY is unset.
   - Block more input during read_avail_input.
   - Allow tty_read_avail_input to use the whole input buffer.
   - Don't try to handle a new event if the input buffer is full.
   - Back out previous change, it causes infinite recursion.
   - Revert patch-93, that was the real culprit.  Reapply patch-97.
   - Check for numchars > 0 in handle_one_xevent, not 1.
   - (Sigh.) Don't try to read more events than the buffer size.
   - Make emacsclient refuse to create a frame inside an Emacs term buffer.
   - Implemented suspending of emacsclient frames.
   - Added *.rej to tla's unrecognized pattern.
   - Fix background-mode on terminal frames (Dan Nicolaescu).
   - Fixed compiler warnings for keyboard.c.
   - Trivial cleanups to get rid of GCC warnings.
   - Trivial cleanup in fringe.c, missing from previous patch.
   - Removed *.rej from backup pattern in tagging method.
   - Fix cut'n'paste during a multi-display session (Mark Plaksin, Robert
     Chassell).
   - Fix dropping of the controlling tty on Solaris (Dan Nicolaescu).
   - Fix bootstrap problems in CVS.
   - Fix initialization order at bootstrap (Dan Nicolaescu).
   - Trivial cosmetic change in dispnew.c.
   - Prevent Lisp nesting errors while bootstrapping.
   - Fix #include errors for FreeBSD (Frank Ruell)
   - Merged in changes from CVS trunk
   - README changes.
   - Merged in changes from CVS trunk.
   - Eliminated updating_frame.
   - Fix segfault in term.c (reported by lukhas@free.fr).
   - Another server.el overhaul.
   - Fix frame parameter handling in server.el.
   - In emacsclient, protect the xmitted string from fprintf expansion (Dan
     Nicolaescu).
   - Fix error on deleting an emacsclient terminal (Dan Nicolaescu).
   - Fix one more case of the previous error.
   - A simple implementation for display-local frame parameters.
   - Mention `tla replay' in README.multi-tty (Gaute Strokkenes).
   - Fixed environment variable handling during terminal initialization.
   - Added branch description to admin/notes/BRANCH.
   - Fix fatal error during startup (rep. by Friedrich Delgado Friedrichs)
   - Add kludge to prevent overriding keyboard-coding-system customization.
   - Make terminal_coding and keyboard_coding display-local.
   - New control structure: with-selected-frame.
   - Use with-selected-frame.
   - Fix environment variables on emacsclient frames.
   - Use the remote locale for terminal & keyboard coding system.
   - Update README.multi-tty.
   - Fix server-socket-dir initialization (rep. by Friedrich Delgado
     Friedrichs).
   - Fix terminal coding system in multibyte locales (rep. by Friedrich
     Delgado Friedrichs).
   - Fix background mode initialization on client tty frames (rep. by Dan
     Nicolaescu).
   - Fix window-system-default-frame-alist (ARISAWA Akihiro).
   - Don't ignore SIGWINCH under X (contributed by Yoshiaki Kasahara).
   - Make sure the SIGWINCH handler is always set (rep. by Yoshiaki Kasahara).
   - Fix SEGV on terminals without 'IC' capability (Yoshiaki Kasahara).
   - README.multi-tty update.
   - Clear single_kboard each time Emacs returns to top-level.
   - Don't core dump on SIGINT when there is no frame on the controlling tty.
   - Dissociate from the controlling tty correctly on FreeBSD.
   - Make server-start safe against accidental restarts.
   - Fix parse error in term.c (ARISAWA Akihiro).
   - Fix byte-compile errors during bootstrap.  (Reported by Juraj Kubelka.)
   - Fix --no-wait in emacsclient (reported by Dan Nicolaescu).
   - Reapply src/Makefile.in changes that got lost in the tagline snafu of
     patch-197.
   - Implemented display ids for multiple emacsclients on the same tty.
     Plus assorted bugfixes.
   - Fix bootstrap errors.
   - Fixed C-c from the controlling terminal.
   - Don't leave buffers created by nowait clients buried under others
     (rep. by Dan Nicolaescu).
   - Fix suspend-frame on the controlling tty (reported by Dan Nicolaescu).
   - Fix Viper with simultaneous X and tty display devices. (Rep. by IRIE
     Tetsuya.)
   - Prevent the previous bug from reappearing later.
   - Fix creating frames on different X servers.
   - Cleaned up README compile & test instructions.
   - Updated archive location in docs. (Thanks to Dan Waber.)
   - README updates, including a new Tips & Tricks section
   - Change binding of C-x C-c to only exit emacsclient, not Emacs itself.
   - Fix typo in server.el (Han Boetes, Ted Morse, Ami Fischman)
   - Add TAGS-LISP to precious regex in src/.
   - Merged in changes from CVS trunk (Jan D. has fixed the XSync call in
     xterm.c, no need to disable it anymore).
   - Inhibit redisplay while frames are being deleted after an X disconnect.
   - Fix typo in src/Makefile.in.
   - Removed C99ism in init_fringe_bitmap.
   - Small tweaks in server.el.
   - Set ncurses-related environment variables while creating a new
 tty frame. (Reported by Dan Nicolaescu.)

 * lorentey@elte.hu--2004/emacs--multi-tty--0  (patch 258-292)

   - Merged in changes from CVS trunk.
   - Fix core dump in redisplay window. (Reported by Yoshiaki Kasahara.)
     Plus cleanups.
   - Fix bootstrap problem with --without-x.
   - Trivial documentation change in keyboard.c.
   - Remove remaining references to updating_frame.
   - Increase PURESIZE to handle the extra stuff recently added.
   - Trivial changes in x_create_tip_frame.
   - README update.
   - Joined Miles's 2005 Emacs branch.
   - Merged in changes from CVS trunk.  (Long time no see!) :-)
   - Fix bootstrap error in CVS.
   - Fix xassert-related bootstrap errors.
   - Add some new precious/backup patterns in src/.
   - Update =partner-versions.
   - Prevent emacsclient errors when Emacs is compiled without X support.
   - README updates. (Reported by Xavier Mallard)
   - Merged from miles@gnu.org--gnu-2005 (patch 76-78)
   - Fix typo in dispnew.c.
   - Merged from miles@gnu.org--gnu-2005 (patch 12-13, 79-90)
   - On C-x C-c, restrict `save-some-buffers' to the client's buffers.
     (Reported by Han Boetes.)
   - Fix compilation error with GTK, fix issues with double C-g on
     controlling tty.
  (Reported by Friedrich Delgado Friedrichs, Yoshiaki Kasahara.)

 * lorentey@elte.hu--2004/emacs--multi-tty--0  (patch 293-605)

   - Merged from miles@gnu.org--gnu-2005 (patch 91-94)
   - Initialize blink-cursor-mode consistently.
   - Merged from miles@gnu.org--gnu-2005 (patch 14-16, 95-106)
   - Merged from miles@gnu.org--gnu-2005 (patch 17-26, 107-116)
   - Fix line/column number positioning in emacsclient. (Reported by Han
     Boetes.)
   - Merged from miles@gnu.org--gnu-2005 (patch 117-118)
   - Merged from miles@gnu.org--gnu-2005 (patch 119)
   - Merged from miles@gnu.org--gnu-2005 (patch 27, 120-125)
   - Merged from miles@gnu.org--gnu-2005 (patch 28-30, 126-128)
   - Merged from miles@gnu.org--gnu-2005 (patch 31-33, 129-141)
   - Merged from miles@gnu.org--gnu-2005 (patch 34-36, 142-158)
   - Fix crash condition when an X server connection is broken. (Reported
     by Vincent Bernat.)
   - Declare Vinhibit_redisplay in xterm.c.
   - Don't abort with GTK when a tty is opened.
   - Merged from miles@gnu.org--gnu-2005 (patch 159)
   - Merged from miles@gnu.org--gnu-2005 (patch 160-161)
   - Merged from miles@gnu.org--gnu-2005 (patch 37-38, 162-182)
   - Merged from miles@gnu.org--gnu-2005 (patch 183)
   - Merged from miles@gnu.org--gnu-2005 (patch 39-44, 184-191)
   - Close the X connection when the last frame is deleted.
   - Fix stupid syntax errors in previous patch.
   - README updates.
   - Revert changes that were committed by mistake in the previous patch.
   - Merged from miles@gnu.org--gnu-2005 (patch 192-203)
   - Fix some superflous deviations from CVS, plus apply some cosmetics.
   - Fix yet another compilation error.
   - Merged from miles@gnu.org--gnu-2005 (patch 204-213)
   - Fix some aspects of X display shutdown.
   - Prevent core dump when connection is lost during frame creation.
   - README update. (Fix identifier names in emacs background preloader
     example.)
   - Fix error when creating tty clients.
   - Merged from miles@gnu.org--gnu-2005 (patch 45-55, 214-231)
   - Merged from miles@gnu.org--gnu-2005 (patch 56-58, 232-239)
   - Merged from miles@gnu.org--gnu-2005 (patch 59, 240-245)
   - Resolve crashes related to face aliases.
   - Merged from miles@gnu.org--gnu-2005 (patch 60-65, 246-265)
   - Fix bootstrap error during loadup.
   - Merged from miles@gnu.org--gnu-2005 (patch 66, 266-268)
   - Merged from miles@gnu.org--gnu-2005 (patch 269)
   - Merged from miles@gnu.org--gnu-2005 (patch 67, 270-278)
   - Fix describe-variable with frame-local variables.
   - I give up; attempt to fix annoying crashes by reverting xdisp.c
     changes in patch-328.
   - Merged from miles@gnu.org--gnu-2005 (patch 279-280)
   - Merged from miles@gnu.org--gnu-2005 (patch 281-285)
   - Fix exponential slowdowns on repeated tty frame creation.
   - Fix UTF-8 tty input when first frame is an X frame. Steps towards
     multiple tty locale support.
   - Fix typo in get_display.
   - Support for ttys with different character locale settings.
   - Merged from miles@gnu.org--gnu-2005 (patch 68, 286-291)
   - Merged from miles@gnu.org--gnu-2005 (patch 292-295)
   - Disable display type check in start_hourglass, and always set up the timer.
   - Merged from miles@gnu.org--gnu-2005 (patch 296-306)
   - Speed up `emacsclient -t' on xterms. (by suggestion of Dan Nicolaescu)
   - Merged from miles@gnu.org--gnu-2005 (patch 307-312)
   - Merged from miles@gnu.org--gnu-2005 (patch 69, 313-319)
   - Merged from miles@gnu.org--gnu-2005 (patch 70-73, 320-331)
   - Merged from miles@gnu.org--gnu-2005 (patch 74-79, 332-349)
   - Merged from miles@gnu.org--gnu-2005 (patch 80-82, 350-422)
   - Merged from miles@gnu.org--gnu-2005 (patch 423-434)
   - Merged from miles@gnu.org--gnu-2005 (patch 435-437)
   - Merged from miles@gnu.org--gnu-2005 (patch 438-440)
   - Merged from miles@gnu.org--gnu-2005 (patch 441-446)
   - Make function-key-map a terminal-local variable (move it inside the
     kboard struct).
   - Update Lisp code for a terminal-local `function-key-map'.
   - Make sure the terminfo function key sequences are set up in the
     correct function-key-map.
   - Work around mysterious breakage of arrow key recognition under screen
     (see first TODO in README).
   - Change key-translation-map to be terminal-local.
   - Merged from miles@gnu.org--gnu-2005 (patch 447-448)
   - Replace encoded-kbd-mode with display-specific
     encoded-kbd-setup-display. (Doesn't work yet.)
   - New version of ldefs-boot.el.
   - Cleanup: Move kboard fields from struct frame and device-specific
     descriptors to struct display.
   - New C function `push_display_kboard'.
   - Work around nondeterministic binding of terminal-local variables.
     (Fixes national character input on ttys.)
   - Use terminal-local-value to access function-key-map in terminal packages.
   - Speed up loading of term/xterm.el.
   - Speed up loading of term/xterm.el (Dan Nicolaescu).
   - Remove pointless conditional around key substitution block in
     term/xterm.el (Dan Nicolaescu)
   - Fix the original cause of the "arrow keys don't work on screen" bug.
   - Merged from miles@gnu.org--gnu-2005 (patch 83-87, 449-468)
   - Merged from miles@gnu.org--gnu-2005 (patch 469)
   - Implement rudimentary Lisp-level terminal parameters.
   - Small enhancements.
   - Handle and document that `delete-frame' may call functions in
     `delete-frame-functions' twice.
   - Merged from miles@gnu.org--gnu-2005 (patch 470-473)
   - Merged from miles@gnu.org--gnu-2005 (patch 474)
   - Fix compilation error in src/term.c.
   - At long last, fix annoying SELECTED_FRAME crashes after unexpected
     connection failures. Yay!
   - README update.
   - Rename term_init to init_tty.
   - Rename `struct display' to `struct device'. Update function, parameter
     and variable names accordingly.
   - Cosmetic changes in server.el.
   - Fix compilation error in select_frame_for_redisplay.
   - Rename function-key-map to local-function-key-map, and
     global-function-key-map to function-key-map. Same for
     key-translation-map.
   - Fix dumb error leading to national keys not working on ttys.
   - Fix broken emacsclient resume on Solaris (by Dan Nicolaescu).
   - Don't let window-system-default-frame-alist override parameters
     specified manually.
   - Work around crashes in X session management after normal shutdown of X
     server.
   - Apply patch from CVS trunk to fix recenter on ttys.
   - Add two pending bugs to README.multi-tty.
   - Merged in changes from CVS trunk.  Plus added lisp/term tweaks.
   - Fix syntax error in lisp/term/xterm.el.
   - Merged in changes from CVS trunk.  (Testing my own CVS gateway.)
   - Add =upstream-branch file for semi-automated merges.
   - Merged in changes from lorentey@elte.hu--2004/emacs--cvs-trunk--0
   - Fix terminal initialization code.  (Contributed by Dan Nicolaescu.)
   - Slightly refactor the terminal initialization code for simplicity.
   - Apply settings in `window-system-default-frame-alist' to the initial
     frame as well.
   - Prevent resource allocation explosion when C-x 5 2 is used on xterms.
   - Enforce the presence of `window-system' and `tty-type' frame
     parameters in all frames.
   - Fix function-key-map massaging vs `C-x 5 2' in lisp/term/*.el.
     (Submitted by Dan Nicolaescu.)
   - Merged in changes from CVS trunk.
   - Fix bootstrap error.
   - Fix `emacsclient -ne '(+ 2 2)'' (reported by Han Boetes), and clean up
     some corner cases in Emacs server.
   - Fix `emacsclient +12 file' behaviour.  (Reported by Han Boetes.)
   - Make xt-mouse.el multi-tty-compatible.
   - Fix crashes in xdialog_show (and other places) with xterm-mouse-mode.
   - Make `emacsclient -n <filename>' open new X frames when possible.
     (Reported by Bas Kok.)
   - Don't let server-save-buffers-kill-display unexpectedly kill Emacs on
     --no-wait's X frames.
   - Set Emacs version number to 22.0.51 to allow parallel installations of
     CVS trunk and the multi-tty branch.
   - Fix crash after y-or-n-p prompt triggered by emacsclient. (Reported by
     Han Boetes, analysis by Kalle Olavi Niemitalo.)
   - Fix bootstrap error in keyboard.c.
   - Switch upstream to miles@gnu.org--gnu-2005/emacs--cvs-trunk--0.
   - Fix assertion on kboard->kbd_queue and other such crashes.
   - Merged from miles@gnu.org--gnu-2005 (patch 115, 540-542)
   - Merged from miles@gnu.org--gnu-2005 (patch 543)
   - Merged from miles@gnu.org--gnu-2005 (patch 116-117, 544-550)
   - Fix hardcoded stdout usage in term.c.  (Reported by Dan Nicolaescu.)
   - Merged from miles@gnu.org--gnu-2005 (patch 118-132, 551-577)
   - Merged from miles@gnu.org--gnu-2005 (patch 578-592)
   - Merged from miles@gnu.org--gnu-2005 (patch 593-595)
   - Merged from miles@gnu.org--gnu-2005 (patch 133-141, 596-609)
   - Fix Delete key on X by adapting normal-erase-is-backspace-mode for
     multi-tty. (Reported by Dan Waber and Dan Nicolaescu.)
   - Change the "pretest" bug report address to the multi-tty list.
   - Merged from miles@gnu.org--gnu-2005 (patch 610-614)
   - Doc update.
   - Change `keyboard-translate-table' to be terminal-local.
   - Don't try to rebind the `t' symbol.
   - Protect keyboard-translate-table from GC.
   - Fix semantics of terminal-local variables. Remove
     `terminal-local-value' hack.
   - Merged from miles@gnu.org--gnu-2005 (patch 142-148, 615-628)
   - Update frames-on-display-list to accept terminal id numbers.
   - Merged from miles@gnu.org--gnu-2005 (patch 149-151, 629-641)
   - Fix some of the bootstrap problems.
   - Increase puresize.  (Emacs needs 1205176 pure bytes now.)
   - Merged from miles@gnu.org--gnu-2005 (patch 152-156, 642-654)
   - Merged from miles@gnu.org--gnu-2005 (patch 655)
   - Increase PURESIZE yet again.
   - Store client's environment in terminal parameters, not server parameters.
   - Merged from miles@gnu.org--gnu-2005 (patch 656-658)
   - Merged from miles@gnu.org--gnu-2005 (patch 659-663)
   - Delete leftover id for "info/dir".
   - Fix "first non-ASCII character on new tty frames" problem.
   - Prevent core dumps with GTK by disabling secondary X connections there.
   - Work around Emacs crash on Konsole detach.  (Tom Schutzer-Weissmann)
   - Fix typo in previous commit.
   - Merged from miles@gnu.org--gnu-2005 (patch 169-173, 671-676)
   - Implement full support for frame-local `next-buffer' and `previous-buffer'.
   - Reimplement and extend support for terminal-local environment variables.
   - Don't let x_initialize break 8-bit input on ttys. (Reported by Joakim
     Verona.) Split `set-input-mode'.
   - Pull a bugfix from CVS to prevent problems with the Debian semantic
     package.
   - Fix compilation error during non-X builds.
   - Reimplement terminal parameters in C; clean up term.c, create terminal.c.
   - Implement automatic terminal-local environment variables via
     `local-environment-variables'.
   - Fix compilation errors in previous commit.
   - Merged from miles@gnu.org--gnu-2005 (patch 677)
   - Fix error during bootstrap.
   - Fix semantics of let-binding `process-environment'.
   - Initialize Vprocess_environment to nil.
   - Store local environment in frame (not terminal) parameters.
   - Merged from miles@gnu.org--gnu-2005 (patch 678-680)
   - Merged from miles@gnu.org--gnu-2005 (patch 681)
   - Update environment-related doc strings.
   - Rename `struct device' to `struct terminal'. Rename some
     terminal-related functions similarly.
   - Set `local-environment-variables' to t by default.
   - Show the splash screen on Emacsclient frames.  Show *scratch* by default.
   - Display "@" in mode-lines of Emacsclient frames.
   - Make sure `delete-frame-functions' can not prevent the frame from
     being deleted.
   - Fix crash in lookup_image on termcap frames.
   - Enhance splash screens to work better with emacsclient.
   - Fix splash screen loosing input events on Emacsclient frames.
   - Don't display the splash screen when no frame was created. (Fixes tty
     resume.)
   - (Hopefully) fix bootstrap error on OpenBSD.  (reported by Han Boetes)
   - Fix typo in docstring of `frame-with-environment'.
   - Cosmetic fixes in xfns.c.
   - Install workaround for "X protocol error: BadCursor (invalid Cursor
     parameter) on protocol request 2"
   - Make all frames created in an emacsclient session belong to that client.
   - Experimental change: don't restore kboard after temporary changes if
     Emacs wasn't in single kboard state.
   - Fix typo in `server-handle-delete-frame'; fix startup echo area message.
   - Fix last frame check in server.el.
   - Fix Delete keys under X (for good, this time).
   - Overhaul and simplify single_kboard API. Allow calls to
     `recursive-edit' in process filters. Small fixes.
   - Merged from miles@gnu.org--gnu-2005 (patch 682)
   - Fix abort() in read_key_sequence.
   - Remove group write permissions from all files.
   - Merged from miles@gnu.org--gnu-2005 (patch 683-684)
   - Fix C-g during `make-network-process'.  (Reported by Mark Plaksin.)
   - Merged from miles@gnu.org--gnu-2005 (patch 174-181, 685-690)
   - Merged from miles@gnu.org--gnu-2005 (patch 182-184, 691-699)
   - Merged from miles@gnu.org--gnu-2005 (patch 185-186, 700-703)
   - Fix bootstrap problem reported by Han Boetes.
   - Fix some bugs related to wrong_kboard_jmpbuf.
   - Eliminate wrong_kboard_jmpbuf.
   - Merged from miles@gnu.org--gnu-2005 (patch 187, 704)
   - Fix compilation error on older GCCs (reported by "mace").
   - Merged from
   - Fix bootstrapping problem.  (Reported by "mace".)
   - Merged from emacs@sv.gnu.org
   - Add explicit abort() when x_catch_errors_unwind is called by mistake.
   - Fix `emacsclient --eval '(progn (find-file "file")'' and the like.
     (Reported by Han Boetes.)
   - Fix permissions. (Reported by Han Boetes.)
   - Fix tty state problem after error in `set-quit-char'.
   - Fix compilation.
   - Fix `server-delete-client' behavior when the user quits `kill-buffer'.
     (Reported by Han Boetes.)
   - Increase puresize.
   - Fix bogus crash with -DENABLE_CHECKING.
   - Remove unused variable in read_key_sequence.
   - Fix GDB magic.
   - Fix segfault by `C-x 5 2' on the controlling tty. (Reported by Suresh
     Madhu.)
   - Fix ediff problems.  (Reported by Dan Nicolaescu.)
   - Fix compilation error in ediff-wind.el.  D'oh.
   - Fix bizarre syntax error, probably from a baz merge bug.
   - Let the Emacs server recognize `inhibit-startup-echo-area-message'.
     (Reported by Han Boetes.)
   - Set emacsbug.el's pretest address to the multi-tty list. (Reported by
     Richard Lewis.)
   - Fix toolbars on X frames when Emacs is started on a tty. (Reported by
     Richard Lewis.)
   - Fix tool-bar and menu-bar toggles in Show/Hide menu to reflect the
     state of the current frame.
   - Clean up tty device handling. Change name of controlling tty from nil
     to "/dev/tty".
   - Set `default-directory' in *scratch* to the current directory of
     emacsclient.
   - Fix compilation error on OpenBSD.  (Reported by Han Boetes.)
   - Fix OpenBSD compilation some more.  (Fix by Han Boetes.)
   - Fix delete key after C-x 5 2 on X.  (Catched by Dan Nicolaescu.)
   - Fix tooltip border color.
   - Fix previous commit.
   - (Attempt to) fix bootstrap error.
   - Fix typo in startup.el.
   - Fix `vc-annotate' under X.  (Reported by Dan Nicolaescu.)
   - Make `tty-display-color-p' follow its doc string. (Reported by Dan
     Nicolaescu.)
   - Fix stupid crash during startup.
   - Fix crashes in redisplay functions on suspended tty frames. (Reported
     by Dan Nicolaescu.)
   - Fix crashes in `delete-terminal' caused by recursive calls or X
     displays with live frames.
   - Don't load terminit files repeatedly. Also, don't call terminit
     functions more than once per terminal.
   - Fix and/or simplify terminal initialization files.
   - Fix C-x 5 2 on the controlling tty; fix some possible crash conditions
     and a memory leak.
   - Fix syntax errors in terminal initialization files.
   - Fix compilation error in lwlib/xlwmenu.c.
   - Rework environment variable support. (Reported by Kalle Olavi
     Niemitalo and Noah Friedman.)
   - Merged from emacs@sv.gnu.org.
   - Fix typo in lisp/term/xterm.el.
   - Let frames on new terminals inherit 'environment and 'client.
   - Fix x_catch_errors-related abort after X disconnects. (Reported by Dan
     Nicolaescu).
   - Fix F10 behaviour.  (Reported by Bernard Adrian.)
   - Remove superfluous properties from the mode-line-client indicator.
     (Reported by Kalle Olavi Niemitalo)
   - Fix various aborts in get_named_tty.  (Patch by Kalle Olavi Niemitalo)
   - Increase PURESIZE.
   - Fix obvious runtime errors after merge.
   - Regenerate lisp/ldefs-boot.el.
   - Merged from emacs@sv.gnu.org.  Last-minute emacsclient rewrites be damned!
   - Fix crash in window.c.
   - Fix various suspend-related bugs in emacsclient. (Report & patch by
     Dan Nicolaescu.)
   - Remove semantic.cache, fix tagging method.
   - Fix compilation errors.  Regenerate ldefs-boot.el.
   - Re-enable GTK multidisplay support.
   - Regenerate ldefs-boot, remove junk.
   - Fix compilation error with non-toolkit scrollbar.

 * lorentey@elte.hu--2004/emacs--multi-tty--0-  (version 0)

   - This branch is now closed. Work continues at
     emacs@sv.gnu.org/emacs--multi-tty--0.

Revision: emacs@sv.gnu.org/emacs--lexbind--0--patch-56


Revision 1.46.2.48 - (view) (download) (annotate) - [select for diffs]
Sat Oct 27 09:40:19 2007 UTC (16 years, 6 months ago) by miles
Branch: lexbind
Changes since 1.46.2.47: +3 -2 lines
Diff to previous 1.46.2.47 , to branch point 1.46
Merge from emacs--devo--0

Patches applied:

 * emacs--devo--0  (patch 839-851)

   - Update from CVS
   - Change capitalization of VC backend names for new backends
   - Merge from emacs--rel--22

 * emacs--rel--22  (patch 84-92)

   - Update from CVS
   - Change capitalization of VC backend names for new backends
   - Merge from gnus--rel--5.10

 * gnus--rel--5.10  (patch 242-244)

   - Update from CVS

Revision: emacs@sv.gnu.org/emacs--lexbind--0--patch-54


Revision 1.46.2.47 - (view) (download) (annotate) - [select for diffs]
Sat Oct 27 09:38:16 2007 UTC (16 years, 6 months ago) by miles
Branch: lexbind
Changes since 1.46.2.46: +1 -1 lines
Diff to previous 1.46.2.46 , to branch point 1.46
Merge from emacs--devo--0

Patches applied:

 * emacs--devo--0  (patch 824-838)

   - Update from CVS
   - Merge from emacs--rel--22
   - Remove lisp/erc/erc-nicklist.el
   - Update some .arch-inventory files
   - Fix void function definition error in cus-edit.el
   - Restore lisp/emacs-lisp/cl-loaddefs.el

 * emacs--rel--22  (patch 70-83)

   - Update from CVS
   - Remove lisp/erc/erc-nicklist.el
   - Update some .arch-inventory files
   - Indicate that emacs--devo--0--patch-834 does not need to be applied
   - Merge from gnus--rel--5.10
   - Restore lisp/emacs-lisp/cl-loaddefs.el

 * gnus--rel--5.10  (patch 239-241)

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

Revision: emacs@sv.gnu.org/emacs--lexbind--0--patch-53


Revision 1.46.8.42 - (view) (download) (annotate) - [select for diffs]
Thu Oct 11 16:13:45 2007 UTC (16 years, 7 months ago) by miles
Branch: emacs-unicode-2
Changes since 1.46.8.41: +23 -3 lines
Diff to previous 1.46.8.41 , to branch point 1.46
Merge from emacs--devo--0

Patches applied:

 * emacs--devo--0  (patch 866-879)

   - Merge multi-tty branch
   - Update from CVS
   - Merge from emacs--rel--22

Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-257


Revision 1.125 - (view) (download) (annotate) - [select for diffs]
Tue Oct 9 08:52:54 2007 UTC (16 years, 7 months ago) by miles
Branch: MAIN
Changes since 1.124: +4 -1 lines
Diff to previous 1.124
Merge from emacs--rel--22

Revision: emacs@sv.gnu.org/emacs--devo--0--patch-875


Revision 1.124 - (view) (download) (annotate) - [select for diffs]
Wed Sep 26 00:32:27 2007 UTC (16 years, 7 months ago) by lektu
Branch: MAIN
Changes since 1.123: +2 -2 lines
Diff to previous 1.123
(flyspell-delay-commands, flyspell-deplacement-commands):
Use `mapc' rather than `mapcar'.


Revision 1.123 - (view) (download) (annotate) - [select for diffs]
Fri Aug 31 13:41:23 2007 UTC (16 years, 8 months ago) by cadilhac
Branch: MAIN
Changes since 1.122: +17 -0 lines
Diff to previous 1.122
(flyspell-mark-duplications-exceptions): New variable.  List of
exceptions for the duplicated word rule.
(flyspell-mark-duplications-flag): Mention it.
(flyspell-word): Treat it.


Revision 1.118.2.5 - (view) (download) (annotate) - [select for diffs]
Mon Aug 27 16:25:49 2007 UTC (16 years, 8 months ago) by rms
Branch: EMACS_22_BASE
Changes since 1.118.2.4: +4 -1 lines
Diff to previous 1.118.2.4 , to branch point 1.118
(flyspell-mode): Catch errors in flyspell-mode-on.


Revision 1.119.2.3 - (view) (download) (annotate) - [select for diffs]
Mon Aug 13 13:50:07 2007 UTC (16 years, 9 months ago) by miles
Branch: multi-tty
Changes since 1.119.2.2: +3 -2 lines
Diff to previous 1.119.2.2 , to branch point 1.119 , to next main 1.152
Merge from emacs--devo--0

Patches applied:

 * emacs--devo--0  (patch 846-851)

   - Update from CVS
   - Merge from emacs--rel--22

 * emacs--rel--22  (patch 88-92)

   - Update from CVS
   - Merge from gnus--rel--5.10

 * gnus--rel--5.10  (patch 242-244)

   - Update from CVS

Revision: emacs@sv.gnu.org/emacs--multi-tty--0--patch-31


Revision 1.46.8.41 - (view) (download) (annotate) - [select for diffs]
Mon Aug 13 13:47:16 2007 UTC (16 years, 9 months ago) by miles
Branch: emacs-unicode-2
Changes since 1.46.8.40: +3 -2 lines
Diff to previous 1.46.8.40 , to branch point 1.46
Merge from emacs--devo--0

Patches applied:

 * emacs--devo--0  (patch 846-851)

   - Update from CVS
   - Merge from emacs--rel--22

 * emacs--rel--22  (patch 88-92)

   - Update from CVS
   - Merge from gnus--rel--5.10

 * gnus--rel--5.10  (patch 242-244)

   - Update from CVS

Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-246


Revision 1.122 - (view) (download) (annotate) - [select for diffs]
Mon Aug 13 13:40:48 2007 UTC (16 years, 9 months ago) by miles
Branch: MAIN
CVS Tags: before-merge-multi-tty-to-trunk, merge-multi-tty-to-trunk, multi-tty-base
Changes since 1.121: +3 -2 lines
Diff to previous 1.121
Merge from emacs--rel--22

Revision: emacs@sv.gnu.org/emacs--devo--0--patch-851


Revision 1.118.2.4 - (view) (download) (annotate) - [select for diffs]
Wed Aug 8 07:22:46 2007 UTC (16 years, 9 months ago) by gm
Branch: EMACS_22_BASE
Changes since 1.118.2.3: +3 -2 lines
Diff to previous 1.118.2.3 , to branch point 1.118
Replace `iff' in doc-strings and comments.


Revision 1.119.2.2 - (view) (download) (annotate) - [select for diffs]
Tue Jul 31 05:48:33 2007 UTC (16 years, 9 months ago) by miles
Branch: multi-tty
Changes since 1.119.2.1: +1 -1 lines
Diff to previous 1.119.2.1 , to branch point 1.119
Merge from emacs--devo--0

Patches applied:

 * emacs--devo--0  (patch 824-838)

   - Update from CVS
   - Merge from emacs--rel--22
   - Remove lisp/erc/erc-nicklist.el
   - Update some .arch-inventory files
   - Fix void function definition error in cus-edit.el
   - Restore lisp/emacs-lisp/cl-loaddefs.el

 * emacs--rel--22  (patch 70-83)

   - Update from CVS
   - Remove lisp/erc/erc-nicklist.el
   - Update some .arch-inventory files
   - Indicate that emacs--devo--0--patch-834 does not need to be applied
   - Merge from gnus--rel--5.10
   - Restore lisp/emacs-lisp/cl-loaddefs.el

 * gnus--rel--5.10  (patch 239-241)

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

Revision: emacs@sv.gnu.org/emacs--multi-tty--0--patch-28


Revision 1.46.8.40 - (view) (download) (annotate) - [select for diffs]
Fri Jul 27 10:50:45 2007 UTC (16 years, 9 months ago) by miles
Branch: emacs-unicode-2
Changes since 1.46.8.39: +1 -1 lines
Diff to previous 1.46.8.39 , to branch point 1.46
Merge from emacs--devo--0

Patches applied:

 * emacs--devo--0  (patch 824-831)

   - Update from CVS
   - Merge from emacs--rel--22

 * emacs--rel--22  (patch 70-74)

   - Update from CVS

Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-238


Revision 1.121 - (view) (download) (annotate) - [select for diffs]
Thu Jul 26 05:27:32 2007 UTC (16 years, 9 months ago) by miles
Branch: MAIN
Changes since 1.120: +1 -1 lines
Diff to previous 1.120
Merge from emacs--rel--22

Patches applied:

 * emacs--rel--22  (patch 70-73)

   - Update from CVS

2007-07-25  Glenn Morris  <rgm@gnu.org>

   * Relicense all FSF files to GPLv3 or later.

Revision: emacs@sv.gnu.org/emacs--devo--0--patch-828


Revision 1.118.2.3 - (view) (download) (annotate) - [select for diffs]
Wed Jul 25 04:22:11 2007 UTC (16 years, 10 months ago) by gm
Branch: EMACS_22_BASE
Changes since 1.118.2.2: +1 -1 lines
Diff to previous 1.118.2.2 , to branch point 1.118
Switch license to GPLv3 or later.


Revision 1.46.2.46 - (view) (download) (annotate) - [select for diffs]
Sat Jun 16 23:38:04 2007 UTC (16 years, 11 months ago) by miles
Branch: lexbind
Changes since 1.46.2.45: +3 -0 lines
Diff to previous 1.46.2.45 , to branch point 1.46
Merge from emacs--devo--0

Patches applied:

 * emacs--devo--0  (patch 771-793)

   - Update from CVS
   - Merge from emacs--rel--22
   - Merge from emacs--rel--22, gnus--rel--5.10
   - Fix tq.el edge case
   - Merge from gnus--rel--5.10

 * emacs--rel--22  (patch 26-41)

   - Update from CVS
   - lisp/vc-hooks.el (vc-find-root): Fix file attribute test

 * gnus--rel--5.10  (patch 224-228)

   - Merge from emacs--devo--0, emacs--rel--22
   - Update from CVS

Revision: emacs@sv.gnu.org/emacs--lexbind--0--patch-49


Revision 1.46.8.27.2.11 - (view) (download) (annotate) - [select for diffs]
Mon Jun 11 02:30:33 2007 UTC (16 years, 11 months ago) by miles
Branch: unicode-xft
Changes since 1.46.8.27.2.10: +3 -0 lines
Diff to previous 1.46.8.27.2.10 , to branch point 1.46.8.27 , to next main 1.46.8.45
Merge from emacs--unicode--0

Patches applied:

 * emacs--devo--0  (patch 771-792)

   - Update from CVS
   - Merge from emacs--rel--22
   - Merge from emacs--rel--22, gnus--rel--5.10
   - Fix tq.el edge case
   - Merge from gnus--rel--5.10

 * emacs--rel--22  (patch 26-41)

   - Update from CVS
   - lisp/vc-hooks.el (vc-find-root): Fix file attribute test

 * emacs--unicode--0  (patch 210-219)

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

 * gnus--rel--5.10  (patch 224-228)

   - Merge from emacs--devo--0, emacs--rel--22
   - Update from CVS

Revision: emacs@sv.gnu.org/emacs--unicode-xft--0--patch-63


Revision 1.119.2.1 - (view) (download) (annotate) - [select for diffs]
Wed May 30 14:44:47 2007 UTC (16 years, 11 months ago) by miles
Branch: multi-tty
Changes since 1.119: +3 -0 lines
Diff to previous 1.119
Merge from emacs--devo--0

Patches applied:

 * emacs--devo--0  (patch 771-780)

   - Update from CVS
   - Merge from emacs--rel--22
   - Merge from emacs--rel--22, gnus--rel--5.10
   - Fix tq.el edge case

 * emacs--rel--22  (patch 26-32)

   - Update from CVS
   - lisp/vc-hooks.el (vc-find-root): Fix file attribute test

 * gnus--rel--5.10  (patch 224-225)

   - Merge from emacs--devo--0, emacs--rel--22
   - Update from CVS

Revision: emacs@sv.gnu.org/emacs--multi-tty--0--patch-18


Revision 1.46.8.39 - (view) (download) (annotate) - [select for diffs]
Fri May 25 05:05:34 2007 UTC (17 years ago) by miles
Branch: emacs-unicode-2
CVS Tags: unicode-xft-base
Changes since 1.46.8.38: +3 -0 lines
Diff to previous 1.46.8.38 , to branch point 1.46
Merge from emacs--devo--0

Patches applied:

 * emacs--devo--0  (patch 771-772)

   - Update from CVS
   - Merge from emacs--rel--22

 * emacs--rel--22  (patch 26-27)

   - Update from CVS
   - lisp/vc-hooks.el (vc-find-root): Fix file attribute test

Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-210


Revision 1.120 - (view) (download) (annotate) - [select for diffs]
Fri May 25 04:55:47 2007 UTC (17 years ago) by miles
Branch: MAIN
Changes since 1.119: +3 -0 lines
Diff to previous 1.119
Merge from emacs--rel--22

Patches applied:

 * emacs--rel--22  (patch 26-27)

   - Update from CVS
   - lisp/vc-hooks.el (vc-find-root): Fix file attribute test

2007-05-25  Miles Bader  <miles@fencepost.gnu.org>

   * lisp/vc-hooks.el (vc-find-root): Fix file attribute test.

2007-05-24  Richard Stallman  <rms@gnu.org>

   * lisp/textmodes/flyspell.el (flyspell-correct-word-before-point):
   Don't let opoint be nil.
   (flyspell-emacs-popup): Explicit error if no dialogs.

Revision: emacs@sv.gnu.org/emacs--devo--0--patch-772


Revision 1.118.2.2 - (view) (download) (annotate) - [select for diffs]
Thu May 24 22:11:50 2007 UTC (17 years ago) by rms
Branch: EMACS_22_BASE
CVS Tags: EMACS_22_1, EMACS_22_BRANCHPOINT
Changes since 1.118.2.1: +3 -0 lines
Diff to previous 1.118.2.1 , to branch point 1.118
(flyspell-correct-word-before-point): Don't let opoint be nil.
(flyspell-emacs-popup): Explicit error if no dialogs.


Revision 1.46.2.45 - (view) (download) (annotate) - [select for diffs]
Tue May 1 23:55:13 2007 UTC (17 years ago) by miles
Branch: lexbind
Changes since 1.46.2.44: +3 -7 lines
Diff to previous 1.46.2.44 , to branch point 1.46
Merge from emacs--devo--0

Patches applied:

 * emacs--devo--0  (patch 698-725)

   - Update from CVS
   - Merge from gnus--rel--5.10
   - Merge from emacs--rel--22
   - Merge from emacs--rel--22: lisp/dired-x.el: Revert 2007-04-06 change.

 * emacs--rel--22  (base, patch 1-5)

   - tag of emacs@sv.gnu.org/emacs--devo--0--patch-709
   - Sync to CVS tag EMACS_22_BRANCHPOINT
   - Sync to CVS branch EMACS_22_BASE
   - Update from CVS

 * gnus--rel--5.10  (patch 216-217)

   - Update from CVS

Revision: emacs@sv.gnu.org/emacs--lexbind--0--patch-46


Revision 1.46.2.44 - (view) (download) (annotate) - [select for diffs]
Tue May 1 23:51:59 2007 UTC (17 years ago) by miles
Branch: lexbind
Changes since 1.46.2.43: +3 -3 lines
Diff to previous 1.46.2.43 , to branch point 1.46
Merge from emacs--devo--0

Patches applied:

 * emacs--devo--0  (patch 676-697)

   - Update from CVS
   - Merge from gnus--rel--5.10
   - Release ERC 5.2.

 * gnus--rel--5.10  (patch 211-215)

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

Revision: emacs@sv.gnu.org/emacs--lexbind--0--patch-45


Revision 1.46.8.27.2.10 - (view) (download) (annotate) - [select for diffs]
Tue May 1 23:27:26 2007 UTC (17 years ago) by miles
Branch: unicode-xft
Changes since 1.46.8.27.2.9: +3 -7 lines
Diff to previous 1.46.8.27.2.9 , to branch point 1.46.8.27
Merge from emacs--unicode--0

Patches applied:

 * emacs--devo--0  (patch 698-725)

   - Update from CVS
   - Merge from gnus--rel--5.10
   - Merge from emacs--rel--22
   - Merge from emacs--rel--22: lisp/dired-x.el: Revert 2007-04-06 change.

 * emacs--rel--22  (base, patch 1-5)

   - tag of emacs@sv.gnu.org/emacs--devo--0--patch-709
   - Sync to CVS tag EMACS_22_BRANCHPOINT
   - Sync to CVS branch EMACS_22_BASE
   - Update from CVS

 * emacs--unicode--0  (patch 191-202)

   - Change default value of `enable_font_backend' to 1
   - Update from CVS
   - Move src/ChangeLog entry to src/ChangeLog.unicode
   - Merge from emacs--devo--0

 * gnus--rel--5.10  (patch 216-217)

   - Update from CVS

Revision: emacs@sv.gnu.org/emacs--unicode-xft--0--patch-61


Revision 1.46.8.38 - (view) (download) (annotate) - [select for diffs]
Tue May 1 23:03:36 2007 UTC (17 years ago) by miles
Branch: emacs-unicode-2
Changes since 1.46.8.37: +2 -6 lines
Diff to previous 1.46.8.37 , to branch point 1.46
Merge from emacs--devo--0

Patches applied:

 * emacs--devo--0  (patch 713-725)

   - Update from CVS
   - Merge from emacs--rel--22
   - Merge from emacs--rel--22: lisp/dired-x.el: Revert 2007-04-06 change.
   - Merge from gnus--rel--5.10

 * emacs--rel--22  (base, patch 1-5)

   - tag of emacs@sv.gnu.org/emacs--devo--0--patch-709
   - Sync to CVS tag EMACS_22_BRANCHPOINT
   - Sync to CVS branch EMACS_22_BASE
   - Update from CVS

 * gnus--rel--5.10  (patch 217)

   - Update from CVS

Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-202


Revision 1.119 - (view) (download) (annotate) - [select for diffs]
Fri Apr 27 18:56:26 2007 UTC (17 years ago) by cyd
Branch: MAIN
Branch point for: multi-tty
Changes since 1.118: +2 -6 lines
Diff to previous 1.118
(flyspell-auto-correct-previous-word): Use window-start and
window-end.


Revision 1.118.2.1 - (view) (download) (annotate) - [select for diffs]
Fri Apr 27 18:53:31 2007 UTC (17 years ago) by cyd
Branch: EMACS_22_BASE
CVS Tags: EMACS_PRETEST_22_0_990
Changes since 1.118: +2 -6 lines
Diff to previous 1.118
(flyspell-auto-correct-previous-word): Use window-start and
window-end.


Revision 1.46.8.37 - (view) (download) (annotate) - [select for diffs]
Tue Apr 24 21:56:24 2007 UTC (17 years, 1 month ago) by miles
Branch: emacs-unicode-2
Changes since 1.46.8.36: +1 -1 lines
Diff to previous 1.46.8.36 , to branch point 1.46
Merge from emacs--devo--0

Patches applied:

 * emacs--devo--0  (patch 698-710)

   - Update from CVS
   - Merge from gnus--rel--5.10

 * gnus--rel--5.10  (patch 216)

   - Update from CVS

Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-196


Revision 1.118 - (view) (download) (annotate) - [select for diffs]
Sun Apr 22 00:19:37 2007 UTC (17 years, 1 month ago) by gm
Branch: MAIN
CVS Tags: EMACS_PRETEST_22_0_99
Branch point for: EMACS_22_BASE
Changes since 1.117: +1 -1 lines
Diff to previous 1.117
(flyspell-define-abbrev): Downcase abbrev before defining it.


Revision 1.46.8.27.2.9 - (view) (download) (annotate) - [select for diffs]
Wed Apr 11 00:40:29 2007 UTC (17 years, 1 month ago) by miles
Branch: unicode-xft
Changes since 1.46.8.27.2.8: +3 -3 lines
Diff to previous 1.46.8.27.2.8 , to branch point 1.46.8.27
Merge from emacs--unicode--0

Patches applied:

 * emacs--devo--0  (patch 670-697)

   - Update from CVS
   - Merge from gnus--rel--5.10
   - Release ERC 5.2.

 * emacs--unicode--0  (patch 185-189)

   - Merge from emacs--devo--0
   - Update from CVS
   - vc-bzr.el: New file.

 * gnus--rel--5.10  (patch 209-215)

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

Revision: emacs@sv.gnu.org/emacs--unicode-xft--0--patch-59


Revision 1.46.8.36 - (view) (download) (annotate) - [select for diffs]
Wed Apr 11 00:17:34 2007 UTC (17 years, 1 month ago) by miles
Branch: emacs-unicode-2
Changes since 1.46.8.35: +3 -3 lines
Diff to previous 1.46.8.35 , to branch point 1.46
Merge from emacs--devo--0

Patches applied:

 * emacs--devo--0  (patch 675-697)

   - Update from CVS
   - Merge from gnus--rel--5.10
   - Release ERC 5.2.

 * gnus--rel--5.10  (patch 211-215)

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

Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-189


Revision 1.117 - (view) (download) (annotate) - [select for diffs]
Fri Apr 6 18:55:13 2007 UTC (17 years, 1 month ago) by cyd
Branch: MAIN
CVS Tags: EMACS_PRETEST_22_0_98
Changes since 1.116: +2 -2 lines
Diff to previous 1.116
(flyspell-duplicate, flyspell-incorrect): Revert 2006-01-27 change.


Revision 1.116 - (view) (download) (annotate) - [select for diffs]
Mon Mar 26 03:31:29 2007 UTC (17 years, 1 month ago) by rms
Branch: MAIN
CVS Tags: EMACS_PRETEST_22_0_97
Changes since 1.115: +1 -1 lines
Diff to previous 1.115
(flyspell-large-region): Use ispell-call-process-region.


Revision 1.46.2.43 - (view) (download) (annotate) - [select for diffs]
Sun Feb 11 14:34:39 2007 UTC (17 years, 3 months ago) by miles
Branch: lexbind
Changes since 1.46.2.42: +1 -1 lines
Diff to previous 1.46.2.42 , to branch point 1.46
Merge from emacs--devo--0

Patches applied:

 * emacs--devo--0  (patch 586-614)

   - Update from CVS
   - Update from erc--emacs--22
   - Merge from gnus--rel--5.10
   - Merge from erc--main--0
   - Make byte compiler correctly write circular constants

 * gnus--rel--5.10  (patch 186-196)

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

Revision: emacs@sv.gnu.org/emacs--lexbind--0--patch-39


Revision 1.46.8.27.2.8 - (view) (download) (annotate) - [select for diffs]
Tue Jan 30 23:02:37 2007 UTC (17 years, 3 months ago) by miles
Branch: unicode-xft
Changes since 1.46.8.27.2.7: +1 -1 lines
Diff to previous 1.46.8.27.2.7 , to branch point 1.46.8.27
Merge from emacs--unicode--0

Patches applied:

 * emacs--devo--0  (patch 586-621)

   - Update from CVS
   - Update from erc--emacs--22
   - Merge from gnus--rel--5.10
   - Merge from erc--main--0
   - Make byte compiler correctly write circular constants

 * emacs--unicode--0  (patch 161-166)
 * gnus--rel--5.10  (patch 186-199)

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

Revision: emacs@sv.gnu.org/emacs--unicode-xft--0--patch-53


Revision 1.46.8.35 - (view) (download) (annotate) - [select for diffs]
Fri Jan 26 06:15:44 2007 UTC (17 years, 3 months ago) by miles
Branch: emacs-unicode-2
Changes since 1.46.8.34: +1 -1 lines
Diff to previous 1.46.8.34 , to branch point 1.46
Merge from emacs--devo--0

Patches applied:

 * emacs--devo--0  (patch 586-614)

   - Update from CVS
   - Update from erc--emacs--22
   - Merge from gnus--rel--5.10
   - Merge from erc--main--0
   - Make byte compiler correctly write circular constants

 * gnus--rel--5.10  (patch 186-196)

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

Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-162


Revision 1.115 - (view) (download) (annotate) - [select for diffs]
Sun Jan 21 03:53:09 2007 UTC (17 years, 4 months ago) by gm
Branch: MAIN
CVS Tags: EMACS_PRETEST_22_0_93, EMACS_PRETEST_22_0_94, EMACS_PRETEST_22_0_95, EMACS_PRETEST_22_0_96
Changes since 1.114: +1 -1 lines
Diff to previous 1.114
Add 2007 to copyright years.


Revision 1.46.8.27.2.7 - (view) (download) (annotate) - [select for diffs]
Tue Jan 2 01:42:08 2007 UTC (17 years, 4 months ago) by miles
Branch: unicode-xft
Changes since 1.46.8.27.2.6: +11 -1 lines
Diff to previous 1.46.8.27.2.6 , to branch point 1.46.8.27
Merge from emacs--unicode--0

Patches applied:

 * emacs--devo--0  (patch 523-582)

   - Update from CVS
   - Merge from gnus--rel--5.10
   - Update from erc--emacs--22
   - erc-iswitchb: Temporarily enable iswitchb mode

 * emacs--unicode--0  (patch 150-159)

   - Merge from emacs--devo--0
   - Update from CVS
   - Fix ChangeLog
   - Update from CVS: src/regex.c (regex_compile): Synch with HEAD.
   - Regenerate configure with autoconf 2.61

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

   - Update from CVS
   - Merge from emacs--devo--0
   - Update from CVS: lisp/legacy-gnus-agent.el: Add Copyright notice.

Revision: emacs@sv.gnu.org/emacs--unicode-xft--0--patch-51


Revision 1.46.2.42 - (view) (download) (annotate) - [select for diffs]
Sat Dec 16 03:56:04 2006 UTC (17 years, 5 months ago) by miles
Branch: lexbind
Changes since 1.46.2.41: +11 -1 lines
Diff to previous 1.46.2.41 , to branch point 1.46
Merge from emacs--devo--0

Patches applied:

 * emacs--devo--0  (patch 545-562)

   - Update from CVS
   - Update from erc--emacs--22
   - Merge from gnus--rel--5.10
   - erc-iswitchb: Temporarily enable iswitchb mode

 * gnus--rel--5.10  (patch 172-176)

   - Merge from emacs--devo--0
   - Update from CVS
   - Update from CVS: lisp/legacy-gnus-agent.el: Add Copyright notice.

Revision: emacs@sv.gnu.org/emacs--lexbind--0--patch-36


Revision 1.46.8.34 - (view) (download) (annotate) - [select for diffs]
Sat Dec 16 01:29:13 2006 UTC (17 years, 5 months ago) by miles
Branch: emacs-unicode-2
Changes since 1.46.8.33: +11 -1 lines
Diff to previous 1.46.8.33 , to branch point 1.46
Merge from emacs--devo--0

Patches applied:

 * emacs--devo--0  (patch 545-562)

   - Update from CVS
   - Update from erc--emacs--22
   - Merge from gnus--rel--5.10
   - erc-iswitchb: Temporarily enable iswitchb mode

 * gnus--rel--5.10  (patch 172-176)

   - Merge from emacs--devo--0
   - Update from CVS
   - Update from CVS: lisp/legacy-gnus-agent.el: Add Copyright notice.

Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-156


Revision 1.114 - (view) (download) (annotate) - [select for diffs]
Sat Dec 9 13:02:32 2006 UTC (17 years, 5 months ago) by eliz
Branch: MAIN
CVS Tags: EMACS_PRETEST_22_0_92
Changes since 1.113: +10 -0 lines
Diff to previous 1.113
(flyspell-hack-local-variables-hook): New.  Force buffer local defs evaluation
on local variables loading.
(flyspell-mode-on, flyspell-mode-off): Use it in `hack-local-variables-hook'.


Revision 1.113 - (view) (download) (annotate) - [select for diffs]
Sat Dec 9 03:56:54 2006 UTC (17 years, 5 months ago) by gm
Branch: MAIN
Changes since 1.112: +1 -1 lines
Diff to previous 1.112
Update copyright years.


Revision 1.46.2.41 - (view) (download) (annotate) - [select for diffs]
Mon Dec 4 12:19:07 2006 UTC (17 years, 5 months ago) by miles
Branch: lexbind
Changes since 1.46.2.40: +1 -1 lines
Diff to previous 1.46.2.40 , to branch point 1.46
Merge from emacs--devo--0

Patches applied:

 * emacs--devo--0  (patch 505-522)

   - Update from CVS
   - Merge from gnus--rel--5.10
   - Update from CVS: etc/TUTORIAL.cn: Updated.
   - Merge from erc--emacs--22

 * gnus--rel--5.10  (patch 164-167)

   - Update from CVS

Revision: emacs@sv.gnu.org/emacs--lexbind--0--patch-33


Revision 1.46.2.40 - (view) (download) (annotate) - [select for diffs]
Mon Dec 4 12:16:14 2006 UTC (17 years, 5 months ago) by miles
Branch: lexbind
Changes since 1.46.2.39: +52 -41 lines
Diff to previous 1.46.2.39 , to branch point 1.46
Merge from emacs--devo--0

Patches applied:

 * emacs--devo--0  (patch 491-504)

   - Update from CVS
   - Merge from gnus--rel--5.10

 * gnus--rel--5.10  (patch 161-163)

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

Revision: emacs@sv.gnu.org/emacs--lexbind--0--patch-32


Revision 1.46.2.39 - (view) (download) (annotate) - [select for diffs]
Mon Dec 4 12:13:23 2006 UTC (17 years, 5 months ago) by miles
Branch: lexbind
Changes since 1.46.2.38: +14 -7 lines
Diff to previous 1.46.2.38 , to branch point 1.46
Merge from emacs--devo--0

Patches applied:

 * emacs--devo--0  (patch 476-490)

   - Update from CVS
   - Merge from gnus--rel--5.10

 * gnus--rel--5.10  (patch 153-160)

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

Revision: emacs@sv.gnu.org/emacs--lexbind--0--patch-31


Revision 1.46.8.27.2.6 - (view) (download) (annotate) - [select for diffs]
Tue Nov 21 10:49:06 2006 UTC (17 years, 6 months ago) by miles
Branch: unicode-xft
Changes since 1.46.8.27.2.5: +1 -1 lines
Diff to previous 1.46.8.27.2.5 , to branch point 1.46.8.27
Merge from emacs--unicode--0

Patches applied:

 * emacs--devo--0  (patch 505-522)

   - Update from CVS
   - Merge from gnus--rel--5.10
   - Update from CVS: etc/TUTORIAL.cn: Updated.
   - Merge from erc--emacs--22

 * emacs--unicode--0  (patch 137)

   - Merge from emacs--devo--0

 * gnus--rel--5.10  (patch 164-167)

   - Update from CVS

Revision: emacs@sv.gnu.org/emacs--unicode-xft--0--patch-48


Revision 1.46.8.33 - (view) (download) (annotate) - [select for diffs]
Tue Nov 21 08:56:29 2006 UTC (17 years, 6 months ago) by miles
Branch: emacs-unicode-2
Changes since 1.46.8.32: +1 -1 lines
Diff to previous 1.46.8.32 , to branch point 1.46
Merge from emacs--devo--0

Patches applied:

 * emacs--devo--0  (patch 505-522)

   - Update from CVS
   - Merge from gnus--rel--5.10
   - Update from CVS: etc/TUTORIAL.cn: Updated.
   - Merge from erc--emacs--22

 * gnus--rel--5.10  (patch 164-167)

   - Update from CVS

Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-137


Revision 1.112 - (view) (download) (annotate) - [select for diffs]
Sat Nov 11 01:00:03 2006 UTC (17 years, 6 months ago) by rms
Branch: MAIN
CVS Tags: EMACS_PRETEST_22_0_91
Changes since 1.111: +1 -1 lines
Diff to previous 1.111
(flyspell-mode-map): Bind C-c $ instead of M-RET.


Revision 1.46.8.27.2.5 - (view) (download) (annotate) - [select for diffs]
Tue Nov 7 23:38:04 2006 UTC (17 years, 6 months ago) by miles
Branch: unicode-xft
Changes since 1.46.8.27.2.4: +52 -41 lines
Diff to previous 1.46.8.27.2.4 , to branch point 1.46.8.27
Merge from emacs--unicode--0

Patches applied:

 * emacs--devo--0  (patch 490-504)

   - Update from CVS
   - Merge from gnus--rel--5.10

 * emacs--unicode--0  (patch 130)

   - Merge from emacs--devo--0

 * gnus--rel--5.10  (patch 161-163)

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

Revision: emacs@sv.gnu.org/emacs--unicode-xft--0--patch-46


Revision 1.46.8.32 - (view) (download) (annotate) - [select for diffs]
Tue Nov 7 23:22:42 2006 UTC (17 years, 6 months ago) by miles
Branch: emacs-unicode-2
Changes since 1.46.8.31: +52 -41 lines
Diff to previous 1.46.8.31 , to branch point 1.46
Merge from emacs--devo--0

Patches applied:

 * emacs--devo--0  (patch 490-504)

   - Update from CVS
   - Merge from gnus--rel--5.10

 * gnus--rel--5.10  (patch 161-163)

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

Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-130


Revision 1.111 - (view) (download) (annotate) - [select for diffs]
Mon Nov 6 16:06:11 2006 UTC (17 years, 6 months ago) by rms
Branch: MAIN
Changes since 1.110: +51 -40 lines
Diff to previous 1.110
(flyspell-correct-word-before-point):
New function broken out of flyspell-correct-word.
(flyspell-mode-map): Bind it to M-RET.
(flyspell-correct-word): Call it.


Revision 1.110 - (view) (download) (annotate) - [select for diffs]
Fri Nov 3 15:11:44 2006 UTC (17 years, 6 months ago) by lektu
Branch: MAIN
Changes since 1.109: +1 -1 lines
Diff to previous 1.109
(flyspell-check-tex-math-command): Use "non-nil" in docstrings.


Revision 1.46.8.31 - (view) (download) (annotate) - [select for diffs]
Mon Oct 30 08:54:31 2006 UTC (17 years, 6 months ago) by miles
Branch: emacs-unicode-2
Changes since 1.46.8.30: +14 -7 lines
Diff to previous 1.46.8.30 , to branch point 1.46
Merge from emacs--devo--0

Patches applied:

 * emacs--devo--0  (patch 476-489)

   - Update from CVS
   - Merge from gnus--rel--5.10

 * gnus--rel--5.10  (patch 153-160)

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

Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-127


Revision 1.46.8.27.2.4 - (view) (download) (annotate) - [select for diffs]
Mon Oct 30 08:35:40 2006 UTC (17 years, 6 months ago) by miles
Branch: unicode-xft
Changes since 1.46.8.27.2.3: +14 -7 lines
Diff to previous 1.46.8.27.2.3 , to branch point 1.46.8.27
Merge from emacs--unicode--0

Patches applied:

 * emacs--devo--0  (patch 476-489)

   - Update from CVS
   - Merge from gnus--rel--5.10

 * emacs--unicode--0  (patch 126-127)

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

 * gnus--rel--5.10  (patch 153-160)

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

Revision: emacs@sv.gnu.org/emacs--unicode-xft--0--patch-44


Revision 1.109 - (view) (download) (annotate) - [select for diffs]
Mon Oct 23 13:59:44 2006 UTC (17 years, 7 months ago) by cyd
Branch: MAIN
CVS Tags: EMACS_PRETEST_22_0_90
Changes since 1.108: +1 -1 lines
Diff to previous 1.108
	* textmodes/flyspell.el (flyspell-check-region-doublons): Fix last
	fix.


Revision 1.108 - (view) (download) (annotate) - [select for diffs]
Sun Oct 22 21:29:33 2006 UTC (17 years, 7 months ago) by cyd
Branch: MAIN
Changes since 1.107: +12 -7 lines
Diff to previous 1.107
	* 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.


Revision 1.107 - (view) (download) (annotate) - [select for diffs]
Wed Oct 18 04:13:46 2006 UTC (17 years, 7 months ago) by cyd
Branch: MAIN
Changes since 1.106: +2 -0 lines
Diff to previous 1.106
	* textmodes/flyspell.el (flyspell-word-search-backward): Set
	inhibit-point-motion-hooks to avoid looping due to intangibile
	text.


Revision 1.46.2.38 - (view) (download) (annotate) - [select for diffs]
Wed Sep 20 06:50:35 2006 UTC (17 years, 8 months ago) by miles
Branch: lexbind
Changes since 1.46.2.37: +18 -1 lines
Diff to previous 1.46.2.37 , to branch point 1.46
Merge from emacs--devo--0

Patches applied:

 * emacs--devo--0  (patch 438-446)

   - Update from CVS
   - lisp/url/url-methods.el: Fix format error when http_proxy is empty string
   - Merge from gnus--rel--5.10

 * gnus--rel--5.10  (patch 137-140)

   - Update from CVS

Revision: emacs@sv.gnu.org/emacs--lexbind--0--patch-29


Revision 1.46.2.37 - (view) (download) (annotate) - [select for diffs]
Wed Sep 20 06:47:24 2006 UTC (17 years, 8 months ago) by miles
Branch: lexbind
Changes since 1.46.2.36: +18 -3 lines
Diff to previous 1.46.2.36 , to branch point 1.46
Merge from emacs--devo--0

Patches applied:

 * emacs--devo--0  (patch 399-437)

   - Update from CVS
   - Rcirc update from Ryan Yeske
   - Merge from gnus--rel--5.10
   - Miscellaneous tq-related fixes.

 * gnus--rel--5.10  (patch 126-136)

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

Revision: emacs@sv.gnu.org/emacs--lexbind--0--patch-28


Revision 1.46.8.27.2.3 - (view) (download) (annotate) - [select for diffs]
Wed Sep 20 06:07:43 2006 UTC (17 years, 8 months ago) by miles
Branch: unicode-xft
Changes since 1.46.8.27.2.2: +18 -1 lines
Diff to previous 1.46.8.27.2.2 , to branch point 1.46.8.27
Merge from emacs--unicode--0

Patches applied:

 * emacs--devo--0  (patch 437-446)

   - Update from CVS
   - lisp/url/url-methods.el: Fix format error when http_proxy is empty string
   - Merge from gnus--rel--5.10

 * emacs--unicode--0  (patch 111)

   - Merge from emacs--devo--0

 * gnus--rel--5.10  (patch 137-140)

   - Update from CVS

Revision: emacs@sv.gnu.org/emacs--unicode-xft--0--patch-38


Revision 1.46.8.30 - (view) (download) (annotate) - [select for diffs]
Wed Sep 20 06:04:20 2006 UTC (17 years, 8 months ago) by miles
Branch: emacs-unicode-2
Changes since 1.46.8.29: +18 -1 lines
Diff to previous 1.46.8.29 , to branch point 1.46
Merge from emacs--devo--0

Patches applied:

 * emacs--devo--0  (patch 437-446)

   - Update from CVS
   - lisp/url/url-methods.el: Fix format error when http_proxy is empty string
   - Merge from gnus--rel--5.10

 * gnus--rel--5.10  (patch 137-140)

   - Update from CVS

Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-111


Revision 1.106 - (view) (download) (annotate) - [select for diffs]
Sat Sep 16 15:05:46 2006 UTC (17 years, 8 months ago) by cyd
Branch: MAIN
Changes since 1.105: +18 -1 lines
Diff to previous 1.105
	* textmodes/flyspell.el (flyspell-check-region-doublons): New
	function to detect duplicated words.
	(flyspell-large-region): Use it.


Revision 1.46.8.27.2.2 - (view) (download) (annotate) - [select for diffs]
Thu Sep 14 09:38:52 2006 UTC (17 years, 8 months ago) by miles
Branch: unicode-xft
Changes since 1.46.8.27.2.1: +18 -3 lines
Diff to previous 1.46.8.27.2.1 , to branch point 1.46.8.27
Merge from emacs--unicode--0

Patches applied:

 * emacs--devo--0  (patch 423-436)

   - Update from CVS
   - Merge from gnus--rel--5.10

 * emacs--unicode--0  (patch 109-110)

   - Merge from emacs--devo--0

 * gnus--rel--5.10  (patch 131-136)

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

Revision: emacs@sv.gnu.org/emacs--unicode-xft--0--patch-37


Revision 1.46.8.29 - (view) (download) (annotate) - [select for diffs]
Thu Sep 14 09:23:50 2006 UTC (17 years, 8 months ago) by miles
Branch: emacs-unicode-2
Changes since 1.46.8.28: +18 -3 lines
Diff to previous 1.46.8.28 , to branch point 1.46
Merge from emacs--devo--0

Patches applied:

 * emacs--devo--0  (patch 427-436)

   - Update from CVS
   - Merge from gnus--rel--5.10

 * gnus--rel--5.10  (patch 134-136)

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

Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-110


Revision 1.105 - (view) (download) (annotate) - [select for diffs]
Thu Sep 14 01:19:38 2006 UTC (17 years, 8 months ago) by rms
Branch: MAIN
Changes since 1.104: +18 -3 lines
Diff to previous 1.104
(flyspell-word, flyspell-correct-word)
(flyspell-auto-correct-word): Make ispell-filter local to these functions.
Check that ispell-filter has new stuff before calling ispell-parse-output.


Revision 1.46.2.36 - (view) (download) (annotate) - [select for diffs]
Tue Jun 20 08:03:58 2006 UTC (17 years, 11 months ago) by miles
Branch: lexbind
Changes since 1.46.2.35: +29 -14 lines
Diff to previous 1.46.2.35 , to branch point 1.46
Merge from emacs--devo--0

Patches applied:

 * emacs--devo--0  (patch 285-299)

   - Update from CVS
   - Merge from gnus--rel--5.10
   - Update from CVS: admin/FOR-RELEASE: Update refcard section.

 * gnus--rel--5.10  (patch 102-104)

   - Update from CVS

Revision: emacs@sv.gnu.org/emacs--lexbind--0--patch-22


Revision 1.46.8.27.2.1 - (view) (download) (annotate) - [select for diffs]
Tue Jun 13 07:12:46 2006 UTC (17 years, 11 months ago) by miles
Branch: unicode-xft
Changes since 1.46.8.27: +29 -14 lines
Diff to previous 1.46.8.27
Merge from emacs--unicode--0

Patches applied:

 * emacs--devo--0  (patch 274-299)

   - Update from CVS
   - Update etc/MORE.STUFF.
   - Merge from gnus--rel--5.10
   - Update from CVS: admin/FOR-RELEASE: Update refcard section.

 * emacs--unicode--0  (patch 62-69)

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

 * gnus--rel--5.10  (patch 101-104)

   - Update from CVS

Revision: emacs@sv.gnu.org/emacs--unicode-xft--0--patch-5


Revision 1.46.8.28 - (view) (download) (annotate) - [select for diffs]
Wed Jun 7 18:05:05 2006 UTC (17 years, 11 months ago) by miles
Branch: emacs-unicode-2
Changes since 1.46.8.27: +29 -14 lines
Diff to previous 1.46.8.27 , to branch point 1.46
Merge from emacs--devo--0

Patches applied:

 * emacs--devo--0  (patch 285-296)

   - Update from CVS
   - Merge from gnus--rel--5.10
   - Update from CVS: admin/FOR-RELEASE: Update refcard section.

 * gnus--rel--5.10  (patch 102-104)

   - Update from CVS

Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-64


Revision 1.104 - (view) (download) (annotate) - [select for diffs]
Tue May 30 18:37:15 2006 UTC (17 years, 11 months ago) by rsteib
Branch: MAIN
Changes since 1.103: +12 -0 lines
Diff to previous 1.103
* textmodes/flyspell.el (turn-on-flyspell, turn-off-flyspell): New
functions.

* textmodes/text-mode.el (text-mode-hook): Use turn-on-flyspell.


Revision 1.103 - (view) (download) (annotate) - [select for diffs]
Sun May 21 20:57:08 2006 UTC (18 years ago) by winkler
Branch: MAIN
Changes since 1.102: +17 -14 lines
Diff to previous 1.102
(flyspell-generic-check-word-p): Make this the alias for the
following variable.
(flyspell-generic-check-word-predicate): Make this the real name.


Revision 1.46.2.35 - (view) (download) (annotate) - [select for diffs]
Wed May 17 06:24:52 2006 UTC (18 years ago) by miles
Branch: lexbind
Changes since 1.46.2.34: +2 -3 lines
Diff to previous 1.46.2.34 , to branch point 1.46
Merge from emacs--devo--0

Patches applied:

 * emacs--devo--0  (patch 148-163)

   - Update from CVS
   - Merge from gnus--rel--5.10
   - Remove nick-abbrevs stuff from rcirc.el
   - rcirc.el update from Ryan Yeske

 * gnus--rel--5.10  (patch 57-61)

   - Copy/update icons from Gnus trunk
   - Update from CVS

Revision: emacs@sv.gnu.org/emacs--lexbind--0--patch-14


Revision 1.46.2.34 - (view) (download) (annotate) - [select for diffs]
Wed May 17 06:22:51 2006 UTC (18 years ago) by miles
Branch: lexbind
Changes since 1.46.2.33: +3 -1 lines
Diff to previous 1.46.2.33 , to branch point 1.46
Merge from emacs--devo--0

Patches applied:

 * emacs--devo--0  (patch 135-147)

   - Update from CVS
   - Merge from gnus--rel--5.10

 * gnus--rel--5.10  (patch 49-56)

   - Merge from emacs--devo--0
   - Update from CVS
   - Update from CVS: Makefile.in (release-*): New targets.

Revision: emacs@sv.gnu.org/emacs--lexbind--0--patch-13


Revision 1.46.2.33 - (view) (download) (annotate) - [select for diffs]
Wed May 17 05:59:15 2006 UTC (18 years ago) by miles
Branch: lexbind
Changes since 1.46.2.32: +2 -2 lines
Diff to previous 1.46.2.32 , to branch point 1.46
Merge from emacs--devo--0

Patches applied:

 * emacs--devo--0  (patch 15-33)

   - Update from CVS
   - Install ERC.
   - Fix ERC compiler warnings.
   - Use utf-8 encoding in ERC ChangeLogs.
   - Merge ERC-related Viper hacks into Viper.
   - Merge from erc--main--0
   - Merge from gnus--rel--5.10

 * gnus--rel--5.10  (patch 8-13)

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

Revision: emacs@sv.gnu.org/emacs--lexbind--0--patch-3


Revision 1.46.2.32 - (view) (download) (annotate) - [select for diffs]
Wed May 17 05:57:35 2006 UTC (18 years ago) by miles
Branch: lexbind
Changes since 1.46.2.31: +4 -2 lines
Diff to previous 1.46.2.31 , to branch point 1.46
Merge from emacs--devo--0

Patches applied:

 * emacs--devo--0  (patch 4-14)

   - Update from CVS
   - Merge from gnus--rel--5.10

 * gnus--rel--5.10  (base, patch 1-7)

   - tag of miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-187
   - Update from CVS
   - Merge from emacs--devo--0

 * miles@gnu.org--gnu-2005/gnus--rel--5.10  (patch 187)

   - Update from CVS

Revision: emacs@sv.gnu.org/emacs--lexbind--0--patch-2


Revision 1.46.2.31 - (view) (download) (annotate) - [select for diffs]
Wed May 17 05:56:04 2006 UTC (18 years ago) by miles
Branch: lexbind
Changes since 1.46.2.30: +5 -2 lines
Diff to previous 1.46.2.30 , to branch point 1.46
Merge from emacs--devo--0

Patches applied:

 * emacs--devo--0  (base, patch 1-3)

   - tag of miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-704
   - Update from CVS

 * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0  (patch 698-704)

   - Merge from gnus--rel--5.10
   - Update from CVS
   - Update from CVS: lisp/cus-edit.el (customize-rogue): Minor doc fix.

 * miles@gnu.org--gnu-2005/gnus--rel--5.10  (patch 182-186)

   - Merge from emacs--cvs-trunk--0
   - Update from CVS

Revision: emacs@sv.gnu.org/emacs--lexbind--0--patch-1


Revision 1.46.2.30 - (view) (download) (annotate) - [select for diffs]
Wed May 17 05:49:04 2006 UTC (18 years ago) by miles
Branch: lexbind
Changes since 1.46.2.29: +8 -0 lines
Diff to previous 1.46.2.29 , to branch point 1.46
Merge from emacs--cvs-trunk--0

Patches applied:

 * emacs--cvs-trunk--0  (patch 685-697)

   - Update from CVS
   - Merge from gnus--rel--5.10
   - Checkout man/cc-mode.texi from CVS with RCS keywords disabled

 * gnus--rel--5.10  (patch 174-181)

   - Update from CVS
   - Update from CVS: texi/gnus.texi (RSS): Addition.

Revision: miles@gnu.org--gnu-2005/emacs--lexbind--0--patch-63


Revision 1.46.2.29 - (view) (download) (annotate) - [select for diffs]
Wed May 17 05:42:13 2006 UTC (18 years ago) by miles
Branch: lexbind
Changes since 1.46.2.28: +60 -46 lines
Diff to previous 1.46.2.28 , to branch point 1.46
Merge from emacs--cvs-trunk--0

Patches applied:

 * emacs--cvs-trunk--0  (patch 675-684)

   - Update from CVS
   - Merge from gnus--rel--5.10

 * gnus--rel--5.10  (patch 169-173)

   - Merge from emacs--cvs-trunk--0
   - Update from CVS

Revision: miles@gnu.org--gnu-2005/emacs--lexbind--0--patch-62


Revision 1.46.2.28 - (view) (download) (annotate) - [select for diffs]
Wed May 17 05:38:07 2006 UTC (18 years ago) by miles
Branch: lexbind
Changes since 1.46.2.27: +502 -473 lines
Diff to previous 1.46.2.27 , to branch point 1.46
Merge from emacs--cvs-trunk--0

Patches applied:

 * emacs--cvs-trunk--0  (patch 649-674)

   - Update from CVS
   - Merge from gnus--rel--5.10

 * gnus--rel--5.10  (patch 157-168)

   - Merge from emacs--cvs-trunk--0
   - Update from CVS
   - Update from CVS: texi/message.texi: Fix default values.

Revision: miles@gnu.org--gnu-2005/emacs--lexbind--0--patch-61


Revision 1.46.2.27 - (view) (download) (annotate) - [select for diffs]
Wed May 17 05:34:25 2006 UTC (18 years ago) by miles
Branch: lexbind
Changes since 1.46.2.26: +1 -1 lines
Diff to previous 1.46.2.26 , to branch point 1.46
Merge from emacs--cvs-trunk--0

Patches applied:

 * emacs--cvs-trunk--0  (patch 640-648)

   - Update from CVS
   - Merge from gnus--rel--5.10
   - lisp/gnus/ChangeLog: Remove duplicate entry

 * gnus--rel--5.10  (patch 152-156)

   - Update from CVS: lisp/mml.el (mml-preview): Doc fix.
   - Update from CVS

Revision: miles@gnu.org--gnu-2005/emacs--lexbind--0--patch-60


Revision 1.46.2.26 - (view) (download) (annotate) - [select for diffs]
Wed May 17 05:30:35 2006 UTC (18 years ago) by miles
Branch: lexbind
Changes since 1.46.2.25: +22 -7 lines
Diff to previous 1.46.2.25 , to branch point 1.46
Merge from emacs--cvs-trunk--0

Patches applied:

 * emacs--cvs-trunk--0  (patch 620-639)

   - Update from CVS
   - Merge from gnus--rel--5.10
   - Update from CVS: lisp/smerge-mode.el: Add 'tools' to file keywords.

 * gnus--rel--5.10  (patch 147-151)

   - Update from CVS
   - Merge from emacs--cvs-trunk--0

Revision: miles@gnu.org--gnu-2005/emacs--lexbind--0--patch-59


Revision 1.46.2.25 - (view) (download) (annotate) - [select for diffs]
Wed May 17 05:28:18 2006 UTC (18 years ago) by miles
Branch: lexbind
Changes since 1.46.2.24: +1 -0 lines
Diff to previous 1.46.2.24 , to branch point 1.46
Merge from emacs--cvs-trunk--0

Patches applied:

 * emacs--cvs-trunk--0  (patch 616-619)

   - Add lisp/mh-e/.arch-inventory
   - Update from CVS

Revision: miles@gnu.org--gnu-2005/emacs--lexbind--0--patch-58


Revision 1.46.2.24 - (view) (download) (annotate) - [select for diffs]
Wed May 17 04:49:13 2006 UTC (18 years ago) by miles
Branch: lexbind
Changes since 1.46.2.23: +37 -40 lines
Diff to previous 1.46.2.23 , to branch point 1.46
Revision: miles@gnu.org--gnu-2005/emacs--lexbind--0--patch-56

Merge from emacs--cvs-trunk--0

Patches applied:

 * emacs--cvs-trunk--0  (patch 582-597)

   - Update from CVS
   - Merge from gnus--rel--5.10

 * gnus--rel--5.10  (patch 133-141)

   - Update from CVS
   - Merge from emacs--cvs-trunk--0
   - Update from CVS: texi/gnus.texi (RSS): Fix key description.
   - Update from CVS: texi/gnus.texi (Document Server Internals): Addition.


Revision 1.46.2.23 - (view) (download) (annotate) - [select for diffs]
Wed May 17 04:47:12 2006 UTC (18 years ago) by miles
Branch: lexbind
Changes since 1.46.2.22: +1 -0 lines
Diff to previous 1.46.2.22 , to branch point 1.46
Revision: miles@gnu.org--gnu-2005/emacs--lexbind--0--patch-55

Merge from emacs--cvs-trunk--0

Patches applied:

 * emacs--cvs-trunk--0  (patch 572-581)

   - Merge from gnus--rel--5.10
   - Update from CVS

 * gnus--rel--5.10  (patch 129-132)

   - Update from CVS
   - Merge from emacs--cvs-trunk--0


Revision 1.46.2.22 - (view) (download) (annotate) - [select for diffs]
Wed May 17 04:43:16 2006 UTC (18 years ago) by miles
Branch: lexbind
Changes since 1.46.2.21: +14 -6 lines
Diff to previous 1.46.2.21 , to branch point 1.46
Revision: miles@gnu.org--gnu-2005/emacs--lexbind--0--patch-53

Merge from emacs--cvs-trunk--0

Patches applied:

 * emacs--cvs-trunk--0  (patch 556-561)

   - Update from CVS
   - Merge from gnus--rel--5.10

 * gnus--rel--5.10  (patch 122-124)

   - Update from CVS: lisp/mm-url.el (mm-url-decode-entities): Fix regexp.
   - Update from CVS


Revision 1.46.2.21 - (view) (download) (annotate) - [select for diffs]
Wed May 17 04:39:00 2006 UTC (18 years ago) by miles
Branch: lexbind
Changes since 1.46.2.20: +4 -4 lines
Diff to previous 1.46.2.20 , to branch point 1.46
Revision: miles@gnu.org--gnu-2005/emacs--lexbind--0--patch-51

Merge from emacs--cvs-trunk--0

Patches applied:

 * emacs--cvs-trunk--0  (patch 542-553)

   - Update from CVS
   - Merge from gnus--rel--5.10

 * gnus--rel--5.10  (patch 116-121)

   - Merge from emacs--cvs-trunk--0
   - Update from CVS


Revision 1.46.8.27 - (view) (download) (annotate) - [select for diffs]
Mon Mar 13 12:19:51 2006 UTC (18 years, 2 months ago) by miles
Branch: emacs-unicode-2
CVS Tags: unicode-post-font-backend, unicode-pre-font-backend
Branch point for: unicode-xft
Changes since 1.46.8.26: +2 -3 lines
Diff to previous 1.46.8.26 , to branch point 1.46
Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-43

Merge from emacs--devo--0

Patches applied:

 * emacs--devo--0  (patch 148-156)

   - Update from CVS
   - Merge from gnus--rel--5.10
   - Remove nick-abbrevs stuff from rcirc.el
   - rcirc.el update from Ryan Yeske

 * gnus--rel--5.10  (patch 57)

   - Copy/update icons from Gnus trunk


Revision 1.102 - (view) (download) (annotate) - [select for diffs]
Sat Mar 11 15:06:44 2006 UTC (18 years, 2 months ago) by eliz
Branch: MAIN
Changes since 1.101: +2 -3 lines
Diff to previous 1.101
(flyspell-external-point-words, flyspell-process-localwords): Fix last changes.


Revision 1.46.8.26 - (view) (download) (annotate) - [select for diffs]
Thu Mar 9 07:15:26 2006 UTC (18 years, 2 months ago) by miles
Branch: emacs-unicode-2
Changes since 1.46.8.25: +3 -1 lines
Diff to previous 1.46.8.25 , to branch point 1.46
Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-40

Merge from emacs--devo--0

Patches applied:

 * emacs--devo--0  (patch 135-143)

   - Update from CVS
   - Merge from gnus--rel--5.10

 * gnus--rel--5.10  (patch 49-55)

   - Merge from emacs--devo--0
   - Update from CVS
   - Update from CVS: Makefile.in (release-*): New targets.


Revision 1.101 - (view) (download) (annotate) - [select for diffs]
Fri Mar 3 12:27:49 2006 UTC (18 years, 2 months ago) by eliz
Branch: MAIN
Changes since 1.100: +1 -0 lines
Diff to previous 1.100
(flyspell-process-localwords): Be case-sensitive.


Revision 1.100 - (view) (download) (annotate) - [select for diffs]
Fri Mar 3 11:49:22 2006 UTC (18 years, 2 months ago) by eliz
Branch: MAIN
Changes since 1.99: +2 -1 lines
Diff to previous 1.99
(flyspell-external-point-words): Be case-sensitive.


Revision 1.46.8.25 - (view) (download) (annotate) - [select for diffs]
Wed Feb 1 10:07:08 2006 UTC (18 years, 3 months ago) by miles
Branch: emacs-unicode-2
Changes since 1.46.8.24: +2 -2 lines
Diff to previous 1.46.8.24 , to branch point 1.46
Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-9

Merge from emacs--devo--0

Patches applied:

 * emacs--devo--0  (patch 16-33)

   - Update from CVS
   - Install ERC.
   - Fix ERC compiler warnings.
   - Use utf-8 encoding in ERC ChangeLogs.
   - Merge ERC-related Viper hacks into Viper.
   - Merge from erc--main--0
   - Merge from gnus--rel--5.10

 * gnus--rel--5.10  (patch 8-13)

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


Revision 1.99 - (view) (download) (annotate) - [select for diffs]
Fri Jan 27 19:43:06 2006 UTC (18 years, 3 months ago) by eliz
Branch: MAIN
Changes since 1.98: +2 -2 lines
Diff to previous 1.98
(flyspell-incorrect, flyspell-duplicate): Doc fix.


Revision 1.46.8.24 - (view) (download) (annotate) - [select for diffs]
Wed Jan 25 07:09:52 2006 UTC (18 years, 3 months ago) by miles
Branch: emacs-unicode-2
Changes since 1.46.8.23: +4 -2 lines
Diff to previous 1.46.8.23 , to branch point 1.46
Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-7

Merge from emacs--devo--0

Patches applied:

 * emacs--devo--0  (patch 4-14)

   - Update from CVS
   - Merge from gnus--rel--5.10

 * gnus--rel--5.10  (base, patch 1-7)

   - tag of miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-187
   - Update from CVS
   - Merge from emacs--devo--0

 * miles@gnu.org--gnu-2005/gnus--rel--5.10  (patch 187)

   - Update from CVS


Revision 1.98 - (view) (download) (annotate) - [select for diffs]
Sat Jan 21 13:09:16 2006 UTC (18 years, 4 months ago) by eliz
Branch: MAIN
Changes since 1.97: +4 -2 lines
Diff to previous 1.97
(flyspell-emacs-popup, flypell-xemacs-popup): Default to disabling the
"Save affix" question.


Revision 1.46.8.23 - (view) (download) (annotate) - [select for diffs]
Thu Jan 19 07:11:37 2006 UTC (18 years, 4 months ago) by miles
Branch: emacs-unicode-2
Changes since 1.46.8.22: +5 -2 lines
Diff to previous 1.46.8.22 , to branch point 1.46
Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-2

Merge from emacs--devo--0

Patches applied:

 * emacs--devo--0  (base, patch 1-3)

   - tag of miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-704
   - Update from CVS

 * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0  (patch 700-704)

   - Update from CVS
   - Merge from gnus--rel--5.10
   - Update from CVS: lisp/cus-edit.el (customize-rogue): Minor doc fix.

 * miles@gnu.org--gnu-2005/gnus--rel--5.10  (patch 185-186)

   - Merge from emacs--cvs-trunk--0
   - Update from CVS


Revision 1.97 - (view) (download) (annotate) - [select for diffs]
Tue Jan 17 16:35:52 2006 UTC (18 years, 4 months ago) by monnier
Branch: MAIN
Changes since 1.96: +5 -2 lines
Diff to previous 1.96
(ispell-kill-ispell-hook): Add to the hook when
loading the file rather than when turning on flyspell-mode.


Revision 1.46.8.22 - (view) (download) (annotate) - [select for diffs]
Mon Jan 16 08:37:19 2006 UTC (18 years, 4 months ago) by miles
Branch: emacs-unicode-2
Changes since 1.46.8.21: +539 -472 lines
Diff to previous 1.46.8.21 , to branch point 1.46
Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-97

Merge from emacs--cvs-trunk--0

Patches applied:

 * emacs--cvs-trunk--0  (patch 616-696)

   - Add lisp/mh-e/.arch-inventory
   - Update from CVS
   - Merge from gnus--rel--5.10
   - Update from CVS: lisp/smerge-mode.el: Add 'tools' to file keywords.
   - lisp/gnus/ChangeLog: Remove duplicate entry

 * gnus--rel--5.10  (patch 147-181)

   - Update from CVS
   - Merge from emacs--cvs-trunk--0
   - Update from CVS: lisp/mml.el (mml-preview): Doc fix.
   - Update from CVS: texi/message.texi: Fix default values.
   - Update from CVS: texi/gnus.texi (RSS): Addition.


Revision 1.46.4.1 - (view) (download) (annotate) - [select for diffs]
Mon Jan 16 00:03:35 2006 UTC (18 years, 4 months ago) by enberg
Branch: rmail-mbox-branch
Changes since 1.46: +1041 -921 lines
Diff to previous 1.46 , to next main 1.152
sync with trunk


Revision 1.96 - (view) (download) (annotate) - [select for diffs]
Sun Jan 15 05:47:44 2006 UTC (18 years, 4 months ago) by monnier
Branch: MAIN
Changes since 1.95: +2 -1 lines
Diff to previous 1.95
(flyspell-kill-ispell-hook): Fix braino.


Revision 1.95 - (view) (download) (annotate) - [select for diffs]
Sun Jan 15 05:46:20 2006 UTC (18 years, 4 months ago) by monnier
Branch: MAIN
Changes since 1.94: +7 -0 lines
Diff to previous 1.94
(flyspell-kill-ispell-hook): New fun.
(flyspell-mode-on): Use it.


Revision 1.59.2.2 - (view) (download) (annotate) - [select for diffs]
Thu Jan 12 10:25:30 2006 UTC (18 years, 4 months ago) by jhd
Branch: XFT_JHD_BRANCH
Changes since 1.59.2.1: +674 -699 lines
Diff to previous 1.59.2.1 , to branch point 1.59 , to next main 1.152
Update from HEAD


Revision 1.94 - (view) (download) (annotate) - [select for diffs]
Thu Jan 5 21:52:15 2006 UTC (18 years, 4 months ago) by monnier
Branch: MAIN
Changes since 1.93: +6 -4 lines
Diff to previous 1.93
(flyspell-accept-buffer-local-defs): Add an
argument `force' to disable the flyspell-last-buffer optimization.
(flyspell-mode-on): Use it.


Revision 1.93 - (view) (download) (annotate) - [select for diffs]
Tue Dec 27 22:45:10 2005 UTC (18 years, 4 months ago) by rms
Branch: MAIN
Changes since 1.92: +45 -33 lines
Diff to previous 1.92
(flyspell-external-point-words):
Use local var buffer-scan-pos to advance scan for next misspelling.
Advance it only after we find the misspelling.
New criteria for finding the misspelling in the buffer.


Revision 1.92 - (view) (download) (annotate) - [select for diffs]
Thu Dec 22 01:51:40 2005 UTC (18 years, 5 months ago) by monnier
Branch: MAIN
Changes since 1.91: +9 -9 lines
Diff to previous 1.91
(flyspell-check-word-p): Don't quote - in a regexp.
(tex-mode-flyspell-verify, flyspell-get-word)
(flyspell-external-point-words): Don't use point-min/max uselessly.


Revision 1.91 - (view) (download) (annotate) - [select for diffs]
Fri Dec 16 02:02:42 2005 UTC (18 years, 5 months ago) by rms
Branch: MAIN
Changes since 1.90: +4 -5 lines
Diff to previous 1.90
(flyspell-external-point-words): Use save-excursion to ensure we don't
move backward in the search loop, not even one character.
(flyspell-delete-all-overlays): Use remove-overlays directly.


Revision 1.90 - (view) (download) (annotate) - [select for diffs]
Fri Dec 2 13:16:48 2005 UTC (18 years, 5 months ago) by eliz
Branch: MAIN
Changes since 1.89: +70 -47 lines
Diff to previous 1.89
(flyspell-external-point-words): Consider a misspelling as found in the string
search if: (a) misspelling and found string lengths match, or (b) misspelling
is found as element in a boundary-chars separated longer string, or
(c) ispell-program-name is really ispell and misspelling is found as part of
a TeX string.  After successful match move beginning of search region to end
of match.  Warn about not found misspellings once the process is done.
(flyspell-large-region) Do not set ispell-parser to tex if in TeX mode.


Revision 1.89 - (view) (download) (annotate) - [select for diffs]
Mon Nov 28 16:44:37 2005 UTC (18 years, 5 months ago) by monnier
Branch: MAIN
Changes since 1.88: +27 -24 lines
Diff to previous 1.88
(flyspell-last-buffer): New var.
(flyspell-accept-buffer-local-defs): Use it to avoid silly redundant work.
(flyspell-mode-on): Use add-hook for after-change-functions.
(flyspell-mode-off): Use remove-hook for after-change-functions.
(flyspell-changes): Make it buffer-local.
(flyspell-after-change-function): Make it non-interactive.  Use push.
(flyspell-post-command-hook): Check input-pending-p while processing
the potentially long list of buffer changes.


Revision 1.88 - (view) (download) (annotate) - [select for diffs]
Wed Nov 16 17:00:29 2005 UTC (18 years, 6 months ago) by monnier
Branch: MAIN
Changes since 1.87: +362 -401 lines
Diff to previous 1.87
Fix commenting convention.  Remove unnecessary leading * in custom docstrings.
(flyspell-emacs): Remove unused var.
(flyspell-accept-buffer-local-defs): Use save-current-buffer.
(flyspell-debug-signal-no-check, flyspell-debug-signal-changed-checked)
(flyspell-debug-signal-pre-word-checked, flyspell-post-command-hook)
(flyspell-debug-signal-word-checked): Use with-current-buffer.
(make-flyspell-overlay): Don't locally reuse a global name.
(flyspell-highlight-incorrect-region)
(flyspell-highlight-duplicate-region): Use flyspell-unhighlight-at.
(flyspell-check-previous-highlighted-word): Use flyspell-overlay-p.
(flyspell-notify-misspell): Remove unused args `start' and `end'.
(flyspell-word): Adjust call accordingly.  Use ispell-send-string.
Wrap calls to accept-process-output inside with-local-quit since it's
often called from a post-command-hook.
(flyspell-correct-word, flyspell-auto-correct-word): Use ispell-send-string.
(flyspell-xemacs-popup): Remove unused arg `event'.  Update call.


Revision 1.87 - (view) (download) (annotate) - [select for diffs]
Wed Nov 16 16:07:47 2005 UTC (18 years, 6 months ago) by monnier
Branch: MAIN
Changes since 1.86: +1 -6 lines
Diff to previous 1.86
(flyspell-delete-region-overlays): Use remove-overlays.


Revision 1.86 - (view) (download) (annotate) - [select for diffs]
Mon Nov 14 04:53:00 2005 UTC (18 years, 6 months ago) by rms
Branch: MAIN
Changes since 1.85: +55 -7 lines
Diff to previous 1.85
(flyspell-large-region): Call flyspell-accept-buffer-local-defs.

(flyspell-notify-misspell): Fix misspelling of "Misspelling".
(flyspell-process-localwords): New function.
(flyspell-large-region): Call flyspell-process-localwords and
flyspell-delete-region-overlays.
(flyspell-delete-region-overlays): New function.
(flyspell-delete-all-overlays): Call that.


Revision 1.85 - (view) (download) (annotate) - [select for diffs]
Mon Nov 7 00:50:01 2005 UTC (18 years, 6 months ago) by rms
Branch: MAIN
Changes since 1.84: +1 -1 lines
Diff to previous 1.84
(flyspell-external-point-words):
flyspell-get-word returns a list, not just a string.


Revision 1.84 - (view) (download) (annotate) - [select for diffs]
Thu Nov 3 21:33:22 2005 UTC (18 years, 6 months ago) by rms
Branch: MAIN
Changes since 1.83: +3 -1 lines
Diff to previous 1.83
(flyspell-post-command-hook): Bind deactivate-mark to prevent deactivation.


Revision 1.83 - (view) (download) (annotate) - [select for diffs]
Wed Nov 2 01:33:55 2005 UTC (18 years, 6 months ago) by rms
Branch: MAIN
Changes since 1.82: +1 -1 lines
Diff to previous 1.82
(flyspell-external-point-words): Pass nil to flyspell-get-word.


Revision 1.82 - (view) (download) (annotate) - [select for diffs]
Sun Oct 30 15:52:07 2005 UTC (18 years, 6 months ago) by rms
Branch: MAIN
Changes since 1.81: +8 -1 lines
Diff to previous 1.81
(flyspell-external-point-words):
Detect when WORD can't be checked properly because
flyspell-get-word finds just part of it, and move on.


Revision 1.81 - (view) (download) (annotate) - [select for diffs]
Fri Oct 28 04:22:19 2005 UTC (18 years, 6 months ago) by rms
Branch: MAIN
Changes since 1.80: +12 -6 lines
Diff to previous 1.80
(flyspell-large-region): Pass -t if Tex file.
(flyspell-external-point-words): Error if misspelled word is not found.
Set flyspell-large-region-beg at end of word.


Revision 1.80 - (view) (download) (annotate) - [select for diffs]
Sun Oct 23 18:22:49 2005 UTC (18 years, 7 months ago) by rms
Branch: MAIN
Changes since 1.79: +1 -0 lines
Diff to previous 1.79
(flyspell-large-region): Call ispell-check-version.


Revision 1.46.8.21 - (view) (download) (annotate) - [select for diffs]
Sat Oct 15 00:26:00 2005 UTC (18 years, 7 months ago) by miles
Branch: emacs-unicode-2
Changes since 1.46.8.20: +37 -40 lines
Diff to previous 1.46.8.20 , to branch point 1.46
Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-91

Merge from emacs--cvs-trunk--0

Patches applied:

 * emacs--cvs-trunk--0  (patch 581-597)

   - Update from CVS
   - Merge from gnus--rel--5.10

 * gnus--rel--5.10  (patch 133-141)

   - Update from CVS
   - Merge from emacs--cvs-trunk--0
   - Update from CVS: texi/gnus.texi (RSS): Fix key description.
   - Update from CVS: texi/gnus.texi (Document Server Internals): Addition.


Revision 1.79 - (view) (download) (annotate) - [select for diffs]
Mon Oct 10 04:02:57 2005 UTC (18 years, 7 months ago) by rms
Branch: MAIN
Changes since 1.78: +2 -1 lines
Diff to previous 1.78
(flyspell-check-word-p):
If unread-command-events is non-empty, don't call sit-for.


Revision 1.78 - (view) (download) (annotate) - [select for diffs]
Mon Oct 10 01:13:22 2005 UTC (18 years, 7 months ago) by rms
Branch: MAIN
Changes since 1.77: +35 -39 lines
Diff to previous 1.77
(flyspell-external-point-words): Simplify logic, and don't try to
check for consecutive appearances of one incorrect word.


Revision 1.46.8.20 - (view) (download) (annotate) - [select for diffs]
Fri Oct 7 07:15:14 2005 UTC (18 years, 7 months ago) by miles
Branch: emacs-unicode-2
Changes since 1.46.8.19: +1 -0 lines
Diff to previous 1.46.8.19 , to branch point 1.46
Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-88

Merge from emacs--cvs-trunk--0

Patches applied:

 * emacs--cvs-trunk--0  (patch 569-579)

   - Update from CVS
   - Merge from gnus--rel--5.10

 * gnus--rel--5.10  (patch 129-132)

   - Update from CVS
   - Merge from emacs--cvs-trunk--0


Revision 1.77 - (view) (download) (annotate) - [select for diffs]
Tue Oct 4 20:29:00 2005 UTC (18 years, 7 months ago) by rms
Branch: MAIN
Changes since 1.76: +1 -0 lines
Diff to previous 1.76
(flyspell-mode-on): Call ispell-maybe-find-aspell-dictionaries.


Revision 1.46.8.19 - (view) (download) (annotate) - [select for diffs]
Sun Sep 25 22:06:37 2005 UTC (18 years, 7 months ago) by miles
Branch: emacs-unicode-2
Changes since 1.46.8.18: +14 -6 lines
Diff to previous 1.46.8.18 , to branch point 1.46
Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-85

Merge from emacs--cvs-trunk--0

Patches applied:

 * emacs--cvs-trunk--0  (patch 556-561)

   - Update from CVS
   - Merge from gnus--rel--5.10

 * gnus--rel--5.10  (patch 122-124)

   - Update from CVS: lisp/mm-url.el (mm-url-decode-entities): Fix regexp.
   - Update from CVS


Revision 1.76 - (view) (download) (annotate) - [select for diffs]
Fri Sep 23 18:28:10 2005 UTC (18 years, 8 months ago) by rms
Branch: MAIN
Changes since 1.75: +14 -6 lines
Diff to previous 1.75
(flyspell-incorrect-hook, flyspell-highlight-incorrect-region)
(flyspell-highlight-duplicate-region): Doc fixes.


Revision 1.46.8.18 - (view) (download) (annotate) - [select for diffs]
Mon Sep 19 10:20:10 2005 UTC (18 years, 8 months ago) by miles
Branch: emacs-unicode-2
Changes since 1.46.8.17: +4 -4 lines
Diff to previous 1.46.8.17 , to branch point 1.46
Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-82

Merge from emacs--cvs-trunk--0

Patches applied:

 * emacs--cvs-trunk--0  (patch 542-553)

   - Update from CVS
   - Merge from gnus--rel--5.10

 * gnus--rel--5.10  (patch 116-121)

   - Merge from emacs--cvs-trunk--0
   - Update from CVS


Revision 1.75 - (view) (download) (annotate) - [select for diffs]
Sun Sep 18 12:28:29 2005 UTC (18 years, 8 months ago) by deego
Branch: MAIN
Changes since 1.74: +4 -4 lines
Diff to previous 1.74
Message format spec fixes (2)


Revision 1.46.2.20 - (view) (download) (annotate) - [select for diffs]
Fri Aug 26 10:24:29 2005 UTC (18 years, 8 months ago) by miles
Branch: lexbind
Changes since 1.46.2.19: +10 -3 lines
Diff to previous 1.46.2.19 , to branch point 1.46
Revision: miles@gnu.org--gnu-2005/emacs--lexbind--0--patch-47

Merge from emacs--cvs-trunk--0

Patches applied:

 * emacs--cvs-trunk--0  (patch 514-518)

   - Update from CVS
   - Merge from gnus--rel--5.10

 * gnus--rel--5.10  (patch 104-105)

   - Update from CVS


Revision 1.46.2.19 - (view) (download) (annotate) - [select for diffs]
Fri Aug 26 10:01:21 2005 UTC (18 years, 8 months ago) by miles
Branch: lexbind
Changes since 1.46.2.18: +2 -2 lines
Diff to previous 1.46.2.18 , to branch point 1.46
Revision: miles@gnu.org--gnu-2005/emacs--lexbind--0--patch-42

Merge from emacs--cvs-trunk--0

Patches applied:

 * emacs--cvs-trunk--0  (patch 459-473)

   - Update from CVS
   - Merge from gnus--rel--5.10

 * gnus--rel--5.10  (patch 86-87)

   - Update from CVS


Revision 1.46.2.18 - (view) (download) (annotate) - [select for diffs]
Fri Aug 26 09:55:28 2005 UTC (18 years, 8 months ago) by miles
Branch: lexbind
Changes since 1.46.2.17: +8 -43 lines
Diff to previous 1.46.2.17 , to branch point 1.46
Revision: miles@gnu.org--gnu-2005/emacs--lexbind--0--patch-41

Merge from emacs--cvs-trunk--0

Patches applied:

 * emacs--cvs-trunk--0  (patch 446-458)

   - Update from CVS
   - Update from CVS: lisp/subr.el (add-to-ordered-list): Doc fix.
   - Merge from gnus--rel--5.10

 * gnus--rel--5.10  (patch 83-85)

   - Merge from emacs--cvs-trunk--0
   - Update from CVS


Revision 1.46.8.17 - (view) (download) (annotate) - [select for diffs]
Fri Aug 26 09:49:26 2005 UTC (18 years, 8 months ago) by miles
Branch: emacs-unicode-2
Changes since 1.46.8.16: +10 -3 lines
Diff to previous 1.46.8.16 , to branch point 1.46
Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-78

Merge from emacs--cvs-trunk--0

Patches applied:

 * emacs--cvs-trunk--0  (patch 514-518)

   - Update from CVS
   - Merge from gnus--rel--5.10

 * gnus--rel--5.10  (patch 104-105)

   - Update from CVS


Revision 1.74 - (view) (download) (annotate) - [select for diffs]
Mon Aug 15 23:48:30 2005 UTC (18 years, 9 months ago) by rms
Branch: MAIN
Changes since 1.73: +7 -2 lines
Diff to previous 1.73
(flyspell-large-region): Fix doc and custom type.
(flyspell-mark-duplications-flag): Doc fix.


Revision 1.73 - (view) (download) (annotate) - [select for diffs]
Mon Aug 15 01:49:51 2005 UTC (18 years, 9 months ago) by rms
Branch: MAIN
Changes since 1.72: +1 -0 lines
Diff to previous 1.72
(flyspell-mode): Autoload a defvar.


Revision 1.72 - (view) (download) (annotate) - [select for diffs]
Sat Aug 6 17:41:14 2005 UTC (18 years, 9 months ago) by ttn
Branch: MAIN
Changes since 1.71: +2 -1 lines
Diff to previous 1.71
Update years in copyright notice; nfc.


Revision 1.46.8.16 - (view) (download) (annotate) - [select for diffs]
Thu Jul 7 12:39:41 2005 UTC (18 years, 10 months ago) by miles
Branch: emacs-unicode-2
Changes since 1.46.8.15: +2 -2 lines
Diff to previous 1.46.8.15 , to branch point 1.46
Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-68

Merge from emacs--cvs-trunk--0

Patches applied:

 * emacs--cvs-trunk--0  (patch 459-473)

   - Update from CVS
   - Merge from gnus--rel--5.10

 * gnus--rel--5.10  (patch 86-87)

   - Update from CVS


Revision 1.71 - (view) (download) (annotate) - [select for diffs]
Mon Jul 4 16:44:59 2005 UTC (18 years, 10 months ago) by lute
Branch: MAIN
Changes since 1.70: +2 -2 lines
Diff to previous 1.70
Update FSF's address.


Revision 1.46.8.15 - (view) (download) (annotate) - [select for diffs]
Thu Jun 30 00:31:42 2005 UTC (18 years, 10 months ago) by miles
Branch: emacs-unicode-2
Changes since 1.46.8.14: +8 -43 lines
Diff to previous 1.46.8.14 , to branch point 1.46
Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-67

Merge from emacs--cvs-trunk--0

Patches applied:

 * emacs--cvs-trunk--0  (patch 447-458)

   - Update from CVS
   - Update from CVS: lisp/subr.el (add-to-ordered-list): Doc fix.
   - Merge from gnus--rel--5.10

 * gnus--rel--5.10  (patch 83-85)

   - Merge from emacs--cvs-trunk--0
   - Update from CVS


Revision 1.70 - (view) (download) (annotate) - [select for diffs]
Tue Jun 28 19:07:45 2005 UTC (18 years, 10 months ago) by rms
Branch: MAIN
Changes since 1.69: +8 -43 lines
Diff to previous 1.69
(flyspell-use-local-map): Variable deleted.
(flyspell-local-mouse-map): Declaration deleted.
(flyspell-mouse-map): Bind only mouse-2.
(flyspell-mode-map): Don't test flyspell-use-local-map.
(flyspell-overlay-keymap-property-name): Var deleted.
(flyspell-mode-on): Don't make local bindings for
flyspell-mouse-map and flyspell-mode-map.
(make-flyspell-overlay): Unconditionally put on `keymap' text prop.


Revision 1.46.2.17 - (view) (download) (annotate) - [select for diffs]
Sun Jun 26 01:50:53 2005 UTC (18 years, 10 months ago) by miles
Branch: lexbind
Changes since 1.46.2.16: +18 -18 lines
Diff to previous 1.46.2.16 , to branch point 1.46
Revision: miles@gnu.org--gnu-2005/emacs--lexbind--0--patch-37

Merge from emacs--cvs-trunk--0

Patches applied:

 * emacs--cvs-trunk--0  (patch 401-422)

   - Update from CVS
   - Merge from gnus--rel--5.10
   - Remove "-face" suffix from Buffer-menu-buffer face
   - Remove "-face" suffix from antlr-mode faces
   - Remove "-face" suffix from ebrowse faces
   - Remove "-face" suffix from flymake faces
   - Remove "-face" suffix from idlwave faces
   - Remove "-face" suffix from sh-script faces
   - Remove "-face" suffix from vhdl-mode faces
   - Remove "-face" suffix from which-func face
   - Remove "-face" suffix from cperl-mode faces
   - Remove "-face" suffix from ld-script faces
   - Fix cperl-mode font-lock problem
   - Tweak which-func face

 * gnus--rel--5.10  (patch 80-82)

   - Merge from emacs--cvs-trunk--0
   - Update from CVS


Revision 1.46.2.16 - (view) (download) (annotate) - [select for diffs]
Sun Jun 26 01:48:56 2005 UTC (18 years, 10 months ago) by miles
Branch: lexbind
Changes since 1.46.2.15: +13 -10 lines
Diff to previous 1.46.2.15 , to branch point 1.46
Revision: miles@gnu.org--gnu-2005/emacs--lexbind--0--patch-36

Merge from emacs--cvs-trunk--0

Patches applied:

 * emacs--cvs-trunk--0  (patch 358-400)

   - Update from CVS
   - Remove "-face" suffix from widget faces
   - Remove "-face" suffix from custom faces
   - Remove "-face" suffix from change-log faces
   - Remove "-face" suffix from compilation faces
   - Remove "-face" suffix from diff-mode faces
   - lisp/longlines.el (longlines-visible-face): Face removed
   - Remove "-face" suffix from woman faces
   - Remove "-face" suffix from whitespace-highlight face
   - Remove "-face" suffix from ruler-mode faces
   - Remove "-face" suffix from show-paren faces
   - Remove "-face" suffix from log-view faces
   - Remove "-face" suffix from smerge faces
   - Remove "-face" suffix from show-tabs faces
   - Remove "-face" suffix from highlight-changes faces
   - Remove "-face" suffix from and downcase info faces
   - Remove "-face" suffix from pcvs faces
   - Update uses of renamed pcvs faces
   - Tweak ChangeLog
   - Remove "-face" suffix from strokes-char face
   - Remove "-face" suffix from compare-windows face
   - Remove "-face" suffix from calendar faces
   - Remove "-face" suffix from diary-button face
   - Remove "-face" suffix from testcover faces
   - Remove "-face" suffix from viper faces
   - Remove "-face" suffix from org faces
   - Remove "-face" suffix from sgml-namespace face
   - Remove "-face" suffix from table-cell face
   - Remove "-face" suffix from tex-mode faces
   - Remove "-face" suffix from texinfo-heading face
   - Remove "-face" suffix from flyspell faces
   - Remove "-face" suffix from gomoku faces
   - Remove "-face" suffix from mpuz faces


Revision 1.46.8.14 - (view) (download) (annotate) - [select for diffs]
Wed Jun 15 23:32:10 2005 UTC (18 years, 11 months ago) by miles
Branch: emacs-unicode-2
Changes since 1.46.8.13: +31 -28 lines
Diff to previous 1.46.8.13 , to branch point 1.46
Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-63

Merge from emacs--cvs-trunk--0

Patches applied:

 * emacs--cvs-trunk--0  (patch 358-423)

   - Update from CVS
   - Remove "-face" suffix from widget faces
   - Remove "-face" suffix from custom faces
   - Remove "-face" suffix from change-log faces
   - Remove "-face" suffix from compilation faces
   - Remove "-face" suffix from diff-mode faces
   - lisp/longlines.el (longlines-visible-face): Face removed
   - Remove "-face" suffix from woman faces
   - Remove "-face" suffix from whitespace-highlight face
   - Remove "-face" suffix from ruler-mode faces
   - Remove "-face" suffix from show-paren faces
   - Remove "-face" suffix from log-view faces
   - Remove "-face" suffix from smerge faces
   - Remove "-face" suffix from show-tabs faces
   - Remove "-face" suffix from highlight-changes faces
   - Remove "-face" suffix from and downcase info faces
   - Remove "-face" suffix from pcvs faces
   - Update uses of renamed pcvs faces
   - Tweak ChangeLog
   - Remove "-face" suffix from strokes-char face
   - Remove "-face" suffix from compare-windows face
   - Remove "-face" suffix from calendar faces
   - Remove "-face" suffix from diary-button face
   - Remove "-face" suffix from testcover faces
   - Remove "-face" suffix from viper faces
   - Remove "-face" suffix from org faces
   - Remove "-face" suffix from sgml-namespace face
   - Remove "-face" suffix from table-cell face
   - Remove "-face" suffix from tex-mode faces
   - Remove "-face" suffix from texinfo-heading face
   - Remove "-face" suffix from flyspell faces
   - Remove "-face" suffix from gomoku faces
   - Remove "-face" suffix from mpuz faces
   - Merge from gnus--rel--5.10
   - Remove "-face" suffix from Buffer-menu-buffer face
   - Remove "-face" suffix from antlr-mode faces
   - Remove "-face" suffix from ebrowse faces
   - Remove "-face" suffix from flymake faces
   - Remove "-face" suffix from idlwave faces
   - Remove "-face" suffix from sh-script faces
   - Remove "-face" suffix from vhdl-mode faces
   - Remove "-face" suffix from which-func face
   - Remove "-face" suffix from cperl-mode faces
   - Remove "-face" suffix from ld-script faces
   - Fix cperl-mode font-lock problem
   - Tweak which-func face

 * gnus--rel--5.10  (patch 80-82)

   - Merge from emacs--cvs-trunk--0
   - Update from CVS


Revision 1.69 - (view) (download) (annotate) - [select for diffs]
Tue Jun 14 11:36:04 2005 UTC (18 years, 11 months ago) by lektu
Branch: MAIN
Changes since 1.68: +18 -18 lines
Diff to previous 1.68
(flyspell-incorrect-hook, flyspell-maybe-correct-transposition,
flyspell-maybe-correct-doubling): Fix quoting in docstring.


Revision 1.68 - (view) (download) (annotate) - [select for diffs]
Fri Jun 10 10:46:38 2005 UTC (18 years, 11 months ago) by miles
Branch: MAIN
Changes since 1.67: +13 -10 lines
Diff to previous 1.67
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-394

Remove "-face" suffix from flyspell faces

2005-06-10  Miles Bader  <miles@gnu.org>

   * lisp/textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
   Remove "-face" suffix from face names.
   (flyspell-incorrect-face, flyspell-duplicate-face):
   New backward-compatibility aliases for renamed faces.
   (flyspell-mode-on, make-flyspell-overlay)
   (flyspell-highlight-incorrect-region)
   (flyspell-highlight-duplicate-region)
   (flyspell-display-next-corrections)
   (flyspell-auto-correct-previous-word): Use renamed flyspell faces.


Revision 1.46.8.13 - (view) (download) (annotate) - [select for diffs]
Thu Jun 9 07:12:57 2005 UTC (18 years, 11 months ago) by miles
Branch: emacs-unicode-2
Changes since 1.46.8.12: +82 -147 lines
Diff to previous 1.46.8.12 , to branch point 1.46
Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-61

Merge from emacs--cvs-trunk--0

Patches applied:

 * emacs--cvs-trunk--0  (patch 353-357)

   - Update from CVS


Revision 1.46.2.15 - (view) (download) (annotate) - [select for diffs]
Thu Jun 9 05:28:24 2005 UTC (18 years, 11 months ago) by miles
Branch: lexbind
Changes since 1.46.2.14: +82 -147 lines
Diff to previous 1.46.2.14 , to branch point 1.46
Revision: miles@gnu.org--gnu-2005/emacs--lexbind--0--patch-35

Merge from emacs--cvs-trunk--0

Patches applied:

 * emacs--cvs-trunk--0  (patch 353-357)

   - Update from CVS


Revision 1.46.2.14 - (view) (download) (annotate) - [select for diffs]
Thu Jun 9 05:26:45 2005 UTC (18 years, 11 months ago) by miles
Branch: lexbind
Changes since 1.46.2.13: +459 -320 lines
Diff to previous 1.46.2.13 , to branch point 1.46
Revision: miles@gnu.org--gnu-2005/emacs--lexbind--0--patch-34

Merge from emacs--cvs-trunk--0

Patches applied:

 * emacs--cvs-trunk--0  (patch 324-352)

   - Merge from gnus--rel--5.10
   - Update from CVS
   - etc/emacs-buffer.gdb: Remove RCS keywords

 * gnus--rel--5.10  (patch 70-79)

   - Update from CVS
   - Merge from emacs--cvs-trunk--0


Revision 1.67 - (view) (download) (annotate) - [select for diffs]
Wed Jun 8 09:47:58 2005 UTC (18 years, 11 months ago) by lute
Branch: MAIN
Changes since 1.66: +0 -5 lines
Diff to previous 1.66
(flyspell-mode-line-string): Remove autoload cookie.
(flyspell-mode): Remove defvar.


Revision 1.66 - (view) (download) (annotate) - [select for diffs]
Wed Jun 8 08:12:14 2005 UTC (18 years, 11 months ago) by lute
Branch: MAIN
Changes since 1.65: +7 -23 lines
Diff to previous 1.65
(flyspell-mode): Use define-minor-mode.


Revision 1.65 - (view) (download) (annotate) - [select for diffs]
Mon Jun 6 21:06:19 2005 UTC (18 years, 11 months ago) by monnier
Branch: MAIN
Changes since 1.64: +75 -119 lines
Diff to previous 1.64
(flyspell-auto-correct-binding, flyspell-incorrect-face)
(flyspell-duplicate-face): Use (X)Emacs-agnostic code.
(flyspell-mode-map): Don't overwrite at each load.  Remove code
redundant with the subsequent add-minor-mode.  Merge Emacs and XEmacs code.
(flyspell-word): Minor simplification.
(flyspell-math-tex-command-p): Quieten the byte-compiler.
(flyspell-external-point-words): Remove unused vars `size' and `start'.
(flyspell-do-correct): Rename from flyspell-xemacs-correct.
Merge the corresponding Emacs code.
(flyspell-correct-word, flyspell-xemacs-popup): Use flyspell-do-correct.


Revision 1.59.2.1 - (view) (download) (annotate) - [select for diffs]
Mon Jun 6 08:36:05 2005 UTC (18 years, 11 months ago) by jhd
Branch: XFT_JHD_BRANCH
Changes since 1.59: +463 -324 lines
Diff to previous 1.59
Merged from HEAD


Revision 1.46.8.12 - (view) (download) (annotate) - [select for diffs]
Mon Jun 6 02:39:37 2005 UTC (18 years, 11 months ago) by miles
Branch: emacs-unicode-2
Changes since 1.46.8.11: +459 -320 lines
Diff to previous 1.46.8.11 , to branch point 1.46
Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-57

Merge from emacs--cvs-trunk--0

Patches applied:

 * emacs--cvs-trunk--0  (patch 324-352)

   - Merge from gnus--rel--5.10
   - Update from CVS
   - etc/emacs-buffer.gdb: Remove RCS keywords

 * gnus--rel--5.10  (patch 70-79)

   - Update from CVS
   - Merge from emacs--cvs-trunk--0


Revision 1.64 - (view) (download) (annotate) - [select for diffs]
Fri Jun 3 15:02:44 2005 UTC (18 years, 11 months ago) by monnier
Branch: MAIN
Changes since 1.63: +1 -3 lines
Diff to previous 1.63
(flyspell-check-word-p): Simplify silly compatibility code.


Revision 1.1.1.1 - (view) (download) (annotate) - [select for diffs] (vendor branch)
Fri Jun 3 14:45:09 2005 UTC (18 years, 11 months ago) by monnier
Branch: FLYSPELL
CVS Tags: v1_7i
Changes since 1.1: +1724 -793 lines
Diff to previous 1.1 , to next main 1.152
''


Revision 1.63 - (view) (download) (annotate) - [select for diffs]
Sun May 29 14:36:32 2005 UTC (18 years, 11 months ago) by rms
Branch: MAIN
Changes since 1.62: +0 -1 lines
Diff to previous 1.62
(flyspell-auto-correct-previous-word):
Undo the change that moves to end of the current word.


Revision 1.62 - (view) (download) (annotate) - [select for diffs]
Sun May 29 14:27:15 2005 UTC (18 years, 11 months ago) by rms
Branch: MAIN
Changes since 1.61: +459 -317 lines
Diff to previous 1.61
(flyspell-version): Function deleted.
(flyspell-auto-correct-previous-hook): Doc fix.

(flyspell-emacs, flyspell-use-local-map): Vars moved up.
(flyspell-default-delayed-commands): add backward-delete-char-untabify.
(flyspell-abbrev-p): Default to nil.
(flyspell-use-global-abbrev-table-p): Doc fix.
(flyspell-large-region): Allow nil as value.
(flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.

(mail-mode-flyspell-verify): More robust handling
of `mail-header-separator'.  More efficient signature detection.
Allow for regexp metacharacters in message-header-separator.
Adding `To' not to be checked in mail-mode-flyspell-verify.

(flyspell-prog-mode): Run flyspell-prog-mode-hook.
(flyspell-mouse-map, flyspell-mode-map): Bind C-. and C-, .
Bind M-TAB only if flyspell-use-meta-tab.
Bind flyspell-auto-correct-binding.
(flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.

(flyspell-mode): Doc fix.
(flyspell-accept-buffer-local-defs): Preserve current buffer.
(flyspell-word-cache-result): New var, always local.
(flyspell-check-pre-word-p): Doc fix.
(flyspell-check-changed-word-p): Handle spc like newline.
(flyspell-post-command-hook): Set flyspell-word-cache-result.
(flyspell-word-search-backward, flyspell-word-search-forward): New functions.
(flyspell-word): Return t if nothing to check.
When parsing TeX code, check for after } or \.
Use flyspell-word-search-backward to find previous word.
Return nil if duplicated word.
For word already checked, return same value as last time.
Set flyspell-word-cache-result after checking.
Don't clobber the return value.
(flyspell-get-word): Major rewrite.
(flyspell-external-point-words): New locals pword, pcount.
Fix size used in progress message.
Find the proper corresponding word in flyspell-large-region-buffer.
(flyspell-region): Check for flyspell-large-region = nil.
(flyspell-highlight-incorrect-region): Clean up overlays in region.
(flyspell-auto-correct-word): Check that WORD is a cons.
(flyspell-correct-word): Likewise.
(flyspell-auto-correct-previous-word):
Narrow down to what's on the screen, and recenter overlays
at the end of the next word.


Revision 1.46.8.11 - (view) (download) (annotate) - [select for diffs]
Sat Apr 9 02:16:24 2005 UTC (19 years, 1 month ago) by miles
Branch: emacs-unicode-2
Changes since 1.46.8.10: +4 -4 lines
Diff to previous 1.46.8.10 , to branch point 1.46
Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-35

Merge from emacs--cvs-trunk--0

Patches applied:

 * emacs--cvs-trunk--0  (patch 228-240)

   - Update from CVS
   - Merge from gnus--rel--5.10

 * gnus--rel--5.10  (patch 53-58)

   - Merge from emacs--cvs-trunk--0
   - Update from CVS
   - Collapse feature addition/removal within single ChangeLog entry


Revision 1.46.2.13 - (view) (download) (annotate) - [select for diffs]
Sat Apr 9 01:15:26 2005 UTC (19 years, 1 month ago) by miles
Branch: lexbind
Changes since 1.46.2.12: +4 -4 lines
Diff to previous 1.46.2.12 , to branch point 1.46
Revision: miles@gnu.org--gnu-2005/emacs--lexbind--0--patch-27

Merge from emacs--cvs-trunk--0

Patches applied:

 * emacs--cvs-trunk--0  (patch 231-240)

   - Update from CVS
   - Merge from gnus--rel--5.10

 * gnus--rel--5.10  (patch 56-58)

   - Update from CVS
   - Collapse feature addition/removal within single ChangeLog entry


Revision 1.61 - (view) (download) (annotate) - [select for diffs]
Fri Apr 8 09:54:31 2005 UTC (19 years, 1 month ago) by stephen
Branch: MAIN
Changes since 1.60: +4 -4 lines
Diff to previous 1.60
(flyspell-large-region): Clarify docstring.


Revision 1.46.2.12 - (view) (download) (annotate) - [select for diffs]
Sat Mar 26 01:57:24 2005 UTC (19 years, 1 month ago) by miles
Branch: lexbind
Changes since 1.46.2.11: +1 -1 lines
Diff to previous 1.46.2.11 , to branch point 1.46
Revision: miles@gnu.org--gnu-2005/emacs--lexbind--0--patch-24

Merge from emacs--cvs-trunk--0

Patches applied:

 * emacs--cvs-trunk--0  (patch 204-212)

   - Clean up gdb-ui breakpoint faces
   - Update from CVS


Revision 1.46.8.10 - (view) (download) (annotate) - [select for diffs]
Thu Mar 24 18:41:25 2005 UTC (19 years, 2 months ago) by miles
Branch: emacs-unicode-2
Changes since 1.46.8.9: +1 -1 lines
Diff to previous 1.46.8.9 , to branch point 1.46
Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-29

Merge from emacs--cvs-trunk--0

Patches applied:

 * emacs--cvs-trunk--0  (patch 192-205)

   - Update from CVS
   - Use gdb-ui breakpoint faces on ttys too
   - Tweak gdb-ui breakpoint faces
   - Tweak info/.arch-inventory to identify info/.cvsignore as source
   - Clean up gdb-ui breakpoint faces


Revision 1.60 - (view) (download) (annotate) - [select for diffs]
Wed Mar 23 14:39:08 2005 UTC (19 years, 2 months ago) by rms
Branch: MAIN
Changes since 1.59: +1 -1 lines
Diff to previous 1.59
(mail-mode-flyspell-verify): Fix regexp syntax.


Revision 1.46.8.9 - (view) (download) (annotate) - [select for diffs]
Wed Mar 9 00:09:33 2005 UTC (19 years, 2 months ago) by miles
Branch: emacs-unicode-2
Changes since 1.46.8.8: +1 -1 lines
Diff to previous 1.46.8.8 , to branch point 1.46
Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-23

Merge from emacs--cvs-trunk--0

Patches applied:

 * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0  (patch 150-165)

   - Update from CVS
   - Merge from gnus--rel--5.10
   - Add info/dir to arch branch

 * miles@gnu.org--gnu-2005/gnus--rel--5.10  (patch 34-37)

   - Merge from emacs--cvs-trunk--0
   - Update from CVS


Revision 1.46.2.11 - (view) (download) (annotate) - [select for diffs]
Tue Mar 8 23:40:14 2005 UTC (19 years, 2 months ago) by miles
Branch: lexbind
Changes since 1.46.2.10: +1 -1 lines
Diff to previous 1.46.2.10 , to branch point 1.46
Revision: miles@gnu.org--gnu-2005/emacs--lexbind--0--patch-18

Merge from emacs--cvs-trunk--0

Patches applied:

 * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0  (patch 153-165)

   - Update from CVS
   - Merge from gnus--rel--5.10

 * miles@gnu.org--gnu-2005/gnus--rel--5.10  (patch 36-37)

   - Update from CVS


Revision 1.59 - (view) (download) (annotate) - [select for diffs]
Sun Mar 6 18:27:25 2005 UTC (19 years, 2 months ago) by rms
Branch: MAIN
CVS Tags: XFT_JHD_BRANCH_base
Branch point for: XFT_JHD_BRANCH
Changes since 1.58: +1 -1 lines
Diff to previous 1.58
(flyspell-large-region): Pass args differently for aspell.


Revision 1.46.2.10 - (view) (download) (annotate) - [select for diffs]
Thu Mar 3 23:54:13 2005 UTC (19 years, 2 months ago) by miles
Branch: lexbind
Changes since 1.46.2.9: +3 -2 lines
Diff to previous 1.46.2.9 , to branch point 1.46
Revision: miles@gnu.org--gnu-2005/emacs--lexbind--0--patch-14

Merge from emacs--cvs-trunk--0

Patches applied:

 * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0  (patch 129-141)

   - Update from CVS
   - Merge from gnus--rel--5.10

 * miles@gnu.org--gnu-2005/gnus--rel--5.10  (patch 31-33)

   - Merge from emacs--cvs-trunk--0
   - Update from CVS


Revision 1.46.8.8 - (view) (download) (annotate) - [select for diffs]
Thu Mar 3 10:35:22 2005 UTC (19 years, 2 months ago) by miles
Branch: emacs-unicode-2
Changes since 1.46.8.7: +3 -2 lines
Diff to previous 1.46.8.7 , to branch point 1.46
Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-21

Merge from emacs--cvs-trunk--0

Patches applied:

 * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0  (patch 129-149)

   - Update from CVS
   - Merge from gnus--rel--5.10
   - (make-text-button): Default button type if not specified
   - quick-install-emacs: Use mkdir --verbose only when requested

 * miles@gnu.org--gnu-2005/gnus--rel--5.10  (patch 31-33)

   - Merge from emacs--cvs-trunk--0
   - Update from CVS


Revision 1.58 - (view) (download) (annotate) - [select for diffs]
Sun Feb 27 10:36:38 2005 UTC (19 years, 2 months ago) by rms
Branch: MAIN
Changes since 1.57: +3 -2 lines
Diff to previous 1.57
(flyspell-mode-on): Call ispell-change-dictionary only if necessary.


Revision 1.46.2.9 - (view) (download) (annotate) - [select for diffs]
Wed Dec 8 23:31:45 2004 UTC (19 years, 5 months ago) by miles
Branch: lexbind
Changes since 1.46.2.8: +5 -9 lines
Diff to previous 1.46.2.8 , to branch point 1.46
Revision: miles@gnu.org--gnu-2004/emacs--lexbind--0--patch-76

Merge from emacs--cvs-trunk--0

Patches applied:

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-693
 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-695
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-696
   Merge from gnus--rel--5.10

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-697
 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-702
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-703
   Merge from gnus--rel--5.10

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-704
 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-707
   Update from CVS

 * miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-72
   Update from CVS

 * miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-73
   Merge from emacs--cvs-trunk--0


Revision 1.46.8.7 - (view) (download) (annotate) - [select for diffs]
Fri Nov 19 06:55:10 2004 UTC (19 years, 6 months ago) by miles
Branch: emacs-unicode-2
Changes since 1.46.8.6: +5 -9 lines
Diff to previous 1.46.8.6 , to branch point 1.46
Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-72

Merge from emacs--cvs-trunk--0

Patches applied:

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-693
 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-695
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-696
   Merge from gnus--rel--5.10

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-697
 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-702
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-703
   Merge from gnus--rel--5.10

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-704
 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-708
   Update from CVS

 * miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-72
   Update from CVS

 * miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-73
   Merge from emacs--cvs-trunk--0


Revision 1.57 - (view) (download) (annotate) - [select for diffs]
Tue Nov 16 15:29:10 2004 UTC (19 years, 6 months ago) by monnier
Branch: MAIN
Changes since 1.56: +5 -9 lines
Diff to previous 1.56
(flyspell-mouse-map): Pop the menu
when pressing rather than when releasing mouse-2.  Simplify.


Revision 1.46.2.8 - (view) (download) (annotate) - [select for diffs]
Fri Nov 12 04:21:23 2004 UTC (19 years, 6 months ago) by miles
Branch: lexbind
Changes since 1.46.2.7: +2 -4 lines
Diff to previous 1.46.2.7 , to branch point 1.46
Revision: miles@gnu.org--gnu-2004/emacs--lexbind--0--patch-74

Merge from emacs--cvs-trunk--0

Patches applied:

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-669
 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-678
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-679
   Merge from gnus--rel--5.10

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-680
 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-688
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-689
   Merge from gnus--rel--5.10

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-690
 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-691
   Update from CVS

 * miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-69
   Merge from emacs--cvs-trunk--0

 * miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-70
 - miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-71
   Update from CVS


Revision 1.46.8.6 - (view) (download) (annotate) - [select for diffs]
Fri Nov 12 02:53:04 2004 UTC (19 years, 6 months ago) by miles
Branch: emacs-unicode-2
Changes since 1.46.8.5: +2 -4 lines
Diff to previous 1.46.8.5 , to branch point 1.46
Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-70

Merge from emacs--cvs-trunk--0

Patches applied:

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-669
 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-678
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-679
   Merge from gnus--rel--5.10

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-680
 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-688
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-689
   Merge from gnus--rel--5.10

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-690
 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-691
   Update from CVS

 * miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-69
   Merge from emacs--cvs-trunk--0

 * miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-70
 - miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-71
   Update from CVS


Revision 1.56 - (view) (download) (annotate) - [select for diffs]
Sun Nov 7 03:52:04 2004 UTC (19 years, 6 months ago) by rms
Branch: MAIN
Changes since 1.55: +1 -1 lines
Diff to previous 1.55
(flyspell-external-point-words): Use goto-char instead of beginning-of-buffer.


Revision 1.55 - (view) (download) (annotate) - [select for diffs]
Thu Nov 4 10:20:35 2004 UTC (19 years, 6 months ago) by rms
Branch: MAIN
Changes since 1.54: +1 -3 lines
Diff to previous 1.54
(flyspell-word): Don't alter FOLLOWING; set it only thru `interactive' spec.


Revision 1.46.2.7 - (view) (download) (annotate) - [select for diffs]
Mon Oct 25 04:22:30 2004 UTC (19 years, 6 months ago) by miles
Branch: lexbind
Changes since 1.46.2.6: +1 -1 lines
Diff to previous 1.46.2.6 , to branch point 1.46
Revision: miles@gnu.org--gnu-2004/emacs--lexbind--0--patch-71

Merge from emacs--cvs-trunk--0

Patches applied:

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-616
 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-620
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-621
   Merge from gnus--rel--5.10

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-622
 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-625
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-626
   Merge from gnus--rel--5.10

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-627
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-628
   Merge from gnus--rel--5.10

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-629
 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-630
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-631
   Merge from gnus--rel--5.10

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-632
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-633
   Merge from gnus--rel--5.10

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-634
 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-638
   Update from CVS

 * miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-51
 - miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-52
   Update from CVS

 * miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-53
   Merge from emacs--cvs-trunk--0

 * miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-54
 - miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-55
   Update from CVS

 * miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-56
   Update from CVS: Add lisp/legacy-gnus-agent.el

 * miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-57
 - miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-58
   Update from CVS


Revision 1.46.8.5 - (view) (download) (annotate) - [select for diffs]
Fri Oct 22 10:13:51 2004 UTC (19 years, 7 months ago) by miles
Branch: emacs-unicode-2
Changes since 1.46.8.4: +1 -1 lines
Diff to previous 1.46.8.4 , to branch point 1.46
Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-62

Merge from emacs--cvs-trunk--0

Patches applied:

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-616
 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-620
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-621
   Merge from gnus--rel--5.10

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-622
 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-625
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-626
   Merge from gnus--rel--5.10

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-627
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-628
   Merge from gnus--rel--5.10

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-629
 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-630
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-631
   Merge from gnus--rel--5.10

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-632
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-633
   Merge from gnus--rel--5.10

 * miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-51
 - miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-52
   Update from CVS

 * miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-53
   Merge from emacs--cvs-trunk--0

 * miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-54
 - miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-55
   Update from CVS

 * miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-56
   Update from CVS: Add lisp/legacy-gnus-agent.el

 * miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-57
 - miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-58
   Update from CVS


Revision 1.54 - (view) (download) (annotate) - [select for diffs]
Tue Oct 19 16:54:17 2004 UTC (19 years, 7 months ago) by rms
Branch: MAIN
Changes since 1.53: +1 -1 lines
Diff to previous 1.53
(flyspell-mode): Doc fix.


Revision 1.51.2.1 - (view) (download) (annotate) - [select for diffs]
Sat Sep 4 12:01:13 2004 UTC (19 years, 8 months ago) by miles
Branch: gnus-5_10-branch
Changes since 1.51: +6 -7 lines
Diff to previous 1.51 , to next main 1.152
Revision: miles@gnu.org--gnu-2004/emacs--gnus--5.10--patch-2

Merge from lorentey@elte.hu--2004/emacs--multi-tty--0, emacs--cvs-trunk--0

Patches applied:

 * lorentey@elte.hu--2004/emacs--multi-tty--0--patch-224
   Added sorted-doc to backup regex in lib-src.

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-465
 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-482
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-483
   Build-in-place tweak

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-484
 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-486
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-487
   Tweak permissions

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-488
 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-489
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-490
   Update from CVS: man/fixit.texi (Spelling): Fix typo.

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-491
 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-494
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-495
   Update from CVS: Add missing lisp/mh-e files

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-496
 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-499
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-500
 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-522
   Update from CVS


Revision 1.46.2.6 - (view) (download) (annotate) - [select for diffs]
Sat Sep 4 09:26:23 2004 UTC (19 years, 8 months ago) by miles
Branch: lexbind
Changes since 1.46.2.5: +5 -6 lines
Diff to previous 1.46.2.5 , to branch point 1.46
Revision: miles@gnu.org--gnu-2004/emacs--lexbind--0--patch-64

Merge from emacs--cvs-trunk--0

Patches applied:

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-501
 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-513
   Update from CVS


Revision 1.46.2.5 - (view) (download) (annotate) - [select for diffs]
Sat Sep 4 09:18:39 2004 UTC (19 years, 8 months ago) by miles
Branch: lexbind
Changes since 1.46.2.4: +1 -1 lines
Diff to previous 1.46.2.4 , to branch point 1.46
Revision: miles@gnu.org--gnu-2004/emacs--lexbind--0--patch-56

Merge from emacs--cvs-trunk--0

Patches applied:

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-464
   Update from CVS: lisp/progmodes/make-mode.el: Fix comments.

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-465
 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-470
   Update from CVS


Revision 1.46.8.4 - (view) (download) (annotate) - [select for diffs]
Fri Aug 27 07:00:30 2004 UTC (19 years, 8 months ago) by miles
Branch: emacs-unicode-2
Changes since 1.46.8.3: +5 -6 lines
Diff to previous 1.46.8.3 , to branch point 1.46
Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-32

Merge from emacs--cvs-trunk--0

Patches applied:

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-486
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-487
   Tweak permissions

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-488
 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-489
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-490
   Update from CVS: man/fixit.texi (Spelling): Fix typo.

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-491
 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-494
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-495
   Update from CVS: Add missing lisp/mh-e files

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-496
 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-499
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-500
 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-513
   Update from CVS


Revision 1.53 - (view) (download) (annotate) - [select for diffs]
Sun Aug 22 17:15:55 2004 UTC (19 years, 9 months ago) by rms
Branch: MAIN
CVS Tags: after-merge-gnus-5_10, before-merge-gnus-5_10, gnus-5_10-branchpoint
Changes since 1.52: +5 -6 lines
Diff to previous 1.52
(flyspell-word): Use set-process-query-on-exit-flag.
(flyspell-highlight-duplicate-region): Take POSS as arg.
(flyspell-word): Pass POSS as arg.


Revision 1.46.8.3 - (view) (download) (annotate) - [select for diffs]
Wed Jul 28 07:05:51 2004 UTC (19 years, 9 months ago) by miles
Branch: emacs-unicode-2
Changes since 1.46.8.2: +1 -1 lines
Diff to previous 1.46.8.2 , to branch point 1.46
Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-26

Merge from emacs--cvs-trunk--0

Patches applied:

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-466
 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-470
   Update from CVS


Revision 1.52 - (view) (download) (annotate) - [select for diffs]
Sat Jul 24 21:35:56 2004 UTC (19 years, 10 months ago) by rms
Branch: MAIN
Changes since 1.51: +1 -1 lines
Diff to previous 1.51
Update author email address.


Revision 1.46.2.4 - (view) (download) (annotate) - [select for diffs]
Tue Jul 6 09:23:48 2004 UTC (19 years, 10 months ago) by miles
Branch: lexbind
Changes since 1.46.2.3: +1 -0 lines
Diff to previous 1.46.2.3 , to branch point 1.46
Revision: miles@gnu.org--gnu-2004/emacs--lexbind--0--patch-35

Merge from emacs--cvs-trunk--0

Patches applied:

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-324
 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-327
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-328
   Update from CVS: src/.gdbinit (xsymbol): Fix last change.

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-329
 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-338
   Update from CVS


Revision 1.46.8.2 - (view) (download) (annotate) - [select for diffs]
Mon Jun 28 07:29:59 2004 UTC (19 years, 10 months ago) by miles
Branch: emacs-unicode-2
Changes since 1.46.8.1: +70 -69 lines
Diff to previous 1.46.8.1 , to branch point 1.46
Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-15

Merge from emacs--cvs-trunk--0

Patches applied:

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-218
 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-220
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-221
   Restore deleted tagline in etc/TUTORIAL.ru

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-222
 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-228
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-229
   Remove TeX output files from the archive

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-230
 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-247
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-248
   src/lisp.h (CYCLE_CHECK): Macro moved from xfaces.c

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-249
 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-256
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-258
 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-263
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-264
   Update from CVS: lispref/display.texi: emacs -> Emacs.

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-265
 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-274
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-275
   Update from CVS: man/makefile.w32-in: Revert last change

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-276
 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-295
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-296
   Allow restarting an existing debugger session that's exited

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-297
 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-299
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-300
 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-327
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-328
   Update from CVS: src/.gdbinit (xsymbol): Fix last change.

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-329
 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-344
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-345
   Tweak source regexps so that building in place won't cause problems

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-346
 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-351
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-352
   Update from CVS: lisp/flymake.el: New file.

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-353
 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-361
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-362
   Support " [...]" style defaults in minibuffer-electric-default-mode

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-363
   (read-number): Use canonical format for default in prompt.

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-364
 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-367
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-368
   Improve display-supports-face-attributes-p on non-ttys

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-369
   Rewrite face-differs-from-default-p

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-370
   Move `display-supports-face-attributes-p' entirely into C code

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-371
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-372
   Simplify face-differs-from-default-p; don't consider :stipple.

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-373
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-374
   (tty_supports_face_attributes_p): Ensure attributes differ from default

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-375
 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-376
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-377
   (Fdisplay_supports_face_attributes_p): Work around bootstrapping problem

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-378
 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-380
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-381
   Face merging cleanups

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-382
 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-384
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-385
   src/xfaces.c (push_named_merge_point): Return 0 if a cycle is detected

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-386
 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-395
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-396
   Tweak arch tagging to make build/install-in-place less annoying

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-397
   Work around vc-arch problems when building eshell

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-398
   Tweak permissions

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-399
   Tweak directory permissions

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-400
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-401
   More build-in-place tweaking of arch tagging

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-402
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-403
   Yet more build-in-place tweaking of arch tagging

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-404
 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-409
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-410
   Make sure image types are initialized for lookup too

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-411
 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-416
   Update from CVS


Revision 1.51 - (view) (download) (annotate) - [select for diffs]
Sat May 22 21:52:34 2004 UTC (20 years ago) by rms
Branch: MAIN
CVS Tags: gnus-5_10-post-merge-josefsson, gnus-5_10-post-merge-yamaoka, gnus-5_10-pre-merge-josefsson, gnus-5_10-pre-merge-yamaoka
Branch point for: gnus-5_10-branch
Changes since 1.50: +1 -0 lines
Diff to previous 1.50
Maintained by FSF.


Revision 1.46.2.3 - (view) (download) (annotate) - [select for diffs]
Tue May 11 02:36:05 2004 UTC (20 years ago) by miles
Branch: lexbind
Changes since 1.46.2.2: +69 -69 lines
Diff to previous 1.46.2.2 , to branch point 1.46
Revision: miles@gnu.org--gnu-2004/emacs--lexbind--0--patch-33

Merge from emacs--cvs-trunk--0

Patches applied:

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-281
 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-295
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-296
   Allow restarting an existing debugger session that's exited

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-297
 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-299
   Update from CVS


Revision 1.50 - (view) (download) (annotate) - [select for diffs]
Sat May 8 12:48:49 2004 UTC (20 years ago) by johnw
Branch: MAIN
Changes since 1.49: +69 -69 lines
Diff to previous 1.49
2004-05-08  John Wiegley  <johnw@newartisans.com>

	* textmodes/flyspell.el (flyspell-highlight-incorrect-region):
	Ignore the read-only property when flyspell highlighting is on.
	Not ignoring it leads to a series of confusing errors.
	(flyspell-highlight-duplicate-region): Ignore read-only, as above,
	but also make sure to call flyspell-incorrect-hook.
	(flyspell-maybe-correct-transposition): Perform transposition test
	by bit twiddling a string, rather than using a temp buffer.
	(flyspell-maybe-correct-doubling): Use a string rather than a temp
	buffer.  This is also the original version of the code, which
	could not be checked in before due to a previous lack of
	assignment papers.  This version has seen heavy usage on my system
	for several years now.


Revision 1.46.8.1 - (view) (download) (annotate) - [select for diffs]
Fri Apr 16 12:50:37 2004 UTC (20 years, 1 month ago) by handa
Branch: emacs-unicode-2
CVS Tags: emacs-unicode-2-pre-sync
Changes since 1.46: +6 -3 lines
Diff to previous 1.46
Sync to HEAD


Revision 1.46.2.2 - (view) (download) (annotate) - [select for diffs]
Thu Feb 5 14:48:45 2004 UTC (20 years, 3 months ago) by uid65618
Branch: lexbind
Changes since 1.46.2.1: +5 -3 lines
Diff to previous 1.46.2.1 , to branch point 1.46
Revision: miles@gnu.org--gnu-2004/emacs--lexbind--0--patch-2

Merge from emacs--cvs-trunk

Patches applied:

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-4
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-5
   Add =cvs-sync-make-log script

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-6
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-7
   Use absolute tla-tools filenames in =cvs-sync-make-log

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-8
   Use proper arch-tag: syntax for lispintro/texinfo.tex

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-9
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-10
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-11
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-12
   Add section on button package to lisp reference manual

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-13
   Minor tweaks to Buttons section in lispref/display.texi

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-14
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-15
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-16
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-17
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-18
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-19
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-20
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-21
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-22
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-23
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-24
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-25
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-26
   Fix permission bogosities

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-27
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-28
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-29
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-30
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-31
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-32
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-33
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-34
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-35
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-36
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-37
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-38
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-39
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-40
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-41
   Make fringe-drawing stuff compile without a window-system

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-42
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-43
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-44
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-45
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-46
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-47
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-48
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-49
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-50
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-51
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-52
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-53
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-54
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-55
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-56
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-57
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-58
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-59
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-60
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-61
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-62
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-63
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-64
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-65
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-66
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-67
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-68
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-69
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-70
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-71
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-72
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-73
   Update from CVS


Revision 1.49 - (view) (download) (annotate) - [select for diffs]
Sat Jan 3 12:09:15 2004 UTC (20 years, 4 months ago) by uid65627
Branch: MAIN
CVS Tags: handa-temp-tag
Changes since 1.48: +1 -1 lines
Diff to previous 1.48
* progmodes/idlwave.el (idlwave-make-tags):
* textmodes/flyspell.el (flyspell-large-region):.
* progmodes/make-mode.el (makefile-query-by-make-minus-q):
* emulation/viper-util.el (viper-glob-unix-files):
* emacs-lisp/shadow.el (shadow-same-file-or-nonexistent):
* man.el (Man-init-defvars):
* jka-compr.el (jka-compr-call-process):
* files.el (get-free-disk-space,insert-directory):
* ediff-ptch.el (ediff-test-patch-utility):
* ediff-diff.el (ediff-test-utility):
* dired-aux.el (dired-check-process):
* mail/sendmail.el (sendmail-send-it): Don't use = or zerop to
test the return value of call-process, because it can be a string.


Revision 1.48 - (view) (download) (annotate) - [select for diffs]
Mon Dec 29 20:06:19 2003 UTC (20 years, 4 months ago) by uid65566
Branch: MAIN
Changes since 1.47: +4 -2 lines
Diff to previous 1.47
(mail-mode-flyspell-verify): Search for header separator alone on a
line, literally, and search for it backward, not forward.
(flyspell-abbrev-table): Always use global-abbrev-table if there is no
local one.


Revision 1.46.2.1 - (view) (download) (annotate) - [select for diffs]
Tue Oct 14 23:30:21 2003 UTC (20 years, 7 months ago) by miles
Branch: lexbind
Changes since 1.46: +1 -0 lines
Diff to previous 1.46
Update from arch emacs--lexbind branch


Revision 1.47 - (view) (download) (annotate) - [select for diffs]
Mon Sep 1 15:45:39 2003 UTC (20 years, 8 months ago) by miles
Branch: MAIN
Changes since 1.46: +1 -0 lines
Diff to previous 1.46
Add arch taglines


Revision 1.31.4.2 - (view) (download) (annotate) - [select for diffs]
Mon Oct 21 09:12:38 2002 UTC (21 years, 7 months ago) by lektu
Branch: EMACS_21_1_RC
CVS Tags: EMACS_21_3, EMACS_PRETEST_21_2_92, EMACS_PRETEST_21_2_93, EMACS_PRETEST_21_2_94, EMACS_PRETEST_21_2_95
Branch point for: ttn-vms-21-3-stash
Changes since 1.31.4.1: +14 -14 lines
Diff to previous 1.31.4.1 , to branch point 1.31 , to next main 1.152
Fix typo in comment.


Revision 1.46 - (view) (download) (annotate) - [select for diffs]
Wed May 8 15:26:47 2002 UTC (22 years ago) by pj
Branch: MAIN
CVS Tags: Boehm-GC-base, RMAIL-MBOX-BASE, emacs-bidi-base
Branch point for: Boehm-GC, emacs-bidi, emacs-unicode-2, lexbind, rmail-mbox-branch
Changes since 1.45: +3 -2 lines
Diff to previous 1.45
(make-flyspell-overlay): Add help text to flyspell overlays.


Revision 1.31.4.1 - (view) (download) (annotate) - [select for diffs]
Fri Apr 19 15:17:37 2002 UTC (22 years, 1 month ago) by monnier
Branch: EMACS_21_1_RC
CVS Tags: EMACS_PRETEST_21_2_91
Changes since 1.31: +1 -3 lines
Diff to previous 1.31
(flyspell-mode-map): Don't bind mouse-2.
It's bound via text-properties already.


Revision 1.45 - (view) (download) (annotate) - [select for diffs]
Thu Feb 21 01:42:22 2002 UTC (22 years, 3 months ago) by sds
Branch: MAIN
CVS Tags: emacs-unicode-base
Branch point for: emacs-unicode
Changes since 1.44: +1 -0 lines
Diff to previous 1.44
(flyspell-mode): Autoload the variable since it is used in the menu bar.


Revision 1.44 - (view) (download) (annotate) - [select for diffs]
Sun Feb 17 12:15:16 2002 UTC (22 years, 3 months ago) by abraham
Branch: MAIN
Changes since 1.43: +1 -0 lines
Diff to previous 1.43
2002-02-17  Per Abrahamsen  <abraham@dina.kvl.dk>

	* menu-bar.el (menu-bar-showhide-menu): Added speedbar.
	(menu-bar-tools-menu): Removed speedbar.

	* textmodes/ispell.el (ispell-menu-map): Added `customize-ispell'
	and `flyspell-mode' entries.

	* textmodes/flyspell.el (flyspell): Add to ispell group.


Revision 1.43 - (view) (download) (annotate) - [select for diffs]
Wed Feb 6 22:37:12 2002 UTC (22 years, 3 months ago) by pj
Branch: MAIN
Changes since 1.42: +1 -2 lines
Diff to previous 1.42
(flyspell-insert-function): Doc fix.


Revision 1.42 - (view) (download) (annotate) - [select for diffs]
Sat Feb 2 15:56:45 2002 UTC (22 years, 3 months ago) by pj
Branch: MAIN
Changes since 1.41: +149 -36 lines
Diff to previous 1.41
(flyspell-issue-message-flag): New user option.
(flyspell-mode-on, flyspell-notify-misspell)
(flyspell-small-region, flyspell-external-point-words)
(flyspell-large-region): Use it
(flyspell-before-incorrect-word-string)
(flyspell-after-incorrect-word-string): New user options.
(make-flyspell-overlay): Use them.
(flyspell-version): New function.
(flyspell-incorrect-face, flyspell-duplicate-face): Adapt face definitions
to use :weight.
(flyspell-insert-function): New user option.
(flyspell-auto-correct-word, flyspell-correct-word)
(flyspell-xemacs-correct): Use it.
(flyspell-define-abbrev): New function.
(flyspell-auto-correct-word, flyspell-correct-word)
(flyspell-xemacs-correct): Use it.
(make-flyspell-overlay): Use `evaporate' property.
(flyspell-auto-correct-word, flyspell-correct-word): Remove overlay.
(flyspell-emacs-popup): Use `session' instead of `accept'.
(flyspell-auto-correct-previous-pos): New variable.
(flyspell-auto-correct-previous-hook)
(flyspell-auto-correct-previous-word): New functions.


Revision 1.41 - (view) (download) (annotate) - [select for diffs]
Tue Jan 29 13:42:12 2002 UTC (22 years, 3 months ago) by pj
Branch: MAIN
Changes since 1.40: +16 -15 lines
Diff to previous 1.40
Minor formatting fixes in preparation of merging new version.


Revision 1.40 - (view) (download) (annotate) - [select for diffs]
Sat Jan 12 21:35:37 2002 UTC (22 years, 4 months ago) by pj
Branch: MAIN
Changes since 1.39: +1 -0 lines
Diff to previous 1.39
(flyspell-check-pre-word-p): Prevent delaying when executing keyboard
macros.


Revision 1.39 - (view) (download) (annotate) - [select for diffs]
Tue Jan 8 23:57:15 2002 UTC (22 years, 4 months ago) by rms
Branch: MAIN
Changes since 1.38: +1 -1 lines
Diff to previous 1.38
(flyspell-mode-line-string): Fix custom type.


Revision 1.38 - (view) (download) (annotate) - [select for diffs]
Mon Dec 31 20:44:44 2001 UTC (22 years, 4 months ago) by rms
Branch: MAIN
Changes since 1.37: +4 -4 lines
Diff to previous 1.37
(various face definitions): Use :weight, not :bold.


Revision 1.37 - (view) (download) (annotate) - [select for diffs]
Thu Dec 27 03:13:48 2001 UTC (22 years, 4 months ago) by rms
Branch: MAIN
Changes since 1.36: +11 -1 lines
Diff to previous 1.36
(flyspell-mode-map): New keymap, defined as before 2001-11-09.
(add-minor-mode call): Specify the keymap.


Revision 1.36 - (view) (download) (annotate) - [select for diffs]
Mon Nov 12 08:17:15 2001 UTC (22 years, 6 months ago) by pj
Branch: MAIN
Changes since 1.35: +1 -1 lines
Diff to previous 1.35
(flyspell-default-dictionary): Fix previous change.


Revision 1.35 - (view) (download) (annotate) - [select for diffs]
Mon Nov 12 06:17:27 2001 UTC (22 years, 6 months ago) by rms
Branch: MAIN
Changes since 1.34: +1 -1 lines
Diff to previous 1.34
(flyspell-default-dictionary): Fix custom type.


Revision 1.34 - (view) (download) (annotate) - [select for diffs]
Sun Nov 11 20:12:27 2001 UTC (22 years, 6 months ago) by rms
Branch: MAIN
Changes since 1.33: +7 -5 lines
Diff to previous 1.33
(flyspell-default-dictionary): Allow nil as value, and make nil the default.


Revision 1.33 - (view) (download) (annotate) - [select for diffs]
Sat Nov 10 18:36:26 2001 UTC (22 years, 6 months ago) by rms
Branch: MAIN
Changes since 1.32: +3 -54 lines
Diff to previous 1.32
(flyspell-correct-word/local-keymap): Function deleted.
(flyspell-correct-word): Old definition deleted.
(flyspell-correct-word/mouse-keymap): Renamed to flyspell-correct-word.
All references renamed too.


Revision 1.32 - (view) (download) (annotate) - [select for diffs]
Sat Nov 10 01:20:22 2001 UTC (22 years, 6 months ago) by rms
Branch: MAIN
Changes since 1.31: +10 -62 lines
Diff to previous 1.31
Use the keymap property instead of local-map, and don't use a minor-mode map.
(flyspell-mode-map): Variable deleted.
Don't mess with minor-mode-map-alist.
(calling add-minor-mode): Specify nil for keymap.
And always use add-minor-mode, now that it exists.
(flyspell-overlay-keymap-property-name): Set it to `keymap'.
(flyspell-mode-on): Don't locally bind flyspell-mouse-map
or flyspell-local-mouse-map.
(make-flyspell-overlay): Use flyspell-mouse-map directly.
(flyspell-mode): Doc fix.
(flyspell-mode-on): Don't call make-local-hook.


Revision 1.31 - (view) (download) (annotate) - [select for diffs]
Mon Jul 16 12:22:59 2001 UTC (22 years, 10 months ago) by pj
Branch: MAIN
CVS Tags: EMACS_21_1, EMACS_21_1_BASE, EMACS_21_2, EMACS_PRETEST_21_0_105, EMACS_PRETEST_21_0_106, patches_21_0_base, ttn-vms-21-2-B2, ttn-vms-21-2-B3, ttn-vms-21-2-B4
Branch point for: EMACS_21_1_RC, patches_21_0, ttn-vms-21-2-stash
Changes since 1.30: +3 -2 lines
Diff to previous 1.30
Some fixes to follow coding conventions.


Revision 1.30 - (view) (download) (annotate) - [select for diffs]
Mon Mar 26 16:31:20 2001 UTC (23 years, 2 months ago) by gerd
Branch: MAIN
CVS Tags: EMACS_PRETEST_21_0_101, EMACS_PRETEST_21_0_102, EMACS_PRETEST_21_0_103, EMACS_PRETEST_21_0_104
Branch point for: gerd_big, gerd_dbe, gerd_defvaralias, gerd_int
Changes since 1.29: +61 -41 lines
Diff to previous 1.29
Some doc fixes.
(flyspell-maybe-correct-transposition)
(flyspell-maybe-correct-doubling): Use a temporary buffer


Revision 1.29 - (view) (download) (annotate) - [select for diffs]
Mon Mar 26 13:59:00 2001 UTC (23 years, 2 months ago) by gerd
Branch: MAIN
Changes since 1.28: +26 -30 lines
Diff to previous 1.28
Backed out changes made by John Wiegley 2000-10-28.


Revision 1.28 - (view) (download) (annotate) - [select for diffs]
Tue Mar 6 10:57:09 2001 UTC (23 years, 2 months ago) by fx
Branch: MAIN
CVS Tags: EMACS_PRETEST_21_0_100
Changes since 1.27: +7 -0 lines
Diff to previous 1.27
(flyspell-region): Set up
flyspell-local-mouse-map.


Revision 1.27 - (view) (download) (annotate) - [select for diffs]
Fri Feb 16 15:04:26 2001 UTC (23 years, 3 months ago) by fx
Branch: MAIN
CVS Tags: EMACS_PRETEST_21_0_99
Changes since 1.26: +1 -1 lines
Diff to previous 1.26
(flyspell-get-word): Return string without
properties.


Revision 1.26 - (view) (download) (annotate) - [select for diffs]
Fri Feb 16 13:21:11 2001 UTC (23 years, 3 months ago) by gerd
Branch: MAIN
Changes since 1.25: +2 -0 lines
Diff to previous 1.25
(flyspell-region, flyspell-buffer):
Add autoload cookies.


Revision 1.25 - (view) (download) (annotate) - [select for diffs]
Fri Jan 26 18:52:53 2001 UTC (23 years, 3 months ago) by fx
Branch: MAIN
CVS Tags: EMACS_PRETEST_21_0_96, EMACS_PRETEST_21_0_97, EMACS_PRETEST_21_0_98, fx-branch-base
Branch point for: fx-branch
Changes since 1.24: +47 -36 lines
Diff to previous 1.24
Doc fixes.  Add :version to new options.


Revision 1.24 - (view) (download) (annotate) - [select for diffs]
Tue Jan 16 14:04:21 2001 UTC (23 years, 4 months ago) by gerd
Branch: MAIN
Changes since 1.23: +3 -3 lines
Diff to previous 1.23
(mail-mode-flyspell-verify): Check in
Subject line only if point is after the `Subject:'.


Revision 1.23 - (view) (download) (annotate) - [select for diffs]
Fri Dec 29 15:14:51 2000 UTC (23 years, 4 months ago) by gerd
Branch: MAIN
CVS Tags: EMACS_PRETEST_21_0_95
Changes since 1.22: +14 -6 lines
Diff to previous 1.22
(mail-mode-flyspell-verify): Spell-check
in Subject line.


Revision 1.22 - (view) (download) (annotate) - [select for diffs]
Wed Nov 22 21:05:36 2000 UTC (23 years, 6 months ago) by monnier
Branch: MAIN
CVS Tags: EMACS_PRETEST_21_0_92, EMACS_PRETEST_21_0_93
Changes since 1.21: +5 -1 lines
Diff to previous 1.21
(flyspell-prog-text-faces): New var.
(flyspell-generic-progmode-verify): Use it.


Revision 1.21 - (view) (download) (annotate) - [select for diffs]
Sun Nov 12 13:23:23 2000 UTC (23 years, 6 months ago) by miles
Branch: MAIN
CVS Tags: EMACS_PRETEST_21_0_90, EMACS_PRETEST_21_0_91
Changes since 1.20: +1 -1 lines
Diff to previous 1.20
(flyspell-mode-on): Only output welcome message if interactive.


Revision 1.20 - (view) (download) (annotate) - [select for diffs]
Sun Oct 29 05:13:09 2000 UTC (23 years, 6 months ago) by johnw
Branch: MAIN
Changes since 1.19: +30 -26 lines
Diff to previous 1.19
See ChangeLog


Revision 1.19 - (view) (download) (annotate) - [select for diffs]
Wed Jul 26 13:04:05 2000 UTC (23 years, 9 months ago) by gerd
Branch: MAIN
Changes since 1.18: +1 -1 lines
Diff to previous 1.18
(flyspell-mouse-map): Use `map' instead
of flyspell-mouse-map.


Revision 1.18 - (view) (download) (annotate) - [select for diffs]
Mon Jul 24 18:36:17 2000 UTC (23 years, 10 months ago) by gerd
Branch: MAIN
Changes since 1.17: +1092 -334 lines
Diff to previous 1.17
Update to author's version 1.5d.


Revision 1.17 - (view) (download) (annotate) - [select for diffs]
Sun Feb 20 19:02:41 2000 UTC (24 years, 3 months ago) by fx
Branch: MAIN
Changes since 1.16: +35 -24 lines
Diff to previous 1.16
(flyspell-mouse-map): Change definition
and assignments to it.
(flyspell-mode-on): Define flyspell-local-mouse-map, inheriting
current local map.
(make-flyspell-overlay): Use it.
(flyspell-correct-word/mouse-keymap): Change XEmacs test.


Revision 1.16 - (view) (download) (annotate) - [select for diffs]
Mon Jul 12 16:01:16 1999 UTC (24 years, 10 months ago) by rms
Branch: MAIN
CVS Tags: EMACS_20_4
Changes since 1.15: +24 -20 lines
Diff to previous 1.15
(flyspell-get-word): Add special handling for when ispell-otherchars is empty.


Revision 1.15 - (view) (download) (annotate) - [select for diffs]
Tue Mar 9 03:29:04 1999 UTC (25 years, 2 months ago) by kwzh
Branch: MAIN
Changes since 1.14: +2 -0 lines
Diff to previous 1.14
(flyspell-mode-on): Use
change-major-mode-hook.


Revision 1.14 - (view) (download) (annotate) - [select for diffs]
Fri Jan 15 14:47:50 1999 UTC (25 years, 4 months ago) by rms
Branch: MAIN
Changes since 1.13: +1 -1 lines
Diff to previous 1.13
(make-flyspell-overlay): fix front stickiness.


Revision 1.13 - (view) (download) (annotate) - [select for diffs]
Sun Dec 27 03:15:10 1998 UTC (25 years, 4 months ago) by rms
Branch: MAIN
Changes since 1.12: +19 -12 lines
Diff to previous 1.12
If local-maps work, don't put
flyspell-mode-map in minor-mode-map-alist; bind mouse-2 and M-TAB
in flyspell-mouse-map (only).
(flyspell-use-local-map): New variable.
Use a different mouse-2 binding in that case,
and don't add to minor-mode-map-alist.
(make-flyspell-overlay, flyspell-correct-word):
Test flyspell-use-local-map.


Revision 1.12 - (view) (download) (annotate) - [select for diffs]
Tue Dec 1 00:50:45 1998 UTC (25 years, 5 months ago) by rms
Branch: MAIN
Changes since 1.11: +4 -1 lines
Diff to previous 1.11
(flyspell-check-word-p): Don't delay inside a kbd macro.


Revision 1.11 - (view) (download) (annotate) - [select for diffs]
Thu Sep 10 16:07:02 1998 UTC (25 years, 8 months ago) by kwzh
Branch: MAIN
Changes since 1.10: +13 -6 lines
Diff to previous 1.10
(flyspell-mode-on): Make the
ispell-... variables permanent locals.
(flyspell-mode-off): Add autoload cookie.


Revision 1.10 - (view) (download) (annotate) - [select for diffs]
Thu Sep 10 16:05:59 1998 UTC (25 years, 8 months ago) by kwzh
Branch: MAIN
Changes since 1.9: +2 -2 lines
Diff to previous 1.9
(flyspell-mode-on): fix kill-buffer-hook
to make killing of ispell process work even if
kill-all-local-variables has been run.


Revision 1.9 - (view) (download) (annotate) - [select for diffs]
Fri Sep 4 20:02:13 1998 UTC (25 years, 8 months ago) by kwzh
Branch: MAIN
Changes since 1.8: +12 -9 lines
Diff to previous 1.8
(flyspell-mode): Do nothing if mode
remains on or remains off.
(flyspell-multi-language-p): Default changed to nil.


Revision 1.8 - (view) (download) (annotate) - [select for diffs]
Sun Aug 9 00:58:10 1998 UTC (25 years, 9 months ago) by rms
Branch: MAIN
Changes since 1.7: +0 -1 lines
Diff to previous 1.7
Don't require font-lock.


Revision 1.7 - (view) (download) (annotate) - [select for diffs]
Sat Aug 8 23:44:03 1998 UTC (25 years, 9 months ago) by rms
Branch: MAIN
Changes since 1.6: +18 -34 lines
Diff to previous 1.6
(flyspell-command-hook): Option deleted.
(flyspell-mode-on): Delete code to handle flyspell-command-hook.
(flyspell-mode-off): Likewise.
(flyspell-mark-duplications-flag): Doc fix.
(flyspell-duplicate-distance): Doc fix.
(flyspell-duplicate-face): Doc fix.


Revision 1.6 - (view) (download) (annotate) - [select for diffs]
Sat Aug 8 06:17:03 1998 UTC (25 years, 9 months ago) by rms
Branch: MAIN
Changes since 1.5: +3 -1 lines
Diff to previous 1.5
(flyspell-persistent-highlight): Doc fix.


Revision 1.5 - (view) (download) (annotate) - [select for diffs]
Mon Aug 3 03:27:54 1998 UTC (25 years, 9 months ago) by rms
Branch: MAIN
Changes since 1.4: +59 -42 lines
Diff to previous 1.4
(flyspell-duplicate-distance): Doc fix; change default to 10000.
(flyspell-mode-on): Fix the welcome message to deal with
how the binding for flyspell-auto-correct-word is now made.
(flyspell-delay, flyspell-delayed-commands): Doc fixes.
(flyspell-mode-off): Kill Ispell only if it is per-buffer.

(flyspell-mode-map): Explicitly bind M-TAB.
(flyspell-auto-correct-binding): Variable deleted.
(flyspell-incorrect-face, flyspell-duplicate-face): Fix typos.
(flyspell-check-pre-word-p): Check for word syntax in previous char.
(flyspell-word): Set process-kill-without-query for Ispell.
(flyspell-region): Put region args in order; use right percantage.
(flyspell-properties-at-p): Rename arg to POS; doc fix.
(flyspell-highlight-incorrect-region):
Check flyspell-highlight-properties first.
(flyspell-highlight-duplicate-region): Likewise.
(flyspell-auto-correct-word): Doc fix.


Revision 1.4 - (view) (download) (annotate) - [select for diffs]
Wed Jul 29 03:21:32 1998 UTC (25 years, 9 months ago) by rms
Branch: MAIN
Changes since 1.3: +87 -140 lines
Diff to previous 1.3
(flyspell-emacs-popup): Renamed from flyspell-gnuemacs-popup.  Callers changed.
(push): Macro deleted.  Callers changed to do it explicitly.
(flyspell-incorrect-face, flyspell-duplicate-face): Use defface.
(flyspell-incorrect-color): Variable deleted.
(flyspell-duplicate-color): Variable deleted.
(flyspell-underline-p): Variable deleted.
(flyspell-font-lock-make-face): Function deleted.
(flyspell-mark-duplications-flag): Renamed from flyspell-doublon-as-error-flag.
(flyspell-mode-on): Delete the debugging message.
(flyspell-mode-off): Delete the debugging message.
(flyspell-mode-on): Set flyspell-generic-check-word-p
from the flyspell-mode-predicate property.
(texinfo-mode, mail-mode, message-mode):
Set flyspell-mode-predicate property.


Revision 1.3 - (view) (download) (annotate) - [select for diffs]
Tue Jun 30 03:10:18 1998 UTC (25 years, 10 months ago) by done
Branch: MAIN
Changes since 1.2: +2 -1 lines
Diff to previous 1.2
*** empty log message ***


Revision 1.2 - (view) (download) (annotate) - [select for diffs]
Fri Jun 26 01:27:40 1998 UTC (25 years, 11 months ago) by rms
Branch: MAIN
Changes since 1.1: +31 -144 lines
Diff to previous 1.1
Delete defcustom definition.
(flyspell-auto-correct-binding): Fix custom type.
(mail-mode-flyspell-verify): Check for `Subject:'.
(flyspell-mouse-map): Use cond, not if.
(flyspell-region): Update message only every 100 actions.


Revision 1.1 - (view) (download) (annotate) - [select for diffs]
Fri Jun 26 01:24:05 1998 UTC (25 years, 11 months ago) by rms
Branch: MAIN
Branch point for: FLYSPELL
Initial revision


This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, select a symbolic revision name using the selection box, or choose 'Use Text Field' and enter a numeric revision.

  Diffs between and
  Type of Diff should be a

Sort log by:

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26