Mercurial > emacs
comparison lisp/ChangeLog @ 73241:f1f0120b8ead
(sh-prev-thing): Remove (forward-char 1) now
that it's been made unnecessary by removing narrowing.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Wed, 04 Oct 2006 04:13:09 +0000 |
parents | b6db8e4b9bbe |
children | d05149377bf6 |
comparison
equal
deleted
inserted
replaced
73240:54742554f07e | 73241:f1f0120b8ead |
---|---|
1 2006-10-04 Stefan Monnier <monnier@iro.umontreal.ca> | |
2 | |
3 * progmodes/sh-script.el (sh-prev-thing): Remove (forward-char 1) now | |
4 that it's been made unnecessary by removing narrowing. | |
5 | |
1 2006-10-03 Stefan Monnier <monnier@iro.umontreal.ca> | 6 2006-10-03 Stefan Monnier <monnier@iro.umontreal.ca> |
2 | 7 |
3 * progmodes/sh-script.el (sh-prev-thing): Massage to untangle the | 8 * progmodes/sh-script.el (sh-prev-thing): Massage to untangle the |
4 control flow a bit, simplify another bit, and add comments. | 9 control flow a bit, simplify another bit, and add comments. |
5 | 10 |
283 * calc/calc-lang.el: Add Greek letters to math-variable-table | 288 * calc/calc-lang.el: Add Greek letters to math-variable-table |
284 property of tex. | 289 property of tex. |
285 | 290 |
286 2006-09-22 Chong Yidong <cyd@stupidchicken.com> | 291 2006-09-22 Chong Yidong <cyd@stupidchicken.com> |
287 | 292 |
288 * files.el (save-some-buffers-action-alist): Display diff in | 293 * files.el (save-some-buffers-action-alist): Display diff in view-mode. |
289 view-mode. | |
290 | 294 |
291 2006-09-22 Masatake YAMATO <jet@gyve.org> | 295 2006-09-22 Masatake YAMATO <jet@gyve.org> |
292 | 296 |
293 * add-log.el (add-log-current-defun): Use `forward-sexp' | 297 * add-log.el (add-log-current-defun): Use `forward-sexp' |
294 instead of `forward-word' to pick c++::symbol. | 298 instead of `forward-word' to pick c++::symbol. |
318 * emacs-lisp/cl.el (pushnew): Rework 2006-09-10 change. Use memql | 322 * emacs-lisp/cl.el (pushnew): Rework 2006-09-10 change. Use memql |
319 instead of add-to-list in the simple case. | 323 instead of add-to-list in the simple case. |
320 | 324 |
321 2006-09-20 Kenichi Handa <handa@m17n.org> | 325 2006-09-20 Kenichi Handa <handa@m17n.org> |
322 | 326 |
323 * isearch.el (isearch-process-search-char): Cancel the previous | 327 * isearch.el (isearch-process-search-char): Cancel the previous change. |
324 change. | |
325 (isearch-search-string): New function. | 328 (isearch-search-string): New function. |
326 (isearch-search): Use isearch-search-string. | 329 (isearch-search): Use isearch-search-string. |
327 (isearch-lazy-highlight-search): Likewise. | 330 (isearch-lazy-highlight-search): Likewise. |
328 | 331 |
329 2006-09-20 Vinicius Jose Latorre <viniciusjl@ig.com.br> | 332 2006-09-20 Vinicius Jose Latorre <viniciusjl@ig.com.br> |