diff options
Diffstat (limited to 'admin/ChangeLog')
| -rw-r--r-- | admin/ChangeLog | 73 |
1 files changed, 73 insertions, 0 deletions
diff --git a/admin/ChangeLog b/admin/ChangeLog index 25ce7c0f9e4..ac6031fa205 100644 --- a/admin/ChangeLog +++ b/admin/ChangeLog | |||
| @@ -1,3 +1,76 @@ | |||
| 1 | 2013-06-02 Eric Ludlam <zappo@gnu.org> | ||
| 2 | |||
| 3 | * grammars/srecode-template.wy (variable): Accept a single number | ||
| 4 | as a variable value. Allows the 'priority' to be set to a number. | ||
| 5 | (wisent-srecode-template-lexer): Move number up so it can be | ||
| 6 | created. | ||
| 7 | |||
| 8 | 2013-05-16 Glenn Morris <rgm@gnu.org> | ||
| 9 | |||
| 10 | * cus-test.el (cus-test-cus-load-groups): New function. | ||
| 11 | (cus-test-get-options): Add option to return groups. | ||
| 12 | (cus-test-noloads): Also check custom groups. | ||
| 13 | |||
| 14 | 2013-05-15 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 15 | |||
| 16 | * quick-install-emacs: Don't prune DOC-* files a any more. | ||
| 17 | |||
| 18 | 2013-05-14 Glenn Morris <rgm@gnu.org> | ||
| 19 | |||
| 20 | * cus-test.el (cus-test-get-lisp-files): Ignore obsolete/. | ||
| 21 | (cus-test-libs): Fix let-binding of default-directory. | ||
| 22 | (cus-test-noloads): Load all libs for the comparison. | ||
| 23 | |||
| 24 | 2013-05-11 Glenn Morris <rgm@gnu.org> | ||
| 25 | |||
| 26 | * cus-test.el (cus-test-libs-noloads): Add a few more files. | ||
| 27 | (cus-test-load-libs, cus-test-opts): | ||
| 28 | Add option to load more/all Lisp files. | ||
| 29 | (cus-test-get-lisp-files): Ignore .*.el files. | ||
| 30 | |||
| 31 | 2013-05-10 Glenn Morris <rgm@gnu.org> | ||
| 32 | |||
| 33 | * cus-test.el (cus-test-libs-noloads): Add some files. | ||
| 34 | (cus-test-get-lisp-files): New function. | ||
| 35 | (cus-test-libs): Add option to load more/all Lisp files. | ||
| 36 | |||
| 37 | 2013-05-09 Glenn Morris <rgm@gnu.org> | ||
| 38 | |||
| 39 | * cus-test.el: No need to provide bbdb, bbdb-com any more. | ||
| 40 | (cus-test-libs-noloads): Add dunnet in the defvar. | ||
| 41 | (dunnet): Don't always load it. | ||
| 42 | (viper-mode): Only set if interactive. | ||
| 43 | (cus-test-load-custom-loads): Load dunnet if necessary. | ||
| 44 | (cus-test-load-1): New macro, with common code from cus-test-load-libs | ||
| 45 | and cus-test-libs. | ||
| 46 | (cus-test-load-libs, cus-test-libs): Use cus-test-load-1 macro. | ||
| 47 | Update for cus-test-get-autoload-deps changed result. | ||
| 48 | (cus-test-get-autoload-deps): Simplify. Return file names as they | ||
| 49 | appear in loaddefs.el (directory parts are needed now that not all | ||
| 50 | lisp subdirs are in load-path). | ||
| 51 | (cus-test-deps): Explicitly skip dunnet. | ||
| 52 | |||
| 53 | 2013-05-07 Paul Eggert <eggert@cs.ucla.edu> | ||
| 54 | |||
| 55 | Use Gnulib ACL implementation, for benefit of Solaris etc. (Bug#14295) | ||
| 56 | * merge-gnulib (GNULIB_MODULES): Add qacl. | ||
| 57 | (GNULIB_TOOL_FLAGS): Do not avoid errno. | ||
| 58 | |||
| 59 | 2013-04-01 Paul Eggert <eggert@cs.ucla.edu> | ||
| 60 | |||
| 61 | Use UTF-8 for most files with non-ASCII characters (Bug#13936). | ||
| 62 | * notes/unicode (etc/tutorials/TUTORIAL.ko, leim/quail/hanja.el) | ||
| 63 | (leim/quail/hanja3.el, leim/quail/symbol-ksc.el): | ||
| 64 | Now utf-8, not iso-2022-7bit. Also, files that contain non-UTF-8 | ||
| 65 | characters are now encoded in utf-8-emacs, not iso-2022-7bit. | ||
| 66 | |||
| 67 | 2013-03-18 Paul Eggert <eggert@cs.ucla.edu> | ||
| 68 | |||
| 69 | * notes/unicode: Mention some more iso-2022-7bit files (Bug#13936). | ||
| 70 | |||
| 71 | Automate the build of ja-dic.el (Bug#13984). | ||
| 72 | * notes/unicode: ja-dic.el is now UTF-8. | ||
| 73 | |||
| 1 | 2013-03-16 Glenn Morris <rgm@gnu.org> | 74 | 2013-03-16 Glenn Morris <rgm@gnu.org> |
| 2 | 75 | ||
| 3 | * admin.el (manual-pdf, manual-dvi): Pass -I to texi2pdf, texi2dvi. | 76 | * admin.el (manual-pdf, manual-dvi): Pass -I to texi2pdf, texi2dvi. |