Glenn Morris | 1 Apr 2010 09:10
Picon

/srv/bzr/emacs/trunk r99797: Cosmetic change to src/Makefile.in.

------------------------------------------------------------
revno: 99797
committer: Glenn Morris <rgm <at> gnu.org>
branch nick: trunk
timestamp: Thu 2010-04-01 00:10:31 -0700
message:
  Cosmetic change to src/Makefile.in.

  * Makefile.in (LIBTIFF, LIBJPEG, LIBPNG, LIBGIF, LIBXPM, XFT_LIBS):
  Define as Makefile variables.
  (LIBX): Use above variables rather than directly using autoconf.
modified:
  src/ChangeLog
  src/Makefile.in
=== modified file 'src/ChangeLog'
--- a/src/ChangeLog	2010-03-31 22:28:12 +0000
+++ b/src/ChangeLog	2010-04-01 07:10:31 +0000
 <at>  <at>  -1,3 +1,9  <at>  <at> 
+2010-04-01  Glenn Morris  <rgm <at> gnu.org>
+
+	* Makefile.in (LIBTIFF, LIBJPEG, LIBPNG, LIBGIF, LIBXPM, XFT_LIBS):
+	Define as Makefile variables.
+	(LIBX): Use above variables rather than directly using autoconf.
+
 2010-03-31  Dan Nicolaescu  <dann <at> ics.uci.edu>

 	Clean up BSD_SYSTEM use.

(Continue reading)

Katsumi Yamaoka | 1 Apr 2010 12:55
Favicon
Gravatar

/srv/bzr/emacs/trunk r99798: (Finding the News): Add pointers to the Server buffer because it's essential.

------------------------------------------------------------
revno: 99798 [merge]
committer: Katsumi Yamaoka <yamaoka <at> jpl.org>
branch nick: trunk
timestamp: Thu 2010-04-01 10:55:55 +0000
message:
  (Finding the News): Add pointers to the Server buffer because it's essential.
  By Teodor Zlatanov <tzz <at> lifelogs.com>.
modified:
  doc/misc/ChangeLog
  doc/misc/gnus.texi
=== modified file 'doc/misc/ChangeLog'
--- a/doc/misc/ChangeLog	2010-03-31 00:08:42 +0000
+++ b/doc/misc/ChangeLog	2010-04-01 10:55:01 +0000
 <at>  <at>  -1,3 +1,8  <at>  <at> 
+2010-04-01  Teodor Zlatanov  <tzz <at> lifelogs.com>
+
+	* gnus.texi (Finding the News): Add pointers to the Server buffer
+	because it's essential.
+
 2010-03-31  Katsumi Yamaoka  <yamaoka <at> jpl.org>

 	* gnus.texi (MIME Commands): Update description of

=== modified file 'doc/misc/gnus.texi'
--- a/doc/misc/gnus.texi	2010-03-31 00:08:42 +0000
+++ b/doc/misc/gnus.texi	2010-04-01 10:55:01 +0000
 <at>  <at>  -996,6 +996,15  <at>  <at> 
(Continue reading)

Eli Zaretskii | 1 Apr 2010 14:37
Picon

/srv/bzr/emacs/trunk r99799: Fix bug #5816.

------------------------------------------------------------
revno: 99799
committer: Eli Zaretskii <eliz <at> gnu.org>
branch nick: trunk
timestamp: Thu 2010-04-01 15:37:28 +0300
message:
  Fix bug #5816.

   xdisp.c (set_cursor_from_row): Fix cursor positioning when the
   string with `cursor' property comes from an `after-string' overlay.
modified:
  src/ChangeLog
  src/xdisp.c
=== modified file 'src/ChangeLog'
--- a/src/ChangeLog	2010-04-01 07:10:31 +0000
+++ b/src/ChangeLog	2010-04-01 12:37:28 +0000
 <at>  <at>  -1,3 +1,9  <at>  <at> 
