comparison lisp/ChangeLog @ 57097:ddfc60ef85b9

*** empty log message ***
author Stefan Monnier <monnier@iro.umontreal.ca>
date Mon, 13 Sep 2004 20:53:05 +0000
parents 93192cf72b29
children 3eab555cf92b
comparison
equal deleted inserted replaced
57096:1ab0f10dbd94 57097:ddfc60ef85b9
1 2004-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * novice.el (disabled-command-hook): Use shorthand for obsolescence.
4 (disabled-command-function): Make the ?\ char more obvious.
5
6 * vc-arch.el (vc-arch-root, vc-arch-registered):
7 * vc-mcvs.el (vc-mcvs-root, vc-mcvs-registered): Use vc-find-root.
8
1 2004-09-13 Hovav Shacham <hovav@sha1.stanford.edu> 9 2004-09-13 Hovav Shacham <hovav@sha1.stanford.edu>
2 10
3 * windmove.el (windmove-frame-edges): Report coordinates of 11 * windmove.el (windmove-frame-edges): Report coordinates of
4 outside edges of frame, not inside edges. 12 outside edges of frame, not inside edges.
5 (windmove-coordinates-of-position): Convert into wrapper to new 13 (windmove-coordinates-of-position): Convert into wrapper to new
12 2004-09-13 Kim F. Storm <storm@cua.dk> 20 2004-09-13 Kim F. Storm <storm@cua.dk>
13 21
14 * isearch.el (isearch-resume-in-command-history): Rename from 22 * isearch.el (isearch-resume-in-command-history): Rename from
15 isearch-resume-enabled and change default to nil. 23 isearch-resume-enabled and change default to nil.
16 24
17 2004-09-12 Stefan <monnier@iro.umontreal.ca> 25 2004-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
18 26
19 * vc-hooks.el (vc-ignore-dir-regexp): New var. 27 * vc-hooks.el (vc-ignore-dir-regexp): New var.
20 (vc-registered): Use it. 28 (vc-registered): Use it.
21 (vc-find-root): New fun. 29 (vc-find-root): New fun.
22 30
118 2004-09-09 Lars Hansen <larsh@math.ku.dk> 126 2004-09-09 Lars Hansen <larsh@math.ku.dk>
119 127
120 * desktop.el (desktop-clear-preserve-buffers): 128 * desktop.el (desktop-clear-preserve-buffers):
121 Remove make-obsolete-variable. 129 Remove make-obsolete-variable.
122 130
123 2004-09-08 Stefan <monnier@iro.umontreal.ca> 131 2004-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
124 132
125 * vc-arch.el (vc-arch-state): Fix parsing for `names' method. 133 * vc-arch.el (vc-arch-state): Fix parsing for `names' method.
126 134
127 2004-09-08 Juri Linkov <juri@jurta.org> 135 2004-09-08 Juri Linkov <juri@jurta.org>
128 136
205 213
206 * term.el (term-window-width): Only use full window width on 214 * term.el (term-window-width): Only use full window width on
207 window system if overflow-newline-into-fringe is enabled. 215 window system if overflow-newline-into-fringe is enabled.
208 (term-mode): Don't disable overflow-newline-into-fringe. 216 (term-mode): Don't disable overflow-newline-into-fringe.
209 217
210 2004-09-07 Stefan <monnier@iro.umontreal.ca> 218 2004-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
211 219
212 * term/xterm.el (function-key-map): Add bindings for C- and S- cursor 220 * term/xterm.el (function-key-map): Add bindings for C- and S- cursor
213 motion as seen on my Mac OS X xterms. 221 motion as seen on my Mac OS X xterms.
214 222
215 * newcomment.el (uncomment-region-default, comment-region-default): 223 * newcomment.el (uncomment-region-default, comment-region-default):
462 * emacs-lisp/lisp-mode.el (prin1-char): Don't turn S-a into A. 470 * emacs-lisp/lisp-mode.el (prin1-char): Don't turn S-a into A.
463 Don't return a string that would read as the wrong character code. 471 Don't return a string that would read as the wrong character code.
464 472
465 2004-08-29 Kim F. Storm <storm@cua.dk> 473 2004-08-29 Kim F. Storm <storm@cua.dk>
466 474
467 * emulation/cua-base.el (cua-auto-expand-rectangles): Remove 475 * emulation/cua-base.el (cua-auto-expand-rectangles):
468 automatic rectangle padding feature; replace by non-destructive 476 Remove automatic rectangle padding feature; replace by non-destructive
469 virtual rectangle edges feature. 477 virtual rectangle edges feature.
470 (cua-virtual-rectangle-edges): New defcustom. 478 (cua-virtual-rectangle-edges): New defcustom.
471 (cua-auto-tabify-rectangles): New defcustom. 479 (cua-auto-tabify-rectangles): New defcustom.
472 (cua-paste): If paste into a marked rectangle, insert rectangle at 480 (cua-paste): If paste into a marked rectangle, insert rectangle at
473 current column, even if virtual; also paste exactly as many lines 481 current column, even if virtual; also paste exactly as many lines
946 (encoded-kbd-self-insert-sjis, encoded-kbd-self-insert-big5) 954 (encoded-kbd-self-insert-sjis, encoded-kbd-self-insert-big5)
947 (encoded-kbd-self-insert-ccl): Make them suitable for bindings in 955 (encoded-kbd-self-insert-ccl): Make them suitable for bindings in
948 key-translation-map. 956 key-translation-map.
949 (encoded-kbd-setup-keymap): Setup key-translation-map. 957 (encoded-kbd-setup-keymap): Setup key-translation-map.
950 (saved-key-translation-map): New variable. 958 (saved-key-translation-map): New variable.
951 (encoded-kbd-mode): Save/restore key-translation-map. Adjusted 959 (encoded-kbd-mode): Save/restore key-translation-map.
952 for the change of encoded-kbd-setup-keymap. 960 Adjust for the change of encoded-kbd-setup-keymap.
953 961
954 2004-08-02 Kim F. Storm <storm@cua.dk> 962 2004-08-02 Kim F. Storm <storm@cua.dk>
955 963
956 * avoid.el (mouse-avoidance-point-position): Use window-inside-edges 964 * avoid.el (mouse-avoidance-point-position): Use window-inside-edges
957 and call compute-motion with nil for topos and width to get proper 965 and call compute-motion with nil for topos and width to get proper
1110 1118
1111 2004-07-17 Kai Grossjohann <kai.grossjohann@gmx.net> 1119 2004-07-17 Kai Grossjohann <kai.grossjohann@gmx.net>
1112 1120
1113 Sync with Tramp 2.0.43. 1121 Sync with Tramp 2.0.43.
1114 1122
1115 * net/tramp.el (tramp-handle-verify-visited-file-modtime): Remove 1123 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
1116 outdated comment. 1124 Remove outdated comment.
1117 (tramp-locked, tramp-locker): New variables for implementing a 1125 (tramp-locked, tramp-locker): New variables for implementing a
1118 global lock. 1126 global lock.
1119 (tramp-sh-file-name-handler): Use them to implement the global 1127 (tramp-sh-file-name-handler): Use them to implement the global lock.
1120 lock.
1121 1128
1122 2004-07-13 Michael Albinus <michael.albinus@gmx.de> 1129 2004-07-13 Michael Albinus <michael.albinus@gmx.de>
1123 1130
1124 * net/tramp.el (all): Code cleanup. Change all `tramp-handle-xxx' 1131 * net/tramp.el (all): Code cleanup. Change all `tramp-handle-xxx'
1125 calls to respective `xxx` calls. 1132 calls to respective `xxx` calls.
1150 2004-07-17 Jonathan Yavner <jyavner@member.fsf.org> 1157 2004-07-17 Jonathan Yavner <jyavner@member.fsf.org>
1151 1158
1152 * emacs-lisp/testcover.el: New category "potentially-1valued" for 1159 * emacs-lisp/testcover.el: New category "potentially-1valued" for
1153 functions that are not erroneous if either 1-valued or 1160 functions that are not erroneous if either 1-valued or
1154 multi-valued. Detect functions in this class. 1161 multi-valued. Detect functions in this class.
1155 (testcover-1value-functions, testcover-compose-functions, 1162 (testcover-1value-functions, testcover-compose-functions)
1156 testcover-progn-functions) Added some additional functions to lists. 1163 (testcover-progn-functions) Added some additional functions to lists.
1157 (testcover-mark): Bugfix when marking up the definition for an 1164 (testcover-mark): Bugfix when marking up the definition for an
1158 empty function. 1165 empty function.
1159 1166
1160 2004-07-17 Richard M. Stallman <rms@gnu.org> 1167 2004-07-17 Richard M. Stallman <rms@gnu.org>
1161 1168
1162 * replace.el (occur-read-primary-args): Pass default to read-from-minibuffer. 1169 * replace.el (occur-read-primary-args): Pass default to
1170 read-from-minibuffer.
1163 1171
1164 * mail/footnote.el (footnote-section-tag): Use defcustom. 1172 * mail/footnote.el (footnote-section-tag): Use defcustom.
1165 1173
1166 * font-lock.el (font-lock-add-keywords, font-lock-remove-keywords): 1174 * font-lock.el (font-lock-add-keywords, font-lock-remove-keywords):
1167 Compile font-lock-keywords, not KEYWORDS. 1175 Compile font-lock-keywords, not KEYWORDS.
1266 1274
1267 * wid-edit.el (widget-field-buffer): Doc fix. 1275 * wid-edit.el (widget-field-buffer): Doc fix.
1268 1276
1269 2004-07-09 John Paul Wallington <jpw@gnu.org> 1277 2004-07-09 John Paul Wallington <jpw@gnu.org>
1270 1278
1271 * emacs-lisp/re-builder.el (reb-update-overlays): Distinguish 1279 * emacs-lisp/re-builder.el (reb-update-overlays):
1272 between one and several matches in message. 1280 Distinguish between one and several matches in message.
1273 1281
1274 2004-07-09 Richard M. Stallman <rms@gnu.org> 1282 2004-07-09 Richard M. Stallman <rms@gnu.org>
1275 1283
1276 * mouse.el (mouse-set-region-1): If transient-mark-mode 1284 * mouse.el (mouse-set-region-1): If transient-mark-mode
1277 is `identity', change it to `only'. 1285 is `identity', change it to `only'.
1305 * term/mac-win.el (mac-scroll-ignore-events, mac-scroll-down) 1313 * term/mac-win.el (mac-scroll-ignore-events, mac-scroll-down)
1306 (mac-scroll-down-line, mac-scroll-up, mac-scroll-up-line): 1314 (mac-scroll-down-line, mac-scroll-up, mac-scroll-up-line):
1307 Do not treat double clicks and triple clicks specially in the 1315 Do not treat double clicks and triple clicks specially in the
1308 scroll bar (preventing strange repositioning problems) 1316 scroll bar (preventing strange repositioning problems)
1309 1317
1310 2004-07-06 Stefan <monnier@iro.umontreal.ca> 1318 2004-07-06 Stefan Monnier <monnier@iro.umontreal.ca>
1311 1319
1312 * replace.el (query-replace-regexp-eval): Fix last change. 1320 * replace.el (query-replace-regexp-eval): Fix last change.
1313 1321
1314 2004-07-05 Stefan <monnier@iro.umontreal.ca> 1322 2004-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
1315 1323
1316 * replace.el (query-replace-descr): New fun. 1324 * replace.el (query-replace-descr): New fun.
1317 (query-replace-read-from, query-replace-read-args): Default to the 1325 (query-replace-read-from, query-replace-read-args): Default to the
1318 previous from&to. 1326 previous from&to.
1319 (query-replace-read-to): Quote the `from' string when displaying it. 1327 (query-replace-read-to): Quote the `from' string when displaying it.