[Emacs-diffs] Changes to emacs/lisp/progmodes/cc-vars.el

2005-05-01 Thread Nick Roberts
Index: emacs/lisp/progmodes/cc-vars.el diff -c emacs/lisp/progmodes/cc-vars.el:1.37 emacs/lisp/progmodes/cc-vars.el:1.38 *** emacs/lisp/progmodes/cc-vars.el:1.37Fri Dec 31 14:52:17 2004 --- emacs/lisp/progmodes/cc-vars.el Mon May 2 00:30:14 2005 *** *** 1476,1481 ---

[Emacs-diffs] Changes to emacs/src/emacs.c

2005-05-01 Thread Jason Rumney
Index: emacs/src/emacs.c diff -c emacs/src/emacs.c:1.365 emacs/src/emacs.c:1.366 *** emacs/src/emacs.c:1.365 Thu Apr 28 03:01:07 2005 --- emacs/src/emacs.c Mon May 2 00:23:27 2005 *** *** 323,338 --xrm XRESOURCESset additional X resources\n\ --help

[Emacs-diffs] Changes to emacs/src/ChangeLog

2005-05-01 Thread Jason Rumney
Index: emacs/src/ChangeLog diff -c emacs/src/ChangeLog:1.4365 emacs/src/ChangeLog:1.4366 *** emacs/src/ChangeLog:1.4365 Sun May 1 23:22:38 2005 --- emacs/src/ChangeLog Mon May 2 00:22:11 2005 *** *** 1,3 --- 1,7 + 2005-05-02 Jason Rumney <[EMAIL PROTECTED]> + + * e

[Emacs-diffs] Changes to emacs/src/sysselect.h

2005-05-01 Thread Thien-Thi Nguyen
Index: emacs/src/sysselect.h diff -c emacs/src/sysselect.h:1.3 emacs/src/sysselect.h:1.4 *** emacs/src/sysselect.h:1.3 Mon Sep 1 15:45:56 2003 --- emacs/src/sysselect.h Sun May 1 23:12:57 2005 *** *** 18,24 the Free Software Foundation, Inc., 59 Temple Place - Suite 330

[Emacs-diffs] Changes to emacs/src/ChangeLog

2005-05-01 Thread Thien-Thi Nguyen
Index: emacs/src/ChangeLog diff -c emacs/src/ChangeLog:1.4363 emacs/src/ChangeLog:1.4364 *** emacs/src/ChangeLog:1.4363 Sun May 1 22:26:10 2005 --- emacs/src/ChangeLog Sun May 1 23:15:12 2005 *** *** 1,3 --- 1,7 + 2005-05-02 Nozomu Ando <[EMAIL PROTECTED]> + + * sy

[Emacs-diffs] Changes to emacs/src/ChangeLog

2005-05-01 Thread Thien-Thi Nguyen
Index: emacs/src/ChangeLog diff -c emacs/src/ChangeLog:1.4364 emacs/src/ChangeLog:1.4365 *** emacs/src/ChangeLog:1.4364 Sun May 1 23:15:12 2005 --- emacs/src/ChangeLog Sun May 1 23:22:38 2005 *** *** 6,12 * charset.c (Fchars_in_region): Remove as obsolete. ! 005-05

[Emacs-diffs] Changes to emacs/lisp/ChangeLog

2005-05-01 Thread Nick Roberts
Index: emacs/lisp/ChangeLog diff -c emacs/lisp/ChangeLog:1.7432 emacs/lisp/ChangeLog:1.7433 *** emacs/lisp/ChangeLog:1.7432 Sun May 1 22:33:16 2005 --- emacs/lisp/ChangeLogSun May 1 22:51:13 2005 *** *** 4,9 --- 4,11 2005-05-02 Nick Roberts <[EMAIL PROTECTED]>

[Emacs-diffs] Changes to emacs/lisp/progmodes/cc-mode.el

2005-05-01 Thread Nick Roberts
Index: emacs/lisp/progmodes/cc-mode.el diff -c emacs/lisp/progmodes/cc-mode.el:1.37 emacs/lisp/progmodes/cc-mode.el:1.38 *** emacs/lisp/progmodes/cc-mode.el:1.37Sat Apr 30 05:16:49 2005 --- emacs/lisp/progmodes/cc-mode.el Sun May 1 22:52:29 2005 *** *** 640,646 ;;;#

[Emacs-diffs] Changes to emacs/lisp/emulation/cua-base.el

2005-05-01 Thread Kim F . Storm
Index: emacs/lisp/emulation/cua-base.el diff -c emacs/lisp/emulation/cua-base.el:1.46 emacs/lisp/emulation/cua-base.el:1.47 *** emacs/lisp/emulation/cua-base.el:1.46 Mon Apr 18 19:50:07 2005 --- emacs/lisp/emulation/cua-base.elSun May 1 22:33:57 2005 *** *** 1397,1406

[Emacs-diffs] Changes to emacs/lisp/ChangeLog

2005-05-01 Thread Kim F . Storm
Index: emacs/lisp/ChangeLog diff -c emacs/lisp/ChangeLog:1.7431 emacs/lisp/ChangeLog:1.7432 *** emacs/lisp/ChangeLog:1.7431 Sun May 1 22:15:28 2005 --- emacs/lisp/ChangeLogSun May 1 22:33:16 2005 *** *** 1,3 --- 1,7 + 2005-05-02 Kim F. Storm <[EMAIL PROTECTED]> +

[Emacs-diffs] Changes to emacs/src/ChangeLog

2005-05-01 Thread Nick Roberts
Index: emacs/src/ChangeLog diff -c emacs/src/ChangeLog:1.4362 emacs/src/ChangeLog:1.4363 *** emacs/src/ChangeLog:1.4362 Sun May 1 21:41:39 2005 --- emacs/src/ChangeLog Sun May 1 22:26:10 2005 *** *** 1,7 ! 2005-05-01 Kim F. Storm <[EMAIL PROTECTED]> ! * xdisp.c (move_

[Emacs-diffs] Changes to emacs/src/charset.c

2005-05-01 Thread Nick Roberts
Index: emacs/src/charset.c diff -c emacs/src/charset.c:1.139 emacs/src/charset.c:1.140 *** emacs/src/charset.c:1.139 Tue Oct 26 22:38:50 2004 --- emacs/src/charset.c Sun May 1 22:19:14 2005 *** *** 1431,1452 return CHARSET_TABLE_INFO (charset, CHARSET_DIRECTION_IDX); }

