aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorGlenn Morris2013-01-09 18:30:06 -0800
committerGlenn Morris2013-01-09 18:30:06 -0800
commit3c855b96ba352a7fcc5d88c93f9b58482f41418a (patch)
tree2d9db6f6190e333a06116e6ccb29159c9f5c1f14 /lisp
parent08ce64e637608fc8beadd271c301361a2aa7cf2c (diff)
downloademacs-3c855b96ba352a7fcc5d88c93f9b58482f41418a.tar.gz
emacs-3c855b96ba352a7fcc5d88c93f9b58482f41418a.zip
authors.el tiny updates
* lisp/emacs-lisp/authors.el (authors-ignored-files) (authors-valid-file-names, authors-renamed-files-alist): Add some more entries.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/ChangeLog8
-rw-r--r--lisp/emacs-lisp/authors.el16
2 files changed, 22 insertions, 2 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index d7ffc144657..c3264d817e4 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,9 @@
12013-01-10 Glenn Morris <rgm@gnu.org>
2
3 * emacs-lisp/authors.el (authors-ignored-files)
4 (authors-valid-file-names, authors-renamed-files-alist):
5 Add some more entries.
6
12013-01-09 Stefan Monnier <monnier@iro.umontreal.ca> 72013-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
2 8
3 * image-mode.el (image-mode-winprops): Don't throw away the fallback 9 * image-mode.el (image-mode-winprops): Don't throw away the fallback
@@ -4186,7 +4192,7 @@
4186 4192
41872012-08-08 Fabián Ezequiel Gallina <fgallina@cuca> 41932012-08-08 Fabián Ezequiel Gallina <fgallina@cuca>
4188 4194
4189 * progmodes/python.el Fixed defsubst warning. 4195 * progmodes/python.el: Fix defsubst warning.
4190 (python-syntax-context) Rename from python-info-ppss-context. 4196 (python-syntax-context) Rename from python-info-ppss-context.
4191 (python-syntax-context-type): Rename from 4197 (python-syntax-context-type): Rename from
4192 python-info-ppss-context-type. 4198 python-info-ppss-context-type.
diff --git a/lisp/emacs-lisp/authors.el b/lisp/emacs-lisp/authors.el
index 6741094aa55..270badd53cb 100644
--- a/lisp/emacs-lisp/authors.el
+++ b/lisp/emacs-lisp/authors.el
@@ -295,6 +295,14 @@ Changes to files matching one of the regexps in this list are not listed.")
295 "calc/INSTALL" "calc/Makefile" 295 "calc/INSTALL" "calc/Makefile"
296 "vms-pp.trans" "_emacs" "batcomp.com" "notes/cpp" ; admin/ 296 "vms-pp.trans" "_emacs" "batcomp.com" "notes/cpp" ; admin/
297 "emacsver.texi.in" 297 "emacsver.texi.in"
298 "vpath.sed"
299 "Cocoa/Emacs.base/Contents/Info.plist"
300 "Cocoa/Emacs.base/Contents/Resources/English.lproj/InfoPlist.strings"
301 "GNUstep/Emacs.base/Resources/Info-gnustep.plist"
302 "GNUstep/Emacs.base/Resources/Emacs.desktop"
303 "Cocoa/Emacs.base/Contents/Resources/English.lproj"
304 ;; Only existed briefly, then deleted:
305 "coccinelle/overlay.cocci" "coccinelle/symbol.cocci"
298 ;; MH-E stuff not in Emacs: 306 ;; MH-E stuff not in Emacs:
299 "import-emacs" "release-utils" 307 "import-emacs" "release-utils"
300 ;; Erc stuff not in Emacs: 308 ;; Erc stuff not in Emacs:
@@ -540,6 +548,7 @@ Changes to files in this list are not listed.")
540 "makedist.bat" 548 "makedist.bat"
541 "makefile.def" 549 "makefile.def"
542 "makefile.nt" 550 "makefile.nt"
551 "ns.mk"
543 "debug.bat.in" "emacs.bat.in" 552 "debug.bat.in" "emacs.bat.in"
544 ".gdbinit-union" 553 ".gdbinit-union"
545 "alloca.s" 554 "alloca.s"
@@ -553,15 +562,17 @@ Changes to files in this list are not listed.")
553 "ymakefile" 562 "ymakefile"
554 "permute-index" "index.perm" 563 "permute-index" "index.perm"
555 "ibmrs6000.inp" 564 "ibmrs6000.inp"
556 "b2m.c" "b2m.1" "b2m.pl" 565 "b2m.c" "b2m.1" "b2m.pl" "rcs-checkin.1"
557 "emacs.bash" "emacs.csh" "ms-kermit" 566 "emacs.bash" "emacs.csh" "ms-kermit"
558 "emacs.ico" 567 "emacs.ico"
559 "emacs21.ico" 568 "emacs21.ico"
569 "emacs.py" "emacs2.py" "emacs3.py"
560 "BABYL" "LPF" "LEDIT" "OTHER.EMACSES" 570 "BABYL" "LPF" "LEDIT" "OTHER.EMACSES"
561 "emacs16_mac.png" "emacs24_mac.png" 571 "emacs16_mac.png" "emacs24_mac.png"
562 "emacs256_mac.png" "emacs32_mac.png" 572 "emacs256_mac.png" "emacs32_mac.png"
563 "emacs48_mac.png" "emacs512_mac.png" 573 "emacs48_mac.png" "emacs512_mac.png"
564 "revdiff" ; admin/ 574 "revdiff" ; admin/
575 "vcdiff" "rcs-checkin" "tindex.pl"
565 "mainmake" "sed1.inp" "sed2.inp" "sed3.inp" ; msdos/ 576 "mainmake" "sed1.inp" "sed2.inp" "sed3.inp" ; msdos/
566 "mac-fix-env.m" 577 "mac-fix-env.m"
567 ;; Deleted vms stuff: 578 ;; Deleted vms stuff:
@@ -580,6 +591,7 @@ in the repository.")
580 ("s/windowsnt.h" . "s/ms-w32.h") 591 ("s/windowsnt.h" . "s/ms-w32.h")
581 ("s/ms-w32.h" . "inc/ms-w32.h") 592 ("s/ms-w32.h" . "inc/ms-w32.h")
582 ("winnt.el" . "w32-fns.el") 593 ("winnt.el" . "w32-fns.el")
594 ("emacs.manifest" . "emacs-x86.manifest")
583 ("config.emacs" . "configure") 595 ("config.emacs" . "configure")
584 ("configure.in" . "configure.ac") 596 ("configure.in" . "configure.ac")
585 ("config.h.dist" . "config.in") 597 ("config.h.dist" . "config.in")
@@ -616,6 +628,8 @@ in the repository.")
616 ("build-install" . "build-ins.in") 628 ("build-install" . "build-ins.in")
617 ("build-install.in" . "build-ins.in") 629 ("build-install.in" . "build-ins.in")
618 ("unidata/Makefile" . "unidata/Makefile.in") 630 ("unidata/Makefile" . "unidata/Makefile.in")
631 ("move-if-change" . "build-aux/move-if-change")
632 ("update-subdirs" . "build-aux/update-subdirs")
619 ;; Not renamed, but we only have the latter in the Emacs repo. 633 ;; Not renamed, but we only have the latter in the Emacs repo.
620 ("trampver.texi.in" . "trampver.texi") 634 ("trampver.texi.in" . "trampver.texi")
621 ("e/eterm" . "e/eterm-color") 635 ("e/eterm" . "e/eterm-color")