~ubuntu-branches/debian/squeeze/sympa/squeeze

« back to all changes in this revision

Viewing changes to doc/auto/sympa.el

  • Committer: Bazaar Package Importer
  • Author(s): Stefan Hornburg (Racke)
  • Date: 2008-10-05 12:36:30 UTC
  • mfrom: (1.1.5 upstream) (6.1.3 gutsy)
  • Revision ID: james.westby@ubuntu.com-20081005123630-8ga1kt0ogrkqaizf
Tags: 5.3.4-6
* fix usage of $* Perl variable deprecated in Perl 5.10 
  (Closes: #501154, thanks to Micah Anderson <micah@debian.org> and
  David Moreno <david@dev.axiombox.com> for the report and patches)
* add the sympa.pl --upgrade procedure to the debian/postinst 
  to migrate existing installs (Closes: #498144, thanks to Micah
  Anderson <micah@debian.org> for the patch)
* additional patch for insecure use of /tmp (Closes: #496520)
* missing debian/compat file added

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
(TeX-add-style-hook "sympa"
2
 
 (function
3
 
  (lambda ()
4
 
    (LaTeX-add-index-entries
5
 
     "#1"
6
 
     "#1@#2"
7
 
     "#1@\\texttt {#2} #3"
8
 
     "administrator"
9
 
     "set-uid-on-exec
10
 
bit"
11
 
     "spool"
12
 
     "moderation"
13
 
     "digest"
14
 
     "spool"
15
 
     "aliases"
16
 
     "mail aliases"
17
 
     "aliases"
18
 
     "mail aliases"
19
 
     "moderation"
20
 
     "digest"
21
 
     "moderation"
22
 
     "authentication"
23
 
     "unsubscription"
24
 
     "statistics"
25
 
     "subscriber file"))))
26