config.status computes it.
* Makefile.in (epaths-force-w32): Move srcdir tweak here.
- * autogen: Remove directory. Move update_autogen to admin/.
+ * autogen/: Remove directory. Move update_autogen to admin/.
* autogen.sh: Remove reference to copy_autogen.
* GNUmakefile (configure):
* Makefile.in (bootstrap): Do not try to run copy_autogen.
2013-11-12 Kodi Arfer <git@arfer.net> (tiny change)
- * org.text (CSS support): Mention .figure-number, .listing-number,
+ * org.texi (CSS support): Mention .figure-number, .listing-number,
and .table-number.
2013-11-12 Michael Brand <michael.ch.brand@gmail.com>
+2013-12-28 Glenn Morris <rgm@gnu.org>
+
+ * emacs-lisp/authors.el (authors-ignored-files)
+ (authors-valid-file-names, authors-renamed-files-alist): Additions.
+
2013-12-27 Jarek Czekalski <jarekczek@poczta.onet.pl>
* shell.el (shell-dynamic-complete-command): Doc fix.
2013-11-02 Dmitry Gutov <dgutov@yandex.ru>
- * progmodes/ruby-mode.el Use `syntax-propertize-function'
+ * progmodes/ruby-mode.el: Use `syntax-propertize-function'
unconditionally. Remove now unnecessary forward declarations.
Remove XEmacs-specific setup.
(ruby-here-doc-end-re, ruby-here-doc-beg-match)
;; Autogen:
"cus-load.el" "finder-inf.el" "ldefs-boot.el"
"compile" "config.guess" "config.sub" "depcomp"
+ "autogen/compile" "autogen/config.guess" "autogen/config.in"
+ "autogen/config.sub" "autogen/depcomp" "autogen/install-sh"
+ "autogen/missing" "autogen"
+ "autogen/copy_autogen" ; not generated, but trivial and now removed
+ "dir_top"
;; Only existed briefly, then renamed:
"images/icons/allout-widgets-dark-bg"
"images/icons/allout-widgets-light-bg"
"alloca.s"
"make-delta"
"config.w95"
+ "msysconfig.sh"
"emacstool.1"
"align.umax"
"cxux-crt0.s"
("emacs.1" . "emacs.1")
("emacsclient.1" . "emacsclient.1")
("icons/emacs21.ico" . "emacs21.ico")
+ ("ja-dic" . "leim/ja-dic")
+ ("quail" . "leim/quail")
+ ;; Moved from autogen/ to admin/.
+ ("autogen/update_autogen" . "update_autogen")
+ ;; Moved from etc/ to admin/.
+ ("grammars" . "grammars")
;; Moved from admin/nt/ to nt/.
("nt/README.W32" . "README.W32")
)
2013-11-12 Craig Tanis <craig-tanis@utc.edu> (tiny change)
- * ox-latex (org-latex-src-block): Change format string to position
+ * ox-latex.el (org-latex-src-block): Change format string to position
caption after figure content.
2013-11-12 Eric Abrahamsen <eric@ericabrahamsen.net>
2013-11-12 Ilya Zonov <izonov@gmail.com> (tiny change)
- * org-mode (org-mouse-context-menu): Add a correct newtext
+ * org-mouse.el (org-mouse-context-menu): Add a correct newtext
parameter for "All Set" and "All Clear" menu items.
2013-11-12 Ingo Lohmar <i.lohmar@gmail.com> (tiny change)