Mercurial > emacs
comparison lisp/ChangeLog @ 77342:0223f7d83ca2
*** empty log message ***
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Fri, 20 Apr 2007 18:24:05 +0000 |
parents | d7737931073c |
children | c9e52af8145d |
comparison
equal
deleted
inserted
replaced
77341:25a98bb20a94 | 77342:0223f7d83ca2 |
---|---|
1 2007-04-20 Stefan Monnier <monnier@iro.umontreal.ca> | |
2 | |
3 * textmodes/fill.el (fill-move-to-break-point): Don't inhibit | |
4 fill-nobreak-predicate when the break is past fill-column. | |
5 | |
1 2007-04-20 Francesco Potort=8ec <pot@gnu.org> | 6 2007-04-20 Francesco Potort=8ec <pot@gnu.org> |
2 | 7 |
3 * locate.el (locate): Output from shell-command should go in the | 8 * locate.el (locate): Output from shell-command should go in the |
4 current buffer rather than *Shell Command Output*. | 9 current buffer rather than *Shell Command Output*. |
5 | 10 |
111 (PC-lisp-complete-symbol): Pass non-nil GOTO-END arg to | 116 (PC-lisp-complete-symbol): Pass non-nil GOTO-END arg to |
112 PC-do-completion. | 117 PC-do-completion. |
113 | 118 |
114 * textmodes/bibtex.el (bibtex-insert-kill): Pass non-nil NODELIM | 119 * textmodes/bibtex.el (bibtex-insert-kill): Pass non-nil NODELIM |
115 arg to bibtex-make-field. | 120 arg to bibtex-make-field. |
116 (bibtex-make-field): Add optional fourth arg NODELIM. Insert | 121 (bibtex-make-field): Add optional fourth arg NODELIM. |
117 delimiters around INIT unless this arg is non-nil. | 122 Insert delimiters around INIT unless this arg is non-nil. |
118 | 123 |
119 2007-04-14 Nick Roberts <nickrob@snap.net.nz> | 124 2007-04-14 Nick Roberts <nickrob@snap.net.nz> |
120 | 125 |
121 * tmm.el (tmm-get-keybind): Use copy-sequence to ensure that the | 126 * tmm.el (tmm-get-keybind): Use copy-sequence to ensure that the |
122 global map isn't modified | 127 global map isn't modified |
150 | 155 |
151 * emacs-lisp/edebug.el (edebug-pop-to-buffer): Don't select | 156 * emacs-lisp/edebug.el (edebug-pop-to-buffer): Don't select |
152 window marked as dedicated. | 157 window marked as dedicated. |
153 | 158 |
154 * mail/footnote.el (footnote-latin-string): New variable. | 159 * mail/footnote.el (footnote-latin-string): New variable. |
155 (footnote-latin-regexp): Redefined as regexp alternative. | 160 (footnote-latin-regexp): Redefine as regexp alternative. |
156 (Footnote-latin): Use footnote-latin-string instead of | 161 (Footnote-latin): Use footnote-latin-string instead of |
157 footnote-latin-regexp. | 162 footnote-latin-regexp. |
158 | 163 |
159 2007-04-13 Glenn Morris <rgm@gnu.org> | 164 2007-04-13 Glenn Morris <rgm@gnu.org> |
160 | 165 |
180 * dnd.el (dnd-get-local-file-name): Decode both upper and lower | 185 * dnd.el (dnd-get-local-file-name): Decode both upper and lower |
181 case hex. Do not try to decode non-hex letters. | 186 case hex. Do not try to decode non-hex letters. |
182 | 187 |
183 2007-04-11 Markus Triska <markus.triska@gmx.at> | 188 2007-04-11 Markus Triska <markus.triska@gmx.at> |
184 | 189 |
185 * emacs-lisp/byte-opt.el (byte-optimize-backward-char) | 190 * emacs-lisp/byte-opt.el (byte-optimize-backward-char) |
186 (byte-optimize-backward-word): Remove (move to bytecomp.el). | 191 (byte-optimize-backward-word): Remove (move to bytecomp.el). |
187 (byte-optimize-form-code-walker): Evaluate pure function calls if | 192 (byte-optimize-form-code-walker): Evaluate pure function calls if |
188 possible. | 193 possible. |
189 (byte-optimize-all-constp): New function. | 194 (byte-optimize-all-constp): New function. |
190 | 195 |
191 * emacs-lisp/bytecomp.el (byte-compile-char-before): Improve | 196 * emacs-lisp/bytecomp.el (byte-compile-char-before): |
192 numeric argument case. | 197 Improve numeric argument case. |
193 (byte-compile-backward-char, byte-compile-backward-word): New | 198 (byte-compile-backward-char, byte-compile-backward-word): |
194 functions, performing rewriting previously done in byte-opt.el. | 199 New functions, performing rewriting previously done in byte-opt.el. |
195 Fix their "Fixme" item (restriction to numeric arguments). | 200 Fix their "Fixme" item (restriction to numeric arguments). |
196 | 201 |
197 2007-04-11 Stefan Monnier <monnier@iro.umontreal.ca> | 202 2007-04-11 Stefan Monnier <monnier@iro.umontreal.ca> |
198 | 203 |
199 * desktop.el (desktop-save, desktop-create-buffer): Replace mapcar | 204 * desktop.el (desktop-save, desktop-create-buffer): Replace mapcar |
200 with dolist. | 205 with dolist. |