emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r102233: Mere anarchy is loosed upon


From: Glenn Morris
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r102233: Mere anarchy is loosed upon the world.
Date: Tue, 02 Nov 2010 20:40:54 -0700
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 102233
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Tue 2010-11-02 20:40:54 -0700
message:
  Mere anarchy is loosed upon the world.
  * doc/misc/gnus.texi (Agent Variables): Spelling fix.
modified:
  doc/misc/ChangeLog
  doc/misc/gnus.texi
  lisp/emulation/viper-init.el
  lisp/gnus/ChangeLog.2
  src/buffer.h
=== modified file 'doc/misc/ChangeLog'
--- a/doc/misc/ChangeLog        2010-10-31 22:31:24 +0000
+++ b/doc/misc/ChangeLog        2010-11-03 03:40:54 +0000
@@ -1,3 +1,7 @@
+2010-11-03  Glenn Morris  <address@hidden>
+
+       * gnus.texi (Agent Variables): Spelling fix.
+
 2010-10-31  Lars Magne Ingebrigtsen  <address@hidden>
 
        * gnus.texi (Paging the Article): Document C-u g/C-u C-u g.

=== modified file 'doc/misc/gnus.texi'
--- a/doc/misc/gnus.texi        2010-10-31 22:31:24 +0000
+++ b/doc/misc/gnus.texi        2010-11-03 03:40:54 +0000
@@ -19840,7 +19840,7 @@
 performance.  A small value minimizes the time lost should the
 connection be lost while fetching (You may need to run
 @code{gnus-agent-regenerate-group} to update the group's state.
-However, all articles parsed prior to loosing the connection will be
+However, all articles parsed prior to losing the connection will be
 available while unplugged).  The default is 10M so it is unusual to
 see any cycling.
 

=== modified file 'lisp/emulation/viper-init.el'
--- a/lisp/emulation/viper-init.el      2010-08-29 16:17:13 +0000
+++ b/lisp/emulation/viper-init.el      2010-11-03 03:40:54 +0000
@@ -784,7 +784,7 @@
 
 ;; These two vars control the interaction of jumps performed by ' and `.
 ;; In this new version, '' doesn't erase the marks set by ``, so one can
-;; use both kinds of jumps interchangeably and without loosing positions
+;; use both kinds of jumps interchangeably and without losing positions
 ;; inside the lines.
 
 ;; Remembers position of the last jump done using ``'.

=== modified file 'lisp/gnus/ChangeLog.2'
--- a/lisp/gnus/ChangeLog.2     2010-10-24 21:36:09 +0000
+++ b/lisp/gnus/ChangeLog.2     2010-11-03 03:40:54 +0000
@@ -16433,7 +16433,7 @@
 2001-01-09  Didier Verna  <address@hidden>
 
        * gnus-agent.el: Moved some XEmacs specific hook add-ons from
-       `gnus-xmas-[re]define' to avoid loosing user custom settings.
+       `gnus-xmas-[re]define' to avoid losing user custom settings.
        * gnus-art.el: Ditto.
        * gnus-group.el: Ditto.
        * gnus-salt.el: Ditto.

=== modified file 'src/buffer.h'
--- a/src/buffer.h      2010-09-24 19:30:13 +0000
+++ b/src/buffer.h      2010-11-03 03:40:54 +0000
@@ -1,7 +1,8 @@
 /* Header file for the buffer manipulation primitives.
-   Copyright (C) 1985, 1986, 1993, 1994, 1995, 1997, 1998, 1999, 2000, 2001,
-                 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010
-                 Free Software Foundation, Inc.
+
+Copyright (C) 1985, 1986, 1993, 1994, 1995, 1997, 1998, 1999, 2000,
+  2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010
+  Free Software Foundation, Inc.
 
 This file is part of GNU Emacs.
 
@@ -459,7 +460,7 @@
     struct Lisp_Marker *markers;
 
     /* Usually 0.  Temporarily set to 1 in decode_coding_gap to
-       prevent Fgarbage_collect from shrinking the gap and loosing
+       prevent Fgarbage_collect from shrinking the gap and losing
        not-yet-decoded bytes.  */
     int inhibit_shrinking;
   };
@@ -1019,5 +1020,3 @@
 #define PER_BUFFER_VALUE(BUFFER, OFFSET) \
       (*(Lisp_Object *)((OFFSET) + (char *) (BUFFER)))
 
-/* arch-tag: 679305dd-d41c-4a50-b170-3caf5c97b2d1
-   (do not change this comment) */


reply via email to

[Prev in Thread] Current Thread [Next in Thread]