comparison lisp/ChangeLog @ 76397:e9b063d17531

(smerge-remove-props): Don't mark the buffer modified. (debug-ignored-errors): Add entry from smerge-match-conflict.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Thu, 08 Mar 2007 20:12:55 +0000
parents b63d1410b51c
children c4a8c9e4445b
comparison
equal deleted inserted replaced
76396:b63d1410b51c 76397:e9b063d17531
1 2007-03-08 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * smerge-mode.el (smerge-remove-props): Don't mark the buffer modified.
4 (debug-ignored-errors): Add entry from smerge-match-conflict.
5
1 2007-03-08 J.D. Smith <jdsmith@as.arizona.edu> 6 2007-03-08 J.D. Smith <jdsmith@as.arizona.edu>
2 7
3 * progmodes/idlw-help.el (idlwave-do-context-help1): Don't visit 8 * progmodes/idlw-help.el (idlwave-do-context-help1): Don't visit
4 special help topics for keywords. 9 special help topics for keywords.
5 (idlwave-help-assistant-command): Include ".exe" for ms-dos 10 (idlwave-help-assistant-command): Include ".exe" for ms-dos
6 etc. Assistant command. 11 etc. Assistant command.
7 12
8 2007-03-08 Chong Yidong <cyd@stupidchicken.com> 13 2007-03-08 Chong Yidong <cyd@stupidchicken.com>
9 14
10 * replace.el (occur-engine): buffer-undo-list binding moved... 15 * replace.el (occur-engine): Move buffer-undo-list binding...
11 (occur-1): ...to here. 16 (occur-1): ...to here.
12 17
13 * complete.el (PC-bindings): Rebind M-TAB in read-expression-map. 18 * complete.el (PC-bindings): Rebind M-TAB in read-expression-map.
14 19
15 * simple.el (minibuffer-completing-symbol): New var. 20 * simple.el (minibuffer-completing-symbol): New var.
16 (eval-expression): Use it. 21 (eval-expression): Use it.
17 (completion-setup-function): Don't bind completion-base-size when 22 (completion-setup-function): Don't bind completion-base-size when
23 tries to start a second session in graphical mode. 28 tries to start a second session in graphical mode.
24 29
25 2007-03-07 Miles Bader <miles@gnu.org> 30 2007-03-07 Miles Bader <miles@gnu.org>
26 31
27 * international/isearch-x.el 32 * international/isearch-x.el
28 (isearch-process-search-multibyte-characters): Strip 33 (isearch-process-search-multibyte-characters):
29 text-properties from PROMPT to avoid an error from read-string. 34 Strip text-properties from PROMPT to avoid an error from read-string.
30 35
31 2007-03-07 Kim F. Storm <storm@cua.dk> 36 2007-03-07 Kim F. Storm <storm@cua.dk>
32 37
33 * complete.el (PC-bindings): Remap lisp-complete-symbol to 38 * complete.el (PC-bindings): Remap lisp-complete-symbol to
34 PC-lisp-complete-symbol instead of binding M-TAB in global-map. 39 PC-lisp-complete-symbol instead of binding M-TAB in global-map.