mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-12-23 10:34:07 +00:00
Update author/maintainer info
Update email addresses and fix spellings of some author and maintainer names.
This commit is contained in:
parent
797ee5871e
commit
852d281769
@ -2,7 +2,7 @@
|
||||
|
||||
;; Copyright (C) 2005-2019 Free Software Foundation, Inc.
|
||||
|
||||
;; Author: Eric Ludlam <zappo@gnu.org>
|
||||
;; Author: Eric M. Ludlam <zappo@gnu.org>
|
||||
;; Keywords: syntax
|
||||
;; X-RCS: $Id: srecode-template.wy,v 1.10 2009-01-09 23:01:54 zappo Exp $
|
||||
|
||||
|
@ -2421,7 +2421,7 @@ Boris Goldowsky <boris@@cs.rochester.edu> made it possible to highlight
|
||||
fine differences in Ediff buffers. Alastair Burt <burt@@dfki.uni-kl.de>
|
||||
ported Ediff to XEmacs, Eric Freudenthal <freudent@@jan.ultra.nyu.edu>
|
||||
made it work with VC, Marc Paquette <marcpa@@cam.org> wrote the
|
||||
toolbar support package for Ediff, and Hrvoje Niksic <hniksic@@xemacs.org>
|
||||
toolbar support package for Ediff, and Hrvoje Nikšić <hniksic@@xemacs.org>
|
||||
adapted it to the Emacs customization package.
|
||||
|
||||
Many people provided help with bug reports, feature suggestions, and advice.
|
||||
|
@ -1205,8 +1205,8 @@ plaintext name.
|
||||
|
||||
@example
|
||||
(mail-header-parse-address
|
||||
"Hrvoje Niksic <hniksic@@srce.hr>")
|
||||
@result{} ("hniksic@@srce.hr" . "Hrvoje Niksic")
|
||||
"Hrvoje Nikšić <hniksic@@srce.hr>")
|
||||
@result{} ("hniksic@@srce.hr" . "Hrvoje Nikšić")
|
||||
@end example
|
||||
|
||||
@item mail-header-parse-addresses
|
||||
@ -1216,8 +1216,8 @@ the one described above.
|
||||
|
||||
@example
|
||||
(mail-header-parse-addresses
|
||||
"Hrvoje Niksic <hniksic@@srce.hr>, Steinar Bang <sb@@metis.no>")
|
||||
@result{} (("hniksic@@srce.hr" . "Hrvoje Niksic")
|
||||
"Hrvoje Nikšić <hniksic@@srce.hr>, Steinar Bang <sb@@metis.no>")
|
||||
@result{} (("hniksic@@srce.hr" . "Hrvoje Nikšić")
|
||||
("sb@@metis.no" . "Steinar Bang"))
|
||||
@end example
|
||||
|
||||
|
@ -27113,7 +27113,7 @@ Richard Mlynarik,
|
||||
Lantz Moore,
|
||||
Morioka Tomohiko, @c Morioka
|
||||
Erik Toubro Nielsen,
|
||||
Hrvoje Niksic,
|
||||
Hrvoje Nikšić,
|
||||
Andy Norman,
|
||||
Fred Oberhauser,
|
||||
C. R. Oldham,
|
||||
|
@ -9687,7 +9687,7 @@ If you are away from your computer, it can be very useful to have a printed
|
||||
version of some agenda views to carry around. Org mode can export custom
|
||||
agenda views as plain text, HTML@footnote{You need to install
|
||||
@file{htmlize.el} from @uref{https://github.com/hniksic/emacs-htmlize,Hrvoje
|
||||
Niksic's repository.}}, Postscript, PDF@footnote{To create PDF output, the
|
||||
Nikšić's repository.}}, Postscript, PDF@footnote{To create PDF output, the
|
||||
ghostscript @file{ps2pdf} utility must be installed on the system. Selecting
|
||||
a PDF file will also create the postscript file.}, and iCalendar files. If
|
||||
you want to do this only occasionally, use the command
|
||||
|
@ -3395,7 +3395,7 @@
|
||||
|
||||
* MORE.STUFF: Update some links, remove some dead ones.
|
||||
|
||||
2007-04-04 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se>
|
||||
2007-04-04 Sławomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se>
|
||||
|
||||
* emacs.py (format_exception): New function.
|
||||
(eexecfile): Use it instead of traceback.print_exception.
|
||||
@ -3770,7 +3770,7 @@
|
||||
(section{TODO Items and Checkboxes}): Checkbox keys moved to this
|
||||
section, added documentation for the key `C-c #'.
|
||||
|
||||
2006-11-05 Slawomir Nowaczyk <slawek@cs.lth.se>
|
||||
2006-11-05 Sławomir Nowaczyk <slawek@cs.lth.se>
|
||||
|
||||
* emacs.py (eargs): Provide eldoc message for builtin types.
|
||||
Make sure eargs always outputs sentinel, to avoid Emacs freeze.
|
||||
@ -3861,7 +3861,7 @@
|
||||
(eimport): Use __main__ rather than `emacs' namespace.
|
||||
(modpath): New fun.
|
||||
|
||||
2006-08-20 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se>
|
||||
2006-08-20 Sławomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se>
|
||||
|
||||
* emacs.py (eexecfile): Use the __main__ rather than `emacs' namespace.
|
||||
|
||||
@ -4122,7 +4122,7 @@
|
||||
Stefan Monnier <monnier@iro.umontreal.ca>.
|
||||
|
||||
* pl-refcard.tex (section{Info}): Ditto. Translation suggested by
|
||||
Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se>.
|
||||
Sławomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se>.
|
||||
|
||||
* cs-refcard.tex (section{Info}): Use `s' instead of `M-s'.
|
||||
Entry for `i' is not translated yet.
|
||||
@ -4854,7 +4854,7 @@
|
||||
|
||||
* NEWS: Lots of clarifications and cleanups.
|
||||
|
||||
2005-05-05 Slawomir Nowaczyk <slawek@cs.lth.se>
|
||||
2005-05-05 Sławomir Nowaczyk <slawek@cs.lth.se>
|
||||
|
||||
* TUTORIAL.pl: Updated header.
|
||||
|
||||
@ -5777,7 +5777,7 @@
|
||||
|
||||
* ps-prin0.ps: Changed comment version (6.0).
|
||||
|
||||
2000-08-24 Wlodzimierz Bzyl <matwb@univ.gda.pl>
|
||||
2000-08-24 Włodzimierz Bzyl <matwb@univ.gda.pl>
|
||||
|
||||
* survival.tex: New file.
|
||||
|
||||
@ -5852,7 +5852,7 @@
|
||||
|
||||
* refcard.bit: Removed.
|
||||
|
||||
2000-04-10 Wlodzimierz Bzyl <matwb@monika.univ.gda.pl>
|
||||
2000-04-10 Włodzimierz Bzyl <matwb@monika.univ.gda.pl>
|
||||
|
||||
* refcard-pl.ps: New file.
|
||||
* refcard-pl.tex: New file.
|
||||
|
@ -58,14 +58,10 @@
|
||||
% Which mode to use is controlled by setting \columnsperpage above.
|
||||
%
|
||||
% Author (Calc reference card):
|
||||
% Dave Gillespie
|
||||
% UUCP: uunet!synaptx!daveg
|
||||
% Internet: daveg@synaptics.com
|
||||
% Dave Gillespie <daveg@synaptics.com>
|
||||
%
|
||||
% Author (refcard.tex format):
|
||||
% Stephen Gildea
|
||||
% UUCP: mit-erl!gildea
|
||||
% Internet: gildea@stop.mail-abuse.org
|
||||
% Stephen Gildea <stepheng+emacs@gildea.com>
|
||||
|
||||
\input emacsver.tex
|
||||
|
||||
|
@ -3,7 +3,7 @@
|
||||
% Copyright (C) 1987, 1993, 1996-1997, 2001-2019 Free Software
|
||||
% Foundation, Inc.
|
||||
|
||||
% Author: Stephen Gildea <gildea@stop.mail-abuse.org>
|
||||
% Author: Stephen Gildea <stepheng+emacs@gildea.com>
|
||||
% Czech translation: Jan Buchal <buchal@brailcom.cz>, January 1999
|
||||
% Milan Zamazal <pdm@zamazal.org>, August 1999
|
||||
% Pavel Janík <Pavel@Janik.cz>, November 2000 (Emacs 21)
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
% Copyright (C) 2000-2019 Free Software Foundation, Inc.
|
||||
|
||||
% Author: Wlodek Bzyl <matwb@univ.gda.pl>
|
||||
% Author: Włodek Bzyl <matwb@univ.gda.pl>
|
||||
% Czech translation: Pavel Janík <Pavel@Janik.cz>, March 2001
|
||||
|
||||
% This document is free software: you can redistribute it and/or modify
|
||||
|
@ -3,7 +3,7 @@
|
||||
% Copyright (C) 1987, 1993, 1996, 2000-2019 Free Software Foundation,
|
||||
% Inc.
|
||||
|
||||
% Author: Stephen Gildea <gildea@stop.mail-abuse.org>
|
||||
% Author: Stephen Gildea <stepheng+emacs@gildea.com>
|
||||
% German translation: Sven Joachim <svenjoac@gmx.de>
|
||||
|
||||
% This document is free software: you can redistribute it and/or modify
|
||||
|
@ -3,7 +3,7 @@
|
||||
% Copyright (C) 1987, 1993, 1996-1997, 2001-2019 Free Software
|
||||
% Foundation, Inc.
|
||||
|
||||
% Author: Stephen Gildea <gildea@stop.mail-abuse.org>
|
||||
% Author: Stephen Gildea <stepheng+emacs@gildea.com>
|
||||
% French translation: Eric Jacoboni
|
||||
% Micha\"el Cadilhac
|
||||
|
||||
|
@ -3,7 +3,7 @@
|
||||
|
||||
% Copyright (C) 2000-2019 Free Software Foundation, Inc.
|
||||
|
||||
% Author: Wlodek Bzyl <matwb@univ.gda.pl>
|
||||
% Author: Włodek Bzyl <matwb@univ.gda.pl>
|
||||
% French translation: \'Eric Jacoboni <jaco@teaser.fr>, November 2001
|
||||
|
||||
% This document is free software: you can redistribute it and/or modify
|
||||
|
@ -60,8 +60,7 @@
|
||||
% dvips -t landscape refcard.dvi
|
||||
%
|
||||
% Author:
|
||||
% Stephen Gildea
|
||||
% Internet: gildea@stop.mail-abuse.org
|
||||
% Stephen Gildea <stepheng+emacs@gildea.com>
|
||||
%
|
||||
% Thanks to Paul Rubin, Bob Chassell, Len Tower, and Richard Mlynarik
|
||||
% for their many good ideas.
|
||||
|
@ -3,8 +3,8 @@
|
||||
|
||||
% Copyright (C) 1999, 2001-2019 Free Software Foundation, Inc.
|
||||
|
||||
% Author: Stephen Gildea <gildea@stop.mail-abuse.org>
|
||||
% Polish translation: W{\l}odek Bzyl <matwb@univ.gda.pl>
|
||||
% Author: Stephen Gildea <stepheng+emacs@gildea.com>
|
||||
% Polish translation: Włodek Bzyl <matwb@univ.gda.pl>
|
||||
|
||||
% This document is free software: you can redistribute it and/or modify
|
||||
% it under the terms of the GNU General Public License as published by
|
||||
@ -38,7 +38,7 @@
|
||||
% You will still need to cut and paste.
|
||||
% Which mode to use is controlled by setting \columnsperpage.
|
||||
|
||||
% Translated into Polish language by W{\l}odek Bzyl (matwb@univ.gda.pl)
|
||||
% Translated into Polish language by Włodek Bzyl <matwb@univ.gda.pl>
|
||||
% who also added new section on `Dired' and added info about Polish
|
||||
% support in Emacs to section `International Character Sets'.
|
||||
|
||||
|
@ -3,7 +3,7 @@
|
||||
% Copyright (C) 1987, 1993, 1996-1997, 2002-2004, 2006-2019 Free
|
||||
% Software Foundation, Inc.
|
||||
|
||||
% Author: Stephen Gildea <gildea@stop.mail-abuse.org>
|
||||
% Author: Stephen Gildea <stepheng+emacs@gildea.com>
|
||||
% Portuguese translation: Rodrigo Real <rreal@ucpel.tche.br>
|
||||
|
||||
% This document is free software: you can redistribute it and/or modify
|
||||
|
@ -3,7 +3,7 @@
|
||||
% Copyright (C) 1987, 1993, 1996-1997, 2001-2019 Free Software
|
||||
% Foundation, Inc.
|
||||
|
||||
% Author: Stephen Gildea <gildea@stop.mail-abuse.org>
|
||||
% Author: Stephen Gildea <stepheng+emacs@gildea.com>
|
||||
|
||||
% This document is free software: you can redistribute it and/or modify
|
||||
% it under the terms of the GNU General Public License as published by
|
||||
|
@ -1,6 +1,6 @@
|
||||
% Copyright (C) 1997, 2002-2019 Free Software Foundation, Inc.
|
||||
|
||||
% Author: Stephen Gildea <gildea@stop.mail-abuse.org>
|
||||
% Author: Stephen Gildea <stepheng+emacs@gildea.com>
|
||||
% Russian translation: Alex Ott <alexott@gmail.com>
|
||||
|
||||
% This document is free software: you can redistribute it and/or modify
|
||||
|
@ -3,7 +3,7 @@
|
||||
% Copyright (C) 1987, 1993, 1996-1997, 2001-2019 Free Software
|
||||
% Foundation, Inc.
|
||||
|
||||
% Author: Stephen Gildea <gildea@stop.mail-abuse.org>
|
||||
% Author: Stephen Gildea <stepheng+emacs@gildea.com>
|
||||
% Czech translation: Jan Buchal <buchal@brailcom.cz>, January 1999
|
||||
% Milan Zamazal <pdm@zamazal.org>, August 1999
|
||||
% Pavel Janík <Pavel@Janik.cz>, November 2000 (Emacs 21)
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
% Copyright (C) 2000-2019 Free Software Foundation, Inc.
|
||||
|
||||
% Author: Wlodek Bzyl <matwb@univ.gda.pl>
|
||||
% Author: Włodek Bzyl <matwb@univ.gda.pl>
|
||||
% Czech translation: Pavel Janík <Pavel@Janik.cz>, March 2001
|
||||
% Slovak translation: Miroslav Vasko <vasko@debian.cz>, March 2001
|
||||
|
||||
|
@ -3,7 +3,7 @@
|
||||
|
||||
% Copyright (C) 2000-2019 Free Software Foundation, Inc.
|
||||
|
||||
% Author: Wlodek Bzyl <matwb@univ.gda.pl>
|
||||
% Author: Włodek Bzyl <matwb@univ.gda.pl>
|
||||
|
||||
% This document is free software: you can redistribute it and/or modify
|
||||
% it under the terms of the GNU General Public License as published by
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
% Copyright (C) 1995-1997, 2001-2019 Free Software Foundation, Inc.
|
||||
|
||||
% Author: Michael Kifer <kifer@cs.sunysb.edu> (Viper)
|
||||
% Author: Michael Kifer <kifer@cs.stonybrook.edu> (Viper)
|
||||
% Aamod Sane <sane@cs.uiuc.edu> (VIP 4.3)
|
||||
% Masahiko Sato <ms@sail.stanford.edu> (VIP 3.5)
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
;; Copyright (C) 2007-2010, 2012-2019 Free Software Foundation, Inc.
|
||||
|
||||
;; Author: Eric M. Ludlam <eric@siege-engine.com>
|
||||
;; Author: Eric M. Ludlam <zappo@gnu.org>
|
||||
|
||||
;; This file is part of GNU Emacs.
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
;; Copyright (C) 2007-2019 Free Software Foundation, Inc.
|
||||
|
||||
;; Author: Eric M. Ludlam <eric@siege-engine.com>
|
||||
;; Author: Eric M. Ludlam <zappo@gnu.org>
|
||||
|
||||
;; This file is part of GNU Emacs.
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
;; Copyright (C) 2007-2019 Free Software Foundation, Inc.
|
||||
|
||||
;; Author: Eric M. Ludlam <eric@siege-engine.com>
|
||||
;; Author: Eric M. Ludlam <zappo@gnu.org>
|
||||
|
||||
;; This file is part of GNU Emacs.
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
;; Copyright (C) 2008-2019 Free Software Foundation, Inc.
|
||||
|
||||
;; Author: Eric M. Ludlam <eric@siege-engine.com>
|
||||
;; Author: Eric M. Ludlam <zappo@gnu.org>
|
||||
|
||||
;; This file is part of GNU Emacs.
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
;; Copyright (C) 2009-2019 Free Software Foundation, Inc.
|
||||
|
||||
;; Author: Eric M. Ludlam <eric@siege-engine.com>
|
||||
;; Author: Eric M. Ludlam <zappo@gnu.org>
|
||||
|
||||
;; This file is part of GNU Emacs.
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
;; Copyright (C) 2009-2019 Free Software Foundation, Inc.
|
||||
|
||||
;; Author: Eric M. Ludlam <eric@siege-engine.com>
|
||||
;; Author: Eric M. Ludlam <zappo@gnu.org>
|
||||
|
||||
;; This file is part of GNU Emacs.
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
;; Copyright (C) 2010, 2012-2019 Free Software Foundation, Inc.
|
||||
|
||||
;; Author: Eric M. Ludlam <eric@siege-engine.com>
|
||||
;; Author: Eric M. Ludlam <zappo@gnu.org>
|
||||
|
||||
;; This file is part of GNU Emacs.
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
;; Copyright (C) 2008-2019 Free Software Foundation, Inc.
|
||||
|
||||
;; Author: Eric M. Ludlam <eric@siege-engine.com>
|
||||
;; Author: Eric M. Ludlam <zappo@gnu.org>
|
||||
|
||||
;; This file is part of GNU Emacs.
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
;; Copyright (C) 2007-2019 Free Software Foundation, Inc.
|
||||
|
||||
;; Author: Eric Ludlam <zappo@gnu.org>
|
||||
;; Author: Eric M. Ludlam <zappo@gnu.org>
|
||||
|
||||
;; This file is part of GNU Emacs.
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
;; Copyright (C) 2007-2019 Free Software Foundation, Inc.
|
||||
|
||||
;; Author: Eric M. Ludlam <eric@siege-engine.com>
|
||||
;; Author: Eric M. Ludlam <zappo@gnu.org>
|
||||
|
||||
;; This file is part of GNU Emacs.
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
;; Copyright (C) 2009-2019 Free Software Foundation, Inc.
|
||||
|
||||
;; Author: Eric M. Ludlam <eric@siege-engine.com>
|
||||
;; Author: Eric M. Ludlam <zappo@gnu.org>
|
||||
|
||||
;; This file is part of GNU Emacs.
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
;; Copyright (C) 2009-2019 Free Software Foundation, Inc.
|
||||
|
||||
;; Author: Eric M. Ludlam <eric@siege-engine.com>
|
||||
;; Author: Eric M. Ludlam <zappo@gnu.org>
|
||||
|
||||
;; This file is part of GNU Emacs.
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
;; Copyright (C) 2005, 2007-2019 Free Software Foundation, Inc.
|
||||
|
||||
;; Author: Eric Ludlam <zappo@gnu.org>
|
||||
;; Author: Eric M. Ludlam <zappo@gnu.org>
|
||||
|
||||
;; This file is part of GNU Emacs.
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
;; Copyright (C) 2008-2019 Free Software Foundation, Inc.
|
||||
|
||||
;; Author: Eric M. Ludlam <eric@siege-engine.com>
|
||||
;; Author: Eric M. Ludlam <zappo@gnu.org>
|
||||
|
||||
;; This file is part of GNU Emacs.
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
;; Copyright (C) 2008-2019 Free Software Foundation, Inc.
|
||||
|
||||
;; Author: Eric M. Ludlam <eric@siege-engine.com>
|
||||
;; Author: Eric M. Ludlam <zappo@gnu.org>
|
||||
|
||||
;; This file is part of GNU Emacs.
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
;; Copyright (C) 2007-2019 Free Software Foundation, Inc.
|
||||
|
||||
;; Author: Eric M. Ludlam <eric@siege-engine.com>
|
||||
;; Author: Eric M. Ludlam <zappo@gnu.org>
|
||||
|
||||
;; This file is part of GNU Emacs.
|
||||
|
||||
|
@ -1254,7 +1254,7 @@
|
||||
* quail/pypunct-b5.el ("chinese-py-punct-b5"): Change the title
|
||||
Chinese characters from GB to Big5.
|
||||
|
||||
2003-05-01 Wlodzimierz Bzyl <matwb@julia.univ.gda.pl> (tiny change)
|
||||
2003-05-01 Włodzimierz Bzyl <matwb@julia.univ.gda.pl> (tiny change)
|
||||
|
||||
* quail/latin-pre.el ("polish-slash"): Add the rule "//"->?/.
|
||||
|
||||
@ -1977,7 +1977,7 @@
|
||||
* quail/tibetan.el: Change all tibetan-1-column characters to
|
||||
tibetan. Quail map for "tibetan-wylie" fixed.
|
||||
|
||||
2000-03-31 Wlodzimierz Bzyl <matwb@monika.univ.gda.pl>
|
||||
2000-03-31 Włodzimierz Bzyl <matwb@monika.univ.gda.pl>
|
||||
|
||||
* quail/latin-pre.el ("polish-slash"): New input method.
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
/* pop.h: Header file for the "pop.c" client POP3 protocol.
|
||||
Copyright (C) 1991, 1993, 2001-2019 Free Software Foundation, Inc.
|
||||
|
||||
Author: Jonathan Kamens <jik@security.ov.com>
|
||||
Author: Jonathan Kamens <jik@security.ov.com>
|
||||
|
||||
This file is part of GNU Emacs.
|
||||
|
||||
|
@ -4,7 +4,7 @@
|
||||
|
||||
# Copyright (C) 1992-1998, 2001-2019 Free Software Foundation, Inc.
|
||||
|
||||
# Author: Paul Eggert <eggert@twinsun.com>
|
||||
# Author: Paul Eggert <eggert@cs.ucla.edu>
|
||||
|
||||
# This program is free software: you can redistribute it and/or modify
|
||||
# it under the terms of the GNU General Public License as published by
|
||||
@ -25,7 +25,7 @@ This program comes with NO WARRANTY, to the extent permitted by law.
|
||||
You may redistribute copies of this program
|
||||
under the terms of the GNU General Public License.
|
||||
For more information about these matters, see the files named COPYING.
|
||||
Author: Paul Eggert <eggert@twinsun.com>'
|
||||
Author: Paul Eggert <eggert@cs.ucla.edu>'
|
||||
|
||||
Help='
|
||||
Generate ChangeLog entries from RCS files (perhaps in a CVS repository)
|
||||
|
@ -6156,7 +6156,7 @@
|
||||
* saveplace.el (load-save-place-alist-from-file): Use expanded name
|
||||
in both messages.
|
||||
|
||||
2006-09-16 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se>
|
||||
2006-09-16 Sławomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se>
|
||||
|
||||
* progmodes/python.el (python-preoutput-filter):
|
||||
Fix arg order to string-match.
|
||||
@ -6540,7 +6540,7 @@
|
||||
conf-space-keywords-override local.
|
||||
Call conf-space-mode-internal directly as well as via hook.
|
||||
|
||||
2006-09-09 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
|
||||
2006-09-09 Sławomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
|
||||
|
||||
* progmodes/python.el (python-font-lock-keywords): Add `self' and other
|
||||
quasi-keywords.
|
||||
@ -12040,7 +12040,7 @@
|
||||
* emacs-lisp/edebug.el (edebug-display): Use `edebug-sit-for-seconds'
|
||||
value instead of a literal constant (1) on more pauses.
|
||||
|
||||
2006-03-03 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
|
||||
2006-03-03 Sławomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
|
||||
|
||||
* textmodes/flyspell.el (flyspell-external-point-words):
|
||||
Be case-sensitive.
|
||||
@ -17840,7 +17840,7 @@
|
||||
* man.el (Man-highlight-references): Doc fix. Reformat code in a
|
||||
more Lisp-ish way.
|
||||
|
||||
2005-11-19 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
|
||||
2005-11-19 Sławomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
|
||||
|
||||
* ls-lisp.el (ls-lisp-format-file-size): Format file size with 9
|
||||
digits, not 8, to avoid misalignment for files larger than 100MB.
|
||||
@ -18028,7 +18028,7 @@
|
||||
|
||||
* cus-edit.el (face): Enclose %t in %{...%}.
|
||||
|
||||
2005-11-16 Hrvoje Niksic <hniksic@xemacs.org>
|
||||
2005-11-16 Hrvoje Nikšić <hniksic@xemacs.org>
|
||||
|
||||
* savehist.el (savehist-mode-hook): Re-add the var.
|
||||
(savehist-mode): Use it.
|
||||
@ -18163,7 +18163,7 @@
|
||||
Use the `variable-documentation' property to give the mode hook a
|
||||
docstring and expand that docstring.
|
||||
|
||||
2005-11-14 Hrvoje Niksic <hniksic@xemacs.org>
|
||||
2005-11-14 Hrvoje Nikšić <hniksic@xemacs.org>
|
||||
|
||||
* savehist.el (savehist-mode): Don't bother with
|
||||
`custom-set-minor-mode'.
|
||||
@ -18983,7 +18983,7 @@
|
||||
(savehist-mode) <defun>: Run the minor mode hook, set the custom state
|
||||
and emit a message if applicable.
|
||||
|
||||
2005-11-01 Hrvoje Niksic <hniksic@xemacs.org>
|
||||
2005-11-01 Hrvoje Nikšić <hniksic@xemacs.org>
|
||||
|
||||
* savehist.el: Sync up to version 19.
|
||||
(savehist-mode): New minor mode.
|
||||
@ -19496,7 +19496,7 @@
|
||||
* simple.el (completion-common-substring):
|
||||
Use `completion-common-substring' prior to `completion-base-size'.
|
||||
|
||||
2005-10-24 Hrvoje Niksic <hniksic@xemacs.org>
|
||||
2005-10-24 Hrvoje Nikšić <hniksic@xemacs.org>
|
||||
|
||||
* savehist.el: Require CL while compiling.
|
||||
(savehist-history-variables): Remove.
|
||||
@ -20221,7 +20221,7 @@
|
||||
(savehist-process-for-saving): Replace use of CL funs `subseq' and
|
||||
`delete-if-not'.
|
||||
|
||||
2005-10-16 Hrvoje Niksic <hniksic@xemacs.org>
|
||||
2005-10-16 Hrvoje Nikšić <hniksic@xemacs.org>
|
||||
|
||||
* savehist.el: Newer version.
|
||||
(savehist-autosave-interval, savehist-coding-system, savehist-timer)
|
||||
@ -21480,7 +21480,7 @@
|
||||
2005-09-18 Michael Albinus <michael.albinus@gmx.de>
|
||||
|
||||
* net/tramp.el (tramp-login-prompt-regexp): Expand regexp in order
|
||||
to cover prompts like "login as:". Reported by Slawomir Nowaczyk
|
||||
to cover prompts like "login as:". Reported by Sławomir Nowaczyk
|
||||
<slawomir.nowaczyk.847@student.lu.se>.
|
||||
|
||||
2005-09-18 Chong Yidong <cyd@stupidchicken.com>
|
||||
|
@ -4156,7 +4156,7 @@
|
||||
coreutils. Reported by Klaus Reichl
|
||||
<Klaus.Reichl@thalesgroup.com>.
|
||||
|
||||
2010-11-13 Hrvoje Niksic <hniksic@xemacs.org>
|
||||
2010-11-13 Hrvoje Nikšić <hniksic@xemacs.org>
|
||||
|
||||
* simple.el (count-words-region): New function.
|
||||
|
||||
|
@ -8142,7 +8142,7 @@
|
||||
implementation) so that `locate-library' can find compressed files.
|
||||
(finder-commentary): Use it.
|
||||
|
||||
1997-11-15 Hrvoje Niksic <hniksic@srce.hr>
|
||||
1997-11-15 Hrvoje Nikšić <hniksic@srce.hr>
|
||||
|
||||
* cus-edit.el (custom-face-save): Save the face.
|
||||
|
||||
@ -9078,11 +9078,11 @@
|
||||
|
||||
* gnus.el: Gnus v5.4.60 is released.
|
||||
|
||||
1997-10-21 Hrvoje Niksic <hniksic@srce.hr>
|
||||
1997-10-21 Hrvoje Nikšić <hniksic@srce.hr>
|
||||
|
||||
* gnus-salt.el: Customized.
|
||||
|
||||
1997-10-21 Hrvoje Niksic <hniksic@srce.hr>
|
||||
1997-10-21 Hrvoje Nikšić <hniksic@srce.hr>
|
||||
|
||||
* gnus-salt.el (gnus-tree-show-summary): New function.
|
||||
(gnus-tree-mode-map): Use it.
|
||||
@ -9098,7 +9098,7 @@
|
||||
|
||||
* gnus-sum.el (gnus-adjust-marked-articles): Improper lists.
|
||||
|
||||
1997-10-21 Hrvoje Niksic <hniksic@srce.hr>
|
||||
1997-10-21 Hrvoje Nikšić <hniksic@srce.hr>
|
||||
|
||||
* gnus-sum.el (gnus-summary-search-article): Inhibit updating tree
|
||||
buffer.
|
||||
@ -9213,7 +9213,7 @@
|
||||
* gnus-score.el (gnus-score-find-trace): Would bug out for
|
||||
file-less rules.
|
||||
|
||||
1997-10-21 Hrvoje Niksic <hniksic@srce.hr>
|
||||
1997-10-21 Hrvoje Nikšić <hniksic@srce.hr>
|
||||
|
||||
* gnus-xmas.el (gnus-xmas-group-startup-message): Cleanup.
|
||||
|
||||
@ -9264,7 +9264,7 @@
|
||||
* gnus-art.el (gnus-header-button-alist): Check for URLs in the
|
||||
Subject.
|
||||
|
||||
1997-10-21 Hrvoje Niksic <hniksic@srce.hr>
|
||||
1997-10-21 Hrvoje Nikšić <hniksic@srce.hr>
|
||||
|
||||
* gnus-xmas.el: Cleanup.
|
||||
|
||||
@ -9715,7 +9715,7 @@
|
||||
* gnus-art.el (gnus-read-save-file-name): Expand file name i save
|
||||
dir.
|
||||
|
||||
1997-10-21 Hrvoje Niksic <hniksic@srce.hr>
|
||||
1997-10-21 Hrvoje Nikšić <hniksic@srce.hr>
|
||||
|
||||
* gnus-art.el (gnus-signature-face): New face; use it.
|
||||
|
||||
@ -9724,12 +9724,12 @@
|
||||
* gnus-picon.el (gnus-picons-insert-face-if-exists): Add picons to
|
||||
list.
|
||||
|
||||
1997-10-21 Hrvoje Niksic <hniksic@srce.hr>
|
||||
1997-10-21 Hrvoje Nikšić <hniksic@srce.hr>
|
||||
|
||||
* message.el (message-font-lock-keywords): Be a little bit more
|
||||
case-insensitive.
|
||||
|
||||
1997-10-21 Hrvoje Niksic <hniksic@srce.hr>
|
||||
1997-10-21 Hrvoje Nikšić <hniksic@srce.hr>
|
||||
|
||||
* message.el (message-insert-to): New argument FORCE.
|
||||
|
||||
@ -9748,7 +9748,7 @@
|
||||
|
||||
* gnus-ems.el: appt, not appt.el.
|
||||
|
||||
1997-10-21 Hrvoje Niksic <hniksic@srce.hr>
|
||||
1997-10-21 Hrvoje Nikšić <hniksic@srce.hr>
|
||||
|
||||
* gnus-xmas.el (gnus-xmas-summary-set-display-table): Don't nix
|
||||
out in Latin1.
|
||||
@ -10150,7 +10150,7 @@
|
||||
* vc-hooks.el (vc-find-cvs-master): Add missing `throw' for
|
||||
the case when TIMESTAMP is arbitrary text.
|
||||
|
||||
1997-09-30 Hrvoje Niksic <hniksic@srce.hr>
|
||||
1997-09-30 Hrvoje Nikšić <hniksic@srce.hr>
|
||||
|
||||
* wid-edit.el (widget-plist-member): Move from here to src/fns.c;
|
||||
translated into C for efficiency.
|
||||
@ -10386,7 +10386,7 @@
|
||||
|
||||
* international/mule-util.el (truncate-string-to-width): Doc typo fix.
|
||||
|
||||
1997-09-14 Hrvoje Niksic <hniksic@srce.hr>
|
||||
1997-09-14 Hrvoje Nikšić <hniksic@srce.hr>
|
||||
|
||||
* arc-mode.el: Customized.
|
||||
|
||||
@ -17073,7 +17073,7 @@
|
||||
* server.el (server-kill-buffer): Prevent infinite recursion.
|
||||
(server-kill-buffer-running): New variable.
|
||||
|
||||
1997-05-28 Hrvoje Niksic <hniksic@srce.hr>
|
||||
1997-05-28 Hrvoje Nikšić <hniksic@srce.hr>
|
||||
|
||||
* dired-aux.el: Customize.
|
||||
|
||||
@ -17337,7 +17337,7 @@
|
||||
|
||||
* libc.el: New file.
|
||||
|
||||
1997-05-22 Hrvoje Niksic <hniksic@srce.hr>
|
||||
1997-05-22 Hrvoje Nikšić <hniksic@srce.hr>
|
||||
|
||||
* terminal.el: Use defgroup and defcustom.
|
||||
* dired.el, dired-x.el: Likewise.
|
||||
@ -18220,7 +18220,7 @@
|
||||
|
||||
* vc.el: Doc fixes.
|
||||
|
||||
1997-05-05 Hrvoje Niksic <hniksic@srce.hr>
|
||||
1997-05-05 Hrvoje Nikšić <hniksic@srce.hr>
|
||||
|
||||
* time.el, gud.el, metamail.el, simple.el: Customize.
|
||||
* window.el, frame.el, menu-bar.el, lisp.el, fill.el: Customize.
|
||||
@ -18316,7 +18316,7 @@
|
||||
|
||||
* ispell.el (ispell-dictionary-alist-2): Specify syntax of ' in Danish.
|
||||
|
||||
1997-05-02 Hrvoje Niksic <hniksic@srce.hr>
|
||||
1997-05-02 Hrvoje Nikšić <hniksic@srce.hr>
|
||||
|
||||
* calendar.el: Customize.
|
||||
* appt.el, cal-china.el, cal-tex.el, diary-lib.el, solar.el: Likewise.
|
||||
@ -18926,7 +18926,7 @@
|
||||
|
||||
* sh-script.el (sh-while-getopts): Don't add menu-enable property.
|
||||
|
||||
1997-04-15 Hrvoje Niksic <hniksic@srce.hr>
|
||||
1997-04-15 Hrvoje Nikšić <hniksic@srce.hr>
|
||||
|
||||
* saveplace.el: Add defgroup; use defcustom for user vars.
|
||||
* pascal.el, supercite.el: Likewise.
|
||||
@ -19021,7 +19021,7 @@
|
||||
* dired.el (dired-noselect): Avoid calling file-directory-p
|
||||
when the initial argument was syntactically a directory name.
|
||||
|
||||
1997-04-13 Hrvoje Niksic <hniksic@srce.hr>
|
||||
1997-04-13 Hrvoje Nikšić <hniksic@srce.hr>
|
||||
|
||||
* time-stamp.el: Add defgroup; use defcustom for user vars.
|
||||
* eldoc.el: Likewise.
|
||||
@ -19214,7 +19214,7 @@
|
||||
* Makefile (finder-inf.el, autoloads): New targets.
|
||||
(cus-load.el): Minor simplification.
|
||||
|
||||
1997-04-11 Hrvoje Niksic <hniksic@srce.hr>
|
||||
1997-04-11 Hrvoje Nikšić <hniksic@srce.hr>
|
||||
|
||||
* add-log.el, avoid.el, bookmark.el, cl-indent.el, cmacexp.el:
|
||||
* comint.el, completion.el, dabbrev.el, desktop.el, edebug.el:
|
||||
@ -19291,7 +19291,7 @@
|
||||
|
||||
* cal-islam.el (diary-islamic-date): Use `date'.
|
||||
|
||||
1997-04-10 Hrvoje Niksic <hniksic@srce.hr>
|
||||
1997-04-10 Hrvoje Nikšić <hniksic@srce.hr>
|
||||
|
||||
* ispell.el: Use defcustom for user variables.
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
;; Copyright (C) 1997-1998, 2000-2019 Free Software Foundation, Inc.
|
||||
|
||||
;; Author: Ralph Schleicher <rs@nunatak.allgaeu.org>
|
||||
;; Author: Ralph Schleicher <rs@ralph-schleicher.de>
|
||||
;; Keywords: hardware
|
||||
|
||||
;; This file is part of GNU Emacs.
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
;; Copyright (C) 1993-1996, 2001-2019 Free Software Foundation, Inc.
|
||||
|
||||
;; Author: Paul Eggert <eggert@twinsun.com>
|
||||
;; Author: Paul Eggert <eggert@cs.ucla.edu>
|
||||
;; Edward M. Reingold <reingold@cs.uiuc.edu>
|
||||
;; Maintainer: Glenn Morris <rgm@gnu.org>
|
||||
;; Keywords: calendar
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
;; Copyright (C) 1994-1995, 2001-2019 Free Software Foundation, Inc.
|
||||
|
||||
;; Author: Michael Kifer <kifer@cs.sunysb.edu>
|
||||
;; Author: Michael Kifer <kifer@cs.stonybrook.edu>
|
||||
;; Edward M. Reingold <reingold@cs.uiuc.edu>
|
||||
;; Maintainer: Glenn Morris <rgm@gnu.org>
|
||||
;; Keywords: calendar
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
;; Copyright (C) 2007-2019 Free Software Foundation, Inc.
|
||||
|
||||
;; Author: Eric M. Ludlam <eric@siege-engine.com>
|
||||
;; Author: Eric M. Ludlam <zappo@gnu.org>
|
||||
;; Package: cedet
|
||||
|
||||
;; This file is part of GNU Emacs.
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
;; Copyright (C) 2008-2019 Free Software Foundation, Inc.
|
||||
|
||||
;; Author: Eric M. Ludlam <eric@siege-engine.com>
|
||||
;; Author: Eric M. Ludlam <zappo@gnu.org>
|
||||
;; Package: cedet
|
||||
|
||||
;; This file is part of GNU Emacs.
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
;; Copyright (C) 2009-2019 Free Software Foundation, Inc.
|
||||
|
||||
;; Author: Eric M. Ludlam <eric@siege-engine.com>
|
||||
;; Author: Eric M. Ludlam <zappo@gnu.org>
|
||||
;; Old-Version: 0.2
|
||||
;; Keywords: OO, lisp
|
||||
;; Package: cedet
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
;; Copyright (C) 2007-2019 Free Software Foundation, Inc.
|
||||
|
||||
;; Author: Eric M. Ludlam <zappo@gnu.org>
|
||||
;; Author: Eric M. Ludlam <zappo@gnu.org>
|
||||
;; Old-Version: 0.2
|
||||
;; Keywords: OO, lisp
|
||||
;; Package: cedet
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
;; Copyright (C) 2014-2019 Free Software Foundation, Inc.
|
||||
|
||||
;; Author: Eric Ludlam <eric@siege-engine.com>
|
||||
;; Author: Eric M. Ludlam <zappo@gnu.org>
|
||||
|
||||
;; This file is part of GNU Emacs.
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
;; Copyright (C) 2007-2019 Free Software Foundation, Inc.
|
||||
|
||||
;; Author: Eric M. Ludlam <eric@siege-engine.com>
|
||||
;; Author: Eric M. Ludlam <zappo@gnu.org>
|
||||
|
||||
;; This file is part of GNU Emacs.
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
;; Copyright (C) 2014-2019 Free Software Foundation, Inc.
|
||||
|
||||
;; Author: Eric M. Ludlam <eric@siege-engine.com>
|
||||
;; Author: Eric M. Ludlam <zappo@gnu.org>
|
||||
|
||||
;; This file is part of GNU Emacs.
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
;; Copyright (C) 2008-2019 Free Software Foundation, Inc.
|
||||
|
||||
;; Author: Eric M. Ludlam <eric@siege-engine.com>
|
||||
;; Author: Eric M. Ludlam <zappo@gnu.org>
|
||||
|
||||
;; This file is part of GNU Emacs.
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
;; Copyright (C) 2008-2019 Free Software Foundation, Inc.
|
||||
|
||||
;; Author: Eric M. Ludlam <eric@siege-engine.com>
|
||||
;; Author: Eric M. Ludlam <zappo@gnu.org>
|
||||
|
||||
;; This file is part of GNU Emacs.
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
;; Copyright (C) 2010-2019 Free Software Foundation, Inc.
|
||||
|
||||
;; Author: Eric M. Ludlam <eric@siege-engine.com>
|
||||
;; Author: Eric M. Ludlam <zappo@gnu.org>
|
||||
|
||||
;; This file is part of GNU Emacs.
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
;; Copyright (C) 2008-2019 Free Software Foundation, Inc.
|
||||
|
||||
;; Author: Eric M. Ludlam <eric@siege-engine.com>
|
||||
;; Author: Eric M. Ludlam <zappo@gnu.org>
|
||||
|
||||
;; This file is part of GNU Emacs.
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
;; Copyright (C) 2008-2019 Free Software Foundation, Inc.
|
||||
|
||||
;; Author: Eric M. Ludlam <eric@siege-engine.com>
|
||||
;; Author: Eric M. Ludlam <zappo@gnu.org>
|
||||
|
||||
;; This file is part of GNU Emacs.
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
;;; Copyright (C) 2009-2019 Free Software Foundation, Inc.
|
||||
|
||||
;; Author: Eric M. Ludlam <eric@siege-engine.com>
|
||||
;; Author: Eric M. Ludlam <zappo@gnu.org>
|
||||
|
||||
;; This file is part of GNU Emacs.
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
;; Copyright (C) 2009-2019 Free Software Foundation, Inc.
|
||||
|
||||
;; Author: Eric M. Ludlam <eric@siege-engine.com>
|
||||
;; Author: Eric M. Ludlam <zappo@gnu.org>
|
||||
|
||||
;; This file is part of GNU Emacs.
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
;;
|
||||
;; Copyright (C) 2009-2019 Free Software Foundation, Inc.
|
||||
;;
|
||||
;; Author: Eric M. Ludlam <eric@siege-engine.com>
|
||||
;; Author: Eric M. Ludlam <zappo@gnu.org>
|
||||
|
||||
;; This file is part of GNU Emacs.
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
;; Copyright (C) 2007-2019 Free Software Foundation, Inc.
|
||||
|
||||
;; Author: Eric M. Ludlam <eric@siege-engine.com>
|
||||
;; Author: Eric M. Ludlam <zappo@gnu.org>
|
||||
|
||||
;; This file is part of GNU Emacs.
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
;; Copyright (C) 2008-2019 Free Software Foundation, Inc.
|
||||
|
||||
;; Author: Eric M. Ludlam <eric@siege-engine.com>
|
||||
;; Author: Eric M. Ludlam <zappo@gnu.org>
|
||||
|
||||
;; This file is part of GNU Emacs.
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
;;; Copyright (C) 2007-2019 Free Software Foundation, Inc.
|
||||
|
||||
;; Author: Eric M. Ludlam <eric@siege-engine.com>
|
||||
;; Author: Eric M. Ludlam <zappo@gnu.org>
|
||||
;; Version: 1.0
|
||||
|
||||
;; This file is part of GNU Emacs.
|
||||
|
@ -3,7 +3,7 @@
|
||||
;; Copyright (C) 1999-2004, 2006-2007, 2009-2019 Free Software
|
||||
;; Foundation, Inc.
|
||||
|
||||
;; Author: Eric M. Ludlam <eric@siege-engine.com>
|
||||
;; Author: Eric M. Ludlam <zappo@gnu.org>
|
||||
|
||||
;; This file is part of GNU Emacs.
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
;; Copyright (C) 2008-2019 Free Software Foundation, Inc.
|
||||
|
||||
;; Author: Eric M. Ludlam <eric@siege-engine.com>
|
||||
;; Author: Eric M. Ludlam <zappo@gnu.org>
|
||||
|
||||
;; This file is part of GNU Emacs.
|
||||
|
||||
|
@ -1551,7 +1551,7 @@ one in the source buffer."
|
||||
|
||||
;;; Tooltip completion lister
|
||||
;;
|
||||
;; Written and contributed by Masatake YAMATO <jet@gyve.org>
|
||||
;; Written and contributed by Masatake YAMATO <yamato@redhat.com>
|
||||
;;
|
||||
;; Modified by Eric Ludlam for
|
||||
;; * Safe compatibility for tooltip free systems.
|
||||
@ -1749,7 +1749,7 @@ Return a cons cell (X . Y)"
|
||||
(semantic-displayor-show-request obj)
|
||||
)
|
||||
|
||||
;; End code contributed by Masatake YAMATO <jet@gyve.org>
|
||||
;; End code contributed by Masatake YAMATO <yamato@redhat.com>
|
||||
|
||||
|
||||
;;; Ghost Text displayor
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
;;; Copyright (C) 2008-2019 Free Software Foundation, Inc.
|
||||
|
||||
;; Author: Eric M. Ludlam <eric@siege-engine.com>
|
||||
;; Author: Eric M. Ludlam <zappo@gnu.org>
|
||||
|
||||
;; This file is part of GNU Emacs.
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
;; Copyright (C) 2008-2019 Free Software Foundation, Inc.
|
||||
|
||||
;; Author: Eric M. Ludlam <eric@siege-engine.com>
|
||||
;; Author: Eric M. Ludlam <zappo@gnu.org>
|
||||
|
||||
;; This file is part of GNU Emacs.
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
;;; Copyright (C) 2007-2019 Free Software Foundation, Inc.
|
||||
|
||||
;; Author: Eric M. Ludlam <eric@siege-engine.com>
|
||||
;; Author: Eric M. Ludlam <zappo@gnu.org>
|
||||
|
||||
;; This file is part of GNU Emacs.
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
;; Copyright (C) 2007-2019 Free Software Foundation, Inc.
|
||||
|
||||
;; Author: Eric M. Ludlam <eric@siege-engine.com>
|
||||
;; Author: Eric M. Ludlam <zappo@gnu.org>
|
||||
|
||||
;; This file is part of GNU Emacs.
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
;; Copyright (C) 2007-2019 Free Software Foundation, Inc.
|
||||
|
||||
;; Author: Eric M. Ludlam <eric@siege-engine.com>
|
||||
;; Author: Eric M. Ludlam <zappo@gnu.org>
|
||||
|
||||
;; This file is part of GNU Emacs.
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
;; Copyright (C) 2007-2019 Free Software Foundation, Inc.
|
||||
|
||||
;; Author: Eric M. Ludlam <eric@siege-engine.com>
|
||||
;; Author: Eric M. Ludlam <zappo@gnu.org>
|
||||
|
||||
;; This file is part of GNU Emacs.
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
;; Copyright (C) 2008-2019 Free Software Foundation, Inc.
|
||||
|
||||
;; Author: Eric M. Ludlam <eric@siege-engine.com>
|
||||
;; Author: Eric M. Ludlam <zappo@gnu.org>
|
||||
|
||||
;; This file is part of GNU Emacs.
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
;;; Copyright (C) 2009-2019 Free Software Foundation, Inc.
|
||||
|
||||
;; Author: Eric M. Ludlam <eric@siege-engine.com>
|
||||
;; Author: Eric M. Ludlam <zappo@gnu.org>
|
||||
|
||||
;; This file is part of GNU Emacs.
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
;; Copyright (C) 2009-2019 Free Software Foundation, Inc.
|
||||
|
||||
;; Author: Eric M. Ludlam <eric@siege-engine.com>
|
||||
;; Author: Eric M. Ludlam <zappo@gnu.org>
|
||||
|
||||
;; This file is part of GNU Emacs.
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
;; Copyright (C) 2008-2019 Free Software Foundation, Inc.
|
||||
|
||||
;; Author: Eric M. Ludlam <eric@siege-engine.com>
|
||||
;; Author: Eric M. Ludlam <zappo@gnu.org>
|
||||
|
||||
;; This file is part of GNU Emacs.
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
;; Copyright (C) 2008-2019 Free Software Foundation, Inc.
|
||||
|
||||
;; Author: Eric M. Ludlam <eric@siege-engine.com>
|
||||
;; Author: Eric M. Ludlam <zappo@gnu.org>
|
||||
|
||||
;; This file is part of GNU Emacs.
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
;;; Copyright (C) 2009-2019 Free Software Foundation, Inc.
|
||||
|
||||
;; Author: Eric M. Ludlam <eric@siege-engine.com>
|
||||
;; Author: Eric M. Ludlam <zappo@gnu.org>
|
||||
|
||||
;; This file is part of GNU Emacs.
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
;; Copyright (C) 2008-2019 Free Software Foundation, Inc.
|
||||
|
||||
;; Author: Eric M. Ludlam <eric@siege-engine.com>
|
||||
;; Author: Eric M. Ludlam <zappo@gnu.org>
|
||||
|
||||
;; This file is part of GNU Emacs.
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
;; Copyright (C) 2008-2019 Free Software Foundation, Inc.
|
||||
|
||||
;; Author: Eric M. Ludlam <eric@siege-engine.com>
|
||||
;; Author: Eric M. Ludlam <zappo@gnu.org>
|
||||
|
||||
;; This file is part of GNU Emacs.
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
;; Copyright (C) 2005, 2009-2019 Free Software Foundation, Inc.
|
||||
|
||||
;; Author: Eric Ludlam <zappo@gnu.org>
|
||||
;; Author: Eric M. Ludlam <zappo@gnu.org>
|
||||
;; Keywords: syntax
|
||||
|
||||
;; This file is part of GNU Emacs.
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
;; Copyright (C) 2007-2019 Free Software Foundation, Inc.
|
||||
|
||||
;; Author: Eric M. Ludlam <eric@siege-engine.com>
|
||||
;; Author: Eric M. Ludlam <zappo@gnu.org>
|
||||
|
||||
;; This file is part of GNU Emacs.
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
;; Copyright (C) 2007, 2009-2019 Free Software Foundation, Inc.
|
||||
|
||||
;; Author: Eric M. Ludlam <eric@siege-engine.com>
|
||||
;; Author: Eric M. Ludlam <zappo@gnu.org>
|
||||
;; Jan Moringen <scymtym@users.sourceforge.net>
|
||||
|
||||
;; This file is part of GNU Emacs.
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
;; Copyright (C) 2007-2019 Free Software Foundation, Inc.
|
||||
|
||||
;; Author: Eric M. Ludlam <eric@siege-engine.com>
|
||||
;; Author: Eric M. Ludlam <zappo@gnu.org>
|
||||
|
||||
;; This file is part of GNU Emacs.
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
;; Copyright (C) 2007-2019 Free Software Foundation, Inc.
|
||||
|
||||
;; Author: Eric M. Ludlam <eric@siege-engine.com>
|
||||
;; Author: Eric M. Ludlam <zappo@gnu.org>
|
||||
|
||||
;; This file is part of GNU Emacs.
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
;; Copyright (C) 2008-2019 Free Software Foundation, Inc.
|
||||
|
||||
;; Author: Eric M. Ludlam <eric@siege-engine.com>
|
||||
;; Author: Eric M. Ludlam <zappo@gnu.org>
|
||||
|
||||
;; This file is part of GNU Emacs.
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
;; Copyright (C) 2008-2019 Free Software Foundation, Inc.
|
||||
|
||||
;; Author: Eric M. Ludlam <eric@siege-engine.com>
|
||||
;; Author: Eric M. Ludlam <zappo@gnu.org>
|
||||
|
||||
;; This file is part of GNU Emacs.
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
;; Copyright (C) 2007, 2009-2019 Free Software Foundation, Inc.
|
||||
|
||||
;; Author: Eric M. Ludlam <eric@siege-engine.com>
|
||||
;; Author: Eric M. Ludlam <zappo@gnu.org>
|
||||
|
||||
;; This file is part of GNU Emacs.
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
;; Copyright (C) 2008-2019 Free Software Foundation, Inc.
|
||||
|
||||
;; Author: Eric M. Ludlam <eric@siege-engine.com>
|
||||
;; Author: Eric M. Ludlam <zappo@gnu.org>
|
||||
|
||||
;; This file is part of GNU Emacs.
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
;;
|
||||
;; Copyright (C) 2009-2019 Free Software Foundation, Inc.
|
||||
;;
|
||||
;; Author: Eric M. Ludlam <eric@siege-engine.com>
|
||||
;; Author: Eric M. Ludlam <zappo@gnu.org>
|
||||
|
||||
;; This file is part of GNU Emacs.
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
;; Copyright (C) 2007-2019 Free Software Foundation, Inc.
|
||||
|
||||
;; Author: Eric M. Ludlam <eric@siege-engine.com>
|
||||
;; Author: Eric M. Ludlam <zappo@gnu.org>
|
||||
|
||||
;; This file is part of GNU Emacs.
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
;; Copyright (C) 2007-2019 Free Software Foundation, Inc.
|
||||
|
||||
;; Author: Eric M. Ludlam <eric@siege-engine.com>
|
||||
;; Author: Eric M. Ludlam <zappo@gnu.org>
|
||||
|
||||
;; This file is part of GNU Emacs.
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
;; Copyright (C) 2007-2019 Free Software Foundation, Inc.
|
||||
|
||||
;; Author: Eric M. Ludlam <eric@siege-engine.com>
|
||||
;; Author: Eric M. Ludlam <zappo@gnu.org>
|
||||
|
||||
;; This file is part of GNU Emacs.
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
;; Copyright (C) 2009-2019 Free Software Foundation, Inc.
|
||||
|
||||
;; Author: Eric M. Ludlam <eric@siege-engine.com>
|
||||
;; Author: Eric M. Ludlam <zappo@gnu.org>
|
||||
|
||||
;; This file is part of GNU Emacs.
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
;; Copyright (C) 2008-2019 Free Software Foundation, Inc.
|
||||
|
||||
;; Author: Eric M. Ludlam <eric@siege-engine.com>
|
||||
;; Author: Eric M. Ludlam <zappo@gnu.org>
|
||||
|
||||
;; This file is part of GNU Emacs.
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
;; Copyright (C) 2008-2019 Free Software Foundation, Inc.
|
||||
|
||||
;; Author: Eric M. Ludlam <eric@siege-engine.com>
|
||||
;; Author: Eric M. Ludlam <zappo@gnu.org>
|
||||
|
||||
;; This file is part of GNU Emacs.
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
;; Copyright (C) 2007-2019 Free Software Foundation, Inc.
|
||||
|
||||
;; Author: Eric M. Ludlam <eric@siege-engine.com>
|
||||
;; Author: Eric M. Ludlam <zappo@gnu.org>
|
||||
|
||||
;; This file is part of GNU Emacs.
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
;; Copyright (C) 2008-2019 Free Software Foundation, Inc.
|
||||
|
||||
;; Author: Eric M. Ludlam <eric@siege-engine.com>
|
||||
;; Author: Eric M. Ludlam <zappo@gnu.org>
|
||||
|
||||
;; This file is part of GNU Emacs.
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
;; Copyright (C) 2007-2019 Free Software Foundation, Inc.
|
||||
|
||||
;; Author: Eric M. Ludlam <eric@siege-engine.com>
|
||||
;; Author: Eric M. Ludlam <zappo@gnu.org>
|
||||
|
||||
;; This file is part of GNU Emacs.
|
||||
|
||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user