comparison lisp/ChangeLog @ 85507:85ee0a16a86f

*** empty log message ***
author Juanma Barranquero <lekktu@gmail.com>
date Sun, 21 Oct 2007 12:25:52 +0000
parents bc97f31b2cf1
children 05c8e6a18913
comparison
equal deleted inserted replaced
85506:b31c7731df51 85507:85ee0a16a86f
19 string-match. 19 string-match.
20 20
21 * eshell/esh-mode.el (eshell-handle-ansi-color): Require 21 * eshell/esh-mode.el (eshell-handle-ansi-color): Require
22 ansi-color at compile time too. 22 ansi-color at compile time too.
23 23
24 * eshell/em-unix.el (eshell/info): Require info at compile time 24 * eshell/em-unix.el (eshell/info): Require info at compile time too.
25 too.
26 25
27 * w32-fns.el: Require w32-vars. 26 * w32-fns.el: Require w32-vars.
28 27
29 * diff-mode.el (diff-refine-hunk): Require smerge-mode at compile 28 * diff-mode.el (diff-refine-hunk): Require smerge-mode at compile
30 time too. 29 time too.
61 * w32-vars.el: Provide w32-vars. 60 * w32-vars.el: Provide w32-vars.
62 61
63 * term/w32-win.el: Require w32-vars. 62 * term/w32-win.el: Require w32-vars.
64 (w32-color-map): Pacify byte-compiler. 63 (w32-color-map): Pacify byte-compiler.
65 64
66 * loadup.el: Load w32-wars before term/w32-win. 65 * loadup.el: Load w32-vars before term/w32-win.
67 66
68 2007-10-20 Juri Linkov <juri@jurta.org> 67 2007-10-20 Juri Linkov <juri@jurta.org>
69 68
70 * textmodes/fill.el (fill-paragraph): When the region is active, 69 * textmodes/fill.el (fill-paragraph): When the region is active,
71 don't try other `or' branches regardless of the value returned by 70 don't try other `or' branches regardless of the value returned by
86 2007-10-20 Dan Nicolaescu <dann@ics.uci.edu> 85 2007-10-20 Dan Nicolaescu <dann@ics.uci.edu>
87 86
88 * term/x-win.el (x-gtk-stock-map, icon-map-list) 87 * term/x-win.el (x-gtk-stock-map, icon-map-list)
89 (x-gtk-map-stock): Delete duplicated definitions from merge. 88 (x-gtk-map-stock): Delete duplicated definitions from merge.
90 89
91 * progmodes/octave-mod.el: Require octave-inf at compile time 90 * progmodes/octave-mod.el: Require octave-inf at compile time.
92 91
93 * progmodes/compile.el (compilation-skip-to-next-location) 92 * progmodes/compile.el (compilation-skip-to-next-location)
94 (compilation-skip-threshold, compilation-skip-visited): Move 93 (compilation-skip-threshold, compilation-skip-visited):
95 definitions earlier. 94 Move definitions earlier.
96 95
97 * play/decipher.el (decipher-keypress): 96 * play/decipher.el (decipher-keypress):
98 * play/zone.el (zone-fall-through-ws): 97 * play/zone.el (zone-fall-through-ws):
99 * play/landmark.el (lm-move-down, lm-move-up): 98 * play/landmark.el (lm-move-down, lm-move-up):
100 * play/handwrite.el (handwrite): 99 * play/handwrite.el (handwrite):
103 * tar-mode.el (tar-subfile-save-buffer): 102 * tar-mode.el (tar-subfile-save-buffer):
104 * scroll-lock.el (scroll-lock-next-line) 103 * scroll-lock.el (scroll-lock-next-line)
105 (scroll-lock-previous-line): 104 (scroll-lock-previous-line):
106 * image-dired.el (image-dired-next-line) 105 * image-dired.el (image-dired-next-line)
107 (image-dired-previous-line): 106 (image-dired-previous-line):
108 * ediff-help.el (ediff-help-message-line-length): Use 107 * ediff-help.el (ediff-help-message-line-length):
109 forward-line. 108 Use forward-line.
110 109
111 * smerge-mode.el (smerge-auto-refine): 110 * smerge-mode.el (smerge-auto-refine):
112 * diff-mode.el (diff-auto-refine): Add :group. 111 * diff-mode.el (diff-auto-refine): Add :group.
113 112
114 * play/yow.el: Require doctor at compile time. 113 * play/yow.el: Require doctor at compile time.