comparison lisp/ChangeLog @ 57074:666ed3de3a51

*** empty log message ***
author Kim F. Storm <storm@cua.dk>
date Sun, 12 Sep 2004 20:26:08 +0000
parents e8acd9183eb4
children 35b4fdda578a
comparison
equal deleted inserted replaced
57073:e8acd9183eb4 57074:666ed3de3a51
7 Provide a sample complex default. 7 Provide a sample complex default.
8 (bibtex-url, bibtex-font-lock-url): Adapt to new format. 8 (bibtex-url, bibtex-font-lock-url): Adapt to new format.
9 (bibtex-entry): Use mapc. 9 (bibtex-entry): Use mapc.
10 10
11 2004-09-12 Kim F. Storm <storm@cua.dk> 11 2004-09-12 Kim F. Storm <storm@cua.dk>
12
13 * emulation/cua-rect.el (cua--rectangle-operation): Let bind
14 inhibit-field-text-motion to t so rectangles work in comint buffers.
12 15
13 * simple.el (choose-completion-string): Set buffer before running 16 * simple.el (choose-completion-string): Set buffer before running
14 choose-completion-string-functions hook so it can be buffer-local. 17 choose-completion-string-functions hook so it can be buffer-local.
15 18
16 2004-09-12 Daniel Pfeiffer <occitan@esperanto.org> 19 2004-09-12 Daniel Pfeiffer <occitan@esperanto.org>