comparison lisp/ChangeLog @ 90609:bb0e318b7c53

Merge from emacs--devo--0 Patches applied: * emacs--devo--0 (patch 447-459) - Update from CVS - Merge from gnus--rel--5.10 * gnus--rel--5.10 (patch 141-144) - Merge from emacs--devo--0 - Update from CVS Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-115
author Miles Bader <miles@gnu.org>
date Tue, 03 Oct 2006 05:04:21 +0000
parents b5c13d1564a9 889f058d274a
children 8dd8c8286063
comparison
equal deleted inserted replaced
90608:1bc627bac080 90609:bb0e318b7c53
1 2006-10-03 Denis St,A|(Bnkel <dstuenkel@googlemail.com> (tiny change)
2
3 * ibuf-ext.el (eval, view-and-eval) <define-ibuffer-op>:
4 Use the interactive spec of `eval-expression'.
5
6 2006-10-02 Michael Welsh Duggan <md5i@cs.cmu.edu>
7
8 * progmodes/sh-script.el (sh-prev-thing): Fix last change.
9
10 2006-10-02 MIYOSHI Masanori <miyoshi@meadowy.org> (tiny change)
11
12 * mail/smtpmail.el (smtpmail-try-auth-methods): Fix typo in
13 2006-09-28 commit.
14
15 2006-10-02 Kenichi Handa <handa@m17n.org>
16
17 * international/code-pages.el (iso-8859-6): Table fixed.
18
19 2006-10-01 Chris Moore <christopher.ian.moore@gmail.com> (tiny change)
20
21 * dired.el (dired-build-subdir-alist): Fix previous change.
22
23 2006-10-01 Johan Bockg,Ae(Brd <bojohan+mail@dd.chalmers.se>
24
25 * simple.el (undo-elt-crosses-region): Fix the inequalities.
26
27 2006-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
28
29 * emacs-lisp/find-func.el (find-function-regexp): Don't match
30 "define-button-type".
31
32 * pcvs.el (cvs-update-header): Fix handling of extra newlines so that
33 they don't keep accumulating.
34
35 2006-10-01 Bob Rogers <rogers-emacs@rgrjr.dyndns.org> (tiny change)
36
37 * ffap.el (ffap-rfc-path): Change the address of the RFC
38 repository to ftp.rfc-editor.org, as ds.internic.net seems to be gone.
39
40 2006-10-01 Stephen Berman <Stephen.Berman@gmx.net>
41
42 * allout.el (allout-expose-topic): Rectify implementation of "+"
43 spec, so that bodies are not exposed with headlines.
44
45 2006-10-01 Ken Manheimer <ken.manheimer@gmail.com>
46
47 * allout.el (allout-current-depth): Do aberrent check only at or
48 below doublecheck depth.
49 (allout-chart-subtree): Make it explicit that LEVELS being nil
50 means unlimited depth. Drop undocumented support for LEVELS value
51 t meaning unlimited depth. (This is consistent with
52 allout-chart-to-reveal, but contrary to allout-show-children,
53 which needs to use nil to default to depth of 1.)
54 (allout-goto-prefix-doublechecked): Wrap long docstring line.
55 (allout-chart-to-reveal): Be explicit in docstring about meaning
56 of nil LEVELS, and drop support for LEVELS value t.
57 (allout-show-children): Translate the level spec used by this
58 routine to that used by allout-chart-subtree and
59 allout-chart-to-reveal.
60 (allout-show-to-offshoot): Retry once when stuck, after opening
61 subtree - improvements in discontinuity handling likely will
62 enable progress.
63
64 2006-09-30 Chong Yidong <cyd@stupidchicken.com>
65
66 * wid-edit.el (widget-button-click-moves-point): New variable.
67 (widget-button-click): If widget-button-click-moves-point is
68 non-nil, set point after performing the button action
69
70 * cus-edit.el (custom-mode): Set widget-button-click-moves-point.
71
72 2006-09-30 Martin Rudalics <rudalics@gmx.at>
73
74 * files.el (find-file-existing): Modify to not allow wildcards.
75
76 2006-09-30 Johan Bockg,Ae(Brd <bojohan@dd.chalmers.se>
77
78 * simple.el (undo-more): When undo information for the region is
79 exhausted, say "No further undo information FOR REGION".
80
81 2006-09-30 Michael Welsh Duggan <md5i@cs.cmu.edu>
82
83 * progmodes/sh-script.el (sh-prev-thing):
84 Take `sh-leading-keywords' into account.
85
86 2006-09-29 Glenn Morris <rgm@gnu.org>
87
88 * custom.el (defcustom): Doc fix.
89
90 * calendar/calendar.el (european-calendar-style):
91 Call european-calendar or american-calendar as needed when set.
92 (diary-view-entries, list-calendar-holidays): Move autoloads
93 before use.
94
95 2006-09-29 Juri Linkov <juri@jurta.org>
96
97 * progmodes/cperl-mode.el (cperl-after-expr-p): Don't move point
98 to nil if there is no previous property change.
99
100 2006-09-26 Micha,Ak(Bl Cadilhac <michael.cadilhac@lrde.org>
101
102 * cus-edit.el (custom-save-all): Switch to emacs-lisp mode before
103 saving anything to be sure that `forward-sexp' behaves correctly.
104
105 2006-09-29 Chong Yidong <cyd@stupidchicken.com>
106
107 * simple.el (line-move-finish): Ignore field boundaries if the
108 initial and final points have the same `field' property.
109
110 2006-09-29 Kim F. Storm <storm@cua.dk>
111
112 * ido.el (ido-file-internal): Only bind minibuffer-completing-file-name
113 to t while calling ido-read-internal.
114
115 2006-09-29 Carsten Dominik <dominik@science.uva.nl>
116
117 * textmodes/org.el (org-file-remote-p): Get regexp from list.
118 (org-archive-subtree): Remove erraneous `]' from character list.
119
120 2006-09-28 Jonathan Yavner <jyavner@member.fsf.org>
121
122 * ses.el (ses-in-print-area, ses-goto-data, ses-load)
123 (ses-reconstruct-all): Make undo of "insert row" work by keeping
124 markers for data-area and parameters-area.
125
126 2006-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
127
128 * progmodes/make-mode.el (makefile-mode): Don't disable jit-lock.
129
130 * font-lock.el (font-lock-after-change-function): Refontify next line
131 as well if end is at BOL.
132 (font-lock-extend-jit-lock-region-after-change): Be more careful to
133 only extend the region as much as needed.
134
135 2006-09-28 Richard Stallman <rms@gnu.org>
136
137 * comint.el (comint-mode): Bind font-lock-defaults non-nil.
138
139 * subr.el (insert-for-yank-1): Handle `font-lock-face' specially.
140
141 * international/mule.el (after-insert-file-set-coding):
142 If VISIT, don't let set-buffer-multibyte make undo info.
143
144 2006-09-28 Osamu Yamane <yamane@green.ocn.ne.jp> (tiny change)
145
146 * mail/smtpmail.el (smtpmail-try-auth-methods): Do not break long
147 lines in base64-encoded authentication response.
148
149 2006-09-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
150
151 * progmode/ebnf2ps.el: Doc fix. Implement arrow spacing and scaling.
152 (ebnf-version): New version 4.3.
153 (ebnf-arrow-extra-width, ebnf-arrow-scale): New options.
154 (ebnf-prologue): Adjust PostScript programming.
155 (ebnf-begin-file, ebnf-insert-ebnf-prologue, ebnf-terminal-dimension1)
156 (ebnf-repeat-dimension, ebnf-except-dimension): Adjust code.
157
158 2006-09-26 Stefan Monnier <monnier@iro.umontreal.ca>
159
160 * jit-lock.el (jit-lock-force-redisplay): Rename from
161 jit-lock-fontify-again, and undo the mistaken change I've just done.
162
163 * jit-lock.el (jit-lock-fontify-now): Don't fontify the empty text.
164 (jit-lock-fontify-again): Don't refontify text that's not displayed.
165
166 2006-09-26 Kenichi Handa <handa@m17n.org>
167
168 * startup.el (display-splash-screen): Allow a prefix argument.
169
170 2006-09-25 Jason Rumney <jasonr@gnu.org>
171
172 * subr.el (shell-quote-argument): Use DOS logic for Windows
173 shells with DOS semantics.
174
175 2006-09-24 Richard Stallman <rms@gnu.org>
176
177 * progmodes/compile.el (compilation-goto-locus-delete-o): New fn.
178 (compilation-goto-locus): Use compilation-goto-locus-delete-o
179 to delete the overlay. Put it on pre-command-hook.
180
181 * emacs-lisp/timer.el (timer-max-repeats): Doc fix.
182
183 * startup.el (fancy-splash-screens, normal-splash-screen):
184 Call the splash buffer *About GNU Emacs*.
185
186 * simple.el (next-error-highlight, next-error-highlight-no-select):
187 Default to 0.5.
188 (yank-excluded-properties): Add `fontified'.
189
190 * font-lock.el (font-lock-compile-keywords): Allow value of
191 syntax-begin-function to enable paren-column-0 highlighting.
192
193 2006-09-24 Chris Moore <christopher.ian.moore@gmail.com> (tiny change)
194
195 * dired.el (dired-build-subdir-alist): When file ends in colon,
196 don't exit the loop, just disregard that file.
197
198 2006-09-24 Chong Yidong <cyd@stupidchicken.com>
199
200 * simple.el (line-move-finish): Handle corner case for fields in
201 continued lines.
202 (line-move-1): Remove flawed test for that case.
203
204 2006-09-24 Ken Manheimer <ken.manheimer@gmail.com>
205
206 * icomplete.el (icomplete-simple-completing-p): Use the correct
207 name for the new variable, `icomplete-with-completion-tables'.
208 (file local variables): Remove superfluous setting.
209
210 2006-09-23 Jeff Miller <jmiller@cablespeed.com> (tiny change)
211
212 * calendar/appt.el (appt-check): Fix typo for appointments just
213 after midnight.
214
215 2006-09-23 Chong Yidong <cyd@stupidchicken.com>
216
217 * help.el (describe-key-briefly, describe-key): Don't expect an
218 extra up event if a down-event is generated by a popup menu.
219
220 2006-09-23 Michal Nazarewicz <mnazarewicz@gmail.com> (tiny change)
221
222 * textmodes/ispell.el (ispell-change-dictionary): Don't check the
223 local dictionary when changing the global dictionary.
224
225 2006-09-23 Ken Manheimer <ken.manheimer@gmail.com>
226
227 * icomplete.el (icomplete-with-completion-tables): List of
228 specialized completion tables with which icomplete should
229 operate. Include the new `internal-complete-buffer', so icomplete
230 works with interactive buffer-selection.
231 (icomplete-simple-completing-p): Add acceptance of specialized
232 completion tables listed in icomplete-with-completion-tables.
233
234 2006-09-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
235
236 * frame.el (focus-follows-mouse): Set default to nil on Mac.
237
238 * startup.el (command-line): Use `custom-reevaluate-setting' for
239 `focus-follows-mouse'.
240
241 2006-09-22 Richard Stallman <rms@gnu.org>
242
243 * cus-edit.el (custom-buffer-create-internal): In `emacs -q',
244 explain why Save is not available.
245
246 2006-09-22 Juanma Barranquero <lekktu@gmail.com>
247
248 * woman.el (woman0-so): Use `let*', not `let'.
249 (woman-horizontal-line): Remove unbalanced parenthesis.
250
251 2006-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
252
253 * woman.el: Make sure all the end-of-region markers we use have
254 a non-nil insertion-type.
255 (woman0-so): Move things around so we can use copy-marker.
256 (woman0-roff-buffer, woman2-process-escapes-to-eol, woman2-roff-buffer):
257 Adjust marker type.
258 (woman2-process-escapes): Check marker type.
259 (woman-horizontal-line): Dispense with the use of a marker.
260
261 2006-09-22 Jay Belanger <belanger@truman.edu>
262
263 * calc/calc-lang.el: Add Greek letters to math-variable-table
264 property of tex.
265
266 2006-09-22 Chong Yidong <cyd@stupidchicken.com>
267
268 * files.el (save-some-buffers-action-alist): Display diff in
269 view-mode.
270
271 2006-09-22 Masatake YAMATO <jet@gyve.org>
272
273 * add-log.el (add-log-current-defun): Use `forward-sexp'
274 instead of `forward-word' to pick c++::symbol.
275 Reported by Herbert Euler <herberteuler@hotmail.com>.
276
277 2006-09-22 Kenichi Handa <handa@m17n.org>
278
279 * bindings.el: Fix setting self-insert-command for multibyte
280 characters in global-map.
281
282 2006-09-21 David Kastrup <dak@gnu.org>
283
284 * mouse.el (mouse-posn-property): Fix typo for `event-start' in
285 doc string.
286
287 2006-09-21 Kim F. Storm <storm@cua.dk>
288
289 * emacs-lisp/cl.el (pushnew-internal): Remove defvar.
290 (pushnew): Fix last change.
291
292 2006-09-21 Kenichi Handa <handa@m17n.org>
293
294 * language/european.el ("Latin-1"): Add windows-1252 to
295 coding-priority.
296 ("German"): Likewise.
297
298 2006-09-21 Kim F. Storm <storm@cua.dk>
299
300 * emacs-lisp/cl-macs.el (member*): Use memql instead of complex code.
301 Suggested by Miles Bader.
302
303 * emacs-lisp/cl.el (pushnew): Rework 2006-09-10 change. Use memql
304 instead of add-to-list in the simple case.
305
306 2006-09-20 Kenichi Handa <handa@m17n.org>
307
308 * isearch.el (isearch-process-search-char): Cancel the previous
309 change.
310 (isearch-search-string): New function.
311 (isearch-search): Use isearch-search-string.
312 (isearch-lazy-highlight-search): Likewise.
313
314 2006-09-20 Vinicius Jose Latorre <viniciusjl@ig.com.br>
315
316 * lpr.el (lpr-page-header-switches): Insert `*' at beginning of doc
317 string to become an option.
318
319 2006-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
320
321 * files.el (find-buffer-visiting): Don't get fooled by a nil inode.
322
323 2006-09-20 Kim F. Storm <storm@cua.dk>
324
325 * simple.el (line-move-partial): Call pos-visible-in-window-p with
326 position t instead of trying both window-end and window-end - 1.
327
328 2006-09-20 Carsten Dominik <dominik@science.uva.nl>
329
330 * textmodes/org.el (org-scan-tags): Find end of subtrees also in
331 hidden trees.
332
1 2006-09-20 David Kastrup <dak@gnu.org> 333 2006-09-20 David Kastrup <dak@gnu.org>
2 334
3 * mouse.el (mouse-posn-property): Improve doc string. 335 * mouse.el (mouse-posn-property): Improve doc string.
4 (mouse-on-link-p): Change buffers for function calls on links. 336 (mouse-on-link-p): Change buffers for function calls on links.
5 337
6 * menu-bar.el (clipboard-yank): bomb out in interactive use if 338 * menu-bar.el (clipboard-yank): Bomb out in interactive use if
7 buffer is read-only. 339 buffer is read-only.
8 340
9 2006-09-18 Ken Manheimer <ken.manheimer@gmail.com> 341 2006-09-20 Ken Manheimer <ken.manheimer@gmail.com>
10 342
11 * allout.el (allout-unprotected): Let inhibit-read-only only when 343 * allout.el (allout-unprotected): Let inhibit-read-only only when
12 buffer-read-only isn't set. 344 buffer-read-only isn't set.
13 (allout-annotate-hidden): Enable topic annotation during copies even 345 (allout-annotate-hidden): Enable topic annotation during copies even
14 when the buffer is read-only, eg for topic copies. Ensure that the loop 346 when the buffer is read-only, eg for topic copies. Ensure that the loop
15 advances, even when the span extends beyond the deletion region. 347 advances, even when the span extends beyond the deletion region.
16 (allout-toggle-subtree-encryption): Use allout-structure-added-hook 348 (allout-toggle-subtree-encryption): Use allout-structure-added-hook
17 rather than allout-exposure-changed-hook, as a stronger assertion. 349 rather than allout-exposure-changed-hook, as a stronger assertion.
18 (allout-keybindings-list): Add bindings for 350 (allout-keybindings-list): Add bindings for
19 allout-copy-line-as-kill and allout-copy-topic-as-kill. 351 allout-copy-line-as-kill and allout-copy-topic-as-kill.
20 (allout-copy-line-as-kill, allout-copy-topic-as-kill): copy 352 (allout-copy-line-as-kill, allout-copy-topic-as-kill):
21 wrappers for allout-kill-line and allout-kill-topic. 353 Copy wrappers for allout-kill-line and allout-kill-topic.
22 (allout-listify-exposed): Position correctly to accumulate lines. 354 (allout-listify-exposed): Position correctly to accumulate lines.
23 355
24 2006-09-19 Chong Yidong <cyd@stupidchicken.com> 356 2006-09-19 Chong Yidong <cyd@stupidchicken.com>
25 357
26 * simple.el (line-move-1): Escape field boundaries occurring 358 * simple.el (line-move-1): Escape field boundaries occurring
27 exactly at point. Update goal column if constrained to a field. 359 exactly at point. Update goal column if constrained to a field.
28 (line-move-finish): Escape field boundaries occurring exactly at 360 (line-move-finish): Escape field boundaries occurring exactly at point.
29 point.
30 361
31 2006-09-19 Stefan Monnier <monnier@iro.umontreal.ca> 362 2006-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
32 363
33 * mouse.el (mouse-on-link-p): Tentatively fix last change. 364 * mouse.el (mouse-on-link-p): Tentatively fix last change.
34 (mouse-drag-vertical-line): Remove unused var `wconfig'. 365 (mouse-drag-vertical-line): Remove unused var `wconfig'.