X-Git-Url: https://git.hcoop.net/bpt/emacs.git/blobdiff_plain/b6cac59cc6486819db57809fd25573b2baa09970..97e181925b60073563f1da0346cb3cf538067d38:/lisp/ChangeLog diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 8068e0d72e..ec5b282716 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,111 @@ +2009-06-22 Glenn Morris + + * Makefile.in (ELCFILES): Add fadr.elc. + + * calendar/appt.el (appt-make-list): Fix off-by-one error caused by + differing behavior of \n and ^ in strings. (Bug#3385) + + * emacs-lisp/cl-indent.el: Remove leading "*" from defcustom docs. + + * emacs-lisp/lisp-mode.el (lisp-indent-offset): Fix safe-local-variable + property. + (lisp-indent-function): Make it a defcustom. + +2009-06-21 Nick Roberts + + * progmodes/gdb-ui.el: Replace with ... + * progmodes/gdb-ui.el: ... this file. + * progmodes/gud.el: Modify for gdb-mi.el. + * fadr.el: New file. + +2009-06-21 Chong Yidong + + * Branch for 23.1. + +2009-06-21 Glenn Morris + + * emacs-lisp/lisp-mode.el (lisp-indent-function) + * emacs-lisp/cl-indent.el (lisp-indent-defun-method) + (common-lisp-indent-function): Add doc strings. + +2009-06-19 David Casperson (tiny change) + + * font-core.el (turn-on-font-lock-if-desired): Correctly handle + the case where font-lock-global-modes is a list that doesn't begin + with `not' (Bug#3611). + +2009-06-19 Glenn Morris + + * subr.el (open-network-stream): Doc fix. + +2009-06-19 Juanma Barranquero + + * international/fontset.el (setup-default-fontset): + Fix typo in previous change. + +2009-06-19 Kenichi Handa + + * international/fontset.el (setup-default-fontset): Add a spec of + non-OTF unicode font for Thai. + + * fringe.el: Add coding: utf-8 cookie. + +2009-06-18 Kenichi Handa + + * language/korean.el (korean-cp949): New coding system. Set cp949 + as an alias to it. + +2009-06-18 Ulrich Mueller + + * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings + format used by GnuPG 2.0.11. + +2009-06-18 Glenn Morris + + * files.el (dir-locals-set-directory-class): Make mtime argument + optional, since it is always unneeded in the non-file case. (Bug#3577) + +2009-06-18 Kenichi Handa + + * language/korean.el ("Korean"): Fix `documentation' property of + this language environment. + + * language/korea-util.el (korean-key-bindings): Add binding for + key Hangul. + +2009-06-17 Chong Yidong + + * progmodes/compile.el (compilation-error-regexp-alist-alist): + Comment out 2007-07-25 change adding support for Maven error + messages; this regexp is too slow on long lines (Bug#3441). + +2009-06-17 Akinori MUSHA (tiny change) + + * progmodes/ruby-mode.el (ruby-parse-partial) + (ruby-font-lock-keywords): Support overloadable negative + operators (Bug#3587). + +2009-06-17 Tiago Saboga (tiny change) + + * files.el (save-some-buffers-action-alist): Fix last + change (Bug#3578). + +2009-06-17 Glenn Morris + + * files.el (dir-locals-set-directory-class): Fix doc typo. + +2009-06-17 Kenichi Handa + + * international/mule-diag.el (list-character-sets): Change + "FINAL-CHAR" to "FINAL-BYTE" to follow the official terminology. + (list-character-sets-1): Add one line explanation about + "supplementary charset". Make the part "Supplementary Character + Sets" clickable. + +2009-06-16 Eduard Wiebe (tiny change) + + * international/mule-conf.el: Add cp949-2-byte, cp949. + 2009-06-16 Kenichi Handa * composite.el (compose-region): Improve the docstring. @@ -31,7 +139,7 @@ * composite.el (compose-gstring-for-terminal): For zero-width characters of Unicode category `Cf', simply replace it with SPC. -2009-06-09 Agustín Martín +2009-06-09 Agustín Martín * ispell.el: Make `ispell-dictionary' customizable (#2555) @@ -552,7 +660,8 @@ 2009-04-11 Chong Yidong - * files.el (dir-locals-directory-cache): Change format to include + * files.el (dir-locals-directory-cache): Rename from + dir-locals-directory-alist. Change format to include the mtime of the directory-local variables file (Bug#2833). (dir-locals-set-directory-class): New arg mtime. Store it in dir-locals-directory-cache.