Mercurial > emacs
comparison lisp/ChangeLog @ 80824:545d21ef587f
Merge from emacs--rel--22
Patches applied:
* emacs--rel--22 (patch 3)
- Update from CVS
2007-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
* lisp/vc-hooks.el (vc-ignore-dir-regexp): Add /.../ for the DFS filesystem.
2007-04-28 Eli Zaretskii <eliz@gnu.org>
* lisp/makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el): Use ./mh-e
instead of $(lisp)/mh-e.
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-719
author | Miles Bader <miles@gnu.org> |
---|---|
date | Sun, 29 Apr 2007 01:04:39 +0000 |
parents | b3612f6b331d 6f5371bb5c70 |
children | a4280cf25554 |
comparison
equal
deleted
inserted
replaced
80823:135e9194130f | 80824:545d21ef587f |
---|---|
9 | 9 |
10 2007-04-28 Nick Roberts <nickrob@snap.net.nz> | 10 2007-04-28 Nick Roberts <nickrob@snap.net.nz> |
11 | 11 |
12 * progmodes/gud.el (gud-menu-map): Pdb can't handle SIGINT so | 12 * progmodes/gud.el (gud-menu-map): Pdb can't handle SIGINT so |
13 don't put stop on toolbar. | 13 don't put stop on toolbar. |
14 | |
15 2007-04-28 Stefan Monnier <monnier@iro.umontreal.ca> | |
16 | |
17 * vc-hooks.el (vc-ignore-dir-regexp): Add /.../ for the DFS filesystem. | |
18 | |
19 2007-04-28 Eli Zaretskii <eliz@gnu.org> | |
20 | |
21 * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el): Use ./mh-e | |
22 instead of $(lisp)/mh-e. | |
14 | 23 |
15 2007-04-28 Glenn Morris <rgm@gnu.org> | 24 2007-04-28 Glenn Morris <rgm@gnu.org> |
16 | 25 |
17 * image-dired.el (image-dired-cmd-create-thumbnail-options) | 26 * image-dired.el (image-dired-cmd-create-thumbnail-options) |
18 (image-dired-cmd-create-temp-image-options): Replace option | 27 (image-dired-cmd-create-temp-image-options): Replace option |
19 +profile "*" with -strip. | 28 +profile "*" with -strip. |
20 | 29 |
21 2007-04-27 Chong Yidong <cyd@stupidchicken.com> | 30 2007-04-27 Chong Yidong <cyd@stupidchicken.com> |
22 | 31 |
23 * textmodes/flyspell.el (flyspell-auto-correct-previous-word): Use | 32 * textmodes/flyspell.el (flyspell-auto-correct-previous-word): |
24 window-start and window-end. | 33 Use window-start and window-end. |
25 | 34 |
26 2007-04-27 Andreas Schwab <schwab@suse.de> | 35 2007-04-27 Andreas Schwab <schwab@suse.de> |
27 | 36 |
28 * emacs-lisp/sregex.el (sregexq): Fix doc string quoting. | 37 * emacs-lisp/sregex.el (sregexq): Fix doc string quoting. |
29 | 38 |
53 pushing mark. | 62 pushing mark. |
54 (idlwave-current-routine): Don't push mark. | 63 (idlwave-current-routine): Don't push mark. |
55 | 64 |
56 2007-04-25 Mathias Dahl <mathias.dahl@gmail.com> | 65 2007-04-25 Mathias Dahl <mathias.dahl@gmail.com> |
57 | 66 |
58 * image-dired.el (image-dired-display-image): Derive image-type | 67 * image-dired.el (image-dired-display-image): Derive image-type from |
59 from filename rather than assuming jpeg, in case no resizing was | 68 filename rather than assuming jpeg, in case no resizing was needed. |
60 needed. | |
61 | 69 |
62 2007-04-25 Johan Bockg,Ae(Brd <bojohan@dd.chalmers.se> | 70 2007-04-25 Johan Bockg,Ae(Brd <bojohan@dd.chalmers.se> |
63 | 71 |
64 * custom.el (defface): Doc fix. | 72 * custom.el (defface): Doc fix. |
65 | 73 |
66 2007-04-24 J.D. Smith <jdsmith@as.arizona.edu> | 74 2007-04-24 J.D. Smith <jdsmith@as.arizona.edu> |
67 | 75 |
68 * progmodes/idlw-shell.el (idlwave-shell-clear-all-bp): Don't | 76 * progmodes/idlw-shell.el (idlwave-shell-clear-all-bp): |
69 re-query for each cleared BP. | 77 Don't re-query for each cleared BP. |
70 (idlwave-shell-clear-bp): Optionally skip BP query. | 78 (idlwave-shell-clear-bp): Optionally skip BP query. |
71 (idlwave-shell-update-bp-overlays): Use set-window-margins | 79 (idlwave-shell-update-bp-overlays): Use set-window-margins instead |
72 instead of set-window-buffer, which incorrectly moves displayed | 80 of set-window-buffer, which incorrectly moves displayed region. |
73 region. | |
74 | 81 |
75 2007-04-23 Jay Belanger <jay.p.belanger@gmail.com> | 82 2007-04-23 Jay Belanger <jay.p.belanger@gmail.com> |
76 | 83 |
77 * calc/calc.el (calc-bug-address): Update maintainer's address. | 84 * calc/calc.el (calc-bug-address): Update maintainer's address. |
78 * calc/*: Update maintainer's address. | 85 * calc/*: Update maintainer's address. |
82 * simple.el (set-mark-command-repeat-pop): Doc fix. | 89 * simple.el (set-mark-command-repeat-pop): Doc fix. |
83 Put in `editing-basics' group. | 90 Put in `editing-basics' group. |
84 | 91 |
85 2007-04-23 Chong Yidong <cyd@stupidchicken.com> | 92 2007-04-23 Chong Yidong <cyd@stupidchicken.com> |
86 | 93 |
87 * info.el (Info-mouse-scroll-up, Info-mouse-scroll-down): New | 94 * info.el (Info-mouse-scroll-up, Info-mouse-scroll-down): |
88 functions. | 95 New functions. |
89 (Info-mode-line-node-keymap): Bind mouse commands to | 96 (Info-mode-line-node-keymap): Bind mouse commands to |
90 Info-mouse-scroll-up/down instead of Info-scroll-up/down. | 97 Info-mouse-scroll-up/down instead of Info-scroll-up/down. |
91 | 98 |
92 2007-04-23 Luc Teirlinck <teirllm@auburn.edu> | 99 2007-04-23 Luc Teirlinck <teirllm@auburn.edu> |
93 | 100 |
94 * locate.el (locate-local-prompt): New var. | 101 * locate.el (locate-local-prompt): New var. |
95 (locate-prompt-for-command): Doc fix. | 102 (locate-prompt-for-command): Doc fix. |
96 (locate-prompt-for-search-string): New function. | 103 (locate-prompt-for-search-string): New function. |
97 (locate): New optional arg. Make locate-local-prompt | 104 (locate): New optional arg. Make locate-local-prompt |
98 buffer-local. Use locate-prompt-for-search-string. | 105 buffer-local. Use locate-prompt-for-search-string. |
99 (locate-with-filter): New optional arg. Use | 106 (locate-with-filter): New optional arg. |
100 locate-prompt-for-search-string. | 107 Use locate-prompt-for-search-string. |
101 (locate-update): Bind locate-prompt-for-command. | 108 (locate-update): Bind locate-prompt-for-command. |
102 | 109 |
103 2007-04-23 Glenn Morris <rgm@gnu.org> | 110 2007-04-23 Glenn Morris <rgm@gnu.org> |
104 | 111 |
105 * files.el (magic-mode-alist): `<!DOCTYPE HTML' in html-mode. | 112 * files.el (magic-mode-alist): `<!DOCTYPE HTML' in html-mode. |
178 and kill-line. | 185 and kill-line. |
179 | 186 |
180 * progmodes/vhdl-mode.el (vhdl-template-type) | 187 * progmodes/vhdl-mode.el (vhdl-template-type) |
181 (vhdl-template-record, vhdl-template-nature) | 188 (vhdl-template-record, vhdl-template-nature) |
182 (vhdl-template-configuration-spec, vhdl-template-component-inst) | 189 (vhdl-template-configuration-spec, vhdl-template-component-inst) |
183 (vhdl-template-break, vhdl-regress-line, vhdl-electric-tab): Use | 190 (vhdl-template-break, vhdl-regress-line, vhdl-electric-tab): |
184 delete-region instead of kill-word and kill-line. | 191 Use delete-region instead of kill-word and kill-line. |
185 | 192 |
186 2007-04-21 Johan Bockg,Ae(Brd <bojohan@dd.chalmers.se> | 193 2007-04-21 Johan Bockg,Ae(Brd <bojohan@dd.chalmers.se> |
187 | 194 |
188 * dired-x.el (dired-virtual-mode): Doc fix. | 195 * dired-x.el (dired-virtual-mode): Doc fix. |
189 | 196 |