comparison lisp/ChangeLog @ 66183:6a51ac1ab1ba

*** empty log message ***
author Romain Francoise <romain@orebokech.com>
date Tue, 18 Oct 2005 09:36:34 +0000
parents 5c64978b4698
children 4cc03ba58cf8
comparison
equal deleted inserted replaced
66182:5c64978b4698 66183:6a51ac1ab1ba
2 2
3 * mouse.el (mouse-set-region): Don't do sit-for on a mac frame. 3 * mouse.el (mouse-set-region): Don't do sit-for on a mac frame.
4 4
5 2005-10-18 Masatake YAMATO <jet@gyve.org> 5 2005-10-18 Masatake YAMATO <jet@gyve.org>
6 6
7 Install to the CVS repository what I forgot to install in my 7 Install to the CVS repository what I forgot to install in my
8 2005-10-16 changes. 8 2005-10-16 changes.
9 9
10 * progmodes/python.el (python-complete-symbol): Pass the common 10 * progmodes/python.el (python-complete-symbol): Pass the common
11 prefix substring of completion to `display-completion-list'. 11 prefix substring of completion to `display-completion-list'.
12 12
13 * textmodes/org.el (org-complete): Ditto. 13 * textmodes/org.el (org-complete): Ditto.
14 14
15 2005-10-18 Masatake YAMATO <jet@gyve.org> 15 2005-10-18 Masatake YAMATO <jet@gyve.org>
16 16
17 Fix a bug reported by Sven Joachim <sven_joachim@web.de>. 17 Fix a bug reported by Sven Joachim <sven_joachim@web.de>.
18 18
19 * woman.el (WoMan-xref-man-page): New button type derived 19 * woman.el (WoMan-xref-man-page): New button type derived
20 from `Man-abstract-xref-man-page'. 20 from `Man-abstract-xref-man-page'.
21 (woman-mode): Pass `WoMan-xref-man-page' to 21 (woman-mode): Pass `WoMan-xref-man-page' to `Man-highlight-references'.
22 `Man-highlight-references'.
23 22
24 * man.el (Man-abstract-xref-man-page): New button type. 23 * man.el (Man-abstract-xref-man-page): New button type.
25 (Man-xref-man-page): Make it derived from `Man-abstract-xref-man-page'. 24 (Man-xref-man-page): Make it derived from `Man-abstract-xref-man-page'.
26 (Man-highlight-references): Add new optiolnal argument `xref-man-type'. 25 (Man-highlight-references): Add new optional argument `xref-man-type'.
27 26
28 2005-10-18 Nick Roberts <nickrob@snap.net.nz> 27 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
28
29 * progmodes/gud.el (gud-menu-map): Correct condition for fringe. 29 * progmodes/gud.el (gud-menu-map): Correct condition for fringe.
30 30
31 2005-10-17 Chong Yidong <cyd@stupidchicken.com> 31 2005-10-17 Chong Yidong <cyd@stupidchicken.com>
32 32
33 * cus-edit.el (Custom-move-and-invoke): Deleted. 33 * cus-edit.el (Custom-move-and-invoke): Deleted.
110 expressions display in speedbar for all buffers when debugging. 110 expressions display in speedbar for all buffers when debugging.
111 (gdb-speedbar-expand-node): Ensure node contraction is always 111 (gdb-speedbar-expand-node): Ensure node contraction is always
112 updated. 112 updated.
113 113
114 * speedbar.el (speedbar-set-mode-line-format): Indent properly. 114 * speedbar.el (speedbar-set-mode-line-format): Indent properly.
115 (speedbar-insert-button, speedbar-make-button): 115 (speedbar-insert-button, speedbar-make-button):
116 Use add-text-properties. 116 Use add-text-properties.
117 (speedbar-update-localized-contents) 117 (speedbar-update-localized-contents)
118 (speedbar-update-directory-contents) 118 (speedbar-update-directory-contents)
119 (speedbar-update-special-contents): Use dolist. 119 (speedbar-update-special-contents): Use dolist.
120 (speedbar-buffer-easymenu-definition): Add a menu separator. 120 (speedbar-buffer-easymenu-definition): Add a menu separator.
139 * net/tramp.el (tramp-completion-mode): New defvar. Used in 139 * net/tramp.el (tramp-completion-mode): New defvar. Used in
140 `tramp-completion-mode' for checking if we are in completion mode. 140 `tramp-completion-mode' for checking if we are in completion mode.
141 (tramp-completion-handle-file-name-all-completions): Reorder code 141 (tramp-completion-handle-file-name-all-completions): Reorder code
142 in order to complete for file names only in case there are no 142 in order to complete for file names only in case there are no
143 method/user/host completions. This is necessary for cooperation 143 method/user/host completions. This is necessary for cooperation
144 with ido. Reported by Kim F. Storm <storm@cua.dk>. 144 with ido. Reported by Kim F. Storm <storm@cua.dk>.
145 145
146 2005-10-16 Chong Yidong <cyd@stupidchicken.com> 146 2005-10-16 Chong Yidong <cyd@stupidchicken.com>
147 147
148 * longlines.el (longlines-search-forward) 148 * longlines.el (longlines-search-forward)
149 (longlines-search-backward): Match any number of spaces. 149 (longlines-search-backward): Match any number of spaces.