comparison lisp/ChangeLog @ 105717:34b6eefd60c2

* menu-bar.el (cua-enable-cua-keys): Declare for the byte-compiler.
author Juanma Barranquero <lekktu@gmail.com>
date Fri, 23 Oct 2009 08:20:11 +0000
parents f54ffcb2681e
children 435aa6860595
comparison
equal deleted inserted replaced
105716:f54ffcb2681e 105717:34b6eefd60c2
1 2009-10-23 Juanma Barranquero <lekktu@gmail.com>
2
3 * menu-bar.el (cua-enable-cua-keys): Declare for the byte-compiler.
4
1 2009-10-23 Dan Nicolaescu <dann@ics.uci.edu> 5 2009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
2 6
3 * term/tty-colors.el (msdos-color-values): Remove declaration, unused. 7 * term/tty-colors.el (msdos-color-values): Remove declaration, unused.
4 (color-name-rgb-alist, tty-standard-colors) 8 (color-name-rgb-alist, tty-standard-colors)
5 (tty-color-mode-alist): Change to defconst. 9 (tty-color-mode-alist): Change to defconst.
42 so it can be byte-compiled. 46 so it can be byte-compiled.
43 (pcomplete-here, pcomplete-here*): Adjust accordingly. 47 (pcomplete-here, pcomplete-here*): Adjust accordingly.
44 Add edebug declaration. 48 Add edebug declaration.
45 (pcomplete-show-completions): Remove unused var `curbuf'. 49 (pcomplete-show-completions): Remove unused var `curbuf'.
46 (pcomplete-do-complete, pcomplete-stub): 50 (pcomplete-do-complete, pcomplete-stub):
47 Don't assume `completions' is a list of strings any more. 51 Don't assume `completions' is a list of strings any more.
48 52
49 2009-10-22 Juanma Barranquero <lekktu@gmail.com> 53 2009-10-22 Juanma Barranquero <lekktu@gmail.com>
50 54
51 * find-dired.el (find-name-arg): Fix typo in docstring. 55 * find-dired.el (find-name-arg): Fix typo in docstring.
52 56
334 (flyspell-word-search-backward): Remove nil argument in calls to 338 (flyspell-word-search-backward): Remove nil argument in calls to
335 flyspell-get-word, since it is not needed now. 339 flyspell-get-word, since it is not needed now.
336 340
337 2009-10-17 Ulrich Mueller <ulm@gentoo.org> 341 2009-10-17 Ulrich Mueller <ulm@gentoo.org>
338 342
339 * play/doctor.el (doctor-adverbp): Exclude some nouns. (Bug#4565) 343 * play/doctor.el (doctor-adverbp): Exclude some nouns. (Bug#4565)
340 344
341 2009-10-16 Glenn Morris <rgm@gnu.org> 345 2009-10-16 Glenn Morris <rgm@gnu.org>
342 346
343 * net/rcirc.el (rcirc-authenticate): Simplify previous change. 347 * net/rcirc.el (rcirc-authenticate): Simplify previous change.
344 348
1689 1693
1690 * Makefile.in (update-subdirs): Exclude cedet directory. 1694 * Makefile.in (update-subdirs): Exclude cedet directory.
1691 1695
1692 2009-09-27 Adrian Robert <Adrian.B.Robert@gmail.com> 1696 2009-09-27 Adrian Robert <Adrian.B.Robert@gmail.com>
1693 1697
1694 * term/ns-win.el: Don't set the region face background. (Bug#4381) 1698 * term/ns-win.el: Don't set the region face background. (Bug#4381)
1695 1699
1696 * faces.el: Default light-background background for region face to 1700 * faces.el: Default light-background background for region face to
1697 ns_selection_color under NS. 1701 ns_selection_color under NS.
1698 1702
1699 2009-09-27 Teodor Zlatanov <tzz@lifelogs.com> 1703 2009-09-27 Teodor Zlatanov <tzz@lifelogs.com>