Mercurial > emacs
comparison lisp/ChangeLog @ 83386:db4e74787e6f
Merged from miles@gnu.org--gnu-2005 (patch 133-141, 596-609)
Patches applied:
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-596
Update from CVS
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-597
Merge from gnus--rel--5.10
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-598
Update from CVS
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-599
Update from CVS
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-600
Update from CVS
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-601
Update from CVS
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-602
Update from CVS
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-603
Update from CVS
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-604
Update from CVS
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-605
Update from CVS
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-606
Remove lisp/toolbar directory
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-607
Update from CVS
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-608
Update from CVS
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-609
Update from CVS
* miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-133
Update from CVS
* miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-134
Update from CVS
* miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-135
Update from CVS
* miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-136
Merge from emacs--cvs-trunk--0
* miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-137
Update from CVS
* miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-138
Update from CVS: texi/gnus.texi (RSS): Fix key description.
* miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-139
Merge from emacs--cvs-trunk--0
* miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-140
Update from CVS
* miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-141
Update from CVS: texi/gnus.texi (Document Server Internals): Addition.
git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-426
author | Karoly Lorentey <lorentey@elte.hu> |
---|---|
date | Wed, 19 Oct 2005 14:06:17 +0000 |
parents | 1cd4072747c6 16f7998a8424 |
children | 732c5740ca8f |
comparison
equal
deleted
inserted
replaced
83385:1cd4072747c6 | 83386:db4e74787e6f |
---|---|
1 2005-10-18 Stefan Monnier <monnier@iro.umontreal.ca> | |
2 | |
3 * textmodes/conf-mode.el: Don't use font-lock-defaults-alist. | |
4 Various docstring and line-width fixups. | |
5 (conf-mode): Use cond. | |
6 Set font-lock-defaults. Don't set comment-use-syntax. | |
7 | |
8 2005-10-18 David Ponce <david@dponce.com> | |
9 | |
10 * tree-widget.el (tree-widget-button-click): New function. | |
11 (tree-widget-button-keymap): Use it. | |
12 | |
13 2005-10-18 Romain Francoise <romain@orebokech.com> | |
14 | |
15 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list) | |
16 (bookmark-bmenu-hide-filenames): Add follow-link property. | |
17 Improve help-echo text. | |
18 | |
19 * ffap.el (find-file-at-point): Doc fix. | |
20 | |
21 2005-10-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | |
22 | |
23 * mouse.el (mouse-set-region): Don't do sit-for on a mac frame. | |
24 | |
25 2005-10-18 Masatake YAMATO <jet@gyve.org> | |
26 | |
27 Install to the CVS repository what I forgot to install in my | |
28 2005-10-16 changes. | |
29 | |
30 * progmodes/python.el (python-complete-symbol): Pass the common | |
31 prefix substring of completion to `display-completion-list'. | |
32 | |
33 * textmodes/org.el (org-complete): Ditto. | |
34 | |
35 2005-10-18 Masatake YAMATO <jet@gyve.org> | |
36 | |
37 Fix a bug reported by Sven Joachim <sven_joachim@web.de>. | |
38 | |
39 * woman.el (WoMan-xref-man-page): New button type derived | |
40 from `Man-abstract-xref-man-page'. | |
41 (woman-mode): Pass `WoMan-xref-man-page' to `Man-highlight-references'. | |
42 | |
43 * man.el (Man-abstract-xref-man-page): New button type. | |
44 (Man-xref-man-page): Make it derived from `Man-abstract-xref-man-page'. | |
45 (Man-highlight-references): Add new optional argument `xref-man-type'. | |
46 | |
47 2005-10-18 Nick Roberts <nickrob@snap.net.nz> | |
48 | |
49 * progmodes/gud.el (gud-menu-map): Correct condition for fringe. | |
50 | |
51 2005-10-17 Chong Yidong <cyd@stupidchicken.com> | |
52 | |
53 * cus-edit.el (Custom-move-and-invoke): Delete. | |
54 (custom-mode-map): Bind mouse-1 to widget-move-and-invoke. | |
55 | |
56 * wid-edit.el (widget-move-and-invoke): New function, from | |
57 Custom-move-and-invoke. | |
58 | |
59 2005-10-17 Bill Wohler <wohler@newt.com> | |
60 | |
61 Move all remaining images from lisp/toolbar to etc/images, move | |
62 lisp/toolbar/tool-bar to lisp and "delete" lisp/toolbar. Place | |
63 the low resolution images in their own directory (low-color). | |
64 | |
65 * toolbar/attach.*, toolbar/cancel.*, toolbar/close.*, | |
66 * toolbar/copy.*, toolbar/cut.*, toolbar/diropen.*, toolbar/exit.*: | |
67 * toolbar/help.*, toolbar/home.*, toolbar/index.*, toolbar/info.*: | |
68 * toolbar/mail.*, toolbar/new.*, toolbar/open.*, toolbar/paste.*: | |
69 * toolbar/preferences.*, toolbar/print.*, toolbar/save.*: | |
70 * toolbar/saveas.*, toolbar/search.*, toolbar/search-replace.*: | |
71 * toolbar/spell.*, toolbar/undo.*: Move to etc/images. | |
72 | |
73 * toolbar/lc-copy.*: Move to etc/images/low-color/copy.*. | |
74 * toolbar/lc-cut.*: Move to etc/images/low-color/cut.*. | |
75 * toolbar/lc-help.*: Move to etc/images/low-color/help.*. | |
76 * toolbar/lc-home.*: Move to etc/images/low-color/home.*. | |
77 * toolbar/lc-index.*: Move to etc/images/low-color/index.*. | |
78 * toolbar/lc-new.*: Move to etc/images/low-color/new.*. | |
79 * toolbar/lc-open.*: Move to etc/images/low-color/open.*. | |
80 * toolbar/lc-paste.*: Move to etc/images/low-color/paste.*. | |
81 * toolbar/lc-preferences.*: Move to etc/images/low-color/preferences.*. | |
82 * toolbar/lc-print.*: Move to etc/images/low-color/print.*. | |
83 * toolbar/lc-save.*: Move to etc/images/low-color/save.*. | |
84 * toolbar/lc-saveas.*: Move to etc/images/low-color/saveas.*. | |
85 * toolbar/lc-search.*: Move to etc/images/low-color/search.*. | |
86 * toolbar/lc-spell.*: Move to etc/images/low-color/spell.*. | |
87 * toolbar/lc-undo.*: Move to etc/images/low-color/undo.*. | |
88 | |
89 To conform with convention, replace the underscore (_) in the | |
90 following image names with dash (-) or (/) as appropriate. | |
91 | |
92 * toolbar/back_arrow.*: Move to etc/images/back-arrow.*. | |
93 * toolbar/fld_open.*: Move to etc/images/fld-open.*. | |
94 * toolbar/fwd_arrow.*: Move to etc/images/fwd-arrow.*. | |
95 * toolbar/jump_to.*: Move to etc/images/jump-to.*. | |
96 * toolbar/left_arrow.*: Move to etc/images/left-arrow.*. | |
97 * toolbar/right_arrow.*: Move to etc/images/right-arrow.*. | |
98 * toolbar/up_arrow.*: Move to etc/images/up-arrow.*. | |
99 * toolbar/lc-back_arrow.*: Move to etc/images/low-color/back-arrow.*. | |
100 * toolbar/lc-fwd_arrow.*: Move to etc/images/low-color/fwd-arrow.*. | |
101 * toolbar/lc-jump_to.*: Move to etc/images/low-color/jump-to.*. | |
102 * toolbar/lc-left_arrow.*: Move to etc/images/low-color/left-arrow.*. | |
103 * toolbar/lc-right_arrow.*: Move to etc/images/low-color/right-arrow.*. | |
104 * toolbar/lc-up_arrow.*: Move to etc/images/low-color/up-arrow.*. | |
105 * toolbar/mail_compose.*: Move to etc/images/mail/compose.*. | |
106 * toolbar/mail_send.*: Move to etc/images/mail/send.*. | |
107 | |
108 * info.el (info-tool-bar-map): Replace underscores in image names | |
109 with dashes. | |
110 | |
111 * makefile.w32-in (WINS): Remove toolbar. | |
112 | |
113 * menu-bar.el: Replace toolbar/tool-bar.el with tool-bar.el in comment. | |
114 | |
115 * tool-bar.el: Move to lisp from toolbar. Now that | |
116 toolbar is empty, it should be deleted when folks run "cvs up -P". | |
117 | |
118 2005-10-18 Jay Belanger <belanger@truman.edu> | |
119 | |
120 * calc/calc-store (calc-store-into): Get the proper variable name | |
121 to display in message. | |
122 | |
123 2005-10-18 Nick Roberts <nickrob@snap.net.nz> | |
124 | |
125 * progmodes/gdb-ui.el (gdb-var-create-handler): Make watch | |
126 expressions display in speedbar for all buffers when debugging. | |
127 (gdb-speedbar-expand-node): Ensure node contraction is always | |
128 updated. | |
129 | |
130 * speedbar.el (speedbar-set-mode-line-format): Indent properly. | |
131 (speedbar-insert-button, speedbar-make-button): | |
132 Use add-text-properties. | |
133 (speedbar-update-localized-contents) | |
134 (speedbar-update-directory-contents) | |
135 (speedbar-update-special-contents): Use dolist. | |
136 (speedbar-buffer-easymenu-definition): Add a menu separator. | |
137 | |
138 2005-10-17 Jason Rumney <jasonr@gnu.org> | |
139 | |
140 * makefile.w32-in: Use $(lisp) consistently. | |
141 (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): New targets | |
142 for shell specific generation of mh-autoloads. | |
143 | |
144 2005-10-17 Richard M. Stallman <rms@gnu.org> | |
145 | |
146 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Undo prev change. | |
147 | |
148 2005-10-17 Stefan Monnier <monnier@iro.umontreal.ca> | |
149 | |
150 * jit-lock.el (jit-lock-fontify-now): | |
151 Move jit-lock-context-unfontify-pos to avoid wasted work. | |
152 | |
153 2005-10-17 Michael Albinus <michael.albinus@gmx.de> | |
154 | |
155 * net/tramp.el (tramp-completion-mode): New defvar. Used in | |
156 `tramp-completion-mode' for checking if we are in completion mode. | |
157 (tramp-completion-handle-file-name-all-completions): Reorder code | |
158 in order to complete for file names only in case there are no | |
159 method/user/host completions. This is necessary for cooperation | |
160 with ido. Reported by Kim F. Storm <storm@cua.dk>. | |
161 | |
162 2005-10-16 Chong Yidong <cyd@stupidchicken.com> | |
163 | |
164 * longlines.el (longlines-search-forward) | |
165 (longlines-search-backward): Match any number of spaces. | |
166 | |
167 2005-10-16 Thien-Thi Nguyen <ttn@gnu.org> | |
168 | |
169 * diff-mode.el (diff-mode): Doc fix. | |
170 | |
171 2005-10-16 David Reitter <david.reitter@gmail.com> | |
172 | |
173 * mail/sendmail.el (send-mail-function): Use mailclient-send-it | |
174 as default on darwin and windows systems. | |
175 | |
176 2005-10-16 Sven Joachim <svenjoac@gmx.de> (tiny change) | |
177 | |
178 * arc-mode.el (archive-zip-extract): Doc fix. | |
179 | |
180 2005-10-16 Romain Francoise <romain@orebokech.com> | |
181 | |
182 * mouse.el (mouse-1-click-follows-link): Doc fix. | |
183 | |
184 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca> | |
185 | |
186 * savehist.el: Don't require CL at runtime. | |
187 (savehist-xemacs): Remove. | |
188 (savehist-coding-system): Use utf-8 if present, regardless of religion. | |
189 (savehist-no-conversion): Use (featurep 'xemacs). | |
190 (savehist-load): Check existence of start-itimer rather than XEmacs. | |
191 Use an idle timer. | |
192 (savehist-process-for-saving): Replace use of CL funs `subseq' and | |
193 `delete-if-not'. | |
194 | |
195 2005-10-16 Hrvoje Niksic <hniksic@xemacs.org> | |
196 | |
197 * savehist.el: Newer version. | |
198 (savehist-autosave-interval, savehist-coding-system, savehist-timer) | |
199 (savehist-last-checksum, savehist-no-conversion): New vars. | |
200 (savehist-autosave, savehist-process-for-saving, savehist-printable): | |
201 New functions. | |
202 (savehist-load, savehist-save): Use them. | |
203 (savehist-delimit): Remove. | |
204 | |
205 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca> | |
206 | |
207 * progmodes/compile.el (compilation-goto-locus): Display the | |
208 compilation buffer first and the source buffer second, in case they're | |
209 in overlapping frames. Don't raise the compilation frame if it was the | |
210 selected window upon entry. Pass the `other-window' arg to | |
211 pop-to-buffer. | |
212 | |
213 * info.el (Info-fontify-node): Use dolist. | |
214 Change add-text-properties to put-text-property. | |
215 | |
216 2005-10-16 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de> | |
217 | |
218 * textmodes/bibtex.el (bibtex-font-lock-url): Catch when point past | |
219 bound of search. | |
220 | |
221 2005-10-16 Masatake YAMATO <jet@gyve.org> | |
222 | |
223 * dabbrev.el (dabbrev-completion): Pass the common | |
224 prefix substring of completion to `display-completion-list'. | |
225 | |
226 * filecache.el (file-cache-minibuffer-complete) | |
227 (file-cache-complete): Ditto. | |
228 | |
229 * tempo.el (tempo-display-completions): Ditto. | |
230 | |
231 * wid-edit.el (widget-file-complete, widget-color-complete): Ditto. | |
232 | |
233 * emacs-lisp/lisp.el (lisp-complete-symbol): Ditto. | |
234 | |
235 * eshell/em-hist.el (eshell-list-history): Ditto. | |
236 | |
237 * mail/mailabbrev.el (mail-abbrev-complete-alias): Ditto. | |
238 | |
239 * mail/mailalias.el (mail-complete): Ditto. | |
240 | |
241 * progmodes/etags.el (complete-tag): Ditto. | |
242 | |
243 * progmodes/make-mode.el (makefile-complete): Ditto. | |
244 | |
245 * progmodes/meta-mode.el (meta-complete-symbol): Ditto. | |
246 | |
247 * progmodes/octave-mod.el (octave-complete-symbol): Ditto. | |
248 | |
249 * progmodes/pascal.el (pascal-complete-word) | |
250 (pascal-show-completions): Ditto. | |
251 | |
252 | |
253 * textmodes/bibtex.el (bibtex-complete-internal): Ditto. | |
254 | |
255 * simple.el (completion-common-substring): New variable. | |
256 (completion-setup-function): Use `completion-common-substring' | |
257 to put faces. | |
258 | |
259 2005-10-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | |
260 | |
261 * term/mac-win.el: Apply 2005-10-09 change for term/x-win.el. | |
262 (x-get-selection, mac-select-convert-to-string): Convert from/to | |
263 UTF-16 clipboard data as in native byte order, no BOM. | |
264 | |
265 2005-10-16 Nick Roberts <nickrob@snap.net.nz> | |
266 | |
267 * progmodes/gud.el (gud-tool-bar-map): Rename the images | |
268 appropriately (gud/next, gud/nexti, gud/step, gud/stepi). | |
269 (gud-sentinel): Use speedbar-frame to check for speedbar. | |
270 | |
271 2005-10-15 Richard M. Stallman <rms@gnu.org> | |
272 | |
273 * savehist.el: New file. | |
274 | |
275 2005-10-14 Karl Chen <quarl@cs.berkeley.edu> | |
276 | |
277 * textmodes/tex-mode.el (tex-font-lock-keywords-2): | |
278 Fix bug in \bf fontification. | |
279 | |
280 2005-10-15 Stefan Monnier <monnier@iro.umontreal.ca> | |
281 | |
282 * pcvs.el (cvs-edit-log-files): New var. | |
283 (cvs-mode-edit-log): New arg `file'. | |
284 (cvs-edit-log-minor-wrap): Don't set the ignore-marks property. | |
285 Instead force the use of the original file and nothing else. | |
286 (cvs-edit-log-filelist): Don't use the cvs-mode-* function unless | |
287 the cvs-minor-wrap-function is set. | |
288 (cvs-do-edit-log): Obey the vars set in cvs-edit-log-minor-wrap. | |
289 | |
290 2005-10-14 Bill Wohler <wohler@newt.com> | |
291 | |
292 * toolbar/gud-break.*: Moved to etc/images/gud/break.*. | |
293 * toolbar/gud-cont.*: Moved to etc/images/gud/cont.*. | |
294 * toolbar/gud-down.*: Moved to etc/images/gud/down.*. | |
295 * toolbar/gud-finish.*: Moved to etc/images/gud/finish.*. | |
296 * toolbar/gud-ni.*: Moved to etc/images/gud/ni.*. | |
297 * toolbar/gud-n.*: Moved to etc/images/gud/n.*. | |
298 * toolbar/gud-print.*: Moved to etc/images/gud/print.*. | |
299 * toolbar/gud-pstar.*: Moved to etc/images/gud/pstar.*. | |
300 * toolbar/gud-remove.*: Moved to etc/images/gud/remove.*. | |
301 * toolbar/gud-run.*: Moved to etc/images/gud/run.*. | |
302 * toolbar/gud-si.*: Moved to etc/images/gud/si.*. | |
303 * toolbar/gud-s.*: Moved to etc/images/gud/s.*. | |
304 * toolbar/gud-until.*: Moved to etc/images/gud/until.*. | |
305 * toolbar/gud-up.*: Moved to etc/images/gud/up.*. | |
306 * toolbar/gud-watch.*: Moved to etc/images/gud/watch.*. | |
307 | |
308 * progmodes/gud.el (gud-tool-bar-map): Rename the images | |
309 appropriately (for example, gud-break to gud/break). | |
310 | |
311 2005-10-14 Chong Yidong <cyd@stupidchicken.com> | |
312 | |
313 * longlines.el (longlinges-search-function) | |
314 (longlines-search-forward, longlines-search-backward): New functions. | |
315 (longlines-mode): Set isearch-search-fun-function to | |
316 longlinges-search-function. | |
317 | |
318 * mouse.el (mouse-drag-region-1): Handle the case where a | |
319 double-click event is bound to an arbitrary function. | |
320 | |
321 2005-10-14 David Ponce <david@dponce.com> | |
322 | |
323 * recentf.el (recentf-track-opened-file) | |
324 (recentf-track-closed-file, recentf-update-menu) | |
325 (recentf-used-hooks, recentf-enabled-p): Move before dialog stuff. | |
326 (recentf-dialog-mode-map): Map follow-link to RET, so dialogs obey | |
327 mouse-1-click-follows-link. | |
328 | |
1 2005-10-13 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> | 329 2005-10-13 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> |
2 | 330 |
3 * toolbar/diropen.xpm, toolbar/diropen.pbm: New versions made from | 331 * toolbar/diropen.xpm, toolbar/diropen.pbm: New versions made from |
4 Gnome file-manager.png. Suggested by | 332 Gnome file-manager.png. Suggested by |
5 Joachim Nilsson <joachim.nilsson@vmlinux.org>. | 333 Joachim Nilsson <joachim.nilsson@vmlinux.org>. |
23 | 351 |
24 * international/fontset.el (ccl-encode-unicode-font): | 352 * international/fontset.el (ccl-encode-unicode-font): |
25 Lookup utf-subst-table-for-encode, not ucs-mule-cjk-to-unicode. | 353 Lookup utf-subst-table-for-encode, not ucs-mule-cjk-to-unicode. |
26 Handle the case that ucs-mule-to-mule-unicode translates a character to | 354 Handle the case that ucs-mule-to-mule-unicode translates a character to |
27 ASCII (usually for IPA characters). | 355 ASCII (usually for IPA characters). |
356 | |
357 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca> | |
358 | |
359 * info.el (Info-fontify-node): Don't be fooled by a lone "...". | |
360 Don't hide the underline of titles if font-lock-mode is disabled. | |
28 | 361 |
29 2005-10-12 Bill Wohler <wohler@newt.com> | 362 2005-10-12 Bill Wohler <wohler@newt.com> |
30 | 363 |
31 * makefile.w32-in (MH-E-SRC): New. Used by mh-autoloads. | 364 * makefile.w32-in (MH-E-SRC): New. Used by mh-autoloads. |
32 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any | 365 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any |
10069 * files.el (minibuffer-with-setup-hook): New macro. | 10402 * files.el (minibuffer-with-setup-hook): New macro. |
10070 (find-file-read-args): Use it to avoid let-binding | 10403 (find-file-read-args): Use it to avoid let-binding |
10071 minibuffer-with-setup-hook (which breaks turning on/off | 10404 minibuffer-with-setup-hook (which breaks turning on/off |
10072 file-name-shadow-mode while in the prompt). | 10405 file-name-shadow-mode while in the prompt). |
10073 | 10406 |
10074 * complete.el (PC-read-include-file-name-internal): Use | 10407 * complete.el (PC-read-include-file-name-internal): |
10075 test-completion. | 10408 Use test-completion. |
10076 | 10409 |
10077 2005-03-28 Luc Teirlinck <teirllm@auburn.edu> | 10410 2005-03-28 Luc Teirlinck <teirllm@auburn.edu> |
10078 | 10411 |
10079 * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o. | 10412 * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o. |
10080 | 10413 |