comparison lisp/ChangeLog @ 69904:9b1e68fb87f9

*** empty log message ***
author Kim F. Storm <storm@cua.dk>
date Sun, 09 Apr 2006 23:05:19 +0000
parents 0aaad160d264
children 82942f3b5f59
comparison
equal deleted inserted replaced
69903:5b6c4153d145 69904:9b1e68fb87f9
1 2006-04-10 Kim F. Storm <storm@cua.dk>
2
3 * simple.el (filter-buffer-substring): Add NOPROPS arg, so
4 it can also replace buffer-substring-no-properties.
5
6 * emulation/cua-base.el (cua-delete-region, cua-paste)
7 (cua-repeat-replace-region): Use filter-buffer-substring.
8
9 * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
10 (cua-cut-region-to-global-mark): Likewise.
11
12 * emulation/cua-rect.el (cua--extract-rectangle)
13 (cua-incr-rectangle, cua--rectangle-aux-replace): Likewise.
14
1 2006-04-09 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de> 15 2006-04-09 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2 16
3 * textmodes/bibtex.el (bibtex-entry-update): New optional arg 17 * textmodes/bibtex.el (bibtex-entry-update): New optional arg
4 entry-type. Add field delimiters to numerical fields if they are 18 entry-type. Add field delimiters to numerical fields if they are
5 not present. 19 not present.
7 2006-04-09 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de> 21 2006-04-09 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
8 22
9 * textmodes/bibtex.el (bibtex-find-text-internal): Add new element 23 * textmodes/bibtex.el (bibtex-find-text-internal): Add new element
10 string-const to return value. 24 string-const to return value.
11 (bibtex-remove-delimiters): Use it. 25 (bibtex-remove-delimiters): Use it.
12 26
13 2006-04-08 Stefan Monnier <monnier@iro.umontreal.ca> 27 2006-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
14 28
15 * emacs-lisp/bytecomp.el (byte-compile-form): Don't call 29 * emacs-lisp/bytecomp.el (byte-compile-form): Don't call
16 cl-byte-compile-compiler-macro unless it exists. 30 cl-byte-compile-compiler-macro unless it exists.
17 31