[Emacs-diffs] Changes to emacs/lisp/subr.el

2005-05-01 Thread Nick Roberts
Index: emacs/lisp/subr.el diff -c emacs/lisp/subr.el:1.445 emacs/lisp/subr.el:1.446 *** emacs/lisp/subr.el:1.445Sun May 1 13:57:43 2005 --- emacs/lisp/subr.el Sun May 1 22:18:14 2005 *** *** 760,773 (defalias 'send-region 'process-send-region) (defalias 'show-buffer 'set

[Emacs-diffs] Changes to emacs/lisp/ChangeLog

2005-05-01 Thread Nick Roberts
Index: emacs/lisp/ChangeLog diff -c emacs/lisp/ChangeLog:1.7430 emacs/lisp/ChangeLog:1.7431 *** emacs/lisp/ChangeLog:1.7430 Sun May 1 18:54:56 2005 --- emacs/lisp/ChangeLogSun May 1 22:15:28 2005 *** *** 1,3 --- 1,18 + 2005-05-02 Nick Roberts <[EMAIL PROTECTED]> +

[Emacs-diffs] Changes to emacs/lisp/international/mule.el

2005-05-01 Thread Nick Roberts
Index: emacs/lisp/international/mule.el diff -c emacs/lisp/international/mule.el:1.219 emacs/lisp/international/mule.el:1.220 *** emacs/lisp/international/mule.el:1.219 Mon Mar 28 01:39:06 2005 --- emacs/lisp/international/mule.elSun May 1 22:17:25 2005 *** *** 486,494

[Emacs-diffs] Changes to emacs/lisp/international/mule-util.el

2005-05-01 Thread Nick Roberts
Index: emacs/lisp/international/mule-util.el diff -c emacs/lisp/international/mule-util.el:1.60 emacs/lisp/international/mule-util.el:1.61 *** emacs/lisp/international/mule-util.el:1.60 Tue Mar 29 01:27:40 2005 --- emacs/lisp/international/mule-util.el Sun May 1 22:16:46 2005 *

[Emacs-diffs] Changes to emacs/lisp/international/mule-cmds.el

2005-05-01 Thread Nick Roberts
Index: emacs/lisp/international/mule-cmds.el diff -c emacs/lisp/international/mule-cmds.el:1.272 emacs/lisp/international/mule-cmds.el:1.273 *** emacs/lisp/international/mule-cmds.el:1.272 Tue Apr 26 05:50:27 2005 --- emacs/lisp/international/mule-cmds.el Sun May 1 22:16:13 2005 ***

[Emacs-diffs] Changes to emacs/src/xdisp.c

2005-05-01 Thread Kim F . Storm
Index: emacs/src/xdisp.c diff -c emacs/src/xdisp.c:1.1004 emacs/src/xdisp.c:1.1005 *** emacs/src/xdisp.c:1.1004Sat Apr 30 20:08:12 2005 --- emacs/src/xdisp.c Sun May 1 21:42:34 2005 *** *** 5877,5882 --- 5877,5891 { int x, i, ascent = 0, descent = 0; +

[Emacs-diffs] Changes to emacs/src/ChangeLog

2005-05-01 Thread Kim F . Storm
Index: emacs/src/ChangeLog diff -c emacs/src/ChangeLog:1.4361 emacs/src/ChangeLog:1.4362 *** emacs/src/ChangeLog:1.4361 Sun May 1 20:04:11 2005 --- emacs/src/ChangeLog Sun May 1 21:41:39 2005 *** *** 1,3 --- 1,8 + 2005-05-01 Kim F. Storm <[EMAIL PROTECTED]> + + * x

[Emacs-diffs] Changes to emacs/src/ChangeLog

2005-05-01 Thread Luc Teirlinck
Index: emacs/src/ChangeLog diff -c emacs/src/ChangeLog:1.4360 emacs/src/ChangeLog:1.4361 *** emacs/src/ChangeLog:1.4360 Sun May 1 18:50:10 2005 --- emacs/src/ChangeLog Sun May 1 20:04:11 2005 *** *** 1,3 --- 1,7 + 2005-05-01 Luc Teirlinck <[EMAIL PROTECTED]> + + *

[Emacs-diffs] Changes to emacs/src/dispnew.c

2005-05-01 Thread Luc Teirlinck
Index: emacs/src/dispnew.c diff -c emacs/src/dispnew.c:1.345 emacs/src/dispnew.c:1.346 *** emacs/src/dispnew.c:1.345 Mon Apr 18 14:09:10 2005 --- emacs/src/dispnew.c Sun May 1 19:59:45 2005 *** *** 6357,6363 { swallow_events (display); ! if (detect_input_pending_run_t

[Emacs-diffs] Changes to emacs/lisp/ChangeLog

2005-05-01 Thread Richard M . Stallman
Index: emacs/lisp/ChangeLog diff -c emacs/lisp/ChangeLog:1.7429 emacs/lisp/ChangeLog:1.7430 *** emacs/lisp/ChangeLog:1.7429 Sun May 1 16:38:06 2005 --- emacs/lisp/ChangeLogSun May 1 18:54:56 2005 *** *** 1,3 --- 1,10 + 2005-05-01 Richard M. Stallman <[EMAIL PROTECT

[Emacs-diffs] Changes to emacs/lispref/ChangeLog

2005-05-01 Thread Richard M . Stallman
Index: emacs/lispref/ChangeLog diff -c emacs/lispref/ChangeLog:1.367 emacs/lispref/ChangeLog:1.368 *** emacs/lispref/ChangeLog:1.367 Sun May 1 16:59:58 2005 --- emacs/lispref/ChangeLog Sun May 1 18:51:59 2005 *** *** 1,3 --- 1,7 + 2005-05-01 Richard M. Stallman <

[Emacs-diffs] Changes to emacs/lisp/info.el

2005-05-01 Thread Richard M . Stallman
Index: emacs/lisp/info.el diff -c emacs/lisp/info.el:1.425 emacs/lisp/info.el:1.426 *** emacs/lisp/info.el:1.425Sun Apr 10 23:31:17 2005 --- emacs/lisp/info.el Sun May 1 18:54:35 2005 *** *** 3243,3248 --- 3243,3250 (make-local-variable 'line-move-ignore-invisible)

[Emacs-diffs] Changes to emacs/src/ChangeLog

2005-05-01 Thread Richard M . Stallman
Index: emacs/src/ChangeLog diff -c emacs/src/ChangeLog:1.4359 emacs/src/ChangeLog:1.4360 *** emacs/src/ChangeLog:1.4359 Sun May 1 11:34:54 2005 --- emacs/src/ChangeLog Sun May 1 18:50:10 2005 *** *** 1,3 --- 1,15 + 2005-05-01 Richard M. Stallman <[EMAIL PROTECTED]> + +

[Emacs-diffs] Changes to emacs/lispref/edebug.texi

2005-05-01 Thread Richard M . Stallman
Index: emacs/lispref/edebug.texi diff -c emacs/lispref/edebug.texi:1.29 emacs/lispref/edebug.texi:1.30 *** emacs/lispref/edebug.texi:1.29 Sun May 1 14:41:39 2005 --- emacs/lispref/edebug.texi Sun May 1 18:51:39 2005 *** *** 955,963 @item The state of keyboard macro

[Emacs-diffs] Changes to emacs/lisp/simple.el

2005-05-01 Thread Richard M . Stallman
Index: emacs/lisp/simple.el diff -c emacs/lisp/simple.el:1.716 emacs/lisp/simple.el:1.717 *** emacs/lisp/simple.el:1.716 Sat Apr 30 20:30:53 2005 --- emacs/lisp/simple.elSun May 1 18:54:00 2005 *** *** 3201,3206 --- 3201,3214 commands which are sensitive to the Tra

[Emacs-diffs] Changes to emacs/src/macros.h

2005-05-01 Thread Richard M . Stallman
Index: emacs/src/macros.h diff -c emacs/src/macros.h:1.9 emacs/src/macros.h:1.10 *** emacs/src/macros.h:1.9 Mon Sep 1 15:45:56 2003 --- emacs/src/macros.h Sun May 1 18:46:09 2005 *** *** 21,27 /* Kbd macro currently being executed (a string or vector). */ ! extern

[Emacs-diffs] Changes to emacs/src/commands.h

2005-05-01 Thread Richard M . Stallman
Index: emacs/src/commands.h diff -c emacs/src/commands.h:1.19 emacs/src/commands.h:1.20 *** emacs/src/commands.h:1.19 Mon Sep 1 15:45:52 2003 --- emacs/src/commands.hSun May 1 18:46:31 2005 *** *** 76,86 /* Nonzero means ^G can quit instantly */ extern int immediate

[Emacs-diffs] Changes to emacs/src/xmenu.c

2005-05-01 Thread Richard M . Stallman
Index: emacs/src/xmenu.c diff -c emacs/src/xmenu.c:1.285 emacs/src/xmenu.c:1.286 *** emacs/src/xmenu.c:1.285 Mon Apr 18 09:38:46 2005 --- emacs/src/xmenu.c Sun May 1 18:49:28 2005 *** *** 2889,2894 --- 2889,2897 } } } + else if (!for_click) +

[Emacs-diffs] Changes to emacs/src/macros.c

2005-05-01 Thread Richard M . Stallman
Index: emacs/src/macros.c diff -c emacs/src/macros.c:1.55 emacs/src/macros.c:1.56 *** emacs/src/macros.c:1.55 Fri Nov 5 22:46:28 2004 --- emacs/src/macros.c Sun May 1 18:48:26 2005 *** *** 31,37 /* Kbd macro currently being executed (a string or vector). */ ! Lisp_O

[Emacs-diffs] Changes to emacs/src/keyboard.c

2005-05-01 Thread Richard M . Stallman
Index: emacs/src/keyboard.c diff -c emacs/src/keyboard.c:1.820 emacs/src/keyboard.c:1.821 *** emacs/src/keyboard.c:1.820 Tue Apr 12 10:25:05 2005 --- emacs/src/keyboard.cSun May 1 18:47:16 2005 *** *** 1186,1192 Vstandard_output = Qt; Vstandard_input = Qt; !

[Emacs-diffs] Changes to emacs/lispref/modes.texi

2005-05-01 Thread Richard M . Stallman
Index: emacs/lispref/modes.texi diff -c emacs/lispref/modes.texi:1.96 emacs/lispref/modes.texi:1.97 *** emacs/lispref/modes.texi:1.96 Tue Apr 19 21:06:00 2005 --- emacs/lispref/modes.texiTue Apr 26 10:57:21 2005 *** *** 255,260 --- 255,265 @code{imenu-create-index-

[Emacs-diffs] Changes to emacs/lispref/variables.texi

2005-05-01 Thread Richard M . Stallman
Index: emacs/lispref/variables.texi diff -c emacs/lispref/variables.texi:1.54 emacs/lispref/variables.texi:1.55 *** emacs/lispref/variables.texi:1.54 Fri Apr 22 04:07:29 2005 --- emacs/lispref/variables.texiTue Apr 26 10:55:24 2005 *** *** 1714,1744 This function return

[Emacs-diffs] Changes to emacs/lispref/hooks.texi

2005-05-01 Thread Luc Teirlinck
Index: emacs/lispref/hooks.texi diff -c emacs/lispref/hooks.texi:1.19 emacs/lispref/hooks.texi:1.20 *** emacs/lispref/hooks.texi:1.19 Sun Apr 3 13:53:56 2005 --- emacs/lispref/hooks.texiTue Apr 26 00:50:42 2005 *** *** 19,25 Every major mode defines a mode hook named

[Emacs-diffs] Changes to emacs/man/text.texi

2005-05-01 Thread Richard M . Stallman
Index: emacs/man/text.texi diff -c emacs/man/text.texi:1.52 emacs/man/text.texi:1.53 *** emacs/man/text.texi:1.52Tue Mar 29 21:06:20 2005 --- emacs/man/text.texi Tue Apr 26 10:51:41 2005 *** *** 1540,1545 --- 1540,1548 C-f} command (@code{tex-view}). @item C-c C-q Sh

[Emacs-diffs] Changes to emacs/lisp/ChangeLog

2005-05-01 Thread Jay Belanger
Index: emacs/lisp/ChangeLog diff -c emacs/lisp/ChangeLog:1.7389 emacs/lisp/ChangeLog:1.7390 *** emacs/lisp/ChangeLog:1.7389 Mon Apr 25 18:11:33 2005 --- emacs/lisp/ChangeLogMon Apr 25 19:48:16 2005 *** *** 1,3 --- 1,8 + 2005-04-25 Jay Belanger <[EMAIL PROTECTED]> +

[Emacs-diffs] Changes to emacs/lisp/ChangeLog

2005-05-01 Thread Lute Kamstra
Index: emacs/lisp/ChangeLog diff -c emacs/lisp/ChangeLog:1.7387 emacs/lisp/ChangeLog:1.7388 *** emacs/lisp/ChangeLog:1.7387 Mon Apr 25 04:30:38 2005 --- emacs/lisp/ChangeLogMon Apr 25 11:12:33 2005 *** *** 1,3 --- 1,9 + 2005-04-25 Lute Kamstra <[EMAIL PROTECTED]> +

[Emacs-diffs] Changes to emacs/lisp/emacs-lisp/eldoc.el

2005-05-01 Thread Richard M . Stallman
Index: emacs/lisp/emacs-lisp/eldoc.el diff -c emacs/lisp/emacs-lisp/eldoc.el:1.30 emacs/lisp/emacs-lisp/eldoc.el:1.31 *** emacs/lisp/emacs-lisp/eldoc.el:1.30 Tue Apr 26 10:59:44 2005 --- emacs/lisp/emacs-lisp/eldoc.el Tue Apr 26 11:00:56 2005 *** *** 45,51 ;; Major modes

[Emacs-diffs] Changes to emacs/lisp/hexl.el

2005-05-01 Thread Richard M . Stallman
Index: emacs/lisp/hexl.el diff -c emacs/lisp/hexl.el:1.91 emacs/lisp/hexl.el:1.92 *** emacs/lisp/hexl.el:1.91 Mon Dec 27 11:59:49 2004 --- emacs/lisp/hexl.el Tue Apr 26 11:02:15 2005 *** *** 284,290 (add-hook 'change-major-mode-hook 'hexl-maybe-dehexlify-buffer nil t)

[Emacs-diffs] Changes to emacs/lispref/ChangeLog

2005-05-01 Thread Richard M . Stallman
Index: emacs/lispref/ChangeLog diff -c emacs/lispref/ChangeLog:1.359 emacs/lispref/ChangeLog:1.360 *** emacs/lispref/ChangeLog:1.359 Tue Apr 26 00:50:03 2005 --- emacs/lispref/ChangeLog Tue Apr 26 10:58:48 2005 *** *** 1,3 --- 1,16 + 2005-04-26 Richard M. Stallman

[Emacs-diffs] Changes to emacs/src/data.c

2005-05-01 Thread Kim F . Storm
Index: emacs/src/data.c diff -c emacs/src/data.c:1.250 emacs/src/data.c:1.251 *** emacs/src/data.c:1.250 Wed Apr 20 07:50:30 2005 --- emacs/src/data.cWed Apr 27 11:30:42 2005 *** *** 3181,3186 --- 3181,3187 staticpro (&Qargs_out_of_range); staticpro (&Qvoid_fu

[Emacs-diffs] Confirm Your PayPal Account

2005-05-01 Thread PayPal® Security Department
Dear valued PayPal® member:  Due to concerns, for the safety and integrity of the paypalaccount we have issued this warning message.  It has come to our attention that your PayPal® account information needs to be updated as part of our continuing commitment to protect your account and to reduce

[Emacs-diffs] Changes to emacs/lisp/international/mule-conf.el

2005-05-01 Thread Stefan Monnier
Index: emacs/lisp/international/mule-conf.el diff -c emacs/lisp/international/mule-conf.el:1.79 emacs/lisp/international/mule-conf.el:1.80 *** emacs/lisp/international/mule-conf.el:1.79 Thu Apr 28 11:51:16 2005 --- emacs/lisp/international/mule-conf.el Fri Apr 29 16:09:59 2005 *

[Emacs-diffs] Changes to emacs/lisp/ChangeLog

2005-05-01 Thread Stefan Monnier
Index: emacs/lisp/ChangeLog diff -c emacs/lisp/ChangeLog:1.7414 emacs/lisp/ChangeLog:1.7415 *** emacs/lisp/ChangeLog:1.7414 Fri Apr 29 13:17:49 2005 --- emacs/lisp/ChangeLogFri Apr 29 16:09:59 2005 *** *** 1,3 --- 1,8 + 2005-04-29 Stefan Monnier <[EMAIL PROTECTED]> +

[Emacs-diffs] Changes to emacs/lispref/ChangeLog

2005-05-01 Thread Luc Teirlinck
Index: emacs/lispref/ChangeLog diff -c emacs/lispref/ChangeLog:1.366 emacs/lispref/ChangeLog:1.367 *** emacs/lispref/ChangeLog:1.366 Sun May 1 15:21:17 2005 --- emacs/lispref/ChangeLog Sun May 1 16:59:58 2005 *** *** 1,5 --- 1,7 2005-05-01 Luc Teirlinck <[EMAIL

[Emacs-diffs] Changes to emacs/etc/NEWS

2005-05-01 Thread Nick Roberts
Index: emacs/etc/NEWS diff -c emacs/etc/NEWS:1.1170 emacs/etc/NEWS:1.1171 *** emacs/etc/NEWS:1.1170 Wed Apr 27 00:37:59 2005 --- emacs/etc/NEWS Fri Apr 29 22:38:08 2005 *** *** 108,113 --- 108,118 * Changes in Emacs 22.1 +++ + ** In graphical mode, with a C p

[Emacs-diffs] Changes to emacs/man/building.texi

2005-05-01 Thread Nick Roberts
Index: emacs/man/building.texi diff -c emacs/man/building.texi:1.53 emacs/man/building.texi:1.54 *** emacs/man/building.texi:1.53Thu Apr 28 06:52:01 2005 --- emacs/man/building.texi Fri Apr 29 22:39:56 2005 *** *** 497,503 @code{tooltip-gud-tips-p} to @code{t}. Then

[Emacs-diffs] Changes to emacs/lispref/display.texi

2005-05-01 Thread Richard M . Stallman
Index: emacs/lispref/display.texi diff -c emacs/lispref/display.texi:1.156 emacs/lispref/display.texi:1.157 *** emacs/lispref/display.texi:1.156Sat Mar 26 17:35:50 2005 --- emacs/lispref/display.texi Tue Apr 26 10:58:15 2005 *** *** 1800,1818 init file (@pxref{Init File}) to

[Emacs-diffs] Changes to emacs/lisp/progmodes/cc-mode.el

2005-05-01 Thread Nick Roberts
Index: emacs/lisp/progmodes/cc-mode.el diff -c emacs/lisp/progmodes/cc-mode.el:1.35 emacs/lisp/progmodes/cc-mode.el:1.36 *** emacs/lisp/progmodes/cc-mode.el:1.35Fri Apr 29 18:23:33 2005 --- emacs/lisp/progmodes/cc-mode.el Fri Apr 29 23:47:30 2005 *** *** 649,657

[Emacs-diffs] Changes to emacs/lisp/ChangeLog

2005-05-01 Thread Nick Roberts
Index: emacs/lisp/ChangeLog diff -c emacs/lisp/ChangeLog:1.7416 emacs/lisp/ChangeLog:1.7417 *** emacs/lisp/ChangeLog:1.7416 Fri Apr 29 18:23:33 2005 --- emacs/lisp/ChangeLogFri Apr 29 23:46:57 2005 *** *** 1,3 --- 1,9 + 2005-04-30 Nick Roberts <[EMAIL PROTECTED]> +

[Emacs-diffs] Changes to emacs/lispref/display.texi

2005-05-01 Thread Luc Teirlinck
Index: emacs/lispref/display.texi diff -c emacs/lispref/display.texi:1.158 emacs/lispref/display.texi:1.159 *** emacs/lispref/display.texi:1.158Sun May 1 14:00:32 2005 --- emacs/lispref/display.texi Sun May 1 17:01:44 2005 *** *** 1142,1150 @var{end} whose property @var{na

[Emacs-diffs] Changes to emacs/lisp/progmodes/cc-mode.el

2005-05-01 Thread Nick Roberts
Index: emacs/lisp/progmodes/cc-mode.el diff -c emacs/lisp/progmodes/cc-mode.el:1.36 emacs/lisp/progmodes/cc-mode.el:1.37 *** emacs/lisp/progmodes/cc-mode.el:1.36Fri Apr 29 23:47:30 2005 --- emacs/lisp/progmodes/cc-mode.el Sat Apr 30 05:16:49 2005 *** *** 686,692 (c

[Emacs-diffs] Changes to emacs/lisp/ChangeLog

2005-05-01 Thread Nick Roberts
Index: emacs/lisp/ChangeLog diff -c emacs/lisp/ChangeLog:1.7417 emacs/lisp/ChangeLog:1.7418 *** emacs/lisp/ChangeLog:1.7417 Fri Apr 29 23:46:57 2005 --- emacs/lisp/ChangeLogSat Apr 30 05:15:52 2005 *** *** 3,8 --- 3,9 * progmodes/cc-mode.el (cc-create-define-al

[Emacs-diffs] Changes to emacs/lisp/ChangeLog

2005-05-01 Thread Dan Nicolaescu
Index: emacs/lisp/ChangeLog diff -c emacs/lisp/ChangeLog:1.7428 emacs/lisp/ChangeLog:1.7429 *** emacs/lisp/ChangeLog:1.7428 Sun May 1 16:37:19 2005 --- emacs/lisp/ChangeLogSun May 1 16:38:06 2005 *** *** 1,7 2005-05-01 Dan Nicolaescu <[EMAIL PROTECTED]> * t

[Emacs-diffs] Changes to emacs/lisp/term/xterm.el

2005-05-01 Thread Dan Nicolaescu
Index: emacs/lisp/term/xterm.el diff -c emacs/lisp/term/xterm.el:1.14 emacs/lisp/term/xterm.el:1.15 *** emacs/lisp/term/xterm.el:1.14 Tue Apr 26 05:56:20 2005 --- emacs/lisp/term/xterm.elSun May 1 16:37:19 2005 *** *** 26,31 --- 26,91 ;;; Code: + ;;; The ter

[Emacs-diffs] Changes to emacs/lisp/ChangeLog

2005-05-01 Thread Dan Nicolaescu
Index: emacs/lisp/ChangeLog diff -c emacs/lisp/ChangeLog:1.7427 emacs/lisp/ChangeLog:1.7428 *** emacs/lisp/ChangeLog:1.7427 Sun May 1 13:59:09 2005 --- emacs/lisp/ChangeLogSun May 1 16:37:19 2005 *** *** 1,3 --- 1,9 + 2005-05-01 Dan Nicolaescu <[EMAIL PROTECTED]> +

[Emacs-diffs] Your Billing Information

2005-05-01 Thread PayPal Online
Title: PayPal You're Billing Information! Dear PayPal Member, It has come to our attention that your PayPal Billing Information records are out of date. That r

[Emacs-diffs] Changes to emacs/lisp/international/latexenc.el

2005-05-01 Thread Lute Kamstra
Index: emacs/lisp/international/latexenc.el diff -c emacs/lisp/international/latexenc.el:1.2 emacs/lisp/international/latexenc.el:1.3 *** emacs/lisp/international/latexenc.el:1.2Thu Apr 28 20:58:55 2005 --- emacs/lisp/international/latexenc.elSun May 1 11:01:49 2005 *** **

[Emacs-diffs] Changes to emacs/lispref/ChangeLog

2005-05-01 Thread Luc Teirlinck
Index: emacs/lispref/ChangeLog diff -c emacs/lispref/ChangeLog:1.365 emacs/lispref/ChangeLog:1.366 *** emacs/lispref/ChangeLog:1.365 Sun May 1 14:39:38 2005 --- emacs/lispref/ChangeLog Sun May 1 15:21:17 2005 *** *** 1141,1147 * hooks.texi (Standard Hooks): `

[Emacs-diffs] Changes to emacs/src/sysdep.c

2005-05-01 Thread Thien-Thi Nguyen
Index: emacs/src/sysdep.c diff -c emacs/src/sysdep.c:1.263 emacs/src/sysdep.c:1.264 *** emacs/src/sysdep.c:1.263Wed Apr 20 15:09:38 2005 --- emacs/src/sysdep.c Sun May 1 11:32:49 2005 *** *** 1718,1727 #else #ifdef VMS struct sensemode tty; ! SYS$QIOW (0, inpu

[Emacs-diffs] Changes to emacs/src/ChangeLog

2005-05-01 Thread Thien-Thi Nguyen
Index: emacs/src/ChangeLog diff -c emacs/src/ChangeLog:1.4358 emacs/src/ChangeLog:1.4359 *** emacs/src/ChangeLog:1.4358 Sat Apr 30 20:12:33 2005 --- emacs/src/ChangeLog Sun May 1 11:34:54 2005 *** *** 1,3 --- 1,7 + 2005-05-01 Thien-Thi Nguyen <[EMAIL PROTECTED]> + +

[Emacs-diffs] Changes to emacs/lispref/edebug.texi

2005-05-01 Thread Luc Teirlinck
Index: emacs/lispref/edebug.texi diff -c emacs/lispref/edebug.texi:1.28 emacs/lispref/edebug.texi:1.29 *** emacs/lispref/edebug.texi:1.28 Mon Mar 21 16:45:24 2005 --- emacs/lispref/edebug.texi Sun May 1 14:41:39 2005 *** *** 955,961 @item The state of keyboard macro

[Emacs-diffs] Changes to emacs/lispref/ChangeLog

2005-05-01 Thread Luc Teirlinck
Index: emacs/lispref/ChangeLog diff -c emacs/lispref/ChangeLog:1.364 emacs/lispref/ChangeLog:1.365 *** emacs/lispref/ChangeLog:1.364 Sun May 1 14:00:51 2005 --- emacs/lispref/ChangeLog Sun May 1 14:39:38 2005 *** *** 1,3 --- 1,8 + 2005-05-01 Luc Teirlinck <[EMAIL

[Emacs-diffs] Changes to emacs/lisp/files.el

2005-05-01 Thread Luc Teirlinck
Index: emacs/lisp/files.el diff -c emacs/lisp/files.el:1.762 emacs/lisp/files.el:1.763 *** emacs/lisp/files.el:1.762 Sat Apr 30 20:14:32 2005 --- emacs/lisp/files.el Sun May 1 12:56:42 2005 *** *** 287,299 (const :tag "When saving" t) (const :ta

[Emacs-diffs] Changes to emacs/lispref/ChangeLog

2005-05-01 Thread Richard M . Stallman
Index: emacs/lispref/ChangeLog diff -c emacs/lispref/ChangeLog:1.363 emacs/lispref/ChangeLog:1.364 *** emacs/lispref/ChangeLog:1.363 Sat Apr 30 20:32:07 2005 --- emacs/lispref/ChangeLog Sun May 1 14:00:51 2005 *** *** 1,3 --- 1,7 + 2005-05-01 Richard M. Stallman <

[Emacs-diffs] Changes to emacs/lispref/display.texi

2005-05-01 Thread Richard M . Stallman
Index: emacs/lispref/display.texi diff -c emacs/lispref/display.texi:1.157 emacs/lispref/display.texi:1.158 *** emacs/lispref/display.texi:1.157Tue Apr 26 10:58:15 2005 --- emacs/lispref/display.texi Sun May 1 14:00:32 2005 *** *** 717,726 @defun add-to-invisibility-spec

[Emacs-diffs] Changes to emacs/lisp/ChangeLog

2005-05-01 Thread Richard M . Stallman
Index: emacs/lisp/ChangeLog diff -c emacs/lisp/ChangeLog:1.7426 emacs/lisp/ChangeLog:1.7427 *** emacs/lisp/ChangeLog:1.7426 Sun May 1 13:58:45 2005 --- emacs/lisp/ChangeLogSun May 1 13:59:09 2005 *** *** 1,3 --- 1,8 + 2005-05-01 Richard M. Stallman <[EMAIL PROTECTE

[Emacs-diffs] Changes to emacs/lisp/emacs-lisp/bytecomp.el

2005-05-01 Thread Nick Roberts
Index: emacs/lisp/emacs-lisp/bytecomp.el diff -c emacs/lisp/emacs-lisp/bytecomp.el:2.162 emacs/lisp/emacs-lisp/bytecomp.el:2.163 *** emacs/lisp/emacs-lisp/bytecomp.el:2.162 Wed Mar 9 10:16:02 2005 --- emacs/lisp/emacs-lisp/bytecomp.el Sun May 1 13:28:55 2005 *** *** 2900,2908 *

[Emacs-diffs] Changes to emacs/lisp/subr.el

2005-05-01 Thread Nick Roberts
Index: emacs/lisp/subr.el diff -c emacs/lisp/subr.el:1.443 emacs/lisp/subr.el:1.444 *** emacs/lisp/subr.el:1.443Sun May 1 04:44:14 2005 --- emacs/lisp/subr.el Sun May 1 13:30:19 2005 *** *** 349,358 (defvar key-substitution-in-progress nil "Used internally by substitute

[Emacs-diffs] Changes to emacs/lisp/subr.el

2005-05-01 Thread Richard M . Stallman
Index: emacs/lisp/subr.el diff -c emacs/lisp/subr.el:1.444 emacs/lisp/subr.el:1.445 *** emacs/lisp/subr.el:1.444Sun May 1 13:30:19 2005 --- emacs/lisp/subr.el Sun May 1 13:57:43 2005 *** *** 2275,2293 If SYNTAX is nil, return nil." (and syntax (logand (car syntax) 6553

[Emacs-diffs] Changes to emacs/lisp/ChangeLog

2005-05-01 Thread Richard M . Stallman
Index: emacs/lisp/ChangeLog diff -c emacs/lisp/ChangeLog:1.7425 emacs/lisp/ChangeLog:1.7426 *** emacs/lisp/ChangeLog:1.7425 Sun May 1 13:42:18 2005 --- emacs/lisp/ChangeLogSun May 1 13:58:45 2005 *** *** 11,16 --- 11,21 Remove aliases and obsolete declaration

[Emacs-diffs] Changes to emacs/lisp/ChangeLog

2005-05-01 Thread Nick Roberts
Index: emacs/lisp/ChangeLog diff -c emacs/lisp/ChangeLog:1.7424 emacs/lisp/ChangeLog:1.7425 *** emacs/lisp/ChangeLog:1.7424 Sun May 1 13:27:53 2005 --- emacs/lisp/ChangeLogSun May 1 13:42:18 2005 *** *** 1,5 --- 1,8 2005-05-02 Nick Roberts <[EMAIL PROTECTED]>

[Emacs-diffs] Changes to emacs/lisp/allout.el

2005-05-01 Thread Nick Roberts
Index: emacs/lisp/allout.el diff -c emacs/lisp/allout.el:1.52 emacs/lisp/allout.el:1.53 *** emacs/lisp/allout.el:1.52 Wed Feb 9 15:50:43 2005 --- emacs/lisp/allout.elSun May 1 13:43:20 2005 *** *** 3975,3992 Cursor is left at start position. - Use this instead o

[Emacs-diffs] Changes to emacs/lisp/ChangeLog

2005-05-01 Thread Nick Roberts
Index: emacs/lisp/ChangeLog diff -c emacs/lisp/ChangeLog:1.7423 emacs/lisp/ChangeLog:1.7424 *** emacs/lisp/ChangeLog:1.7423 Sun May 1 12:53:17 2005 --- emacs/lisp/ChangeLogSun May 1 13:27:53 2005 *** *** 1,3 --- 1,13 + 2005-05-02 Nick Roberts <[EMAIL PROTECTED]> +

[Emacs-diffs] Changes to emacs/lisp/ChangeLog

2005-05-01 Thread Luc Teirlinck
Index: emacs/lisp/ChangeLog diff -c emacs/lisp/ChangeLog:1.7422 emacs/lisp/ChangeLog:1.7423 *** emacs/lisp/ChangeLog:1.7422 Sun May 1 11:05:08 2005 --- emacs/lisp/ChangeLogSun May 1 12:53:17 2005 *** *** 1,3 --- 1,9 + 2005-05-01 Luc Teirlinck <[EMAIL PROTECTED]> +

[Emacs-diffs] Changes to emacs/lisp/jka-comp-hook.el

2005-05-01 Thread Miles Bader
Index: emacs/lisp/jka-comp-hook.el diff -c emacs/lisp/jka-comp-hook.el:1.1 emacs/lisp/jka-comp-hook.el:1.2 *** emacs/lisp/jka-comp-hook.el:1.1 Sat Apr 30 20:15:33 2005 --- emacs/lisp/jka-comp-hook.el Sun May 1 11:56:17 2005 *** *** 289,292 --- 289,293 (provide 'jka-c

[Emacs-diffs] Changes to emacs/lisp/ChangeLog

2005-05-01 Thread Lute Kamstra
Index: emacs/lisp/ChangeLog diff -c emacs/lisp/ChangeLog:1.7421 emacs/lisp/ChangeLog:1.7422 *** emacs/lisp/ChangeLog:1.7421 Sun May 1 04:43:32 2005 --- emacs/lisp/ChangeLogSun May 1 11:05:08 2005 *** *** 1,3 --- 1,9 + 2005-05-01 Lute Kamstra <[EMAIL PROTECTED]> +

[Emacs-diffs] Changes to emacs/lisp/simple.el

2005-05-01 Thread Richard M . Stallman
Index: emacs/lisp/simple.el diff -c emacs/lisp/simple.el:1.715 emacs/lisp/simple.el:1.716 *** emacs/lisp/simple.el:1.715 Tue Apr 26 18:31:19 2005 --- emacs/lisp/simple.elSat Apr 30 20:30:53 2005 *** *** 113,119 (defvar next-error-highlight-timer nil) (defvar next-er

[Emacs-diffs] Changes to emacs/lisp/ChangeLog

2005-05-01 Thread Richard M . Stallman
Index: emacs/lisp/ChangeLog diff -c emacs/lisp/ChangeLog:1.7419 emacs/lisp/ChangeLog:1.7420 *** emacs/lisp/ChangeLog:1.7419 Sat Apr 30 20:20:59 2005 --- emacs/lisp/ChangeLogSat Apr 30 20:31:36 2005 *** *** 1,5 --- 1,6 2005-04-30 Richard M. Stallman <[EMAIL PROTECTE

[Emacs-diffs] Changes to emacs/lispref/ChangeLog

2005-05-01 Thread Richard M . Stallman
Index: emacs/lispref/ChangeLog diff -c emacs/lispref/ChangeLog:1.362 emacs/lispref/ChangeLog:1.363 *** emacs/lispref/ChangeLog:1.362 Fri Apr 29 13:03:52 2005 --- emacs/lispref/ChangeLog Sat Apr 30 20:32:07 2005 *** *** 1,3 --- 1,7 + 2005-04-30 Richard M. Stallman <

[Emacs-diffs] Changes to emacs/man/building.texi

2005-05-01 Thread Richard M . Stallman
Index: emacs/man/building.texi diff -c emacs/man/building.texi:1.54 emacs/man/building.texi:1.55 *** emacs/man/building.texi:1.54Fri Apr 29 22:39:56 2005 --- emacs/man/building.texi Sat Apr 30 20:33:27 2005 *** *** 496,505 You activate this feature by setting the vari

[Emacs-diffs] Changes to emacs/man/ChangeLog

2005-05-01 Thread Richard M . Stallman
Index: emacs/man/ChangeLog diff -c emacs/man/ChangeLog:1.552 emacs/man/ChangeLog:1.553 *** emacs/man/ChangeLog:1.552 Fri Apr 29 08:37:08 2005 --- emacs/man/ChangeLog Sat Apr 30 20:34:12 2005 *** *** 1,3 --- 1,9 + 2005-04-30 Richard M. Stallman <[EMAIL PROTECTED]> + +

[Emacs-diffs] Changes to emacs/man/files.texi

2005-05-01 Thread Richard M . Stallman
Index: emacs/man/files.texi diff -c emacs/man/files.texi:1.104 emacs/man/files.texi:1.105 *** emacs/man/files.texi:1.104 Tue Apr 26 10:48:17 2005 --- emacs/man/files.texiSat Apr 30 20:34:01 2005 *** *** 3030,3046 @cindex mode, Auto Compression @pindex gzip ! @findex

[Emacs-diffs] Changes to emacs/lisp/ChangeLog

2005-05-01 Thread Sam Steingold
Index: emacs/lisp/ChangeLog diff -c emacs/lisp/ChangeLog:1.7415 emacs/lisp/ChangeLog:1.7416 *** emacs/lisp/ChangeLog:1.7415 Fri Apr 29 16:09:59 2005 --- emacs/lisp/ChangeLogFri Apr 29 18:23:33 2005 *** *** 1,3 --- 1,8 + 2005-04-29 Sam Steingold <[EMAIL PROTECTED]> +

[Emacs-diffs] Changes to emacs/lisp/progmodes/cc-mode.el

2005-05-01 Thread Sam Steingold
Index: emacs/lisp/progmodes/cc-mode.el diff -c emacs/lisp/progmodes/cc-mode.el:1.34 emacs/lisp/progmodes/cc-mode.el:1.35 *** emacs/lisp/progmodes/cc-mode.el:1.34Wed Apr 27 21:59:43 2005 --- emacs/lisp/progmodes/cc-mode.el Fri Apr 29 18:23:33 2005 *** *** 640,652 ;;;#

[Emacs-diffs] Changes to emacs/src/xdisp.c

2005-05-01 Thread Richard M . Stallman
Index: emacs/src/xdisp.c diff -c emacs/src/xdisp.c:1.1003 emacs/src/xdisp.c:1.1004 *** emacs/src/xdisp.c:1.1003Thu Apr 21 23:45:28 2005 --- emacs/src/xdisp.c Sat Apr 30 20:08:12 2005 *** *** 7899,7906 const char *s = (const char *) a1; Lisp_Object string = a2; -

[Emacs-diffs] Changes to emacs/src/fileio.c

2005-05-01 Thread Richard M . Stallman
Index: emacs/src/fileio.c diff -c emacs/src/fileio.c:1.538 emacs/src/fileio.c:1.539 *** emacs/src/fileio.c:1.538Sun Apr 24 09:18:15 2005 --- emacs/src/fileio.c Sat Apr 30 20:12:13 2005 *** *** 175,180 --- 175,184 whose I/O is done with a special handler. */ Lisp_O

[Emacs-diffs] Changes to emacs/src/ChangeLog

2005-05-01 Thread Richard M . Stallman
Index: emacs/src/ChangeLog diff -c emacs/src/ChangeLog:1.4357 emacs/src/ChangeLog:1.4358 *** emacs/src/ChangeLog:1.4357 Fri Apr 29 09:00:57 2005 --- emacs/src/ChangeLog Sat Apr 30 20:12:33 2005 *** *** 1,3 --- 1,12 + 2005-04-30 Richard M. Stallman <[EMAIL PROTECTED]> + +

[Emacs-diffs] Changes to emacs/lisp/progmodes/flymake.el

2005-05-01 Thread Richard M . Stallman
Index: emacs/lisp/progmodes/flymake.el diff -c emacs/lisp/progmodes/flymake.el:1.14 emacs/lisp/progmodes/flymake.el:1.15 *** emacs/lisp/progmodes/flymake.el:1.14Tue Apr 19 18:19:14 2005 --- emacs/lisp/progmodes/flymake.el Sat Apr 30 20:13:39 2005 *** *** 62,68 (r

[Emacs-diffs] Changes to emacs/lisp/files.el

2005-05-01 Thread Richard M . Stallman
Index: emacs/lisp/files.el diff -c emacs/lisp/files.el:1.761 emacs/lisp/files.el:1.762 *** emacs/lisp/files.el:1.761 Sun Apr 24 21:29:15 2005 --- emacs/lisp/files.el Sat Apr 30 20:14:32 2005 *** *** 2761,2774 (condition-case nil (

[Emacs-diffs] Changes to emacs/lisp/jka-comp-hook.el

2005-05-01 Thread Richard M . Stallman
___ Emacs-diffs mailing list Emacs-diffs@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-diffs

[Emacs-diffs] Changes to emacs/lisp/jka-compr.el

2005-05-01 Thread Richard M . Stallman
Index: emacs/lisp/jka-compr.el diff -c emacs/lisp/jka-compr.el:1.82 emacs/lisp/jka-compr.el:1.83 *** emacs/lisp/jka-compr.el:1.82Sun Apr 17 16:00:48 2005 --- emacs/lisp/jka-compr.el Sat Apr 30 20:18:10 2005 *** *** 100,114 ;;; Code: - (defgroup compression nil -

[Emacs-diffs] Changes to emacs/lisp/loadup.el

2005-05-01 Thread Richard M . Stallman
Index: emacs/lisp/loadup.el diff -c emacs/lisp/loadup.el:1.136 emacs/lisp/loadup.el:1.137 *** emacs/lisp/loadup.el:1.136 Sat Apr 16 00:25:43 2005 --- emacs/lisp/loadup.elSat Apr 30 20:20:41 2005 *** *** 191,196 --- 191,197 (message "%s" (garbage-collect)) (load

[Emacs-diffs] Changes to emacs/etc/NEWS

2005-05-01 Thread Richard M . Stallman
Index: emacs/etc/NEWS diff -c emacs/etc/NEWS:1.1171 emacs/etc/NEWS:1.1172 *** emacs/etc/NEWS:1.1171 Fri Apr 29 22:38:08 2005 --- emacs/etc/NEWS Sat Apr 30 20:29:38 2005 *** *** 17,22 --- 17,23 * Installation Changes in Emacs 22.1 + --- ** Emacs includes n

[Emacs-diffs] Changes to emacs/lisp/ChangeLog

2005-05-01 Thread Richard M . Stallman
Index: emacs/lisp/ChangeLog diff -c emacs/lisp/ChangeLog:1.7418 emacs/lisp/ChangeLog:1.7419 *** emacs/lisp/ChangeLog:1.7418 Sat Apr 30 05:15:52 2005 --- emacs/lisp/ChangeLogSat Apr 30 20:20:59 2005 *** *** 1,3 --- 1,32 + 2005-04-30 Richard M. Stallman <[EMAIL PROTECT

[Emacs-diffs] Changes to emacs/lispref/files.texi

2005-05-01 Thread Richard M . Stallman
Index: emacs/lispref/files.texi diff -c emacs/lispref/files.texi:1.78 emacs/lispref/files.texi:1.79 *** emacs/lispref/files.texi:1.78 Sun Apr 24 13:24:05 2005 --- emacs/lispref/files.texiSat Apr 30 20:30:03 2005 *** *** 2441,2447 the file name matches @var{regexp}, the

[Emacs-diffs] Changes to emacs/etc/ChangeLog

2005-05-01 Thread Lars Hansen
Index: emacs/etc/ChangeLog diff -c emacs/etc/ChangeLog:1.246 emacs/etc/ChangeLog:1.247 *** emacs/etc/ChangeLog:1.246 Tue Apr 26 05:56:22 2005 --- emacs/etc/ChangeLog Sun May 1 07:07:19 2005 *** *** 1,3 --- 1,7 + 2005-05-01 Lars Hansen <[EMAIL PROTECTED]> + + * NEWS

[Emacs-diffs] Changes to emacs/etc/NEWS

2005-05-01 Thread Lars Hansen
Index: emacs/etc/NEWS diff -c emacs/etc/NEWS:1.1172 emacs/etc/NEWS:1.1173 *** emacs/etc/NEWS:1.1172 Sat Apr 30 20:29:38 2005 --- emacs/etc/NEWS Sun May 1 07:06:37 2005 *** *** 841,847 +++ *** Omitting files is now a minor mode, dired-omit-mode. The mode toggling