+2010-04-01  Eli Zaretskii  <eliz <at> gnu.org>
+
+	* xdisp.c (set_cursor_from_row): Fix cursor positioning when the
+	string with `cursor' property comes from an `after-string'
+	overlay.  (Bug#5816)
+
 2010-04-01  Glenn Morris  <rgm <at> gnu.org>

 	* Makefile.in (LIBTIFF, LIBJPEG, LIBPNG, LIBGIF, LIBXPM, XFT_LIBS):

=== modified file 'src/xdisp.c'
(Continue reading)

Eli Zaretskii | 1 Apr 2010 16:59
Picon

/srv/bzr/emacs/trunk r99800: Remove support for DJGPP v1.x (bug#5813).

------------------------------------------------------------
revno: 99800
committer: Eli Zaretskii <eliz <at> gnu.org>
branch nick: trunk
timestamp: Thu 2010-04-01 17:59:46 +0300
message:
  Remove support for DJGPP v1.x (bug#5813).

   src/:
   w16select.c (__dpmi_int): Remove DJGPP v1.x compatibility.
   s/msdos.h: 
   unexec.c (make_hdr, copy_text_and_data): 
   sysdep.c (wait_for_termination, sys_subshell): 
   msdos.c (dos_set_window_size, msdos_set_cursor_shape)
   (IT_set_terminal_modes): 
   (__write, _rename, gethostname, gettimeofday, alarm, fork, kill)
   (dos_ttraw, dos_ttcooked, run_msdos_command, abort): Remove DJGPP
   v1.x code and tests of the value of __DJGPP__.
   (nice, pause, sigsetmask, sigblock): Remove DJGPP v1.x
   compatibility code.
   lread.c: 
   gmalloc.c (memalign): 
   fileio.c (Fcopy_file, check_executable, Ffile_modes): 
   emacs.c (main): 
   dosfns.c (init_dosfns): 
   dired.c (file_name_completion_stat): Remove tests of __DJGPP__.

   msdos/:
   sed3.inp:
   sed2.inp:
(Continue reading)

Chong Yidong | 1 Apr 2010 17:15
Favicon

/srv/bzr/emacs/emacs-23 r99709: Fix typo.

------------------------------------------------------------
revno: 99709
committer: Chong Yidong <cyd <at> stupidchicken.com>
branch nick: emacs-23
timestamp: Thu 2010-04-01 11:15:28 -0400
message:
  Fix typo.
modified:
  doc/lispref/nonascii.texi
=== modified file 'doc/lispref/nonascii.texi'
--- a/doc/lispref/nonascii.texi	2010-01-13 08:35:10 +0000
+++ b/doc/lispref/nonascii.texi	2010-04-01 15:15:28 +0000
 <at>  <at>  -37,7 +37,7  <at>  <at> 

   Emacs buffers and strings support a large repertoire of characters
 from many different scripts, allowing users to type and display text
-in most any known written language.
+in almost any known written language.

  <at> cindex character codepoint
  <at> cindex codespace

_______________________________________________
Emacs-diffs mailing list
Emacs-diffs <at> gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-diffs
(Continue reading)

Eli Zaretskii | 1 Apr 2010 17:29
Picon

/srv/bzr/emacs/trunk r99802: Remove support for DJGPP v1.x (bug#5813).

------------------------------------------------------------
revno: 99802
committer: Eli Zaretskii <eliz <at> gnu.org>
branch nick: trunk
timestamp: Thu 2010-04-01 18:29:04 +0300
message:
  Remove support for DJGPP v1.x (bug#5813).

   CPP-DEFINES (__DJGPP__, __GO32__): Remove, no longer used.
modified:
  admin/CPP-DEFINES
  admin/ChangeLog
=== modified file 'admin/CPP-DEFINES'
--- a/admin/CPP-DEFINES	2010-03-30 02:47:23 +0000
+++ b/admin/CPP-DEFINES	2010-04-01 15:29:04 +0000
 <at>  <at>  -7,9 +7,7  <at>  <at> 
 __CYGWIN__	Ditto
 MSDOS		Compiling the MS-DOS port.
 __MSDOS__	Ditto.
-__DJGPP__	Major version number of the DJGPP library for the DOS port.
-__DJGPP_MINOR__ Minor version number of the DJGPP library.
-__GO32__	Compiling the DOS port with DJGPP v1.x (obsolete).
+__DJGPP_MINOR__ Minor version number of the DJGPP library; used only in msdos.c and dosfns.c.
 DOS_NT		Compiling for either the MS-DOS or native MS-Windows port.
 WINDOWSNT	Compiling the native MS-Windows (W32) port.
 __MINGW32__	Compiling the W32 port with the MinGW port of GCC.

=== modified file 'admin/ChangeLog'
(Continue reading)

Eli Zaretskii | 1 Apr 2010 17:15
Picon

/srv/bzr/emacs/trunk r99801: msdos.c: Fix last change.

------------------------------------------------------------
revno: 99801
committer: Eli Zaretskii <eliz <at> gnu.org>
branch nick: trunk
timestamp: Thu 2010-04-01 18:15:16 +0300
message:
  msdos.c: Fix last change.
modified:
  src/msdos.c
=== modified file 'src/msdos.c'
--- a/src/msdos.c	2010-04-01 14:59:46 +0000
+++ b/src/msdos.c	2010-04-01 15:15:16 +0000
 <at>  <at>  -4450,6 +4450,12  <at>  <at> 
   exit (1);
 }
 
+/*
+ * A few unimplemented functions that we silently ignore.
+ */
+setpgrp () {return 0; }
+setpriority (x,y,z) int x,y,z; { return 0; }
+
 #if __DJGPP__ == 2 && __DJGPP_MINOR__ < 2

 #ifdef POSIX_SIGNALS

(Continue reading)

Chong Yidong | 1 Apr 2010 17:24
Favicon

/srv/bzr/emacs/emacs-23 r99710: Fix markup mistake in nonascii.texi.

------------------------------------------------------------
revno: 99710
committer: Chong Yidong <cyd <at> stupidchicken.com>
branch nick: emacs-23
timestamp: Thu 2010-04-01 11:24:53 -0400
message:
  Fix markup mistake in nonascii.texi.

  * nonascii.texi (Text Representations): Don't mark enable-multibyte-characters as a user option.
modified:
  doc/lispref/ChangeLog
  doc/lispref/nonascii.texi
=== modified file 'doc/lispref/ChangeLog'
--- a/doc/lispref/ChangeLog	2010-03-31 09:43:53 +0000
+++ b/doc/lispref/ChangeLog	2010-04-01 15:24:53 +0000
 <at>  <at>  -1,3 +1,8  <at>  <at> 
+2010-04-01  Chong Yidong  <cyd <at> stupidchicken.com>
+
+	* nonascii.texi (Text Representations): Don't mark
+	enable-multibyte-characters as a user option.
+
 2010-03-31  Eli Zaretskii  <eliz <at> gnu.org>

 	* control.texi (Handling Errors): How to re-throw a signal caught

=== modified file 'doc/lispref/nonascii.texi'
--- a/doc/lispref/nonascii.texi	2010-04-01 15:15:28 +0000
+++ b/doc/lispref/nonascii.texi	2010-04-01 15:24:53 +0000
(Continue reading)

Andreas Schwab | 1 Apr 2010 17:34

/srv/bzr/emacs/emacs-23 r99711: Use correct coding system when verifying a pgp signed message

------------------------------------------------------------
revno: 99711
committer: Andreas Schwab <schwab <at> linux-m68k.org>
branch nick: emacs
timestamp: Thu 2010-04-01 17:34:05 +0200
message:
  Use correct coding system when verifying a pgp signed message

  * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
  if set.
modified:
  lisp/gnus/ChangeLog
  lisp/gnus/mm-uu.el
=== modified file 'lisp/gnus/ChangeLog'
--- a/lisp/gnus/ChangeLog	2010-03-29 10:16:23 +0000
+++ b/lisp/gnus/ChangeLog	2010-04-01 15:34:05 +0000
 <at>  <at>  -1,3 +1,8  <at>  <at> 
+2010-04-01  Andreas Schwab  <schwab <at> linux-m68k.org>
+
+	* mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
+	if set.
+
 2010-03-29  Katsumi Yamaoka  <yamaoka <at> jpl.org>

 	* mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.

=== modified file 'lisp/gnus/mm-uu.el'
--- a/lisp/gnus/mm-uu.el	2010-01-13 08:35:10 +0000
(Continue reading)

Dan Nicolaescu | 2 Apr 2010 01:08
Picon

/srv/bzr/emacs/trunk r99803: Remove all uses of LIBX11_SYSTEM.

------------------------------------------------------------
revno: 99803
committer: Dan Nicolaescu <dann <at> ics.uci.edu>
branch nick: trunk
timestamp: Thu 2010-04-01 16:08:14 -0700
message:
  Remove all uses of LIBX11_SYSTEM.
  * Makefile.in (LIBX11_SYSTEM): Remove.
  * s/msdos.h (LIBX11_SYSTEM): Do not define, define LIBS_SYSTEM
  instead.

  * configure.in: Remove all references to LIBX11_SYSTEM.
modified:
  ChangeLog
  admin/CPP-DEFINES
  configure
  configure.in
  src/ChangeLog
  src/Makefile.in
  src/s/msdos.h
=== modified file 'ChangeLog'
--- a/ChangeLog	2010-03-30 02:47:23 +0000
+++ b/ChangeLog	2010-04-01 23:08:14 +0000
 <at>  <at>  -1,3 +1,7  <at>  <at> 
+2010-04-01  Dan Nicolaescu  <dann <at> ics.uci.edu>
+
+	* configure.in: Remove all references to LIBX11_SYSTEM.
+
(Continue reading)


Gmane