comparison lisp/ChangeLog @ 105569:5dc7f749a684

* menu-bar.el (menu-bar-file-menu): Fix format of `separator-exit' item.
author Juanma Barranquero <lekktu@gmail.com>
date Mon, 12 Oct 2009 00:52:23 +0000
parents 9926dd71dc30
children 90daaeee02f3
comparison
equal deleted inserted replaced
105568:ca0fda145315 105569:5dc7f749a684
1 2009-10-12 Juanma Barranquero <lekktu@gmail.com>
2
3 * menu-bar.el (menu-bar-file-menu): Fix format of `separator-exit' item.
4
1 2009-10-11 Juri Linkov <juri@jurta.org> 5 2009-10-11 Juri Linkov <juri@jurta.org>
2 6
3 * files-x.el (read-file-local-variable-value): 7 * files-x.el (read-file-local-variable-value):
4 Provide default value only for bound variables (bug#4664). 8 Provide default value only for bound variables (bug#4664).
5 9
20 (tramp-smb-get-cifs-capabilities): New defuns. 24 (tramp-smb-get-cifs-capabilities): New defuns.
21 (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file) 25 (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
22 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file) 26 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
23 (tramp-smb-handle-file-local-copy) 27 (tramp-smb-handle-file-local-copy)
24 (tramp-smb-handle-make-directory-internal) 28 (tramp-smb-handle-make-directory-internal)
25 (tramp-smb-handle-rename-file, tramp-smb-handle-write-region): The 29 (tramp-smb-handle-rename-file, tramp-smb-handle-write-region):
26 file name syntax depends on cifs capabilities. 30 The file name syntax depends on cifs capabilities.
27 (tramp-smb-handle-file-attributes); Call 31 (tramp-smb-handle-file-attributes):
28 `tramp-smb-do-file-attributes-with-stat' if possible. 32 Call `tramp-smb-do-file-attributes-with-stat' if possible.
29 (tramp-smb-handle-insert-directory): Use posix attributes if 33 (tramp-smb-handle-insert-directory): Use posix attributes if possible.
30 possible. 34 (tramp-smb-handle-set-file-modes): It is applicable for posix only.
31 (tramp-smb-handle-set-file-modes): It is applicable for posix
32 only.
33 35
34 2009-10-11 Chong Yidong <cyd@stupidchicken.com> 36 2009-10-11 Chong Yidong <cyd@stupidchicken.com>
35 37
36 * emacs-lisp/eieio.el: Avoid requiring cl at runtime. 38 * emacs-lisp/eieio.el: Avoid requiring cl at runtime.
37 (eieio-defclass): Apply deftype handler and setf-method properties 39 (eieio-defclass): Apply deftype handler and setf-method properties
40 (eieio--typep): New function. 42 (eieio--typep): New function.
41 (eieio-perform-slot-validation): Use it. 43 (eieio-perform-slot-validation): Use it.
42 44
43 2009-10-10 Karl Fogel <kfogel@red-bean.com> 45 2009-10-10 Karl Fogel <kfogel@red-bean.com>
44 46
45 * bookmark.el: (bookmark-yank-word, bookmark-insert-current-bookmark): 47 * bookmark.el (bookmark-yank-word, bookmark-insert-current-bookmark):
46 Update documentation to refer to the variables documented in r1.135. 48 Update documentation to refer to the variables documented in r1.135.
47 (Bug#4188) 49 (Bug#4188)
48 50
49 2009-10-10 Karl Fogel <kfogel@red-bean.com> 51 2009-10-10 Karl Fogel <kfogel@red-bean.com>
50 52
61 * frame.el (frame-height): Doc fix. 63 * frame.el (frame-height): Doc fix.
62 64
63 * calendar/calendar.el (calendar-split-width-threshold): New option. 65 * calendar/calendar.el (calendar-split-width-threshold): New option.
64 (calendar-basic-setup): Use calendar-split-width-threshold. 66 (calendar-basic-setup): Use calendar-split-width-threshold.
65 67
66 2009-10-10 Sascha Wilde <wilde@sha-bang.de> 68 2009-10-10 Sascha Wilde <wilde@sha-bang.de>
67 69
68 * cedet/ede/proj-shared.el (ede-proj-makefile-target-name): Use 70 * cedet/ede/proj-shared.el (ede-proj-makefile-target-name):
69 .la for Automake. 71 Use .la for Automake.
70 72
71 2009-10-09 Chong Yidong <cyd@stupidchicken.com> 73 2009-10-09 Chong Yidong <cyd@stupidchicken.com>
72 74
73 * cedet/ede/pconf.el (ede-proj-configure-synchronize): Use 75 * cedet/ede/pconf.el (ede-proj-configure-synchronize):
74 "autoreconf -i". Suggested by Andreas Schwab. 76 Use "autoreconf -i". Suggested by Andreas Schwab.
75 77
76 2009-10-09 Juanma Barranquero <lekktu@gmail.com> 78 2009-10-09 Juanma Barranquero <lekktu@gmail.com>
77 79
78 * international/mule-cmds.el (ucs-names): Exclude new "Enclosed 80 * international/mule-cmds.el (ucs-names): Exclude new "Enclosed
79 Ideographic Supplement" range (U+1F200..U+1F2FF). 81 Ideographic Supplement" range (U+1F200..U+1F2FF).