~ubuntu-branches/ubuntu/precise/texinfo/precise

« back to all changes in this revision

Viewing changes to makeinfo/insertion.h

  • Committer: Bazaar Package Importer
  • Author(s): Norbert Preining
  • Date: 2009-03-09 15:50:03 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20090309155003-3k9a07mt2jqnuudg
Tags: 4.13a.dfsg.1-1
* new upstream releases (Closes: #500301)
  - fix (wrongly) added leading spaces in direntries (Closes: #457741)
  -  work with ~ in th epath (Closes: #495577)
  - disable the patch fix-direntry and fix-texi2dvi-bashism, 
    included upstream
* update the list of files to be installed (new translations, pdftexi2dvi)
* mange version in the watch file to remove the .dfsg.N part
* use quilt.make (first step in direction of source format 3.0, but that
  is broken)
* add README.Debian to info package (Closes: #513187)
* add README.source, bump standards version to 3.8.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/* insertion.h -- declarations for insertion.c.
2
 
   $Id: insertion.h,v 1.14 2007/07/01 21:20:32 karl Exp $
 
2
   $Id: insertion.h,v 1.15 2008/01/31 18:33:27 karl Exp $
3
3
 
4
 
   Copyright (C) 1998, 1999, 2001, 2002, 2003, 2007
 
4
   Copyright (C) 1998, 1999, 2001, 2002, 2003, 2007, 2008
5
5
   Free Software Foundation, Inc.
6
6
 
7
7
   This program is free software: you can redistribute it and/or modify
77
77
extern int command_needs_braces (char *cmd);
78
78
 
79
79
extern enum insertion_type find_type_from_name (char *name);
 
80
 
 
81
extern char *get_item_function (void);
80
82
#endif /* !INSERTION_H */