~ubuntu-branches/ubuntu/quantal/emacs23/quantal

« back to all changes in this revision

Viewing changes to lisp/calendar/diary-lib.el

  • Committer: Package Import Robot
  • Author(s): Iain Lane
  • Date: 2012-05-12 12:30:20 UTC
  • mfrom: (1.2.3) (4.1.19 sid)
  • Revision ID: package-import@ubuntu.com-20120512123020-8asmc2akmxvac7n3
Tags: 23.4+1-3ubuntu1
* Merge with Debian, remaining changes:
  - debian/control.in:
    - Do not suggest emacs23-common-non-dfsg.
    - Replace use of Source-Version with source:Version.
  - debian/patches:
    - emacsVER-lp725988.patch: Set the X EMACS_CLASS to "Emacs23" to please
      bamf and gnome-shell
    - debian/patches/no_cpp_multiarch_dir_mangling.diff: make sure cpp
      doesn't mangle our multiarch include path due to a built-in macro
      matching the architecture name.
  - debian/emacsVER.desktop: also set StartupWMClass for bamf and
    gnome-shell
* Dropped changes:
  - use_crtdir_in_startfiles.diff: Now upstream
  - emacs-xgselect.patch: Now applied in Debian
  - Drop the horror that was ubuntu-restore-nondfsg-files.diff. We'll move
    the package into main.
* Have emacs23-common Depends on emacs23-common-non-dfsg, now that it is
  going to main.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
;;; diary-lib.el --- diary functions
2
2
 
3
3
;; Copyright (C) 1989, 1990, 1992, 1993, 1994, 1995, 2001, 2002, 2003,
4
 
;;   2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011  Free Software Foundation, Inc.
 
4
;;   2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012  Free Software Foundation, Inc.
5
5
 
6
6
;; Author: Edward M. Reingold <reingold@cs.uiuc.edu>
7
7
;; Maintainer: Glenn Morris <rgm@gnu.org>