[ELPA-diffs] [elpa] branch master updated (064a6b7 - 2a94d55)

2014-01-15 Thread Stefan Monnier
This is an automated email from the git hooks/post-receive script.

monnier pushed a change to branch master
in repository elpa.

  from  064a6b7   bump version number to see if it gets published
   new  2a94d55   Add new copyright exception.

The 1 revisions listed above as new are entirely new to this
repository and will be described in separate emails.  The revisions
listed as adds were already present in the repository and have only
been added to this reference.


Summary of changes:
 copyright_exceptions |1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.



[ELPA-diffs] [elpa] 01/01: Add new copyright exception.

2014-01-15 Thread Stefan Monnier
This is an automated email from the git hooks/post-receive script.

monnier pushed a commit to branch master
in repository elpa.

commit 2a94d555f68e295ea2f32f1c4d7b9f57a56ecffc
Author: Stefan Monnier monn...@iro.umontreal.ca
Date:   Wed Jan 15 10:19:34 2014 -0500

Add new copyright exception.
---
 copyright_exceptions |1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/copyright_exceptions b/copyright_exceptions
index ad366be..c41d0ea 100644
--- a/copyright_exceptions
+++ b/copyright_exceptions
@@ -12,6 +12,7 @@
 ./ada-mode/gpr-skel.el:  Example copyright/license skeleton, with automatic 
year and owner.
 ./ada-mode/gpr-skel.el:  Insert a file header comment, with automatic 
copyright year and prompt for copyright owner/license.
 ./ada-mode/gpr-skel.el:  {copyright_license}\n
+./ascii-art-to-unicode/ascii-art-to-unicode.el:;;   - change copyright to FSF
 ./auctex/latex.el:   pounds copyright
 ./auctex/multi-prompt.el
 ./auctex/plain-tex.el:   copyright

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.



[ELPA-diffs] [elpa] 01/01: * csv-mode (csv-mode-line-help-echo): Remove.

2014-01-15 Thread Stefan Monnier
This is an automated email from the git hooks/post-receive script.

monnier pushed a commit to branch master
in repository elpa.

commit c5748a299d000b136f04eaebea3bb1c5eaa75bee
Author: Stefan Monnier monn...@iro.umontreal.ca
Date:   Wed Jan 15 10:21:44 2014 -0500

* csv-mode (csv-mode-line-help-echo): Remove.
---
 packages/csv-mode/csv-mode.el |   10 ++
 1 files changed, 2 insertions(+), 8 deletions(-)

diff --git a/packages/csv-mode/csv-mode.el b/packages/csv-mode/csv-mode.el
index dbc6182..a8ae4e4 100644
--- a/packages/csv-mode/csv-mode.el
+++ b/packages/csv-mode/csv-mode.el
@@ -1,6 +1,6 @@
 ;;; csv-mode.el --- Major mode for editing comma/char separated values  -*- 
lexical-binding: t -*-
 
-;; Copyright (C) 2003, 2004, 2012, 2013  Free Software Foundation, Inc
+;; Copyright (C) 2003, 2004, 2012, 2013, 2014  Free Software Foundation, Inc
 
 ;; Author: Francis J. Wright F.J.Wright at qmul.ac.uk
 ;; Time-stamp: 23 August 2004
@@ -247,10 +247,6 @@ Number of spaces used by `csv-align-fields' after 
separators.
 ;;;  Mode definition, key bindings and menu
 ;;
 
-(defconst csv-mode-line-help-echo
-  ;; See bindings.el for details of `mode-line-format' construction.
-  (get-text-property 0 'help-echo (car (default-value 'mode-line-format)))
-  Primary default mode line help echo text.)
 
 (defconst csv-mode-line-format
   ;; See bindings.el for details of `mode-line-format' construction.
@@ -260,7 +256,6 @@ Number of spaces used by `csv-align-fields' after 
separators.
   (setcdr x (cons
  `(csv-field-index-string
( csv-field-index-string
-;; ,(propertize -- 'help-echo csv-mode-line-help-echo)
 ))
  (cdr x
 ml)
@@ -803,8 +798,7 @@ Called by `csv-field-index-idle-timer'.
  (when (not (eq field csv-field-index-old))
(setq csv-field-index-old field
  csv-field-index-string
- (and field (propertize (format F%d field)
-'help-echo csv-mode-line-help-echo)))
+ (and field (format F%d field)))
(force-mode-line-update))
 
 ;;

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.



[ELPA-diffs] [elpa] branch master updated (2a94d55 - c5748a2)

2014-01-15 Thread Stefan Monnier
This is an automated email from the git hooks/post-receive script.

monnier pushed a change to branch master
in repository elpa.

  from  2a94d55   Add new copyright exception.
   new  c5748a2   * csv-mode (csv-mode-line-help-echo): Remove.

The 1 revisions listed above as new are entirely new to this
repository and will be described in separate emails.  The revisions
listed as adds were already present in the repository and have only
been added to this reference.


Summary of changes:
 packages/csv-mode/csv-mode.el |   10 ++
 1 files changed, 2 insertions(+), 8 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.