comparison lisp/ChangeLog @ 83078:fac24544c283

Merged in changes from CVS HEAD Patches applied: * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-146 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-147 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-148 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-149 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-150 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-151 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-152 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-153 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-154 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-155 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-156 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-157 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-158 Update from CVS git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-118
author Karoly Lorentey <lorentey@elte.hu>
date Tue, 16 Mar 2004 20:27:22 +0000
parents 1281a5c8fb39 a8163d589489
children 5f17f5c40152
comparison
equal deleted inserted replaced
83077:40fd42596e17 83078:fac24544c283
1 2004-03-15 Masatake YAMATO <jet@gyve.org>
2
3 Added context menu support in smerge mode.
4 Most of the part is written by Stefan Monnier.
5
6 * smerge-mode.el (smerge-context-menu-map, smerge-context-menu):
7 New keymap and menu.
8 (smerge-text-properties): New function.
9 (smerge-remove-props): New function.
10 (smerge-popup-context-menu): New function.
11 (smerge-resolve): Call `smerge-remove-props'.
12 (smerge-keep-base, smerge-keep-other, smerge-keep-mine): Ditto.
13 (smerge-keep-current): Ditto.
14 (smerge-kill-current): New function.
15 (smerge-match-conflict): Put text properties.
16 Detect the file as `same-diff conflict' if the filename is "ANCESTOR".
17
18 2004-03-15 David Ponce <david@dponce.com>
19
20 * ruler-mode.el: (ruler-mode-left-fringe-cols)
21 (ruler-mode-right-fringe-cols, ruler-mode-left-scroll-bar-cols)
22 (ruler-mode-right-scroll-bar-cols): Remove.
23 (ruler-mode-window-col, ruler-mode-mouse-set-left-margin)
24 (ruler-mode-mouse-set-right-margin, ruler-mode-ruler):
25 Use fringe-columns and scroll-bar-columns.
26
27 2004-03-15 Masatake YAMATO <jet@gyve.org>
28
29 * hl-line.el (hl-line-range-function): New variable.
30 (hl-line-move): New function.
31 (global-hl-line-highlight): Use `hl-line-move'.
32 (hl-line-highlight): Ditto.
33
34 * scroll-bar.el (scroll-bar-columns):
35 * fringe.el (fringe-columns): New function derived from ruler-mode.el.
36
37 * ruler-mode.el (top-level): Require scroll-bar and fringe.
38 (ruler-mode-left-fringe-cols)
39 (ruler-mode-right-fringe-cols): Use `fringe-columns'.
40 (ruler-mode-right-scroll-bar-cols)
41 (ruler-mode-left-scroll-bar-cols): Use `scroll-bar-columns'.
42 (ruler-mode-ruler-function): New variable.
43 (ruler-mode-header-line-format): Call `ruler-mode-ruler-function'
44 if the value for `ruler-mode-ruler-function'is given.
45
46 * hexl.el (hexl-mode-hook): Make the hook customizable.
47 (hexl-address-area, hexl-ascii-area): New customize variables.
48 (hexlify-buffer): Put font-lock-faces on the address area and
49 the ascii area.
50 (hexl-activate-ruler): New function.
51 (hexl-follow-line): New function.
52 (hexl-highlight-line-range): New function.
53 (hexl-mode-ruler): New function.
54
55 2004-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
56
57 * vc-hooks.el (vc-handled-backends): Add Arch. Move MCVS down.
58 (vc-default-find-file-hook): New fun.
59 (vc-find-file-hook): Call new find-file-hook operation.
60
61 * vc-arch.el: New file.
62
63 2004-03-12 Jesper Harder <harder@ifa.au.dk>
64
65 * info-look.el (info-lookup): Reuse an existing Info window.
66
67 2004-03-12 Francis J. Wright <F.J.Wright@qmul.ac.uk>
68
69 * woman.el (woman-preserve-ascii): Default value changed to t and
70 doc string revised.
71
72 2004-03-12 Richard M. Stallman <rms@gnu.org>
73
74 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
75 Fix minor bug.
76
77 * replace.el (occur-engine): Change message for count of matches.
78
79 * emacs-lisp/bytecomp.el (byte-compile-get-constant):
80 For strings, do compare text properties.
81
82 2004-03-11 Daniel Pfeiffer <occitan@esperanto.org>
83
84 * progmodes/compile.el (compile-auto-highlight)
85 (compilation-error-list, compilation-old-error-list)
86 (compilation-parse-errors-function, compilation-parsing-end)
87 (compilation-error-message, compilation-directory-stack)
88 (compilation-enter-directory-regexp-alist)
89 (compilation-leave-directory-regexp-alist)
90 (compilation-file-regexp-alist, compilation-nomessage-regexp-alist)
91 (compilation-current-file, compilation-regexps): Remove vars.
92
93 (compile-error-at-point, compilation-error-filedata)
94 (compilation-error-filedata-file-name, compile-reinitialize-errors)
95 (compilation-next-error-locus, compilation-forget-errors)
96 (count-regexp-groupings, compilation-parse-errors)
97 (compile-collect-regexps, compile-buffer-substring): Remove funs.
98
99 (compile-internal): Make obsolete.
100
101 (compilation-first-column, compilation-error)
102 (compilation-directory-matcher, compilation-page-delimiter)
103 (compilation-mode-font-lock-keywords, compilation-debug)
104 (compilation-error-face, compilation-warning-face)
105 (compilation-info-face, compilation-line-face)
106 (compilation-column-face, compilation-enter-directory-face)
107 (compilation-leave-directory-face, compilation-skip-threshold)
108 (compilation-skip-visited, compilation-context-lines): New vars.
109
110 (compilation-warning-face, compilation-info-face)
111 (compilation-message-face): New faces.
112
113 (compilation-error-regexp-alist-alist): New constant.
114
115 (compilation-face, compilation-directory-properties)
116 (compilation-assq, compilation-error-properties, compilation-start)
117 (define-compilation-mode, compilation-loop)
118 (compilation-set-window): New functions.
119
120 (compile): Additional argument for interactive compiles like TeX.
121
122 * progmodes/grep.el (kill-grep): Move here from compile.el
123 (grep-error, grep-hit-face, grep-error-face)
124 (grep-mode-font-lock-keywords): New variables.
125 (grep-regexp-alist): Simplify regexp and add `binary' case.
126 (grep-mode): New mode.
127 (grep-process-setup): Simplify.
128
129 2004-03-11 Jason Rumney <jasonr@gnu.org>
130
131 * net/ldap.el (ldap-search-internal): Handle file URLs with drive
132 letters on DOS/Windows.
133
134 2004-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
135
136 * server.el (server-name): New var.
137 (server-socket-dir): New var to replace server-socket-name.
138 (server-start): Use them.
139
140 2004-03-11 Simon Josefsson <jas@extundo.com>
141
142 * mail/smtpmail.el (smtpmail-read-response): Abort if process has
143 died to avoid infloop. Reported by Jonathan Glauner
144 <jglauner@sbum.org>.
145
146 2004-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
147
148 * smerge-mode.el (smerge-check-cache, smerge-check): New var and fun.
149 (smerge-mode-menu): Use it to deactivate menu entries.
150 (smerge-keep-current): New fun.
151 (smerge-keep-current): Use it.
152
153 2004-03-10 John Paul Wallington <jpw@gnu.org>
154
155 * foldout.el (foldout-fold-list, foldout-modeline-string):
156 Declare them as variables, not constants.
157
158 2004-03-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
159
160 * ps-print.el: Modification to print *Messages* buffer.
161 (ps-print-version): New version 6.6.4.
162 (ps-message-log-max): New fun.
163 (ps-spool-without-faces, ps-spool-with-faces)
164 (ps-count-lines-preprint): Code fix.
165
166 * printing.el: New tips in Tips section.
167
168 2004-03-09 Vinicius Jose Latorre <viniciusjl@ig.com.br>
169
170 * delim-col.el: Doc fix.
171
172 * printing.el: Doc fix. New doc section (Tips).
173
1 2004-03-09 Stefan Monnier <monnier@iro.umontreal.ca> 174 2004-03-09 Stefan Monnier <monnier@iro.umontreal.ca>
2 175
3 * type-break.el (type-break-emacs-variant): Remove. 176 * type-break.el (type-break-emacs-variant): Remove.
4 (type-break-run-at-time, type-break-cancel-function-timers): 177 (type-break-run-at-time, type-break-cancel-function-timers):
5 Use fboundp rather than version name and number. 178 Use fboundp rather than version name and number.
14 * find-dired.el (find-dired): Call `shell-command' instead of 187 * find-dired.el (find-dired): Call `shell-command' instead of
15 `start-process-shell-command'. By this, Tramp takes over 188 `start-process-shell-command'. By this, Tramp takes over
16 handling of remote directories. 189 handling of remote directories.
17 190
18 2004-03-07 Stefan Monnier <monnier@iro.umontreal.ca> 191 2004-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
192
193 * newcomment.el (comment-use-global-state): New var.
194 (comment-search-forward): Use it.
195
196 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set it.
19 197
20 * cus-edit.el (fill) <defgroup>: Move to fill.el. 198 * cus-edit.el (fill) <defgroup>: Move to fill.el.
21 199
22 * textmodes/fill.el (fill) <defgroup>: Move from cus-edit.el. 200 * textmodes/fill.el (fill) <defgroup>: Move from cus-edit.el.
23 (enable-kinsoku): Make it a defcustom. 201 (enable-kinsoku): Make it a defcustom.