(defgroup reftex): Update home page url-link.
[bpt/emacs.git] / lisp / ChangeLog
1 2006-10-07 Magnus Henoch <mange@freemail.hu>
2
3 * autoinsert.el (auto-insert-alist): Doc fix.
4
5 2006-10-07 Johan Bockg\e,be\e(Brd <bojohan@dd.chalmers.se>
6
7 * mouse-sel.el (mouse-insert-selection-internal): Use
8 insert-for-yank, so that yank handlers are run.
9
10 2006-10-07 Kim F. Storm <storm@cua.dk>
11
12 * ido.el (ido-file-extension-aux): Fix comparison.
13
14 2006-10-06 Kim F. Storm <storm@cua.dk>
15
16 * ido.el (ido-wide-find-dirs-or-files): Use shell-quote-argument.
17
18 2006-10-05 Juanma Barranquero <lekktu@gmail.com>
19
20 * emacs-lisp/advice.el (ad-remove-advice, ad-parse-arglist)
21 (ad-make-mapped-call): Use `let', not `let*'.
22
23 2006-10-05 Chong Yidong <cyd@stupidchicken.com>
24
25 * international/mule-cmds.el (coding-system-change-eol-conversion):
26 Ensure the coding system is initialized before calling
27 coding-system-eol-type.
28
29 2006-10-04 Carsten Dominik <dominik@science.uva.nl>
30
31 * textmodes/org.el (org-rm-props, org-activate-plain-links)
32 (org-activate-angle-links, org-activate-dates)
33 (org-activate-target-links, org-activate-camels)
34 (org-activate-tags): Add `rear-nonsticky' text property to avoid
35 textproperty keymaps from being active beyond the end of a line.
36 (org-unfontify-region): Also remove `rear-nonsticky' property.
37
38 2006-10-04 Kenichi Handa <handa@m17n.org>
39
40 * international/code-pages.el (next): Table fixed.
41
42 2006-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
43
44 * progmodes/sh-script.el (sh-prev-thing): Remove (forward-char 1) now
45 that it's been made unnecessary by removing narrowing.
46
47 2006-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
48
49 * progmodes/sh-script.el (sh-prev-thing): Massage to untangle the
50 control flow a bit, simplify another bit, and add comments.
51
52 2006-10-03 David Kastrup <dak@gnu.org>
53
54 * help.el (describe-mode): For clicks on mode-line, use "@"
55 interactive argument to get the major mode of the click instead of
56 the current buffer.
57
58 * isearch.el (isearch-mouse-2): Use new semantics of `key-binding'
59 in order to better redirect mouse-2 clicks. Also allow default
60 bindings to apply.
61
62 2006-10-03 Kim F. Storm <storm@cua.dk>
63
64 * emacs-lisp/cl.el (pushnew-internal): Remove defvar.
65 (pushnew): Fix last change.
66
67 2006-10-03 Denis St\e,A|\e(Bnkel <dstuenkel@googlemail.com> (tiny change)
68
69 * ibuf-ext.el (eval, view-and-eval) <define-ibuffer-op>:
70 Use the interactive spec of `eval-expression'.
71
72 2006-10-02 Michael Welsh Duggan <md5i@cs.cmu.edu>
73
74 * progmodes/sh-script.el (sh-prev-thing): Fix last change.
75
76 2006-10-02 MIYOSHI Masanori <miyoshi@meadowy.org> (tiny change)
77
78 * mail/smtpmail.el (smtpmail-try-auth-methods): Fix typo in
79 2006-09-28 commit.
80
81 2006-10-02 Kenichi Handa <handa@m17n.org>
82
83 * international/code-pages.el (iso-8859-6): Table fixed.
84
85 2006-10-01 Chris Moore <christopher.ian.moore@gmail.com> (tiny change)
86
87 * dired.el (dired-build-subdir-alist): Fix previous change.
88
89 2006-10-01 Johan Bockg\e,Ae\e(Brd <bojohan+mail@dd.chalmers.se>
90
91 * simple.el (undo-elt-crosses-region): Fix the inequalities.
92
93 2006-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
94
95 * emacs-lisp/find-func.el (find-function-regexp): Don't match
96 "define-button-type".
97
98 * pcvs.el (cvs-update-header): Fix handling of extra newlines so that
99 they don't keep accumulating.
100
101 2006-10-01 Bob Rogers <rogers-emacs@rgrjr.dyndns.org> (tiny change)
102
103 * ffap.el (ffap-rfc-path): Change the address of the RFC
104 repository to ftp.rfc-editor.org, as ds.internic.net seems to be gone.
105
106 2006-10-01 Stephen Berman <Stephen.Berman@gmx.net>
107
108 * allout.el (allout-expose-topic): Rectify implementation of "+"
109 spec, so that bodies are not exposed with headlines.
110
111 2006-10-01 Ken Manheimer <ken.manheimer@gmail.com>
112
113 * allout.el (allout-current-depth): Do aberrent check only at or
114 below doublecheck depth.
115 (allout-chart-subtree): Make it explicit that LEVELS being nil
116 means unlimited depth. Drop undocumented support for LEVELS value
117 t meaning unlimited depth. (This is consistent with
118 allout-chart-to-reveal, but contrary to allout-show-children,
119 which needs to use nil to default to depth of 1.)
120 (allout-goto-prefix-doublechecked): Wrap long docstring line.
121 (allout-chart-to-reveal): Be explicit in docstring about meaning
122 of nil LEVELS, and drop support for LEVELS value t.
123 (allout-show-children): Translate the level spec used by this
124 routine to that used by allout-chart-subtree and
125 allout-chart-to-reveal.
126 (allout-show-to-offshoot): Retry once when stuck, after opening
127 subtree - improvements in discontinuity handling likely will
128 enable progress.
129
130 2006-09-30 Chong Yidong <cyd@stupidchicken.com>
131
132 * wid-edit.el (widget-button-click-moves-point): New variable.
133 (widget-button-click): If widget-button-click-moves-point is
134 non-nil, set point after performing the button action
135
136 * cus-edit.el (custom-mode): Set widget-button-click-moves-point.
137
138 2006-09-30 Martin Rudalics <rudalics@gmx.at>
139
140 * files.el (find-file-existing): Modify to not allow wildcards.
141
142 2006-09-30 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
143
144 * simple.el (undo-more): When undo information for the region is
145 exhausted, say "No further undo information FOR REGION".
146
147 2006-09-30 Michael Welsh Duggan <md5i@cs.cmu.edu>
148
149 * progmodes/sh-script.el (sh-prev-thing):
150 Take `sh-leading-keywords' into account.
151
152 2006-09-29 Glenn Morris <rgm@gnu.org>
153
154 * custom.el (defcustom): Doc fix.
155
156 * calendar/calendar.el (european-calendar-style):
157 Call european-calendar or american-calendar as needed when set.
158 (diary-view-entries, list-calendar-holidays): Move autoloads
159 before use.
160
161 2006-09-29 Juri Linkov <juri@jurta.org>
162
163 * progmodes/cperl-mode.el (cperl-after-expr-p): Don't move point
164 to nil if there is no previous property change.
165
166 2006-09-26 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
167
168 * cus-edit.el (custom-save-all): Switch to emacs-lisp mode before
169 saving anything to be sure that `forward-sexp' behaves correctly.
170
171 2006-09-29 Chong Yidong <cyd@stupidchicken.com>
172
173 * simple.el (line-move-finish): Ignore field boundaries if the
174 initial and final points have the same `field' property.
175
176 2006-09-29 Kim F. Storm <storm@cua.dk>
177
178 * ido.el (ido-file-internal): Only bind minibuffer-completing-file-name
179 to t while calling ido-read-internal.
180
181 2006-09-29 Carsten Dominik <dominik@science.uva.nl>
182
183 * textmodes/org.el (org-file-remote-p): Get regexp from list.
184 (org-archive-subtree): Remove erraneous `]' from character list.
185
186 2006-09-28 Jonathan Yavner <jyavner@member.fsf.org>
187
188 * ses.el (ses-in-print-area, ses-goto-data, ses-load)
189 (ses-reconstruct-all): Make undo of "insert row" work by keeping
190 markers for data-area and parameters-area.
191
192 2006-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
193
194 * progmodes/make-mode.el (makefile-mode): Don't disable jit-lock.
195
196 * font-lock.el (font-lock-after-change-function): Refontify next line
197 as well if end is at BOL.
198 (font-lock-extend-jit-lock-region-after-change): Be more careful to
199 only extend the region as much as needed.
200
201 2006-09-28 Richard Stallman <rms@gnu.org>
202
203 * comint.el (comint-mode): Bind font-lock-defaults non-nil.
204
205 * subr.el (insert-for-yank-1): Handle `font-lock-face' specially.
206
207 * international/mule.el (after-insert-file-set-coding):
208 If VISIT, don't let set-buffer-multibyte make undo info.
209
210 2006-09-28 Osamu Yamane <yamane@green.ocn.ne.jp> (tiny change)
211
212 * mail/smtpmail.el (smtpmail-try-auth-methods): Do not break long
213 lines in base64-encoded authentication response.
214
215 2006-09-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
216
217 * progmode/ebnf2ps.el: Doc fix. Implement arrow spacing and scaling.
218 (ebnf-version): New version 4.3.
219 (ebnf-arrow-extra-width, ebnf-arrow-scale): New options.
220 (ebnf-prologue): Adjust PostScript programming.
221 (ebnf-begin-file, ebnf-insert-ebnf-prologue, ebnf-terminal-dimension1)
222 (ebnf-repeat-dimension, ebnf-except-dimension): Adjust code.
223
224 2006-09-26 Stefan Monnier <monnier@iro.umontreal.ca>
225
226 * jit-lock.el (jit-lock-force-redisplay): Rename from
227 jit-lock-fontify-again, and undo the mistaken change I've just done.
228
229 * jit-lock.el (jit-lock-fontify-now): Don't fontify the empty text.
230 (jit-lock-fontify-again): Don't refontify text that's not displayed.
231
232 2006-09-26 Kenichi Handa <handa@m17n.org>
233
234 * startup.el (display-splash-screen): Allow a prefix argument.
235
236 2006-09-25 Jason Rumney <jasonr@gnu.org>
237
238 * subr.el (shell-quote-argument): Use DOS logic for Windows
239 shells with DOS semantics.
240
241 2006-09-24 Richard Stallman <rms@gnu.org>
242
243 * progmodes/compile.el (compilation-goto-locus-delete-o): New fn.
244 (compilation-goto-locus): Use compilation-goto-locus-delete-o
245 to delete the overlay. Put it on pre-command-hook.
246
247 * emacs-lisp/timer.el (timer-max-repeats): Doc fix.
248
249 * startup.el (fancy-splash-screens, normal-splash-screen):
250 Call the splash buffer *About GNU Emacs*.
251
252 * simple.el (next-error-highlight, next-error-highlight-no-select):
253 Default to 0.5.
254 (yank-excluded-properties): Add `fontified'.
255
256 * font-lock.el (font-lock-compile-keywords): Allow value of
257 syntax-begin-function to enable paren-column-0 highlighting.
258
259 2006-09-24 Chris Moore <christopher.ian.moore@gmail.com> (tiny change)
260
261 * dired.el (dired-build-subdir-alist): When file ends in colon,
262 don't exit the loop, just disregard that file.
263
264 2006-09-24 Chong Yidong <cyd@stupidchicken.com>
265
266 * simple.el (line-move-finish): Handle corner case for fields in
267 continued lines.
268 (line-move-1): Remove flawed test for that case.
269
270 2006-09-24 Ken Manheimer <ken.manheimer@gmail.com>
271
272 * icomplete.el (icomplete-simple-completing-p): Use the correct
273 name for the new variable, `icomplete-with-completion-tables'.
274 (file local variables): Remove superfluous setting.
275
276 2006-09-23 Jeff Miller <jmiller@cablespeed.com> (tiny change)
277
278 * calendar/appt.el (appt-check): Fix typo for appointments just
279 after midnight.
280
281 2006-09-23 Chong Yidong <cyd@stupidchicken.com>
282
283 * help.el (describe-key-briefly, describe-key): Don't expect an
284 extra up event if a down-event is generated by a popup menu.
285
286 2006-09-23 Michal Nazarewicz <mnazarewicz@gmail.com> (tiny change)
287
288 * textmodes/ispell.el (ispell-change-dictionary): Don't check the
289 local dictionary when changing the global dictionary.
290
291 2006-09-23 Ken Manheimer <ken.manheimer@gmail.com>
292
293 * icomplete.el (icomplete-with-completion-tables): List of
294 specialized completion tables with which icomplete should
295 operate. Include the new `internal-complete-buffer', so icomplete
296 works with interactive buffer-selection.
297 (icomplete-simple-completing-p): Add acceptance of specialized
298 completion tables listed in icomplete-with-completion-tables.
299
300 2006-09-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
301
302 * frame.el (focus-follows-mouse): Set default to nil on Mac.
303
304 * startup.el (command-line): Use `custom-reevaluate-setting' for
305 `focus-follows-mouse'.
306
307 2006-09-22 Richard Stallman <rms@gnu.org>
308
309 * cus-edit.el (custom-buffer-create-internal): In `emacs -q',
310 explain why Save is not available.
311
312 2006-09-22 Juanma Barranquero <lekktu@gmail.com>
313
314 * woman.el (woman0-so): Use `let*', not `let'.
315 (woman-horizontal-line): Remove unbalanced parenthesis.
316
317 2006-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
318
319 * woman.el: Make sure all the end-of-region markers we use have
320 a non-nil insertion-type.
321 (woman0-so): Move things around so we can use copy-marker.
322 (woman0-roff-buffer, woman2-process-escapes-to-eol, woman2-roff-buffer):
323 Adjust marker type.
324 (woman2-process-escapes): Check marker type.
325 (woman-horizontal-line): Dispense with the use of a marker.
326
327 2006-09-22 Jay Belanger <belanger@truman.edu>
328
329 * calc/calc-lang.el: Add Greek letters to math-variable-table
330 property of tex.
331
332 2006-09-22 Chong Yidong <cyd@stupidchicken.com>
333
334 * files.el (save-some-buffers-action-alist): Display diff in view-mode.
335
336 2006-09-22 Masatake YAMATO <jet@gyve.org>
337
338 * add-log.el (add-log-current-defun): Use `forward-sexp'
339 instead of `forward-word' to pick c++::symbol.
340 Reported by Herbert Euler <herberteuler@hotmail.com>.
341
342 2006-09-22 Kenichi Handa <handa@m17n.org>
343
344 * bindings.el: Fix setting self-insert-command for multibyte
345 characters in global-map.
346
347 2006-09-21 David Kastrup <dak@gnu.org>
348
349 * mouse.el (mouse-posn-property): Fix typo for `event-start' in
350 doc string.
351
352 2006-09-21 Kenichi Handa <handa@m17n.org>
353
354 * language/european.el ("Latin-1"): Add windows-1252 to
355 coding-priority.
356 ("German"): Likewise.
357
358 2006-09-21 Kim F. Storm <storm@cua.dk>
359
360 * emacs-lisp/cl-macs.el (member*): Use memql instead of complex code.
361 Suggested by Miles Bader.
362
363 * emacs-lisp/cl.el (pushnew): Rework 2006-09-10 change. Use memql
364 instead of add-to-list in the simple case.
365
366 2006-09-20 Kenichi Handa <handa@m17n.org>
367
368 * isearch.el (isearch-process-search-char): Cancel the previous change.
369 (isearch-search-string): New function.
370 (isearch-search): Use isearch-search-string.
371 (isearch-lazy-highlight-search): Likewise.
372
373 2006-09-20 Vinicius Jose Latorre <viniciusjl@ig.com.br>
374
375 * lpr.el (lpr-page-header-switches): Insert `*' at beginning of doc
376 string to become an option.
377
378 2006-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
379
380 * files.el (find-buffer-visiting): Don't get fooled by a nil inode.
381
382 2006-09-20 Kim F. Storm <storm@cua.dk>
383
384 * simple.el (line-move-partial): Call pos-visible-in-window-p with
385 position t instead of trying both window-end and window-end - 1.
386
387 2006-09-20 Carsten Dominik <dominik@science.uva.nl>
388
389 * textmodes/org.el (org-scan-tags): Find end of subtrees also in
390 hidden trees.
391
392 2006-09-20 David Kastrup <dak@gnu.org>
393
394 * mouse.el (mouse-posn-property): Improve doc string.
395 (mouse-on-link-p): Change buffers for function calls on links.
396
397 * menu-bar.el (clipboard-yank): Bomb out in interactive use if
398 buffer is read-only.
399
400 2006-09-20 Ken Manheimer <ken.manheimer@gmail.com>
401
402 * allout.el (allout-unprotected): Let inhibit-read-only only when
403 buffer-read-only isn't set.
404 (allout-annotate-hidden): Enable topic annotation during copies even
405 when the buffer is read-only, eg for topic copies. Ensure that the loop
406 advances, even when the span extends beyond the deletion region.
407 (allout-toggle-subtree-encryption): Use allout-structure-added-hook
408 rather than allout-exposure-changed-hook, as a stronger assertion.
409 (allout-keybindings-list): Add bindings for
410 allout-copy-line-as-kill and allout-copy-topic-as-kill.
411 (allout-copy-line-as-kill, allout-copy-topic-as-kill):
412 Copy wrappers for allout-kill-line and allout-kill-topic.
413 (allout-listify-exposed): Position correctly to accumulate lines.
414
415 2006-09-19 Chong Yidong <cyd@stupidchicken.com>
416
417 * simple.el (line-move-1): Escape field boundaries occurring
418 exactly at point. Update goal column if constrained to a field.
419 (line-move-finish): Escape field boundaries occurring exactly at point.
420
421 2006-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
422
423 * mouse.el (mouse-on-link-p): Tentatively fix last change.
424 (mouse-drag-vertical-line): Remove unused var `wconfig'.
425
426 2006-09-19 Kim F. Storm <storm@cua.dk>
427
428 * help.el (describe-key-briefly, describe-key): Simplify printing
429 of descriptions by using format and %S. Fix "is undefined"
430 messages to say "at that spot" for mouse events.
431
432 * simple.el (line-move-partial): Optimize. Try window-line-height
433 before posn-at-point to get vpos of current line.
434
435 2006-09-18 Michael Kifer <kifer@cs.stonybrook.edu>
436
437 * viper.el: Bump up version/date of update to reflect the substantial
438 changes done in August 2006.
439
440 * viper-cmd (viper-next-line-at-bol): Make sure button-at, push-button
441 are defined.
442
443 * ediff-util.el (ediff-add-to-history): New function.
444
445 * ediff.el: Use ediff-add-to-history instead of add-to-history.
446
447 2006-09-18 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
448
449 * textmodes/conf-mode.el (conf-space-mode): Doc fix.
450 Delete duplicate make-local-variable form.
451 (conf-space-keywords): Add autoload cookie.
452 Fix typo (`keywords', not `keyword').
453
454 2006-09-18 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
455
456 * cus-start.el (all): Rename x-gtk-show-chooser-help-text to
457 x-gtk-file-dialog-help-text. Rename x-use-old-gtk-file-dialog
458 to x-gtk-use-old-file-dialog
459
460 2006-09-18 Richard Stallman <rms@gnu.org>
461
462 * wid-edit.el (widget-button-click): Handle non-mouse-motion events
463 that might come in during mouse tracking.
464
465 2006-09-18 Kim F. Storm <storm@cua.dk>
466
467 * simple.el (line-move-partial): Rework 2006-09-15 change to use
468 new window-line-height function. Further optimize by not calling
469 pos-visible-in-window-p for window-end when window-line-height
470 returns useful information.
471
472 2006-09-16 Richard Stallman <rms@gnu.org>
473
474 * textmodes/conf-mode.el (conf-mode-map): Use conf-space-keywords cmd.
475 (conf-space-mode): Don't handle prefix arg.
476 Delete conf-space-keywords-override code.
477 Use add-hook.
478 (conf-space-keywords): New command.
479 (conf-space-mode-internal): Be careful with imenu-generic-expression.
480 Delete conf-space-keywords-override code.
481 (conf-space-keywords-alist): Doc fix.
482 (conf-space-font-lock-keywords): Doc fix.
483 (conf-space-keywords-override): Var deleted.
484
485 2006-09-16 Chong Yidong <cyd@stupidchicken.com>
486
487 * startup.el (fancy-splash-screens): Don't switch to the scratch
488 buffer; it may not be the next buffer.
489
490 2006-09-16 Romain Francoise <romain@orebokech.com>
491
492 * saveplace.el (load-save-place-alist-from-file): Use expanded name
493 in both messages.
494
495 2006-09-16 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se>
496
497 * progmodes/python.el (python-preoutput-filter):
498 Fix arg order to string-match.
499
500 2006-09-16 Richard Stallman <rms@gnu.org>
501
502 * obsolete/fast-lock.el (fast-lock-cache-data): Provide 2nd arg to
503 font-lock-compile-keywords.
504
505 * font-lock.el (font-lock-compile-keywords): Rename optional arg
506 to SYNTACTIC-KEYWORDS and reverse the sense. All callers changed.
507
508 2006-09-16 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
509
510 * cus-start.el (all): Add x-gtk-show-chooser-help-text.
511
512 * select.el (xselect-convert-to-string): If UTF8_STRING is requested
513 and the data doesn't look like UTF8, send STRING instead.
514
515 2006-09-16 Agustin Martin <agustin.martin@hispalinux.es>
516
517 * textmodes/flyspell.el (flyspell-check-region-doublons):
518 New function to detect duplicated words.
519 (flyspell-large-region): Use it.
520
521 2006-09-16 Chong Yidong <cyd@stupidchicken.com>
522
523 * simple.el (line-move-to-column): Revert 2006-08-03 change.
524
525 2006-09-16 Eli Zaretskii <eliz@gnu.org>
526
527 * help.el (describe-prefix-bindings): Use let, not let*.
528
529 2006-09-16 Ken Manheimer <ken.manheimer@gmail.com>
530
531 * allout.el (allout-regexp, allout-line-boundary-regexp)
532 (allout-bob-regexp): Correct grouping and boundaries to fix
533 backwards traversal.
534 (allout-depth-specific-regexp, allout-depth-one-regexp):
535 New versions that exploit \\{M\\} regexp syntax, to avoid geometric or
536 worse time in allout-ascend.
537 (allout-doublecheck-at-and-shallower): Identify depth threshold
538 below which topics are checked for and disqualified by containment
539 discontinuities.
540 (allout-hotspot-key-handler): Correctly handle multiple-key
541 strokes. Remove some unused variables.
542 (allout-mode-leaders): Clarify that mode-specific comment-start
543 will be used.
544 (set-allout-regexp): Correctly regexp-quote allout regexps to
545 properly accept alternative header-leads and primary bullets with
546 regexp-specific characters (eg, C "/*", mathematica "(*").
547 Include new regular expressions among those configured.
548 (allout-infer-header-lead-and-primary-bullet):
549 Rename allout-infer-header-lead.
550 (allout-recent-depth): Manifest as a variable as well as a function.
551 (allout-prefix-data): Simplify into an inline instead of a macro,
552 assuming current match data rather than being explicitly passed
553 it. Establish allout-recent-depth value as well as
554 allout-recent-prefix-beginning and allout-recent-prefix-end.
555 (allout-aberrant-container-p): True when an item's immediate
556 offspring discontinuously contained. Useful for disqualifying
557 unintended topic prefixes, likely at low depths.
558 (allout-goto-prefix-doublechecked): Elaborate version of
559 allout-goto-prefix which disqualifies aberrant pseudo-items.
560 (allout-pre-next-prefix): Layer on top of lower-level routines, to
561 get disqualification of aberrant containers.
562 (allout-end-of-prefix, allout-end-of-subtree): Disqualify aberrant
563 containers.
564 (allout-beginning-of-current-entry): Position at start of buffer
565 when in container (depth 0) entry.
566 (nullify-allout-prefix-data): Invalidate allout-recent-* prefix data.
567 (allout-current-bullet): Strip text properties.
568 (allout-get-prefix-bullet): Use right match groups.
569 (allout-beginning-of-line, allout-next-heading):
570 Disqualify aberrant containers.
571 (allout-previous-heading): Disqualify aberrant containers, and
572 change to regular (rather than inline) function, to allow
573 self-recursion.
574 (allout-get-invisibility-overlay): Increment so progress is made
575 when the first overlay is not the sought one.
576 (allout-end-of-prefix): Disqualify aberrant containers.
577 (allout-end-of-line): Cycle something like allout-beginning-of-line.
578 (allout-mode): Make allout-old-style-prefixes (ie, enabling use with
579 outline.el outlines) functional again. Change the primary bullet
580 along with the header-lead - level 1 new-style bullets now work.
581 Engage allout-before-change-handler in mainline emacs, not just
582 xemacs, to do undo handling.
583 (allout-before-change-handler): Expose undo changes occurring in
584 hidden regions. Use allout-get-invisibility-overlay instead of
585 reimplementing it inline.
586 (allout-chart-subtree): Use start rather than end of prefix in
587 charts. Use allout-recent-depth variable.
588 (allout-chart-siblings): Disqualify aberrant topics.
589 (allout-beginning-of-current-entry): Position correctly.
590 (allout-ascend): Use new allout-depth-specific-regexp and
591 allout-depth-one-regexp for linear instead of O(N^2) or worse
592 behavior.
593 (allout-ascend-to-depth): Depend on allout-ascend, rather than
594 reimplementing an algorithm.
595 (allout-up-current-level): Depend on allout-ascend, rather than
596 reimplementing an algorithm. Return to start-point if we fail.
597 (allout-descend-to-depth): Use allout-recent-depth variable
598 instead of function.
599 (allout-next-sibling): On traversal of numerous intervening
600 topics, resort to economical allout-next-sibling-leap.
601 (allout-next-sibling-leap): Specialized version of
602 allout-next-sibling that uses allout-ascend cleverly, to depend on
603 a regexp search to leap large numbers of contained topics, rather
604 than arbitrarily many one-by-one traversals.
605 (allout-next-visible-heading): Disqualify aberrant topics.
606 (allout-previous-visible-heading): Position consistently when
607 interactive.
608 (allout-forward-current-level): Base on allout-previous-sibling
609 rather than (differently) reimplmenting the algorithm. Remove some
610 unused variables.
611 (allout-solicit-alternate-bullet): Present default choice stripped
612 of text properties.
613 (allout-rebullet-heading): Use bullet stripped of text properties.
614 Register changes using allout-exposure-change-hook.
615 Disregard aberrant topics.
616 (allout-shift-in): With universal-argument, make topic a peer of
617 it's former offspring. Simplify the code by separating out
618 allout-shift-out functionality.
619 (allout-shift-out): With universal-argument, make offspring peers
620 of their former container, and its siblings. Implement the
621 functionality here, rather than inappropriately muddling the
622 implementation of allout-shift-in.
623 (allout-rebullet-topic): Respect additional argument for new
624 parent-child separation function.
625 (allout-yank-processing): Use allout-ascend directly.
626 (allout-show-entry): Disqualify aberrant topics.
627 (allout-show-children): Handle discontinuous children gracefully,
628 extending the depth being revealed to expose them and posting a
629 message indicating the situation.
630 (allout-show-to-offshoot): Remove obsolete and incorrect comment.
631 Leave cursor in correct position.
632 (allout-hide-current-subtree): Use allout-ascend directly.
633 Disqualify aberrant topics.
634 (allout-kill-line, allout-kill-topic): Preserve exposure layout in
635 a way that the yanks can restore it, as used to happen.
636 (allout-yank-processing): Restore exposure layout as recorded by
637 allout-kill-*, as used to happen.
638 (allout-annotate-hidden, allout-hide-by-annotation): New routines
639 for preseving and restoring exposure layout across kills.
640 (allout-toggle-subtree-encryption): Run allout-exposure-change-hook.
641 (allout-encrypt-string): Strip text properties.
642 Rearranged order and outline-headings for some of the
643 miscellaneous functions.
644 (allout-resolve-xref): No need to quote the error name in the
645 condition-case handler section.
646 (allout-flatten): Classic recursive (and recursively intensive,
647 without tail-recursion) list-flattener, needed by allout-shift-out
648 when confronted with discontinuous children.
649
650 2006-09-16 Jason Rumney <jasonr@gnu.org>
651
652 * dnd.el (dnd-open-remote-file-function): Use dnd-open-local-file
653 on ms-windows.
654 (dnd-open-unc-file): Remove.
655 (dnd-open-local-file): Mention in doc string that it also handles
656 remote files if the system natively supports unc file-names.
657
658 2006-09-15 Kim F. Storm <storm@cua.dk>
659
660 * help.el (describe-key): Handle C-h k in *Help* buffer; collect
661 all necessary information about the event before erasing *Help*.
662
663 * simple.el (line-move-partial): Use window-line-visiblity to
664 quickly check whether last line is partially visible, and only do
665 the hard (and slow) part in that case.
666
667 2006-09-15 Jay Belanger <belanger@truman.edu>
668
669 * COPYING: Replace "Library Public License" by "Lesser Public
670 License" throughout.
671
672 2006-09-15 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
673
674 * term/x-win.el (x-menu-bar-open): New function for F10.
675
676 2006-09-15 Chong Yidong <cyd@stupidchicken.com>
677
678 * progmodes/compile.el (compilation-error-regexp-alist-alist):
679 Disallow filenames containing " -" to avoid confusion with libtool
680 compilation messages. Suggested by Stefan Monnier.
681
682 2006-09-15 David Kastrup <dak@gnu.org>
683
684 * mouse-sel.el (mouse-sel-follow-link-p): Use event position
685 instead of buffer position for `mouse-on-link-p'.
686
687 * mouse.el (mouse-posn-property): New function looking up the
688 properties at a click position in overlays and text properties in
689 either buffer or strings.
690 (mouse-on-link-p): Use `mouse-posn-property' to streamline lookup
691 of both `follow-link' as well as `mouse-face' properties.
692 (mouse-drag-track): Check `mouse-on-link-p' on event position, not
693 buffer position.
694
695 * help.el (describe-key-briefly): When reading a down-event on
696 mode lines or scroll bar, swallow the following up event, too.
697 Use the new mouse sensitity of `key-binding' for lookup.
698 (describe-key): The same here.
699
700 2006-09-15 Juanma Barranquero <lekktu@gmail.com>
701
702 * play/life.el (life-patterns): Add a few more interesting patterns.
703 (life-setup): Force `show-trailing-whitespace' to nil.
704
705 2006-09-14 Richard Stallman <rms@gnu.org>
706
707 * startup.el (fancy-splash-text): Change text to improve alignment.
708 (fancy-splash-screens): Don't set non-standard tab width.
709 Bind cursor-type temporarily, and make it easy to patch to
710 preserve the splash buffer.
711 (normal-splash-screen, fancy-splash-tail): Spell out "Meta-x".
712 (fancy-splash-screens): Display echo-area message explicitly.
713 Don't set fancy-splash-help-echo.
714
715 * simple.el (line-number-mode): Group mode-line instead of
716 editing-basics.
717 (column-number-mode, size-indication-mode): Likewise.
718
719 * faces.el (mode-line-faces): Group mode-line instead of modeline.
720
721 * time.el (display-time): Group mode-line instead of modeline.
722
723 * cus-edit.el (mode-line): Rename from modeline. All uses changed.
724
725 2006-09-14 Chong Yidong <cyd@stupidchicken.com>
726
727 * startup.el (fancy-splash-text): Move editing instructions to
728 fancy-splash-head.
729 (fancy-splash-head): Issue editing instructions.
730 (fancy-splash-screens): Fixup whitespace.
731
732 2006-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
733
734 * bindings.el (mode-line-buffer-identification-keymap):
735 Remove duplicate line.
736
737 2006-09-14 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
738
739 * ido.el (ido-ignore-item-p): Allow any kind of functions in
740 ignore lists.
741
742 2006-09-14 Kim F. Storm <storm@cua.dk>
743
744 * jit-lock.el (jit-lock-fontify-again): New function.
745 (jit-lock-fontify-now): Use it instead of lambda form.
746
747 2006-09-13 Agustin Martin <agustin.martin@hispalinux.es>
748
749 * textmodes/flyspell.el (flyspell-word, flyspell-correct-word)
750 (flyspell-auto-correct-word): Make ispell-filter local to these
751 functions. Check that ispell-filter has new stuff before calling
752 ispell-parse-output.
753
754 2006-09-13 Kim F. Storm <storm@cua.dk>
755
756 * simple.el (line-move-partial): Optimize.
757
758 2006-09-13 Richard Stallman <rms@gnu.org>
759
760 * thingatpt.el (thing-at-point-bounds-of-url-at-point):
761 Delete spurious backquote.
762
763 2006-09-07 Ryan Yeske <rcyeske@gmail.com>
764
765 * net/rcirc.el (rcirc-print): Fix last change.
766
767 2006-09-12 Jay Belanger <belanger@truman.edu>
768
769 * calc/calc.el (calc-dispatch): Remove unnecessary `sit-for'.
770
771 2006-09-07 Ryan Yeske <rcyeske@gmail.com>
772
773 * net/rcirc.el (rcirc-scroll-show-maximum-output): Rename from
774 rcirc-show-maximum-output.
775 (rcirc-mode): Remove window-scroll-function hook.
776 (rcirc-scroll-to-bottom): Remove function.
777 (rcirc-print): Recenter so point stays at the bottom of the window
778 if point was already there.
779
780 2006-09-12 Paul Eggert <eggert@cs.ucla.edu>
781
782 * comint.el (comint-exec-1): Set EMACS to the full name of Emacs,
783 not to "t".
784 * progmodes/compile.el (compilation-start): Likewise.
785 * progmodes/idlwave.el (idlwave-rescan-asynchronously):
786 Don't use expand-file-name on invocation-directory, since this
787 might mishandle special characters in invocation-directory.
788
789 2006-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
790
791 * pcvs-defs.el: Remove * in defcustom's docstrings.
792
793 2006-09-12 Nick Roberts <nickrob@snap.net.nz>
794
795 * progmodes/compile.el (compilation-directory-properties):
796 Doc fix for help-echo.
797
798 2006-09-12 Lars Hansen <larsh@soem.dk>
799
800 * desktop.el (desktop-read): Add comment.
801
802 2006-09-12 Kim F. Storm <storm@cua.dk>
803
804 * simple.el (next-error-highlight, next-error-highlight-no-select):
805 Fix spelling error.
806
807 * subr.el (sit-for): Rework to use input-pending-p and cond.
808 Return nil input is pending on entry also for SECONDS <= 0.
809 (while-no-input): Use input-pending-p instead of sit-for.
810
811 2006-09-11 Richard Stallman <rms@gnu.org>
812
813 * simple.el (next-error-highlight, next-error-highlight-no-select):
814 Fix custom type and doc strings.
815
816 2006-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
817
818 * diff-mode.el (diff-apply-hunk-to-backup-file): New var.
819 (diff-apply-hunk): Use it to ask for confirmation.
820
821 2006-09-11 Reiner Steib <Reiner.Steib@gmx.de>
822
823 * emacs-lisp/cl.el (pushnew): Add missing `,'.
824
825 2006-09-11 David Kastrup <dak@gnu.org>
826
827 * help.el (string-key-binding, describe-key-briefly)
828 (describe-key): Remove `string-key-binding' and its callers since
829 `key-binding' already caters for the proper lookup now.
830
831 2006-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
832
833 * progmodes/cfengine.el (cfengine-font-lock-syntactic-keywords): Newvar.
834 (cfengine-mode): Use it. Fix \ syntax to be like /.
835
836 * bindings.el (mode-line-buffer-identification-keymap):
837 Move initialization into declaration.
838
839 2006-09-10 Kim F. Storm <storm@cua.dk>
840
841 * ido.el (ido-edit-input, ido-complete, ido-take-first-match)
842 (ido-push-dir-first, ido-kill-buffer-at-head, ido-exhibit)
843 (ido-delete-file-at-head): Pass head of ido-matches through ido-name
844 in case of merged directories. Reported by Micha\e,Ak\e(Bl Cadilhac.
845
846 2006-09-10 Richard Stallman <rms@gnu.org>
847
848 * dired-aux.el: Handle errors in recursive copy usefully.
849 (dired-create-files-failures): New variable.
850 (dired-copy-file): Remove condition-case.
851 (dired-copy-file-recursive): Check for errors on all file
852 operations, and add them to dired-create-files-failures.
853 Check file file-date-erorr here too.
854 (dired-create-files): Check dired-create-files-failures
855 and report those errors too.
856
857 * emacs-lisp/cl.el (pushnew): Use add-to-list when convenient.
858
859 * subr.el (add-to-list): New argument COMPARE-FN.
860
861 2006-09-10 Reiner Steib <Reiner.Steib@gmx.de>
862
863 * filecache.el (file-cache-add-directory)
864 (file-cache-add-directory-list, file-cache-add-file)
865 (file-cache-add-directory-using-find)
866 (file-cache-add-directory-using-locate)
867 (file-cache-add-directory-recursively): Add autoloads.
868
869 2006-09-09 Richard Stallman <rms@gnu.org>
870
871 * textmodes/conf-mode.el (conf-space-mode):
872 Use hack-local-variables-hook instead of calling hack-local-variables.
873 (conf-space-keywords-override): New variable.
874 (conf-space-mode-internal): New subroutine. Reinit Font Lock mode.
875 (conf-space-mode): Always make conf-space-keywords and
876 conf-space-keywords-override local.
877 Call conf-space-mode-internal directly as well as via hook.
878
879 2006-09-09 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
880
881 * progmodes/python.el (python-font-lock-keywords): Add `self' and other
882 quasi-keywords.
883
884 2006-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
885
886 * progmodes/python.el: Quieten the compiler about hippie-expand vars.
887 (python-send-string): Be slightly more careful about adding \n.
888
889 * startup.el (normal-splash-screen): Don't display the buffer if we'll
890 kill it right away anyway.
891
892 2006-09-09 Eli Zaretskii <eliz@gnu.org>
893
894 * international/codepage.el (cp850-decode-table): Fix a few codes.
895 (cp858-decode-table): New variable.
896
897 2006-09-09 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
898
899 * net/ldap.el (ldap-search-internal): Doc fix.
900
901 2006-09-09 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
902
903 * play/life.el (life-display-generation): Test for input manually if
904 `sleeptime' is negative or null.
905
906 * lpr.el (lpr-page-header-switches): Page title switch is one of them.
907 (print-region-1): Substitute `%s' with the page title.
908
909 2006-09-09 Matt Hodges <MPHodges@member.fsf.org>
910
911 * locate.el (locate-current-search): New variable.
912 (locate): Set buffer local value. Use current buffer if it is
913 in Locate mode.
914 (locate-mode): Disable undo here.
915 (locate-do-setup): Use locate-current-filter from buffer to be killed.
916 (locate-update): Use locate-current-search and locate-current-filter.
917
918 2006-09-08 David Kastrup <dak@gnu.org>
919
920 * desktop.el (desktop-read): When loading a desktop, disable
921 saving it while the load progresses, and switch off a pending lazy
922 load by calling `desktop-lazy-abort'.
923
924 2006-08-27 Martin Rudalics <rudalics@gmx.at>
925
926 * window.el (mouse-autoselect-window-timer)
927 (mouse-autoselect-window-position)
928 (mouse-autoselect-window-window)
929 (mouse-autoselect-window-now): New vars.
930 (mouse-autoselect-window-cancel)
931 (mouse-autoselect-window-select)
932 (mouse-autoselect-window-start): New functions.
933 (handle-select-window): Call `mouse-autoselect-window-start' when
934 delayed window autoselection is enabled.
935
936 * cus-start.el (mouse-autoselect-window): Handle delayed window
937 autoselection.
938
939 * emacs-lisp/eldoc.el: Add `handle-select-window' to the set of
940 commands after which it is allowed to print in the echo area.
941
942 2006-09-08 Richard Stallman <rms@gnu.org>
943
944 * textmodes/fill.el (adaptive-fill-regexp): Don't match `(1)' or `1.'
945
946 * mail/rmail.el (rmail-get-new-mail): Say whether all msgs are spam.
947 (rmail-convert-to-babyl-format): Don't record undo, leave list empty.
948
949 * emacs-lisp/timer.el (timer-create, timer-activate): Doc fixes.
950 (cancel-timer-internal): Add doc string.
951 (cancel-function-timers): Doc fix.
952 (with-timeout-handler, timer-event-last*): Add doc strings.
953
954 * emacs-lisp/bindat.el (bindat-unpack): Doc fix.
955
956 * files.el (risky-local-variable-p): Match ...-bindat-spec.
957
958 * dired.el (dired-log-summary): Add doc string.
959
960 * cus-edit.el (custom-menu-create): Bind deactivate-mark here
961 (custom-group-menu-create): Not here.
962
963 2006-09-08 Carsten Dominik <dominik@science.uva.nl>
964
965 * textmodes/org.el (org-dblock-write:clocktable): Avoid infinite loop.
966
967 2006-09-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
968
969 * term/mac-win.el: (show-hide-font-panel): New HI command ID symbol.
970 (mac-apple-event-map): Define its handler.
971
972 2006-09-07 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
973
974 * net/ldap.el (ldap-search-internal): Handle `auth' key.
975
976 2006-09-07 Magnus Henoch <mange@freemail.hu>
977
978 * net/rcirc.el (rcirc-activity-string): Don't quote value in case
979 clause.
980
981 2006-09-07 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
982
983 * info.el (Info-index): Bind completion-ignore-case.
984
985 2006-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
986
987 * progmodes/prolog.el (inferior-prolog-flavor): New var left out of
988 previous commit.
989 (inferior-prolog-guess-flavor): New fun left out of previous commit.
990 (prolog-consult-region-and-go): Don't hard code "*prolog*" and don't
991 burp in dedicated windows.
992 (inferior-prolog-self-insert-command): New command.
993 (inferior-prolog-mode-map): Use it.
994
995 2006-09-07 Reiner Steib <Reiner.Steib@gmx.de>
996
997 * international/latexenc.el (latex-inputenc-coding-alist): Add cp858.
998
999 * international/code-pages.el: Add cp858.
1000
1001 2006-09-07 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1002
1003 * dnd.el: Fix bootstrapping.
1004
1005 2006-09-07 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1006
1007 * dnd.el (dnd-protocol-alist): Add what url-handler-mode can handle.
1008 (dnd-open-remote-url): New function.
1009 (dnd-open-remote-file-function): Set to dnd-open-remote-url if
1010 not windows-nt.
1011
1012 2006-09-07 Jason Rumney <jasonr@gnu.org>
1013
1014 * dnd.el (dnd-open-remote-file-function): New variable.
1015 (dnd-open-unc-file): New function.
1016 (dnd-open-file): Call dnd-open-remote-file-function if set.
1017
1018 2006-09-06 Daiki Ueno <ueno@unixuser.org>
1019
1020 * pgg-gpg.el (pgg-gpg-process-region): Encode passphrase with
1021 pgg-passphrase-coding-system rather than locale-coding-system.
1022 * pgg-def.el (pgg-passphrase-coding-system): New user option.
1023
1024 2006-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
1025
1026 * progmodes/prolog.el: Remove * in docstrings.
1027 (prolog-program-name): Add SWI prolog.
1028 (prolog-mode-menu): New menu.
1029 (prolog-mode): Set comment-add.
1030 (prolog-indent-line): Simplify. Use indent-line-to.
1031 (inferior-prolog-buffer): New var.
1032 (inferior-prolog-run, inferior-prolog-process): New funs.
1033 (run-prolog, switch-to-prolog): Rewrite, using them.
1034 (prolog-consult-region): Use inferior-prolog-buffer.
1035 (inferior-prolog-load-file): New function.
1036 (prolog-mode-map): Add bindings for load-file and switch-to-prolog.
1037
1038 * textmodes/fill.el (fill-single-word-nobreak-p): Allow breaking before
1039 last word, if it's not the end of the paragraph.
1040
1041 * files.el (abbreviate-file-name): Don't mistakenly match newlines in
1042 file name.
1043
1044 2006-09-06 Ralf Angeli <angeli@caeruleus.net>
1045
1046 * frame.el (display-mm-dimensions-alist): New defcustom.
1047 (display-mm-height, display-mm-width): Use it.
1048
1049 2006-09-06 Simon Josefsson <jas@extundo.com>
1050
1051 * mail/smtpmail.el (smtpmail-starttls-credentials): Doc fix.
1052
1053 2006-09-06 Nick Roberts <nickrob@snap.net.nz>
1054
1055 * progmodes/gdb-ui.el (gdb-var-list-children-regexp)
1056 (gdb-var-list-children-regexp-1): Tweak regexps to catch full
1057 string values.
1058
1059 2006-09-06 Kim F. Storm <storm@cua.dk>
1060
1061 * simple.el (line-move-partial): New function to do vscrolling for
1062 partially visible images / tall lines. Rewrite based on code
1063 previously in line-move. Simplify backwards vscrolling.
1064 (line-move): Use it. Simplify.
1065
1066 2006-09-05 Kim F. Storm <storm@cua.dk>
1067
1068 * emulation/cua-base.el (cua--pre-command-handler-1): Rewrite.
1069
1070 2006-09-05 Chong Yidong <cyd@stupidchicken.com>
1071
1072 * progmodes/compile.el (compilation-error-regexp-alist-alist):
1073 Process the `gcc-include' after the `gnu' rule.
1074
1075 2006-09-05 Kim F. Storm <storm@cua.dk>
1076
1077 * ido.el (ido-visit-buffer): Use buffer name if buffer arg is a buffer.
1078
1079 2006-09-05 Daiki Ueno <ueno@unixuser.org>
1080
1081 * pgg.el (pgg-clear-string): Alias to clear-string for backward
1082 compatibility.
1083
1084 * pgg-gpg.el (pgg-gpg-process-region): Avoid display blinking with
1085 inhibit-redisplay; encode passphrase with locale-coding-system.
1086
1087 2006-09-04 Dan Nicolaescu <dann@ics.uci.edu>
1088
1089 * term/xterm.el (terminal-init-xterm): Add more C-M- bindings.
1090
1091 2006-09-05 Nick Roberts <nickrob@snap.net.nz>
1092
1093 * progmodes/gdb-ui.el (gdb-var-list-children-regexp)
1094 (gdb-var-list-children-regexp): Make type field optional.
1095
1096 * progmodes/gud.el (gud-speedbar-buttons): Allow for no type
1097 e.g public, protected in C++.
1098
1099 2006-09-04 John Paul Wallington <jpw@pobox.com>
1100
1101 * simple.el (completion-show-help): New defcustom.
1102 (completion-setup-function): Heed it.
1103
1104 2006-09-04 Dan Nicolaescu <dann@ics.uci.edu>
1105
1106 * term/xterm.el (terminal-init-xterm): Add C-M- bindings.
1107
1108 2006-09-04 Richard Stallman <rms@gnu.org>
1109
1110 * mail/rmail-spam-filter.el (rsf-scanning-messages-now): Doc fix.
1111 (rsf-min-region-to-spam-list): Doc fix.
1112 (rsf-add-content-type-field): Doc fix.
1113
1114 * simple.el (kill-region): Explicitly test there is a region.
1115
1116 2006-09-04 Chong Yidong <cyd@stupidchicken.com>
1117
1118 * mail/feedmail.el (feedmail-buffer-to-sendmail): Look for
1119 sendmail in several common directories.
1120
1121 * mail/sendmail.el (sendmail-program): Moved here from paths.el.
1122
1123 * paths.el (sendmail-program): Removed.
1124
1125 2006-09-04 Daiki Ueno <ueno@unixuser.org>
1126
1127 * pgg-gpg.el (pgg-gpg-process-region): Revert two patches from Satyaki
1128 Das. http://article.gmane.org/gmane.emacs.gnus.general/49947
1129 http://article.gmane.org/gmane.emacs.gnus.general/50457
1130
1131 2006-09-03 Chong Yidong <cyd@stupidchicken.com>
1132
1133 * cus-edit.el (custom-group-menu-create): Avoid deactivating the
1134 mark after running the menu filter.
1135
1136 2006-09-03 Juri Linkov <juri@jurta.org>
1137
1138 * international/quail.el (quail-defrule-internal): Add a check
1139 if a key is a vector.
1140
1141 2006-09-02 Juri Linkov <juri@jurta.org>
1142
1143 * man.el (Man-topic-history): New variable.
1144 (man): Use it.
1145
1146 * woman.el (woman-topic-history): Change defvar to defvaralias
1147 for symbol `Man-topic-history'.
1148
1149 * shell.el (shell-filter-ctrl-a-ctrl-b): Check if
1150 `comint-last-output-start' is a marker by using `markerp' and
1151 check if it has a position by using `marker-position', and use
1152 this position for `goto-char'.
1153
1154 * international/quail.el (quail-defrule-internal): Add missing
1155 `error' call for null key.
1156
1157 2006-09-02 Ryan Yeske <rcyeske@gmail.com>
1158
1159 * rcirc.el (rcirc-keywords): New variable.
1160 (rcirc-bright-nicks, rcirc-dim-nicks): New variables.
1161 (rcirc-bright-nick-regexp, rcirc-dim-nick-regexp): Remove
1162 variables.
1163 (rcirc-responses-no-activity): New function.
1164 (rcirc-handler-generic): Check for responses in above.
1165 (rcirc-process-command): Add ?: character to arguments of raw
1166 server commands.
1167 (rcirc-format-response-string): Use `rcirc-bright-nicks' and
1168 `rcirc-dim-nicks'.
1169 (rcirc-gray-toggle): Remove unused variable.
1170 (rcirc-print): Remove some tracking logic, which is moved into
1171 markup functions.
1172 (rcirc-activity-types): Was `rcirc-activity-type', now a list of
1173 types.
1174 (rcirc-activity-string): Look for 'keyword in activity-types.
1175 (rcirc-window-configuration-change): Don't erase overlay-arrow
1176 unnecessarily.
1177 (rcirc-add-or-remove): New function.
1178 (rcirc-cmd-ignore): Use it.
1179 (rcirc-message-leader): Remove unused function.
1180 (rcicr-cmd-bright, rcirc-cmd-dim, rcirc-cmd-keyword): New commands.
1181 (rcirc-add-face): New function.
1182 (rcirc-facify): Use rcirc-add-face.
1183 (rcirc-url-regexp): Add parens.
1184 (rcirc-map-regexp): Remove function.
1185 (rcirc-mangle-regexp): Remove function.
1186 (rcirc-markup-text-functions): New variable.
1187 (rcirc-markup-text): New function (replaces `rcirc-mangle-text').
1188 (rcirc-markup-body-text, rcirc-markup-attributes)
1189 (rcirc-markup-my-nick, rcirc-markup-urls, rcirc-markup-keywords)
1190 (rcirc-markup-bright-nicks): New markup handler functions.
1191 (rcirc-nick-in-message-full-line): New face.
1192 (rcirc-track-nick): Rename from `rcirc-mode-line-nick'.
1193 (rcirc-track-keyword, rcirc-url, rcirc-keyword): New faces.
1194
1195 2006-09-02 Martin Rudalics <rudalics@gmx.at>
1196
1197 * cus-start.el (hscroll-margin, hscroll-step)
1198 (mode-line-in-non-selected-windows, mouse-autoselect-window)
1199 (x-use-underline-position-properties): Change version to "22.1"
1200 since they will appear there for the first time.
1201
1202 2006-09-01 Chong Yidong <cyd@stupidchicken.com>
1203
1204 * imenu.el (imenu-update-menubar): Use buffer-chars-modified-tick.
1205
1206 2006-08-31 Richard Stallman <rms@gnu.org>
1207
1208 * cus-edit.el (custom-save-variables): Slight cleanup.
1209 (Custom-no-edit): Renamed from custom-no-edit.
1210 (Custom-newline): Renamed from custom-newline.
1211 (custom-mode-map): Use new names.
1212
1213 * emacs-lisp/easy-mmode.el (define-minor-mode): Reference manual
1214 about customization, rather than M-x customize, in the doc string
1215 made for the defcustom.
1216
1217 * emacs-lisp/trace.el (trace-function-background): Doc fix.
1218
1219 2006-08-31 Romain Francoise <romain@orebokech.com>
1220
1221 * dired-x.el (dired-guess-shell-alist-default): Update.
1222
1223 2006-08-31 Michael Mauger <mmaug@yahoo.com>
1224
1225 * custom.el (custom-theme-set-variables): Autoload packages before
1226 sorting the variables.
1227
1228 2006-08-30 Michael Kifer <kifer@cs.stonybrook.edu>
1229
1230 * viper-cmd.el (viper-special-read-and-insert-char): Convert events to
1231 chars if XEmacs.
1232 (viper-after-change-undo-hook): Check if undo-in-progress is bound.
1233
1234 2006-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
1235
1236 * progmodes/python.el (python-eldoc-function): Re-enable quit while
1237 waiting for process.
1238
1239 2006-08-30 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1240
1241 * term/mac-win.el (mac-string-to-utxt): If adjustment for MacJapanese
1242 results in ASCII-only string, encode original one directly.
1243
1244 2006-08-29 Romain Francoise <romain@orebokech.com>
1245
1246 * startup.el (normal-splash-screen, fancy-splash-screens):
1247 Make buffer read-only and arrange to enter view mode if necessary.
1248
1249 2006-08-29 Chong Yidong <cyd@stupidchicken.com>
1250
1251 * hl-line.el (hl-line): New face.
1252 (hl-line-face): Use it.
1253
1254 * image-mode.el (image-mode): Fix last fix.
1255 Suggested by Kim F. Storm.
1256
1257 2006-08-29 Michael Albinus <michael.albinus@gmx.de>
1258
1259 Sync with Tramp 2.0.54.
1260
1261 * net/tramp.el (tramp-convert-file-attributes): Call `eql' instead
1262 of `=', because `tramp-get-remote-gid' might not always return an
1263 integer when expected.
1264 (tramp-register-file-name-handlers): `partial-completion-mode' is
1265 unknown to XEmacs.
1266 (tramp-time-diff): Don't use `floor', it might fail for large
1267 differences.
1268 (tramp-handle-make-auto-save-file-name): For Emacs 21, set
1269 `tramp-auto-save-directory' if unset in order to guarantee unique
1270 auto-save file names.
1271
1272 2006-08-28 Chong Yidong <cyd@stupidchicken.com>
1273
1274 * image-mode.el (image-mode): Display image as text on a terminal.
1275
1276 2006-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
1277
1278 * progmodes/python.el (python-send-command): Simplify.
1279 (run-python): Don't generate a new buffer unless `new' was specified.
1280 Make sure we send `import emacs' to the proper process.
1281
1282 * progmodes/python.el (python-send-command): Don't wait for the command
1283 to terminate. Don't fiddle with compilation-parsing-end.
1284
1285 2006-08-28 Chong Yidong <cyd@stupidchicken.com>
1286
1287 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
1288 Insert commentary after first line summary.
1289
1290 * woman.el (woman-follow): New function, based on `man-follow'.
1291 (woman-mode-map): Use it.
1292
1293 * ibuffer.el (ibuffer-do-sort-by-recency): Perform full update
1294 since ibuffer-do-sort-by-recency does not define a sorter.
1295
1296 2006-08-28 Kim F. Storm <storm@cua.dk>
1297
1298 * find-dired.el (find-dired): Use shell-quote-argument to properly
1299 escape ( and ) args. Also use it on {} and ; args in default
1300 value of find-ls-option string.
1301 (find-grep-dired): Use shell-quote-argument on {} and ; args.
1302
1303 2006-08-27 Michael Olson <mwolson@gnu.org>
1304
1305 * emacs-lisp/tq.el: Small grammar fix in comments.
1306 (tq-enqueue): Check for existence of queue rather than the
1307 head queue item's question, which was a no-op.
1308 (tq-filter, tq-process-buffer): Make sure the process buffer
1309 exists before making it the current buffer.
1310
1311 2006-08-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1312
1313 * term/mac-win.el (mac-apple-event-map): Rename hicommand to hi-command.
1314 (mac-dnd-drop-data): Apply 2006-08-22 change for x-dnd-drop-data.
1315 (special-event-map): Apply 2006-08-16 change for x-win.el.
1316
1317 2006-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
1318
1319 * progmodes/python.el (python-send-receive): Wait in the
1320 process's buffer so as to check the right buffer-local variables.
1321
1322 2006-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
1323
1324 * emacs-lisp/checkdoc.el: Remove * in defcustoms.
1325 (defgroup checkdoc): Move to beginning.
1326
1327 * progmodes/python.el (python-preoutput-skip-next-prompt): New var.
1328 (python-preoutput-continuation): Remove.
1329 (python-preoutput-filter): Simplify correspondingly.
1330 Remove handling of _emacs_ok. Make sure we skip _emacs_out's prompts.
1331 Loop around to catch embedded _emacs_out output.
1332 (run-python): Send the import&print command on a single line.
1333 (python-send-command): Send command&print on a single line.
1334 (python-send-string): Only add double \n if needed.
1335 (python-send-receive): Loop until the result comes.
1336 (python-mode-running): Defvar it.
1337 (python-setup-brm): Remove unused var `menu'.
1338 Only bind py-mode-map and `features' around brm-init.
1339 (python-calculate-indentation): Remove unused var `point'.
1340 (python-beginning-of-defun): Remove unused var `def-line'.
1341
1342 2006-08-25 Richard Stallman <rms@gnu.org>
1343
1344 * kmacro.el (kmacro-repeat-on-last-key): Doc fix.
1345
1346 2006-08-25 Michael Kifer <kifer@cs.stonybrook.edu>
1347
1348 * viper.el (viper-set-hooks): Use frame bindings for
1349 viper-vi-state-cursor-color.
1350 (viper-non-hook-settings): Don't set default
1351 mode-line-buffer-identification.
1352
1353 * viper-util.el (viper-set-cursor-color-according-to-state): New fun.
1354 (viper-set-cursor-color-according-to-state)
1355 (viper-get-saved-cursor-color-in-replace-mode)
1356 (viper-get-saved-cursor-color-in-insert-mode): Make conditional on
1357 viper-emacs-state-cursor-color.
1358
1359 * viper-cmd.el (viper-envelop-ESC-key): Bug fix.
1360 (viper-undo): Use point if undo-beg-posn is nil.
1361 (viper-insert-state-post-command-sentinel, viper-change-state-to-emacs)
1362 (viper-after-change-undo-hook): Don't use
1363 viper-emacs-state-cursor-color by default.
1364 (viper-undo): More sensible positioning after undo.
1365
1366 * viper-ex.el (ex-splice-args-in-1-letr-cmd): Get rid of caddr.
1367 (viper-emacs-state-cursor-color): Default to nil, since this feature
1368 doesn't work well yet.
1369
1370 * ediff-mult.el (ediff-intersect-directories)
1371 (ediff-get-directory-files-under-revision, ediff-dir-diff-copy-file):
1372 always expand filenames.
1373
1374 2006-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
1375
1376 * tumme.el: Remove * in defcustoms's docstrings.
1377
1378 2006-08-24 Chong Yidong <cyd@stupidchicken.com>
1379
1380 * emacs-lisp/timer.el (timer-set-idle-time, run-with-idle-timer):
1381 Accept internal time format for SECS arg.
1382 (timer-relative-time): Doc fix.
1383
1384 * jit-lock.el: "Stealth fontification by requeuing timers" patch,
1385 adapted from Martin Rudalics.
1386 (jit-lock-stealth-repeat-timer, jit-lock-stealth-buffers): New vars.
1387 (jit-lock-mode): Create jit-lock-stealth-repeat-timer.
1388 (jit-lock-stealth-fontify): Reschedule as a idle timer instead of
1389 using sit-for.
1390
1391 2006-08-24 Francesc Rocher <francesc.rocher@gmail.com>
1392
1393 * cus-start.el (all): Add `overline-margin' and
1394 `x-underline-at-descent-line'.
1395
1396 2006-08-24 Kim F. Storm <storm@cua.dk>
1397
1398 * progmodes/grep.el (grep-find-use-xargs): Use explicit value `exec'
1399 to mean "use find -exec"; nil now unambiguously means auto-detect.
1400 (grep-compute-defaults): Set grep-find-use-xargs to `exec' if not `gnu'.
1401 Use shell-quote-argument to build grep-find-command and
1402 grep-find-template.
1403 (rgrep): Use shell-quote-argument to properly quote arguments to find.
1404 Reported by Tom Seddon.
1405
1406 2006-08-23 Chong Yidong <cyd@stupidchicken.com>
1407
1408 * startup.el (fancy-splash-head): Give instructions for dismissing
1409 the splash screen for default startup too.
1410 (display-startup-echo-area-message, fancy-splash-screens)
1411 (use-fancy-splash-screens-p): New arg hide-on-input. If nil, show
1412 all splash text at once and keep the splash buffer around.
1413 (command-line-1): Give display-startup-echo-area-message a t arg.
1414
1415 2006-08-23 Carsten Dominik <dominik@science.uva.nl>
1416
1417 * textmodes/org.el (org-follow-gnus-link): Make sure the dedicated
1418 gnus frame is selected.
1419
1420 2006-08-23 Nick Roberts <nickrob@snap.net.nz>
1421
1422 * progmodes/gdb-ui.el (gdb-starting): Reset gdb-signalled to nil.
1423
1424 2006-08-22 Kim F. Storm <storm@cua.dk>
1425
1426 * ido.el (ido-set-matches-1): Fix full matching for subdirs.
1427 Add suffix matching for subdirs.
1428
1429 2006-08-22 Jorgen Schaefer <forcer@forcix.cx> (tiny change)
1430
1431 * x-dnd.el (x-dnd-drop-data): Don't call goto-char if
1432 mouse-yank-at-point is non-nil.
1433
1434 2006-08-22 Nick Roberts <nickrob@snap.net.nz>
1435
1436 * progmodes/gdb-ui.el (gdb-frame-memory-buffer): Make frame
1437 a bit wider and remove fringes to fit initial output on line.
1438
1439 2006-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
1440
1441 * frame.el (blink-cursor-end): Only ignore the error we care about.
1442 (blink-cursor-mode): Use blink-cursor-end to simplify the code.
1443
1444 2006-08-21 Richard Stallman <rms@gnu.org>
1445
1446 * whitespace.el (whitespace-cleanup): Doc fix.
1447
1448 2006-08-20 Ryan Yeske <rcyeske@gmail.com>
1449
1450 * net/rcirc.el (rcirc-show-maximum-output): New var.
1451 (rcirc-buffer-process): If no buffer argument is supplied, use
1452 current-buffer.
1453 (rcirc-complete-nick): Complete to the last completed nick first.
1454 (rcirc-mode): Preserve the value of `rcirc-urls' across
1455 connections. Setup scroll function.
1456 (rcirc-scroll-to-bottom): New function.
1457 (rcirc-print): Use nick syntax around regexp work.
1458 Notice dim-nicks speaking only if they say our nick.
1459 (rcirc-update-activity-string): Do not show the modeline indicator
1460 if there are no live rcirc processes.
1461 (rcirc-cmd-ignore): Ignore case.
1462 (rcirc-browse-url-at-point): Fix off-by-one error.
1463
1464 2006-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
1465
1466 * progmodes/python.el: Remove * in defcustom docstrings.
1467 (run-python, python-proc, python-try-complete): Use derived-mode-p.
1468 (python-mode): Set tab-width and indent-tabs-mode.
1469
1470 2006-08-20 Dave Love <fx@gnu.org>
1471
1472 * progmodes/python.el: Update to Dave Love's latest version.
1473 (python-font-lock-keywords, python-mode): Don't use
1474 font-lock-syntax-table, but match symbol elements explicitly instead.
1475 (python-mode-map): Add help, and a few more key bindings.
1476 (python-skip-comments/blanks): Move out of comments as well.
1477 (python-continuation-line-p): Behave better with unbalanced parens.
1478 (python-blank-line-p): New fun.
1479 (python-open-block-statement-p): Don't use a heuristic.
1480 (python-outdent-p): Better handle blocks-in-the-same-line.
1481 (python-calculate-indentation): Misc improvements.
1482 (python-comment-indent): Remove.
1483 (python-block-pairs): New var.
1484 (python-first-word): New fun.
1485 (python-indentation-levels): Handle more common cases.
1486 (python-indent-line-1): Add `leave' argument.
1487 (python-indent-region): New fun.
1488 (python-skip-out): New fun.
1489 (python-beginning-of-statement, python-end-of-statement): Use it.
1490 (python-next-statement): Return correct count even at eob.
1491 (python-end-of-block): Fix paren-typo.
1492 (python-imenu-create-index): Add module variables.
1493 (run-python): Add `new' arg.
1494 Check we're at a prompt before returning.
1495 (python-send-command): Move to end of buffer.
1496 Wait for prompt to return.
1497 (python-set-proc): New fun.
1498 (python-imports): New var.
1499 (python-describe-symbol): Use it. Adjust to new interface of `ehelp'.
1500 (python-eldoc-function): Try to move out of arg list.
1501 (python-outline-level): Offset by 1.
1502 (python-find-imports): New fun.
1503 (python-symbol-completions): Use python-imports.
1504 (python-module-path, ffap-alist): Add support for ffap.
1505 (python-skeletons, python-mode-abbrev-table, def-python-skeleton)
1506 (pythin-insert-*, python-default-template, python-expand-template):
1507 Add templates/skeletons.
1508 (python-setup-brm): Support for Bicycle Repair Man.
1509 (python-abbrev-syntax-table): New var.
1510 (python-abbrev-pc-hook, python-pea-hook): New funs.
1511
1512 2006-08-20 Chong Yidong <cyd@stupidchicken.com>
1513
1514 * frame.el (blink-cursor-start): Set timer first.
1515 (blink-cursor-end): Ignore timer cancelling errors.
1516 Suggested by Ken Manheimer.
1517
1518 2006-08-20 Juanma Barranquero <lekktu@gmail.com>
1519
1520 * newcomment.el (comment-box): Call `comment-normalize-vars'.
1521 Add autoload cookie.
1522
1523 2006-08-20 Richard Stallman <rms@gnu.org>
1524
1525 * simple.el (line-number-at-pos): Doc fix.
1526
1527 * emacs-lisp/timer.el (run-with-idle-timer): Pass t to
1528 timer-activate-when-idle, so timer can run before Emacs becomes
1529 non-idle again.
1530
1531 2006-08-18 Yoni Rabkin Katzenell <yoni-r@actcom.com> (tiny change)
1532
1533 * whitespace.el (whitespace-cleanup-internal): New optional arg
1534 REGION-ONLY. If it's non-nil, modify the message to the user
1535 accordingly.
1536 (whitespace-cleanup-region): Call whitespace-cleanup-internal with
1537 a non-nil argument.
1538
1539 2006-08-18 Gustav H\e,Ae\e(Bllberg <gustav@gmail.com> (tiny change)
1540
1541 * rect.el (spaces-string): Simplify and add doc string.
1542
1543 2006-08-17 Romain Francoise <romain@orebokech.com>
1544
1545 * progmodes/gdb-ui.el (gdb-edit-locals-value): Balance parens.
1546
1547 2006-08-17 Richard Stallman <rms@gnu.org>
1548
1549 * compare-w.el (compare-windows): lambda's take an arg and pass
1550 it to compare-windows-skip-whitespace.
1551
1552 2006-08-17 Martin Rudalics <rudalics@gmx.at>
1553
1554 * jit-lock.el (jit-lock-fontify-now): Protect the modified status of
1555 the right buffer.
1556
1557 2006-08-17 Stefan Monnier <monnier@iro.umontreal.ca>
1558
1559 * pcvs-parse.el (cvs-parse-table): Accept the new `...' format for
1560 removed files.
1561
1562 2006-08-17 Nick Roberts <nickrob@snap.net.nz>
1563
1564 * progmodes/gdb-ui.el (gdb-locals-watch-map)
1565 (gdb-locals-watch-map-1): Suppress keymap first.
1566 (gdb-edit-locals-map-1): New variable.
1567 (gdb-edit-locals-value): New function.
1568 (gdb-stack-list-locals-handler): Use them.
1569
1570 2006-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
1571
1572 * mouse.el (global-map): Allow yanking with mouse-2 at a spot whose
1573 cursor would normally be drawn in the fringe.
1574
1575 * font-lock.el (font-lock-extend-region-wholelines): Fix up typo.
1576 Reported by Martin Rudalics <rudalics@gmx.at>.
1577
1578 2006-08-16 Richard Stallman <rms@gnu.org>
1579
1580 * term/x-win.el (x-clipboard-yank): Specify * in interactive spec.
1581 (special-event-map): Process drag-n-drop events this way.
1582
1583 * simple.el (move-beginning-of-line): Test whether fields
1584 would prevent motion back to line's first visible character.
1585 If so, stop where the fields would stop the motion.
1586
1587 * newcomment.el (comment-indent): Fully update INDENT
1588 before checking to see if it will change the text.
1589
1590 * cus-edit.el (custom-newline): New function.
1591 (custom-mode-map): Bind newline to custom-newline.
1592
1593 * compare-w.el (compare-windows): Factor compare-ignore-whitespace
1594 into ignore-whitespace.
1595 Check each buffer for its skip-function.
1596 Handle compare-windows-skip-whitespace special-case test
1597 by returning t from default skip function.
1598
1599 2006-08-15 Carsten Dominik <dominik@science.uva.nl>
1600
1601 * textmodes/org.el (org-clock-special-range)
1602 (org-clock-update-time-maybe): New functions.
1603 (org-stamp-time-of-day-regexp): Allow weekday to be of word chars,
1604 not only a-z.
1605 (org-agenda-get-blocks): Allow multiple blocks per headline.
1606 (org-timestamp-change): Call `org-clock-update-time-maybe'.
1607 (org-export-html-title-format)
1608 (org-export-html-toplevel-hlevel): New options.
1609 (org-export-language-setup): Add support for Czech.
1610 (org-mode, org-insert-todo-heading, org-find-visible)
1611 (org-find-invisible, org-invisible-p, org-invisible-p2)
1612 (org-back-to-heading, org-on-heading-p, org-up-heading-all)
1613 (org-show-subtree, org-show-entry, org-make-options-regexp):
1614 Remove compatibility support for old outline-mode.
1615 (org-check-occur-regexp): Funtion removed.
1616 (org-on-heading-p, org-back-to-heading): Made defalias.
1617 (org-set-local): New defsubst.
1618 (org-set-regexps-and-options, org-mode)
1619 (org-set-font-lock-defaults, org-edit-agenda-file-list)
1620 (org-timeline, org-agenda-list, org-todo-list, org-tags-view)
1621 (org-remember-apply-template, org-table-edit-field)
1622 (org-table-edit-formulas, orgtbl-mode, org-export-as-ascii)
1623 (org-set-autofill-regexps): Use `org-set-local'.
1624 (org-table-eval-formula): Fix bug with parsing of display flags.
1625
1626 2006-08-15 Nick Roberts <nickrob@snap.net.nz>
1627
1628 * progmodes/gdb-ui.el (gdb-info-stack-custom): Indicate selected
1629 frame with fringe arrow. Suggested by Simon Marshall
1630 <simon.marshall@misys.com>.
1631 (gdb-stack-position): New variable.
1632 (gdb-starting, gdb-exited): Reset gdb-stack-position to nil.
1633 (gdb-frames-mode): Set gdb-stack-position to nil.
1634 Add to overlay-arrow-variable-list
1635 (gdb-reset): Delete gdb-stack-position from above list.
1636
1637 2006-08-14 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1638
1639 * term/x-win.el (menu-bar-edit-menu): Disable paste if buffer is
1640 read only.
1641
1642 2006-08-13 Romain Francoise <romain@orebokech.com>
1643
1644 * cus-theme.el (customize-create-theme)
1645 (custom-theme-visit-theme): End `y-or-n-p' prompt with a space.
1646
1647 * filesets.el (filesets-add-buffer): Ditto.
1648
1649 * pcvs.el (cvs-change-cvsroot): Ditto.
1650
1651 2006-08-13 Nick Roberts <nickrob@snap.net.nz>
1652
1653 * progmodes/gdb-ui.el (gdb-frame-separate-io-buffer)
1654 (gdb-use-separate-io-buffer, menu): Avoid using `inferior' in text.
1655 (gdb-memory-mode, gdb-locals-watch-map): Don't quote lambda
1656 expressions.
1657 (gdb-info-breakpoints-custom): Use gdb-breakpoint-regexp.
1658 Only search till end of line.
1659 Add face to function names in case of no filename.
1660 Add face to variable names of watchpoints.
1661
1662 2006-08-12 Robert Thorpe <rthorpe@realworldtech.com> (tiny change)
1663
1664 * cus-start.el <indent-tabs-mode>: Move to the `indent'
1665 customization group.
1666
1667 2006-08-12 Ken Manheimer <ken.manheimer@gmail.com>
1668
1669 * allout.el (allout-prior-bindings, allout-added-bindings):
1670 Remove, after long deprecation.
1671 (allout-beginning-of-line-cycles, allout-end-of-line-cycles):
1672 Add customization vars controlling allout-beginning-of-line and
1673 allout-end-of-line conveniences.
1674 (allout-header-prefix, allout-use-mode-specific-leader)
1675 (allout-use-mode-specific-leader, allout-mode-leaders):
1676 Revise docstrings.
1677 (allout-infer-header-lead): Change to be an alias for
1678 allout-infer-header-lead-and-primary-bullet.
1679 (allout-infer-header-lead-and-primary-bullet): New version of
1680 allout-infer-header-lead which assigns the primary bullet to the
1681 same as the header lead, when its being changed.
1682 (allout-infer-body-reindent): Apply regexp-quote instead of
1683 unconditionally prepending "\\", so that all literal
1684 allout-header-prefix and allout-primary-bullet strings are
1685 properly handled.
1686 (allout-add-resumptions): Add optional qualifier for extending or
1687 appending to existing values, rather than replacing them.
1688 (allout-view-change-hook): Clarify docstring.
1689 (allout-exposure-change-hook): Take explicit arguments, via
1690 run-hook-with-args.
1691 (allout-structure-added-hook)
1692 (allout-structure-deleted-hook)
1693 (allout-structure-shifted-hook): New hooks analogous to
1694 allout-exposure-change-hook for other kinds of structural outline
1695 edits.
1696 (allout-encryption-plaintext-sanitization-regexps): New encryption
1697 customization variable, by which cooperating modes can provde
1698 massage of the plaintext without actually being passed it.
1699 (allout-encryption-ciphertext-rejection-regexps)
1700 (allout-encryption-ciphertext-rejection-ceiling): New encryption
1701 customization variables, by which cooperating modes can prohibit
1702 rare but possible ciphertext patterns from fouling their
1703 operation, with actually being passed the ciphertext.
1704 (allout-mode): Run activation and deactivation hooks after the
1705 minor-mode variable has been toggled, to clarify the mode
1706 disposition. The new encryption ciphertext rejection variable is
1707 used to ensure that the ciphertext does not contain text that
1708 would be recognized as outline structural elements by allout.
1709 Substite allout-beginning-of-line and allout-end-of-line for
1710 conventionall beginning-of-line and end-of-line bindings.
1711 If allout-old-style-prefixes is non-nil, don't nullify it on mode
1712 activation!
1713 (allout-beginning-of-line): Respect `allout-beginning-of-line-cycles'.
1714 (allout-end-of-line): Respect `allout-end-of-line-cycles'.
1715 (allout-chart-subtree): Implement new mode, charting only the
1716 visible items in the subtree, when new 'visible' parameter is non-nil.
1717 (allout-end-of-subtree): Properly handle the last item in the buffer.
1718 (allout-pre-command-business, allout-command-counter):
1719 Increment an advertised counter so that cooperating enhancements can
1720 track revisions of items.
1721 (allout-open-topic): Run allout-structure-added-hook with suitable
1722 arguments.
1723 (allout-shift-in): Run allout-structure-shifted-hook with suitable
1724 arguments.
1725 (allout-shift-out): Fix doubling for negative args and ensure call
1726 of allout-structure-shifted-hook by solely using allout-shift-in.
1727 (allout-kill-line, allout-kill-topic):
1728 Run allout-structure-deleted-hook with suitable arguments.
1729 (allout-yank-processing): Run allout-structure-added-hook with
1730 proper arguments.
1731 (allout-yank): Enclose activity in allout-unprotected.
1732 (allout-flag-region): Run allout-exposure-change-hook with
1733 suitable arguments, instead of making the callee infer the arguments.
1734 (allout-encrypt-string):
1735 Support allout-encryption-plaintext-sanitization-regexps,
1736 allout-encryption-ciphertext-rejection-regexps, and
1737 allout-encryption-ciphertext-rejection-ceiling. Indicate correct
1738 en/de cryption mode in symmetric encryption failure message.
1739 (allout-obtain-passphrase): Use copy-sequence to get a distinct
1740 copy of the passphrase, and don't zero it or we'll corrupt the
1741 stashed copy.
1742 (allout-create-encryption-passphrase-verifier)
1743 (allout-verify-passphrase): Respect the new signature for
1744 allout-encrypt-string.
1745 (allout-get-configvar-values): Convenience for getting a
1746 configuration variable value and handling its absence gracefully.
1747
1748 2006-08-11 Romain Francoise <romain@orebokech.com>
1749
1750 * obsolete/zone-mode.el: Delete.
1751
1752 2006-08-11 Stefan Monnier <monnier@iro.umontreal.ca>
1753
1754 * textmodes/dns-mode.el (dns-mode): Use before-save-hook.
1755
1756 2006-08-11 Thien-Thi Nguyen <ttn@gnu.org>
1757
1758 * emacs-lisp/bindat.el (bindat-ip-to-string):
1759 Use `format-network-address' if possible.
1760
1761 2006-08-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1762
1763 * x-dnd.el (x-dnd-init-frame): Call x-register-dnd-atom.
1764
1765 2006-08-10 Chong Yidong <cyd@stupidchicken.com>
1766
1767 * emacs-lisp/edebug.el (edebug-recursive-edit): Don't save and
1768 restore unread-command-events here.
1769 (edebug-display): Do it here, to detect sit-for interruptions.
1770
1771 2006-08-10 Romain Francoise <romain@orebokech.com>
1772
1773 * textmodes/dns-mode.el: Alias `zone-mode' to `dns-mode'.
1774 (dns-mode-soa-auto-increment-serial): New user option.
1775 (dns-mode-soa-maybe-increment-serial): New function.
1776 (dns-mode): Add the latter to `write-contents-functions'.
1777
1778 * obsolete/zone-mode.el: Move to obsolete/ from net/.
1779 Delete autoload cookies.
1780
1781 2006-08-10 John Wiegley <johnw@newartisans.com>
1782
1783 * eshell/em-glob.el (eshell-glob-chars-list)
1784 (eshell-glob-translate-alist): Add support for [^g] in character globs.
1785
1786 2006-08-10 Richard Stallman <rms@gnu.org>
1787
1788 * facemenu.el (facemenu-add-face): Pass frame to facemenu-active-faces.
1789 (facemenu-set-face): Doc fix.
1790 (facemenu-listed-faces): Doc fix.
1791
1792 2006-08-09 Chong Yidong <cyd@stupidchicken.com>
1793
1794 * avoid.el (mouse-avoidance-animating-pointer): New var.
1795 (mouse-avoidance-nudge-mouse): Use it.
1796 (mouse-avoidance-banish): Rename from mouse-avoidance-banish-hook.
1797 (mouse-avoidance-exile): Rename from mouse-avoidance-exile-hook
1798 (mouse-avoidance-fancy): Rename from mouse-avoidance-fancy-hook.
1799 Don't activate if currently animating. All callers changed.
1800
1801 2006-08-09 John Wiegley <johnw@newartisans.com>
1802
1803 * calendar/timeclock.el (timeclock-use-elapsed): Added a new
1804 variable, which causes timeclock to report elapsed time worked,
1805 instead of just work remaining.
1806
1807 2006-08-09 Kenichi Handa <handa@m17n.org>
1808
1809 * international/latexenc.el (latexenc-find-file-coding-system):
1810 Fix for the case that the 2nd element of arg-list is a cons.
1811
1812 2006-08-08 Chong Yidong <cyd@stupidchicken.com>
1813
1814 * info.el (Info-fontify-node): Handle preceding `in' for note
1815 reference hiding rules.
1816
1817 2006-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
1818
1819 * progmodes/sh-script.el (sh-quoted-subshell): Make sure we don't
1820 mistake a closing " for an opening one.
1821
1822 2006-08-07 Dan Nicolaescu <dann@ics.uci.edu>
1823
1824 * term/xterm.el (terminal-init-xterm): Add more key bindings.
1825
1826 2006-08-07 Stefan Monnier <monnier@iro.umontreal.ca>
1827
1828 * complete.el (PC-do-completion): Filter out completions matching
1829 completion-ignored-extensions before checking whether there are
1830 multiple completions.
1831 Don't use `list' unnecessarily when building completion tables.
1832
1833 2006-08-06 Richard Stallman <rms@gnu.org>
1834
1835 * help.el (describe-mode): Make minor mode list more concise.
1836
1837 2006-08-05 Chong Yidong <cyd@stupidchicken.com>
1838
1839 * bindings.el: Give mode-line-format, mode-line-modes, and
1840 mode-line-position `standard-value' properties.
1841
1842 2006-08-05 Eli Zaretskii <eliz@gnu.org>
1843
1844 * buff-menu.el (list-buffers-noselect): For Info buffers, use
1845 "(file)node" instead of the file name.
1846
1847 2006-08-05 Richard Stallman <rms@gnu.org>
1848
1849 * faces.el (escape-glyph): Doc fix.
1850
1851 2006-08-04 Kenichi Handa <handa@m17n.org>
1852
1853 * international/mule-diag.el (describe-font): Improve docstring
1854 and error message. Use frame-parameter (not frame-parameters).
1855
1856 2006-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
1857
1858 * progmodes/gud.el (gdb-script-font-lock-syntactic-keywords):
1859 Correctly mark the end-of-docstring char.
1860
1861 2006-08-03 Chong Yidong <cyd@stupidchicken.com>
1862
1863 * simple.el (line-move-to-column): Constrain move-to-column to
1864 current field.
1865
1866 2006-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
1867
1868 * font-lock.el (font-lock-beg, font-lock-end)
1869 (font-lock-extend-region-functions): New vars.
1870 (font-lock-extend-region-multiline)
1871 (font-lock-extend-region-wholelines): New functions.
1872 (font-lock-default-fontify-region): Use them.
1873 (font-lock-extend-jit-lock-region-after-change): Only round up
1874 if font-lock-default-fontify-region will do it as well.
1875
1876 * font-lock.el (font-lock-extend-after-change-region-function):
1877 Rename from font-lock-extend-region-function.
1878 (font-lock-extend-region): Remove by inlining at call sites.
1879 (font-lock-after-change-function): Don't needlessly round up to a whole
1880 number of lines.
1881 (font-lock-extend-jit-lock-region-after-change): Be more careful about
1882 the boundary conditions and the interactions between the various ways
1883 to extend the region.
1884
1885 2006-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
1886
1887 * jit-lock.el (jit-lock-fontify-now): Preserve the buffer's
1888 modification status when forcing the second redisplay.
1889
1890 2006-08-03 Kim F. Storm <storm@cua.dk>
1891
1892 * edmacro.el (edmacro-fix-menu-commands): Ignore switch-frame.
1893
1894 2006-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
1895
1896 * pcvs-util.el (cvs-get-buffer-create): Obey `noreuse' even if `name'
1897 doesn't look like a file name.
1898
1899 * complete.el (PC-expand-many-files): Avoid signalling an error when
1900 the current directory doesn't exist. Reported by Micha\e,Ak\e(Bl Cadilhac.
1901
1902 2006-08-02 Andreas Schwab <schwab@suse.de>
1903
1904 * bindings.el (mode-line-format): Simplify reference to vc-mode.
1905
1906 2006-08-02 Nick Roberts <nickrob@snap.net.nz>
1907
1908 * bindings.el (map): Make mode-line-buffer-identification-keymap
1909 before defining propertized-buffer-identification.
1910
1911 2006-08-01 Richard Stallman <rms@gnu.org>
1912
1913 * bindings.el (mode-line-format): Adjust spacing around vc-mode.
1914
1915 2006-08-02 Nick Roberts <nickrob@snap.net.nz>
1916
1917 * progmodes/gdb-ui.el (gdb-find-source-frame): Make nil the
1918 default value.
1919 (gdb-find-source-frame): New function.
1920 (menu): Add to menu bar.
1921
1922 2006-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
1923
1924 * font-core.el (font-lock-extend-region-function)
1925 (font-lock-extend-region): Move to font-lock.el.
1926
1927 * font-lock.el (font-lock-extend-region-function)
1928 (font-lock-extend-region): Move from font-core.el. Simplify.
1929
1930 * jit-lock.el (jit-lock-fontify-now): Cause a second redisplay
1931 if needed.
1932 (jit-lock-start, jit-lock-end): New dynamic scoped vars.
1933 (jit-lock-after-change-extend-region-functions): New hook.
1934 (jit-lock-after-change): Use it instead of hard-coding font-lock code.
1935
1936 * font-lock.el (font-lock-extend-jit-lock-region-after-change): New fun.
1937 (font-lock-turn-on-thing-lock): Use it.
1938
1939 * longlines.el (longlines-show-region): Make it work on read-only
1940 buffers as well.
1941
1942 2006-08-01 Nick Roberts <nickrob@snap.net.nz>
1943
1944 * progmodes/gdb-ui.el (gdb-set-hollow): Check for gud-last-last-frame.
1945
1946 2006-07-31 Richard Stallman <rms@gnu.org>
1947
1948 * progmodes/vhdl-mode.el (vhdl-speedbar-display-directory)
1949 (vhdl-speedbar-display-projects): Update old obsolete
1950 speedbar variable names.
1951
1952 2006-07-31 Nick Roberts <nickrob@snap.net.nz>
1953
1954 * progmodes/gdb-ui.el (gdb-find-source-frame): New option.
1955 (gdb-stopped): Use it.
1956
1957 * t-mouse.el (t-mouse-mode): Use set-process-query-on-exit-flag.
1958
1959 2006-07-29 Chong Yidong <cyd@stupidchicken.com>
1960
1961 * loadhist.el (unload-feature): Handle new `(t . SYMBOL)' format
1962 for load-history elements.
1963
1964 2006-07-29 Eli Zaretskii <eliz@gnu.org>
1965
1966 * files.el (convert-standard-filename): For Cygwin, replace
1967 characters not allowed in Windows file names.
1968 (make-auto-save-file-name): Add Cygwin to the list of systems
1969 where the auto-save file name needs to be run through
1970 convert-standard-filename.
1971
1972 2006-07-29 Lennart Borgman <lennart.borgman.073@student.lu.se>
1973
1974 * window.el (bw-get-tree): Don't integerp subtree if it's nil.
1975
1976 2006-07-28 Richard Stallman <rms@gnu.org>
1977
1978 * bindings.el (mode-line-frame-identification)
1979 (propertized-buffer-identification): Centralize the code
1980 to initialize the variable.
1981
1982 * progmodes/grep.el (grep-default-command): Catch errors from
1983 wildcard-to-regexp.
1984
1985 2006-07-29 Kim F. Storm <storm@cua.dk>
1986
1987 * progmodes/grep.el (grep-tag-default): New function.
1988 (grep-default-command, grep-read-regexp): Use it.
1989 (grep-read-files): Use car of grep-files-history or grep-files-aliases
1990 as default if nothing else applies.
1991
1992 2006-07-28 Bill Atkins <atkinw@rpi.edu> (tiny change)
1993
1994 * wdired.el (wdired-change-to-wdired-mode, wdired-change-to-dired-mode):
1995 Throw error if buffer is not in Dired and Wdired mode, respectively.
1996
1997 2006-07-28 Chong Yidong <cyd@stupidchicken.com>
1998
1999 * cus-edit.el (custom-no-edit): Revert 2006-07-27 change, so that
2000 self-insert-command keys don't activate buttons.
2001 (custom-mode-map): Just don't bind "\C-m" to `custom-no-edit'.
2002
2003 2006-07-29 Nick Roberts <nickrob@snap.net.nz>
2004
2005 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom): Use different
2006 faces for enable character.
2007
2008 2006-07-28 Nick Roberts <nickrob@snap.net.nz>
2009
2010 * Makefile.in (recompile): Update comment to reflect change
2011 on 2004-04-21.
2012
2013 2006-07-27 Richard Stallman <rms@gnu.org>
2014
2015 * cus-edit.el (customize-package-emacs-version-alist): Doc fix.
2016 (customize-package-emacs-version): Change msg when pkg has no entry.
2017 (custom-no-edit): On a button, do like widget-button-press.
2018
2019 2006-07-27 Dan Nicolaescu <dann@ics.uci.edu>
2020
2021 * term/xterm.el (terminal-init-xterm): Fix bindings for C-tab,
2022 S-tab and C-S-tab.
2023
2024 2006-07-28 Nick Roberts <nickrob@snap.net.nz>
2025
2026 * progmodes/which-func.el (which-function): Fix documentation/
2027 comment typo.
2028
2029 2006-07-26 Richard Stallman <rms@gnu.org>
2030
2031 * textmodes/ispell.el (ispell-word): If we replace the word,
2032 move point to the end. Insert before deleting.
2033
2034 2006-07-26 Chong Yidong <cyd@stupidchicken.com>
2035
2036 * subr.el (sit-for): Use new SECONDS arg of read-event instead of
2037 a timer.
2038
2039 2006-07-26 Mathias Dahl <mathias.dahl@gmail.com>
2040
2041 * tumme.el (tumme-backward-image): Add prefix argument. Add error
2042 when at first image.
2043 (tumme-forward-image): Add prefix argument. Add error when at last
2044 image.
2045
2046 2006-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
2047
2048 * tabify.el (tabify-regexp): Use more specific regexps.
2049 (tabify): Avoid modifying the buffer unnecessarily.
2050
2051 2006-07-25 Mathias Dahl <mathias.dahl@gmail.com>
2052
2053 * tumme.el (tumme-track-original-file): Add `buffer-live-p' check.
2054 (tumme-format-properties-string): Handle empty `buf'.
2055 (tumme-get-comment): Change variable names inside `let'.
2056 Add missing `let' variable that cause font-lock problems.
2057 (tumme-write-comments): Change variable names inside `let'.
2058 Add missing `let' variable that cause font-lock problems.
2059 (tumme-forward-image): Rename from `tumme-forward-char'.
2060 (tumme-backward-image): Rename from `tumme-backward-char'.
2061
2062 2006-07-25 Masatake YAMATO <jet@gyve.org>
2063
2064 * progmodes/ld-script.el (ld-script-keywords)
2065 (ld-script-font-lock-keywords, ld-script-builtins): Update keywords
2066 and add comments.
2067
2068 2006-07-25 Nick Roberts <nickrob@snap.net.nz>
2069
2070 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
2071 (gdb-resync, gdb-prompt, gdb-starting, gdb-exited, gdb-stopped)
2072 (gdb-set-gud-minor-mode-existing-buffers-1): Use different faces
2073 for status indicator.
2074
2075 2006-07-24 Richard Stallman <rms@gnu.org>
2076
2077 * xml.el (xml-parse-file): Clean up, and use with-temp-buffer.
2078
2079 * subr.el (dolist, dotimes): Use interned symbols for locals.
2080 (--dotimes-limit--, --dolist-tail--): New defvars.
2081 (looking-back): Doc fix.
2082
2083 * replace.el (replace-match-string-symbols): Handle dotted lists.
2084
2085 2006-07-24 mathias <mathias@mattis>
2086
2087 * tumme.el (tumme-write-tags): Add.
2088 (tumme-write-comments): Add.
2089 (tumme-tag-files): Change to use `tumme-write-tags'.
2090 (tumme-tag-thumbnail): Change to use `tumme-write-tags'.
2091 (tumme-dired-comment-files): Change to use `tumme-write-comments'.
2092 (tumme-save-information-from-widgets): Change to use
2093 `tumme-write-comments' and `tumme-write-tags'.
2094 (tumme-comment-thumbnail): Change to use `tumme-write-comments'.
2095 (tumme-write-tag): Remove.
2096 (tumme-write-comment): Remove.
2097 (tumme-display-previous-thumbnail-original): Remove empty line.
2098 (tumme-widget-list): Add punctuation.
2099
2100 2006-07-24 mathias <mathias.dahl@gmail.com>
2101
2102 * tumme.el (tumme-line-up): Add an extra check for end of buffer.
2103
2104 2006-07-24 Daiki Ueno <ueno@unixuser.org>
2105
2106 * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
2107 letters from the end. Thanks to "David Smith" <davidsmith@acm.org>
2108 and andreas@altroot.de (Andreas V\e,Av\e(Bgele).
2109
2110 2006-07-23 Thien-Thi Nguyen <ttn@gnu.org>
2111
2112 * mouse.el (mouse-on-link-p): Doc fix.
2113
2114 2006-07-23 Nick Roberts <nickrob@snap.net.nz>
2115
2116 * emacs-lisp/find-func.el (find-function-search-for-symbol):
2117 Handle "C-h f `".
2118
2119 2006-07-22 Dan Nicolaescu <dann@ics.uci.edu>
2120
2121 * ibuffer.el (ibuffer-formats): Use left alignment for the mode
2122 column.
2123
2124 2006-07-22 Matt Hodges <MPHodges@member.fsf.org>
2125
2126 * textmodes/table.el: Add move-beginning-of-line and
2127 move-end-of-line to Point Motion Only Group.
2128
2129 2006-07-22 Eric Hanchrow <offby1@blarg.net>
2130
2131 * progmodes/delphi.el (delphi-fill-comment): Use save-restriction.
2132
2133 2006-07-22 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
2134
2135 * startup.el (user-mail-address): Initialize from the `EMAIL'
2136 environment variable first. Document this.
2137 (command-line): Ditto.
2138
2139 2006-07-22 Nick Roberts <nickrob@snap.net.nz>
2140
2141 * help-mode.el (help-function-def, help-variable-def)
2142 (help-face-def): Print a message in the minibuffer.
2143
2144 2006-07-21 Dan Nicolaescu <dann@ics.uci.edu>
2145
2146 * term/xterm.el (terminal-init-xterm): Fix key bindings
2147 syntax. Bind S-return, C-M-., C-TAB, S-TAB and C-S-TAB.
2148
2149 2006-07-21 Eli Zaretskii <eliz@gnu.org>
2150
2151 * dos-w32.el (find-buffer-file-type-coding-system): Support calls
2152 where `(nth 1 command)' is a cons cell. Doc fix.
2153
2154 * textmodes/po.el (po-find-charset): Doc fix.
2155
2156 2006-07-21 Ken Manheimer <ken.manheimer@gmail.com>
2157
2158 * allout.el (allout-unprotected, allout-e-o-prefix-p)
2159 (allout-beginning-of-current-line, allout-end-of-current-line)
2160 (allout-next-visible-heading, allout-open-topic)
2161 (allout-kill-topic, allout-yank-processing, allout-resolve-xref)
2162 (allout-flag-current-subtree, allout-show-to-offshoot)
2163 (allout-hide-current-entry, allout-show-current-branches)
2164 (allout-hide-region-body, allout-old-expose-topic)
2165 (allout-listify-exposed, allout-latex-verbatim-quote-curr-line)
2166 (allout-mark-topic, allout-adjust-file-variable): Enclose scopes
2167 containing `beginning-of-line' and `end-of-line' with
2168 `inhibit-field-text-motion' t.
2169
2170 2006-07-21 Eli Zaretskii <eliz@gnu.org>
2171
2172 * frame.el (focus-follows-mouse): Document that it doesn't have
2173 any effect on MS-Windows.
2174
2175 2006-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
2176
2177 * progmodes/sh-script.el (sh-quoted-subshell): Further fix last change.
2178
2179 2006-07-20 Jay Belanger <belanger@truman.edu>
2180
2181 * calc.el (calc-previous-alg-entry): Remove variable.
2182
2183 * calc-aent.el (calc-alg-entry-history, calc-quick-calc-history):
2184 New variables.
2185 (calc-alg-entry): Use `calc-alg-entry-history'.
2186 (calc-do-quick-calc): Use `calc-quick-calc-history'.
2187 Remove reference to `calc-previous-alg-entry'.
2188 (calcAlg-edit, calcAlg-enter): Remove reference to
2189 `calc-previous-alg-entry'.
2190 (calcAlg-previous): Use `previous-history-element' instead of
2191 `calc-previous-alg-entry'.
2192 (calc-do-alg-entry): Use history when calling `read-from-minibuffer'.
2193 Change keybinding for `calcAlg-plus-minus', add keybindings for
2194 `previous-history-element' and `next-history-element'.
2195
2196 * calc-rewr.el (calc-match): Remove reference to
2197 `calc-previous-alg-entry'.
2198
2199 * calc-sel.el (calc-selection-history): New variable.
2200 (calc-enter-selection, calc-sel-mult-both-sides)
2201 (calc-sel-add-both-sides): Use `calc-selection-history'.
2202
2203 * calc-map.el (calc-get-operator-history): New variable.
2204 (calc-get-operator): Use `calc-get-operator-history'.
2205
2206 * calcalg3.el (calc-curve-fit-history): New variable.
2207 (calc-curve-fit): Use `calc-curve-fit-history'.
2208
2209 2006-07-20 Kenichi Handa <handa@m17n.org>
2210
2211 * international/mule-cmds.el (select-safe-coding-system): Fix the
2212 way of deciding eol-type of the coding system.
2213
2214 2006-07-20 Alan Mackenzie <acm@muc.de>
2215
2216 * progmodes/cc-langs.el (c-emacs-variable-inits): New variable.
2217 (c-lang-setvar): New macro.
2218 (c-make-init-lang-vars-fun): Use the initialization forms in
2219 c-emacs-variable-inits in addition to those in c-lang-variable-inits.
2220 (comment-start, comment-end, comment-start-skip): Change these from
2221 c-lang-defvar's to c-lang-setvar's.
2222
2223 * progmodes/cc-mode.el (c-make-emacs-variables-local): New macro,
2224 which calls make-local-variable on the elements of
2225 c-emacs-variable-inits.
2226 (c-init-language-vars-for): Call this new macro.
2227
2228 2006-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
2229
2230 * progmodes/compile.el (compilation-error-regexp-alist-alist) <gnu>:
2231 Try to rule out false positives due to time stamps.
2232 (compilation-mode-font-lock-keywords): Remove rules made redundant
2233 because of the above change. Add `segmentation fault' to the known and
2234 highlighted compilation termination messages.
2235
2236 2006-07-19 Kim F. Storm <storm@cua.dk>
2237
2238 * progmodes/grep.el (grep-find-ignored-directories):
2239 Add .svn and _darcs to list.
2240
2241 2006-07-19 Mathias Dahl <mathias.dahl@gmail.com>
2242
2243 * dired.el (dired-mode-map): Add key binding `C-te' for
2244 `tumme-dired-edit-comment-and-tags'.
2245
2246 * tumme.el (tumme-display-thumbnail-original-image): Make sure
2247 image display buffer is displayed before call to
2248 `tumme-display-image.
2249 (tumme-dired-display-image): Make sure image display buffer is
2250 displayed before call to `tumme-display-image.
2251 (tumme-mouse-display-image): Make sure image display buffer is
2252 displayed before call to `tumme-display-image.
2253 (tumme-widget-list): Add.
2254 (tumme-dired-edit-comment-and-tags): Add.
2255 (tumme-save-information-from-widgets): Add.
2256
2257 2006-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
2258
2259 * progmodes/sh-script.el (sh-quoted-subshell): Fix last change.
2260
2261 2006-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
2262
2263 * progmodes/sh-script.el (sh-font-lock-keywords-1):
2264 Revert inadvertently installed patch hunk.
2265
2266 * progmodes/compile.el (compilation-find-file): Handle the
2267 cases where the user selects a non-existent file.
2268
2269 2006-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
2270
2271 * bindings.el (minibuffer-local-map): Rebind TAB so it inserts a \t.
2272
2273 2006-07-17 Chong Yidong <cyd@stupidchicken.com>
2274
2275 * subr.el (sit-for): Just sleep-for if noninteractive.
2276
2277 2006-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
2278
2279 * emacs-lisp/autoload.el (make-autoload): Use new arg.
2280
2281 * custom.el (custom-autoload): Add `noset' argument.
2282 (custom-push-theme): Don't autoload the variable, let callers do it.
2283 (custom-theme-set-variables): Autoload the variable if necessary.
2284
2285 * cus-edit.el (custom-variable-state-set): If the variable was
2286 originally set outside custom, but to the same value as the default,
2287 consider it to be standard.
2288
2289 * Makefile.in (mh-loaddefs.el): Finish setting up the default empty
2290 file *before* telling Emacs to add the autoloads, in case it fails.
2291
2292 * progmodes/sh-script.el (sh-quoted-subshell): Don't match escaped `.
2293 Use `cond', push', and `dolist'.
2294
2295 2006-07-17 Richard Stallman <rms@gnu.org>
2296
2297 * image-mode.el (tar-superior-buffer, archive-superior-buffer):
2298 Add defvars to silence warnings.
2299
2300 2006-07-17 Chong Yidong <cyd@stupidchicken.com>
2301
2302 * progmodes/compile.el (compilation-mode-font-lock-keywords):
2303 Don't highlight "Compiling file" messages as error.
2304
2305 * dired-aux.el (dired-compress-file): Confirm again if gzipped
2306 file already exists.
2307
2308 2006-07-16 Thien-Thi Nguyen <ttn@gnu.org>
2309
2310 * find-file.el (ff-special-constructs): Doc fix. Also, for C/C++
2311 entry, don't assign to free var; simply return the extracted filename.
2312 (ff-treat-as-special): Incorporate common preamble from callers.
2313 (ff-other-file-name, ff-find-the-other-file):
2314 Update call to ff-treat-as-special.
2315
2316 * progmodes/ada-mode.el (ada-mode): Rewrite ff-special-constructs init.
2317
2318 2006-07-16 Mathias Dahl <mathias.dahl@gmail.com>
2319
2320 * tumme.el (tumme-get-comment): Fix bug.
2321
2322 2006-07-16 Stefan Monnier <monnier@iro.umontreal.ca>
2323
2324 * files.el: Remove spurious * in docstrings.
2325
2326 2006-07-14 Ken Manheimer <ken.manheimer@gmail.com>
2327
2328 * allout.el (allout-run-unit-tests-on-load): Rectify docstring
2329 grammar.
2330 (allout-beginning-of-current-line): Beware beginning of buffer.
2331 Also, a comment is simplified.
2332 (allout-hotspot-key-handler): Only set allout-post-goto-bullet
2333 when appropriate. (This fix enables use for other than
2334 bullet-hotspot operation.)
2335 (allout-hide-current-subtree): While escalating to sibling-close,
2336 make sure to situate on a topic.
2337
2338 2006-07-14 Kim F. Storm <storm@cua.dk>
2339
2340 * emulation/cua-base.el (cua-delete-selection)
2341 (cua-toggle-set-mark): New defcustoms.
2342 (cua-rectangle-modifier-key): Add `alt' modifier.
2343 (cua-replace-region): Don't delete if cua-delete-selection is nil.
2344 (cua-set-mark): Don't clear mark if cua-toggle-set-mark is nil.
2345 Suggested by Klaus Zeitler <kzeitler@lucent.com>.
2346
2347 * emulation/cua-rect.el (cua-help-for-rectangle): Add `alt' modifier.
2348
2349 2006-07-14 Ken Manheimer <ken.manheimer@gmail.com>
2350
2351 * allout.el: Require 'cl during byte-compilation/interactive load,
2352 for the `assert' macro.
2353 (allout-mode-deactivate-hook): New hook, run when allout mode
2354 deactivates.
2355 (allout-developer): New allout customization subgroup.
2356 (allout-run-unit-tests-on-load): New allout-developer
2357 customization variable, when true allout unit tests are run towards
2358 end of file load/eval.
2359 (allout-inhibit-auto-fill): Disable auto-fill activity even during
2360 auto-fill-mode.
2361 (allout-resumptions): Remove, to be replaced by...
2362 (allout-add-resumptions): Register variable settings to be
2363 reinstated by `allout-do-resumptions'. The settings are made
2364 buffer-local, but the locality/globality of the suspended setting
2365 is restored on resumption.
2366 (allout-do-resumptions): Reinstate all settings suspended using
2367 `allout-add-resumptions'.
2368 (allout-test-resumptions): Unit tests (and intermediate variables)
2369 for resumptions.
2370 (allout-tests-globally-unbound, allout-tests-globally-true)
2371 (allout-tests-locally-true): Intermediate variables for
2372 resumptions unit tests.
2373 (allout-overlay-preparations): Replaces `allout-set-overlay-category'.
2374 (allout-exposure-category): Replaces 'allout-overlay-category variable.
2375 (allout-mode): Use `allout-add-resumptions' and `allout-do-resumptions'
2376 instead of retired `allout-resumptions'. For hook functions, use
2377 `local' parameter so hook settings are created and removed as
2378 buffer-local settings. Revise (resumptions) setting
2379 auto-fill-function so it is set only if already active. (The
2380 related fill-function settings are all made in either case, so
2381 that activating auto-fill-mode activity will have the custom
2382 allout-mode behaviors (hanging indent on topics, if configured for it).
2383 Remove all allout-exposure-category overlays on mode deactivation.
2384 (allout-hotspot-key-handler): New function extracted from
2385 `allout-pre-command-business', so the functionality can be used
2386 for other purposes, eg as a binding in an overlay.
2387 (allout-pre-command-business): Use new `allout-hotspot-key-handler'.
2388 (allout-auto-fill): Respect new `allout-inhibit-auto-fill'
2389 customization variable.
2390 (allout-run-unit-tests): Run the (currently quite small)
2391 repertoire of unit tests. Called just before the provide iff user
2392 has customized `allout-run-unit-tests-on-load' non-nil.
2393
2394 2006-07-14 K\e,Aa\e(Broly L\e$,1 q\e(Brentey <lorentey@elte.hu>
2395
2396 * emacs-lisp/authors.el (authors-aliases): Update.
2397
2398 2006-07-14 Nick Roberts <nickrob@snap.net.nz>
2399
2400 * progmodes/gdb-ui.el (gdb-display-buffer): Check for
2401 gdb-source-window. Add dedicated argument.
2402 (gdb-display-separate-io-buffer, gdb-append-to-inferior-io)
2403 (gdb-display-breakpoints-buffer, gdb-display-stack-buffer)
2404 (gdb-display-threads-buffer, gdb-display-memory-buffer)
2405 (gdb-display-locals-buffer): Use it.
2406
2407 * progmodes/gud.el (gud-display-line): Use gdb-display-buffer.
2408 Set gdb-source-window.
2409
2410 2006-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
2411
2412 * emacs-lisp/autoload.el (make-autoload): Remove special handling of
2413 minor modes, redundant with the custom-autoload line above.
2414
2415 2006-07-12 Chong Yidong <cyd@stupidchicken.com>
2416
2417 * longlines.el (longlines-post-command-function): Handle open-line too.
2418
2419 2006-07-12 Richard Stallman <rms@gnu.org>
2420
2421 * progmodes/grep.el (grep-last-buffer): Doc fix.
2422
2423 * info.el (Info-try-follow-nearest-node): Doc fix.
2424
2425 * emacs-lisp/edebug.el (edebug-instrument-function):
2426 Err if find-function-noselect gives no position.
2427
2428 * emacs-lisp/find-func.el (find-function-search-for-symbol):
2429 If can't find definition, return nil for position.
2430 (find-function-do-it): Handle new return value
2431 of find-definition-noselect.
2432 (find-definition-noselect, find-variable-noselect): Doc fix.
2433 (find-function-noselect): Doc fix.
2434
2435 * help-mode.el (help-variable-def): Handle find-variable-noselect
2436 returning no position.
2437 (help-function-def): Likewise for find-function-search-for-symbol.
2438 (help-face-def): Likewise.
2439
2440 * help-fns.el (describe-variable): Handle find-variable-noselect
2441 returning no position.
2442
2443 * files.el (locate-file-completion): Avoid duplicates in result.
2444
2445 * cus-edit.el (custom-no-edit): New command.
2446 (custom-mode-map): Remap to custom-no-edit instead of
2447 using suppress-keymap.
2448
2449 2006-07-12 Nick Roberts <nickrob@snap.net.nz>
2450
2451 * tumme.el (tumme-create-thumb, tumme-thumbnail-display-external)
2452 (tumme-display-image, tumme-rotate-thumbnail, tumme-rotate-original)
2453 (tumme-set-exif-data, tumme-get-exif-data): Use shell-command-switch.
2454
2455 * thumbs.el (thumbs-call-convert): Use shell-command-switch.
2456
2457 2006-07-11 Kim F. Storm <storm@cua.dk>
2458
2459 * ido.el (ido-copy-current-file-name): Use buffer-name if
2460 buffer-file-name is nil.
2461
2462 2006-07-11 Chong Yidong <cyd@stupidchicken.com>
2463
2464 * simple.el (undo-ask-before-discard): Set to nil.
2465
2466 * vc.el (vc-exec-after): Don't delete process manually.
2467 (vc-print-log): Run log-view-mode in process sentinel inside
2468 inhibit-read-only. Don't shrink window due to timing issues.
2469
2470 * progmodes/ebrowse.el (ebrowse-display-member-buffer):
2471 Avoid using with-output-to-temp-buffer, which clobbers local vars.
2472
2473 2006-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
2474
2475 * progmodes/compile.el (compilation-error-regexp-alist-alist):
2476 Fix ambiguity introduced by last change.
2477 (compilation-find-file): Move save-excursion to where it may
2478 make sense. Fix a left over `find-file'.
2479
2480 2006-07-11 Robert J. Chassell <bob@rattlesnake.com>
2481
2482 * textmodes/texinfmt.el (texinfo-format-separate-node):
2483 Insert a string before point, which fits documentation, not after.
2484 (texinfo-multitable-item): In a multitable row, insert any
2485 additional needed @tabs and spaces.
2486
2487 2006-07-11 Nick Roberts <nickrob@snap.net.nz>
2488
2489 * tumme.el (tumme-create-thumb, tumme-thumbnail-display-external)
2490 (tumme-display-image, tumme-rotate-thumbnail, tumme-rotate-original)
2491 (tumme-set-exif-data, tumme-get-exif-data): Use call-process
2492 instead of shell-command.
2493 (tumme-create-thumbnail-buffer, tumme-create-display-image-buffer)
2494 (tumme-display-thumbs, tumme-modify-mark-on-thumb-original-file)
2495 (tumme-display-image, tumme-get-exif-data): Use with-current-buffer.
2496 (tumme-display-properties-format, tumme-dired-insert-marked-thumbs)
2497 (tumme-thumbnail-set-image-description, tumme-gallery-generate)
2498 (tumme-rotate-original, tumme-get-exif-file-name): Fit to 80 columns.
2499
2500 2006-07-11 Kim F. Storm <storm@cua.dk>
2501
2502 * subr.el (sit-for): Doc fix. Specify normal arg list using fn-form.
2503 Remove special case for seconds < 0. Use (redisplay t) instead.
2504
2505 2006-07-10 Chong Yidong <cyd@stupidchicken.com>
2506
2507 * progmodes/cc-awk.el (c-awk-escaped-nls*): Use eval-and-compile to
2508 avoid compilation error.
2509
2510 * subr.el (sit-for): New function.
2511
2512 * play/hanoi.el (hanoi-sit-for): Check sit-for return value.
2513
2514 2006-07-10 Richard Stallman <rms@gnu.org>
2515
2516 * ldefs-boot.el (edebug): Update page.
2517
2518 2006-07-10 Kim F. Storm <storm@cua.dk>
2519
2520 * emacs-lisp/authors.el (authors-ignored-files): Ignore changes
2521 to FOR-RELEASE and TODO.
2522
2523 2006-07-10 Romain Francoise <romain@orebokech.com>
2524
2525 * emacs-lisp/authors.el (authors-aliases): Update.
2526
2527 2006-07-10 Alan Mackenzie <acm@muc.de>
2528
2529 * progmodes/cc-awk.el, cc-defs.el, cc-fonts.el, cc-langs.el:
2530 * cc-mode.el: Changes to eradicate eval-after-load.
2531
2532 2006-07-09 Chong Yidong <cyd@stupidchicken.com>
2533
2534 * emacs-lisp/helper.el (Helper-help-scroller): Don't signal error
2535 on non-char events.
2536
2537 2006-07-09 Romain Francoise <romain@orebokech.com>
2538
2539 * progmodes/compile.el (compilation-mode-font-lock-keywords):
2540 Don't highlight start/end markers as compilation messages.
2541
2542 * isearch.el (isearch-yank-line): Let-bind `inhibit-field-text-motion'
2543 to t.
2544
2545 2006-07-09 Stefan Monnier <monnier@iro.umontreal.ca>
2546
2547 * textmodes/fill.el (fill-region-as-paragraph): Refine last change.
2548
2549 2006-07-08 Richard Stallman <rms@gnu.org>
2550
2551 * term/x-win.el (x-handle-display): Add doc string.
2552
2553 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
2554
2555 * subr.el (def-edebug-spec): Move here.
2556 * emacs-lisp/edebug.el (def-edebug-spec): Move to subr.el.
2557
2558 * imenu.el (imenu-choose-buffer-index): Doc fix.
2559
2560 2006-07-08 Romain Francoise <romain@orebokech.com>
2561
2562 * term/x-win.el (x-display-name): Fix typo.
2563
2564 2006-07-08 Eli Zaretskii <eliz@gnu.org>
2565
2566 * hexl.el (hexl-find-file): Doc fix.
2567
2568 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
2569
2570 2006-07-07 Chong Yidong <cyd@stupidchicken.com>
2571
2572 * term/x-win.el (x-display-name): Doc fix.
2573
2574 2006-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
2575
2576 * textmodes/fill.el (fill-delete-prefix): Don't ignore excessively
2577 long prefixes.
2578 (fill-region-as-paragraph): Don't round up to a whole line.
2579 (fill-comment-paragraph): Don't include the code-before-the-comment
2580 when calling fill-region-as-paragraph.
2581
2582 * international/mule.el (make-char): Remove redundancy.
2583
2584 * emacs-lisp/bytecomp.el (byte-compile-form): The `byte-compile'
2585 property may contain an anonymous function rather than a symbol.
2586
2587 * pcvs-defs.el (cvs-temp-buffer-name): Fix non-hiddenness.
2588
2589 * progmodes/compile.el (compilation-error-regexp-alist-alist) <gnu>:
2590 Use shy regexp. Fix incorrect backref to potentially unmatched group.
2591
2592 * dirtrack.el (dirtrack-default-directory-function): Remove.
2593 (dirtrack-directory-function): Use file-name-as-directory.
2594 (dirtrack-windows-directory-function): Simplify.
2595 (dirtrack-forward-slash, dirtrack-backward-slash)
2596 (dirtrack-replace-slash): Remove.
2597 (dirtrack-toggle): Adjust comint-preoutput-filter-functions as well.
2598 (dirtrack): Fix wrong parenthesizing; use match-string.
2599
2600 * progmodes/octave-inf.el: Remove spurious * in docstrings.
2601 (inferior-octave-mode): Only change the buffer-local value of
2602 comint-dynamic-complete-functions.
2603 (inferior-octave-mode-map, inferior-octave-mode-syntax-table):
2604 Move the initialization to the declaration.
2605 (inferior-octave-complete): Remove unused var `filter'.
2606
2607 * shell.el (shell-mode): Only change the buffer-local value of
2608 comint-dynamic-complete-functions.
2609
2610 2006-07-07 Carsten Dominik <dominik@science.uva.nl>
2611
2612 * textmodes/org.el (org-agenda-get-todos): Skip subtree also if
2613 entry is skipped because it has been scheduled.
2614 (org-prepare-agenda-buffers): Don't mark buffers as modified when
2615 changing `:org-archived' and `:org-comment' properties.
2616
2617 2006-07-06 Chong Yidong <cyd@stupidchicken.com>
2618
2619 * server.el (server-select-display): Don't make the temp frame
2620 minibuffer-only, in case it's not a temp frame.
2621 (server-process-filter): Don't delete the temp frame if it's the
2622 only one we have on that display.
2623
2624 * files.el (find-alternate-file): Doc fix.
2625
2626 2006-07-05 Richard Stallman <rms@gnu.org>
2627
2628 * files.el (abbreviate-file-name): Add save-match-data.
2629
2630 2006-07-03 Richard Stallman <rms@gnu.org>
2631
2632 * faces.el (read-face-name): Doc fix.
2633
2634 2006-07-05 Chong Yidong <cyd@stupidchicken.com>
2635
2636 * net/goto-addr.el (goto-address): Mark as safe for local evals.
2637
2638 2006-07-05 Andre Spiegel <spiegel@gnu.org>
2639
2640 * vc.el (vc-diff-internal): Fix prev change.
2641
2642 2006-07-05 Thien-Thi Nguyen <ttn@gnu.org>
2643
2644 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Use eval-buffer.
2645 * play/dunnet.el (dun-load-d, dun-eval): Likewise.
2646
2647 2006-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
2648
2649 * thingatpt.el (symbol-at-point): Don't use `form-at-point' which
2650 fails if the symbol contains chars like ( or '.
2651 (bounds-of-thing-at-point): Remove unused vars `end' and `beg'.
2652 (thing-at-point-bounds-of-url-at-point): Remove unused vars `url' and
2653 `short'.
2654
2655 2006-07-04 Kenichi Handa <handa@m17n.org>
2656
2657 * international/mule-cmds.el (set-language-info): If LANG-ENV is
2658 the current one, don't call set-language-environment, but call one
2659 of set-language-environment-XXX to make INFO effective now.
2660 (set-language-environment): Call set-language-environment-XXX
2661 functions instead of doing the various setups directly.
2662 (set-language-environment-coding-systems): Delete argument eol-type.
2663 (set-language-environment-input-method)
2664 (set-language-environment-nonascii-translation)
2665 (set-language-environment-charset)
2666 (set-language-environment-fontset)
2667 (set-language-environment-unibyte): New functions.
2668
2669 2006-07-03 Luc Teirlinck <teirllm@auburn.edu>
2670
2671 * locate.el (locate-update-when-revert): New option.
2672 (locate-update-path): New option (suggested by Michael Albinus).
2673 (locate-prompt-for-command): Whitespace change.
2674 (locate-update): No longer offer to update the locate database by
2675 default. Implement the two new options.
2676
2677 2006-07-04 Nick Roberts <nickrob@snap.net.nz>
2678
2679 * tooltip.el: Move comment about track-mouse...
2680
2681 * progmodes/gud.el: ...to here.
2682
2683 2006-07-03 Chong Yidong <cyd@stupidchicken.com>
2684
2685 * facemenu.el (facemenu-listed-faces): New var.
2686 (facemenu-unlisted-faces): Variable deleted.
2687 (facemenu-add-new-face): Use facemenu-listed-faces.
2688
2689 * emulation/viper-init.el, calendar/calendar.el:
2690 * progmodes/make-mode.el: Delete calls to facemenu-unlisted-faces.
2691
2692 2006-07-03 Carsten Dominik <dominik@science.uva.nl>
2693
2694 * textmodes/org.el (org-mode): Remove no invalid settings for
2695 calc embedded mode.
2696 (org-mode-p): New defsubst.
2697 (org-save-all-org-buffers): New function.
2698 (org-first-headline-recenter): Enclose outline-regexp in group
2699 delimiters.
2700 (org-set-tags): Keep single space after stars.
2701
2702 2006-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
2703
2704 * window.el (set-window-text-height): Only set window-min-height to
2705 1 if that's the requested size.
2706
2707 * diff-mode.el (diff-find-file-name): Obey cvs-pcl-cvs-dirchange-re.
2708 (diff-unified->context, diff-context->unified)
2709 (diff-reverse-direction): Make sure the end marker stays at the end.
2710 (diff-mode): Add the keymap table at the end of docstring.
2711 Use lexical-let rather than constructing a closure manually.
2712
2713 * files.el (find-file-noselect-1): Remove unused var assignment.
2714 (hack-local-variables-confirm): Print lists of strings as lists of
2715 strings rather than lists of symbols.
2716 (abbreviate-file-name, hack-local-variables-prop-line):
2717 Use match-string.
2718 (hack-one-local-variable): Move `make-local-variable' nearer its use.
2719 (recover-session-finish): Use line-end-position.
2720
2721 2006-07-02 Michael Albinus <michael.albinus@gmx.de>
2722
2723 * net/tramp.el (tramp-handle-shell-command): Preserve current-buffer.
2724
2725 2006-07-02 Daniel Pfeiffer <occitan@esperanto.org>
2726
2727 * progmodes/make-mode.el (makefile-macroassign-regex):
2728 Accept preceding keyword.
2729 (makefile-gmake-statements): Reorganize, now that makepp has
2730 "override" and also handle forgotten "override define".
2731 (makefile-makepp-statements): Add new "global", "override export"
2732 and "override global".
2733
2734 2006-06-30 Juanma Barranquero <lekktu@gmail.com>
2735
2736 * progmodes/ada-mode.el (ada-which-compiler, ada-mode-menu)
2737 (ada-compile-mouse-goto-error, ada-deactivate-properties)
2738 (ada-no-auto-case): Fix typos in docstrings.
2739
2740 2006-06-30 Nick Roberts <nickrob@snap.net.nz>
2741
2742 * info.el (Info-find-node-2): Search for makeinfo version more
2743 carefully.
2744
2745 2006-06-29 Carsten Dominik <dominik@science.uva.nl>
2746
2747 * textmodes/org.el (org-prepare-agenda-buffers):
2748 Use `invisible-OK' argument for `org-end-of-subtree'.
2749 (org-export-cleanup-toc-line): Rename from `org-html-cleanup-toc-line'.
2750 (org-beginning-of-item): Fix bug in regular expression for white line.
2751 (org-export-as-html): Enforce space after bullet in plain list items.
2752 (org-set-autofill-regexps): Require space after plain list bullet
2753 for paragraph-start.
2754 (org-ts-regexp3): New constant.
2755 (org-at-timestamp-p): New optional argument ALSO-INACTIVE.
2756 (org-timestamp-up-day, org-timestamp-down-day)
2757 (org-timestamp-change): Work with inactive timestamps.
2758 (org-ts-regexp1): Don't allow brackets in time stamps.
2759
2760 2006-06-29 Nick Roberts <nickrob@snap.net.nz>
2761
2762 * help-mode.el (help-xref-symbol-regexp): Add property as a keyword
2763 for ignoring links.
2764
2765 * faces.el (read-face-name): Use it.
2766
2767 2006-06-28 Juri Linkov <juri@jurta.org>
2768
2769 * buff-menu.el (list-buffers-noselect): Compare Info file
2770 with the string "dir" to detect Info directory.
2771
2772 * complete.el (partial-completion-mode): In lambda for
2773 `choose-completion-string-functions' use full function signature
2774 with 4 args, and move point to the end of the minibuffer only if arg
2775 `mini-p' is non-nil.
2776
2777 2006-06-28 John Paul Wallington <jpw@pobox.com>
2778
2779 * ibuffer.el (ibuffer-mode): Doc fix.
2780
2781 2006-06-28 Carsten Dominik <dominik@science.uva.nl>
2782
2783 * textmodes/org.el (org-context): New contexts :item-bullet,
2784 :latex-fragment, :latex-preview.
2785 (org-overlays-at, org-overlay-start, org-overlay-end):
2786 New compatibility functions.
2787 (org-inside-LaTeX-fragment-p): More accurate matching, using the
2788 exact regexp that will be used during export.
2789 (org-latex-regexps): New variable.
2790 (org-cdlatex-mode): Improve advice for `texmathp'.
2791 (turn-on-org-cdlatex): New function.
2792
2793 2006-06-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2794
2795 * term/mac-win.el (mac-handle-font-selection): Change keys of
2796 mac-atsu-font-table from strings to numbers.
2797 (mac-ts-caret-position): Use also when cursor-type is nil.
2798 (mac-ts-update-active-input-area): Add Mac OS Classic support.
2799 Relax condition for using overlay strings.
2800 Use mac-ts-caret-position face when cursor-type is nil.
2801
2802 2006-06-26 Kim F. Storm <storm@cua.dk>
2803
2804 * help.el (view-emacs-news): Declare `res' in the right let* form.
2805
2806 2006-06-25 Michael Albinus <michael.albinus@gmx.de>
2807
2808 * net/rcompile.el (remote-compile): Replace ange-ftp based
2809 implementation by Tramp functions.
2810 Suggested by Marc Abramowitz <msabramo@gmail.com>.
2811
2812 * net/tramp.el (tramp-unload-tramp): Provide a doc string.
2813
2814 2006-06-24 Yoshinori Koseki <kose@meadowy.org>
2815
2816 * international/fontset.el (setup-default-fontset): Fix a typo in
2817 the "Oriya-Akruti" registry name.
2818
2819 2006-06-23 Lars Hansen <larsh@soem.dk>
2820
2821 * desktop.el (desktop-full-file-name): New function.
2822 (desktop-kill, desktop-save, desktop-remove, desktop-read)
2823 (desktop-revert): Use it.
2824 (desktop-clear, desktop-save, desktop-remove): Add autoload cookie.
2825 (desktop-after-read-hook): Add option list-buffers.
2826 (desktop-locals-to-save): Add tab-width.
2827 (desktop-save-mode, desktop-no-desktop-file-hook, desktop-save-hook):
2828 Fix docstring.
2829
2830 2006-06-23 Carsten Dominik <dominik@science.uva.nl>
2831
2832 * textmodes/org.el (org-cdlatex-mode-map)
2833 (org-cdlatex-texmathp-advice-is-done): New variables.
2834 (org-cdlatex-mode): New minor mode.
2835 (org-inside-LaTeX-fragment-p, org-try-cdlatex-tab): New functions.
2836 (org-cdlatex-underscore-caret, org-cdlatex-math-modify): New commands.
2837 (org-export-with-archived-trees): New option.
2838 (org-open-file): Remove the call to `convert-standard-filename'.
2839 (org-archive-tag, org-agenda-skip-archived-trees)
2840 (org-cycle-open-archived-trees)
2841 (org-sparse-tree-open-archived-trees): New options.
2842 (org-cycle-hide-archived-subtrees, org-hide-archived-subtrees)
2843 (org-toggle-tag, org-prepare-agenda-buffers, org-agenda-skip):
2844 New functions.
2845 (org-agenda-toggle-archive-tag, org-toggle-archive-tag): New commands.
2846 (org-agenda-mode-map): Add binding of `org-agenda-toggle-archive-tag'.
2847 (org-mode-map): Add binding for `org-toggle-archive-tag'.
2848 (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
2849 Call `org-prepare-agenda-buffers'.
2850 (org-occur, org-scan-tags): Call `org-hide-archived-subtrees'.
2851 (org-file-apps, org-file-apps-defaults-gnu)
2852 (org-file-apps-defaults-macosx, org-file-apps-defaults-windowsnt):
2853 Handle remote files by forcing them to be opened in Emacs.
2854
2855 2006-06-23 Andre Spiegel <spiegel@gnu.org>
2856
2857 * vc.el (vc-diff-knows-L): New variable.
2858 (vc-diff-internal): Use it to handle "diff" programs that don't
2859 understand -L. This works automatically, no user action is necessary.
2860
2861 2006-06-23 Daniel Brockman <daniel@brockman.se>
2862
2863 * net/rcirc.el (rcirc-default-user-full-name): Default to
2864 `rcirc-default-user-name' instead of `rcirc-user-name' (which no
2865 longer exists).
2866 (rcirc-process-list): Check `buffer-live-p' before attempting to
2867 switch to a buffer.
2868
2869 2006-06-23 Ryan Yeske <rcyeske@gmail.com>
2870
2871 * net/rcirc.el (rcirc-mode): Fix initialization of coding systems
2872 based on rcirc-coding-system-alist.
2873
2874 2006-06-23 Martin Rudalics <rudalics@gmx.at>
2875
2876 * cus-edit.el (customize-apropos): A better error message.
2877 (top level) <debug-ignored-errors>: Extend and update the list of
2878 ignored error messages.
2879
2880 2006-06-23 Michael Ernst <mernst@alum.mit.edu>
2881
2882 * complete.el (PC-do-completion): Retain capitalization of user
2883 input, when possible, even if completion-ignore-case is set.
2884
2885 2006-06-23 Eli Zaretskii <eliz@gnu.org>
2886
2887 * generic-x.el (bat-generic-mode): Support .cmd files.
2888
2889 * dos-w32.el (top level): Use find-file-not-found-functions
2890 instead of the obsolete find-file-not-found-hooks.
2891
2892 2006-06-22 Kim F. Storm <storm@cua.dk>
2893
2894 * progmodes/grep.el (grep-mode-font-lock-keywords): Correct regexps
2895 to recognize mode name containing submodes, such as Grep/lw.
2896
2897 2006-06-21 Kim F. Storm <storm@cua.dk>
2898
2899 * simple.el (line-move-1): Check for move-end-of-line instead of
2900 end-of-line when setting temporary-goal-column.
2901
2902 2006-06-21 Miles Bader <miles@gnu.org>
2903
2904 * play/cookie1.el (cookie): Work properly when there's only one entry.
2905
2906 2006-06-21 Nick Roberts <nickrob@snap.net.nz>
2907
2908 * progmodes/gdb-ui.el (gdb-exited): Ensure overlay arrow gets killed.
2909 (gdb-frame-handler): Generalize frame regexp for templates.
2910
2911 2006-06-20 Glenn Morris <rgm@gnu.org>
2912
2913 * calendar/appt.el (appt-display-format): Default value must be
2914 one of the customize options.
2915
2916 2006-06-20 Dan Nicolaescu <dann@ics.uci.edu>
2917
2918 * term/xterm.el (terminal-init-xterm): Update key availability info.
2919 Bind C-return.
2920
2921 * term.el (term-delete-lines, term-insert-lines): Clarify comments.
2922
2923 2006-06-20 Chong Yidong <cyd@stupidchicken.com>
2924
2925 * files.el (hack-local-variables): Run `hack-local-variables-hook'
2926 whether or not a local variables list is defined.
2927
2928 * msb.el (msb): Move `sit-for' hack here to handle both
2929 "mouse-down and drag" and "mouse-up and select" situations.
2930 (mouse-select-buffer): Move `sit-for' hack to `msb'.
2931
2932 2006-06-20 Kenichi Handa <handa@m17n.org>
2933
2934 * international/characters.el (word-combining-categories):
2935 Add entries for 2-byte Han characters.
2936
2937 2006-06-19 Richard Stallman <rms@gnu.org>
2938
2939 * bindings.el (mode-line-format): Save some mode line space.
2940
2941 * files.el (find-file-noselect): Improve the question wording.
2942 (basic-save-buffer-2): Mask UMASK against 666.
2943
2944 * mouse.el (mouse-drag-vertical-line-rightward-window): New function.
2945 (mouse-drag-vertical-line): Call it.
2946
2947 * cus-edit.el (customize-option, customize-option-other-window):
2948 Error if SYMBOL is nil.
2949
2950 2006-06-19 Carsten Dominik <dominik@science.uva.nl>
2951
2952 * textmodes/org.el: Require noutline, also on XEmacs.
2953 (org-end-of-subtree): Return point.
2954 (org-dblock-start-re, org-dblock-end-re): New constants.
2955 (org-create-dblock, org-prepare-dblock, org-map-dblocks)
2956 (org-dblock-update, org-update-dblock, org-beginning-of-dblock)
2957 (org-update-all-dblocks, org-find-dblock): New functions.
2958 (org-collect-clock-time-entries): New function.
2959 (org-html-handle-time-stamps): Never export CLOCK timeranges.
2960 (org-fixup-indentation): Modify to deal correctly with lines
2961 starting with TAB. Only one argument DIFF now.
2962 (org-demote, org-promote): Call `org-fixup-indentation' with just
2963 one argument, DIFF.
2964 (org-mode): Don't mark buffer as modified when aligning tables.
2965 (org-clock-sum): Don't mark buffer modified when adding time sum
2966 properties.
2967 (org-export-as-html): Add support for a link validation function.
2968 (org-archive-all-done): New function.
2969 (org-archive-subtree): New prefix argument. When set, archive all
2970 done subtrees in this buffer.
2971 (org-remove-clock-overlays)
2972 (org-remove-occur-highlights): Use `org-inhibit-highlight-removal'.
2973 (org-inhibit-highlight-removal): New variable, for dynamic scoping.
2974 (org-put-clock-overlay): Don't swallow last headline character
2975 when displaying overlay.
2976 (org-store-link): Link to `image-mode' with just the file name.
2977
2978 2006-06-18 Michael Kifer <kifer@cs.stonybrook.edu>
2979
2980 * viper-cmd.el (viper-special-read-and-insert-char):
2981 Use read-key-sequence.
2982 (viper-after-change-undo-hook): Misc enhancements.
2983 (viper-after-change-undo-hook): New hook.
2984 (viper-undo): Use viper-after-change-undo-hook.
2985 (viper-add-newline-at-eob-if-necessary): Widen before making changes.
2986 (viper-next-line-at-bol): If point is on a widget or a button, simulate
2987 clicking on that widget/button.
2988
2989 * viper.el (viper-mode): Allow a separate cursor color in Emacs state.
2990
2991 * ediff-diff (ediff-test-patch-utility): Catch errors.
2992 (ediff-actual-diff-options, ediff-actual-diff3-options): New variables.
2993 (ediff-set-actual-diff-options): New function.
2994 (ediff-reset-diff-options, ediff-toggle-ignore-case):
2995 Use ediff-set-actual-diff-options.
2996 (ediff-extract-diffs): Catch errors.
2997 (ediff-whitespace): Add non-breakable space.
2998 (ediff-same-file-contents): Catch errors.
2999
3000 * ediff-mult.el (ediff-collect-custom-diffs):
3001 Save coding-system-for-read.
3002
3003 * ediff-vers.el (ediff-keep-tmp-versions): New variable.
3004 (ediff-vc-internal, ediff-vc-merge-internal):
3005 Use ediff-delete-version-file.
3006 (ediff-delete-version-file): New function.
3007
3008 * ediff-wind.el (ediff-control-frame-parameters): Set frame fringes.
3009
3010 * ediff.el (ediff-directories, ediff-directory-revisions)
3011 (ediff-merge-directories, ediff-merge-directories-with-ancestor)
3012 (ediff-directories-internal, ediff-merge-directory-revisions)
3013 (ediff-merge-directory-revisions-with-ancestor)
3014 (ediff-directories3): Use read-directory-name.
3015
3016 2006-06-18 Ralf Angeli <angeli@caeruleus.net>
3017
3018 * textmodes/tex-mode.el (tex-font-lock-match-suscript):
3019 Remove superfluous part of regexp for brace matching which is handled
3020 by `scan-lists' call.
3021
3022 2006-06-16 Richard Stallman <rms@gnu.org>
3023
3024 * obsolete/options.el (list-options): Put "obsolete" msg in buffer.
3025
3026 * files.el (basic-save-buffer-2): For a new precious file,
3027 use the default modes in the return value.
3028
3029 * facemenu.el (facemenu-color-alist): Doc fix.
3030
3031 * cus-edit.el (custom-guess-name-alist): Recognize `-flag'.
3032
3033 2006-06-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3034
3035 * cus-start.el (all): Add mac-ts-script-language-on-focus.
3036
3037 * term/mac-win.el (mac-text-encoding-ascii): New constant.
3038 (mac-utxt-to-string): Use it.
3039 (mac-ts-update-active-input-area): Use mac-ae-number.
3040
3041 2006-06-15 Dan Nicolaescu <dann@ics.uci.edu>
3042
3043 * term.el (term-handle-scroll, term-delete-lines)
3044 (term-insert-lines): Fix off by one errors.
3045
3046 2006-06-15 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
3047
3048 * net/tramp.el (tramp-touch): Use UTC to express time.
3049
3050 2006-06-15 Chong Yidong <cyd@stupidchicken.com>
3051
3052 * mail/sendmail.el (mail-send): Search explicitly for
3053 mail-header-separator when checking for corrupted header lines.
3054
3055 2006-06-15 Nick Roberts <nickrob@snap.net.nz>
3056
3057 * progmodes/gdb-ui.el (gdb-same-frame): New option.
3058 (gud-old-arrow, gdb-frame-begin, gdb-printing): New variables.
3059 (gdb-init-1): Initialise them.
3060 (gdb-starting): Reset gdb-printing
3061 (gdb-starting): Save value of gud-overlay-arrow-position.
3062 (gdb-frame-begin): Set gdb-frame-begin, gdb-printing.
3063 (gdb-stopped): Don't look for source if calling procedure e.g "p a ()".
3064 Use gdb-*-gdb-buffer conditionally on gdb-same-frame.
3065 (gdb-frame-gdb-buffer): Keep menu bar, tool bar for GUD buffer.
3066
3067 2006-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
3068
3069 * pcvs.el (cvs-retrieve-revision): Use decode-coding-inserted-region.
3070
3071 2006-06-13 Martin J. Reed <mjreed@essex.ac.uk> (tiny change)
3072
3073 * net/ldap.el (ldap-ldapsearch-args): Default to SASL search.
3074 (ldap-search-internal): Keep error messages, and a regexp fix.
3075
3076 2006-06-12 Thien-Thi Nguyen <ttn@gnu.org>
3077
3078 * files.el (hack-local-variables-confirm):
3079 Display string value using its printed representation.
3080
3081 2006-06-11 Chong Yidong <cyd@stupidchicken.com>
3082
3083 * server.el (server-edit): No-op if no server buffers exist.
3084
3085 2006-06-11 Robert J. Chassell <bob@rattlesnake.com>
3086
3087 * textmodes/page-ext.el (pages-directory-for-addresses):
3088 Including `pages-directory-address-mode' in the function results
3089 in the message "Buffer in which pages were found is deleted".
3090
3091 2006-06-10 Carsten Dominik <dominik@science.uva.nl>
3092
3093 * textmodes/org.el (org-agenda-mode-map): Add bindings for
3094 clocking functions.
3095
3096 (org-agenda-clock-in, org-check-running-clock)
3097 (org-clock-out-if-current, org-remove-clock-overlays)
3098 (org-put-clock-overlay): New functions.
3099 (org-clock-marker, org-clock-file-total-minutes)
3100 (org-clock-overlays): New variables.
3101 (org-clock-display, org-clock-sum, org-clock-cancel)
3102 (org-clock-out, org-clock-in): New commands.
3103 (org-export): New function.
3104 (org-emph-re): New constant.
3105 (org-set-emph-re, org-do-emphasis-faces): New functions.
3106 (org-emphasis-regexp-components, org-emphasis-alist): New options.
3107 (org-set-font-lock-defaults): Call `org-do-emphasis-faces'.
3108 (org-export-html-convert-emphasize): Use the configurable emphasis.
3109 (org-cleaned-string-for-export): Make multiline emphasis visible
3110 to the exporter. New optional argument PARAMETERS.
3111 (org-export-as-html): Specify :emph-multiline parameter to
3112 `org-cleaned-string-for-export'.
3113
3114 2006-06-10 Richard Stallman <rms@gnu.org>
3115
3116 * help.el (help-for-help-internal): Clean up help text.
3117
3118 2006-06-10 Andreas Schwab <schwab@suse.de>
3119
3120 * language/ethio-util.el (ethio-fidel-to-java-buffer): Fix quoting
3121 in doc string.
3122
3123 * progmodes/cperl-mode.el (cperl-short-docs): Likewise.
3124
3125 2006-06-09 Karl Chen <quarl@cs.berkeley.edu>
3126
3127 * progmodes/make-mode.el (makefile-fill-paragraph): Don't remove
3128 spaces after the comment start.
3129
3130 2006-06-09 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
3131
3132 * play/pong.el (pong-init-buffer):
3133 Fill buffer with spaces instead of ^A.
3134
3135 * textmodes/ispell.el (ispell-kill-ispell): If ispell has been
3136 launched asynchronously, delete its process instead of being cool.
3137 (ispell-async-processp): Check for `delete-process' existence
3138 instead of `kill-process' one for consistency.
3139
3140 2006-06-09 Nick Roberts <nickrob@snap.net.nz>
3141
3142 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers-1)
3143 (gdb-prompt, gdb-set-gud-minor-mode-existing-buffers): Show status
3144 in mode line at startup.
3145
3146 2006-06-08 Kim F. Storm <storm@cua.dk>
3147
3148 * ido.el (ido-take-first-match, ido-push-dir-first): New commands.
3149 (ido-init-completion-maps): Bind them to M-SPC and M-v.
3150 (ido-copy-current-file-name): Repeating C-w inserts whole file name.
3151 (ido-file-internal): Pass full file name to write-file.
3152 (ido-read-internal): Only pop stack elements automatically if they
3153 actually match an existing directory or file name.
3154
3155 2006-06-07 Kenichi Handa <handa@m17n.org>
3156
3157 * international/mule.el (find-auto-coding): Don't handle the short
3158 name `char-trans'.
3159
3160 * files.el (hack-local-variables-prop-line)
3161 (hack-local-variables): Cancel the previous change.
3162
3163 2006-06-06 Jesper Harder <harder@phys.au.dk>
3164
3165 * ediff-diff.el (ediff-test-utility): Protect against file-error.
3166
3167 2006-06-06 Chong Yidong <cyd@stupidchicken.com>
3168
3169 * diff-mode.el (diff-mode): Set buffer-read-only to t when
3170 diff-default-read-only is non-nil.
3171 (diff-hunk-kill, diff-file-kill, diff-split-hunk)
3172 (diff-refine-hunk): Set inhibit-read-only to t.
3173
3174 * diff.el (diff-sentinel, diff): Set inhibit-read-only to t when
3175 modifying the *Diff* buffer.
3176 (diff-process-filter): New filter function for diff process that
3177 sets inhibit-read-only to t when modifying the *Diff* buffer.
3178
3179 2006-06-06 Carsten Dominik <dominik@science.uva.nl>
3180
3181 * textmodes/org.el (org-archive-subtree): Use end-of-subtree as
3182 insertion point and control the number of empty lines.
3183 (org-paste-subtree): Limit the number of empty lines at the end of
3184 the inserted tree.
3185 (org-agenda): Use buffer name of current file for narrowing.
3186 (org-export-as-xml): Command removed.
3187 (org-export-xml-type): Option removed.
3188 (org-mode-map): Call `org-export-as-xoxo' directly.
3189 (org-get-indentation): New optional argument LINE.
3190 (org-fix-indentation, org-remove-tabs): New functions.
3191 (org-export-as-ascii, org-ascii-level-start): Determine and apply
3192 correct indentation for headlines that are converted it items.
3193 (org-skip-comments): Remove table lines that contain narrowing
3194 cookies but no other non-empty fields.
3195 (org-set-tags): Allow groups of mutually exclusive tags.
3196 (org-cmp-time): Sort 24:21 before items without time.
3197 (org-get-time-of-day): Fix the interpretation of 12pm and 12am.
3198 (org-open-at-point): Require double colon also for numbers.
3199
3200 2006-06-06 Kim F. Storm <storm@cua.dk>
3201
3202 * ido.el (ido-default-file-method, ido-default-buffer-method):
3203 Make choice values consistent with corresponding command names.
3204 (ido-visit-buffer): Update accordingly. Default to selected-window.
3205
3206 2006-06-06 Nick Roberts <nickrob@snap.net.nz>
3207
3208 * progmodes/gud.el (gud-running): Fix doc string.
3209 (gud-menu-map): Use :visible instead fo :enable for debugger test.
3210 (gud-tooltip-modes): Add python-mode.
3211 (gud-tooltip-print-command): Add pdb. Remove perldb.
3212
3213 2006-06-05 Eli Zaretskii <eliz@gnu.org>
3214
3215 * makefile.w32-in (bootstrap, $(lisp)/mh-e/mh-loaddefs.el):
3216 Quote $(EMACS).
3217
3218 2006-06-05 Richard Stallman <rms@gnu.org>
3219
3220 * faces.el (defined-colors): Doc fix.
3221
3222 2006-06-05 Thien-Thi Nguyen <ttn@gnu.org>
3223
3224 * vc.el (vc-process-filter): Inhibit undo info collection around
3225 call to insert.
3226 (vc-setup-buffer): Likewise for call to erase-buffer.
3227 (vc-do-command): Likewise for call to process-file.
3228
3229 2006-06-05 Nick Roberts <nickrob@snap.net.nz>
3230
3231 * progmodes/gud.el (gud-menu-map): Use a conditional help echo
3232 for gud-go.
3233 (gud-common-init): Other debuggers may trigger error.
3234
3235 2006-06-05 Kenichi Handa <handa@m17n.org>
3236
3237 * international/mule.el (find-auto-coding):
3238 Handle enable-character-translation in file header.
3239
3240 2006-06-04 Kim F. Storm <storm@cua.dk>
3241
3242 * emacs-lisp/authors.el (authors-aliases): Add mode aliases.
3243 (authors-fixed-entries): Fix spelling.
3244 (authors-canonical-file-name): Don't report error for wildcards.
3245
3246 * help.el (view-emacs-news): Rewrite to support new NEWS,
3247 NEWS.major, and NEWS.1-17 file naming. Add more intelligence,
3248 e.g. version 10 matches 1.10, and don't be confused by version 1.1
3249 being a prefix of 1.12 (etc). A numeric prefix arg also works.
3250
3251 2006-06-03 Vivek Dasmohapatra <vivek@etla.org>
3252
3253 * progmodes/sh-script.el (sh-quoted-exec): New face for quoted
3254 exec constructs like `foo bar`.
3255 (sh-quoted-subshell): New helper function to search for a possibly
3256 nested subshell (like `` or $()) within a "" quoted string.
3257 (sh-font-lock-keywords-var): Add sh-quoted-exec for Bash.
3258 (sh-apply-quoted-subshell): Flag quote characters inside a
3259 subshell, which is itself already in a quoted region, as
3260 punctuation, since this is the closest to what they actually are.
3261 (sh-font-lock-syntactic-keywords): Add sh-quoted-subshell and
3262 sh-apply-quoted-subshell.
3263 (sh-font-lock-syntactic-face-function): Apply the new face for
3264 text inside `` instead of the old font-lock-string-face.
3265
3266 2006-06-03 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3267
3268 * term/mac-win.el (mac-ts-active-input-overlay): Add defvar.
3269 (mac-ae-number, mac-ae-frame, mac-ae-script-language)
3270 (mac-bytes-to-text-range, mac-ae-text-range-array)
3271 (mac-ts-update-active-input-buf, mac-split-string-by-property-change)
3272 (mac-replace-untranslated-utf-8-chars, mac-ts-update-active-input-area)
3273 (mac-ts-unicode-for-key-event): New functions.
3274 (mac-handle-toolbar-switch-mode): Use mac-ae-frame.
3275 (mac-handle-font-selection): Use mac-ae-number.
3276 (mac-ts-active-input-buf, mac-ts-update-active-input-area-seqno):
3277 New variables.
3278 (mac-ts-caret-position, mac-ts-raw-text, mac-ts-selected-raw-text)
3279 (mac-ts-converted-text, mac-ts-selected-converted-text)
3280 (mac-ts-block-fill-text, mac-ts-outline-text)
3281 (mac-ts-selected-text, mac-ts-no-hilite): New faces.
3282 (mac-ts-hilite-style-faces): New constant.
3283 (mac-apple-event-map): Bind text input events.
3284 (mac-dispatch-apple-event): Use command-execute instead of
3285 call-interactively.
3286 (global-map): Don't bind mac-apple-event.
3287 (special-event-map): Bind mac-apple-event.
3288
3289 2006-06-02 Eli Zaretskii <eliz@gnu.org>
3290
3291 * makefile.w32-in (EMACS): Remove quotes from the Emacs executable
3292 file name.
3293 (emacs): Enclose the value of $(EMACS) in quotes.
3294
3295 2006-06-02 Juri Linkov <juri@jurta.org>
3296
3297 * international/mule.el (sgml-html-meta-auto-coding-function):
3298 Remove the condition `(search-forward "<html" size t)'.
3299 Replace `\"' with `[\"']?' in `re-search-forward'.
3300
3301 2006-06-02 Kenichi Handa <handa@m17n.org>
3302
3303 * files.el (hack-local-variables-prop-line): Ignore `char-trans'
3304 as well as `coding'.
3305 (hack-local-variables): Likewise.
3306
3307 * international/mule.el (enable-character-translation):
3308 Put permanent-local and safe-local-variable properties.
3309 (find-auto-coding): Handle char-trans: tag.
3310
3311 2006-06-02 Juri Linkov <juri@jurta.org>
3312
3313 * international/mule.el (sgml-html-meta-auto-coding-function):
3314 Limit the search by the end of the HTML header (if any).
3315
3316 2006-06-01 Richard Stallman <rms@gnu.org>
3317
3318 * subr.el (with-current-buffer): Doc fix.
3319
3320 2006-06-02 Masatake YAMATO <jet@gyve.org>
3321
3322 * progmodes/compile.el (compilation-error-regexp-alist-alist::gcov-*):
3323 Almost rewrite. Underlines over all lines of gcov output are too
3324 uncomfortable to read. Suggested by Dan Nicolaescu.
3325
3326 2006-06-01 Luc Teirlinck <teirllm@auburn.edu>
3327
3328 * progmodes/inf-lisp.el (inferior-lisp-mode): Doc fixes.
3329
3330 * shell.el (shell-mode): Use shell-mode-map in docstring.
3331
3332 * comint.el (comint-send-input): Do not add help-echo and
3333 mouse-face to input if `comint-use-prompt-regexp' is non-nil.
3334
3335 2006-06-01 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3336
3337 * term/x-win.el: Change x-menu-bar-start to menu-bar-open.
3338
3339 2006-06-01 Nick Roberts <nickrob@snap.net.nz>
3340
3341 * progmodes/gdb-ui.el (gdb-look-up-stack): New variable.
3342 (gdb-stopped, gdb-info-stack-custom): If there is no source info
3343 look up the stack and pop up GUD buffer if necessary.
3344 (gdb-frames-select): Remove redundant call to gud-display-frame.
3345 (gdb-info-threads-custom): Keep point at start of buffer.
3346 (gdb-find-file-hook): Make it work for pre-GDB 6.4.
3347
3348 2006-05-31 Juri Linkov <juri@jurta.org>
3349
3350 * replace.el (query-replace-read-from, query-replace-read-to):
3351 Bind `history-add-new-input' to nil. Call `add-to-history'.
3352
3353 2006-05-31 Takaaki Ota <Takaaki.Ota@am.sony.com>
3354
3355 * textmodes/table.el: Convert all HTML tags to lower case for
3356 XHTML compatibility.
3357
3358 2006-05-31 Masatake YAMATO <jet@gyve.org>
3359
3360 * progmodes/compile.el:
3361 (compilation-error-regexp-alist-alist::gcov-called-line):
3362 Don't put face on `-' lines in gcov file. Suggested by Dan Nicolaescu.
3363
3364 2006-05-31 Nick Roberts <nickrob@snap.net.nz>
3365
3366 * progmodes/gud.el (gud-query-cmdline, gud-common-init):
3367 Revert inadvertent changes made with last commit.
3368
3369 2006-05-30 Reiner Steib <Reiner.Steib@gmx.de>
3370
3371 * textmodes/flyspell.el (turn-on-flyspell, turn-off-flyspell):
3372 New functions.
3373
3374 * textmodes/text-mode.el (text-mode-hook): Use turn-on-flyspell.
3375
3376 2006-05-30 Carsten Dominik <dominik@science.uva.nl>
3377
3378 * textmodes/org.el (org-agenda-highlight-todo): Make sure regexp
3379 only matches in the right place.
3380 (org-upcoming-deadline): New face.
3381 (org-agenda-get-deadlines): Use new face `org-upcoming-deadline'.
3382 (org-export-ascii-underline): Rename constant `org-ascii-underline'
3383 and make it an option.
3384 (org-export-ascii-bullets): New option.
3385 (org-export-as-html): Many changes to emit valid XHTML.
3386 (org-par-open): New variable.
3387 (org-open-par, org-close-par-maybe, org-close-li-maybe): New functions.
3388 (org-html-do-expand, org-section-number): Fix case in `replace-match'.
3389 (org-timeline): Pass `org-timeline-show-empty-dates' to
3390 `org-get-all-dates'. Interpret empty dates returned by
3391 `org-get-all-dates'.
3392 (org-get-all-dates): New argument EMPTY. Add dates without
3393 entries to the list, mark large ranges of empty dates.
3394 (org-point-in-group, org-context): New functions.
3395
3396 2006-05-30 Nick Roberts <nickrob@snap.net.nz>
3397
3398 * progmodes/gud.el (gud-stop-subjob): Make it work in all buffers.
3399
3400 * progmodes/gdb-ui.el: Move gdb-mouse-toggle-breakpoint-* to
3401 C-mouse-1. Move gdb-mouse-until to mouse-3, gdb-mouse-jump
3402 to C-mouse-3 (for 2 button mice).
3403 (gdb-send): Do the right thing for C-d.
3404
3405 * speedbar.el (speedbar-detach): Delete.
3406 (speedbar-easymenu-definition-trailer): Remove speedbar-detach as
3407 it breaks things.
3408 (speedbar-reconfigure-keymaps): Always add extra items to pop up menu.
3409
3410 2006-05-30 Daniel Pfeiffer <occitan@esperanto.org>
3411
3412 * files.el (auto-mode-alist): Add makepp suffix and optional mk on
3413 Makeppfile.
3414
3415 * progmodes/compile.el (compilation-error-regexp-alist-alist):
3416 Add makepp diagnostic.
3417
3418 2006-05-29 Richard Stallman <rms@gnu.org>
3419
3420 * window.el (fit-window-to-buffer): Doc fix.
3421
3422 * help.el (temp-buffer-max-height): Doc fix.
3423
3424 * subr.el (with-current-buffer): Doc fix.
3425
3426 2006-05-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3427
3428 * term/x-win.el: Bind F10 to menu-bar-start if available.
3429
3430 2006-05-28 Dan Nicolaescu <dann@ics.uci.edu>
3431
3432 * term.el (term-if-xemacs, term-ifnot-xemacs): Delete, replace
3433 uses with a simple test.
3434 (term-set-escape-char, term-mode, term-check-kill-echo-list)
3435 (term-send-raw-string, term-send-raw, term-mouse-paste)
3436 (term-char-mode, term-line-mode, term-exec, term-sentinel)
3437 (term-handle-exit, term-read-input-ring)
3438 (term-previous-matching-input-string)
3439 (term-previous-matching-input-string-position)
3440 (term-previous-matching-input-from-input)
3441 (term-replace-by-expanded-history, term-send-input)
3442 (term-skip-prompt, term-bol, term-send-invisible)
3443 (term-kill-input, term-delchar-or-maybe-eof)
3444 (term-backward-matching-input, term-check-source)
3445 (term-proc-query, term-emulate-terminal)
3446 (term-handle-colors-array, term-process-pager, term-pager-line)
3447 (term-pager-bob, term-unwrap-line, term-word)
3448 (term-dynamic-complete-filename)
3449 (term-dynamic-complete-as-filename)
3450 (term-dynamic-simple-complete): Replace one arm ifs with whens or
3451 unlesses.
3452
3453 2006-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
3454
3455 * files.el (hack-one-local-variable-eval-safep): Don't burp if used
3456 during bootstrapping.
3457
3458 * emacs-lisp/ewoc.el (ewoc--current-dll): Remove.
3459 Basically undo the change of 2006-05-26: use extra arguments instead of
3460 dynamic scoping.
3461 (ewoc-locate): Remove unused var `footer'.
3462
3463 2006-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
3464
3465 * emacs-lisp/ewoc.el (ewoc--insert-new-node): Use ewoc--refresh-node.
3466
3467 * emacs-lisp/autoload.el (no-update-autoloads): Declare.
3468 (generate-file-autoloads): Obey it. Return whether autoloads were
3469 added at point or not.
3470 (update-file-autoloads): Use this new return value.
3471 Remove redundant test for the presence of an autoload cookie.
3472
3473 * emacs-lisp/autoload.el (autoload-find-file): New fun.
3474 This one calls hack-local-variables.
3475 (generate-file-autoloads, update-file-autoloads): Use it.
3476
3477 * textmodes/bibtex.el (bibtex-autokey-name-case-convert-function)
3478 (bibtex-sort-entry-class): Add safe-local-variable predicate.
3479 (bibtex-sort-entry-class-alist): Don't set the global value.
3480 (bibtex-init-sort-entry-class-alist): New fun.
3481 (bibtex-sort-buffer, bibtex-prepare-new-entry): Call it to compute
3482 bibtex-init-sort-entry-class-alist from the buffer-local value (if any)
3483 of bibtex-init-sort-entry-class.
3484
3485 2006-05-28 Richard Stallman <rms@gnu.org>
3486
3487 * subr.el (load-history-regexp): If FILE is relative, insist
3488 entire last name component must match it.
3489 (load-history-filename-element, load-history-regexp): Doc fixes.
3490
3491 2006-05-29 Kim F. Storm <storm@cua.dk>
3492
3493 * emacs-lisp/bindat.el (bindat-idx, bindat-raw): Rename dynamic vars
3494 `pos' and `raw-data' for clarity, as eval forms may access these.
3495
3496 2006-05-28 Kim F. Storm <storm@cua.dk>
3497
3498 * emacs-lisp/bindat.el (bindat--unpack-u8): Use aref also for strings.
3499
3500 2006-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
3501
3502 * progmodes/make-mode.el (makefile-browser-map)
3503 (makefile-mode-syntax-table): Move initialization inside declaration.
3504 (makefile-fill-paragraph): Use the default comment-filling code.
3505
3506 2006-05-28 Chong Yidong <cyd@stupidchicken.com>
3507
3508 * replace.el (query-replace-defaults): New variable.
3509 (query-replace-read-from): Use `query-replace-defaults' for
3510 default value, instead of history list.
3511 (query-replace-read-to): Update `query-replace-defaults'.
3512
3513 2006-05-27 Chong Yidong <cyd@stupidchicken.com>
3514
3515 * msb.el (mouse-select-buffer): Minor fix to make popup menu work
3516 with no X toolkit.
3517
3518 2006-05-28 Nick Roberts <nickrob@snap.net.nz>
3519
3520 * tumme.el (tumme-show-all-from-dir-max-files): Fix typo.
3521 (tumme-show-all-from-dir): Add autoload.
3522
3523 2006-05-27 Mathias Dahl <mathias.dahl@gmail.com>
3524
3525 * tumme.el: Change a lot of `(if .. (progn ..)' to `(when ..)'.
3526 (tumme-remove-tag): Fix bug.
3527
3528 2006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
3529
3530 * emacs-lisp/ewoc.el (ewoc--create): No longer take HEADER and
3531 FOOTER args. Update unique caller.
3532 (ewoc-delete): Compute last node once before looping.
3533 (ewoc--node-branch): Merge into unique caller.
3534 (ewoc--node): Don't define constructor make-ewoc--node for this
3535 structure.
3536 (ewoc): Add member `hf-pp' to this structure.
3537 (ewoc--wrap): New func.
3538 (ewoc-create): Take additional arg NOSEP. If nil, wrap node and
3539 header/footer pretty-printers. Save header/footer pretty-printer.
3540 (ewoc-set-hf): Use ewoc's header/footer pretty-printer. *
3541
3542 * pcvs.el (cvs-make-cvs-buffer): Specify NOSEP to `ewoc-create'.
3543
3544 2006-05-27 Mathias Dahl <mathias.dahl@gmail.com>
3545
3546 * dired.el (dired-mode-map): Change `tumme-tag-remove' to
3547 `tumme-delete-tag'. Rename `Remove Image Tag' to `Delete Image
3548 Tag'. Change "Compare directories..." to "Change Directories...".
3549 Move tumme commands to Operate, Regexp and Immediate menus.
3550 Change "Add Comment" to "Add Image Comment". Change "Add Image
3551 Tag" to "Add Image Tags".
3552
3553 * tumme.el (tumme-delete-tag): Rename from `tumme-tag-remove'.
3554 (tumme-setup-dired-keybindings): Change `tumme-add-remove' to
3555 `tumme-delete-tag'.
3556
3557 2006-05-26 Luc Teirlinck <teirllm@auburn.edu>
3558
3559 * shell.el (shell-mode): Call shell-dirtrack-mode after
3560 list-buffers-directory is made a local variable, to avoid setting
3561 the default value.
3562
3563 2006-05-26 Kevin Ryde <user42@zip.com.au>
3564
3565 * info.el (Info-index-next): Use where-is-internal to report
3566 actual binding of Info-index-next, rather than hard-coded `,'.
3567
3568 2006-05-26 Eli Zaretskii <eliz@gnu.org>
3569
3570 * menu-bar.el (menu-bar-apropos-menu): Move "Find Key in Manual"
3571 and "Find Command in Manual" to here.
3572
3573 * buff-menu.el (list-buffers-noselect): For Info buffers, use
3574 Info-current-file as the file name.
3575
3576 2006-05-26 Jonathan Yavner <jyavner@member.fsf.org>
3577
3578 * ses.el (defadvice undo-more): Delete this defadvice. The undo
3579 overrides will now be done a different way.
3580 (ses-set-parameter): Reapply this function for undo.
3581 (ses-set-header-row): Reconstruct header row during undo.
3582 (ses-widen): New function.
3583 (ses-goto-data, ses-reconstruct-all): Use new function.
3584 (ses-command-hook): Widen buffer during undo, before unupdating
3585 the cells.
3586 (ses-insert-row, ses-delete-row): Widen buffer during undo.
3587 (ses-load, ses-header-row): Permit empty (zero-row) spreadsheets.
3588 (ses-read-cell): Avoid stupid warning for RET RET on a cell whose
3589 formula hasn't been executed yet.
3590
3591 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
3592
3593 * comint.el (comint-kill-whole-line): Rename arg to count.
3594 Fix doc string.
3595
3596 2006-05-26 Chong Yidong <cyd@stupidchicken.com>
3597
3598 * files.el (backup-buffer-copy): Remove deleted MUSTBENEW argument
3599 to copy-file.
3600
3601 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
3602
3603 * simple.el (toggle-truncate-lines): Make arg optional for
3604 backward compatibility.
3605
3606 2006-05-26 Thien-Thi Nguyen <ttn@gnu.org>
3607
3608 * emacs-lisp/ewoc.el (ewoc--current-dll): New var.
3609 (ewoc--node-next, ewoc--node-prev, ewoc--node-nth): Don't take
3610 DLL arg. Instead, use ewoc--current-dll. Update all callers.
3611 (ewoc--set-buffer-bind-dll-let*): Bind ewoc--current-dll, not `dll'.
3612 (ewoc--adjust): Use ewoc--current-dll.
3613 (ewoc-next, ewoc-prev, ewoc-nth): Bind ewoc--current-dll.
3614
3615 2006-05-26 Carsten Dominik <dominik@science.uva.nl>
3616
3617 * textmodes/org.el (org-next-item, org-previous-item): Emit more
3618 compact error message.
3619 (org-tags-view): Refresh category table in each file.
3620 (org-table-justify-field-maybe): Remove superfluous arguments to
3621 `format'.
3622 (org-export-as-html): Insert "<p>" before postamble.
3623 (org-paste-subtree, org-kill-is-subtree-p): Check for empty kill ring.
3624
3625 2006-05-26 Kenichi Handa <handa@m17n.org>
3626
3627 * textmodes/po.el (po-find-charset): Pay attention to the case
3628 FILENAME is a cons (NAME . BUFFER).
3629 (po-find-file-coding-system-guts): Likewise.
3630
3631 * arc-mode.el (archive-set-buffer-as-visiting-file):
3632 Call find-operation-coding-system with (FILENAME . BUFFER).
3633
3634 * tar-mode.el (tar-extract): Call find-operation-coding-system
3635 with (FILENAME . BUFFER).
3636
3637 * international/mule.el (decode-coding-inserted-region):
3638 Call find-operation-coding-system with (FILENAME . BUFFER).
3639
3640 2006-05-25 Chong Yidong <cyd@stupidchicken.com>
3641
3642 * image-mode.el (image-toggle-display): Use buffer contents to
3643 generate image for a remote file.
3644
3645 2006-05-25 Juri Linkov <juri@jurta.org>
3646
3647 * replace.el (query-replace-read-from, query-replace-read-to):
3648 Remove 8th arg KEEP-ALL in read-from-minibuffer.
3649
3650 2006-05-25 Rajesh Vaidheeswarran <rv@gnu.org>
3651
3652 * whitespace.el (whitespace-cleanup): Change to cleanup
3653 region if one is active.
3654 * whitespace.el (whitespace-cleanup-internal): New internal method.
3655
3656 2006-05-25 Mathias Dahl <mathias.dahl@gmail.com>
3657
3658 * dired.el (dired-mode-map): Add help-echo strings to tumme
3659 commands. Bind `tumme-dired-display-image' to C-t i.
3660
3661 * tumme.el (tumme-display-image): Change documentation string slightly.
3662 (tumme-dired-display-image): Add call to `display-buffer'.
3663
3664 2006-05-25 Thien-Thi Nguyen <ttn@gnu.org>
3665
3666 * emacs-lisp/bindat.el (bindat-unpack, bindat-pack):
3667 Signal error if RAW-DATA is a multibyte string.
3668
3669 2006-05-24 Richard Stallman <rms@gnu.org>
3670
3671 * subr.el (with-local-quit): When handling `quit' signal,
3672 make a chance for quit-flag to cause a quit.
3673
3674 * emacs-lisp/advice.el (ad-enable-advice, ad-activate)
3675 (ad-disable-advice): Add autoloads.
3676
3677 * subr.el (read-passwd): Copy PROMPT before changing its properties.
3678
3679 2006-05-25 Mathias Dahl <mathias.dahl@gmail.com>
3680
3681 * dired.el (dired-mode-map): Change menu items for tumme as per
3682 suggestions in emacs-devel.
3683
3684 2006-05-25 Nick Roberts <nickrob@snap.net.nz>
3685
3686 * dired.el (dired-mode-map): Fix breakage.
3687
3688 2006-05-25 Mathias Dahl <mathias.dahl@gmail.com>
3689
3690 * tumme.el (tumme-display-dired-image): Rename to...
3691 (tumme-dired-display-image): ...this.
3692 (tumme-track-movement): Change default value to t.
3693 (tumme-display-thumbs): Add new optional parameter DO-NOT-POP,
3694 used from `tumme-next-line-and-display' and similar commands.
3695
3696 * dired.el (dired-mode-map): Add Thumbnail submenu under the
3697 Immediate menu. Add some tumme commands there.
3698
3699 2006-05-24 Luc Teirlinck <teirllm@auburn.edu>
3700
3701 * loadup.el ("jka-cmpr-hook"): Load it before it is needed.
3702
3703 2006-05-24 Chong Yidong <cyd@mit.edu>
3704
3705 * menu-bar.el, international/mule-cmds.el: Remove tooltips for
3706 menu entries that open submenus.
3707
3708 2006-05-24 Alan Mackenzie <acm@muc.de>
3709
3710 * startup.el (command-line): For names of preloaded files, don't
3711 append ".elc" (now done in Fload), and call file-truename on the
3712 lisp directory.
3713
3714 * subr.el (eval-after-load): Fix the doc-string. Allow FILE to
3715 match ANY loaded file with the right name, not just those in
3716 load-path. Put a regexp matching the file name into
3717 after-load-alist, rather than the name itself.
3718
3719 * subr.el: New functions load-history-regexp,
3720 load-history-filename-element, do-after-load-evaluation.
3721
3722 * international/mule.el (load-with-code-conversion): Do the
3723 eval-after-load stuff by calling do-after-load-evaluation.
3724
3725 2006-05-25 Nick Roberts <nickrob@snap.net.nz>
3726
3727 * progmodes/gud.el (gud-sentinel): Condition on GUD buffer if it
3728 has not been killed.
3729
3730 2006-05-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3731
3732 * term/mac-win.el: Set idle timer to clean up expired Apple events.
3733 (mac-ae-get-url): Redispatch Apple event on unknown scheme.
3734 (mac-dispatch-apple-event): Resume Apple event if it is suspended.
3735 Optionally set error message in reply.
3736
3737 2006-05-24 Carsten Dominik <dominik@science.uva.nl>
3738
3739 * textmodes/org.el (org-open-at-point): Use renamed variable
3740 `org-confirm-shell-link-function'.
3741 (org-confirm-shell-link-function): Rename from
3742 `org-confirm-shell-links'.
3743 (org-export-directory): New function.
3744 (org-export-as-ascii, org-export-as-html, org-export-as-xoxo)
3745 (org-export-icalendar): Use `org-export-directory'.
3746 (org-indent-item): Keep cursor position.
3747 (org-link-file-path-type): New option.
3748 (org-export-as-html): Fix bug with plain lists starting in
3749 column 0.
3750 (org-export-as-html): Remove deadline formatting, this happens
3751 now already in `org-html-handle-time-stamps'.
3752 (org-export-html-style): Deadline class removed.
3753 (org-insert-labeled-timestamps-at-point): New option.
3754 (org-cycle, org-occur, org-scan-tags): Use `org-overview' instead
3755 of `hide-sublevels 1', in case the first headline is not level 1.
3756 (org-overview, org-content): New fuction.
3757 (org-cycle-global-status, org-cycle-subtree-status): Make these
3758 variables buffer-local.
3759 (org-global-cycle): New command.
3760 (org-shifttab): Use `org-global-cycle'.
3761 (org-insert-heading, org-insert-item): Go to end of new
3762 headline/item after creating it.
3763 (org-export-visible): Rename from `org-export-copy-visible'.
3764 Now creates a temporary org-file and applies an exporting command
3765 to it.
3766 (org-table-eval-formula): Support for lisp forms.
3767 (org-agenda-todo-ignore-scheduled): New option.
3768 (org-agenda-get-todos): Use new option
3769 `org-agenda-todo-ignore-scheduled'.
3770 (org-export-html-inline-images): New value `maybe'.
3771 (org-export-as-html): Inlining of images dependent on link description.
3772 (org-archive-subtree): Check for end-of-buffer before trying
3773 `kill-line'.
3774 (org-agenda-follow-mode): New option.
3775 (org-export-with-tags, org-export-with-timestamps): New options.
3776 (org-html-handle-time-stamps): New function.
3777 (org-keyword-time-regexp): New variable.
3778 (org-agenda-get-todos): Use `org-agenda-todo-list-sublevels'.
3779 (org-agenda-todo-list-sublevels): New option.
3780 (org-html-level-start): When TITLE is nil, just close all levels.
3781 (org-parse-key-lines, org-parse-export-options): Remove functions,
3782 replaced by `org-infile-export-plist'.
3783 (org-combine-plists, org-infile-export-plist)
3784 (org-default-export-plist): New functions.
3785 (org-export-html-preamble, org-export-html-postamble)
3786 (org-export-html-auto-preamble, org-export-html-auto-postamble):
3787 New variables.
3788 (org-export-publishing-directory): New option.
3789 (org-export-as-html, org-export-as-ascii): Use the new property
3790 lists for settings.
3791 (org-export-copy-visible, org-export-as-xoxo):
3792 Respect `org-export-publishing-directory'.
3793 (org-link-search, org-store-link, org-file-apps): Support for
3794 links to BibTeX database entries..
3795 (org-get-current-options, org-set-regexps-and-options):
3796 Implement logging as a startup option.
3797 (org-store-link): Make sure context string is never empty
3798 (org-insert-link): Use relative path when possible.
3799 (org-at-item-checklet-p): New function.
3800 (org-shifttab, org-shiftmetaleft, org-shiftmetaright)
3801 (org-shiftmetaup, org-shiftmetadown, org-metaleft)
3802 (org-metaright, org-metaup, org-metadown, org-shiftup)
3803 (org-shiftdown, org-shiftright, org-shiftleft)
3804 (org-ctrl-c-ctrl-c, org-cycle, org-return, org-meta-return):
3805 Dispatch using `call-interactively'.
3806 (org-call-with-arg): New defsubst.
3807 (org-tag-alist, org-use-fast-tag-selection): New options.
3808 (org-complete): Use `org-tag-alist'.
3809 (org-fast-tag-insert, org-fast-tag-selection): New functions.
3810 (org-next-item, org-previous-item): New commands.
3811 (org-beginning-of-item, org-end-of-item): Add (interactive) to
3812 make command.
3813 (org-shiftup, org-shiftdown): Accommodate the item-navigation commands.
3814
3815 2006-05-23 Thien-Thi Nguyen <ttn@gnu.org>
3816
3817 * emacs-lisp/ewoc.el (ewoc-delete): New function.
3818 (ewoc-filter): Use `ewoc-delete'.
3819
3820 * emacs-lisp/bindat.el (bindat-pack): Doc fix.
3821
3822 2006-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
3823
3824 * textmodes/bibtex.el (bibtex-format-entry, bibtex-clean-entry):
3825 Signal more user-friendly error messages.
3826
3827 * complete.el (PC-do-completion): Undo the addition of implicit
3828 wildcards if they did not lead to finding any match.
3829 (read-file-name-internal): Don't add the final > if the completion is
3830 not finished.
3831
3832 2006-05-22 Reiner Steib <Reiner.Steib@gmx.de>
3833
3834 * textmodes/bibtex.el (bibtex-maintain-sorted-entries):
3835 Quote safe-local-variable predicate.
3836
3837 2006-05-22 Thien-Thi Nguyen <ttn@gnu.org>
3838
3839 * emacs-lisp/ewoc.el (ewoc-set-data): New function.
3840
3841 2006-05-21 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3842
3843 * textmodes/bibtex.el (bibtex-maintain-sorted-entries): Mark as safe.
3844
3845 * progmodes/make-mode.el (makefile-special-targets-list)
3846 (makefile-macro-table, makefile-target-table): Mark as risky.
3847 (makefile-query-one-target-method): Make this the alias for the
3848 following variable.
3849 (makefile-query-one-target-method-function): Make this the real name.
3850
3851 * textmodes/artist.el (artist-text-renderer): Make this the alias
3852 for the following variable.
3853 (artist-text-renderer-function): Make this the real name.
3854
3855 * textmodes/flyspell.el (flyspell-generic-check-word-p): Make this
3856 the alias for the following variable.
3857 (flyspell-generic-check-word-predicate): Make this the real name.
3858
3859 * textmodes/ispell.el (ispell-format-word): Make this the alias
3860 for the following variable.
3861 (ispell-format-word-function): Make this the real name.
3862 (ispell-message-text-end): Mark as risky.
3863
3864 * skeleton.el (skeleton-transformation, skeleton-filter)
3865 (skeleton-pair-filter): Make these the aliases for the following
3866 variables.
3867 (skeleton-transformation-function, skeleton-filter-function)
3868 (skeleton-pair-filter-function): Make these the real names.
3869
3870 * progmodes/sh-script.el (sh-mode): Use skeleton-filter-function
3871 and skeleton-pair-filter-function.
3872
3873 * textmodes/sgml-mode.el (sgml-transformation): Make this the
3874 alias for the following variable.
3875 (sgml-transformation-function): Make this the real name.
3876 (sgml-tag-alist): Mark as risky.
3877
3878 2006-05-21 Richard Stallman <rms@gnu.org>
3879
3880 * simple.el (kill-region): Interactively, pass point, then mark.
3881
3882 2006-05-22 Thien-Thi Nguyen <ttn@gnu.org>
3883
3884 * emacs-lisp/ewoc.el (ewoc-create): Add autoload cookie.
3885
3886 2006-05-21 Romain Francoise <romain@orebokech.com>
3887
3888 * dired-x.el (dired-mode-map): Don't bind M-g.
3889
3890 2006-05-20 Richard Stallman <rms@gnu.org>
3891
3892 * dired.el (dired-mode-map): Put dired-goto-file on j, not M-g.
3893 (dired-goto-file): Doc fix.
3894
3895 2006-05-21 Kim F. Storm <storm@cua.dk>
3896
3897 * emulation/cua-base.el: Mention customizing cua-mode as alternative
3898 way to enable built-in cua-mode if user loads older CUA-mode package.
3899
3900 * ido.el (ido-read-file-name): Bind ido-show-dot-for-dired to nil
3901 if default-filename is specified.
3902
3903 2006-05-20 Eli Zaretskii <eliz@gnu.org>
3904
3905 * menu-bar.el (menu-bar-manuals-menu) <info-apropos>: New menu item.
3906
3907 * info.el (info-apropos): Make sure current-file and current-node
3908 have non-nil values. Speed up by using add-to-list instead of
3909 manual consing.
3910
3911 2006-05-20 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
3912
3913 * progmodes/make-mode.el (makefile-mode): Doc fix.
3914
3915 2006-05-20 Eli Zaretskii <eliz@gnu.org>
3916
3917 * dired-aux.el (dired-do-shell-command): Doc fix.
3918
3919 2006-05-20 Kevin Ryde <user42@zip.com.au>
3920
3921 * info-xref.el (info-xref-check-all-custom): Skip :tag part of
3922 ``(custom-manual :tag "Foo" "(foo)Node")''.
3923
3924 2006-05-20 Karl Chen <quarl@cs.berkeley.edu>
3925
3926 * progmodes/cc-vars.el (c-backslash-column): Mark as safe if its
3927 value is an integer.
3928
3929 2006-05-20 Eli Zaretskii <eliz@gnu.org>
3930
3931 * mail/rmail.el (rmail-mime-charset-pattern): Add "?:" before
3932 "format".
3933 (rmail-convert-to-babyl-format): Undo the change from 2006-04-19.
3934
3935 2006-05-20 Martin Rudalics <rudalics@gmx.at>
3936
3937 * progmodes/hideif.el (show-ifdef-block): Fix bug where parts of
3938 a hidden block remained hidden if `hide-ifdef-lines' is non-nil.
3939
3940 2006-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
3941
3942 * progmodes/gud.el (gdb-script-font-lock-keywords): Use a stricter
3943 regexp for keywords.
3944
3945 2006-05-20 Masayuki FUJII <boochang@m4.kcn.ne.jp> (tiny change)
3946
3947 * dnd.el (dnd-get-local-file-name): Specify LITERAL in
3948 replace-regexp-in-string.
3949
3950 * term/w32-win.el (w32-drag-n-drop): Substitute '/' for '\',
3951 encode, and escape file name on conversion to URL.
3952
3953 2006-05-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3954
3955 * dnd.el (dnd-handle-one-url): Change 3rd arg ARG to URL.
3956 Don't unescape URL.
3957 (dnd-get-local-file-name): Unescape URL on conversion to file name.
3958
3959 * x-dnd.el (x-dnd-handle-file-name): Encode and escape file names
3960 on conversion to URLs.
3961
3962 * net/browse-url.el (browse-url-file-url): Encode file name on
3963 conversion to URL.
3964
3965 * term/mac-win.el (mac-ae-open-documents): Escape file name on
3966 conversion to URL.
3967
3968 2006-05-19 Eli Zaretskii <eliz@gnu.org>
3969
3970 * progmodes/cc-styles.el (c-style-alist): Doc fix.
3971
3972 2006-05-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3973
3974 * term/mac-win.el (mac-bytes-to-digits): Remove function.
3975 (mac-handle-toolbar-switch-mode): Use coercion instead of it.
3976
3977 2006-05-19 Glenn Morris <rgm@gnu.org>
3978
3979 * calendar/diary-lib.el (diary-bahai-date)
3980 (list-bahai-diary-entries, mark-bahai-diary-entries)
3981 (mark-bahai-calendar-date-pattern): Not interactive.
3982 (add-to-diary-list): New optional arg LITERAL. Doc fix.
3983 (diary-entries-list): Change format of 4th element in each entry.
3984 (diary-list-entries): Use add-to-diary-list.
3985 (diary-goto-entry): Handle the case where the buffer visiting the
3986 diary has been killed.
3987 (fancy-diary-display): Add 'locator to button rather than 'marker.
3988 Only generate temp-face when there are marks to apply.
3989 (list-sexp-diary-entries): Pass literal to add-to-diary-list.
3990 (diary-fancy-date-pattern): New variable.
3991 (diary-time-regexp): Doc fix.
3992 (diary-anniversary, diary-time): New faces.
3993 (fancy-diary-font-lock-keywords): Use diary-fancy-date-pattern and
3994 diary-time-regexp. Add font-lock-multiline property where needed.
3995 Use new faces diary-anniversary and diary-time.
3996 (diary-fancy-font-lock-fontify-region-function): New function, to
3997 handle multiline font-lock pattern in fancy diary.
3998 (fancy-diary-display-mode): Set font-lock-fontify-region-function.
3999 (diary-font-lock-keywords): Tweak time regexp. Use new face
4000 diary-time.
4001
4002 2006-05-19 Alexander Shopov <ash@contact.bg> (tiny change)
4003
4004 * international/code-pages.el (mik): Table corrected.
4005
4006 2006-05-18 Kim F. Storm <storm@cua.dk>
4007
4008 * progmodes/grep.el (grep-find): Don't check grep-find-command
4009 before running command (breaks non-interactive usage).
4010
4011 2006-05-18 Thien-Thi Nguyen <ttn@gnu.org>
4012
4013 * emacs-lisp/ewoc.el (ewoc--adjust): New func.
4014 (ewoc--insert-new-node): Don't insert trailing newline.
4015 Instead, adjust successor nodes's start markers.
4016 (ewoc--refresh-node): Delete all text from current node's start
4017 marker to the next one's; adjust successor nodes's start markers.
4018 (ewoc--create): Doc fixes.
4019 (ewoc--refresh): Don't insert newline.
4020 (ewoc--set-hf): Use `ewoc--set-buffer-bind-dll-let*'.
4021 * pcvs.el (cvs-make-cvs-buffer):
4022 Specify extra newline for ewoc's header and footer.
4023 (cvs-update-header): Update initial header recognition.
4024 Append newline to final header and footer values.
4025 * pcvs-info.el (cvs-fileinfo-pp): Insert trailing newline.
4026
4027 2006-05-17 Richard Stallman <rms@gnu.org>
4028
4029 * files.el (file-name-extension): Doc fix.
4030
4031 2006-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
4032
4033 * shell.el (shell-dirtrack-mode): Make it into a proper minor mode, so
4034 we can explicitly enable/disable rather than toggle.
4035 (shell-mode): Use it.
4036 (shell-cd): Don't try to reproduce what `cd' does.
4037
4038 2006-05-17 Kim F. Storm <storm@cua.dk>
4039
4040 * ido.el (ido-read-internal): Use only nondirectory part of
4041 default item.
4042
4043 2006-05-17 Thien-Thi Nguyen <ttn@gnu.org>
4044
4045 * emacs-lisp/ewoc.el (ewoc-data): Add docstring.
4046 (ewoc-nth): Doc fix.
4047
4048 (ewoc-map, ewoc-invalidate): Compute PP before looping.
4049
4050 2006-05-16 Eli Zaretskii <eliz@gnu.org>
4051
4052 * international/mule.el (auto-coding-alist): Add .lha to files
4053 read with no-conversion.
4054
4055 * files.el (auto-mode-alist): Add .lha files to archive file
4056 extensions.
4057
4058 * arc-mode.el (archive-arc-summarize, archive-lzh-summarize):
4059 Convert csize to integer when computing offsets within the
4060 compressed archive file.
4061
4062 2006-05-16 Kim F. Storm <storm@cua.dk>
4063
4064 * subr.el (add-to-history): Add KEEP-ALL arg and align functionality
4065 with read-from-minibuffer.
4066
4067 2006-05-16 Reiner Steib <Reiner.Steib@gmx.de>
4068
4069 * emacs-lisp/bytecomp.el (byte-compile-warnings-safe-p): New function.
4070 (byte-compile-warnings): Fix safe-local-variable property.
4071
4072 2006-05-16 Ken Manheimer <ken.manheimer@gmail.com>
4073
4074 * allout.el (allout-show-bodies, allout-old-style-prefixes)
4075 (allout-stylish-prefixes, allout-numbered-bullet)
4076 (allout-file-xref-bullet, allout-use-hanging-indents): Use simple
4077 predicates to qualify `safe-local-variable' property, when
4078 available, else use equivalent lambda.
4079 (allout-current-topic-collapsed-p): Do the right thing regarding
4080 trailing blank lines.
4081
4082 2006-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
4083
4084 * server.el (server-start): Only create a directory if needed.
4085 (server-edit, server-unload-hook): server-start => server-mode.
4086 (kill-emacs-hook): Cleanup upon exit.
4087
4088 2006-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
4089
4090 * hexl.el (hexlify-buffer): Encode process arguments manually.
4091
4092 2006-05-16 Nick Roberts <nickrob@snap.net.nz>
4093
4094 * progmodes/gud.el (gud-tooltip-tips): Add missing argument to
4095 call to gdb-tooltip-print.
4096
4097 2006-05-15 Romain Francoise <romain@orebokech.com>
4098
4099 * dired-x.el (dired-guess-shell-gnutar): On GNU and GNU/Linux
4100 systems, default to "tar" since those systems probably have GNU tar.
4101
4102 2006-05-14 Lars Hansen <larsh@soem.dk>
4103
4104 * desktop.el (desktop-missing-file-warning): Fix docstring.
4105 (desktop-restore-file-buffer): Correct question asked on missing file.
4106
4107 2006-05-14 Kim F. Storm <storm@cua.dk>
4108
4109 * progmodes/cc-subword.el (c-forward-subword, c-backward-subword):
4110 Add CUA move property.
4111
4112 2006-05-13 Chong Yidong <cyd@stupidchicken.com>
4113
4114 * custom.el (custom-push-theme): Load the variable before checking
4115 its `standard-value'.
4116
4117 2006-05-13 Lars Hansen <larsh@soem.dk>
4118
4119 * desktop.el (desktop-save): Use with-temp-buffer.
4120
4121 2006-05-12 Glenn Morris <rgm@gnu.org>
4122
4123 * calendar/cal-menu.el (calendar-mode-map, calendar-mouse-3-map):
4124 * calendar/calendar.el (calendar-mode-map):
4125 * calendar/diary-lib.el (include-other-diary-files,diary-mail-entries):
4126 * calendar/appt.el (appt-check, appt-make-list): Refer to
4127 diary-view-entries, diary-list-entries, diary-show-all-entries
4128 rather than obsolete aliases.
4129
4130 2006-05-12 Chong Yidong <cyd@stupidchicken.com>
4131
4132 * simple.el (line-move-finish): Avoid calling point motion hooks
4133 while processing intangibility.
4134
4135 2006-05-12 Dan Nicolaescu <dann@ics.uci.edu>
4136
4137 * term/xterm.el (terminal-init-xterm): Fix typo.
4138
4139 2006-05-12 Ken Manheimer <ken.manheimer@gmail.com>
4140
4141 * allout.el (allout-view-change-hook): Mark as being deprecated,
4142 to be replaced by `allout-exposure-change-hook'.
4143 (allout-exposure-change-hook): New, replacing
4144 `allout-view-change-hook'.
4145 (allout-flag-region): Run new hook `allout-exposure-change-hook',
4146 in addition to `allout-view-change-hook'.
4147 (allout-show-bodies, allout-old-style-prefixes)
4148 (allout-stylish-prefixes, allout-use-hanging-indents): Quote the
4149 lambda forms to prevent their showing up in variable help
4150 presentations as inscrutable byte-compiled code.
4151 (allout-numbered-bullet, allout-file-xref-bullet, allout-layout):
4152 Use string-or-null-p to qualify safe-local-variable values.
4153 (allout-reindent-bodies): Use memq to qualify matches against
4154 valid safe-local-variable values. Also, quote the lambda as above.
4155 (allout-use-mode-specific-leader): Add missing candidate-value
4156 symbols, use memq, and quote the lambda.
4157 (allout-overlay-interior-modification-handler): Remove unused
4158 variables `msg' and 'opened'.
4159 (allout-hidden-p): Constrain invisibility consideration to allout's
4160 invisibility spec, disregarding invisibility for other reasons.
4161
4162 2006-05-12 Reiner Steib <Reiner.Steib@gmx.de>
4163
4164 * files.el (version-control): Correct safe values.
4165
4166 2006-05-12 Thien-Thi Nguyen <ttn@gnu.org>
4167
4168 * emacs-lisp/ewoc.el (ewoc-refresh): Compute PP once before looping.
4169
4170 (ewoc--node-enter-before, ewoc--create-node): Delete funcs.
4171 (ewoc--insert-new-node): New func.
4172 Update callers of deleted funcs to use it, instead.
4173
4174 2006-05-11 Glenn Morris <rgm@gnu.org>
4175
4176 * calendar/calendar.el (diary-show-all-entries): Do not refer to
4177 obsolete alias `show-all-diary-entries'.
4178 (make-diary-entry): Not interactive.
4179 (cal-tex-cursor-month, cal-tex-cursor-month-landscape)
4180 (cal-tex-cursor-day, cal-tex-cursor-week, cal-tex-cursor-week2)
4181 (cal-tex-cursor-week-iso, cal-tex-cursor-week-monday)
4182 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
4183 (cal-tex-cursor-year-landscape, cal-tex-cursor-filofax-year)
4184 (cal-tex-cursor-filofax-daily, cal-tex-cursor-year): Interactive.
4185
4186 2006-05-11 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
4187
4188 * calendar/calendar.el (calendar-french-date-string)
4189 (calendar-mayan-date-string, calendar-chinese-date-string)
4190 (calendar-astro-date-string, calendar-iso-date-string)
4191 (calendar-islamic-date-string, calendar-bahai-date-string)
4192 (calendar-hebrew-date-string, calendar-coptic-date-string)
4193 (calendar-ethiopic-date-string, calendar-persian-date-string):
4194 These functions are not interactive.
4195
4196 2006-05-11 Luc Teirlinck <teirllm@auburn.edu>
4197
4198 * files.el: Balance parentheses.
4199
4200 2006-05-11 Reiner Steib <Reiner.Steib@gmx.de>
4201
4202 * files.el, newcomment.el, outline.el, simple.el,
4203 emacs-lisp/bytecomp.el, progmodes/cc-compat.el,
4204 progmodes/cc-vars.el, progmodes/compile.el:
4205 Move `safe-local-variable' declarations to the respective files.
4206
4207 * help-fns.el (describe-variable): Don't print safe-var if it is
4208 byte-code. Improve wording as suggested by Luc Teirlinck.
4209
4210 2006-05-11 Nick Roberts <nickrob@snap.net.nz>
4211
4212 * progmodes/gdb-ui.el (gdb-reset): Update speedbar if necessary.
4213 (gdb-var-evaluate-expression-handler, gdb-var-update-handler):
4214 Use a token for pending-triggers to ensure gdb-var-update
4215 gets called once per user input again for pre-GDB 6.4.
4216 (gdb-var-delete): Match on more complex expressions.
4217 (gdb-var-list-children-handler, gdb-var-create-handler):
4218 Use a token for consistency.
4219
4220 2006-05-11 Carsten Dominik <dominik@science.uva.nl>
4221
4222 * textmodes/org.el (org-read-date, org-goto-calendar)
4223 (org-agenda-goto-calendar):
4224 Bind `view-calendar-holidays-initially' to nil.
4225
4226 2006-05-11 Thien-Thi Nguyen <ttn@gnu.org>
4227
4228 * emacs-lisp/ewoc.el (ewoc--refresh-node): No longer save-excursion.
4229 Update all callers to do it there, instead.
4230
4231 2006-05-10 Glenn Morris <rgm@gnu.org>
4232
4233 * calendar/calendar.el (calendar-basic-setup): Set day to 1 in
4234 prefix arg case, to avoid view-diary-entries-initially error.
4235 Reported by Stephen Berman <Stephen.Berman at gmx.net>.
4236 (calendar-date-is-legal-p): Handle dates with no day part.
4237
4238 2006-05-11 Nick Roberts <nickrob@snap.net.nz>
4239
4240 * comint.el (comint-insert-input): Just make it when
4241 comint-use-prompt regexp is nil (default) and with the mouse.
4242 (comint-copy-old-input): Reinstate from 2004-06-23.
4243 (comint-mode-map): Bind C-c C-m to it.
4244
4245 2006-05-10 J.D. Smith <jdsmith@as.arizona.edu>
4246
4247 * progmodes/idlw-shell.el (idlwave-shell-move-or-history):
4248 Remove spurious move to point-max (new comint behavior fixes).
4249
4250 * progmodes/idlwave.el (idlwave-push-mark): Removed obsolete
4251 compatibility function (Emacs 18/19).
4252 (idlwave-is-continuation-line): Always return point at start of
4253 previous non-blank continuation line.
4254 `keyword-parameters': Fix continued comment font-lock matcher.
4255 (idlwave-font-lock-fontify-region): Written, use as
4256 font-lock-fontify-region-function, to fix continued keyword
4257 fontification issues.
4258
4259 2006-05-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4260
4261 * term/mac-win.el (mac-font-panel-mode): Doc fix.
4262 (mac-service-selection, mac-service-open-file)
4263 (mac-service-open-selection, mac-service-mail-selection)
4264 (mac-service-mail-to, mac-service-insert-text): Rename from
4265 mac-services-*. All uses changed.
4266 (mac-apple-event-map): Rename event symbol `services' to `service'.
4267
4268 2006-05-10 Thien-Thi Nguyen <ttn@gnu.org>
4269
4270 * emacs-lisp/ewoc.el (ewoc--dll-create, ewoc--node-delete)
4271 (ewoc--node-enter-first, ewoc--node-enter-last)
4272 (ewoc--delete-node-internal): Merge funcs into unique callers.
4273
4274 2006-05-09 Chong Yidong <cyd@stupidchicken.com>
4275
4276 * emacs-lisp/crm.el (completing-read-multiple): Properly handle
4277 return value of read-from-minibuffer for empty input.
4278
4279 2006-05-09 Miles Bader <miles@gnu.org>
4280
4281 * comint.el (comint-insert-input): Remove redundant calls to setq
4282 and goto-char.
4283
4284 2006-05-10 Nick Roberts <nickrob@snap.net.nz>
4285
4286 * comint.el (comint-insert-input): Make it work when
4287 comint-use-prompt-regexp is t.
4288
4289 2006-05-10 Miles Bader <miles@gnu.org>
4290
4291 * subr.el (field-at-pos): New function.
4292
4293 * comint.el (comint-insert-input): Use it.
4294
4295 2006-05-09 Juri Linkov <juri@jurta.org>
4296
4297 * battery.el (battery-linux-proc-acpi): Also try
4298 `/proc/acpi/thermal_zone/THR2/temperature'.
4299
4300 * files.el <safe-local-variable>: Remove `eval' and `let' binding
4301 for now unused lambda `string-or-null'.
4302
4303 * add-log.el (change-log-default-name): Put `string-or-null-p'
4304 instead of lambda on `safe-local-variable' property.
4305
4306 * diff-mode.el (diff-context->unified): Use `region-beginning' and
4307 `region-end' instead of `mark' and `point'.
4308 (diff-unified->context, diff-reverse-direction, diff-fixup-modifs):
4309 Operate on region in Transient Mark mode when the mark is active.
4310 Use `region-beginning' and `region-end' instead of `mark' and
4311 `point'.
4312 (diff-hunk-text, diff-goto-source): Doc fix.
4313
4314 * startup.el (fancy-splash-screens, normal-splash-screen): Use
4315 face `mode-line-buffer-id' for mode-line buffer face instead of
4316 hard-coded `(:weight bold)'.
4317
4318 * arc-mode.el (archive-set-buffer-as-visiting-file): Bind
4319 buffer-undo-list to t (undo-ask is reproducible by visiting
4320 nested archives).
4321
4322 2006-05-09 Kim F. Storm <storm@cua.dk>
4323
4324 * progmodes/grep.el (rgrep): Set default directory of *grep*
4325 buffer if we start M-x rgrep in the *grep* buffer and choose
4326 a different base directory.
4327
4328 2006-05-09 Michael Albinus <michael.albinus@gmx.de>
4329
4330 * net/tramp.el (tramp-register-file-name-handlers): Enable Tramp
4331 completion also when ido is loaded.
4332
4333 2006-05-09 Masatake YAMATO <jet@gyve.org>
4334
4335 * font-lock.el (cpp-font-lock-keywords-source-directives): Addded
4336 "warning" and "import".
4337 (cpp-font-lock-keywords): Added "warning".
4338
4339 2006-05-08 Dan Nicolaescu <dann@ics.uci.edu>
4340
4341 * term/xterm.el (terminal-init-xterm): Add more key bindings.
4342
4343 2006-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
4344
4345 * mwheel.el (mwheel-scroll): Make sure that when scrolling multiple
4346 pages at a time, if we signal the end, we should indeed reach that end.
4347
4348 2006-05-08 David Reitter <david.reitter@gmail.com>
4349
4350 * emacs-lisp/easy-mmode.el (define-minor-mode): Only preserve messages
4351 output during execution of the body.
4352
4353 2006-05-08 Kim F. Storm <storm@cua.dk>
4354
4355 * progmodes/grep.el (lgrep, rgrep): Doc fixes.
4356
4357 2006-05-08 Thien-Thi Nguyen <ttn@gnu.org>
4358
4359 * emacs-lisp/ewoc.el (ewoc--set-buffer-bind-dll-let*):
4360 Use with-current-buffer.
4361
4362 2006-05-07 Kim F. Storm <storm@cua.dk>
4363
4364 * subr.el (add-to-history): Remove keep-dups arg.
4365
4366 * kmacro.el (kmacro-push-ring): Let-bind history-delete-duplicates
4367 to nil around call to add-to-history.
4368
4369 2006-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
4370
4371 * emacs-lisp/syntax.el (syntax-ppss): Flush the cache before rather
4372 than after a buffer modification.
4373
4374 2006-05-08 Nick Roberts <nickrob@snap.net.nz>
4375
4376 * progmodes/gdb-ui.el (gdb-var-create-handler): Move speedbar
4377 call to...
4378 (gud-watch): ...here so speedbar is raised for already watched
4379 expressions.
4380 (gdb-speedbar-refresh): Delete function.
4381 (gdb-speedbar-update, gdb-speedbar-timer-fn): New functions.
4382 Use speedbar-timer-fn instead of speedbar-refresh (reverting
4383 earlier change).
4384 (gdb-var-evaluate-expression-handler)
4385 (gdb-var-list-children-handler-1, gdb-var-update-handler-1): Use it.
4386
4387 * speedbar.el (speedbar-timer-fn): Remove save-window-excursion.
4388 Update localized contents for all buffers except ignored modes.
4389
4390 2006-05-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4391
4392 * term/mac-win.el (mac-utxt-to-string): Use `eq' instead of `='.
4393 (mac-atsu-font-table, mac-font-panel-mode): Add defvars.
4394 (mac-bytes-to-digits, mac-handle-toolbar-switch-mode)
4395 (mac-handle-font-panel-closed, mac-handle-font-selection):
4396 New functions.
4397 (mac-font-panel-mode): New minor mode.
4398 (mac-apple-event-map): Add bindings for toolbar toggle button and
4399 font panel.
4400 (menu-bar-showhide-menu): Add mac-font-panel-mode.
4401
4402 2006-05-07 John Paul Wallington <jpw@pobox.com>
4403
4404 * ibuffer.el (ibuffer-compressed-file-name-regexp):
4405 Avoid `regexp-opt'; simplify regexp for readability.
4406
4407 2006-05-06 Eli Zaretskii <eliz@gnu.org>
4408
4409 * ldefs-boot.el (dired-do-redisplay, dired-maybe-insert-subdir):
4410 * files.el (buffer-stale-function):
4411 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
4412 * autorevert.el (global-auto-revert-non-file-buffers): Point Info
4413 links to the main manual, not to emacs-xtra.
4414
4415 2006-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4416
4417 * term/mac-win.el (mac-utxt-to-string): Don't make adjustment for
4418 MacJapanese if text is ASCII-only.
4419
4420 2006-05-06 Nick Roberts <nickrob@snap.net.nz>
4421
4422 * progmodes/gdb-ui.el (gdb-goto-breakpoint): Use or instead of
4423 unless so nil isn't returned.
4424 (gdb-setup-windows, gdb-restore-windows): Reset gdb-source-window.
4425
4426 2006-05-06 Kim F. Storm <storm@cua.dk>
4427
4428 * subr.el (add-to-history): New function.
4429
4430 * ediff.el (ediff-files, ediff-files3, ediff-merge-files)
4431 (ediff-merge-files-with-ancestor):
4432 * env.el (setenv):
4433 * isearch.el (isearch-update-ring):
4434 * server.el (server-visit-files):
4435 * progmodes/grep.el (lgrep, rgrep):
4436 * progmodes/vhdl-mode.el (vhdl-generate-makefile-1):
4437 * progmodes/xscheme.el (xscheme-insert-expression):
4438 Use add-to-history.
4439
4440 * kmacro.el (kmacro-push-ring): Use add-to-history.
4441 (kmacro-ring-length): Remove unused defun.
4442 (kmacro-start-macro): Use kmacro-push-ring.
4443
4444 2006-05-06 Thien-Thi Nguyen <ttn@gnu.org>
4445
4446 * emacs-lisp/ewoc.el (ewoc-create, ewoc-set-hf): Use `insert'
4447 directly instead of a lambda expression that calls it.
4448
4449 2006-05-06 Kim F. Storm <storm@cua.dk>
4450
4451 * avoid.el (mouse-avoidance-point-position): Use posn-at-point
4452 instead of compute-motion.
4453
4454 2006-05-05 Dan Nicolaescu <dann@ics.uci.edu>
4455
4456 * ibuffer.el (ibuffer-compressed-file-name-regexp): Undo previous
4457 change.
4458
4459 2006-05-05 Reiner Steib <Reiner.Steib@gmx.de>
4460
4461 * startup.el (command-line-1): Refer to "Pure Storage" on
4462 pure-space-overflow.
4463
4464 2006-05-05 Martin Rudalics <rudalics@gmx.at>
4465
4466 * emacs-lisp/re-builder.el (reb-update-overlays): Cycle through
4467 provided faces once they all have been used up.
4468
4469 2006-05-05 Eli Zaretskii <eliz@gnu.org>
4470
4471 * startup.el (normal-splash-screen, fancy-splash-screens-1): Add a
4472 reference to the Lisp manual to the warning about pure space
4473 overflow.
4474
4475 2006-05-05 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
4476
4477 * textmodes/ispell.el (ispell-buffer-local-dict): Add a `no-reload'
4478 argument to avoid the call to `ispell-internal-change-dictionary'
4479 when not needed.
4480 (ispell-change-dictionary): Use this argument and call
4481 `ispell-internal-change-dictionary' after the possible change
4482 to `ispell-local-dictionary'.
4483 (ispell-internal-change-dictionary): Check for a change in
4484 personal dictionary use too.
4485
4486 2006-05-05 Eli Zaretskii <eliz@gnu.org>
4487
4488 * startup.el (command-line): On MS-Windows, probe "~", not
4489 "~USER", for warning about non-existent home directory
4490
4491 * arc-mode.el (archive-l-e): New optional argument `float' means
4492 generate a float value.
4493 (archive-arc-summarize, archive-lzh-summarize)
4494 (archive-zip-summarize, archive-zoo-summarize): Invoke archive-l-e
4495 with 3rd argument non-nil when file's size is being computed.
4496 Format the file sizes with %8.0f instead of %8d.
4497
4498 2006-05-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4499
4500 * cus-start.el (all): Add mac-dnd-known-types.
4501
4502 * term/mac-win.el (mac-utxt-to-string, mac-string-to-utxt)
4503 (mac-TEXT-to-string, mac-string-to-TEXT, mac-furl-to-string)
4504 (mac-TIFF-to-string): New functions.
4505 (x-get-selection, x-selection-value)
4506 (mac-select-convert-to-string): Use them.
4507 (mac-text-encoding-mac-japanese-basic-variant): New constant.
4508 (mac-dnd-types-alist): New customization variable.
4509 (mac-dnd-handle-furl, mac-dnd-handle-hfs, mac-dnd-insert-utxt)
4510 (mac-dnd-insert-TEXT, mac-dnd-insert-TIFF, mac-dnd-drop-data)
4511 (mac-dnd-handle-drag-n-drop-event): New functions.
4512 (mac-drag-n-drop): Remove function.
4513 (global-map): Bind drag-n-drop and M-drag-n-drop to
4514 mac-dnd-handle-drag-n-drop-event.
4515
4516 2006-05-04 Karl Chen <quarl@NOSPAM.quarl.org>
4517
4518 * progmodes/perl-mode.el (perl-beginning-of-function):
4519 Skip anonymous subs.
4520
4521 2006-05-04 Dan Nicolaescu <dann@ics.uci.edu>
4522
4523 * ibuffer.el (ibuffer-compressed-file-name-regexp): Avoid loading
4524 regexp-opt at run time.
4525
4526 * term.el (term-handle-ansi-escape): Fix off by one error.
4527
4528 2006-05-04 Nick Roberts <nickrob@snap.net.nz>
4529
4530 * progmodes/gdb-ui.el (gdb-force-update): Delete variable...
4531 (gdb-init-1, gdb-post-prompt): ...and references to it.
4532 (gdb-frame-handler): Strip directory name from filename if present.
4533
4534 * progmodes/gud.el (gdb-force-update): Delete defvar
4535 (gud-speedbar-buttons): ...and references to it. Use window-start
4536 to try to keep positon in watch expression.
4537
4538 2006-05-03 Richard Stallman <rms@gnu.org>
4539
4540 * simple.el (next-history-element, previous-history-element): Doc fix.
4541
4542 * isearch.el (isearch-update-ring): Doc fix.
4543
4544 2006-05-03 Dan Nicolaescu <dann@ics.uci.edu>
4545
4546 * isearch.el (isearch-update-ring): Take history-delete-duplicates
4547 into consideration. Replace one arm ifs with whens.
4548
4549 2006-05-03 Nick Roberts <nickrob@snap.net.nz>
4550
4551 * progmodes/gdb-ui.el (gud-watch): Let user select an expression.
4552 (menu): Fix typo.
4553
4554 2006-05-02 Miles Bader <miles@gnu.org>
4555
4556 * replace.el (occur-engine): Bind `inhibit-field-text-motion' to t.
4557
4558 2006-05-02 Jay Belanger <belanger@truman.edu>
4559
4560 * calc/calc-embed.el (calc-override-minor-modes-map)
4561 (calc-override-minor-modes): New variables.
4562 (calc-do-embedded): Make sure that Calc keystrokes aren't
4563 overwritten by minor modes.
4564
4565 2006-05-02 Chong Yidong <cyd@mit.edu>
4566
4567 * msb.el (msb): If EVENT is a down event, read and discard the up event.
4568
4569 2006-05-02 Reiner Steib <Reiner.Steib@gmx.de>
4570
4571 * startup.el (command-line-1): Refer to Lisp manual when
4572 pure-space-overflow occurs.
4573
4574 * files.el (byte-compile-dynamic, byte-compile-dynamic-docstrings)
4575 (byte-compile-warnings, find-file-visit-truename, indent-tabs-mode)
4576 (left-margin, no-byte-compile, no-update-autoloads, truncate-lines)
4577 (version-control): Don't use `t' for safe-local-variable declarations.
4578
4579 2006-05-01 Richard Stallman <rms@gnu.org>
4580
4581 * diff-mode.el (diff-mode-shared-map): Don't bind M-W, M-U, M-C,
4582 M-r, M-R, M-A, M-SPC or M-DEL.
4583 (diff-mode-map): diff-refine-hunk now on C-c C-w
4584 (diff-mode-map): Bind C-c C-e, C-c C-n, C-c C-r, C-c C-u.
4585
4586 * help-mode.el (help-mode): view-exit-action calls delete-window
4587 only when it is safe and possible.
4588
4589 * simple.el (undo-outer-limit-truncate): Put quotes around buffer name
4590 in messages.
4591
4592 * emacs-lisp/warnings.el (display-warning, lwarn): Doc fixes.
4593
4594 * tool-bar.el (tool-bar-setup): Put Help and Preferences items
4595 in the default tool-bar-map.
4596
4597 2006-05-01 Michael Albinus <michael.albinus@gmx.de>
4598
4599 * net/tramp.el (tramp-completion-file-name-handler-alist)
4600 (tramp-run-real-handler, tramp-completion-run-real-handler)
4601 (tramp-completion-handle-file-name-all-completions)
4602 (tramp-completion-handle-file-name-completion): Autoload them.
4603 (tramp-completion-handle-file-exists-p)
4604 (tramp-completion-handle-file-name-directory)
4605 (tramp-completion-handle-file-name-nondirectory)
4606 (tramp-completion-handle-expand-file-name): Remove them.
4607 (tramp-handle-file-name-directory): Return the real directory name.
4608 Returning "/" only doesn't need to be necessary any longer.
4609 (tramp-file-name-handler): Make special attention when in hostname
4610 completion mode.
4611 (tramp-completion-file-name-handler): Revert patch from 2006-04-28.
4612 (tramp-register-file-name-handlers):
4613 Register `tramp-completion-file-name-handler' only when
4614 `partial-completion-mode' is enabled.
4615 (tramp-completion-handle-file-name-all-completions):
4616 Delete directory part from results.
4617 (tramp-get-completion-methods, tramp-get-completion-user-host):
4618 Discard deleting "/", it doesn't work after the change of
4619 `tramp-handle-file-name-directory' above.
4620
4621 2006-05-01 Kim F. Storm <storm@cua.dk>
4622
4623 * progmodes/grep.el (grep-expand-template): Use save-match-data
4624 and symbol-value.
4625
4626 2006-05-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4627
4628 * term/mac-win.el (mac-ae-open-documents, mac-drag-n-drop):
4629 Use select-frame-set-input-focus instead of raise-frame.
4630 (global-map): Bind M-drag-n-drop to mac-drag-n-drop.
4631
4632 2006-05-01 Nick Roberts <nickrob@snap.net.nz>
4633
4634 * progmodes/gud.el (gud-def): Add %c case.
4635 (gud-speedbar-buttons): Don't bind case-fold-search unnecessarily.
4636 (gud-format-command): Make match case sensitive. Match on %F.
4637
4638 2006-04-30 Glenn Morris <rgm@gnu.org>
4639
4640 * calendar/cal-tex.el (cal-tex-preamble-extra): New variable.
4641 (cal-tex-preamble): Use cal-tex-preamble-extra.
4642 (cal-tex-list-diary-entries): Refer to `diary-list-entries' rather
4643 than alias `list-diary-entries'.
4644
4645 2006-04-29 Dan Nicolaescu <dann@ics.uci.edu>
4646
4647 * help-fns.el (describe-variable): Add info about safe local variables.
4648
4649 2006-04-29 Richard Stallman <rms@gnu.org>
4650
4651 * bindings.el (mode-line-format): help-echo doc fixes.
4652
4653 * net/tramp.el (tramp-file-name-handler-alist): Delete
4654 expand-file-name and other operations that can cause spurious loading.
4655
4656 2006-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
4657
4658 * files.el (safe-local-variable-p): Remove support for the special
4659 value t.
4660
4661 * textmodes/paragraphs.el (sentence-end-without-space):
4662 Fix safety predicate.
4663 (sentence-end-double-space, sentence-end-without-period)
4664 (paragraph-ignore-fill-prefix):
4665 * textmodes/fill.el (colon-double-space):
4666 * abbrev.el (abbrev-mode): Tighten the safety predicate.
4667
4668 * subr.el (booleanp): New fun.
4669
4670 * textmodes/reftex-vars.el (reftex-guess-label-type):
4671 Tighten the safety predicate.
4672
4673 2006-04-28 Kim F. Storm <storm@cua.dk>
4674
4675 * progmodes/grep.el (defgroup grep): Doc fix.
4676 (grep-auto-highlight): Remove.
4677 (grep-template): New defcustom.
4678 (grep-find-template): Rename from grep-tree-template.
4679 (grep-files-aliases): Rename from grep-tree-files-aliases.
4680 Remove "all" alias, add "l" alias.
4681 (grep-tree-ignore-case, grep-tree-ignore-CVS-directories): Remove.
4682 (grep-find-ignored-directories): New defcustom to replace
4683 grep-tree-ignore-CVS-directories, to facilitate ignoring
4684 subdirectories for multiple version control systems.
4685 (grep-mode-map): Add Recursive grep item to GREP menu.
4686 (grep-regexp-history, grep-files-history): New defvars.
4687 (grep-probe): New helper function.
4688 (grep-compute-defaults): Use it to simplify code.
4689 Adapt to name changes.
4690 Use `.' as base in grep-find-template rather than <D>.
4691 (grep): Remove superfluous highlight-regexp arg. Fix doc.
4692 Call grep-compute-defaults unconditionally.
4693 (grep-expand-keywords): New defconst.
4694 (grep-expand-template): Rename from grep-expand-command-macros.
4695 Simplify via grep-expand-keywords. Look at case-fold-search instead
4696 of grep-tree-ignore-case to add -i option.
4697 Bind case-fold-search to nil while matching keywords.
4698 (grep-tree-last-regexp, grep-tree-last-files): Remove.
4699 (grep-read-regexp, grep-read-files): New helper functions.
4700 (rgrep): Rename from grep-tree. Rework to use proper histories.
4701 Adapt to changes in defcustoms and functions above.
4702 (lgrep): New command, as grep, but using same interactive UI as rgrep.
4703
4704 2006-04-28 Michael Albinus <michael.albinus@gmx.de>
4705
4706 * net/tramp.el (tramp-completion-file-name-handler):
4707 Disable Tramp's functionality while loading Tramp itself.
4708 (tramp-register-file-name-handlers): That's a defsubst now.
4709 Code from `tramp-repair-jka-compr' moved here. Apply it via
4710 `after-init-hook'.
4711 (tramp-repair-jka-compr): Remove.
4712
4713 2006-04-27 Jay Belanger <belanger@truman.edu>
4714
4715 * calc-embed.el (calc-embedded-make-info): Use `math-read-expr' to
4716 read expression when `math-read-big-expr' doesn't work.
4717
4718 2006-04-27 Reiner Steib <Reiner.Steib@gmx.de>
4719
4720 * startup.el (command-line-1): Display warning when
4721 pure-space-overflow is non-nil.
4722
4723 2006-04-26 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
4724
4725 * textmodes/bibtex.el (bibtex-user-optional-fields): Mark as
4726 risky.
4727
4728 2006-04-26 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
4729
4730 * textmodes/bibtex.el (bibtex-url): New optional arg no-browse.
4731 Return the URL or nil if none can be generated.
4732
4733 2006-04-27 Nick Roberts <nickrob@snap.net.nz>
4734
4735 * progmodes/gud.el (gud-comint-buffer): Move forward to stop
4736 byte compiler warnings.
4737 (gud-basic-call, gud-find-expr): Let user select an expression
4738 for printing. Print expression as well as value in GUD buffer.
4739
4740 2006-04-17 Ken Manheimer <ken.manheimer@gmail.com>
4741
4742 * allout.el: Remove local autoload declaration for
4743 pgg-gpg-symmetric-key-p, since that's now done in pgg-gpg.el.
4744 (allout-show-bodies, allout-header-prefix, allout-primary-bullet)
4745 (allout-plain-bullets-string, allout-distinctive-bullets-string)
4746 (allout-use-mode-specific-leader, allout-old-style-prefixes)
4747 (allout-stylish-prefixes, allout-numbered-bullet)
4748 (allout-file-xref-bullet, allout-presentation-padding)
4749 (allout-use-hanging-indents, allout-reindent-bodies): Mark as
4750 safe-local-variable with suitable value spec, and add autoload
4751 cookie for loaddefs inclusion. We now use an explicit spec everywhere.
4752 (move-beginning-of-line, move-end-of-line): Repair so these compat
4753 functions now actually resituate the point, when appropriate.
4754
4755 2006-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
4756
4757 * progmodes/cc-subword.el (c-subword-mode-map): Use command remapping.
4758
4759 * add-log.el (add-log-iso8601-time-zone): Make parameter optional.
4760 (add-log-iso8601-time-string): Fix call to format-time-string.
4761
4762 2006-04-26 Kim F. Storm <storm@cua.dk>
4763
4764 * subr.el (posn-string, posn-image, posn-object): Doc fix.
4765
4766 2006-04-26 Masatake YAMATO <jet@gyve.org>
4767
4768 * progmodes/asm-mode.el (asm-mode, asm-mode-syntax-table):
4769 Add support for "//" style comments. Remove `b' flag
4770 from ?* in `asm-mode-syntax-table'.
4771
4772 2006-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
4773
4774 * follow.el: Use (featurep 'xemacs) everywhere.
4775 (follow-mode): Use define-minor-mode.
4776 (follow-mode-map): Move initialization into the declaration.
4777 Use command remapping.
4778 (follow-emacs-version-xemacs-p): Remove.
4779 (follow-submit-feedback): Remove.
4780
4781 * allout.el (allout-layout, allout-passphrase-verifier-string)
4782 (allout-passphrase-hint-string): Tighten up a bit the safety predicate.
4783
4784 * textmodes/reftex-vars.el (reftex-vref-is-default)
4785 (reftex-fref-is-default, reftex-guess-label-type):
4786 Tighten up a bit the safety predicate.
4787
4788 * textmodes/paragraphs.el (sentence-end-double-space)
4789 (sentence-end-without-period, sentence-end-without-space)
4790 (page-delimiter, paragraph-ignore-fill-prefix):
4791 Tighten up a bit the safety predicate.
4792
4793 * textmodes/fill.el (colon-double-space): Tighten up the safety pred.
4794
4795 * progmodes/python.el (python-continuation-line-p)
4796 (python-beginning-of-statement): syntax-ppss may return
4797 a negative depth.
4798 (python-mode): Don't forcefully enable font-lock.
4799
4800 * time-stamp.el (time-stamp-start, time-stamp-end)
4801 (time-stamp-inserts-lines): Tighten up a bit the safety predicate.
4802
4803 * add-log.el: Remove spurious * in docstrings.
4804 (add-log-time-zone-rule): Rename from change-log-time-zone-rule.
4805 (add-change-log-entry): Use it here, since it's not specific
4806 to iso8601.
4807 (add-log-iso8601-time-string): Don't use it here any more.
4808 (change-log-indent-text, change-log-indent): Rename from add-log-*.
4809
4810 * abbrev.el (abbrev-mode): Tighten up a bit the safety predicate.
4811
4812 2006-04-25 Ryan Yeske <rcyeske@gmail.com>
4813
4814 * net/rcirc.el (rcirc-print): Revert last change with ignored nicks.
4815 (rcirc-toggle-low-priority): Doc fix.
4816 (rcirc-handler-NOTICE): Remove beginning of line anchor in
4817 ChanServ regexp.
4818 (rcirc-startup-channels-alist): Connect to #rcirc by default, not
4819 #emacs.
4820 (rcirc-bright-nick-regexp, rcirc-dim-nick-regexp): Add variables.
4821 (rcirc-decode-coding-system): Use utf-8 as the default.
4822 (rcirc-multiline-minor-mode): Set the fill-column.
4823 (rcirc-format-response-string): Display bright and dim nicks.
4824 (rcirc-browse-url): Update interactive spec to fill ARG.
4825 (rcirc-bright-nick, rcirc-dim-nick): Add faces.
4826 (rcirc-print): Ignore dim-nick messages wrt modeline-activity.
4827
4828 2006-04-24 J.D. Smith <jdsmith@as.arizona.edu>
4829
4830 * textmodes/bibtex.el (bibtex-find-entry): Don't demand matching
4831 case for @Article, etc.
4832
4833 2006-04-23 Michael Albinus <michael.albinus@gmx.de>
4834
4835 * net/tramp.el (tramp-register-file-name-handlers): New defun.
4836 Added with autoload cookie.
4837 (tramp-unload-file-name-handlers): Rename from
4838 `tramp-unload-file-name-handler-alist'.
4839
4840 2006-04-23 Romain Francoise <romain@orebokech.com>
4841
4842 * comint.el (comint-match-partial-filename): Doc fix.
4843
4844 2006-04-21 Glenn Morris <rgm@gnu.org>
4845
4846 * calendar/cal-menu.el (calendar-mode-map): Refer to
4847 `diary-view-entries' rather than alias `view-diary-entries'.
4848 * calendar/diary-lib.el (view-other-diary-entries): Ditto.
4849
4850 2006-04-21 Luc Teirlinck <teirllm@auburn.edu>
4851
4852 * progmodes/antlr-mode.el (antlr-default):
4853 * cus-edit.el (custom-documentation):
4854 * faces.el (scroll-bar, border, cursor, mouse): Avoid nil spec
4855 in defface.
4856
4857 2006-04-21 Kim F. Storm <storm@cua.dk>
4858
4859 * image.el (image-type): New defun split out of create-image.
4860 (create-image): Use it.
4861
4862 2006-04-21 Carsten Dominik <dominik@science.uva.nl>
4863
4864 * textmodes/org.el (org-mode-map): Catch conflict with old allout.el.
4865 (org-open-at-point): Remove the "...done" message to keep output
4866 in the echo area visible.
4867 (org-export-as-xoxo): Fix call to `indent-region'.
4868
4869 2006-04-21 Kevin Ryde <user42@zip.com.au>
4870
4871 * international/mule.el (keyboard-coding-system): defcustom
4872 info-link fixes: "Specify Coding" has been split, keyboard now in
4873 "Terminal Coding", and "Single-Byte Character Support" is now
4874 "Unibyte Mode".
4875
4876 2006-04-21 Nick Roberts <nickrob@snap.net.nz>
4877
4878 * progmodes/gdb-ui.el (gdb-data-list-register-values-handler):
4879 Use font-lock-warning-face for any errors e.g. no stack.
4880 (gdb-stack-list-locals-handler): Display any errors e.g. no stack.
4881
4882 2006-04-20 Dan Nicolaescu <dann@ics.uci.edu>
4883
4884 * progmodes/sh-script.el (sh-shell): Mark as safe.
4885
4886 * newcomment.el (comment-start, comment-start-skip)
4887 (comment-end-skip, comment-end): Mark as safe.
4888
4889 2006-04-20 Carsten Dominik <dominik@science.uva.nl>
4890
4891 * textmodes/org.el (org-deadline-announce): Face removed.
4892 (org-level-faces, org-n-levels): Convert to constant.
4893 (org-compatible-face): New function.
4894 (org-hide, org-level-1, org-level-2, org-level-3, org-level-4)
4895 (org-level-5, org-level-6, org-level-7, org-level-8)
4896 (org-special-keyword, org-warning, org-headline-done, org-link)
4897 (org-date, org-tag, org-todo, org-done, org-table, org-formula)
4898 (org-scheduled-today, org-scheduled-previously, org-time-grid):
4899 Face definition revised for better color tty support.
4900 (org-bold-re, org-italic-re, org-underline-re): New constants.
4901 (org-set-font-lock-defaults): Use the new constants.
4902 (org-agenda-highlight-todo): New function.
4903 (org-agenda-todo): Fix bug with point at end of line.
4904 (org-agenda-change-all-lines, org-finalize-agenda-entries):
4905 Fontify TODO keywords.
4906 (org-insert-link): Preserve relative path in ../ links.
4907 (org-export-as-html): Convert links pointing to .org files into
4908 links that will work beteen the exported HTML files.
4909 (org-todo-list): Fix bug when arg=0.
4910 (org-insert-heading): More fine-tuning.
4911
4912 2006-04-19 Romain Francoise <romain@orebokech.com>
4913
4914 * mail/rmail.el (rmail-convert-to-babyl-format): Use second group
4915 from `rmail-mime-charset-pattern'.
4916
4917 2006-04-18 Dan Nicolaescu <dann@ics.uci.edu>
4918
4919 * progmodes/python.el (python-mode): Fix typo.
4920
4921 2006-04-18 J.D. Smith <jdsmith@as.arizona.edu>
4922
4923 * comint.el (comint-previous-input): Don't clobber input line
4924 when moving off either end of the input history ring.
4925 (comint-delete-input): New function, used by
4926 `comint-previous-input' and others.
4927 (comint-previous-matching-input):
4928 Use `coming-delete-input'. Save the partial input if leaving the
4929 edit line. Goto point-max before deleting input to avoid
4930 partial input fragments hanging around.
4931 (comint-restore-input): New function, used by `comint-previous-input'.
4932
4933 2006-04-18 Luc Teirlinck <teirllm@auburn.edu>
4934
4935 * imenu.el (imenu--index-alist): Balance parentheses.
4936
4937 2006-04-18 Dan Nicolaescu <dann@ics.uci.edu>
4938
4939 * progmodes/python.el (python-mode): Add support for hs-minor-mode.
4940
4941 2006-04-19 Reiner Steib <Reiner.Steib@gmx.de>
4942
4943 * abbrev.el (read-abbrev-file): Use abbrev-file-name if optional
4944 file is nil.
4945
4946 2006-04-18 Richard Stallman <rms@gnu.org>
4947
4948 * tooltip.el (tooltip-mode, tooltip-use-echo-area): Doc fixes.
4949
4950 * imenu.el (imenu-create-index-function, imenu--index-alist)
4951 (imenu--last-menubar-index-alist, imenu--make-index-alist)
4952 (imenu-default-create-index-function, imenu--generic-function):
4953 Doc fixes.
4954
4955 * image-mode.el (image-toggle-display): Handle tar and arc subfiles.
4956
4957 * help-mode.el (help-mode): Set view-exit-action to delete window.
4958
4959 * env.el (setenv): Get rid of arg UNSET. Interactive unsetting
4960 now works by passing nil as arg.
4961
4962 * apropos.el (apropos-print): Don't do where-is on self-insert-command.
4963
4964 * abbrev.el (edit-abbrevs-redefine): Temporarily widen.
4965 (read-abbrev-file): Provide default when reading filename.
4966
4967 * files.el (enable-local-variables): Allow :all as value.
4968 (hack-local-variables): Implement that value.
4969 (safe-local-variable-values, safe-local-eval-forms)
4970 (enable-local-variables): Mark as risky.
4971 (find-file-visit-truename, kept-old-versions): Mark safe.
4972
4973 * time-stamp.el (time-stamp-format, time-stamp-line-limit)
4974 (time-stamp-start, time-stamp-end, time-stamp-inserts-lines)
4975 (time-stamp-count, time-stamp-pattern): Add safe-local-variable prop.
4976
4977 2006-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
4978
4979 * progmodes/tcl.el (tcl-send-string, tcl-send-region):
4980 Use forward-line so as to get to BOL even in the presence of fields.
4981 (tcl-eval-region): Strip surrounding space to avoid multiple prompts
4982 in return.
4983 (inferior-tcl): Tell tclsh to work in interactive mode.
4984
4985 * complete.el (partial-completion-mode):
4986 Use 'choose-completion-string-functions to make sure that
4987 choose-completion fills the minibuffer properly.
4988
4989 * complete.el (PC-old-read-file-name-internal): Remove.
4990 (PC-read-include-file-name-internal): Remove. Turn it into an advice
4991 of read-file-name-internal.
4992 (partial-completion-mode): Enable/disable this advice.
4993
4994 2006-04-18 Juanma Barranquero <lekktu@gmail.com>
4995
4996 * net/tramp.el (tramp-completion-file-name-handler): Revert change
4997 of 2006-04-17.
4998
4999 2006-04-18 Carsten Dominik <dominik@science.uva.nl>
5000
5001 * textmodes/org.el (org-insert-heading): Insert heading before
5002 current if at beginning of line.
5003 (org-todo, org-date): New faces.
5004 (org-table-align): Make sure tooltip window contains full text.
5005 (org-no-properties): New defsubst.
5006 (org-set-font-lock-defaults): Use new faces.
5007
5008 2006-04-18 Nick Roberts <nickrob@snap.net.nz>
5009
5010 * progmodes/gud.el (gud-speedbar-item-info): Display frame address
5011 for root variables.
5012
5013 * progmodes/gdb-ui.el (gdb-pc-address): Rename from gdb-frame-address.
5014 (gdb-frame-address): Re-use to identify frame for watch expression.
5015 (gdb-var-list, gdb-var-create-handler): Add frame address for root
5016 variables.
5017 (gdb-init-1, gdb-source, gdb-post-prompt)
5018 (gdb-assembler-custom, gdb-invalidate-assembler): Use gdb-pc-address.
5019 (gdb-frame-handler): Get gdb-frame-address.
5020
5021 2006-04-17 Michael Albinus <michael.albinus@gmx.de>
5022
5023 Sync with Tramp 2.0.53.
5024
5025 * net/tramp.el (tramp-completion-mode): ?\t has event-modifier
5026 'control. Reported by Matthias F\e,Av\e(Brste <slashdevslashnull@gmx.net>.
5027 (tramp-completion-file-name-handler): Add autoload cookie for
5028 adding to `file-name-handler-alist'.
5029
5030 * net/tramp-smb.el (tramp-smb-wait-for-output): Wait always for
5031 the prompt. If it returns earlier (when detecting an error
5032 message), the rest of the output will merge accidently with the
5033 output of the next command. Reported by M Jared Finder
5034 <jared@hpalace.com>.
5035
5036 * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
5037 for `process-file', in order to let it work for older Emacsen too.
5038
5039 2006-04-17 Ralf Angeli <angeli@iwi.uni-sb.de>
5040
5041 * textmodes/tex-mode.el (tex-font-lock-match-suscript): New function.
5042 (tex-font-lock-keywords-3): Use it.
5043
5044 2006-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
5045
5046 * newcomment.el (comment-add): New function.
5047 (comment-region-default, comment-dwim): Use it.
5048
5049 2006-04-15 Michael Olson <mwolson@gnu.org>
5050
5051 * emacs-lisp/tq.el: Improve comments.
5052 (tq-queue-head-question): New accessor function.
5053 (tq-queue-head-regexp, tq-queue-head-closure, tq-queue-head-fn):
5054 Update for modified queue structure.
5055 (tq-queue-add): Accept `question' argument.
5056 (tq-queue-pop): If a question is pending, send it.
5057 (tq-enqueue): Accept new optional argument `delay-question'.
5058 If this is non-nil, and at least one other question is pending a
5059 response, queue the question rather than sending it immediately.
5060
5061 2006-04-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
5062
5063 * calendar/appt.el (appt-add): Check whether an appointment is
5064 already present in appt-time-msg-list. Simplify code.
5065
5066 2006-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
5067
5068 * progmodes/cc-langs.el (c-mode-menu):
5069 Don't presume c-subword-mode is bound.
5070
5071 2006-04-13 Bill Wohler <wohler@newt.com>
5072
5073 * cus-edit.el (customize-package-emacs-version-alist): Update docstring.
5074 (customize-package-emacs-version): Use cdr instead of cadr now
5075 that alists use dotted pairs.
5076
5077 * custom.el (defcustom): Fix docstring for :package-version.
5078
5079 2006-04-13 Michael Albinus <michael.albinus@gmx.de>
5080
5081 * net/tramp.el (tramp-display-shell-command-buffer): New defvar.
5082 (tramp-handle-shell-command): Display output buffer only when
5083 `tramp-display-shell-command-buffer' is true.
5084 (tramp-handle-process-file): Set `tramp-display-shell-command-buffer'.
5085
5086 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
5087
5088 * textmodes/org.el (org-set-autofill-regexps): Set only the local
5089 values of `adaptive-fill-regexp' and `adaptive-fill-function'.
5090
5091 2006-04-13 Romain Francoise <romain@orebokech.com>
5092
5093 * pcvs-parse.el (cvs-parse-table): Use `with-temp-buffer' to avoid
5094 leaving temporary .cvsignore buffers behind.
5095
5096 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
5097
5098 * textmodes/org.el (org-set-regexps-and-options)
5099 (org-get-current-options): Better names for the startup folding
5100 options.
5101
5102 2006-04-13 Thien-Thi Nguyen <ttn@gnu.org>
5103
5104 * vc.el (vc-annotate): Arrange for point to end up at the same
5105 line number as in the original, but only when using a new buffer.
5106
5107 2006-04-12 Stuart Herring <herring@lanl.gov> (tiny change)
5108
5109 * files.el (hack-one-local-variable-eval-safep):
5110 Recognize `edebug-form-spec' for `put', but only if it passes
5111 `edebug-basic-spec'. Generalize `put' handling.
5112
5113 * emacs-lisp/edebug.el (edebug-basic-spec): New function for
5114 vetting file-local form specs.
5115
5116 * allout.el (allout-layout): Autoload its `safe-local-variable'
5117 property.
5118
5119 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
5120
5121 * textmodes/org.el (org-ctrl-c-ctrl-c): Improve documentation string.
5122 (org-agenda-mouse-1-follows-link)
5123 (org-mouse-1-follows-link): New options.
5124 (org-format-agenda-item): Fix bug if TAGS is nil.
5125 (org-agenda-get-scheduled): Quote `priority' symbol in plist.
5126
5127 2006-04-13 Nick Roberts <nickrob@snap.net.nz>
5128
5129 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers):
5130 GDB 6.1+ gives full filename for "info sources" so use
5131 file-name-nondirectory.
5132
5133 2006-04-12 Romain Francoise <romain@orebokech.com>
5134
5135 * subr.el (read-passwd): Bind `message-log-max' to nil.
5136
5137 2006-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
5138
5139 * progmodes/perl-mode.el (perl-indent-new-calculate):
5140 Recompute parse-start after jumping backward by a whole sexp.
5141
5142 2006-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
5143
5144 * vc.el (vc-ensure-vc-buffer): Only change current-buffer, not the
5145 window configuration.
5146 (vc-annotate-display-select): Select the buffer so that current-buffer
5147 (and selected-window) is the output buffer at the end of vc-annotate.
5148
5149 2006-04-11 J.D. Smith <jdsmith@as.arizona.edu>
5150
5151 * vc.el (vc-annotate-color-map): Add custom TTY color map for
5152 8-color terminals, to use all of the colors in a sensible order.
5153 256-color terminals work well with the standard map.
5154 (vc-annotate-lines): Only strip the first color character if it
5155 is "#", to allow for terminal-style named colors.
5156 (vc-annotate-warp-version): Pass buf to `goto-line' to ensure
5157 the correct buffer is scrolled.
5158
5159 2006-04-11 Richard Stallman <rms@gnu.org>
5160
5161 * emacs-lisp/bytecomp.el (byte-compile-file):
5162 Bind enable-local-variables to :safe, and make normal-mode obey it.
5163
5164 * files.el (enable-local-variables): Allow value :safe.
5165 (normal-mode): Doc fix.
5166 (hack-local-variables): Implement enable-local-variables = :safe.
5167 (hack-local-variables-confirm): Don't prevent quitting.
5168
5169 2006-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
5170
5171 * loadhist.el (unload-feature): A bit of sanity check of
5172 load-history entries. Cancel timer-vars before unbinding them.
5173
5174 * hexl.el (hexl-isearch-search-function): Fix regexp-building code to
5175 quote special chars, and make the trick work on the hex part of the
5176 buffer as well.
5177 (hexl-mode, hexl-save-buffer, hexl-mode-exit)
5178 (hexl-maybe-dehexlify-buffer): Use restore-buffer-modified-p.
5179
5180 * startup.el (normal-splash-screen): Fix last change so we don't wait
5181 2 minutes if we don't show the splash screen.
5182
5183 2006-04-11 Carsten Dominik <dominik@science.uva.nl>
5184
5185 * textmodes/org.el (org-export-plain-list-max-depth)
5186 (org-table-spaces-around-separators)
5187 (org-radio-targets, org-activate-camels)
5188 (org-table-spaces-around-invisible-separators): Options removed.
5189 (org-time-stamp-rounding-minutes, org-remember-templates)
5190 (org-ellipsis, org-activate-links, org-descriptive-links):
5191 New options.
5192 (org-remember-apply-template, org-current-time)
5193 (org-finish-edit-table-field)
5194 (org-link-unescape, org-link-escape)
5195 (org-string-width, org-table-clean-line, org-html-do-expand)
5196 (org-edit-agenda-file-list, org-store-new-agenda-file-list)
5197 (org-read-agenda-file-list): New functions.
5198 (org-table-edit-field)
5199 (org-table-create-or-convert-from-region): New commands
5200 (org-table-toggle-vline-visibility): Command removed.
5201 (org-table-convert-region): Made a command.
5202 (orgtbl-deleta-backward-char,orgtbl-delete-char): Remove commands.
5203 Replace with the normal org- functions.
5204 (org-self-insert-command): Don't trigger realign unnecessarily
5205 when blanking a field that is not full.
5206 (org-mode): `Set buffer-invisibility-spec' for links.
5207 (org-activate-links2): Hide link part and only show descriptive
5208 part of the link.
5209 (org-insert-link): Modify for new linking system.
5210 (org-store-link): Store description separately, for use by
5211 `org-insert-link'.
5212 (org-table-align): Use `org-string-width'.
5213 (defgroup): Completely new group structure for custom variables.
5214 (org-agenda-files): Option: Single file name allowed. Function:
5215 Optional argument unrestrited means ignore any restricitons.
5216 (org-install-agenda-files-menu): Find a buffer in Org-mode before
5217 trying to modify the menu. Use generalized access to
5218 `org-agenda-files.'
5219 (org-agenda-list, org-todo-list, org-cycle-agenda-files)
5220 (org-agenda-file-to-front, org-remove-file, org-diary)
5221 (org-tags-view, org-export-icalendar-all-agenda-files)
5222 (org-export-icalendar-combine-agenda-files): Use generalized
5223 access to `org-agenda-files'.
5224 (org-remember-handler): Correctly preserve heading if present.
5225 (org-table-insert-row, org-table-insert-hline): Deal with
5226 invisible characters.
5227
5228 2006-04-10 J.D. Smith <jdsmith@as.arizona.edu>
5229
5230 * vc.el (vc-annotate-display-mode): Made default 'fullscale.
5231 (vc-annotate-color-map): New 18 element constant
5232 value/saturation, rotating hue colormap, from red->blue.
5233 (vc-annotate-mode-menu): "Default" -> "By Color Map Range".
5234 (vc-annotate-display-select): Switch to annotate-mode elsewhere.
5235 (vc-annotate): To avoid killing the required local variables,
5236 set them before the end of `with-output-to-temp-buffer', and
5237 after first switching to annotate-mode.
5238 (vc-annotate-warp-version): Add buffer argument in goto-line to
5239 ensure annotation, not source, is scrolled.
5240
5241 2006-04-10 Bill Wohler <wohler@newt.com>
5242
5243 * custom.el (defcustom, custom-handle-keyword):
5244 Add :package-version keyword.
5245 (custom-add-package-version): New function. Sets value of new
5246 property 'custom-package-version from :package-version keyword.
5247 (defcustom): Create Common Keywords section in docstring.
5248 (defface, defgroup): Replace definitions of a select few keywords
5249 with a reference to the Common Keywords in defcustom.
5250 (defcustom, defface, defgroup): Replace reference to Customization
5251 chapter in manual with hyperlink.
5252
5253 * cus-edit.el (customize-package-emacs-version-alist):
5254 New variable.
5255 (customize-changed-options): Add check for custom-package-version.
5256 (customize-package-emacs-version): New function to look up Emacs
5257 version corresponding to the given package version.
5258
5259 * emacs-lisp/find-func.el (find-function-regexp): Allow dashes in
5260 defun name, in similar fashion to find-variable-regexp.
5261
5262 2006-04-10 Eli Zaretskii <eliz@gnu.org>
5263
5264 * international/mule-cmds.el (set-locale-environment): Fix last
5265 change for when the locale's preferences don't specify any encoding.
5266
5267 2006-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
5268
5269 * emacs-lisp/find-func.el (find-function-search-for-symbol): Fix regexp
5270 so the defined var/fun doesn't need to be quoted.
5271
5272 2006-04-10 Richard Stallman <rms@gnu.org>
5273
5274 * finder.el (finder-mode-map): Add n and p bindings.
5275
5276 2006-04-10 Nick Roberts <nickrob@snap.net.nz>
5277
5278 * progmodes/gdb-ui.el (gdb-init-1): Re-initialise gdb-main-file to nil.
5279 (gdb-get-version): Make it work for pre "interpreter mi" (GDB 5.3?).
5280 (gdb-setup-windows): Put something in source window if we can't find
5281 the source file.
5282 (gdb-frame-handler): Make it work again with just assembly.
5283 (gdb-data-list-register-values-handler): Make it work when there is
5284 no stack.
5285
5286 2006-04-09 Richard Stallman <rms@gnu.org>
5287
5288 * mail/rmail.el (rmail-mime-charset-pattern): Ignore format and delsp
5289 specs while looking for charset.
5290
5291 * textmodes/picture.el (picture-mode-exit): Run picture-mode-exit-hook.
5292
5293 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X):
5294 Make them faces.
5295 (lm-font-lock-keywords): Update appropriately.
5296
5297 2006-04-10 Kim F. Storm <storm@cua.dk>
5298
5299 * simple.el (filter-buffer-substring): Add NOPROPS arg, so
5300 it can also replace buffer-substring-no-properties.
5301
5302 * emulation/cua-base.el (cua-delete-region, cua-paste)
5303 (cua-repeat-replace-region): Use filter-buffer-substring.
5304
5305 * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
5306 (cua-cut-region-to-global-mark): Likewise.
5307
5308 * emulation/cua-rect.el (cua--extract-rectangle)
5309 (cua-incr-rectangle, cua--rectangle-aux-replace): Likewise.
5310
5311 2006-04-09 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
5312
5313 * textmodes/bibtex.el (bibtex-entry-update): New optional arg
5314 entry-type. Add field delimiters to numerical fields if they are
5315 not present.
5316
5317 2006-04-09 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
5318
5319 * textmodes/bibtex.el (bibtex-find-text-internal): Add new element
5320 string-const to return value.
5321 (bibtex-remove-delimiters): Use it.
5322
5323 2006-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
5324
5325 * emacs-lisp/bytecomp.el (byte-compile-form): Don't call
5326 cl-byte-compile-compiler-macro unless it exists.
5327
5328 2006-04-08 Eli Zaretskii <eliz@gnu.org>
5329
5330 * files.el (hack-local-variables-confirm) <offer-save>:
5331 Clarify message text. Suggested by Ralf Angeli.
5332
5333 2006-04-08 Michael Cadilhac <michael.cadilhac@lrde.org>
5334
5335 * rect.el (kill-rectangle): Don't barf if `kill-read-only-ok' is set.
5336 (delete-extract-rectangle-line): Use `filter-buffer-substring'
5337 instead of `buffer-substring' and `delete-region'. (Most of the
5338 code actually copied from `kill-region'.)
5339
5340 2006-04-08 Ryan Yeske <rcyeske@gmail.com>
5341
5342 * rcirc.el (rcirc-default-server): Rename from rcirc-server.
5343 (rcirc-default-port): Rename from rcirc-port.
5344 (rcirc-default-nick): Rename from rcirc-nick.
5345 (rcirc-default-user-name): Rename from rcirc-user-name.
5346 (rcirc-default-user-full-name): Rename from rcirc-user-full-name.
5347 (rcirc-low-priority-flag): New variable.
5348 (rcirc-decode-coding-system): New defcustom.
5349 (rcirc-encode-coding-system): New defcustom.
5350 (rcirc-coding-system-alist): New defcustom.
5351 (rcirc-multiline-major-mode): New defcustom.
5352 (rcirc-nick): New internal variable.
5353 (rcirc-process): Remove variable.
5354 (rcirc-server-buffer): New variable.
5355 (rcirc): Update to use rcirc-default-* variables above.
5356 (rcirc-connect): Do not add window-configuration-hook-here.
5357 (rcirc-server): New internal variable.
5358 (rcirc-connect): Do not send keepalive pings if
5359 rcirc-keepalive-seconds is nil.
5360 (with-rcirc-server-buffer): New macro.
5361 (rcirc-send-string): Encode with rcirc-encode-coding-system.
5362 (rcirc-server-name): Rename from rcirc-server.
5363 (rcirc-buffer-process): New function.
5364 (rcirc-buffer-nick): New function.
5365 (rcirc-buffer-target): Remove function.
5366 (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
5367 New commands.
5368 (rcirc-mode-map): Change binding of C-c C-l to
5369 rcirc-toggle-low-priority.
5370 (rcirc-mode): Initialize coding system based on
5371 rcirc-coding-system-alist. New change-major-mode-hook to part the
5372 channel on a mode change. Make kill-buffer-hook buffer-local.
5373 (rcirc-change-major-mode-hook): New function.
5374 (rcirc-clean-up-buffer): Rename from rcirc-kill-buffer-hook-1.
5375 (rcirc-last-post-time): New variable.
5376 (rcirc-process-message): Store the last time user posted a message
5377 to this target.
5378 (rcirc-multiline-minor-mode): New mode.
5379 (rcirc-multiline-minor-mode-map): New mode map.
5380 (rcirc-edit-multiline): Put multiline-edit buffer in
5381 rcirc-multiline-major-mode along with rcirc-multiline-minor-mode.
5382 (rcirc-print): Ignore any line starting with an ignored nick.
5383 (rcirc-print): Decode using rcirc-decode-coding-system.
5384 (rcirc-track-minor-mode): Update global-mode-string when disabling
5385 this mode.
5386 (minor-mode-alist): Add LowPri indicator.
5387 (rcirc-toggle-low-priority): New function.
5388 (rcirc-last-non-irc-buffer): Prefix arg now no means switch to
5389 next lowpriority buffer with activity.
5390 (rcirc-record-activity): Sort buffers in rcirc-activity by the
5391 last time the user posted a message in to the target.
5392 (rcirc-update-activity-string): New formatting for low priority
5393 buffers.
5394 (rcirc-split-activity): New function.
5395 (rcirc-handler-PART, rcirc-handler-KICK)
5396 (rcirc-handler-PART-or-KICK): Kick responses are printed properly.
5397 (rcirc-nick-away-alist): New variable.
5398 (rcirc-handler-301): New handler. Away messages are printed once
5399 per change.
5400
5401 2006-04-08 Eli Zaretskii <eliz@gnu.org>
5402
5403 * info.el (Info-follow-nearest-node): Doc fix.
5404
5405 * international/mule-cmds.el (set-locale-environment): Make sure
5406 the coding-system preferred by the locale's language has the same
5407 EOL conversion type as the original buffer-file-coding-system.
5408 (locale-language-names): Add a few MS Windows language codes.
5409
5410 2006-04-07 Richard Stallman <rms@gnu.org>
5411
5412 * simple.el (eval-expression): Doc fix.
5413
5414 * emacs-lisp/lisp-mode.el (eval-print-last-sexp, eval-last-sexp)
5415 (eval-defun): Doc fixes.
5416
5417 2006-04-07 Reiner Steib <Reiner.Steib@gmx.de>
5418
5419 * pgg-gpg.el: Revert to revision 1.8 to allow the use of gpg-agent.
5420
5421 2006-04-07 Nick Roberts <nickrob@snap.net.nz>
5422
5423 * progmodes/gdb-ui.el (gdb-init-2): Set current filename using
5424 GDB list command without argument for greater generality.
5425
5426 2006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
5427
5428 * subr.el (string-or-null-p): New function.
5429
5430 * textmodes/paragraphs.el (sentence-end): Use string-or-null-p.
5431
5432 * textmodes/ispell.el (ispell-local-dictionary): Use string-or-null-p.
5433
5434 * files.el: Update comment about safe-local-variable declarations.
5435
5436 2006-04-06 J.D. Smith <jdsmith@as.arizona.edu>
5437
5438 * progmodes/idlwave.el: Updated to IDLWAVE version 6.0.
5439 See idlwave.org.
5440
5441 * progmodes/idlw-shell.el: Updated to IDLWAVE version 6.0.
5442 See idlwave.org. Includes code to obsolete idlw-rinfo.el.
5443
5444 * progmodes/idlw-help.el: Updated to IDLWAVE version 6.0.
5445 See idlwave.org.
5446
5447 * progmodes/idlw-complete-structtag.el: Updated to IDLWAVE
5448 version 6.0 (minimal changes). See idlwave.org.
5449
5450 * progmodes/idlw-toolbar.el: Updated to IDLWAVE version
5451 6.0 (minimal changes). See idlwave.org.
5452
5453 * progmodes/idlw-rinfo.el: File obsoleted and removed.
5454
5455 2006-04-06 Romain Francoise <romain@orebokech.com>
5456
5457 * pgg-gpg.el: Sync back with Gnus 5.10, reverting changes that add
5458 symmetric encryption features and a new asynchronous interface to
5459 GnuPG. This new version is version 1.4, plus whitespace changes.
5460
5461 2006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
5462
5463 * files.el: Move some `safe-local-variable' declarations to the
5464 respective files.
5465
5466 * textmodes/ispell.el (ispell-check-comments)
5467 (ispell-local-dictionary): Mark as safe.
5468
5469 * abbrev.el (abbrev-mode): Mark as safe.
5470
5471 * add-log.el (change-log-default-name): Mark as safe.
5472
5473 * textmodes/reftex-vars.el (reftex-vref-is-default)
5474 (reftex-fref-is-default, reftex-level-indent)
5475 (reftex-guess-label-type): Mark as safe.
5476
5477 * textmodes/fill.el (colon-double-space): Mark as safe.
5478
5479 * textmodes/paragraphs.el (paragraph-start, paragraph-separate)
5480 (sentence-end-double-space, sentence-end-without-period)
5481 (sentence-end-without-space, sentence-end, sentence-end-base)
5482 (page-delimiter, paragraph-ignore-fill-prefix): Mark as safe.
5483
5484 2006-04-06 Kim F. Storm <storm@cua.dk>
5485
5486 * ido.el (ido-mode): Remove ido-ignore-unc-host-regexps from
5487 the :set-after list.
5488 (ido-downcase-unc-hosts): New user option. Default on.
5489 (ido-ignore-unc-host-regexps): Don't reset ido-unc-hosts-cache
5490 when it is set, as regexps are now applied on the fly.
5491 (ido-unc-hosts): Keep all known hosts in ido-unc-hosts-cache.
5492 Make C-a DTRT--filter hosts through ido-ignore-unc-host-regexps
5493 on the fly, but only when ido-process-ignore-lists is set.
5494 Do case insensitive filtering if ido-downcase-unc-hosts is set.
5495 Only downcase names if ido-downcase-unc-hosts is set.
5496
5497 2006-04-06 Juanma Barranquero <lekktu@gmail.com>
5498
5499 * ido.el (ido-unc-hosts-cache): Fix typo in docstring.
5500
5501 * woman.el (WoMan-xref-man-page): Fix call to `substring'.
5502
5503 2006-04-05 Kim F. Storm <storm@cua.dk>
5504
5505 * ido.el (ido-mode): Set after ido-unc-hosts and
5506 ido-ignore-unc-host-regexps.
5507 (ido-save-history): Save ido-unc-hosts-cache.
5508 (ido-load-history): Load ido-unc-hosts-cache.
5509 (ido-reread-directory): Refresh unc hosts cache in // dir.
5510
5511 * startup.el (fancy-splash-screens): Set emulation-mode-map-alists
5512 to nil while displaying slash screen.
5513
5514 2006-04-05 Daiki Ueno <ueno@unixuser.org>
5515
5516 * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
5517 Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
5518
5519 2006-04-05 Kenichi Handa <handa@m17n.org>
5520
5521 * international/characters.el: Setup cases of Latin, Greek, and
5522 Cyrillic characters in CJK charsets.
5523
5524 2006-03-29 Daiki Ueno <ueno@unixuser.org>
5525
5526 * pgg-gpg.el (pgg-gpg-start-process): Don't bind
5527 default-enable-multibyte-characters. This reverts the change from
5528 revision 6.17 which is no longer necessary because the passphrase
5529 is sent separately now. GnuPG messages are unreadable under
5530 multibyte locales with default-enable-multibyte-characters set to nil.
5531
5532 2006-04-04 Andreas Schwab <schwab@suse.de>
5533
5534 * files.el: Mark `left-margin', `byte-compile-dynamic-docstrings'
5535 and `byte-compile-warnings' as `safe-local-variable'.
5536
5537 2006-04-04 Dan Nicolaescu <dann@ics.uci.edu>
5538
5539 * man.el (Man-mode-map): Restore the \r binding.
5540 (Man-abstract-xref-man-page): If Man-target-string is a function,
5541 call it.
5542 (Man-highlight-references): Use Man-default-man-entry to get the
5543 target. Deal with xrefs too.
5544 (Man-highlight-references0): Don't call the target function.
5545
5546 * woman.el (WoMan-xref-man-page): Strip the section number, woman
5547 cannot deal with it.
5548
5549 2006-04-04 Daiki Ueno <ueno@unixuser.org>
5550
5551 * pgg-gpg.el: Clean up process buffers every time gpg processes
5552 complete.
5553
5554 2006-04-04 Kenichi Handa <handa@m17n.org>
5555
5556 * sort.el (sort-build-lists): Don't bind inhibit-field-text-motion
5557 here.
5558 (sort-lines, sort-numeric-fields, sort-fields, sort-columns):
5559 Temporarily bind inhibit-field-text-motion to t.
5560
5561 2006-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
5562
5563 * startup.el (normal-splash-screen): Only set mode-line-format in the
5564 splash buffer, so as not to interfere when debugging the code.
5565 Ignore errors when switching buffer.
5566
5567 2006-04-03 Romain Francoise <romain@orebokech.com>
5568
5569 * dired.el (dired-dnd-protocol-alist): Fix typo.
5570
5571 2006-04-03 Reiner Steib <Reiner.Steib@gmx.de>
5572
5573 * savehist.el (savehist): Add :version.
5574 (savehist-ignored-variables): New variable.
5575 (savehist-minibuffer-hook): Don't save variables listed in
5576 `savehist-ignored-variables'.
5577
5578 * dired.el (dired-dnd-protocol-alist): Mention that change does
5579 only apply to new buffers in doc string.
5580
5581 2006-04-03 Lennart Borgman <lennart.borgman.073@student.lu.se> (tiny change)
5582
5583 * recentf.el (recentf-open-files-item): Include newline in button
5584 field, so opening a file will work, when the point is at the end
5585 of the file name. Allow, for example, to [i]search a file by
5586 extension and just push RET to open it.
5587
5588 2006-04-03 Daiki Ueno <ueno@unixuser.org>
5589
5590 * pgg-gpg.el (pgg-gpg-process-filter)
5591 (pgg-gpg-wait-for-completion): Check if buffer is alive.
5592
5593 * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
5594 lines, temporary fix.
5595
5596 2006-04-02 Dan Nicolaescu <dann@ics.uci.edu>
5597
5598 * ibuf-macs.el (define-ibuffer-column): Document the new parameter.
5599
5600 2006-04-02 Richard Stallman <rms@gnu.org>
5601
5602 * progmodes/compile.el (compilation-message-face): Make it defcustom.
5603
5604 2006-04-02 Dan Nicolaescu <dann@ics.uci.edu>
5605
5606 * ibuf-macs.el (define-ibuffer-column): Add a new key:
5607 header-mouse-map.
5608
5609 * ibuffer.el (ibuffer-name-header-map, ibuffer-size-header-map)
5610 (ibuffer-mode-header-map): New keymaps.
5611 (ibuffer-update-title-and-summary): Enable mouse face highlighting
5612 and keybindings for column headers.
5613 (name,size,mode) <define-ibuffer-column>: Add a header-mouse-map
5614 property.
5615
5616 2006-04-02 Drew Adams <drew.adams@oracle.com> (tiny change)
5617
5618 * speedbar.el (speedbar-after-create-hook): Doc fix.
5619
5620 2006-04-02 Michael Ernst <mernst@alum.mit.edu>
5621
5622 * shell.el (shell-directory-tracker)
5623 (shell-dynamic-complete-command): Doc fixes.
5624
5625 2006-04-01 Matt Hodges <MPHodges@member.fsf.org>
5626
5627 * pcomplete.el (pcomplete-show-completions): Recognize TAB on text
5628 terminals.
5629
5630 2006-04-01 Kim F. Storm <storm@cua.dk>
5631
5632 * ido.el (ido-unc-hosts-cache): New defvar.
5633 (ido-unc-hosts): If value of defcustom is a function, call it to
5634 get list of UNC hosts. Add function-item choices to specify
5635 ido-unc-hosts-net-view or user function.
5636 (ido-ignore-unc-host-regexps): New defcustom.
5637 (ido-unc-hosts-net-view, ido-unc-hosts): New functions.
5638 (ido-is-unc-root, ido-is-unc-host, ido-file-name-all-completions)
5639 (ido-exhibit): Call ido-unc-hosts to get list of UNC hosts.
5640
5641 2006-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
5642
5643 * pcvs-util.el (cvs-insert-strings): Fix bug with strings longer than
5644 wwidth.
5645
5646 2006-03-31 Juanma Barranquero <lekktu@gmail.com>
5647
5648 * ido.el (ido-cache-unc-host-shares-time, ido-report-no-match)
5649 (ido-max-work-file-list, ido-switch-buffer)
5650 (ido-read-file-name-as-directory-commands):
5651 Fix typos in docstrings.
5652
5653 2006-03-30 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5654
5655 * term/mac-win.el (mac-system-coding-system): Define and use after
5656 Mac-specific coding systems are ready.
5657
5658 2006-03-27 Romain Francoise <romain@orebokech.com>
5659
5660 * net/rcirc.el (rcirc-connect): Add autoload cookie.
5661
5662 * ldefs-boot.el: Update.
5663
5664 2006-03-27 Daiki Ueno <ueno@unixuser.org>
5665
5666 * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
5667 passphrases when it is not needed.
5668 (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
5669 passphrase stuff from gpg, should only be necessary when you use
5670 gpg with a smartcard.
5671
5672 2006-03-27 Nick Roberts <nickrob@snap.net.nz>
5673
5674 * comint.el (comint-dynamic-list-completions): Allow user to
5675 select *Completions* buffer.
5676
5677 2006-03-27 Carsten Dominik <dominik@science.uva.nl>
5678
5679 * textmodes/org.el (org-get-level-face): Fix bug with level counting.
5680
5681 2006-03-26 Andreas Schwab <schwab@suse.de>
5682
5683 * progmodes/gud.el (gdb): Only complain about multiple debugging
5684 when the gdb process is still running.
5685
5686 2006-03-25 Eli Zaretskii <eliz@gnu.org>
5687
5688 * mail/rmail.el (tool-bar-map): Defvar it.
5689 (rmail-tool-bar-map): Tool-bar buttons for Rmail.
5690 (rmail-perm-variables): Make rmail-tool-bar-map a local variable.
5691
5692 2006-03-25 Sven Joachim <svenjoac@gmx.de> (tiny change)
5693
5694 * help.el (print-help-return-message): Suggest to use
5695 display-buffer instead of switch-to-buffer-other-window to restore
5696 the previous window without selecting it.
5697
5698 2006-03-25 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5699
5700 * frame.el (select-frame-by-name): Call x-focus-frame also when
5701 window-system is mac.
5702
5703 * term/mac-win.el: Adjust Courier font specifications in
5704 x-fixed-font-alist.
5705 (mac-select-convert-to-string): Use utf-16be-mac or utf-16le-mac
5706 when directly encoding to UTF-16 in native byte order, no BOM.
5707
5708 2006-03-25 Kim F. Storm <storm@cua.dk>
5709
5710 * emulation/cua-base.el (cua-rectangle-mark-key): New defcustom.
5711 (cua--init-keymaps): Use it instead of fixed C-return.
5712 (cua-mode): Set after it.
5713
5714 * emulation/cua-rect.el (cua--init-rectangles):
5715 Use cua-rectangle-mark-key instead of fixed C-return.
5716
5717 2006-03-25 Nick Roberts <nickrob@snap.net.nz>
5718
5719 * progmodes/gdb-ui.el (gdba): Revert 2006-03-10 change for case of
5720 "run" in .gdbinit.
5721 (gdb-var-create-regexp): Remove "^done" prefix for gdb-mi.el.
5722
5723 2006-03-24 Romain Francoise <romain@orebokech.com>
5724
5725 * files.el (ctl-x-5-map): Really bind C-x 5 C-o to
5726 `display-buffer-other-frame'.
5727
5728 2006-03-24 Kim F. Storm <storm@cua.dk>
5729
5730 * apropos.el (apropos-synonyms): Add selection => region.
5731
5732 2006-03-24 Nick Roberts <nickrob@snap.net.nz>
5733
5734 * progmodes/gdb-ui.el (gdb-var-create-regexp)
5735 (gdb-var-list-children-regexp, gdb-var-update-regexp)
5736 (gdb-var-list-children-regexp-1, gdb-var-update-regexp-1)
5737 (gdb-data-list-register-values-regexp)
5738 (gdb-stack-list-locals-regexp, gdb-stack-list-locals-handler):
5739 Future proof against new fields being added to MI output.
5740 (gdb-send): Don't treat backslashes for program input as
5741 continuations.
5742 (gdb-assembler-handler): Don't use window-start for this handler.
5743 (gdb-frame-handler): Don't change to hollow arrow if overlay
5744 arrow doesn't move to new frame.
5745
5746 2006-03-24 Nick Roberts <nickrob@snap.net.nz>
5747
5748 * progmodes/gdb-ui.el (gdb-continuation): Declare earlier to
5749 prevent compiler warnings.
5750 (gdb-stopped): Check for gud-last-last-frame (case: signal).
5751 (breakpoint-disabled): Make lighter for contrast with overlay arrow.
5752 (gdb-assembler-custom): Use hollow-right-triangle for assembler
5753 buffer too.
5754
5755 2006-03-23 Reiner Steib <reinersteib+gmane@imap.cc>
5756
5757 * pgg-gpg.el (pgg-gpg-update-agent): Check for
5758 make-network-process, so we can use the same code in Gnus v5-10
5759 too and have this file fully synchronized with that release.
5760
5761 2006-03-23 Romain Francoise <romain@orebokech.com>
5762
5763 * ibuf-ext.el (ibuffer-read-filter-group-name):
5764 Use `ibuffer-generate-filter-groups' to make completion list match
5765 the filter groups that are really displayed in the Ibuffer buffer.
5766 (ibuffer-generate-filter-groups): Add new args noempty, nodefault.
5767
5768 2006-03-23 Kenichi Handa <handa@m17n.org>
5769
5770 * international/mule-cmds.el (sort-coding-systems): Describe that
5771 the argument is modified in docstring.
5772
5773 2006-03-22 Sascha Wilde <wilde@sha-bang.de>
5774
5775 * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
5776 (pgg-gpg-update-agent): New function.
5777 (pgg-gpg-use-agent-p): New function.
5778 (pgg-gpg-process-region, pgg-gpg-encrypt-region)
5779 (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
5780 (pgg-gpg-sign-region): Use it.
5781
5782 2006-03-21 Chong Yidong <cyd@stupidchicken.com>
5783
5784 * cus-edit.el (custom-face-set): Call custom-push-theme before
5785 face-spec set so that `changed' theme is correctly saved.
5786 (custom-face-reset-standard): Reset to recalculated face rather
5787 than defface spec.
5788
5789 * custom.el (custom-push-theme): Only save `changed' theme if the
5790 current face does not match the defface specs.
5791
5792 2006-03-21 Simon Josefsson <jas@extundo.com>
5793
5794 * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
5795 <wilde@sha-bang.de>.
5796 (pgg-gpg-use-agent): New variable.
5797 (pgg-gpg-process-region): Use it.
5798 (pgg-gpg-encrypt-region): Likewise.
5799 (pgg-gpg-encrypt-symmetric-region): Likewise.
5800 (pgg-gpg-decrypt-region): Likewise.
5801 (pgg-gpg-sign-region): Likewise.
5802 (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
5803
5804 2006-03-21 Carsten Dominik <dominik@science.uva.nl>
5805
5806 * textmodes/org.el (org-open-at-point): Fix bug in wiki-style
5807 bracket links.
5808
5809 2006-03-21 Kim F. Storm <storm@cua.dk>
5810
5811 * progmodes/gdb-ui.el (gdb-reset): Set buffer local value of
5812 fringe-indicator-alist instead of modifying global value.
5813 (gdb-frame-handler): Likewise.
5814
5815 2006-03-21 Nick Roberts <nickrob@snap.net.nz>
5816
5817 * diff-mode.el (diff-function): Make it inherit from diff-header
5818 instead of diff-context.
5819
5820 * progmodes/gdb-ui.el (hollow-right-triangle): Define as fringe
5821 bitmap.
5822 (gdb-info-stack-custom): Rename from gdb-info-frames-custom and
5823 change names in macro above for consistency.
5824 (gdb-frame-handler): Use hollow-right-triangle for all selected
5825 frames which except the innermost (where execution has stopped).
5826 (gdb-reset): Reset buffer-local values of overlay-arrow.
5827
5828 2006-03-20 Richard Stallman <rms@gnu.org>
5829
5830 * simple.el (set-mark-command): Doc fix.
5831
5832 * files.el (display-buffer-other-frame): New command.
5833 (ctl-x-4-map): Bind C-x 5 C-o to it.
5834
5835 2006-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
5836
5837 * jit-lock.el (jit-lock-function): Check for the actual defer-timer
5838 rather than just defer-time, in case defer-time has been changed but
5839 the timer isn't running yet.
5840 (jit-lock-deferred-fontify): Correspondingly let-bind defer-timer.
5841
5842 2006-03-19 Luc Teirlinck <teirllm@auburn.edu>
5843
5844 * help-mode.el (help-follow-symbol): New function.
5845 Essentially identical to the old `help-follow', but do not let
5846 `push-button' do the work when on an xref.
5847 (help-mode-map): Bind `help-follow-symbol' to "C-c C-c".
5848
5849 2006-03-19 Richard Stallman <rms@gnu.org>
5850
5851 * help-mode.el (help-xref-symbol-regexp): Make no xref for symbol
5852 preceded by the word `program'.
5853 (help-follow-mouse, help-follow): Throw error if not on xref.
5854 Delete no longer used args.
5855
5856 2006-03-20 Nick Roberts <nickrob@snap.net.nz>
5857
5858 * progmodes/gdb-ui.el (gdb-stopped): Even when there is no source
5859 annotation ensure gud-overlay-arrow-position is redisplayed.
5860
5861 2006-03-19 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
5862
5863 * textmodes/bibtex.el (bibtex-include-OPTkey)
5864 (bibtex-entry-field-alist, bibtex-generate-url-list): Mark as risky.
5865 (bibtex-autokey-name-case-convert)
5866 (bibtex-autokey-titleword-case-convert): Make these the aliases
5867 for the following two variables.
5868 (bibtex-autokey-name-case-convert-function)
5869 (bibtex-autokey-titleword-case-convert-function): Make these the
5870 real names.
5871 (bibtex-font-lock-keywords): Make bibtex-font-lock-url and
5872 bibtex-font-lock-crossref sublists.
5873 (bibtex-mode): Revert 2005-12-30 change (which made
5874 completion-ignore-case buffer-local).
5875 (bibtex-url): Simplify.
5876
5877 2006-03-19 Kim F. Storm <storm@cua.dk>
5878
5879 * emulation/cua-rect.el (cua--highlight-rectangle): Set overlay
5880 cursor property value to 2 (to align with C level change).
5881
5882 2006-03-19 Bill Wohler <wohler@newt.com>
5883
5884 * image.el (image-load-path-for-library): Shorten first line in
5885 docstring.
5886
5887 2006-03-18 Richard Stallman <rms@gnu.org>
5888
5889 * mail/rmail.el (rmail-reply-regexp): Undo previous change.
5890
5891 2006-03-18 Ben North <ben@redfrontdoor.org> (tiny change)
5892
5893 * isearch.el (isearch-other-meta-char): Handle user bindings for
5894 shifted control characters.
5895
5896 2006-03-18 Agustin Martin <agustin.martin@hispalinux.es>
5897
5898 * textmodes/ispell.el (ispell-skip-region-alist): Add "_+" to the
5899 part that matches email addresses, file names, etc.
5900
5901 2006-03-18 Eli Zaretskii <eliz@gnu.org>
5902
5903 * term/w32-win.el (mouse-set-font):
5904 Mention w32-list-proportional-fonts in the doc string.
5905
5906 2006-03-18 Kim F. Storm <storm@cua.dk>
5907
5908 * ido.el (ido-cache-ftp-work-directory-time): Doc fix.
5909 (ido-unc-hosts): New user option to explicitly define list of know
5910 UNC-style hosts for completion.
5911 (ido-cache-unc-host-shares-time): New user option.
5912 (ido-is-unc-root, ido-is-unc-host, ido-cache-unc-valid):
5913 New helper functions for UNC file-name support.
5914 (ido-may-cache-directory): Check for UNC host. Simplify.
5915 (ido-wash-history): Clean out old UNC hosts.
5916 (ido-nonreadable-directory-p): UNC hosts are always readable.
5917 (ido-directory-too-big-p): UNC hosts are never too big.
5918 (ido-set-current-directory): Handle UNC root path.
5919 (ido-file-name-all-completions): Complete UNC host names from
5920 ido-unc-hosts list. Cache UNC host shares.
5921 (ido-make-file-list-1): Don't filter UNC root.
5922 (ido-exhibit): Check for // in root directory, and switch to UNC
5923 mode by setting ido-current-directory to //.
5924
5925 2006-03-17 Luc Teirlinck <teirllm@auburn.edu>
5926
5927 * cus-edit.el (customize-changed-options): Mention explicit
5928 version number as default in prompt.
5929
5930 2006-03-17 Bill Wohler <wohler@newt.com>
5931
5932 * image.el (image-load-path-for-library): Minor docstring fix.
5933
5934 2006-03-17 Carsten Dominik <dominik@science.uva.nl>
5935
5936 * textmodes/org.el (org-read-date): Include subgroup 5 into
5937 replacement text.
5938 (org-popup-calendar-for-date-prompt): Fix customization type.
5939
5940 2006-03-17 Nick Roberts <nickrob@snap.net.nz>
5941
5942 * progmodes/gdb-ui.el (gud-watch): Provide completion.
5943 (gdb-continuation): New variable.
5944 (gdb-send): Deal with continuation lines.
5945
5946 * progmodes/gud.el (gud-gdb-complete-command)
5947 (gud-gdb-run-command-fetch-lines): Adapt for use with watch
5948 expressions.
5949 (gud-tooltip-mode): Use buffer-local value.
5950
5951 2006-03-16 Kim F. Storm <storm@cua.dk>
5952
5953 * ido.el (ido-edit-input): Use selected match, if any.
5954
5955 2006-03-16 Bill Wohler <wohler@newt.com>
5956
5957 * image.el (image-load-path-for-library): Prefer user's images in
5958 image-load-path.
5959
5960 2006-03-16 Martin Rudalics <rudalics@gmx.at>
5961
5962 * mouse.el (mouse-drag-vertical-line): Use window-inside-edges
5963 when checking for attempt to drag leftmost or rightmost scrollbar.
5964
5965 2006-03-16 Nick Roberts <nickrob@snap.net.nz>
5966
5967 * progmodes/gdb-ui.el (gdb-inferior-status): New variable.
5968 (gdb-force-mode-line-update): New function.
5969 (gdb-resync, gdb-starting, gdb-signal, gdb-exited, gdb-stopped)
5970 (gdb-exited): Use them.
5971 (gdb-signal): New function.
5972 (gdb-annotation-rules): Provide a rule for it.
5973
5974 2006-03-16 Kenichi Handa <handa@m17n.org>
5975
5976 * international/mule.el (auto-coding-regexp-alist): Add entries
5977 for Unicode BOM.
5978
5979 * sort.el (sort-build-lists): Temporarily bind
5980 inhibit-field-text-motion to t.
5981
5982 2006-03-15 Luc Teirlinck <teirllm@auburn.edu>
5983
5984 * locate.el (locate-command, locate-make-command-line)
5985 (locate-fcodes-file, locate-update-command)
5986 (locate-prompt-for-command, locate, locate-with-filter)
5987 (locate-get-file-positions): Doc fixes.
5988 (locate-buffer-name, locate-header-face): Remove leading `*' in
5989 defcustom.
5990 (locate-filter-output): Use `keep-lines' instead of its alias
5991 `delete-non-matching-lines'.
5992 (locate-get-filename, locate-get-dirname): Add introductory comment.
5993 (locate-find-directory-other-window): Give appropriate error
5994 message if used outside main listing.
5995
5996 2006-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
5997
5998 * font-lock.el (font-lock-lines-before): Delete variable, subsumed by
5999 the new extend-region feature.
6000 (font-lock-after-change-function): Update correspondingly.
6001 * jit-lock.el (jit-lock-after-change): Update correspondingly.
6002 * progmodes/grep.el (font-lock-lines-before): Don't disable.
6003
6004 2006-03-15 Bill Wohler <wohler@newt.com>
6005
6006 * image.el (image-load-path-for-library): Fix example by not
6007 recommending that one binds image-load-path. Just defvar it to
6008 placate compiler and only use it if previously defined.
6009
6010 2006-03-15 Carsten Dominik <dominik@science.uva.nl>
6011
6012 * textmodes/org.el (org-insert-centered): Use `string-width' to
6013 make underlining work for wide characters.
6014 (org-goto-map, org-agenda-mode-map, org-mode-map): Explicitly bind
6015 TAB to `org-cycle', to make sure that no binding in
6016 `outline-mode-map' can supercede it.
6017
6018 2006-03-14 Ken Manheimer <ken.manheimer@gmail.com>
6019
6020 * allout.el: Increment version to 2.2.1 in file commentary.
6021
6022 (allout-version): Increment to 2.2.1.
6023
6024 (allout-default-layout): New customization variable, used when the
6025 file lacks a specific allout-layout. Uses allout-layout-type for
6026 recursively nested definition.
6027
6028 (allout-layout-type): Widget defining allout layouts, necessary for
6029 self-recursive definition.
6030
6031 (allout-mode): Incorporate allout-default-layout as fallback for
6032 allout-layout.
6033
6034 (allout-layout): Mark as 'safe-local-variable', and refer mention
6035 fallback to `allout-default-layout' in absence of a specified value.
6036 (allout-passphrase-verifier-string)
6037 (allout-passphrase-hint-string): Mark as 'safe-local-variable'.
6038
6039 (allout-file-passphrase-verifier-string): Obsolete variable, removed.
6040
6041 (allout-get-encryption-passphrase-verifier): Use correct name of
6042 passphrase verifier in docstring.
6043
6044 2006-03-15 Nick Roberts <nickrob@snap.net.nz>
6045
6046 * progmodes/gdb-ui.el (gdb-var-list): Change order of first two
6047 elements.
6048 (gdb-find-watch-expression): Make it work for arrays too.
6049 Follow change to gdb-var-list.
6050 (gud-watch): Allow the user to enter variable name with a prexix
6051 arg. Create keybindings.
6052 (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
6053 (gdb-var-list-children-handler, gdb-var-update-handler)
6054 (gdb-var-delete, gdb-edit-value, gdb-speedbar-expand-node)
6055 (gdb-var-list-children-handler-1, gdb-var-update-handler-1):
6056 Follow change to gdb-var-list.
6057 (gdb-starting): Don't show the overlay arrows when program is running.
6058
6059 * progmodes/gud.el (gud-speedbar-buttons): Follow change to
6060 gdb-var-list.
6061
6062 2006-03-14 Bill Wohler <wohler@newt.com>
6063
6064 * image.el (image-load-path-for-library): Pass value of path
6065 rather than symbol. Always return list of directories.
6066 Guarantee that image directory comes first.
6067
6068 2006-03-14 Alan Mackenzie <acm@muc.de>
6069
6070 * font-core.el (font-lock-extend-region\(-function\)?.):
6071 New function/variable.
6072
6073 * font-lock.el (font-lock-after-change-function):
6074 Call font-lock-extend-region. Obey font-lock-lines-before.
6075 (font-lock-default-fontify-region): Remove reference to
6076 font-lock-lines-before.
6077
6078 * jit-lock.el (jit-lock-after-change):
6079 Call font-lock-extend-region. Obey font-lock-lines-before.
6080
6081 2006-03-14 David Ponce <david@dponce.com>
6082
6083 * tree-widget.el (tree-widget-themes-load-path)
6084 (tree-widget-themes-directory, tree-widget-theme): Doc fix.
6085
6086 2006-03-13 Ryan Yeske <rcyeske@gmail.com>
6087
6088 * net/rcirc.el (rcirc) <defgroup>: Add link to manual.
6089 (rcirc-print): Mark the start of text at the end of the prompt.
6090 (rcirc-track-minor-mode): Add autoload cookie.
6091 (rcirc-update-activity-string): Add space to front of mode-line
6092 indicator.
6093
6094 2006-03-13 Miles Bader <miles@gnu.org>
6095
6096 * net/rcirc.el (rcirc-nick-abbrevs): Remove variable.
6097 (rcirc-abbrev-nick): Remove function.
6098 (rcirc-format-response-string): Don't call `rcirc-abbrev-nick'.
6099
6100 2006-03-13 David Ponce <david@dponce.com>
6101
6102 * tree-widget.el: Handle themes across all occurrences of the main
6103 themes sub-directory found in tree-widget-themes-load-path.
6104 (tree-widget-themes-directory, tree-widget-theme): Doc fix.
6105 (tree-widget--locate-sub-directory): Return all occurrences.
6106 (tree-widget-themes-path): New function.
6107 Replace tree-widget-themes-directory, and return a list of directories.
6108 (tree-widget-set-parent-theme)
6109 (tree-widget-lookup-image): Use it.
6110
6111 2006-03-13 Carsten Dominik <dominik@science.uva.nl>
6112
6113 * textmodes/org.el (org-link-search): Avoid self-matching of
6114 links, allow target text to be distributed over several lines.
6115 (org-search-not-link): New function.
6116 (org-set-regexps-and-options, org-get-current-options):
6117 New startup options.
6118 (org-export-as-html): Take odd-level setting from local variable.
6119 (org-fontify-emphasized-text): New option.
6120 (org-set-font-lock-defaults): Include emphasized text.
6121 (org-follow-mhe-link): Allow folder-only links, fix folder name.
6122 (org-font-lock): Customize group renamed from `org-faces'.
6123
6124 2006-03-13 John Paul Wallington <jpw@pobox.com>
6125
6126 * ibuf-ext.el (ibuffer-never-show-predicates): Add `require'
6127 keyword; require `ibuf-ext' feature. Thanks to Zhang Wei.
6128
6129 2006-03-12 Luc Teirlinck <teirllm@auburn.edu>
6130
6131 * cus-start.el (all): Delete :version keyword for members of the
6132 fringe group, since the entire group is new in 22.1.
6133
6134 2006-03-13 Nick Roberts <nickrob@snap.net.nz>
6135
6136 * progmodes/gdb-ui.el (gdb-stack-list-locals-handler): Add local
6137 map if value is hexadecimal (an address).
6138 (gud-watch): Only search roots for existing watch expressions.
6139 (gdb-speedbar-refresh): Bind speedbar-shown-directories to nil to
6140 prevent caching problems with speedbar-update-directory-contents.
6141
6142 2006-03-12 Juri Linkov <juri@jurta.org>
6143
6144 * battery.el (battery-linux-proc-acpi): Check `capacity' for non-nil
6145 before comparing with `low' and `warn'.
6146
6147 * info.el (Info-dir-remove-duplicates): Move point to the
6148 beginning of the current line after deleting the entries from
6149 redundant heading. Use marker for `limit' and compare it with
6150 point before calling `re-search-forward'.
6151
6152 2006-03-11 Luc Teirlinck <teirllm@auburn.edu>
6153
6154 * simple.el (yank): Fix typo in docstring.
6155
6156 2006-03-11 Ryan Yeske <rcyeske@gmail.com>
6157
6158 * mail/rmailsum.el (rmail-summary-next-msg): Skip deleted
6159 messages, where "D" is the 6th character.
6160
6161 2006-03-11 Eli Zaretskii <eliz@gnu.org>
6162
6163 * simple.el (yank): Fix last change.
6164
6165 2006-03-11 David Ponce <david@dponce.com>
6166
6167 * ispell.el (ispell-find-aspell-dictionaries): Add aliases before
6168 merging elements from the standard ispell-dictionary-alist.
6169 (ispell-aspell-add-aliases): Add aliases to the passed dictionary
6170 alist, and return the new alist.
6171
6172 2006-03-11 Richard Stallman <rms@gnu.org>
6173
6174 * mail/rmail.el (rmail-ignored-headers): Discard DomainKey-Signature.
6175
6176 * eshell/eshell.el (eshell-prefer-to-shell): Variable deleted;
6177 the way it is implemented is too unclean.
6178
6179 * simple.el (kill-region, yank): Doc fix.
6180
6181 * battery.el (battery-echo-area-format): Doc fix.
6182 (battery-mode-line-format): Likewise.
6183 (battery-linux-proc-apm, battery-linux-proc-acpi): Likewise.
6184 (battery-linux-proc-acpi): Ignore batteries that say "charged".
6185
6186 2006-03-11 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at>
6187
6188 * progmodes/octave-mod.el (octave-indent-for-comment):
6189 Behave according to do string.
6190
6191 2006-03-11 Agustin Martin <agustin.martin@hispalinux.es>
6192
6193 * textmodes/ispell.el (ispell-menu-map-needed) [ispell-message]:
6194 Be visible only if major mode is Mail Mode.
6195
6196 * textmodes/flyspell.el (flyspell-external-point-words)
6197 (flyspell-process-localwords): Fix last changes.
6198
6199 2006-03-11 Eli Zaretskii <eliz@gnu.org>
6200
6201 * calendar/holidays.el (list-holidays): Doc fix.
6202
6203 * international/mule.el (auto-coding-alist): Add .odt
6204 (OpenOffice's open document) files.
6205
6206 * files.el (auto-mode-alist): Add .odt (OpenOffice's open
6207 document) files. Mention in the doc string the need to sync with
6208 auto-coding-alist.
6209
6210 2006-03-10 Chong Yidong <cyd@stupidchicken.com>
6211
6212 * files.el (hack-local-variables-confirm): Don't prompt for ! if
6213 enable-local-variables is set to always query, or there is no
6214 savable variable.
6215
6216 2006-03-10 Bill Wohler <wohler@newt.com>
6217
6218 * image.el (image-load-path-for-library): Merge at least three
6219 functions from Gnus and MH-E into this one function that can now
6220 be shared.
6221
6222 2006-03-11 Nick Roberts <nickrob@snap.net.nz>
6223
6224 * progmodes/gdb-ui.el (gdb-remove-text-properties): Rename from
6225 gdb-remove-mouse-face and remove help-echo too.
6226 (gdb-enqueue-input): Correct conditional clause.
6227
6228 2006-03-10 Glenn Morris <rgm@gnu.org>
6229
6230 * calendar/calendar.el (calendar-holidays): Doc fix.
6231 * calendar/holidays.el (list-holidays): Doc fix.
6232
6233 2006-03-10 Nick Roberts <nickrob@snap.net.nz>
6234
6235 * progmodes/gdb-ui.el (gdba): Don't call gdb-init-1 explicitly as
6236 it gets called in gdb-prompt anyway.
6237 (gdb-use-separate-io-buffer): Only restore window arrangement for
6238 gdb-many-windows.
6239 (gdb-enqueue-input): Make it harder to send GDB input when program
6240 is running.
6241 (gdb-buffer-list): New variable.
6242 (gdb-remove-mouse-face): New function.
6243 (gdb-starting): Use it when GDB input won't get sent.
6244
6245 2006-03-08 Juanma Barranquero <lekktu@gmail.com>
6246
6247 * help.el (view-lossage): Remove trailing whitespace before
6248 inserting "\n".
6249
6250 2006-03-07 Chong Yidong <cyd@stupidchicken.com>
6251
6252 * files.el (hack-local-variables-confirm):
6253 Set coding-system-for-read to nil before writing to .emacs.
6254
6255 * arc-mode.el (archive-extract): Check if an existing buffer name
6256 comes from a different archive.
6257
6258 * help.el (describe-key-briefly): If KEY is a down event, read and
6259 discard the up event.
6260
6261 2006-03-07 Nick Roberts <nickrob@snap.net.nz>
6262
6263 * progmodes/gud.el (gud-speedbar-buttons): Allow pointers to
6264 be edited and use font-lock-warning-face for any changes.
6265
6266 * progmodes/gdb-ui.el (gdb-edit-value-handler): New function.
6267 (gdb-edit-value): Use it to report any errors.
6268
6269 2006-03-07 Juanma Barranquero <lekktu@gmail.com>
6270
6271 * help.el (describe-key): Remove leftover test code.
6272
6273 2006-03-07 Carsten Dominik <dominik@science.uva.nl>
6274
6275 * textmodes/org.el: Move defvars out of eval-when-compile.
6276 Use buffer-file-name variable.
6277 (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused
6278 arg `file'.
6279 (org-level-faces): Remove startup dependency.
6280 (org-cycle, org-map-tree, org-scan-tags)
6281 (org-remember-handler): Don't call `outline-level' directly.
6282 (org-mhe-search-all-folders): New option.
6283 (org-mhe-get-message-folder-from-index)
6284 (org-mhe-get-message-folder): Fix indexing search.
6285 (org-format-agenda-item): Handle nil TAGS argument.
6286 (org-cleaned-string-for-export, org-activate-target-links)
6287 (org-make-target-link-regexp): Deal with empty radio target list.
6288 (org-tag): New face.
6289 (org-get-level-face): New function.
6290 (org-set-font-lock-defaults): Simplify setup for headlines.
6291 (org-complete): Pass common substring to `display-completion-list'.
6292
6293 2006-03-06 David Ponce <david@dponce.com>
6294
6295 * tree-widget.el: Update Commentary header.
6296 (tree-widget-theme-name): Ignore parent themes.
6297 (tree-widget-set-parent-theme): New function.
6298 (tree-widget-set-theme): Use it.
6299 (tree-widget-set-image-properties): Move definition. Does nothing
6300 if image properties have already been set.
6301 (tree-widget-image-properties): Move definition. Receive an image
6302 name. Set the :pointer property.
6303 (tree-widget-lookup-image): Doc fix. Search in parent themes.
6304 Don't set the :pointer image property.
6305 (tree-widget-convert-widget): New function. Handle :dynargs
6306 compatibility here.
6307 (tree-widget): Use it to :convert-widget. Add the :expander-p
6308 predicate to control when the :expander function is entered.
6309 Thanks to Ken Manheimer <ken.manheimer@gmail.com> for the idea.
6310 (tree-widget-value-create): Handle :expander-p. widget-apply
6311 :expander.
6312 (tree-widget-expander-p): New function. Default value of the
6313 :expander-p property.
6314
6315 2006-03-06 Chong Yidong <cyd@stupidchicken.com>
6316
6317 * help.el (describe-key): Properly handle the return value of
6318 read-key-sequence when grabbing an up-event. Cleanup mouse-1
6319 remaps. Handle string and vector `follow-link' values.
6320
6321 2006-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
6322
6323 * complete.el (PC-expand-many-files): Try be more careful when parsing
6324 the shell's output.
6325
6326 2006-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
6327
6328 * outline.el (hide-sublevels): Provide better interactive default.
6329
6330 2006-03-06 Kenichi Handa <handa@m17n.org>
6331
6332 * international/fontset.el (create-fontset-from-fontset-spec):
6333 Fix regexp for paring FONTSET-SPEC (allow spaces after `:').
6334
6335 2006-03-05 Luc Teirlinck <teirllm@auburn.edu>
6336
6337 * progmodes/gud.el (gud-jdb-marker-filter): Quote `[' with two
6338 backslashes instead of one in regexp.
6339 (gud-tooltip-dereference): Add missing optional argument.
6340
6341 2006-03-04 John Paul Wallington <jpw@pobox.com>
6342
6343 * wdired.el (toplevel): Require `cl' at compile-time.
6344
6345 2006-03-04 Andreas Schwab <schwab@suse.de>
6346
6347 * server.el (server-process-filter): Handle errors during
6348 evaluation of the argument.
6349
6350 2006-03-03 John Paul Wallington <jpw@pobox.com>
6351
6352 * t-mouse.el (t-mouse-drag-start, t-mouse-swap-alt-keys): Doc fix;
6353 escape parentheses at beginning of line.
6354 (t-mouse-tty, t-mouse-make-event): Doc fix; use imperative.
6355 (t-mouse-mode): Remove period from end of error message.
6356
6357 2006-03-03 Agustin Martin <agustin.martin@hispalinux.es>
6358
6359 * textmodes/flyspell.el (flyspell-process-localwords):
6360 Be case-sensitive.
6361
6362 2006-03-03 Martin Rudalics <rudalics@gmx.at>
6363
6364 * cus-edit.el (custom-quote): Remove function, since it has been
6365 moved to custom.el.
6366
6367 * font-lock.el (lisp-font-lock-keywords-2)
6368 * emacs-lisp/rx.el (rx-check-any, rx-check-not)
6369 * generic-x.el (reg-generic-mode): Quote "]"s in regexps when
6370 they have no special meaning.
6371
6372 * midnight.el (clean-buffer-list): Handle case where base-buffer of
6373 indirect buffer gets killed before indirect buffer. Use dolist.
6374
6375 2006-03-03 Ken Manheimer <ken.manheimer@gmail.com>
6376
6377 * emacs-lisp/edebug.el (edebug-display): Use `edebug-sit-for-seconds'
6378 value instead of a literal constant (1) on more pauses.
6379
6380 2006-03-03 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
6381
6382 * textmodes/flyspell.el (flyspell-external-point-words):
6383 Be case-sensitive.
6384
6385 2006-03-03 Ryan Yeske <rcyeske@gmail.com>
6386
6387 * net/rcirc.el (rcirc-url-regexp): Match entire url when it starts
6388 with "www".
6389
6390 2006-03-03 Ken Manheimer <ken.manheimer@gmail.com>
6391
6392 * allout.el: Restablish intermediate missing comment header to
6393 preserve outline structure.
6394 (allout-beginning-of-current-entry): Skip invisible text.
6395 (allout-open-topic): Fix opening a topic at end-of-buffer.
6396 (allout-minor-mode): Move nearer to allout-mode function.
6397
6398 2006-03-02 Carsten Dominik <dominik@science.uva.nl>
6399
6400 * textmodes/org.el (org-paste-subtree): Remove (debug) form.
6401
6402 2006-03-02 Nick Roberts <nickrob@snap.net.nz>
6403
6404 * dframe.el (dframe-frame-mode): Don't burp when menu-bar-lines
6405 is nil.
6406
6407 * progmodes/gud.el (gud-speedbar-menu-items):
6408 Use buffer-local-value and add missing :visible keyword.
6409
6410 * progmodes/gdb-ui.el (gdb-speedbar-refresh): Quieten speedbar-refresh.
6411
6412 2006-03-01 Carsten Dominik <dominik@science.uva.nl>
6413
6414 * textmodes/reftex-index.el (reftex-index-map): `follow-mouse'
6415 must be `follow-link'.
6416
6417 * textmodes/reftex-toc.el (reftex-toc-map): Likewise.
6418
6419 * textmodes/org.el (org-export-as-html): Fix bugs in HTML
6420 formatting: No nested anchors.
6421 (org-all-targets): Fix bug with XEmacs compatibility.
6422 (org-read-date): Add (require 'parse-time).
6423 (org-set-tags): Fix bug with extra inserted space.
6424 (org-export-html-style): Define a style class for targets.
6425 (org-agenda-keymap, org-mouse-map): Add a binding for `follow-link'.
6426 (org-hide-leading-stars): New option.
6427 (org-hide): New face.
6428 (org-set-font-lock-defaults): Allow to hide leading stars.
6429 (org-get-legal-level, org-tr-level): New functions.
6430 (org-odd-levels-only): New option.
6431 (org-level-faces, org-paste-subtree, org-convert-to-odd-levels)
6432 (org-demote, org-promote): Deal with double-star levels.
6433 (org-convert-to-odd-levels): New command.
6434
6435 2006-03-01 Nick Roberts <nickrob@snap.net.nz>
6436
6437 * speedbar.el (speedbar-update-localized-contents): Try to
6438 preserve window-start.
6439 (speedbar-update-directory-contents): Try to preserve window-start
6440 and window-point.
6441 (speedbar-update-special-contents): Don't move back to start of window.
6442
6443 * progmodes/gdb-ui.el (gdb-speedbar-refresh): Rename from
6444 gdb-speedbar-timer-fn. Use speedbar-refresh instead of
6445 speedbar-timer-fn.
6446 (gdb-var-update-handler, gdb-var-update-handler-1): Use it.
6447 (gdb-speedbar-expand-node): Use speedbar-delete-subblock
6448 instead of gdb-speedbar-timer-fn.
6449
6450 2006-02-28 Jay Belanger <belanger@truman.edu>
6451
6452 * calc/calccomp.el (math-compose-tex-matrix): Add a latex option.
6453 (math-compose-expr): Use latex option when calling
6454 `math-compose-tex-matrix' for latex mode.
6455
6456 2006-02-28 Nick Roberts <nickrob@snap.net.nz>
6457
6458 * speedbar.el: Re-instate comments about developing for speedbar
6459 [this is what info and gdb-ui use even if better methods exist now].
6460
6461 * t-mouse.el: New file.
6462 (t-mouse-tty): Use with-temp-buffer. Add more terminal types.
6463 (t-mouse-lispy-buffer-posn-from-coords): Remove.
6464 (t-mouse-make-event-element): Use posn-at-x-y instead.
6465 (t-mouse-make-event): Deal with Fedora Core 3.
6466 (t-mouse-make-event): Don't sink the `stupid text mode menubar'.
6467 (t-mouse-mouse-position-function): New function. Use it instead
6468 of advising mouse-position.
6469 (t-mouse-mode): New minor mode.
6470 (t-mouse-stop, t-mouse-run): Remove. Use t-mouse-mode instead.
6471
6472 2006-02-27 Glenn Morris <rgm@gnu.org>
6473
6474 * calendar/calendar.el (calendar-holidays): Doc fix.
6475
6476 2006-02-27 Nick Roberts <nickrob@snap.net.nz>
6477
6478 * progmodes/gdb-ui.el (gdb-source-window): New variable.
6479 Re-introduce the concept of a source window.
6480 (gdb-get-buffer-create): Rename from gdb-get-create-buffer for
6481 consistency with get-buffer-create.
6482 (def-gdb-auto-update-handler, gdb-info-locals-handler)
6483 (gdb-data-list-register-values-handler)
6484 (gdb-stack-list-locals-handler): Try to preserve window-start as
6485 well as window-point.
6486 (gdb-display-source-buffer): New function (old concept).
6487 (gdb-goto-breakpoint): Use it.
6488
6489 * progmodes/gud.el (gud-display-line): Use gdb-display-source-buffer
6490 for gdb-ui/gdb-mi (old concept).
6491
6492 2006-02-27 Carsten Dominik <dominik@science.uva.nl>
6493
6494 * textmodes/reftex-index.el (reftex-index-map): Add `follow-mouse'
6495 binding.
6496
6497 * textmodes/reftex-toc.el (reftex-toc-map): Add `follow-mouse' binding.
6498
6499 * textmodes/reftex-sel.el (reftex-select-label-map)
6500 (reftex-select-bib-map): Add `follow-mouse' binding.
6501
6502 2006-02-26 Luc Teirlinck <teirllm@auburn.edu>
6503
6504 * jka-cmpr-hook.el (jka-compr-compression-info-list)
6505 (jka-compr-mode-alist-additions, jka-compr-load-suffixes):
6506 Give :set functions to provide automatic updating.
6507 Update docstring. Give compiler defvars early in the file
6508 and move the defcustoms to a later spot where all called functions
6509 are defined.
6510 (jka-compr-file-name-handler-entry): Doc fix.
6511 (jka-compr-compression-info-list--internal)
6512 (jka-compr-mode-alist-additions--internal)
6513 (jka-compr-load-suffixes--internal): New variables.
6514 (jka-compr-install): Set the three above variables.
6515 Update `load-file-rep-suffixes' instead of `load-suffixes'.
6516 (jka-compr-update, jka-compr-set): New functions.
6517 (auto-compression-mode): Doc fix.
6518
6519 * jka-compr.el (jka-compr-uninstall): Replace `mapcar' with `mapc'.
6520 Update `load-file-rep-suffixes' instead of `load-suffixes'.
6521 Use jka-compr-compression-info-list--internal,
6522 jka-compr-mode-alist-additions--internal and
6523 jka-compr-load-suffixes--internal.
6524
6525 * files.el (load-library):
6526 * loadhist.el (file-loadhist-lookup):
6527 * startup.el (command-line):
6528 * subr.el (locate-library):
6529 * emacs-lisp/autoload.el (update-directory-autoloads):
6530 * emacs-lisp/find-func.el (find-library-suffixes):
6531 Use `get-load-suffixes' instead of `load-suffixes'.
6532
6533 * subr.el (locate-library):
6534 * emacs-lisp/find-func.el (find-library-name):
6535 Use `load-file-rep-suffixes' instead of '("").
6536
6537 2006-02-26 Kim F. Storm <storm@cua.dk>
6538
6539 * ido.el (ido-save-history, ido-load-history): Simplify.
6540 Don't use find-file-noselect to avoid interference from other modes.
6541
6542 2006-02-25 Thien-Thi Nguyen <ttn@gnu.org>
6543
6544 * progmodes/sh-script.el (sh-mode): Fix bug: Arrange
6545 to use the default shell if filename is not available.
6546 Reported by Giorgos Keramidas.
6547
6548 2006-02-25 John Williams <jrw@pobox.com> (tiny change)
6549
6550 * progmodes/etags.el (tags-completion-table): Do completion from
6551 all the tables in the current list, as documented in the manual.
6552
6553 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
6554
6555 * CC Mode Update to 5.31.3.
6556
6557 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
6558
6559 * progmodes/cc-mode.el (c-postprocess-file-styles):
6560 Bind inhibit-read-only to t, around the call to
6561 c-remove-any-local-eval-or-mode-variables, so that it works on a
6562 RO file.
6563
6564 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
6565
6566 * progmodes/cc-awk.el: Correct a typo.
6567
6568 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
6569
6570 * progmodes/cc-cmds.el, cc-mode.el: Rename c-hungry-backspace to
6571 c-hungry-delete-backwards, at the request of RMS. Leave the old
6572 name as an alias.
6573
6574 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
6575
6576 * progmodes/cc-mode.el: Correct a typo.
6577
6578 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
6579
6580 * progmodes/cc-defs.el: Update the version number to 5.31.3.
6581
6582 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
6583
6584 * progmodes/cc-cmds.el (c-electric-brace): Fix clean-up
6585 brace-else-brace (error due to mbeg, mend being undefined).
6586
6587 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
6588
6589 * progmodes/cc-mode.el: File Local variables: Solve the problem
6590 where both `mode' and c-file-offsets are specified: `mode' will
6591 overwrite c-f-o's settings:
6592 (c-remove-any-local-eval-or-mode-variables): New function.
6593 (c-postprocess-file-styles): Call the above new function, within
6594 c-tentative-buffer-change, to splat `mode' and `eval' before the
6595 second hack-local-variables.
6596
6597 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
6598
6599 * progmodes/cc-mode.el:
6600 [Supersedes patch to cc-engine.el 2005-12-16T20:07:49Z!monnier@iro.umontreal.ca]
6601 (c-after-change): Protect the match data with save-match-data.
6602 It was getting corrupted by c-after-change-check-<>-operators.
6603
6604 * cc-defs.el: [Supersedes patch V1.38]:
6605 (top level): Check for a buggy font-lock-compile-keywords ONLY in
6606 XEmacs. GNU Emacs 22 now has a check which would throw an error here.
6607
6608 * progmodes/cc-awk.el (c-awk-after-change): Protect the match data
6609 with save-match-data. It was being corrupted when Font Lock was
6610 not enabled.
6611
6612 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
6613
6614 * progmodes/cc-langs.el (c-mode-menu): Add menu items for Electric
6615 Mode and Subword Mode.
6616
6617 * progmodes/cc-engine.el (c-beginning-of-statment-1): Distinguish
6618 real labels ("case 1:" or "foo:") from non-labels ("public:").
6619 (c-forward-objc-directive): Replace c-forward-token-2 with crude
6620 coding; c-f-t-2 doesn't move over a token at EOB.
6621
6622 * progmodes/cc-defs.el (c-version): Update version number to 5.31.2.
6623
6624 * progmodes/cc-cmds.el, cc-mode.el, cc-engine.el
6625 (c-update-modeline): Concatenate the minor mode indicators
6626 directly onto mode-name, removing c-submode-indicators.
6627 Sometimes, c-s-i got separated from the mode name on the mode line.
6628
6629 * progmodes/cc-cmds.el (c-electric-brace, c-electric-semi&comma)
6630 (c-electric-colon): Correct doc-strings: "/ln" -> "/la".
6631
6632 2006-02-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6633
6634 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Improve the
6635 error message when there's an evaluation error to show whether
6636 it's loaded from source or not.
6637 (c-filter-ops): Make it available at runtime too to work when
6638 `c-make-init-lang-vars-fun' needs to evaluate from source.
6639
6640 2006-02-24 Juanma Barranquero <lekktu@gmail.com>
6641
6642 * help.el (help): Revert last part of 2006-02-23 change (deletion
6643 of the `provide' call).
6644
6645 2006-02-23 Juri Linkov <juri@jurta.org>
6646
6647 * compare-w.el (compare-windows-highlight): Add new value
6648 `persistent' and change :type from `boolean' to `choice'.
6649 (compare-windows-overlays1, compare-windows-overlays2):
6650 New internal variables.
6651 (compare-windows-highlight): If compare-windows-highlight is
6652 `persistent', add current overlays to compare-windows-overlays[12]
6653 instead of adding compare-windows-dehighlight to pre-command-hook.
6654 (compare-windows-dehighlight): Delete all overlays from
6655 compare-windows-overlays[12].
6656
6657 * info.el (Info-search): Don't bind search-spaces-regexp to
6658 Info-search-whitespace-regexp in non-regexp isearch mode.
6659
6660 2006-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
6661
6662 * help.el (describe-mode): Pass `mode-name' to format-mode-line.
6663
6664 2006-02-23 Juanma Barranquero <lekktu@gmail.com>
6665
6666 * textmodes/org.el (org-xemacs-p)
6667 (org-export-html-show-new-buffer, org-table-may-need-update)
6668 (org-insert-item, org-mhe-get-message-real-folder)
6669 (org-mhe-get-message-folder-from-index)
6670 (org-mhe-get-message-folder, org-mhe-get-message-num)
6671 (org-mhe-get-header, org-make-org-heading-search-string)
6672 (org-make-org-heading-camel, org-table-sort-lines)
6673 (org-format-org-table-html, org-format-table-table-html):
6674 Fix typos in docstrings.
6675
6676 2006-02-23 Carsten Dominik <dominik@science.uva.nl>
6677
6678 * textmodes/org.el (org-cleaned-string-for-export)
6679 (org-solidify-link-text): New function.
6680 (org-add-hook): Use `add-local-hook' instead of `make-local-hook' for
6681 XEmacs, just to silence the compiler.
6682 (org-export-as-ascii, org-export-as-html-and-open):
6683 Use `org-cleaned-string-for-export' and create internal links.
6684 (org-follow-mhe-link): Require mh-e, use folder.
6685
6686 2006-02-23 Nick Roberts <nickrob@snap.net.nz>
6687
6688 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face properly.
6689
6690 * progmodes/gdb-ui.el (gdb-debug-ring-max): Rename from
6691 gdb-debug-log-length.
6692 (gdb-debug-ring): Rename from gdb-debug-log-ring. Don't make
6693 it a real ring but...
6694 (gud-gdba-marker-filter): ...make it work like mark-ring.
6695 (gdb-enable-debug): Rename from gdb-enable-debug-log.
6696 (gdb-mouse-jump): New function. Add bindings.
6697
6698 2006-02-23 Nick Roberts <nickrob@snap.net.nz>
6699
6700 * progmodes/gdb-ui.el (gdb-signalled): New variable and function.
6701 (gdb-debug-log-ring): Rename from gdb-debug-log and make a ring.
6702 (gdb-send, gdb-send-item, gud-gdba-marker-filter): Use it.
6703 (gdb-debug-log-length): Customize it's length.
6704 (gud-watch, gdb-var-create-handler): Display function::var format
6705 but don't use to create variable object.
6706 (gdb-var-create-handler): Use message-box in place of message.
6707 (gdb-stopped): Call gdb-exited if signalled.
6708
6709 2006-02-22 Carsten Dominik <dominik@science.uva.nl>
6710
6711 * textmodes/reftex.el (reftex-locate-file): Remove duplicate function.
6712
6713 * textmodes/reftex-vars.el (reftex-try-all-extensions): New option.
6714
6715 * textmodes/reftex.el (reftex-locate-file): Search all extensions
6716 if `reftex-try-all-extensions' is set.
6717
6718 * textmodes/reftex-dcr.el (reftex-view-crossref): New argument to
6719 fail silently when there is no valid argument at point.
6720 (reftex-view-crossref-when-idle): Call `reftex-view-crossref' with
6721 `fail-silently' argument. From a patch by David Reiter.
6722
6723 * textmodes/org.el (org-mark-ring-push, org-mark-ring-goto):
6724 New commands.
6725 (org-mark-ring): New variable.
6726 (org-mark-ring-length): New option.
6727 (org-open-at-point, org-goto, org-open-file): Push old position
6728 onto the mark ring.
6729 (org-add-hook): New function.
6730 (org-export-table-remove-special-lines): New option.
6731 (org-skip-comments, org-format-org-table-html): Respect new
6732 option `org-export-table-remove-special-lines'.
6733 (org-open-file): Allow special command configuration for
6734 directory link.
6735 (org-file-apps): Fix bugs in customize type, added setting
6736 for directories.
6737 (org-activate-tags, org-format-agenda-item, org-complete)
6738 (org-get-tags-at, org-scan-tags, org-make-tags-matcher)
6739 (org-get-tags, org-get-buffer-tags, org-open-at-point)
6740 (org-link-search, org-make-org-heading-search-string)
6741 (org-make-org-heading-camel): Allow @ and 0-9 as tags characters.
6742 (org-radio-targets, org-file-link-context-use-camel-case)
6743 (org-activate-camels): New options.
6744 (org-update-radio-target-regexp, org-all-targets)
6745 (org-make-target-link-regexp, org-activate-target-links):
6746 New functions.
6747 (org-make-org-heading-search-string): New function.
6748 (org-store-link, org-insert-link): Use new option
6749 `org-file-link-context-use-camel-case'.
6750 (org-activate-camels): Use new option `org-activate-camels'.
6751 (org-link-regexp): Add mhe prefix.
6752 (org-open-at-point, org-store-link): Support for mhe links.
6753 (org-mhe-get-message-real-folder, org-mhe-get-message-folder)
6754 (org-mhe-get-message-folder-from-index, org-mhe-get-message-num)
6755 (org-mhe-get-header, org-follow-mhe-link): New functions.
6756 (org-remove-angle-brackets, org-add-angle-brackets):
6757 New functions.
6758 (org-bracket-link-regexp): New constant.
6759 (org-read-date): Fix bug that was rejecting all typed dates.
6760 (org-link-search): Make hierarchy above visible after a match.
6761 (org-follow-bbdb-link): Inhibit electric mode for BBDB.
6762 (org-store-link): Fix bug with link creation when cursor is in
6763 an empty line.
6764 (org-open-at-point): Fix bug with matching a link.
6765 Fixed buggy argument sequence in call to `org-view-tags'.
6766 (org-compile-prefix-format): Set `org-prefix-has-tag'.
6767 (org-prefix-has-tag): New variable.
6768 (org-format-agenda-item): Remove tags from headline
6769 if appropriate.
6770 (org-agenda-remove-tags-when-in-prefix): New option.
6771
6772 2006-02-21 Michael Kifer <kifer@cs.stonybrook.edu>
6773
6774 * ediff-diff.el (ediff-setup-diff-regions, ediff-setup-diff-regions3):
6775 Fix the regular expressions.
6776
6777 2006-02-21 Richard M. Stallman <rms@gnu.org>
6778
6779 * progmodes/sh-script.el (sh-mode): Set shell type based on file name
6780 if there's no other specific basis.
6781
6782 * emacs-lisp/unsafep.el (unsafep): Don't treat &rest or &optional
6783 as variables at all.
6784 (unsafep-variable): Rename arg; doc fix.
6785
6786 * abbrevlist.el (list-one-abbrev-table): Add autoload.
6787
6788 * calendar/appt.el (diary-selective-display): Add defvar.
6789
6790 * sort.el (sort-columns): Use Posix arg syntax for `sort'.
6791
6792 * isearch.el (search-whitespace-regexp): Fix custom type.
6793
6794 * help.el (describe-key-briefly): Compute interactive args
6795 in same was as before previous change.
6796
6797 * files.el (enable-local-variables): Doc fix.
6798
6799 2006-02-21 Kim F. Storm <storm@cua.dk>
6800
6801 * fringe.el: Cleanup as file is now pre-loaded.
6802 (fringe-bitmaps): Initialize unconditionally.
6803 (fringe-mode, set-fringe-style): Remove autoload cookies.
6804
6805 2006-02-21 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
6806
6807 * fringe.el (fringe-bitmaps): Rename `horisontal-bar' to
6808 `horizontal-bar'.
6809 (fringe-cursor-alist): Use `horizontal-bar'.
6810
6811 2006-02-20 Kim F. Storm <storm@cua.dk>
6812
6813 * fringe.el (fringe-bitmaps): Update to new bitmap names.
6814 (fringe-indicator-alist, fringe-cursor-alist): Initialize.
6815
6816 * loadup.el: Load "fringe" on window systems.
6817
6818 2006-02-20 Nick Roberts <nickrob@snap.net.nz>
6819
6820 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for all
6821 out of scope components.
6822
6823 * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): Don't enable by
6824 default.
6825
6826 2006-02-20 Chong Yidong <cyd@stupidchicken.com>
6827
6828 * custom.el (customize-mark-to-save, customize-mark-as-set):
6829 Load the symbol first.
6830
6831 2006-02-20 Juanma Barranquero <lekktu@gmail.com>
6832
6833 * buff-menu.el (list-buffers-noselect): Turn also "\n" into a
6834 strech spec so it doesn't display as "^J" on the header line
6835 when `Buffer-menu-use-header-line' is t.
6836
6837 2006-02-20 Nick Roberts <nickrob@snap.net.nz>
6838
6839 * speedbar.el (speedbar-make-button): Keep text properties
6840 of string arguments if desired.
6841
6842 * progmodes/gud.el (gud-speedbar-buttons): Fontify watch
6843 expessions.
6844
6845 * progmodes/gdb-ui.el (gdb-speedbar-expand-node): Force update
6846 of speedbar.
6847
6848 2006-02-19 Ryan Yeske <rcyeske@gmail.com>
6849
6850 * ffap.el (ffap-read-file-or-url): Bind `completion-ignore-case'
6851 to value of `read-file-name-completion-ignore-case'.
6852
6853 2006-02-19 Chong Yidong <cyd@stupidchicken.com>
6854
6855 * custom.el (customize-mark-as-set): Push to `user' theme.
6856
6857 * cus-edit.el (custom-save-variables): Allow unthemed values.
6858 (customize-set-variable): Push setting to `user' theme.
6859
6860 2006-02-19 Nick Roberts <nickrob@snap.net.nz>
6861
6862 * progmodes/gud.el: Don't require font-lock as it's now
6863 automatically loaded.
6864 (gud-speedbar-buttons): Replace gdb-var-changed with
6865 gdb-force-update.
6866
6867 * progmodes/gdb-ui.el (gdb-force-update): Rename from
6868 gdb-var-changed.
6869 (gdb-post-prompt): Use it.
6870 (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
6871 (gdb-var-update-handler, gdb-var-delete)
6872 (gdb-speedbar-expand-node, gdb-var-list-children-handler-1)
6873 (gdb-var-update-handler-1): Don't set gdb-var-changed, just set
6874 gdb-force-update in gdb-post-prompt.
6875 (gdb-reset): Clear watch expressions from speedbar when quitting.
6876
6877 2006-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
6878
6879 * viper-cmd.el (viper-insert-state-post-command-sentinel)
6880 (viper-change-state-to-vi, viper-change-state-to-emacs):
6881 Make aware of cursor coloring in the Emacs state.
6882 (viper-special-read-and-insert-char): Use read-char-exclusive.
6883 (viper-minibuffer-trim-tail): Workaround for fields in minibuffer.
6884
6885 * viper-init.el (viper-emacs-state-cursor-color): New variable.
6886
6887 * viper-util.el (viper-save-cursor-color)
6888 (viper-get-saved-cursor-color-in-replace-mode)
6889 (viper-get-saved-cursor-color-in-insert-mode)
6890 (viper-restore-cursor-color): Make aware of the cursor color in Emacs
6891 state.
6892 (viper-get-saved-cursor-color-in-emacs-mode): New function.
6893
6894 * ediff-diff.el (ediff-ignore-case, ediff-ignore-case-option)
6895 (ediff-ignore-case-option3, ediff-actual-diff-options)
6896 (ediff-actual-diff3-options): New variables to control case sensitivity.
6897 (ediff-make-diff2-buffer, ediff-setup-fine-diff-regions)
6898 (ediff-setup-diff-regions3): Make aware of case-sensitivity.
6899 (ediff-toggle-ignore-case): New function.
6900 (ediff-extract-diffs, ediff-extract-diffs3): Preserve point in buffers.
6901
6902 * ediff-help.el (ediff-long-help-message-narrow2)
6903 (ediff-long-help-message-compare2, ediff-long-help-message-compare3)
6904 (ediff-long-help-message-word-mode): Add ignore-case command.
6905 (ediff-help-for-quick-help): Add ignore-case command.
6906
6907 * ediff-merg.el: Move provide to the end.
6908
6909 * ediff-ptch.el: Move provide to the end.
6910
6911 * ediff-wind.el: Move provide to the end.
6912
6913 * ediff-mult.el: Move provide to the end.
6914 (ediff-set-meta-overlay): Enable follow-link.
6915
6916 * ediff.el: Move provide to the end.
6917 Break recursive load cycle in eval-when-compile.
6918 (ediff-patch-buffer): Better heuristics.
6919
6920 * ediff-util.el: Move provide to the end.
6921 Break recursive load cycle in eval-when-compile.
6922 (ediff-setup-keymap): Add binding for #c. Replace some defsubsts with
6923 defuns.
6924 (ediff-submit-report): Pass the values of ediff-diff3-program,
6925 ediff-diff3-options.
6926
6927 2006-02-19 Juanma Barranquero <lekktu@gmail.com>
6928
6929 * help-fns.el (help-do-arg-highlight): Recognize also ARG- followed by
6930 the opening bracket of the following bracketing pairs: {}, [], (), <>,
6931 `' (for example, in the docstring of `windmove-default-keybindings').
6932
6933 2006-02-19 Nick Roberts <nickrob@snap.net.nz>
6934
6935 * progmodes/gud.el (gud-speedbar-buttons): Update properly for
6936 shadow face. Don't provide binding to edit variable when it is
6937 out of scope.
6938
6939 * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
6940 (gdb-var-update-handler): Detect out of scope variables with pre
6941 GDB 6.4 too.
6942 (gdb-post-prompt): Revert change from 2006-02-17 (force update).
6943 Reset status of variable objects to nil in update handlers.
6944 (gdb-var-update-handler-1): Detect when a variable object comes
6945 in scope. setcar on var changes gdb-var-list directly.
6946
6947 2006-02-17 Juri Linkov <juri@jurta.org>
6948
6949 * ffap.el (ffap) <defface>: Add explicit face declaration.
6950 (ffap-highlight): Use face `ffap' directly instead of checking
6951 for its existence.
6952
6953 * icomplete.el (icomplete-get-keys): Use `t' for the second arg
6954 `visible-ok' of `other-buffer' to find the right original buffer.
6955
6956 * info.el (Info-search): Skip `Local Variables' node.
6957
6958 2006-02-17 Juri Linkov <juri@jurta.org>
6959
6960 * info.el (Info-find-file): Check for symbols `apropos', `history',
6961 `toc' in the input filename, and return these symbols as is.
6962 (Info-find-node-2): Set Info-current-file to symbols `apropos',
6963 `history', `toc' instead of strings.
6964 (Info-set-mode-line): For non-string Info-current-file use the
6965 symbol's name inside **.
6966 (Info-isearch-push-state): Add quote before Info-current-file and
6967 Info-current-node.
6968 (Info-isearch-pop-state): Use `equal' instead of `string='.
6969 (Info-extract-pointer, Info-following-node-name): Use
6970 `match-string-no-properties' instead of `match-string'.
6971 (Info-up): Check `old-file' for `stringp'.
6972 (Info-history): Use `equal' instead of `string-equal'.
6973 Check `file' for `stringp'.
6974 (Info-history): Use symbol `history' instead of string as first arg
6975 of `Info-find-node'.
6976 (Info-toc): Check `Info-current-file' for `stringp'. Use symbol
6977 `toc' instead of string.
6978 (Info-extract-menu-node-name): Use `buffer-substring-no-properties'
6979 instead of `buffer-substring', and `match-string-no-properties'
6980 instead of `match-string'.
6981 (Info-index-nodes): Check for symbols `apropos', `history', `toc'
6982 instead of strings.
6983 (info-apropos): Use `Info-find-node' instead of `Info-goto-node'.
6984 Use symbol `apropos' instead of string.
6985 (Info-copy-current-node-name): Check `Info-current-file' for
6986 `stringp' and construct a command with `Info-find-node' from it.
6987 (Info-fontify-node): Use `match-string-no-properties' instead of
6988 `match-string' and check file names for `stringp'.
6989 (Info-desktop-buffer-misc-data): Check for symbols `apropos',
6990 `history', `toc' instead of strings.
6991
6992 2006-02-17 Chong Yidong <cyd@stupidchicken.com>
6993
6994 * files.el: Rearrange functions and variables in the file local
6995 variables section.
6996
6997 2006-02-17 Reiner Steib <Reiner.Steib@gmx.de>
6998
6999 * files.el: Add truncate-lines, ispell-check-comments and
7000 ispell-local-dictionary as safe local variables.
7001
7002 2006-02-18 Nick Roberts <nickrob@snap.net.nz>
7003
7004 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for
7005 out of scope variables.
7006 (gud-speedbar-buttons): Use unless.
7007
7008 * progmodes/gdb-ui.el (gdb-var-list): Update doc string.
7009 (gdb-init-1, gdb-var-changed): Set gdb-var-changed to t initially.
7010 (gdb-show-changed-values): Also use for out of scope variables.
7011 (gdb-var-update-handler-1): Note if variable goes out of scope.
7012
7013 2006-02-17 Ryan Yeske <rcyeske@gmail.com>
7014
7015 * net/rcirc.el (rcirc-connect): Make all arguments optional, and
7016 default to global variable values for unsupplied args.
7017 (rcirc-get-buffer-create): Fix bug with setting the target.
7018 (rcirc-any-buffer): Rename from rcirc-get-any-buffer, and include
7019 test for rcirc-always-use-server-buffer-flag here.
7020 (rcirc-response-formats): Add %N, which is a facified nick. %n
7021 uses the default face. Change the ACTION format string. If the
7022 "nick" is the server, don't print anything for that field.
7023 Comment fixes.
7024 (rcirc-target-buffer): Don't test
7025 rcirc-always-use-server-buffer-flag here.
7026 (rcirc-print): Squeeze extra spaces out of the text before message.
7027 (rcirc-put-nick-channel): Strip potential "@" char from nick
7028 before adding them to nick table.
7029 (rcirc-url-regexp): Improve to match address like "foo.com".
7030
7031 2006-02-17 Eli Zaretskii <eliz@gnu.org>
7032
7033 * allout.el (allout-hidden-p): Move this defsubst before
7034 allout-overlay-interior-modification-handler, where it is first
7035 used.
7036
7037 2006-02-17 Ken Manheimer <ken.manheimer@gmail.com>
7038
7039 * allout.el: Use allout invisible-text overlays instead of
7040 selective display for concealed text. Also, lots of general
7041 cleanup, and improved compatibility code.
7042
7043 (allout-version) Incremented, corrected, revised, and refined
7044 module commentary.
7045
7046 (provide 'allout): Moved to the bottom, added a require of overlay.
7047
7048 (allout-encrypt-unencrypted-on-saves): Defaults to t instead of
7049 `except-current'.
7050 (allout-write-file-hook-handler): Minimize delay.
7051 (count-trailing-whitespace-region): New function so
7052 auto-encryption of current topic can resituate cursor exactly.
7053 PGP/GPG encryption trims trailing whitespace from lines, which
7054 must be accounted for across encryption then decryption.
7055
7056 (allout-command-prefix): Now defaults to "\C-c<space>" rather than
7057 just plain "\C-c", to avoid intruding on user's keybinding space.
7058
7059 (allout-toggle-current-subtree-encryption): Pass along fetch-pass
7060 parameter, so user request to provide a new password is done.
7061
7062 (allout-outside-normal-auto-fill-function, allout-auto-fill):
7063 Refined mechanism for auto-filling behavior while in allout mode.
7064
7065 (allout-mode): Explicitly specify the mode map in the docstring.
7066 Clarify provision for various write-file hook var names.
7067 Adjusted for invisible-text overlays instead of selective-display.
7068
7069 (allout-depth): Really return 0 if not within any topic. This
7070 rectifies `allout-beginning-of-level' and sequence numbering
7071 errors that occur when cutting and pasting numbered topics.
7072 Changed from a in-line subst to a regular function, as well.
7073
7074 (allout-pre-next-prefix): Renamed from allout-pre-next-preface.
7075
7076 (allout-end-of-subtree, allout-end-of-subtree)
7077 (allout-end-of-entry, allout-end-of-current-heading)
7078 (allout-next-visible-heading, allout-open-topic, allout-show-entry)
7079 (allout-show-children, allout-show-to-offshoot)
7080 (allout-hide-current-entry, allout-show-current-entry): Rectified
7081 handling of trailing blank lines between items.
7082
7083 (allout-line-boundary-regexp, set-allout-regexp, allout-depth)
7084 (allout-current-depth, allout-unprotected, allout-hidden-p)
7085 (allout-on-current-heading-p, allout-listify-exposed)
7086 (allout-chart-subtree, allout-goto-prefix)
7087 (allout-back-to-current-heading, allout-get-body-text)
7088 (allout-snug-back, allout-flag-current-subtree, allout-show-all)
7089 (allout-hide-region-body, allout-toggle-subtree-encryption)
7090 (allout-encrypt-string, allout-encrypted-key-info)
7091 (allout-next-topic-pending-encryption, allout-encrypt-decrypted)
7092 (allout-file-vars-section-data): Adjusted for use with
7093 invisible-text overlays instead of selective-display.
7094
7095 (allout-kill-line, allout-kill-topic, allout-yank-processing):
7096 Reworked for use with invisible text overlays.
7097
7098 (allout-current-topic-collapsed-p): New function.
7099
7100 (allout-hide-current-subtree): Use allout-current-topic-collapsed-p
7101 to know when to close the containing topic.
7102
7103 (allout-pre-command-business, allout-post-command-business):
7104 Simplify undo-batching and dynamic isearch exposure.
7105
7106 (allout-set-overlay-category): New for invisible-text overlays.
7107 Sets properties of allout-overlay-category, used by
7108 allout-flag-region to set invisible-text overlay properties.
7109 (allout-get-invisibility-overlay): Get the first qualifying
7110 invisibility overlay, so we can find the extent of it.
7111 (allout-back-to-visible-text): Get to just before the beginnining
7112 of the current invisibility overlay, if any.
7113
7114 (allout-overlay-insert-in-front-handler)
7115 (allout-overlay-interior-modification-handler)
7116 (allout-before-change-handler, allout-isearch-end-handler): New
7117 functions to handle extraordinary actions affecting concealed
7118 text.
7119
7120 (allout-flag-region): Use overlays instead of selective-display
7121 for invisible text - by inheritence from the properties of
7122 allout-overlay-category in mainline Emacs, and applied
7123 property-by-property in XEmacs, some recent versions of which
7124 don't inherit the properties from the category. Provisions to
7125 respond to concealed-text edits simplified drastically.
7126
7127 (allout-isearch-rectification, allout-isearch-was-font-lock)
7128 (allout-isearch-expose, allout-enwrap-isearch)
7129 (allout-isearch-abort, allout-pre-was-isearching)
7130 (allout-isearch-prior-pos, allout-isearch-did-quit)
7131 (allout-isearch-dynamic-expose)
7132 (allout-hide-current-entry-completely): Functions deleted.
7133
7134 (allout-undo-aggregation): Explicit undo aggregation no longer
7135 necessary due to transition away from selective-display.
7136
7137 (set-allout-regexp, allout-up-current-level)
7138 (allout-next-visible-heading, allout-forward-current-level)
7139 (allout-open-topic, allout-reindent-body, allout-rebullet-topic)
7140 (allout-kill-line, allout-yank-processing, allout-show-children)
7141 (allout-expose-topic, allout-old-expose-topic)
7142 (allout-listify-exposed, allout-insert-latex-header)
7143 (allout-toggle-subtree-encryption, allout-encrypt-string)
7144 (remove-from-invisibility-spec, allout-hide-current-subtree):
7145 Ditched unused variables.
7146
7147 2006-02-17 Agustin Martin <agustin.martin@hispalinux.es>
7148
7149 * textmodes/ispell.el (ispell-change-dictionary): Call
7150 ispell-buffer-local-dict instead of
7151 ispell-accept-buffer-local-defs.
7152 (ispell-local-dictionary-alist): Accept as valid any coding-system
7153 supported by Emacs.
7154 (ispell-dictionary-alist-3): Esperanto dictionary's coding system
7155 changed to iso-8859-3.
7156
7157 2006-02-17 Nick Roberts <nickrob@snap.net.nz>
7158
7159 * speedbar.el (speedbar-frame-width): Make an inline function
7160 instead of a macro. Use frame-width.
7161 (speedbar-try-completion, speedbar-update-contents)
7162 (speedbar-timer-fn): Use consp.
7163 (speedbar-update-localized-contents): Try to preserve point.
7164
7165 * progmodes/gdb-ui.el (gdba, gdb-var-list): Improve doc strings.
7166 (menu): Re-order menu items.
7167 (gdb-var-update-regexp, gdb-var-update-regexp-1): Match "in_scope"
7168 field.
7169 (gdb-var-update-handler-1): Use it for GDB 6.4+.
7170 (gdb-post-prompt): Speed things by not forcing update.
7171
7172 2006-02-16 Chong Yidong <cyd@stupidchicken.com>
7173
7174 * wid-edit.el (widget-button-click): For mouse-1, cancel button
7175 press and perform default action if we get a mouse movement event.
7176
7177 2006-02-16 Juanma Barranquero <lekktu@gmail.com>
7178
7179 * calendar/icalendar.el (icalendar--get-event-property)
7180 (icalendar--get-event-property-attributes): Fix typos in
7181 docstrings.
7182
7183 * progmodes/flymake.el (flymake-fix-file-name): Fix typo in
7184 docstring.
7185
7186 2006-02-15 Juanma Barranquero <lekktu@gmail.com>
7187
7188 * bs.el (bs-mode): Use `buffer-disable-undo'.
7189 (bs--get-file-name): Simplify.
7190 (bs-show-in-buffer): Mark the buffer as not modified.
7191
7192 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
7193
7194 * wid-edit.el (widget-keymap): Bind down-mouse-1 to
7195 widget-button-click.
7196
7197 * cus-edit.el (custom-mode-map): Remove mouse-1 binding.
7198 (custom-mode): Update docstring.
7199
7200 * cus-theme.el (custom-new-theme-mode-map): Remove mouse-1
7201 binding.
7202
7203 * files.el (hack-local-variables-confirm): Allow scrolling if the
7204 file variable list is too long. Kill temp buffer after use.
7205
7206 2006-02-15 Nick Roberts <nickrob@snap.net.nz>
7207
7208 * progmodes/gud.el (gdb): Improve doc string.
7209 (gdb-script-font-lock-keywords): Expand allowed character set.
7210
7211 * progmodes/gdb-ui.el (gdb-use-separate-io-buffer)
7212 (gdb-display-separate-io-buffer, gdb-frame-separate-io-buffer)
7213 (gdb-separate-io-interrupt, gdb-separate-io-quit)
7214 (gdb-separate-io-stop, gdb-separate-io-eof):
7215 Rename from gdb-inferior-* to gdb-separate-*.
7216 (gdb-set-gud-minor-mode-existing-buffers-1): Improve doc string.
7217
7218 2006-02-14 Jay Belanger <belanger@truman.edu>
7219
7220 * calc/calc-arith.el (math-check-known-scalarp): Make sure
7221 expression is a symbol before checking that it is bound.
7222
7223 * calc/calcalg2.el (math-integrate-by-parts): Do a more careful
7224 test to see if equation can be solved.
7225
7226 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
7227
7228 * wid-edit.el (widget-button-click): Use :pressed-face property
7229 for overlay face, if it exists.
7230
7231 * cus-edit.el (custom-manual, custom-add-see-also)
7232 (custom-add-parent-links, custom-group-link): Add :pressed-face
7233 property to links.
7234
7235 * files.el (hack-local-variables): Remove ignored variables before
7236 checking if any variables need setting.
7237
7238 2006-02-14 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7239
7240 * cus-start.el (all): Add x-gtk-whole-detached-tool-bar.
7241
7242 2006-02-14 Juanma Barranquero <lekktu@gmail.com>
7243
7244 * help.el (where-is): Fix message for remapped commands.
7245
7246 * mwheel.el (mouse-wheel-click-event, mouse-wheel-mode):
7247 Fix typos in docstrings.
7248
7249 2006-02-13 Chong Yidong <cyd@stupidchicken.com>
7250
7251 * files.el (safe-local-variable-values): New option.
7252 (hack-local-variables-prop-line): Return a list of variable-value
7253 pairs if MODE-ONLY is non-nil.
7254 (hack-local-variables): Construct list of variable-value pairs,
7255 and apply or reject them in one go. Ask for confirmation if
7256 variables are not known safe.
7257 (hack-local-variables-confirm): Complete rewrite. Support
7258 `safe-local-variable-values'.
7259 (enable-local-variables): Update docstring to reflect new
7260 behavior.
7261 (ignored-local-variables): Ignore ignored-local-variables and
7262 safe-local-variable-values.
7263 (safe-local-variable-p): New function.
7264 (risky-local-variable-p): `safe-local-variable' property check
7265 moved to safe-local-variable-p.
7266 (hack-one-local-variable): Checks moved to hack-local-variables.
7267
7268 (byte-compile-dynamic, c-basic-offset, c-file-style)
7269 (c-indent-level, comment-column, fill-column, fill-prefix)
7270 (indent-tabs-mode, kept-new-versions, no-byte-compile)
7271 (no-update-autoloads, outline-regexp, page-delimiter)
7272 (paragraph-start, paragraph-separate, sentence-end)
7273 (sentence-end-double-space tab-width, version-control):
7274 Add `safe-local-variable' property.
7275
7276 * find-lisp.el: Delete nonexistent `autocompile' file variable.
7277
7278 * icomplete.el, play/landmark.el: Change nonexistent
7279 `outline-layout' file variable to `allout-layout'.
7280
7281 2006-02-14 Nick Roberts <nickrob@snap.net.nz>
7282
7283 * progmodes/gdb-ui.el (gud-watch, gdb-invalidate-registers-1)
7284 (gdb-get-changed-registers): Test value of gud-minor-mode relative
7285 to gud-comint-buffer.
7286 (gdb-speedbar-expand-node, gdb-locals-mode): Use functions in
7287 gdb-ui.el for gdb-mi.el.
7288 (gdb-post-prompt, gdb-get-changed-registers): Move test for
7289 registers buffer to gdb-get-changed-registers.
7290 (gdb-breakpoint-regexp): New regexp. Allow toggling and
7291 deletion of catchpoints (throw and catch).
7292 (gdb-toggle-breakpoint, gdb-delete-breakpoint)
7293 (gdb-goto-breakpoint): Use it for both gdb-ui and gdb-mi.
7294 (gdb-find-file-hook, gdb-set-gud-minor-mode-existing-buffers-1)
7295 (gdb-var-list-children-1, gdb-info-breakpoints-custom)
7296 (gdb-var-update-1, gdb-invalidate-locals-1): Use also for gdb-mi.
7297
7298 2006-02-13 Jay Belanger <belanger@truman.edu>
7299
7300 * calc/calc-arith.el (math-check-known-matrixp): Make sure
7301 expression is a symbol before checking that it is bound.
7302
7303 2006-02-13 Richard M. Stallman <rms@gnu.org>
7304
7305 * mouse.el (mouse-drag-mode-line-1): Use mouse-drag-move-window-bottom
7306 for the minibuffer too, but not if resize-mini-windows will interfere.
7307
7308 * help.el (describe-key-briefly, describe-key): Do all arg-reading
7309 inside `interactive' spec.
7310 (describe-key-briefly-internal, describe-key-internal):
7311 Functions merged back into their callers.
7312
7313 2006-02-13 Martin Rudalics <rudalics@gmx.at>
7314
7315 * info.el (info-xref-visited): Inherit from info-xref too.
7316 (Info-set-mode-line): Replace occurrences of `%' by `%%'
7317 when propertizing Info-current-file and Info-current-node.
7318
7319 2006-02-13 Juri Linkov <juri@jurta.org>
7320
7321 * tumme.el (tumme-thumbnail-storage): Fix docstring.
7322 (tumme-thumb-name): Fix per-directory format.
7323
7324 2006-02-13 Juanma Barranquero <lekktu@gmail.com>
7325
7326 * subr.el (substitute-key-definition): Doc fix (hide internal arg).
7327
7328 2006-02-12 Miles Bader <miles@gnu.org>
7329
7330 * net/rcirc.el (rcirc-format-response-string): Fix small bugs.
7331
7332 2006-02-13 Mathias Dahl <mathias.dahl@gmail.com>
7333
7334 * tumme.el: Remove history section. If someone needs the it, it
7335 can always be found in CVS.
7336
7337 2006-02-12 Mathias Dahl <mathias.dahl@gmail.com>
7338
7339 * tumme.el (tumme-thumbnail-storage): Update docstring. Add info
7340 about the Thumbnail Managing Standard option.
7341
7342 2006-02-12 Richard M. Stallman <rms@gnu.org>
7343
7344 * subr.el (substitute-key-definition): Doc fix.
7345
7346 * simple.el (blink-matching-paren-dont-ignore-comments): Doc fix.
7347
7348 * files.el (magic-mode-alist): Don't use `\\s ' in regexps.
7349
7350 * info.el (Info-mode): Doc fix.
7351
7352 * progmodes/ebrowse.el (ebrowse-global-prefix-key): Change to C-c C-m.
7353
7354 2006-02-12 Michael Albinus <michael.albinus@gmx.de>
7355
7356 * net/tramp.el (tramp-remote-path): Add "/usr/xpg4/bin" on top,
7357 because on Solaris a POSIX compatible "id" is needed. Reported by
7358 Magnus Henoch <mange@freemail.hu>.
7359
7360 2006-02-12 Juri Linkov <juri@jurta.org>
7361
7362 * tumme.el: Remove todo item about Thumbnail Managing Standard.
7363 (tumme) <defgroup>: Change :group to `multimedia'.
7364 (tumme-thumbnail-storage): Add choice `standard' for Thumbnail
7365 Managing Standard.
7366 (tumme-cmd-create-thumbnail-options): Use %w and %h instead of %s.
7367 Fix dostring.
7368 (tumme-cmd-create-temp-image-options): Use %w and %h instead of %x
7369 and %y. Fix docstring.
7370 (tumme-cmd-pngnq-program, tumme-cmd-pngcrush-program)
7371 (tumme-cmd-create-standard-thumbnail-command): New user options.
7372 (tumme-thumb-size): Set default to 128 if tumme-thumbnail-storage
7373 is `standard'. Fix docstring.
7374 (tumme-thumb-width, tumme-thumb-height): New user options.
7375 (tumme-external-viewer): Try to find various viewers.
7376 (tumme-get-thumbnail-image): Use `create-image' instead of
7377 constructing the `image' structure.
7378 (tumme-insert-thumbnail): Use `png' if tumme-thumbnail-storage is
7379 `standard'.
7380 (tumme-thumb-name): Add file name generation for standard storage.
7381 Simplify code for other storages.
7382 (tumme-thumb-name): Use width %w and height %h instead of size %s.
7383 Add modification time %m and thumbnail-nq8 %q.
7384 Use `tumme-cmd-create-standard-thumbnail-command' if
7385 tumme-thumbnail-storage is `standard'.
7386 (tumme-dired-insert-marked-thumbs): New autoload command.
7387 (tumme-dired-after-readin-hook): New function.
7388 (tumme-line-up-dynamic): Use `tumme-thumb-width' instead of
7389 `tumme-thumb-size'.
7390 (tumme-display-image): Replace size-x %x and size-y %y with
7391 width %w and height %h.
7392
7393 * dired.el (dired-mode-map): Bind `\C-t\C-t' to
7394 `tumme-dired-insert-marked-thumbs'.
7395
7396 2006-02-12 Mathias Dahl <mathias.dahl@gmail.com>
7397
7398 * tumme.el (tumme-write-tag): Fix small bug (file name did not
7399 include path).
7400 (tumme-mark-tagged-files): Fix bug in regexp used to find rows
7401 matching tag.
7402
7403 2006-02-12 Miles Bader <miles@gnu.org>
7404
7405 * net/rcirc.el (rcirc-nick-abbrevs, rcirc-response-formats):
7406 New variables.
7407 (rcirc-abbrev-nick): New function.
7408 (rcirc-format-response-string): Rewrite to use the formats in
7409 `rcirc-response-formats' and expand escape sequences therein.
7410 A text-property `rcirc-text' is added over the actual response
7411 text to make easy to find inside the returned string.
7412 (rcirc-print): When filling, just look for the `rcirc-text'
7413 text-property to find the appropriate fill prefix, instead of
7414 using hardwired patterns.
7415
7416 2006-02-11 Mathias Dahl <brakjoller@hotmail.com>
7417
7418 * tumme.el: Enhance some docstrings. Add todo item about Thumbnail
7419 Managing Standard.
7420
7421 2006-02-11 Kim F. Storm <storm@cua.dk>
7422
7423 * ido.el (ido-buffer-internal): Set mark for ido-insert-buffer.
7424 Don't use insert-buffer; do insert-buffer-substring directly.
7425 (ido-file-internal): Set mark for ido-insert-file. Use insert-file-1.
7426
7427 2006-02-11 Martin Rudalics <rudalics@gmx.at>
7428
7429 * files.el (revert-buffer, recover-file): Replace buffer-read-only
7430 with inhibit-read-only. Suggested by Stefan Monnier.
7431 (revert-buffer): Let insert-file-contents discard
7432 buffer-undo-list. Simplify code.
7433 (find-file, find-file-existing, revert-buffer): Doc-string fixes.
7434
7435 2006-02-11 Eli Zaretskii <eliz@gnu.org>
7436
7437 * menu-bar.el (menu-bar-select-yank): Add a doc string.
7438
7439 * help.el (describe-key-briefly): Now a wrapper for
7440 describe-key-briefly-internal. Bind enable-disabled-menus-and-buttons
7441 to t. Populate yank-menu if empty.
7442 (describe-key-briefly-internal): Renamed from describe-key-briefly.
7443 (describe-key): Now a wrapper for describe-key-internal. Bind
7444 enable-disabled-menus-and-buttons to t. Populate yank-menu if empty.
7445 (describe-key-internal): Renamed from describe-key.
7446
7447 2006-02-11 Milan Zamazal <pdm@zamazal.org>
7448
7449 * progmodes/glasses.el (glasses-separator): Doc fix.
7450 (glasses-original-separator): New defcustom.
7451 (glasses-make-readable, glasses-convert-to-unreadable): Use it.
7452
7453 2006-02-11 Martin Rudalics <rudalics@gmx.at>
7454
7455 * mwheel.el (mouse-wheel-up-event): Doc fix.
7456
7457 2006-02-11 Mathias Dahl <brakjoller@hotmail.com>
7458
7459 * tumme.el (tumme-dir): Change default value to "~/.emacs.d/tumme/".
7460 (tumme-dir): New function. Copied from thumbs.el.
7461
7462 2006-02-10 Juanma Barranquero <lekktu@gmail.com>
7463
7464 * desktop.el (desktop-outvar): Fix typo.
7465 (desktop-save-buffer-p): Doc fix.
7466
7467 * subr.el (substitute-key-definition): Fix typo.
7468
7469 2006-02-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7470
7471 * frame.el (select-frame-set-input-focus): Call x-focus-frame also
7472 when window-system is mac.
7473
7474 * term/mac-win.el (fontset-standard): Rename from "fontset-mac".
7475
7476 2006-02-10 Kim F. Storm <storm@cua.dk>
7477
7478 * subr.el (substitute-key-definition-key): Pass t for NOERROR to
7479 indirect-function instead of using condition-case.
7480
7481 2006-02-10 Mathias Dahl <mathias.dahl@gmail.com>
7482
7483 * tumme.el (tumme-copy-with-exif-file-name): Try to make docstring
7484 less `colloquial'...
7485
7486 2006-02-09 Mathias Dahl <mathias.dahl@gmail.com>
7487
7488 * tumme.el: Add a couple of todo items.
7489
7490 2006-02-09 Lars Hansen <larsh@soem.dk>
7491
7492 * hilit-chg.el: Add highlight-changes-mode to desktop-locals-to-save.
7493 (highlight-changes-mode): Don't change desktop-locals-to-save.
7494
7495 2006-02-09 Chong Yidong <cyd@stupidchicken.com>
7496
7497 * image-mode.el (image-toggle-display): Clear image cache if using
7498 filename.
7499
7500 2006-02-09 Masatake YAMATO <jet@gyve.org>
7501
7502 * dired-x.el (dired-guess-shell-alist-default): Add .man as
7503 a `dired-man' target.
7504
7505 * progmodes/autoconf.el (autoconf-font-lock-keywords): Check start
7506 boundary of symbols.
7507
7508 2006-02-08 Peter Doornbosch <peter.doornbosch@luminis.nl> (tiny change)
7509
7510 * vc-svn.el (vc-svn-print-log): Show recent commits as well.
7511
7512 2006-02-09 Juanma Barranquero <lekktu@gmail.com>
7513
7514 * hilit-chg.el (hilit-chg-update-all-buffers): Use `mapc' instead of
7515 `mapcar'; return nil.
7516
7517 2006-02-08 Chong Yidong <cyd@stupidchicken.com>
7518
7519 * mouse.el (mouse-drag-track): Don't change window if we rebind to
7520 some other event.
7521
7522 2006-02-08 Ryan Yeske <rcyeske@gmail.com>
7523
7524 * net/rcirc.el (rcirc-startup-channels-alist):
7525 Add irc.freenode.net and #emacs as defaults.
7526 (rcirc-ignore-all-activity-flag): Remove variable.
7527 (rcirc-authinfo): New variable.
7528 (rcirc-authinfo-filename): Remove variable.
7529 (rcirc-always-use-server-buffer-flag): New flag.
7530 (rcirc): M-x rcirc will automatically connect without prompting.
7531 C-u M-x rcirc will prompt. Use rcirc-connect to create a
7532 connection in lisp.
7533 (rcirc-process-server-response-1): Remove everything but the nick
7534 portion of the sender so it doesn't need to be done everywhere
7535 else. Update related code.
7536 (global-map): Remove global keybindings.
7537 (rcirc-get-buffer-create): Make sure rcirc-topic is set.
7538 (rcirc-send-input): Split into several functions.
7539 (rcirc-process-input-line, rcirc-process-message)
7540 (rcirc-process-command): New functions.
7541 (rcirc-target-buffer): New function to determine where to route
7542 messages.
7543 (rcirc-user-nick): Save match data.
7544 (rcirc-toggle-ignore-buffer-activity)
7545 (rcirc-update-activity-string): Remove global ignore functionality,
7546 which can be done now by toggling rcirc-track-minor-mode.
7547 (rcirc-track-minor-mode-map): New keymap.
7548 (rcirc-track-minor-mode): New minor-mode.
7549 (ignore): Make the ignore output nicer. Always print it when
7550 adding or removing nicks.
7551 (rcirc-url-regexp): Improve.
7552 (rcirc-mangle-text): Remove properties before using text in the
7553 modeline.
7554 (rcirc-authenticate): Authentication data comes from
7555 rcirc-authinfo, not the file pointed to by rcirc-authinfo-file.
7556 (rcirc-server-prefix): Inherit from rcirc-server.
7557
7558 2006-02-08 Mathias Megyei <Mathias.Megyei@micronas.com> (tiny change)
7559
7560 * Makefile.in (compile): Append "|| true" to the end of the `find'
7561 command, like compile-always does.
7562
7563 2006-02-08 Sam Steingold <sds@gnu.org>
7564
7565 * net/tramp.el (tramp-maybe-open-connection): Do not wait for
7566 output from a dead connection.
7567
7568 2006-02-07 Mathias Dahl <brakjoller@hotmail.com>
7569
7570 * dired.el (dired-mode-map): Add more bindings for tumme.
7571
7572 2006-02-07 Stefan Monnier <monnier@iro.umontreal.ca>
7573
7574 * wdired.el (wdired-mode-map): Use remap.
7575 (wdired-get-filename): Massage.
7576 (wdired-perm-mode-map): Don't copy bindings from wdired-mode-map.
7577 (wdired-preprocess-perms, wdired-set-bit, wdired-toggle-bit): Use the
7578 `keymap' property rather than `local-map'.
7579
7580 2006-02-07 Mathias Dahl <brakjoller@hotmail.com>
7581
7582 * tumme.el (tumme-get-thumbnail-image): New utility function.
7583 Suggested by from Chong Yidong.
7584 (tumme-dired-with-window-configuration): Rename from
7585 `tumme-dired'. Add code to save window configuration.
7586 (tumme-restore-window-configuration): New command to restore the
7587 window configuration that `tumme-dired-with-window-configuration'
7588 saves before it changes the window configuration.
7589 (tumme-show-all-from-dir): New command to display thumbnails for
7590 all files in a directory entered by the user, like M-x thumbs.
7591 (tumme-display-thumbs): Call `pop-to-buffer' after all thumbnails
7592 have been created.
7593 (tumme-display-thumbnail-original-image): Call `display-buffer'.
7594 (obsolete-tumme-display-thumbnail-original-image-and-buffer):
7595 Remove obsolete test function.
7596
7597 2006-02-07 Juanma Barranquero <lekktu@gmail.com>
7598
7599 * vc.el (small-temporary-file-directory): Remove defvar; there's
7600 a defcustom for it in files.el.
7601
7602 * tumme.el (tumme-get-thumbnail-image): Add missing arg to `error'.
7603 Fix typo in message.
7604 (tumme-gallery-generate): Fix typo in `error' message.
7605 (tumme-display-window-height-correction)
7606 (tumme-display-window-width-correction, tumme-line-up-dynamic)
7607 (tumme-line-up-interactive): Dox fixes.
7608 (tumme-cmd-rotate-original-options, tumme-display-properties-format)
7609 (tumme-restore-window-configuration, tumme-format-properties-string)
7610 (tumme-create-thumbs, tumme-display-previous-thumbnail-original):
7611 Fix typos in docstrings.
7612
7613 2006-02-07 Chris Moore <christopher.ian.moore@gmail.com> (tiny change)
7614
7615 * wdired.el (wdired-get-filename): Fix bug: Don't re-normalize OLD.
7616
7617 2006-02-07 Nick Roberts <nickrob@snap.net.nz>
7618
7619 * progmodes/gud.el (gud-tooltip-mode): Remove autoload cookie.
7620 User should use hook if desired.
7621
7622 * progmodes/gdb-ui.el (gdb-post-prompt): Regenerate breakpoints
7623 buffer if necessary.
7624 (gdb-delete-frame-or-window): New function.
7625 (gdb-breakpoints-mode-map): Bind "q" to it.
7626
7627 2006-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
7628
7629 * textmodes/nroff-mode.el: Clean up name space.
7630 (nroff-mode-syntax-table): Remove spurious `1' in the syntax of \n.
7631 (nroff-mode): Obey the global setting of nroff-electric-mode.
7632 (nroff-electric-mode): Use define-minor-mode and derived-mode-p.
7633
7634 * calendar/calendar.el (calendar-increment-month): Typo in last change.
7635
7636 2006-02-06 Thien-Thi Nguyen <ttn@gnu.org>
7637
7638 * vc-svn.el (vc-svn-previous-version, vc-svn-next-version): New funcs.
7639
7640 2006-02-06 Lars Hansen <larsh@soem.dk>
7641
7642 * generic-x.el (etc-fstab-generic-mode): Add file system types
7643 cifs and usbdevfs. Allow special chars in file names.
7644
7645 2006-02-05 Jay Belanger <belanger@truman.edu>
7646
7647 Update copyright notices of the files in lisp/calc.
7648
7649 2006-02-05 Romain Francoise <romain@orebokech.com>
7650
7651 Update copyright notices of all files in the lisp/play directory.
7652
7653 2006-02-04 Luc Teirlinck <teirllm@auburn.edu>
7654
7655 * ldefs-boot.el: Regenerate.
7656
7657 * emacs-lisp/find-func.el (find-definition-noselect): Minor doc fix.
7658
7659 2006-02-05 Kim F. Storm <storm@cua.dk>
7660
7661 * files.el (magic-mode-regexp-match-limit): New defvar.
7662 (set-auto-mode): Use it to limit magic-mode-alist matching.
7663
7664 2006-02-04 Kevin Rodgers <ihs_4664@yahoo.com>
7665
7666 * simple.el (display-message-or-buffer): Compare the number of
7667 characters to the frame width when determining whether a 1-line
7668 message string will fit in the echo area. Count screen lines
7669 instead of buffer lines when determining whether a multi-line
7670 message will fit in the echo area/minibuffer window.
7671
7672 2006-02-04 Eli Zaretskii <eliz@gnu.org>
7673
7674 * info.el (Info-index, Info-mode): Improve the description of the
7675 `i' command.
7676
7677 * ldefs-boot.el: Regenerate.
7678
7679 2006-02-03 Werner Lemberg <wl@gnu.org>
7680
7681 * textmodes/nroff-mode.el (nroff-font-lock-keywords): Don't be
7682 greedy to find the closing bracket in \*[...] and similar
7683 expressions. This is a first rough fix -- many additional
7684 refinements are necessary to make nroff mode really usable with groff.
7685
7686 2006-02-03 Jens Petersen <petersen@redhat.com> (tiny change)
7687
7688 * international/mule-cmds.el (set-locale-environment):
7689 Add "/usr/share/X11/locale/locale.alias" to search list for xorg-x11
7690 libX11.
7691
7692 2006-02-03 Joe Wells <jbw@macs.hw.ac.uk> (tiny change)
7693
7694 * arc-mode.el (archive-maybe-copy): Fix the way directories in the
7695 archive are created in archive-tmpdir.
7696
7697 2006-02-02 John Paul Wallington <jpw@pobox.com>
7698
7699 * ibuffer.el (ibuffer-compressed-file-name-regexp): New defcustom.
7700 (ibuffer-fontification-alist): Use it.
7701 (ibuffer-mode-map): Bind `ibuffer-mark-compressed-file-buffers'
7702 to "* z" and the Ibuffer Mark menu.
7703
7704 * ibuf-ext.el (ibuffer-mark-compressed-file-buffers): New command.
7705
7706 2006-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
7707
7708 * textmodes/table.el (*table--cell-describe-mode)
7709 (*table--cell-describe-bindings): Undo last change since
7710 print-help-return-message is not obsoleted by anything at all.
7711
7712 2006-02-02 Luc Teirlinck <teirllm@auburn.edu>
7713
7714 * emulation/cua-base.el (cua-mode): Doc fix.
7715
7716 2006-02-02 Juanma Barranquero <lekktu@gmail.com>
7717
7718 * dframe.el (dframe-handle-make-frame-visible)
7719 (dframe-handle-iconify-frame, dframe-get-focus)
7720 (dframe-select-attached-frame, dframe-power-click)
7721 (dframe-frame-mode): Fix typos in docstrings.
7722
7723 * ezimage.el (ezimage-mail, ezimage-object-out-of-date)
7724 (ezimage-insert-image-button-maybe, ezimage-insert-over-text):
7725 Fix typos in docstrings.
7726
7727 * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer)
7728 (hi-lock-face-buffer, hi-lock-font-lock-hook)
7729 (hi-lock-archaic-interface-message-used)
7730 (hi-lock-file-patterns-range): Fix typos in docstrings.
7731
7732 * savehist.el (savehist-loaded, savehist-load, savehist-install)
7733 (savehist-autosave, savehist-trim-history): Fix typos in docstrings.
7734
7735 * mail/mailclient.el (mailclient-place-body-on-clipboard-flag):
7736 Fix typo in docstring.
7737
7738 * net/newsticker.el (newsticker--decode-iso8601-date)
7739 (newsticker--set-customvar, newsticker--buffer-insert-item)
7740 (newsticker--do-run-auto-mark-filter)
7741 (newsticker--parse-generic-feed): Doc fixes.
7742 (newsticker--retrieval-timer-list, newsticker-url-list)
7743 (newsticker-hide-immortal-items-in-echo-area)
7744 (newsticker-hide-obsolete-items-in-echo-area)
7745 (newsticker-new-item-face, newsticker--enclosure)
7746 (newsticker-buffer-update, newsticker-w3m-show-inline-images)
7747 (newsticker--parse-atom-0.3, newsticker--parse-rss-1.0)
7748 (newsticker--parse-generic-feed, newsticker--cache-contains)
7749 (newsticker--stat-num-items, newsticker-download-enclosures):
7750 Fix typos in docstrings.
7751
7752 * net/rcirc.el (rcirc-debug): Doc fix.
7753 (rcirc-fill-column, rcirc-receive-message-hooks)
7754 (rcirc-browse-url-map, rcirc-read-only-flag, rcirc-prompt)
7755 (rcirc-mode, rcirc-generate-new-buffer-name)
7756 (rcirc-startup-channels, rcirc-ignore-update-automatic)
7757 (rcirc-cmd-ignore, rcirc-browse-url, rcirc-url-regexp):
7758 Fix typos in docstrings.
7759 (rcirc-print): "?\ " -> "?\s".
7760 (rcirc-cmd-join): Improve argument/docstring consistency.
7761
7762 2006-02-01 Mark A. Hershberger <mah@everybody.org>
7763
7764 * xml.el (xml-parse-region): Move save-excursion and set-buffer up
7765 before narrow-to-region.
7766
7767 2006-02-01 Richard M. Stallman <rms@gnu.org>
7768
7769 * simple.el (move-beginning-of-line): Scan properly for invis change.
7770
7771 * replace.el (multi-occur-in-matching-buffers): Fix prev change.
7772
7773 2006-02-01 Michael Albinus <michael.albinus@gmx.de>
7774
7775 * net/tramp.el (tramp-convert-file-attributes): Set file's gid
7776 change bit only when id-format is 'integer. Reported by Matt
7777 Hodges <M.P.Hodges@rl.ac.uk>.
7778
7779 2006-02-01 Juanma Barranquero <lekktu@gmail.com>
7780
7781 * hilit-chg.el (highlight-changes-initial-state)
7782 (highlight-changes-global-initial-state): Doc fixes.
7783 (highlight-changes-global-modes, global-highlight-changes):
7784 Fix typos in docstrings.
7785
7786 2006-02-01 Kim F. Storm <storm@cua.dk>
7787
7788 * emulation/cua-base.el (cua-mode): Mention that CUA enables
7789 transient-mark-mode in doc string.
7790
7791 2006-01-31 Richard M. Stallman <rms@gnu.org>
7792
7793 * replace.el (multi-occur): Doc fix.
7794 (multi-occur-in-matching-buffers): Rename from
7795 multi-occur-by-filename-regexp. Prefix arg says match
7796 buffer names instead of file names.
7797
7798 2006-01-31 Juanma Barranquero <lekktu@gmail.com>
7799
7800 * bs.el: Allow non-default values of `bs-header-lines-length'.
7801 (bs--running-in-xemacs): Remove (not needed anymore).
7802 (bs--set-window-height): Simplify by using `fit-window-to-buffer'
7803 instead of `shrink-window', thus avoiding having to compute the
7804 height of the window.
7805 (bs--up): Wrap around even when there's no header.
7806 (bs--down): Use `forward-line' instead of `next-line'.
7807
7808 2006-01-30 Chong Yidong <cyd@stupidchicken.com>
7809
7810 * image-mode.el (image-toggle-display): Use file name if possible,
7811 instead of unnecessarily allocating a (possibly huge) lisp string.
7812
7813 2006-01-30 John Paul Wallington <jpw@pobox.com>
7814
7815 * subr.el (toplevel): Define `cl-assertion-failed' condition here
7816 because the `assert' macro signals it at runtime.
7817
7818 * emacs-lisp/cl.el (toplevel): Remove definition of
7819 `cl-assertion-failed' condition.
7820
7821 2006-01-30 Nick Roberts <nickrob@snap.net.nz>
7822
7823 * thumbs.el (thumbs-marked-list): Make buffer-local and
7824 permanent-local.
7825 (thumbs-insert-thumb): Make help-echo non-sticky.
7826 (thumbs-file-alist): Use eolp as check for (non)-image.
7827
7828 2006-01-30 Juanma Barranquero <lekktu@gmail.com>
7829
7830 * ediff-mult.el (ediff-meta-buffer-keymap-setup-hook)
7831 (ediff-before-session-group-setup-hooks)
7832 (ediff-default-filtering-regexp, ediff-meta-mark-equal-files):
7833 Fix typos in docstrings.
7834
7835 * window.el (bw-dir, bw-eqdir, balance-windows)
7836 (split-window-keep-point): Fix typos in docstrings.
7837
7838 * textmodes/org.el (org-allow-space-in-links, org-closed-string)
7839 (org-quote-string, org-calendar-to-agenda-key)
7840 (org-agenda-sorting-strategy, org-agenda-use-time-grid)
7841 (org-show-following-heading, org-tags-column)
7842 (org-use-tag-inheritance, org, org-allow-space-in-links)
7843 (org-usenet-links-prefer-google, org-file-apps-defaults-gnu)
7844 (org-enable-table-editor, org-calc-default-modes)
7845 (org-table-allow-automatic-line-recalculation)
7846 (org-export-html-style, org-export-with-fixed-width)
7847 (org-export-with-sub-superscripts, org-special-keyword)
7848 (org-formula, org-time-grid, org-table-may-need-update)
7849 (org-mode, org-goto-ret, org-goto-left, org-goto-right)
7850 (org-goto-quit, org-get-indentation, org-end-of-item)
7851 (org-move-item-down, org-move-item-up)
7852 (org-renumber-ordered-list, org-todo, org-log-done, org-occur)
7853 (org-remove-occur-highlights, org-read-date, org-goto-calendar)
7854 (org-agenda, org-agenda-day-view, org-agenda-previous-date-line)
7855 (org-agenda-log-mode, org-agenda-toggle-diary)
7856 (org-agenda-toggle-time-grid, org-agenda-cleanup-fancy-diary)
7857 (org-agenda-file-to-end, org-agenda-no-heading-message)
7858 (org-agenda-get-closed, org-format-agenda-item)
7859 (org-cmp-priority, org-cmp-category, org-cmp-time)
7860 (org-agenda-change-all-lines, org-agenda-diary-entry)
7861 (org-scan-tags, org-after-todo-state-change-hook, org-tags-view)
7862 (org-link-search, org-camel-to-words, org-open-file)
7863 (org-remember-handler, org-table-convert-region)
7864 (org-table-move-row-down, org-table-move-row-up)
7865 (org-table-copy-region, org-table-wrap-region)
7866 (org-table-toggle-vline-visibility)
7867 (org-table-get-vertical-vector, org-table-modify-formulas)
7868 (org-table-get-specials, org-recalc-commands)
7869 (org-table-rotate-recalc-marks, org-table-eval-formula)
7870 (orgtbl-make-binding, org-in-invisibility-spec-p, org-cycle)
7871 (org-level-color-stars-only, org-insert-heading):
7872 Fix typos in docstrings.
7873 (last-arg): Add defvar.
7874
7875 * makefile.w32-in (WINS): Add erc.
7876 (MH_E_SRC): Update (copied from lisp/Makefile.in).
7877
7878 2006-01-29 Bill Wohler <wohler@newt.com>
7879
7880 * Makefile.in (MH_E_SRC): Add mh-compat.el, mh-folder.el,
7881 mh-letter.el, mh-limit.el, mh-scan.el, mh-show.el, mh-thread.el,
7882 mh-tool-bar.el, mh-xface.el. Remove mh-customize.el, mh-init.el.
7883 (mh-autoloads): Don't use comments on otherwise empty lines.
7884
7885 2006-01-29 Edward O'Connor <ted@oconnor.cx>
7886
7887 * emulation/viper.el (viper-major-mode-modifier-list): Add
7888 insert-state and vi-state entries for erc-mode.
7889 (viper-go-away, viper-set-hooks): Add and remove
7890 viper-comint-mode-hook from erc-mode-hook as appropriate.
7891
7892 * emulation/viper.el (viper-insert-state-mode-list): Add erc-mode.
7893
7894 2006-01-29 Juanma Barranquero <lekktu@gmail.com>
7895
7896 * bs.el (bs--format-aux): Implement `middle' alignment as
7897 described in the docstring for `bs-attributes-list'.
7898 (bs--get-name): Simplify. Don't pad the buffer name.
7899
7900 2006-01-27 Agustin Martin <agustin.martin@hispalinux.es>
7901
7902 * textmodes/ispell.el (ispell-find-aspell-dictionaries): If no
7903 English aspell dictionary is installed, use the first entry of
7904 ispell-dictionary-alist-1.
7905
7906 2006-01-27 Kevin Rodgers <ihs_4664@yahoo.com>
7907
7908 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
7909 Doc fix.
7910
7911 2006-01-27 Michael Albinus <michael.albinus@gmx.de>
7912
7913 * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
7914 for `process-file', in order to let it work for older Emacsen too.
7915
7916 2006-01-27 Eli Zaretskii <eliz@gnu.org>
7917
7918 * international/latexenc.el: Add a suitable `coding:' tag.
7919 (latexenc-find-file-coding-system): Undo last change.
7920
7921 2006-01-27 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
7922
7923 * international/latexenc.el (latexenc-find-file-coding-system):
7924 Make sure latexenc-main-file is a regular file and is readable.
7925
7926 2006-01-27 Andre Spiegel <spiegel@gnu.org>
7927
7928 * vc-rcs.el (vc-rcs-fetch-master-state, vc-rcs-consult-headers):
7929 Pass FILE to vc-user-login-name.
7930
7931 * vc-sccs.el (vc-sccs-state): Pass FILE to vc-user-login-name.
7932
7933 2006-01-27 Nick Roberts <nickrob@snap.net.nz>
7934
7935 * thumbs.el (thumbs-do-thumbs-insertion): Suppress message when
7936 there are no more images to display.
7937 (thumbs-mark, thumbs-unmark): Revert change so that they move to
7938 the next image.
7939
7940 2006-01-26 Richard M. Stallman <rms@gnu.org>
7941
7942 * cus-edit.el (custom-mode): Doc: Use advertised-widget-backward.
7943
7944 * wid-edit.el (advertised-widget-backward): New alias.
7945 (widget-keymap): Use advertised-widget-backward for S-TAB.
7946
7947 * tumme.el: Correct the keywords.
7948 (tumme-dir-max-size): Use defvar.
7949 (tumme-setup-dired-keybindings, tumme-dired): Add autoload cookie.
7950
7951 * simple.el (move-beginning-of-line): Take account of fields.
7952 (clone-indirect-buffer-other-window): Take args like
7953 clone-indirect-buffer, and work like it.
7954
7955 * help-fns.el (describe-function): Don't pass `nil' as default.
7956
7957 * files.el (risky-local-variable-p): Follow var aliases.
7958
7959 * subr.el (lazy-completion-table): Doc fix.
7960
7961 * mail/rmailsum.el (rmail-make-summary-line-1): Don't set
7962 global binding of `line'.
7963
7964 2006-01-25 Andre Spiegel <spiegel@gnu.org>
7965
7966 * vc-hooks.el (vc-user-login-name): Rewritten to handle access via
7967 Tramp.
7968
7969 * vc.el (vc-default-dired-state-info): Pass FILE to
7970 vc-user-login-name.
7971 (vc-default-update-changelog): Don't use vc-user-login-name, we
7972 don't need it here.
7973
7974 * net/tramp-vc.el (vc-user-login-name): Comment out defadvice, it is
7975 no longer necessary.
7976
7977 2006-01-25 Kenichi Handa <handa@m17n.org>
7978
7979 * international/mule.el (decode-char): Avoid the overhead of
7980 calling utf-lookup-subst-table-for-decode if
7981 utf-translate-cjk-mode is nil.
7982 (encode-char): Avoid the overhead of calling
7983 utf-lookup-subst-table-for-encode if utf-translate-cjk-mode is
7984 nil.
7985
7986 2006-01-22 Kenichi Handa <handa@m17n.org>
7987
7988 * international/mule.el (make-subsidiary-coding-system): Reset
7989 `coding-system-define-form' property of subsidiaries to nil.
7990 Avoid duplicated entry in coding-system-alist.
7991 (make-coding-system): Avoid duplicated entry in
7992 coding-system-alist.
7993 (define-coding-system-alias): Likewise.
7994
7995 2006-01-24 Luc Teirlinck <teirllm@auburn.edu>
7996
7997 * completion.el: Minor fixes in introductory comment.
7998 (completion-def-wrapper): Fix alist.
7999
8000 2006-01-25 Nick Roberts <nickrob@snap.net.nz>
8001
8002 * thumbs.el (thumbs-new-image-size): New function.
8003 (thumbs-increment-image-size-element)
8004 (thumbs-decrement-image-size-element, thumbs-increment-image-size)
8005 (thumbs-decrement-image-size): Delete.
8006 (thumbs-resize-image-1): Rename from thumbs-resize-image. Keep old
8007 temp files and use to resize.
8008 (thumbs-resize-image): Rename from thumbs-resize-image-interactive.
8009 Use increment argument to enlarge/shrink. Preserve point.
8010 (thumbs-shrink-image): Rename from thumbs-resize-image-size-down.
8011 (thumbs-enlarge-image): Rename from thumbs-resize-image-size-up
8012 (thumbs-show-thumbs-list): Set thumbs-buffer to current-buffer.
8013 (thumbs-mark, thumbs-unmark): Preserve point.
8014 (thumbs-modify-image): Keep old temp files and use to modify.
8015 Cleanup old temp files at load time. Preserve point.
8016 (thumbs-view-image-mode-map): Use new command names.
8017
8018 2006-01-24 Stefan Monnier <monnier@iro.umontreal.ca>
8019
8020 * log-view.el (log-view-minor-wrap): First rev is the one at point.
8021
8022 * calendar/cal-menu.el: Avoid macros from calendar.el so as to break
8023 the nastiest part of the cyclic dependency.
8024 (cal-menu-update): Use dotimes and calendar-increment-month.
8025
8026 * calendar/calendar.el: Remove unnecessary leading stars in docstrings.
8027 (calendar-week-start-day): Add an :initializer.
8028 (calendar-mode-map): Use suppress-keymap, and command remapping.
8029 (describe-calendar-mode): Setup xref-stack info for the back button.
8030 (calendar-star-date): Insert before delete.
8031 (calendar-set-mode-line): Add file-modified info if applicable.
8032 (calendar-increment-month): New function.
8033
8034 2006-01-24 Tobias C. Rittweiler <tcr@freebits.de> (tiny change)
8035
8036 * font-lock.el (lisp-font-lock-keywords-2):
8037 Recognize "& keywords" only at word boundaries.
8038
8039 2006-01-24 Nick Roberts <nickrob@snap.net.nz>
8040
8041 * thumbs.el (thumbs-extra-images): New variable. Make it buffer-local
8042 and permanent-local.
8043 (thumbs-max-image-number): New variable.
8044 (thumbs-do-thumbs-insertion): Use them.
8045 (thumbs-per-line): Change default to 4.
8046 (thumbs-marked-list): Rename from thumbs-markedL.
8047 (thumbs-cleanup-thumbsdir, thumbs-delete-images)
8048 (thumbs-rename-images): Use -list instead of L for internal variables.
8049 (thumbs-call-convert): Use call-process instead of shell-command.
8050 (thumbs-insert-thumb): Add filename as help-echo to each image.
8051 (thumbs-show-from-dir): Rename from thumbs-show-all-from-dir.
8052 Give dir to thumbs-show-thumbs-list.
8053 (thumbs-show-thumbs-list): Set default-directory to that of images.
8054 (thumbs-dired-show): Rename from thumbs-dired-show-all.
8055 (thumbs-display-thumbs-buffer, thumbs-show-more-images): New functions.
8056 (thumbs-mode-map): Bind "+" to thumbs-show-more-images.
8057 (thumbs-view-image-mode-map): Bind "^" to thumbs-display-thumbs-buffer.
8058
8059 2006-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
8060
8061 * ses.el (ses-read-cell): Provide a default value.
8062
8063 2006-01-23 Juanma Barranquero <lekktu@gmail.com>
8064
8065 * term/w32-win.el (image-library-alist): Add additional names for
8066 GIF library.
8067
8068 2006-01-23 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
8069
8070 * international/latexenc.el (latexenc-find-file-coding-system):
8071 Add file-regular-p check.
8072
8073 2006-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
8074
8075 * simple.el (clone-buffer): Don't show the new buffer in the same
8076 window.
8077
8078 2006-01-23 Juri Linkov <juri@jurta.org>
8079
8080 * faces.el (link, link-visited): New faces based on default values
8081 of `info-xref' and `info-xref-visited'.
8082
8083 * info.el (info-xref): Inherit from `link'.
8084 (info-xref-visited): Inherit from `link-visited'.
8085
8086 * cus-edit.el (custom-buffer-create-internal): Use widget type
8087 `custom-manual' instead of `info-link' and don't set properties
8088 `button-face' and `mouse-face' explicitly.
8089 (custom-browse-group-tag, custom-browse-variable-tag)
8090 (custom-browse-face-tag): Inherit from widget class
8091 `custom-group-link' instead of `push-button'.
8092 (custom-button-unraised): Inherit from `underline' face.
8093 (custom-link): Inherit from `link' face. Fix doc and group.
8094 (custom-add-parent-links, custom-group-value-create): Don't set
8095 properties `button-face' and `mouse-face' explicitly for
8096 `custom-group-link' widget.
8097 (custom-group-link): Add properties `button-face' and `mouse-face'
8098 to widget definition.
8099 (custom-field-keymap): New variable. Put `custom-field-keymap' to
8100 editable-field's :keymap property.
8101 (custom-mode): Fix docstring: substitute keybindings for
8102 `widget-forward' and `widget-backward' from `widget-keymap',
8103 `widget-complete' from `custom-field-keymap', replace old
8104 `Custom-move-and-invoke' with `widget-move-and-invoke'. Untabify.
8105
8106 * desktop.el (desktop-load-file): Check for `fboundp' before
8107 calling `symbol-function'.
8108
8109 * simple.el (clone-buffer, clone-indirect-buffer)
8110 (clone-indirect-buffer-other-window): Use `read-buffer' instead of
8111 `read-string'. Fix prompts.
8112
8113 * play/doctor.el (doctor-mode-map): Rename from `doc-mode-map'.
8114
8115 2006-01-23 Nick Roberts <nickrob@snap.net.nz>
8116
8117 * thumbs.el (thumbs-file-alist): Avoid creating duplicate entries.
8118
8119 2006-01-22 Luc Teirlinck <teirllm@auburn.edu>
8120
8121 * startup.el (inhibit-splash-screen, initial-scratch-message):
8122 Doc fixes.
8123
8124 2006-01-22 Michael Albinus <michael.albinus@gmx.de>
8125
8126 Sync with Tramp 2.0.52.
8127
8128 * net/tramp.el, net/tramp-ftp.el, net/tramp-util.el,
8129 net/tramp-vc.el: Add code for unloading Tramp. See comment before
8130 `tramp-unload-tramp' for checklist.
8131
8132 * net/tramp.el: Require `timer-funcs' instead of `timer' if in
8133 XEmacs. Contributed by Steve Youngs <steve@sxemacs.org>.
8134 (tramp-unload-file-name-handler-alist)
8135 (tramp-unload-tramp): New defuns.
8136 (tramp-advice-PC-expand-many-files): New defadvice.
8137 (tramp-save-PC-expand-many-files, tramp-setup-complete) Defuns
8138 removed.
8139 (tramp-handle-expand-file-name): Remove double slash.
8140 (tramp-handle-file-attributes-with-ls): Return t as 9th attribute.
8141 It doesn't matter, because it will be converted later on.
8142 (tramp-handle-file-ownership-preserved-p): Rewritten. The old
8143 implementation was just heuristic.
8144 (tramp-post-connection): Set uid and gid properties.
8145 (tramp-convert-file-attributes): Set file's gid change bit.
8146 (tramp-get-remote-uid, tramp-get-remote-gid): New defuns.
8147 (tramp-handle-expand-file-name): Use "~root" for tilde expansion
8148 in case of su(do)? methods. The home directory of the local user
8149 will be taken else.
8150 (tramp-open-connection-telnet)
8151 (tramp-open-connection-rsh, tramp-open-connection-su)
8152 (tramp-open-connection-multi): Set PS1 to "$ ". Otherwise, a
8153 local shell prompt could hurt. Reported by Romain Francoise
8154 <romain@orebokech.com>.
8155 (tramp-let-maybe): Add `edebug-form-spec' property.
8156 (tramp-handle-expand-file-name): Bind `default-directory' locally
8157 to "/" in order to avoid problems with UNC shares or Cygwin
8158 mounts.
8159 (tramp-md5-function): Fix typo in error message.
8160
8161 * net/tramp-ftp.el (tramp-ftp-enable-ange-ftp): New defun.
8162
8163 * net/tramp-util.el (top): Apply `ignore' instead of `identity'
8164 for byte-compiler pacification.
8165
8166 2006-01-22 Andre Spiegel <spiegel@gnu.org>
8167
8168 * vc-rcs.el (vc-rcs-state-heuristic): Use file-attributes with
8169 ID-FORMAT `string'. This allows us to get rid of
8170 `vc-user-login-name UID'.
8171
8172 * vc-sccs.el (vc-sccs-state-heuristic): Likewise.
8173
8174 2006-01-22 John Paul Wallington <jpw@pobox.com>
8175
8176 * hl-line.el (hl-line-highlight, hl-line-move): Doc fixes.
8177
8178 2006-01-21 Martin Rudalics <rudalics@gmx.at>
8179
8180 * emacs-lisp/find-func.el (find-definition-noselect)
8181 (find-variable-noselect): Search variables in C source code too.
8182 (find-function-C-source, find-function-noselect, find-function)
8183 (find-function-other-frame, find-variable-noselect, find-variable)
8184 (find-variable-other-frame, find-variable-at-point):
8185 Fix docstrings.
8186
8187 2006-01-21 Francesco Potorti` <pot@gnu.org>
8188
8189 * mail/rmailout.el (rmail-output): Don't use content-type if it is nil.
8190
8191 2006-01-21 Agustin Martin <agustin.martin@hispalinux.es>
8192
8193 * textmodes/flyspell.el (flyspell-emacs-popup, flypell-xemacs-popup):
8194 Default to disabling the "Save affix" question.
8195
8196 2006-01-21 Marien Zwart <marienz@gentoo.org> (tiny change)
8197
8198 * progmodes/python.el (python-mode) <eldoc-mode-hook>: Pass nil as
8199 the first arg to run-python.
8200
8201 2006-01-21 Eli Zaretskii <eliz@gnu.org>
8202
8203 * startup.el (command-line-1): Handle --no-desktop if desktop.el
8204 is not loaded.
8205
8206 2006-01-20 Jay Belanger <belanger@truman.edu>
8207
8208 * calc/calcalg2.el (calc-sum-rec): Fix the sum when the lower
8209 limit is 0.
8210
8211 * calc/calc-arith.el (math-add-symb-fancy): Check the length of
8212 the correct variable.
8213
8214 2006-01-20 Carsten Dominik <dominik@science.uva.nl>
8215
8216 * textmodes/org.el (org-open-at-point): Fixed bug with matching a
8217 link. Fixed buggy argument sequence in call to `org-view-tags'.
8218 (org-compile-prefix-format): Set `org-prefix-has-tag'.
8219 (org-prefix-has-tag): New variable.
8220 (org-format-agenda-item): Remove tags from headline if
8221 appropriate.
8222 (org-agenda-remove-tags-when-in-prefix): New option.
8223 (org-get-tags-at): New function.
8224
8225 2006-01-20 Nick Roberts <nickrob@snap.net.nz>
8226
8227 * thumbs.el (thumbs-buffer): New variable. Make it buffer local.
8228 (thumbs-find-image): Move image name and number from buffer name
8229 to mode name. Set thumbs-buffer. Preserve point so that large
8230 images remain visible.
8231 (thumbs-file-alist): Construct list in thumbs-buffer and reverse
8232 order.
8233 (thumbs-show-image-num): Get image from thumbs-file-alist. Set
8234 mode name.
8235 (thumbs-next-image, thumbs-previous-image): Make them work.
8236
8237 2006-01-19 Luc Teirlinck <teirllm@auburn.edu>
8238
8239 * cus-edit.el (custom-buffer-create-internal): State in the text above
8240 the whole buffer buttons that they do not operate on hidden items.
8241 (custom-face-menu): Use `custom-face-save' instead of
8242 `custom-face-save-command'.
8243 (custom-face-save-command): Make it an alias for `custom-face-save'
8244 and declare it obsolete.
8245 (custom-face-save): Doc fix.
8246
8247 * dired.el (dired-no-confirm): Add quote.
8248 (dired-subdir-alist-pre-R): Add quote in
8249 `make-variable-buffer-local' form and remove unbalanced parenthesis.
8250
8251 2006-01-19 Stefan Monnier <monnier@iro.umontreal.ca>
8252
8253 * textmodes/table.el (table-mode-indicator): Typo in last change.
8254
8255 2006-01-19 Richard M. Stallman <rms@gnu.org>
8256
8257 * outline.el (hide-leaves): Don't call outline-end-of-heading.
8258 Fixes bug reported in Nov 2005.
8259
8260 * isearch.el (isearch-forward): Doc fix.
8261
8262 * dired.el (dired-move-to-filename-regexp): Define as alias.
8263 (dired-no-confirm): Use defcustom.
8264 (dired-subdir-alist-pre-R): Put defvar at top level.
8265
8266 * battery.el (battery-linux-proc-acpi): Handle "last full capacity".
8267
8268 * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
8269 Mark as risky.
8270
8271 * simple.el (set-mark-command): Doc fix.
8272 (clone-indirect-buffer-other-window):
8273 Read arg like clone-indirect-buffer.
8274 (move-beginning-of-line): Skip invisible newlines.
8275
8276 2006-01-19 Masatake YAMATO <jet@gyve.org>
8277
8278 * progmodes/cpp.el (cpp-edit-load): Make the order of
8279 listed conditions in a base C code buffer and its associate
8280 CPP Edit buffer the same.
8281
8282 2006-01-19 Kenichi Handa <handa@m17n.org>
8283
8284 * mail/rmail.el (rmail-enable-mime): Docstring fixed.
8285 (rmail-mime-feature): Likewise.
8286 (rmail-require-mime-maybe): Use display-warning to show a warning
8287 message.
8288
8289 * international/mule.el (auto-coding-regexp-alist-lookup): New fun.
8290 (find-auto-coding): Use auto-coding-regexp-alist-lookup.
8291
8292 2006-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
8293
8294 * array.el: Move defvars out of eval-when-compile.
8295 (array-make-template): Replace undeclared global var with a local one.
8296 (array-mode): Inline initialization functions.
8297 (array-init-local-variables, array-init-max-row)
8298 (array-init-max-column, array-init-columns-per-line)
8299 (array-init-field-width, array-init-rows-numbered)
8300 (array-init-line-length, array-init-lines-per-row): Remove.
8301
8302 * play/doctor.el: Move defvars out of eval-when-compile. Use dolist.
8303 (doc-mode-map): Define explicitly.
8304 (doctor-txtype): Use mapc.
8305
8306 * textmodes/table.el: Move defvars out of eval-when-compile.
8307 Remove harmful code meant to avoid byte-compiler warnings.
8308 (table-fixed-mode-indicator): Remove. Use a more complex mode-line
8309 specification that checks table-fixed-width-mode directly.
8310 (table-recognize-region, table-recognize-cell):
8311 Use restore-buffer-modified-p.
8312 (table-fixed-width-mode): Remove code that refreshes
8313 table-fixed-mode-indicator.
8314 (*table--cell-describe-bindings, *table--cell-describe-mode):
8315 Avoid obsolete name print-help-return-message.
8316 (table--test-cell-list): Don't use replace-regexp from elisp.
8317 (table--point-entered-cell-function, table--point-left-cell-function):
8318 Don't set table-fixed-mode-indicator, use force-mode-line-update.
8319
8320 * textmodes/org.el: Move defvars out of eval-when-compile. Move code
8321 that was after the end of file. Use buffer-file-name variable.
8322 (org-timestamp-change): Use with-current-buffer.
8323 (org-todo-list): Don't unnecessarily define a new buffer-local var.
8324 (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused arg
8325 `file'.
8326
8327 * progmodes/fortran.el: Move defvars out of eval-when-compile.
8328 (fortran-break-line): Remove unused var `opoint'.
8329 (fortran-abbrev-start): Obey help-event-list.
8330
8331 2006-01-18 Jesper Harder <harder@phys.au.dk>
8332
8333 * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-substring.
8334
8335 2006-01-18 Masatake YAMATO <jet@gyve.org>
8336
8337 * progmodes/make-mode.el (makefile-imake-mode): New mode
8338 derived from makefile-mode.
8339 (makefile-imake-mode-syntax-table): New syntax table
8340 derived from makefile-mode-syntax-table.
8341 (makefile-mode): Write about makefile-imake-mode in doc string.
8342 (makefile-mode-map): Bind "\C-c\C-m\C-i" to makefile-imake-mode.
8343 (makefile-imake-font-lock-keywords): New font lock keywords.
8344
8345 * files.el (auto-mode-alist): Add Imakefile.
8346
8347 2006-01-17 Agustin Martin <agustin.martin@hispalinux.es>
8348
8349 * textmodes/flyspell.el (ispell-kill-ispell-hook): Add to the hook when
8350 loading the file rather than when turning on flyspell-mode.
8351
8352 2006-01-16 Luc Teirlinck <teirllm@auburn.edu>
8353
8354 * cus-edit.el (customize-rogue): Minor doc fix.
8355
8356 2006-01-17 Juri Linkov <juri@jurta.org>
8357
8358 * dired-aux.el (dired-diff): Use dired-dwim-target-directory
8359 instead of the file at the mark as default if the file at the mark
8360 is the same as the file at point or if dired-dwim-target-directory
8361 is not the same as the current directory and the mark is not active.
8362
8363 * log-view.el (log-view-minor-wrap): Use the same logic to get
8364 revisions as `log-view-diff'.
8365
8366 * info.el (Info-revert-find-node): Check for Info-current-file
8367 before preserving new-history.
8368
8369 * man.el (Man-heading-regexp): Add `/'.
8370
8371 * textmodes/sgml-mode.el: Add `coding: iso-2022-7bit' cookie.
8372 (html-mode): Set `sentence-end-base' instead of `sentence-end'.
8373
8374 2006-01-16 Juri Linkov <juri@jurta.org>
8375
8376 * faces.el (mode-line-faces): New defgroup.
8377 (mode-line-highlight): Move definition after new defgroup.
8378 (mode-line, mode-line-inactive, mode-line-highlight):
8379 Replace :group `modeline' with `mode-line-faces'.
8380 (mode-line-buffer-id): New face.
8381 (modeline-buffer-id): New face alias.
8382 (vertical-border): Remove :group `modeline'.
8383
8384 * bindings.el (propertized-buffer-identification): Use face
8385 `mode-line-buffer-id' instead of `Buffer-menu-buffer'.
8386 (mode-line-next-buffer, mode-line-previous-buffer): New functions.
8387 (mode-line-buffer-identification-keymap): For mouse-1 replace
8388 `mode-line-unbury-buffer' with `mode-line-previous-buffer'.
8389 Replace `mode-line-bury-buffer' with `mode-line-next-buffer' for
8390 mouse-3.
8391
8392 * buff-menu.el (buffer-menu-buffer) <defface>: Renamed from
8393 Buffer-menu-buffer. Doc fix.
8394 (Buffer-menu-buffer): Face alias to buffer-menu-buffer.
8395 (list-buffers-noselect): Use `buffer-menu-buffer' face instead of
8396 `Buffer-menu-buffer'.
8397
8398 * info.el (Info-mode-line-node-keymap): New defvar.
8399 (Info-set-mode-line): Use `stringp' to check Info-current-file.
8400 Propertize Info-current-node with `mode-line-buffer-id' and
8401 `mode-line-highlight' faces and `Info-mode-line-node-keymap'.
8402
8403 * time.el (display-time-mail-face): Replace :group `faces' with
8404 `mode-line-faces'.
8405
8406 2006-01-16 Kenichi Handa <handa@m17n.org>
8407
8408 * international/code-pages.el: Add autoload cookies for cp125[0345678].
8409
8410 * language/european.el (cp1252): New alias for windows-1252.
8411
8412 * international/mule.el (autoload-coding-system): Prepare for EOL
8413 variants.
8414
8415 2006-01-15 Dan Nicolaescu <dann@ics.uci.edu>
8416
8417 * term.el (term-raw-map): Add mapping for insert.
8418 (term-send-insert): New.
8419 (term-mode): Make variables local here instead of doing it in
8420 `term-emulate-terminal'.
8421 (term-emulate-terminal): Delete incorrect optimization for cr+lf.
8422 Scroll reverse needs to take into account the scroll region.
8423 Saving and restoring the cursor should save the color attributes too.
8424 (term-reset-terminal): Reset the scroll region.
8425 (term-handle-ansi-escape): Cursor up and down should take into
8426 account the scroll region.
8427 (term-set-scroll-region): Rename from `term-scroll-region'.
8428 Move to 0,0 after setting the region.
8429 (term-handle-scroll): Handle scroll up.
8430 (term-down): Fix off by one error.
8431 (term-delete-lines): Do not delete outside the scroll region.
8432 (term-insert-lines): Take into account the scroll region.
8433
8434 2006-01-15 Stefan Monnier <monnier@iro.umontreal.ca>
8435
8436 * textmodes/ispell.el (ispell-internal-change-dictionary)
8437 (ispell-change-dictionary): Undo most of last change of 2006-01-13.
8438 (start, end): Move declaration outside of eval-when-compile.
8439
8440 * textmodes/flyspell.el (flyspell-kill-ispell-hook): New fun.
8441 (flyspell-mode-on): Use it.
8442
8443 * textmodes/ispell.el (ispell-kill-ispell): Run new hook
8444 ispell-kill-ispell-hook.
8445
8446 2006-01-14 Luc Teirlinck <teirllm@auburn.edu>
8447
8448 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
8449 (Custom-reset-saved): Do not ask for confirmation in single option
8450 buffers.
8451
8452 2006-01-13 Richard M. Stallman <rms@gnu.org>
8453
8454 * font-lock.el (lisp-font-lock-keywords-1): Minor rearrangement.
8455
8456 2006-01-13 Romain Francoise <romain@orebokech.com>
8457
8458 * add-log.el (add-change-log-entry, change-log-merge):
8459 Conditionally use `hard-newline'.
8460
8461 2006-01-13 Martin Rudalics <rudalics@gmx.at>
8462
8463 * wid-edit.el (widget-field-end): If the overlay is no longer
8464 associated with a buffer, behave as if the overlay didn't exist.
8465
8466 * cus-edit.el (custom-add-see-also, custom-add-parent-links):
8467 Make sure the links use the `custom-link' face.
8468
8469 2006-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
8470
8471 * progmodes/ld-script.el (auto-mode-alist): Use \' rather than $.
8472 (ld-script-mode): Don't set indent-line-function since we don't
8473 have one.
8474
8475 2006-01-13 Carsten Dominik <dominik@science.uva.nl>
8476
8477 * textmodes/org.el (org-open-file): Use mailcap for selecting an
8478 application.
8479 (org-file-apps-defaults-gnu): Use mailcap as the default for
8480 selecting an application on a UNIX system.
8481 (org-agenda-show-tags): New command.
8482 (org-table-insert-hline): Keep cursor in current table line.
8483 (org-table-convert): Offset effect of modifying
8484 `org-table-insert-hline'.
8485 (org-format-agenda-item): New optional argument TAG.
8486 (org-compile-prefix-format): Handle %T format for the tag.
8487 (org-expand-wide-chars): New function.
8488 (org-table-insert-row, org-table-insert-hline):
8489 Use `org-expand-wide-chars'.
8490 (org-open-file): Fix bug in program launch.
8491 (org-get-time-of-day): Fix bug with times before 1am.
8492 (org-agenda-menu): Add tags commands.
8493
8494 2006-01-13 Agustin Martin <agustin.martin@hispalinux.es>
8495
8496 * textmodes/ispell.el (ispell-init-process): Include the used
8497 dictionary in ispell process start message.
8498 (ispell-internal-change-dictionary): When flyspell-mode is active
8499 and dictionary is changed, make sure ispell process is restarted
8500 and flyspell word cache cleared out for the current buffer.
8501 (ispell-change-dictionary): Make sure flyspell word cache is
8502 cleared out in all buffers with active flyspell mode when
8503 dictionary is globally changed.
8504 Call ispell-internal-change-dictionary after dictionary change.
8505
8506 2006-01-13 Eli Zaretskii <eliz@gnu.org>
8507
8508 * emacs-lisp/bytecomp.el (batch-byte-recompile-directory): Doc fix.
8509
8510 * makefile.w32-in (MH_E_SRC): Synchronize with Makefile.in.
8511 (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): Update Copyright
8512 years. Fix small differences wrt Makefile.in.
8513 (recompile): Use --eval '(batch-byte-recompile-directory 0)', like
8514 Makefile.in does.
8515
8516 2006-01-12 Bill Wohler <wohler@newt.com>
8517
8518 * Makefile.in (MH_E_SRC): Replace mh-index.el and mh-pick.el with
8519 mh-search.el.
8520
8521 2006-01-12 Masatake YAMATO <jet@gyve.org>
8522
8523 * progmodes/ld-script.el: Update copyright year.
8524
8525 2006-01-12 Chong Yidong <cyd@stupidchicken.com>
8526
8527 * cus-theme.el (custom-theme-add-variable, custom-theme-add-face):
8528 Don't add widget if setting undefined.
8529
8530 2006-01-12 John Paul Wallington <jpw@pobox.com>
8531
8532 * help-fns.el (describe-variable): Remove newlines from void
8533 variable output.
8534
8535 2006-01-13 Nick Roberts <nickrob@snap.net.nz>
8536
8537 * wdired.el (wdired-mode-map): Add help echo for
8538 wdired-abort-changes.
8539
8540 * man.el (Man-file-name-regexp): Adjust for a list of files.
8541
8542 2006-01-12 Masatake YAMATO <jet@gyve.org>
8543
8544 * progmodes/ld-script.el (auto-mode-alist): Support
8545 suffix conventions used in netbsd and eCos.
8546
8547 2006-01-11 Luc Teirlinck <teirllm@auburn.edu>
8548
8549 * cus-edit.el (custom-reset-menu, custom-buffer-create-internal)
8550 (custom-variable-menu, custom-face-menu, custom-group-menu)
8551 (Custom-mode-menu): Change names of menu items. (As discussed on
8552 emacs-devel.)
8553 (custom-face-menu): Add "Undo Edits" item.
8554
8555 * startup.el (init-file-user): defcustom -> defvar.
8556
8557 * tooltip.el (tooltip-mode): Doc fix.
8558
8559 2006-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
8560
8561 * reveal.el (reveal-post-command): window-buffer signals an error on
8562 dead windows rather than returning nil.
8563 (reveal-open-new-overlays): An overlay might die while we open others.
8564
8565 2006-01-11 Bill Wohler <wohler@newt.com>
8566
8567 * cus-dep.el (generated-custom-dependencies-file): Fix typo and
8568 phrasing in docstring.
8569
8570 * Makefile.in (MH_E_SRC): Rename from MH-E-SRC since the dashes
8571 can give some systems gas. Add new file mh-buffers.el.
8572
8573 2006-01-06 Masatake YAMATO <jet@gyve.org>
8574
8575 * font-lock.el (cpp-font-lock-keywords): Font lock keywords for
8576 C preprocessor forward ported from GNU Emacs 21.2.
8577
8578 * progmodes/asm-mode.el (asm-font-lock-keywords):
8579 Use `cpp-font-lock-keywords'.
8580
8581 * progmodes/ld-script.el (ld-script-font-lock-keywords): Ditto.
8582
8583 * progmodes/ld-script.el (auto-mode-alist): Use \\> instead
8584 of $ for "\\.ld[s]?".
8585
8586 2006-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
8587
8588 * progmodes/tcl.el (tcl-indent-command): Use indent-for-tab-command.
8589 (tcl-indent-line): Return `noindent' if inside a string.
8590
8591 * progmodes/flymake.el (flymake-split-string): Remove more than one
8592 empty string at beg/end of the result.
8593 (flymake-find-buildfile, flymake-find-possible-master-files):
8594 Use expand-file-name.
8595 (flymake-fix-file-name): Don't replace \ with / and don't remove ./
8596 since expand-file-name does it for us. Use directory-file-name.
8597 (flymake-ler-get-full-file, flymake-ler-get-file, flymake-ler-get-line)
8598 (flymake-ler-get-type, flymake-ler-get-text)
8599 (flymake-ler-make-ler): Remove. Replace by defstruct. Update callers.
8600 (flymake-current-line-no): Remove spurious interactive spec.
8601 (flymake-delete-temp-directory): Remove unused var `slash-pos'.
8602 (flymake-check-include): Remove arg inc-path merged into inc-name.
8603 (flymake-check-patch-master-file-buffer): Fit in 80 columns.
8604 Arg regexp-list replaced by a simple regexp.
8605 (flymake-master-make-header-init, flymake-master-tex-init):
8606 Correspondingly replace regexp-list with a regexp. Fix regexp.
8607
8608 2006-01-10 Simon Josefsson <jas@extundo.com>
8609
8610 * mail/smtpmail.el (smtpmail-try-auth-methods): Add comment
8611 describing AUTH PLAIN fix.
8612
8613 2006-01-10 Thien-Thi Nguyen <ttn@gnu.org>
8614
8615 * mail/emacsbug.el (report-emacs-bug-text-prompt): Delete var.
8616 (report-emacs-bug): Don't record initial prompt text.
8617 Instead, add text properties to prompting text.
8618 (report-emacs-bug-hook): Delete prompting text.
8619
8620 2006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
8621
8622 * progmodes/flymake.el (flymake-find-buildfile): Remove invariant arg
8623 `dirs'. Adjust callers.
8624
8625 2006-01-09 John Paul Wallington <jpw@gnu.org>
8626
8627 * cus-edit.el (custom-comment) <defface>: Add TTY definitions.
8628
8629 2006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
8630
8631 * reveal.el (reveal-open-new-overlays): New extracted fun.
8632 (reveal-close-old-overlays): Idem. Check overlays's liveness before
8633 using them. Simplify the code.
8634 (reveal-post-command): Use them. Fix up obsolete windows in
8635 reveal-open-spots.
8636
8637 * progmodes/flymake.el: Use `require' rather than autoload for
8638 XEmacs's overlays.
8639 (flymake-get-common-file-prefix, flymake-build-relative-filename):
8640 Delete. Use file-relative-name instead.
8641 (flymake-get-syntax-check-program-args, flymake-perl-init):
8642 Simplify the resulting code.
8643
8644 * log-view.el (log-view-file-re, log-view-message-re): Add support
8645 for DaRCS output.
8646
8647 2006-01-09 Alex Schroeder <alex@gnu.org>
8648
8649 * mail/rmail.el (rmail-reply-regexp): Also ignore mailing list
8650 identifiers sometimes added in square brackets at the beginning of
8651 subject lines.
8652
8653 2006-01-07 Richard M. Stallman <rms@gnu.org>
8654
8655 * cus-edit.el (Custom-set, Custom-save): Doc fix.
8656 (Custom-reset-current, Custom-reset-saved): Change question text.
8657 (Custom-reset-standard): Likewise.
8658 (custom-variable-reset-saved): Doc fix.
8659
8660 2006-01-07 Eli Zaretskii <eliz@gnu.org>
8661
8662 * startup.el (init-file-user): Doc fix.
8663
8664 2006-01-07 Alex Schroeder <alex@gnu.org>
8665
8666 * mail/rmail.el (rmail-current-subject): New function.
8667 (rmail-current-subject-regexp): New function.
8668 (rmail-next-same-subject): Use it.
8669
8670 * mail/rmailsum.el (rmail-summary-by-topic):
8671 Use rmail-current-subject and rmail-current-subject-regexp.
8672 (rmail-summary-next-same-subject): Ditto.
8673
8674 * net/rcirc.el (rcirc-send-input): No longer check whether the
8675 process is open, since not all commands need an open process.
8676 (rcirc-send-string): Check whether the process is open before
8677 sending anything.
8678 (rcirc-ignore-list): New option.
8679 (rcirc-ignore-list-automatic): New variable.
8680 (rcirc-print): Take rcirc-ignore-list into account.
8681 (rcirc-cmd-ignore): New command.
8682 (rcirc-ignore-update-automatic): New function.
8683 (rcirc-handler-PART, rcirc-handler-QUIT): Use it to maintain the
8684 list if ignored nicks.
8685 (rcirc-handler-NICK): Ditto, and also ignore the new nick.
8686
8687 2006-01-06 David Reitter <david.reitter@gmail.com>
8688
8689 * mail/emacsbug.el (report-emacs-bug): Let explanations correctly
8690 reflect the address to which the report will be sent.
8691
8692 2006-01-06 Eli Zaretskii <eliz@gnu.org>
8693
8694 * progmodes/ld-script.el (auto-mode-alist): Recognize linker
8695 scripts whose file-name extensions are "\.x[bdsru]?[cn]?$".
8696
8697 2006-01-01 Michael Ernst <mernst@alum.mit.edu> (tiny changes)
8698
8699 * textmodes/tildify.el: Fix typos (misspellings) in the commentary.
8700
8701 * emacs-lisp/find-func.el (find-definition-noselect): Fix typo in
8702 the doc string: "functoin" => "function".
8703 * ldefs-boot.el: Likewise.
8704
8705 * textmodes/bibtex.el (bibtex-validate-globally): Fix typo in a
8706 message text: "Duplicat" => "Duplicate".
8707
8708 2006-01-06 Sven Joachim <svenjoac@gmx.de> (tiny change)
8709
8710 * files.el (basic-save-buffer-2): If backing-up failed, reset
8711 buffer-backed-up to nil.
8712
8713 2006-01-06 Nick Roberts <nickrob@snap.net.nz>
8714
8715 * progmodes/gud.el (gdb-script-skip-to-head)
8716 (gdb-script-calculate-indentation): Indent for breakpoint command
8717 lists also.
8718
8719 2006-01-05 Bill Wohler <wohler@newt.com>
8720
8721 * Makefile.in (compile-always): Add mh-autoloads dependency.
8722 (bootstrap): Remove mh-autoloads dependency, as compile dependency
8723 provides it.
8724 (updates): Remove mh-autoloads dependency, since it probably has
8725 already run recently (via recompile).
8726
8727 2006-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
8728
8729 * textmodes/flyspell.el (flyspell-accept-buffer-local-defs): Add an
8730 argument `force' to disable the flyspell-last-buffer optimization.
8731 (flyspell-mode-on): Use it.
8732
8733 * progmodes/flymake.el (flymake-get-cleanup-function): Default to
8734 flymake-simple-cleanup.
8735 (flymake-allowed-file-name-masks): Use this new default.
8736 All the functions are now called in the right buffer rather than
8737 passing the buffer as argument.
8738 (flymake-process-sentinel): Switch to buffer before calling cleanup.
8739 (flymake-parse-err-lines): Remove redundant buffer arg.
8740 (flymake-get-program-dir): Comment out unused function.
8741 (flymake-start-syntax-check, flymake-start-syntax-check-process):
8742 Remove redundant buffer argument.
8743 (flymake-get-real-file-name, flymake-simple-java-cleanup)
8744 (flymake-simple-cleanup, flymake-master-cleanup): Remove buffer arg.
8745
8746 2006-01-05 Richard M. Stallman <rms@gnu.org>
8747
8748 * info.el (Info-find-node): Don't record previous node if have none.
8749 (info): Go to directory only if history is empty.
8750
8751 * simple.el (mark): Doc fix.
8752
8753 2006-01-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8754
8755 * term/mac-win.el (mac-ae-parameter): Don't coerce data if it is
8756 already of desired type.
8757 (mac-ae-list): Coerce parameter to "list" type.
8758 (mac-dispatch-apple-event): Replace cadr part of event with a
8759 dummy position so that event-start returns it.
8760
8761 2006-01-05 Carsten Dominik <dominik@science.uva.nl>
8762
8763 * textmodes/org.el (org-end-of-subtree): New function.
8764 (org-cycle, org-subtree-end-visible-p, org-scan-tags):
8765 Use `org-end-of-subtree'.
8766 (org-agenda, org-agenda-convert-date): Protect calls to
8767 `fit-window-to-buffer'.
8768 (org-tags-view): Force matching of sublevels when doing a
8769 todo-only search. Define the correct redo command, including the
8770 arguments.
8771 (org-agenda-redo): Display message.
8772 (org-check-for-org-mode): New function.
8773 (org-agenda-type): New variable.
8774 (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
8775 Set `org-agenda-type'.
8776 (org-agenda-check-type): New function.
8777 (org-agenda-goto-today, org-agenda-later, org-agenda-earlier)
8778 (org-agenda-week-view, org-agenda-day-view)
8779 (org-agenda-next-date-line, org-agenda-previous-date-line)
8780 (org-agenda-log-mode, org-agenda-toggle-diary)
8781 (org-agenda-toggle-time-grid, org-agenda-date-later)
8782 (org-agenda-date-prompt, org-agenda-diary-entry)
8783 (org-agenda-execute-calendar-command, org-agenda-goto-calendar)
8784 (org-agenda-convert-date, org-agenda-menu):
8785 Use `org-agenda-check-type'.
8786 (org-make-overlay, org-delete-overlay)
8787 (org-detatch-overlay, org-move-overlay, org-overlay-put):
8788 New compatibility functions.
8789 (org-calendar-select-mouse): New command.
8790
8791 2006-01-04 Chong Yidong <cyd@stupidchicken.com>
8792
8793 * cus-edit.el (Custom-reset-current, Custom-reset-saved)
8794 (Custom-reset-standard): Fix y-or-n-p messages.
8795 (custom-link): New face for links.
8796 (custom-buffer-create-internal, custom-manual): Use it.
8797 (custom-face-save): Push to theme-face before setting face spec.
8798
8799 * wid-edit.el (widget-default-mouse-face-get): New function.
8800 (widget-specify-button): Handle mouse-face like button-face.
8801
8802 * custom.el (load-theme): Clear old theme settings if reloading.
8803
8804 2006-01-03 Luc Teirlinck <teirllm@auburn.edu>
8805
8806 * cus-edit.el (custom-buffer-create-internal): Move whole buffer
8807 "Erase Customization" button back to same position it occupies in
8808 the individual State menus.
8809
8810 2006-01-04 Kim F. Storm <storm@cua.dk>
8811
8812 * wid-edit.el (key-sequence): Rework widget to read key binding
8813 using `kbd' syntax. Use C-q to insert literal key, event, or code.
8814 (widget-key-sequence-default-value): Default value for empty sequence.
8815 (widget-key-sequence-map): New map for reading key binding. Bind C-q.
8816 (widget-key-sequence-read-event): New command for C-q.
8817 (widget-key-sequence-validate, widget-key-sequence-value-to-internal)
8818 (widget-key-sequence-value-to-external): New functions.
8819
8820 2006-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
8821
8822 * progmodes/flymake.el (flymake-create-temp-with-folder-structure):
8823 Use expand-file-name.
8824 (flymake-delete-temp-directory): Use expand-file-name,
8825 file-name-directory, and directory-file-name.
8826 (flymake-strrchr): Delete.
8827 (flymake-start-syntax-check): Don't pass the redundant buffer argument
8828 to the init-f function.
8829 (flymake-save-buffer-in-file, flymake-init-create-temp-buffer-copy)
8830 (flymake-init-find-buildfile-dir)
8831 (flymake-init-create-temp-source-and-master-buffer-copy)
8832 (flymake-simple-make-init-impl, flymake-simple-make-init)
8833 (flymake-master-make-init, flymake-master-make-header-init)
8834 (flymake-simple-make-java-init, flymake-simple-ant-java-init)
8835 (flymake-perl-init, flymake-simple-tex-init, flymake-master-tex-init)
8836 (flymake-xml-init): Remove corresponding redundant buffer argument.
8837 (flymake-allowed-file-name-masks): Remove last elems that are equal to
8838 the default anyway. Clean up regexps.
8839
8840 * progmodes/flymake.el (flymake-temp-source-file-name)
8841 (flymake-master-file-name, flymake-temp-master-file-name)
8842 (flymake-base-dir): New buffer-local vars.
8843 (flymake-buffer-data, flymake-get-buffer-value)
8844 (flymake-set-buffer-value): Replace those hash-tables by the new
8845 buffer-local vars. Update callers.
8846
8847 * progmodes/flymake.el (flymake-check-start-time)
8848 (flymake-check-was-interrupted, flymake-err-info, flymake-is-running)
8849 (flymake-last-change-time, flymake-new-err-info, flymake-timer):
8850 Move definition, so we can remove redundant earlier declaration.
8851 (flymake-replace-regexp-in-string, flymake-split-string)
8852 (flymake-get-temp-dir): Use defalias.
8853 (flymake-popup-menu): Remove `pos' argument. Use posn-at-point.
8854 (flymake-xemacs-window-edges): Remove unused function.
8855 (flymake-get-point-pixel-pos): Move.
8856 (flymake-pid-to-names, flymake-reg-names)
8857 (flymake-get-source-buffer-name, flymake-unreg-names): Remove.
8858 Replace by a simple list flymake-processes and by process-buffer.
8859 Update callers. Other than simplify the code, it uses buffers rather
8860 than buffer-names so it doesn't get confused by uniquify.
8861 (flymake-buffer-data): The global value should just be nil.
8862
8863 * emacs-lisp/bytecomp.el (byte-compile-file-form-defalias):
8864 Optimize the body of a defalias like any other code.
8865
8866 * font-lock.el (font-lock-fontify-buffer, font-lock-fontify-region):
8867 Make sure we've setup font-lock's vars. It may influence which
8868 function we then call.
8869 (font-lock-default-fontify-buffer): Don't bother calling set-defaults
8870 here since it's too late anyway.
8871
8872 2006-01-03 Romain Francoise <romain@orebokech.com>
8873
8874 * startup.el (fancy-splash-tail, normal-splash-screen):
8875 Update copyright year.
8876
8877 2006-01-02 J.D. Smith <jdsmith@as.arizona.edu>
8878
8879 * mouse.el (mouse-drag-track): Rename, from
8880 `mouse-drag-region-1'. Includes optional argument required to
8881 enable post-drag event processing (e.g. delete region keys).
8882 Can be used without this argument to track a mouse region and operate
8883 on it as soon as the drag completes.
8884 (mouse-drag-region): Use `mouse-drag-track'.
8885
8886 2006-01-02 Chong Yidong <cyd@stupidchicken.com>
8887
8888 * cus-edit.el (custom-guess-name-alist, custom-guess-doc-alist):
8889 Move to `custom-buffer' group.
8890
8891 * cus-theme.el: Rewrite the Custom New Theme Mode interface.
8892 (custom-new-theme-mode-map, custom-theme-insert-variable-marker)
8893 (custom-theme-insert-face-marker, custom-theme-variable-menu)
8894 (custom-theme-face-menu): New variables.
8895 (custom-theme-add-variable, custom-theme-variable-action)
8896 (custom-variable-reset-theme, custom-theme-delete-variable)
8897 (custom-face-reset-theme, custom-theme-face-action)
8898 (custom-theme-delete-face, custom-theme-merge-theme)
8899 (custom-theme-add-face, custom-theme-visit-theme): New functions.
8900
8901 2006-01-01 Chong Yidong <cyd@stupidchicken.com>
8902
8903 * custom.el: Move Custom Themes commentary to start of theme code.
8904 (custom-known-themes): Rename `standard' theme to `changed'.
8905 (custom-push-theme): Caller no longer specifies what theme to use
8906 when doing `reset'---the setting is simply removed from the theme.
8907 Delete MODE from `theme-value' and `theme-settings' properties.
8908 (custom-declare-theme): Ignore &rest args since we don't use them.
8909
8910 (custom-loaded-themes): Delete variable.
8911 (custom-theme-load-themes, custom-theme-loaded-p)
8912 (custom-theme-value): Delete functions.
8913
8914 (custom-declare-theme): Signal error on invalid theme names.
8915 (provide-theme): custom-loaded-themes was deleted.
8916 (load-theme): Load the file unconditionally.
8917 (enable-theme): Call `load-theme' if theme is undefined.
8918 (custom-enabled-themes): Only update value for successful loads.
8919 (disable-theme): Complete from enabled themes when interactive.
8920 (custom-variable-theme-value): Calculate theme value directly.
8921
8922 (custom-theme-reset-variables, custom-reset-variables): Mark as
8923 XEmacs compatibility functions. We don't actually use these.
8924
8925 * cus-edit.el (custom-variable-state-set):
8926 Use custom-variable-theme-value instead of custom-theme-value.
8927 (custom-face-state-set): Rename `standard' theme to `changed'.
8928 (custom-save-variables, custom-save-faces): Delete unneeded
8929 references to custom-reset-variables.
8930 (custom-save-resets): Delete function.
8931 (custom-save-variables, custom-save-faces): MODE argument deleted.
8932 (custom-save-variables, custom-save-faces): Ignore theme values.
8933
8934 * cus-face.el (custom-theme-reset-faces): Mark as XEmacs
8935 compatibility function.
8936
8937 2006-01-01 Richard M. Stallman <rms@gnu.org>
8938
8939 * cus-edit.el (Custom-set, Custom-save): Ask for confirmation.
8940 (Custom-reset-current, Custom-reset-saved): Likewise.
8941 (Custom-reset-standard): Show message if aborted.
8942 (custom-mode): Doc fix, describing those commands.
8943
8944 * mouse.el (mouse-drag-region-1): When following link via mouse-2,
8945 put on event-kind property.
8946
8947 2005-12-31 Chong Yidong <cyd@stupidchicken.com>
8948
8949 * custom.el (provide-theme): Ban `user' theme name.
8950 (custom-enabling-themes): New variable.
8951 (enable-theme): Don't enable user if custom-enabling-themes is t.
8952 (custom-enabled-themes): Make it a defcustom.
8953 (custom-theme-recalc-face): No-op if face is undefined.
8954
8955 * cus-edit.el (custom-button-mouse): New variable.
8956 (custom-button-mouse): New face.
8957 (custom-raised-buttons, custom-mode): Use it.
8958
8959 * cus-theme.el (custom-new-theme-mode): Use custom-button-mouse.
8960
8961 2005-12-31 Eli Zaretskii <eliz@gnu.org>
8962
8963 * progmodes/gud.el (gud-display-line): Support hl-line in the
8964 source buffer.
8965
8966 2005-12-31 Lennart Borgman <lennart.borgman.073@student.lu.se> (tiny change)
8967
8968 * mouse.el (mouse-drag-window-above): Verify that the found window
8969 overlaps with the given window in the horizontal dimension.
8970
8971 2005-12-31 Eli Zaretskii <eliz@gnu.org>
8972
8973 * Makefile.in (cvs-update): New target.
8974
8975 * makefile.w32-in (cvs-update): Ditto.
8976
8977 2005-12-30 Chong Yidong <cyd@stupidchicken.com>
8978
8979 * cus-theme.el (custom-new-theme-mode): Use cus-edit faces.
8980 (custom-new-theme-mode-map): New variable.
8981
8982 2005-12-30 Richard M. Stallman <rms@gnu.org>
8983
8984 * custom.el (custom-load-themes): Function deleted.
8985
8986 * cus-edit.el (custom-save-loaded-themes): Function deleted.
8987 (custom-save-variables): Don't delete or add custom-load-themes call.
8988
8989 2005-12-30 Stefan Monnier <monnier@iro.umontreal.ca>
8990
8991 * cus-start.el: Add `visible-cursor'.
8992
8993 * progmodes/flymake.el (flymake-copy-buffer-to-temp-buffer): Simplify.
8994 (flymake-parse-output-and-residual): Remove `source-buffer' argument.
8995 (flymake-process-filter): Switch to buffer before calling it instead.
8996 (flymake-post-syntax-check, flymake-highlight-err-lines)
8997 (flymake-delete-own-overlays, flymake-parse-err-lines)
8998 (flymake-start-syntax-check, flymake-start-syntax-check-process)
8999 (flymake-count-lines, flymake-parse-residual):
9000 Remove constant buffer argument.
9001 (flymake-start-syntax-check-for-current-buffer): Remove.
9002 Update callers to use flymake-start-syntax-check instead.
9003 (flymake-display-err-menu-for-current-line):
9004 Remove unused var `mouse-pos'.
9005 (flymake-restore-formatting): Comment out unused function.
9006 (flymake-report-status, flymake-report-fatal-status): Remove buffer
9007 argument, use current-buffer instead. Update callers.
9008
9009 2005-12-30 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
9010
9011 * textmodes/bibtex.el (bibtex-mode): Make completion-ignore-case
9012 buffer-local because choose-completion-delete-max-match requires
9013 that we set completion-ignore-case (i.e., binding via let is not
9014 sufficient).
9015 (bibtex-complete): Always set completion-ignore-case and
9016 choose-completion-string-functions. The latter is needed because
9017 choose-completion-string-functions keeps its value if we quit the
9018 *Completions* buffer without requesting a completion.
9019
9020 2005-12-30 Andreas Schwab <schwab@suse.de>
9021
9022 * progmodes/cc-defs.el: Ignore errors from font-lock-compile-keywords.
9023
9024 2005-12-30 Eli Zaretskii <eliz@gnu.org>
9025
9026 * jit-lock.el (jit-lock-chunk-size): Doc fix.
9027
9028 2005-12-30 Juri Linkov <juri@jurta.org>
9029
9030 * locate.el (locate-fcodes-file, locate-header-face)
9031 * progmodes/delphi.el (delphi-other-face)
9032 * progmodes/glasses.el (glasses-face): Add tag "None" to const nil.
9033
9034 * paren.el (show-paren-match, show-paren-mismatch): Use existing
9035 group `paren-showing-faces'.
9036
9037 * net/goto-addr.el (goto-address-highlight-keymap): Fix docstring.
9038 (goto-address): Fix docstring.
9039
9040 * net/webjump.el (webjump-sample-sites): Update URLs.
9041
9042 * textmodes/fill.el (fill-single-word-nobreak-p): Use `sentence-end'.
9043
9044 * subr.el (cancel-change-group): Add listp around pending-undo-list.
9045
9046 2005-12-29 Stefan Monnier <monnier@iro.umontreal.ca>
9047
9048 * font-lock.el (font-lock-compile-keywords): Signal an error when
9049 font-lock-set-defaults hasn't been called.
9050
9051 2005-12-29 Luc Teirlinck <teirllm@auburn.edu>
9052
9053 * subr.el (noreturn, 1value): Doc fixes.
9054
9055 2005-12-29 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
9056
9057 * textmodes/bibtex.el (bibtex-text-in-field-bounds): Handle case
9058 that assoc-string returns nil.
9059
9060 2005-12-29 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
9061
9062 * textmodes/bibtex.el (bibtex-entry-type-whitespace)
9063 (bibtex-entry-type-str, bibtex-empty-field-re)
9064 (bibtex-search-backward-string, bibtex-preamble-prefix)
9065 (bibtex-search-entry, bibtex-enclosing-entry-maybe-empty-head): Remove.
9066 (bibtex-any-valid-entry-type): New variable.
9067 (bibtex-parse-field-name): Simplify.
9068 (bibtex-parse-string, bibtex-search-forward-string): New arg empty-key.
9069 (bibtex-preamble-prefix): Include left delimiter.
9070 (bibtex-search-forward-field, bibtex-search-backward-field):
9071 Allow unbounded search past entry boundaries (required by bibtex-pop).
9072 (bibtex-text-in-field-bounds): Use push.
9073 (bibtex-text-in-field): Do not use bibtex-narrow-to-entry.
9074 (bibtex-parse-preamble, bibtex-valid-entry)
9075 (bibtex-beginning-first-field): New functions.
9076 (bibtex-skip-to-valid-entry): Use bibtex-valid-entry. Fix regexp.
9077 (bibtex-map-entries): Fix docstring.
9078 (bibtex-flash-head): New arg prompt. Simplify.
9079 (bibtex-enclosing-field): Include code of bibtex-inside-field.
9080 (bibtex-insert-kill): Simplify. Always insert text past the
9081 current field or entry.
9082 (bibtex-format-entry): Use bibtex-parse-field.
9083 (bibtex-pop): Use bibtex-beginning-of-entry and
9084 bibtex-end-of-entry to initiate the search. Insert empty field if
9085 we found ourselves.
9086 (bibtex-print-help-message): New args field and comma.
9087 Handle entry keys.
9088 (bibtex-make-field): Use bibtex-beginning-of-entry.
9089 (bibtex-end-of-entry): Use bibtex-valid-entry. Recognize any
9090 invalid entry.
9091 (bibtex-validate): Use bibtex-valid-entry and bibtex-parse-string.
9092 Handle preambles. Simplify code for thorough test.
9093 (bibtex-next-field, bibtex-find-text, bibtex-find-text-internal):
9094 New arg comma. Handle entry heads.
9095 (bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
9096 (bibtex-kill-field, bibtex-copy-field-as-kil, bibtex-empty-field):
9097 New arg comma.
9098 (bibtex-kill-entry): Use bibtex-any-entry-maybe-empty-head.
9099 (bibtex-fill-field): Simplify.
9100 (bibtex-fill-entry): Use bibtex-beginning-first-field and
9101 bibtex-parse-field.
9102 (bibtex-convert-alien): Do not wait before calling bibtex-validate.
9103 (bibtex-complete): Use bibtex-parse-preamble.
9104
9105 2005-12-29 Nick Roberts <nickrob@snap.net.nz>
9106
9107 * progmodes/gdb-ui.el (gdb-tooltip-print, gdb-tooltip-print-1):
9108 Display name of expression instead of convenience variable.
9109 (gdb-post-prompt): Only call gdb-get-changed-registers if needed.
9110
9111 * progmodes/gud.el (gud-tooltip-dereference): Rename from
9112 toggle-gud-tooltip-dereference.
9113 (gud-tooltip-print-command): Move concatenation of "*" to expr to...
9114 (gud-tooltip-tips): ...here when dereferencing.
9115
9116 2005-12-28 Bill Wohler <wohler@newt.com>
9117
9118 * simple.el (mh-e-user-agent): Move to mh-e/mh-comp.el and autoload.
9119
9120 2005-12-28 Stefan Monnier <monnier@iro.umontreal.ca>
9121
9122 * vc.el (vc-annotate-display): Replace optional arg `color-map' with
9123 compulsory arg `ratio'. Inline body of vc-annotate-time-span.
9124 (vc-annotate-display-autoscale): Adjust call.
9125 (vc-annotate-display-default): Adjust call. Make arg compulsory.
9126 Fix interactive spec.
9127 (vc-annotate-time-span): Remove.
9128 (vc-annotate-oldest-in-map): Rename from vc-annotate-car-last-cons.
9129 (vc-annotate-mode-menu, vc-annotate-display-autoscale)
9130 (vc-annotate-display-select): Use new name.
9131
9132 * vc.el (vc-annotate-mode-map): Remove obsolete binding.
9133 (vc-annotate-mode-menu): Remove left-over redundant declaration.
9134 Correct the construction of span entries. Simplify.
9135 (vc-annotate-display-select): Fix the nil case.
9136 (vc-annotate): Remove obsolete (and now broken) code.
9137 (vc-annotate-extract-revision-at-line): Remove obsolete code.
9138 (vc-annotate-time-span): Remove unused arg `quantize'. Simplify.
9139
9140 2005-12-28 Luc Teirlinck <teirllm@auburn.edu>
9141
9142 * subr.el (lazy-completion-table): Correct typo in docstring.
9143
9144 * startup.el (command-line): Use `custom-reevaluate-setting' for
9145 `send-mail-function'.
9146
9147 * mail/sendmail.el (send-mail-function): Autoload the standard-value.
9148
9149 2005-12-05 Ralf Angeli <angeli@iwi.uni-sb.de>
9150
9151 * mail/smtpmail.el (smtpmail-try-auth-methods):
9152 Send credentials together with "AUTH PLAIN" command.
9153
9154 2005-12-27 Richard M. Stallman <rms@gnu.org>
9155
9156 * mouse.el (mouse-drag-region-1): When remapping mouse-1 to
9157 mouse-2, go back to previously selected window, so it's selected
9158 when mouse-2 command runs.
9159
9160 2005-12-27 Juri Linkov <juri@jurta.org>
9161
9162 * descr-text.el (describe-text-sexp): Use square brackets for
9163 button [Show] to distinguish it from the property value `show'.
9164 (describe-property-list): Use `insert-text-button' with
9165 `help-face' type instead of putting face in quotes, because button
9166 is not created automatically for a list of faces.
9167 (describe-text-properties-1): Put button-type value in quotes to
9168 distinguish from plain text "button".
9169 (describe-char): Display code point values in hex. Don't use
9170 `symbol-name' for `current-input-method' because it is a string.
9171 Use `insert-text-button' with `help-face' type instead of putting
9172 hardcoded face in quotes, because button is not created automatically.
9173
9174 2005-12-27 Richard M. Stallman <rms@gnu.org>
9175
9176 * progmodes/glasses.el (glasses-face): More specific custom type.
9177
9178 * files.el (set-visited-file-name): Doc fix.
9179
9180 * textmodes/flyspell.el (flyspell-external-point-words):
9181 Use local var buffer-scan-pos to advance scan for next misspelling.
9182 Advance it only after we find the misspelling.
9183
9184 2005-12-27 Agustin Martin <agustin.martin@hispalinux.es>
9185
9186 * textmodes/flyspell.el (flyspell-external-point-words):
9187 New criteria for finding the misspelling in the buffer.
9188
9189 2005-12-27 Nick Roberts <nickrob@snap.net.nz>
9190
9191 * help-mode.el (help-insert-string): Set help-xref-stack-item
9192 rather than call help-setup-xref.
9193
9194 * descr-text.el (describe-char): Revert previous changes for
9195 optional buffer argument.
9196
9197 2005-12-27 Juri Linkov <juri@jurta.org>
9198
9199 * help-mode.el (help-insert-string): New function. Save buffer
9200 contents in cases where it is impossible to recompute the old contents.
9201
9202 * descr-text.el (describe-char): Set help-xref-stack-item
9203 explicitly after buffer has been generated.
9204
9205 2005-12-27 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9206
9207 * cus-start.el (all): Add x-gtk-show-hidden-files.
9208
9209 2005-12-26 Richard M. Stallman <rms@gnu.org>
9210
9211 * replace.el (perform-replace): Calculate match-again
9212 before skipping read-only matches.
9213
9214 * paren.el (paren-showing-faces): New group.
9215 (show-paren-match, show-paren-mismatch): Move to that group.
9216
9217 * button.el (button): Put into group `basic-faces'.
9218
9219 * progmodes/make-mode.el: Remove faces from group `faces'.
9220
9221 * apropos.el (apropos, apropos-value): Doc fix.
9222 (apropos-documentation): Doc fix.
9223
9224 2005-12-26 Stefan Monnier <monnier@iro.umontreal.ca>
9225
9226 * subr.el (lazy-completion-table): Remove argument `args'.
9227
9228 * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
9229 Don't use the `args' argument of lazy-completion-table.
9230
9231 2005-12-26 Nick Roberts <nickrob@snap.net.nz>
9232
9233 * descr-text.el (describe-char): Add optional argument for buffer.
9234 Set buffer appropriately. Call help-setup-xref.
9235 Suggested by Stefan Monnier.
9236
9237 2005-12-26 Juri Linkov <juri@jurta.org>
9238
9239 * descr-text.el: Require `help-fns' at runtime. Don't require
9240 `button' for byte compilation.
9241 (describe-text-widget): Add `help-echo' for first button.
9242 Use `help-info' for second.
9243 (describe-property-list): Use `help-argument-name' instead of `italic'.
9244 (describe-text-category): Add prompt to interactive spec.
9245 Call `help-setup-xref'.
9246 (describe-char): Use `help-character-set'. Add `help-echo' for
9247 code point. Use `help-input-method'. Remove superfluous insert.
9248
9249 2005-12-25 Richard M. Stallman <rms@gnu.org>
9250
9251 * progmodes/cc-defs.el (c-emacs-features): Do parse-partial-sexp
9252 at point, in case of narrowing.
9253
9254 * progmodes/delphi.el (delphi-other-face): Allow nil in type.
9255
9256 * locate.el (locate-header-face): Allow nil in type.
9257
9258 * progmodes/cpp.el (cpp-face-none-list): Use cpp-face instead of face.
9259
9260 2005-12-25 Romain Francoise <romain@orebokech.com>
9261
9262 * battery.el (battery-linux-proc-acpi): Also try
9263 `/proc/acpi/thermal_zone/THM0/temperature'.
9264
9265 2005-12-24 Chong Yidong <cyd@stupidchicken.com>
9266
9267 * custom.el (custom-push-theme): Fix docstring.
9268
9269 * cus-edit.el (custom-variable-set, custom-variable-save)
9270 (custom-variable-save): Custom-quote widget values.
9271 (customize-save-variable): Fix custom-push-theme call.
9272
9273 2005-12-24 Eli Zaretskii <eliz@gnu.org>
9274
9275 * w32-fns.el (w32-batch-update-autoloads): New function.
9276
9277 * makefile.w32-in (autoloads, $(lisp)/mh-e/mh-loaddefs.el):
9278 Use w32-batch-update-autoloads, and don't setq generated-autoload-file
9279 from the command line.
9280
9281 2005-12-23 Chong Yidong <cyd@stupidchicken.com>
9282
9283 * custom.el (custom-push-theme): Clarify docstring. VALUE nil for
9284 reset means to remove setting from theme entirely. Don't keep
9285 expanding theme-settings list; delete old entries if necessary.
9286
9287 * cus-edit.el (custom-buffer-create-internal): Move "Erase
9288 customization" button one line up.
9289 (custom-themed): New face.
9290 (custom-magic-alist): New value, THEMED, for theme settings.
9291 (custom-variable-state-set, custom-face-state-set):
9292 Check theme-value instead of saved-value.
9293 (custom-variable-reset-standard, custom-face-reset-standard):
9294 Remove theme setting entirely. Recalculate new values.
9295 (custom-variable-set, custom-variable-set)
9296 (custom-variable-reset-saved, custom-variable-reset-backup)
9297 (custom-face-set, custom-face-reset-saved): Update `user' theme.
9298 (custom-variable-save): Fix typos.
9299
9300 2005-12-23 Juri Linkov <juri@jurta.org>
9301
9302 * emacs-lisp/edebug.el (edebug-all-defs, edebug-all-forms):
9303 Add autoload cookies.
9304 (edebug-outside-d-c-i-n-s-w): New variable.
9305 (edebug-display, edebug-outside-excursion): Use it to save the
9306 original value of default-cursor-in-non-selected-windows.
9307 Set default-cursor-in-non-selected-windows to t while Edebug
9308 is active.
9309 (edebug-mode, edebug-eval-mode): Doc fix.
9310
9311 * mouse.el (mouse-choose-completion): Replace `buffer-substring'
9312 with `buffer-substring-no-properties' to remove common substring
9313 highlighting.
9314
9315 * info.el (info-other-window, info): Rename function argument
9316 `file' to `file-or-node'.
9317 (Info-complete-menu-item): Use local variable `complete-nodes' to
9318 keep the global value of `Info-complete-nodes' unchanged for
9319 subsequent completions.
9320 (info-tool-bar-map): Put `Info-index' icon just before `Info-search'.
9321
9322 * simple.el (get-next-valid-buffer, last-buffer)
9323 (next-error-buffer-p, next-error-find-buffer)
9324 (minibuffer-history-sexp-flag): Doc fix.
9325
9326 * savehist.el (savehist-mode-hook): Add `:group'.
9327
9328 * log-view.el: Call autoload for vc-find-version.
9329 (log-view-current-file): Adjust subgroup numbers.
9330 (log-view-current-tag): Add `length'.
9331
9332 2005-12-23 Richard M. Stallman <rms@gnu.org>
9333
9334 * vc.el (vc-annotate-car-last-cons): Defn moved up.
9335
9336 2005-12-23 Juri Linkov <juri@jurta.org>
9337
9338 * hi-lock.el (hi-lock-archaic-interface-message-used)
9339 (hi-lock-archaic-interface-deduce, hi-lock-mode): Doc fix.
9340 (hi-lock-mode): Display "Hi" in the mode line only when
9341 hi-lock-interactive-patterns or hi-lock-file-patterns is non-nil.
9342 (hi-lock-write-interactive-patterns):
9343 Use hi-lock-file-patterns-prefix instead of hard-coded "Hi-lock".
9344 (hi-lock-set-pattern, hi-lock-set-file-patterns)
9345 (hi-lock-font-lock-hook): Set 3rd arg `how' of
9346 font-lock-add-keywords to t.
9347
9348 2005-12-23 David Koppelman <koppel@ece.lsu.edu>
9349
9350 * hi-lock.el (hi-lock-highlight-range): New variable.
9351 (hi-lock-mode, hi-lock-unface-buffer): Call font-lock-fontify-buffer
9352 only if font-lock-fontified is non-nil. Remove overlays.
9353 (hi-lock-set-pattern): Call font-lock-fontify-buffer if
9354 font-lock-fontified is non-nil, otherwise use overlays (instead of
9355 text properties).
9356 (hi-lock-string-serialize-hash, hi-lock-string-serialize-serial):
9357 New variables.
9358 (hi-lock-string-serialize) New function.
9359
9360 2005-12-23 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9361
9362 * menu-bar.el (menu-find-file-existing): New function.
9363 (menu-bar-file-menu): Use menu-find-file-existing for Open.
9364
9365 * tool-bar.el (tool-bar-setup): Open changed to menu-find-file-existing.
9366
9367 2005-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
9368
9369 * vc.el: Remove unnecessary leading * in docstrings.
9370 (vc-annotate-mode-map): Move initialization into declaration.
9371 (vc-static-header-alist): Nitpick on the regexp.
9372 (vc-default-init-version): New fun.
9373 (vc-register): Use it.
9374 (vc-insert-headers): Use dolist.
9375 (vc-annotate-get-backend): Remove unused function.
9376 (vc-annotate-add-menu): Remove. Build the menu directly at toplevel.
9377 (vc-annotate-mode): Remove corresponding call.
9378 (vc-annotate-car-last-cons): Simplify.
9379 (vc-annotate-buffers): Remove var.
9380 (vc-annotate-backend): Make it buffer-local.
9381 (vc-annotate): Move the interaction to the interactive spec.
9382 Add a `buf' argument.
9383 (vc-annotate-warp-version): Use this new `buf' argument to avoid
9384 killing&creating a vc-annotate buffer, which is very disruptive when
9385 the buffers are shown in dedicated frames.
9386
9387 2005-12-23 Nick Roberts <nickrob@snap.net.nz>
9388
9389 * descr-text.el: Add FSF as maintainer.
9390 (describe-text-mode, describe-text-mode-map)
9391 (describe-text-mode-hook, describe-text-done): Delete. Use normal
9392 help-mode.
9393 (describe-text-widget, describe-text-sexp)
9394 (describe-property-list, describe-text-category)
9395 (describe-text-properties, describe-text-properties-1)
9396 (describe-char): Use help buttons instead of widgets.
9397 (describe-char-unicodedata-file): Make URL link in doc string.
9398
9399 2005-12-22 Richard M. Stallman <rms@gnu.org>
9400
9401 * cus-edit.el (custom-variable-prompt): Say "variable" in prompt.
9402 (custom-buffer-create-internal): Reword the top-of-buffer help intro.
9403 Don't include buttons that write a file when there's no file.
9404 (custom-variable-menu, custom-face-menu, custom-group-menu):
9405 Don't include commands that write a file when there's no file.
9406 (customize-browse): Reword the top-of-buffer help intro.
9407 (custom-buffer-create-internal): Fix previous change.
9408 (customize-changed-options-previous-release): Prev release is 21.1.
9409 (customize-changed-options): Doc fix.
9410 (customize-changed): New alias.
9411 (custom-reset-menu, custom-magic-alist, Custom-mode-menu):
9412 Say "standard values".
9413 (Custom-reset-standard): Doc fix.
9414 (custom-face-reset-standard): Doc fix.
9415
9416 2005-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
9417
9418 * font-lock.el (font-lock-default-fontify-buffer): Try and set-defaults
9419 even if font-lock-mode is non-nil since it may be t without having
9420 turned on font-lock-mode-internal.
9421 (font-lock-choose-keywords): Minor optimization.
9422 (font-lock-add-keywords, font-lock-remove-keywords)
9423 (font-lock-set-defaults): Don't call make-local-variable on a variable
9424 that we know to already be local.
9425
9426 2005-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
9427
9428 * emacs-lisp/lisp.el (lisp-complete-symbol): Don't print progress
9429 messages if in the minibuffer.
9430
9431 2005-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
9432
9433 * textmodes/flyspell.el (flyspell-check-word-p): Don't quote - in a RE.
9434 (tex-mode-flyspell-verify, flyspell-get-word)
9435 (flyspell-external-point-words): Don't use point-min/max uselessly.
9436
9437 * emacs-lisp/lisp.el (lisp-complete-symbol): Mostly undo the change
9438 by Kevin Rodgers. Instead, just hide the completions buffer if we
9439 don't need to show it.
9440
9441 2005-12-21 Luc Teirlinck <teirllm@auburn.edu>
9442
9443 * wid-edit.el (file, directory): Doc fixes for the `define-widget's.
9444
9445 2005-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
9446
9447 * emacs-lisp/lisp.el (lisp-complete-symbol): Don't call
9448 delete-windows-on with an inexistent buffer.
9449
9450 2005-12-22 Nick Roberts <nickrob@snap.net.nz>
9451
9452 * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
9453 Delete defcustom variable :tag names.
9454
9455 2005-12-20 Stefan Monnier <monnier@iro.umontreal.ca>
9456
9457 * log-view.el (log-view-file-re, log-view-message-re): Use shy groups.
9458 (log-view-font-lock-keywords): Ajust subgroup numbers.
9459 (log-view-current-tag): Don't hard code the number of subgroups.
9460
9461 2005-12-20 Juri Linkov <juri@jurta.org>
9462
9463 * tooltip.el (tooltip): Move defgroup before define-minor-mode.
9464 (tooltip-x-offset, tooltip-y-offset): Doc fix.
9465
9466 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
9467 (menu-bar-non-minibuffer-window-p): Instead of checking
9468 display-multi-frame-p, use selected-frame when menu-updating-frame
9469 is nil.
9470
9471 2005-12-20 Stuart Herring <herring@lanl.gov> (tiny change)
9472
9473 * align.el (align-rules-list): Use [ \t] instead of \s-
9474 for column separators in text mode.
9475
9476 2005-12-20 Nick Roberts <nickrob@snap.net.nz>
9477
9478 * help-mode.el (help-customize-variable, help-customize-face):
9479 Don't pop help-xref-stack as help-follow no longer pushes
9480 anything on to it.
9481
9482 2005-12-20 Carsten Dominik <dominik@science.uva.nl>
9483
9484 * textmodes/org.el (org-agenda-custom-commands): New option.
9485 (org-agenda): Offer custom commands on splash screen.
9486 (org-make-tags-matcher): Parser for Boolean logic added.
9487 (org-agenda-set-tags): New command.
9488 (org-agenda-menu, org-agenda-mode-map): Add `org-agenda-set-tags'.
9489 (org-set-tags): Efficiency improvements.
9490 (org-auto-align-tags): New option.
9491 (org-todo, org-demote, org-promote): Realign tags.
9492 (org-tags-completion-function): Use also "&" and "|" as separators.
9493 (org-org-menu): Agenda commands simplified.
9494
9495 2005-12-19 Luc Teirlinck <teirllm@auburn.edu>
9496
9497 * cus-edit.el (customize-apropos, customize-apropos-options):
9498 Docstring changes.
9499
9500 * font-lock.el (font-lock): Add tags to the links in the defgroup.
9501
9502 2005-12-19 Chong Yidong <cyd@stupidchicken.com>
9503
9504 * longlines.el (longlines-mode): Wrap while widened.
9505 (longlines-decode-region, longlines-encode-region): Compute max
9506 just once.
9507
9508 2005-12-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9509
9510 * cus-edit.el (mac): New group.
9511
9512 * cus-start.el (all): Add user options in macterm.c. Add test for
9513 Mac-related built-ins. Fix test for GTK-related built-ins.
9514
9515 * term/mac-win.el (mac-handle-language-change)
9516 (mac-ae-open-documents, mac-ae-get-url, mac-services-open-file)
9517 (mac-services-open-selection, mac-services-mail-selection)
9518 (mac-services-mail-to, mac-services-insert-text)
9519 (mac-dispatch-apple-event): Add docstrings.
9520 (x-get-selection, mac-select-convert-to-string): Select coding
9521 system from `utf-16be' and `utf-16le' using `byteorder'.
9522
9523 2005-12-18 Stefan Monnier <monnier@iro.umontreal.ca>
9524
9525 * subr.el (lazy-completion-table): Don't be fooled if the var holds
9526 a "list" (lambda ...) rather than a real completion list.
9527
9528 * emacs-lisp/cl-extra.el (cl-macroexpand-all): Fix code-walk for
9529 lexical-let when encountering ((lambda (...) ...) ...).
9530
9531 2005-12-17 Chong Yidong <cyd@stupidchicken.com>
9532
9533 * progmodes/sh-script.el (sh-mode):
9534 * language/ethio-util.el (ethio-fidel-to-sera-mail-or-marker):
9535 * textmodes/picture.el (picture-mode): Update docstrings.
9536
9537 2005-12-17 Eli Zaretskii <eliz@gnu.org>
9538
9539 * makefile.w32-in (autoloads, custom-deps): Warn that parts of
9540 commands enclosed in $(ARGQUOTE)s should not be split between two
9541 lines, as that will break with GNU Make >3.80, when sh.exe is used
9542 and arg quoting is with '..'.
9543 (autoloads): Don't break the quoted --eval expression between
9544 several lines.
9545
9546 2005-12-17 Chong Yidong <cyd@stupidchicken.com>
9547
9548 * emacs-lisp/edebug.el (edebug-safe-prin1-to-string):
9549 Capture error from printing circular structures.
9550
9551 2005-12-17 Martin Rudalics <rudalics@gmx.at>
9552
9553 * wid-edit.el (widget-checkbox-action): Clear undo info.
9554
9555 2005-12-16 Bill Wohler <wohler@newt.com>
9556
9557 * menu-bar.el (kill-this-buffer): Set a good example by using menu
9558 bar, not menubar in comment.
9559
9560 2005-12-16 Stefan Monnier <monnier@iro.umontreal.ca>
9561
9562 * progmodes/cc-engine.el (c-after-change-check-<>-operators):
9563 After-change-functions should not clobber the match data.
9564
9565 2005-12-16 Juri Linkov <juri@jurta.org>
9566
9567 * simple.el (choose-completion): Use `buffer-substring-no-properties'
9568 instead of `buffer-substring'.
9569 (completion-common-substring): Doc fix.
9570 (completion-setup-function): Use minibuffer-completion-contents
9571 instead of minibuffer-contents. Don't set common-string-length
9572 initially. Remove special handling of partial-completion-mode.
9573 Move computation of completion-base-size into one cond.
9574 Call completion-base-size-function in mainbuf. In computation of
9575 completion-base-size for file name completion don't move point to
9576 the end of the minibuffer. Move computation of common-string-length
9577 into one cond. Start putting faces only when common-string-length>=0.
9578 Add condition to put completions-common-part when
9579 common-string-length>0.
9580
9581 * complete.el (PC-do-completion): Remove `(equal (point) beg)' to
9582 place point at the first different character in the minibuffer
9583 even if this position is at the beginning of the minibuffer.
9584
9585 * info.el (Info-read-node-name-1): In completion-base-size-function's
9586 lambda return 1 if common-substring or minibuffer-completion-contents
9587 starts with (, and 0 otherwise.
9588
9589 * emacs-lisp/crm.el (crm-minibuffer-completion-help):
9590 Use `crm-current-element' for second arg of `display-completion-list'.
9591
9592 2005-12-16 Klaus Zeitler <kzeitler@lucent.com>
9593
9594 * files.el (set-auto-mode): Look for an interpreter specified on
9595 the first line also if search for mode specification succeeded,
9596 but the mode is not known.
9597
9598 2005-12-16 Carsten Dominik <dominik@science.uva.nl>
9599
9600 * textmodes/org.el (org-tags-match-list-sublevels): New option.
9601 (org-open-at-point): Implement tag searches as links.
9602 (org-fit-agenda-window, org-get-buffer-tags, org-get-tags)
9603 (org-make-tags-matcher, org-scan-tags, org-activate-tags): New funs.
9604 (org-tags-sparse-tree, org-tags-view, org-set-tags)
9605 (org-agenda-dispatch): New commands.
9606 (org-use-tag-inheritance, org-tags-column): New options.
9607 (org-tab-follows-link, org-return-follows-link): New options.
9608 (org-tags): New customize group.
9609 (org-start-icalendar-file): Get local time zone.
9610 (org-tags-completion-function): New function.
9611 (org-set-font-lock-defaults): Make sure links will also be
9612 highlighted inside headlines.
9613
9614 2005-12-16 Mark Plaksin <happy@usg.edu> (tiny change)
9615
9616 * term.el (term-emulate-terminal):
9617 Let term-handle-ansi-terminal-messages override what Bash says about
9618 its current directory.
9619
9620 2005-12-16 K\e,Aa\e(Broly L\e$,1 q\e(Brentey <lorentey@elte.hu>
9621
9622 * bindings.el (last-buffer): Move to simple.el.
9623 * simple.el (last-buffer): Move here.
9624 (get-next-valid-buffer): New function.
9625 (next-buffer): Use frame-local buffer list, maintain buried buffer list.
9626 (prev-buffer): Ditto. Rename to `previous-buffer'.
9627
9628 * menu-bar.el (menu-bar-update-buffers): Update uses of `prev-buffer'.
9629 * bindings.el (global-map): Ditto.
9630
9631 2005-12-15 Luc Teirlinck <teirllm@auburn.edu>
9632
9633 * cus-edit.el: Introductory comment change.
9634 (custom-magic-alist): Change message string for the `rogue' state.
9635
9636 2005-12-15 Richard M. Stallman <rms@gnu.org>
9637
9638 * tooltip.el: Delete defcustom variable :tag names.
9639
9640 * complete.el (partial-completion-mode): Doc fix.
9641
9642 * textmodes/flyspell.el (flyspell-external-point-words):
9643 Use save-excursion to ensure we don't move backward in the
9644 search loop, not even one character.
9645 (flyspell-delete-all-overlays): Use remove-overlays directly.
9646
9647 * textmodes/ispell.el (ispell-current-personal-dictionary): New var.
9648 (ispell-start-process): Set that variable.
9649 Clear ispell-buffer-local-name.
9650 (ispell-internal-change-dictionary):
9651 Set ispell-current-dictionary after killing process.
9652 (ispell-buffer-local-dict):
9653 Don't set spell-personal-dictionary after killing process.
9654 (ispell-buffer-local-words): Don't clear out ispell-buffer-local-name.
9655 (ispell-tex-skip-alists, ispell-html-skip-alists)
9656 (ispell-skip-region-alist): Mark as risky.
9657
9658 * net/newsticker.el (newsticker--retrieval-timer-list)
9659 (newsticker--display-timer, newsticker-running-p)
9660 (newsticker-ticker-running-p): Definitions moved up.
9661
9662 2005-12-16 Nick Roberts <nickrob@snap.net.nz>
9663
9664 * progmodes/gdb-ui.el (gdb-many-windows): Echo new state in minibuffer.
9665
9666 2005-12-15 David Ponce <david@dponce.com>
9667
9668 * recentf.el (recentf-dialog-goto-first): Fix missing error condition.
9669 (recentf-edit-list, recentf-open-files): Signal an error when
9670 there is no recent file.
9671
9672 2005-12-14 Lennart Borgman <lennart.borgman.073@student.lu.se>
9673
9674 * textmodes/texinfmt.el (texinfo-format-region): Set buffer to
9675 read-only except for texinfo-format-region evaluation.
9676
9677 2005-12-14 Richard M. Stallman <rms@gnu.org>
9678
9679 * vc.el (vc-default-previous-version, vc-default-next-version)
9680 (vc-do-command): Doc fixes.
9681
9682 2005-12-14 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
9683
9684 * textmodes/bibtex.el (bibtex-expand-strings)
9685 (bibtex-autokey-expand-string, bibtex-name-part)
9686 (bibtex-entry-type-whitespace, bibtex-entry-type-str)
9687 (bibtex-any-entry-maybe-empty-head, bibtex-string-type)
9688 (bibtex-preamble-prefix, bibtex-string-empty-key): New variables.
9689 (bibtex-entry-type, bibtex-entry-head): Match only valid entries.
9690 (bibtex-entry-postfix, bibtex-known-entry-type-re)
9691 (bibtex-valid-entry-re, bibtex-any-valid-entry-re)
9692 (bibtex-valid-entry-whitespace-re, bibtex-empty-field-re)
9693 (bibtex-field-name-for-parsing, bibtex-remove-delimiters-string)
9694 (bibtex-beginning-of-last-entry): Remove.
9695 (bibtex-parse-field-name): Use bibtex-field-name. Issue error
9696 message if comma is missing but buffer is read-only.
9697 (bibtex-parse-field-text): Handle whitespaces at the end of field
9698 text. Return 3-element list with beginning and end of field text
9699 and end of field.
9700 (bibtex-end-of-text-in-field, bibtex-end-of-field): Change accordingly.
9701 (bibtex-parse-field): Remove arg name. Use bibtex-field-name.
9702 (bibtex-search-forward-field, bibtex-search-backward-field):
9703 Search always delimited by limits of entry. Use more efficient
9704 search algorithms.
9705 (bibtex-name-in-field): Use bibtex-start-of-name-in-field and
9706 bibtex-end-of-name-in-field.
9707 (bibtex-text-in-field-bounds): Handle BibTeX strings when
9708 extracting the content of a field.
9709 (bibtex-text-in-field): Use search limits.
9710 (bibtex-parse-string-prefix): Handle empty string keys based on
9711 bibtex-string-empty-key.
9712 (bibtex-parse-string): Fix docstring.
9713 (bibtex-text-in-string): Use bibtex-text-in-field-bounds.
9714 (bibtex-preamble-prefix, bibtex-strings): New functions.
9715 (bibtex-skip-to-valid-entry): Include preceding whitespace in
9716 BibTeX entries (consistent with other BibTeX functions).
9717 (bibtex-map-entries): Use bibtex-skip-to-valid-entry.
9718 (bibtex-search-entry): Fix docstring. Simplify.
9719 (bibtex-flash-head, bibtex-complete-string-cleanup)
9720 (bibtex-count-entries, bibtex-sort-buffer): Simplify.
9721 (bibtex-beginning-of-first-entry): Use bibtex-skip-to-valid-entry.
9722 (bibtex-parse-entry): New optional arg content.
9723 (bibtex-format-entry, bibtex-autofill-entry, bibtex-url): Use it.
9724 Use bibtex-text-in-field-bounds.
9725 (bibtex-print-help-message): Handle BibTeX strings and preambles.
9726 (bibtex-end-of-entry): Use bibtex-preamble-prefix and
9727 bibtex-parse-string-postfix.
9728 (bibtex-find-text-internal): New function.
9729 (bibtex-remove-delimiters): Use it.
9730 (bibtex-find-text): Use it. New optional arg help.
9731 (bibtex-complete): Handle BibTeX string and preamble entries.
9732 (bibtex-Preamble): Fix order of closing delimiters.
9733
9734 2005-12-14 Stefan Monnier <monnier@iro.umontreal.ca>
9735
9736 * vc.el (vc-default-revert): New fun.
9737
9738 * vc-mcvs.el (vc-mcvs-revert): Fix call to vc-default-revert.
9739
9740 2005-12-14 Romain Francoise <romain@orebokech.com>
9741
9742 * font-lock.el (font-lock-keywords-alist): Rename `append' to `how'.
9743 (font-lock-add-keywords, font-lock-update-removed-keyword-alist):
9744 (font-lock-remove-keywords): Likewise.
9745
9746 2005-12-14 Juri Linkov <juri@jurta.org>
9747
9748 * log-view.el (log-view-diff): Doc fix.
9749
9750 * isearch.el (isearch-query-replace): Use (mark) instead of
9751 isearch-opoint if mark is active in transient-mark-mode.
9752
9753 2005-12-14 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
9754
9755 * isearch.el (isearch-query-replace): Check for isearch-other-end.
9756
9757 2005-12-14 Per Abrahamsen <abraham@dina.kvl.dk>
9758
9759 * progmodes/cpp.el (cpp-face): New widget.
9760 (cpp-known-face, cpp-unknown-face, cpp-edit-list): Use it.
9761
9762 2005-12-14 Juri Linkov <juri@jurta.org>
9763
9764 * help-macro.el (make-help-screen): Bind `inhibit-read-only' to t
9765 around `erase-buffer' and `insert'.
9766
9767 * descr-text.el (describe-text-properties): Replace buffer name
9768 "*Help-2*" with "*Help*<2>".
9769 (describe-char): Add functions print-help-return-message,
9770 toggle-read-only. Use help-setup-xref with nil to not store
9771 describe-char in help-xref-stack. Use help-make-xrefs to
9772 make [back] button.
9773
9774 * desktop.el (desktop-minor-mode-table): Add vc-dired-mode with nil.
9775
9776 * wdired.el (wdired-old-point): New internal variable.
9777 (wdired-change-to-wdired-mode): Set it buffer-locally.
9778 (wdired-abort-changes): Restore point after aborting changes.
9779
9780 2005-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
9781
9782 * vc.el (vc-do-command): Add a new value t for okstatus.
9783
9784 * vc-svn.el (vc-svn-registered): Use it to avoid popping up a spurious
9785 frame in case of errors.
9786
9787 2005-12-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9788
9789 * menu-bar.el (menu-bar-showhide-fringe-menu): Move "On the Right"
9790 so it comes after "On the Left" in the menu.
9791
9792 2005-12-12 Luc Teirlinck <teirllm@auburn.edu>
9793
9794 * cus-edit.el (customize-apropos, customize-apropos-options)
9795 (customize-apropos-faces, customize-apropos-groups): Doc fixes.
9796
9797 2005-12-12 Bill Wohler <wohler@newt.com>
9798
9799 * vc-svn.el (vc-svn-registered): Fix problem of visiting
9800 non-writable Subversion-controlled files by saving window
9801 configuration before calling vc-do-command. vc-do-command calls
9802 pop-to-buffer on error which is unexpected during registration.
9803
9804 2005-12-12 Jay Belanger <belanger@truman.edu>
9805
9806 * calc/README: Update the summary of changes.
9807
9808 2005-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
9809
9810 * descr-text.el (describe-char): Rework last fix to solve the problem
9811 is the same way it's solved for everything else in that function
9812 (i.e. by extracting the info before setting up the *Help* buffer).
9813
9814 2005-12-12 Kim F. Storm <storm@cua.dk>
9815
9816 * subr.el (version-regexp-alist): Allow space as separator before
9817 non-numeric part, e.g. "1.0 alpha".
9818 (version-to-list): Interpret .X.Y version as 0.X.Y version.
9819
9820 2005-12-12 Carsten Dominik <dominik@science.uva.nl>
9821
9822 * textmodes/org.el (org-agenda, org-timeline, org-todo):
9823 Implement Logging and the keep-modes setting.
9824 (org-get-category): Make sure a string is returned.
9825 (org-log-done): New function.
9826 (org-log-done, org-closed-string): New options.
9827
9828 2005-12-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9829
9830 * tooltip.el (tooltip-y-offset): Change default to 20.
9831
9832 2005-12-12 Richard M. Stallman <rms@gnu.org>
9833
9834 * mouse.el (mouse-drag-vertical-line): Use adjust-window-trailing-edge.
9835
9836 * frame.el (display-hourglass): Doc fix.
9837
9838 * help.el (help-for-help-internal): Simplify entry for `a'.
9839
9840 * info.el (Info-on-current-buffer): Doc fix.
9841 (info-insert-file-contents): Don't test (featurep 'jka-compr).
9842
9843 * startup.el (inhibit-splash-screen): Make this the real name.
9844 (inhibit-startup-message): Make this the alias.
9845 (command-line): Find only simple.el, and use its directory
9846 to fill in other preloaded files' names.
9847 (command-line): Deactivate the mark if deactivate-mark is set.
9848
9849 * international/mule.el (load-with-code-conversion):
9850 Bind deactivate-mark.
9851
9852 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
9853
9854 2005-12-11 Luc Teirlinck <teirllm@auburn.edu>
9855
9856 * cus-edit.el (customize-apropos): Avoid listing an option more
9857 than once under different aliases. No longer list user options
9858 that are not defined with defcustom (unless a prefix arg is given).
9859 Doc fix.
9860 (customize-apropos-options): Doc fix.
9861
9862 2005-12-11 Juri Linkov <juri@jurta.org>
9863
9864 * frame.el (set-background-color, set-foreground-color)
9865 (set-cursor-color, set-mouse-color, set-border-color):
9866 Add explicit prompts to read colors by `facemenu-read-color'.
9867 (show-trailing-whitespace, blink-cursor-delay)
9868 (blink-cursor-interval, display-hourglass, hourglass-delay):
9869 Remove tags.
9870 (display-hourglass, hourglass-delay): Doc fix.
9871 (cursor-in-non-selected-windows): Capitalize words in tag.
9872
9873 * faces.el (frame-background-mode): Replace `choice-item' keywords
9874 with `const' to not make [default] button. Change default value tag
9875 from `default' to `automatic'. Doc fix.
9876 (trailing-whitespace) <defface>: Change group `whitespace' to
9877 `whitespace-faces'.
9878
9879 2005-12-11 Richard M. Stallman <rms@gnu.org>
9880
9881 * buff-menu.el (Buffer-menu-sort-column): Not a user variable.
9882
9883 2005-12-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9884
9885 * term/mac-win.el: Create keymap for mac-apple-event-map.
9886
9887 2005-12-11 Nick Roberts <nickrob@snap.net.nz>
9888
9889 * tooltip.el (tooltip-mode): Move to start of file so that it
9890 appears at top of customize buffer.
9891
9892 * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
9893 Add the gud groupname.
9894 (gud-tooltip-mode): Add the tooltip groupname.
9895 (gud-tooltip-echo-area): Add the gud groupname. Remove tag to
9896 avoid conflict with tooltip-use-echo-area.
9897
9898 2005-12-10 Romain Francoise <romain@orebokech.com>
9899
9900 * help.el (help-for-help-internal): Add `r' in doc string.
9901
9902 2005-12-10 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
9903
9904 * align.el (align-regexp, align-highlight-rule):
9905 Use region-beginning and region-end instead of point and mark, so that
9906 repetition (with `repeat-complex-command') recomputes the region
9907 bounds.
9908
9909 2005-12-10 Lennart Borgman <lennart.borgman.073@student.lu.se>
9910
9911 * window.el (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
9912 (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
9913 (bw-refresh-edges, bw-adjust-window, bw-balance-sub): New functions.
9914 (balance-windows): Rewrite using the above new functions.
9915
9916 2005-12-10 David Koppelman <koppel@ece.lsu.edu>
9917
9918 * hi-lock.el (hi-lock-mode): Rename from hi-lock-buffer-mode;
9919 react if global-hi-lock-mode seems intended.
9920 (global-hi-lock-mode) Renamed from hi-lock-mode.
9921 (hi-lock-archaic-interface-message-used)
9922 (hi-lock-archaic-interface-deduce): New variables.
9923 (turn-on-hi-lock-if-enabled, hi-lock-line-face-buffer)
9924 (hi-lock-face-buffer, hi-lock-face-phrase-buffer)
9925 (hi-lock-find-patterns, hi-lock-font-lock-hook):
9926 Replace hi-lock-buffer-mode with hi-lock-mode.
9927
9928 2005-12-10 Kevin Rodgers <ihs_4664@yahoo.com>
9929
9930 * emacs-lisp/lisp.el (lisp-complete-symbol): Regenerate the
9931 completion list, even after a partial completion has been
9932 inserted in the current buffer. If there are more than 1
9933 completion, redisplay the *Completions* buffer; if the
9934 completion is unique, delete the *Completions* window.
9935
9936 2005-12-10 Eli Zaretskii <eliz@gnu.org>
9937
9938 * mail/rmail.el (rmail-next-same-subject): Handle multiple "Re: "
9939 strings and long subject lines that were broken into multiple
9940 lines at arbitrary places. Handle subjects that have "Re: " in
9941 the middle.
9942
9943 2005-12-10 John W. Eaton <jwe@octave.org>
9944
9945 * emacs/octave-mod.el (octave-electric-space): Don't indent
9946 comments or strings if octave-auto-indent is nil.
9947
9948 2005-12-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9949
9950 * term/mac-win.el: Require url when compiling.
9951 Call mac-process-deferred-apple-events after loading init files.
9952 (mac-apple-event-map): New defvar. Define event handlers in it.
9953 (core-event, internet-event): New Apple event class symbols.
9954 (open-application, reopen-application, open-documents)
9955 (print-documents, open-contents, quit-application)
9956 (application-died, show-preferences, autosave-now, get-url):
9957 New Apple event ID symbols.
9958 (about): New HICommand ID symbol.
9959 (mac-event-spec, mac-event-ae): New macros.
9960 (mac-ae-parameter, mac-ae-list, mac-bytes-to-integer)
9961 (mac-ae-selection-range, mac-ae-text-for-search)
9962 (mac-ae-open-documents, mac-ae-text, mac-ae-get-url): New functions.
9963 (mac-application-menu-map): Remove keymap. Handlers for HICommand
9964 and Services menu events are now defined in mac-apple-event-map.
9965 (mac-drag-n-drop): Remove selection range handling.
9966
9967 2005-12-10 Kenichi Handa <handa@m17n.org>
9968
9969 * simple.el (zap-to-char):
9970 * isearch.el (isearch-process-search-char): Translate CHAR by
9971 translation-table-for-input.
9972
9973 2005-12-09 Chong Yidong <cyd@stupidchicken.com>
9974
9975 * foldout.el (foldout-exit-fold): Properly hide subtree.
9976
9977 2005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
9978
9979 * files.el (save-buffer):
9980 * international/ucs-tables.el (ucs-set-table-for-input):
9981 * mail/mail-extr.el (mail-extract-address-components):
9982 * mail/sendmail.el (mail-mode): Reformat doc string.
9983
9984 2005-12-09 Juri Linkov <juri@jurta.org>
9985
9986 * isearch.el (isearch-highlight): Change main overlay priority
9987 from 1 to 1001. Simplify.
9988 (isearch-lazy-highlight-update): Change lazy overlay priority
9989 from 0 to 1000.
9990
9991 * replace.el (replace-highlight): Change overlay priority from
9992 1 to 1001.
9993
9994 * textmodes/ispell.el (ispell-highlight-spelling-error-overlay):
9995 Change overlay priority from 1 to 1001. Reuse existing overlay.
9996
9997 * compare-w.el (compare-windows-highlight): Change overlay
9998 priority from 1 to 1000.
9999
10000 * menu-bar.el (menu-bar-edit-menu): Add listp around
10001 pending-undo-list to disable menu item "undo" when pending
10002 undo list is empty.
10003
10004 * locate.el (locate): Disable undo in *Locate* buffer.
10005
10006 2005-12-09 Kim F. Storm <storm@cua.dk>
10007
10008 * mail/smtpmail.el (smtpmail-via-smtp): Disable undo in SMTP buffer.
10009
10010 2005-12-09 David Ponce <david@dponce.com>
10011
10012 * recentf.el: Improvement of the menu code.
10013 (recentf-enabled-p): Move before first use. Use `kill-emacs-hook'
10014 instead of menu hook.
10015 (recentf-show-menu, recentf-hide-menu): New functions.
10016 (recentf-menu-customization-changed, recentf-mode): Use them.
10017 (recentf-menu-action, recentf-max-menu-items)
10018 (recentf-menu-open-all-flag, recentf-menu-append-commands-flag)
10019 (recentf-arrange-by-rule-others)
10020 (recentf-arrange-by-rules-min-items)
10021 (recentf-arrange-by-rule-subfilter) : Don't use
10022 `recentf-menu-customization-changed'.
10023 (recentf-arrange-rules): Likewise. Accept functions to compute
10024 sub-menu titles.
10025 (recentf-menu-filter): Likewise. Doc fix.
10026 (recentf-menu-value-shortcut): Doc fix.
10027 (recentf-dump-variable): Quote atom value.
10028 (recentf-make-menu-items): Update to use it as a menu filter.
10029 (recentf-match-rule): New function.
10030 (recentf-arrange-by-rule): Use it.
10031 (recentf-indirect-mode-rule): New function.
10032 (recentf-build-mode-rules): Use it.
10033 (recentf-dir-rule): New function.
10034 (recentf-arrange-by-dir): Use it.
10035 (recentf-filter-changer-current): Rename from
10036 `recentf-filter-changer-state'. All references updated.
10037 (recentf-filter-changer-alist): Update filter names.
10038 (recentf-filter-changer-select): New function.
10039 (recentf-filter-changer): Use it. Make a sub-menu from filters
10040 available in `recentf-filter-changer-alist'.
10041 (recentf-data-cache, recentf-clear-data)
10042 (recentf-update-menu): Remove. All references updated.
10043 (recentf-match-rule-p, recentf-build-dir-rules)
10044 (recentf-filter-changer-goto-next)
10045 (recentf-filter-changer-get-current)
10046 (recentf-filter-changer-get-next): Remove.
10047
10048 2005-12-08 Luc Teirlinck <teirllm@auburn.edu>
10049
10050 * cus-edit.el (custom-buffer-create-internal): Relabel the whole
10051 buffer "Reset" button to "Reset to Current" for consistency with
10052 the State buttons.
10053
10054 2005-12-08 John Paul Wallington <jpw@pobox.com>
10055
10056 * ibuf-ext.el (define-ibuffer-filter filename):
10057 If `dired-directory' is a list then really use its car.
10058
10059 2005-12-08 Kim F. Storm <storm@cua.dk>
10060
10061 * emulation/cua-rect.el (cua--rectangle-aux-replace):
10062 Fix indention of text on right side of replaced rectangle.
10063
10064 2005-12-09 Nick Roberts <nickrob@snap.net.nz>
10065
10066 * progmodes/gud.el (gud-speedbar-buttons, gud-tooltip-tips):
10067 No need to check gud-comint-buffer is bound.
10068 (gdb): Prevent multiple debugging when first session uses gdba.
10069
10070 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
10071
10072 CC Mode update to 5.31.
10073
10074 * progmodes/cc-subword.el: Add a dummy `c-subword-mode' for
10075 Emacsen which lack `define-minor-mode'. (Currently Emacs <21.
10076 We might do this function properly in the future).
10077
10078 * progmodes/cc-cmds.el, cc-defs.el, cc-styles.el, cc-vars.el:
10079 New macros c-sentence-end and c-default-value-sentence end, to cope
10080 with Emacs 22's new function `sentence-end'.
10081
10082 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
10083
10084 * progmodes/cc-cmds.el (c-show-syntactic-information): Solve the
10085 compat issue using `c-put-overlay' and `c-delete-overlay'.
10086
10087 * progmodes/cc-defs.el (c-put-overlay, c-delete-overlay):
10088 New compat macros to handle overlays/extents.
10089
10090 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
10091
10092 * progmodes/cc-fix.el: Add definitions of the macros push and pop
10093 (for GNU Emacs 20.4)
10094
10095 * progmodes/cc-defs.el:
10096 (i) Load cc-fix.elc for `push' and `pop' (for GNU Emacs 20.4)
10097
10098 * progmodes/cc-cmds.el (c-show-syntactic-information): Change the
10099 highlighting mechanism so it will work in XEmacs too.
10100
10101 * progmodes/cc-defs.el: Insert c-int-to-char.
10102
10103 * progmodes/cc-langs.el (c-nonsymbol-token-char-list): Insert a
10104 call to the new macro c-int-to-char. This solves XEmacs's
10105 regarding characters as different from integers.
10106
10107 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
10108
10109 * progmodes/cc-fonts.el (c-make-syntactic-matcher):
10110 New internal helper.
10111
10112 (c-cpp-matchers, c-basic-matchers-before): Use the `eval'
10113 construct to make the indirect face lookup work in XEmacs.
10114
10115 (c-cpp-matchers): Append the negation char face to the existing
10116 fontification, so that the cpp face doesn't disappear.
10117 Use `c-make-syntactic-matcher' to avoid negation chars in comments
10118 and strings.
10119
10120 * progmodes/cc-fonts.el (c-negation-char-face-name): New variable
10121 to map to `font-lock-negation-char-face' in emacsen where it exists.
10122
10123 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
10124
10125 * progmodes/cc-mode.el: Bind c-subword-mode to C-c C-w.
10126
10127 * progmodes/cc-subword.el, cc-cmds.el, cc-mode.el:
10128 Rename "c-subword-move-mode" as "c-subword-mode".
10129
10130 * progmodes/cc-mode.el: Added tty suitable bindings for C-c
10131 <delete> and C-c C-<delete>. (To the c-hungry- delete functions).
10132
10133 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
10134
10135 * progmodes/cc-mode.el: Added autoload directive for
10136 `c-subword-move-mode' for use in older emacsen.
10137
10138 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
10139
10140 * progmodes/cc-mode.el:
10141 (i) Insert a binding for C-c C-backspace into
10142 c-bind-special-erase-keys which works in TTYs.
10143 (ii) Make sure that when file styles are used, any explicitly
10144 given style variables take priority over those in the style.
10145 Do this by calling `hack-local-variables' a second time.
10146
10147 * progmodes/cc-vars.el: Add language specific customization
10148 widgets for AWK to c-doc-comment-style, c-require-final-newline
10149 and c-default-style. Add a defcustom for awk-mode-hook.
10150 Give c-syntactic-element and c-syntactic-context doc-strings by
10151 directly setting their `variable-documentation' propery.
10152 This allows Emacs 22.1 to read these with C-h v.
10153
10154 * progmodes/cc-awk.el: Apply a tidy-up patch (from Stefan Monnier).
10155
10156 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
10157
10158 * progmodes/cc-fonts.el, cc-vars.el
10159 (gtkdoc-font-lock-doc-comments, gtkdoc-font-lock-doc-protection)
10160 (gtkdoc-font-lock-keywords): GtkDoc patterns contributed by
10161 Masatake YAMATO.
10162
10163 (c-doc-comment-style): Made GtkDoc default in C mode.
10164
10165 * progmodes/cc-mode.el: Fixed key bindings for C-c C-<backspace>
10166 and C-c C-<delete>.
10167
10168 (c-bind-special-erase-keys): New function for use on
10169 `normal-erase-is-backspace-hook' to bind C-c C-<delete> correctly.
10170
10171 * progmodes/cc-cmds.el (c-hungry-delete): New function to fix
10172 <delete> key behavior in XEmacs according to `delete-forward-p'.
10173 C.f. `c-electric-delete'.
10174
10175 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
10176
10177 * progmodes/cc-mode.el: Give c-hungry-backspace and
10178 c-hungry-delete-forward permanent key bindings.
10179
10180 * progmodes/cc-cmds.el (c-electric-semi&comma):
10181 Bind c-syntactic-context for calls to "criteria functions", for
10182 consistency with other calls to user functions.
10183
10184 * progmodes/cc-cmds.el (c-indent-command): Expunge use of
10185 `current-prefix-arg', since this might be the prefix arg to a
10186 command which calls c-indent-command as a function. Change the
10187 interactive spec from "p" to "P".
10188
10189 * progmodes/cc-styles.el: Amend the doc-string of c-set-style, in
10190 reponse to a report from Joseph Kiniry <kiniry@acm.org> that it
10191 was difficult to understand.
10192
10193 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
10194
10195 * progmodes/cc-engine.el (c-on-identifier): Fix bug when at the
10196 first char of an identifier.
10197
10198 * progmodes/cc-engine.el (c-on-identifier): Handle the "operator
10199 +" syntax in C++.
10200
10201 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
10202
10203 * progmodes/cc-cmds.el (c-mask-paragraph): Correct, so that
10204 auto-fill doesn't split a c-comment's last word from a hanging
10205 "*/" when a space is typed between them after fill-column.
10206
10207 * progmodes/cc-defs.el: New macro c-delete-and-extract-region.
10208
10209 * progmodes/cc-styles.el (c-set-style)
10210 (c-setup-paragraph-variables): Abort the command if we're not in a
10211 CC Mode buffer.
10212
10213 * progmodes/cc-align.el (c-lineup-C-comments): Correct indentation
10214 with blank comment-prefix, and a blank line as the comment's
10215 second line.
10216
10217 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
10218
10219 * progmodes/cc-fonts.el (c-cpp-matchers, c-basic-matchers-before):
10220 Incorporate the patterns added in the Emacs development branch
10221 for the new Emacs 22 face `font-lock-negation-char-face'.
10222
10223 * progmodes/cc-fonts.el (c-invalid-face-name): Use "red1" instead
10224 of "red" since it stands out better in xterms and DOS terminals.
10225
10226 * progmodes/cc-engine.el (c-literal-faces):
10227 Add `font-lock-comment-delimiter-face' which is new in Emacs 22.
10228
10229 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
10230
10231 * progmodes/cc-cmds.el: Make C-c C-a (`c-toggle-auto-newline')
10232 forcibly enable c-electric-flag.
10233
10234 * progmodes/cc-vars.el, cc-cmds.el: New clean-up
10235 `comment-close-slash' on c-electric-slash: if enabled, typing `/' just
10236 after the comment-prefix of a C-style comment will close that comment.
10237
10238 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
10239
10240 * progmodes/cc-fonts.el (c-basic-matchers-before)
10241 (c-complex-decl-matchers): Fix the "not-arrow-prefix" regexp used
10242 in Pike.
10243
10244 * progmodes/cc-langs.el (c-other-op-syntax-tokens): Only C++ has
10245 digraphs.
10246
10247 * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el
10248 (c-cpp-message-directives, c-cpp-include-directives)
10249 (c-opt-cpp-macro-define, c-opt-cpp-macro-define-start)
10250 (c-cpp-expr-directives): Introduce new language constants to
10251 control cpp syntax in a cleaner way.
10252
10253 (c-cpp-expr-functions): Rename from c-cpp-defined-fns.
10254
10255 (c-cpp-matchers, c-forward-to-cpp-define-body): Use them.
10256
10257 * progmodes/cc-langs.el, cc-fonts.el (c-string-escaped-newlines)
10258 (c-multiline-string-start-char): New language constants and
10259 variables to specify how newlines in string literals work.
10260
10261 (c-font-lock-invalid-string): Use them.
10262
10263 * progmodes/cc-cmds.el (c-try-one-liner): Robustness fix if an
10264 unbalanced close brace is entered. Optimization by avoiding going
10265 back over arbitrarily large blocks. Removed hints that this
10266 function only would be relevant/useful in AWK.
10267
10268 (c-electric-brace): Indent syntactically after the cleanups since
10269 lineup functions might do it differently then.
10270
10271 * progmodes/cc-engine.el, cc-langs.el
10272 (c-opt-op-identifier-prefix): New language constant and variable.
10273
10274 (c-just-after-func-arglist-p, c-after-special-operator-id)
10275 (c-search-decl-header-end, c-inside-bracelist-p): Use it.
10276
10277 * progmodes/cc-align.el, cc-engine.el
10278 (c-after-special-operator-id): New helper to handle C++ operator
10279 identifiers.
10280
10281 (c-lineup-topmost-intro-cont, c-just-after-func-arglist-p)
10282 (c-guess-basic-syntax): Handle C++ operator identifiers in
10283 declarations.
10284
10285 * progmodes/cc-langs.el (c-assignment-operators): Add the
10286 trigraph version of ^= too.
10287
10288 * progmodes/cc-langs.el (c-assignment-operators): Add the
10289 trigraph version of |= in C++.
10290
10291 * progmodes/cc-fonts.el (c-font-lock-declarators):
10292 Handle `c-decl-hangon-kwds' after the identifier name.
10293
10294 * progmodes/cc-engine.el (c-guess-basic-syntax): When deciding
10295 whether an arglist is "nonempty", ignore a comment after the open
10296 paren if it isn't followed by a non-comment token on the same line.
10297
10298 * progmodes/cc-engine.el (c-guess-basic-syntax): Case 4:
10299 Enable heuristics below the point to cope with classes inside special
10300 brace lists in Pike.
10301
10302 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
10303
10304 * progmodes/cc-cmds.el: Amend c-point-syntax to handle macros.
10305
10306 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
10307
10308 * progmodes/cc-guess.el (cc-guess-install): New function to
10309 install an already guessed style in another buffer.
10310
10311 * progmodes/cc-defs.el (c-tentative-buffer-changes): No longer
10312 sets `inhibit-read-only' - `c-save-buffer-state' should be used
10313 anyway if the change always is undone.
10314
10315 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
10316
10317 Implement togglable electricity:
10318
10319 * progmodes/cc-defs.el: Enhance c-save-buffer-state's doc-string,
10320 saying when it should be used.
10321
10322 * progmodes/cc-engine.el: Add the new buffer-local variable,
10323 c-electric-flag.
10324
10325 * progmodes/cc-langs.el: Change the name of c-toggle-auto-state to
10326 c-toggle-auto-newline.
10327
10328 * progmodes/cc-mode.el: Rename c-toggle-auto-state to
10329 c-toggle-auto-newline. Remove the binding for
10330 c-toggle-auto-hungry-state. Add the binding C-c C-l for the new
10331 c-toggle-electric-state.
10332
10333 * progmodes/cc-vars.el: Make c-syntactic-indentation buffer local.
10334
10335 * progmodes/cc-cmds.el: Add `c-bytecomp-defun's for
10336 c-\(forward\|backward\)-subword.
10337 (c-update-modeline): Add the new modeline flag `l' for
10338 `c-electric-flag'. Make the auto-newline flag `a' dependent on `l'.
10339 (c-toggle-auto-state): Rename it to `c-toggle-auto-newline'.
10340 Make the old name an alias of the new name.
10341 (c-toggle-electric-state): New function.
10342 (c-electric-\(pound\|brace\|slash\|star\|semi&comma\|colon\|lt-gt\|paren\|continued-statement\)):
10343 Adapt these functions to do electric things only when
10344 c-electric-flag is non-nil.
10345 (c-point-syntax, c-brace-newlines, c-try-oneliner): Extract these
10346 new functions from c-electric-brace.
10347 (c-point-syntax): Add a check for "virtual semicolons" in AWK
10348 mode, so that the tentative extra newline doesn't change the
10349 syntax of the following brace.
10350 (c-electric-brace): Restructure by extracting the above functions.
10351 Tidy up the coding somewhat.
10352 (c-electric-semi&comma, c-electric-colon, c-electric-paren):
10353 restructure a bit.
10354
10355 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
10356
10357 * progmodes/cc-cmds.el (c-show-syntactic-information): Show the
10358 anchor position(s) using faces. Thanks to Masatake YAMATO for the idea.
10359
10360 * progmodes/cc-mode.el, cc-cmds.el, cc-defs.el, cc-engine.el
10361 (c-submode-indicators): Change name from `c-auto-hungry-string'
10362 since it's now used to track another submode.
10363
10364 (c-update-modeline): Convert to function and extended to check
10365 `c-subword-move-mode'.
10366
10367 (c-forward-into-nomenclature, c-backward-into-nomenclature):
10368 Convert to compat aliases for `c-forward-subword' and
10369 `c-backward-subword'.
10370
10371 * progmodes/cc-subword.el: New functions and minor mode to handle
10372 SillyCapsedStyleIndentifiers, contributed by Masatake YAMATO:
10373
10374 (c-forward-subword, c-backward-subword, c-mark-subword)
10375 (c-kill-subword, c-backward-kill-subword, c-transpose-subwords)
10376 (c-capitalize-subword, c-downcase-subword, c-upcase-subword):
10377 Functions corresponding to the standard word handling functions.
10378
10379 (c-subword-move-mode): Minor mode that replaces all the standard
10380 word handling functions with their subword equivalences.
10381
10382 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
10383
10384 * progmodes/cc-vars.el (c-cleanup-list): Insert a customization
10385 entry for one-liner-defun.
10386
10387 * progmodes/cc-defs.el: Give c-tentative-buffer-changes its own
10388 name in its def-edebug-spec.
10389
10390 * progmodes/cc-cmds.el (c-electric-brace): Make the
10391 one-liner-defun clean-up work with empty-defun-braces. o-l-d now
10392 compacts space before a comment, if this will make things fit on
10393 one line.
10394
10395 Introduce an "awk" style, mainly for auto-newline and clean-ups.
10396
10397 * progmodes/cc-align.el: New function c-snug-1line-defun-close
10398
10399 * progmodes/cc-cmds.el: In c-electric-brace, add code for new
10400 clean-up one-liner-defun.
10401
10402 * progmodes/cc-styles.el: Add the new "awk" style.
10403
10404 * progmodes/cc-vars.el: Add description of one-liner-defun to
10405 c-cleanup-list's doc-string. New user options,
10406 c-max-one-liner-length. In c-default-style, set the default style
10407 for AWK to "awk".
10408
10409 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
10410
10411 * progmodes/cc-engine.el (c-forward-label): Fix fontification of
10412 macros inside labels.
10413
10414 * progmodes/cc-engine.el (c-looking-at-bos): Obsolete in favor of
10415 `c-at-statement-start-p' and `c-at-expression-start-p'.
10416
10417 * progmodes/cc-defs.el (c-tnt-chng-record-state): Don't signal an
10418 error if the mark isn't set.
10419
10420 * progmodes/cc-engine.el (c-guess-continued-construct)
10421 (c-guess-basic-syntax): Use `c-forward-decl-or-cast-1' to more
10422 accurately detect functions inside functions.
10423
10424 * progmodes/cc-engine.el (c-at-expression-start-p): New function
10425 like `c-at-statement-start-p' that additionally recognizes commas
10426 and expression parentheses as delimiters.
10427
10428 * progmodes/cc-engine.el (c-looking-at-inexpr-block): Add flag
10429 to avoid heuristics that doesn't work for unclosed blocks.
10430 (c-at-statement-start-p): New function.
10431
10432 * progmodes/cc-engine.el, cc-fonts.el: Fixes in handling of
10433 Objective-C directives, e.g. directives spanning lines should work
10434 reasonably well now.
10435
10436 (c-put-c-type-property, c-clear-c-type-property): New helpers.
10437
10438 (c-forward-objc-directive): New function to move over any ObjC
10439 directive.
10440
10441 (c-just-after-func-arglist-p, c-guess-basic-syntax)
10442 (c-basic-matchers-before): Use it.
10443
10444 (c-font-lock-objc-iip-decl): Remove.
10445
10446 * progmodes/cc-engine.el (c-guess-basic-syntax): Some improvement
10447 in the template arglist recognition.
10448
10449 * progmodes/cc-styles.el (c-style-alist): Fix several
10450 inconsistencies in the Whitesmith style.
10451
10452 * progmodes/cc-align.el (c-lineup-after-whitesmith-blocks):
10453 New lineup function to get lines after Whitesmith style blocks
10454 correctly indented.
10455
10456 (c-lineup-whitesmith-in-block): Back out the compensation for
10457 opening parens since it's done using `add' lists in the style
10458 definition instead. Don't use the anchor position since it varies
10459 too much between the syntactic symbols. :P
10460
10461 * progmodes/cc-vars.el (c-valid-offset): Update.
10462
10463 * progmodes/cc-engine.el (c-evaluate-offset): Extend to handle
10464 lists where the offsets are combined according to several
10465 different methods: `first', `min', `max', and `add'.
10466 Report offset evaluation errors with `c-benign-error' so that some kind
10467 of reindentation still is done.
10468
10469 * progmodes/cc-engine.el (c-guess-basic-syntax):
10470 Anchor `arglist-intro' the same way as `arglist-cont-nonempty' and
10471 `arglist-close'.
10472
10473 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix similar
10474 situations for `arglist-cont-nonempty' and `arglist-close'.
10475
10476 * progmodes/cc-langs.el (c-opt-identifier-concat-key-depth): New const.
10477
10478 * progmodes/cc-defs.el: Use `cc-bytecomp-fboundp' and
10479 cc-bytecomp-boundp' in a number of places.
10480
10481 * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a
10482 macro related issue.
10483
10484 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
10485
10486 * progmodes/cc-awk.el: Change the terminology of regexps: A char
10487 list is now [asdf], a char class [:alpha:].
10488 Include code for char classes.
10489 Set c-awk-NL-prop on lines ending in open strings. (Bug fix.)
10490 Add character classes (e.g. "[:alpha:]") into AWK Mode's regexps.
10491
10492 Remove (nearly all of) the cruft associated with AWK Mode's former
10493 concept of "virtual semicolons":
10494
10495 Adapt c-beginning-of-statement, c-end-of-statement (together with
10496 subfunctions) to use the new notion of "virtual semicolon" in
10497 place of the old awkward special handling for AWK. There remains
10498 much cruft in cc-awk.el, cc-cmds.el and cc-engine.el to clear out.
10499 * progmodes/cc-cmds.el:
10500 (c-ascertain-adjacent-literal): In the backwards direction, now
10501 recognises AWK regexp delimiters as string delimiters.
10502 (c-after-statement-terminator-p): Adapt for virtual semicolons;
10503 check more rigorously for "end of macro".
10504 (c-back-over-illiterals, c-forward-over-illiterals): Adapt for
10505 virtual semicolons;
10506 (c-beginning-of-statement): Adapt for virtual semicolons; Separate
10507 out the code for forward movement into ...
10508 (c-end-of-statement): Now contains the code for forward movement,
10509 adapted for virtual semicolons.
10510
10511 * progmodes/cc-engine.el:
10512 (c-ws*-string-limit-regexp): New regexp.
10513 (c-forward-single-comment, c-backward-single-comment): Comment out
10514 the (now redundant) "special" AWK stuff.
10515
10516 * progmodes/cc-styles.el, cc-vars.el: Change the settings of
10517 c-string-par-start, c-string-par-separate to be more like Text
10518 Mode than Fundamental Mode.
10519
10520 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
10521
10522 * progmodes/cc-fonts.el (c-font-lock-declarations): Always narrow
10523 to the fontified region so that fontification doesn't occur
10524 outside it (could happen e.g. when fontifying a line with an
10525 unfinished declaration).
10526
10527 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
10528
10529 * progmodes/cc-awk.el: Move regexps for analysing AWK code to near the
10530 start of the file. ^L now separate sections of the file.
10531 (c-awk-non-eol-esc-pair-re, c-awk-blank-or-comment-line-re)
10532 (c-awk-one-line-possibly-open-string-re)
10533 (c-awk-regexp-one-line-possibly-open-char-class-re)
10534 (c-awk-one-line-possibly-open-regexp-re)
10535 (c-awk-one-line-non-syn-ws*-re): New defonsts.
10536 (c-awk-at-vsemi-p, c-awk-vsemi-status-unknown-p): New functions.
10537
10538 Amend the concept of "virtual semicolons" (in the indentation
10539 engine) for languages like AWK, such that they are now
10540 conceptually attached to end of the last token of a statement, not
10541 the end of the line. (In AWK Mode, however, the pertinent text
10542 property is still physically set on the EOL.) Remove the specific
10543 tests for awk-mode, thus facilitating the introduction of other
10544 language modes where EOLs can end statements.
10545 (Note: The funtionality in cc-cmds.el, specifically
10546 c-beginning/end-of-statement has yet to be amended.)
10547
10548 * progmodes/cc-defs.el (c-at-vsemi-p, c-vsemi-status-unknown-p):
10549 New macros.
10550
10551 * progmodes/cc-langs.el: Added `#' into AWK Mode's value of
10552 c-stmt-delim-chars. New c-lang-defvars: c-at-vsemi-p-fn,
10553 c-vsemi-status-unknown-p-fn (in a new page).
10554
10555 * progmodes/cc-engine.el: In c-beginning-of-statement-1,
10556 c-crosses-statement-barrier-p, c-guess-basic-syntax, replace
10557 numerous awkward forms like
10558 (if (c-major-mode-is 'awk-mode) (c-awk-prev-line-incomplete-p))
10559 with (c-at-vsemi-p). Fix a few typos. In c-guess-basic-syntax, new
10560 variable before-ws-ip, the place just after char-before-ip appears.
10561
10562 * progmodes/cc-mode.el: Fix what's almost a semantic ambiguity in
10563 a comment.
10564
10565 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
10566
10567 * progmodes/cc-cmds.el (c-electric-brace): Clean up using
10568 `c-tentative-buffer-changes'.
10569
10570 * progmodes/cc-defs.el (c-region-is-active-p): Simplify and
10571 convert to macro to choose between Emacs and XEmacs at compile time.
10572
10573 (c-set-region-active): New set counterpart to `c-region-is-active-p'.
10574
10575 (c-tentative-buffer-changes): New macro to handle temporary buffer
10576 changes in a convenient way.
10577
10578 (c-tnt-chng-record-state, c-tnt-chng-cleanup): Internal helpers
10579 for `c-tentative-buffer-changes'.
10580
10581 * progmodes/cc-engine.el (c-looking-at-inexpr-block): Tighten up
10582 the checks for paren sexps between the point and the keyword, to
10583 avoid some false alarms.
10584
10585 * progmodes/cc-engine.el, cc-langs.el (c-looking-at-inexpr-block):
10586 Fixed a situation where an error could be thrown for unbalanced
10587 parens. Changed to make use of c-keyword-member' to avoid some
10588 repeated regexp matches.
10589
10590 (c-opt-lambda-key, c-opt-inexpr-block-key, c-opt-inexpr-class-key):
10591 These language variable are no longer necessary.
10592
10593 (c-block-stmt-kwds): New language constant used by
10594 c-looking-at-inexpr-block'.
10595
10596 (c-guess-basic-syntax): Remove an optional check that looked at
10597 the existence of the now removed language variables.
10598
10599 * progmodes/cc-engine.el (c-fdoc-shift-type-backward)
10600 (c-forward-decl-or-cast-1): Fix invalid recognition of C++ style
10601 object instantiation expressions as declarations in some contexts.
10602 This bug only affected languages where the declarator can't be
10603 enclosed in parentheses.
10604
10605 * progmodes/cc-styles.el (c-style-alist): Fix the GNU style to
10606 insert newlines before and after substatement braces.
10607
10608 * progmodes/cc-engine.el: Improved the heuristics for recognizing
10609 function declaration headers and the handling of C++ style member
10610 init lists.
10611
10612 (c-just-after-func-arglist-p): Rewritten to use
10613 `c-forward-decl-or-cast-1'. Now behaves a bit differently too.
10614
10615 (c-beginning-of-member-init-list): Remove since it isn't used anymore.
10616
10617 (c-guess-basic-syntax): Adapt case 5B for the new
10618 `c-just-after-func-arglist-p'. Merge cases 5B.1 and 5B.3.
10619 Remove cases 5D.1 and 5D.2 since they aren't trigged anymore (case 5B.1
10620 covers all cases now).
10621
10622 * progmodes/cc-defs.el (c-point): Add `bosws' and `eosws'.
10623
10624 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
10625
10626 * progmodes/cc-cmds.el, cc-styles.el, cc-vars.el: New variables
10627 c-string-par-start/separate c-sentence-end-with-esc-eol,
10628 initialised in c-setup-paragraph-variables, used in string
10629 scanning subroutines of c-beginning-of-statement.
10630
10631 * progmodes/cc-cmds.el (c-electric-brace): Don't delete a comment
10632 which precedes the newly inserted `{'.
10633
10634 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
10635
10636 * progmodes/cc-engine.el, cc-langs.el: Rewrote the recognition
10637 function for declaration level blocks. It should now cope with
10638 templates better and also be a lot more comprehensible.
10639
10640 (c-looking-at-decl-block): The new function.
10641
10642 (c-search-uplist-for-classkey): The old one. It's now a wrapper
10643 for compatibility.
10644
10645 (c-add-class-syntax, c-guess-continued-construct)
10646 (c-guess-basic-syntax): Adapt for `c-looking-at-decl-block'.
10647
10648 (c-decl-block-key): Change to tell apart ambiguous and
10649 unambiguous keywords. Pike specials are now handled directly in
10650 the code instead.
10651
10652 (c-block-prefix-disallowed-chars, c-block-prefix-charset):
10653 New language constants and variables to make the backward skip in
10654 `c-looking-at-decl-block' as tight as possible.
10655
10656 (c-nonsymbol-token-char-list): New language constant.
10657
10658 * progmodes/cc-engine.el (c-backward-<>-arglist): New function to
10659 find balanced template arglists backwards.
10660
10661 * progmodes/cc-defs.el (c-make-bare-char-alt): New helper for
10662 making char classes for `c-syntactic-skip-backward'.
10663
10664 * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify case
10665 16D - can't be a class-close at that point.
10666
10667 * progmodes/cc-engine.el (c-guess-basic-syntax)
10668 (c-add-class-syntax): Don't narrow out the enclosing declaration
10669 level. This makes everything a lot easier, and it was actually
10670 only four small places that needed it to work. Some places that
10671 previously did `widen' are removed now, which has the effect that
10672 `c-guess-basic-syntax' never will look at things outside the
10673 current narrowment now. The anchor position for `topmost-intro'
10674 is affected by this, but it was so bogus it was basically useless
10675 before, and now it's equally bogus but in a slightly different way.
10676
10677 (c-narrow-out-enclosing-class): Gone.
10678
10679 (c-most-enclosing-brace, c-least-enclosing-brace): Don't filter to
10680 the narrowed region.
10681
10682 (c-least-enclosing-brace): Remove silly optional argument.
10683
10684 * progmodes/cc-engine.el (c-beginning-of-decl-1): Fix bug where
10685 the point could be left directly after an open paren when finding
10686 the beginning of the first decl in the block.
10687
10688 * progmodes/cc-engine.el, cc-fonts.el (c-forward-keyword-clause):
10689 Specify which submatch to use.
10690
10691 * progmodes/cc-langs.el (c-symbol-start): Include `@' in ObjC.
10692
10693 (c-decl-start-re): No longer any need for special treatment of
10694 ObjC due to the above.
10695
10696 (c-other-block-decl-kwds): Handle "extern" in ObjC too since it
10697 presumably follows C in that regard.
10698
10699 * progmodes/cc-langs.el (c-identifier-ops, c-after-id-concat-ops):
10700 New language constants to specify operator tokens inside
10701 identifiers in a more high level way.
10702
10703 (c-opt-identifier-prefix-key): New internal language constant.
10704
10705 (c-opt-identifier-concat-key, c-opt-after-id-concat-key)
10706 (c-identifier-start, c-identifier-key): Now completely calculated
10707 from other constants.
10708
10709 (c-identifier-last-sym-match): Decommission since it's no longer used.
10710
10711 (c-operators): Use `c-identifier-ops'. Document `postfix-if-paren'.
10712
10713 * progmodes/cc-engine.el (c-forward-name): Remove the
10714 optimization when c-identifier-key is equal to c-symbol-key since
10715 it doesn't work in byte compiled files. Don't record empty
10716 regions as identifiers.
10717
10718 * progmodes/cc-langs.el (c-filter-ops): New helper function to
10719 simplify access to `c-operators' and its likes.
10720
10721 (c-operator-list, c-all-op-syntax-tokens)
10722 (c-nonsymbol-token-regexp, c-<>-multichar-token-regexp)
10723 (c-<-op-cont-regexp, c->-op-cont-regexp, c-expr-kwds)
10724 (c-primary-expr-regexp, c-cast-parens): Use it.
10725
10726 * progmodes/cc-defs.el (c-lang-const): Fixes to allow use without
10727 an explicit language in functions.
10728
10729 * progmodes/cc-defs.el (c-make-keywords-re): Add an appendable
10730 variant of adornment.
10731
10732 * progmodes/cc-langs.el (c-any-class-key): Remove unused language
10733 variable.
10734
10735 (c-type-decl-prefix-key): Remove some now unnecessary cruft from
10736 the Pike value.
10737
10738 * progmodes/cc-engine.el (c-on-identifier)
10739 (c-simple-skip-symbol-backward): Small fix for handling "-"
10740 correctly in `skip-chars-backward'. Affected the operator lfun
10741 syntax in Pike.
10742
10743 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Disable the
10744 diagnostic message about precompiled language vars not being used.
10745
10746 * progmodes/cc-langs.el (c-paren-nontype-kwds): The GCC keyword
10747 "__attribute__" is followed by a parenthesis.
10748
10749 (c-type-start-kwds, c-prefix-spec-kwds, c-prefix-spec-kwds-re)
10750 (c-specifier-key, c-not-decl-init-keywords): Some cleanup using new
10751 language constants `c-type-start-kwds' and `c-prefix-spec-kwds'.
10752
10753 * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el:
10754 Internal cleanups to properly detect the declared identifiers in
10755 various declarations.
10756
10757 (c-decl-start-kwds): New language constant to recognize
10758 declarations that can start anywhere. Used for class declarations
10759 in Pike.
10760
10761 (c-specifier-key, c-not-decl-init-keywords)
10762 (c-decl-prefix-or-start-re, c-find-decl-prefix-search)
10763 (c-find-decl-spots): Implement `c-decl-start-kwds'.
10764
10765 (c-other-decl-kwds, c-postfix-decl-spec-kwds, c-decl-hangon-kwds)
10766 (c-decl-hangon-key, c-forward-decl-or-cast-1): Separate the
10767 handling of the compiler specific extension keywords into a new
10768 language constant `c-decl-hangon-kwds' that defines keyword
10769 clauses to be ignored in declarations.
10770
10771 (c-forward-id-comma-list, c-forward-keyword-clause): Don't skip
10772 past unrecognized tokens when handling `c-colon-type-list-kwds'.
10773 Necessary to stop at the declared identifier in e.g. IDL valuetype
10774 declarations.
10775
10776 (c-typedef-decl-kwds, c-typeless-decl-kwds, c-type-list-kwds)
10777 (c-prefix-spec-kwds-re, c-postfix-spec-kwds)
10778 (c-after-suffixed-type-decl-key, c-opt-postfix-decl-spec-key)
10779 (c-forward-decl-or-cast-1): Recognize the declared identifier in
10780 class and enum declarations as such and not as part of the type.
10781
10782 (c-forward-decl-or-cast-1, c-forward-label): Relax the
10783 interpretation of PRECEDING-TOKEN-END when there's no preceding token.
10784
10785 (c-forward-decl-or-cast-1): Don't disregard sure signs of
10786 declarations when there's some syntax error later on.
10787
10788 (c-complex-decl-matchers): Did away with a reference to
10789 `c-specifier-key'.
10790
10791 * progmodes/cc-engine.el (c-maybe-labelp): Provide no default
10792 value - this variable is always dynamically bound.
10793
10794 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el, cc-menus.el
10795 * cc-mode.el, cc-styles.el, cc-vars.el, cc-align.el, cc-awk.el
10796 * cc-cmds.el, cc-defs.el: Change the policy for marking up
10797 functions that might do hidden buffer changes: All such internal
10798 functions are now marked instead of those that don't.
10799
10800 (c-beginning-of-macro, c-end-of-macro, c-(forward|backward)-comments)
10801 (c-(forward|backward)-single-comment, c-parse-state, c-on-identifier)
10802 (c-(fast-|slow-|)in-literal, c-literal-limits, c-collect-line-comments)
10803 (c-literal-type): Allow these functions to make hidden buffer changes,
10804 so that they are free to use text property caching later on.
10805
10806 (c-electric-backspace, c-electric-delete-forward, c-electric-pound)
10807 (c-electric-brace, c-electric-slash, c-electric-star)
10808 (c-electric-semi&comma, c-electric-colon, c-electric-lt-gt)
10809 (c-electric-paren, c-electric-continued-statement, c-indent-command)
10810 (c-indent-region, c-mask-paragraph, c-indent-new-comment-line)
10811 (c-context-line-break): Add `c-save-buffer-state' calls to comply
10812 with the changed semantics of the functions above.
10813
10814 * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a bug
10815 when macros occur in obscure places. Optimized the sexp movement
10816 a bit.
10817
10818 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
10819
10820 Enhancements for c-beginning-of-statement to work in AWK Mode:
10821
10822 * progmodes/cc-awk.el: Supersede c-awk-NL-prop value `;'
10823 (completed statement) with `}' (statement completed by closing
10824 brace or semicolon) and `$' (statement completed by EOL).
10825
10826 (c-awk-virtual-semicolon-ends-prev-line-p)
10827 (c-awk-virtual-semicolon-ends-line-p)
10828 (c-awk-skip-semantic-ws-forward, c-awk-skip-semantic-ws-backward)
10829 (c-awk-at-statement-end-p): New functions.
10830
10831 * progmodes/cc-cmds.el: Simplify the structure of functions
10832 c-forward-over-illiterals, c-back-over-illiterals. Enhance these
10833 two functions and c-beginning-of-statement to handle AWK Mode.
10834
10835 * progmodes/cc-engine.el: Enhance c-forward-single-comment,
10836 c-backward-single-comment for AWK mode. Attempt to clarify their
10837 doc-strings.
10838
10839 * progmodes/cc-mode.el: Put M-a and M-e into awk-mode-map.
10840
10841 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
10842
10843 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el: Cleaned up the
10844 label handling. Labels are now recognized in a uniform and more
10845 robust way, regardless of context. Text properties are put on all
10846 labels to recognize the following declarations better.
10847 Multiword labels are handled both in indentation and fontification for
10848 the benefit of language extensions like Qt. For consistency, keywords
10849 in labels are now fontified with the label face instead.
10850 That also applies to "case" and "default".
10851
10852 (c-beginning-of-statement-1): Fix some bugs in the label
10853 handling. Disregard `c-nonlabel-token-key' in labels that begin
10854 with `c-label-kwds'.
10855
10856 (c-find-decl-spots): Support that the callback adds more
10857 `c-decl-end' spots to find.
10858
10859 (c-forward-decl-or-cast-1): Don't treat a list of plain
10860 identifiers followed by a colon as a declaration.
10861
10862 (c-forward-label): New function to recognize labels.
10863
10864 (c-guess-basic-syntax): Replace uses of `c-label-key' with
10865 `c-forward-label'. Moved the label recognition cases (14 and 15)
10866 earlier since they aren't so context sensitive now. Handle labels
10867 on the top level gracefully. Moved access label recognition to
10868 the generic label case (CASE 15) - removed CASE 5E.
10869
10870 (c-font-lock-declarations): Add recognition of labels in the
10871 same round since we need to handle labels in parallell with other
10872 declarations to recognize both accurately. It should also improve
10873 speed.
10874
10875 (c-simple-decl-matchers, c-basic-matchers-after):
10876 Move `c-font-lock-labels' so that it only is used on decoration level 2
10877 since `c-font-lock-declarations' handles it otherwise.
10878
10879 (c-complex-decl-matchers): Remove the simplistic recognition of
10880 access labels.
10881
10882 (c-decl-prefix-re): Remove the kludges that was necessary to cope
10883 with labels earlier.
10884
10885 (c-decl-start-re): New language variable to make
10886 `c-font-lock-declarations' stop for the special protection labels
10887 in Objective-C that start with `@'.
10888
10889 (c-label-key): Remove since it's no longer used.
10890
10891 (c-recognize-colon-labels, c-label-prefix-re): New language
10892 constants to support recognition of generic colon-terminated labels.
10893
10894 (c-type-decl-end-used): `c-decl-end' is now used whenever there
10895 are colon terminated labels.
10896
10897 * progmodes/cc-align.el (c-lineup-arglist): Fix bug when the
10898 first argument starts with a special brace list.
10899
10900 * progmodes/cc-engine.el, cc-fonts.el (c-forward-decl-or-cast-1)
10901 (c-font-lock-declarations): Break out the declaration and cast
10902 recognition from `c-font-lock-declarations' to a new function, so
10903 that it can be used in the indentation engine.
10904
10905 * progmodes/cc-engine.el (c-find-decl-spots): Fix bug in backing
10906 up to the start of the literal. Fixed bug with the point on the
10907 wrong side of the search limit that could happen when the start
10908 position is inside a literal.
10909
10910 * progmodes/cc-engine.el (c-parse-state)
10911 (c-invalidate-state-cache): Modify the use of `c-state-cache-end'
10912 so that it's kept a little bit back to increase the hit rate.
10913
10914 (c-parse-state): Change the macro handling and fixed some
10915 glitches. Macro context is checked more often than necessary now,
10916 but otoh less garbage conses are generated.
10917
10918 * progmodes/cc-engine.el (c-parse-state)
10919 (c-invalidate-state-cache): Cache the last position where
10920 `c-state-cache' applies. This can speed up refontification quite
10921 a bit in blocks where there are many non-brace parens before the point.
10922
10923 (c-state-cache-end): New variable for this.
10924
10925 (c-guess-basic-syntax, c-debug-parse-state): Adapt for the new
10926 cache variable.
10927
10928 * progmodes/cc-engine.el (c-find-decl-spots): Take more care to
10929 get close initial continue positions when the start position is
10930 inside a literal or macro. Do not call the callback for spots
10931 before the start position (which can happen e.g. for `c-decl-end'
10932 spots inside comments). Optimize better in special cases when the
10933 region is a single line inside a literal or macro (typically when
10934 the current line is refontified).
10935
10936 * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify calls
10937 to `c-add-stmt-syntax' - there's no need to explicitly whack off
10938 entries from the paren state.
10939
10940 * progmodes/cc-engine.el (c-add-stmt-syntax): Narrow down the
10941 special case for "else if" clauses.
10942
10943 * progmodes/cc-engine.el (c-looking-at-inexpr-block)
10944 (c-add-stmt-syntax): Use `c-recognize-paren-inexpr-blocks'.
10945
10946 * progmodes/cc-langs.el (c-recognize-paren-inexpr-blocks):
10947 New language variable to recognize the gcc extension with statement
10948 blocks inside expressions.
10949
10950 * progmodes/cc-engine.el (c-add-stmt-syntax): Restructure to make
10951 it somewhat more comprehensible. The argument AT-BLOCK-START is
10952 no longer used and hence removed.
10953
10954 (c-guess-continued-construct, c-guess-basic-syntax): Update calls
10955 to `c-add-stmt-syntax'.
10956
10957 * progmodes/cc-engine.el (c-backward-to-decl-anchor):
10958 Use `c-beginning-of-statement-1' instead of duplicating parts of it.
10959 This fixes bogus label recognition.
10960
10961 * progmodes/cc-engine.el (c-add-type, c-check-type)
10962 (c-forward-name, c-forward-type): Improve storage of template
10963 types in `c-found-types' so that they can be recognized better.
10964
10965 (c-syntactic-content): Add option to skip past nested parens.
10966
10967 * progmodes/cc-engine.el (c-forward-name):
10968 Set `c-last-identifier-range' all the time. It's less work that way.
10969 Handle that there might not be an identifier to store in
10970 `c-last-identifier-range'.
10971
10972 (c-forward-type): Handle that `c-last-identifier-range' might be
10973 nil from `c-forward-name'.
10974
10975 * progmodes/cc-defs.el (c-safe-scan-lists)
10976 (c-(go-)?(up|down)-list-(forward|backward)): Add limit arguments.
10977
10978 * progmodes/cc-defs.el (c-save-buffer-state): Use `unwind-protect'
10979 to work even if the form fails.
10980
10981 * progmodes/cc-engine.el (c-parse-state): Speedup when moving far
10982 down in a large file in one go.
10983
10984 (c-get-fallback-start-pos): New helper function for `c-parse-state'.
10985
10986 * progmodes/cc-align.el (c-lineup-assignments): New lineup
10987 function which is like `c-lineup-math' but returns nil instead of
10988 `c-basic-offset' when it doesn't match.
10989
10990 (c-lineup-math): Change to use `c-lineup-assignments'.
10991
10992 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
10993
10994 * progmodes/cc-cmds.el: Fix some bugs in subfunctions of
10995 c-beginning-of-statement. New subfunctions
10996 c-in-comment-line-prefix-p, c-narrow-to-comment-innards.
10997
10998 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
10999
11000 * progmodes/cc-fonts.el, cc-langs.el: Use `c-simple-ws' instead of
11001 hardcoded char classes whereever possible. Changed a couple of
11002 places to use skip by syntax instead of skip by char class.
11003
11004 * progmodes/cc-langs.el (c-unterminated-block-comment-regexp):
11005 Fix a bug in the regexp that caused extreme backtracking.
11006
11007 * progmodes/cc-langs.el (c-block-comment-starter)
11008 (c-block-comment-ender): New language constants to specify in a
11009 single place how block comments look.
11010
11011 (c-comment-start-regexp, c-block-comment-start-regexp)
11012 (comment-start, comment-end, comment-start-skip)
11013 (c-syntactic-ws-start, c-syntactic-ws-end, c-nonwhite-syntactic-ws)
11014 (c-syntactic-ws, c-nonempty-syntactic-ws)
11015 (c-single-line-syntactic-ws, c-syntactic-eol): Now built from
11016 `c-line-comment-starter', `c-block-comment-starter' and
11017 `c-block-comment-ender'.
11018
11019 (c-block-comment-regexp, c-unterminated-block-comment-regexp):
11020 New language constants to break up things a bit.
11021
11022 (c-simple-ws): New language constant for simple whitespace.
11023
11024 * progmodes/cc-defs.el (c-concat-separated): New convenience function.
11025
11026 * progmodes/cc-defs.el (c-make-keywords-re): Add kludge for bug
11027 in `regexp-opt' in Emacs 20 and XEmacs when strings contain
11028 newlines. Allow and ignore nil elements in the list.
11029
11030 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
11031
11032 * progmodes/cc-cmds.el: Comment out a (n almost certainly
11033 superfluous) check, (eq here (point-max)) in c-beginning-of-statement.
11034
11035 * progmodes/cc-cmds.el: Tidy up the comments in
11036 c-beginning-of-statement and subfunctions.
11037
11038 * progmodes/cc-awk.el: Replace calls to put-text-property to the
11039 more flexible c-put-char-property and c-clear-char-properties.
11040 Add the author's email address.
11041
11042 * progmodes/cc-langs.el (c-block-comment-start-regexp): New variable.
11043
11044 * progmodes/cc-cmds.el: Fix bug with M-e, when point is inside the
11045 closing "*/" of a block comment.
11046
11047 * progmodes/cc-cmds.el: Tidy c-beginning-of-sentence (and
11048 subfunctions) so that it works at BOB and EOB.
11049
11050 * progmodes/cc-cmds.el, cc-vars.el: More updating of
11051 c-beginning-of-statement, including new variable
11052 c-block-comment-start-regexp.
11053
11054 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
11055
11056 * progmodes/cc-langs.el (c-known-type-key): Optimize simple
11057 symbols from `*-font-lock-extra-types' so that there's no need to
11058 use `regexp-opt' on those lists.
11059
11060 * progmodes/cc-langs.el (c-type-decl-suffix-key): Fix when
11061 `c-type-modifier-kwds' is empty.
11062
11063 * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix when
11064 there are several strings on the same line.
11065
11066 * progmodes/cc-engine.el (c-literal-limits): Remove the
11067 compatibility function for older emacsen. `c-literal-limits-fast'
11068 has now taken the place of this function.
11069
11070 * progmodes/cc-vars.el (c-emacs-features): Remove compatibility
11071 with older emacsen: We now require `pps-extended-state'.
11072
11073 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
11074
11075 * progmodes/cc-cmds.el: New function c-beginning-of-sentence,
11076 which obviates the need to hack sentence-end. This now handles
11077 escaped newlines in strings correctly. Correct minor bugs in
11078 c-move-over-sentence and in c-beginning-of-statement.
11079
11080 * progmodes/cc-cmds.el (c-beginning-of-statement (and
11081 subfunctions)): Adapt c-\(back\|forward\)-over-illiterals such
11082 that movement over macros and code are rigorously separated from
11083 eachother. Correct a few incidental bugs.
11084
11085 * progmodes/cc-cmds.el: Restructure c-beginning-of-statement:
11086 Improve its doc-string. Improve the handling of certain specific cases.
11087
11088 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
11089
11090 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el
11091 (c-guess-basic-syntax): Change the way class-level labels are
11092 recognized; they can now contain essentially any symbols.
11093
11094 (c-opt-extra-label-key): New language variable to cope with the
11095 special protection label syntax in Objective-C.
11096
11097 (c-opt-access-key): Remove; this is now handled better by
11098 `c-nonlabel-token-key' and `c-opt-extra-label-key'.
11099
11100 (c-complex-decl-matchers): Update to handle that
11101 `c-opt-access-key' no longer exists.
11102
11103 * progmodes/cc-engine.el (c-guess-basic-syntax): Make use of the
11104 improved label recognition in `c-beginning-of-statement-1'.
11105
11106 * progmodes/cc-engine.el (c-beginning-of-member-init-list):
11107 Recognize bitfields better.
11108
11109 * progmodes/cc-engine.el (c-beginning-of-inheritance-list):
11110 Remove some cruft and fixed a bug that could cause it to go to a
11111 position further down.
11112
11113 * progmodes/cc-langs.el, cc-engine.el
11114 (c-beginning-of-statement-1): Improve detection of labels in
11115 declaration contexts.
11116
11117 (c-beginning-of-decl-1): Use it.
11118
11119 (c-nonlabel-token-key): New language constant and variable needed
11120 by `c-beginning-of-statement-1'.
11121
11122 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix bug that
11123 manifested itself due to the correction in `c-forward-sexp'.
11124
11125 * progmodes/cc-defs.el (c-forward-sexp, c-backward-sexp):
11126 Make these behave as documented when used at the buffer limits.
11127
11128 * progmodes/cc-mode.el, cc-engine.el, cc-langs.el
11129 (c-type-decl-end-used): Made this a language variable.
11130
11131 * progmodes/cc-mode.el (c-after-change): Widen the buffer to work
11132 correctly when `combine-after-change-calls' is used together with
11133 temporary narrowings.
11134
11135 * progmodes/cc-engine.el (c-beginning-of-statement-1):
11136 Report labels correctly when the start point is immediately after the
11137 colon.
11138
11139 * progmodes/cc-defs.el (c-parse-sexp-lookup-properties):
11140 Remove since it isn't used anymore.
11141
11142 * progmodes/cc-cmds.el (c-electric-lt-gt): Detect and mark angle
11143 bracket arglists such as template parens in C++.
11144
11145 * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix a bug
11146 in the last check-in. Some optimization.
11147
11148 * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix bug
11149 where it could stop at the same level in a preceding sexp when
11150 PAREN-LEVEL is set.
11151
11152 * progmodes/cc-mode.el (c-basic-common-init): Turn on syntax-table
11153 text property lookup only when it's needed.
11154
11155 * progmodes/cc-langs.el, cc-engine.el, cc-fonts.el, cc-mode.el:
11156 Change the policy for paren marked angle brackets to be more
11157 persistent; once marked they remain marked even when they're found
11158 to be unbalanced in the searched region. This should keep the
11159 paren syntax around even when individual lines are refontified in
11160 multiline template arglists.
11161
11162 (c-parse-and-markup-<>-arglists): New dynamically bound variable
11163 to control markup so that incorrect angle bracket arglists aren't
11164 marked in contexts where the correct value for
11165 `c-disallow-comma-in-<>-arglists' isn't known.
11166
11167 (c-forward-<>-arglist, c-forward-<>-arglist-recur): The reparse
11168 argument has become `c-parse-and-markup-<>-arglists'.
11169
11170 (c-remove-<>-arglist-properties): Remove - no longer used.
11171
11172 (c-after-change-check-<>-operators): New function used on
11173 `after-change-functions' to avoid that "<" and ">" characters that
11174 are part of longer operators have paren syntax.
11175
11176 (c-<>-multichar-token-regexp): New language variable used by
11177 `c-after-change-check-<>-operators'.
11178
11179 (c-after-change): Call `c-after-change-check-<>-operators'.
11180
11181 (c-font-lock-<>-arglists): Use the context properties set by
11182 `c-font-lock-declarations' to set `c-disallow-comma-in-<>-arglists'
11183 correctly to avoid doing invalid markup.
11184
11185 (c-font-lock-declarations): Remove code that undoes the invalid
11186 markup done by `c-font-lock-<>-arglists'.
11187
11188 (c-complex-decl-matchers): `c-font-lock-<>-arglists' now runs
11189 after `c-font-lock-declarations'.
11190
11191 * progmodes/cc-engine.el (c-syntactic-skip-backward):
11192 Add paren-level feature.
11193
11194 (c-guess-basic-syntax): Improve the anchor position for
11195 `template-args-cont' in nested template arglists. There's still
11196 much to be desired in this area, though.
11197
11198 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
11199
11200 * progmodes/cc-cmds.el, cc-engine.el, cc-langs.el, cc-vars.el:
11201 Make the "Text Filling and Line Breaking" commands work for AWK buffers.
11202
11203 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
11204
11205 * progmodes/cc-defs.el, cc-engine.el (c-mode-is-new-awk-p):
11206 Removed; (c-major-mode-is 'awk-mode) can be used instead now.
11207
11208 * progmodes/cc-mode.el: Always set up AWK mode since emacsen where
11209 it doesn't work no longer are supported.
11210
11211 * progmodes/cc-mode.el, cc-styles.el, cc-vars.el, cc-defs.el
11212 * cc-engine.el, cc-fonts.el, cc-langs.el, cc-cmds.el: CC Mode now
11213 requires support for the syntax-table' text property, which rules
11214 out Emacs 19 and XEmacs < 21.4. Removed various compatibility
11215 cruft associated with those versions.
11216
11217 * progmodes/cc-defs.el, cc-fix.el: CC Mode now requires support
11218 for the `syntax-table' text property, which rules out Emacs 19 and
11219 XEmacs < 21.4. Removed various compatibility cruft associated
11220 with those versions.
11221
11222 * progmodes/cc-vars.el (c-emacs-features): CC Mode now requires
11223 support for the `syntax-table' text property.
11224
11225 * progmodes/cc-fonts.el (c-nonbreakable-space-face): Remove the
11226 variable and use an extra quoted face name instead. All the
11227 emacsen flavors handle that correctly.
11228
11229 * progmodes/cc-fonts.el (c-font-lock-complex-decl-prepare)
11230 (c-font-lock-declarators, c-font-lock-declarations)
11231 (c-complex-decl-matchers, c-basic-matchers-after): Use a text
11232 property to mark the items in in declarator lists to handle
11233 refontification inside multiline declarations better.
11234
11235 * progmodes/cc-fonts.el (c-font-lock-declarations): Recognize a
11236 construct like "a * b = c;" as a declaration.
11237
11238 2005-12-08 Kim F. Storm <storm@cua.dk>
11239
11240 * emulation/cua-base.el (cua-use-hyper-key): Replace by ...
11241 (cua-rectangle-modifier-key): ... this. New defcustom. Can now
11242 select either meta, hyper, or super modifier for rectangle commands.
11243 (cua--rectangle-modifier-key): New defvar.
11244 (cua--M/H-key): Use it. Remove special case for `space'.
11245 (cua--init-keymaps): Initialize it from cua-rectangle-modifier-key
11246 on X, to meta otherwise. Always bind C-return to toggle
11247 rectangle. Pass ?\s instead of `space' to cua--M/H-key.
11248
11249 * emulation/cua-rect.el (cua-help-for-rectangle):
11250 Use cua--rectangle-modifier-key. Handle super modifier too.
11251 (cua--init-rectangles): Always bind C-return to toggle rectangle.
11252 Pass ?\s instead of `space' to cua--M/H-key and cua--rect-M/H-key.
11253
11254 * ido.el: Move Acknowledgements and History after Commentary.
11255 Minor changes to Commentary.
11256
11257 * emulation/cua-base.el (cua--select-keymaps): Enable repeat
11258 keymap if cua--prefix-override-timer is `shift'.
11259 (cua--shift-control-prefix): New function; emulate "type prefix
11260 key twice" functionality to handle shifted prefix key override.
11261 (cua--shift-control-c-prefix, cua--shift-control-x-prefix):
11262 New commands.
11263 (cua--init-keymaps): Bind them to S-C-c and S-C-x.
11264
11265 2005-12-08 Carsten Dominik <dominik@science.uva.nl>
11266
11267 * textmodes/org.el (org-insert-heading): Try to do items before
11268 headings.
11269 (org-agenda-mode): Quote `org-agenda-mode-hook'.
11270 (org-insert-item): New function.
11271 (org-renumber-ordered-list): Don't skip to higher level lists.
11272
11273 2005-12-08 Juri Linkov <juri@jurta.org>
11274
11275 * info.el (Info-mode-map): Bind M-TAB to `Info-prev-reference'.
11276
11277 * button.el (button-buffer-map): Bind M-TAB to `backward-button'.
11278
11279 * wid-edit.el (widget-keymap): Bind M-TAB to `widget-backward'.
11280
11281 * pcvs.el (defun-cvs-mode): Put `definition-name' property on
11282 the constructed function name fun-1.
11283
11284 * cus-edit.el (custom-add-parent-links): Filter out custom-group-link,
11285 because such links don't lead to parent documentation.
11286
11287 2005-12-08 Kenichi Handa <handa@m17n.org>
11288
11289 * descr-text.el (describe-char): Use *Help-2* buffer if the
11290 current buffer is *Help*. Call describe-text-properties while
11291 setting the original buffer.
11292
11293 2005-12-07 Bill Wohler <wohler@newt.com>
11294
11295 * files.el (auto-mode-alist): Remove mh-letter-mode. Unnecessary,
11296 and causes problems with non-MH users (such as Gnus users).
11297
11298 2005-12-08 Nick Roberts <nickrob@snap.net.nz>
11299
11300 * progmodes/gdb-ui.el (gdb-find-file-unhook): Delete variable.
11301 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode): Delete functions.
11302 (gdb-set-gud-minor-mode-existing-buffers, gdb-init-2): Use GDB
11303 command "info sources". Move calls to GDB command "list".
11304 (gdb-find-file-hook): Just use gdb-source-file-list.
11305 (gdb-source-file-regexp): Use regexp for pre-GDB 6.4.
11306 (gdb-source-file-regexp-1): New regexp for GDB 6.4+ only.
11307 (gdb-set-gud-minor-mode-existing-buffers-1): Use it.
11308 (gdb-data-list-register-values-handler): Use correct trigger name.
11309
11310 2005-12-07 Kim F. Storm <storm@cua.dk>
11311
11312 * ido.el (ido-completion-map): Rename from ido-mode-map.
11313 (ido-common-completion-map, ido-file-completion-map)
11314 (ido-file-dir-completion-map, ido-buffer-completion-map):
11315 Rename from ido-mode-....-map.
11316 (ido-init-completion-maps): Rename from ido-init-mode-maps.
11317 (ido-setup-completion-map): Rename from ido-define-mode-map.
11318 (ido-read-internal): Bind minibuffer-local-filename-completion-map
11319 to ido-completion-map.
11320
11321 2005-12-07 Kenichi Handa <handa@m17n.org>
11322
11323 * international/mule-cmds.el
11324 (set-display-table-and-terminal-coding-system): If the coding
11325 system specified in `unibyte-display' property is different from
11326 the arg coding-system, don't setup standard-display-table.
11327
11328 2005-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
11329
11330 * emacs-lisp/edebug.el (edebug-skip-whitespace): read1:lread.c says
11331 that comments end at \n, regardless of selective-display.
11332
11333 2005-12-07 Nick Roberts <nickrob@snap.net.nz>
11334
11335 * progmodes/gdb-ui.el (gdb-error-regexp, gdb-first-post-prompt)
11336 (gdb-version): New variables.
11337 (gdb-source-file-list, gdb-register-names)
11338 (gdb-changed-registers): New variables for use with GDB 6.4+.
11339 (gdb-ann3): Replace with...
11340 (gdb-init-1, gdb-init-2): ...two new functions.
11341 (gdba, gdb-prompt): Call gdb-init-1.
11342 (gdb-get-version): New function. Call gdb-init-2 from here.
11343 (gud-watch): Make it work with mouse events too.
11344 (gdb-post-prompt): Don't add to queue until GDB version is known.
11345 (gdb-speedbar-expand-node, gdb-post-prompt, gdb-registers-mode)
11346 (gdb-locals-mode): Use gdb-version.
11347 (gdb-memory-format-map, gdb-memory-unit-map)
11348 (gdb-locals-watch-map): Rename from gdb-*-*-keymap.
11349 (gdb-locals-font-lock-keywords-1)
11350 (gdb-locals-font-lock-keywords-2): New variables.
11351 (gdb-find-file-hook): Make it work with GDB 6.4+ too.
11352 (gdb-set-gud-minor-mode-existing-buffers-1)
11353 (gdb-var-list-children-1, gdb-var-list-children-handler-1)
11354 (gdb-var-update-1, gdb-var-update-handler-1)
11355 (gdb-data-list-register-values-handler)
11356 (gdb-data-list-register-values-custom)
11357 (gdb-get-changed-registers, gdb-get-changed-registers-handler)
11358 (gdb-stack-list-locals-handler, gdb-get-register-names):
11359 New functions for use with GDB 6.4+.
11360 (gdb-locals-watch-map-1): New variable for use with GDB 6.4+.
11361 (gdb-source-file-regexp, gdb-var-list-children-regexp-1)
11362 (gdb-var-update-regexp-1, gdb-data-list-register-values-regexp)
11363 (gdb-stack-list-locals-regexp)
11364 (gdb-data-list-register-names-regexp): New regexps for use with
11365 GDB 6.4+.
11366
11367 2005-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
11368
11369 * progmodes/cc-defs.el (c-emacs-features): Don't assume point-min==1.
11370
11371 2005-12-06 Nozomu Ando <nand@mac.com> (tiny patch)
11372
11373 * mail/smtpmail.el (smtpmail-try-auth-methods): Make password
11374 prompts work for AUTH PLAIN. Also reported by Steve Allan
11375 <seallan@verizon.net>.
11376
11377 2005-12-06 K\e,Aa\e(Broly L\e$,1 q\e(Brentey <lorentey@elte.hu>
11378
11379 * frame.el (set-frame-parameter): Add doc string.
11380
11381 2005-12-06 Carsten Dominik <dominik@science.uva.nl>
11382
11383 * textmodes/org.el (org-occur-highlights): New variable.
11384 (org-highlight-new-match, org-remove-occur-highlights): New functions.
11385 (org-highlight-sparse-tree-matches): New option.
11386 (org-do-occur): New function.
11387 (org-get-heading): Make it work also at beginning of line.
11388 (org-category-table): New variable.
11389 (org-get-category-table, org-get-category)
11390 (org-camel-to-words, org-link-search): New functions.
11391 (org-select-this-todo-keyword): New variable.
11392 (org-todo-list): New command.
11393 (org-shiftright, org-shiftleft): New commands.
11394 (org-agenda-todo): Add prefix argument.
11395 (org-show-hierarchy-above): New option.
11396 (org-show-todo-tree): Numerical prefix creates tree for specific
11397 TODO keyword.
11398 (org-outline-level): New function, to assign a level to plain
11399 lists items.
11400 (org-cycle-include-plain-lists): New option.
11401 (org-mode): Use `org-outline-level' as value of `outline-level'.
11402 (org-cycle): Temporarily switch `outline-regexp' if
11403 `org-cycle-include-plain-lists' is non-nil.
11404 (org-start-icalendar-file): Fix format bug.
11405 (org-agenda-get-day-entries): Create category table.
11406 (org-agenda-get-todos, org-agenda-get-timestamps)
11407 (org-agenda-get-deadlines, org-agenda-get-scheduled)
11408 (org-agenda-get-blocks): Use `org-get-category'.
11409 (org-context-in-file-links): Rename from
11410 `org-line-numbers-in-file-links'.
11411
11412 2005-12-06 Romain Francoise <romain@orebokech.com>
11413
11414 * window.el (balance-windows): Delete extraneous third arg in call
11415 to `enlarge-window'.
11416
11417 2005-12-06 Kenichi Handa <handa@m17n.org>
11418
11419 * international/kinsoku.el (kinsoku-longer): Check eolp, not eobp.
11420
11421 2005-12-06 Nick Roberts <nickrob@snap.net.nz>
11422
11423 * progmodes/gdb-ui.el (gdb-var-create-handler)
11424 (gdb-var-evaluate-expression-handler, gdb-frame-handler)
11425 (gdb-var-list-children-handler, gdb-var-update-handler):
11426 Current buffer is already gdb-partial-output-buffer, don't
11427 make it current again.
11428
11429 2005-12-05 Luc Teirlinck <teirllm@auburn.edu>
11430
11431 * buff-menu.el (Buffer-menu-use-frame-buffer-list): New user option.
11432 (list-buffers-noselect): Use it.
11433
11434 2005-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
11435
11436 * mail/sendmail.el: Remove unnecessary leading-star in docstrings.
11437 (mail-yank-ignored-headers): Use regexp-opt.
11438 (mail-mode-map): Move initialization into declaration.
11439 (mail-sent-via): Remove unused shadowed var `to-line'.
11440 (mail-mailer-swallows-blank-line): Use with-temp-buffer.
11441 (mail-bury, sendmail-send-it, mail-do-fcc): Use with-current-buffer.
11442 (mail-do-fcc): Use dolist and push.
11443 (mail-mode-fill-paragraph): Pass the arg to fill-region-as-paragraph.
11444 (mail-yank-ignored-headers): Don't autoload.
11445
11446 2005-12-05 Kenichi Handa <handa@m17n.org>
11447
11448 * international/mule-cmds.el (set-language-info-internal): New fun.
11449 (set-language-info): Call set-language-info-internal to update
11450 language-info-alist. If LANG-ENV is the current one, call
11451 set-language-environment to make INFO effective now.
11452 (set-language-info-alist): Likewise.
11453 (locale-language-names): With locale "en", use English
11454 lang. env. but set the default codings to iso-8859-1.
11455
11456 2005-12-04 Nick Roberts <nickrob@snap.net.nz>
11457
11458 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer)
11459 (gdb-speedbar-auto-raise): Echo new state in minibuffer.
11460 (gdb-var-create-handler, gdb-assembler-custom): Use search-forward
11461 for plain strings.
11462 (gdb-frames-mode): Remove redundant call to font-lock-mode.
11463 (gdb-all-registers): Rename from toggle-gdb-all-registers.
11464 Create registers buffer if necessary. Echo new state in minibuffer.
11465 (gdb-registers-mode-map, gdb-registers-mode): Use gdb-all-registers.
11466
11467 2005-12-03 Chong Yidong <cyd@stupidchicken.com>
11468
11469 * info.el (Info-fontify-node): Match external links using
11470 non-directory part of filename.
11471
11472 2005-12-04 Juri Linkov <juri@jurta.org>
11473
11474 * font-core.el (global-font-lock-mode): Use define-global-minor-mode
11475 instead of easy-mmode-define-global-mode. Add `:group font-lock'.
11476 (font-lock-mode): Replace `:group font-lock' with `nil nil nil'
11477 because there is no customization option for it.
11478
11479 * font-lock.el (lisp-font-lock-keywords-1):
11480 Add define-global-minor-mode.
11481
11482 * emacs-lisp/autoload.el (make-autoload): Add define-global-minor-mode.
11483
11484 * emacs-lisp/derived.el (define-derived-mode): Put `definition-name'
11485 properties on the constructed variable names.
11486
11487 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
11488 Put `definition-name' properties on the constructed function names
11489 next-sym and prev-sym.
11490
11491 * emacs-lisp/find-func.el (find-function-regexp):
11492 Add define-global-minor-mode. Replace `easy-mmode-define-global-mode'
11493 with `easy-mmode-define-[a-z-]+'. Add easy-menu-define.
11494 (find-variable-regexp): Add easy-mmode-defmap, easy-mmode-defsyntax
11495 and easy-menu-define.
11496
11497 * emacs-lisp/lisp-mode.el: Put `doc-string-elt' property on
11498 easy-mmode-define-global-mode and define-global-minor-mode.
11499 (lisp-imenu-generic-expression): Add define-global-minor-mode.
11500
11501 * progmodes/cwarn.el (global-cwarn-mode): Use define-global-minor-mode
11502 instead of easy-mmode-define-global-mode.
11503
11504 * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
11505 Use define-minor-mode instead of easy-mmode-define-minor-mode.
11506
11507 * cus-edit.el (customize-group, customize-group-other-window):
11508 Filter out autoloaded options from the group completion list by
11509 using heuristics that autoloaded groups don't have `custom-autoload'
11510 property on their symbols (they have only `custom-loads').
11511
11512 * simple.el (completion-setup-function): Put completions-common-part
11513 face on complete completion string too (i.e. completion string
11514 without completions-first-difference face).
11515
11516 * man.el (Man-section-regexp): Add 0-9 to support "3X11" sections.
11517
11518 2005-12-03 Eli Zaretskii <eliz@gnu.org>
11519
11520 * view.el (view-mode): Doc fix.
11521
11522 * disp-table.el (standard-display-european): Add to the warning
11523 message a reference to the doc string.
11524
11525 * play/yow.el (apropos-zippy): Call print-help-return-message,
11526 similar to other Help and Apropos commands.
11527
11528 * help.el (print-help-return-message): If pop-up-frames is
11529 non-nil, set up help-return-method to delete the help window and,
11530 possibly, its frame as well, and don't display message about
11531 scrolling the help window. Doc fix.
11532 (help-return-method): Doc fix.
11533
11534 2005-12-03 Martin Rudalics <rudalics@gmx.at>
11535
11536 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Fix bug
11537 whereby names of length one or names starting with a
11538 symbol-constituent character would not be returned.
11539
11540 2005-12-03 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
11541
11542 * subr.el (atomic-change-group): Add edebug and indentation spec.
11543
11544 2005-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
11545
11546 * completion.el (save-completions-file-name): Fix typo in last change.
11547
11548 2005-12-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11549
11550 * info.el: Move back/forward history to the beginning of the tool bar.
11551
11552 2005-12-02 Ken Manheimer <ken.manheimer@gmail.com>
11553
11554 * allout.el (eval-when-compile): Remove unnecessary load of cl.
11555 Add fset of allout-real-isearch-abort during compile to fix
11556 byte-compilation warnings.
11557 (allout-mode-p): Move definition of this macro above all uses, or
11558 byte compilation in barren emacs (eg, during emacs build) will
11559 lack the definition.
11560 (allout-mode): Move this variable above any uses, or byte
11561 compilation will fail.
11562 (allout-resolve-xref): Remove use of personal file-reference function.
11563 (allout-toggle-current-subtree-encryption): Do the current (ie,
11564 visible containing) topic, rather than nearest around point. Doc fix.
11565 (allout-toggle-subtree-encryption): New function, workhorse that
11566 works on nearest topic containing point.
11567 (allout-encrypt-string): Signal requirement for newer version of pgg.
11568 (allout-resumptions): Doc fix.
11569
11570 2005-12-02 Eli Zaretskii <eliz@gnu.org>
11571
11572 * international/latexenc.el (latex-inputenc-coding-alist): Doc fix.
11573
11574 2005-12-02 Agustin Martin <agustin.martin@hispalinux.es>
11575
11576 * textmodes/flyspell.el (flyspell-external-point-words):
11577 Consider a misspelling as found in the string search if: (a) misspelling
11578 and found string lengths match, or (b) misspelling is found as
11579 element in a boundary-chars separated longer string, or (c)
11580 ispell-program-name is really ispell and misspelling is found as
11581 part of a TeX string. After successful match move beginning of
11582 search region to end of match. Warn about not found misspellings
11583 once the process is done.
11584 (flyspell-large-region): Do not set ispell-parser to tex if in TeX mode.
11585
11586 2005-12-02 Nick Roberts <nickrob@snap.net.nz>
11587
11588 * progmodes/gud.el (gud-menu-map): Put gud-finish back on the
11589 tool bar (removed inadvertently).
11590
11591 2005-12-02 Juri Linkov <juri@jurta.org>
11592
11593 * log-view.el (log-view-diff): Clarify doc string.
11594
11595 2005-12-01 Bill Wohler <wohler@newt.com>
11596
11597 * Makefile.in (mh-loaddefs.el): Reinsert Change Log as its absence
11598 triggers lm-verify errors.
11599
11600 2005-12-01 Luc Teirlinck <teirllm@auburn.edu>
11601
11602 * simple.el (transient-mark-mode, line-number-mode)
11603 (column-number-mode, size-indication-mode): Remove `:require nil'.
11604
11605 2005-12-01 Nick Roberts <nickrob@snap.net.nz>
11606
11607 * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-2 to gdb-mouse-until
11608 in the margin also.
11609 (gdb-breakpoints-mode-map): Use D instead of d for
11610 gdb-delete-breakpoint.
11611 (gdb-get-frame-number): Require a number to match on.
11612 (gdb-threads-mode-map): Add follow-link binding.
11613
11614 2005-11-30 Jason Rumney <jasonr@gnu.org>
11615
11616 * isearch.el (isearch-mode-map): Avoid exiting search on
11617 language-change event.
11618
11619 2005-11-30 Romain Francoise <romain@orebokech.com>
11620
11621 * speedbar.el (speedbar-default-position): New defcustom.
11622 (speedbar-frame-reposition-smartly): Use it.
11623
11624 * dframe.el (dframe-reposition-frame-emacs): Fix position
11625 computation for `left' location.
11626 Update copyright year.
11627
11628 2005-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
11629
11630 * help.el (help-map): Move initialization into declaration.
11631
11632 * emacs-lisp/autoload.el (make-autoload): Handle defgroup specially.
11633
11634 * help-fns.el (help-argument-name): Don't autoload.
11635 It's useless and triggers a bug in cus-dep.el causing ldefs-boot
11636 to be re-loaded when customizing the `help' group.
11637
11638 2005-11-30 John Paul Wallington <jpw@gnu.org>
11639
11640 * help-fns.el (describe-function-1): Fill arglist output.
11641
11642 2005-11-30 Kim F. Storm <storm@cua.dk>
11643
11644 * emulation/cua-rect.el (cua--rectangle-overlays): Make permanent-local.
11645 (cua--rectangle-post-command): Cleanup overlays and deactivate mark
11646 after revert-buffer (or anything else which kills all local variables).
11647
11648 * apropos.el (apropos-parse-pattern): Doc fix.
11649 Set apropos-regexp directly, rather than expecting callers to do so.
11650 (apropos-command, apropos, apropos-value, apropos-documentation):
11651 Simplify calls to apropos-parse-pattern.
11652
11653 2005-11-29 Chong Yidong <cyd@stupidchicken.com>
11654
11655 * hi-lock.el (hi-lock-line-face-buffer, hi-lock-face-buffer)
11656 (hi-lock-face-phrase-buffer): Use hi-yellow face.
11657 (hi-lock-write-interactive-patterns): Use comment-region.
11658
11659 * longlines.el (longlines-mode): Add mail-setup-hook.
11660
11661 * mail/mailheader.el, mail/sendmail.el: Revert 2005-11-17 changes.
11662
11663 * simple.el (sendmail-user-agent-compose, next-line):
11664 Conditionally use hard-newline.
11665
11666 2005-11-29 Reiner Steib <Reiner.Steib@gmx.de>
11667
11668 * international/latexenc.el (latex-inputenc-coding-alist):
11669 Reword doc string.
11670
11671 2005-11-29 Chong Yidong <cyd@stupidchicken.com>
11672
11673 * help.el (describe-key-briefly, describe-key): Recognize default
11674 bindings.
11675
11676 2005-11-29 Romain Francoise <romain@orebokech.com>
11677
11678 * view.el (view-inhibit-help-message): New defcustom.
11679 (view-mode-enter): Use it.
11680
11681 2005-11-29 Michael Kifer <kifer@cs.stonybrook.edu>
11682
11683 * ediff-wind.el (ediff-setup-control-frame, ediff-make-wide-display):
11684 Preserve user position.
11685
11686 2005-11-28 Luc Teirlinck <teirllm@auburn.edu>
11687
11688 * font-lock.el: Throw error if facemenu is not loaded to prevent
11689 accidental change of loading order in loadup.el. (Suggested by RMS.)
11690
11691 * loadup.el: Add comment explaining why facemenu must be loaded
11692 before font-lock.
11693
11694 2005-11-28 Jay Belanger <belanger@truman.edu>
11695
11696 * calc/calc.el: Change global keybinding for calc-dispatch to "\C-x*".
11697 (calc-dispatch-map): Add more keys for `calc-same-interface'.
11698
11699 * calc/calc-misc.el (calc-dispatch-help): Update docstring.
11700
11701 * calc/calc-embed.el (calc-do-embedded): Update help message.
11702
11703 * calc/calc-prog.el (calc-user-define-invokation): Update help message.
11704
11705 2005-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
11706
11707 * log-edit.el (log-edit-insert-cvs-rcstemplate): Ignore stderr.
11708
11709 * emacs-lisp/elp.el (elp-not-profilable): Replace interactive-p with
11710 called-interactively-p.
11711 (elp-profilable-p): Rename from elp-not-profilable-p.
11712 Invert result and take into account macros and autoloaded functions.
11713 (elp-instrument-function): Update call.
11714 (elp-instrument-package): Update call. Add completion.
11715 (elp-pack-number): Use match-string.
11716 (elp-results-jump-to-definition-by-mouse): Merge into
11717 elp-results-jump-to-definition and then remove.
11718 (elp-output-insert-symname): Make help echo text single-line.
11719
11720 * replace.el (query-replace-map): Move initialization into declaration.
11721 (occur-engine): Use with-current-buffer.
11722 (occur-mode-goto-occurrence): Make it work for mouse-clicks as well.
11723 (occur-mode-mouse-goto): Replace with an alias.
11724
11725 2005-11-28 Juri Linkov <juri@jurta.org>
11726
11727 * simple.el (quoted-insert): Let-bind input-method-function to nil.
11728
11729 * term/w32-win.el: Bind [S-tab] to [backtab].
11730
11731 * info.el (Info-fontify-node): Set 2nd arg `noerror' of
11732 `Info-find-file' to t.
11733
11734 * replace.el (occur-mode-mouse-goto): Pop, don't switch.
11735 (occur-mode-goto-occurrence): Let-bind same-window-buffer-names
11736 and same-window-regexps.
11737 (occur-next-error): Don't move point for arg 0.
11738
11739 2005-11-28 Chong Yidong <cyd@stupidchicken.com>
11740
11741 * replace.el (occur-mode-goto-occurrence): Pop, don't switch.
11742
11743 2005-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
11744
11745 * log-edit.el (log-edit-changelog-use-first): New var.
11746 (log-edit-changelog-ours-p): Use it.
11747 (log-edit-insert-changelog): Set it with new arg `use-first'.
11748 (log-edit-insert-cvs-rcstemplate, log-edit-insert-filenames): New funs.
11749 (log-edit-hook): Add them to the list of suggested options.
11750
11751 * textmodes/flyspell.el (flyspell-last-buffer): New var.
11752 (flyspell-accept-buffer-local-defs): Use it to avoid doing silly
11753 redundant work.
11754 (flyspell-mode-on): Use add-hook for after-change-functions.
11755 (flyspell-mode-off): Use remove-hook for after-change-functions.
11756 (flyspell-changes): Make it buffer-local.
11757 (flyspell-after-change-function): Make it non-interactive. Use push.
11758 (flyspell-post-command-hook): Check input-pending-p while processing
11759 the potentially long list of buffer changes.
11760
11761 2005-11-28 K\e,Aa\e(Broly L\e$,1 q\e(Brentey <lorentey@elte.hu>
11762
11763 * buff-menu.el (list-buffers-noselect): Display the selected
11764 frame's buffer list, not the global one.
11765
11766 2005-11-28 Nick Roberts <nickrob@snap.net.nz>
11767
11768 * xt-mouse.el (xterm-mouse-event): Set last-input-event so
11769 that (list last-input-event) works as in interactive spec.
11770
11771 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
11772
11773 * loadup.el ("facemenu"): Load facemenu before font-lock, because
11774 `facemenu-keymap' needs to be defined when font-lock is loaded.
11775 Otherwise, `M-o M-o' is not bound to `font-lock-fontify-block'.
11776
11777 2005-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
11778
11779 * completion.el: Remove useless leading * in defcustom docstrings.
11780 (save-completions-file-name): Use ~/.emacs.d if available.
11781 (completion-standard-syntax-table): Rename from
11782 cmpl-standard-syntax-table and fold initialization into declaration,
11783 thus removing cmpl-make-standard-completion-syntax-table.
11784 (completion-lisp-syntax-table, completion-c-syntax-table)
11785 (completion-fortran-syntax-table, completion-c-def-syntax-table): Idem.
11786 (cmpl-saved-syntax, cmpl-saved-point): Remove.
11787 (symbol-under-point, symbol-before-point)
11788 (symbol-under-or-before-point, symbol-before-point-for-complete)
11789 (add-completions-from-c-buffer): Use with-syntax-table.
11790 (make-completion): Don't return a list of completion entries.
11791 Update callers.
11792 (cmpl-prefix-entry-head, cmpl-prefix-entry-tail): Use defalias.
11793 (completion-initialize): Rename from initialize-completions.
11794 (completion-find-file-hook): Rename from cmpl-find-file-hook.
11795 (kill-emacs-save-completions): Collect stats here.
11796 (save-completions-to-file, load-completions-from-file):
11797 Use with-current-buffer.
11798 (completion-def-wrapper): Rename from def-completion-wrapper. Make it
11799 into a function. Move all calls to toplevel.
11800 (completion-lisp-mode-hook): New fun.
11801 (completion-c-mode-hook, completion-setup-fortran-mode):
11802 Set the syntax-table here. Use local-set-key.
11803 (completion-saved-bindings): New var.
11804 (dynamic-completion-mode): Make it into a proper minor mode.
11805 (load-completions-from-file): Remove unused var `num-uses'.
11806
11807 * emacs-lisp/cl-macs.el (defstruct): Don't define the default
11808 constructor if it is explicitly overridden.
11809
11810 * complete.el (PC-completion-as-file-name-predicate):
11811 Use minibuffer-completing-file-name.
11812 (partial-completion-mode): Use find-file-not-found-functions.
11813 (PC-lisp-complete-symbol): Use with-syntax-table.
11814 (PC-look-for-include-file): Remove dead setq.
11815 (PC-look-for-include-file, PC-expand-many-files, PC-do-completion)
11816 (PC-complete): Use with-current-buffer.
11817
11818 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): \ doesn't
11819 escape single quotes.
11820
11821 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
11822
11823 * dabbrev.el (dabbrev-completion): Simplify code, by getting rid
11824 of `if' whose condition always returned nil. Doc fix.
11825
11826 * buff-menu.el (Buffer-menu-revert-function): Make the selected
11827 window's buffer the current buffer around the call to
11828 `list-buffers-noselect'. This is necessary to mark that buffer
11829 with a `.' in the Buffer Menu when called from Lisp, for instance
11830 by Auto Revert Mode.
11831
11832 2005-11-28 Nick Roberts <nickrob@snap.net.nz>
11833
11834 * progmodes/gdb-ui.el (gdb-stopped): Detect child process when
11835 attaching to it.
11836 (gdb-pre-prompt): Make sure gdb-error is reset.
11837
11838 * progmodes/gud.el (gud-gdb-marker-filter): When GDB is invoked
11839 with a child process, detect it.
11840 (gud-speedbar-buttons): Match regexp more carefully.
11841
11842 2005-11-27 Richard M. Stallman <rms@gnu.org>
11843
11844 * mouse.el (mouse-drag-move-window-bottom):
11845 Use adjust-window-trailing-edge.
11846
11847 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
11848
11849 * simple.el (blink-matching-open): Ignore
11850 `blink-matching-paren-on-screen' if `show-paren-mode' is enabled.
11851 (blink-matching-paren-on-screen): Update docstring.
11852
11853 * paren.el (show-paren-mode): No longer change
11854 `blink-matching-paren-on-screen'.
11855
11856 2005-11-27 John Paul Wallington <jpw@pobox.com>
11857
11858 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
11859 (gdb-threads-select, gdb-edit-register-value):
11860 Use `posn-set-point' instead of `mouse-set-point' because the
11861 latter is not fbound when configured without X.
11862
11863 2005-11-27 Kim F. Storm <storm@cua.dk>
11864
11865 * emulation/cua-rect.el (cua--highlight-rectangle): Preserve
11866 existing face when partially highlighting a TAB in a rectangle.
11867
11868 2005-11-26 Kim F. Storm <storm@cua.dk>
11869
11870 * ido.el (ido-mode-map): Doc fix.
11871 (ido-mode-common-map, ido-mode-file-map)
11872 (ido-mode-file-dir-map, ido-mode-buffer-map): New keymaps.
11873 (ido-define-mode-map): Rewrite. Select one of the new maps as
11874 parent for ido-mode-map instead of building from scratch.
11875 (ido-init-mode-maps): New defun to initialize new maps.
11876 (ido-mode): Call it.
11877 (ido-switch-buffer): Doc fix -- use \<ido-mode-buffer-map>.
11878 (ido-find-file): Doc fix -- use \<ido-mode-file-map>.
11879
11880 2005-11-26 John Paul Wallington <jpw@pobox.com>
11881
11882 * arc-mode.el (archive-extract): Use `posn-set-point' instead of
11883 `mouse-set-point' because the latter is not fbound when configured
11884 without X.
11885
11886 2005-11-26 Thien-Thi Nguyen <ttn@gnu.org>
11887
11888 * files.el (file-relative-name): Doc fix.
11889
11890 2005-11-26 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at>
11891
11892 * progmodes/octave-inf.el (inferior-octave-startup): Force a
11893 non-empty string for secondary prompt PS2.
11894
11895 2005-11-25 Chong Yidong <cyd@stupidchicken.com>
11896
11897 * progmodes/compile.el (compilation-setup): Fix last change.
11898
11899 2005-11-26 Nick Roberts <nickrob@snap.net.nz>
11900
11901 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
11902 (gdb-mouse-toggle-breakpoint-margin)
11903 (gdb-mouse-toggle-breakpoint-fringe, gdb-threads-select):
11904 Add gdb-server-prefix to keep out of command history.
11905 (gdb-edit-register-value): New function.
11906 (gdb-registers-mode-map): Bind mouse-2 and RET to it.
11907 (gdb-info-registers-custom): Use above map.
11908
11909 2005-11-25 Chong Yidong <cyd@stupidchicken.com>
11910
11911 * custom.el (enable-theme): Signal error if argument is not a
11912 theme. Don't recalculate a face if it's not loaded yet.
11913
11914 * cus-face.el (custom-theme-set-faces): Don't change saved-face if
11915 the `user' theme is in effect.
11916
11917 * info.el (Info-on-current-buffer): Record actual filename in
11918 Info-current-file, instead of t, or a fake filename if a non-file
11919 buffer. Make autoload.
11920 (Info-find-node, Info-revert-find-node): No need to check for
11921 Info-current-file nil.
11922 (Info-set-mode-line, Info-up, Info-copy-current-node-name):
11923 Info-current-file is now never `t'.
11924 (Info-fontify-node): Many simplifications due to Info-current-file
11925 always being valid. Use Info-find-file to find node filename.
11926
11927 2005-11-25 David Kastrup <dak@gnu.org>
11928
11929 * longlines.el (longlines-wrap-line): Reorder wrapping to "insert
11930 new character, then delete" in order to preserve markers.
11931
11932 2005-11-25 David Ponce <david@dponce.com>
11933
11934 * recentf.el (recentf-arrange-by-rule): Handle a special
11935 `auto-mode-alist'-like "strip suffix" rule.
11936 (recentf-build-mode-rules): Handle second level auto-mode entries.
11937
11938 2005-11-25 Michael Kifer <kifer@cs.stonybrook.edu>
11939
11940 * viper-keym.el (viper-ESC-key): Use different values in terminal and
11941 window modes.
11942
11943 * viper.el (viper-emacs-state-mode-list): Delete mail-mode, add
11944 jde-javadoc-checker-report-mode.
11945
11946 * ediff-wind (ediff-make-wide-display): Slight simplification.
11947
11948 * ediff.el (ediff-date): Change the date of last update.
11949
11950 2005-11-24 Chong Yidong <cyd@stupidchicken.com>
11951
11952 * hi-lock.el (hi-lock-buffer-mode): Renamed from `hi-lock-mode'.
11953 Use define-minor-mode, and make it a local mode. Turn on font-lock.
11954 (hi-lock-mode): New global minor mode.
11955 (turn-on-hi-lock-if-enabled): New function.
11956 (hi-lock-line-face-buffer, hi-lock-face-buffer, hi-lock-set-pattern):
11957 Change arguments to regexp and face instead of a font-lock pattern.
11958 Directly set face property, instead of refontifying.
11959 (hi-lock-font-lock-hook): Check if font-lock is being turned on.
11960 (hi-lock-find-patterns): Use line-number-at-pos.
11961
11962 (hi-lock-face-phrase-buffer): Call hi-lock-buffer-mode. Use new
11963 arguments for hi-lock-set-pattern.
11964 (hi-lock-unface-buffer, hi-lock-set-file-patterns):
11965 Call font-lock-fontify-buffer.
11966 (hi-lock-find-file-hook, hi-lock-current-line)
11967 (hi-lock-refontify, hi-lock-set-patterns): Delete unused functions.
11968
11969 (hi-lock-font-lock-hook): Turn off hi-lock when font lock is
11970 turned off.
11971
11972 * progmodes/compile.el (compilation-setup): Don't fiddle with
11973 font-lock-defaults.
11974
11975 2005-11-25 Nick Roberts <nickrob@snap.net.nz>
11976
11977 * progmodes/gdb-ui.el (gdb-var-create-handler)
11978 (gdb-var-list-children-handler): Find values for all variable
11979 objects. gud-speedbar-buttons decides whether to display them.
11980
11981 2005-11-24 Romain Francoise <romain@orebokech.com>
11982
11983 * info.el (Info-speedbar-fetch-file-nodes): Prefix temporary
11984 buffer name with a space.
11985
11986 2005-11-24 Carsten Dominik <dominik@science.uva.nl>
11987
11988 * textmodes/org.el (org-export-plain-list-max-depth): Rename from
11989 `org-export-local-list-max-depth'. Change default value to 3.
11990 (org-auto-renumber-ordered-lists)
11991 (org-plain-list-ordered-item-terminator): New options.
11992 (org-at-item-p, org-beginning-of-item, org-end-of-item)
11993 (org-get-indentation, org-get-string-indentation)
11994 (org-maybe-renumber-ordered-list, org-renumber-ordered-list):
11995 New functions.
11996 (org-move-item-down, org-move-item-up): New commands.
11997 (org-export-as-html): New classes for CSS support. Bug fix in
11998 regular expression detecting fixed-width regions. Respect
11999 `org-local-list-ordered-item-terminator'.
12000 (org-set-autofill-regexps, org-adaptive-fill-function): "1)" is
12001 also a list item.
12002 (org-metaup, org-metadown, org-shiftmetaup, org-shiftmetadown):
12003 New item moving functions.
12004
12005 2005-11-24 Juri Linkov <juri@jurta.org>
12006
12007 * isearch.el (isearch-repeat): With empty search ring set
12008 `isearch-error' to the error string instead of signaling error
12009 with the function `error'.
12010
12011 2005-11-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12012
12013 * term/mac-win.el: Make modifier `ctrl' an alias for `control'.
12014
12015 2005-11-24 Nick Roberts <nickrob@snap.net.nz>
12016
12017 * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): New function
12018 and variable.
12019 (gdb-var-create-handler, gdb-var-list-children-handler):
12020 Don't match on "char **...".
12021 (gdb-var-update-handler): Find values for all variable objects.
12022 (gdb-info-frames-custom): Identify frames by leading "#".
12023
12024 * progmodes/gud.el (gud-speedbar-menu-items): Add
12025 gdb-speedbar-auto-raise as radio button.
12026 (gud-speedbar-buttons): Raise speedbar if requested.
12027 Don't match on "char **...".
12028 (gud-speedbar-buttons): Add (pointer) value for non-leaves.
12029 Make it editable.
12030
12031 2005-11-23 Chong Yidong <cyd@stupidchicken.com>
12032
12033 * info.el (Info-fontify-node): Handle the case where
12034 Info-current-file is t.
12035
12036 2005-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
12037
12038 * simple.el (blink-matching-open): Fix off-by-one in last change.
12039
12040 2005-11-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12041
12042 * term/mac-win.el: Don't change default directory.
12043
12044 2005-11-22 Luc Teirlinck <teirllm@auburn.edu>
12045
12046 * cus-edit.el (Custom-reset-standard): Make it handle Custom group
12047 buffers correctly. (It used to throw an error in such buffers.)
12048 Make it ask for confirmation in group buffers and other Custom
12049 buffers containing more than one customization item.
12050
12051 2005-11-22 John Paul Wallington <jpw@gnu.org>
12052
12053 * net/goto-addr.el (goto-address-fontify): Put `follow-link'
12054 property on mail and url overlays.
12055 (goto-address-at-point): Use `posn-set-point' instead of
12056 `mouse-set-point' because the latter is not fbound when configured
12057 without X.
12058
12059 2005-11-22 Lars Hansen <larsh@soem.dk>
12060
12061 * ls-lisp.el (ls-lisp-parse-symlink): Delete.
12062 (ls-lisp-classify, ls-lisp-format): Delete call to
12063 ls-lisp-parse-symlink.
12064 (ls-lisp-handle-switches): Handle symlinks to directories as
12065 directories when ls-lisp-dirs-first in non-nil.
12066
12067 2005-11-21 Luc Teirlinck <teirllm@auburn.edu>
12068
12069 * startup.el (command-line): Make sure that loaddefs.el is handled
12070 correctly in load-history.
12071
12072 2005-11-22 Nick Roberts <nickrob@snap.net.nz>
12073
12074 * progmodes/gdb-ui.el (gdb-locals-watch-keymap): New local map.
12075 (gdb-struct-string, gdb-array-string): New constants.
12076 (gdb-info-locals-handler): Use them.
12077 (gdb-reset): Reset gdb-var-list to nil.
12078
12079 2005-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
12080
12081 * progmodes/sh-script.el (sh-font-lock-paren): Handle continued lines
12082 in patterns.
12083
12084 2005-11-21 Juri Linkov <juri@jurta.org>
12085
12086 * custom.el (defcustom): Update link types in docstring.
12087
12088 2005-11-20 Martin Rudalics <rudalics@gmx.at>
12089
12090 * custom.el (defgroup): Add doc-string-elt info.
12091
12092 * widget.el (define-widget): Don't use declare for the doc-string-elt.
12093
12094 2005-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
12095
12096 * newcomment.el (comment-enter-backward): Fix last fix.
12097
12098 * simple.el (blink-matching-open):
12099 * paren.el (show-paren-function): Allow new paren-class info.
12100
12101 2005-11-20 Chong Yidong <cyd@stupidchicken.com>
12102
12103 * faces.el: Revert 2005-11-17 change. :ignore-defface is now
12104 handled automagically.
12105
12106 2005-11-20 Andreas Schwab <schwab@suse.de>
12107
12108 * descr-text.el (describe-char): When copying overlays put them
12109 over the full char description instead of just the first character
12110 of it.
12111
12112 2005-11-20 Juri Linkov <juri@jurta.org>
12113
12114 * simple.el (what-cursor-position):
12115 * descr-text.el (describe-char): Use Lisp-readable syntax
12116 for octal and hex. Reorder decimal, octal and hex values.
12117 Remove excess whitespace in the output. Use `=' in `column='
12118 like in `point=' and `Hscroll='.
12119
12120 * international/mule-cmds.el (encoded-string-description):
12121 Use Lisp-readable syntax for hex.
12122
12123 2005-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
12124
12125 * newcomment.el (comment-enter-backward): Handle the case where the
12126 comment is closed by EOB.
12127
12128 2005-11-19 Chong Yidong <cyd@stupidchicken.com>
12129
12130 * longlines.el (longlines-before-revert-hook)
12131 (longlines-after-revert-hook): New functions.
12132 (longlines-mode): Turn off longlines temporarily when reverting.
12133 Add a message-setup-hook.
12134 (longlines-decode-buffer): New function.
12135 (longlines-wrap-line): Preserve marker positions.
12136
12137 2005-11-19 Andreas Schwab <schwab@suse.de>
12138
12139 * emacs-lisp/shadow.el: Handle compressed files.
12140
12141 2005-11-19 Romain Francoise <romain@orebokech.com>
12142
12143 * net/browse-url.el (browse-url-default-browser): Signal an error
12144 if no usable browser can be found, rather than try to load w3.
12145
12146 2005-11-16 Ryan Yeske <rcyeske@gmail.com>
12147
12148 * net/rcirc.el (rcirc-mangle-text): Add bold face property without
12149 replacing existing properties.
12150 (rcirc-my-nick, rcirc-other-nick, rcirc-server)
12151 (rcirc-nick-in-message, rcirc-prompt): Use min-colors and remove
12152 tty specs.
12153 (rcirc-server-prefix, rcirc-server): New faces.
12154 (rcirc-url-regexp): Generate with rx macro.
12155 (rcirc-last-server-message-time): New variable.
12156 (rcirc-filter): Record time of last message.
12157 (rcirc-keepalive): Kill processes that did not send a message
12158 since the last ping.
12159 (rcirc-mode): Give rcirc-topic a local binding here.
12160
12161 2005-11-19 Michael Cadilhac <michael.cadilhac@lrde.org>
12162
12163 * subr.el (read-passwd): Fontify the prompt as we do with other
12164 prompts.
12165
12166 2005-11-19 Ryan Yeske <rcyeske@gmail.com>
12167
12168 * ffap.el (ffap-menu-rescan): Use inhibit-read-only instead of
12169 binding buffer-read-only to nil.
12170
12171 2005-11-19 Eli Zaretskii <eliz@gnu.org>
12172
12173 * complete.el (partial-completion-mode):
12174 Mention completion-auto-help in the doc string.
12175
12176 * man.el (Man-highlight-references): Doc fix. Reformat code in a
12177 more Lisp-ish way.
12178
12179 2005-11-19 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
12180
12181 * ls-lisp.el (ls-lisp-format-file-size): Format file size with 9
12182 digits, not 8, to avoid misalignment for files larger than 100MB.
12183
12184 2005-11-19 Eli Zaretskii <eliz@gnu.org>
12185
12186 * menu-bar.el (menu-bar-describe-menu) <list-keybindings>:
12187 Mention "keyboard shortcuts" in the help text.
12188
12189 2005-11-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12190
12191 * startup.el (fancy-splash-default-action): Discard only
12192 mouse-down and succeeding mouse-up events in the splash screen
12193 window so that drag-n-drop event can be processed.
12194
12195 2005-11-18 Chong Yidong <cyd@stupidchicken.com>
12196
12197 * longlines.el (longlines-mode): Add hacks for mail-mode and
12198 message-mode.
12199
12200 2005-11-18 Carsten Dominik <dominik@science.uva.nl>
12201
12202 * textmodes/org.el (org-table-sort-lines): New command.
12203 (org-tbl-menu): Add entry for `org-table-sort-lines'.
12204 (org-add-file): Command removed, use `org-agenda-file-to-front'
12205 instead.
12206 (org-export-icalendar): Use `org-icalendar-combined-name'.
12207 (org-cycle-agenda-files, org-agenda-file-to-end)
12208 (org-agenda-file-to-front): New commands.
12209 (org-table-tab-jumps-over-hlines, org-export-html-style):
12210 New options.
12211 (org-table-next-field): Use `org-table-tab-jumps-over-hlines'.
12212 (org-at-table.el-p, org-set-autofill-regexps, org-html-protect):
12213 New functions.
12214 (org-fill-paragraph): Call `org-table-align' in tables.
12215 (org-mode): Call `org-set-autofill-regexps'.
12216 (org-export-as-html): Support for local handformatted lists.
12217 Modified to produce valid HTML 4.0. Use `org-export-html-style'.
12218 (org-export-local-list-max-depth): New option.
12219 (org-html-expand): Use `org-html-protect'.
12220
12221 2005-11-18 Nick Roberts <nickrob@snap.net.nz>
12222
12223 * progmodes/gud.el (gud-install-speedbar-variables): Bind gud-pp
12224 to "p".
12225 (gdb): Move definition of gud-pp to...
12226
12227 * progmodes/gdb-ui.el (gdb-ann3): ...here. Make it work in the
12228 speedbar.
12229 (gdb-find-watch-expression): New function.
12230
12231 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
12232
12233 * faces.el (face-attribute, set-face-attribute): Mention existence
12234 of `:ignore-defface' setting in docstring.
12235
12236 2005-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
12237
12238 * simple.el (completion-setup-function): Fix last change.
12239
12240 2005-11-17 John Paul Wallington <jpw@pobox.com>
12241
12242 * ibuf-ext.el (ibuffer-interactive-filter-by-mode):
12243 Use `posn-set-point' instead of `mouse-set-point' because the
12244 latter is not fbound when configured without X.
12245
12246 * comint.el (comint-insert-input): Likewise.
12247
12248 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
12249
12250 * simple.el (hard-newline): New variable.
12251 (sendmail-user-agent-compose, next-line): Use it.
12252
12253 * mail/sendmail.el (mail-setup, mail-send, mail-insert-from-field)
12254 (sendmail-send-it, mail-do-fcc, mail-cc, mail-bcc, mail-fcc)
12255 (mail-mail-reply-to, mail-mail-followup-to)
12256 (mail-position-on-field, mail-signature, mail-yank-original)
12257 (mail-attach-file): Likewise.
12258
12259 * mail/mailheader.el (mail-header-format)
12260 (mail-header-format-function): Likewise.
12261
12262 * add-log.el (add-change-log-entry, change-log-merge): Likewise.
12263
12264 2005-11-17 Juri Linkov <juri@jurta.org>
12265
12266 * font-lock.el (font-lock-faces): Rename this defgroup from
12267 `font-lock-highlighting-faces'.
12268 (font-lock-comment-face, font-lock-comment-delimiter-face)
12269 (font-lock-string-face, font-lock-doc-face)
12270 (font-lock-keyword-face, font-lock-builtin-face)
12271 (font-lock-function-name-face, font-lock-variable-name-face)
12272 (font-lock-type-face, font-lock-constant-face)
12273 (font-lock-warning-face, font-lock-negation-char-face)
12274 (font-lock-preprocessor-face)
12275 (font-lock-regexp-grouping-backslash)
12276 (font-lock-regexp-grouping-construct): Rename :group from
12277 `font-lock-highlighting-faces' to `font-lock-faces'.
12278
12279 * cus-edit.el (lisp, c, tex):
12280 * progmodes/ada-mode.el (ada):
12281 * progmodes/asm-mode.el (asm):
12282 * progmodes/cperl-mode.el (cperl-faces):
12283 * progmodes/cpp.el (cpp):
12284 * progmodes/dcl-mode.el (dcl):
12285 * progmodes/f90.el (f90):
12286 * progmodes/fortran.el (fortran):
12287 * progmodes/icon.el (icon):
12288 * progmodes/idlwave.el (idlwave-misc):
12289 * progmodes/m4-mode.el (m4):
12290 * progmodes/make-mode.el (makefile):
12291 * progmodes/meta-mode.el (meta-font):
12292 * progmodes/modula2.el (modula2):
12293 * progmodes/octave-mod.el (octave):
12294 * progmodes/pascal.el (pascal):
12295 * progmodes/perl-mode.el (perl):
12296 * progmodes/prolog.el (prolog):
12297 * progmodes/ps-mode.el (PostScript-edit):
12298 * progmodes/scheme.el (scheme):
12299 * progmodes/sh-script.el (sh-script):
12300 * progmodes/simula.el (simula):
12301 * progmodes/tcl.el (tcl):
12302 * textmodes/nroff-mode.el (nroff):
12303 * textmodes/reftex-vars.el (reftex-fontification-configurations):
12304 * textmodes/sgml-mode.el (sgml):
12305 * textmodes/texinfo.el (texinfo):
12306 Add :link (custom-group-link font-lock-faces) to defgroup.
12307
12308 * hi-lock.el (hi-lock): Rename this defgroup from
12309 `hi-lock-interactive-text-highlighting'. Change parent group from
12310 `faces' to `font-lock'. Add link to the manual.
12311 (hi-lock-mode, hi-lock-file-patterns-range)
12312 (hi-lock-exclude-modes, hi-lock-faces): Rename :group from
12313 `hi-lock-interactive-text-highlighting' to `hi-lock'.
12314 (hi-lock-faces): Add :group `faces'.
12315
12316 * cus-edit.el (custom-variable-prompt): Clarify the code.
12317
12318 * faces.el (face-read-string): Set the default value arg of
12319 completing-read.
12320
12321 2005-11-16 Luc Teirlinck <teirllm@auburn.edu>
12322
12323 * rfn-eshadow.el (file-name-shadow-properties)
12324 (file-name-shadow-tty-properties, file-name-shadow-mode):
12325 Remove autoloads, because the file is now preloaded.
12326
12327 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
12328
12329 * printing.el (easy-menu-intern): Don't define.
12330 (pr-get-symbol): Use easy-menu-intern only if defined.
12331
12332 * simple.el (blink-matching-open): Simplify a bit.
12333 (completion-setup-function): Fix the case of partial-completion-mode
12334 when the minibuffer's contents start with "-".
12335 Obey completion-base-size-function even when
12336 minibuffer-completing-file-name is non-nil.
12337
12338 2005-11-16 Richard M. Stallman <rms@gnu.org>
12339
12340 * net/eudcb-ph.el (eudc-ph-open-session):
12341 Use set-process-query-on-exit-flag.
12342
12343 * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-contents.
12344
12345 * international/ucs-tables.el (ucs-set-table-for-input):
12346 Use make-local-variable, not make-variable-buffer-local.
12347
12348 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
12349 Improve warning message text.
12350
12351 * savehist.el (savehist-save-hook): Add :group.
12352
12353 * menu-bar.el (menu-bar-help-menu):
12354 Rename Find Extra Packages to External Packages.
12355
12356 * cus-edit.el (Custom-reset-standard): Verify that
12357 :custom-standard-value prop exists before calling it.
12358
12359 * apropos.el (apropos-calc-scores): Use apropos-pattern.
12360
12361 2005-11-16 Martin Rudalics <rudalics@gmx.at>
12362
12363 * wid-edit.el (color): Enclose %t in %{...%}.
12364
12365 * cus-edit.el (face): Enclose %t in %{...%}.
12366
12367 2005-11-16 Hrvoje Niksic <hniksic@xemacs.org>
12368
12369 * savehist.el (savehist-mode-hook): Re-add the var.
12370 (savehist-mode): Use it.
12371
12372 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
12373
12374 * textmodes/flyspell.el: Fix commenting convention.
12375 Remove unnecessary leading * in custom docstrings.
12376 (flyspell-emacs): Remove unused var.
12377 (flyspell-delete-region-overlays): Use remove-overlays.
12378 (flyspell-accept-buffer-local-defs): Use save-current-buffer.
12379 (flyspell-debug-signal-no-check, flyspell-debug-signal-changed-checked)
12380 (flyspell-debug-signal-pre-word-checked, flyspell-post-command-hook)
12381 (flyspell-debug-signal-word-checked): Use with-current-buffer.
12382 (make-flyspell-overlay): Don't locally reuse a global name.
12383 (flyspell-highlight-incorrect-region)
12384 (flyspell-highlight-duplicate-region): Use flyspell-unhighlight-at.
12385 (flyspell-check-previous-highlighted-word): Use flyspell-overlay-p.
12386 (flyspell-notify-misspell): Remove unused args `start' and `end'.
12387 (flyspell-word): Adjust call accordingly. Use ispell-send-string.
12388 Wrap calls to accept-process-output inside with-local-quit since it's
12389 often called from a post-command-hook.
12390 (flyspell-correct-word, flyspell-auto-correct-word):
12391 Use ispell-send-string.
12392 (flyspell-xemacs-popup): Remove unused arg `event'. Update call.
12393
12394 * calendar/diary-lib.el (diary-list-entries): Also hide the
12395 terminating newline.
12396
12397 2005-11-16 Carsten Dominik <dominik@science.uva.nl>
12398
12399 * textmodes/reftex.el (reftex-use-fonts): Remove the check for
12400 window-system, to allow fonts on tty.
12401
12402 2005-11-17 Nick Roberts <nickrob@snap.net.nz>
12403
12404 * progmodes/gud.el (gud-speedbar-item-info): New function.
12405 (gud-install-speedbar-variables): Use it to display data type
12406 of watch expression as a tooltip in speedbar.
12407
12408 2005-11-15 Luc Teirlinck <teirllm@auburn.edu>
12409
12410 * font-core.el (global-font-lock-mode): Add :version keyword,
12411 because default was changed.
12412
12413 * jka-cmpr-hook.el (auto-compression-mode): Ditto.
12414
12415 * startup.el (command-line): Use `custom-reevaluate-setting' for
12416 `file-name-shadow-mode'.
12417
12418 * loadup.el: Preload rfn-eshadow.
12419
12420 * rfn-eshadow.el (file-name-shadow-mode): Set :init-value to t.
12421 Add :version keyword.
12422 (file-name-shadow-properties, file-name-shadow-tty-properties)
12423 (file-name-shadow): Add :version keyword.
12424
12425 * cus-edit.el (custom-add-parent-links): Fix bug whereby, for
12426 instance, `(fringe custom-face)' shadowed `(fringe custom-group)'
12427 in the custom-group property of the symbol frames and the fringe
12428 group got no link to its parent group frames.
12429 Doc fix.
12430
12431 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
12432
12433 * progmodes/gud.el (gud-stop-subjob): New function.
12434 (gud-menu-map, gud-tool-bar-map): Use it.
12435
12436 2005-11-16 Kim F. Storm <storm@cua.dk>
12437
12438 * progmodes/gud.el (gud-menu-map): Let [stop] stop program rather
12439 than kill it.
12440 (gud-tool-bar-map): Likewise. Move cont/until/finish buttons
12441 to a more useful/logical place.
12442
12443 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
12444
12445 * progmodes/gud.el (gud-menu-map): Make visibility of stop and
12446 go buttons complementary.
12447
12448 2005-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
12449
12450 * rfn-eshadow.el (rfn-eshadow-regexp): Remove.
12451 (rfn-eshadow-sifn-equal): New function.
12452 (rfn-eshadow-update-overlay): Rewrite to use substitute-in-file-name.
12453
12454 2005-11-15 Michael Kifer <kifer@cs.stonybrook.edu>
12455
12456 * viper-utils.el (viper-non-word-characters-reformed-vi):
12457 Quote `-' in string.
12458
12459 * viper.el (viper-emacs-state-mode-list): Ensure that
12460 rcirc-mode buffers come up in Emacs state.
12461
12462 * ediff-util.el (ediff-make-temp-file): Use proper file-name-handler
12463 operation.
12464
12465 2005-11-15 Dan Nicolaescu <dann@ics.uci.edu>
12466
12467 * term.el (term-termcap-format): Fix typos.
12468 (term-down): Fix the negative argument case.
12469
12470 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
12471
12472 * progmodes/gdb-ui.el: Remove face-alias left over from change on
12473 2005-08-15.
12474 (gdb-ann3): New command gud-go.
12475 (menu): Accomodate gdb-mi.el.
12476 (gdb-assembler-custom): Make buffer of selected window current
12477 so that set-window-point works.
12478
12479 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Re-define
12480 buttons and include new ones.
12481
12482 2005-11-16 Kim F. Storm <storm@cua.dk>
12483
12484 * progmodes/gud.el (gud-tool-bar-item-visible-no-fringe): New function.
12485 (gud-menu-map): Use it.
12486
12487 2005-11-14 Luc Teirlinck <teirllm@auburn.edu>
12488
12489 * jka-cmpr-hook.el (auto-compression-mode): Enable it in a way
12490 that works correctly for Custom and that does not override a user
12491 who disables it.
12492
12493 * help-mode.el (help-make-xrefs, help-xref-on-pp)
12494 (help-xref-interned, help-follow): Make hyperlinks for variables
12495 that are unbound, but have a non-nil variable-documentation property.
12496
12497 * emacs-lisp/derived.el (define-derived-mode): Remove defvar for
12498 mode hook. (It conflicted with defcustoms for some mode hooks.)
12499 Use the `variable-documentation' property to give the mode hook a
12500 docstring and expand that docstring.
12501
12502 2005-11-14 Hrvoje Niksic <hniksic@xemacs.org>
12503
12504 * savehist.el (savehist-mode): Don't bother with
12505 `custom-set-minor-mode'.
12506 (savehist-coding-system): Check XEmacs version.
12507 (history-length): Declare also at run time.
12508 (savehist-mode): Don't emit a message. Don't run the minor mode hook.
12509 Don't set the customize state.
12510 (savehist-minibuffer-hook): Special case for when
12511 minibuffer-history-variable is equal to t.
12512
12513 2005-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
12514
12515 * files.el (write-file): Refresh VC status.
12516
12517 * calendar/diary-lib.el (diary-list-entries, diary-show-all-entries)
12518 (mark-diary-entries, make-diary-entry): Check default-major-mode rather
12519 than fundamental-mode to see if the mode was set.
12520
12521 2005-11-14 Romain Francoise <romain@orebokech.com>
12522
12523 * dired-x.el: If `vm-visit-folder' doesn't exist, define it as a
12524 dummy function in `eval-when-compile' to avoid compiler warning.
12525 Require `man' at compile time.
12526
12527 2005-11-14 Jay Belanger <belanger@truman.edu>
12528
12529 * calc-alg.el (calcFunc-write-out-power): Rename it to
12530 calcFunc-powerexpand.
12531 (math-write-out-power): Rename it to math-powerexpand; have it
12532 handle negative exponents.
12533 (calc-writeoutpower): Rename it to calc-powerexpand.
12534
12535 * calc-ext.el: Change calcFunc-writeoutpower and
12536 calc-writeoutpower to calcFunc-powerexpand and calc-powerexpand in
12537 autoloads.
12538 Add calcFunc-ldiv to autoloads.
12539
12540 * calc-arith.el (calcFunc-ldiv): New function.
12541
12542 * calc.el (calc-left-divide): New function.
12543
12544 2005-11-14 Juri Linkov <juri@jurta.org>
12545
12546 * cus-edit.el (custom-variable-prompt): Set the default value arg
12547 of completing-read.
12548
12549 * cus-dep.el (custom-make-dependencies): Reverse the list of
12550 found dependencies.
12551
12552 2005-11-14 Dan Nicolaescu <dann@ics.uci.edu>
12553
12554 * menu-bar.el (menu-bar-options-menu): Delete "Syntax
12555 Highlighting" entry, it is on by default now.
12556 (menu-bar-options-save): Do not save global-font-lock-mode.
12557
12558 2005-11-13 Richard M. Stallman <rms@gnu.org>
12559
12560 * textmodes/flyspell.el (flyspell-large-region):
12561 Call flyspell-accept-buffer-local-defs.
12562
12563 2005-11-13 Agustin Martin <agustin.martin@hispalinux.es>
12564
12565 * textmodes/flyspell.el (flyspell-notify-misspell):
12566 Fix misspelling of "Misspelling".
12567 (flyspell-process-localwords): New function.
12568 (flyspell-large-region): Call flyspell-process-localwords and
12569 flyspell-delete-region-overlays.
12570 (flyspell-delete-region-overlays): New function.
12571 (flyspell-delete-all-overlays): Call that.
12572
12573 2005-11-13 Richard M. Stallman <rms@gnu.org>
12574
12575 * help.el (help-for-help-internal): Improve doc of C-h a.
12576 (describe-key): Improve prompt; doc fix.
12577
12578 2005-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
12579
12580 * vc-svn.el (vc-svn-registered): Catch all errors.
12581
12582 * cus-dep.el (custom-make-dependencies): Typo.
12583
12584 2005-11-13 Michael Albinus <michael.albinus@gmx.de>
12585
12586 * net/tramp-util.el (top): Fix compilation warning.
12587
12588 2005-11-13 Kim F. Storm <storm@cua.dk>
12589
12590 * help.el (help-for-help-internal): Fix `a' entry. Add `d' entry.
12591
12592 2005-11-13 Nick Roberts <nickrob@snap.net.nz>
12593
12594 * progmodes/gud.el (gud-menu-map): Move parentheses (again).
12595 (gud-speedbar-buttons): Match on "const char *" too.
12596
12597 * progmodes/gdb-ui.el (gdb-var-create-handler)
12598 (gdb-var-list-children-handler): Match on "const char *" too.
12599 (gdb-var-evaluate-expression-handler): Match on empty string.
12600 (gdb-var-update-handler): Only call
12601 gdb-var-evaluate-expression-handler when required.
12602
12603 2005-11-13 Nick Roberts <nickrob@snap.net.nz>
12604
12605 * progmodes/gud.el (gud-menu-map): Revert to window-fringes for
12606 selected window. This still doesn't work for speedbar.
12607 (gud-speedbar-buttons): Handle string expressions properly.
12608
12609 * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
12610 (gdb-var-create-handler): Handle string expressions properly.
12611 (gdb-var-list-children-regexp, gdb-var-list-children-handler):
12612 Handle string expressions properly. Move "type" field into regexp.
12613
12614 2005-11-12 Karl Fogel <kfogel@red-bean.com>
12615
12616 * bookmark.el (bookmark-maybe-message): New function to reduce
12617 code duplication: invokes `message' iff baud-rate is high enough.
12618 (bookmark-write-file): Use above instead of an inline conditional.
12619 (bookmark-load): Same.
12620
12621 2005-11-12 Karl Fogel <kfogel@red-bean.com>
12622
12623 * bookmark.el (bookmark-write-file): Don't visit the destination
12624 file, just write the data to it using write-region. This is
12625 similar to saveplace.el at 2005-05-29T08:36:26Z!rms@gnu.org, but with an additional
12626 change to avoid visiting the file in the first place.
12627
12628 2005-11-12 Chong Yidong <cyd@stupidchicken.com>
12629
12630 * hi-lock.el (hi-lock-mode): Set the default value of
12631 font-lock-defaults.
12632
12633 2005-11-11 Luc Teirlinck <teirllm@auburn.edu>
12634
12635 * find-lisp.el (find-lisp-find-dired-insert-file): Pass `string'
12636 arg to `file-attributes'.
12637 (find-lisp-format): The UID and GID can now be strings.
12638
12639 2005-11-12 Kim F. Storm <storm@cua.dk>
12640
12641 * help.el (help-map): Bind C-h d to apropos-documentation.
12642
12643 * simple.el (what-cursor-position): Print (EOB) instead of (100%)
12644 when point is at end-of-buffer.
12645
12646 * apropos.el (apropos-match-face): Doc fix.
12647 (apropos-sort-by-scores): Add new choice `verbose'.
12648 (apropos-documentation-sort-by-scores): New defcustom.
12649 (apropos-pattern): Now contains the pattern entered by the user.
12650 (apropos-pattern-quoted): New defvar.
12651 (apropos-regexp): New defvar, containing the regexp corresponding
12652 to apropos-pattern.
12653 (apropos-all-words-regexp): Rename from apropos-all-regexp.
12654 (apropos-read-pattern): New defun. Use it to read pattern arg in
12655 interactive calls; returns list of words for a word list, and
12656 string for a regexp.
12657 (apropos-parse-pattern): Rename from apropos-rewrite-regexp. Now
12658 parses a list of words or regexp as returned by apropos-read-pattern.
12659 (apropos-calc-scores): Return nil if apropos-regexp doesn't match.
12660 (apropos-score-doc): Return a very high score if the string
12661 entered by the user matches literally.
12662 (apropos-variable): Doc fix. Use apropos-read-pattern.
12663 (apropos-command): Doc fix. Use apropos-read-pattern and
12664 apropos-parse-pattern. Call apropos-print with nosubst=t.
12665 (apropos, apropos-value): Doc fix. Use apropos-read-pattern and
12666 apropos-parse-pattern.
12667 (apropos-documentation): Doc fix. Use apropos-read-pattern and
12668 apropos-parse-pattern. Locally bind apropos-sort-by-scores to
12669 apropos-documentation-sort-by-scores. Call apropos-print with
12670 nosubst=t.
12671 (apropos-documentation-internal): Pass doc string through
12672 substitute-key-definition before adding text properties.
12673 Highlight substring matching literal user input if possible.
12674 (apropos-documentation-check-doc-file): Remove locals beg and end.
12675 Fix calculation of score (as added twice). Pass doc string through
12676 substitute-key-definition before adding text properties.
12677 (apropos-documentation-check-elc-file): Pass doc string through
12678 substitute-key-definition before adding text properties.
12679 Highlight substring matching literal user input if possible.
12680 (apropos-print): Add new arg NOSUBST; if set, command and variable
12681 doc strings have already been passed through substitute-key-definition.
12682 Add code to handle apropos-accumulator items without score element
12683 for backwards compatibility (e.g. with woman package).
12684 Only show scores if apropos-sort-by-scores is `verbose'.
12685
12686 2005-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
12687
12688 * jka-cmpr-hook.el (jka-compr-install): Use push and dolist.
12689 Add jka-compr-load-suffixes to load-suffixes.
12690
12691 * jka-compr.el: Require jka-cmpr-hook.
12692 (jka-compr-info-compress-message, jka-compr-info-compress-program)
12693 (jka-compr-info-compress-args, jka-compr-info-uncompress-message)
12694 (jka-compr-info-uncompress-program, jka-compr-info-uncompress-args)
12695 (jka-compr-info-can-append, jka-compr-info-strip-extension)
12696 (jka-compr-info-file-magic-bytes, jka-compr-get-compression-info)
12697 (jka-compr-info-regexp): Remove. Provided by jka-cmpr-hook.
12698 (jka-compr-uninstall): Remove entries from
12699 jka-compr-added-to-file-coding-system-alist after they are used.
12700 (jka-compr-error): Remove unused var `curbuf'.
12701 (jka-compr-file-local-copy): Remove unused var `notfound'.
12702
12703 2005-11-10 Romain Francoise <romain@orebokech.com>
12704
12705 * apropos.el (apropos-calc-scores): Use `apropos-pattern'.
12706
12707 2005-11-11 Nick Roberts <nickrob@snap.net.nz>
12708
12709 * progmodes/gud.el (gud-menu-map): Move parentheses.
12710 (gdb): New command gud-pv.
12711
12712 2005-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
12713
12714 * tar-mode.el: Remove spurious or unnecessary leading stars
12715 in docstrings.
12716 (tar-header-block-tokenize): Also obey default-file-name-coding-system.
12717 (tar-parse-octal-integer-safe): Use mapc.
12718 (tar-header-block-summarize): Remove unused var `ck'.
12719 (tar-summarize-buffer): Don't clear the modified-p bit if it wasn't
12720 cleared before. Obey default-enable-multibyte-characters.
12721 Use mapconcat. Simplify setting of tar-header-offset.
12722 (tar-mode-map): Move initialization inside delcaration.
12723 (tar-flag-deleted): Use `abs'.
12724 (tar-expunge-internal): Remove unused var `line'.
12725 (tar-expunge-internal): Don't hardcode point-min==1.
12726 (tar-expunge): Widen while doing set-buffer-multibyte.
12727 (tar-rename-entry): Use file-name-coding-system.
12728 (tar-alter-one-field): Don't hardcode point-min==1.
12729 (tar-subfile-save-buffer): string-as-unibyte works on unibyte strings.
12730 (tar-pad-to-blocksize): Don't hardcode point-min==1. Clarify the code.
12731
12732 2005-11-10 Masatake YAMATO <jet@gyve.org>
12733
12734 * add-log.el (add-log-current-defun): Handle class::method
12735 notation of c++. Fix incorrect comment.
12736
12737 2005-11-10 Alan Mackenzie <acm@muc.de>
12738
12739 * help-fns.el (describe-variable): Make C-h v work when a variable
12740 has variable documentation yet is unbound.
12741
12742 2005-11-10 Masatake YAMATO <jet@gyve.org>
12743
12744 * man.el (Man-highlight-references): Set an empty
12745 string to `Man-arguments' if it is nil.
12746 Suggested by Reiner Steib <Reiner.Steib@gmx.de>.
12747
12748 2005-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
12749
12750 * Makefile.in (mh-loaddefs.el, loaddefs.el): Better follow the
12751 commenting conventions.
12752
12753 * cus-dep.el (custom-make-dependencies): Simplify.
12754 Better follow the commenting conventions.
12755
12756 2005-11-09 Richard M. Stallman <rms@gnu.org>
12757
12758 * apropos.el (apropos-pattern): Rename from apropos-regexp.
12759 (apropos-orig-pattern): Rename from apropos-orig-regexp.
12760 All uses changed.
12761 (apropos-rewrite-regexp): Doc fix.
12762 (apropos-variable, apropos-command, apropos, apropos-value):
12763 Change prompt; carry through the argument renaming.
12764
12765 2005-11-09 Luc Teirlinck <teirllm@auburn.edu>
12766
12767 * find-lisp.el: Require dired.
12768 (find-lisp-find-dired-internal): Do not call
12769 `abbreviate-file-name' on DIR.
12770
12771 2005-11-10 Nick Roberts <nickrob@snap.net.nz>
12772
12773 * progmodes/gud.el (gdb): Make gud-pp use user-defined command pp1.
12774
12775 2005-11-09 Nick Roberts <nickrob@snap.net.nz>
12776
12777 * progmodes/gud.el (gud-menu-map): Ensure tool-bar is constant
12778 when using the speedbar.
12779 (gdb): New command gud-pp.
12780 (gud-menu-map, gud-tool-bar-map): Put it on the tool bar.
12781
12782 2005-11-09 Juri Linkov <juri@jurta.org>
12783
12784 * replace.el (occur-excluded-properties): New defcustom.
12785 (occur-1, occur-engine, occur-accumulate-lines): Use it.
12786
12787 2005-11-08 Jay Belanger <belanger@truman.edu>
12788
12789 * calc/calc-units.el (math-convert-units): Replace any composite
12790 unit by its definition.
12791
12792 2005-11-08 Lars Hansen <larsh@soem.dk>
12793
12794 * emacs-lisp/autoload.el (update-directory-autoloads):
12795 Add obsolete function alias.
12796
12797 2005-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
12798
12799 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
12800 comment-indent-function.
12801 (lisp-comment-indent): Replace by an alias for comment-indent-default.
12802
12803 * reveal.el (reveal-post-command): Rework the handling of
12804 reveal-open-spots, so as to be more reliable. There were several
12805 tricky corner cases where an open spot might be lost, or where
12806 a closed spot might end up on the list of open spots.
12807 Only reveal text that's ellipsised.
12808
12809 2005-11-07 Carsten Dominik <dominik@science.uva.nl>
12810
12811 * textmodes/org.el (org-export-as-html): Remove bogus (debug) form.
12812
12813 2005-11-07 John Paul Wallington <jpw@gnu.org>
12814
12815 * ibuffer.el (ibuffer): Search iconified frames too when
12816 getting Ibuffer buffer's window.
12817
12818 2005-11-06 Richard M. Stallman <rms@gnu.org>
12819
12820 * progmodes/compile.el (compilation-internal-error-properties):
12821 save-excursion around the computation of MARKER.
12822
12823 2005-11-06 Piet van Oostrum <piet@cs.uu.nl>
12824
12825 * textmodes/flyspell.el (flyspell-external-point-words):
12826 flyspell-get-word returns a list, not just a string.
12827
12828 2005-11-06 John Paul Wallington <jpw@pobox.com>
12829
12830 * ibuffer.el (ibuffer): Search all visible frames when getting
12831 Ibuffer buffer's window.
12832
12833 2005-11-07 Masatake YAMATO <jet@gyve.org>
12834
12835 * man.el (Man-reference-regexp): Accept spaces between
12836 `Man-name-regexp' and `Man-section-regexp'.
12837 (Man-apropos-regexp): New variable.
12838 (Man-abstract-xref-man-page): Use value for `Man-target-string'
12839 if available.
12840 (Man-highlight-references, Man-highlight-references0):
12841 Handle the case when `Man-arguments' includes "-k".
12842 (Man-highlight-references0): Rename the argument `TARGET-POS' to
12843 `TARGET'. `TARGET' can be a number, function or nil.
12844
12845 2005-11-06 Nick Roberts <nickrob@snap.net.nz>
12846
12847 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-var-delete)
12848 (gdb-edit-value, gdb-speedbar-expand-node, gdb-get-create-buffer)
12849 (gdb-breakpoints-mode, gdb-toggle-breakpoint, gdb-delete-breakpoint)
12850 (gdb-goto-breakpoint, gdb-frames-mode, gdb-registers-mode)
12851 (gdb-locals-mode, gdb-find-file-hook): Use buffer-local-value.
12852 (gdb-send-item): Use buffer-local-value and simplify.
12853
12854 2005-11-05 Luc Teirlinck <teirllm@auburn.edu>
12855
12856 * startup.el (command-line): Use `custom-reevaluate-setting' for
12857 `global-font-lock-mode'.
12858
12859 * font-core.el (global-font-lock-mode): Enable `global-font-lock-mode'
12860 by default, except in batch mode or when the -D option is given.
12861
12862 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Pass all
12863 specified keyword args on to `define-minor-mode'. Update docstring.
12864
12865 2005-11-05 Romain Francoise <romain@orebokech.com>
12866
12867 * replace.el (occur-engine): Add marker at end of line, too.
12868
12869 2005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
12870
12871 * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
12872 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
12873 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
12874 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
12875 argument to all these routines, so the passphrase can be managed
12876 externally and passed in to the system.
12877 (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
12878 pgg-add-passphrase-to-cache function.
12879
12880 * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
12881 (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
12882 (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
12883 (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
12884 argument to all these routines, so the passphrase can be managed
12885 externally and passed in to the system.
12886 (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
12887 function.
12888
12889 2005-11-04 Dan Nicolaescu <dann@ics.uci.edu>
12890
12891 * font-lock.el: Don't deal with font-lock-face-attributes here,
12892 move the code ...
12893
12894 * startup.el (command-line): ... here. Use face-spec-set instead
12895 of custom-declare-face.
12896
12897 * faces.el (face-spec-set): Reset the face if spec is not nil.
12898
12899 2005-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
12900
12901 * newcomment.el (comment-region-internal): Box more tightly in the
12902 common case where there's no TAB in the boxed text.
12903
12904 2005-11-04 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12905
12906 * info.el (info-tool-bar-map): Use images prev-node, next-node and
12907 up-node.
12908
12909 2005-11-04 Ulf Jasper <ulf.jasper@web.de>
12910
12911 * newsticker.el: Commentary updated. Code formatting changed.
12912 (newsticker-version): Change to "1.9".
12913 (newsticker, newsticker-feed): Doc fix.
12914 (newsticker-url-list): Doc fix. Add option "Weekly".
12915 (newsticker-retrieval-interval): Add option "Weekly".
12916 (newsticker-headline-processing): Doc fix.
12917 (newsticker-auto-mark-filter): Remove.
12918 (newsticker-auto-mark-filter-list): New.
12919 (newsticker-layout, newsticker-sort-method): Doc fix.
12920 (newsticker-hide-old-items-in-newsticker-buffer)
12921 (newsticker-heading-format, newsticker-item-format)
12922 (newsticker-desc-format): Doc fix.
12923 (newsticker-show-all-rss-elements): Remove.
12924 (newsticker-show-all-news-elements): New.
12925 (newsticker-faces, newsticker-ticker): Doc fix.
12926 (remove-from-invisibility-spec): Code formatting.
12927 (newsticker--process-ids): New.
12928 (newsticker-mode): Doc fix.
12929 (newsticker-mode): Change mode-line-format.
12930 (newsticker-start): Remove debug output.
12931 (newsticker-start-ticker): Doc fix. Add autoload cookie.
12932 (newsticker-w3m-show-inline-images): Code formatting.
12933 (newsticker-next-item): Call `force-mode-line-update'.
12934 (newsticker-previous-item): Call `force-mode-line-update'.
12935 (newsticker-next-feed): Call `force-mode-line-update'.
12936 (newsticker-previous-feed): Call `force-mode-line-update'.
12937 (newsticker-mark-all-items-at-point-as-read): Code formatting.
12938 (newsticker-show-old-items): Do not show descs.
12939 (newsticker-hide-entry): Hide too much.
12940 (newsticker-hide-entry, newsticker-show-entry)
12941 (newsticker-toggle-auto-narrow-to-feed): Code formatting.
12942 (newsticker-set-auto-narrow-to-feed): Update buffer immediately.
12943 (newsticker-toggle-auto-narrow-to-item): Code formatting.
12944 (newsticker-set-auto-narrow-to-item): Update buffer immediately.
12945 (newsticker-running-p, newsticker-ticker-running-p): Autoload cookie.
12946 (newsticker-get-news): Call `force-mode-line-update'.
12947 Collect process ids.
12948 (newsticker--sentinel): Change coding system handling.
12949 Move image retrieval to new functions newsticker--get-logo-url-*.
12950 Move feed parsing to new functions newsticker--parse-*.
12951 Update list of process ids.
12952 (newsticker--get-logo-url-atom-1.0, newsticker--get-logo-url-atom-0.3)
12953 (newsticker--get-logo-url-rss-2.0, newsticker--get-logo-url-rss-1.0)
12954 (newsticker--get-logo-url-rss-0.92, newsticker--get-logo-url-rss-0.91)
12955 (newsticker--parse-atom-0.3, newsticker--parse-atom-1.0)
12956 (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
12957 (newsticker--parse-rss-1.0, newsticker--parse-rss-2.0)
12958 (newsticker--parse-generic-feed, newsticker--parse-generic-items): New.
12959 (newsticker--decode-coding-string): Remove.
12960 (newsticker--decode-numeric-entities): Check input. Format code.
12961 (newsticker--remove-whitespace): Check input.
12962 (newsticker--do-forget-preformatted): Doc fix.
12963 (newsticker--decode-rfc822-date): Allow for missing time.
12964 (newsticker--update-process-ids): New.
12965 (newsticker--image-sentinel): Change comment.
12966 (newsticker--image-read): Change error message.
12967 (newsticker--imenu-goto): Doc fix. Show headline title.
12968 (newsticker--buffer-set-uptodate): Call `force-mode-line-update'.
12969 (newsticker--buffer-do-insert-text): Clean whitespace in
12970 html-rendered headline title. Code formatting.
12971 Call `newsticker--buffer-print-extra-elements'.
12972 (newsticker--buffer-print-extra-element): Remove.
12973 (newsticker--buffer-print-extra-elements): New.
12974 (newsticker--buffer-do-print-extra-element): New.
12975 (newsticker--buffer-insert-enclosure): Doc fix. Use MBytes for
12976 large sizes.
12977 (newsticker--run-auto-mark-filter)
12978 (newsticker--do-run-auto-mark-filter):
12979 Use `newsticker-auto-mark-filter-list'.
12980
12981 2005-11-04 Ryan Yeske <rcyeske@gmail.com>
12982
12983 * net/rcirc.el: Use split-string OMIT-NULLS argument.
12984 (rcirc-print): Force redisplay before running hooks. Do long
12985 buffer truncation after making new text read-only. Deal with nil
12986 text when decoding strings. If TARGET is nil, use either the
12987 currently selected buffer, if it is an rcirc buffer and of the
12988 same process or the process buffer.
12989 (rcirc-mode): Remove header-line. Recompute short buffer names.
12990 Initialize rcirc-buffer-alist here instead of rcirc-get-buffer-create.
12991 (rcirc-short-buffer-name): Add variable.
12992 (rcirc-kill-buffer-hook): Recompute short buffer names.
12993 Remove nick from private channel.
12994 (rcirc-send-input): Send command text to current-buffer.
12995 Don't clear overlay arrow here.
12996 (rcirc-short-buffer-name): Return a short buffer name.
12997 (rcirc-update-short-buffer-names, rcirc-abbreviate)
12998 (rcirc-rebuild-tree, rcirc-make-trees): Add functions to generate
12999 buffer-name abbreviations.
13000 (rcirc-kill-buffer-hook-1): Split to make debugging easier.
13001 Do not touch nick-table when killing a parted channel.
13002 (rcirc-window-configuration-change): Rename from rcirc-update-activity.
13003 Clear arrow from current buffer if it is now hidden.
13004 (rcirc-current-buffer): Add variable.
13005 (rcirc-my-nick, rcirc-other-nick, rcirc-server)
13006 (rcirc-nick-in-message, rcirc-prompt, rcirc-mode-line-nick):
13007 Remove -face from names.
13008 (rcirc-update-activity-string): Print "DND" when globally ignoring
13009 activity.
13010 (rcirc-ignore-buffer-activity-flag): Rename from
13011 rcirc-ignore-channel-activity.
13012 (rcirc-ignore-all-activity-flag): Doc fix.
13013 (rcirc-channels): Remove variable.
13014 (rcirc-kill-buffer-hook):
13015 (rcirc-get-buffer-create): Add nick to private channel.
13016 (rcirc-multiline-edit-submit): Remove tabs.
13017 (rcirc-put-nick-channel, rcirc-channel-nicks): Look up nicks case
13018 folded.
13019 (rcirc-remove-nick-channel): Bug fix.
13020 (rcirc-toggle-ignore-buffer-activity): Rename from
13021 rcirc-toggle-ignore-channel-activity.
13022 (rcirc-record-activity): Add buffers to the front of the list.
13023 (rcirc-update-activity): Remove killed buffers from list.
13024 (rcirc-process-server-response-1): Remove last argument if it is
13025 null before calling handler.
13026 (rcirc): Add "rcirc" defcustom prefix.
13027 (rcirc-prompt): Simplify default prompt.
13028 Use custom-initialize-default.
13029 (rcirc-private-chats): Remove variable.
13030 (rcirc-prompt): Change initialization.
13031 (rcirc-version): Remove function.
13032 (rcirc-id-string): Add constant.
13033 (rcirc-last-buffer): Remove variable.
13034 (rcirc-buffer-alist): Add variable.
13035 (rcirc-connect): Update variable setup.
13036 (rcirc-sentinel, rcirc-update-prompt): Use `rcirc-buffer-alist'.
13037 (rcirc-trap-errors-flag): Rename from `rcirc-trap-errors' change
13038 default.
13039 (rcirc-handler-generic): Trigger activity.
13040 (rcirc-send-message): Create the buffor of the target.
13041 (rcirc-generate-new-buffer-name): Rename from `rcirc-get-buffer-name'.
13042 (rcirc-get-buffer): Just return nil if there is no matching buffer.
13043 (rcirc-multiline-edit-cancel): Remove function.
13044 (rcirc-set-last-buffer): Remove function.
13045 (rcirc-get-any-buffer): Add function.
13046 (rcirc-join-channels): Don't print /join text.
13047 (rcirc-toggle-ignore-channel-activity): Add and update echo area
13048 messages.
13049 (rcirc-cmd-ctcp): Use rcirc-send-string to send request.
13050 (rcirc-handler-NOTICE): Recognize CTCP responses.
13051 (rcirc-handler-332, rcirc-handler-332): Use a temp buffer for
13052 constructing TOPIC string for buffers we are not JOINed.
13053 (rcirc-handler-CTCP-response): Add handler.
13054 (rcirc-multiline-edit-submit): Restore the window-configuration
13055 before adjusting point.
13056 (rcirc): Add customization group.
13057 (rcirc-server, rcirc-port, rcirc-nick, rcirc-user-name)
13058 (rcirc-user-full-name, rcirc-startup-channels-alist)
13059 (rcirc-fill-flag, rcirc-fill-column, rcirc-fill-prefix)
13060 (rcirc-ignore-all-activity-flag, rcirc-time-format)
13061 (rcirc-input-ring-size, rcirc-read-only-flag)
13062 (rcirc-buffer-maximum-lines, rcirc-authinfo-file-name)
13063 (rcirc-auto-authenticate-flag, rcirc-prompt, rcirc-print-hooks):
13064 Change defvar to defcustom.
13065 (rcirc-update-prompt): Add optional ALL arg, which will update
13066 prompts in all rcirc buffers. Regexp quote replacement text.
13067 (rcirc-fill-column): Accept frame-width as a value.
13068 (rcirc-set-changed): Add function.
13069 (rcirc-next-active-buffer): Write more meaningful messages.
13070 (rcirc-faces): Add customization group.
13071 (rcirc-my-nick-face, rcirc-other-nick-face, rcirc-server-face)
13072 (rcirc-nick-in-message-face, rcirc-prompt-face)
13073 (rcirc-mode-line-nick-face): Move into rcirc-faces group.
13074 (with-rcirc-process-buffer): Move before first usage.
13075 (rcirc-debug-buffer): Rename from `rcirc-log-buffer'.
13076 (rcirc-debug-flag): Rename from `rcirc-log-p'.
13077 (rcirc-debug): Rename from `rcirc-log'.
13078 (rcirc-format-response-string): Do not print `-' chars for a
13079 NOTICE with no sender. Simplify output of server responses.
13080
13081 2005-11-04 Henrik Enberg <henrik.enberg@telia.com>
13082
13083 (rcirc-browse-url-map, rcirc-browse-url-at-point)
13084 (rcirc-browse-url-at-mouse, rcirc-mangle-text):
13085 Make urls mouse and RET clickable.
13086
13087 2005-11-04 Henrik Enberg <henrik.enberg@telia.com>
13088
13089 * mail/rmailout.el (rmail-output-to-rmail-file, rmail-output): Doc fix.
13090
13091 2005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
13092
13093 * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
13094 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
13095 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
13096 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
13097 argument to all these routines, so the passphrase can be managed
13098 externally and passed in to the system.
13099 (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
13100 pgg-add-passphrase-to-cache function.
13101
13102 * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
13103 (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
13104 (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
13105 (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
13106 argument to all these routines, so the passphrase can be managed
13107 externally and passed in to the system.
13108 (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
13109 function.
13110
13111 2005-11-04 Edward O'Connor <hober0@gmail.com> (tiny change)
13112
13113 * net/goto-addr.el (goto-address-url-regexp): Remove `data:' URLs
13114 from goto-address-url-regexp.
13115
13116 2005-11-04 Carsten Dominik <dominik@science.uva.nl>
13117
13118 * textmodes/org.el (org-read-date, org-goto-calendar)
13119 (org-recenter-calendar, org-agenda-goto-calendar):
13120 Temporarily clear `calendar-move-hook'.
13121
13122 2005-11-04 Michael Kifer <kifer@cs.stonybrook.edu>
13123
13124 * ediff-merge.el (ediff-merge-region-is-non-clash): Return t, if not
13125 merging.
13126
13127 * ediff-util.el (ediff-previous-difference): Don't skip regions that
13128 have merge clashes.
13129
13130 2005-11-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13131
13132 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
13133 Undo previous change.
13134
13135 * startup.el (command-line): Use `custom-reevaluate-setting' for
13136 mouse-wheel-down-event and mouse-wheel-up-event. Don't call
13137 tty-register-default-colors on Mac.
13138
13139 2005-11-04 Nick Roberts <nickrob@snap.net.nz>
13140
13141 * progmodes/gdb-ui.el (gdb-buffer-type): Remove duplicate declaration.
13142 (gdb-buffer-type): Make it automatically buffer local...
13143 (gdb-get-create-buffer): ...and set it accordingly.
13144 (gdb-frame-gdb-buffer, gdb-display-gdb-buffer): Make these
13145 actually work.
13146
13147 2005-11-03 Dan Nicolaescu <dann@ics.uci.edu>
13148
13149 * font-lock.el (font-lock-warning-face): Use the more vivid red1,
13150 not red.
13151
13152 2005-11-04 Nick Roberts <nickrob@snap.net.nz>
13153
13154 * progmodes/gdb-ui.el (gud-watch): Use save-selected-window in
13155 case GUD buffer is not visible.
13156 (gdb-goto-breakpoint): Try to force display in source buffer.
13157 (gdb-frame-gdb-buffer): Copy other similar functions.
13158 (gdb-restore-windows): Don't display source if not asked for.
13159 (gdb-assembler-buffer-name): Don't capitalise.
13160
13161 2005-11-03 Richard M. Stallman <rms@gnu.org>
13162
13163 * wid-edit.el (key-sequence): New widget type.
13164
13165 * simple.el (set-mark-command-repeat-pop): New variable.
13166 (set-mark-command): Only interpret plan C-@ after a pop as a pop
13167 if set-mark-command-repeat-pop is true.
13168
13169 * info.el (Info-fontify-node): Don't display extra "see" if there
13170 already is one here.
13171
13172 * mouse.el: Fix special handling of DEL after dragging a region:
13173 (mouse-drag-region-1): Treat mouse-set-region like mouse-set-point.
13174 (mouse-region-delete-keys): Change to defcustom. Add [backspace].
13175
13176 * mail/feedmail.el: Use insert-buffer-substring, not insert-buffer.
13177
13178 * textmodes/ispell.el (ispell-command-loop): Change `i' description
13179 not to assume it pertains to an affix.
13180
13181 * textmodes/flyspell.el (flyspell-post-command-hook):
13182 Bind deactivate-mark to prevent deactivation.
13183
13184 2005-11-03 Lars Hansen <larsh@soem.dk>
13185
13186 * dired-x.el: Add menu bindings for dired-do-find-marked-files,
13187 dired-do-relsymlink, dired-flag-extension, dired-mark-extension,
13188 dired-mark-omitted, dired-do-relsymlink-regexp, dired-omit-mode.
13189
13190 2005-11-03 Romain Francoise <romain@orebokech.com>
13191
13192 * net/eudcb-mab.el: Now part of GNU Emacs. Update FSF's address.
13193 Update copyright years.
13194
13195 2005-11-03 Sam Steingold <sds@gnu.org>
13196
13197 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
13198 Use system-type instead of window-system because window-system is not
13199 correctly defined during loadup.
13200
13201 2005-11-02 Mark A. Hershberger <mah@everybody.org>
13202
13203 * xml.el (xml-syntax-table): Allow xml.el to compile in xemacs.
13204 (xml-parse-tag): Join strings separated by a comment properly.
13205
13206 2005-11-02 Andreas Schwab <schwab@suse.de>
13207
13208 * emacs-lisp/byte-opt.el (byte-optimize-pure-func): Fix last fix.
13209
13210 2005-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
13211
13212 * emacs-lisp/byte-opt.el (string-to-syntax): Mark it as pure.
13213 (byte-optimize-pure-func): Quote the eval'd value.
13214
13215 * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
13216 Rename from perl-font-lock-syntactic-face-function.
13217 Change the calling convention so it can be used as a font-lock MATCHER.
13218 Do the parse-partial-sexp loop outselves.
13219 (perl-font-lock-syntactic-keywords): Use it.
13220 (perl-mode): Don't set font-lock-syntactic-face-function any more.
13221
13222 2005-11-02 Nick Roberts <nickrob@snap.net.nz>
13223
13224 * progmodes/gdb-ui.el (gdb-mouse-until): Make it work in the
13225 disassembly buffer too.
13226 (gdb-exited): Remove overlay arrows when execution has finished.
13227 (gdb-info-frames-custom, gdb-info-threads-custom)
13228 (gdb-info-registers-custom): Don't add inappropriate text
13229 properties if inferior is not active.
13230
13231 2005-11-02 Glenn Morris <rgm@gnu.org>
13232
13233 * progmodes/fortran.el (fortran-blink-match):
13234 Use `blink-matching-delay'.
13235
13236 2005-11-02 John Mongan <jmongan@mccammon.ucsd.edu> (tiny change)
13237
13238 * progmodes/f90.el (f90-match-end): Use `blink-matching-delay'.
13239
13240 2005-11-02 Lars Hansen <larsh@soem.dk>
13241
13242 * net/tramp.el (tramp-action-out-of-band): Handle scp message
13243 "Permission denied".
13244
13245 2005-11-01 Richard M. Stallman <rms@gnu.org>
13246
13247 * textmodes/flyspell.el (flyspell-external-point-words):
13248 Pass nil to flyspell-get-word.
13249
13250 2005-11-02 Kim F. Storm <storm@cua.dk>
13251
13252 * menu-bar.el (menu-bar-options-menu): Show "Shift Movement (CUA)"
13253 item instead of "C-x/C-c/C-v (CUA)" if cua-enable-cua-keys is nil.
13254
13255 2005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
13256
13257 * calendar/cal-menu.el (date, event): Don't declare as dynamic-var.
13258 (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
13259 (calendar-mouse-print-dates): Add optional `event' argument.
13260 Update interactive-spec.
13261 (calendar-mouse-cal-tex-menu, cal-tex-mouse-filofax):
13262 Use `calendar-event-to-date' instead of `event'.
13263
13264 2005-11-02 Masatake YAMATO <jet@gyve.org>
13265
13266 * progmodes/ld-script.el (ld-script-builtins):
13267 Add more words: "DATA_SEGMENT_ALIGN", "DATA_SEGMENT_END",
13268 "DATA_SEGMENT_RELRO_END", "LENGTH", "ORIGIN", and "SEGMENT_START".
13269 (auto-mode-alist): Accept .ld, .lds, ld.in and .lds.in.
13270
13271 2005-11-01 Romain Francoise <romain@orebokech.com>
13272
13273 * vc-sccs.el: Update copyright year.
13274 * ezimage.el: Likewise.
13275
13276 2005-11-01 KOBAYASHI Yasuhiro <kobayays@otsukakj.co.jp> (tiny change)
13277
13278 * info.el (Info-fontify-node): Use `string-width' for fontifying
13279 underlined titles.
13280
13281 2005-11-01 Juri Linkov <juri@jurta.org>
13282
13283 * info.el (Info-fontify-node): Downcase node header keywords Node,
13284 Prev, Next, Up before comparison.
13285 (Info-history): Insert absolute directory name, and put invisible
13286 property on it.
13287
13288 2005-11-01 Juri Linkov <juri@jurta.org>
13289
13290 * info.el (Info-file-supports-index-cookies): New variable.
13291 (Info-find-node-2): Check makeinfo version for index cookie support.
13292 (Info-index-nodes): Search for nodes with index cookies only when
13293 Info-file-supports-index-cookies is t. Otherwise, search nodes
13294 with "Index" in the node name.
13295 (Info-index-node): Search index cookie in the current node only when
13296 Info-file-supports-index-cookies is t. Otherwise, check the word
13297 "Index" in the node name.
13298 (Info-find-emacs-command-nodes): Remove code that searches nodes
13299 with "Index" node name in the top menu.
13300
13301 2005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
13302
13303 * progmodes/scheme.el (scheme-mode-variables): Use the default
13304 comment-indent-function.
13305
13306 * faces.el (face-attribute): Handle the case where a face inherits from
13307 a non-existent face.
13308
13309 * simple.el (eval-expression-print-format): Use lisp-readable syntax
13310 for octal and hexa output, and merge the char into the paren.
13311 (kill-new): Use push.
13312 (copy-to-buffer): Use with-current-buffer.
13313 (completion-setup-function): Move code in loop to remove redundancy.
13314 (minibuffer-local-must-match-map): Don't add bindings that duplicate
13315 those inherited from minibuffer-local-completion-map.
13316
13317 * savehist.el (savehist-mode) <defcustom>:
13318 Use custom-set-minor-mode if available.
13319 (savehist-mode) <defun>: Run the minor mode hook, set the custom state
13320 and emit a message if applicable.
13321
13322 2005-11-01 Hrvoje Niksic <hniksic@xemacs.org>
13323
13324 * savehist.el: Sync up to version 19.
13325 (savehist-mode): New minor mode.
13326 (savehist-file): Use ~/.emacs.d or ~/.xemacs if available.
13327 (savehist-length): Remove (use history-length instead).
13328 (savehist-file-modes): Rename from savehist-modes.
13329 (savehist-save-hook, savehist-loaded): New vars.
13330 (savehist-load): Use savehist-mode. Try to smooth up transition from
13331 old format to new format.
13332 (savehist-install): Allow savehist-autosave-interval to be nil.
13333 (savehist-save): Run the new hook. Be more careful to only trim the
13334 history variables.
13335 (savehist-trim-history): New fun. Replaces savehist-process-for-saving.
13336 (savehist-printable): Print into a buffer rather than char-by-char.
13337
13338 2005-11-01 John Wiegley <johnw@newartisans.com>
13339
13340 * iswitchb.el (iswitchb-define-mode-map): Re-enable the
13341 toggle-ignore keybinding (C-a). The author said it had been
13342 disabled much earlier due to a possible incompatibility, but after
13343 many months of usage I have encountered no problems (and it is a
13344 rather useful option, especially for switching to " *temp*").
13345
13346 * net/eudcb-mab.el (eudc-mab-query-internal): Add backend
13347 support for OS/X's AddressBook, by calling out to the open source
13348 program "contacts" (installable through Fink).
13349
13350 * net/eudc.el (eudc-expand-inline): If the
13351 `eudc-multiple-match-handling-method' is set to `all', delete the
13352 query string before inserting the query result.
13353
13354 * eshell/em-ls.el (eshell-do-ls): Add no-op support for --dired
13355 flag, to prevent Eshell from using the system ls when
13356 `eshell-ls-insert-directory' is in used.
13357 (eshell-ls-insert-directory): Disable font-lock in directory
13358 buffer so that Eshell's own fontification is seen. This broke
13359 recently due to changes in font-lock, so this goes back to version
13360 21 behavior.
13361
13362 2005-11-01 Nick Roberts <nickrob@snap.net.nz>
13363
13364 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New function.
13365 (menu, toggle-gdb-use-inferior-io-buffer): Get rid of defadvice.
13366 (gdb-many-windows): Doc fix.
13367
13368 2005-10-31 Romain Francoise <romain@orebokech.com>
13369
13370 * help-fns.el (describe-simplify-lib-file-name): Add autoload cookie.
13371
13372 2005-10-31 Dan Nicolaescu <dann@ics.uci.edu>
13373
13374 * loadup.el: Load emacs-lisp/syntax, font-lock and jit-lock so
13375 that global-font-lock-mode can be enabled by default.
13376
13377 * font-lock.el (font-lock-keywords, font-lock-mode-internal)
13378 (font-lock-add-keywords, font-lock-remove-keywords)
13379 (font-lock-fontify-buffer): Remove autoload cookies.
13380
13381 * jit-lock.el (jit-lock-register): Likewise.
13382
13383 * emacs-lisp/syntax.el (syntax-ppss): Likewise.
13384
13385 2005-10-31 Nick Roberts <nickrob@snap.net.nz>
13386
13387 * progmodes/gdb-ui.el (gdb-many-windows): Leave window configuration
13388 intact if there is no gud-comint-buffer.
13389
13390 2005-10-31 Luc Teirlinck <teirllm@auburn.edu>
13391
13392 * progmodes/gud.el (gud-filter): Use comint-update-fence to delete
13393 old prompt comint-prompt-read-only is t and GDB commands are
13394 issued from tool bar etc.
13395
13396 2005-10-31 Masatake YAMATO <jet@gyve.org>
13397
13398 * vc.el (vc-directory-exclusion-list): Add "{arch}".
13399
13400 2005-10-30 Chong Yidong <cyd@stupidchicken.com>
13401
13402 * thumbs.el (thumbs-thumbsdir): Default to ~/.emacs.d/thumbs.
13403 (thumbs-thumbsdir): Make .emacs.d if it does not exist.
13404
13405 2005-10-30 Michael Albinus <michael.albinus@gmx.de>
13406
13407 * net/tramp.el (tramp-chunksize): Escape parentheses in docstring
13408 starting at beginning of line. Fontification is messed up when
13409 `open-paren-in-column-0-is-defun-start' set to t.
13410 Reported by John Paul Wallington <jpw@pobox.com>.
13411
13412 2005-10-30 Luc Teirlinck <teirllm@auburn.edu>
13413
13414 * comint.el (comint-send-input): Call `comint-update-fence' when
13415 `comint-process-echoes' and `comint-prompt-read-only' are both
13416 non-nil, to avoid leftover read-only newline.
13417
13418 2005-10-30 Richard M. Stallman <rms@gnu.org>
13419
13420 * textmodes/flyspell.el (flyspell-external-point-words):
13421 Detect when WORD can't be checked properly because
13422 flyspell-get-word finds just part of it, and move on.
13423
13424 * textmodes/ispell.el (ispell-dictionary-alist-5): Add . as
13425 boundarychar for Polish.
13426 (ispell-dictionary-alist-4): Add . as boundarychar for Italian.
13427 (ispell-dictionary-alist-3): Add . and @ as boundarychars for French.
13428
13429 2005-10-31 Nick Roberts <nickrob@snap.net.nz>
13430
13431 * progmodes/gdb-ui.el (gdb-tooltip-print-1): Fix regexp.
13432 (gdb-registers-font-lock-keywords): Delete.
13433 (gdb-registers-mode): Don't fontify.
13434 (gdb-info-registers-custom): Use text properties instead as, in
13435 future, changed register values will use font-lock-warning-face.
13436 (gdb-local-font-lock-keywords): Rename to...
13437 (gdb-locals-font-lock-keywords): ...for consistency.
13438
13439 2005-10-30 Andre Spiegel <spiegel@gnu.org>
13440
13441 * vc.el (vc-switch-backend): Better error message if the buffer is
13442 not visiting a file under version control.
13443
13444 * vc-cvs.el (vc-cvs-delete-file): Commit the file after removing it.
13445
13446 2005-10-29 Chong Yidong <cyd@stupidchicken.com>
13447
13448 * startup.el (command-line): Use ~/.emacs.d/init.el instead of
13449 ~/.emacs.d/.emacs.
13450
13451 2005-10-29 Richard M. Stallman <rms@gnu.org>
13452
13453 * replace.el (occur-mode-mouse-goto): Always go to other window.
13454 (occur-mode-goto-occurrence): Always switch in same window.
13455
13456 * simple.el (undo): Display message at end, not at start.
13457
13458 * emacs-lisp/timer.el (timer-activate, timer-activate-when-idle):
13459 New arg REUSE-CELL.
13460 (cancel-timer-internal): New function.
13461 (timer-event-handler): Use cancel-timer-internal,
13462 and pass the cell it returns to timer-activate...
13463
13464 * jit-lock.el (jit-lock-function, jit-lock-stealth-fontify)
13465 (jit-lock-deferred-fontify, jit-lock-context-fontify)
13466 (jit-lock-after-change): Test memory-full.
13467
13468 2005-10-29 Ken Manheimer <ken.manheimer@gmail.com>
13469
13470 * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
13471 part of the decoded armor to find the key-identifier.
13472 (pgg-gpg-lookup-key-owner): New function to return the
13473 human-readable identifier of a key owner.
13474 (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
13475 key itself.
13476 (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
13477 the key value) if we have a key and can match it against a secret
13478 key. Also, added a note pointing out fact that the prompt only
13479 indicates the first matching key.
13480
13481 * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
13482 pgg-decrypt-region.
13483 (pgg-pending-timers): A new hash for tracking the passphrase cache
13484 timers, so that new ones supercede old ones.
13485 (pgg-add-passphrase-to-cache): Rename from
13486 `pgg-add-passphrase-cache' to reduce confusion (all callers
13487 changed). Modified to cancel old timers when new ones are added.
13488 (pgg-remove-passphrase-from-cache): Rename from
13489 `pgg-remove-passphrase-cache' to reduce confusion (all callers
13490 changed). Modified to cancel old timers when their keys are
13491 removed from the cache.
13492 (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
13493 XEmacs, an indirection to delete-itimer.
13494 (pgg-read-passphrase-from-cache, pgg-read-passphrase):
13495 Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
13496 users can only check cache without risk of prompting. Correct bug in
13497 notruncate behavior.
13498 (pgg-read-passphrase-from-cache, pgg-read-passphrase)
13499 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
13500 Add informative docstrings.
13501 (pgg-decrypt): Convey provided passphrase in subordinate call to
13502 pgg-decrypt-region.
13503
13504 * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
13505 (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
13506 (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
13507 `passphrase' argument, so the passphrase can be managed externally
13508 and then passed in to the system.
13509
13510 * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
13511 (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
13512 so the passphrase cache can be used reliably with identifiers
13513 besides a pgp packet's key id.
13514
13515 * pgg-gpg.el (pgg-pgp-encrypt-region)
13516 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
13517 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
13518 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
13519 argument to all these routines, so the passphrase can be managed
13520 externally and passed in to the system.
13521
13522 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
13523 `notruncate' argument, so the passphrase cache can be used
13524 reliably with identifiers besides a pgp packet's key id.
13525
13526 2005-10-29 Sascha Wilde <swilde@sha-bang.de>
13527
13528 * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
13529 symmetric encryption.
13530 (pgg-gpg-symmetric-key-p): New function to check for an symmetric
13531 encrypted session key.
13532 (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
13533 message ask for the passphrase in a proper way.
13534
13535 * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
13536 New user commands for symmetric encryption.
13537
13538 2005-10-29 Roland Winkler <roland.winkler@physik.uni-erlangen.de>
13539
13540 * textmodes/conf-mode.el (conf-assignment-sign)
13541 (conf-assignment-regexp): Fix docstrings.
13542 (conf-mode-initialize): New function.
13543 (conf-mode): Remove optional args. Use delay-mode-hooks to
13544 recognize recursive calls.
13545 (conf-unix-mode, conf-windows-mode, conf-javaprop-mode)
13546 (conf-space-mode, conf-colon-mode, conf-ppd-mode)
13547 (conf-xdefaults-mode): Use define-derived-mode and
13548 conf-mode-initialize.
13549
13550 2005-10-29 Romain Francoise <romain@orebokech.com>
13551
13552 * help-fns.el (describe-simplify-lib-file-name): Fix regexp.
13553
13554 2005-10-29 Ken Manheimer <ken.manheimer@gmail.com>
13555
13556 * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
13557 part of the decoded armor to find the key-identifier.
13558 (pgg-gpg-lookup-key-owner): New function to return the
13559 human-readable identifier of a key owner.
13560 (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
13561 key itself.
13562 (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
13563 the key value) if we have a key and can match it against a secret
13564 key. Also, added a note pointing out fact that the prompt only
13565 indicates the first matching key.
13566
13567 * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
13568 pgg-decrypt-region.
13569 (pgg-pending-timers): A new hash for tracking the passphrase cache
13570 timers, so that new ones supercede old ones.
13571 (pgg-add-passphrase-to-cache): Rename from
13572 `pgg-add-passphrase-cache' to reduce confusion (all callers
13573 changed). Modified to cancel old timers when new ones are added.
13574 (pgg-remove-passphrase-from-cache): Rename from
13575 `pgg-remove-passphrase-cache' to reduce confusion (all callers
13576 changed). Modified to cancel old timers when their keys are
13577 removed from the cache.
13578 (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
13579 XEmacs, an indirection to delete-itimer.
13580 (pgg-read-passphrase-from-cache, pgg-read-passphrase):
13581 Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
13582 users can only check cache without risk of prompting. Correct bug in
13583 notruncate behavior.
13584 (pgg-read-passphrase-from-cache, pgg-read-passphrase)
13585 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
13586 Add informative docstrings.
13587 (pgg-decrypt): Convey provided passphrase in subordinate call to
13588 pgg-decrypt-region.
13589
13590 2005-10-20 Ken Manheimer <ken.manheimer+emacs@gmail.com>
13591
13592 * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
13593 (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
13594 (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
13595 `passphrase' argument, so the passphrase can be managed externally
13596 and then passed in to the system.
13597
13598 * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
13599 (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
13600 so the passphrase cache can be used reliably with identifiers
13601 besides a pgp packet's key id.
13602
13603 * pgg-gpg.el (pgg-pgp-encrypt-region)
13604 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
13605 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
13606 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
13607 argument to all these routines, so the passphrase can be managed
13608 externally and passed in to the system.
13609
13610 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
13611 `notruncate' argument, so the passphrase cache can be used
13612 reliably with identifiers besides a pgp packet's key id.
13613
13614 2005-10-29 Sascha Wilde <swilde@sha-bang.de>
13615
13616 * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
13617 symmetric encryption.
13618 (pgg-gpg-symmetric-key-p): New function to check for an symmetric
13619 encrypted session key.
13620 (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
13621 message ask for the passphrase in a proper way.
13622
13623 * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
13624 New user commands for symmetric encryption.
13625
13626 2005-10-28 Bill Wohler <wohler@newt.com>
13627
13628 * help-mode.el (help-url): New button type. Calls browse-url.
13629 (help-xref-url-regexp): New regexp to recognize URLs in docstring.
13630 Similar to Info nodes: URL `url'.
13631 (help-make-xrefs): Create help-url buttons for
13632 help-xref-url-regexp matches.
13633
13634 2005-10-29 Nick Roberts <nickrob@snap.net.nz>
13635
13636 * tool-bar.el (tool-bar-add-item-from-menu)
13637 (tool-bar-local-item-from-menu): Fix doc strings.
13638
13639 2005-10-28 Romain Francoise <romain@orebokech.com>
13640
13641 * ldefs-boot.el: Update.
13642
13643 * subr.el (locate-library): Move from help-fns.el.
13644 * help-fns.el (locate-library): Move to subr.el.
13645
13646 2005-10-28 Richard M. Stallman <rms@gnu.org>
13647
13648 * net/tramp.el (tramp-completion-mode): defvar moved up.
13649
13650 * emacs-lisp/easymenu.el (easy-menu-change): Doc fix.
13651
13652 * tool-bar.el (tool-bar-mode): Delete autoload cookie.
13653
13654 * files.el (find-file-noselect): Use %d to format large file size.
13655
13656 * bindings.el (mode-line-format): Add %e.
13657
13658 * loadup.el ("facemenu"): Load unconditionally.
13659 ("image", "international/fontset", "dnd", "mwheel", "tool-bar"):
13660 ("x-dnd"): Load, when appropriate.
13661
13662 * startup.el (command-line): Call before-init-hook earlier.
13663 Warn about some bad characters in -u user name.
13664
13665 * textmodes/flyspell.el (flyspell-large-region): Pass -t if Tex file.
13666 (flyspell-external-point-words): Error if misspelled word is not found.
13667 Set flyspell-large-region-beg at end of word.
13668
13669 2005-10-28 Andreas Schwab <schwab@suse.de>
13670
13671 * view.el (View-revert-buffer-scroll-page-forward):
13672 Use view-page-size-default.
13673
13674 2005-10-28 Juri Linkov <juri@jurta.org>
13675
13676 * international/quail.el (quail-get-current-str): Translate last
13677 raw character for deterministic input methods.
13678
13679 2005-10-27 Jay Belanger <belanger@truman.edu>
13680
13681 * calc/calc-ext.el: Add functions to autoloads.
13682 (math-identity-matrix-p, math-ident-row-p): New functions.
13683
13684 * calc/calc-arith.el (calc-mul-symb-fancy): Add checks for
13685 multiplication by an identity matrix; don't turn multiplication by
13686 an inverse matrix into division.
13687 (math-div-symbol-fancy): Replace division by matrices with
13688 multiplication by inverse.
13689
13690 * calc/calc-misc.el (calcFunc-inv): Check for symbolic matrices.
13691
13692 * calc/calc-alg.el (calcFunc-writeoutpower, math-write-out-power)
13693 (calc-writeoutpower): New functions.
13694
13695 2005-10-27 Romain Francoise <romain@orebokech.com>
13696
13697 * replace.el (occur-engine): Include colon in mouse-face highlight.
13698
13699 * dired-x.el: Change Maintainer field.
13700
13701 2005-10-26 Chong Yidong <cyd@stupidchicken.com>
13702
13703 * longlines.el (longlines-mode): Bind after-change-functions to
13704 nil during initial decoding and final encoding.
13705
13706 2005-10-26 Dan Nicolaescu <dann@ics.uci.edu>
13707
13708 * term.el (term-emulate-terminal, term-handle-colors-array)
13709 (term-handle-ansi-escape): Specify the terminfo capabilities
13710 implemented.
13711
13712 2005-10-26 Richard M. Stallman <rms@gnu.org>
13713
13714 * info.el (Info-fontify-node): Fix detection of sentence-break
13715 before *Note.
13716
13717 2005-10-26 Romain Francoise <romain@orebokech.com>
13718
13719 * smerge-mode.el: Add `tools' to file keywords.
13720
13721 2005-10-26 Nick Roberts <nickrob@snap.net.nz>
13722
13723 * progmodes/gud.el (gud-menu-map): Only display gud-until icon
13724 when the fringe is not available.
13725
13726 * progmodes/gdb-ui.el (def-gdb-auto-updated-buffer)
13727 (def-gdb-auto-update-trigger): Simplify construction.
13728 (gdb-locals-buffer): Use def-gdb-auto-update-trigger instead of
13729 def-gdb-auto-updated-buffer as gdb-info-locals-handler is
13730 defined explicitly.
13731 (gdb-assembler-buffer): Use def-gdb-auto-update-handler instead of
13732 def-gdb-auto-updated-buffer as gdb-invalidate-assembler is
13733 defined explicitly.
13734 (gdb-info-locals-custom): Remove as it's a no-op.
13735
13736 2005-10-25 Chong Yidong <cyd@stupidchicken.com>
13737
13738 * longlines.el (longlines-mode): Remove narrowing before
13739 performing the initial decoding or final encoding.
13740
13741 2005-10-25 Romain Francoise <romain@orebokech.com>
13742
13743 * emacs-lisp/find-func.el (find-library-name): Also strip
13744 extension if library name ends in .el, to take advantage of
13745 `find-library-suffixes'.
13746
13747 2005-10-25 Richard M. Stallman <rms@gnu.org>
13748
13749 * menu-bar.el (menu-bar-help-menu): Say which kind of therapist.
13750
13751 2005-10-25 Juri Linkov <juri@jurta.org>
13752
13753 * textmodes/texinfo.el (texinfo-mode): Change charset of one
13754 quotation mark from [mule-unicode-0100-24ff] to [japanese-jisx0208].
13755
13756 2005-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
13757
13758 * play/blackbox.el (blackbox-mode-map): Move init into declaration.
13759 (blackbox-redefine-key): Add argument `map'.
13760
13761 * jit-lock.el (jit-lock-fontify-now): Be careful not to skip multiline
13762 regions when moving the jit-lock-context-unfontify-pos boundary.
13763
13764 2005-10-25 Reiner Steib <Reiner.Steib@gmx.de>
13765
13766 * net/browse-url.el (browse-url-of-buffer): Add ".html" to filename.
13767
13768 2005-10-25 Masatake YAMATO <jet@gyve.org>
13769
13770 * dired-x.el (dired-virtual): Don't use `dired-insert-headerline'.
13771
13772 2005-10-25 Michael Cadilhac <michael.cadilhac-@t-lrde.epita.fr>
13773
13774 * play/blackbox.el (blackbox-redefine-key): New function.
13775 (blackbox-mode-map): Use it to remap existing bindings for cursor
13776 motion instead of binding literal keys.
13777
13778 2005-10-25 Glenn Morris <rgm@gnu.org>
13779
13780 * calendar/diary-lib.el (diary-list-entries): Prevent infloop when
13781 diary does not end in a newline. Do not assume a blank line at
13782 the start of the diary file.
13783
13784 2005-10-25 Kenichi Handa <handa@m17n.org>
13785
13786 * international/quail.el (quail-translate-key): If the input
13787 method is deterministic and failed to handle the last key, restart
13788 the key handling loop from an appropriate key.
13789
13790 2005-10-25 Michael Albinus <michael.albinus@gmx.de>
13791
13792 * vc.el (vc-dired-mode): Extend comment for binding of
13793 `directory-listing-before-filename-regexp'.
13794
13795 2005-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
13796
13797 * textmodes/texinfo.el (texinfo-mode):
13798 * textmodes/paragraphs.el (sentence-end-base): Use real chars, so as
13799 not to unnecessarily expose emacs-mule's internal char codes.
13800
13801 2005-10-25 Nick Roberts <nickrob@snap.net.nz>
13802
13803 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Correct help-echo.
13804 Display hand pointer and help-echo on disabled icon too.
13805 (gdb-mouse-until): New function.
13806 (gdb-ann3): Bind it to mouse-2 and drag-mouse-1 in left fringe.
13807
13808 2005-10-24 Chong Yidong <cyd@stupidchicken.com>
13809
13810 * menu-bar.el (menu-bar-help-menu): Rename "psychiatrist", in line
13811 with 2005-10-23 change to doctor.el.
13812
13813 * finder.el (finder-mode-map): Add follow-link binding.
13814
13815 2005-10-25 Kim F. Storm <storm@cua.dk>
13816
13817 * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-3 in left fringe
13818 to gdb-mouse-toggle-breakpoint-fringe.
13819 (gdb-mouse-toggle-breakpoint-margin): Rename from
13820 gdb-mouse-toggle-breakpoint. Fix doc.
13821 (gdb-mouse-toggle-breakpoint-fringe): New defun.
13822 (gdb-put-string): Add optional SPROPS arg. Add props to string.
13823 (gdb-put-breakpoint-icon): Add gdb-bptno and gdb-enabled
13824 string properties also for fringe breakpoint bitmaps.
13825
13826 2005-10-24 Carsten Dominik <dominik@science.uva.nl>
13827
13828 * textmodes/org.el (org-start-icalendar-file): Fix format form.
13829
13830 2005-10-25 Masatake YAMATO <jet@gyve.org>
13831
13832 * simple.el (completion-common-substring):
13833 Use `completion-common-substring' prior to `completion-base-size'.
13834
13835 2005-10-24 Hrvoje Niksic <hniksic@xemacs.org>
13836
13837 * savehist.el: Require CL while compiling.
13838 (savehist-history-variables): Remove.
13839 (savehist-save-minibuffer-history, savehist-additional-variables)
13840 (savehist-minibuffer-history-variables): New vars.
13841 (savehist-save): Use them.
13842 (savehist-uninstall, savehist-minibuffer-hook): New funs.
13843 (savehist-install): New fun, extracted from savehist-load.
13844 (savehist-load): Use them.
13845
13846 2005-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
13847
13848 * emacs-lisp/lisp-mode.el (easy-mmode-define-global-mode): Don't add
13849 a dummy doc-string-elt property.
13850 (defalias, defvaralias, define-category): Add a docstring property.
13851
13852 * image.el (defimage):
13853 * widget.el (define-widget):
13854 * custom.el (defface, defcustom): Add `doc-string' declaration.
13855
13856 * emacs-lisp/advice.el (ad-make-advised-definition): Fix arg-order.
13857 (defadvice): Add `doc-string' declaration.
13858
13859 * emacs-lisp/byte-run.el (macro-declaration-function):
13860 Handle `doc-string' declarations.
13861 (define-obsolete-function-alias, define-obsolete-variable-alias):
13862 Add `doc-string' declaration.
13863
13864 2005-10-24 Kenichi Handa <handa@m17n.org>
13865
13866 * international/utf-7.el (utf-7): Add autoload cookie.
13867
13868 * term/x-win.el: Register more Cyrillic characters in x-keysym-table.
13869
13870 2005-10-24 Eli Zaretskii <eliz@gnu.org>
13871
13872 * makefile.w32-in (autoloads): Use "." instead of $(lisp) in the
13873 list of directories passed to batch-update-autoloads. Add "." to
13874 the list of the echoed directories.
13875
13876 * pgg-def.el:
13877 * pgg-gpg.el:
13878 * pgg-parse.el:
13879 * pgg-pgp.el:
13880 * pgg-pgp5.el:
13881 * pgg.el: Moved here from the gnus subdirectory.
13882
13883 2005-10-24 Nick Roberts <nickrob@snap.net.nz>
13884
13885 * progmodes/gud.el (gud-filter): Bind inhibit-read-only to t
13886 in case comint-prompt-read-only is set to t.
13887
13888 * progmodes/gdb-ui.el (gdb-send): Bind inhibit-read-only to t
13889 in case comint-prompt-read-only is set to t.
13890
13891 2005-10-24 Ulf Jasper <ulf.jasper@web.de>
13892
13893 * calendar/icalendar.el (icalendar-version): Increase to 0.13.
13894 Now a string.
13895 (icalendar-import-format): Handle CLASS, STATUS, URL.
13896 Rename `subject' to `summary'.
13897 (icalendar-import-format-summary): Rename from
13898 `icalendar-import-format-subject'.
13899 (icalendar-import-format-url, icalendar-import-format-status)
13900 (icalendar-import-format-class): New variables.
13901 (icalendar--rris): Take variable argument list.
13902 (icalendar--datestring-to-isodate): Remove unnecessary
13903 calendar-style check when converting dates with explicit month names.
13904 (icalendar-export-region): Change return type of conversion
13905 subroutines. Bury current buffer unless error occurred.
13906 (icalendar--convert-to-ical)
13907 (icalendar--parse-summary-and-rest): New functions.
13908 (icalendar--convert-ordinary-to-ical)
13909 (icalendar--convert-weekly-to-ical)
13910 (icalendar--convert-yearly-to-ical)
13911 (icalendar--convert-block-to-ical)
13912 (icalendar--convert-cyclic-to-ical)
13913 (icalendar--convert-anniversary-to-ical): Change return type.
13914 Strip trailing blanks from subject.
13915 (icalendar--convert-sexp-to-ical): Change return type.
13916 Strip trailing blanks from subject. Handle simple sexp
13917 entries as generated by icalendar.el.
13918 (icalendar--convert-float-to-ical)
13919 (icalendar--convert-date-to-ical): Strip trailing blanks from subject.
13920 (icalendar-import-file): Doc fix.
13921 (icalendar--format-ical-event): Handle CLASS, STATUS, URL.
13922 Correct call to icalendar--rris.
13923 (icalendar--convert-ical-to-diary): Doc fix. Rename `subject' to
13924 `summary'.
13925 (icalendar--add-diary-entry): Rename `subject' to `summary'.
13926
13927 2005-10-24 Romain Francoise <romain@orebokech.com>
13928
13929 * server.el (server-sentinel): Set query-on-exit flag to nil on
13930 new client processes (it isn't inherited from the server process).
13931
13932 * replace.el (occur-engine): Rearrange text properties.
13933
13934 2005-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
13935
13936 * emacs-lisp/debug.el (debugger-make-xrefs): Don't assume
13937 case-fold-search is nil.
13938 (debug-help-follow): Use help-xref-interned directly.
13939
13940 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
13941
13942 * thumbs.el (thumbs-image-type): Add .pbm.
13943
13944 2005-10-23 Richard M. Stallman <rms@gnu.org>
13945
13946 * faces.el (inhibit-face-set-after-frame-default): New variable.
13947 (set-face-attribute): Bind it.
13948 (face-set-after-frame-default): Test it.
13949
13950 * help-fns.el (describe-simplify-lib-file-name): New function.
13951 (describe-function-1, describe-variable): Use it.
13952
13953 * faces.el (describe-face): Use describe-simplify-lib-file-name.
13954
13955 * tooltip.el (tooltip-x-offset, tooltip-y-offset): Change defaults.
13956 Eliminate nil as possible value.
13957 (tooltip-hide-delay): Reduce internal-border-width.
13958
13959 * menu-bar.el (menu-bar-file-menu) <dired>: Change help-echo string.
13960 (menu-bar-file-menu) <new-file>: Likewise.
13961
13962 * simple.el (line-move-finish): Ignore fields computing LINE-END.
13963
13964 * international/mule.el (load-with-code-conversion):
13965 Pass full file name to `eval-buffer' unless preloading.
13966
13967 * textmodes/flyspell.el (flyspell-large-region):
13968 Call ispell-check-version.
13969
13970 * textmodes/ispell.el (ispell-local-dictionary-overridden):
13971 Fix the make-variable-buffer-local call that was supposed
13972 to be for this variable.
13973 (ispell-aspell-supports-utf8): Doc fix.
13974 (ispell-find-aspell-dictionaries): Preserve elements of
13975 ispell-dictionary-alist for dictionaries that aspell doesn't report.
13976 (ispell-aspell-find-dictionary): Return nil on error.
13977
13978 * play/doctor.el (doctor-doc): Don't say "psychiatrist".
13979 (doctor-symptoms): Likewise.
13980
13981 * add-log.el (add-log-current-defun): Clean up handling of DEFUNs.
13982
13983 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
13984
13985 * cus-edit.el (custom-button, custom-button-pressed): New vars.
13986 (custom-raised-buttons): Add :set spec.
13987 (custom-button-unraised, custom-button-pressed-unraised):
13988 New faces, so that custom-raised-buttons actually does something.
13989 (custom-mode): Use custom-button and custom-button-pressed.
13990
13991 * wid-edit.el (widget-specify-button): Don't ignore
13992 widget-mouse-face on graphic terminals.
13993 (widget-move-and-invoke): Cleanup.
13994
13995 2005-10-23 Thien-Thi Nguyen <ttn@gnu.org>
13996
13997 * whitespace.el (whitespace-cleanup): Doc fix.
13998
13999 2005-10-23 Romain Francoise <romain@orebokech.com>
14000
14001 * emulation/viper.el (viper-set-hooks): Quote forms passed to
14002 `eval-after-load' to avoid evaluating their result.
14003
14004 2005-10-23 Michael Albinus <michael.albinus@gmx.de>
14005
14006 * files.el (directory-listing-before-filename-regexp):
14007 New defvar. Replaces `dired-move-to-filename-regexp' from dired.el.
14008
14009 * dired.el (dired-move-to-filename-regexp): Remove.
14010 All occurences replaced by `directory-listing-before-filename-regexp'.
14011
14012 * dired-x.el, locate.el, vc.el:
14013 Replace `dired-move-to-filename-regexp' by
14014 `directory-listing-before-filename-regexp'. In vc.el it is
14015 overwritten locally; maybe this can be handled in files.el too.
14016
14017 * net/ange-ftp.el (ange-ftp-date-regexp): Remove. All occurences
14018 replaced by `directory-listing-before-filename-regexp'.
14019
14020 2005-10-23 Andreas Schwab <schwab@suse.de>
14021
14022 * font-lock.el (lisp-font-lock-keywords-2): Add eval-at-startup
14023 and eval-next-after-load.
14024
14025 2005-10-23 MIYOSHI Masanori <miyoshi@meadowy.org> (tiny change)
14026
14027 * mouse.el (mouse-drag-region): If the *Messages* buffer doesn't
14028 exist, create it.
14029
14030 2005-10-23 Ken Manheimer <ken.manheimer@gmail.com>
14031
14032 * allout.el: Remove autoloads for mailcrypt and crypt++.
14033 Require pgg, pgg-gpg during compilation.
14034 (allout-version): Increment version number to 2.1, and use a literal
14035 rather than RCS Id.
14036 (allout-default-encryption-scheme): Remove.
14037 (allout-passphrase-verifier-handling)
14038 (allout-passphrase-verifier-string)
14039 (allout-file-passphrase-verifier-string)
14040 (allout-passphrase-hint-string): Rename -key- to -passphrase-.
14041 (allout-passphrase-hint-handling): Rename and simplify.
14042 (allout-init): Use `find-file-hook' if available, otherwise
14043 `find-file-hooks'.
14044 (allout-mode): Use `write-file-functions' if available, otherwise
14045 `local-write-file-hooks' and, instead of making auto-save-hook
14046 buffer local, make the write-file-hook activity contingent to
14047 allout-mode.
14048 (allout-mode): Use key-binding substitution in the docstring.
14049 (allout-kill-line): Spell-out kill ring data structure mutation
14050 instead of using byte-compiler-complaint-provoking `pop'.
14051 (allout-insert-listified): Use `insert' rather than `insert-string'
14052 (allout-toggle-current-subtree-encryption): Update docstring, adjust
14053 to new gpp-based encryption, use new `allout-encrypted-topic-p'.
14054 (allout-encrypt-string): Totally revamped vis new underlying
14055 encryption facilities.
14056 (allout-mc-activate-passwd): Remove.
14057 (allout-obtain-passphrase): New, more or less replaces
14058 allout-mc-activate-passwd.
14059 (allout-encrypted-key-info): More or less replaces
14060 allout-encrypted-text-type.
14061 (outlineify-sticky, outlinify-sticky): Add autoload cookie.
14062 (my-mark-marker): Use `(featurep 'xemacs)'.
14063
14064 2005-10-23 Lars Hansen <larsh@soem.dk>
14065
14066 * emacs-lisp/bytecomp.el (byte-compile-lambda): New arg add-lambda.
14067 (byte-compile-file-form-defmumble, byte-compile-defun)
14068 (byte-compile-defmacro): Use it.
14069 (byte-compile-form): Don't call byte-compile-set-symbol-position
14070 when a byte-compile handler is called.
14071
14072 2005-10-22 Romain Francoise <romain@orebokech.com>
14073
14074 * savehist.el (savehist-history-variables): Add `grep-find-history'.
14075
14076 * subr.el (eval-after-load): Convert library name to an absolute
14077 file name using locate-library, since load-history no longer has
14078 library names in it.
14079
14080 2005-10-22 Richard M. Stallman <rms@gnu.org>
14081
14082 * files.el (make-temp-file): Move from subr.el.
14083 * subr.el (make-temp-file): Move to files.el.
14084
14085 * window.el (get-buffer-window-list): Move from subr.el.
14086 * subr.el (get-buffer-window-list): Move to window.el.
14087
14088 * image.el (image-load-path): Use eval-at-startup to initialize.
14089
14090 * subr.el (eval-at-startup): New macro.
14091
14092 * subr.el: Much rearrangement of functions and division
14093 into pages. No code changes.
14094
14095 2005-10-22 Kenichi Handa <handa@m17n.org>
14096
14097 * tar-mode.el (tar-extract): Be sure to call
14098 find-operation-coding-system if set-auto-coding doesn't find a
14099 coding system.
14100
14101 2005-10-22 Kim F. Storm <storm@cua.dk>
14102
14103 * image.el (image-type-header-regexps): Rename from image-type-regexps.
14104 Change users.
14105 (image-type-file-name-regexps): New defconst.
14106 (image-type-from-data): Simplify loop.
14107 (image-type-from-buffer): New defun.
14108 (image-type-from-file-header): Use it instead of image-type-from-data.
14109 Use image-search-load-path instead of only looking in data-directory.
14110 (image-type-from-file-name): New defun.
14111 (image-search-load-path): Change `pathname' to `filename'.
14112 Make PATH arg optional, default to image-load-path.
14113
14114 2005-10-21 Richard M. Stallman <rms@gnu.org>
14115
14116 * textmodes/texinfo.el (texinfo-mode): Set sentence-end-base.
14117
14118 * textmodes/paragraphs.el (sentence-end-base): New variable.
14119 (sentence-end): Use sentence-end-base.
14120
14121 2005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
14122
14123 * font-lock.el (font-lock-default-fontify-region): Check the multiline
14124 property independently from the font-lock-multiline variable.
14125
14126 2005-10-21 Richard M. Stallman <rms@gnu.org>
14127
14128 * emacs-lisp/find-func.el (find-library-name): Doc fix.
14129
14130 * startup.el (command-line): Convert library names
14131 in `load-history' to absolute file names.
14132
14133 * subr.el (symbol-file): Doc fix.
14134
14135 * loadhist.el (file-loadhist-lookup): Call locate-library
14136 instead of find-library-name. Don't try converting
14137 abs file names to library names, since load-history no longer
14138 has library names in it.
14139 (file-dependents, file-provides, file-requires): Doc fixes.
14140
14141 2005-10-21 Juri Linkov <juri@jurta.org>
14142
14143 * progmodes/etags.el (tags-table-mode): New function.
14144 (tags-verify-table): Replace initialize-new-tags-table with
14145 tags-table-mode.
14146
14147 * desktop.el (desktop-buffers-not-to-save): Remove TAGS from the
14148 default value.
14149 (desktop-modes-not-to-save): Add tags-table-mode to the
14150 default value.
14151
14152 * info.el (Info-index-next): Add total number of index
14153 alternatives to the message.
14154
14155 * textmodes/fill.el (fill-nobreak-p): Fix first two rules to skip
14156 backward only space (instead of space and period) before looking
14157 at sentence end.
14158
14159 * simple.el (set-variable): Use user-variable-p instead of symbolp.
14160 Add the old variable value as 4th default-value arg of read-string.
14161
14162 2005-10-21 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14163
14164 * cus-face.el (custom-declare-face): Make face from X resources
14165 also on Mac.
14166
14167 * disp-table.el (standard-display-g1, standard-display-graphic):
14168 Refuse to use string glyphs also on Mac.
14169 (standard-display-european): Don't set terminal coding system also
14170 on Mac.
14171
14172 * frame.el (display-screens): Use x-display-screens also on Mac.
14173
14174 2005-10-21 Romain Francoise <romain@orebokech.com>
14175
14176 * net/rcirc.el: Now part of GNU Emacs. Update FSF's address.
14177
14178 2005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
14179
14180 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): Make $@
14181 and $? into sexps.
14182
14183 * font-lock.el (font-lock-compile-keywords): Add a help-echo to the
14184 warning face on open-paren-in-column-0.
14185
14186 * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Fix corner
14187 boundary case. Fix typo.
14188 Suggested by Martin Rudalics <rudalics@gmx.at>.
14189
14190 2005-10-21 Carsten Dominik <dominik@science.uva.nl>
14191
14192 * textmodes/org.el (org-combined-agenda-icalendar-file)
14193 (org-icalendar-include-todo, org-icalendar-combined-name): New options.
14194 (org-export-icalendar-this-file)
14195 (org-export-icalendar-all-agenda-files)
14196 (org-export-icalendar-combine-agenda-files): New commands.
14197 (org-export-icalendar, org-print-icalendar-entries)
14198 (org-start-icalendar-file, org-finish-icalendar-file)
14199 (org-ical-ts-to-string): New functions.
14200 (org-read-date, org-goto-calendar)
14201 (org-agenda-goto-calendar): Inhibit displaying diary entries by
14202 call to `calendar'.
14203 (orgtbl-setup): Remove the :keys arguments from the menu description.
14204 (org-after-save-iCalendar-file-hook): New variable.
14205
14206 2005-10-21 Kenichi Handa <handa@m17n.org>
14207
14208 * language/vietnamese.el (tcvn-5712): Make it an alias of
14209 vietnamese-tcvn coding-system.
14210
14211 2005-10-20 Michael Albinus <michael.albinus@gmx.de>
14212
14213 * net/ange-ftp.el (ange-ftp-date-regexp): Handle also the case no
14214 group id is given.
14215
14216 2005-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
14217
14218 * progmodes/sh-script.el (sh-escaped-line-re): New var.
14219 (sh-here-doc-open-re, sh-font-lock-close-heredoc): Use it.
14220 (sh-font-lock-open-heredoc): Try to properly handle heredoc starters
14221 whose line is either continued or ends with a comment.
14222
14223 2005-10-20 Romain Francoise <romain@orebokech.com>
14224
14225 * net/rcirc.el (with-rcirc-process-buffer): Move above its first user.
14226
14227 * replace.el (occur-engine): Add follow-link property.
14228
14229 * font-core.el (font-lock-mode): Doc fix.
14230
14231 2005-10-20 Richard M. Stallman <rms@gnu.org>
14232
14233 * net/rcirc.el: New file.
14234
14235 2005-10-20 Bryan Henderson <bryanh@giraffe-data.com> (tiny change)
14236
14237 * term.el (term-term-name): Initialize to "eterm-color".
14238
14239 2005-10-20 Ken Manheimer <ken.manheimer@gmail.com>
14240
14241 * allout.el: Add autoloads of crypt++ and mailcrypt routines, all
14242 for encryption functionality.
14243 Move allout customization subgroup from `editing' to `outlines' group.
14244 Fix commentary keywords to legitimate ones.
14245 Update author info (using my current email address, obscurified).
14246 (allout-encrypt-string, allout-encryption-produce-work-buffer)
14247 (allout-encrypted-topic-p, allout-encrypted-text-type)
14248 (allout-mc-activate-passwd, allout-create-encryption-key-verifier)
14249 (allout-situate-encryption-key-verifier)
14250 (allout-get-encryption-key-verifier, allout-verify-key)
14251 (allout-next-topic-pending-encryption)
14252 (allout-encrypt-decrypted, allout-encrypted-type-prefix): New funcs.
14253 (outline-topic-encryption-bullet, outline-default-encryption-scheme)
14254 (outline-key-verifier-handling, outline-key-hint-handling)
14255 (outline-encrypt-unencrypted-on-saves): New defcustoms.
14256 (allout-file-key-verifier-string, allout-encryption-scheme)
14257 (allout-key-verifier-string, allout-key-hint-string)
14258 (allout-after-save-decrypt): New variables.
14259 (allout-write-file-hook-handler, allout-auto-save-hook-handler)
14260 (allout-after-saves-handler): New hook functions.
14261 (allout-post-command-business): Do allout-after-save-decrypt.
14262 (allout-enable-file-variable-adjustment): Custom var to enable
14263 mechanism for adding and adjusting settings of Emacs file variables.
14264 (allout-adjust-file-variable, allout-file-vars-section-data):
14265 New functions, implement the mechanism.
14266 (outlineify-sticky): Use the file vars mechanism.
14267 (allout-inhibit-protection, allout-during-write-cue)
14268 (allout-override-protect, allout-before-change-protect): Remove.
14269 (allout-flag-region, allout-open-topic): Adjust read-only text.
14270 (allout-open-line-not-read-only): Add to facilitate read-only
14271 text based protection.
14272 (allout-kill-line): Revise to adjust read-only text, clue the
14273 user about the inhibition.
14274 (allout-unprotected): Use unwind-protect.
14275 (allout-shift-in, allout-shift-out): Disallow manually shifting a
14276 topic deeper than the offspring depth of the previous topic -
14277 avoiding confusing "containment discontinuities".
14278 (allout-reindent-bodies): Fix retention of body relative hanging
14279 indent during promotion of collapsed bodies.
14280 (allout-open-topic): Make it easy to open new topic with same
14281 bullet as current topic - topic creation functions provided with
14282 any universal argument provokes now prompt for bullet, defaulting
14283 to the bullet of the previous topic.
14284 (allout-plain-bullets-string, allout-distinctive-bullets-string):
14285 Plain bullet alternates `.' period and `,' comma only. All other
14286 bullets are relegated to special status (but customizable).
14287 (allout-end-of-entry): Rename from allout-end-of-current-entry
14288 since it actually operates w.r.t. most immediately containing
14289 entry, visible or not.
14290 (allout-hide-current-entry, allout-show-current-entry): Use the
14291 revised version.
14292 (allout-old-expose-topic): Solidify deprecation.
14293 (allout-end-of-subtree): Add so we can span concealed as well
14294 as visible topics.
14295 (allout-end-of-current-subtree): Use `allout-end-of-subtree'.
14296 (allout-end-of-current-heading): Tweak to just respect the first line.
14297 (allout-get-body-text): Add.
14298 (allout-ascend-to-depth, allout-ascend): Position at end of prefix
14299 when invoked interactively.
14300 (allout-up-current-level): Use `interactive-p'.
14301 (allout-mode, allout-init): Miscellaneous docstring and
14302 operational refinements, as well as hookups of new encryption stuff.
14303 (allout-beginning-of-current-entry): Now works as advertised.
14304 (allout-end-of-current-entry): Remove of superfluous allout-show-entry.
14305 (allout-isearch-rectification): Refine condition for isearching.
14306 (allout-isearch-abort, allout-enwrap-isearch)
14307 (allout-flag-region, my-region-active-p): Relocate some macros.
14308 (allout-title): Fallback title is (buffer-name), not
14309 non-existing (current-buffer-name).
14310 (subst-char-in-string): Define if absent (for some XEmacs versions).
14311
14312 2005-10-20 Jari Aalto <jari.aalto@cante.net>
14313
14314 * mail/sendmail.el (mail-setup-hook, mail-aliases)
14315 (mail-yank-prefix, mail-indentation-spaces, mail-yank-hooks)
14316 (mail-citation-prefix-regexp, mail-signature-file)
14317 (mail-default-headers, mail-bury-selects-summary)
14318 (mail-send-nonascii): Add autoload cookies.
14319
14320 2005-10-20 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
14321
14322 * frame.el (blink-cursor-mode): Add `mac' to the list of
14323 window-system's that support blinking cursor.
14324
14325 2005-10-20 Reiner Steib <Reiner.Steib@gmx.de>
14326
14327 * textmodes/org.el (org-level-color-stars-only): Fix typo in docstring.
14328
14329 2005-10-20 Eli Zaretskii <eliz@gnu.org>
14330
14331 * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el):
14332 Bind find-file-suppress-same-file-warnings to t, to avoid warnings due
14333 to different drive letter case in D:/foo/bar.el vs d:/foo/bar.el.
14334
14335 2005-10-20 Kim F. Storm <storm@cua.dk>
14336
14337 * ido.el (ido-is-tramp-root): Simplify regexp matching tramp root.
14338 (ido-set-current-directory): Don't add / after final @.
14339 (ido-file-name-all-completions-1): Adapt to fixed tramp completion.
14340 Explicitly handle ange-ftp completion oddities.
14341 (ido-make-file-list): Don't rotate list at tramp root to avoid
14342 triggering tramp file handler for expand-file-name via get-file-buffer.
14343
14344 2005-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
14345
14346 * savehist.el (savehist-coding-system): Revert to checking XEmacs.
14347
14348 2005-10-19 Jay Belanger <belanger@truman.edu>
14349
14350 * calc/calc-units.el (math-standard-units): Add units, adjust
14351 symbols and update values.
14352 (math-unit-prefixes): Add more prefixes.
14353
14354 2005-10-19 Romain Francoise <romain@orebokech.com>
14355
14356 * bookmark.el (bookmark-menu-heading): New face.
14357 (bookmark-bmenu-list): Use it.
14358 Don't fiddle with `baud-rate' at top-level.
14359
14360 2005-10-18 Chong Yidong <cyd@stupidchicken.com>
14361
14362 * image.el (create-image, find-image): Mention max-image-size in
14363 docstring.
14364
14365 2005-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
14366
14367 * savehist.el (savehist-load): Revert to checking XEmacs.
14368
14369 * textmodes/conf-mode.el: Don't use font-lock-defaults-alist.
14370 Various docstring and line-width fixups.
14371 (conf-mode): Use cond.
14372 Set font-lock-defaults. Don't set comment-use-syntax.
14373
14374 2005-10-18 David Ponce <david@dponce.com>
14375
14376 * tree-widget.el (tree-widget-button-click): New function.
14377 (tree-widget-button-keymap): Use it.
14378
14379 2005-10-18 Romain Francoise <romain@orebokech.com>
14380
14381 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
14382 (bookmark-bmenu-hide-filenames): Add follow-link property.
14383 Improve help-echo text.
14384
14385 * ffap.el (find-file-at-point): Doc fix.
14386
14387 2005-10-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14388
14389 * mouse.el (mouse-set-region): Don't do sit-for on a mac frame.
14390
14391 2005-10-18 Masatake YAMATO <jet@gyve.org>
14392
14393 Install to the CVS repository what I forgot to install in my
14394 2005-10-16 changes.
14395
14396 * progmodes/python.el (python-complete-symbol): Pass the common
14397 prefix substring of completion to `display-completion-list'.
14398
14399 * textmodes/org.el (org-complete): Ditto.
14400
14401 2005-10-18 Masatake YAMATO <jet@gyve.org>
14402
14403 Fix a bug reported by Sven Joachim <sven_joachim@web.de>.
14404
14405 * woman.el (WoMan-xref-man-page): New button type derived
14406 from `Man-abstract-xref-man-page'.
14407 (woman-mode): Pass `WoMan-xref-man-page' to `Man-highlight-references'.
14408
14409 * man.el (Man-abstract-xref-man-page): New button type.
14410 (Man-xref-man-page): Make it derived from `Man-abstract-xref-man-page'.
14411 (Man-highlight-references): Add new optional argument `xref-man-type'.
14412
14413 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
14414
14415 * progmodes/gud.el (gud-menu-map): Correct condition for fringe.
14416
14417 2005-10-17 Chong Yidong <cyd@stupidchicken.com>
14418
14419 * cus-edit.el (Custom-move-and-invoke): Delete.
14420 (custom-mode-map): Bind mouse-1 to widget-move-and-invoke.
14421
14422 * wid-edit.el (widget-move-and-invoke): New function, from
14423 Custom-move-and-invoke.
14424
14425 2005-10-17 Bill Wohler <wohler@newt.com>
14426
14427 Move all remaining images from lisp/toolbar to etc/images, move
14428 lisp/toolbar/tool-bar to lisp and "delete" lisp/toolbar. Place
14429 the low resolution images in their own directory (low-color).
14430
14431 * toolbar/attach.*, toolbar/cancel.*, toolbar/close.*
14432 * toolbar/copy.*, toolbar/cut.*, toolbar/diropen.*, toolbar/exit.*
14433 * toolbar/help.*, toolbar/home.*, toolbar/index.*, toolbar/info.*
14434 * toolbar/mail.*, toolbar/new.*, toolbar/open.*, toolbar/paste.*
14435 * toolbar/preferences.*, toolbar/print.*, toolbar/save.*
14436 * toolbar/saveas.*, toolbar/search.*, toolbar/search-replace.*
14437 * toolbar/spell.*, toolbar/undo.*: Move to etc/images.
14438
14439 * toolbar/lc-copy.*: Move to etc/images/low-color/copy.*.
14440 * toolbar/lc-cut.*: Move to etc/images/low-color/cut.*.
14441 * toolbar/lc-help.*: Move to etc/images/low-color/help.*.
14442 * toolbar/lc-home.*: Move to etc/images/low-color/home.*.
14443 * toolbar/lc-index.*: Move to etc/images/low-color/index.*.
14444 * toolbar/lc-new.*: Move to etc/images/low-color/new.*.
14445 * toolbar/lc-open.*: Move to etc/images/low-color/open.*.
14446 * toolbar/lc-paste.*: Move to etc/images/low-color/paste.*.
14447 * toolbar/lc-preferences.*: Move to etc/images/low-color/preferences.*.
14448 * toolbar/lc-print.*: Move to etc/images/low-color/print.*.
14449 * toolbar/lc-save.*: Move to etc/images/low-color/save.*.
14450 * toolbar/lc-saveas.*: Move to etc/images/low-color/saveas.*.
14451 * toolbar/lc-search.*: Move to etc/images/low-color/search.*.
14452 * toolbar/lc-spell.*: Move to etc/images/low-color/spell.*.
14453 * toolbar/lc-undo.*: Move to etc/images/low-color/undo.*.
14454
14455 To conform with convention, replace the underscore (_) in the
14456 following image names with dash (-) or (/) as appropriate.
14457
14458 * toolbar/back_arrow.*: Move to etc/images/back-arrow.*.
14459 * toolbar/fld_open.*: Move to etc/images/fld-open.*.
14460 * toolbar/fwd_arrow.*: Move to etc/images/fwd-arrow.*.
14461 * toolbar/jump_to.*: Move to etc/images/jump-to.*.
14462 * toolbar/left_arrow.*: Move to etc/images/left-arrow.*.
14463 * toolbar/right_arrow.*: Move to etc/images/right-arrow.*.
14464 * toolbar/up_arrow.*: Move to etc/images/up-arrow.*.
14465 * toolbar/lc-back_arrow.*: Move to etc/images/low-color/back-arrow.*.
14466 * toolbar/lc-fwd_arrow.*: Move to etc/images/low-color/fwd-arrow.*.
14467 * toolbar/lc-jump_to.*: Move to etc/images/low-color/jump-to.*.
14468 * toolbar/lc-left_arrow.*: Move to etc/images/low-color/left-arrow.*.
14469 * toolbar/lc-right_arrow.*: Move to etc/images/low-color/right-arrow.*.
14470 * toolbar/lc-up_arrow.*: Move to etc/images/low-color/up-arrow.*.
14471 * toolbar/mail_compose.*: Move to etc/images/mail/compose.*.
14472 * toolbar/mail_send.*: Move to etc/images/mail/send.*.
14473
14474 * info.el (info-tool-bar-map): Replace underscores in image names
14475 with dashes.
14476
14477 * makefile.w32-in (WINS): Remove toolbar.
14478
14479 * menu-bar.el: Replace toolbar/tool-bar.el with tool-bar.el in comment.
14480
14481 * tool-bar.el: Move to lisp from toolbar. Now that
14482 toolbar is empty, it should be deleted when folks run "cvs up -P".
14483
14484 2005-10-18 Jay Belanger <belanger@truman.edu>
14485
14486 * calc/calc-store.el (calc-store-into): Get the proper variable name
14487 to display in message.
14488
14489 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
14490
14491 * progmodes/gdb-ui.el (gdb-var-create-handler): Make watch
14492 expressions display in speedbar for all buffers when debugging.
14493 (gdb-speedbar-expand-node): Ensure node contraction is always updated.
14494
14495 * speedbar.el (speedbar-set-mode-line-format): Indent properly.
14496 (speedbar-insert-button, speedbar-make-button):
14497 Use add-text-properties.
14498 (speedbar-update-localized-contents)
14499 (speedbar-update-directory-contents)
14500 (speedbar-update-special-contents): Use dolist.
14501 (speedbar-buffer-easymenu-definition): Add a menu separator.
14502
14503 2005-10-17 Jason Rumney <jasonr@gnu.org>
14504
14505 * makefile.w32-in: Use $(lisp) consistently.
14506 (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): New targets
14507 for shell specific generation of mh-autoloads.
14508
14509 2005-10-17 Richard M. Stallman <rms@gnu.org>
14510
14511 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Undo prev change.
14512
14513 2005-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
14514
14515 * jit-lock.el (jit-lock-fontify-now):
14516 Move jit-lock-context-unfontify-pos to avoid wasted work.
14517
14518 2005-10-17 Michael Albinus <michael.albinus@gmx.de>
14519
14520 * net/tramp.el (tramp-completion-mode): New defvar. Used in
14521 `tramp-completion-mode' for checking if we are in completion mode.
14522 (tramp-completion-handle-file-name-all-completions): Reorder code
14523 in order to complete for file names only in case there are no
14524 method/user/host completions. This is necessary for cooperation
14525 with ido. Reported by Kim F. Storm <storm@cua.dk>.
14526
14527 2005-10-16 Chong Yidong <cyd@stupidchicken.com>
14528
14529 * longlines.el (longlines-search-forward)
14530 (longlines-search-backward): Match any number of spaces.
14531
14532 2005-10-16 Thien-Thi Nguyen <ttn@gnu.org>
14533
14534 * diff-mode.el (diff-mode): Doc fix.
14535
14536 2005-10-16 David Reitter <david.reitter@gmail.com>
14537
14538 * mail/sendmail.el (send-mail-function): Use mailclient-send-it
14539 as default on darwin and windows systems.
14540
14541 2005-10-16 Sven Joachim <svenjoac@gmx.de> (tiny change)
14542
14543 * arc-mode.el (archive-zip-extract): Doc fix.
14544
14545 2005-10-16 Romain Francoise <romain@orebokech.com>
14546
14547 * mouse.el (mouse-1-click-follows-link): Doc fix.
14548
14549 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
14550
14551 * savehist.el: Don't require CL at runtime.
14552 (savehist-xemacs): Remove.
14553 (savehist-coding-system): Use utf-8 if present, regardless of religion.
14554 (savehist-no-conversion): Use (featurep 'xemacs).
14555 (savehist-load): Check existence of start-itimer rather than XEmacs.
14556 Use an idle timer.
14557 (savehist-process-for-saving): Replace use of CL funs `subseq' and
14558 `delete-if-not'.
14559
14560 2005-10-16 Hrvoje Niksic <hniksic@xemacs.org>
14561
14562 * savehist.el: Newer version.
14563 (savehist-autosave-interval, savehist-coding-system, savehist-timer)
14564 (savehist-last-checksum, savehist-no-conversion): New vars.
14565 (savehist-autosave, savehist-process-for-saving, savehist-printable):
14566 New functions.
14567 (savehist-load, savehist-save): Use them.
14568 (savehist-delimit): Remove.
14569
14570 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
14571
14572 * progmodes/compile.el (compilation-goto-locus): Display the
14573 compilation buffer first and the source buffer second, in case they're
14574 in overlapping frames. Don't raise the compilation frame if it was the
14575 selected window upon entry. Pass the `other-window' arg to
14576 pop-to-buffer.
14577
14578 * info.el (Info-fontify-node): Use dolist.
14579 Change add-text-properties to put-text-property.
14580
14581 2005-10-16 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
14582
14583 * textmodes/bibtex.el (bibtex-font-lock-url): Catch when point past
14584 bound of search.
14585
14586 2005-10-16 Masatake YAMATO <jet@gyve.org>
14587
14588 * dabbrev.el (dabbrev-completion): Pass the common
14589 prefix substring of completion to `display-completion-list'.
14590
14591 * filecache.el (file-cache-minibuffer-complete)
14592 (file-cache-complete): Ditto.
14593
14594 * tempo.el (tempo-display-completions): Ditto.
14595
14596 * wid-edit.el (widget-file-complete, widget-color-complete): Ditto.
14597
14598 * emacs-lisp/lisp.el (lisp-complete-symbol): Ditto.
14599
14600 * eshell/em-hist.el (eshell-list-history): Ditto.
14601
14602 * mail/mailabbrev.el (mail-abbrev-complete-alias): Ditto.
14603
14604 * mail/mailalias.el (mail-complete): Ditto.
14605
14606 * progmodes/etags.el (complete-tag): Ditto.
14607
14608 * progmodes/make-mode.el (makefile-complete): Ditto.
14609
14610 * progmodes/meta-mode.el (meta-complete-symbol): Ditto.
14611
14612 * progmodes/octave-mod.el (octave-complete-symbol): Ditto.
14613
14614 * progmodes/pascal.el (pascal-complete-word)
14615 (pascal-show-completions): Ditto.
14616
14617 * textmodes/bibtex.el (bibtex-complete-internal): Ditto.
14618
14619 * simple.el (completion-common-substring): New variable.
14620 (completion-setup-function): Use `completion-common-substring'
14621 to put faces.
14622
14623 2005-10-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14624
14625 * term/mac-win.el: Apply 2005-10-09 change for term/x-win.el.
14626 (x-get-selection, mac-select-convert-to-string): Convert from/to
14627 UTF-16 clipboard data as in native byte order, no BOM.
14628
14629 2005-10-16 Nick Roberts <nickrob@snap.net.nz>
14630
14631 * progmodes/gud.el (gud-tool-bar-map): Rename the images
14632 appropriately (gud/next, gud/nexti, gud/step, gud/stepi).
14633 (gud-sentinel): Use speedbar-frame to check for speedbar.
14634
14635 2005-10-15 Richard M. Stallman <rms@gnu.org>
14636
14637 * savehist.el: New file.
14638
14639 2005-10-14 Karl Chen <quarl@cs.berkeley.edu>
14640
14641 * textmodes/tex-mode.el (tex-font-lock-keywords-2):
14642 Fix bug in \bf fontification.
14643
14644 2005-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
14645
14646 * pcvs.el (cvs-edit-log-files): New var.
14647 (cvs-mode-edit-log): New arg `file'.
14648 (cvs-edit-log-minor-wrap): Don't set the ignore-marks property.
14649 Instead force the use of the original file and nothing else.
14650 (cvs-edit-log-filelist): Don't use the cvs-mode-* function unless
14651 the cvs-minor-wrap-function is set.
14652 (cvs-do-edit-log): Obey the vars set in cvs-edit-log-minor-wrap.
14653
14654 2005-10-14 Bill Wohler <wohler@newt.com>
14655
14656 * toolbar/gud-break.*: Moved to etc/images/gud/break.*.
14657 * toolbar/gud-cont.*: Moved to etc/images/gud/cont.*.
14658 * toolbar/gud-down.*: Moved to etc/images/gud/down.*.
14659 * toolbar/gud-finish.*: Moved to etc/images/gud/finish.*.
14660 * toolbar/gud-ni.*: Moved to etc/images/gud/ni.*.
14661 * toolbar/gud-n.*: Moved to etc/images/gud/n.*.
14662 * toolbar/gud-print.*: Moved to etc/images/gud/print.*.
14663 * toolbar/gud-pstar.*: Moved to etc/images/gud/pstar.*.
14664 * toolbar/gud-remove.*: Moved to etc/images/gud/remove.*.
14665 * toolbar/gud-run.*: Moved to etc/images/gud/run.*.
14666 * toolbar/gud-si.*: Moved to etc/images/gud/si.*.
14667 * toolbar/gud-s.*: Moved to etc/images/gud/s.*.
14668 * toolbar/gud-until.*: Moved to etc/images/gud/until.*.
14669 * toolbar/gud-up.*: Moved to etc/images/gud/up.*.
14670 * toolbar/gud-watch.*: Moved to etc/images/gud/watch.*.
14671
14672 * progmodes/gud.el (gud-tool-bar-map): Rename the images
14673 appropriately (for example, gud-break to gud/break).
14674
14675 2005-10-14 Chong Yidong <cyd@stupidchicken.com>
14676
14677 * longlines.el (longlinges-search-function)
14678 (longlines-search-forward, longlines-search-backward): New functions.
14679 (longlines-mode): Set isearch-search-fun-function to
14680 longlinges-search-function.
14681
14682 * mouse.el (mouse-drag-region-1): Handle the case where a
14683 double-click event is bound to an arbitrary function.
14684
14685 2005-10-14 David Ponce <david@dponce.com>
14686
14687 * recentf.el (recentf-track-opened-file)
14688 (recentf-track-closed-file, recentf-update-menu)
14689 (recentf-used-hooks, recentf-enabled-p): Move before dialog stuff.
14690 (recentf-dialog-mode-map): Map follow-link to RET, so dialogs obey
14691 mouse-1-click-follows-link.
14692
14693 2005-10-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14694
14695 * toolbar/diropen.xpm, toolbar/diropen.pbm: New versions made from
14696 Gnome file-manager.png. Suggested by
14697 Joachim Nilsson <joachim.nilsson@vmlinux.org>.
14698
14699 * toolbar/README: Add diropen.xpm.
14700
14701 2005-10-13 Bill Wohler <wohler@newt.com>
14702
14703 * makefile.w32-in (MH_E_SRC): Rename from MH-E-SRC per NMAKE
14704 restrictions. Suggested by David Robinow <drobinow@gmail.com>.
14705
14706 2005-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
14707
14708 * progmodes/mixal-mode.el (mixal-operation-codes-alist):
14709 Don't waste the byte-compiler's time on constant data.
14710
14711 2005-10-13 Kenichi Handa <handa@m17n.org>
14712
14713 * international/utf-8.el (utf-8-compose): Display an invalid UTF-8
14714 byte with `escape-glyph' face.
14715
14716 * international/fontset.el (ccl-encode-unicode-font):
14717 Lookup utf-subst-table-for-encode, not ucs-mule-cjk-to-unicode.
14718 Handle the case that ucs-mule-to-mule-unicode translates a character to
14719 ASCII (usually for IPA characters).
14720
14721 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
14722
14723 * info.el (Info-fontify-node): Don't be fooled by a lone "...".
14724 Don't hide the underline of titles if font-lock-mode is disabled.
14725
14726 2005-10-12 Bill Wohler <wohler@newt.com>
14727
14728 * makefile.w32-in (MH-E-SRC): New. Used by mh-autoloads.
14729 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
14730 files in MH-E-SRC have been updated.
14731 (updates, compile, recompile, bootstrap): Depend on mh-autoloads.
14732
14733 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
14734
14735 * progmodes/mixal-mode.el (mixal-operation-codes): Remove.
14736 (mixal-mode-syntax-table): Add \n as end-comment.
14737 (mixal-operation-codes-alist): Immediately initialize to full value.
14738 (mixal-add-operation-code): Remove.
14739 (mixal-describe-operation-code): Make the arg non-optional.
14740 Use the interactive spec instead.
14741 Use mixal-operation-codes-alist rather than mixal-operation-codes.
14742 (mixal-font-lock-keywords): Don't highlight comments here any more.
14743 (mixal-font-lock-syntactic-keywords): New var.
14744 (mixal-mode): Use it. Fix comment-start-skip.
14745
14746 2005-10-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14747
14748 * startup.el (command-line-x-option-alist): -nb => -nbi
14749
14750 2005-10-12 Kim F. Storm <storm@cua.dk>
14751
14752 * startup.el (fancy-splash-default-action): Discard mouse click in
14753 the splash screen window, as it has no sensible meaning in the
14754 next window to be selected. Fixes error reported by Jan D.
14755
14756 2005-10-12 Reiner Steib <Reiner.Steib@gmx.de>
14757
14758 * desktop.el (desktop-load-file): Do nothing when FUNCTION is nil.
14759
14760 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
14761
14762 * progmodes/mixal-mode.el: Sync with version in the GNU MDK project.
14763 Try to fix up minor layout issues like indentation, line break, etc...
14764 (mixal-mode-syntax-table): Don't try to specify comment syntax,
14765 because it doesn't work.
14766 (mixal-operation-codes): Add some more codes.
14767 (mixal-font-lock-keywords): Process comments here.
14768 (mixal-mode): mixasm no longer needs -g option.
14769
14770 2005-10-11 Sven Joachim <svenjoac@gmx.de> (tiny change)
14771
14772 * progmodes/sh-script.el (sh-tmp-file):
14773 Use mktemp -t. Finish support for es and rc shells.
14774
14775 2005-10-11 Jay Belanger <belanger@truman.edu>
14776
14777 * calc/calcalg2.el (calc-integral): With an argument, compute the
14778 definite integral.
14779
14780 2005-10-11 Chong Yidong <cyd@stupidchicken.com>
14781
14782 * mouse.el (mouse-drag-region-1): Don't try to catch a
14783 double-click when doing follow-link (it's overridden anyway).
14784
14785 2005-10-11 Juanma Barranquero <lekktu@gmail.com>
14786
14787 * emacs-lisp/autoload.el (update-directory-autoloads): Doc fix.
14788 (autoload-print-form-outbuf): Add docstring.
14789
14790 2005-10-11 Juri Linkov <juri@jurta.org>
14791
14792 * info.el (Info-mode-menu): Delete menu item "Edit".
14793 (Info-mode): Delete description of Info-edit from docstring,
14794 and rearrange descriptions of Info commands in the order
14795 they are documented in the Info manual.
14796
14797 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
14798
14799 * calendar/appt.el (appt-check): Use diary-selective-display var.
14800
14801 2005-10-10 Richard M. Stallman <rms@gnu.org>
14802
14803 * net/newsticker.el (newsticker-start, newsticker-show-news):
14804 Add autoload cookies.
14805
14806 2005-10-10 Emanuele Giaquinta <emanuele.giaquinta@gmail.com>
14807
14808 * progmodes/sh-script.el (sh-tmp-file): Use mktemp.
14809
14810 2005-10-10 Karl Chen <quarl@cs.berkeley.edu>
14811
14812 * jka-cmpr-hook.el (jka-compr-handler): Fix typo in `operations' prop.
14813
14814 2005-10-10 Jay Belanger <belanger@truman.edu>
14815
14816 * calc/calc-arith.el (math-check-known-scalarp)
14817 (math-check-known-matrixp): Check the values of arguments that are
14818 variables.
14819 (math-check-known-square-matrixp): New function.
14820 (math-known-square-matrixp): Use math-check-known-square-matrixp.
14821 (math-super-types): Add sqmatrix type.
14822
14823 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec): Change the
14824 mode name `square' to `sqmatrix'.
14825
14826 * calc/calc.el (calc-matrix-mode, calc-set-mode-line): Change the
14827 mode name `square' to `sqmatrix'.
14828
14829 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
14830
14831 * progmodes/etags.el (select-tags-table-mode): Don't use
14832 selective-display.
14833 (tags-select-tags-table): Pass `button' to the action function.
14834 (select-tags-table): Place the side-info on button properties rather
14835 than in hidden text. Abbreviate file names.
14836 (select-tags-table-mode-map): Inherit rather than copy buttom-map.
14837 (select-tags-table-select): Add `button' argument.
14838 Get side-info from the button property rather than from hidden text.
14839
14840 2005-10-11 Nick Roberts <nickrob@snap.net.nz>
14841
14842 * progmodes/gud.el (gud-install-speedbar-variables): Add more bindings.
14843 (gud-speedbar-buttons): Preserve point if possible.
14844 (gud-sentinel): Restore previous speedbar display type.
14845
14846 * progmodes/gdb-ui.el (gdba): Improve diagram.
14847 (def-gdb-auto-update-handler, gdb-info-locals-handler)
14848 (gdb-put-breakpoint-icon, gdb-remove-breakpoint-icons):
14849 Call get-buffer-window once.
14850
14851 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
14852
14853 * progmodes/pascal.el (pascal-mode-map): Move init into declaration.
14854 (pascal-mode-syntax-table): Make (* *) markers same class as { ... }.
14855 (pascal-indent-command): Remove unused var `ind'.
14856 (pascal-indent-case): Remove unused var `oldpos'.
14857 (pascal-outline-map): Don't inherit from pascal-mode-map anymore,
14858 since it's now used as a proper minor mode map.
14859 (pascal-outline): Rename to pascal-outline-mode.
14860 (pascal-outline-mode): Use define-minor-mode.
14861 (pascal-outline-mode, pascal-outline-change): Use overlays rather than
14862 selective-display.
14863
14864 2005-10-10 Andreas Schwab <schwab@suse.de>
14865
14866 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Adjust match
14867 number. Reported by Karl Chen <quarl@cs.berkeley.edu>.
14868
14869 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Fix for building
14870 outside source directory.
14871
14872 2005-10-10 Carsten Dominik <dominik@science.uva.nl>
14873
14874 * textmodes/org.el (org-mode-map): Explicit definition of `C-c
14875 C-x' as a prefix.
14876 (orgtbl-mode-map): Full keymap instead of sparse, because all
14877 `self-insert-command' keys are redefined in this map.
14878 (org-export-as-html): Specify charset for HTML file, by taking it
14879 from the coding system.
14880
14881 2005-10-10 Kenichi Handa <handa@m17n.org>
14882
14883 * textmodes/flyspell.el (flyspell-check-word-p):
14884 If unread-command-events is non-empty, don't call sit-for.
14885
14886 2005-10-09 Richard M. Stallman <rms@gnu.org>
14887
14888 * font-lock.el (font-lock-syntactic-keywords)
14889 (font-lock-keywords): Doc fixes.
14890
14891 * textmodes/flyspell.el (flyspell-external-point-words):
14892 Simplify logic, and don't try to check for consecutive appearances
14893 of one incorrect word.
14894
14895 2005-10-10 Nick Roberts <nickrob@snap.net.nz>
14896
14897 * speedbar.el (speedbar-buffer-easymenu-definition): Add menu
14898 separator.
14899
14900 * progmodes/gud.el (gud-last-speedbar-buffer): Remove.
14901 (gud-install-speedbar-variables): Add GUD to speedbar "Displays" list.
14902 (gud-expansion-speedbar-buttons): New function.
14903 (gud-speedbar-buttons): Check for gud-comint-buffer.
14904
14905 2005-10-09 Bill Wohler <wohler@newt.com>
14906
14907 * Makefile.in (updates): Add mh-loaddefs dependency.
14908
14909 2005-10-09 Chong Yidong <cyd@stupidchicken.com>
14910
14911 * speedbar.el (speedbar-file-key-map): Fix typo.
14912
14913 2005-10-09 Daniel Brockman <daniel@brockman.se>
14914
14915 * cus-start.el (line-spacing): Add custom spec.
14916
14917 2005-10-09 Romain Francoise <romain@orebokech.com>
14918
14919 * textmodes/ispell.el (ispell-check-version): Fix last change.
14920
14921 2005-10-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14922
14923 * term/x-win.el: Remove -i, --icon-type from comment.
14924
14925 * startup.el (command-line-x-option-alist): Remove options -i,
14926 -itype, --icon-type, added -nb, --no-bitmap-icon
14927
14928 2005-10-09 Nick Roberts <nickrob@snap.net.nz>
14929
14930 * progmodes/gud.el (gud-speedbar-menu-items): Use :visible
14931 instead of :active.
14932
14933 2005-10-08 Eric Hanchrow <offby1@blarg.net> (tiny change)
14934
14935 * textmodes/ispell.el (ispell-check-version):
14936 Ignore hyphen, and all that follows, in aspell's version text.
14937
14938 2005-10-08 Jay Belanger <belanger@truman.edu>
14939
14940 * calc/calc-arith.el (math-known-square-matrixp): New function.
14941 (math-pow-fancy): Check for matrices before distributing exponent
14942 across products.
14943
14944 * calc/calc-keypd.el (calc-do-keypad): Widen keypad window for
14945 fullscreen keypad. Suggested by Luc Teirlinck.
14946 (calc-keypad-show-input): Add space for formatting.
14947
14948 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec):
14949 Add square matrix option.
14950
14951 * calc/calc-poly.el (math-expand-term): Check for matrices instead
14952 of checking calc-matrix-mode when deciding how to expand.
14953
14954 * calc/calc.el (calc-set-mode-line): Add square matrix option.
14955
14956 2005-10-08 Lars Hansen <larsh@soem.dk>
14957
14958 * net/tramp.el (tramp-perl-directory-files-and-attributes):
14959 Add error handling.
14960 (tramp-handle-directory-files-and-attributes): Handle perl error msg.
14961
14962 2005-10-08 Michael Albinus <michael.albinus@gmx.de>
14963
14964 Sync with Tramp 2.0.51.
14965
14966 * net/tramp.el (tramp-handle-set-visited-file-modtime)
14967 (tramp-handle-insert-file-contents, tramp-handle-write-region):
14968 Insert special handling for `last-coding-system-used', again
14969 it still seems to be necessary (unlike stated before).
14970 Reported by Toshinori Sugita <sugita@d-pad.co.jp>.
14971 (tramp-password-prompt-regexp): There might be other words before
14972 trailing ":". Reported by Kurt Steinkraus <kurt@steinkraus.us>.
14973 (tramp-chunksize): Improve docstring.
14974 (tramp-set-auto-save-file-modes): Octal integer code #o600 breaks
14975 Emacs 20. Use `tramp-octal-to-decimal' therefore. Reported by
14976 Christian Joergensen <bugs@razor.dk>.
14977
14978 2005-10-07 Glenn Morris <rgm@gnu.org>
14979
14980 * progmodes/f90.el (f90-keywords-re, f90-mode): Doc fix.
14981 (f90-font-lock-keywords-2, f90-mode-abbrev-table): Add `double
14982 precision'.
14983
14984 2005-10-07 Romain Francoise <romain@orebokech.com>
14985
14986 * ibuf-ext.el (ibuffer-do-shell-command-pipe)
14987 (ibuffer-do-shell-command-pipe-replace)
14988 (ibuffer-do-shell-command-file, ibuffer-do-eval)
14989 (ibuffer-do-view-and-eval, ibuffer-do-rename-uniquely)
14990 (ibuffer-do-revert, ibuffer-do-replace-regexp)
14991 (ibuffer-do-query-replace, ibuffer-do-query-replace-regexp)
14992 (ibuffer-do-print, ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
14993 (ibuffer-filter-by-name, ibuffer-filter-by-filename)
14994 (ibuffer-filter-by-size-gt, ibuffer-filter-by-size-lt)
14995 (ibuffer-filter-by-content, ibuffer-filter-by-predicate
14996 (ibuffer-do-sort-by-major-mode, ibuffer-do-sort-by-mode-name)
14997 (ibuffer-do-sort-by-alphabetic, ibuffer-do-sort-by-size):
14998 Autoload file sans suffix.
14999
15000 * emulation/cua-base.el (cua-toggle-global-mark): Likewise.
15001
15002 2005-10-07 David Ponce <david@dponce.com>
15003
15004 * recentf.el (recentf-menu-open-all-flag): New option.
15005 (recentf-digit-shortcut-command-name): New function.
15006 (recentf--shortcuts-keymap): New variable.
15007 (recentf-menu-shortcuts): New variable.
15008 (recentf-make-menu-items): Initialize it. Replace the "More..."
15009 menu item by "All...", if `recentf-menu-open-all-flag' is non-nil.
15010 (recentf-menu-value-shortcut): New function.
15011 (recentf-make-menu-item): Use it. No more in-lined.
15012 (recentf-dialog-mode-map): Base on `recentf--shortcuts-keymap'.
15013 (recentf-open-most-recent-file): Rename from
15014 `recentf-open-file-with-key'. Don't depend on key binding.
15015 (recentf-mode-map): New variable.
15016 (recentf-mode): Use it.
15017
15018 2005-10-06 Bill Wohler <wohler@newt.com>
15019
15020 * mh-e/mh-loaddefs.el: Remove. Now generated automatically.
15021
15022 * Makefile.in (AUTOGENEL): Add mh-e/mh-loaddefs.el.
15023 (MH-E-SRC): New. Used by mh-autoloads.
15024 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
15025 files in MH-E-SRC have been updated.
15026 (compile, recompile, bootstrap): Depend on mh-autoloads.
15027
15028 2005-10-07 Nick Roberts <nickrob@snap.net.nz>
15029
15030 * progmodes/gud.el (gud-menu-map): Only display un-intuitive
15031 gud-break and gud-remove icons when the fringe is not available.
15032
15033 * progmodes/gdb-ui.el (gdb-fringe-width -> gdb-buffer-fringe-width):
15034 Typo.
15035
15036 2005-10-06 Michael Cadilhac <michael.cadilhac-@t-lrde.epita.fr>
15037
15038 * play/zone.el (zone): Wrap body with save-window-excursion.
15039
15040 2005-10-06 Stefan Monnier <monnier@iro.umontreal.ca>
15041
15042 * calendar/cal-menu.el (calendar-mouse-view-diary-entries):
15043 Use the new `list-only' arg to diary-list-entries.
15044
15045 * calendar/diary-lib.el: Use overlays rather than selective-display.
15046 (diary-selective-display): New var.
15047 (diary-header-line-format): Use it.
15048 (diary-list-entries): Add argument `list-only'.
15049 Put the buffer in diary-mode. Don't add \^M at beg and end.
15050 Replace \^M by invisible overlays.
15051 (diary-unhide-everything): Replace \^M by invisible overlays.
15052 (print-diary-entries): Look for overlays rather than \^M.
15053 Add a space to the temp buffer name.
15054 (diary-show-all-entries, mark-diary-entries, make-diary-entry):
15055 Put the buffer in diary-mode.
15056 (list-sexp-diary-entries): Replace \^M by invisible overlays.
15057 (diary-anniversary): Make the year arg optional.
15058 (diary-time-regexp): New const.
15059 (diary-font-lock-keywords): Use it to accept a few more time formats.
15060
15061 * pcvs.el (cvs-sentinel): Make sure we do re-enable undo.
15062
15063 2005-10-06 Thien-Thi Nguyen <ttn@gnu.org>
15064
15065 * textmodes/artist.el (artist-ellipse-mirror-quadrant):
15066 Fix bug introduced 2005-07-03: Use (car (last ...))
15067 to faithfully reproduce replaced artist-last.
15068 (artist-set-arrow-points-for-poly): Likewise.
15069 Suggested by Johan Bockg\e,Ae\e(Brd.
15070
15071 2005-10-06 Juanma Barranquero <lekktu@gmail.com>
15072
15073 * dframe.el (x-pointer-hand2, x-pointer-top-left-arrow):
15074 * wid-edit.el (widget):
15075 * progmodes/gdb-ui.el (gdb-buffer-fringe-width):
15076 * progmodes/vhdl-mode.el (speedbar-attached-frame): Add defvars.
15077
15078 2005-10-06 Kenichi Handa <handa@m17n.org>
15079
15080 * international/mule-cmds.el (set-language-environment):
15081 Fix setting up of case-table for unibyte mode.
15082
15083 * simple.el (what-cursor-position): If the character is displayed
15084 by some `display' text property, show that. Don't use
15085 single-key-description for eight-bit characters in multibyte mode.
15086
15087 2005-10-06 Nick Roberts <nickrob@snap.net.nz>
15088
15089 * progmodes/gdb-ui.el (gdb-fringe-width): New variable.
15090 (gdb-ann3): Set it.
15091 (gdb-put-breakpoint-icon): Don't take fringe-width from speedbar frame.
15092 (gdb-info-frames-custom): Use inverse-video for first five
15093 characters of selected frame only.
15094 (gdb-get-frame-number): Select frame even when point is on frame
15095 number.
15096
15097 2005-10-06 Masatake YAMATO <jet@gyve.org>
15098
15099 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
15100 Put `font-lock-function-name-face'.
15101 (gdb-info-frames-custom): Put `font-lock-function-name-face'
15102 and `font-lock-variable-name-face'
15103 (gdb-registers-font-lock-keywords): New font lock keywords definition.
15104 (gdb-registers-mode): Use `gdb-registers-font-lock-keywords`.
15105 (gdb-memory-font-lock-keywords): New font lock keywords definition.
15106 (gdb-memory-mode): Use `gdb-memory-font-lock-keywords'.
15107 (gdb-local-font-lock-keywords): New font lock keywords definition.
15108 (gdb-locals-mode): Use `gdb-local-font-lock-keywords'
15109 (gdb-threads-font-lock-keywords): New font lock keywords definition.
15110 (gdb-threads-mode): Use `gdb-threads-font-lock-keywords'.
15111
15112 2005-10-05 Michael Kifer <kifer@cs.stonybrook.edu>
15113
15114 * ediff-merge.el (ediff-merge-region-is-non-clash): New defsubst.
15115 (ediff-merge-region-is-non-clash-to-skip): Previously called
15116 ediff-merge-region-is-non-clash.
15117
15118 * ediff-mult.el (ediff-append-custom-diff, ediff-meta-show-patch):
15119 Use insert-buffer-substring.
15120
15121 * ediff-ptch.el (ediff-fixup-patch-map): Use better heuristics for
15122 selecting files to patch. Also bug fixes.
15123
15124 * ediff-util.el (ediff-setup): Bug fix.
15125 (ediff-next-difference): Never skip clashes that differ in white
15126 space only.
15127
15128 * ediff-wind.el (ediff-setup-control-frame)
15129 (ediff-destroy-control-frame): Check the menubar feature.
15130
15131 * viper-cmd.el (viper-normalize-minor-mode-map-alist)
15132 (viper-refresh-mode-line): Use make-local-variable to localize
15133 some vars instead of make-variable-buffer-local. Suggested by
15134 Stefan Monnier.
15135
15136 * viper-init.el (viper-make-variable-buffer-local): Delete alias.
15137 (viper-restore-cursor-type, viper-set-insert-cursor-type):
15138 Use make-local-variable instead of make-variable-buffer-local.
15139 Suggested by Stefan Monnier.
15140
15141 * viper.el (viper-mode): Don't use viper-make-variable-buffer-local.
15142 (viper-comint-mode-hook): Use make-local-variable on
15143 require-final-newline.
15144 (viper-non-hook-settings): Don't use make-variable-buffer-local.
15145
15146 2005-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
15147
15148 * progmodes/scheme.el (scheme-mode-syntax-table): Mark ; as being
15149 also the second char of a comment-start sequence.
15150 (scheme-sexp-comment-syntax-table): New var.
15151 (lambda, define): Set their scheme-doc-string-elt property.
15152 (scheme-font-lock-syntactic-face-function): Handle sexp-comments.
15153 Use lisp-font-lock-syntactic-face-function now that it properly
15154 handles |...| symbols.
15155 (scheme-mode-variables): Set lisp-doc-string-elt-property,
15156 parse-sexp-lookup-properties and font-lock-extra-managed-props.
15157
15158 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Move the nesting
15159 bit from # to |.
15160 (lisp-font-lock-syntactic-face-function): Distinguish |...| symbols.
15161
15162 * emacs-lisp/lisp-mode.el (lambda): Add its doc-string-elt property.
15163 (lisp-doc-string-elt-property): New var.
15164 (lisp-font-lock-syntactic-face-function): Use it.
15165 Rewrite to recognize docstrings even for forms not at toplevel.
15166
15167 * progmodes/scheme.el (scheme-mode-syntax-table): Put the nested
15168 annotation on the | part of #| rather than on the # part.
15169 (scheme-font-lock-syntactic-face-function): New function, to
15170 distinguish strings from |...| symbols.
15171 (scheme-mode-variables): Use it. Also fix up the font-lock-time
15172 syntax-table so that #|...|# is properly highlighted.
15173
15174 * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function):
15175 Don't mark as docstring the 3rd elem of an unknown toplevel form.
15176
15177 2005-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
15178
15179 * bindings.el (global-map): Resync [home] and [end] bindings with C-a
15180 and C-e.
15181
15182 * emacs-lisp/eldoc.el: Move comments into docstrings.
15183 (eldoc-message-commands): Initialize in its declaration.
15184 Add move-beginning-of-line and move-end-of-line.
15185 (eldoc-add-command, eldoc-add-command-completions)
15186 (eldoc-remove-command, eldoc-remove-command-completions): Simplify.
15187
15188 * outline.el (outline-mark-subtree): Activate the mark.
15189
15190 * calendar/appt.el (appt-time-regexp): New var.
15191 (appt-add, appt-make-list): Use it.
15192 (appt-convert-time): Clean up.
15193
15194 * textmodes/tex-mode.el (tex-font-lock-syntactic-face-function):
15195 Don't set any syntax-table property here.
15196 (tex-font-lock-verb): New function. Do it here.
15197 (tex-font-lock-syntactic-keywords): Use it.
15198
15199 2005-10-04 Richard M. Stallman <rms@gnu.org>
15200
15201 * wid-edit.el (widget-file-complete): Get the widget start point
15202 the right way. Default directory to `/' if file has none.
15203
15204 * x-dnd.el (x-dnd-drop-data): Check for dedicated windows.
15205
15206 * textmodes/flyspell.el (flyspell-mode-on):
15207 Call ispell-maybe-find-aspell-dictionaries.
15208
15209 * textmodes/ispell.el (ispell-word, ispell-region):
15210 Call ispell-maybe-find-aspell-dictionaries.
15211 (ispell-accept-buffer-local-defs):
15212 Don't call ispell-maybe-find-aspell-dictionaries
15213
15214 2005-10-04 Richard M. Stallman <rms@gnu.org>
15215
15216 * iswitchb.el (iswitchb-buffer-ignore): Label it risky.
15217
15218 2005-10-04 Emilio C. Lopes <eclig@gmx.net>
15219
15220 * iswitchb.el (iswitchb-ignore-buffername-p): Use `functionp'
15221 instead of `fboundp' in order to allow for anonymous functions.
15222
15223 2005-10-04 Chong Yidong <cyd@stupidchicken.com>
15224
15225 * info.el (Info-next, Info-prev, Info-up): Select info buffer, in
15226 case the user clicks on the link while another window is selected.
15227 (Info-speedbar-hierarchy-buttons): Use speedbar-current-frame.
15228
15229 * dframe.el (dframe-update-keymap): Use mouse-1-click-follows-link
15230 functionality.
15231 (dframe-help-echo): Save point in case mouse tracking is off.
15232
15233 2005-10-04 Thien-Thi Nguyen <ttn@gnu.org>
15234
15235 * net/ange-ftp.el (ange-ftp-ls): Fix typo introduced in last change.
15236
15237 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
15238
15239 * progmodes/cc-styles.el (c-setup-paragraph-variables): Make sure we do
15240 not change the global value of those vars.
15241
15242 * progmodes/cc-mode.el (c-basic-common-init): Remove calls to
15243 make-local-variable which we do not need any more.
15244
15245 2005-10-03 Chong Yidong <cyd@stupidchicken.com>
15246
15247 * speedbar.el (speedbar-ignored-path-regexp, speedbar-line-path)
15248 (speedbar-ignored-path-expressions, speedbar-buffers-line-path)
15249 (speedbar-add-ignored-path-regexp, speedbar-buffers-line-path)
15250 (speedbar-path-line): Define obsolete aliases.
15251 (speedbar-line-directory): Doc fix.
15252
15253 * progmodes/vhdl-mode.el (vhdl-speedbar-initialize)
15254 (vhdl-speedbar-rescan-hierarchy): Call speedbar-line-directory
15255 instead of speedbar-line-path.
15256
15257 2005-10-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
15258
15259 * x-dnd.el (x-dnd-drop-data): Don't set dnd-open-file-other-window
15260 to nil if dropping on a window. Handle dropping on a minibuffer window
15261 like dropping on a non-window part of Emacs.
15262
15263 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
15264
15265 * net/ange-ftp.el: Use with-current-buffer.
15266 (ange-ftp-insert-directory): Do not follow symlinks any more.
15267
15268 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
15269 Remove interactive spec.
15270
15271 2005-10-03 Kim F. Storm <storm@cua.dk>
15272
15273 * ido.el (ido-mode): Use custom-initialize-set.
15274
15275 2005-10-02 Richard M. Stallman <rms@gnu.org>
15276
15277 * progmodes/ebnf2ps.el (ebnf-eps-production-list):
15278 Use insert-buffer-substring.
15279
15280 * net/tramp.el: Pacify byte compiler warnings in pacification code.
15281 (tramp-handle-file-local-copy): Use insert-buffer-substring.
15282
15283 2005-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
15284
15285 * net/ange-ftp.el (ange-ftp-insert-directory): Undo unintended part
15286 in last change.
15287 (ange-ftp-insert-directory): Fix up the search for the case where
15288 `file' is absolute.
15289
15290 2005-10-02 Romain Francoise <romain@orebokech.com>
15291
15292 * progmodes/compile.el (compile-goto-error): Delete extra paren.
15293
15294 2005-10-02 Andreas Schwab <schwab@suse.de>
15295
15296 * ediff-ptch.el (ediff-fixup-patch-map): Handle file names without
15297 directory component in the session info.
15298
15299 2005-10-01 Richard M. Stallman <rms@gnu.org>
15300
15301 * comint.el (comint-redirect-subvert-readonly): Doc fix.
15302
15303 * simple.el (next-error-internal): New function.
15304
15305 * progmodes/compile.el (compilation-buffer-name): New arg MODE-COMMAND.
15306 (compilation-start): Pass new arg to compilation-buffer-name.
15307 (compile-goto-error): Use next-error-internal.
15308
15309 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
15310
15311 * speedbar.el: Remove RCS tag.
15312 (speedbar-check-read-only): Handle non-existent files.
15313
15314 * dframe.el, ezimage.el, sb-image.el: Remove RCS tags.
15315
15316 * info.el (Info-speedbar-hierarchy-buttons)
15317 (Info-speedbar-goto-node): Call speedbar-select-attached-frame.
15318
15319 2005-10-01 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
15320
15321 * textmodes/bibtex.el (bibtex-valid-entry-whitespace-re):
15322 Do not match newline.
15323 (bibtex-realign): Do not use bibtex-valid-entry-whitespace-re.
15324 (bibtex-summary): Remove unnecessary save-excursion.
15325 (bibtex-fill-field-bounds): Use fill-region-as-paragraph.
15326
15327 2005-10-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15328
15329 * term/mac-win.el: Add charset info for "iso10646-1".
15330 Modify default fontset to use ATSUI-compatible fonts for some charsets
15331 if available.
15332
15333 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
15334
15335 * speedbar.el: Re-apply arch tag.
15336 (speedbar-version): Rename to version 1.0. Suggested by Eric
15337 M. Ludlam.
15338 Reapply two changes from Emacs CVS' version of speedbar lost
15339 during the merge:
15340 (speedbar-use-imenu-flag): Avoid unnecessary use of locate-library.
15341 (speedbar-frame-parameters): Improve customize type.
15342
15343 2005-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
15344
15345 * net/ange-ftp.el (ange-ftp-gwp-start): Use with-current-buffer.
15346 (ange-ftp-file-directory-p): Fix the symlink case.
15347 (ange-ftp-insert-directory): When listing a single file, get a list of
15348 the parent buffer and extract the relevant line. Inspired from a patch
15349 by Katsumi Yamaoka <yamaoka@jpl.org>.
15350 (ange-ftp-file-name-sans-versions): Simplify.
15351
15352 2005-09-30 Bill Wohler <wohler@newt.com>
15353
15354 Move MH-E image files from toolbar and mail directories into
15355 etc/images.
15356
15357 * mail/reply2.*: Move to etc/images/mail/reply*.
15358
15359 * toolbar/execute.*, toolbar/highlight.*, toolbar/mh-logo.xpm:
15360 * toolbar/page-down.*, toolbar/show.*, toolbar/widen.*: Move to
15361 etc/images.
15362
15363 * toolbar/alias.*, toolbar/refile.*, toolbar/repack.*:
15364 * toolbar/reply*: Move to etc/images/mail.
15365
15366 * toolbar/rescan.*: Move and rename to etc/images/refresh.*.
15367
15368 2005-09-30 Eric M. Ludlam <zappo@gnu.org>
15369
15370 * speedbar.el: New version 1.0pre3.
15371
15372 Frame management code (including timer, and mouse click specifics)
15373 moved to dframe.el:
15374 (speedbar-attached-frame): Removed. Use dframe-attached-frame.
15375 (speedbar-timer): Removed. Use dframe-timer.
15376 (speedbar-close-frame): Removed. Use dframe-close-frame.
15377 (speedbar-activity-change-focus-flag): Removed. Use
15378 dframe-activity-change-focus-flag.
15379 (speedbar-update-speed, speedbar-navigating-speed): Obsolete. Use
15380 dframe-update-speed.
15381
15382 (speedbar-current-frame): New macro. Use this instead of the
15383 variable speedbar-frame.
15384
15385 (speedbar-use-images, speedbar-expand-image-button-alist)
15386 (speedbar-insert-image-button-maybe): Moved to sb-image.el.
15387
15388 (speedbar-find-image-on-load-path): Removed. Replaced by
15389 defezimage in ezimage.el.
15390 (speedbar-expand-image-button-alist): Removed. Replaced by
15391 ezimage-expand-image-button-alist in ezimage.el.
15392
15393 (speedbar-ignored-directory-regexp)
15394 (speedbar-add-ignored-directory-regexp)
15395 (speedbar-ignored-directory-expressions)
15396 (speedbar-line-directory, speedbar-buffers-line-directory)
15397 (speedbar-directory-line, speedbar-buffers-line-directory):
15398 Renamed, replacing `path' with `directory'.
15399
15400 (speedbar-create-directory, speedbar-expand-line-descendants)
15401 (speedbar-toggle-line-expansion)
15402 (speedbar-contract-line-descendants): New commands.
15403
15404 (speedbar-query-confirmation-method, speedbar-select-frame-method)
15405 (speedbar-use-tool-tips-flag): New options.
15406
15407 (speedbar-check-read-only, speedbar-require-version)
15408 (speedbar-insert-separator, speedbar-buffers-tail-notes)
15409 (speedbar-handle-delete-frame, speedbar-try-completion)
15410 (speedbar-update-localized-contents): New functions.
15411
15412 (speedbar-incompatible-version, speedbar-ro-to-do-point)
15413 (speedbar-object-read-only-indicator): New variables.
15414
15415 (speedbar-visiting-tag-hook, speedbar-before-visiting-file-hook):
15416 New hooks.
15417
15418 (speedbar-separator-face): New face.
15419
15420 (speedbar-supported-extension-expressions): Add `.g' and `.ma?k'.
15421 (speedbar-ignored-modes): Add fundamental-mode.
15422 (speedbar-directory-unshown-regexp): Add . directories.
15423
15424 (speedbar-key-map): Remove old SPC and DEL page up/down keys.
15425 (speedbar-file-key-map): Add SPC to toggle node expansion, `[' and
15426 `]' for full expand/close.
15427 (speedbar-buffers-key-map): Add SPC to toggle node expansion.
15428
15429 (speedbar-check-vc): Support hidden files.
15430 (speedbar-vc-check-dir-p): Use vc-state if available for CVS.
15431 (speedbar-this-file-in-vc): Use vc-state if available. If VC
15432 state is nil, it is not checked out.
15433
15434 (speedbar-line-text, speedbar-line-token): Support expand buttons
15435 with no text.
15436 (speedbar-refresh): Universal argument acts as power-click.
15437 (speedbar-fetch-dynamic-tags): If a buffer is in Emacs, switch to
15438 that buffer to get variable values.
15439
15440 And many other bugfixes.
15441
15442 * dframe.el, ezimage.el, sb-image.el: New files.
15443
15444 * sb-*.xpm: Remove files. New image files installed into
15445 etc/images/ezimage.
15446
15447 2005-09-30 Kenichi Handa <handa@m17n.org>
15448
15449 * ps-mule.el (ps-mule-show-warning): If a character is in
15450 ps-print-translation-table, don't treat it as non-printable.
15451
15452 2005-09-30 David Ponce <david@dponce.com>
15453
15454 * tree-widget.el (tree-widget-themes-load-path): New variable.
15455 (tree-widget-themes-directory): Doc fix.
15456 (tree-widget-image-formats) [Emacs]: Doc fix.
15457 (tree-widget--locate-sub-directory): New function.
15458 (tree-widget-themes-directory): Use it.
15459
15460 * recentf.el (recentf-filename-handlers): Rename from
15461 `recentf-filename-handler'. Allow a list of functions.
15462 (recentf-menu-items-for-commands): Fix :help strings.
15463 (recentf-apply-filename-handlers): New function.
15464 (recentf-expand-file-name): Use it.
15465 (recentf-cleanup): Remove duplicates too.
15466
15467 2005-09-29 Juri Linkov <juri@jurta.org>
15468
15469 * faces.el: Rearrange face definitions to be in the same order as
15470 their face descriptions in "(emacs)Standard Faces".
15471
15472 * isearch.el (isearch, lazy-highlight): Add group `basic-faces'.
15473
15474 * tooltip.el (tooltip): Add group `basic-faces'.
15475
15476 * buff-menu.el (Buffer-menu-buffer): Remove group
15477 `font-lock-highlighting-faces'.
15478
15479 * progmodes/compile.el (compilation-error, compilation-warning)
15480 (compilation-info, compilation-line-number, compilation-column-number):
15481 Change group from `font-lock-highlighting-faces' to `compilation'.
15482
15483 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
15484 (vhdl-font-lock-attribute-face, vhdl-font-lock-enumvalue-face)
15485 (vhdl-font-lock-function-face, vhdl-font-lock-directive-face)
15486 (vhdl-font-lock-reserved-words-face)
15487 (vhdl-font-lock-translate-off-face, syntax-alist): Remove group
15488 `font-lock-highlighting-faces'.
15489
15490 * cus-edit.el (custom-buffer-sort-alphabetically): Default to nil.
15491
15492 2005-09-28 Kim F. Storm <storm@cua.dk>
15493
15494 * emulation/cua-base.el: Set CUA move property on additional commands:
15495 up-list, down-list, backward-up-list, end-of-defun beginning-of-defun,
15496 forward-sexp, backward-sexp, forward-list, backward-list.
15497
15498 2005-09-28 Romain Francoise <romain@orebokech.com>
15499
15500 * comint.el (comint-show-output): Really set point at the
15501 beginning of the output when not using `comint-use-prompt-regexp'.
15502
15503 2005-09-27 Jay Belanger <belanger@truman.edu>
15504
15505 * calc/calc-lang.el (math-oper-table): Raise the precedence of "/"
15506 in TeX mode.
15507
15508 2005-09-26 Juanma Barranquero <lekktu@gmail.com>
15509
15510 * textmodes/org.el (org-table-sum): Fix format string.
15511
15512 * textmodes/tex-mode.el (tex-insert-quote, latex-indent):
15513 Quote face names.
15514
15515 2005-09-26 Romain Francoise <romain@orebokech.com>
15516
15517 * isearch.el (isearch-forward-regexp): Close doc string.
15518
15519 2005-09-25 Richard M. Stallman <rms@gnu.org>
15520
15521 * simple.el (blink-matching-open): Don't no-op when point is BEGV+1.
15522
15523 * isearch.el (isearch-forward, isearch-forward-regexp): Doc fixes.
15524
15525 * progmodes/compile.el (compilation-error-properties):
15526 When getting the file from the previous error message,
15527 correctly decode the new data format.
15528
15529 * progmodes/cc-cmds.el (c-electric-paren):
15530 Call old-blink-paren only for close-paren.
15531
15532 2005-09-24 Andreas Schwab <schwab@suse.de>
15533
15534 * term/rxvt.el (rxvt-register-default-colors): Delete redundant
15535 condition.
15536
15537 2005-09-25 Romain Francoise <romain@orebokech.com>
15538
15539 * dired-aux.el (dired-copy-file-recursive):
15540 * dired.el (dired-delete-file):
15541 * ediff-mult.el (ediff-dir-diff-copy-file):
15542 * ediff-util.el (ediff-test-save-region):
15543 * forms.el (forms-mode):
15544 * ido.el (ido-file-internal, ido-delete-file-at-head):
15545 * log-edit.el (log-edit-done):
15546 * ses.el (ses-yank-resize):
15547 * play/gomoku.el (gomoku-human-plays, gomoku)
15548 (gomoku-human-resigns, gomoku-prompt-for-other-game)
15549 (gomoku-offer-a-draw):
15550 * play/landmark.el (lm-human-resigns, lm):
15551 * net/eudcb-ldap.el (eudc-ldap-check-base):
15552 * play/mpuz.el (mpuz-offer-abort, mpuz-try-letter, mpuz-close-game):
15553 * progmodes/ebrowse.el (ebrowse-find-pattern):
15554 * progmodes/idlw-shell.el (idlwave-shell-set-bp-check):
15555 * textmodes/reftex-index.el (reftex-index-initialize-phrases-buffer):
15556 End `yes-or-no-p' and `y-or-n-p' prompts with question mark and space.
15557
15558 * vc.el (vc-delete-file):
15559 * play/gomoku.el (gomoku-terminate-game, gomoku)
15560 (gomoku-prompt-for-move, gomoku-human-takes-back):
15561 * play/landmark.el (lm-human-takes-back, lm-prompt-for-move)
15562 (lm-start-robot, lm-human-plays): Remove extraneous spaces in messages.
15563
15564 2005-09-24 Dan Nicolaescu <dann@ics.uci.edu>
15565
15566 * term/rxvt.el (rxvt-register-default-colors): Add support for 255
15567 color rxvt terminals by using the code xterm.el used to use before
15568 2005-04-09 in order to match the colors used by rxvt.
15569
15570 2005-09-24 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
15571
15572 * term/rxvt.el (rxvt-register-default-colors): Add support for 88
15573 colors rxvt-unicode terminals by using the same code as xterm.el.
15574
15575 2005-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
15576
15577 * textmodes/tex-mode.el (tex-font-lock-append-prop)
15578 (tex-font-lock-suscript, tex-insert-quote, latex-indent): Adjust to the
15579 new symbol used for the tex-verbatim face.
15580
15581 2005-09-24 Emilio C. Lopes <eclig@gmx.net>
15582
15583 * woman.el (woman-file-name):
15584 * wid-edit.el (widget-file-prompt-value)
15585 (widget-coding-system-prompt-value):
15586 * w32-fns.el (set-w32-system-coding-system):
15587 * vc.el (vc-version-diff, vc-annotate):
15588 * textmodes/reftex-auc.el (reftex-arg-cite)
15589 (reftex-arg-index-tag):
15590 * textmodes/refer.el (refer-get-bib-files):
15591 * textmodes/artist.el (artist-figlet-choose-font):
15592 * terminal.el (terminal-emulator):
15593 * replace.el (occur-read-primary-args):
15594 * rect.el (string-rectangle, string-insert-rectangle):
15595 * ps-print.el (ps-print-preprint):
15596 * progmodes/pascal.el (pascal-goto-defun):
15597 * progmodes/etags.el (visit-tags-table, visit-tags-table-buffer):
15598 * progmodes/compile.el (compilation-find-file):
15599 * printing.el (pr-interactive-n-up):
15600 * play/animate.el (animate-birthday-present):
15601 * net/rcompile.el (remote-compile):
15602 * man.el (man, Man-goto-section, Man-follow-manual-reference):
15603 * mail/rmailsum.el (rmail-summary-search-backward)
15604 (rmail-summary-search):
15605 * mail/rmailout.el (rmail-output-read-rmail-file-name)
15606 (rmail-output-read-file-name):
15607 * mail/rmail.el (rmail-search, rmail-search-backwards):
15608 * mail/mailabbrev.el (merge-mail-abbrevs, rebuild-mail-abbrevs):
15609 * locate.el (locate):
15610 * international/quail.el (quail-show-keyboard-layout):
15611 * international/mule.el (set-buffer-file-coding-system)
15612 (revert-buffer-with-coding-system, set-file-name-coding-system)
15613 (set-terminal-coding-system, set-keyboard-coding-system)
15614 (set-next-selection-coding-system):
15615 * international/mule-diag.el (describe-coding-system)
15616 (describe-font, describe-fontset):
15617 * international/mule-cmds.el (universal-coding-system-argument)
15618 (search-unencodable-char, describe-input-method)
15619 (set-language-environment, describe-language-environment):
15620 * international/codepage.el (codepage-setup):
15621 * international/code-pages.el (codepage-setup):
15622 * info.el (Info-search, Info-follow-reference)
15623 (Info-search-backward):
15624 * emacs-lisp/advice.el (ad-read-advised-function)
15625 (ad-read-advice-class, ad-clear-cache, ad-activate)
15626 (ad-deactivate, ad-update, ad-unadvise, ad-read-advice-name)
15627 (ad-enable-advice, ad-disable-advice, ad-remove-advice)
15628 (ad-read-regexp):
15629 * ediff-util.el (ediff-toggle-regexp-match):
15630 * ediff-ptch.el (ediff-prompt-for-patch-file):
15631 * dired-aux.el (dired-diff):
15632 * diff.el (diff):
15633 * cus-edit.el (custom-variable-prompt):
15634 * calendar/timeclock.el (timeclock-ask-for-project):
15635 * calc/calcalg3.el (calc-get-fit-variables):
15636 * calc/calc-store.el (calc-edit-variable)
15637 (calc-permanent-variable):
15638 * vc-mcvs.el (vc-mcvs-register):
15639 * shadowfile.el (shadow-define-literal-group):
15640 * woman.el (woman-file-name):
15641 * vc.el (vc-version-diff, vc-merge):
15642 * textmodes/reftex-index.el (reftex-index-complete-tag):
15643 * format.el (format-decode-buffer, format-decode-region):
15644 * emulation/viper-cmd.el (viper-read-string-with-history):
15645 * emacs-lisp/debug.el (cancel-debug-on-entry):
15646 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
15647 * ediff.el (ediff-merge-revisions)
15648 (ediff-merge-revisions-with-ancestor, ediff-revision):
15649 * completion.el (interactive-completion-string-reader):
15650 * calc/calc-prog.el (calc-user-define-formula):
15651 Follow convention for reading with the minibuffer.
15652
15653 2005-09-24 Steven Huwig <steven_h@acm.org> (tiny change)
15654
15655 * progmodes/python.el (python-describe-symbol): Add globals() and
15656 locals() to the arguments of emacs.ehelp.
15657
15658 2005-09-24 Magnus Henoch <mange@freemail.hu>
15659
15660 * textmodes/ispell.el (ispell-maybe-find-aspell-dictionaries):
15661 New function, code extracted from ispell-valid-dictionary-list.
15662 (ispell-valid-dictionary-list, ispell-accept-buffer-local-defs):
15663 Call it.
15664
15665 2005-09-24 Eli Zaretskii <eliz@gnu.org>
15666
15667 * subr.el (version-regexp-alist): Extend valid syntax for version
15668 strings: allow any of the characters -,_,+ to separate the
15669 alpha/beta/rc part from the version part. Doc fix.
15670 (version-to-list): Doc fix. Bind case-fold-search to t, as advertised.
15671
15672 2005-09-23 David Reitter <david.reitter@gmail.com>
15673
15674 * mail/mailclient.el: New file.
15675
15676 2005-09-23 Richard M. Stallman <rms@gnu.org>
15677
15678 * textmodes/flyspell.el (flyspell-highlight-incorrect-region)
15679 (flyspell-incorrect-hook, flyspell-highlight-duplicate-region):
15680 Doc fixes.
15681
15682 * progmodes/cc-mode.el (c-font-lock-init):
15683 Specify font-lock-lines-before.
15684
15685 2005-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
15686
15687 * smerge-mode.el (smerge-remove-props): Cause re-highlighting of the
15688 whole conflict.
15689
15690 2005-09-23 Carsten Dominik <dominik@science.uva.nl>
15691
15692 * textmodes/org.el (org-mode-map, orgtbl-mode-map):
15693 Move keybindings with `C-c C-h' prefix to `C-c C-x' prefix. Make use
15694 of `remap' feature when available. Additional key bindings for
15695 better tty support.
15696 (org-mode-restart, org-force-self-insert): New commands.
15697 (org-time-stamp-inactive): New command.
15698 (org-remap): New function.
15699 (org-table-auto-blank-field, org-level-color-stars-only): New options.
15700 (org-enable-fixed-width-editor): Move to `org-structure'
15701 customization group.
15702 (org-self-insert-command, orgtbl-self-insert-command): Modify to
15703 blank field after field motion commands.
15704
15705 2005-09-23 Kenichi Handa <handa@m17n.org>
15706
15707 * international/mule-cmds.el (set-language-environment):
15708 Don't check utf-translate-cjk-lang-env is nil or not on deciding if we
15709 have to call utf-translate-cjk-load-tables.
15710
15711 2005-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
15712
15713 * mouse.el (mouse-move-drag-overlay): Fix last change.
15714
15715 2005-09-22 David Ponce <david@dponce.com>
15716
15717 * tree-widget.el (tree-widget-value-create): Fix previous change.
15718
15719 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
15720
15721 * term/xterm.el (terminal-init-xterm): Fix loading rxvt at run time.
15722
15723 2005-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
15724
15725 * mouse.el (mouse-move-drag-overlay): New function.
15726 (mouse-drag-region-1): Use it.
15727 Try to simplify a bit the state handling. Handle clicks on links
15728 inside intangible areas.
15729 (mouse-save-then-kill): Minor simplification.
15730 (mouse-secondary-overlay): Make it always non-nil instead of
15731 recreating it each time.
15732 (mouse-start-secondary, mouse-set-secondary, mouse-drag-secondary)
15733 (mouse-kill-secondary, mouse-secondary-save-then-kill):
15734 Simplify accordingly.
15735
15736 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
15737
15738 * term/rxvt.el (rxvt-standard-colors): Fix some colors.
15739
15740 2005-09-20 Michael Kifer <kifer@cs.stonybrook.edu>
15741
15742 * ediff-ptch.el (ediff-prompt-for-patch-file): More intuitive prompt.
15743 (ediff-file-name-sans-prefix): Treat nil as an empty string.
15744 (ediff-fixup-patch-map): Better heuristic for intuiting the file names
15745 to patch.
15746
15747 * ediff-util.el: Use insert-buffer-substring.
15748
15749 * ediff-vers.el (cvs-run-ediff-on-file-descriptor): Bug fix.
15750
15751 * emulation/viper-cmd.el (viper-change-state): Don't move over the
15752 field boundaries in the minibuffer.
15753 (viper-set-minibuffer-style): Add viper-minibuffer-post-command-hook.
15754 (viper-minibuffer-post-command-hook): New hook.
15755 (viper-line): Don't move cursor at bolp.
15756
15757 * emulation/viper-ex.el (ex-pwd, viper-info-on-file): Fix message.
15758
15759 * emulation/viper-init.el: Add alias to make-variable-buffer-local to
15760 avoid compiler warnings.
15761
15762 * emulation/viper-macs.el (ex-map): Better messages.
15763
15764 * emulation/viper-utils.el (viper-beginning-of-field): New function.
15765
15766 * emulation/viper.el: Replace make-variable-buffer-local with
15767 viper-make-variable-buffer-local everywhere, to avoid warnings.
15768
15769 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
15770
15771 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
15772 Delete unused var `old-selected-window'.
15773 (mouse-drag-region-1): Delete unused vars `start-frame', `end-of-range'.
15774 (mouse-drag-secondary): Delete unused var `start-frame'.
15775
15776 2005-09-19 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
15777
15778 * term/rxvt.el (terminal-init-rxvt): Add entry for [end].
15779
15780 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
15781
15782 * calendar/calendar.el (mark-visible-calendar-date): Save excursion.
15783 Re-indent within 80 columns. Use inhibit-read-only.
15784
15785 2005-09-19 Romain Francoise <romain@orebokech.com>
15786
15787 * calendar/diary-lib.el (mark-diary-entries): Revert last change.
15788
15789 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
15790
15791 * font-lock.el (font-lock-default-fontify-region): Don't add a line
15792 unconditionally, since the after-change-function already did it.
15793
15794 2005-09-19 Miles Bader <miles@gnu.org>
15795
15796 * net/newsticker.el: Get rid of CVS keyword.
15797
15798 2005-09-19 Johan Bockg\e,Ae\e(Brd <bojohan+sf@dd.chalmers.se>
15799
15800 * dired-aux.el (dired-handle-overwrite): Don't use `format' here.
15801 The prompt is formatted later.
15802
15803 2005-09-19 David Ponce <david@dponce.com>
15804
15805 * tree-widget.el (tree-widget-value-create): Save the converted
15806 tree :node widget.
15807
15808 2005-09-19 Juanma Barranquero <lekktu@gmail.com>
15809
15810 * progmodes/sh-script.el (sh-blink): Fix spurious reference to
15811 variable `message'.
15812
15813 2005-09-18 Michael Albinus <michael.albinus@gmx.de>
15814
15815 * net/tramp.el (tramp-login-prompt-regexp): Expand regexp in order
15816 to cover prompts like "login as:". Reported by Slawomir Nowaczyk
15817 <slawomir.nowaczyk.847@student.lu.se>.
15818
15819 2005-09-18 Chong Yidong <cyd@stupidchicken.com>
15820
15821 * image.el (image-load-path): Use symbol `data-directory' instead
15822 of its value, for backward compatibility with packages that bind
15823 it during `find-image'. Suggested by Katsumi Yamaoka.
15824 (image-search-load-path): Handle symbols whose values are strings.
15825
15826 2005-09-18 Romain Francoise <romain@orebokech.com>
15827
15828 * calendar/diary-lib.el (mark-diary-entries): Rearrange to wrap
15829 with-current-buffer form in save-excursion.
15830
15831 2005-09-18 Deepak Goel <deego@gnufans.org>
15832
15833 * apropos.el (apropos-command): Fix `message' call: first arg
15834 should be a format spec. In this and all other cases that appear
15835 below and elsewhere in the source code, I made a change only when
15836 two conditions were satisfied: [1] I can think of a possibility
15837 that the arguments would cause an error, for example, the code in
15838 question relies on external variables such as filenames. [2] I
15839 was sure that the arg to `message' could not have been nil in the code.
15840
15841 * textmodes/tildify.el (tildify-region): Ditto.
15842
15843 * textmodes/reftex-index.el (reftex-index-change-entry)
15844 (reftex-index-phrase-selection-or-word, reftex-query-index-phrase):
15845 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite):
15846 * textmodes/org.el (org-complete, org-deadline, org-schedule)
15847 (org-priority, org-table-sum):
15848 * textmodes/ispell.el (ispell-check-version, ispell-parse-output):
15849 * textmodes/flyspell.el (flyspell-mode-on, flyspell-notify-misspell)
15850 (flyspell-word, flyspell-display-next-corrections):
15851 * textmodes/bibtex.el (bibtex-print-help-message):
15852 * textmodes/artist.el (artist-key-set-point-poly):
15853 * term/mac-win.el (mac-services-insert-text):
15854 * progmodes/vhdl-mode.el (vhdl-warning, vhdl-print-warnings)
15855 (vhdl-hooked-abbrev, vhdl-template-insert-fun)
15856 (vhdl-port-paste-testbench, vhdl-compose-new-component)
15857 (vhdl-compose-configuration):
15858 * progmodes/sh-script.el (sh-blink, sh-show-indent)
15859 (sh-set-indent, sh-learn-line-indent):
15860 * progmodes/ps-mode.el (ps-mode-target-column):
15861 * progmodes/idlwave.el (idlwave-make-tags)
15862 (idlwave-scan-library-catalogs):
15863 * progmodes/idlw-shell.el (idlwave-shell-parse-stack-and-display):
15864 * progmodes/gud.el (gud-jdb-analyze-source):
15865 * progmodes/flymake.el (flymake-log):
15866 * progmodes/ebnf2ps.el (ebnf-generate-region):
15867 * progmodes/cmacexp.el (c-macro-expansion):
15868 * progmodes/ada-xref.el (ada-treat-cmd-string):
15869 * progmodes/ada-mode.el (ada-create-case-exception-substring)
15870 (ada-justified-indent-current, ada-batch-reformat):
15871 * play/zone.el (zone):
15872 * play/landmark.el (lm-move):
15873 * play/decipher.el (decipher-show-alphabet):
15874 * net/newsticker.el (newsticker--display-jump)
15875 (newsticker--display-scroll):
15876 * mail/rmail-spam-filter.el (rsf-add-subject-to-spam-list)
15877 (rsf-add-sender-to-spam-list, rsf-add-region-to-spam-list):
15878 * mail/feedmail.el (feedmail-dump-message-to-queue):
15879 * eshell/esh-proc.el (eshell-remove-process-entry):
15880 * emulation/ws-mode.el (ws-last-error):
15881 * emulation/viper-macs.el (ex-map-read-args, ex-unmap-read-args)
15882 (viper-record-kbd-macro):
15883 * emulation/viper-ex.el (ex-pwd, viper-info-on-file):
15884 * emacs-lisp/lisp-mnt.el (lm-report-bug):
15885 * emacs-lisp/find-func.el (find-function-noselect):
15886 * calendar/timeclock.el (timeclock-status-string)
15887 (timeclock-workday-remaining-string, timeclock-workday-elapsed-string)
15888 (timeclock-when-to-leave-string):
15889 * calendar/icalendar.el (icalendar--convert-ical-to-diary):
15890 * calc/calc-units.el (calc-enter-units-table):
15891 * calc/calc-mode.el (calc-mode-record-mode):
15892 * woman.el (woman-mini-help):
15893 * wdired.el (wdired-change-to-wdired-mode):
15894 * vc.el (vc-retrieve-snapshot):
15895 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke):
15896 * startup.el (display-startup-echo-area-message):
15897 * simple.el (set-goal-column):
15898 * ses.el (ses-command-hook, ses-recalculate-cell):
15899 * server.el (server-process-filter):
15900 * printing.el (pr-interface-txt-print, pr-interface-printify)
15901 (pr-interface-ps):
15902 * pcvs.el (cvs-help):
15903 * log-edit.el (log-edit, log-edit-mode-help):
15904 * iswitchb.el (iswitchb-possible-new-buffer):
15905 * isearch.el (isearch-edit-string):
15906 * image-mode.el (image-mode, image-minor-mode):
15907 * ibuf-macs.el (define-ibuffer-filter):
15908 * hi-lock.el (hi-lock-find-patterns):
15909 * files.el (toggle-read-only):
15910 * ediff-util.el (ediff-copy-diff)
15911 (ediff-write-merge-buffer-and-maybe-kill):
15912 * echistory.el (Electric-history-undefined):
15913 * dnd.el (dnd-insert-text):
15914 * dired-aux.el (dired-query):
15915 * desktop.el (desktop-restore-file-buffer, desktop-lazy-create-buffer):
15916 * bookmark.el (bookmark-bmenu-locate):
15917 * obsolete/fast-lock.el (@top-level) <with-temp-message macro>:
15918 Fix `message' calls to ensure first arg is a format string.
15919 The change was made only when these two conditions were satisfied:
15920 [1] when there is a possibility that the arguments would cause an error
15921 for example, if the code in question relies on external variables
15922 such as filenames, and
15923 [2] if the arg to `message' could not have been nil in the code.
15924
15925 * pcomplete.el (pcomplete--help): Fix `message' format spec.
15926 Not having a %s would be weird, though not technically wrong.
15927
15928 2005-09-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15929
15930 * term/mac-win.el (mac-add-charset-info): Doc fix.
15931
15932 2005-09-17 Romain Francoise <romain@orebokech.com>
15933
15934 * shell.el (shell-resync-dirs): Handle echoing processes more
15935 reliably. Don't insert resync command if `comint-process-echoes'
15936 is non-nil.
15937
15938 2005-09-17 Magnus Henoch <mange@freemail.hu>
15939
15940 * textmodes/ispell.el (ispell-aspell-supports-utf8): New variable.
15941 (ispell-check-version): Set ispell-aspell-supports-utf8 to t for
15942 aspell versions >= 0.60.
15943 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries
15944 only if ispell-aspell-supports-utf8 is non-nil.
15945
15946 2005-09-17 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
15947
15948 * progmodes/scheme.el (scheme-mode-variables): Use setq to assign
15949 buffer-local value to lisp-indent-function.
15950
15951 2005-09-17 Milan Zamazal <pdm@zamazal.org>
15952
15953 * progmodes/glasses.el (glasses-make-readable): If
15954 glasses-separator differs from underscore, put appropriate
15955 overlays over underscore characters.
15956 (glasses-convert-to-unreadable): If glasses-separator differs from
15957 underscore, try to convert glasses-separator characters to
15958 underscores.
15959
15960 2005-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
15961
15962 * calendar/diary-lib.el (mark-diary-entries): Don't move point.
15963 Use with-syntax-table and dolist.
15964
15965 2005-09-16 Carsten Dominik <dominik@science.uva.nl>
15966
15967 * textmodes/reftex-auc.el:
15968 * textmodes/reftex-cite.el:
15969 * textmodes/reftex-dcr.el:
15970 * textmodes/reftex-global.el:
15971 * textmodes/reftex-parse.el:
15972 * textmodes/reftex-ref.el:
15973 * textmodes/reftex-sel.el:
15974 * textmodes/reftex-toc.el:
15975 * textmodes/reftex-vars.el:
15976 * textmodes/reftex.el: Small changes to remove compiler warnings.
15977
15978 * textmodes/reftex-index.el: Likewise.
15979 (reftex-query-index-phrase): More efficient use of markers.
15980
15981 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
15982
15983 * image.el (image-load-path): New variable.
15984 (image-search-load-path): New function.
15985 (find-image): Search for images in `image-load-path'.
15986
15987 2005-09-15 Richard M. Stallman <rms@gnu.org>
15988
15989 * follow.el: Change Maintainer field.
15990
15991 2005-09-15 David Ponce <david@dponce.com>
15992
15993 * recentf.el (recentf-save-file-modes): New option.
15994 (recentf-save-list): Use it.
15995
15996 2005-09-15 Nick Roberts <nickrob@snap.net.nz>
15997
15998 * bindings.el (mode-line-eol-desc, mode-line-coding-system-map)
15999 (mode-line-mule-info, mode-line-modified): Move bindings from
16000 mouse-3 to mouse-1.
16001
16002 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
16003
16004 * simple.el (sendmail-user-agent-compose): Revert last change.
16005
16006 2005-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
16007
16008 * net/ange-ftp.el (ange-ftp-process-filter): Revert to ^#+$.
16009 Use with-current-buffer.
16010 (ange-ftp-gwp-start): Remove unused var `gw-user'.
16011 (ange-ftp-guess-hash-mark-size): Remove unused var `result'.
16012 (ange-ftp-insert-directory): Remove unused var `short'.
16013 (ange-ftp-file-name-sans-versions): Remove unused var `host-type'.
16014
16015 * pcvs-defs.el (cvs-version): Recognize CVSNT version string.
16016 (cvs-execute-single-dir): Change default: cvs-1.9 is ancient.
16017
16018 * calendar/cal-menu.el: Don't require easymenu, since we don't use it.
16019 (check-calendar-holidays, diary-list-entries): Autoload.
16020 Otherwise `emacs -q' followed by "mouse-2 -> diary entries" burps.
16021 (calendar-mouse-holidays, calendar-mouse-view-diary-entries): Simplify.
16022
16023 * calendar/diary-lib.el (diary-show-all-entries): Fix last change,
16024 which mistakenly removed a call to display-buffer.
16025
16026 2005-09-14 Juanma Barranquero <lekktu@gmail.com>
16027
16028 * obsolete/iso-insert.el: Move to obsolete/ from international/.
16029
16030 2005-09-14 Thien-Thi Nguyen <ttn@gnu.org>
16031
16032 * progmodes/hideshow.el
16033 (hs-hide-comments-when-hiding-all): Remove autoload cookie.
16034 (hs-allow-nesting): New user var.
16035 (hs-discard-overlays): Skip "internal" overlays if nesting allowed.
16036 (hs-hide-block-at-point): When nesting allowed,
16037 if there is already an overlay in place, delete it.
16038 (hs-safety-is-job-n): Delete func; remove call sites.
16039 (hs-hide-level-recursive): Don't pre-clean if nesting allowed.
16040 (hs-overlay-at): New func.
16041 (hs-already-hidden-p, hs-show-block): Use it.
16042 (hs-hide-all): Don't pre-clean if nesting allowed.
16043 (hs-show-all): Temporarily disallow
16044 nesting around call to `hs-discard-overlays'.
16045
16046 2005-09-14 Chong Yidong <cyd@stupidchicken.com>
16047
16048 * mouse.el (mouse-major-mode-menu): Make `prefix' optional.
16049 Delete unused local var.
16050
16051 2005-09-13 Juanma Barranquero <lekktu@gmail.com>
16052
16053 * help-fns.el (describe-categories): "?\ " -> "?\s".
16054 (help-do-arg-highlight): Recognize also ARG-n, as in
16055 `move-to-left-margin' (ARG+n is already recognized). Simplify.
16056
16057 * international/codepage.el (dos-unsupported-char-glyph):
16058 * net/newsticker.el (tool-bar-map, w3-mode-map)
16059 (w3m-minor-mode-map):
16060 * progmodes/vhdl-mode.el (conf-alist, conf-entry, conf-key)
16061 (ent-alist):
16062 * textmodes/reftex-vars.el (reftex-tables-dirty): Add defvars.
16063
16064 2005-09-13 Chong Yidong <cyd@stupidchicken.com>
16065
16066 * custom.el (custom-push-theme): Handle the case where a symbol is
16067 bound but face properties have not yet been assigned.
16068
16069 * mail/sendmail.el (mail): Use new buffer if `noerase' is `new'.
16070 Fix behavior if noerase is `t' and there is no mail buffer.
16071
16072 * simple.el (sendmail-user-agent-compose): Use a new mail buffer
16073 if `continue' is nil, rather than signal an error.
16074
16075 2005-09-12 Richard M. Stallman <rms@gnu.org>
16076
16077 * font-lock.el (font-lock-keywords): Add autoload.
16078
16079 * help-fns.el (describe-variable): Rearrange to put source link
16080 in a predictable place.
16081
16082 * net/newsticker.el: New file.
16083
16084 2005-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
16085
16086 * calendar/calendar.el (calendar-for-loop): Add edebug info.
16087 (calendar-basic-setup): Use the new nil arg.
16088 (number-of-diary-entries): Move to diary-lib.el.
16089
16090 * calendar/diary-lib.el: Use with-current-buffer, match-string.
16091 (diary-list-entries): Use with-syntax-table and dolist.
16092 Rename from list-diary-entries.
16093 Use number-of-diary-entries if `number' is nil.
16094 (diary, diary-view-entries): Use this new name and new nil arg value.
16095 (number-of-diary-entries): Move from calendar.el.
16096 (diary-unhide-everything): New function.
16097 (include-other-diary-files, fancy-diary-display)
16098 (diary-show-all-entries, make-diary-entry): Use it.
16099 (diary-mail-entries): Use buffer-string.
16100 (mark-diary-entries): Fix long standing paren typo.
16101 (diary-sexp-entry): Use count-lines.
16102 (make-diary-entry): Avoid `previous-line'.
16103 (diary-mode-map): New var.
16104 (diary-mode): Redraw cal after saving. Setup header-line.
16105 (fancy-diary-display-mode): Use local-set-key.
16106
16107 * startup.el (command-line): Try calling various terminal-init-foo-bar
16108 functions by stripping hyphenated suffixes from $TERM.
16109
16110 * files.el (normal-mode): Check boundness of font-lock-keywords.
16111
16112 2005-09-12 Richard M. Stallman <rms@gnu.org>
16113
16114 * progmodes/compile.el: Don't decide a file's directory
16115 until the user actually tries to go there.
16116 (compilation-next-error-function):
16117 Pass compilation-find-file the directory from the file-struct.
16118 (compilation-internal-error-properties): Separate local FILE-STRUCT
16119 from FILE. Doc the args better. Rename arg FMT to FMTS.
16120 (compilation-find-file): Arg DIR renamed to DIRECTORY.
16121 Expand it, and if nil, use default-directory.
16122 (compilation-get-file-structure): Don't mix specified directory
16123 with default directory. Put specified directory into
16124 file-struct. Don't make the file name absolute.
16125
16126 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
16127 (compile-command): Add autoload.
16128 (compilation-disable-input): Add autoload.
16129
16130 2005-09-11 Stephen Gildea <gildea@stop.mail-abuse.org>
16131
16132 * time-stamp.el: Mention variable `time-stamp-pattern' in doc
16133 strings of the variables it can override.
16134 (time-stamp): New (as yet undocumented) time-stamp-format escapes
16135 %Q and %q, for fully-qualified domain name and unqualified host name.
16136
16137 2005-09-11 Kim F. Storm <storm@cua.dk>
16138
16139 * emacs-lisp/authors.el (authors-aliases): Update list.
16140 (authors-fixed-entries): Update mldrag.el entry.
16141
16142 2005-09-10 Alan Mackenzie <acm@muc.de>
16143
16144 * page.el (narrow-to-page): Exclude _entire_ multi-line delimiter
16145 from the region narrowed to.
16146
16147 2005-09-10 Magnus Henoch <mange@freemail.hu>
16148
16149 * textmodes/ispell.el (ispell-check-version): Signal an error if
16150 aspell version is less than 0.60.
16151
16152 2005-09-10 Pascal Dupuis <Pascal.Dupuis@esat.kuleuven.be> (tiny change)
16153
16154 * progmodes/octave-inf.el (inferior-octave-startup):
16155 Resync current dir at the end.
16156
16157 2005-09-10 Emilio C. Lopes <eclig@gmx.net>
16158
16159 * woman.el (woman-topic-at-point-default):
16160 Rename to woman-use-topic-at-point-default.
16161 (woman-topic-at-point): Rename to woman-use-topic-at-point.
16162 (woman-file-name): Reflect renames above. Automatically use the
16163 word at point as topic if woman-use-topic-at-point is non-nil.
16164 Otherwise offer it as default but don't insert it in the
16165 minibuffer. Also use `test-completion' instead of `assoc' as
16166 suggested by Stefan Monnier.
16167
16168 2005-09-10 Andre Spiegel <spiegel@gnu.org>
16169
16170 * vc.el (vc-directory, vc-update-change-log): Throw an error on
16171 the attempt to do it over Tramp. This is not yet supported.
16172
16173 2005-09-10 Eli Zaretskii <eliz@gnu.org>
16174
16175 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
16176 (menu-bar-non-minibuffer-window-p): New functions.
16177 ("Split Window", "Save As..."): Use them.
16178 ("Postscript Print Buffer (B+W)", "Postscript Print Buffer")
16179 ("Print Buffer", "Truncate Long Lines in this Buffer"):
16180 Use menu-bar-menu-frame-live-and-visible-p.
16181 ("Save Buffer", "Insert File", "Open Directory...")
16182 ("Open File...", "Visit New File..."):
16183 Use menu-bar-non-minibuffer-window-p.
16184 (kill-this-buffer-enabled-p, dired <menu-enable>):
16185 Use menu-bar-non-minibuffer-window-p.
16186
16187 2005-09-09 Eli Zaretskii <eliz@gnu.org>
16188
16189 * cus-start.el (all): Don't complain about fringe-related
16190 built-ins if fringes are not supported. Ditto about
16191 selection-related built-ins. Fix the test for GTK-related built-ins.
16192
16193 * menu-bar.el ("Split Window", "Postscript Print Buffer (B+W)")
16194 ("Postscript Print Buffer", "Print Region", "Save As...")
16195 ("Save", "Insert File...", "Open Directory...")
16196 ("Open File...", "Visit New File..."")
16197 ("Truncate Long Lines in this Buffer"): Don't look at
16198 menu-updating-frame if this display does not support multiple frames.
16199
16200 2005-09-09 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
16201
16202 * mail/sendmail.el (default-sendmail-coding-system): Doc fix.
16203
16204 2005-09-09 Emilio Lopes <eclig@gmx.net>
16205
16206 * woman.el: Format- and whitespace-related changes.
16207
16208 2005-09-09 Eli Zaretskii <eliz@gnu.org>
16209
16210 * woman.el: Fix my email address.
16211
16212 2005-09-08 Richard M. Stallman <rms@gnu.org>
16213
16214 * progmodes/sh-script.el (sh-skeleton-pair-default-alist): New var.
16215 (sh-mode): Locally set skeleton-pair-default-alist.
16216
16217 * progmodes/make-mode.el (makefile-add-log-defun): Trim the result.
16218
16219 * progmodes/flymake.el: Require `compile' unconditionally.
16220
16221 * mail/sendmail.el (send-mail-function): Add Mailclient alternative.
16222
16223 * woman.el (woman-file-name): Provide a default, not initial input.
16224
16225 * smerge-mode.el (smerge-resolve): Pass args to smerge-remove-props.
16226
16227 * font-lock.el (font-lock-support-mode): Doc fix.
16228
16229 * descr-text.el (describe-property-list): Handle non-symbol prop names.
16230
16231 2005-09-08 Richard M. Stallman <rms@gnu.org>
16232
16233 * simple.el (blink-matching-open): Get rid of text props from
16234 the string shown in echo area. Don't permanently set point.
16235 Some rearrangements.
16236
16237 2005-09-08 Reiner Steib <Reiner.Steib@gmx.de>
16238
16239 * recentf.el (recentf-filename-handler): Add custom choice
16240 `abbreviate-file-name'.
16241
16242 * msb.el (msb--very-many-menus): Fix typo.
16243
16244 * disp-table.el (standard-display-european): Don't set
16245 enable-multibyte-characters to nil.
16246
16247 2005-09-08 David Ponce <david@dponce.com>
16248
16249 * recentf.el (recentf-show-file-shortcuts-flag): New option.
16250 (recentf-expand-file-name): Doc fix.
16251 (recentf-dialog-mode-map): Define digit shortcuts.
16252 (recentf--files-with-key): New variable.
16253 (recentf-show-digit-shortcut-filter): New function.
16254 (recentf-open-files-items): New function.
16255 (recentf-open-files): Use it.
16256 (recentf-open-file-with-key): New command.
16257
16258 2005-09-08 Chong Yidong <cyd@stupidchicken.com>
16259
16260 * buff-menu.el (Buffer-menu-sort-by-column): New function.
16261 Suggested by Kim F. Storm.
16262 (Buffer-menu-sort-button-map): Global keymap for sort buttons.
16263 (Buffer-menu-make-sort-button): Use global keymap.
16264
16265 2005-09-07 Michael Albinus <michael.albinus@gmx.de>
16266
16267 * woman.el (top): Remap `man' command by `woman' in `woman-mode-map'.
16268 (Man-getpage-in-background-advice): Remove defadvice; it isn't
16269 necessary any longer with the remapped command.
16270 (Man-bgproc-sentinel-advice): Remove defadvice which counts
16271 formatting time only.
16272
16273 * net/tramp.el (tramp-action-password)
16274 (tramp-multi-action-password): Compile the password prompt from
16275 `method', `user' and `host'. Sometimes it isn't obvious which
16276 password to enter, for example with remote files offered by
16277 recentf.el, or with multiple steps. Suggested by Robert Marshall
16278 <robert@chezmarshall.freeserve.co.uk>.
16279
16280 2005-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
16281
16282 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
16283 Fix regexp for when "s///" is at the beginning of line.
16284
16285 2005-09-07 Jay Belanger <belanger@truman.edu>
16286
16287 * calc/calc-poly.el (math-expand-term): Multiply out any powers
16288 when in matrix mode.
16289
16290 2005-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
16291
16292 * buff-menu.el (Buffer-menu-make-sort-button): Add docstrings, use
16293 non-anonymous functions.
16294
16295 2005-09-06 Chong Yidong <cyd@stupidchicken.com>
16296
16297 * buff-menu.el (Buffer-menu-make-sort-button): Allow mouse-1 clicks
16298 when using a header line. Otherwise, use mouse-1-click-follows-link.
16299
16300 * mouse.el (mouse-drag-header-line): Do nothing if the header-line
16301 can't be moved; don't signal an error.
16302
16303 2005-09-05 Chong Yidong <cyd@stupidchicken.com>
16304
16305 * cus-theme.el (custom-theme-write-faces): Save the current face
16306 spec, not the defface spec.
16307
16308 * custom.el (custom-known-themes): Clarify meaning of "standard".
16309 (custom-push-theme): Save old values in the standard theme.
16310 (disable-theme): Correct typo.
16311 (custom-face-theme-value) Deleted unused function.
16312 (custom-theme-recalc-face): Rewritten to treat enable/disable properly.
16313
16314 2005-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
16315
16316 * progmodes/compile.el (compilation-goto-locus): Take into account
16317 iconified frames when determining whether the buffer is
16318 already visible.
16319 Don't reset window height if the window already existed.
16320
16321 2005-09-04 Chong Yidong <cyd@stupidchicken.com>
16322
16323 * custom.el (load-theme): Rename from require-theme.
16324 Add interactive spec.
16325 (enable-theme): Rename from custom-enable-theme.
16326 Add interactive spec.
16327 (disable-theme): Rename from custom-disable-theme.
16328 Add interactive spec.
16329 (custom-make-theme-feature): Doc fix.
16330 (custom-theme-directory): Doc fix.
16331 (provide-theme): Call enable-theme.
16332
16333 2005-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
16334
16335 * obsolete/lazy-lock.el (lazy-lock-mode):
16336 * obsolete/fast-lock.el (fast-lock-mode): Don't try to turn on
16337 font-lock-mode if it's off. Print a warning instead.
16338
16339 * progmodes/compile.el (compilation-start): Ignore errors if the
16340 process died before we get to send-eof.
16341
16342 * textmodes/tex-mode.el (tex-send-tex-command, tex-bibtex-file):
16343 Undo last change. Enclosing the result in quotes broke things on Unix
16344 since tex-send-command passes it through shell-quote-argument.
16345 (tex-send-command): Pass `file' through convert-standard-filename
16346 when possible.
16347 (tex-uptodate-p): Handle the case where TeX hasn't put additional
16348 info in a transcript.
16349
16350 2005-09-02 Dan Nicolaescu <dann@ics.uci.edu>
16351
16352 * term/xterm.el (terminal-init-xterm): Add eval-when-compile to
16353 fix compilation warning. Reorder the key definitions to group
16354 together keys emitted by the current version of xterm.
16355
16356 * progmodes/vhdl-mode.el (vhdl-highlight-faces)
16357 (vhdl-speedbar-entity-face, vhdl-speedbar-entity-selected-face):
16358 Reorder predicates to correct min-color usage.
16359
16360 2005-09-01 Chong Yidong <cyd@stupidchicken.com>
16361
16362 * longlines.el (longlines-mode): Inhibit read-only when encoding.
16363 Kill local variables when longlines-mode is turned off.
16364
16365 2005-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
16366
16367 * international/mule-cmds.el (set-locale-environment): Soothe compiler.
16368
16369 * obsolete/lazy-lock.el (lazy-lock) <defgroup>: Move from font-lock.el.
16370
16371 * obsolete/fast-lock.el (fast-lock) <defgroup>: Move from font-lock.el.
16372
16373 * font-lock.el (fast-lock, lazy-lock) <defgroup>: Remove.
16374 (font-lock-lines-before): Change default to being inactive.
16375 (font-lock-default-fontify-region): Obey font-lock-lines-before.
16376 (font-lock-after-change-function): Don't handle f-l-lines-before here.
16377
16378 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
16379
16380 * net/tramp.el (tramp-handle-make-auto-save-file-name):
16381 Deactivate temporarily advice if active (not needed for Emacs 22,
16382 but for backwards compatibility).
16383 (tramp-exists-file-name-handler): Rewrite. First implementation
16384 was too simple.
16385 (tramp-advice-make-auto-save-file-name):
16386 Call `tramp-handle-make-auto-save-file-name' (again, just for
16387 backwards compatibility).
16388
16389 2005-08-31 Reto Zimmermann <reto@gnu.org>
16390
16391 * progmodes/vhdl-mode.el
16392 (vhdl-update-sensitivity-list): Handle multi-dimensional array access.
16393 (vhdl-end-p): Fix indentation bug "else" after "-- when".
16394 (vhdl-set-default-project): New function (easier setting of default).
16395 (vhdl-port-copy): Handle extended identifiers for generics.
16396 (vhdl-compiler-alist): Better description for error message regexp.
16397 (vhdl-make): Query for target, use previous as default.
16398 (vhdl-port-copy): Fix port copy for port names starting with "signal".
16399 (vhdl-font-lock-keywords-2): Fix fontification for record
16400 el. assign.
16401 (vhdl-speedbar-make-subpack-line): Add package body link.
16402 (vhdl-generate-makefile-1): Not include itself as dependency.
16403 (vhdl-font-lock-init): Highlight c-preprocessor directives.
16404 (vhdl-*ward-syntactic-ws): Skip c-preprocessor directives.
16405 (vhdl-get-syntactic-context): Handle c-preprocessor directives.
16406 (vhdl-update-sensitivity-list): Start scan at opening parenthesis.
16407 (vhdl-fixup-whitespace-region): Fix jumping point (infinite loop).
16408 (vhdl-update-sensitivity-list-buffer): Add string argument for `error'.
16409 (vhdl-import-project): Add string argument for `error'.
16410 (vhdl-compose-configuration)
16411 (vhdl-compose-configuration-architecture): Add configuration
16412 declaration generation.
16413 (vhdl-scan-directory-contents): Scan for block/generate hierarchy.
16414 (vhdl-trailer-re): Add "record" keyword (better indentation).
16415 (vhdl-fixup-whitespace-region): "[^ \t\"-]+" instead of
16416 "[^ \t-\"]+".
16417 (vhdl-font-lock-keywords-2): Not highlight formal parameter after `|'.
16418 (vhdl-testbench-entity-file-name)
16419 (vhdl-testbench-architecture-file-name): Allow separate
16420 customization of testbench file names.
16421 (vhdl-beginning-of-block): Handle optional subprogram parameter list.
16422 (vhdl-get-visible-signals): Allow newline within alias declaration.
16423 (vhdl-update-sensitivity-list): Signal read only on certain attributes.
16424 (vhdl-fixup-whitespace-region): Fix bug with strings (double quotes).
16425 (member-ignore-case): Alias for missing function in XEmacs.
16426 (vhdl-compiler-alist): Add unit-to-file name mapping for Cadence NC.
16427 (vhdl-update-sensitivity-list): Ignore case on read signals.
16428 (vhdl-replace-string): Adjust case only for file names.
16429 (vhdl-update-sensitivity-list): Fix search for read signals.
16430 (vhdl-update-sensitivity-list): Exclude formal parameters.
16431 (vhdl-get-visible-signals): Include aliases of signals.
16432 (vhdl-get-visible-signals): Fix signal name searching.
16433 (vhdl-port-flatten, vhdl-port-reverse-direction): Better message.
16434 (vhdl-fixup-whitespace-region): Fix for character
16435 literals (e.g. `:').
16436
16437 2005-08-31 Juanma Barranquero <lekktu@gmail.com>
16438
16439 * ansi-color.el (comint-last-output-start):
16440 * bs.el (font-lock-verbose):
16441 * diff-mode.el (add-log-buffer-file-name-function):
16442 * dired-x.el (vm-folder-directory):
16443 * faces.el (help-xref-stack-item):
16444 * files.el (font-lock-keywords):
16445 * find-lisp.el (dired-buffers, dired-subdir-alist):
16446 * ido.el (cua-inhibit-cua-keys):
16447 * log-view.el (cvs-minor-wrap-function):
16448 * outline.el (font-lock-warning-face):
16449 * simple.el (compilation-current-error):
16450 * speedbar.el (ange-ftp-path-format, efs-path-regexp)
16451 (font-lock-keywords, x-pointer-hand2, x-pointer-top-left-arrow):
16452 * tooltip.el (comint-prompt-regexp):
16453 * w32-fns.el (explicit-shell-file-name):
16454 * term/mac-win.el (mac-charset-info-alist)
16455 (mac-services-selection, mac-system-script-code):
16456 * term/tty-colors.el (msdos-color-values):
16457 * term/w32-win.el (xlfd-regexp-registry-subnum):
16458 * term/x-win.el (x-keysym-table, x-selection-timeout)
16459 (x-session-id, x-session-previous-id):
16460 * textmodes/ispell.el (mail-yank-prefix):
16461 * textmodes/makeinfo.el (tex-end-of-header, tex-start-of-header):
16462 * textmodes/org.el (calc-embedded-close-formula)
16463 (calc-embedded-open-formula)
16464 (font-lock-unfontify-region-function):
16465 * textmodes/reftex-global.el (isearch-next-buffer-function)
16466 (TeX-master):
16467 * textmodes/reftex.el (font-lock-keywords):
16468 * textmodes/tex-mode.el (font-lock-comment-face)
16469 (font-lock-doc-face):
16470 * textmodes/texinfo.el (outline-heading-alist):
16471 Add defvars.
16472
16473 * textmodes/artist.el (x-pointer-crosshair): Add defvar.
16474 (artist-spray-chars, artist-mode-init, artist-replace-string)
16475 (artist-select-erase-char, artist-vap-find-endpoints-horiz)
16476 (artist-vap-find-endpoints-vert, artist-vap-find-endpoints-swne)
16477 (artist-vap-find-endpoints-nwse): "?\ " -> "?\s".
16478
16479 * textmodes/conf-mode.el (outline-heading-end-regexp): Add defvar.
16480 (conf-align-assignments): "?\ " -> "?\s".
16481
16482 * textmodes/reftex-index.el (TeX-master): Add defvar.
16483 (reftex-index-phrases-marker): Move up defvar.
16484
16485 * textmodes/reftex-toc.el (zmacs-regions): Add defvar.
16486 (reftex-toc-include-labels-indicator)
16487 (reftex-toc-include-index-indicator)
16488 (reftex-toc-max-level-indicator): Move up declarations.
16489
16490 * net/tramp.el (tramp-handle-make-auto-save-file-name): Pass list
16491 of args to `tramp-run-real-handler', even if it's empty in this case.
16492
16493 2005-08-31 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
16494
16495 * dired.el (dired-move-to-filename-regexp): Add date format for
16496 Mac OS X 10.3 in East Asian locales.
16497
16498 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
16499
16500 * files.el (make-auto-save-file-name): Add file name handler call
16501 if applicable.
16502
16503 * net/tramp.el (tramp-file-name-handler-alist)
16504 (tramp-file-name-for-operation): Add `make-auto-save-file-name'.
16505 (tramp-handle-make-auto-save-file-name): Rename from
16506 `tramp-make-auto-save-file-name'.
16507 (tramp-exists-file-name-handler): New defun.
16508 (tramp-advice-make-auto-save-file-name): Make defadvice only when
16509 `make-auto-save-file-name' is not a magic file name operation.
16510
16511 2005-08-30 Richard M. Stallman <rms@gnu.org>
16512
16513 * files.el (risky-local-variable-p):
16514 Match `-predicates' and `-commands.
16515
16516 * cus-edit.el (custom-buffer-sort-alphabetically): Default to t.
16517 (custom-save-all): Visit the file if necessary;
16518 kill the buffer if we created it.
16519 (custom-save-delete): Don't visit file or kill buffer here.
16520
16521 2005-08-30 Carsten Dominik <dominik@science.uva.nl>
16522
16523 * textmodes/org.el (org-special-keyword): New face.
16524 (org-table-copy-down, org-table-eval-formula)
16525 (org-table-recalculate, org-init-section-numbers):
16526 Use `string-to-number' instead of `string-to-int'.
16527 (org-get-location): Use `insert-buffer-substring' instead of
16528 `insert-buffer'.
16529 (org-modify-diary-entry-string): New function.
16530 (org-get-entries-from-diary): Set the hook for `add-to-diary-list'.
16531 (org-disable-agenda-to-diary): Rename from `org-disable-diary'.
16532 (org-toggle-fixed-width-section): Use QUOTE keyword if there is no
16533 active region.
16534 (org-export-as-html): Handle QUOTE keyword.
16535 (org-quote-string): New option.
16536 (org-bookmark-jump-unhide): New function, used for
16537 `bookmark-after-jump-hook'.
16538 (org-diary-default-entry): Apply only when not called through
16539 `org-agenda'.
16540
16541 2005-08-30 Juanma Barranquero <lekktu@gmail.com>
16542
16543 * net/eudc.el (mode-popup-menu):
16544 * play/handwrite.el (ps-printer-name, ps-lpr-command):
16545 * progmodes/ada-mode.el (compile-auto-highlight)
16546 (skeleton-further-elements):
16547 * progmodes/autoconf.el (font-lock-syntactic-keywords):
16548 * progmodes/cmacexp.el (msdos-shells):
16549 * progmodes/compile.el (font-lock-extra-managed-props)
16550 (font-lock-keywords, font-lock-maximum-size)
16551 (font-lock-support-mode):
16552 * progmodes/grep.el (font-lock-lines-before):
16553 * progmodes/idlw-complete-structtag.el (idlwave-completion-help-info):
16554 * progmodes/mixal-mode.el (compile-command):
16555 * progmodes/perl-mode.el (font-lock-comment-face)
16556 (font-lock-doc-face, font-lock-string-face):
16557 * progmodes/prolog.el (comint-prompt-regexp):
16558 * progmodes/sh-script.el (font-lock-comment-face)
16559 (font-lock-set-defaults, font-lock-string-face):
16560 * progmodes/sql.el (font-lock-keyword-face)
16561 (font-lock-set-defaults, font-lock-string-face):
16562 * progmodes/vhdl-mode.el (compilation-file-regexp-alist)
16563 (itimer-version, lazy-lock-defer-contextually)
16564 (lazy-lock-defer-on-scrolling, lazy-lock-defer-on-the-fly):
16565 Add defvars.
16566
16567 * progmodes/cperl-mode.el (cperl-electric-lbrace)
16568 (cperl-electric-keyword, cperl-electric-pod)
16569 (cperl-electric-backspace, cperl-forward-re)
16570 (cperl-fix-line-spacing, cperl-fill-paragraph): "?\ " -> "?\s".
16571 (vc-rcs-header, vc-sccs-header): Add defvars.
16572
16573 * progmodes/fortran.el (fortran-indent-to-column): "?\ " -> "?\s".
16574 (font-lock-syntactic-keywords, gud-find-expr-function):
16575 Add defvars.
16576
16577 * progmodes/gdb-ui.el (tool-bar-map): Add defvar.
16578 (gdb-frame-parameters): Declare before use.
16579
16580 * progmodes/gud.el (gdb-active-process, gdb-define-alist)
16581 (gdb-macro-info, gdb-server-prefix, gdb-show-changed-values)
16582 (gdb-var-changed, gdb-var-list, tool-bar-map): Add defvars.
16583 (gud-expr-compound-sep, gud-expr-compound): "?\ " -> "?\s".
16584
16585 * progmodes/idlw-help.el (browse-url-generic-args): Add defvar.
16586 (idlwave-help-with-source): Use `insert-buffer-substring', not
16587 `insert-buffer'.
16588
16589 2005-08-29 Juri Linkov <juri@jurta.org>
16590
16591 * outline.el (hide-entry, hide-leaves, outline-toggle-children):
16592 Put outline-back-to-heading function call inside save-excursion.
16593
16594 2005-08-29 Juanma Barranquero <lekktu@gmail.com>
16595
16596 * man.el (Man-init-defvars, Man-translate-references)
16597 (Man-support-local-filenames, Man-highlight-references):
16598 * progmodes/sql.el (sql-interactive-mode):
16599 * shell.el (shell-mode, shell-resync-dirs): Fix typos in docstrings.
16600
16601 * emacs-lisp/checkdoc.el (compilation-error-regexp-alist)
16602 (compilation-mode-font-lock-keywords): Add defvars.
16603 (checkdoc-interactive-loop): "?\ " -> "?\s".
16604
16605 * emacs-lisp/lisp-mode.el (font-lock-comment-face)
16606 (font-lock-doc-face, font-lock-string-face)
16607 (font-lock-keywords-case-fold-search): Add defvars.
16608 (emacs-lisp-mode-syntax-table): "?\ " -> "?\s".
16609
16610 * obsolete/sun-fns.el (mouse-select-or-drag-move-point):
16611 Don't pass X and Y (they are ignored anyway).
16612 (mouse-set-mark, mouse-select-window, mouse-delete-other-windows)
16613 (mouse-delete-window): Make arguments optional.
16614
16615 * obsolete/rnews.el (news-add-news-group): Don't use `end-of-line'.
16616 (caesar-translate-table, minor-modes, news-buffer-save)
16617 (news-group-name, news-minor-modes): Add defvars.
16618
16619 * emacs-lisp/lselect.el (mouse-highlight-priority)
16620 (x-lost-selection-functions, zmacs-regions):
16621 * emacs-lisp/pp.el (font-lock-verbose):
16622 * emacs-lisp/syntax.el (font-lock-beginning-of-syntax-function):
16623 * emacs-lisp/tcover-ses.el (ses-initial-global-parameters)
16624 (ses-mode-map):
16625 * emacs-lisp/tcover-unsafep.el (safe-functions):
16626 * international/mule-cmds.el (mac-system-coding-system)
16627 (mac-system-locale):
16628 * language/ethio-util.el (rmail-current-message)
16629 (rmail-message-vector):
16630 * language/thai-util.el (thai-auto-composition-mode):
16631 * mail/metamail.el (rmail-current-message, rmail-message-vector):
16632 * mail/mspools.el (rmail-inbox-list, vm-crash-box)
16633 (vm-folder-directory, vm-init-file, vm-init-file-loaded)
16634 (vm-primary-inbox, vm-spool-files):
16635 * mail/rmail.el (deleted-head, font-lock-fontified)
16636 (mail-abbrev-syntax-table, mail-abbrevs, messages-head)
16637 (rmail-use-spam-filter, rsf-beep, rsf-sleep-after-message)
16638 (total-messages):
16639 * mail/rmail-spam-filter.el (bbdb/mail_auto_create_p)
16640 (rmail-summary-mode-map):
16641 * mail/rmailkwd.el (rmail-buffer, rmail-current-message)
16642 (rmail-last-label, rmail-last-multi-labels)
16643 (rmail-summary-vector, rmail-total-messages):
16644 * mail/rmailmsc.el (rmail-current-message, rmail-inbox-list):
16645 * mail/rmailsum.el (msgnum):
16646 * mail/uce.el (gnus-original-article-buffer, mail-reply-buffer)
16647 (rmail-current-message):
16648 * obsolete/fast-lock.el (font-lock-face-list):
16649 * obsolete/rnewspost.el (mail-reply-buffer):
16650 * obsolete/scribe.el (compile-command):
16651 * obsolete/x-menu.el (x-process-mouse-hook): Add defvars.
16652
16653 2005-08-28 John Paul Wallington <jpw@gnu.org>
16654
16655 * ibuf-ext.el (ibuffer-auto-update-changed):
16656 Use `frame-or-buffer-changed-p' to check whether we need to update.
16657 (ibuffer-auto-mode): Don't advise `get-buffer-create' and
16658 `kill-buffer'. Initialise `ibuffer-auto-buffers-changed'
16659 as a `frame-or-buffer-changed-p' state vector instead.
16660
16661 2005-08-27 Romain Francoise <romain@orebokech.com>
16662
16663 * textmodes/makeinfo.el (makeinfo-compile):
16664 Use `compilation-start'. Set `next-error-function' according to
16665 `disable-errors'.
16666 (makeinfo-next-error): New function.
16667 (makeinfo-region): Adjust to new `makeinfo-compile' prototype.
16668 (makeinfo-buffer): Likewise.
16669
16670 * progmodes/compile.el (compilation-start): Add autoload cookie.
16671
16672 * progmodes/antlr-mode.el: Don't autoload `compilation-start'.
16673 * textmodes/sgml-mode.el: Likewise.
16674 * progmodes/python.el: Likewise.
16675
16676 2005-08-27 Eli Zaretskii <eliz@gnu.org>
16677
16678 * simple.el (blink-matching-paren-distance): Document the meaning
16679 of nil value, and allow to customize to nil.
16680
16681 * eshell/esh-ext.el (eshell-windows-shell-file): Look for
16682 command.com, not command.exe.
16683
16684 2005-08-26 John Wiegley <johnw@newartisans.com>
16685
16686 * eshell/esh-cmd.el (eshell-rewrite-named-command): Change the
16687 code around a bit so that an extraneous nil argument is not added
16688 to a command when no args are given.
16689
16690 * eshell/esh-arg.el (eshell-parse-double-quote): If a
16691 double-quoted argument resolves to nil, return it as an empty
16692 string rather than as nil. This made it impossible to pass "" to
16693 a shell script as a null string argument.
16694
16695 2005-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
16696
16697 * outline.el (outline-invent-heading): New fun.
16698 (outline-promote, outline-demote): Use it.
16699 (outline-move-subtree-down): Remove unused vars `re' and `txt'.
16700 (outline-end-of-subtree): Remove unused var `opoint'.
16701
16702 2005-08-26 David Reitter <david.reitter@gmail.com>
16703
16704 * menu-bar.el (truncate-lines, write-file, print-buffer)
16705 (ps-print-buffer-faces, ps-print-buffer, split-window):
16706 Disable menu items when the frame they refer to is invisible, or when
16707 they refer to a buffer and the minibuffer is selected.
16708
16709 2005-08-26 Pavel Kobiakov <pk_at_work@yahoo.com>
16710
16711 * progmodes/flymake.el (flymake-highlight-err-lines):
16712 Use save-excursion around flymake-highlight-line to preserve point.
16713
16714 2005-08-26 Eli Zaretskii <eliz@gnu.org>
16715
16716 * progmodes/octave-mod.el: Change Author and Maintainer address.
16717 (octave-maintainer-address): Change Kurt's email address.
16718 * progmodes/octave-inf.el: Change Author and Maintainer address.
16719 * progmodes/octave-hlp.el: Change Author and Maintainer address.
16720
16721 2005-08-26 Kim F. Storm <storm@cua.dk>
16722
16723 * subr.el (version-list-<, version-list-<=, version-list-=):
16724 Rename from integer-list-*.
16725 (version-list-not-zero): Likewise. Fix while loop.
16726 (version=): Use version-list-= instead of string-equal.
16727
16728 2005-08-26 Richard M. Stallman <rms@gnu.org>
16729
16730 * outline.el (outline-promote): Try shortening the heading.
16731 As last resort, read the heading to use.
16732 (outline-demote): As last resort, read the heading to use.
16733
16734 2005-08-26 Romain Francoise <romain@orebokech.com>
16735
16736 * progmodes/compile.el (compilation-start): Doc fix.
16737
16738 * progmodes/antlr-mode.el (antlr-default): Fix defface form.
16739 (antlr-font-lock-additional-keywords): Fix reference to
16740 `antlr-font-lock-literal-regexp' erroneously changed during the
16741 mass face rename.
16742 (antlr-run-tool): Use `compilation-start'.
16743
16744 * textmodes/sgml-mode.el (sgml-validate): Use `compilation-start'
16745 instead of the obsolete `compile-internal'.
16746
16747 2005-08-26 Juanma Barranquero <lekktu@gmail.com>
16748
16749 * calendar/cal-bahai.el (date, displayed-month, displayed-year)
16750 (number, original-date):
16751 * calendar/cal-china.el (date):
16752 * calendar/cal-coptic.el (date):
16753 * calendar/cal-french.el (date):
16754 * calendar/cal-hebrew.el (date, entry, number, original-date):
16755 * calendar/cal-islam.el (date, number, original-date):
16756 * calendar/cal-iso.el (date):
16757 * calendar/cal-julian.el (date):
16758 * calendar/cal-mayan.el (date):
16759 * calendar/cal-menu.el (date, event):
16760 * calendar/cal-persia.el (date):
16761 * calendar/lunar.el (date):
16762 * calendar/solar.el (date): Add defvars.
16763
16764 * emerge.el:
16765 * ibuffer.el:
16766 * info-xref.el:
16767 * obsolete/bg-mouse.el:
16768 * obsolete/sun-curs.el:
16769 * obsolete/swedish.el: Move the `defvar's to the top level.
16770
16771 * smerge-mode.el (smerge-refined-change): Add :group.
16772
16773 2005-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
16774
16775 * smerge-mode.el (smerge-remove-props): Make the args non-optional.
16776 (smerge-keep-n): Remove props.
16777 (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
16778 (smerge-keep-current, smerge-kill-current): Don't remove props anymore
16779 now that it's done in smerge-keep-n.
16780 (smerge-refined-change): New face.
16781 (smerge-refine-chopup-region, smerge-refine-highlight-change)
16782 (smerge-refine): New funs.
16783 (smerge-basic-map): Bind smerge-refine.
16784
16785 2005-08-25 Juri Linkov <juri@jurta.org>
16786
16787 * progmodes/grep.el (grep, grep-mode): Make buffer-local variables
16788 compilation-process-setup-function and compilation-disable-input
16789 in grep-mode instead of let-bindings in grep.
16790
16791 * menu-bar.el (menu-bar-options-menu, menu-bar-options-save):
16792 Delete "Automatic File De/compression" (auto-compression-mode).
16793
16794 2005-08-25 Juanma Barranquero <lekktu@gmail.com>
16795
16796 * obsolete/bg-mouse.el: Move to obsolete/ from term/.
16797 Silence warning about non-existent variable.
16798
16799 2005-08-25 Richard M. Stallman <rms@gnu.org>
16800
16801 * menu-bar.el (menu-bar-describe-menu): Delete "What's New".
16802 Rename "Describe Key" to "Describe Key or Mouse Operation".
16803
16804 * mail/mailalias.el (build-mail-aliases): Delete comments
16805 from the contents before processing them.
16806
16807 * isearch.el (isearch-edit-string): Erase the Search prompt
16808 if user enters an empty string and there is no default.
16809
16810 * comint.el (comint-file-name-prefix): Add autoload.
16811
16812 2005-08-25 Joe Corneli <jcorneli@math.utexas.edu>
16813
16814 * subr.el (play-sound): Rearrange to avoid warning.
16815
16816 2005-08-25 Carsten Dominik <dominik@science.uva.nl>
16817
16818 * calendar/diary-lib.el (diary-modify-entry-list-string-function):
16819 New hook.
16820 (add-to-diary-list): Call `diary-modify-entry-list-string-function'
16821
16822 2005-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
16823
16824 * emacs-lisp/easy-mmode.el (define-minor-mode): Simplify.
16825
16826 * custom.el (custom-theme-set-variables): Sort minor modes last.
16827
16828 2005-08-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
16829
16830 * subr.el (version-separator, version-regexp-alist): New vars used by
16831 version comparison funs.
16832 (integer-list-<, integer-list-=, integer-list-<=)
16833 (integer-list-not-zero): New funs for integer list comparison.
16834 (version-to-list, version=, version<, version<=): New funs for version
16835 comparison.
16836
16837 2005-08-24 Juanma Barranquero <lekktu@gmail.com>
16838
16839 * emerge.el (merge-begin, merge-end, template, A-begin, A-end)
16840 (B-begin, B-end, diff, diff-vector, valid-diff): Defvar at compile
16841 time to silence the byte-compiler.
16842
16843 * ibuffer.el (ibuffer-compile-make-eliding-form)
16844 (ibuffer-check-formats): Use `with-no-warnings' to hide references
16845 to `ibuffer-elide-long-columns' (which is defined on ibuffer.el,
16846 so it's silly to get warnings for it).
16847 (ibuffer-auto-mode, ibuffer-cached-filter-formats)
16848 (ibuffer-compiled-filter-formats, ibuffer-filter-format-alist)
16849 (ibuffer-filter-group-kill-ring, ibuffer-filter-groups)
16850 (ibuffer-filtering-qualifiers, ibuffer-hidden-filter-groups)
16851 (ibuffer-inline-columns, ibuffer-show-empty-filter-groups)
16852 (ibuffer-tmp-hide-regexps, ibuffer-tmp-show-regexps):
16853 Defvar at compile time.
16854 (ibuffer-compiled-formats, ibuffer-cached-eliding-string)
16855 (ibuffer-cached-formats, ibuffer-cached-elide-long-columns):
16856 Declare them before use.
16857
16858 * info-xref.el (info-xref-xfile-alist, info-xref-filename-heading)
16859 (info-xref-good, info-xref-bad): Defvar at compile time.
16860
16861 * obsolete/mlsupport.el (filter-region, execute-monitor-command):
16862 Use `let*' instead of `let'.
16863
16864 * obsolete/sun-curs.el (icon-edit, *mouse-window*, *mouse-x*)
16865 (*mouse-y*, menu, char): Defvar at compile time.
16866 (sc::menu): Declare it before use.
16867 (sc::pack-one-line): Use `let', not `let*'.
16868
16869 * obsolete/swedish.el (news-inews-hook, news-group-hook-alist)
16870 (mail-send-hook): Defvar at compile time.
16871
16872 * term/bg-mouse.el (bg-mouse-x, bg-mouse-y, bg-cursor-window):
16873 Defvar at compile time.
16874
16875 * term/sun-mouse.el (current-global-mousemap)
16876 (current-local-mousemap): Declare them before use.
16877
16878 2005-08-24 Carsten Dominik <dominik@science.uva.nl>
16879
16880 * bookmark.el (bookmark-after-jump-hook): New hook.
16881 (bookmark-jump): Run `bookmark-after-jump-hook'.
16882
16883 2005-08-23 Juri Linkov <juri@jurta.org>
16884
16885 * faces.el (minibuffer-prompt): Doc fix.
16886
16887 2005-08-23 Juanma Barranquero <lekktu@gmail.com>
16888
16889 * progmodes/xscheme.el: Trivial changes to silence warnings.
16890 (xscheme-previous-mode, xscheme-previous-process-state):
16891 Add defvars.
16892 (xscheme-last-input-end, xscheme-process-command-line)
16893 (xscheme-process-name, xscheme-buffer-name)
16894 (xscheme-expressions-ring-max, xscheme-expressions-ring)
16895 (xscheme-expressions-ring-yank-pointer, xscheme-running-p)
16896 (xscheme-control-g-synchronization-p)
16897 (xscheme-control-g-disabled-p, xscheme-string-receiver)
16898 (default-xscheme-runlight, xscheme-runlight)
16899 (xscheme-runlight-string, xscheme-process-filter-state)
16900 (xscheme-allow-output-p, xscheme-prompt, xscheme-mode-string):
16901 Move to beginning of file.
16902 (scheme-interaction-mode-commands-alist)
16903 (scheme-interaction-mode-map, scheme-debugger-mode-map):
16904 Declare them before use. Note: the initialization code for the
16905 variables has not been moved because it uses functions that reference
16906 the variables.
16907 (xscheme-control-g-message-string, xscheme-process-filter-alist)
16908 (xscheme-prompt-for-expression-map): Declare them before use.
16909 (scheme-debugger-mode-commands): "?\ " -> "?\s".
16910
16911 2005-08-23 Ed Swarthout <ed.swarthout@gmail.com> (tiny change)
16912
16913 * hexl.el (hexl-print-current-point-info): Fix simple spelling error.
16914
16915 2005-08-22 Juri Linkov <juri@jurta.org>
16916
16917 * faces.el (set-face-underline): Delete this duplicate function
16918 and make an obsolete alias to set-face-underline-p.
16919 (set-face-underline-p): Use docstring of set-face-underline.
16920 (describe-face): Create hyperlink to parent face.
16921
16922 * info.el (Info-insert-dir): Use save-excursion around
16923 insert-buffer-substring.
16924 (Info-isearch-search): Use LITERAL arg of replace-regexp-in-string.
16925 (Info-escape-percent): Delete function.
16926 (Info-fontify-node): Replace Info-escape-percent by
16927 replace-regexp-in-string with REP arg set to lambda that
16928 duplicates `%' and preserves text properties.
16929
16930 * progmodes/compile.el (compilation-disable-input): Doc fix.
16931 (define-compilation-mode): Doc fix and refill.
16932 (kill-compilation): Use `mode-name' in the error message.
16933 (compilation-find-file): Use `compilation-error' in the
16934 read-file-name's prompt.
16935
16936 2005-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
16937
16938 * smerge-mode.el (smerge-basic-map): Bind smerge-combine-with-next.
16939 (smerge-auto-leave): Make undo re-enable the mode.
16940 (debug-ignored-errors): Add the user-error of impossible resolution.
16941 (smerge-resolve): Move things around a bit, in preparation for later.
16942 (smerge-diff): Don't fail if the buffer has no associated file.
16943 (ediff-ancestor-buffer, ediff-quit-hook): Quieten byte-compiler.
16944 (smerge-conflict-overlay): New function.
16945 (smerge-match-conflict): Don't add text properties here.
16946 (smerge-find-conflict): Instead, add an overlay here.
16947 Also check for the case where we're inside a conflict already, so as to
16948 obviate the need for font-lock-multiline, which is unbearably slow with
16949 large conflicts and ciomplex font-lock patterns.
16950 (smerge-remove-props): Remove overlay rather than text-properties.
16951 (smerge-mode): Don't set font-lock-multiline.
16952 Remove overlays when turned off.
16953
16954 2005-08-21 Kim F. Storm <storm@cua.dk>
16955
16956 * ido.el (ido-ignore-item-p): Use save-match-data.
16957 Bind case-fold-search to ido-case-fold locally.
16958
16959 2005-08-20 Richard M. Stallman <rms@gnu.org>
16960
16961 * files.el (normal-mode): If font lock is on, turn it off and on.
16962
16963 * subr.el (replace-regexp-in-string): Doc fix.
16964
16965 * startup.el (command-line-1): Don't suppress startup screen
16966 due to existing processes.
16967
16968 * progmodes/grep.el (grep): Bind compilation-disable-input to t.
16969
16970 * progmodes/compile.el (compilation-disable-input): Default to nil.
16971
16972 2005-08-20 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
16973
16974 * progmodes/compile.el (compilation-disable-input): New defcustom.
16975 (compilation-start): If compilation-disable-input is non-nil, send
16976 EOF to the compilation process.
16977
16978 2005-08-20 Eli Zaretskii <eliz@gnu.org>
16979
16980 * textmodes/tex-mode.el (tex-bibtex-file, tex-send-tex-command):
16981 Run the argument of tex-shell-cd-command through
16982 convert-standard-filename, to get the correct style of slashes on
16983 Windows, and enclose the result in quotes, in case the file name
16984 includes whitespace or other special characters.
16985
16986 2005-08-19 Andreas Schwab <schwab@suse.de>
16987
16988 * progmodes/gud.el (gud-kill-buffer-hook): Don't kill unrelated
16989 process.
16990
16991 2005-08-18 Luc Teirlinck <teirllm@auburn.edu>
16992
16993 * cus-start.el (minibuffer-prompt-properties): Correct typo.
16994
16995 2005-08-18 Kim F. Storm <storm@cua.dk>
16996
16997 * scroll-lock.el: Fix errors due to incorrect line wrapping.
16998
16999 2005-08-18 Richard M. Stallman <rms@gnu.org>
17000
17001 * scroll-lock.el: New file.
17002
17003 2005-08-18 Thien-Thi Nguyen <ttn@gnu.org>
17004
17005 * dired.el (dired-move-to-end-of-filename):
17006 Handle fifo as rendered by "ls -lF": Don't include trailing "|".
17007
17008 2005-08-18 Kim F. Storm <storm@cua.dk>
17009
17010 * ido.el (ido-everywhere): Fix defcustom :set function to disable
17011 rather than toggle mode when custom value is nil.
17012 (ido-everywhere): Fix defun doc string.
17013
17014 2005-08-17 Richard M. Stallman <rms@gnu.org>
17015
17016 * cus-start.el (minibuffer-prompt-properties): Use "Don't Enter"
17017 as tag instead of "Inviolable".
17018
17019 2005-08-17 Kim F. Storm <storm@cua.dk>
17020
17021 * windmove.el (windmove-coordinates-of-position): Remove.
17022 (windmove-coordinates-of-window-position): Remove.
17023 (windmove-reference-loc): Use posn-at-point instead.
17024
17025 * subr.el (insert-for-yank-1): Doc fix.
17026
17027 * ido.el (ido-enter-matching-directory): Rename from
17028 ido-enter-single-matching-directory. Change `slash' choice to
17029 `only'. Add `first' choice.
17030 (ido-exhibit): Adapt to above changes.
17031
17032 2005-08-16 Luc Teirlinck <teirllm@auburn.edu>
17033
17034 * Makefile.in: Expand comment about building loaddefs.el.
17035
17036 2005-08-16 Nick Roberts <nickrob@snap.net.nz>
17037
17038 * progmodes/gdb-ui.el (toggle-gdb-use-inferior-io-buffer):
17039 Comment use of defadvice.
17040
17041 * progmodes/gud.el (gud-jump): Rework for gdb-ui.
17042
17043 2005-08-15 Dan Nicolaescu <dann@ics.uci.edu>
17044
17045 * buff-menu.el, compare-w.el, emacs-lisp/testcover.el,
17046 * play/gomoku.el, play/mpuz.el, progmodes/flymake.el,
17047 * progmodes/gdb-ui.el, progmodes/idlw-help.el,
17048 * progmodes/idlw-shell.el, progmodes/ld-script.el,
17049 * progmodes/which-func.el, ruler-mode.el, strokes.el,
17050 * textmodes/sgml-mode.el, textmodes/table.el: Do not use face-alias
17051 for backward compatibility for faces that did not appear in the
17052 previous Emacs release.
17053
17054 * simple.el (next-error-follow-minor-mode): Fix init value and lighter.
17055
17056 2005-08-15 Kim F. Storm <storm@cua.dk>
17057
17058 * emulation/cua-base.el (cua-delete-region): Return t if
17059 deleted region was non-empty.
17060 (cua-replace-region): Inhibit overwrite-mode for
17061 self-insert-command if replaced region was non-empty.
17062 (cua--explicit-region-start, cua--status-string): Make them
17063 buffer-local at top-level...
17064 (cua-mode): ...rather than when mode is enabled.
17065
17066 2005-08-15 Thien-Thi Nguyen <ttn@gnu.org>
17067
17068 * progmodes/vhdl-mode.el (vhdl-emacs-21):
17069 Set t for Emacs 21, 22, and so on.
17070
17071 2005-08-15 David Ponce <david@dponce.com>
17072
17073 * tree-widget.el: Update Commentary header.
17074 (tree-widget-theme): Doc fix.
17075 (tree-widget-space-width): New option.
17076 (tree-widget-image-properties): Look up in the default theme too.
17077 (tree-widget--cursors): Only for images with arrow pointer shape.
17078 (tree-widget-lookup-image): Pointer shape is hand by default.
17079 (tree-widget-icon): Rename generic icon widget from
17080 `tree-widget-control'.
17081 (tree-widget-*-icon): Rename from `tree-widget-*-control' and
17082 derive from `tree-widget-icon'.
17083 (tree-widget-handle): Improve default look and feel of the text
17084 representation.
17085 (tree-widget): Rename :*-control properties to :*-icon properties.
17086 Add :action and :help-echo properties.
17087 (tree-widget-after-toggle-functions): Move.
17088 (tree-widget-close-node, tree-widget-open-node): Remove.
17089 (tree-widget-before-create-icon-functions): New hook.
17090 (tree-widget-value-create): Update to allow customization of icons
17091 and nodes at run-time via that new hook.
17092 (tree-widget-icon-create, tree-widget-leaf-node-icon-p)
17093 (tree-widget-icon-action, tree-widget-icon-help-echo)
17094 (tree-widget-action, tree-widget-help-echo): New functions.
17095
17096 2005-08-15 Kim F. Storm <storm@cua.dk>
17097
17098 * ido.el (ido-buffer-internal): Use with-no-warnings.
17099 (ido-make-merged-file-list): Use while-no-input.
17100
17101 2005-08-15 Richard M. Stallman <rms@gnu.org>
17102
17103 * textmodes/flyspell.el (flyspell-mark-duplications-flag): Doc fix.
17104 (flyspell-large-region): Fix doc and custom type.
17105
17106 2005-08-14 Richard M. Stallman <rms@gnu.org>
17107
17108 * files.el (interpreter-mode-alist): Doc fix.
17109
17110 * mail/rmail.el (rmail-nonignored-headers): New variable.
17111 (rmail-clear-headers): Use it.
17112 (rmail-reply): Better handling of mail-followup-to header.
17113
17114 * progmodes/sh-script.el (sh-font-lock-keywords-var):
17115 Rename variable from sh-font-lock-keywords. In the `shell' entry,
17116 don't try to refer to executable-font-lock-keywords.
17117 (sh-font-lock-keywords-var-1): Rename from sh-font-lock-keywords-1.
17118 (sh-font-lock-keywords-var-2): Rename from sh-font-lock-keywords-2.
17119 (sh-font-lock-keywords): Append executable-font-lock-keywords here.
17120 (sh-mode): Set comment-start-skip, local-abbrev-table,
17121 imenu-case-fold-search.
17122 (sh-set-shell): Don't set them here.
17123 (sh-feature): Simplify. Get rid of the eval-a-variable feature.
17124 Don't cache the results in the original alist; don't ever modify
17125 that alist.
17126
17127 * textmodes/flyspell.el (flyspell-mode): Autoload a defvar.
17128
17129 * textmodes/ispell.el (lookup-words): Cope with case where ARGS is
17130 empty.
17131
17132 2005-08-15 Andreas Schwab <schwab@suse.de>
17133
17134 * desktop.el: Put autoload cookie at risky-local-variable declarations.
17135
17136 * dired.el, info.el, mail/rmail.el: Revert last change.
17137
17138 2005-08-14 Thien-Thi Nguyen <ttn@gnu.org>
17139
17140 * dired.el: Fix dependency bug: Wrap `desktop-buffer-mode-handlers'
17141 modification in `eval-after-load' form.
17142 * info.el: Likewise.
17143 * mail/rmail.el: Likewise.
17144
17145 2005-08-14 Juri Linkov <juri@jurta.org>
17146
17147 * progmodes/compile.el (compilation-mode-font-lock-keywords):
17148 Remove highlighting of "Compilation started". Highlight only
17149 the word "finished" in "Compilation finished". Add highlighting
17150 of "interrupt", "killed", "terminated" and the exit code.
17151 (compilation-start): Add newline after header. Use exactly the
17152 same time stamp format as the finishing message.
17153 (compilation-mode-map): Add ellipsis to "Search Files (grep)".
17154
17155 * progmodes/grep.el (grep-mode-map): Add ellipsis to "Another grep".
17156 (grep-mode-font-lock-keywords): Don't highlight "Grep started".
17157 Add highlighting of "interrupt", "killed", "terminated".
17158
17159 * delsel.el (delete-selection-pre-hook): If overwrite-mode is
17160 enabled and the current command is self-insert-command, call it
17161 explicitly with overwrite-mode bound to nil, to not allow it
17162 to delete the character after the selected region.
17163
17164 2005-08-12 Matt Hodges <MPHodges@member.fsf.org>
17165
17166 * emacs-lisp/eldoc.el: Add move-beginning-of-line,
17167 move-end-of-line, end-of-line, and beginning-of-line to the list
17168 of commands after which the echo area is updated.
17169
17170 2005-08-12 Eli Zaretskii <eliz@gnu.org>
17171
17172 * cus-edit.el (custom-save-all, custom-save-delete):
17173 Bind recentf-exclude to exclude custom-file.
17174
17175 2005-08-12 Ehud Karni <ehud@unix.mvs.co.il>
17176
17177 * mail/rmailsum.el (rmail-summary-end-of-message): New command
17178 to go to the bottom of the mail message. Added to
17179 `rmail-summary-mode-map' with key "/".
17180 (rmail-summary-show-message): New (internal) function for use by
17181 both `rmail-summary-beginning/end-of-message'.
17182 (rmail-summary-beginning-of-message): Change to use
17183 rmail-summary-show-message.
17184
17185 * mail/rmail.el (rmail-end-of-message): New command to go to the
17186 end of the current message. Added to `rmail-mode-map' with key "/".
17187 (rmail-beginning-of-message): Fix to work as documented.
17188 (rmail-mode): Change documentation.
17189
17190 * progmodes/compile.el (compilation-start): Add the line
17191 "Compilation started" with compilation start time.
17192 (compilation-mode-font-lock-keywords): Add `started' to keywords.
17193
17194 2005-08-11 Luc Teirlinck <teirllm@auburn.edu>
17195
17196 * menu-bar.el (menu-bar-options-menu): Standardize capitalization
17197 of menu items.
17198
17199 2005-08-11 Richard M. Stallman <rms@gnu.org>
17200
17201 * simple.el (pop-global-mark): Reverse test of widen-automatically.
17202
17203 * battery.el (battery-status-function): Don't use ignore-errors.
17204
17205 2005-08-11 Lute Kamstra <lute@gnu.org>
17206
17207 * emacs-lisp/generic.el (generic-font-lock-defaults): Declare with
17208 define-obsolete-variable-alias.
17209
17210 2005-08-11 Stefan Monnier <monnier@iro.umontreal.ca>
17211
17212 * net/ange-ftp.el: Use \\` and \\' instead of ^ and $ in regexps.
17213 (ange-ftp-send-cmd): Revert last change, and expand
17214 the comment explaining the problem.
17215
17216 2005-08-10 Luc Teirlinck <teirllm@auburn.edu>
17217
17218 * ldefs-boot.el: Update.
17219
17220 * menu-bar.el (menu-bar-showhide-menu): Rename "Date, Time and Mail"
17221 item to "Time, Load and Mail". Change help echo text.
17222
17223 * time.el (display-time-use-mail-icon, display-time-format)
17224 (display-time-string-forms): Shorten first line of docstrings.
17225
17226 2005-08-10 Lars Hansen <larsh@soem.dk>
17227
17228 * desktop.el (desktop-buffer-mode-handlers):
17229 Make non-customizable. Add autoload cookie. Change initial value to
17230 nil; add elements in respective modules instead. Fix doc string.
17231 (desktop-load-file): New function.
17232 (desktop-minor-mode-handlers): New autoloaded variable.
17233 (desktop-create-buffer): Call minor mode handlers.
17234 Use desktop-load-file to load major and minor mode modules prior to
17235 checking for a handler.
17236 (desktop-save): Don't add nil to desktop-minor-modes for minor
17237 modes with nil function in desktop-minor-mode-table. Don't delete
17238 desktop file before rewriting it.
17239 (desktop-locals-to-save): Add autoload cookie. Don't make
17240 automatically buffer-local. Add variables column-number-mode,
17241 size-indication-mode, indent-tabs-mode,
17242 indicate-buffer-boundaries, indicate-empty-lines and
17243 show-trailing-whitespace.
17244 (desktop-clear): Allow desktop-clear-preserve-buffers to contain
17245 regexps. Don't use desktop-clear-preserve-buffers-regexp.
17246 (desktop-clear-preserve-buffers-regexp): Delete.
17247 (desktop-clear-preserve-buffers): Update initial value and docstring.
17248 (desktop-save-buffer): Fix doc string.
17249
17250 * hilit-chg.el: Add handler to desktop-minor-mode-handlers.
17251 (hilit-chg-desktop-restore): New function.
17252 (highlight-changes-mode): Add highlight-changes-mode to
17253 desktop-locals-to-save.
17254
17255 * dired.el: Add handler to desktop-buffer-mode-handlers.
17256 (dired-restore-desktop-buffer): Remove autoload cookie.
17257 (dired-mode): Add autoload cookie.
17258
17259 * info.el: Add handler to desktop-buffer-mode-handlers.
17260 (Info-restore-desktop-buffer): Remove autoload cookie.
17261 (Info-mode): Add autoload cookie.
17262
17263 * mh-e/mh-e.el: Add handler to desktop-buffer-mode-handlers.
17264 (mh-restore-desktop-buffer): Remove autoload cookie.
17265 (mh-folder-mode): Add autoload cookie.
17266
17267 * mail/rmail.el: Add handler to desktop-buffer-mode-handlers.
17268 (rmail-restore-desktop-buffer): Remove autoload cookie.
17269
17270 2005-08-11 Masatake YAMATO <jet@gyve.org>
17271
17272 * hexl.el (hexl-address-region):
17273 (hexl-ascii-region, hexl-font-lock-keywords):
17274 (hexl-highlight-line-range): Use the term "region"
17275 instead of "area" for consistency with the other symbols
17276 defined in hexl.el.
17277
17278 2005-08-09 Luc Teirlinck <teirllm@auburn.edu>
17279
17280 * menu-bar.el (menu-bar-options-save): Move `display-time-mode' to
17281 correct group: it is set with `menu-bar-make-mm-toggle' (pointed
17282 out by Juri Linkov). Add `display-battery-mode'.
17283
17284 2005-08-09 Juri Linkov <juri@jurta.org>
17285
17286 * progmodes/compile.el (compilation-mode-font-lock-keywords):
17287 Remove `-text' from face variable names.
17288 (compilation-error-file-name, compilation-warning-file-name)
17289 (compilation-info-file-name): Delete faces.
17290 (compilation-line-number, compilation-column-number):
17291 Remove face underlining.
17292 (compilation-message-face): Set to `underline' value by default.
17293 (compilation-error-face, compilation-warning-face)
17294 (compilation-info-face): Remove `-file-name' from face names.
17295 (compilation-error-text-face, compilation-warning-text-face)
17296 (compilation-info-text-face): Delete face variables.
17297 (compilation-text-face): Delete function.
17298
17299 * progmodes/grep.el (grep-regexp-alist): Use `.+?' instead of `[^:\n]+'.
17300 (grep-mode-font-lock-keywords): Use `.+?' instead of `[^\n-]+'.
17301 (grep-error-face): Set to `compilation-error' instead of
17302 `compilation-error-face' (which is redefined to `grep-hit-face' in
17303 grep buffers).
17304 (grep-mode-font-lock-keywords): Remove `-text' from face variable
17305 names. Use `grep-error-face' instead of `compilation-error-text-face'.
17306
17307 * dired-aux.el (dired-do-query-replace-regexp):
17308 Use `query-replace-read-args'.
17309
17310 * replace.el (query-replace-read-from, query-replace-read-to)
17311 (query-replace-read-args): Rename arg `string' to `prompt'.
17312
17313 * menu-bar.el (menu-bar-showhide-menu): Add `showhide-battery'.
17314
17315 2005-08-09 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
17316
17317 * net/ange-ftp.el (ange-ftp-send-cmd): Make it work properly with
17318 uploading files.
17319 (ange-ftp-canonize-filename): Handle file names beginning with ~
17320 correctly.
17321
17322 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
17323
17324 * textmodes/fill.el (canonically-space-region)
17325 (fill-context-prefix, fill-french-nobreak-p)
17326 (fill-delete-newlines, fill-comment-paragraph)
17327 (justify-current-line): "?\ " -> "?\s".
17328
17329 2005-08-09 Ben North <ben@redfrontdoor.org> (tiny change)
17330
17331 * textmodes/fill.el (fill-nonuniform-paragraphs):
17332 Improve argument/docstring consistency.
17333
17334 2005-08-09 Richard M. Stallman <rms@gnu.org>
17335
17336 * textmodes/ispell.el (ispell-word): More fboundp checks.
17337
17338 * files.el (find-file-noselect): Don't call set-buffer-major-mode.
17339 (find-file-noselect-1): Call it here, only if RAWFILE.
17340 (normal-mode): Always set some major mode.
17341 (save-some-buffers-action-alist): Change some explanation strings.
17342 (file-name-non-special): In the `quote' method, use unwind-protect.
17343
17344 2005-08-09 Magnus Henoch <mange@freemail.hu>
17345
17346 * textmodes/ispell.el (ispell-find-aspell-dictionaries): New command.
17347 (ispell-have-aspell-dictionaries): New variable.
17348 (ispell-aspell-data-dir, ispell-aspell-dict-dir): New variables.
17349 (ispell-get-aspell-config-value): New function.
17350 (ispell-aspell-find-dictionary): New function.
17351 (ispell-aspell-add-aliases): New function.
17352 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries if
17353 appropriate. Don't look for ispell dictionaries if we use aspell.
17354 (ispell-menu-map): Don't build a submenu of dictionaries.
17355
17356 2005-08-09 Richard M. Stallman <rms@gnu.org>
17357
17358 * progmodes/sql.el (sql-interactive-mode-map): Use fboundp.
17359 (sql-read-passwd): Use read-passwd.
17360
17361 * progmodes/idlw-toolbar.el (idlwave-toolbar)
17362 (idlwave-toolbar-is-possible): Add defvars.
17363
17364 * progmodes/idlw-shell.el (idlwave-xemacs-hack-mouse-track):
17365 Avoid warnings.
17366
17367 * progmodes/idlw-rinfo.el (idlwave-system-variables-alist)
17368 (idlwave-system-class-info, idlwave-executive-commands-alist):
17369 Use defvar.
17370
17371 * progmodes/cc-engine.el (c-guess-basic-syntax): Add autoload.
17372
17373 * mail/supercite.el (sc-ask, sc-no-blank-line-or-header):
17374 Avoid warnings.
17375
17376 * mail/rmail.el (rmail-ignored-headers): Don't hide mime-version:
17377 and content-type: headers.
17378
17379 * eshell/eshell.el (eshell): Avoid warnings about eshell-mode.
17380
17381 * emacs-lisp/map-ynp.el (map-y-or-n-p): Reorder the options
17382 and rename some of them to be more self-explanatory.
17383
17384 * calendar/calendar.el (calendar-mode-map): Bind < and > usefully.
17385
17386 * startup.el (command-line-1): Implement -scriptload.
17387
17388 * replace.el (occur-engine): Initial *Occur* output not undoable.
17389
17390 * menu-bar.el (menu-bar-file-menu): Rename some menu items
17391 and improve help strings.
17392
17393 * isearch.el (isearch-repeat): When changing direction,
17394 mark search successful.
17395
17396 * ediff-init.el: Use (featurep 'xemacs).
17397
17398 * comint.el (send-invisible): Identify buffer, if not selected.
17399
17400 * align.el: Delete autoload for c-guess-basic-syntax.
17401
17402 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
17403
17404 * textmodes/refbib.el (r2b-convert-record, r2b-convert-buffer):
17405 Improve argument/docstring consistency. Doc fixes.
17406 (r2b-variables, r2bv-address, r2bv-annote, r2bv-author)
17407 (r2bv-booktitle, r2bv-date, r2bv-decade, r2bv-editor)
17408 (r2bv-entry-kind, r2bv-institution, r2bv-journal, r2bv-keywords)
17409 (r2bv-kn, r2bv-month, r2bv-note, r2bv-number, r2bv-ordering)
17410 (r2bv-organization, r2bv-pages, r2bv-primary-author)
17411 (r2bv-publisher, r2bv-school, r2bv-title, r2bv-title-first-word)
17412 (r2bv-tr, r2bv-type, r2bv-volume, r2bv-where, r2bv-year):
17413 Defvar at compile time.
17414
17415 2005-08-09 Juri Linkov <juri@jurta.org>
17416
17417 * info.el: Replace `info' with upper-case `Info' where appropriate.
17418 (info-title-1, info-title-2, info-title-3, info-title-4)
17419 (info-menu-header): Move up face definitions.
17420 (info-menu-star): Rename from `info-menu-5'.
17421 (Info-fontify-node): Replace `info-menu-5' with `info-menu-star'.
17422 (Info-fontify-visited-nodes): Fix docstring.
17423 (Info-hide-note-references): Fix docstring.
17424 (Info-up, Info-next-reference, Info-prev-reference): Put cursor on
17425 menu items in the same way as on cross-references.
17426 (info-apropos): Fix sorting order and formatting to be like in the
17427 stand-alone Info browser. Display error messages for 1 sec.
17428 (Info-mode-map): Move down `c' key binding. Bind `^' to `Info-up'.
17429 (Info-mode-menu): Remove item for `Info-search-case-sensitively'
17430 from the menu bar.
17431 (Info-insert-dir): Restore point after calling
17432 `insert-buffer-substring'.
17433
17434 2005-08-08 Richard M. Stallman <rms@gnu.org>
17435
17436 * emacs-lisp/lmenu.el (lucid-menubar-map, lucid-failing-menubar)
17437 (recompute-lucid-menubar): Add defvars.
17438
17439 * mail/sendmail.el (mail-yank-original): Use with-no-warnings.
17440
17441 * mail/reporter.el (reporter-dump-state): Use insert-buffer-substring.
17442
17443 * net/net-utils.el (run-dig): Rename from `dig'.
17444
17445 * play/gametree.el (gametree-mode): Use make-local-variable,
17446 not make-variable-buffer-local.
17447
17448 * progmodes/ada-prj.el (ada-prj-display-page): Use with-no-warnings.
17449
17450 * ansi-color.el (ansi-color-make-extent)
17451 (ansi-color-set-extent-face): Use fboundp, not functionp.
17452
17453 * autorevert.el (auto-revert-tail-mode): Use make-local-variable,
17454 not make-variable-buffer-local.
17455
17456 * bookmark.el (Info-current-file): Add defvar.
17457 (bookmark-jump-noselect): Use with-no-warnings.
17458
17459 * completion.el (c-mode-map, fortran-mode-map): Add defvars.
17460
17461 * ebuff-menu.el (Helper-return-blurb): Add defvar.
17462
17463 * ffap.el (gnus-summary-buffer, gnus-article-buffer): Add defvars.
17464
17465 * find-file.el (ada-procedure-start-regexp)
17466 (ada-package-start-regexp): Add defvars.
17467
17468 * info.el (Info-insert-dir): Use insert-buffer-substring.
17469
17470 * xml.el (xml-att-def-re): Add defvar.
17471
17472 * icomplete.el (icomplete-exhibit): Adapt to new while-no-input
17473 calling convention.
17474
17475 * subr.el (while-no-input): Return t if there is input.
17476
17477 2005-08-08 Luc Teirlinck <teirllm@auburn.edu>
17478
17479 * cus-start.el (all): Add `overflow-newline-into-fringe'.
17480
17481 2005-08-08 Juanma Barranquero <lekktu@gmail.com>
17482
17483 * cmuscheme.el (inferior-scheme-mode-hook, inferior-scheme-mode)
17484 (scheme-prev-l/c-dir/file): Fix typos in docstrings.
17485
17486 2005-08-08 Emilio C. Lopes <eclig@gmx.net>
17487
17488 * cmuscheme.el (scheme-start-file): Replace reference to
17489 `user-emacs-directory' by "~/.emacs.d/".
17490
17491 2005-08-08 Thien-Thi Nguyen <ttn@gnu.org>
17492
17493 * info.el (Info-dir-remove-duplicates): Avoid case folding
17494 in loop; instead, keep downcased strings for comparison.
17495 Suggested by Helmut Eller.
17496
17497 2005-08-07 Michael Albinus <michael.albinus@gmx.de>
17498
17499 Sync with Tramp 2.0.50.
17500
17501 * net/tramp.el: Remove defvar of `last-coding-system-used' in the
17502 XEmacs case; not necessary anymore.
17503 (tramp-user-regexp): Allow "@" as part of user name.
17504 (tramp-handle-set-visited-file-modtime)
17505 (tramp-handle-insert-file-contents)
17506 (tramp-handle-write-region): No special handling for
17507 `last-coding-system-used, because this is done in
17508 `tramp-accept-process-output' now.
17509 (tramp-accept-process-output): New defun.
17510 (tramp-process-one-action, tramp-process-one-multi-action)
17511 (tramp-wait-for-regexp, tramp-wait-for-output)
17512 (tramp-discard-garbage-erase-buffer): Call it. Reported by David
17513 Howells <dhowells@redhat.com>.
17514 (clear-visited-file-modtime): Defadvice removed. The check for
17515 unset buffer's modtime does not need to be based on
17516 `tramp-buffer-file-attributes'. Suggested by RMS.
17517 (tramp-message): Insert "\n" if not being at beginning of line.
17518 (tramp-find-shell): Use `tramp-barf-if-no-shell-prompt' for code
17519 sequence with same logic.
17520 (tramp-completion-handle-expand-file-name): Discard call of
17521 `tramp-drop-volume-letter'. It is not necessary, and there have
17522 been problems with (expand-file-name "~/.netrc" "/") in ange-ftp.
17523 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
17524 (tramp-do-copy-or-rename-file-out-of-band): Transfer message
17525 should always be visible.
17526 (tramp-handle-insert-directory, tramp-setup-complete)
17527 (tramp-set-process-query-on-exit-flag)
17528 (tramp-append-tramp-buffers): Pacify byte-compiler.
17529 (tramp-bug): Delete non-existing variables from list.
17530 Apply `tramp-load-report-modules' as pre-hook.
17531 Mask `tramp-password-prompt-regexp', `tramp-shell-prompt-pattern' and
17532 `shell-prompt-pattern' because of non-7bit characters.
17533 Reported by Sebastian Luque <sluque@mun.ca>.
17534 (tramp-reporter-dump-variable, tramp-load-report-modules): New defuns.
17535 (tramp-match-string-list): Remove function.
17536 (tramp-wait-for-regexp): Remove call of that function.
17537 Suggested by Kim F. Storm <storm@cua.dk>.
17538 (tramp-set-auto-save-file-modes): Use octal integer code #o600
17539 instead of octal character code ?\600. The latter resulted in a
17540 syntax error with XEmacs.
17541
17542 * net/tramp-smb.el: Remove defvar of `last-coding-system-used' in the
17543 XEmacs case; not necessary anymore.
17544 (tramp-smb-handle-write-region): No special handling for
17545 `last-coding-system-used, because this is done in
17546 `tramp-accept-process-output' now.
17547 (tramp-smb-wait-for-output): Call `tramp-accept-process-output'.
17548
17549 2005-08-06 Luc Teirlinck <teirllm@auburn.edu>
17550
17551 * wid-edit.el (widget-choice-value-create):
17552 Unconditionally respect user choice. Set :explicit-choice back to nil
17553 when no longer needed.
17554 (widget-choice-action): Unconditionally respect user choice.
17555 Eliminate :explicit-choice-value.
17556
17557 * fringe.el (set-fringe-indicators-1, fringe-indicators): Delete.
17558
17559 * menu-bar.el (menu-bar-options-save): Replace `fringe-indicators'
17560 with `indicate-empty-lines' and `indicate-buffer-boundaries'.
17561 (menu-bar-showhide-fringe-menu): Add new item "Empty line indicators"
17562 running new function `toggle-indicate-empty-lines'.
17563 Rename "Customize" item to "Customize fringe".
17564 Rename "Indicators" item to "Buffer boundaries" and change help echo.
17565 (menu-bar-showhide-fringe-ind-menu): Change several help echos.
17566 Add `menu-bar-showhide-fringe-ind-customize' as "Other (customize)".
17567 Delete "Empty lines only" item.
17568 (menu-bar-showhide-fringe-ind-customize): New function.
17569 (menu-bar-showhide-fringe-ind-mixed)
17570 (menu-bar-showhide-fringe-ind-box)
17571 (menu-bar-showhide-fringe-ind-right)
17572 (menu-bar-showhide-fringe-ind-left)
17573 (menu-bar-showhide-fringe-ind-none): Use `indicate-buffer-boundaries'
17574 instead of `fringe-indicators'.
17575
17576 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
17577
17578 * viper.el (viper-emacs-state-mode-list): Add recentf-dialog-mode.
17579 Change the date of last update.
17580
17581 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
17582
17583 * viper-cmd.el (viper-harness-minor-mode, viper-exec-delete)
17584 (viper-exec-yank, viper-put-back): Don't display modification msg
17585 if in the minibuffer.
17586
17587 * viper-init.el (viper-replace-overlay-cursor-color)
17588 (viper-insert-state-cursor-color, viper-vi-state-cursor-color):
17589 Make variables frame local.
17590
17591 * viper-util.el (viper-append-filter-alist): Use append instead of
17592 nconc.
17593
17594 * viper.el (viper-vi-state-mode-list)
17595 (viper-emacs-state-mode-list): Move help-mode and
17596 completion-list-mode from the first list to the second.
17597 (viper-mode): Docstring.
17598 (viper-go-away, viper-non-hook-settings): Don't localize
17599 minor-mode-alist in newer Emacsen. Add advice to
17600 set-cursor-color. Don't bind "\C-c\\".
17601
17602 2005-08-06 Emilio C. Lopes <eclig@gmx.net>
17603
17604 * cmuscheme.el (scheme-trace-command, scheme-untrace-command)
17605 (scheme-macro-expand-command): New user options.
17606 (scheme-trace-procedure, scheme-expand-current-form): New commands.
17607 (scheme-form-at-point, scheme-start-file)
17608 (scheme-interactively-start-process): New functions.
17609 (scheme-get-process): New function, extracted from `scheme-proc'.
17610 (run-scheme): Call `scheme-start-file' to get start file, and pass
17611 it to `make-comint'.
17612 (switch-to-scheme, scheme-proc):
17613 Call `scheme-interactively-start-process' if no Scheme buffer/process
17614 is available.
17615
17616 2005-08-06 Juri Linkov <juri@jurta.org>
17617
17618 * progmodes/compile.el (compilation-mode-font-lock-keywords):
17619 Use `compilation-text-face', `compilation-info-text-face' and
17620 `compilation-error-text-face' instead of `font-lock-keyword-face'.
17621 (compilation-error): New face.
17622 (compilation-error-file-name): Inherit from
17623 `compilation-error' instead of `font-lock-warning-face'.
17624 (compilation-warning-file-name): Inherit from
17625 `compilation-warning' instead of `font-lock-warning-face'.
17626 (compilation-info, compilation-error-file-name)
17627 (compilation-warning-file-name, compilation-info-file-name)
17628 (compilation-line-number, compilation-column-number): Doc fix.
17629 (compilation-error-text-face, compilation-warning-text-face)
17630 (compilation-info-text-face): New face variables.
17631 (compilation-line-face, compilation-column-face)
17632 (compilation-enter-directory-face)
17633 (compilation-leave-directory-face): Doc fix.
17634 (compilation-text-face): New function.
17635
17636 * progmodes/grep.el (grep-regexp-alist): Set 5th arg `TYPE' to 0
17637 instead of 1 to display binary file names as info file links.
17638 (grep-error-face): Use `compilation-error-face' instead of
17639 `font-lock-keyword-face'.
17640 (grep-mode-font-lock-keywords): Use `compilation-info-text-face'
17641 and `compilation-warning-text-face' instead of
17642 `font-lock-keyword-face'. Use `compilation-error-text-face'
17643 instead of `grep-error-face'.
17644
17645 2005-08-05 Kenichi Handa <handa@m17n.org>
17646
17647 * international/code-pages.el: Add autoload cookies for all coding
17648 systems.
17649
17650 2005-08-04 Luc Teirlinck <teirllm@auburn.edu>
17651
17652 * cus-start.el (all): Put undo.c where it alphabetically belongs.
17653
17654 2005-08-04 Juri Linkov <juri@jurta.org>
17655
17656 * progmodes/compile.el (compilation-mode-map):
17657 * progmodes/grep.el (grep-mode-map):
17658 Bind TAB to `compilation-next-error' and [backtab] to
17659 `compilation-previous-error'.
17660
17661 * progmodes/grep.el (grep-regexp-alist): Replace complex regexp
17662 matching line numbers, column numbers and their ranges with regexp
17663 matching only line numbers.
17664 (grep-context-face): New face variable.
17665 (grep-mode-font-lock-keywords): Use it.
17666
17667 * faces.el (read-face-name): Delete duplicate faces.
17668
17669 2005-08-02 Juanma Barranquero <lekktu@gmail.com>
17670
17671 * thumbs.el (thumbs-find-image): Don't make variables
17672 automatically buffer local.
17673 (thumbs-current-tmp-filename, thumbs-current-image-filename)
17674 (thumbs-image-num): Make automatically buffer local.
17675 (thumbs-show-thumbs-list): Use `make-local-variable', not
17676 `make-variable-buffer-local'.
17677 (thumbs-insert-image): Make `thumbs-current-image-size' buffer-local.
17678
17679 * play/doctor.el (doctor-type-symbol): "?\ " -> "?\s".
17680 (**mad**, *debug*, *print-space*, *print-upcase*, abuselst)
17681 (abusewords, account, afraidof, arerelated, areyou, bak, beclst)
17682 (bother, bye, canyou, chatlst, continue, deathlst, describe)
17683 (drnk, drugs, eliza-flag, elizalst, famlst, feared, fears)
17684 (feelings-about, foullst, found, hello, history, howareyoulst)
17685 (howdyflag, huhlst, ibelieve, improve, inter, isee, isrelated)
17686 (lincount, longhuhlst, lover, machlst, mathlst, maybe, moods)
17687 (neglst, obj, object, owner, please, problems, qlist)
17688 (random-adjective, relation, remlst, repetitive-shortness)
17689 (replist, rms-flag, schoollst, sent, sexlst, shortbeclst)
17690 (shortlst, something, sportslst, stallmanlst, states, subj)
17691 (suicide-flag, sure, things, thlst, toklst, typos, verb, want)
17692 (whatwhen, whereoutp, whysay, whywant, zippy-flag, zippylst):
17693 Defvar at compile time.
17694
17695 * progmodes/ada-mode.el (ada-mode): Use `make-local-variable',
17696 not `make-variable-buffer-local'.
17697
17698 2005-08-02 Kim F. Storm <storm@cua.dk>
17699
17700 * emulation/cua-rect.el (cua--highlight-rectangle): Only show
17701 rectangle overlay in selected window.
17702
17703 2005-08-01 Luc Teirlinck <teirllm@auburn.edu>
17704
17705 * cus-start.el (all): Put `indicate-empty-lines' in fringe group
17706 instead of display group. Make `indicate-buffer-boundaries'
17707 customizable through Custom.
17708
17709 2005-08-01 Juanma Barranquero <lekktu@gmail.com>
17710
17711 * progmodes/gdb-ui.el (gdb-frame-address, gdb-var-changed)
17712 (gdb-output-sink, gdba, gdb-cpp-define-alist-program)
17713 (gdb-set-gud-minor-mode, gdb-exited, gdb-setup-windows)
17714 (gdb-put-string): Fix typos in docstrings.
17715
17716 2005-08-01 Nick Roberts <nickrob@snap.net.nz>
17717
17718 Update copyright notices of files in progmodes directory for
17719 release of Emacs 22.1.
17720
17721 * progmodes/gdb-ui.el (gdb-enable-debug-log): Add autoload cookie.
17722
17723 * progmodes/gud.el (gud-tooltip-mode): Add autoload cookie.
17724 Don't barf if the GUD buffer has been killed.
17725
17726 2005-08-01 Kim F. Storm <storm@cua.dk>
17727
17728 * textmodes/table.el (table-yank-handler): Change defcustom to defvar.
17729
17730 2005-07-29 Stefan Monnier <monnier@iro.umontreal.ca>
17731
17732 * simple.el (next-error-follow-minor-mode):
17733 make-variable-buffer-local -> make-local-variable.
17734
17735 * emacs-lisp/cl-extra.el: Require CL also when compiling.
17736
17737 * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local)
17738 (byte-compile-form-make-variable-buffer-local): New functions to warn
17739 about misuses of make-variable-buffer-local where make-local-variable
17740 was meant.
17741
17742 2005-07-29 Juanma Barranquero <lekktu@gmail.com>
17743
17744 * bs.el (bs-attributes-list): Doc fix.
17745 (bs): Update url-link.
17746
17747 * desktop.el (desktop-save-buffer): Fix typos in docstring.
17748 (desktop-load-default): Simplify.
17749
17750 * ibuffer.el (ibuffer-columnize-and-insert-list)
17751 (ibuffer-mouse-toggle-mark, ibuffer-count-marked-lines)
17752 (ibuffer-unmark-all, ibuffer-toggle-marks)
17753 (ibuffer-unmark-forward, ibuffer-unmark-backward)
17754 (ibuffer-compile-make-format-form, ibuffer-format-column)
17755 (ibuffer-current-buffers-with-marks)
17756 (ibuffer-update-title-and-summary): "?\ " -> "?\s".
17757 (ibuffer): Doc fix.
17758 (ibuffer-mode): Fix typo in docstring.
17759 (ibuffer-hooks, ibuffer-mode-hooks): Make obsolete and declare
17760 with `define-obsolete-variable-alias'.
17761 (ibuffer-elide-long-columns): Mark as obsolete. Doc fix.
17762
17763 2005-07-29 Kenichi Handa <handa@m17n.org>
17764
17765 * international/mule-cmds.el (select-message-coding-system):
17766 Be sure to use LF for end-of-line. If no coding system is decided,
17767 return iso-8859-1-unix.
17768
17769 2005-07-28 Stefan Monnier <monnier@iro.umontreal.ca>
17770
17771 * net/ange-ftp.el (ange-ftp-gateway-fatal-msgs)
17772 (ange-ftp-pending-error-line): New vars.
17773 (ange-ftp-process-handle-line, ange-ftp-process-filter): Use them
17774 to handle the non-fatal no-route-to-host messages.
17775 (internal-ange-ftp-mode): Make the no-match regexp more efficient.
17776
17777 2005-07-28 Juanma Barranquero <lekktu@gmail.com>
17778
17779 * isearch.el (isearch-mode-map, isearch-other-meta-char)
17780 (isearch-quote-char, isearch-printing-char)
17781 (isearch-text-char-description): "?\ " -> "?\s".
17782 (isearch-lazy-highlight-cleanup)
17783 (isearch-lazy-highlight-initial-delay)
17784 (isearch-lazy-highlight-interval)
17785 (isearch-lazy-highlight-max-at-a-time)
17786 (isearch-lazy-highlight-face, isearch-lazy-highlight-cleanup):
17787 Declare with define-obsolete-*-alias macros.
17788 (isearch-forward): Fix typo in docstring.
17789 (search-invisible, search-ring-yank-pointer)
17790 (regexp-search-ring-yank-pointer): Doc fixes.
17791
17792 * recentf.el (recentf-menu-append-commands-p): Declare with
17793 `define-obsolete-variable-alias'.
17794 (recentf-max-saved-items, recentf-menu-filter)
17795 (recentf-arrange-by-rule-subfilter): Doc fixes.
17796 (recentf-menu-append-commands-flag)
17797 (recentf-initialize-file-name-history, recentf-expand-file-name)
17798 (recentf-clear-data): Fix typos in docstrings.
17799
17800 2005-07-28 Nick Roberts <nickrob@snap.net.nz>
17801
17802 * progmodes/gdb-ui.el: Smarten comments.
17803 (gdb-info-breakpoints-custom): Use nowarn when finding file.
17804
17805 2005-07-27 Dan Nicolaescu <dann@ics.uci.edu>
17806
17807 * term/apollo.el (terminal-init-apollo): New function containing
17808 all former top level forms in the file.
17809 * term/bobcat.el (terminal-init-bobcat):
17810 * term/cygwin.el (terminal-init-cygwin):
17811 * term/iris-ansi.el (terminal-init-iris-ansi):
17812 * term/linux.el (terminal-init-linux):
17813 * term/news.el (terminal-init-news):
17814 * term/rxvt.el (terminal-init-rxvt):
17815 * term/sun.el (terminal-init-sun):
17816 * term/tvi970.el (terminal-init-tvi970):
17817 * term/vt100.el (terminal-init-vt100):
17818 * term/vt102.el (terminal-init-vt102):
17819 * term/vt125.el (terminal-init-vt125):
17820 * term/vt200.el (terminal-init-vt200):
17821 * term/vt201.el (terminal-init-vt201):
17822 * term/vt220.el (terminal-init-vt220):
17823 * term/vt240.el (terminal-init-vt240):
17824 * term/vt300.el (terminal-init-vt300):
17825 * term/vt320.el (terminal-init-vt320):
17826 * term/vt400.el (terminal-init-vt400):
17827 * term/vt420.el (terminal-init-vt420):
17828 * term/wyse50.el (terminal-init-wyse50):
17829 * term/xterm.el (terminal-init-xterm): Likewise.
17830
17831 * term/README: Describe the terminal-init-* functionality.
17832
17833 * startup.el (command-line): After loading the terminal initialization
17834 file call the corresponding terminal initialization function.
17835
17836 2005-07-27 Kenichi Handa <handa@m17n.org>
17837
17838 * ps-bdf.el (bdf-read-font-info): Ignore glyphs whose ENCODING is
17839 negative.
17840
17841 * ps-mule.el (ps-mule-bitmap-prologue): Fix arguments to setcharwidth.
17842 (ps-mule-composition-prologue): Fix for the case that
17843 RelativeCompose is false.
17844
17845 2005-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
17846
17847 * smerge-mode.el (smerge-ediff): Use insert-buffer-substring.
17848
17849 * descr-text.el (describe-char): Handle the case where the list of
17850 chars is displayed in a separate frame.
17851 Be a bit more discriminating when looking for the char.
17852
17853 2005-07-26 Juanma Barranquero <lekktu@gmail.com>
17854
17855 * bookmark.el (bookmark-automatically-show-annotations)
17856 (bookmark-read-annotation-text-func): Doc fixes.
17857 (bookmark-save): Improve argument/docstring consistency.
17858 (bookmark-get-bookmark, bookmark-get-bookmark-record)
17859 (bookmark-alist-from-buffer)
17860 (bookmark-upgrade-file-format-from-0)
17861 (bookmark-grok-file-format-version)
17862 (bookmark-maybe-upgrade-file-format, bookmark-kill-line)
17863 (bookmark-read-annotation-mode)
17864 (bookmark-insert-current-bookmark, bookmark-jump)
17865 (bookmark-exit-hook): Fix typos in docstrings.
17866 (bookmark-exit-hooks): Define as obsolete alias.
17867 (bookmark-exit-hook-internal): Run `bookmark-exit-hook',
17868 not `bookmark-exit-hooks'. Fix docstring.
17869 (bookmark-bmenu-select): "?\ " -> "?\s".
17870
17871 2005-07-25 Ari Roponen <arjuropo@cc.jyu.fi> (tiny change)
17872
17873 * startup.el (command-line): Fix typo.
17874
17875 2005-07-24 Richard M. Stallman <rms@gnu.org>
17876
17877 * tooltip.el (tooltip-mode): Test emacs-basic-display,
17878 not emacs-quick-startup.
17879
17880 2005-07-24 Juanma Barranquero <lekktu@gmail.com>
17881
17882 * emacs-lisp/re-builder.el (reb-with-current-window): Delete.
17883 (reb-next-match, reb-show-subexp): Use `with-selected-window'
17884 instead of `reb-with-current-window'.
17885 (reb-prev-match): Likewise. Also, don't move left if the search
17886 was unsuccessful.
17887 (reb-initialize-buffer): New function.
17888 (re-builder, reb-change-syntax): Use it.
17889
17890 * man.el (Man-goto-page): Make second argument NOERROR optional.
17891
17892 2005-07-23 Richard M. Stallman <rms@gnu.org>
17893
17894 * man.el (Man-bgproc-sentinel): Check here for failure to find
17895 any man page in the output, and report the error here.
17896 (Man-arguments): Make it permanent local.
17897 (Man-goto-page): New arg NOERROR. Never kill the current buffer.
17898 (Man-mode): Pass t for NOERROR.
17899
17900 * progmodes/grep.el (grep-error-face): Use font-lock-keyword-face.
17901 (grep-mode-font-lock-keywords):
17902 Don't use compilation-...-face for messages that are not file names.
17903
17904 * progmodes/compile.el (compilation-mode-font-lock-keywords):
17905 Don't use compilation-...-face for messages that are not file names.
17906
17907 2005-07-22 Juri Linkov <juri@jurta.org>
17908
17909 * startup.el (normal-splash-screen): Update menu name.
17910
17911 * tempo.el (tempo-insert-template): Fix 2005-07-16 change.
17912
17913 2005-07-22 Dan Nicolaescu <dann@ics.uci.edu>
17914
17915 * term/xterm.el: Load term/rxvt if the terminal is actually an
17916 rxvt terminal.
17917 (xterm-rxvt-set-background-mode): Remove, not used anymore.
17918
17919 * term/rxvt.el (function-key-map): Use substitute-key-definition
17920 to bind {C,S,C-S}-{f1-f10}. Add a few missing key bindings.
17921
17922 * term/cygwin.el: New file.
17923
17924 2005-07-22 Kim F. Storm <storm@cua.dk>
17925
17926 * image-file.el (insert-image-file, image-file-yank-handler):
17927 Fix last change to maintain a (unique) yank-handler on yanked images.
17928
17929 2005-07-22 Eduardo Mu\e,Aq\e(Boz <emufer@terra.es> (tiny change)
17930
17931 * dired.el (dired-move-to-filename-regexp): Recognize the B suffix
17932 of the file size (as in "177B" for 177 bytes). This happens with
17933 "ls -lh" on FreeBSD.
17934
17935 2005-07-22 Juanma Barranquero <lekktu@gmail.com>
17936
17937 * hilit-chg.el (highlight-changes-global-initial-state)
17938 (highlight-compare-buffers, hilit-chg-turn-on-maybe)
17939 (hilit-chg-fixup, highlight-changes-mode):
17940 Fix typos in docstrings.
17941 (highlight-changes-global-modes, highlight-changes-rotate-faces):
17942 Doc fixes.
17943
17944 2005-07-21 Luc Teirlinck <teirllm@auburn.edu>
17945
17946 * emacs-lisp/easy-mmode.el (define-minor-mode): Never call the
17947 mode function using `eval-after-load'.
17948
17949 2005-07-21 Kim F. Storm <storm@cua.dk>
17950
17951 * mail/emacsbug.el (report-emacs-bug): Request that backtraces are
17952 included when reporting an emacs crash, and tell about the DEBUG file.
17953
17954 * image-file.el (insert-image-file): Add yank-handler.
17955 (image-file-yank-handler): Yank handler to make unique copies of
17956 images when they are yanked into a buffer next to each other.
17957
17958 2005-07-21 Juanma Barranquero <lekktu@gmail.com>
17959
17960 * comint.el (comint-use-prompt-regexp, comint-send-input)
17961 (comint-source-default, comint-extract-string)
17962 (comint-get-source, comint-word, comint-completion)
17963 (comint-source, comint-prompt-read-only, comint-update-fence):
17964 Fix typos in docstrings.
17965 (comint-use-prompt-regexp-instead-of-fields, comint-kill-output):
17966 Declare with define-obsolete-*-alias macros.
17967 (comint-previous-matching-input-from-input)
17968 (comint-next-matching-input-from-input)
17969 (comint-previous-matching-input, comint-next-matching-input)
17970 (comint-forward-matching-input):
17971 Improve argument/docstring consistency.
17972
17973 * desktop.el (desktop-clear-preserve-buffers-regexp):
17974 Also preserve the *server* buffer.
17975
17976 * simple.el (clone-indirect-buffer): Doc fix.
17977 (fixup-whitespace, just-one-space)
17978 (backward-delete-char-untabify, lambda): "?\ " -> "?\s".
17979 (next-error, next-error-highlight)
17980 (next-error-highlight-no-select, next-error-last-buffer)
17981 (next-error-buffer-p, next-error-find-buffer, next-error)
17982 (previous-error, next-error-no-select, previous-error-no-select)
17983 (open-line, split-line, minibuffer-prompt-width, kill-new)
17984 (binary-overwrite-mode): Fix typos in docstrings.
17985 (set-fill-column): Fix typo in message.
17986
17987 * skeleton.el (skeleton-proxy-new): Doc fix.
17988
17989 * strokes.el (strokes-load-hook): Doc fix.
17990 (strokes-grid-resolution, strokes-get-grid-position)
17991 (strokes-renormalize-to-grid, strokes-read-stroke)
17992 (strokes-read-complex-stroke, strokes-file, strokes-last-stroke)
17993 (strokes-global-map): Fix typos in docstrings.
17994 (strokes-help): Doc fix. Fix help message and pass it through
17995 `substitute-command-keys'.
17996
17997 * tempo.el (tempo-insert-prompt, tempo-interactive)
17998 (tempo-show-completion-buffer, tempo-tags, tempo-match-finder)
17999 (tempo-insert-string-functions, tempo-local-tags)
18000 (tempo-define-template, tempo-insert-template)
18001 (tempo-insert-prompt-compat, tempo-is-user-element)
18002 (tempo-insert-mark, tempo-find-match-string, tempo-complete-tag):
18003 Fix typos in docstrings.
18004
18005 * vcursor.el (vcursor-other-window, vcursor-bind-keys)
18006 (vcursor-key-bindings, vcursor-use-vcursor-map)
18007 (vcursor-find-window, vcursor-scroll-down)
18008 (vcursor-disable, vcursor-beginning-of-buffer)
18009 (vcursor-end-of-buffer): Fix typos in docstrings.
18010 (vcursor-relative-move, vcursor-get-char-count):
18011 Improve argument/docstring consistency.
18012
18013 * version.el: "?\ " -> "?\s".
18014
18015 * wid-edit.el (widget-default-create, widget-after-change)
18016 (widget-default-format-handler, widget-checklist-add-item)
18017 (widget-radio-add-item, widget-choose, widget-specify-secret)
18018 (widget-field-value-create, widget-field-value-get)
18019 (widget-editable-list-format-handler)
18020 (widget-editable-list-entry-create, widget-group-value-create)
18021 (widget-documentation-link-add)
18022 (widget-documentation-string-value-create): "?\ " -> "?\s".
18023 (widget-convert-text): Doc fix.
18024 (widget-narrow-to-field, widget-field-find)
18025 (widget-url-link-action, widget-emacs-library-link-action)
18026 (widget-color-notify): Fix typos in docstrings.
18027
18028 * w32-fns.el (w32-shell-name): Use `bound-and-true-p'.
18029 (x-select-text, set-w32-system-coding-system)
18030 (w32-add-charset-info): Fix typos in docstrings.
18031
18032 * emulation/cua-base.el (cua-mode, cua-enable-register-prefix)
18033 (cua-enable-cua-keys, cua-use-hyper-key)
18034 (cua-virtual-rectangle-edges): Fix typos in docstrings.
18035 (cua--M/H-key, cua--init-keymaps): "?\ " -> "?\s".
18036
18037 * net/tramp.el (tramp-handle-load): Fix typo in error message.
18038
18039 * emacs-lisp/re-builder.el (regexp-builder): Declare with
18040 `defalias' instead of faking it.
18041
18042 * eshell/em-ls.el (eshell-ls-decorated-name): Doc fix.
18043 (eshell-ls-missing, eshell-ls-dired-initial-args)
18044 (eshell-ls-use-in-dired): Fix typos in docstrings.
18045
18046 2005-07-20 Kim F. Storm <storm@cua.dk>
18047
18048 * emulation/cua-base.el (cua-mode): Improve doc string.
18049
18050 2005-07-20 Juanma Barranquero <lekktu@gmail.com>
18051
18052 * abbrev.el (expand-region-abbrevs): Doc fix.
18053 (inverse-add-mode-abbrev, inverse-add-global-abbrev):
18054 Improve argument/docstring consistency.
18055
18056 * arc-mode.el (archive-get-descr, archive-alternate-display):
18057 Doc fixes.
18058 (archive-l-e): Improve argument/docstring consistency.
18059 (archive-tmpdir, archive-unixdate, archive-unixtime)
18060 (archive-chmod-entry): Fix typos in docstrings.
18061 (archive-unflag, archive-unflag-backwards)
18062 (archive-unmark-all-files): "?\ " -> "?\s".
18063
18064 * buff-menu.el (Buffer-menu-unmark): Doc fix.
18065 (Buffer-menu-not-modified, Buffer-menu-execute)
18066 (Buffer-menu-toggle-read-only, Buffer-menu-buffer+size)
18067 (list-buffers-noselect, Buffer-menu-select): "?\ " -> "?\s".
18068
18069 * composite.el (compose-string, encode-composition-rule)
18070 (compose-last-chars): Fix typos in docstrings.
18071
18072 * desktop.el (desktop-enable, desktop-basefilename):
18073 Declare with `define-obsolete-variable-alias'.
18074 (desktop-internal-v2s): Don't quote keywords.
18075 (desktop-clear): "?\ " -> "?\s".
18076
18077 * dired.el (dired-align-file, dired-flag-backup-files)
18078 (dired-change-marks, dired-unmark-all-files): "?\ " -> "?\s".
18079 (dired-listing-switches, dired-ls-F-marks-symlinks)
18080 (dired-dwim-target, dired-load-hook, dired-mode-hook)
18081 (dired-directory, dired-faces, dired, dired-revert)
18082 (dired-mode, dired-summary, dired-view-file)
18083 (dired-copy-filename-as-kill, dired-delete-file)
18084 (dired-no-confirm, dired-unmark-all-marks)
18085 (dired-sort-by-date-regexp, dired-sort-by-name-regexp)
18086 (dired-sort-inhibit, dired-sort-other): Fix typos in docstrings.
18087 (dired-undo, dired-get-file-for-visit, dired-sort-toggle-or-edit):
18088 Fix typos in message strings.
18089
18090 * dired-x.el (virtual-dired): Declare with `defalias'.
18091 (dired-mark-unmarked-files, dired-local-variables-file)
18092 (dired-omit-here-always): Doc fix.
18093 (dired-omit-mode, dired-find-subdir)
18094 (dired-enable-local-variables, dired-clean-up-buffers-too)
18095 (dired-extra-startup, dired-mark-extension, dired-jump)
18096 (dired-jump-other-window, dired-omit-localp, dired-virtual-mode)
18097 (dired-smart-shell-command, dired-guess-shell-alist-user)
18098 (dired-man, dired-initial-position, dired-x-hands-off-my-keys)
18099 (dired-x-bind-find-file, dired-x-submit-report):
18100 Fix typos in docstrings.
18101 (dired-mark-unmarked-files): "?\ " -> "?\s".
18102
18103 * dirtrack.el (dirtrack-list): Fix typos in docstring.
18104
18105 * faces.el (describe-face): "?\ " -> "?\s".
18106 (read-all-face-attributes, read-face-font, modify-face)
18107 (face-attr-construct, italic): Fix typos in docstrings.
18108 (frame-update-face-colors): Declare with
18109 `define-obsolete-function-alias'.
18110
18111 * files.el (find-file-noselect, recode-file-name): Doc fixes.
18112 (insert-directory, kill-some-buffers): "?\ " -> "?\s".
18113 (magic-mode-alist, buffer-file-numbers-unique)
18114 (write-file-functions, get-free-disk-space):
18115 Fix typos in docstrings.
18116 (find-file-not-found-hooks, find-file-hooks, write-file-hooks)
18117 (write-contents-hooks, write-file-hooks):
18118 Declare with `define-obsolete-variable-alias'.
18119
18120 * forms-d2.el (arch-rj): Fix typo in docstrings.
18121 (arch-tocol): Likewise. "?\ " -> "?\s".
18122
18123 * frame.el (set-frame-font, cursor-in-non-selected-windows):
18124 Fix typo in docstring.
18125 (set-screen-width, set-screen-height): Delete redundant info in
18126 doctrings.
18127 (new-frame, screen-height, screen-width): Declare with
18128 `define-obsolete-function-alias'.
18129 (delete-frame-hook, blink-cursor): Declare with
18130 `define-obsolete-variable-alias'.
18131
18132 * paths.el (prune-directory-list): Fix typos in docstring.
18133
18134 * pcvs-util.el (cvs-flags-query, cvs-strings->string)
18135 (cvs-prefix-get): Fix typos in docstrings.
18136
18137 * ps-print.el (ps-extend-face-list, ps-extend-face)
18138 (ps-print-background-image): Fix typos in docstrings.
18139 (ps-default-fg, ps-default-bg): Doc fixes.
18140
18141 * s-region.el (s-region-bind): Doc fix.
18142 (s-region-move-p1, s-region-move-p2): Fix typos in docstrings.
18143
18144 * textmodes/org.el (org-table-formula-substitute-names)
18145 (org-table-get-vertical-vector): Doc fixes.
18146 (org-table-recalculate): Remove unused argument to `message'.
18147
18148 2005-07-19 Carsten Dominik <dominik@science.uva.nl>
18149
18150 * textmodes/org.el (org-table-column-names)
18151 (org-table-column-name-regexp)
18152 (org-table-named-field-locations): New variables.
18153 (org-archive-subtree): Protect `this-command' when calling
18154 `org-copy-subtree' and `org-cut-subtree', to avoid appending to
18155 the kill buffer.
18156 (org-complete): Remove fixed-formula completion.
18157 (org-edit-formulas-map): New variable.
18158 (org-table-edit-formulas): New command.
18159 (org-finish-edit-formulas, org-abort-edit-formulas)
18160 (org-show-variable, org-table-get-vertical-vector): New functions.
18161 (org-table-maybe-eval-formula): Handle `:=' fields.
18162 (org-table-get-stored-formulas, org-table-store-formulas)
18163 (org-table-get-formula, org-table-modify-formulas)
18164 (org-table-replace-in-formulas): Handle named field formulas.
18165 (org-table-get-specials): Store locations of named fields.
18166
18167 2005-07-19 Juri Linkov <juri@jurta.org>
18168
18169 * progmodes/grep.el (grep-regexp-alist)
18170 (grep-mode-font-lock-keywords, grep-process-setup):
18171 Use default GNU grep match color "01;31m" instead of "01;41m".
18172 (grep-regexp-alist, grep-mode-font-lock-keywords):
18173 Use `\\[[0-9]*m' instead of `\\[00m'.
18174 (grep-regexp-alist): Move `\\(?:\033\\[K\\)?' from sgr_end to
18175 sgr_start where its handling is more important. Use the real
18176 length of sgr_start instead of constant 8.
18177 (grep-mode-font-lock-keywords): Don't delete `\\(?:\033\\[K\\)?'
18178 specially. Delete all remaining escape sequences.
18179 (grep-process-setup): Set "GREP_COLORS" for GNU grep 2.5.1-cvs.
18180 (grep-regexp-alist): Make hyperlink only for binary file name
18181 instead of the whole line.
18182 (grep-mode-map): Bind `backtab' to `compilation-previous-file'.
18183 (grep-mode): Add autoload.
18184
18185 * emacs-lisp/find-func.el (find-function-regexp):
18186 Add `define-compilation-mode'.
18187
18188 2005-07-19 Juri Linkov <juri@jurta.org>
18189
18190 * compare-w.el (compare-ignore-whitespace, compare-windows-sync)
18191 (compare-windows-sync-string-size, compare-windows-recenter)
18192 (compare-windows-highlight, compare-windows): Add version 22.1.
18193 (compare-windows) <defface>: Inherit from lazy-highlight instead
18194 of duplicating its default value.
18195
18196 * cus-edit.el (custom-mode-map): Bind `C-c C-c' to `Custom-set'.
18197 (Custom-mode-menu): Use `info' instead of `Info-goto-node'.
18198
18199 * descr-text.el (describe-char): Create link buttons for `charset'
18200 and `code point'. Add the current input method name with a link
18201 button to `to input' field. Print face names of display table
18202 characters in `The display table entry is displayed by' section
18203 instead of printing face-id in the `display' field.
18204 Guess hardcoded faces and create a link button for them.
18205 Skip empty fields when calculating max-width.
18206 Treat `widget-create' specially while inserting strings from the
18207 collected field list.
18208 (describe-char-after): Made obsolete in version 22.1, not 21.5.
18209
18210 * diff-mode.el (diff-file-header): Change foreground color from
18211 yellow to green on light backgrounds.
18212 (diff-context): Inherit from `shadow' only for color/grayscale
18213 with more than 88 colors.
18214 (diff-indicator-removed, diff-indicator-added)
18215 (diff-indicator-changed): New faces.
18216 (diff-font-lock-keywords): Use new faces. Regroup rules.
18217 Add "^---$" for `normal' diff format. Fontify `#' lines with
18218 font-lock-comment-delimiter-face and font-lock-comment-face.
18219 Add `#' to ^[^...] in the rule for `diff-context-face'.
18220
18221 * faces.el (mode-line-highlight): Replace RoyalBlue4 with
18222 a button-like box. Inherit from `highlight' on low colors.
18223 (shadow): Use shades of gray only for color/grayscale with
18224 more than 88 colors. Use green for light backgrounds with
18225 8 colors, and yellow for dark backgrounds with 8 colors.
18226
18227 * font-lock.el (font-lock-regexp-grouping-backslash):
18228 Don't inherit from escape-glyph (use bold for all cases).
18229
18230 * info.el (info-xref-visited): Use light foreground color `violet'
18231 for dark backgrounds instead of dark color `magenta3'.
18232 (info-title-1): Use `yellow' color for dark backgrounds.
18233
18234 * isearch.el (isearch): Use not-too-dark magenta3 instead of
18235 too-light magenta2.
18236
18237 * replace.el (match): Use slightly more light RoyalBlue3 instead
18238 of dark RoyalBlue4.
18239
18240 * wid-edit.el (widget-inactive): Inherit from `shadow'.
18241
18242 2005-07-19 Juanma Barranquero <lekktu@gmail.com>
18243
18244 * novice.el (disabled-command-hook): Declare it with
18245 `define-obsolete-variable-alias'.
18246
18247 * desktop.el (desktop-enable, desktop-buffer-modes-to-save)
18248 (desktop-buffer-misc-functions, desktop-buffer-handlers)
18249 (desktop-load-default): Add release to obsolescence info.
18250 (desktop-globals-to-clear, desktop-buffer-mode-handlers)
18251 (desktop-append-buffer-args, desktop-read):
18252 Fix typos in docstrings.
18253 (desktop-kill): Fix typo in message.
18254 (desktop-save): Doc fix.
18255
18256 2005-07-19 Michael Kifer <kifer@cs.stonybrook.edu>
18257
18258 * viper-cmd.el (viper-escape-to-state): Bug fix.
18259 (viper-envelop-ESC-key): Change the definition of fast
18260 keysequence so it'll work with keyboard macros.
18261
18262 * ediff.el (ediff-patch-buffer): Change the docstring.
18263
18264 2005-07-19 Kenichi Handa <handa@m17n.org>
18265
18266 * international/mule-cmds.el (select-safe-coding-system): Try to
18267 use an auto-coding (if any) before anything else. If the found
18268 auto-coding is invalid, show a warning message.
18269
18270 * international/mule.el (find-auto-coding): New function created
18271 by modifying the body of set-auto-coding.
18272 (set-auto-coding): Use find-auto-coding to find a coding.
18273
18274 2005-07-18 Richard M. Stallman <rms@gnu.org>
18275
18276 * allout.el (allout-isearch-expose): Use isearch-mode-end-hook-quit,
18277 not isearch-mode-end-hook-error.
18278 (allout-before-change-protect): Fix error message.
18279
18280 2005-07-18 Juri Linkov <juri@jurta.org>
18281
18282 * allout.el (allout-mode):
18283 * calculator.el (calculator-copy):
18284 * custom.el (custom-known-themes):
18285 * dired.el (dired-desktop-buffer-misc-data)
18286 (dired-restore-desktop-buffer):
18287 * dired-x.el (dired-omit-marker-char):
18288 * files.el (basic-save-buffer):
18289 * font-core.el (font-lock-mode):
18290 * calendar/calendar.el (calendar-goto-hebrew-date)
18291 (calendar-goto-coptic-date, calendar-goto-ethiopic-date)
18292 (calendar-goto-persian-date):
18293 * language/ethio-util.el (ethio-sera-to-fidel-region):
18294 * textmodes/picture.el (picture-mode):
18295 Delete duplicate duplicate words.
18296
18297 2005-07-18 Juri Linkov <juri@jurta.org>
18298
18299 * isearch.el (isearch-mode-map): Remove key bindings for regexp
18300 chars * ? } |.
18301 (isearch-fallback): Don't call `isearch-process-search-char'.
18302 (isearch-*-char, isearch-}-char, isearch-|-char): Remove functions.
18303 (isearch-process-search-char): Call `isearch-fallback' for regexp
18304 chars * ? } |.
18305 (isearch-return-char): Make obsolete with `make-obsolete' instead
18306 of simply documenting it as obsolete in the docstring.
18307 (isearch-fallback): Refill docstring.
18308
18309 * international/isearch-x.el
18310 (isearch-process-search-multibyte-characters): Remove unneeded
18311 `concat'. Add intermediate values to `junk-hist' instead of
18312 `minibuffer-history'. Test the length of `str'.
18313
18314 2005-07-18 Juanma Barranquero <lekktu@gmail.com>
18315
18316 * allout.el (allout-resolve-xref): Fix typos in error strings.
18317 (allout-before-change-protect): Remove unneeded `concat'.
18318
18319 * array.el (array-mode, array-reconfigure-rows)
18320 (untabify-backward): Fix typos in docstrings.
18321 (array-reconfigure-rows): Use `insert-buffer-substring', not
18322 `insert-buffer'.
18323
18324 * calendar/icalendar.el (icalendar--get-unfolded-buffer):
18325 * progmodes/ada-mode.el (ada-make-body):
18326 Use `insert-buffer-substring' and `goto-char', not `insert-buffer'.
18327
18328 * dired.el (dired-log):
18329 * tar-mode.el (tar-subfile-save-buffer):
18330 * play/zone.el (zone-pgm-stress-destress):
18331 Use `insert-buffer-substring', not `insert-buffer'.
18332
18333 2005-07-17 Simon Josefsson <jas@extundo.com>
18334
18335 * mail/smtpmail.el (smtpmail-auth-supported): Prefer PLAIN over LOGIN.
18336
18337 2005-07-16 Jose E. Marchesi <jemarch@gnu.org>
18338
18339 * lisp/mail/smtpmail.el (smtpmail-auth-supported):
18340 Add plain auth method.
18341 (smtpmail-try-auth-methods): Add AUTH PLAIN dialog.
18342
18343 2005-07-17 Kim F. Storm <storm@cua.dk>
18344
18345 * ido.el (dired-other-window): Add ido property.
18346
18347 2005-07-16 Juanma Barranquero <lekktu@gmail.com>
18348
18349 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
18350 Fix typo in docstring.
18351 (byte-compile-interactive-only-functions): Add `insert-buffer' and
18352 `insert-file-literally'.
18353
18354 * emacs-lisp/edebug.el (def-edebug-form-spec): Add obsolescence
18355 info and delete redundant message. Doc fix.
18356 (edebug-install-custom-print-funcs, edebug-reset-print-funcs)
18357 (edebug-uninstall-custom-print-funcs): Define as obsolete aliases.
18358
18359 2005-07-16 Richard M. Stallman <rms@gnu.org>
18360
18361 * emacs-lisp/bytecomp.el (byte-compile-and-recursion): New function.
18362 (byte-compile-and): Use byte-compile-and-recursion.
18363 (byte-compile-or-recursion): New function.
18364 (byte-compile-or): Use that.
18365 (byte-compile-if): Guard the else-clause too.
18366 (byte-compile-maybe-guarded): Handle (not (featurep 'emacs)).
18367
18368 * isearch.el (isearch-mode-end-hook-quit): New variable.
18369 (isearch-done): Bind it.
18370 (isearch-mode-end-hook): Doc fix.
18371
18372 * allout.el (allout-isearch-did-quit): Variable deleted.
18373 (allout-real-isearch-abort): Function name no longer used.
18374 (allout-mode): Do allout-enwrap-isearch whenever feature is wanted.
18375 (allout-isearch-rectification): isearch-mode always exists.
18376 Don't set allout-isearch-did-quit.
18377 (allout-isearch-expose): Check isearch-mode-end-hook-error, not
18378 allout-isearch-did-quit.
18379 (allout-enwrap-isearch): Just add the hook.
18380 (allout-isearch-abort): Function deleted.
18381 (allout-pre-command-business): Avoid warning.
18382
18383 * progmodes/pascal.el (pascal-outline-map): Use fboundp, not boundp.
18384 Correctly avoid warnings.
18385 (pascal-outline): Likewise.
18386
18387 * progmodes/f90.el (f90-abbrev-start): Avoid warning.
18388
18389 * progmodes/asm-mode.el (asm-comment): Use with-no-warnings.
18390
18391 * play/tetris.el (tetris-mode): Avoid warning.
18392
18393 * play/snake.el (snake-mode): Avoid warning.
18394
18395 * play/gamegrid.el (gamegrid-shared-game-dir): Add defvar.
18396 (gamegrid-set-display-table): Avoid warning.
18397 (gamegrid-set-timer): Likewise.
18398 (gamegrid-make-mono-tty-face): Use set-face-inverse-video-p.
18399 (gamegrid-add-score-with-update-game-score-1): Take FILE
18400 as argument.
18401 (gamegrid-add-score-with-update-game-score): Pass that argument.
18402 Rename have-shared-game-dir to gamegrid-shared-game-dir.
18403
18404 * net/eudc-hotlist.el (eudc-hotlist-mode): Avoid warnings.
18405
18406 * net/eudc-bob.el (eudc-jump-to-event): Avoid warning.
18407 (eudc-bob-display-jpeg, eudc-bob-can-display-inline-images): Likewise.
18408
18409 * mail/uce.el (uce-reply-to-uce): Replace beginning-of-buffer
18410 and insert-file.
18411
18412 * mail/supercite.el (sc-no-blank-line-or-header): Avoid warning.
18413 (sc-ask): Avoid warnings.
18414
18415 * eshell/em-hist.el (eshell-rebind-keys-alist): Add defvar.
18416 (eshell-hist-initialize): Use that var the natural way.
18417
18418 * emulation/viper-init.el (viper-activate-input-method): Avoid warning.
18419
18420 * emacs-lisp/re-builder.el (reb-cook-regexp):
18421 Avoid warning calling lre-compile-string.
18422 (reb-color-display-p): Avoid warning.
18423
18424 * calculator.el (calculator-last-input): Guard uses
18425 of event-key and key-press-event-p.
18426 (event-key, key-press-event-p): Delete definitions.
18427
18428 * emacs-lisp/find-gc.el (find-gc-unsafe-list)
18429 (find-gc-source-directory, find-gc-subrs-callers)
18430 (find-gc-noreturn-list, find-gc-source-files)
18431 (find-gc-subrs-called): Vars renamed and defvar'd.
18432
18433 * emacs-lisp/checkdoc.el (checkdoc-make-overlay)
18434 (checkdoc-overlay-put, checkdoc-delete-overlay)
18435 (checkdoc-overlay-start, checkdoc-overlay-end)
18436 (checkdoc-mode-line-update, checkdoc-char=):
18437 Define such that compiler knows they are defined.
18438 (checkdoc-call-eval-buffer): Delete. Use eval-buffer directly.
18439 (checkdoc-read-event): Delete. Use read-event directly.
18440
18441 * whitespace.el (whitespace-make-overlay)
18442 (whitespace-overlay-put, whitespace-delete-overlay)
18443 (whitespace-overlay-start, whitespace-overlay-end):
18444 Define such that compiler knows they are defined.
18445 (whitespace): Move conditional inside.
18446
18447 * tempo.el (tempo-insert-template): Suppress warning.
18448
18449 * ediff-diff.el (longlines-mode): Add defvar.
18450
18451 2005-07-16 Gary Howell <g1howell-list@yahoo.com> (tiny change)
18452
18453 * server.el: Bind "C-x #" in a way that works even if C-x is
18454 redefined to a command key, not a prefix key.
18455
18456 2005-07-16 Johan Bockgard <bojohan@users.sourceforge.net> (tiny change)
18457
18458 * emacs-lisp/cl-macs.el (cl-make-type-test): Defer evaluation of
18459 cl-make-type-test till execution time.
18460
18461 2005-07-16 Markus Rost <rost@math.uni-bielefeld.de>
18462
18463 * dired-x.el (dired-do-relsymlink-regexp): Add missing optional
18464 arg ARG and use it.
18465
18466 2005-07-16 Johan Bockgard <bojohan@users.sourceforge.net> (tiny change)
18467
18468 * emacs-lisp/cl-macs.el (cl-make-type-test): Add `atom' type.
18469
18470 2005-07-15 Luc Teirlinck <teirllm@auburn.edu>
18471
18472 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
18473 a defcustom with two :set or :type keywords.
18474
18475 2005-07-15 Richard M. Stallman <rms@gnu.org>
18476
18477 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
18478 Don't give ^M comment-end syntax.
18479
18480 2005-07-16 Nick Roberts <nickrob@snap.net.nz>
18481
18482 * progmodes/gdb-ui.el (gdb-var-update, gdb-var-update-handler):
18483 Don't consider gdbmi (gdb-mi.el has its own update functions).
18484 (gdb-var-delete): Make it work for gdbmi as well.
18485 (gdb-speedbar-expand-node): Move var-update here for gdbmi.
18486
18487 * progmodes/gud.el (etags, sdb): Only require etags when needed.
18488 (gud-speedbar-menu-items): Correct logic for enabling items.
18489
18490 2005-07-15 Kim F. Storm <storm@cua.dk>
18491
18492 * ido.el: Fix commentary.
18493 (ido-define-mode-map): Move ido-next-work-file to C-M-o.
18494 Use with-no-warnings around ffap-guesser.
18495 (ido-file-internal, ido-read-file-name, ido-read-directory-name):
18496 Let bind minibuffer-completing-file-name to t.
18497
18498 2005-07-15 Juanma Barranquero <lekktu@gmail.com>
18499
18500 * startup.el (site-run-file, keyboard-type): Doc fixes.
18501 (command-line): Check for "--basic-display" argument; also for
18502 "--quick", not "--bare-bones" (which was renamed).
18503 (fancy-splash-text): Add missing item "Getting New Versions".
18504 (normal-splash-screen): Fix typos and improve consistency with
18505 `fancy-splash-text'. Update copyright year.
18506
18507 * hexl.el (hexl-mode-map): Recognize also `ehelp-command' as a
18508 valid binding for `help-char'.
18509
18510 * emacs-lisp/derived.el (derived-mode-hook-name): Doc fix.
18511
18512 2005-07-14 Dan Nicolaescu <dann@ics.uci.edu>
18513
18514 * term.el (term-mode): Disable cua-mode for term buffers.
18515
18516 2005-07-14 Juanma Barranquero <lekktu@gmail.com>
18517
18518 * add-log.el (add-log-mailing-address, change-log-merge):
18519 Doc fixes.
18520 (change-log-get-method-definition): Fix typo in docstring.
18521
18522 2005-07-14 Kim F. Storm <storm@cua.dk>
18523
18524 * emulation/cua-base.el:
18525 (cua--pre-command-handler-1, cua--pre-command-handler)
18526 (cua--post-command-handler-1, cua--post-command-handler):
18527 Split in two. Check (buffer local) value of cua-mode.
18528 (cua-selection-mode): New command.
18529
18530 2005-07-13 Luc Teirlinck <teirllm@auburn.edu>
18531
18532 * custom.el (custom-initialize-safe-set)
18533 (custom-initialize-safe-default): Doc fixes.
18534
18535 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
18536 and simplify :init-value again.
18537
18538 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
18539 and simplify :init-value again. Delete autoload.
18540
18541 * startup.el (command-line): Use `custom-reevaluate-setting' again
18542 for tooltip-mode.
18543
18544 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
18545 a defcustom with two :initialize keywords.
18546
18547 2005-07-13 Juanma Barranquero <lekktu@gmail.com>
18548
18549 * allout.el (my-mark-marker, allout-isearch-prior-pos)
18550 (allout-unprotected, allout-undo-aggregation, allout-snug-back)
18551 (allout-post-command-business, allout-flag-region)
18552 (isearch-reenable-font-lock, allout-yank)
18553 (allout-insert-latex-header, allout-insert-latex-trailer)
18554 (allout-latex-verbatim-quote-curr-line, allout-latexify-exposed)
18555 (allout-latex-verb-quote): Fix typos in docstrings.
18556 (allout-enwrap-isearch, regexp-sans-escapes): Doc fixes.
18557 (allout-unprotected, allout-prefix-data):
18558 Improve argument/docstring consistency.
18559 (allout-chart-subtree): Fix argument spec.
18560 (allout-open-topic): Rename `use_sib_bullet' argument to
18561 `use-sib-bullet'. Doc fix.
18562
18563 * whitespace.el (whitespace-check-buffer-leading)
18564 (whitespace-check-buffer-trailing)
18565 (whitespace-check-buffer-indent)
18566 (whitespace-check-buffer-spacetab)
18567 (whitespace-check-buffer-ateol, whitespace-highlighted-space)
18568 (whitespace-check-leading-whitespace)
18569 (whitespace-check-trailing-whitespace)
18570 (whitespace-check-spacetab-whitespace)
18571 (whitespace-check-indent-whitespace)
18572 (whitespace-check-ateol-whitespace, whitespace-abort-on-error)
18573 (whitespace-modes): Fix typos in docstrings.
18574 (defgroup, defcustom): Doc fixes.
18575
18576 * winner.el (winner-mode, winner-boring-buffers)
18577 (winner-pending-undo-ring): Doc fixes.
18578 (winner-ring): Remove unneeded `progn'.
18579 (winner-equal): `defsubst' it.
18580 (winner-redo): Fix message.
18581
18582 2005-07-13 Kim F. Storm <storm@cua.dk>
18583
18584 * simple.el (line-move-1): Always use vertical-motion to
18585 do the last (or only) line move to ensure some movement.
18586 Undo 2005-06-23 change--don't check for overlays.
18587
18588 2005-07-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18589
18590 * term/mac-win.el (ccl-encode-mac-roman-font)
18591 (ccl-encode-mac-centraleurroman-font)
18592 (ccl-encode-mac-cyrillic-font, ccl-encode-mac-symbol-font):
18593 (ccl-encode-mac-dingbats-font): Remove check for ASCII.
18594 Change charset-id boundary of dimension to ?\xef.
18595 (mac-char-fontspec-list): New constant.
18596 (fontset-add-mac-fonts): Use it. Accept non-string `base-family'
18597 argument. Nil uses itself as family in font-spec. Previous
18598 behavior for nil is now provided by non-nil non-string argument.
18599 All callers changed. Add font-specs for Mac fonts to
18600 "fontset-default" unless iso8859-1 fonts are installed.
18601
18602 2005-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
18603
18604 * progmodes/sh-script.el (sh-get-indent-info): Only indent
18605 a continuation line if the \ is preceded by SPC or TAB.
18606 (sh-get-indent-info): Simplify.
18607 (sh-mark-init, sh-learn-buffer-indent, sh-add-completer):
18608 Use with-current-buffer.
18609
18610 * font-lock.el (font-lock-fontify-keywords-region): Avoid inf-loops
18611 when the matched text is empty.
18612
18613 2005-07-12 Luc Teirlinck <teirllm@auburn.edu>
18614
18615 * startup.el (command-line): Revert to previous handling of
18616 tooltip-mode. Explain in comment why the complexity is needed.
18617
18618 * tooltip.el (tooltip-mode): Revert to previous implementation of
18619 its defcustom.
18620
18621 * frame.el (blink-cursor-mode): Revert to previous implementation
18622 of its defcustom. Update comment.
18623
18624 2005-07-12 Lars Hansen <larsh@soem.dk>
18625
18626 * desktop.el: Update e-mail address.
18627
18628 2005-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18629
18630 * term/mac-win.el (mac-services-mail-selection)
18631 (mac-services-mail-to): New functions.
18632 (mac-application-menu-map): Bind them.
18633
18634 2005-07-12 wulei <milton@wulei.net> (tiny change)
18635
18636 * progmodes/gdb-ui.el: Add note about buffering with Windows.
18637
18638 2005-07-11 Luc Teirlinck <teirllm@auburn.edu>
18639
18640 * custom.el (custom-reevaluate-setting): Doc fix.
18641
18642 2005-07-11 Jay Belanger <belanger@truman.edu>
18643
18644 * calc/calc.el (calc-embedded-announce-formula-alist)
18645 (calc-embedded-open-close-plain-alist)
18646 (calc-embedded-open-close-mode-alist): Add checks for additional
18647 major modes (due to Robert J. Chassell <bob@rattlesnake.com>).
18648
18649 2005-07-11 Juanma Barranquero <lekktu@gmail.com>
18650
18651 * custom.el (custom-enable-theme): Don't add theme to
18652 `custom-enabled-themes' with `push' because there is no
18653 setf-method for `delq'.
18654
18655 2005-07-11 Richard M. Stallman <rms@gnu.org>
18656
18657 * custom.el (custom-declare-variable): Doc fix.
18658
18659 * dired-aux.el (dired-compare-directories): Remove "." and ".."
18660 from the alists.
18661
18662 * emacs-lisp/edebug.el (edebug-slow-after, edebug-slow-before):
18663 Do nothing if edebug-active.
18664
18665 * emacs-lisp/edebug.el (edebug-enter): Don't with-timeout-suspend here.
18666 (edebug-display): Do it here instead.
18667
18668 2005-07-10 Richard M. Stallman <rms@gnu.org>
18669
18670 * cus-face.el (custom-theme-set-faces): Make it work.
18671 (custom-reset-faces): Doc fix.
18672 (custom-theme-reset-internal-face, custom-theme-face-value):
18673 Functions deleted.
18674
18675 * custom.el (custom-push-theme): Maintain list of the settings
18676 of a given theme in its theme-settings property.
18677 Maintain position of old settings in the theme-value
18678 or theme-face property.
18679 (custom-enabled-themes): New variable.
18680 (custom-theme-enabled-p): New function.
18681 (provide-theme): Update custom-enabled-themes.
18682 Disable and reenable the `user' theme.
18683 (require-theme): Doc fix.
18684 (custom-do-theme-reset, custom-remove-theme): Functions deleted.
18685 (custom-theme-value, custom-theme-variable-value): Likewise.
18686 (custom-theme-reset-internal): Likewise.
18687 (custom-theme-load-themes): Fix bugs and use custom-disable-theme.
18688 (custom-enable-theme, custom-disable-theme): New functions.
18689 (custom-variable-theme-value, custom-face-theme-value): Likewise.
18690 (custom-theme-recalc-variable, custom-theme-recalc-face): Likewise.
18691 (custom-theme-reset-variables): Simplify.
18692 (deftheme, custom-declare-theme, custom-make-theme-feature):
18693 Definitions moved.
18694
18695 2005-07-10 Chong Yidong <cyd@stupidchicken.com>
18696
18697 * longlines.el (longlines-show-region)
18698 (longlines-unshow-hard-newlines): Recognize hard newlines by
18699 non-nil hard property, instead of t.
18700
18701 2005-07-10 Michael Kifer <kifer@cs.stonybrook.edu>
18702
18703 * viper-cmd.el (viper--key-maps): New variable.
18704 (viper-normalize-minor-mode-map-alist): Use viper--key-maps and
18705 emulation-mode-map-alists.
18706 (viper-envelop-ESC-key): Use viper-subseq.
18707 (viper-search-forward/backward/next): Disable debug-on-error.
18708
18709 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
18710 (viper-ESC-key): New defcustoms.
18711
18712 * viper-macs.el (ex-map-read-args): Use viper-subseq.
18713
18714 * viper-util.el (viper-key-to-emacs-key): Use viper-subseq.
18715 (viper-subseq): Copy of subseq from cl.el.
18716
18717 * viper.el (viper-go-away, viper-set-hooks): Use
18718 emulation-mode-map-alists, advise self-insert-command, add-minor-mode.
18719
18720 * viper-mous.el (viper-current-frame-saved): Use defvar.
18721
18722 * viper-init.el: Get rid of -face in face names.
18723
18724 * ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
18725 Make it work with longlines mode
18726
18727 * ediff-mult.el (ediff-meta-mode-hook): New variable.
18728
18729 * ediff-ptch.el (ediff-file-name-sans-prefix): Quote regexp.
18730
18731 * ediff-init.el: Get rid of -face in face names.
18732
18733 2005-07-10 Richard M. Stallman <rms@gnu.org>
18734
18735 * emacs-lisp/edebug.el (edebug-enter): Call with-timeout-suspend
18736 and with-timeout-unsuspend.
18737
18738 * emacs-lisp/debug.el (debug): Call with-timeout-suspend
18739 and with-timeout-unsuspend.
18740
18741 * emacs-lisp/timer.el (with-timeout-timers): New variable.
18742 (with-timeout): Bind that variable to record timers.
18743 (with-timeout-suspend, with-timeout-unsuspend): New functions.
18744
18745 * emacs-lisp/debug.el (debug-help-follow): New function.
18746 (debugger-mode-map): Use that instead of help-follow.
18747 (debugger-setup-buffer): Use eval-buffer-list
18748 to handle eval-buffer frames.
18749
18750 2005-07-10 N. Raghavendra <raghu@mri.ernet.in> (tiny change)
18751
18752 * timezone.el (timezone-parse-date): Change first regexp
18753 so it will not mistakenly match dates with no time zone.
18754
18755 2005-07-10 Jeff Dwork <jeff.dwork@amd.com> (tiny change)
18756
18757 * facemenu.el (facemenu-read-color): Do case-insensitive matching.
18758
18759 2005-07-10 Luc Teirlinck <teirllm@auburn.edu>
18760
18761 * custom.el (custom-initialize-safe-set)
18762 (custom-initialize-safe-default): New functions.
18763
18764 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
18765 and simplify :init-value.
18766
18767 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
18768 and simplify :init-value. Delete obsolete comment.
18769
18770 * startup.el (command-line): Use `custom-reevaluate-setting' to
18771 handle `tooltip-mode'. Delete obsolete comment.
18772
18773 * files.el (set-visited-file-name): Avoid calling
18774 `file-name-nondirectory' with a nil argument.
18775
18776 2005-07-09 Richard M. Stallman <rms@gnu.org>
18777
18778 * emacs-lisp/debug.el (debugger-setup-buffer): When eval-buffer
18779 was called with nil for the buffer, handle the read position right.
18780 Handle read position for eval-region, too.
18781
18782 2005-07-09 Juri Linkov <juri@jurta.org>
18783
18784 * fringe.el (fringe-mode): Add period in docstring.
18785 (fringe-query-style): Build prompt depending on `all-frames' arg.
18786
18787 * dired.el (dired-marker-char): Avoid quotations for `do' and `mark'
18788 to not create links to unrelated functions in the Help buffer.
18789
18790 * progmodes/compile.el (compilation-mode-hook, compilation-mode):
18791 Doc fix.
18792
18793 * simple.el (next-error-hook): New variable.
18794 (next-error): Use it. Doc fix.
18795
18796 * textmodes/ispell.el (ispell-command-loop): Add current
18797 dictionary name and program name to mode-line-format.
18798 (ispell-region, ispell-process-line): Add current dictionary name
18799 and program name to messages.
18800
18801 2005-07-08 Jay Belanger <belanger@truman.edu>
18802
18803 * calc/calc.el (calc-embedded-announce-formula-alist)
18804 (calc-embedded-open-close-formula-alist)
18805 (calc-embedded-open-close-word-alist)
18806 (calc-embedded-open-close-plain-alist)
18807 (calc-embedded-open-close-new-formula-alist)
18808 (calc-embedded-open-close-mode-alist)
18809 (calc-embedded-new-buffer-hook, calc-embedded-new-formula-hook)
18810 (calc-embedded-mode-hook): New variables.
18811
18812 * calc/calc-embed.el (calc-embedded-firsttime)
18813 (calc-embedded-firsttime-buf, calc-embedded-firsttime-formula):
18814 New variables.
18815 (calc-do-embedded): Use calc-embedded-firsttime,
18816 calc-embedded-firsttime-buf and calc-embedded-firsttime-formula to
18817 determine whether or not to run hooks.
18818 (calc-embedded-make-info) Set calc-embedded-firsttime-buf and
18819 calc-embedded-firsttime-formula appropriately.
18820 Set calc-embedded delimiter variables according to mode.
18821
18822 2005-07-08 Richard M. Stallman <rms@gnu.org>
18823
18824 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-list):
18825 Check for "emacs", etc., as entire symbol, not just as word.
18826 (checkdoc-file-comments-engine): Use regexp-quote on FN.
18827
18828 * files.el (set-visited-file-name): Report the error
18829 for "empty filename" earlier.
18830 (kill-some-buffers): Ignore buffers already dead.
18831
18832 * fringe.el (fringe-mode): Doc fix.
18833
18834 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
18835 Check for (featurep 'xemacs) and turn off warnings in what it guards.
18836 Use unwind-protect to ensure byte-compile-unresolved-functions
18837 is updated.
18838
18839 * whitespace.el (whitespace-buffer-leading-cleanup):
18840 Simplify w/ skip-chars-forward.
18841 (whitespace-buffer-trailing-cleanup): Simplify w/ skip-chars-backward.
18842
18843 * mail/rmail.el (rmail-only-expunge): Fix paren error.
18844 Unconditionally try to leave point at the same old place.
18845
18846 2005-07-08 Ralf Angeli <angeli@iwi.uni-sb.de> (tiny change)
18847
18848 * comint.el (comint-postoutput-scroll-to-bottom)
18849 (comint-show-maximum-output): Take scroll-margin into consideration.
18850
18851 2005-07-08 Kim F. Storm <storm@cua.dk>
18852
18853 * ido.el (ido-use-filename-at-point): New choice `guess'.
18854 (ido-file-internal): Try ffap-guesser if selected.
18855
18856 * ido.el (ido-before-fallback-functions): New hook.
18857 (ido-buffer-internal, ido-file-internal, ido-read-buffer)
18858 (ido-read-file-name): Run it.
18859
18860 2005-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
18861
18862 * progmodes/hideif.el (hide-ifdef-use-define-alist): Pass a list of
18863 strings rather than a list of symbols to the completion function.
18864
18865 2005-07-07 Jay Belanger <belanger@truman.edu>
18866
18867 * calc/calc-units.el (math-apply-units): Change the places in
18868 which units are simplified.
18869
18870 2005-07-07 Luc Teirlinck <teirllm@auburn.edu>
18871
18872 * cus-edit.el (customize-option, customize-option-other-window):
18873 Make them handle aliases.
18874
18875 * custom.el (custom-variable-p): Make it recursively follow
18876 aliases. Mention that in the docstring.
18877
18878 2005-07-07 Richard M. Stallman <rms@gnu.org>
18879
18880 * cus-start.el (exec-path): Use `directory' instead of `file'.
18881 Fix tag for nil.
18882
18883 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
18884
18885 * replace.el (occur-rename-buffer): Use `generate-new-buffer' also
18886 when called non-interactively. Doc fix.
18887
18888 2005-07-07 Lute Kamstra <lute@gnu.org>
18889
18890 * elide-head.el (elide-head-headers-to-hide): Recognize the FSF's
18891 new address as well.
18892
18893 2005-07-07 Kenichi Handa <handa@m17n.org>
18894
18895 * international/mule.el (make-coding-system):
18896 Describe `ascii-incompatible' property in the docstring.
18897 (set-file-name-coding-system): Signal an error if coding-system is
18898 ascii-incompatible.
18899 (set-keyboard-coding-system): Likewise.
18900
18901 * international/mule-cmds.el (set-default-coding-systems):
18902 Don't set default-file-name-coding-system and
18903 default-keyboard-coding-system if coding-system is ASCII-incompatible.
18904
18905 * international/utf-16.el: Declare that all UTF-16-based coding
18906 systems are ASCII-incompatible.
18907
18908 2005-07-07 Nick Roberts <nickrob@snap.net.nz>
18909
18910 * progmodes/gud.el: Require font-lock for displaying errors.
18911 Used by gdb-ui.el.
18912
18913 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
18914
18915 * hi-lock.el (hi-lock-find-patterns): Protect also against invalid
18916 values for the pattern lists which are `read'able but not
18917 `append'able (like symbols).
18918
18919 2005-07-06 Richard M. Stallman <rms@gnu.org>
18920
18921 * progmodes/flymake.el (flymake-float-time): Instead of
18922 with-no-warnings, test for xemacs.
18923 (flymake-replace-regexp-in-string): Test fboundp of replace-in-string
18924 to avoid warning.
18925
18926 2005-07-06 Juanma Barranquero <lekktu@gmail.com>
18927
18928 * w32-vars.el (w32-fixed-font-alist): Fix typo in `defcustom' tag.
18929
18930 2005-07-05 Lute Kamstra <lute@gnu.org>
18931
18932 * battery.el: Add support for Darwin (with much debugging help
18933 from Samuel Lauber <sam124@operamail.com>).
18934 (battery-status-function, battery-echo-area-format)
18935 (battery-mode-line-format): Add support for pmset on Darwin.
18936 (battery-load-low, battery-load-critical): New user options.
18937 (battery-pmset): New function.
18938
18939 2005-07-05 Lute Kamstra <lute@gnu.org>
18940
18941 Update FSF's address in GPL notices.
18942
18943 * textmodes/page-ext.el: Update FSF's address.
18944
18945 2005-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
18946
18947 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Prevent adaptive
18948 filling from using prefix when filling a single-line docstring.
18949
18950 * progmodes/flymake.el: Remove useless eval-when-compile.
18951
18952 * arc-mode.el (archive-lzh-ogm): Reorder save excursion/restriction.
18953
18954 2005-07-04 Richard M. Stallman <rms@gnu.org>
18955
18956 * textmodes/org.el (org-file-apps-defaults-gnu):
18957 Rename from org-file-apps-defaults-linux.
18958 (org-default-apps): Don't test system-type for `linux'.
18959 (org-file-apps): Doc fix.
18960
18961 2005-07-04 David Ponce <david@dponce.com>
18962
18963 * tree-widget.el: Improve header Commentary section.
18964 (tree-widget) [defgroup]
18965 (tree-widget-image-enable, tree-widget-themes-directory)
18966 (tree-widget-theme, tree-widget-image-properties-emacs)
18967 (tree-widget-image-properties-xemacs, tree-widget-create-image)
18968 (tree-widget-image-formats, tree-widget-control)
18969 (tree-widget-empty-control, tree-widget-leaf-control
18970 (tree-widget-guide, tree-widget-end-guide, tree-widget-no-guide)
18971 (tree-widget-handle, tree-widget-no-handle, tree-widget-p)
18972 (tree-widget-keep, tree-widget-after-toggle-functions)
18973 (tree-widget-open-node, tree-widget-close-node): Doc fix.
18974 (tree-widget-open-control, tree-widget-close-control): Fix doc and
18975 :help-echo message.
18976 (tree-widget-set-theme): Doc fix. Use `string-equal'.
18977 (tree-widget-image-properties): Doc fix. Clearer implementation.
18978 (tree-widget--cursors): New constant.
18979 (tree-widget-lookup-image): New function split from
18980 `tree-widget-find-image'. Clearer implementation.
18981 (tree-widget-find-image): Use it.
18982 (tree-widget-button-keymap): Use `set-keymap-parent'.
18983 (tree-widget) [define-widget]: Use `widget-children-value-delete'.
18984 Define the sub-widgets here.
18985 (tree-widget-node): Check that :node is not a tree-widget.
18986 (tree-widget-get-super, tree-widget-open-control)
18987 (tree-widget-close-control, tree-widget-empty-control)
18988 (tree-widget-leaf-control, tree-widget-guide)
18989 (tree-widget-end-guide, tree-widget-no-guide, tree-widget-handle)
18990 (tree-widget-no-handle, tree-widget-value-delete)
18991 (tree-widget-map): Remove.
18992 (tree-widget-children-value-save): Doc fix. Simplified.
18993 (tree-widget-value-create): Update according to previous changes.
18994
18995 2005-07-04 Carsten Dominik <dominik@science.uva.nl>
18996
18997 * textmodes/org.el: Leading space replaced by TABS.
18998 (org-recalc-marks, org-table-rotate-recalc-marks)
18999 (org-table-get-specials): Treat "^" and "_" marks.
19000 (org-table-justify-field-maybe): Optional argument NEW.
19001 (org-table-eval-formula): Parsing of the format simplified.
19002 New modes C,I. Honor the %= parameter in the current table.
19003 Avoid unnecessary re-align by using the NEW argument to
19004 `org-table-justify-field-maybe'.
19005 (org-calc-default-modes): Default for date-format mimicks org-mode.
19006 (org-agenda, org-timeline): Quote argument in org-agenda-redo-command.
19007
19008 2005-07-03 Luc Teirlinck <teirllm@auburn.edu>
19009
19010 * cus-face.el (custom-theme-set-faces): Make it handle face
19011 aliases whose alias declarations are pre- or autoloaded.
19012
19013 2005-07-04 Juri Linkov <juri@jurta.org>
19014
19015 * faces.el (read-face-name): Put the code for getting a face name
19016 from the buffer before adding the faces from the `face' property.
19017 Use `completing-read-multiple' instead of `completing-read'.
19018 Require `crm'. Add default value and post-process the returned
19019 list of faces.
19020
19021 * emacs-lisp/crm.el (crm-find-current-element)
19022 (crm-minibuffer-complete-and-exit): Handle minibuffer prompt.
19023
19024 * emacs-lisp/lisp-mode.el (eval-defun-1):
19025 * emacs-lisp/edebug.el (edebug-eval-defun):
19026 Remove unnecessary quotes.
19027
19028 2005-07-04 Juanma Barranquero <lekktu@gmail.com>
19029
19030 * progmodes/prolog.el (prolog-eof-string): Doc fixes.
19031 (prolog-indent-level): Fix typo in docstring.
19032
19033 * info.el (Info-history, Info-history-forward)
19034 (Info-history-list, Info-speedbar-fetch-file-nodes): Doc fixes.
19035
19036 * add-log.el (add-change-log-entry):
19037 * comint.el (comint-dynamic-list-input-ring)
19038 (comint-dynamic-list-completions):
19039 * dabbrev.el (dabbrev-expand):
19040 * delim-col.el (delimit-columns-rectangle-line):
19041 * diff-mode.el (diff-context->unified, diff-reverse-direction)
19042 (diff-unified->context):
19043 * ediff-init.el (ediff-abbrev-jobname):
19044 * ediff-mult.el (ediff-replace-session-status-in-meta-buffer)
19045 (ediff-replace-session-activity-marker-in-meta-buffer):
19046 * info.el (Info-summary):
19047 * lpr.el (printify-region):
19048 * printing.el (pr-create-interface):
19049 * ps-print.el (ps-print-quote):
19050 * ses.el (ses-column-widths, ses-print-cell)
19051 (ses-adjust-print-width, ses-center):
19052 * shell.el (shell-file-name-quote-list):
19053 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke)
19054 (strokes-fill-current-buffer-with-whitespace)
19055 (strokes-xpm-for-stroke, strokes-list-strokes)
19056 (strokes-xpm-char-bit-p, strokes-xpm-for-compressed-string):
19057 * term.el (term-dynamic-list-input-ring)
19058 (term-dynamic-list-completions):
19059 * calc/calc.el (math-format-stack-value):
19060 * emacs-lisp/edebug.el (edebug-display-freq-count):
19061 * progmodes/delphi.el (delphi-indent-line, delphi-fill-comment)
19062 (delphi-new-comment-line):
19063 * progmodes/ebnf2ps.el (ebnf-eps-filename, ebnf-trim-right):
19064 * progmodes/executable.el (executable-set-magic):
19065 * progmodes/python.el (inferior-python-mode):
19066 * progmodes/scheme.el (scheme-mode-syntax-table):
19067 * progmodes/sh-script.el (sh-maybe-here-document):
19068 * progmodes/sql.el (sql-copy-column):
19069 * progmodes/tcl.el (tcl-comment-indent, tcl-quote):
19070 * textmodes/bibtex.el (bibtex-mode):
19071 * textmodes/sgml-mode.el (html-imenu-index, sgml-attributes)
19072 (sgml-auto-attributes):
19073 * textmodes/table.el (table-insert, table-shorten-cell)
19074 (table--generate-source-scan-lines, table-delete-row)
19075 (*table--cell-delete-char, table--spacify-frame)
19076 (table--horizontally-shift-above-and-below)
19077 (table--cell-insert-char, table--cell-blank-str)
19078 (table--fill-region-strictly):
19079 * textmodes/tex-mode.el (tex-insert-quote, latex-find-indent):
19080 * textmodes/texinfo.el (texinfo-insert-quote): "?\ " -> "?\s".
19081
19082 * add-log.el (change-log):
19083 * apropos.el (apropos):
19084 * comint.el (comint-completion, comint-source):
19085 * dabbrev.el (dabbrev):
19086 * delim-col.el (columns):
19087 * diff-mode.el (diff-mode):
19088 * ediff.el (ediff):
19089 * ediff-diff.el (ediff-diff):
19090 * ediff-init.el (ediff-highlighting, ediff-merge, ediff-hook):
19091 * ediff-mult.el (ediff-mult):
19092 * ediff-ptch.el (ediff-ptch):
19093 * ediff-wind.el (ediff-window):
19094 * facemenu.el (facemenu):
19095 * indent.el (indent):
19096 * info.el (info):
19097 * jka-cmpr-hook.el (compression, jka-compr):
19098 * lpr.el (lpr):
19099 * outline.el (outlines):
19100 * pcmpl-cvs.el (pcmpl-cvs):
19101 * pcmpl-rpm.el (pcmpl-rpm):
19102 * printing.el (printing):
19103 * ps-print.el (postscript, ps-print, ps-print-horizontal)
19104 (ps-print-vertical, ps-print-headers, ps-print-font)
19105 (ps-print-color, ps-print-face, ps-print-n-up, ps-print-zebra)
19106 (ps-print-background, ps-print-printer, ps-print-page)
19107 (ps-print-miscellany):
19108 * ses.el (ses):
19109 * shell.el (shell, shell-directories, shell-faces):
19110 * startup.el (initialization):
19111 * strokes.el (strokes):
19112 * term.el (term):
19113 * uniquify.el (uniquify):
19114 * w32-vars.el (w32):
19115 * calc/calc.el (calc):
19116 * emacs-lisp/bytecomp.el (bytecomp):
19117 * emacs-lisp/cl-indent.el (lisp-indent):
19118 * emacs-lisp/edebug.el (edebug):
19119 * emacs-lisp/elp.el (elp):
19120 * emacs-lisp/testcover.el (testcover):
19121 * emacs-lisp/trace.el (trace):
19122 * emulation/viper-ex.el (viper-ex):
19123 * emulation/viper-mous.el (viper-mouse):
19124 * mail/mailalias.el (mailalias):
19125 * mail/supercite.el (supercite, supercite-frames)
19126 (supercite-attr, supercite-cite, supercite-hooks):
19127 * net/rcompile.el (remote-compile):
19128 * net/rlogin.el (rlogin):
19129 * obsolete/ooutline.el (outlines):
19130 * progmodes/delphi.el (delphi):
19131 * progmodes/ebnf2ps.el (postscript, ebnf2ps, ebnf-special)
19132 (ebnf-except, ebnf-repeat, ebnf-terminal, ebnf-non-terminal)
19133 (ebnf-production, ebnf-shape, ebnf-displacement, ebnf-syntactic)
19134 (ebnf-optimization):
19135 * progmodes/etags.el (etags):
19136 * progmodes/executable.el (executable):
19137 * progmodes/idlwave.el (idlwave):
19138 * progmodes/pascal.el (pascal):
19139 * progmodes/prolog.el (prolog):
19140 * progmodes/python.el (python):
19141 * progmodes/scheme.el (scheme):
19142 * progmodes/sh-script.el (sh, sh-script):
19143 * progmodes/sql.el (SQL):
19144 * progmodes/tcl.el (tcl):
19145 * textmodes/bibtex.el (bibtex, bibtex-autokey):
19146 * textmodes/enriched.el (enriched):
19147 * textmodes/makeinfo.el (makeinfo):
19148 * textmodes/sgml-mode.el (sgml):
19149 * textmodes/table.el (table-hooks):
19150 * textmodes/tex-mode.el (tex-file, tex-run, tex-view):
19151 * textmodes/texinfo.el (texinfo):
19152 * textmodes/two-column.el (two-column):
19153 Finish `defgroup' description with period.
19154
19155 * emacs-lisp/cl-indent.el (lisp-indent-maximum-backtracking):
19156 * eshell/esh-var.el (eshell-var):
19157 * progmodes/vhdl-mode.el (vhdl-testbench):
19158 * textmodes/org.el (org): Fix typos in docstrings.
19159
19160 * emacs-lisp/timer.el (with-timeout): Improve argument/docstring
19161 consistency.
19162
19163 * progmodes/flymake.el (flymake-find-file): Remove.
19164 (flymake-float-time): Use `with-no-warnings'.
19165 (flymake-check-start-time, flymake-check-was-interrupted)
19166 (flymake-err-info, flymake-is-running, flymake-last-change-time)
19167 (flymake-new-err-info): `defvar' at compile time.
19168
19169 2005-07-03 Juanma Barranquero <lekktu@gmail.com>
19170
19171 * replace.el (occur-hook): Doc fix.
19172 (occur-1): Don't call `occur-hook' if there are no matches.
19173
19174 2005-07-03 Richard M. Stallman <rms@gnu.org>
19175
19176 * emulation/tpu-edt.el (tpu-original-global-map): Don't copy
19177 global-map, save the same map.
19178 (global-map): Don't alter it at top level.
19179 (tpu-edt-on): Save global map in tpu-original-global-map, then copy.
19180 Then alter it here instead.
19181 (tpu-edt-off): Set global-map to the saved one.
19182
19183 * emulation/tpu-edt.el (tpu-emacs19-p): Var deleted.
19184 All references simplified.
19185 (tpu-lucid-emacs-p): Rename from tpu-lucid-emacs19-p. Uses changed.
19186 (zmacs-regions): Add defvar.
19187 (repeat-complex-command-map): Everything about that deleted.
19188
19189 * textmodes/artist.el (artist-key-is-drawing)
19190 (artist-key-endpoint1, artist-key-poly-point-list)
19191 (artist-key-shape, artist-key-draw-how, artist-popup-menu-table)
19192 (artist-key-compl-table, artist-rb-save-data)
19193 (artist-arrow-point-1, artist-arrow-point-2): Move defvars up.
19194 Don't put them in eval-when-compile.
19195 (artist-set-arrow-points-for-poly): Use `last', not `artist-last'.
19196
19197 * progmodes/ebrowse.el (ebrowse-revert-tree-buffer-from-file):
19198 Use with-no-warnings.
19199
19200 * net/browse-url.el (dos-windows-version): Add defvar.
19201
19202 * mail/supercite.el (filladapt-prefix-table): Add defvar.
19203
19204 * mail/rmailsum.el (rmail-summary-redo): Add defvar.
19205 (rmail-summary-mode-map, rmail-summary-overlay): Defvars moved up.
19206 (rmail-new-summary-line-count): Rename from new-summary-line-count.
19207 Add defvar.
19208 (rmail-summary-beginning-of-message): Use with-no-warnings.
19209 (rmail-summary-first-message, rmail-summary-last-message): Likewise.
19210
19211 * emulation/vip.el (vip-replace-string, ex-map, ex-read):
19212 Use with-no-warnings.
19213
19214 * emulation/vi.el (vi-mark-region): Use c-mark-function.
19215 (c-mark-function): Add point-moving-unit property.
19216 (vi-goto-line): Use with-no-warnings.
19217
19218 * emulation/edt.el (edt-last-copied-word): Add defvar.
19219 (zmacs-region-stays): Likewise.
19220 (edt-mark-section-wisely): Use c-mark-function for C.
19221 Use makr-defun for Fortran.
19222 (time-string): defvar deleted.
19223 (edt-display-the-time): Don't set time-string.
19224
19225 * emacs-lisp/macroexp.el (macroexp-accumulate): Rename arg to var+list.
19226
19227 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
19228 Don't warn when name is not constant
19229 or for defining the group `emacs'.
19230
19231 * tooltip.el (gud-tooltip-mode): Add defvar.
19232
19233 * startup.el (default-frame-background-mode): Add defvar.
19234
19235 * smerge-mode.el (smerge-mode): Add duplicate defvar near top.
19236
19237 * info.el (tool-bar-map): Add defvar.
19238
19239 * dired.el (dnd-protocol-alist): Add defvar.
19240
19241 * dired-aux.el (dired-query): Display question with answer, when
19242 the user answers.
19243
19244 * custom.el (custom-add-option): Doc fix.
19245
19246 * bookmark.el (Info-current-node, Info-suffix-list): Add defvars.
19247
19248 2005-07-03 Eli Zaretskii <eliz@gnu.org>
19249
19250 * font-lock.el (font-lock-regexp-grouping-construct): Fix the
19251 bogus name from the last change.
19252
19253 2005-07-02 Luc Teirlinck <teirllm@auburn.edu>
19254
19255 * custom.el (custom-declare-variable): Fix typos in comment.
19256 (custom-known-themes): Doc fix.
19257 (custom-theme-directory): New defcustom.
19258 (require-theme): Make it check `custom-theme-directory'.
19259
19260 * cus-theme.el (custom-new-theme-mode): New function.
19261 (custom-theme-name, custom-theme-variables, custom-theme-faces)
19262 (custom-theme-description): Add compiler defvars.
19263 (customize-create-theme): Add doc to the "*New Custom Theme*"
19264 buffer. Use `custom-new-theme-mode'.
19265 (custom-theme-write): Put the created buffer in emacs-lisp-mode
19266 and save it to the `custom-theme-directory'. Make this the
19267 default directory of the buffer.
19268
19269 2005-07-02 David Hunter <hunterd_42@comcast.net> (tiny change)
19270
19271 * progmodes/flymake.el (flymake-mode, flymake-mode-off):
19272 Fix unbalanced parentheses.
19273
19274 2005-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
19275
19276 * progmodes/flymake.el (flymake-mode-on, flymake-mode-off): Move body
19277 into flymake-mode and delegate to flymake-mode.
19278
19279 * find-file.el (ff-which-function-are-we-in): Clean up.
19280
19281 2005-07-02 Juanma Barranquero <lekktu@gmail.com>
19282
19283 * replace.el (occur-rename-buffer): Fix docstring.
19284
19285 * emulation/edt.el (*EDT-keys*, edt-default-global-map)
19286 (edt-last-copied-word, edt-learn-macro-count)
19287 (edt-orig-page-delimiter, edt-orig-transient-mark-mode)
19288 (edt-rect-start-point, edt-user-global-map, rect-start-point)
19289 (time-string, zmacs-region-stays):
19290 * emulation/edt-mapper.el (edt-save-function-key-map)
19291 (EDT-key-name): `defvar' to silence the byte-compiler.
19292
19293 2005-07-02 Martin Rudalics <rudalics@gmx.at>
19294
19295 * font-lock.el (font-lock-regexp-grouping-backslash): Rename from
19296 font-lock-regexp-backslash. Doc fix.
19297 (font-lock-regexp-backslash-grouping-construct): Rename from
19298 font-lock-regexp-backslash-construct. Doc fix.
19299 (lisp-font-lock-keywords-2): Fix highlighting of Elisp regexp
19300 grouping constructs.
19301
19302 2005-07-02 Eli Zaretskii <eliz@gnu.org>
19303
19304 * makefile.w32-in (bootstrap): Remove the $(EMACS) binary after
19305 updating all the prerequisites.
19306
19307 2005-07-01 Juanma Barranquero <lekktu@gmail.com>
19308
19309 * textmodes/org.el (org-agenda-start-on-weekday)
19310 (org-calendar-to-agenda-key, org-agenda-sorting-strategy)
19311 (org-agenda-use-time-grid, org-archive-location)
19312 (org-allow-space-in-links, org-usenet-links-prefer-google)
19313 (org-enable-table-editor, org-export-default-language)
19314 (org-export-html-show-new-buffer, org-fill-paragraph)
19315 (org-cycle, org-goto-ret, org-goto-left, org-goto-right)
19316 (org-goto-quit, org-occur, org-eval-in-calendar)
19317 (org-agenda-cleanup-fancy-diary, org-agenda-no-heading-message)
19318 (org-agenda-diary-entry, org-remember-help)
19319 (org-table-convert-region, org-at-table-p)
19320 (org-table-move-row-down, org-table-move-row-up)
19321 (org-table-copy-region, org-table-toggle-vline-visibility)
19322 (org-table-get-stored-formulas, org-table-get-specials)
19323 (org-recalc-commands, org-table-eval-formula)
19324 (org-table-formula-substitute-names, orgtbl-make-binding)
19325 (org-format-org-table-html, org-format-table-table-html)
19326 (org-format-table-table-html-using-table-generate-source)
19327 (org-customize): Fix typos in docstrings.
19328 (org-level-2, org-at-timestamp-p, org-agenda-day-view)
19329 (org-agenda-toggle-diary, org-agenda-toggle-time-grid)
19330 (org-back-to-heading): Doc fixes.
19331 (org-agenda-toggle-time-grid, org-cmp-category, org-cmp-time)
19332 (org-agenda-change-all-lines, org-get-header):
19333 Improve argument/docstring consistency.
19334 (orgtbl-error): Fix error message.
19335
19336 * progmodes/flymake.el (flymake-find-possible-master-files)
19337 (flymake-master-file-compare, flymake-get-line-err-count)
19338 (flymake-highlight-line, flymake-gui-warnings-enabled):
19339 Fix typos in docstrings.
19340 (flymake-parse-line, flymake-get-project-include-dirs-function)
19341 (flymake-get-prev-err-line-no, flymake-goto-prev-error):
19342 Doc fixes.
19343 (flymake-get-project-include-dirs-function)
19344 (flymake-make-err-menu-data):
19345 Improve argument/docstring consistency.
19346
19347 2005-07-01 Lute Kamstra <lute@gnu.org>
19348
19349 * battery.el (battery-linux-proc-apm): Fix typo in docstring.
19350 Catch errors with ignore-errors. Use temporary buffer.
19351 (battery-linux-proc-acpi): Fix typo in docstring. Document `%r'.
19352
19353 * facemenu.el (facemenu-unlisted-faces): Delete foreground and
19354 background color faces.
19355 (facemenu-set-foreground, facemenu-set-background):
19356 Use facemenu-set-face-from-menu.
19357 (facemenu-set-face-from-menu): Treat face names that start with
19358 "fg:" or "bg:" as special.
19359 (facemenu-add-new-color): Don't create faces. Simplify.
19360
19361 2005-06-30 Richard M. Stallman <rms@gnu.org>
19362
19363 * emacs-lisp/crm.el (crm-do-completion): Handle minibuffer prompt.
19364 (crm-find-current-element): Likewise.
19365
19366 2005-06-30 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
19367
19368 * help-fns.el (help-do-arg-highlight): Regexp-quote argument names.
19369
19370 2005-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
19371
19372 * arc-mode.el (archive-extract): Make it work as a mouse binding.
19373 (archive-mouse-extract): Make it an obsolete alias.
19374 (archive-mode-map): Don't use archive-mouse-extract any more.
19375 (archive-mode, archive-extract): write-contents-hooks ->
19376 write-contents-functions.
19377 (archive-arc-rename-entry, archive-lzh-rename-entry): Remove unused
19378 first arg.
19379 (archive-rename-entry): Update the call.
19380 (archive-zip-summarize): Remove unused var `method'.
19381 (archive-lzh-summarize): Remove unused var `creator'.
19382
19383 * emacs-lisp/debug.el (debug): Quieten Drew Adams by killing the
19384 dedicated frame upon exit.
19385
19386 * arc-mode.el: Bind inhibit-read-only rather than buffer-read-only.
19387 (archive-zip-extract, archive-zip-expunge)
19388 (archive-zip-update, archive-zip-update-case): Use executable-find.
19389 (archive-resummarize, archive-flag-deleted, archive-unmark-all-files):
19390 Use restore-buffer-modified-p.
19391 (archive-extract, archive-add-new-member, archive-write-file-member):
19392 Use with-current-buffer.
19393 (archive-lzh-ogm, archive-zip-chmod-entry): Use dolist.
19394
19395 2005-06-30 Andreas Schwab <schwab@suse.de>
19396
19397 * progmodes/gud.el (gud-filter): Remove unneeded progn.
19398
19399 2005-06-30 Glenn Morris <gmorris@ast.cam.ac.uk>
19400
19401 * progmodes/sh-script.el (sh-get-kw): `&' also separates words.
19402
19403 2005-06-30 Juri Linkov <juri@jurta.org>
19404
19405 * faces.el (vertical-border): Inherit from mode-line-inactive
19406 only on tty.
19407
19408 2005-06-30 Juanma Barranquero <lekktu@gmail.com>
19409
19410 * help-fns.el (help-do-arg-highlight): Highlight also -ARG (for
19411 example, -NLINES in the `occur' docstring).
19412
19413 * replace.el (occur-1): When no matches are found, do not set the
19414 `buffer-read-only' and modified flags for the occur buffer,
19415 because it is deleted.
19416
19417 * emulation/cua-base.el (cua-check-pending-input)
19418 (cua-repeat-replace-region, cua-mode, cua-debug)
19419 (cua-auto-tabify-rectangles, cua-inhibit-cua-keys):
19420 Fix typos in docstrings.
19421
19422 * emulation/cua-gmrk.el (cua-toggle-global-mark)
19423 (cua-cut-region-to-global-mark)
19424 (cua--cut-rectangle-to-global-mark):
19425 Remove period from end of messages.
19426
19427 * emulation/cua-rect.el (cua-do-rectangle-padding):
19428 Remove period from end of messages.
19429 (cua--rectangle-seq-format): Fix typo in docstring.
19430 (cua-sequence-rectangle, cua-fill-char-rectangle):
19431 Improve argument/docstring consistency.
19432
19433 2005-06-29 Juri Linkov <juri@jurta.org>
19434
19435 * faces.el (default-frame-background-mode): New internal variable.
19436 (frame-set-background-mode): Use it.
19437
19438 * startup.el (normal-top-level): Set default-frame-background-mode
19439 instead of frame-background-mode. Before setting it, test for its
19440 nil value. Remove tests for frame-background-mode and frame
19441 parameter `reverse'. Add test for "unspecified-fg".
19442
19443 * term/xterm.el (xterm-rxvt-set-background-mode):
19444 * term/rxvt.el (rxvt-set-background-mode):
19445 Set default-frame-background-mode instead of frame-background-mode.
19446
19447 2005-06-29 Juanma Barranquero <lekktu@gmail.com>
19448
19449 * simple.el (set-variable): Warn about obsolete user variables.
19450
19451 * imenu.el (imenu--completion-buffer):
19452 * mouse.el (mouse-buffer-menu-alist):
19453 * msb.el (msb-invisible-buffer-p):
19454 * calendar/diary-lib.el (diary-header-line-format):
19455 * emacs-lisp/pp.el (pp-buffer):
19456 * progmodes/cperl-mode.el (cperl-do-auto-fill):
19457 * textmodes/picture.el (picture-replace-match):
19458 Change space constants followed by a sexp to "?\s ".
19459
19460 * play/decipher.el (decipher-loop-with-breaks):
19461 * textmodes/texinfo.el (texinfo-insert-@item): Change space
19462 constants "protected" from end of line by a comment to "?\s".
19463
19464 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
19465
19466 * font-lock.el (save-buffer-state): Use `declare'.
19467
19468 * progmodes/cperl-mode.el (cperl-find-pods-heres): Don't gratuitously
19469 reset the syntax-table to cperl-mode-syntax-table.
19470 (cperl-mode): Make _ into word-syntax during font-locking so "print" in
19471 "foo_print_bar" is not matched as a reserved keyword.
19472
19473 2005-06-29 Carsten Dominik <dominik@science.uva.nl>
19474
19475 * textmodes/org.el (orgtbl-setup): New function, for delayed
19476 setup for the orgtbl commands.
19477 (org-calc-default-modes): New option.
19478 (orgtbl-make-binding): Use `defun' to get better help display.
19479 (org-diary): Call `org-compile-prefix-format'.
19480 (org-table-formula-substitute-names): New function.
19481 (org-agenda-day-view, org-agenda-week-view): New commands.
19482 (org-agenda-toggle-week-view): Command removed.
19483 (org-tbl-menu): Split off from org-org-menu.
19484 (org-mode): Move removal of outline-mode menus to here.
19485 (org-table-formula-debug): New option.
19486 (org-table-insert-row): Keep first field if just "#" or "*".
19487 (org-mode): Paragraph regexps fixed.
19488 (org-table-recalculate-regexp): New constant.
19489 (org-table-justify-field-maybe): Avoid replace if not necessary.
19490 (org-copy-special, org-cut-special): Use `call-interactively'.
19491 (org-table-copy-region): Take region from `interactive' call.
19492 (org-trim): Return string even if no match.
19493 (org-formula): New face.
19494 (org-set-font-lock-defaults): No longer highlight "FIXME".
19495 But highlight formula-related fields in table.
19496 (org-table-p): Use regexp, not fontification.
19497 (org-table-align): Handle white space at end of line.
19498 (org-table-formula-evaluate-inline): New option.
19499 (org-mode): Auto-wrapping in comment lines turned off.
19500 (org-table-copy-down): Evaluate only in copied field, not in
19501 destination.
19502 (org-table-current-formula): Variable removed.
19503 (org-table-store-formulas, org-table-get-stored-formulas)
19504 (org-table-modify-formulas, org-table-replace-in-formulas)
19505 (org-table-maybe-eval-formula): New functions.
19506 (org-table-get-formula): Modify to use stored formulas.
19507 (org-table-insert-column, org-table-delete-column)
19508 (org-table-move-column): Call `org-table-modify-formulas'.
19509 (org-complete): Add completion for keyword formulas.
19510 (orgtbl-mode): Pull orgtbl-mode-map to start of
19511 minor-mode-map-alist.
19512
19513 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
19514
19515 * progmodes/python.el (python-check): Require `compile' before
19516 modifying its variables.
19517
19518 * newcomment.el (comment-indent-default): Don't get fooled by an early
19519 end of buffer.
19520
19521 2005-06-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
19522
19523 * ps-print.el (ps-print-version): Fix version number.
19524
19525 2005-06-28 Luc Teirlinck <teirllm@auburn.edu>
19526
19527 * textmodes/ispell.el (ispell-word): Remove stray parenthesis.
19528
19529 2005-06-28 Richard M. Stallman <rms@gnu.org>
19530
19531 * textmodes/flyspell.el (flyspell-use-local-map): Variable deleted.
19532 (flyspell-local-mouse-map): Declaration deleted.
19533 (flyspell-mouse-map): Bind only mouse-2.
19534 (flyspell-mode-map): Don't test flyspell-use-local-map.
19535 (flyspell-overlay-keymap-property-name): Var deleted.
19536 (flyspell-mode-on): Don't make local bindings for
19537 flyspell-mouse-map and flyspell-mode-map.
19538 (make-flyspell-overlay): Unconditionally put on `keymap' text prop.
19539
19540 * textmodes/ispell.el (ispell-word): Do not ignore short words.
19541
19542 * progmodes/compile.el (compilation-next-error-function):
19543 Don't switch buffers; operate on the current buffer.
19544
19545 * progmodes/compile.el (compilation-error-file-name)
19546 (compilation-warning-file-name, compilation-info-file-name)
19547 (compilation-line-number, compilation-column-number): New faces.
19548 (compilation-error-face, compilation-warning-face)
19549 (compilation-info-face, compilation-line-face)
19550 (compilation-column-face): Use them.
19551
19552 * facemenu.el (facemenu-add-face): Warn when font-lock is active.
19553
19554 * comint.el (comint-password-prompt-regexp): Accept ", try again".
19555
19556 * bindings.el (global-map): Bind insertchar and its variants.
19557
19558 2005-06-27 Richard M. Stallman <rms@gnu.org>
19559
19560 * textmodes/artist.el (artist-text-overwrite)
19561 (artist-figlet-get-extra-args, artist-text-see-thru): Use read-string.
19562
19563 2005-06-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
19564
19565 * ps-print.el: It was not working the page selection for printing.
19566 Reported by Sebastian Tennant <sebyte@smolny.plus.com>.
19567 (ps-print-version): New version 6.6.7.
19568 (ps-end-sheet): New fun.
19569 (ps-header-sheet, ps-end-job): Call it.
19570
19571 2005-06-27 Luc Teirlinck <teirllm@auburn.edu>
19572
19573 * subr.el (add-to-list, add-to-ordered-list): Doc fixes.
19574
19575 2005-06-27 Lute Kamstra <lute@gnu.org>
19576
19577 * facemenu.el (facemenu-unlisted-faces): Add foreground and
19578 background color faces.
19579 (facemenu-get-face): Delete function.
19580 (facemenu-set-face-from-menu): Don't call facemenu-get-face.
19581 (facemenu-add-new-color): Make second argument mandatory.
19582 Create the appropriate face and return it. Simplify.
19583 (facemenu-set-foreground, facemenu-set-background): Don't check if
19584 color is defined. Use return value of facemenu-add-new-color.
19585
19586 2005-06-26 Nick Roberts <nickrob@snap.net.nz>
19587
19588 * progmodes/gud.el (gud-filter): Add missing argument to
19589 with-selected-window.
19590
19591 2005-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
19592
19593 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't automatically add
19594 a :require to the defcustom.
19595
19596 * emacs-lisp/autoload.el (make-autoload): Add the :setter for
19597 defcustoms corresponding to minor modes.
19598
19599 2005-06-26 David Ponce <david@dponce.com>
19600
19601 * recentf.el: Require tree-widget instead of wid-edit.
19602 (recentf-filename-handler): Fix widget :type.
19603 (recentf-cancel-dialog, recentf-open-more-files)
19604 (recentf-open-files-action): Doc fix.
19605 (recentf-dialog-goto-first): New function.
19606 (recentf-dialog-mode-map): Set parent keymap first.
19607 (recentf-dialog-mode): Define with define-derived-mode.
19608 Don't display continuation lines in dialogs.
19609 (recentf-edit-list): Rename from recentf-edit-selected-items.
19610 (recentf-edit-list-select): Rename from recentf-edit-list-action.
19611 Simplify.
19612 (recentf-edit-list-validate): New function.
19613 (recentf-edit-list): Update accordingly.
19614 (recentf-open-files-item-shift): Remove.
19615 (recentf-open-files-item): Convert menu elements into tree and
19616 link widgets. Don't create the widgets.
19617 (recentf-open-files): Update accordingly.
19618 (recentf-save-list): Untabify.
19619
19620 2005-06-25 Luc Teirlinck <teirllm@auburn.edu>
19621
19622 * replace.el (keep-lines-read-args): Add INTERACTIVE arg.
19623 (keep-lines): Add INTERACTIVE arg. Never delete lines only
19624 partially contained in the active region. Do not take active
19625 region into account when called from Lisp, unless INTERACTIVE arg
19626 is non-nil. Use `forward-line' instead of `beginning-of-line' to
19627 avoid trouble with fields. Make marker point nowhere when no
19628 longer used. Always return nil. Doc fix.
19629 (flush-lines): Add INTERACTIVE arg. Do not take active region
19630 into account when called from Lisp, unless INTERACTIVE arg is
19631 non-nil. Use `forward-line' instead of `beginning-of-line' to
19632 avoid trouble with fields. Make marker point nowhere when no
19633 longer used. Always return nil. Doc fix.
19634 (how-many): Add INTERACTIVE arg. Make RSTART and REND args
19635 interchangeable. Do not take active region into account when
19636 called from Lisp, unless INTERACTIVE arg is non-nil. Do not print
19637 message in echo area when called from Lisp, unless INTERACTIVE arg
19638 is non-nil. Avoid saying "1 occurrences". Do not use markers.
19639 Return the number of matches. Doc fix.
19640 (occur): Doc fix.
19641 (perform-replace): Make comment follow double space convention for
19642 the sake of `outline-minor-mode'.
19643
19644 * faces.el (facep): Doc fix.
19645
19646 2005-06-25 Richard M. Stallman <rms@gnu.org>
19647
19648 * facemenu.el (facemenu-enable-faces-p): New function.
19649 (facemenu-background-menu, facemenu-foreground-menu)
19650 (facemenu-face-menu): Add menu-enable property.
19651
19652 * jka-compr.el (jka-compr-insert-file-contents):
19653 Special handling if cannot find the uncompression program.
19654
19655 * cus-face.el (custom-face-attributes): Add autoload.
19656
19657 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
19658 Bind comment-indent-function locally.
19659
19660 * window.el (save-selected-window): Use save-current-buffer.
19661
19662 * subr.el (with-selected-window): Use save-current-buffer.
19663
19664 * progmodes/gud.el (gud-filter): Simplify using with-selected-window
19665 and with-current-buffer.
19666
19667 2005-06-24 Richard M. Stallman <rms@gnu.org>
19668
19669 * simple.el (line-move-1): Fix previous change.
19670
19671 2005-06-24 Juanma Barranquero <lekktu@gmail.com>
19672
19673 * replace.el (occur-1): Set `buffer-read-only' and the
19674 buffer-modified flag before running `occur-hook' to protect
19675 against unintentional buffer switches that can lead to data loss.
19676
19677 2005-06-24 Nick Roberts <nickrob@snap.net.nz>
19678
19679 * progmodes/gud.el (gud-tooltip-print-command): Indent properly.
19680 (gud-gdb-marker-filter): Use font-lock-warning-face for any
19681 initial error.
19682
19683 * progmodes/gdb-ui.el (gdb-send): Remove warning face from errors
19684 after fresh input.
19685 (gdb-var-create-handler): Put name of expression in quotes.
19686
19687 2005-06-23 Luc Teirlinck <teirllm@auburn.edu>
19688
19689 * emacs-lisp/ring.el (ring-elements): Make it return a list of the
19690 elements of RING in order, and without bogus nil elements.
19691
19692 2005-06-23 Richard M. Stallman <rms@gnu.org>
19693
19694 * simple.el (set-variable): Args renamed; doc fix.
19695 (line-move-1): When there are overlays around, use vertical-motion.
19696
19697 * faces.el (escape-glyph): Use brown against light background.
19698 (nobreak-space): Rename from no-break-space.
19699 Fix previous change.
19700
19701 * dired-aux.el (dired-do-copy): Fix arg prompt.
19702
19703 * mail/sendmail.el (mail-setup-with-from): Fix custom type.
19704
19705 2005-06-23 Glenn Morris <gmorris@ast.cam.ac.uk>
19706
19707 * mail/emacsbug.el (report-emacs-bug): Use "X server distributor"
19708 rather than "Distributor".
19709
19710 2005-06-23 Lute Kamstra <lute@gnu.org>
19711
19712 * emacs-lisp/debug.el (debugger-special-form-p): New defun.
19713 (debug-on-entry): Use it. New interactive declaration that uses
19714 function-called-at-point.
19715
19716 2005-06-23 Kim F. Storm <storm@cua.dk>
19717
19718 * subr.el (save-match-data): Add comment about using evaporate arg
19719 to set-match-data.
19720
19721 2005-06-22 Glenn Morris <gmorris@ast.cam.ac.uk>
19722
19723 * cus-edit.el (customize-face)
19724 (customize-face-other-window): Handle face aliases.
19725
19726 * faces.el (face-documentation, set-face-attribute)
19727 (face-spec-set): Handle face aliases.
19728
19729 2005-06-22 Juanma Barranquero <lekktu@gmail.com>
19730
19731 * help-mode.el (help-make-xrefs): If a symbol representing a face
19732 name is not followed by the word "face", it could still be a
19733 function or variable name, so don't bypass other checks.
19734
19735 2005-06-22 Juri Linkov <juri@jurta.org>
19736
19737 * ps-print.el (ps-face-foreground-name, ps-face-background-name):
19738 Replace aliased functions with calls where second arg `inherit' is t.
19739
19740 2005-06-22 Nick Roberts <nickrob@snap.net.nz>
19741
19742 * progmodes/gdb-ui.el (gdb-error): New variable.
19743 (gdb-error): New function.
19744 (gdb-annotation-rules): Act on error-begin and error annotations.
19745 (gdb-concat-output): Use font-lock-warning-face for errors.
19746
19747 2005-06-22 Miles Bader <miles@gnu.org>
19748
19749 * bindings.el (propertized-buffer-identification): Use renamed
19750 `Buffer-menu-buffer' face.
19751
19752 * faces.el (vertical-border): Rename from `vertical-divider'.
19753 (escape-glyph): Change dark-background color back to `cyan'.
19754
19755 2005-06-21 Juri Linkov <juri@jurta.org>
19756
19757 * faces.el (face-user-default-spec): Try getting `customized-face'
19758 prior to `saved-face'.
19759 (frame-background-mode): Refill docstring.
19760
19761 * emacs-lisp/lisp-mode.el (eval-defun-1):
19762 * emacs-lisp/edebug.el (edebug-eval-defun):
19763 Set `saved-face' temporarily to nil before calling form.
19764 Set `customized-face' to the new spec after that.
19765
19766 2005-06-21 Juanma Barranquero <lekktu@gmail.com>
19767
19768 * subr.el (1value, lambda, key-substitution-in-progress):
19769 Doc fixes.
19770
19771 * autoinsert.el (auto-insert-alist):
19772 * ses.el (ses-call-printer):
19773 * subr.el (noreturn):
19774 * emacs-lisp/lisp.el (check-parens):
19775 * emacs-lisp/byte-opt.el (byte-optimize-pure-func):
19776 * net/browse-url.el (browse-url-mosaic):
19777 * progmodes/cc-defs.el (c-safe-scan-lists):
19778 * progmodes/ebnf-abn.el (ebnf-abn-lex):
19779 * progmodes/ebnf-bnf.el (ebnf-bnf-lex):
19780 * progmodes/ebnf-dtd.el (ebnf-dtd-lex):
19781 * progmodes/ebnf-ebx.el (ebnf-ebx-lex):
19782 * progmodes/ebnf-iso.el (ebnf-iso-lex):
19783 * progmodes/ebnf-yac.el (ebnf-yac-lex): Fix spellings.
19784
19785 2005-06-21 Reiner Steib <Reiner.Steib@gmx.de>
19786
19787 * pcvs-defs.el (cvs-menu): Add cvs-mode-mark and cvs-mode-unmark.
19788
19789 2005-06-21 Glenn Morris <gmorris@ast.cam.ac.uk>
19790
19791 * calendar/appt.el (appt-make-list): Activate the package, if
19792 not already active (for backwards compatibility).
19793
19794 2005-06-20 Kim F. Storm <storm@cua.dk>
19795
19796 * subr.el (add-to-ordered-list): Test membership with eq. Simplify.
19797
19798 2005-06-20 Miles Bader <miles@gnu.org>
19799
19800 * faces.el (vertical-divider): New face.
19801
19802 2005-06-20 Juanma Barranquero <lekktu@gmail.com>
19803
19804 * simple.el (kill-whole-line): Doc fix.
19805 (next-error-buffer-p, next-error-find-buffer)
19806 (clone-indirect-buffer): Fix typos in docstrings.
19807 (comment-line-break-function): Doc fix: don't say variable
19808 is automatically buffer-local (it isn't).
19809
19810 2005-06-19 Michael Albinus <michael.albinus@gmx.de>
19811
19812 * net/tramp-ftp.el (top):
19813 * net/tramp-smb.el (top):
19814 * net/tramp-util.el (top):
19815 * net/tramp-uu.el (top):
19816 * net/tramp-vc.el (top):
19817 * net/tramp.el (top): Revert copyright years back to original
19818 ones. Tramp has a life outside GNU Emacs.
19819
19820 2005-06-19 Nick Roberts <nickrob@snap.net.nz>
19821
19822 * tooltip.el (tooltip-use-echo-area): Don't make it obsolete.
19823
19824 2005-06-18 Juri Linkov <juri@jurta.org>
19825
19826 * progmodes/grep.el (grep-regexp-alist): Use backreference at the
19827 end of first regexp to limit the match to the position between
19828 line number and source line with same separator character as used
19829 between file name and line number. In the second regexp limit
19830 mouse-face area to file name and line number by adding new group
19831 for them and referring it in HYPERLINK arg.
19832 (grep-regexp-alist, grep-mode-font-lock-keywords): Use shy group.
19833 (grep-mode): Set font-lock-lines-before to 0 to not refontify the
19834 previous line where grep markers may be already removed.
19835
19836 2005-06-18 Peter Kleiweg <p.c.j.kleiweg@rug.nl>
19837
19838 * progmodes/ps-mode.el: Update version and maintainer's email address.
19839
19840 2005-06-18 Steve Youngs <steve@xemacs.org>
19841
19842 * net/browse-url.el (browse-url-browser-function)
19843 (browse-url-default-browser): Add firefox.
19844 (browse-url-firefox-program, browse-url-firefox-arguments)
19845 (browse-url-firefox-startup-arguments)
19846 (browse-url-firefox-new-window-is-tab): New defcustoms.
19847 (browse-url-firefox, browse-url-firefox-sentinel): New functions.
19848
19849 2005-06-17 Richard M. Stallman <rms@gnu.org>
19850
19851 * startup.el (command-line): Warn if specified user name has
19852 no home directory.
19853
19854 * term.el (term-get-old-input, term-input-filter, term-input-sender)
19855 (term-mode-hook, term-exec-hook, term-escape-char): Doc fixes.
19856
19857 * longlines.el (longlines-mode, longlines-show-hard-newlines):
19858 Doc fixes.
19859
19860 * faces.el (underline): Try bold if terminal doesn't support underline.
19861
19862 * mail/sendmail.el (mail-setup-with-from): New variable.
19863 (mail-insert-from-field): New function.
19864 (sendmail-send-it): Call it.
19865 (mail-setup): Optionally call it here.
19866
19867 * term/linux.el: Call tty-no-underline.
19868
19869 2005-06-17 Luc Teirlinck <teirllm@auburn.edu>
19870
19871 * emacs-lisp/edebug.el (edebug-goto-here): Doc fix.
19872
19873 2005-06-17 Miles Bader <miles@gnu.org>
19874
19875 * ediff-init.el (ediff-current-diff-A, ediff-current-diff-B)
19876 (ediff-current-diff-C, ediff-current-diff-Ancestor)
19877 (ediff-fine-diff-A, ediff-fine-diff-B, ediff-fine-diff-C)
19878 (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
19879 (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
19880 (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
19881 Remove "-face" suffix from face names.
19882 (ediff-current-diff-face-A, ediff-current-diff-face-B)
19883 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
19884 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
19885 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
19886 (ediff-even-diff-face-A, ediff-even-diff-face-B)
19887 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
19888 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
19889 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
19890 New backward-compatibility aliases for renamed faces.
19891 (ediff-current-diff-face-A, ediff-current-diff-face-B)
19892 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
19893 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
19894 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
19895 (ediff-even-diff-face-A, ediff-even-diff-face-B)
19896 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
19897 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
19898 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
19899 Use renamed ediff faces.
19900
19901 * eshell/esh-test.el (eshell-test-ok, eshell-test-failed):
19902 Remove "-face" suffix from face names.
19903 (eshell-test-ok-face, eshell-test-failed-face):
19904 New backward-compatibility aliases for renamed faces.
19905 (eshell-run-test): Use renamed eshell-test faces.
19906
19907 * eshell/em-prompt.el (eshell-prompt): Remove "-face" suffix from
19908 face name.
19909 (eshell-prompt-face): New backward-compatibility alias for renamed
19910 face.
19911 (eshell-emit-prompt): Use renamed eshell-prompt face.
19912
19913 * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink)
19914 (eshell-ls-executable, eshell-ls-readonly, eshell-ls-unreadable)
19915 (eshell-ls-special, eshell-ls-missing, eshell-ls-archive)
19916 (eshell-ls-backup, eshell-ls-product, eshell-ls-clutter):
19917 Remove "-face" suffix from face names.
19918 (eshell-ls-directory-face, eshell-ls-symlink-face)
19919 (eshell-ls-executable-face, eshell-ls-readonly-face)
19920 (eshell-ls-unreadable-face, eshell-ls-special-face)
19921 (eshell-ls-missing-face, eshell-ls-archive-face)
19922 (eshell-ls-backup-face, eshell-ls-product-face)
19923 (eshell-ls-clutter-face):
19924 New backward-compatibility aliases for renamed faces.
19925 (eshell-ls-decorated-name): Use renamed eshell-ls faces.
19926
19927 * progmodes/cc-fonts.el (c-nonbreakable-space-face):
19928 Remove "-face" suffix from face name.
19929 (c-cpp-matchers): Use the variable `c-nonbreakable-space-face'
19930 instead of literal face.
19931
19932 2005-06-17 Juanma Barranquero <lekktu@gmail.com>
19933
19934 * emacs-lisp/warnings.el (display-warning, lwarn)
19935 (warning-minimum-log-level): Doc fixes.
19936 (warning-minimum-level, warning-minimum-log-level):
19937 Add :debug to :type choices.
19938
19939 * progmodes/ada-mode.el (ada-format-paramlist)
19940 (ada-get-indent-case, ada-check-matching-start)
19941 (ada-check-defun-name, ada-goto-matching-decl-start)
19942 (ada-goto-matching-start, ada-goto-matching-end, ada-tab)
19943 (ada-untab, ada-move-to-start, ada-fill-comment-paragraph)
19944 (ada-make-subprogram-body): Follow error conventions.
19945 (ada-case-exception-file, ada-indent-comment-as-code)
19946 (ada-indent-handle-comment-special, ada-indent-renames)
19947 (ada-indent-return, ada-search-directories-internal)
19948 (ada-tab-policy, ada-case-exception-substring)
19949 (ada-other-file-alist, ada-matching-start-re)
19950 (ada-matching-decl-start-re, ada-contextual-menu-last-point)
19951 (ada-imenu-generic-expression, ada-compile-goto-error)
19952 (ada-in-comment-p, ada-in-string-p, ada-in-string-or-comment-p)
19953 (ada-popup-menu, ada-add-extensions, ada-mode)
19954 (ada-region-selected, ada-create-case-exception)
19955 (ada-create-case-exception-substring, ada-after-keyword-p)
19956 (ada-activate-keys-for-case, ada-adjust-case-region)
19957 (ada-adjust-case-buffer, ada-format-paramlist)
19958 (ada-scan-paramlist, ada-insert-paramlist)
19959 (ada-indent-newline-indent)
19960 (ada-indent-newline-indent-conditional)
19961 (ada-justified-indent-current, ada-goto-previous-word)
19962 (ada-indent-current, ada-get-indent-open-paren)
19963 (ada-get-indent-paramlist, ada-get-indent-end)
19964 (ada-get-indent-case, ada-get-indent-when, ada-get-indent-if)
19965 (ada-get-indent-block-start, ada-get-indent-subprog)
19966 (ada-get-indent-noindent, ada-get-indent-label)
19967 (ada-get-indent-loop, ada-get-indent-type, ada-goto-stmt-start)
19968 (ada-search-prev-end-stmt, ada-goto-next-non-ws)
19969 (ada-goto-stmt-end, ada-goto-next-word)
19970 (ada-check-matching-start, ada-check-defun-name)
19971 (ada-goto-matching-decl-start, ada-goto-matching-start)
19972 (ada-goto-matching-end, ada-search-ignore-string-comment)
19973 (ada-in-decl-p, ada-looking-at-semi-or)
19974 (ada-looking-at-semi-private, ada-in-paramlist-p)
19975 (ada-in-open-paren-p, ada-tab, ada-indent-current-function)
19976 (ada-untab-hard, ada-move-to-start, ada-move-to-end)
19977 (ada-next-procedure, ada-previous-procedure, ada-next-package)
19978 (ada-previous-package, ada-create-menu)
19979 (ada-fill-comment-paragraph-justify)
19980 (ada-fill-comment-paragraph-postfix, ada-fill-comment-paragraph)
19981 (ada-other-file-name, ada-last-which-function-line)
19982 (ada-last-which-function-subprog, ada-which-function)
19983 (ada-get-body-name, ada-outline-level, ada-narrow-to-defun)
19984 (ada-gen-treat-proc, ada-check-emacs-version)
19985 (ada-continuation-indent, ada-align-region-separate):
19986 Fix typos in docstrings.
19987 (ada-adjust-case, ada-adjust-case-interactive): Doc fixes.
19988
19989 2005-06-16 Lute Kamstra <lute@gnu.org>
19990
19991 * simple.el (fundamental-mode): Run after-change-major-mode-hook
19992 conditionally.
19993
19994 2005-06-16 Juanma Barranquero <lekktu@gmail.com>
19995
19996 * comint.el (comint-replace-by-expanded-filename)
19997 (comint-prompt-regexp, comint-delimiter-argument-list)
19998 (comint-preinput-scroll-to-bottom):
19999 * info.el (Info-hide-cookies-node):
20000 * ls-lisp.el (ls-lisp-classify):
20001 * find-file.el (ff-search-directories, ff-special-constructs)
20002 (ff-find-other-file):
20003 * font-lock.el (font-lock-keywords):
20004 * shell.el (shell-prompt-pattern)
20005 (shell-dynamic-complete-functions, shell-mode)
20006 (shell-delimiter-argument-list):
20007 * term.el (term-replace-by-expanded-filename)
20008 (term-prompt-regexp, term-delimiter-argument-list):
20009 * woman.el (woman-ignore, woman0-if):
20010 * emacs-lisp/derived.el (derived-mode-init-mode-variables):
20011 * emacs-lisp/elint.el (elint-init-env):
20012 * emacs-lisp/regexp-opt.el (regexp-opt-depth):
20013 * eshell/esh-mode.el (eshell-preinput-scroll-to-bottom):
20014 * language/ethio-util.el (ethio-tilde-escape)
20015 (ethio-use-three-dot-question):
20016 * net/zone-mode.el (zone-mode-load-time-setup):
20017 * progmodes/cc-align.el (c-lineup-argcont):
20018 * progmodes/cc-awk.el (c-awk-beginning-of-defun):
20019 * progmodes/cperl-mode.el (cperl-set-style-back):
20020 * progmodes/inf-lisp.el (inferior-lisp-prompt):
20021 * progmodes/vhdl-mode.el (vhdl-beginning-of-libunit):
20022 Fix spellings in docstrings.
20023
20024 * textmodes/sgml-mode.el (sgml-calculate-indent, html-tag-help):
20025 * progmodes/modula2.el (m2-for): Fix spellings.
20026
20027 * menu-bar.el (menu-bar-games-menu): Fix typo in menu help string.
20028
20029 * simple.el (undo-more): Don't use `format' on `error' arguments.
20030 Improve argument/docstring consistency.
20031 (pending-undo-list): Doc fix.
20032
20033 * smerge-mode.el (smerge-ensure-match):
20034 * emulation/vip.el (vip-ex):
20035 * net/zone-mode.el (zone-mode-update-serial):
20036 * progmodes/idlwave.el (idlwave-complete):
20037 * progmodes/vhdl-mode.el (vhdl-visit-file)
20038 (vhdl-compose-wire-components):
20039 Don't use `format' on `error' arguments.
20040
20041 * tooltip.el (tooltip-start-delayed-tip, tooltip-timeout)
20042 (tooltip-use-echo-area, tooltip-process-prompt-regexp)
20043 (tooltip-help-tips): Fix typos in docstrings.
20044
20045 2005-06-16 David Ponce <david@dponce.com>
20046
20047 * tree-widget.el (tree-widget-value-create): Simplify last change.
20048
20049 2005-06-15 Matt Hodges <MPHodges@member.fsf.org>
20050
20051 * ido.el (ido-incomplete-regexp): New variable.
20052 (ido-set-matches-1): Handle invalid-regexp error and set
20053 ido-incomplete-regexp.
20054 (ido-incomplete-regexp): New face.
20055 (ido-completions): Use it.
20056 (ido-complete, ido-exit-minibuffer, ido-completions):
20057 Handle incomplete regexps.
20058 (ido-completions): Add check for complete match when entering a regexp.
20059
20060 2005-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
20061
20062 * subr.el (add-to-ordered-list): Use a weak hash-table to avoid leaks.
20063
20064 2005-06-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
20065
20066 * textmodes/bibtex.el (bibtex-Preamble): Enclose BibTeX preamble
20067 by field delimiters.
20068
20069 2005-06-15 David Ponce <david@dponce.com>
20070
20071 * tree-widget.el: eval-and-compile inlined functions so they will
20072 be available at run-time too.
20073 (tree-widget-super-format-handler)
20074 (tree-widget-format-handler): Remove.
20075 (tree-widget-value-create): Handle the :indent property.
20076
20077 2005-06-15 Miles Bader <miles@gnu.org>
20078
20079 * progmodes/which-func.el (which-func): Only inherit
20080 `font-lock-function-name-face' when that makes sense against the
20081 default mode-line face, otherwise set the face color explicitly.
20082
20083 * progmodes/cperl-mode.el (cperl-init-faces): Use literal cperl
20084 faces instead of (non-existent) variables.
20085
20086 2005-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
20087
20088 * iswitchb.el (iswitchb-to-end): Replace mapcar with dolist.
20089 (iswitchb-get-matched-buffers): Likewise. Simplify.
20090
20091 2005-06-14 Miles Bader <miles@gnu.org>
20092
20093 * progmodes/ld-script.el (ld-script-location-counter):
20094 Remove "-face" suffix from face name.
20095 (ld-script-location-counter-face):
20096 New backward-compatibility alias for renamed face.
20097 (ld-script-location-counter-face): Use renamed face.
20098
20099 * progmodes/cperl-mode.el (cperl-nonoverridable, cperl-array)
20100 (cperl-hash): Remove "-face" suffix from face names.
20101 (cperl-nonoverridable-face, cperl-array-face, cperl-hash-face):
20102 New backward-compatibility aliases for renamed faces.
20103 (cperl-find-pods-heres, cperl-init-faces, cperl-ps-print-init)
20104 (cperl-ps-print-face-properties): Use renamed cperl-mode faces.
20105
20106 * progmodes/which-func.el (which-func): Remove "-face" suffix from face
20107 name.
20108 (which-func-face): New backward-compatibility alias for renamed face.
20109 (which-func-format): Use renamed which-func face.
20110
20111 * progmodes/vhdl-mode.el (vhdl-prompt, vhdl-attribute, vhdl-enumvalue)
20112 (vhdl-function, vhdl-directive, vhdl-reserved-word)
20113 (vhdl-translate-off): Remove "-face" suffix and "font-lock-" from face
20114 names.
20115 (vhdl-speedbar-entity, vhdl-speedbar-architecture)
20116 (vhdl-speedbar-configuration, vhdl-speedbar-package)
20117 (vhdl-speedbar-library, vhdl-speedbar-instantiation)
20118 (vhdl-speedbar-subprogram, vhdl-speedbar-entity-selected)
20119 (vhdl-speedbar-architecture-selected)
20120 (vhdl-speedbar-configuration-selected)
20121 (vhdl-speedbar-package-selected)
20122 (vhdl-speedbar-instantiation-selected): Remove "-face" suffix from face
20123 names.
20124 (vhdl-font-lock-keywords-2, vhdl-font-lock-keywords-5):
20125 Use renamed faces.
20126 (vhdl-prompt-face, vhdl-attribute-face, vhdl-enumvalue-face)
20127 (vhdl-function-face, vhdl-directive-face, vhdl-reserved-words-face)
20128 (vhdl-translate-off-face): Variables renamed to remove "font-lock-".
20129 Use renamed faces.
20130 (syntax-alist): Don't use "font-lock-" or "-face" in generated face
20131 names.
20132 (vhdl-font-lock-init, vhdl-ps-print-settings): Use renamed faces.
20133 (vhdl-speedbar-insert-hierarchy, vhdl-speedbar-expand-entity)
20134 (vhdl-speedbar-expand-package, vhdl-speedbar-update-current-unit)
20135 (vhdl-speedbar-make-inst-line, vhdl-speedbar-make-pack-line)
20136 (vhdl-speedbar-make-subpack-line, vhdl-speedbar-make-subprogram-line)
20137 (vhdl-speedbar-item-info, vhdl-speedbar-check-unit): Use renamed faces.
20138
20139 * progmodes/sh-script.el (sh-heredoc): Remove "-face" suffix from
20140 face name.
20141 (sh-heredoc-face): New backward-compatibility alias for renamed face.
20142 (sh-heredoc-face): Use renamed sh-heredoc face.
20143
20144 * progmodes/idlw-help.el (idlwave-help-link):
20145 Remove "-face" suffix from face name.
20146 (idlwave-help-link-face):
20147 New backward-compatibility alias for renamed face.
20148 (idlwave-highlight-linked-completions): Use renamed idlwave-help faces.
20149
20150 * progmodes/idlw-shell.el (idlwave-shell-bp-face)
20151 (idlwave-shell-disabled-bp): Remove "-face" suffix from face names.
20152 (idlwave-shell-bp-face, idlwave-shell-disabled-bp):
20153 New backward-compatibility aliases for renamed faces.
20154 (idlwave-shell-disabled-breakpoint-face)
20155 (idlwave-shell-breakpoint-face): Use renamed idlwave-shell faces.
20156
20157 * progmodes/flymake.el (flymake-errline, flymake-warnline):
20158 Remove "-face" suffix from face names.
20159 (flymake-errline-face, flymake-warnline-face):
20160 New backward-compatibility aliases for renamed faces.
20161 (flymake-highlight-line): Use renamed flymake faces.
20162
20163 * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
20164 (ebrowse-file-name, ebrowse-default, ebrowse-member-attribute)
20165 (ebrowse-member-class, ebrowse-progress):
20166 Remove "-face" suffix from face names.
20167 (ebrowse-tree-mark-face, ebrowse-root-class-face)
20168 (ebrowse-file-name-face, ebrowse-default-face)
20169 (ebrowse-member-attribute-face, ebrowse-member-class-face)
20170 (ebrowse-progress-face):
20171 New backward-compatibility aliases for renamed faces.
20172 (ebrowse-show-progress, ebrowse-show-file-name-at-point)
20173 (ebrowse-set-mark-props, ebrowse-draw-tree-fn)
20174 (ebrowse-draw-member-buffer-class-line, ebrowse-draw-member-long-fn)
20175 (ebrowse-draw-member-short-fn): Use renamed ebrowse faces.
20176
20177 * progmodes/antlr-mode.el (antlr-default, antlr-keyword,
20178 antlr-syntax)
20179 (antlr-ruledef, antlr-tokendef, antlr-ruleref, antlr-tokenref)
20180 (antlr-literal): Remove "-face" suffix and "font-lock-" from face
20181 names.
20182 (antlr-font-lock-default-face, antlr-font-lock-keyword-face)
20183 (antlr-font-lock-syntax-face, antlr-font-lock-ruledef-face)
20184 (antlr-font-lock-tokendef-face, antlr-font-lock-ruleref-face)
20185 (antlr-font-lock-tokenref-face, antlr-font-lock-literal-face): New
20186 backward-compatibility aliases for renamed faces.
20187 (antlr-default-face, antlr-keyword-face, antlr-syntax-face)
20188 (antlr-ruledef-face, antlr-tokendef-face, antlr-ruleref-face)
20189 (antlr-tokenref-face, antlr-literal-face): Variables renamed to
20190 remove "font-lock-". Use renamed antlr-mode faces.
20191 (antlr-font-lock-additional-keywords): Use renamed faces. Replace
20192 literal face-names with face variable references.
20193
20194 * buff-menu.el (Buffer-menu-buffer): Remove "-face" suffix from
20195 face name.
20196 (Buffer-menu-buffer-face): New backward-compatibility alias for
20197 renamed face.
20198 (list-buffers-noselect): Use renamed Buffer-menu-buffer face.
20199
20200 2005-06-15 Daniel Pfeiffer <occitan@esperanto.org>
20201
20202 * progmodes/make-mode.el (makefile-space, makefile-makepp-perl):
20203 Eliminate "-face" suffix.
20204 (makefile-targets): Inherit from font-lock-function-name-face and
20205 eliminate "-face" suffix.
20206 (makefile-shell): Remove attributes and eliminate "-face" suffix.
20207 (makefile-*-font-lock-keywords): Append makefile-targets in rule
20208 actions, instead of prepending, to make it less visible.
20209 (makefile-previous-dependency, makefile-match-dependency):
20210 Don't match a target on a continuation line.
20211
20212 * files.el (auto-mode-alist): Put Makefile in gmake mode.
20213
20214 2005-06-15 Nick Roberts <nickrob@snap.net.nz>
20215
20216 * progmodes/gdb-ui.el (menu): Re-order menu items.
20217 (gdb-tooltip-print): Respect tooltip-use-echo-area.
20218
20219 * progmodes/gud.el (tooltip-use-echo-area): Remove alias.
20220 Define in tooltip.el.
20221 (gud-tooltip-process-output): Respect tooltip-use-echo-area.
20222 (gud-tooltip-tips): Respect tooltip-use-echo-area and
20223 gud-tooltip-echo-area.
20224
20225 * tooltip.el (tooltip-use-echo-area): Restore from gud.el for
20226 backward compatibility and make obsolete.
20227 (tooltip-help-tips): Use tooltip-use-echo-area.
20228 (tooltip-show-help-function): Rename to...
20229 (tooltip-show-help): ...this, because it is a function.
20230 (tooltip-mode, tooltip-help-message): Call tooltip-show-help.
20231
20232 2005-06-14 Luc Teirlinck <teirllm@auburn.edu>
20233
20234 * emacs-lisp/edebug.el (edebug-all-defs, edebug-initial-mode)
20235 (edebug-print-length, edebug-print-level, edebug-print-circle)
20236 (edebug-modify-breakpoint, edebug-eval-last-sexp)
20237 (edebug-eval-print-last-sexp): Doc fixes.
20238
20239 2005-06-14 Kim F. Storm <storm@cua.dk>
20240
20241 * ido.el (ido-mode): Make a new keymap every time we enable ido,
20242 as the coverage buffer/file/both may change.
20243
20244 2005-06-14 Lute Kamstra <lute@gnu.org>
20245
20246 * net/ange-ftp.el (internal-ange-ftp-mode): Use delay-mode-hooks
20247 and run-mode-hooks. Simplify.
20248
20249 * mail/rmailedit.el (rmail-edit-mode):
20250 * progmodes/octave-inf.el (inferior-octave-mode):
20251 * progmodes/sql.el (sql-interactive-mode): Use delay-mode-hooks.
20252
20253 * recentf.el (recentf-dialog-mode): Use kill-all-local-variables
20254 and run-mode-hooks.
20255 (recentf-edit-list, recentf-open-files): Don't call
20256 kill-all-local-variables directly.
20257
20258 * emacs-lisp/debug.el (debug-on-entry): Fix docstring.
20259
20260 2005-06-14 Juanma Barranquero <lekktu@gmail.com>
20261
20262 * emacs-lisp/byte-run.el (make-obsolete)
20263 (define-obsolete-function-alias): Rename arguments FUNCTION and
20264 NEW to OBSOLETE-NAME and CURRENT-NAME respectively.
20265 (make-obsolete-variable, define-obsolete-variable-alias):
20266 Rename arguments VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME
20267 respectively.
20268
20269 * isearchb.el (isearchb-activate):
20270 * pcvs.el (cvs-mode):
20271 * ses.el (ses-load):
20272 * vc-arch.el (vc-arch-checkin, vc-arch-diff):
20273 * net/tramp.el (tramp-find-file-exists-command)
20274 (tramp-find-shell):
20275 * progmodes/ada-mode.el (ada-create-case-exception)
20276 (ada-create-case-exception-substring, ada-make-subprogram-body):
20277 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
20278 * progmodes/idlwave.el (idlwave-complete-class-structure-tag-help):
20279 * progmodes/vhdl-mode.el (vhdl-speedbar-place-component):
20280 * textmodes/org.el (org-promote, org-evaluate-time-range)
20281 (org-agenda-next-date-line, org-agenda-previous-date-line)
20282 (org-agenda-error, org-open-at-point, org-table-move-row)
20283 (org-format-table-table-html-using-table-generate-source)
20284 (org-shiftcursor-error, org-ctrl-c-ctrl-c):
20285 * textmodes/reftex.el (reftex-access-scan-info):
20286 * textmodes/reftex-toc.el (reftex-toc-dframe-p)
20287 (reftex-toc-promote-prepare): Follow error conventions.
20288
20289 * diff-mode.el (diff-mode): Fix typo in docstring.
20290
20291 * forms.el (forms--intuit-from-file): Fix reference to
20292 `forms-number-of-fields' in error message.
20293 (forms-print): Fix quoting in error message.
20294
20295 * forms.el (forms-mode):
20296 * emulation/vi.el (vi-goto-insert-state):
20297 * progmodes/flymake.el (flymake-new-err-info)
20298 (flymake-start-syntax-check-for-current-buffer)
20299 (flymake-simple-cleanup):
20300 * eshell/esh-var.el (eshell/export):
20301 * progmodes/gud.el (xdb):
20302 * textmodes/flyspell.el (flyspell-incorrect-hook)
20303 (flyspell-maybe-correct-transposition)
20304 (flyspell-maybe-correct-doubling): Fix quoting in docstring.
20305
20306 2005-06-13 Luc Teirlinck <teirllm@auburn.edu>
20307
20308 * emacs-lisp/debug.el (cancel-debug-on-entry): Mention default in
20309 minibuffer prompt.
20310
20311 2005-06-13 Kim F. Storm <storm@cua.dk>
20312
20313 * subr.el (add-to-ordered-list): New defun.
20314
20315 * emulation/cua-base.el (cua-mode): Use add-to-ordered-list to
20316 add cua--keymap-alist to emulation-mode-map-alists.
20317
20318 2005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
20319
20320 * subr.el (complete-in-turn): New macro.
20321 (dynamic-completion-table, lazy-completion-table): Add debug info.
20322
20323 * faces.el (read-face-name): Use complete-in-turn complete non-aliases
20324 in preference to face aliases.
20325
20326 * textmodes/fill.el (fill-match-adaptive-prefix): New function.
20327 (fill-context-prefix): Use it to avoid guessing absurdly long prefixes.
20328 Remove unused vars `start' and `firstline'.
20329 (fill-nobreak-p): Fix line-move-invisible -> line-move-invisible-p.
20330 (justify-current-line, fill-individual-paragraphs): Remove unused vars.
20331
20332 2005-06-13 Eli Zaretskii <eliz@gnu.org>
20333
20334 * cus-start.el (all): Don't complain about missing GTK-related
20335 variables, unless either `gtk' is boundp or this isn't a
20336 `windows-nt' build.
20337
20338 2005-06-13 Lute Kamstra <lute@gnu.org>
20339
20340 * abbrev.el (edit-abbrevs-mode): Use kill-all-local-variables and
20341 run-mode-hooks.
20342
20343 * ediff-mult.el (ediff-meta-mode):
20344 * ediff-util.el (ediff-mode): Use run-mode-hooks.
20345
20346 * ledit.el (ledit-mode): Use delay-mode-hooks.
20347
20348 * woman.el (woman-mode-line-format): Delete constant.
20349 (woman-mode-map): Initialize it properly.
20350 (woman-mode): Set mode-class property to special.
20351 Use delay-mode-hooks and run-mode-hooks. Use the right keymap.
20352 Set major-mode and mode-name. Don't set mode-line-format directly.
20353 (Man-getpage-in-background): Don't reference woman-mode-line-format.
20354
20355 * emacs-lisp/debug.el (cancel-debug-on-entry): Make the empty
20356 string argument obsolete.
20357
20358 2005-06-13 Carsten Dominik <dominik@science.uva.nl>
20359
20360 * textmodes/org.el (org-CUA-compatible): New option.
20361 (org-disputed-keys): New variable.
20362 (org-key): New function.
20363 (orgtbl-make-binding): Add docstring to the created function.
20364 (org-mode): Set paragraph start/separate regexps.
20365 (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
20366 (org-archive-location, org-archive-mark-done)
20367 (org-archive-stamp-time): New options.
20368 (org-archive-subtree): New command.
20369 (org-fill-paragraph): New function.
20370 (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
20371 (org-fake-empty-table-line): Function removed.
20372 (org-format-org-table-html): Do not create empty table lines at
20373 separator lines. Improved table header treatment.
20374 (org-link-format): New option.
20375 (org-make-link): New function.
20376 (org-insert-link, org-store-link): Use org-make-link.
20377 (org-open-file): Quote file name for shell command, to allow
20378 spaces in file names.
20379 (org-link-regexp): Fix bug with mailto link.
20380 (org-link-maybe-angles-regexp, org-protected-link-regexp):
20381 New constants.
20382 (org-export-as-html): Deal with the optional angles around a link.
20383 Better treatment of file: links.
20384 (org-open-at-point): Replace @{ and @} with < and >.
20385 (org-run-mode-hooks): Function removed.
20386 (org-agenda-mode): No longer use `org-run-mode-hooks'.
20387
20388 2005-06-13 Nick Roberts <nickrob@snap.net.nz>
20389
20390 * progmodes/gdb-ui.el (gdb-registers-mode): Let gdbmi use
20391 MI command -data-list-register-values.
20392 (gdb-post-prompt): Indent properly.
20393
20394 2005-06-13 Juanma Barranquero <lekktu@gmail.com>
20395
20396 * hilit-chg.el (highlight-changes-colors): Rename from
20397 `highlight-changes-colours'.
20398 (highlight-changes-colours): Keep as obsolete alias.
20399 (highlight-changes-face-list): Doc fix.
20400 (hilit-chg-make-list): Use `highlight-changes-colors'.
20401
20402 2005-06-12 Mark A. Hershberger <mah@everybody.org>
20403
20404 * progmodes/cperl-mode.el (cperl-mode): Remove stray paren in
20405 defun-prompt-regexp.
20406
20407 2005-06-12 Eli Zaretskii <eliz@gnu.org>
20408
20409 * loadup.el: Don't say we are dumping under 2 names on windows-nt
20410 and cygwin.
20411
20412 * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
20413 Don't use an old loaddefs.el, as in Makefile.in.
20414
20415 2005-06-12 Lute Kamstra <lute@gnu.org>
20416
20417 * Makefile.in (bootstrap-prepare): Don't use an old loaddefs.el.
20418
20419 * man.el (Man-mode-map): Initialize it properly.
20420 (Man-mode): Set mode-class property to special.
20421
20422 * calendar/calendar.el (calendar-mode): Use run-mode-hooks.
20423
20424 2005-06-11 Luc Teirlinck <teirllm@auburn.edu>
20425
20426 * menu-bar.el (menu-bar-make-toggle): Remove stray backslash.
20427 A newline is needed in the docstring there.
20428
20429 * emacs-lisp/debug.el (debug-on-entry, cancel-debug-on-entry):
20430 Doc fixes.
20431
20432 2005-06-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
20433
20434 * printing.el: Doc fix. The menubar is no more changed when printing
20435 is loaded, it only changes when pr-menu-bind or pr-update-menus is
20436 called. Now, the menubar changing will work in Emacs 20, 21 and 22.
20437 (pr-version): New version number (6.8.4).
20438 (pr-menu-bind): New command.
20439 (pr-update-menus): Docstring and code fix.
20440 (pr-menu-print-item): Now is a global var in Emacs and XEmacs.
20441 Docstring fix.
20442 (pr-txt-printer-alist, pr-ps-printer-alist, pr-gv-command)
20443 (pr-gs-command, pr-gs-switches, pr-ps-utility-alist): Docstring fix.
20444
20445 2005-06-11 Thien-Thi Nguyen <ttn@gnu.org>
20446
20447 * emacs-lisp/ewoc.el: Doc fixes for public funcs:
20448 "Returns" to "return", document useful return values, etc.
20449
20450 2005-06-11 Alan Mackenzie <acm@muc.de>
20451
20452 * fill.el (fill-context-prefix): Try `adaptive-fill-function'
20453 BEFORE `adaptive-fill-regexp' when determining a fill prefix.
20454 (adaptive-file-function): Minor amendment to doc-string.
20455
20456 2005-06-11 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
20457
20458 * thumbs.el (thumbs-per-line, thumbs-thumbsdir-max-size)
20459 (thumbs-relief, thumbs-margin, thumbs-image-resizing-step):
20460 Fix :type--it is `integer', not `string'.
20461
20462 * faces.el (modeline-highlight): Rename from (the erroneous)
20463 `modeline-higilight'.
20464
20465 2005-06-11 Lute Kamstra <lute@gnu.org>
20466
20467 * emacs-lisp/edebug.el (edebug-eval-mode-map): Don't copy
20468 lisp-interaction-mode-map but make it the parent.
20469 (edebug-eval-mode): Use define-derived-mode.
20470
20471 2005-06-11 Andreas Schwab <schwab@suse.de>
20472
20473 * bindings.el: Add binding of `ESC functionkey' for every
20474 `M-functionkey'.
20475 * hexl.el (hexl-mode-map): Likewise.
20476
20477 2005-06-10 Michael Hotchin <michael@hotchin.net> (tiny change)
20478
20479 * progmodes/compile.el (compilation-error-regexp-alist-alist)
20480 [msft]: update regexp for newer msft compilers.
20481
20482 2005-06-10 Mark A. Hershberger <mah@everybody.org>
20483
20484 * xml.el (start-chars, xml-parse-dtd): Add the ability to skip
20485 ATTLIST portions of included DTDs.
20486 (xml-parse-dtd): Eliminate use of inefficient match-data.
20487
20488 2005-06-10 Miles Bader <miles@gnu.org>
20489
20490 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
20491 (mpuz-text): Remove "-face" suffix from face names.
20492 (mpuz-unsolved-face, mpuz-solved-face, mpuz-trivial-face)
20493 (mpuz-text-face): New backward-compatibility aliases for renamed faces.
20494 (mpuz-create-buffer, mpuz-paint-digit): Use renamed mpuz faces.
20495
20496 * play/gomoku.el (gomoku-O, gomoku-X):
20497 Remove "-face" suffix from face names.
20498 (gomoku-font-lock-O-face, gomoku-font-lock-X-face):
20499 New backward-compatibility aliases for renamed faces.
20500 (gomoku-font-lock-keywords): Use renamed gomoku faces.
20501
20502 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
20503
20504 * thumbs.el: Fixes for changes of 2005-06-09.
20505 (thumbs-thumbsdir): Force `thumbs-thumbsdir' to be interpretable
20506 as a directory.
20507 (thumbs-thumbname): Remove directory separator from format string;
20508 `thumbs-thumbsdir' now returns a valid directory name.
20509 (thumbs-temp-dir): New defsubst.
20510 (thumbs-temp-file, thumbs-resize-image, thumbs-modify-image):
20511 Use it.
20512
20513 * cus-edit.el (minibuffer):
20514 * files.el (make-backup-file-name-function):
20515 * filesets.el (filesets-external-viewers):
20516 * hilit-chg.el (highlight-changes-colours)
20517 (highlight-changes-face-list, highlight-changes-rotate-faces):
20518 * ielm.el (ielm-dynamic-return, inferior-emacs-lisp-mode):
20519 * kmacro.el (kmacro-call-macro):
20520 * log-edit.el (log-edit-changelog-full-paragraphs):
20521 * mouse.el (mouse-1-click-follows-link):
20522 * skeleton.el (skeleton-autowrap):
20523 * subr.el (insert-for-yank-1):
20524 * tempo.el (tempo-insert-region):
20525 * terminal.el (terminal-emulator):
20526 * time.el (display-time-mail-face):
20527 * vc.el (vc-annotate):
20528 * vcursor.el (vcursor-copy-line):
20529 * woman.el (woman-bold-headings, woman-ignore)
20530 (woman-default-faces, woman-monochrome-faces):
20531 * calendar/todo-mode.el (todo-insert-threshold):
20532 * emulation/pc-select.el (pc-select-selection-keys-only)
20533 (pc-selection-mode):
20534 * emulation/vip.el (vip-find-char-forward):
20535 * emulation/viper-cmd.el (viper-find-char-forward):
20536 * international/mule-cmds.el
20537 (select-safe-coding-system-accept-default-p)
20538 (input-method-exit-on-invalid-key):
20539 * international/mule-diag.el (describe-coding-system):
20540 * international/ucs-tables.el (unify-8859-on-encoding-mode):
20541 * net/browse-url.el (browse-url-xterm-program):
20542 * obsolete/lazy-lock.el (lazy-lock-mode):
20543 * progmodes/cperl-mode.el (cperl-info-on-command-no-prompt)
20544 (cperl-mode):
20545 * progmodes/cpp.el (cpp-face-light-name-list)
20546 (cpp-face-dark-name-list):
20547 * progmodes/delphi.el (delphi-newline-always-indents):
20548 Fix spellings in docstrings.
20549
20550 * ido.el (ido-mode, ido-file-extensions-order)
20551 (ido-default-file-method, ido-default-buffer-method)
20552 (ido-max-prospects, ido-slow-ftp-hosts, ido-setup-hook)
20553 (ido-decorations, ido-read-file-name-as-directory-commands)
20554 (ido-read-file-name-non-ido, ido-work-directory-list)
20555 (ido-ignore-item-temp-list, ido-current-directory)
20556 (ido-magic-forward-char, ido-enter-find-file)
20557 (ido-enter-switch-buffer, ido-visit-buffer, ido-switch-buffer)
20558 (ido-find-file, ido-read-buffer): Fix typos in docstrings.
20559
20560 2005-06-10 Lute Kamstra <lute@gnu.org>
20561
20562 * play/dunnet.el (dun-mode): Use define-derived-mode.
20563 (dungeon-mode-map): Rename to dun-mode-map. Keep old name as an
20564 obsolete alias.
20565
20566 * play/doctor.el (doctor-mode-map): Remove defvar.
20567 (doctor-mode): Use define-derived-mode.
20568
20569 * mail/mspools.el (mspools-mode):
20570 * net/eudc-hotlist.el (eudc-hotlist-mode):
20571 * play/blackbox.el (blackbox-mode): Use run-mode-hooks.
20572
20573 2005-06-10 Miles Bader <miles@gnu.org>
20574
20575 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
20576 Remove "-face" suffix from face names.
20577 (flyspell-incorrect-face, flyspell-duplicate-face):
20578 New backward-compatibility aliases for renamed faces.
20579 (flyspell-mode-on, make-flyspell-overlay)
20580 (flyspell-highlight-incorrect-region)
20581 (flyspell-highlight-duplicate-region)
20582 (flyspell-display-next-corrections)
20583 (flyspell-auto-correct-previous-word): Use renamed flyspell faces.
20584
20585 * textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix
20586 from face name.
20587 (texinfo-heading-face): New backward-compatibility alias for
20588 renamed face.
20589 (texinfo-heading-face): Use renamed texinfo-heading face.
20590
20591 * textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face"
20592 suffix from face names.
20593 (tex-math-face, tex-verbatim-face):
20594 New backward-compatibility aliases for renamed faces.
20595 (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces.
20596 (tex-insert-quote): Use `tex-verbatim-face' variable instead of
20597 literal face name.
20598
20599 * textmodes/table.el (table-cell): Remove "-face" suffix from face
20600 name.
20601 (table-cell-face): New backward-compatibility alias for renamed face.
20602 (table--put-cell-face-property, table--update-cell-face):
20603 Use renamed table-cell face.
20604
20605 * textmodes/sgml-mode.el (sgml-namespace): Remove "-face" suffix
20606 from face name.
20607 (sgml-namespace-face): New backward-compatibility alias for
20608 renamed face.
20609 (sgml-namespace-face): Use renamed sgml-namespace face.
20610
20611 * textmodes/org.el (org-level-1, org-level-2, org-level-3)
20612 (org-level-4, org-level-5, org-level-6, org-level-7)
20613 (org-level-8, org-warning, org-headline-done)
20614 (org-deadline-announce, org-scheduled-today)
20615 (org-scheduled-previously, org-link, org-done, org-table)
20616 (org-time-grid): Remove "-face" suffix from face names.
20617 (org-level-1-face, org-level-2-face, org-level-3-face)
20618 (org-level-4-face, org-level-5-face, org-level-6-face)
20619 (org-level-7-face, org-level-8-face, org-warning-face)
20620 (org-headline-done-face, org-deadline-announce-face)
20621 (org-scheduled-today-face, org-scheduled-previously-face)
20622 (org-link-face, org-done-face, org-table-face)
20623 (org-time-grid-face):
20624 New backward-compatibility aliases for renamed faces.
20625 (org-level-faces, org-set-font-lock-defaults, org-timeline)
20626 (org-agenda, org-agenda-get-todos, org-agenda-get-deadlines)
20627 (org-agenda-get-timestamps, org-agenda-get-scheduled)
20628 (org-agenda-add-time-grid-maybe, org-table-p): Use renamed org faces.
20629
20630 * emulation/viper-init.el (viper-search, viper-replace-overlay)
20631 (viper-minibuffer-emacs, viper-minibuffer-insert)
20632 (viper-minibuffer-vi): Remove "-face" suffix from face names.
20633 (viper-search-face, viper-replace-overlay-face)
20634 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
20635 (viper-minibuffer-vi-face):
20636 New backward-compatibility aliases for renamed faces.
20637 (viper-search-face, viper-replace-overlay-face)
20638 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
20639 (viper-minibuffer-vi-face): Use renamed viper faces.
20640
20641 * emacs-lisp/testcover.el (testcover-nohits, testcover-1value):
20642 Remove "-face" suffix from face names.
20643 (testcover-nohits-face, testcover-1value-face):
20644 New backward-compatibility aliases for renamed faces.
20645 (testcover-mark): Use renamed testcover faces.
20646
20647 * calendar/diary-lib.el (diary-button): Remove "-face" suffix from
20648 face name.
20649 (diary-button-face): New backward-compatibility alias for renamed face.
20650 (diary-entry): Use renamed diary-button face.
20651
20652 * calendar/calendar.el (diary, calendar-today, holiday)
20653 (mark-visible-calendar-date): Remove "-face" suffix from face names.
20654 (diary-face, calendar-today-face, holiday-face):
20655 New backward-compatibility aliases for renamed faces.
20656 (eval-after-load "facemenu", diary-entry-marker)
20657 (calendar-today-marker, calendar-holiday-marker, diary-face):
20658 Use renamed calendar faces.
20659
20660 * compare-w.el (compare-windows): Remove "-face" suffix from face name.
20661 (compare-windows-face): New backward-compatibility alias for
20662 renamed face.
20663 (compare-windows-highlight): Use renamed compare-windows face.
20664
20665 * strokes.el (strokes-char): Remove "-face" suffix from face name.
20666 (strokes-char-face): New backward-compatibility alias for renamed face.
20667 (strokes-encode-buffer): Use renamed strokes-char face.
20668
20669 * pcvs-info.el (cvs-header, cvs-filename, cvs-unknown)
20670 (cvs-handled, cvs-need-action, cvs-marked, cvs-msg):
20671 Remove "-face" suffix from face names.
20672 (cvs-header-face, cvs-filename-face, cvs-unknown-face)
20673 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
20674 (cvs-msg-face): New backward-compatibility aliases for renamed faces.
20675 (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp):
20676 Use renamed pcvs faces.
20677 * pcvs.el (cvs-mode-find-file): Use renamed pcvs faces.
20678 * pcvs-defs.el (cvs-mode-map): Likewise.
20679 * cvs-status.el (cvs-status-font-lock-keywords): Likewise.
20680
20681 * info.el (info-title-1, info-title-2, info-title-3)
20682 (info-title-4): Remove "-face" suffix from and downcase face names.
20683 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
20684 (Info-title-4-face):
20685 New backward-compatibility aliases for renamed faces.
20686 (Info-fontify-node): Use renamed info faces.
20687
20688 * hilit-chg.el (highlight-changes, highlight-changes-delete):
20689 Remove "-face" suffix from face names.
20690 (highlight-changes-face, highlight-changes-delete-face):
20691 New backward-compatibility aliases for renamed faces.
20692 (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov)
20693 (hilit-chg-make-list): Use renamed highlight-changes faces.
20694
20695 * generic-x.el (show-tabs-tab, show-tabs-space):
20696 Remove "-face" suffix from face names.
20697 (show-tabs-tab-face, show-tabs-space-face):
20698 New backward-compatibility aliases for renamed faces.
20699 (show-tabs-generic-mode-font-lock-defaults-1)
20700 (show-tabs-generic-mode-font-lock-defaults-2):
20701 Use renamed show-tabs faces.
20702
20703 * smerge-mode.el (smerge-mine, smerge-other, smerge-base)
20704 (smerge-markers): Remove "-face" suffix from face names.
20705 (smerge-mine-face, smerge-other-face, smerge-base-face)
20706 (smerge-markers-face):
20707 New backward-compatibility aliases for renamed faces.
20708 (smerge-mine-face, smerge-other-face, smerge-base-face)
20709 (smerge-markers-face): Use renamed smerge faces.
20710
20711 * log-view.el (log-view-file, log-view-message): Remove "-face"
20712 suffix from face names.
20713 (log-view-file-face, log-view-message-face):
20714 New backward-compatibility aliases for renamed faces.
20715 (log-view-file-face, log-view-message-face): Use renamed log-view
20716 faces.
20717
20718 * paren.el (show-paren-match, show-paren-mismatch):
20719 Remove "-face" suffix from face names.
20720 (show-paren-match-face, show-paren-mismatch-face):
20721 New backward-compatibility aliases for renamed faces.
20722 (show-paren-function): Use renamed show-paren faces.
20723
20724 * ruler-mode.el (ruler-mode-default, ruler-mode-pad)
20725 (ruler-mode-margins, ruler-mode-fringes)
20726 (ruler-mode-column-number, ruler-mode-fill-column)
20727 (ruler-mode-comment-column, ruler-mode-goal-column)
20728 (ruler-mode-tab-stop, ruler-mode-current-column): Remove "-face"
20729 suffix from face names.
20730 (ruler-mode-default-face, ruler-mode-pad-face)
20731 (ruler-mode-margins-face, ruler-mode-fringes-face)
20732 (ruler-mode-column-number-face, ruler-mode-fill-column-face)
20733 (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
20734 (ruler-mode-tab-stop-face, ruler-mode-current-column-face):
20735 New backward-compatibility aliases for renamed faces.
20736 (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
20737 (ruler-mode-column-number, ruler-mode-fill-column)
20738 (ruler-mode-comment-column, ruler-mode-goal-column)
20739 (ruler-mode-tab-stop, ruler-mode-current-column)
20740 (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed
20741 faces.
20742
20743 * whitespace.el (whitespace-highlight): Remove "-face" suffix from
20744 face name.
20745 (whitespace-highlight-the-space): Use renamed face.
20746 (whitespace-highlight-face): New backward-compatibility alias for
20747 renamed face.
20748
20749 * woman.el (woman-italic, woman-bold, woman-unknown)
20750 (woman-addition, woman-symbol-face):
20751 Remove "-face" suffix from face names.
20752 (woman-italic-face, woman-bold-face, woman-unknown-face)
20753 (woman-addition-face):
20754 New backward-compatibility aliases for renamed faces.
20755 (woman-default-faces, woman-monochrome-faces, woman-man-buffer)
20756 (woman-decode-region, woman-replace-match)
20757 (woman-display-extended-fonts, woman-special-characters)
20758 (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH):
20759 Use renamed woman faces.
20760
20761 * longlines.el (longlines-visible-face): Face removed.
20762
20763 * diff-mode.el (diff-header, diff-file-header, diff-index)
20764 (diff-hunk-header, diff-removed, diff-added, diff-changed)
20765 (diff-function, diff-context, diff-nonexistent): Remove "-face"
20766 suffix from face names.
20767 (diff-header-face, diff-file-header-face, diff-index-face)
20768 (diff-hunk-header-face, diff-removed-face, diff-added-face)
20769 (diff-changed-face, diff-function-face, diff-context-face)
20770 (diff-nonexistent-face): New backward-compatibility aliases for
20771 renamed faces.
20772 (diff-header-face, diff-file-header-face)
20773 (diff-index, diff-index-face, diff-hunk-header)
20774 (diff-hunk-header-face, diff-removed, diff-removed-face)
20775 (diff-added, diff-added-face, diff-changed-face, diff-function)
20776 (diff-function-face, diff-context-face, diff-nonexistent)
20777 (diff-nonexistent-face): Use renamed diff-mode faces.
20778
20779 * progmodes/compile.el (compilation-warning-face)
20780 (compilation-info-face): Remove "-face" suffix from face names.
20781 (compilation-warning-face, compilation-info-face):
20782 New backward-compatibility aliases for renamed faces.
20783 (compilation-warning-face, compilation-info-face):
20784 Use renamed compilation faces.
20785
20786 * add-log.el (change-log-date, change-log-name)
20787 (change-log-email, change-log-file, change-log-list)
20788 (change-log-conditionals, change-log-function)
20789 (change-log-acknowledgement): Remove "-face" suffix from face names.
20790 (change-log-date-face, change-log-name-face)
20791 (change-log-email-face, change-log-file-face)
20792 (change-log-list-face, change-log-conditionals-face)
20793 (change-log-function-face, change-log-acknowledgement-face):
20794 New backward-compatibility aliases for renamed faces.
20795 (change-log-font-lock-keywords): Use renamed change-log faces.
20796
20797 * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
20798 (custom-set, custom-changed, custom-saved, custom-button)
20799 (custom-button-pressed, custom-documentation, custom-state)
20800 (custom-comment, custom-comment-tag, custom-variable-tag)
20801 (custom-variable-button, custom-face-tag, custom-group-tag-1)
20802 (custom-group-tag): Remove "-face" suffix from face names.
20803 (custom-magic-alist, custom-magic-value-create)
20804 (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
20805 (custom-invalid-face, custom-rogue-face, custom-modified-face)
20806 (custom-set-face, custom-changed-face, custom-saved-face)
20807 (custom-button-face, custom-button-pressed-face)
20808 (custom-documentation-face, custom-state-face)
20809 (custom-comment-face, custom-comment-tag-face)
20810 (custom-variable-tag-face, custom-variable-button-face)
20811 (custom-face-tag-face, custom-group-tag-face-1)
20812 (custom-group-tag-face):
20813 New backward-compatibility aliases for renamed faces.
20814
20815 * wid-edit.el (widget-documentation, widget-button)
20816 (widget-field, widget-single-line-field, widget-inactive)
20817 (widget-button-pressed): "-face" suffix removed from face names.
20818 (widget-documentation-face, widget-button-face)
20819 (widget-field-face, widget-single-line-field-face)
20820 (widget-inactive-face, widget-button-pressed-face):
20821 New backward-compatibility aliases for renamed faces.
20822 (widget-documentation-face, widget-button-face)
20823 (widget-button-pressed-face, widget-specify-field)
20824 (widget-specify-inactive): Use renamed widget faces.
20825
20826 2005-06-10 Kenichi Handa <handa@m17n.org>
20827
20828 * term/x-win.el (x-clipboard-yank): Remove condition-case
20829 wrapping.
20830
20831 2005-06-11 Kenichi Handa <handa@m17n.org>
20832
20833 * add-log.el (change-log-font-lock-keywords): Make the regexp for
20834 date lines stricter.
20835
20836 2005-06-10 Zhang Wei <id.brep@gmail.com>
20837
20838 * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
20839 of x-get-selection.
20840
20841 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
20842
20843 * comint.el (comint-mode, comint-snapshot-last-prompt):
20844 * frame.el (frame-current-scroll-bars):
20845 * term.el (term-mode, term-check-proc, term-input-sender)
20846 (term-simple-send, term-extract-string, term-word)
20847 (term-match-partial-filename):
20848 * window.el (window-current-scroll-bars):
20849 * emulation/cua-base.el (cua-normal-cursor-color)
20850 (cua-read-only-cursor-color, cua-overwrite-cursor-color)
20851 (cua-global-mark-cursor-color):
20852 * mail/undigest.el (rmail-forward-separator-regex):
20853 Fix typos in docstrings.
20854
20855 * comint.el (comint-check-proc, make-comint-in-buffer)
20856 (comint-source-default): Doc fixes.
20857
20858 * term.el (term-send-string): Improve argument/docstring consistency.
20859
20860 2005-06-09 Luc Teirlinck <teirllm@auburn.edu>
20861
20862 * comint.el (comint-send-input): Bind `inhibit-read-only' around
20863 call to `delete-region'.
20864 (comint-mode-hook): Do not enable Font Lock by default.
20865
20866 2005-06-09 Lute Kamstra <lute@gnu.org>
20867
20868 * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
20869 could be void.
20870
20871 2005-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
20872
20873 * emacs-lisp/debug.el (debugger-will-be-back): New var.
20874 (debug): Use it.
20875 (debugger-step-through, debugger-continue, debugger-jump)
20876 (debugger-return-value): Set it when needed.
20877 (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
20878 Use inhibit-read-only.
20879
20880 2005-06-09 Juanma Barranquero <lekktu@gmail.com>
20881
20882 * window.el (shrink-window-if-larger-than-buffer)
20883 (window-size-fixed): Fix typo in docstring.
20884
20885 * thumbs.el: Don't set `auto-image-file-mode'. Do not create the
20886 thumbnails directory on loading.
20887 (thumbs-conversion-program): Use `eq' to check the system type,
20888 not `equal'.
20889 (thumbs-temp-dir): Initialize to `temporary-file-directory',
20890 not "/tmp". Fix docstring.
20891 (thumbs-thumbsdir): New function to return the thumbnails
20892 directory, creating it if needed.
20893 (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
20894 (thumbs-temp-file): Delete variable and make it into a function.
20895 (thumbs-resize-image, thumbs-modify-image): Use it.
20896 (thumbs-kill-buffer): Simplify.
20897 (thumbs-gensym): Defalias or duplicate CL `gensym'.
20898 (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
20899 docstrings.
20900
20901 2005-06-09 Kim F. Storm <storm@cua.dk>
20902
20903 * subr.el (save-match-data): Add RESEAT arg `evaporate' to
20904 set-match-data to free markers in match-data.
20905
20906 * replace.el (replace-match-data): Pass RESEAT arg `t' to
20907 match-data to unchain markers in match-data.
20908
20909 2005-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
20910
20911 * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
20912 the debugger immediately anyway. Undo the 2005-06-06 change, rendered
20913 unnecessary now.
20914
20915 2005-06-08 Richard M. Stallman <rms@gnu.org>
20916
20917 * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
20918 give the variable a doc string that doesn't say don't set it directly.
20919
20920 * textmodes/ispell.el (ispell-check-version):
20921 Use match-string-no-properties.
20922 (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
20923 (ispell-buffer-local-words): Likewise.
20924
20925 * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
20926 except on terminals with enough colors to really display it.
20927 (makefile-dependency-regex): Delete spurious `bb'.
20928
20929 * faces.el (escape-glyph): Use blue once again in last case.
20930 (no-break-space): Redefine so that it isn't invisible on a tty.
20931
20932 2005-06-08 Kim F. Storm <storm@cua.dk>
20933
20934 * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
20935 also when reading directory name.
20936
20937 2005-06-08 Lute Kamstra <lute@gnu.org>
20938
20939 * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
20940 (flyspell-mode-line-string): Remove autoload cookie.
20941 (flyspell-mode): Remove defvar.
20942
20943 2005-06-07 Lute Kamstra <lute@gnu.org>
20944
20945 * textmodes/org.el (org-run-mode-hooks): New function.
20946 (org-agenda-mode): Use it.
20947
20948 2005-06-07 David McCabe <davemccabe@gmail.com> (tiny change)
20949
20950 * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
20951
20952 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
20953
20954 * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
20955
20956 2005-06-06 Luc Teirlinck <teirllm@auburn.edu>
20957
20958 * font-lock.el (font-lock-add-keywords): Doc fix.
20959
20960 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
20961
20962 * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
20963 (tex-compile-default): In the absence of any history, use the order in
20964 tex-compile-alist to choose the preferred command.
20965 (tex-compile-commands): Reorder a bit.
20966
20967 * textmodes/flyspell.el (flyspell-auto-correct-binding)
20968 (flyspell-incorrect-face, flyspell-duplicate-face):
20969 Use (X)Emacs-agnostic code.
20970 (flyspell-mode-map): Don't overwrite at each load. Remove code
20971 redundant with the subsequent add-minor-mode. Merge Emacs and
20972 XEmacs code.
20973 (flyspell-word): Minor simplification.
20974 (flyspell-math-tex-command-p): Quieten the byte-compiler.
20975 (flyspell-external-point-words): Remove unused vars `size' and `start'.
20976 (flyspell-do-correct): Rename from flyspell-xemacs-correct.
20977 Merge the corresponding Emacs code.
20978 (flyspell-correct-word, flyspell-xemacs-popup):
20979 Use flyspell-do-correct.
20980
20981 * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
20982 a dedicated window.
20983
20984 * international/latexenc.el (latexenc-find-file-coding-system):
20985 Undo part of last patch, to turn off a compiler warning.
20986
20987 2005-06-06 Juri Linkov <juri@jurta.org>
20988
20989 * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
20990 Rename `tmm-inactive-face' to `tmm-inactive'.
20991
20992 2005-06-06 Matt Hodges <MPHodges@member.fsf.org>
20993
20994 * iswitchb.el: Rename faces.
20995
20996 2005-06-06 Kim F. Storm <storm@cua.dk>
20997
20998 * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
20999 (cua-global-mark): Remove -face suffix from face names.
21000
21001 * emulation/cua-gmrk.el (cua--init-global-mark):
21002 Remove cua-global-mark face setup.
21003
21004 2005-06-06 Richard M. Stallman <rms@gnu.org>
21005
21006 * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
21007 just like other allowed characters.
21008 (makefile-match-dependency): Exclude leading and training whitespace
21009 from the range of regexp subexp 1.
21010 (makefile-macroassign-regex): Don't try to match the body,
21011 just the name of the macro being defined.
21012
21013 * info.el (Info-read-node-name-2): New function.
21014 (Info-read-node-name-1): Use that.
21015 Add a completion-base-size-function property.
21016
21017 * simple.el (completion-setup-function): Look for
21018 completion-base-size-function property of minibuffer-completion-table.
21019
21020 * files.el (locate-file-completion): Doc fix.
21021
21022 * printing.el: Don't call pr-update-menus; user must do that.
21023
21024 * emacs-lisp/debug.el (debugger-window): New variable.
21025 (debug): Use debugger-window if it is set and still alive.
21026 Record debugger-window for next entry.
21027
21028 * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
21029
21030 2005-06-06 Matthias F\e,Av\e(Brste <slashdevslashnull@gmx.net>
21031
21032 * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
21033 (hack-one-local-variable, hack-local-variables)
21034 (hack-local-variables-prop-line): Pass that arg.
21035
21036 2005-06-06 Kim F. Storm <storm@cua.dk>
21037
21038 * ido.el (ido-first-match, ido-only-match, ido-subdir)
21039 (ido-indicator): Remove -face suffix from face names.
21040
21041 2005-06-06 Juri Linkov <juri@jurta.org>
21042
21043 * font-lock.el (font-lock-regexp-backslash)
21044 (font-lock-regexp-backslash-construct): New faces.
21045 (lisp-font-lock-keywords-2): Use new faces. Match `?:' only
21046 after `('. Add `while-no-input' to control structures.
21047
21048 * faces.el (no-break-space, shadow): New faces.
21049 (escape-glyph): Use less loud colors pink2 and red4.
21050
21051 * diff-mode.el (diff-context-face)
21052 * dired.el (dired-ignored)
21053 * rfn-eshadow.el (file-name-shadow)
21054 * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
21055
21056 * info.el (Info-title-1-face): Use green instead of yellow because
21057 bold yellow is not readable on light backgrounds.
21058
21059 * progmodes/compile.el (compilation-start): Move `erase-buffer' up
21060 before selecting the desired mode to not spend time fontifying
21061 old contents.
21062
21063 2005-06-06 Juanma Barranquero <lekktu@gmail.com>
21064
21065 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
21066 (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
21067
21068 * ps-print.el (ps-default-fg, ps-default-bg):
21069 Fix typos in docstrings.
21070
21071 * isearchb.el (isearchb): Don't pass a spurious second argument to
21072 `iswitchb-completions'.
21073
21074 2005-06-05 Nick Roberts <nickrob@snap.net.nz>
21075
21076 * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
21077 to preserve point.
21078 (gdb-find-file-hook): Add doc string.
21079
21080 * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
21081 C dereferenced pointer expression.
21082 (gud-tool-bar-map): Put it on the tool bar. Re-order icons.
21083
21084 * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
21085
21086 * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
21087 * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
21088 * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
21089 * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
21090 * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
21091 Make background transparent.
21092
21093 2005-06-04 Luc Teirlinck <teirllm@auburn.edu>
21094
21095 * font-lock.el (font-lock-add-keywords): Doc fix. Comment change.
21096 (font-lock-remove-keywords): Doc fix.
21097 (font-lock-mode-major-mode): Compiler defvar.
21098 (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
21099
21100 * font-core.el (font-lock-mode-major-mode): Compiler defvar.
21101 (font-lock-mode): Update `font-lock-mode-major-mode'.
21102 (font-lock-set-defaults): Compiler defvar.
21103 (font-lock-default-function): Take `font-lock-mode-major-mode'
21104 into account.
21105
21106 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
21107 keep track of which major mode it enabled the minor mode for.
21108 Use find-file-hook again. Update docstring.
21109
21110 * simple.el (eval-expression-print-level)
21111 (eval-expression-print-length, eval-expression-debug-on-error):
21112 Doc fixes.
21113
21114 2005-06-04 Matt Hodges <MPHodges@member.fsf.org>
21115
21116 * iswitchb.el (iswitchb-single-match-face)
21117 (iswitchb-current-match-face, iswitchb-virtual-matches-face)
21118 (iswitchb-invalid-regexp-face): New faces.
21119 (iswitchb-completions): Use them.
21120 (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
21121 now marked as an obsolete alias.
21122 (iswitchb-read-buffer): Remove check for bound font variables.
21123 (iswitchb-invalid-regexp): New free variable.
21124 (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
21125 set iswitchb-invalid-regexp.
21126 (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
21127 invalid regexps.
21128 (iswitchb-completions): Add check for complete match when entering
21129 a regexp.
21130 (iswitchb-completions): Remove require-match argument.
21131 (iswitchb-exhibit): Fix caller.
21132 (iswitchb-common-match-inserted): New variable.
21133 (iswitchb-complete, iswitchb-completion-help): Use it.
21134
21135 2005-06-04 David Reitter <david.reitter@gmail.com> (tiny change)
21136
21137 * url-http.el (url-http-chunked-encoding-after-change-function):
21138 Use `url-http-debug' instead of `message'.
21139
21140 2005-06-04 Thierry Emery <thierry.emery@free.fr> (tiny change)
21141
21142 * url-http.el (url-http-parse-headers): Pass redirected URL as a
21143 callback argument.
21144
21145 2005-06-04 Kim F. Storm <storm@cua.dk>
21146
21147 * simple.el (line-move): Only call sit-for when moving backwards.
21148
21149 * ido.el (ido-make-merged-file-list-1): New defun split from
21150 ido-make-merged-file-list.
21151 (ido-make-merged-file-list): Bind throw-on-input around call to
21152 ido-make-merged-file-list-1. Return input-pending-p if
21153 interrupted by more input available.
21154 (ido-read-internal): Handle input-pending-p return value from
21155 ido-make-merged-file-list.
21156
21157 2005-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
21158
21159 * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
21160 compatibility code.
21161
21162 * international/latexenc.el (latexenc-find-file-coding-system):
21163 Don't inherit the EOL part of the coding-system from the
21164 tex-main buffer. Fit within 80 columns.
21165
21166 2005-06-03 Matt Hodges <MPHodges@member.fsf.org>
21167
21168 * tmm.el (tmm-inactive-face): New face.
21169 (tmm-remove-inactive-mouse-face): New function.
21170 (tmm-prompt, tmm-add-one-shortcut)
21171 (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
21172 but not selectable.
21173
21174 2005-06-03 Juanma Barranquero <lekktu@gmail.com>
21175
21176 * faces.el (face-equal): Improve argument/docstring consistency.
21177
21178 2005-06-03 Daniel Pfeiffer <occitan@esperanto.org>
21179
21180 * progmodes/make-mode.el (makefile-targets-face)
21181 (makefile-shell-face, makefile-makepp-perl-face): Add :version.
21182 (makefile-bsdmake-dependency-regex)
21183 (makefile-makepp-rule-action-regex)
21184 (makefile-bsdmake-rule-action-regex): New constants.
21185 (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
21186
21187 * progmodes/compile.el (compilation-error-regexp-alist-alist):
21188 Allow (...) within `...' for makepp messages.
21189
21190 2005-06-03 Michael Kifer <kifer@cs.stonybrook.edu>
21191
21192 * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
21193
21194 * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
21195 "." files are deleted from all file lists before comparison.
21196
21197 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
21198 (viper-ESC-key): Made them customizable.
21199
21200 * viper.el (viper-non-hook-settings): Fix the names of defadvices.
21201
21202 2005-06-01 Luc Teirlinck <teirllm@auburn.edu>
21203
21204 * autorevert.el (auto-revert-buffers): Use save-match-data.
21205
21206 2005-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
21207
21208 * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
21209 menu items with a nil command binding.
21210
21211 2005-06-01 Juanma Barranquero <lekktu@gmail.com>
21212
21213 * emacs-lisp/cl-macs.el (defsetf):
21214 Improve argument/docstring consistency.
21215
21216 * faces.el (list-faces-display): Improve the formatting by
21217 computing the maximum length required for any face-name (reworked
21218 patch of 1999-01-11, accidentally deleted on 1999-07-21).
21219 (internal-find-face): Remove redundant info in docstring.
21220
21221 2005-06-01 Nick Roberts <nickrob@snap.net.nz>
21222
21223 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
21224 (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
21225 (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
21226 (gdb-assembler-custom): Improve regexps.
21227 (def-gdb-auto-update-handler): Use window point to preserve point.
21228
21229 2005-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
21230
21231 * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
21232
21233 2005-05-31 Jay Belanger <belanger@truman.edu>
21234
21235 * calc/calc-embed.el (calc-embedded-word): Change argument passed
21236 to calc-embedded.
21237 (calc-embedded-make-info): Have plain prefix argument select
21238 entire line.
21239
21240 2005-05-31 Juanma Barranquero <lekktu@gmail.com>
21241
21242 * faces.el (list-faces-display): Signal error if passed a regexp
21243 that matches no face name.
21244
21245 * simple.el (filter-buffer-substring): Fix typo in docstring.
21246
21247 2005-05-31 Richard M. Stallman <rms@gnu.org>
21248
21249 * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
21250 (vhdl-emacs-21): Doc fix.
21251 (vhdl-mode): Unconditionally set comment-padding.
21252 (vhdl-fixup-whitespace-region): Insert spaces only where
21253 there are none.
21254 (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
21255
21256 2005-05-30 John Wiegley <johnw@newartisans.com>
21257
21258 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
21259 * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
21260 * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
21261 `directory-sep-char' to ?/, and all uses of `string-to-int' to
21262 `string-to-number'.
21263
21264 2005-05-30 Jay Belanger <belanger@truman.edu>
21265
21266 * calc/calc.el (calc-bug-address): Fix docstring.
21267 (calc-window-hook, calc-trail-window-hook): New variables.
21268 (calc-trail-display): Restore use of calc-trail-window-hook.
21269 (calc): Restore use of calc-window-hook.
21270
21271 2005-05-31 Masatake YAMATO <jet@gyve.org>
21272
21273 * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
21274
21275 * help-fns.el (help-C-file-name): Add autoload mark for
21276 `find-function-noselect'.
21277
21278 2005-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
21279
21280 * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
21281 (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
21282
21283 2005-05-30 Glenn Morris <gmorris@ast.cam.ac.uk>
21284
21285 * calendar/diary-lib.el (mark-included-diary-files): Only kill
21286 included diary buffer if it was not already being visited.
21287 Reported by Stephen Berman <Stephen.Berman@gmx.net>.
21288
21289 * calendar/icalendar.el (top-level): Do not require appt.
21290
21291 * mail/supercite.el (sc-select-attribution): Only use a list
21292 element from sc-attrib-selection-list if it returns a string.
21293 Reported by Davide G. M. Salvetti <salve@debian.org>.
21294
21295 2005-05-30 Juanma Barranquero <lekktu@gmail.com>
21296
21297 * thumbs.el (thumbs-thumbname): The resulting thumbname now
21298 includes a hash value to improve its uniqueness, and has a ".jpg"
21299 extension. Also, it is now a valid filename on all systems.
21300 (thumbs-make-thumb): Use `let', not `let*'.
21301 (thumbs-show-thumbs-list): Check for JPEG availability.
21302
21303 2005-05-30 Richard M. Stallman <rms@gnu.org>
21304
21305 * filesets.el (filesets-menu-ensure-use-cached):
21306 Prevent warning when emacs-version>= is undefined.
21307
21308 * printing.el (pr-interactive-n-up): Use string-to-number.
21309
21310 * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
21311
21312 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
21313 Warn only when name to be defined is quoted.
21314
21315 2005-05-30 Nick Roberts <nickrob@snap.net.nz>
21316
21317 * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
21318 Make regexp more robust.
21319 (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
21320 Force regeneration of disassembly.
21321
21322 2005-05-29 Jay Belanger <belanger@truman.edu>
21323
21324 * calc/calc.el (calc-user-invocation): Check if
21325 calc-invocation-macro is non-nil.
21326
21327 2005-05-29 Juri Linkov <juri@jurta.org>
21328
21329 * add-log.el (change-log-font-lock-keywords):
21330 Add `+' to e-mail regexp to accept mail address with keywords.
21331
21332 * man.el (Man-name-regexp): Add `:' to accept qualified names.
21333
21334 2005-05-29 Luc Teirlinck <teirllm@auburn.edu>
21335
21336 * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
21337
21338 * ielm.el (inferior-emacs-lisp-mode): Ditto.
21339
21340 2005-05-29 Richard M. Stallman <rms@gnu.org>
21341
21342 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
21343 Undo the change that moves to end of the current word.
21344
21345 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
21346
21347 * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
21348 Throw error when count <= 0 to ensure input is a number.
21349 (gdb-read-memory-custom): Pick up address from buffer.
21350 (gdb-memory-mode): Allow user to increment and decrement
21351 memory address from header line.
21352
21353 2005-05-29 Richard M. Stallman <rms@gnu.org>
21354
21355 * flyspell.el (flyspell-version): Function deleted.
21356 (flyspell-auto-correct-previous-hook): Doc fix.
21357
21358 * jit-lock.el (jit-lock-function, jit-lock-after-change):
21359 Do nothing if memory is full.
21360
21361 * font-lock.el (font-lock-fontify-syntactically-region):
21362 Pass t for GREEDY to looking-back.
21363
21364 * saveplace.el (save-place-alist-to-file): Write the file
21365 using write-region.
21366
21367 * subr.el (looking-back): New argument GREEDY.
21368
21369 * progmodes/compile.el (compilation-start): Set the mode
21370 before inserting the initial text.
21371
21372 * progmodes/which-func.el (which-func-update-1): Turn the mode
21373 off in case of error by setting which-func-mode.
21374
21375 2005-05-29 Peter Heslin <p.j.heslin@durham.ac.uk> (tiny change)
21376
21377 * flyspell.el (flyspell-auto-correct-previous-word):
21378 Narrow down to what's on the screen, and recenter overlays
21379 at the end of the next word.
21380
21381 2005-05-29 Manuel Serrano <Manuel.Serrano@sophia.inria.fr>
21382
21383 * flyspell.el (flyspell-emacs, flyspell-use-local-map): Vars moved up.
21384 (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
21385 (flyspell-abbrev-p): Default to nil.
21386 (flyspell-use-global-abbrev-table-p): Doc fix.
21387 (flyspell-large-region): Allow nil as value.
21388 (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
21389
21390 (mail-mode-flyspell-verify): More robust handling
21391 of `mail-header-separator'. More efficient signature detection.
21392 Allow for regexp metacharacters in message-header-separator.
21393 Adding `To' not to be checked in mail-mode-flyspell-verify.
21394
21395 (flyspell-prog-mode): Run flyspell-prog-mode-hook.
21396 (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
21397 Bind flyspell-auto-correct-binding.
21398 Bind C-. and C-, .
21399 (flyspell-mode-map): Likewise.
21400 (flyspell-mode): Doc fix.
21401 (flyspell-accept-buffer-local-defs): Preserve current buffer.
21402 (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
21403 (flyspell-word-cache-result): New var, always local.
21404 (flyspell-check-pre-word-p): Doc fix.
21405 (flyspell-check-changed-word-p): Handle spc like newline.
21406 (flyspell-post-command-hook): Set flyspell-word-cache-result.
21407 (flyspell-word-search-backward, flyspell-word-search-forward):
21408 New functions.
21409 (flyspell-word): Return t if nothing to check.
21410 When parsing TeX code, check for after } or \.
21411 Use flyspell-word-search-backward to find previous word.
21412 Return nil if duplicated word.
21413 For word already checked, return same value as last time.
21414 Set flyspell-word-cache-result after checking.
21415 Don't clobber the return value.
21416 (flyspell-get-word): Major rewrite.
21417 (flyspell-external-point-words): New locals pword, pcount.
21418 Fix size used in progress message.
21419 Find the proper corresponding word in flyspell-large-region-buffer.
21420 (flyspell-region): Check for flyspell-large-region = nil.
21421 (flyspell-highlight-incorrect-region): Clean up overlays in region.
21422 (flyspell-auto-correct-word): Check that WORD is a cons.
21423 (flyspell-correct-word): Likewise.
21424
21425 2005-05-29 Daniel Pfeiffer <occitan@esperanto.org>
21426
21427 * progmodes/make-mode.el (makefile-rule-action-regex)
21428 (makefile-macroassign-regex, makefile-makepp-mode)
21429 (makefile-bsdmake-mode): Continuation lines may be empty.
21430 Reported by Joshua Varner.
21431 (makefile-makepp-font-lock-keywords): Add $(stem).
21432
21433 2005-05-28 Karl Berry <karl@gnu.org>
21434
21435 * textmodes/tex-mode.el: Now that tex-send-command calls
21436 shell-quote-argument (2005-03-31 change), remove all calls to
21437 shell-quote-argument; they all end up invoking tex-send-command.
21438 The double quoting loses on filenames with non-safe characters,
21439 such as "@". Reported by Frederik Fouvry.
21440
21441 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
21442
21443 * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
21444 about preserving point.
21445
21446 2005-05-27 Jay Belanger <belanger@truman.edu>
21447
21448 * calc/calc-misc.el (calc-info-goto-node): Use info instead of
21449 Info-goto-node.
21450
21451 * calc/calc-embed.el (calc-embed-arg): New variable.
21452 (calc-do-embedded-activate, calc-embedded-activate-formula)
21453 (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
21454 variable by new variable.
21455 (calc-embedded-make-info): Replace undeclared variable by new
21456 variable. When selecting region with positive prefix
21457 argument, use end of previous line instead of beginning of line.
21458
21459 * calc/calc-aent.el (calc-arg-values): Declare it.
21460
21461 * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
21462 Declare them.
21463
21464 * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
21465
21466 * calc/calc.el (calc-alg-map): Declare it.
21467
21468 * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
21469
21470 2005-05-28 Nick Roberts <nickrob@snap.net.nz>
21471
21472 * progmodes/gdb-ui.el (gdb-all-registers): New variable.
21473 (gdb-registers-buffer, toggle-gdb-all-registers):
21474 Toggle display of floating point registers.
21475 (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
21476
21477 * progmodes/gud.el (gud-goto-info): Use info. Don't use require.
21478 (toggle-gud-tooltip-dereference):
21479 Rename from gud-toggle-tooltip-dereference.
21480
21481 2005-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
21482
21483 * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
21484
21485 2005-05-27 Jay Belanger <belanger@truman.edu>
21486
21487 * calc/calc-prog.el (calc-kbd-report): Remove.
21488 (calc-kbd-query): Rewrite.
21489
21490 2005-05-27 Juanma Barranquero <lekktu@gmail.com>
21491
21492 * image.el (image-library-alist): Move to image.c.
21493 (image-type-available-p): Doc fix.
21494
21495 2005-05-27 Lute Kamstra <lute@gnu.org>
21496
21497 * calc/calc.el (calc):
21498 * outline.el (outline-1, outline-2, outline-3, outline-4)
21499 (outline-5, outline-6, outline-7, outline-8):
21500 * textmodes/dns-mode.el (dns-mode):
21501 * textmodes/sgml-mode.el (sgml-namespace-face):
21502 * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
21503 (tex-verbatim-face, tex-use-reftex):
21504 * textmodes/texinfo.el (texinfo-heading-face):
21505 Specify customization group.
21506
21507 * longlines.el: Don't require easy-mmode.
21508 (longlines-visible-face): Specify customization group.
21509
21510 2005-05-27 Kenichi Handa <handa@m17n.org>
21511
21512 * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
21513 encoding table of windows-1251.
21514
21515 * international/ucs-tables.el (ucs-set-table-for-input):
21516 If translation-table-for-input of a coding system is a symbol, get
21517 its translation-table property.
21518
21519 * international/code-pages.el: Don't register a coding system into
21520 non-iso-charset-alist more than once.
21521 (cp-make-coding-system): Likewise.
21522
21523 2005-05-26 John Wiegley <johnw@newartisans.com>
21524
21525 * eshell/esh-cmd.el (eshell-eval-command): If the return value of
21526 `eshell-resume-eval' is wrapped in a list, it indicates that the
21527 command was run asynchronously. In that case, unwrap the value
21528 before checking the delimiter value.
21529
21530 * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
21531 character before a space at the end of a line is \, assume the space
21532 is part of the last argument rather than a final argument separator.
21533
21534 * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
21535 is in use, and the target is `t' or `nil' (which are the most common
21536 values), don't assume that the symbol target is a buffer.
21537
21538 2005-05-26 Luc Teirlinck <teirllm@auburn.edu>
21539
21540 * calendar/calendar.el (calendar-mode-line-format):
21541 Use mode-line-highlight as mouse-face.
21542
21543 * time.el (display-time-string-forms, display-time-update):
21544 Use mode-line-highlight as mouse-face.
21545
21546 2005-05-26 Jay Belanger <belanger@truman.edu>
21547
21548 * calc/calc.el (calc-language-alist): Remove extra defvar.
21549
21550 2005-05-26 Lute Kamstra <lute@gnu.org>
21551
21552 * arc-mode.el (archive-mode):
21553 * bookmark.el (bookmark-read-annotation-mode)
21554 (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
21555 * bs.el (bs-mode):
21556 * calc/calc-yank.el (calc-edit-mode):
21557 * calc/calc.el (calc-mode, calc-trail-mode):
21558 * calculator.el (calculator-mode):
21559 * chistory.el (command-history-mode):
21560 * comint.el:
21561 * cus-edit.el (custom-mode):
21562 * descr-text.el (describe-text-mode):
21563 * ebuff-menu.el (Electric-buffer-menu-mode):
21564 * ediff-util.el (ediff-mode):
21565 * emacs-lisp/re-builder.el (reb-mode):
21566 * emulation/vi.el (vi-mode-setup):
21567 * emulation/ws-mode.el (wordstar-mode):
21568 * eshell/esh-mode.el (eshell-mode):
21569 * forms.el (forms-mode):
21570 * help-mode.el (help-mode):
21571 * hexl.el (hexl-mode):
21572 * ibuffer.el (ibuffer-mode):
21573 * ielm.el (inferior-emacs-lisp-mode):
21574 * info.el (Info-mode, Info-edit-mode):
21575 * international/swedish.el:
21576 * ledit.el (ledit-from-lisp-mode):
21577 * locate.el (locate-mode):
21578 * mail/rmail.el (rmail-mode):
21579 * mail/rmailedit.el (rmail-edit-mode):
21580 * mail/rmailsum.el (rmail-summary-mode):
21581 * mail/supercite.el (sc-electric-mode):
21582 * net/eudc.el (eudc-mode):
21583 * net/quickurl.el (quickurl-list-mode):
21584 * net/snmp-mode.el (snmp-mode, snmpv2-mode):
21585 * obsolete/ooutline.el (outline-mode):
21586 * obsolete/options.el (Edit-options-mode):
21587 * obsolete/rnews.el (news-mode):
21588 * obsolete/rnewspost.el (news-reply-mode):
21589 * play/5x5.el (5x5-mode):
21590 * play/decipher.el (decipher-mode, decipher-stats-mode):
21591 * play/gomoku.el (gomoku-mode):
21592 * play/snake.el (snake-mode):
21593 * play/solitaire.el (solitaire-mode):
21594 * play/tetris.el (tetris-mode):
21595 * progmodes/ada-mode.el (ada-mode):
21596 * progmodes/antlr-mode.el (antlr-mode):
21597 * progmodes/autoconf.el (autoconf-mode):
21598 * progmodes/dcl-mode.el (dcl-mode):
21599 * progmodes/delphi.el (delphi-mode):
21600 * progmodes/ebrowse.el (ebrowse-tree-mode)
21601 (ebrowse-electric-list-mode, ebrowse-member-mode)
21602 (ebrowse-electric-position-mode):
21603 * progmodes/f90.el (f90-mode):
21604 * progmodes/fortran.el (fortran-mode):
21605 * progmodes/icon.el (icon-mode):
21606 * progmodes/idlw-help.el (idlwave-help-mode):
21607 * progmodes/idlw-shell.el (idlwave-shell-mode):
21608 * progmodes/idlwave.el (idlwave-mode):
21609 * progmodes/inf-lisp.el (inferior-lisp-mode):
21610 * progmodes/m4-mode.el (m4-mode):
21611 * progmodes/meta-mode.el (metafont-mode, metapost-mode):
21612 * progmodes/modula2.el (modula-2-mode):
21613 * progmodes/octave-inf.el (inferior-octave-mode):
21614 * progmodes/octave-mod.el (octave-mode):
21615 * progmodes/pascal.el (pascal-mode):
21616 * progmodes/sh-script.el (sh-mode):
21617 * progmodes/sql.el (sql-mode, sql-interactive-mode):
21618 * progmodes/vhdl-mode.el (vhdl-mode):
21619 * progmodes/xscheme.el (scheme-interaction-mode):
21620 * replace.el (occur-mode):
21621 * ses.el (ses-mode):
21622 * simple.el (completion-list-mode):
21623 * skeleton.el:
21624 * speedbar.el (speedbar-mode):
21625 * term.el (term-mode):
21626 * terminal.el (terminal-edit-mode):
21627 * textmodes/reftex-index.el (reftex-index-mode)
21628 (reftex-index-phrases-mode):
21629 * textmodes/reftex-sel.el (reftex-select-label-mode)
21630 (reftex-select-bib-mode):
21631 * textmodes/reftex-toc.el (reftex-toc-mode):
21632 * wdired.el (wdired-change-to-wdired-mode):
21633 * wid-browse.el (widget-browse-mode):
21634 Use run-mode-hooks.
21635
21636 * array.el (array-mode):
21637 * calendar/todo-mode.el (todo-mode):
21638 * man.el (Man-mode):
21639 * play/landmark.el (lm-mode):
21640 * play/mpuz.el (mpuz-mode):
21641 Use kill-all-local-variables and run-mode-hooks.
21642
21643 * subr.el (delay-mode-hooks): Specify indentation.
21644
21645 2005-05-26 Mark A. Hershberger <mah@everybody.org>
21646
21647 * xml.el (xml-substitute-special): Don't die for undefined xml
21648 entities.
21649
21650 2005-05-26 Jay Belanger <belanger@truman.edu>
21651
21652 * calc/calc-prog.el (calc-user-define-edit): Don't find substring
21653 of nil.
21654
21655 2005-05-27 Nick Roberts <nickrob@snap.net.nz>
21656
21657 * progmodes/gdb-ui.el (gdb-frame-address):
21658 Rename from gdb-current-address.
21659 (gdb-previous-frame-address): Rename from gdb-previous-address.
21660 (gdb-selected-frame): Rename from gdb-current-frame.
21661 (gdb-get-selected-frame): Rename from gdb-get-current-frame.
21662 (gdb-frame-number): Rename from gdb-current-stack-level.
21663 (gdb-ann3): Match new mode-name for disassembly buffer.
21664 Extend initialization of variables.
21665 (gdb-post-prompt): Update disassembly from gdb-frame-handler.
21666 (gdb-memory-mode): Use mouse-face in header line.
21667 (gdb-assembler-buffer-name): Call it disassembly and give frame
21668 in mode line.
21669 (gdb-source-spec-regexp, gdb-assembler-custom)
21670 (gdb-invalidate-assembler, gdb-frame-handler):
21671 Make robust to leading zeroes in address format.
21672
21673 2005-05-26 Carsten Dominik <dominik@science.uva.nl>
21674
21675 * textmodes/org.el (org-mode): Use `define-derived-mode' to
21676 define `org-mode'.
21677 (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
21678
21679 2005-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
21680
21681 * log-edit.el (log-edit-changelog-entries): Distinguish between
21682 filenames like xfns.c and fns.c.
21683
21684 2005-05-25 Luc Teirlinck <teirllm@auburn.edu>
21685
21686 * buff-menu.el (Buffer-menu-revert-function): Improve handling of
21687 point after reverting.
21688 (Buffer-menu-make-sort-button): Handle the case where
21689 `Buffer-menu-use-header-line' is nil.
21690
21691 2005-05-25 Thien-Thi Nguyen <ttn@gnu.org>
21692
21693 * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
21694 New funcs. In minibuffer-local-completion-map bind `]', `/'
21695 and `:' to them.
21696
21697 2005-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
21698
21699 * startup.el (normal-top-level): Allow modification of load-path while
21700 we're iterating over it.
21701
21702 2005-05-25 Juanma Barranquero <lekktu@gmail.com>
21703
21704 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
21705 (thumbs-cleanup-thumbsdir, thumbs-call-convert)
21706 (thumbs-resize-interactive, thumbs-insert-image)
21707 (thumbs-insert-thumb, thumbs-dired-show-marked)
21708 (thumbs-find-image-at-point, thumbs-delete-images)
21709 (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
21710 (thumbs-increment-image-size, thumbs-decrement-image-size):
21711 Fix typos in docstrings.
21712
21713 2005-05-24 Andre Spiegel <spiegel@gnu.org>
21714
21715 * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
21716 (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
21717 (cperl-mode): Use them.
21718
21719 2005-05-24 Juanma Barranquero <lekktu@gmail.com>
21720
21721 * window.el (quit-window, shrink-window-if-larger-than-buffer):
21722 Doc fixes.
21723
21724 2005-05-24 Nick Roberts <nickrob@snap.net.nz>
21725
21726 * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
21727 Bind C-d to gdb-inferior-io-eof.
21728
21729 * dired.el (dired-dnd-popup-notice): Use message-box.
21730
21731 2005-05-23 Masatake YAMATO <jet@gyve.org>
21732
21733 * bindings.el (mode-line-major-mode-keymap):
21734 Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
21735
21736 * faces.el (mode-line-highlight): New face.
21737
21738 * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
21739 as mouse-face.
21740
21741 * bindings.el (top-level, help-echo, mode-line-modified)
21742 (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
21743 as mouse-face.
21744
21745 2005-05-23 Juanma Barranquero <lekktu@gmail.com>
21746
21747 * progmodes/cc-engine.el (c-guess-basic-syntax):
21748 Remove spurious call to `zerop'.
21749
21750 * emacs-lisp/cl.el (acons, pairlis): Add docstring.
21751
21752 2005-05-23 Martin Stjernholm <bug-cc-mode@gnu.org>
21753
21754 CC Mode update to 5.30.10:
21755
21756 * cc-fonts.el (c-font-lock-declarators): Fix bug where the point
21757 could go past the limit in decoration level 2, thereby causing
21758 errors during interactive fontification.
21759
21760 * cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp bug when
21761 the file is evaluated interactively.
21762
21763 * cc-engine.el (c-guess-basic-syntax): Handle operator
21764 declarations somewhat better in C++.
21765
21766 * cc-styles.el, cc-mode.el (c-run-mode-hooks): New helper macro to
21767 make use of `run-mode-hooks' which has been added in Emacs 21.1.
21768 (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
21769 (awk-mode): Use it.
21770 (make-local-hook): Suppress warning about obsoleteness.
21771
21772 * cc-engine.el, cc-align.el, cc-cmds.el
21773 (c-append-backslashes-forward, c-delete-backslashes-forward)
21774 (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
21775 Compensate for return value from `forward-line' when it has moved
21776 but not to a different line due to eob.
21777
21778 * cc-engine.el (c-guess-basic-syntax): Fix anchoring in
21779 `objc-method-intro' and `objc-method-args-cont'.
21780
21781 2005-05-23 Alan Mackenzie <bug-cc-mode@gnu.org>
21782
21783 CC Mode update to 5.30.10:
21784
21785 * cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's address
21786 in the copyright statement. Incidentally, change "along with GNU
21787 Emacs" to "along with this program" where it occurs.
21788
21789 * cc-mode.el: Add a fourth parameter `t' to the awk-mode autoload,
21790 so that it is interactive, hence can be found by M-x awk-mode
21791 whilst cc-mode is yet to be loaded. Reported by Glenn Morris
21792 <gmorris+emacs@ast.cam.ac.uk>.
21793
21794 * cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
21795 Mode's regexps.
21796
21797 2005-05-23 Kevin Ryde <user42@zip.com.au>
21798
21799 * cc-align.el (c-lineup-argcont): Ignore conses for {} pairs from
21800 c-parse-state, to avoid a lisp error (on bad code).
21801
21802 2005-05-23 Lute Kamstra <lute@gnu.org>
21803
21804 * subr.el (font-lock-defaults): Remove defvar as it's already
21805 defined in font-core.el.
21806
21807 * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
21808
21809 2005-05-23 Nick Roberts <nickrob@snap.net.nz>
21810
21811 * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
21812 more general and work when GDB variable "print pretty" is on,
21813 as with Emacs, for example.
21814
21815 2005-05-22 Luc Teirlinck <teirllm@auburn.edu>
21816
21817 * font-core.el: Update comment.
21818
21819 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
21820 Use `after-change-major-mode-hook' instead of `find-file-hook'.
21821
21822 * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
21823
21824 2005-05-22 Eli Zaretskii <eliz@gnu.org>
21825
21826 * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
21827 and `yank-handler' in the doc strings.
21828
21829 2005-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
21830
21831 * emacs-lisp/cl.el (eql): Remove. It's a builtin already.
21832
21833 2005-05-22 Richard M. Stallman <rms@gnu.org>
21834
21835 * help.el (describe-key): Move print-help-return-message call
21836 out of conditional.
21837
21838 * progmodes/etags.el (list-tags): Use with-no-warnings.
21839
21840 * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
21841 (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
21842 (starttls-extra-args, starttls-extra-arguments): Add defvars.
21843
21844 * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
21845
21846 * language/viet-util.el (viet-viscii-nonascii-translation-table):
21847 Add defvar.
21848
21849 * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
21850 Use defvar, not defconst.
21851
21852 * hexl.el (hexl-follow-line): Use with-no-warnings.
21853
21854 * emulation/tpu-extras.el: Use write-file-functions instead of
21855 write-file-hooks.
21856
21857 * dired.el (dired-font-lock-keywords): Fontify files with junk
21858 extensions even if marked by -F.
21859
21860 2005-05-22 Juanma Barranquero <lekktu@gmail.com>
21861
21862 * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
21863 (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
21864 * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
21865 (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
21866 (concatenate, list-length, get*, getf, cl-remprop):
21867 * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
21868 (etypecase, progv, lexical-let, lexical-let*)
21869 (multiple-value-bind, multiple-value-setq, shiftf):
21870 Improve argument/docstring consistency.
21871
21872 * subr.el (focus-frame, unfocus-frame): Revert deletion on 2005-05-01.
21873
21874 2005-05-22 Andre Spiegel <spiegel@gnu.org>
21875
21876 * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
21877 doesn't exist.
21878
21879 * vc.el (vc-trunk-p): Add autoload cookie. The function is used in
21880 vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
21881
21882 2005-05-22 Nick Roberts <nickrob@snap.net.nz>
21883
21884 * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
21885 already deleted variables: auto-fill-hook, blink-paren-hook,
21886 lisp-indent-hook, inhibit-local-variables, unread-command-event,
21887 suspend-hooks, comment-indent-hook, meta-flag,
21888 before-change-function, after-change-function,
21889 font-lock-doc-string-face.
21890
21891 2005-05-21 Luc Teirlinck <teirllm@auburn.edu>
21892
21893 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
21894
21895 2005-05-21 Eli Zaretskii <eliz@gnu.org>
21896
21897 * mail/rmail.el (rmail-reply): Filter the list in reply-to through
21898 rmail-dont-reply-to.
21899
21900 2005-05-21 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
21901
21902 * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
21903 literal blank when splitting new-header-values.
21904
21905 2005-05-21 Matt Hodges <MPHodges@member.fsf.org>
21906
21907 * calendar/cal-menu.el (cal-menu-update): Add separator as a
21908 string so that tmm doesn't create a completion entry for it.
21909
21910 * textmodes/table.el (table-disable-menu): Ditto.
21911
21912 2005-05-21 Richard M. Stallman <rms@gnu.org>
21913
21914 * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
21915
21916 * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
21917
21918 * net/rcompile.el (remote-compile): Use compilation-start.
21919
21920 * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
21921
21922 2005-05-21 Daniel Pfeiffer <occitan@esperanto.org>
21923
21924 * files.el (auto-mode-alist): Check GNUmakefile before makefile.
21925 Default to makefile-bsdmake-mode on BSD systems.
21926
21927 * imenu.el (imenu-generic-expression, imenu--generic-function'):
21928 REGEXP may also be a search function now. The part of doc-string
21929 for describing the structure was 95% identical to that of
21930 `imenu--generic-function'. Unify it there.
21931
21932 * progmodes/make-mode.el (makefile-imenu-generic-expression):
21933 Use function to find dependencies, because regexp alone is so complex,
21934 it easily goes into an endless loop.
21935 (makefile-makepp-mode): Also add submenu for Perl functions
21936 defined in the makefile.
21937 (makefile-bsdmake-mode): Special imenu-generic-expression no
21938 longer needed, due to function call.
21939 (makefile-match-dependency): Take BOUND into account when checking
21940 if we're through.
21941
21942 2005-05-20 Jay Belanger <belanger@truman.edu>
21943
21944 * calc/calc-units.el (calc-invalidate-units-table):
21945 Use inhibit-read-only.
21946 (math-build-units-table-buffer): Use view-mode.
21947
21948 2005-05-20 David Kastrup <dak@gnu.org>
21949
21950 * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
21951 easy-menu-add is not a nop on Emacs; and clarify when to call it.
21952
21953 2005-05-20 Lute Kamstra <lute@gnu.org>
21954
21955 * diff-mode.el (diff-header-face, diff-file-header-face)
21956 (diff-index-face, diff-hunk-header-face, diff-removed-face)
21957 (diff-added-face, diff-changed-face, diff-function-face)
21958 (diff-context-face, diff-nonexistent-face): Put them in the
21959 diff-mode customization group.
21960
21961 2005-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
21962
21963 * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
21964
21965 * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
21966
21967 * font-lock.el (lisp-font-lock-keywords-2): Don't error.
21968 Minor regexp-optimization.
21969
21970 2005-05-20 Carsten Dominik <dominik@science.uva.nl>
21971
21972 * textmodes/org.el (org-agenda-toggle-time-grid): New command.
21973 (org-agenda-use-time-grid, org-agenda-time-grid): New options.
21974 (org-agenda-add-time-grid-maybe): New function.
21975 (org-agenda): Call `org-agenda-add-time-grid-maybe'.
21976 (org-table-create): `dotimes' instead of `mapcar'.
21977 (org-xor): Simplify implementation.
21978 (org-agenda): `inhibit-redisplay' turned on.
21979 (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
21980 a consistent line after a state change.
21981 (org-agenda-remove-times-when-in-prefix): New option.
21982 (org-prefix-has-time): New variable.
21983 (org-parse-time-string): Optional argument NODEFAULT.
21984 (org-format-agenda-item): Parse items for time-of-day
21985 specifications and move these into the prefix if possible.
21986 (org-agenda-priority): Get current heading, not previous heading
21987 during agenda remote editing.
21988
21989 2005-05-20 Juanma Barranquero <lekktu@gmail.com>
21990
21991 * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
21992 (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
21993 (remove-duplicates, delete-duplicates, substitute)
21994 (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
21995 (nsubstitute-if-not, find, find-if, find-if-not, position)
21996 (position-if, position-if-not, count, count-if, count-if-not)
21997 (mismatch, search, sort*, stable-sort, merge, member*)
21998 (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
21999 (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
22000 (intersection, nintersection, set-difference, nset-difference)
22001 (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
22002 (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
22003 (nsublis, tree-equal): Improve argument/docstring consistency.
22004
22005 * subr.el (send-string, send-region): Remove obsolescence declaration.
22006 (window-dot, set-window-dot, read-input, show-buffer)
22007 (eval-current-buffer, string-to-int):
22008 Add release number to obsolescence declarations.
22009
22010 2005-05-19 Kim F. Storm <storm@cua.dk>
22011
22012 * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
22013 (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
22014
22015 2005-05-20 Matt Hodges <MPHodges@member.fsf.org>
22016
22017 * faces.el (list-faces-display): Make back button respect optional
22018 regexp arg.
22019
22020 2005-05-19 Juanma Barranquero <lekktu@gmail.com>
22021
22022 * calculator.el (calculator-radix-grouping-mode)
22023 (calculator-radix-grouping-digits, calculator-displayer)
22024 (calculator-radix-grouping-separator, calculator-copy-displayer):
22025 * dabbrev.el (dabbrev-search-these-buffers-only):
22026 * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
22027 (diff-advance-after-apply-hunk, diff-mode-hook)
22028 (diff-minor-mode-prefix):
22029 * imenu.el (imenu-use-popup-menu):
22030 * jit-lock.el (jit-lock-context-time):
22031 * newcomment.el (comment-fill-column, comment-column)
22032 (comment-style, comment-padding, comment-multi-line)
22033 (comment-empty-lines, comment-auto-fill-only-comments):
22034 * reveal.el (reveal-around-mark):
22035 * uniquify.el (uniquify-buffer-name-style)
22036 (uniquify-after-kill-buffer-p)
22037 (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
22038 (uniquify-min-dir-content, uniquify-separator)
22039 (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
22040 * w32-vars.el (w32-fixed-font-alist):
22041 * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
22042 * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
22043 * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
22044 * progmodes/perl-mode.el (perl-indent-level)
22045 (perl-continued-statement-offset, perl-continued-brace-offset)
22046 (perl-brace-offset, perl-brace-imaginary-offset)
22047 (perl-label-offset, perl-indent-continued-arguments)
22048 (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
22049 * progmodes/tcl.el (tcl-indent-level)
22050 (tcl-continued-indent-level, tcl-auto-newline)
22051 (tcl-tab-always-indent, tcl-electric-hash-style)
22052 (tcl-help-directory-list, tcl-use-smart-word-finder)
22053 (tcl-application, tcl-command-switches, tcl-prompt-regexp)
22054 (inferior-tcl-source-command):
22055 * textmodes/fill.el (enable-kinsoku):
22056 * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
22057 * textmodes/table.el (table-yank-handler):
22058 Specify missing group (and type, if simple) in defcustom.
22059
22060 2005-05-19 Luc Teirlinck <teirllm@auburn.edu>
22061
22062 * progmodes/compile.el (compilation-finish-function): Fix defvar.
22063
22064 2005-05-19 Richard M. Stallman <rms@gnu.org>
22065
22066 * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
22067
22068 * subr.el (event-basic-type): Don't get an error.
22069 (left-fringe-p): Function deleted.
22070
22071 * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
22072 (list-buffers-noselect): Set `font-lock-face' property, not `face'.
22073
22074 * dired-aux.el (dired-copy-file-recursive): Handle symlinks
22075 in recursive copy.
22076
22077 * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
22078
22079 * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
22080
22081 * emacs-lisp/bytecomp.el
22082 (byte-compile-file-form-custom-declare-variable):
22083 Call byte-compile-nogroup-warn if appropriate.
22084
22085 * progmodes/compile.el (compilation-finish-function): Mark obsolete.
22086 (compilation-set-window): Don't call left-fringe-p; do it directly.
22087
22088 2005-05-19 Jay Belanger <belanger@truman.edu>
22089
22090 * calc/calc-graph.el (calc-graph-format-data): Make sure
22091 var-PlotRejects is bound before trying to check its value.
22092
22093 2005-05-19 Carsten Dominik <dominik@science.uva.nl>
22094
22095 * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
22096 definition of this variable from reftex-global.el to reftex.el,
22097 because it is needed in the menu.
22098
22099 2005-05-19 Lute Kamstra <lute@gnu.org>
22100
22101 * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
22102 years are fixed. Don't insert a space after a dash.
22103
22104 2005-05-19 Kim F. Storm <storm@cua.dk>
22105
22106 * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
22107
22108 2005-05-19 Daniel Pfeiffer <occitan@esperanto.org>
22109
22110 * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
22111 strings, because (eq ... ?\\) is fairly frequent.
22112
22113 * progmodes/make-mode.el (makefile-add-this-line-targets):
22114 Simplify and integrate into `makefile-pickup-targets'.
22115 (makefile-add-this-line-macro): Simplify and integrate into
22116 `makefile-pickup-macros.
22117 (makefile-pickup-filenames-as-targets): Simplify.
22118 (makefile-previous-dependency, makefile-match-dependency):
22119 Don't stumble over `::'.
22120
22121 2005-05-19 Nick Roberts <nickrob@snap.net.nz>
22122
22123 * subr.el (post-command-idle-hook, post-command-idle-delay):
22124 Remove obsoletion of post-command-idle-hook and
22125 post-command-idle-delay.
22126
22127 * faces.el (list-faces-display): Provide button when describe-face
22128 is called to take user back to the list of faces.
22129
22130 * help-fns.el (describe-variable): Remove hyperlinks in a
22131 variable's value as these are quite frequently inappropriate.
22132
22133 * follow.el (follow-submit-feedback, follow-mode):
22134 Remove references to post-command-idle-hook.
22135
22136 2005-05-18 Daniel Pfeiffer <occitan@esperanto.org>
22137
22138 * progmodes/make-mode.el (makefile-previous-dependency)
22139 (makefile-match-dependency): Check for := (and in bsd mode also
22140 !=) to give a better result, even when font-lock is not on.
22141
22142 2005-05-18 Jay Belanger <belanger@truman.edu>
22143
22144 * calc/calc-help.el (calc-s-prefix-help):
22145 Add `calc-copy-special-constant' to help string.
22146
22147 2005-05-18 Luc Teirlinck <teirllm@auburn.edu>
22148
22149 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
22150
22151 2005-05-18 Jay Belanger <belanger@truman.edu>
22152
22153 * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
22154 in linear factors are in proper order.
22155
22156 2005-05-18 Carsten Dominik <dominik@science.uva.nl>
22157
22158 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
22159 Support for jurabib.
22160
22161 * textmodes/reftex.el (featurep): Define aliases for overlay
22162 commands, for XEmacs compatibility, and use these aliases in
22163 overlay initializations.
22164 (reftex-highlight): Use `reftex-move-overlay'.
22165 (reftex-unhighlight): Use `reftex-delete-overlay'.
22166 (reftex-uniq): Function removed. Use `reftex-uniquify' instead.
22167 (reftex-access-search-path): Use `reftex-uniquify' instead of
22168 `reftex-uniq'
22169
22170 * textmodes/reftex-sel.el (reftex-select-unmark): Overlay
22171 `before-string' property modification enables for Emacs as well.
22172 (reftex-select-item): Use `reftex-delete-overlay'.
22173 (reftex-select-mark): Use `reftex-make-overlay' and
22174 `reftex-overlay-put'.
22175 (reftex-select-unmark): Use `reftex-delete-overlay' and
22176 `reftex-overlay-put'.
22177
22178 2005-05-18 Lute Kamstra <lute@gnu.org>
22179
22180 * emacs-lisp/lisp.el (check-parens): Fix docstring.
22181
22182 2005-05-18 Juanma Barranquero <lekktu@gmail.com>
22183
22184 * add-log.el (add-change-log-entry):
22185 * array.el (array-make-template, array-reconfigure-rows)
22186 (array-init-max-row, array-init-max-column)
22187 (array-init-columns-per-line, array-init-field-width):
22188 * replace.el (replace-match-maybe-edit, perform-replace):
22189 * textmodes/spell.el (spell-region):
22190 Replace `read-input' by `read-string'.
22191
22192 * forms.el (forms-mode):
22193 * finder.el (finder-compile-keywords):
22194 * shadowfile.el (shadow-read-files):
22195 Replace `eval-current-buffer' by `eval-buffer'.
22196
22197 * terminal.el (te-pass-through):
22198 * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
22199 (ange-ftp-raw-send-cmd):
22200 * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
22201 (send-process-next-char, telnet-initial-filter, telnet):
22202 Replace `send-string' by `process-send-string'.
22203
22204 * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
22205 (prolog-consult-region): Replace `send-string' by
22206 `process-send-string'; replace `send-region' by `process-send-region'.
22207
22208 * progmodes/delphi.el (delphi-log-msg):
22209 Replace `set-window-dot' by `set-window-point'.
22210
22211 * subr.el (window-dot, set-window-dot, read-input, send-string)
22212 (send-region, show-buffer, eval-current-buffer):
22213 Make really obsolete, as the comment says.
22214
22215 2005-05-17 Kim F. Storm <storm@cua.dk>
22216
22217 * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
22218 (cua--init-keymaps): Bind C-return instead of S-return to set
22219 rectangle mark.
22220
22221 * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
22222 instead of S-return to toggle/clear rectangle mark.
22223
22224 2005-05-17 Daniel Pfeiffer <occitan@esperanto.org>
22225
22226 * progmodes/make-mode.el (makefile-dependency-skip): New variable.
22227 (makefile-macroassign-regex, makefile-make-font-lock-keywords):
22228 Also fontify plain strings assigned to variables, mostly so that a
22229 colon has a face and is thus not taken as a dependency separator.
22230 (makefile-previous-dependency): Inline the new matcher, because it
22231 is too complex to work in both directions.
22232 (makefile-match-dependency): Eliminate `backward' arg (see above).
22233 Completely reimplemented so as to not sometimes go into an endless
22234 loop. It should also be more efficient, because first it only
22235 searches for `:', instead of applying the very complex regexp.
22236 (makefile-mode): Cancel `font-lock-support-mode', because blocks
22237 to be fontified in one piece can be too long for JIT.
22238 Makefiles are never *that* big.
22239
22240 2005-05-17 Reiner Steib <Reiner.Steib@gmx.de>
22241
22242 * dired.el (dired-mode): Simplify.
22243
22244 2005-05-17 Lute Kamstra <lute@gnu.org>
22245
22246 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
22247 defcustom for the mode hook variable.
22248
22249 * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
22250 Emacs Lisp Reference Manual.
22251
22252 2005-05-17 Juanma Barranquero <lekktu@gmail.com>
22253
22254 * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
22255 (evenp, list*):
22256 * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
22257 * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
22258
22259 * net/tramp-smb.el (tramp-smb-open-connection):
22260 Pass `tramp-chunksize' as fifth (required) argument.
22261
22262 2005-05-16 Daniel Pfeiffer <occitan@esperanto.org>
22263
22264 * font-lock.el (lisp-font-lock-keywords-1):
22265 Set `font-lock-negation-char-face' for [^...] char group.
22266 (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
22267
22268 * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
22269 a var, and refine it to mask one more level of nested vars.
22270 (makefile-rule-action-regex): Turn it into a var, and refine it so
22271 it recognizes backslashed continuation lines as belonging to the
22272 same command.
22273 (makefile-macroassign-regex): Refine it so it recognizes
22274 backslashed continuation lines as belonging to the same command.
22275 (makefile-var-use-regex): Don't look at the next char, because it
22276 might be the same one to be skipped by the initial [^$], leading
22277 to an overlooked variable use.
22278 (makefile-make-font-lock-keywords): Remove two parameters, which
22279 are now variables that some of the modes set locally.
22280 Handle dependency and rule action matching through functions, because
22281 regexps alone match too often. Dependency matching now comes
22282 last, so it can check, whether a colon already matched something else.
22283 (makefile-mode): Inform that font-lock improves makefile parsing
22284 capabilities.
22285 (makefile-match-dependency, makefile-match-action): New functions.
22286
22287 2005-05-16 Juanma Barranquero <lekktu@gmail.com>
22288
22289 * emacs-lisp/cl-extra.el (equalp): Doc fix.
22290
22291 * align.el (align-regexp):
22292 * ansi-color.el (ansi-color-get-face):
22293 * array.el (array-reconfigure-rows, array-init-max-row)
22294 (array-init-max-column, array-init-columns-per-line)
22295 (array-init-field-width):
22296 * dired-aux.el (dired-trample-file-versions):
22297 * dired-x.el (dired-mark-sexp):
22298 * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
22299 * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
22300 * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
22301 * faces.el (face-read-integer):
22302 * files.el (backup-extract-version, insert-directory):
22303 * hexl.el (hexl-insert-decimal-char):
22304 * server.el (server-process-filter):
22305 * shell.el (shell-extract-num):
22306 * startup.el (command-line-1):
22307 * term.el (term-command-hook):
22308 * time-stamp.el (time-stamp, time-stamp-string-preprocess)
22309 (time-stamp-do-number):
22310 * time.el (display-time-update):
22311 * timezone.el (timezone-parse-date, timezone-zone-to-minute)
22312 (timezone-fix-time):
22313 * vms-patch.el (vms-suspend-resume-hook):
22314 * calendar/appt.el (appt-convert-time):
22315 * calendar/cal-bahai.el (mark-bahai-diary-entries):
22316 * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
22317 * calendar/cal-islam.el (mark-islamic-diary-entries):
22318 * calendar/calendar.el (calendar-cursor-to-date)
22319 (calendar-star-date):
22320 * calendar/diary-lib.el (diary-attrtype-convert)
22321 (mark-diary-entries, diary-entry-time):
22322 * calendar/solar.el (solar-get-number):
22323 * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
22324 * emacs-lisp/re-builder.el (reb-display-subexp):
22325 * emulation/edt.el (edt-set-scroll-margins):
22326 * emulation/tpu-extras.el (tpu-set-scroll-margins):
22327 * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
22328 (vip-get-ex-count):
22329 * emulation/viper-ex.el (viper-get-ex-token)
22330 (viper-get-ex-buffer, viper-get-ex-count, ex-next):
22331 * international/fontset.el (fontset-plain-name):
22332 * mail/feedmail.el (feedmail-look-at-queue-directory):
22333 * mail/mailalias.el (mail-get-names):
22334 * mail/rmail.el (rmail-convert-to-babyl-format):
22335 * mail/rmailsum.el (rmail-make-basic-summary-line)
22336 (rmail-summary-next-same-subject, rmail-summary-rmail-update)
22337 (rmail-summary-goto-msg):
22338 * mail/smtpmail.el (smtpmail-read-response):
22339 * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
22340 (ange-ftp-vms-add-file-entry):
22341 * play/gametree.el (gametree-looking-at-ply)
22342 (gametree-current-branch-score):
22343 * progmodes/ada-xref.el (ada-prj-find-prj-file)
22344 (ada-xref-find-in-modified-ali, ada-find-in-src-path):
22345 * progmodes/cperl-mode.el (condition-case):
22346 * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
22347 (ebrowse-set-member-buffer-column-width)
22348 (ebrowse-select-1st-to-9nth):
22349 * progmodes/etags.el (etags-snarf-tag):
22350 * progmodes/flymake.el (flymake-parse-line):
22351 * progmodes/idlw-shell.el (idlwave-shell-parse-line)
22352 (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
22353 (idlwave-shell-menu-def):
22354 * progmodes/ps-mode.el (ps-run-goto-error):
22355 * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
22356 (vhdl-speedbar-contract-level):
22357 * term/mac-win.el (x-handle-numeric-switch):
22358 * term/sun-mouse.el (sun-get-frame-data):
22359 * term/w32-win.el (x-handle-numeric-switch):
22360 * term/x-win.el (x-handle-numeric-switch):
22361 * textmodes/ispell.el (ispell-parse-output):
22362 * textmodes/nroff-mode.el (nroff-outline-level):
22363 * textmodes/reftex-cite.el (reftex-bib-sort-year)
22364 (reftex-bib-sort-year-reverse, reftex-format-citation):
22365 * textmodes/reftex-parse.el (reftex-init-section-numbers)
22366 (reftex-section-number):
22367 * textmodes/texinfmt.el (texinfo-paragraphindent):
22368 Replace `string-to-int' by `string-to-number'.
22369
22370 * international/latexenc.el: Add page marker to force the "Local
22371 Variables:" string out of the last page.
22372
22373 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
22374
22375 * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
22376 tooltip-change-major-mode.
22377 (gud-tooltip-print-command): Remove case where gud-minor-mode
22378 is gdb ("--fullname").
22379 (gud-tooltip-tips): Turn GUD tooltips off for this case and
22380 explain to user.
22381
22382 2005-05-16 Jay Belanger <belanger@truman.edu>
22383
22384 * calc/calc-store.el (calc-copy-special-constant): New function.
22385
22386 * calc/calc-ext.el (calc-init-extensions): Add binding for
22387 `calc-copy-special-constant'.
22388
22389 * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
22390 for the `calc-copy-special-constant' command.
22391
22392 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
22393
22394 * subr.el (left-fringe-p): New function.
22395
22396 * progmodes/compile.el (compilation-setup): Set local value of
22397 overlay-arrow-string to "" always.
22398 (compilation-set-window): Left fringe then don't scroll.
22399 No left fringe then no arrow and scroll message to top.
22400 (compilation-context-lines): Adjust doc string accordingly.
22401
22402 2005-05-16 Kim F. Storm <storm@cua.dk>
22403
22404 * ido.el (ido-magic-forward-char, ido-magic-backward-char)
22405 (ido-magic-delete-char): New commands for C-f, C-b, C-d.
22406 (ido-wide-find-dir-or-delete-dir): New command for M-d.
22407 (ido-define-mode-map): Bind them. Add C-x prefix to fallback commands.
22408 (ido-read-file-name): Handle commands with ido property value
22409 equal to find-file as reading a file name, to allow C-d to enter dired.
22410 (ibuffer-find-file): Add ido property with value find-file.
22411
22412 2005-05-15 Kim F. Storm <storm@cua.dk>
22413
22414 * subr.el (open-network-stream-nowait): Remove.
22415 (open-network-stream-server): Remove.
22416
22417 2005-05-15 Richard M. Stallman <rms@gnu.org>
22418
22419 * faces.el (describe-face): Output a definition link button.
22420
22421 * help-mode.el (help-face-def): New button type.
22422
22423 * emacs-lisp/copyright.el (copyright-fix-years):
22424 Match properly if the first year is 2-digit.
22425 Don't mess up the whitespace after the years by filling.
22426
22427 * dired-aux.el (dired-mark-confirm):
22428 Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
22429
22430 * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
22431 (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
22432 (dired-mark-pop-up): Handle FILES = (t FILE) specially.
22433
22434 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
22435 Set font-lock-comment-start-skip.
22436
22437 * font-lock.el (font-lock-comment-start-skip): New variable.
22438 (font-lock-comment-end-skip): New variable.
22439 (font-lock-fontify-syntactically-region): Use them if non-nil.
22440
22441 2005-05-15 Jay Belanger <belanger@truman.edu>
22442
22443 * calc/calc-store.el (calc-store-value): Return a string rather
22444 than display it as a message.
22445 Use calc-var-name for variable name.
22446 (calc-store-into): Add the result of calc-store-value to message.
22447 (calc-copy-variable): Add a message.
22448 (calc-store-exchange): Improve error messages.
22449 (calc-store-binary, calc-store-map): Don't reset the values of
22450 special constants.
22451
22452 2005-05-14 Luc Teirlinck <teirllm@auburn.edu>
22453
22454 * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
22455 manual to docstring.
22456
22457 * files.el (hack-local-variables-confirm): Add STRING argument.
22458 Make the function handle non file visiting buffers correctly.
22459 (hack-local-variables-prop-line, hack-local-variables)
22460 (hack-one-local-variable): Use STRING arg of
22461 `hack-local-variables-confirm'.
22462
22463 2005-05-14 Michael Albinus <michael.albinus@gmx.de>
22464
22465 Sync with Tramp 2.0.49.
22466
22467 * net/tramp.el (tramp-handle-dired-call-process)
22468 (tramp-handle-insert-directory):`insert-buffer' cannot be used
22469 because the contents of the Tramp buffer is changed before
22470 insertion (`expand-file' and alike).
22471 (tramp-handle-insert-directory): If `localname' has an empty
22472 nondirectory name, it must not be quoted.
22473 (tramp-pre-connection): Add parameter CHUNKSIZE. Make local
22474 variable `tramp-chunksize'. Change callees.
22475 (tramp-open-connection-setup-interactive-shell): Check remote host
22476 for buggy `send-process-string' implementation.
22477 Set `tramp-chunksize' if found. Reported by Michael Kifer
22478 <kifer@cs.sunysb.edu> (and a lot of other people all the years).
22479 (tramp-handle-shell-command): `insert-buffer' cannot be used
22480 because the contents of the Tramp buffer is changed before
22481 insertion (`expand-file' and alike). Reported by Fr\e,Ai\e(Bd\e,Ai\e(Bric Bothamy
22482 <frederic.bothamy@free.fr>.
22483 (tramp-set-auto-save): Actions should be done for Tramp file name
22484 handler only. Ange-FTP has its own auto-save mechanism.
22485 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
22486 (tramp-set-auto-save-file-modes): Set file modes of
22487 `buffer-auto-save-file-name' to ?\600 as fallback solution.
22488 Reported by Ferenc Wagner <wferi@tba.elte.hu>.
22489 (tramp-bug): Remove obsolete variable.
22490 (tramp-append-tramp-buffers): Rewrite partly. More suitable check
22491 for presence of `mml-mode'. Make it running for older Emacsen as well.
22492
22493 2005-05-14 John Paul Wallington <jpw@pobox.com>
22494
22495 * ibuf-ext.el (define-ibuffer-filter filename):
22496 If `dired-directory' is a list, use its car.
22497
22498 2005-05-14 Daniel Brockman <daniel@brockman.se> (tiny change)
22499
22500 * ibuffer.el (define-ibuffer-column filename):
22501 If `dired-directory' is a list, use its car.
22502
22503 2005-05-14 Richard M. Stallman <rms@gnu.org>
22504
22505 * subr.el (symbol-file): Doc fix.
22506
22507 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
22508 (byte-compile-form): Call byte-compile-nogroup-warn.
22509 (byte-compile-warning-types): Doc fix.
22510
22511 * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
22512
22513 * progmodes/cc-engine.el (c-literal-faces):
22514 Add font-lock-comment-delimiter-face.
22515
22516 * net/net-utils.el (dig): Use with-no-warnings.
22517
22518 * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
22519 (sc-recite-frame-alist, sc-default-cite-frame)
22520 (sc-default-uncite-frame, sc-default-recite-frame)
22521 (sc-attrib-selection-list, sc-rewrite-header-list):
22522 Mark as risky-local-variable.
22523
22524 * international/ogonek.el (ogonek-jak, ogonek-how):
22525 Don't use beginning-of-buffer.
22526
22527 * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
22528
22529 * calendar/solar.el (solar-data-list): Move definition up.
22530
22531 * dnd.el (dnd-protocol-alist): Add autoload.
22532
22533 * progmodes/sh-script.el: Many doc usage fixes.
22534 (sh-indent-after-do): Change default to match common styles.
22535
22536 2005-05-13 Luc Teirlinck <teirllm@auburn.edu>
22537
22538 * files.el (interpreter-mode-alist)
22539 (auto-mode-interpreter-regexp): Doc fixes.
22540
22541 2005-05-13 Matt Hodges <MPHodges@member.fsf.org>
22542
22543 * tmm.el (tmm-get-keymap): Include only active menus and menu items.
22544
22545 * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
22546
22547 2005-05-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
22548
22549 * dired.el (dired-mode): make-variable-buffer-local =>
22550 make-local-variable.
22551
22552 2005-05-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22553
22554 * term/mac-win.el (mac-select-convert-to-string): Try coding
22555 systems in mac-script-code-coding-systems if specified one cannot
22556 encode string for `com.apple.traditional-mac-plain-text'.
22557
22558 2005-05-13 Daniel Pfeiffer <occitan@esperanto.org>
22559
22560 * progmodes/make-mode.el (makefile-targets-face)
22561 (makefile-shell-face, makefile-makepp-perl-face): New faces.
22562 (makefile-dependency-regex): Fix it to not make the colon in
22563 $(var:a=b) special.
22564 (makefile-rule-action-regex): New regexp for highlighting embedded
22565 Shell strings.
22566 (makefile-macroassign-regex): Handle != for highlighting as
22567 embedded Shell strings.
22568 (makefile-var-use-regex): New const.
22569 (makefile-statements, makefile-automake-statements)
22570 (makefile-gmake-statements, makefile-makepp-statements)
22571 (makefile-bsdmake-statements): New consts.
22572 (makefile-make-font-lock-keywords): New function.
22573 (makefile-automake-font-lock-keywords)
22574 (makefile-gmake-font-lock-keywords)
22575 (makefile-makepp-font-lock-keywords)
22576 (makefile-bsdmake-font-lock-keywords): New consts.
22577 (makefile-mode-map): Add switchers between the various submodes.
22578 (makefile-mode): Document the availability of the variants.
22579 (makefile-automake-mode, makefile-gmake-mode)
22580 (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
22581
22582 * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
22583 new variants of makefile-mode.
22584
22585 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
22586
22587 * font-lock.el (font-lock-comment-delimiter-face): Fix up
22588 the inheritance.
22589
22590 2005-05-12 Luc Teirlinck <teirllm@auburn.edu>
22591
22592 * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
22593 (inferior-lisp-load-hook): Convert defcustoms back to defvars.
22594
22595 * files.el (normal-mode): Extend the scope of the
22596 `enable-local-variables' binding to include the `set-auto-mode' call.
22597 (magic-mode-alist): Doc fix.
22598
22599 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
22600
22601 * font-lock.el (font-lock-comment-delimiter-face): Inherit from
22602 font-lock-comment-face rather than copying its setting.
22603
22604 2005-05-12 Andreas Schwab <schwab@suse.de>
22605
22606 * eshell/esh-mode.el (eshell-send-input): Doc fix.
22607
22608 2005-05-12 Lute Kamstra <lute@gnu.org>
22609
22610 * emacs-lisp/generic.el (define-generic-mode): Don't generate a
22611 defcustom for the mode hook variable. Delete the last argument.
22612 * generic-x.el: Fix callers of define-generic-mode.
22613 (generic-x-modes): Delete group.
22614 (show-tabs-tab-face, show-tabs-space-face): Put them in the
22615 generic-x customization group.
22616
22617 2005-05-12 Kim F. Storm <storm@cua.dk>
22618
22619 * font-lock.el (font-lock-negation-char-face): Default to "off".
22620
22621 * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
22622 font-lock-negation-char-face to ! in !=.
22623
22624 2005-05-12 Masatake YAMATO <jet@gyve.org>
22625
22626 * add-log.el (find-change-log): Fix typos in the docstring
22627 of function.
22628
22629 2005-05-11 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
22630
22631 * international/latexenc.el (latexenc-find-file-coding-system):
22632 Avoid `re-search-forward' when looking for input encoding because
22633 of speed and safety. Better regular expressions for recognizing
22634 input encoding. Limit a search for TeX-master/tex-main-file to
22635 the local variable section.
22636
22637 2005-05-11 Dan Nicolaescu <dann@ics.uci.edu>
22638
22639 * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
22640 syntax of $ to "'" (quote).
22641
22642 2005-05-11 Reiner Steib <Reiner.Steib@gmx.de>
22643
22644 * dnd.el (dnd-protocol-alist): Improve custom type.
22645
22646 * dired.el (dired-dnd-protocol-alist): New variable.
22647 (dired-mode): Use `dired-dnd-protocol-alist'. Move call of
22648 `dired-mode-hook' to the end.
22649
22650 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
22651
22652 * font-lock.el (font-lock-fontify-syntactically-region): Don't use
22653 comment-end if comment-start-skip is not set.
22654 Obey the font-lock-comment-delimiter-face variables.
22655
22656 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
22657
22658 * files.el (executable-find): Move from executable.el. Use
22659 locate-file.
22660 * progmodes/executable.el (executable-find): Move to files.el.
22661
22662 * font-lock.el (font-lock-fontify-keywords-region): Use a marker
22663 when trying to ensure forward progress.
22664
22665 2005-05-11 Chong Yidong <cyd@stupidchicken.com>
22666
22667 * mouse-sel.el (mouse-sel-follow-link-p): New function.
22668 (mouse-select, mouse-select-internal, mouse-extend-internal):
22669 Use it to implement mouse-1-click-follows-link functionality.
22670
22671 2005-05-11 Richard M. Stallman <rms@gnu.org>
22672
22673 * font-lock.el (font-lock-fontify-syntactically-region):
22674 Use font-lock-comment-delimiter-face for comment delimiters.
22675
22676 2005-05-10 Jay Belanger <belanger@truman.edu>
22677
22678 * calc/calc-help.el (calc-m-prefix-help): Add mention of
22679 preserving embedded modes.
22680
22681 2005-05-10 Richard M. Stallman <rms@gnu.org>
22682
22683 * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
22684
22685 * progmodes/ada-mode.el (ada-adjust-case-skeleton):
22686 Move from ada-stmt.el.
22687 (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
22688
22689 * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
22690 Move to ada-mode.el.
22691 (ada-stmt-mode-hook): Delete; do the work in ada-mode.
22692
22693 * cus-edit.el (custom-file): Call file-chase-links.
22694
22695 * files.el (read-directory-name): Fix previous change.
22696 (hack-local-variables-confirm): New function.
22697 (hack-local-variables-prop-line, hack-local-variables)
22698 (hack-one-local-variable): Use it.
22699
22700 2005-05-10 Lute Kamstra <lute@gnu.org>
22701
22702 * font-lock.el (font-lock-keywords-alist)
22703 (font-lock-removed-keywords-alist): Clarify docstrings.
22704
22705 2005-05-10 Nick Roberts <nickrob@snap.net.nz>
22706
22707 * progmodes/gdb-ui.el (gdb-macro-info): New variable.
22708 (gdb-source-info): Check for preprocessor info.
22709 (gdb-tooltip-print-1): New function. Don't print tooltip if it is
22710 a macro for a function.
22711 (gdb-info-breakpoints-custom): Try to find file again if not already
22712 found (user might have used GDB dir command).
22713 (gdb-get-location): Update gdb-location-alist correctly for change
22714 to gdb-info-breakpoints-custom.
22715
22716 * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
22717 (gud-tooltip-print-command): Add gdbmi case.
22718 (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
22719 preprocessor info.
22720
22721 2005-05-09 Reiner Steib <Reiner.Steib@gmx.de>
22722
22723 * startup.el (fancy-splash-insert): Fix typo in doc string.
22724
22725 2005-05-09 Juanma Barranquero <lekktu@gmail.com>
22726
22727 * obsolete/float.el (string-to-float):
22728 * obsolete/hilit19.el (hilit-add-pattern):
22729 * obsolete/rnews.el (news-parse-range, news-select-message)
22730 (news-get-pruned-list-of-files): Replace `string-to-int' by
22731 `string-to-number'.
22732
22733 * obsolete/uncompress.el: Set `find-file-not-found-functions', not
22734 `find-file-not-found-hooks'; use `add-hook'.
22735 (uncompress-while-visiting): Set `write-file-functions', not
22736 `write-file-hooks'; use `add-hook'.
22737
22738 2005-05-09 Kim F. Storm <storm@cua.dk>
22739
22740 * emulation/cua-base.el (cua-copy-region, cua-cut-region)
22741 (cua-paste): Handle clipboard action.
22742 (cua--init-keymaps): Remap clipboard-kill-region and
22743 clipboard-kill-ring-save.
22744
22745 2005-05-08 Eli Zaretskii <eliz@gnu.org>
22746
22747 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
22748 Improve commentary.
22749
22750 * simple.el (next-error-overlay-arrow-position): Revert the change
22751 made on 2005-04-30.
22752
22753 2005-05-07 Jay Belanger <belanger@truman.edu>
22754
22755 * calc/calcsel2.el (calc-commute-left, calc-commute-right)
22756 (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
22757 `calc-sel-reselect'.
22758
22759 * calc/calc-mode.el (calc-save-modes): Reset the modes list if
22760 Calc is in embedded mode.
22761
22762 2005-05-07 Eli Zaretskii <eliz@gnu.org>
22763
22764 * progmodes/compile.el (compilation-setup):
22765 Set overlay-arrow-string to an empty string on text terminals.
22766
22767 * textmodes/ispell.el (ispell-program-name): Try looking for
22768 "aspell" along exec-path, and if found, use it as the default
22769 speller program.
22770
22771 2005-05-07 Jirka Kosek <jirka@kosek.cz> (tiny change)
22772
22773 * international/mule.el (sgml-xml-auto-coding-function):
22774 Recognize encoding='FOO' in single quotes as well as in double quotes.
22775
22776 2005-05-07 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
22777
22778 * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
22779 as well as `interactive', so that defmacro* would recognize
22780 `declare' forms.
22781
22782 2005-05-07 Eli Zaretskii <eliz@gnu.org>
22783
22784 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
22785 Explain more about the LIGHTER arg's usage in the doc string.
22786 Add commentary to clarify what the code does. Fix the regexp that
22787 strips whitespace from LIGHTER. Quote LIGHTER before using it,
22788 since it could have characters special to regular expressions.
22789
22790 2005-05-07 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
22791
22792 * replace.el (occur-1): Bind inhibit-read-only so that
22793 erase-buffer doesn't barf on read-only text properties (likewise
22794 for add-text-properties in occur-engine). Mark buffer as unmodified.
22795 (occur-engine): Don't set buffer-read-only here.
22796
22797 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
22798
22799 * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
22800 list-buffers-directory. This caused the *cvs-commit* buffer to be
22801 sometimes mistakenly reused as a *cvs* buffer.
22802
22803 2005-05-07 Nick Roberts <nickrob@snap.net.nz>
22804
22805 * tooltip.el: Move code for GUD tooltips into gud.el.
22806 (require): CL no longer needed to compile case.
22807 (tooltip-mode): Do not toggle functions for GUD tooltips.
22808 (tooltip-gud-tips-p): Remove. Replace with minor mode
22809 gud-tooltip-mode in gud.el.
22810 (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
22811 (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
22812 tooltip-gud prefix with gud-tooltip and obsolete.
22813 (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
22814 (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
22815 (tooltip-mouse-motion): Mouse movement functions/variable.
22816 Rename in gud.el by adding gud prefix.
22817 (tooltip-gud-original-filter, tooltip-gud-dereference)
22818 (tooltip-gud-event, tooltip-toggle-gud-tips)
22819 (tooltip-gud-process-output, tooltip-gud-print-command)
22820 (tooltip-gud-tips): GUD tooltip functions/variables. Rename in
22821 gud.el by replacing tooltip-gud prefix with gud-tooltip.
22822 (gdb-tooltip-print): Move to gdb-ui.el.
22823
22824 * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
22825 (require): CL needed to compile case.
22826 (gud-tooltip-mode): Use to toggle GUD tooltips instead of
22827 tooltip-gud-tips-p. Make it a minor-mode.
22828 (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
22829 (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
22830 (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
22831 (gud-tooltip-change-major-mode)
22832 (gud-tooltip-activate-mouse-motions-if-enabled)
22833 (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
22834 (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
22835 (gud-tooltip-original-filter, gud-tooltip-dereference)
22836 (gud-tooltip-event, tooltip-toggle-gud-tips)
22837 (gud-tooltip-process-output, gud-tooltip-print-command)
22838 (gud-tooltip-tips): Move from tooltip.el.
22839
22840 * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
22841 (gdb-cpp-define-alist-flags): Doc fix.
22842 (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
22843 gud-tooltip-mode is t.
22844
22845 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
22846
22847 * net/goto-addr.el (goto-address-fontify): Make sure the overlays
22848 evaporate if their text is deleted.
22849 (goto-address-at-point): Make it work as a mouse binding as well.
22850 (goto-address-at-mouse): Obsolete it. Update users.
22851
22852 2005-05-06 Glenn Morris <gmorris@ast.cam.ac.uk>
22853
22854 * calendar/appt.el (top-level): No longer activate on load.
22855
22856 2005-05-06 Juanma Barranquero <lekktu@gmail.com>
22857
22858 * calendar/cal-bahai.el (mark-bahai-diary-entries):
22859 * net/webjump.el (webjump):
22860 * progmodes/idlw-help.el (idlwave-do-context-help1)
22861 (idlwave-highlight-linked-completions):
22862 * textmodes/po.el (po-find-file-coding-system-guts):
22863 Replace `assoc-ignore-case' by `assoc-string'.
22864
22865 2005-05-06 Eli Zaretskii <eliz@gnu.org>
22866
22867 * files.el (locate-file): Doc fix.
22868
22869 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
22870 Remove the redundant test for ms-dos.
22871
22872 * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
22873 look for the preprocessor with exec-suffixes. If not found in
22874 standard places, look in exec-path. Remove most of the tests that
22875 used system-type.
22876
22877 * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
22878
22879 * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
22880
22881 * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
22882 file-name clash with jka-compr.el on 8+3 filesystems.
22883
22884 2005-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22885
22886 * term/mac-win.el: Don't define or bind scroll bar functions if
22887 x-toolkit-scroll-bars is t.
22888 (x-select-text, x-get-selection-value): Clear
22889 x-last-selected-text-clipboard if x-select-enable-clipboard is
22890 nil.
22891 (PRIMARY): Put mac-scrap-name property.
22892 (mac-select-convert-to-file-url): New function.
22893 (public.file-url): New selection target type. Add to
22894 selection-converter-alist.
22895 (x-get-selection, x-selection-value): Handle it.
22896 (x-cut-buffer-or-selection-value): New alias.
22897
22898 2005-05-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
22899
22900 * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
22901 entry to avoid calling bibtex-find-entry with arg global
22902 being t. Remove arg key.
22903 (bibtex-summary-function, bibtex-complete-crossref-cleanup)
22904 (bibtex-copy-summary-as-kill): Change accordingly.
22905
22906 2005-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
22907
22908 * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
22909 (org-agenda-date-later): Use with-current-buffer.
22910
22911 2005-05-05 Luc Teirlinck <teirllm@auburn.edu>
22912
22913 * emacs-lisp/byte-run.el (define-obsolete-function-alias)
22914 (define-obsolete-variable-alias): Doc Fixes.
22915
22916 2005-05-06 Kim F. Storm <storm@cua.dk>
22917
22918 * simple.el (line-move-1): Fix 2005-04-26 change. Must still use
22919 vertical-motion when selective-display is active.
22920
22921 * ido.el (ido-setup-hook): New hook.
22922 (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
22923 (ido-input-stack): New var.
22924 (ido-define-mode-map): Bind M-b to ido-push-dir. Move old
22925 ido-next-work-file binding to M-O.
22926 Bind M-f to ido-wide-find-file-or-pop-dir.
22927 (ido-define-mode-map): Don't run ido-define-mode-map-hook.
22928 (ido-read-internal): Run ido-setup-hook.
22929 Catch quit in read-file-name and read-string to cancel edit.
22930 Handle new push, pop, and pop-all exit codes (for M-b/M-f).
22931 Automatically pop-all when completing a directory name (RET).
22932 (ido-file-internal): Add with-no-warnings around ffap and dired code.
22933 (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
22934 (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
22935 (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
22936 New functions for M-b/M-f to move among the directory components.
22937 (ido-make-merged-file-list): Catch quit to cancel merge.
22938 (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
22939 (ido-completion-help): No warnings for ido-completion-buffer-full.
22940
22941 2005-05-05 Daniel Pfeiffer <occitan@esperanto.org>
22942
22943 * font-lock.el (font-lock-negation-char-face): New face and variable.
22944 * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
22945 * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
22946 * progmodes/cperl-mode.el (cperl-init-faces): Use it.
22947 * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
22948
22949 2005-05-05 Juanma Barranquero <lekktu@gmail.com>
22950
22951 * emacs-lisp/byte-run.el (define-obsolete-function-alias):
22952 Fix typo in docstring.
22953
22954 * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
22955 (ebrowse-print-statistics-line)
22956 (ebrowse-electric-position-mode-hook): Fix typo in docstring.
22957
22958 * term/w32-win.el (image-library-alist): Add additional name for
22959 Xpm library.
22960
22961 2005-05-05 Nick Roberts <nickrob@snap.net.nz>
22962
22963 * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
22964 use gcc instead of cpp.
22965
22966 * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
22967 (gdb-create-define-alist): Use it.
22968 (gdb-cpp-define-alist-program): Update for MS-DOS.
22969
22970 2005-05-04 Nick Roberts <nickrob@snap.net.nz>
22971
22972 * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OS X.
22973
22974 2005-05-04 Richard M. Stallman <rms@gnu.org>
22975
22976 * help.el (describe-key): No error when UNTRANSLATED is nil.
22977
22978 * simple.el (line-move-1): Fix previous change to signal errors
22979 appropriately.
22980
22981 2005-05-03 Ulf Jasper <ulf.jasper@web.de>
22982
22983 * calendar/icalendar.el (icalendar-version): Now at 0.12.
22984 (icalendar-duration-correction): Remove.
22985 (icalendar--get-event-properties): Split result at commas.
22986 (icalendar--decode-isoduration): New optional argument
22987 DURATION-CORRECTION.
22988 (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
22989 (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
22990 (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
22991 (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
22992 (icalendar--convert-anniversary-to-ical): New functions, extracted
22993 from icalendar-export-region, with bug fixes.
22994 (icalendar-export-region): Use the above functions.
22995 (icalendar-import-buffer): Check before saving diary file.
22996 (icalendar--convert-recurring-to-diary)
22997 (icalendar--convert-non-recurring-all-day-to-diary)
22998 (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
22999 extracted from icalendar--convert-ical-to-diary, with bug fixes.
23000 (icalendar--convert-ical-to-diary): Use the above functions.
23001
23002 2005-05-03 Nick Roberts <nickrob@snap.net.nz>
23003
23004 * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
23005 Remove these recent additions.
23006 (c-mode): Restore to before 2005-04-28.
23007
23008 * progmodes/cc-vars.el (cc-define-list-program): Remove this
23009 recent addition.
23010
23011 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
23012 (gdb-define-alist): New variables.
23013 (gdb-create-define-alist): New function.
23014 (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
23015 (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
23016 with string-to-number.
23017 (gdb-reset): Kill gdb-define-alist. Move assignments outside loop.
23018
23019 * progmodes/gud.el: Replace string-to-int with string-to-number.
23020 (gud-find-file): Handle gdb-define-alist.
23021
23022 * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
23023
23024 2005-05-02 Jay Belanger <belanger@truman.edu>
23025
23026 * calc/calc-aent.el (math-read-token):
23027 * calc/calc-bin.el (calc-word-size):
23028 * calc/calc-ext.el (calc-read-number-fancy):
23029 * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
23030 (math-parse-date, math-parse-standard-date, calcFunc-tzone):
23031 * calc/calc-frac.el (calc-over-notation):
23032 * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
23033 (calc-graph-num-points, calc-graph-init):
23034 * calc/calc-prog.el (calc-read-parse-table-part)
23035 (calc-edit-macro-repeats):
23036 * calc/calc-yank.el (calc-do-grab-rectangle):
23037 * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
23038 Replace `string-to-int' by `string-to-number'.
23039
23040 2005-05-02 Kim F. Storm <storm@cua.dk>
23041
23042 * kmacro.el: Use executing-kbd-macro-index variable.
23043
23044 2005-05-02 Thien-Thi Nguyen <ttn@gnu.org>
23045
23046 * net/rlogin.el (rlogin-parse-words): Delete func.
23047 (rlogin): Use split-string, not rlogin-parse-words.
23048 Also, if there are option-like elements in the parsed args,
23049 take the host to be the first arg immediately following them.
23050 Suggested by Michael Mauger.
23051
23052 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
23053
23054 * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
23055
23056 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
23057
23058 * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
23059 (cc-mode-cpp-program): Rename to cc-define-list-program and
23060 move to cc-vars.el.
23061
23062 * progmodes/cc-vars.el (cc-define-list-program):
23063 Change to "gcc -E -dM -". Make customizable.
23064
23065 2005-05-02 Kim F. Storm <storm@cua.dk>
23066
23067 * emulation/cua-base.el: Fix check for CUA-mode if no init file.
23068
23069 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
23070
23071 * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
23072
23073 * international/mule-util.el (truncate-string): Remove alias and
23074 obsolete declaration.
23075
23076 * international/mule-cmds.el (update-iso-coding-systems):
23077 Remove alias and obsolete declaration.
23078
23079 * international/mule.el (coding-system-parent): Remove alias and
23080 obsolete declaration.
23081
23082 * subr.el (define-function, sref): Remove aliases and obsolete
23083 declarations.
23084 (chars-in-region): Remove obsolete declaration.
23085
23086 2005-05-01 Richard M. Stallman <rms@gnu.org>
23087
23088 * info.el (Info-mode): Set widen-automatically to nil, locally.
23089
23090 * simple.el (widen-automatically): New variable.
23091 (pop-global-mark): Obey widen-automatically.
23092
23093 2005-05-01 Dan Nicolaescu <dann@ics.uci.edu>
23094
23095 * term/xterm.el (function-key-map): Call substitute-key-definition
23096 before the keymap size is increased by a lot of define-key calls.
23097
23098 2005-05-01 Richard M. Stallman <rms@gnu.org>
23099
23100 * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
23101 Rename ARG to ELEMENT. Doc fix.
23102
23103 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
23104
23105 * allout.el (allout-exposure): Remove macro and obsolete declaration.
23106 Remove references to allout-exposure/change to allout-new-exposure.
23107
23108 * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
23109 bytecode symbols.
23110
23111 * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
23112 (compiled-function-p, focus-frame, unfocus-frame):
23113 Remove aliases and obsolete declarations.
23114 Back out inadvertent changes from previous commit.
23115
23116 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
23117
23118 * files.el (require-final-newline): Make Custom tags consistent
23119 with mode-require-final-newline.
23120 (mode-require-final-newline): Doc fix.
23121
23122 2005-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
23123
23124 * international/latexenc.el (latexenc-find-file-coding-system):
23125 Fix regular expressions.
23126
23127 2005-05-01 David Kastrup <dak@gnu.org>
23128
23129 * international/latexenc.el (latexenc-find-file-coding-system):
23130 Fix regular expressions.
23131
23132 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
23133
23134 * subr.el (string-to-int): Make obsolete.
23135
23136 2005-04-30 Richard M. Stallman <rms@gnu.org>
23137
23138 * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
23139
23140 * loadup.el: load jka-comp-hook.
23141
23142 * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
23143 (jka-compr-handler): Add autoload. `put' calls moved
23144 to jka-comp-hook.el.
23145 (compression, jka-compr): defgroups moved to jka-comp-hook.el.
23146 (jka-compr-inhibit): Autoload.
23147
23148 * jka-comp-hook.el: New file.
23149 Enable the mode by default.
23150
23151 * files.el (backup-buffer-copy): Use copy-file instead
23152 of write-region, and put back the 'excl.
23153
23154 2005-04-30 Chong Yidong <cyd@stupidchicken.com>
23155
23156 * progmodes/flymake.el (flymake-split-string)
23157 (flymake-split-string, flymake-log, flymake-pid-to-names)
23158 (flymake-reg-names, flymake-get-source-buffer-name)
23159 (flymake-unreg-names, flymake-add-line-err-info)
23160 (flymake-add-err-info): Clarify docstrings.
23161 (flymake-popup-menu, flymake-make-emacs-menu)
23162 (flymake-make-xemacs-menu): Add docstrings.
23163 (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
23164 Set variables directly throughout.
23165
23166 2005-04-30 Nick Roberts <nickrob@snap.net.nz>
23167
23168 * progmodes/cc-mode.el (cc-create-define-alist): Check that file
23169 exists. Initialize cc-define-alist.
23170 (c-mode): Add cc-create-define-alist locally to after-save-hook.
23171 If there is no file (Macroexpansion) don't create an alist.
23172
23173 2005-04-29 Sam Steingold <sds@gnu.org>
23174
23175 * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
23176 (cc-create-define-alist): Use it instead of the hard-coded string.
23177
23178 2005-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
23179
23180 * international/mule-conf.el (file-coding-system-alist): Fix regexp
23181 for latexenc.
23182
23183 2005-04-29 Lute Kamstra <lute@gnu.org>
23184
23185 * emacs-lisp/generic.el: Improve commentary section.
23186 (define-generic-mode): Improve docstring.
23187
23188 2005-04-29 Carsten Dominik <dominik@science.uva.nl>
23189
23190 * textmodes/org.el (many places): Change to quiet the byte compiler.
23191 (org-prefix-format-compiled): New variable.
23192 (org-compile-prefix-format): New function.
23193 (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
23194 (org-agenda-prefix-format, org-timeline-prefix-format): New options.
23195 (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
23196 (org-get-entries-from-diary): Use `org-get-time-of-day' for
23197 consistency with entries from `org-mode' files.
23198 (org-get-time-of-day): Fix bug with partial matches early in a line.
23199 (org-non-link-chars): New constant.
23200 (org-link-regexp): Respect `org-non-link-chars'.
23201 (org-agenda-day-view): Remove command.
23202 (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
23203 (org-follow-bbdb-link, org-store-link): Search also company field.
23204 (org-highlight-overlay): New variable.
23205 (org-highlight, org-unhighlight): New functions.
23206 (org-agenda-mode): Add pre-command-hook to remove highlight.
23207 (org-evaluate-time-range): Behavior depends upon whether time stamp
23208 contains a time or not.
23209 (org-show-subtree, org-show-entry): New functions.
23210 (org-agenda-cleanup-fancy-diary): Remove empty lines.
23211
23212 2005-04-28 Luc Teirlinck <teirllm@auburn.edu>
23213
23214 * comint.el (comint-output-filter-functions): Add autoload cookie.
23215
23216 2005-04-28 Kim F. Storm <storm@cua.dk>
23217
23218 * ido.el (ido-everywhere): Fix last change.
23219
23220 2005-04-28 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
23221
23222 * international/latexenc.el: New file.
23223 * international/mule-conf.el (file-coding-system-alist): For .tex,
23224 .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
23225
23226 2005-04-28 Lute Kamstra <lute@gnu.org>
23227
23228 * font-lock.el (font-lock-add-keywords)
23229 (font-lock-remove-keywords): Clarify docstring.
23230 (font-lock-keywords-alist, font-lock-removed-keywords-alist):
23231 Don't start docstrings with a `*'.
23232 (font-lock-update-removed-keyword-alist): Give it a docstring.
23233
23234 * generic-x.el: Update commentary section.
23235 Only require font-lock when compiling.
23236 Define all modes conditionally.
23237 Place all generic modes in the generic-x-modes customization group.
23238 (generic-x-modes): New customization group.
23239 (generic-default-modes, generic-mswindows-modes)
23240 (generic-unix-modes, generic-other-modes): New constants.
23241 (generic-define-mswindows-modes, generic-define-unix-modes):
23242 Update docstrings. Make them obsolete.
23243 (generic-extras-enable-list): New default value. Update docstring.
23244 Improve :type. Change :set function.
23245 (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
23246 Fix docstring.
23247
23248 * emacs-lisp/generic.el (generic-mode-internal):
23249 Simplify font-lock-defaults.
23250 (define-generic-mode): Fix docstring.
23251
23252 2005-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
23253
23254 * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
23255 font-lock-face property to highlight matches.
23256
23257 2005-04-28 Nick Roberts <nickrob@snap.net.nz>
23258
23259 * progmodes/cc-mode.el (cc-create-define-alist): New function.
23260 (cc-define-alist): New variable.
23261 (c-mode): Make it local and initialize it.
23262
23263 * progmodes/gdb-ui.el (gdb-active-process): New variable.
23264 (gdb-exited): New function.
23265 (gdb-annotation-rules): Use it.
23266 (gdb-starting): Set gdb-active-process to t.
23267 (gdb-stopping): Amend doc string.
23268 (gdb-reset): Set gdb-active-process to nil.
23269
23270 * tooltip.el (tooltip-gud-tips): Show the associated #define
23271 directives when a C program under GDB is not executing.
23272
23273 2005-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
23274
23275 * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
23276 font-lock-fontify-syntactic-keywords.
23277
23278 * font-lock.el (font-lock-default-fontify-region): Don't force
23279 parse-sexp-lookup-properties to nil.
23280
23281 2005-04-27 Alexander Klimov <alserkli@inbox.ru> (tiny change)
23282
23283 * man.el (man-mode-syntax-table): Set up `:' to have
23284 word-constituent syntax.
23285
23286 2005-04-27 Lute Kamstra <lute@gnu.org>
23287
23288 * novice.el (disable-command): Don't add spurious newlines to the
23289 init file. Reported by Dan Jacobson <jidanni@jidanni.org>.
23290
23291 2005-04-26 Jay Belanger <belanger@truman.edu>
23292
23293 * calc/calc-yank.el (calc-edit-finish): Make sure there is more
23294 than one window before deleting window.
23295
23296 2005-04-26 Luc Teirlinck <teirllm@auburn.edu>
23297
23298 * shell.el (shell-prompt-pattern): Doc fix.
23299 (shell-mode): Set paragraph-separate buffer locally to "\\'".
23300
23301 * comint.el (comint-prompt-regexp, comint-get-old-input)
23302 (comint-use-prompt-regexp)
23303 (comint-use-prompt-regexp-instead-of-fields)
23304 (comint-replace-by-expanded-history, comint-send-input)
23305 (comint-output-filter, comint-get-old-input-default)
23306 (comint-line-beginning-position, comint-bol, comint-show-output)
23307 (comint-backward-matching-input, comint-forward-matching-input)
23308 (comint-next-prompt, comint-previous-prompt):
23309 Rename `comint-use-prompt-regexp-instead-of-fields' to
23310 `comint-use-prompt-regexp'. Keep old name as alias and declare
23311 obsolete.
23312 (comint-use-prompt-regexp): Shorten first line of doc string.
23313
23314 * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
23315 Set paragraph-separate buffer locally to "\\'".
23316
23317 * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
23318 Adapt to above name change.
23319
23320 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
23321 (smbclient-prompt-regexp): Ditto.
23322
23323 * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
23324
23325 2005-04-27 Nick Roberts <nickrob@snap.net.nz>
23326
23327 * progmodes/gdb-ui.el (gdb-location-alist): Rename from
23328 gdb-location-list.
23329 Break lines that are over 80 characters wide.
23330
23331 2005-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
23332
23333 * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
23334 New fun and var, to preserve compatibility.
23335
23336 * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
23337
23338 2005-04-26 Dominique de Waleffe <ddw@missioncriticalit.com> (tiny change)
23339
23340 * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
23341 name to file-newer-than-file-p.
23342
23343 2005-04-26 Richard M. Stallman <rms@gnu.org>
23344
23345 * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
23346
23347 * progmodes/python.el (python-mode):
23348 Use new name eldoc-documentation-function.
23349
23350 * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
23351
23352 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
23353 (eldoc-documentation-function):
23354 Rename from eldoc-print-current-symbol-info-function. Calls changed.
23355
23356 2005-04-26 Nick Roberts <nickrob@snap.net.nz>
23357
23358 * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
23359
23360 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
23361
23362 * term/xterm.el (function-key-map): Fix strings for
23363 {C,S,A,C-S}-f[1-4]. Use substitute-key-definition to bind
23364 {C,S,A,C-S}-{f1-f12}.
23365
23366 2005-04-26 Kenichi Handa <handa@m17n.org>
23367
23368 * international/mule-cmds.el (select-safe-coding-system):
23369 Fix previous change.
23370
23371 2005-04-26 Lute Kamstra <lute@gnu.org>
23372
23373 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
23374
23375 * font-lock.el (font-lock-fontify-region-function): Fix docstring.
23376 (font-lock-comment-delimiter-face): Ditto.
23377
23378 * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
23379
23380 2005-04-25 Jay Belanger <belanger@truman.edu>
23381
23382 * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
23383 to t while inserting information; use help-mode.
23384
23385 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
23386
23387 * term.el (ansi-term-color-vector): Use the xterm colors.
23388 (term-raw-map): Don't add mappings for \eO and \e[. Map deletechar.
23389
23390 2005-04-25 Lute Kamstra <lute@gnu.org>
23391
23392 * font-core.el (font-lock-defaults): Fix docstring.
23393
23394 * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
23395
23396 2005-04-25 Kenichi Handa <handa@m17n.org>
23397
23398 * international/mule-cmds.el (select-safe-coding-system):
23399 Don't check consistency with coding: spec, etc if raw-text or
23400 no-conversion was found to be safe.
23401
23402 2005-04-24 Richard M. Stallman <rms@gnu.org>
23403
23404 * mail/sendmail.el (mail-font-lock-keywords): Match any number of
23405 citation markers at start of each line.
23406
23407 * mail/rmail.el (rmail-font-lock-keywords): Match any number of
23408 citation markers at start of each line.
23409
23410 * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
23411
23412 * files.el (mode-require-final-newline): Fix previous change.
23413 (require-final-newline): Fix type label.
23414
23415 2005-04-24 Glenn Morris <gmorris@ast.cam.ac.uk>
23416
23417 * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
23418 statement in buffer (broken by 2004-11-24 change).
23419
23420 2005-04-24 Kim F. Storm <storm@cua.dk>
23421
23422 * ido.el (ido-everywhere): Save and restore old read-buffer-function
23423 and read-file-name-function values. Don't overwrite existing
23424 non-nil values if ido-mode is enabled without ido-everywhere.
23425
23426 2005-04-24 Luc Teirlinck <teirllm@auburn.edu>
23427
23428 * files.el (mode-require-final-newline): Minor doc fix.
23429
23430 2005-04-24 Eli Zaretskii <eliz@gnu.org>
23431
23432 * subr.el (syntax-after): Doc fix.
23433 (syntax-class): If argument is nil, return nil. Mask off upper 16
23434 bits, not 8 bits.
23435
23436 * files.el (mode-require-final-newline): Doc fix.
23437 (backup-buffer-copy): Fix last change.
23438
23439 2005-04-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
23440
23441 * term/mac-win.el: Require select. Set selection-coding-system to
23442 mac-system-coding-system. Call menu-bar-enable-clipboard.
23443 (x-last-selected-text-clipboard, x-last-selected-text-primary)
23444 (x-select-enable-clipboard): New variables.
23445 (x-select-text, x-get-selection, x-selection-value)
23446 (x-get-selection-value, mac-select-convert-to-string)
23447 (mac-services-open-file, mac-services-open-selection)
23448 (mac-services-insert-text): New functions.
23449 (CLIPBOARD, FIND): Put mac-scrap-name property.
23450 (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
23451 (public.tiff): Put mac-ostype property.
23452 (selection-converter-alist): Add entries for them.
23453 (mac-application-menu-map): New keymap.
23454 (interprogram-cut-function, interprogram-paste-function): Set to
23455 x-select-text and x-get-selection-value, respectively.
23456 (split-window-keep-point): Set to t.
23457
23458 2005-04-23 Richard M. Stallman <rms@gnu.org>
23459
23460 * files.el (read-directory-name): Always pass non-nil
23461 DEFAULT-FILENAME arg to read-file-name.
23462 (backup-buffer-copy, basic-save-buffer-2): Take care against
23463 writing thru an unexpected existing symlink.
23464 (revert-buffer): In indirect buffer, revert the base buffer.
23465 (magic-mode-alist): Doc fix.
23466 (buffer-stale-function): Doc fix.
23467 (minibuffer-with-setup-hook): Avoid warning.
23468 (mode-require-final-newline): Doc and custom fix.
23469
23470 * follow.el (follow-end-of-buffer): Use with-no-warnings.
23471
23472 * font-lock.el (font-lock-comment-face): On terminals with few colors,
23473 use the default appearance.
23474 (font-lock-comment-delimiter-face): New face, new variable.
23475
23476 * imenu.el (imenu--generic-function): The official position of a
23477 definition is the start of the line that BEG is in.
23478
23479 * midnight.el (midnight-timer): Move defvar up.
23480
23481 * mouse.el (mouse-drag-region-1): Delete some debugging code.
23482
23483 * saveplace.el (save-place-to-alist): Use with-no-warnings.
23484
23485 * startup.el (command-line): Use with-no-warnings.
23486
23487 * window.el (window-size-fixed): New defvar.
23488
23489 * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
23490
23491 * mail/rmail.el (rmail-font-lock-keywords):
23492 Use font-lock-comment-delimiter-face.
23493
23494 * mail/sendmail.el (mail-font-lock-keywords):
23495 Use font-lock-comment-delimiter-face.
23496
23497 * progmodes/compile.el (next-error-highlight-timer): New defvar.
23498
23499 2005-04-23 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
23500
23501 * progmodes/compile.el (compilation-mode-font-lock-keywords):
23502 Specify t for LAXMATCH when matching directories.
23503 Save match data around compilation-compat-error-properties form.
23504
23505 2005-04-23 David Kastrup <dak@gnu.org>
23506
23507 * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
23508 Mention that the autoloaded aliases should be kept for AUCTeX.
23509
23510 2005-04-23 Andreas Schwab <schwab@suse.de>
23511
23512 * isearch.el (isearch-forward): Doc fix.
23513
23514 2005-04-23 Eli Zaretskii <eliz@gnu.org>
23515
23516 * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
23517 (jit-lock-stealth-nice): Change default value to 0.5.
23518
23519 2005-04-23 Eric Hanchrow <offby1@blarg.net> (tiny change)
23520
23521 * abbrev.el (write-abbrev-file): Write table entries in
23522 alphabetical order by table name.
23523
23524 2005-04-22 Kim F. Storm <storm@cua.dk>
23525
23526 * ido.el (ido-read-internal): Fix `list' completion.
23527
23528 2005-04-22 Kenichi Handa <handa@m17n.org>
23529
23530 * recentf.el (recentf-save-file-coding-system): New variable.
23531 (recentf-save-list): Encode the file by
23532 recentf-save-file-coding-system and add coding: tag.
23533
23534 2005-04-22 Nick Roberts <nickrob@snap.net.nz>
23535
23536 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
23537
23538 2005-04-21 Lute Kamstra <lute@gnu.org>
23539
23540 * loadhist.el (unload-feature): Don't remove a function from hooks
23541 if it is about to be restored to an autoload . Remove functions
23542 that will become unbound from auto-mode-alist. Simplify the code.
23543
23544 * subr.el (assq-delete-all): New implementation that is linear,
23545 not quadratic. Suggested by David Kastrup <dak@gnu.org>.
23546 (rassq-delete-all): New function.
23547
23548 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
23549 Add size-indication-mode.
23550
23551 2005-04-21 Kenichi Handa <handa@m17n.org>
23552
23553 * international/mule-cmds.el: Add autoload for widget-value in
23554 eval-when-compile.
23555
23556 2005-04-21 Nick Roberts <nickrob@snap.net.nz>
23557
23558 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
23559 Add tooltip-mode.
23560
23561 * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
23562
23563 2005-04-20 Luc Teirlinck <teirllm@auburn.edu>
23564
23565 * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
23566 (inferior-lisp-filter-regexp, inferior-lisp-program)
23567 (inferior-lisp-load-command, inferior-lisp-prompt)
23568 (inferior-lisp-mode-hook, lisp-source-modes)
23569 (inferior-lisp-load-hook): defvar->defcustom.
23570 (inferior-lisp-program, inferior-lisp-prompt)
23571 (inferior-lisp-load-hook): Doc fixes.
23572 (inferior-lisp-install-letter-bindings): Small change in
23573 introductory comment.
23574
23575 2005-04-20 Dan Nicolaescu <dann@ics.uci.edu>
23576
23577 * vc.el (vc-annotate-color-map): Change some colors so that text
23578 using them as foreground is readable on both white and black
23579 backgrounds.
23580
23581 2005-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
23582
23583 * international/mule-conf.el (translation-table-for-input):
23584 Remove redundant declaration.
23585
23586 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
23587
23588 * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
23589
23590 * tooltip.el (tooltip-gud-tips-p): Expand documentation.
23591 (tooltip-toggle-gud-tips): New function.
23592
23593 2005-04-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
23594
23595 * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
23596 right angle brackets.
23597
23598 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
23599
23600 * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
23601
23602 2005-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
23603
23604 * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
23605 Remove. Update callers to use expand-file-name instead.
23606
23607 * subr.el (syntax-class): New function.
23608
23609 * simple.el (blink-matching-open): Use it.
23610
23611 * paren.el (show-paren-function): Use it to recognize parens that are
23612 also used in 2-char comment markers.
23613
23614 2005-04-19 Lute Kamstra <lute@gnu.org>
23615
23616 * loadhist.el (unload-feature): Update for new format of
23617 load-history. Simplify the code.
23618
23619 2005-04-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
23620
23621 * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
23622 (mac-add-charset-info): New function. Initialize variable
23623 mac-charset-info-alist using it.
23624 (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
23625 for translation.
23626 (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
23627 (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
23628 (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
23629 New CCL programs.
23630
23631 2005-04-19 Kim F. Storm <storm@cua.dk>
23632
23633 * simple.el (next-buffer, prev-buffer, next-error)
23634 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
23635 (clone-indirect-buffer-other-window): Move bindings to bindings.el.
23636
23637 * bindings.el (next-buffer, prev-buffer, next-error)
23638 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
23639 (clone-indirect-buffer-other-window): Move bindings from simple.el.
23640 (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
23641 (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
23642
23643 2005-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
23644
23645 * isearch.el (isearch-edit-string): Make the search-ring available for
23646 minibuffer history commands.
23647 (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
23648 the default history commands now work just as well.
23649 (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
23650
23651 2005-04-18 Kim F. Storm <storm@cua.dk>
23652
23653 * emulation/cua-base.el (cua--pre-command-handler): Add more
23654 elaborate check for shift modifier on non-window systems.
23655
23656 2005-04-18 Lars Hansen <larsh@math.ku.dk>
23657
23658 * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
23659
23660 2005-04-18 Kim F. Storm <storm@cua.dk>
23661
23662 * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
23663 and make it optional. Don't test tooltip-gud-echo-area here.
23664 (tooltip-gud-process-output, gdb-tooltip-print):
23665 Pass tooltip-gud-echo-area to tooltip-show.
23666 (tooltip-help-tips): Remove second optional arg to tooltip-show.
23667
23668 2005-04-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
23669
23670 * tooltip.el (tooltip-mode): `emacs-quick-startup' and
23671 `display-graphic-p' may not be bound yet.
23672
23673 2005-04-17 Luc Teirlinck <teirllm@auburn.edu>
23674
23675 * startup.el (command-line): No longer enable Xterm Mouse mode by
23676 default in terminals compatible with xterm.
23677
23678 * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
23679
23680 2005-04-18 Nick Roberts <nickrob@snap.net.nz>
23681
23682 * tooltip.el (tooltip-gud-echo-area): Rename from
23683 tooltip-use-echo-area.
23684 (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
23685 (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
23686 area independently of where help tooltips are displayed.
23687
23688 2005-04-17 David Kastrup <dak@gnu.org>
23689
23690 * cus-theme.el (custom-theme-write-variables): Quote variables
23691 where necessary.
23692
23693 2005-04-17 Richard M. Stallman <rms@gnu.org>
23694
23695 * simple.el (yank-excluded-properties): Add follow-link to value.
23696
23697 * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
23698
23699 * startup.el (fancy-splash-max-time): Just 30 seconds.
23700 (fancy-splash-delay): Just 7.
23701 (fancy-splash-screens): No time limit other than fancy-splash-max-time.
23702
23703 * loadhist.el (unload-feature): Update for new format of load-history.
23704 Simplify the code.
23705
23706 * mail/rmail.el (rmail-ignored-headers): Ignore more headers
23707 (rmail-font-lock-keywords): Don't fontify the text of a citation.
23708
23709 * mail/sendmail.el (mail-font-lock-keywords):
23710 Don't fontify subject text.
23711 Don't fontify the text of a citation.
23712
23713 2005-04-17 Mark H. Weaver <mhw@netris.org> (tiny change)
23714
23715 * comint.el (comint-output-filter): Run comint-output-filter-functions
23716 with point where the user had it.
23717
23718 2005-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
23719
23720 * international/ucs-tables.el (ucs-set-table-for-input):
23721 Disable when using unify-on-decoding.
23722
23723 2005-04-16 Dan Nicolaescu <dann@ics.uci.edu>
23724
23725 * emulation/cua-base.el (cua-global-mark-face): Add special case
23726 for displays supporting a high number of colors.
23727
23728 2005-04-16 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
23729
23730 * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
23731
23732 2005-04-16 Chong Yidong <cyd@stupidchicken.com>
23733
23734 * filesets.el (filesets-add-buffer): If user supplies a name of a
23735 non-existing fileset, create a new fileset.
23736
23737 2005-04-16 Carsten Dominik <dominik@science.uva.nl>
23738
23739 * textmodes/org.el (org-up-heading-all): Fix bug with
23740 `outline-up-heading-all'.
23741
23742 2005-04-16 Andreas Schwab <schwab@suse.de>
23743
23744 * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
23745 /etc/permissions.d/* and /etc/aliases.d/*.
23746
23747 2005-04-16 Kenichi Handa <handa@m17n.org>
23748
23749 * international/code-pages.el (cp-make-coding-system):
23750 Set `translation-table-for-input' property value to the symbol
23751 ucs-mule-to-mule-unicode, not to that value.
23752 (pt154): Escape guillemet by `\'.
23753
23754 2005-04-15 Luc Teirlinck <teirllm@auburn.edu>
23755
23756 * loadup.el: Load tooltip if x-show-tip is fboundp.
23757
23758 * startup.el (command-line): Add comment.
23759
23760 * tooltip.el (tooltip-mode): Specify correct standard value for
23761 Custom in init-value.
23762
23763 2005-04-15 Nick Roberts <nickrob@snap.net.nz>
23764
23765 * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
23766 possible.
23767
23768 2005-04-15 Carsten Dominik <dominik@science.uva.nl>
23769
23770 * textmodes/org.el (org-agenda-date-prompt): Rename from
23771 `org-agenda-date-today'.
23772 (org-evaluate-time-range): Insert at point instead of directly
23773 after time range.
23774 (org-first-headline-recenter, org-subtree-end-visible-p)
23775 (org-optimize-window-after-visibility-change): New functions
23776 (org-agenda-post-command-hook): Don't allow point at end of line,
23777 to make sure it always hits the text properties.
23778 (org-agenda-next-date-line, org-agenda-previous-date-line):
23779 New commands.
23780 (org-set-regexps-and-options): Category may contain white space.
23781 (org-agenda-get-deadlines, org-agenda-get-scheduled):
23782 Improve marker positions.
23783 (org-agenda-new-marker): Argument POS made optional.
23784 (org-agenda-get-timestamps): Deadlines which are done are listed
23785 in org-done-face now.
23786 (org-agenda-get-todos, org-agenda-get-timestamps)
23787 (org-agenda-get-deadlines, org-agenda-get-scheduled):
23788 Set `undone-face' and `done-face' properties.
23789 (org-last-todo-state-is-todo): New variable.
23790 (org-todo): Set `org-last-todo-state-is-todo'.
23791 (org-agenda-todo): Change face according to
23792 `org-last-todo-state-is-todo'. And change other lines referring to
23793 the same entry.
23794 (org-calendar-goto-agenda): New command.
23795 (org-calendar-to-agenda-key): New option.
23796 (org-startup-folded): New allowed value `content'.
23797 (org-set-regexps-and-options): Accept new value `content' for
23798 `org-startup-folded'.
23799 (org-get-current-options): Handle new value `content' for
23800 `org-startup-folded'.
23801 (org-insert-todo-heading): New command.
23802 (org-mode): Insert first line "*-* mode: org-mode -*-" when called
23803 interactively in empty file and option
23804 `org-insert-mode-line-in-empty-file' has been set.
23805 (org-agenda-todo, org-agenda-priority): Modify to use
23806 `org-agenda-change-all-lines'.
23807 (org-warning-face): Change color on dark background
23808
23809 2005-04-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
23810
23811 * international/mule-cmds.el (set-locale-environment): On Mac OS,
23812 use preferences AppleLocale and AppleLanguages, and variable
23813 mac-system-locale for default locale. On Mac OS Classic, use
23814 mac-system-coding-system for default coding systems.
23815
23816 * term/mac-win.el: Don't set file-name-coding-system.
23817 Decode variables system-name, emacs-build-system, user-login-name, and
23818 user-full-name by mac-system-coding-system on Mac OS Classic.
23819 (mac-system-coding-system): New variable.
23820
23821 2005-04-13 Luc Teirlinck <teirllm@auburn.edu>
23822
23823 * startup.el (command-line): Handle `xterm-mouse-mode' before
23824 reading init file.
23825
23826 * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
23827
23828 2005-04-13 Glenn Morris <gmorris@ast.cam.ac.uk>
23829
23830 * progmodes/sh-script.el (sh-here-document-word): Make it a
23831 defcustom. Doc fix.
23832 (sh-add): Bash uses $(( )) for arithmetic.
23833 (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
23834 (sh-maybe-here-document): Remove quotes and leading whitespace
23835 from heredoc word when closing. Indent heredoc with tabs if word
23836 starts with "-".
23837
23838 2005-04-13 Richard M. Stallman <rms@gnu.org>
23839
23840 * simple.el (undo): Fix previous change.
23841
23842 * custom.el (defface): Doc fix.
23843
23844 2005-04-13 Lute Kamstra <lute@gnu.org>
23845
23846 * Makefile.in (DONTCOMPILE): Remove list.
23847 (compile, compile-always): Don't use DONTCOMPILE.
23848 (update-authors): Load the library in which batch-update-authors
23849 is defined.
23850 * makefile.w32-in (DONTCOMPILE): Remove list.
23851 (compile, compile-always): Fix comments.
23852 (update-authors): Load the library in which batch-update-authors
23853 is defined.
23854
23855 * generic-x.el (generic-mode-ini-file-find-file-hook):
23856 Rename to ini-generic-mode-find-file-hook.
23857 Keep generic-mode-ini-file-find-file-hook as an alias.
23858 (ini-generic-mode-find-file-hook): Rename from
23859 generic-mode-ini-file-find-file-hook. Fix docstring.
23860 (ini-generic-mode): Docstring change.
23861 (bat-generic-mode-run-as-comint): Silence the byte compiler.
23862
23863 * help.el (describe-key-briefly): UNTRANSLATED can be nil when
23864 called from lisp.
23865
23866 * generic.el: Move to the emacs-lisp subdir.
23867
23868 2005-04-12 Dan Nicolaescu <dann@ics.uci.edu>
23869
23870 * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
23871 and C-S- function and cursor motion keys.
23872
23873 2005-04-12 Luc Teirlinck <teirllm@auburn.edu>
23874
23875 * startup.el (command-line): Enable Xterm Mouse mode by default.
23876 * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
23877 for Custom. No longer show "Mouse" in mode line when enabled.
23878 Doc fix.
23879
23880 2005-04-12 Kim F. Storm <storm@cua.dk>
23881
23882 * emulation/cua-base.el (cua-rectangle-face)
23883 (cua-rectangle-noselect-face): Define face attributes here.
23884
23885 * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
23886
23887 2005-04-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
23888
23889 * startup.el (command-line): Turn off blinking cursor if
23890 cursorBlink in resources is off or false.
23891
23892 2005-04-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
23893
23894 * term/mac-win.el (dnd): Require dnd.
23895 (mac-drag-n-drop): Call dnd-handle-one-url.
23896 (kTextEncodingMacRoman, kTextEncodingISOLatin1)
23897 (kTextEncodingISOLatin2): Remove constants.
23898 (mac-script-code-coding-systems): New constant.
23899 (mac-handle-language-change): New function.
23900 (special-event-map): Bind it to `language-change' event.
23901 (mac-centraleurroman, mac-cyrillic): New coding systems.
23902 (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
23903 (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
23904 and mac-cyrillic-encoder to encode-mac-centraleurroman and
23905 encode-mac-cyrillic, respectively.
23906
23907 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
23908
23909 * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
23910 Don't set overlay-arrow-string to "=>" as this is done
23911 globally in C now.
23912
23913 2005-04-12 Lute Kamstra <lute@gnu.org>
23914
23915 * generic-x.el (rc-generic-mode, rul-generic-mode):
23916 Fix auto-mode-alist entries.
23917 (etc-fstab-generic-mode): Tweak fontification.
23918
23919 * generic.el (generic-make-keywords-list): Fix docstring.
23920 (generic-mode-internal): Simplify generic-font-lock-keywords.
23921
23922 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
23923
23924 * whitespace.el (whitespace-buffer-leading)
23925 (whitespace-buffer-trailing): Revert the incorrect test inversion.
23926 However, fix the highlight area for the leading and
23927 trailing whitespaces to show space.
23928
23929 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
23930
23931 * whitespace.el (whitespace-version): Bump to 3.5
23932
23933 (whitespace-buffer-leading, whitespace-buffer-trailing):
23934 Invert sense of the test to highlight the whitespace.
23935
23936 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
23937
23938 * progmodes/gud.el (gud-display-line): GUD uses its own
23939 overlay arrow now so don't set overlay-arrow-string.
23940 (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
23941
23942 2005-04-11 Dan Nicolaescu <dann@ics.uci.edu>
23943
23944 * term.el (term-ansi-current-bold, term-ansi-current-underline)
23945 (term-ansi-current-reverse, term-ansi-current-invisible)
23946 (term-ansi-face-already-done): Change to boolean.
23947 (term-reset-terminal, term-handle-colors-array): Handle the above
23948 vars accordingly.
23949 (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
23950 (term-emulate-terminal): Use the new name.
23951
23952 * faces.el (secondary-selection): Use yellow1, not yellow.
23953 (trailing-whitespace): Use red1, not red.
23954
23955 2005-04-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
23956
23957 * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
23958 (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
23959 (dired-dnd-handle-file): Call dnd-get-local-file-uri
23960
23961 * cus-edit.el (dnd): New group.
23962
23963 * term/w32-win.el (dnd): Require dnd
23964 (w32-drag-n-drop): Call dnd-handle-one-url.
23965
23966 * x-dnd.el: Require dnd.
23967 (x-dnd-handle-uri-list, x-dnd-handle-file-name):
23968 Call dnd-handle-one-url.
23969 (x-dnd-types-alist, x-dnd-insert-utf8-text)
23970 (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
23971 to dnd-insert-text.
23972 (x-dnd-protocol-alist, x-dnd-open-file-other-window)
23973 (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
23974 (x-dnd-get-local-file-name, x-dnd-open-local-file)
23975 (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
23976
23977 * dnd.el (dnd-protocol-alist): New file with generic DND functions.
23978
23979 2005-04-11 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
23980
23981 * wdired.el: Doc fixes.
23982 (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
23983 (wdired-use-dired-vertical-movement): Rename from
23984 wdired-always-move-to-filename-beginning.
23985 (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
23986 (wdired-change-to-wdired-mode): Change mode name.
23987 (wdired-newline): Delete.
23988
23989 2005-04-11 Richard M. Stallman <rms@gnu.org>
23990
23991 * whitespace.el (whitespace-highlight-the-space):
23992 Don't call whitespace-unhighlight-the-space here.
23993
23994 * simple.el (undo): Record t in undo-equiv-table
23995 for the redo record made by an undo-in-region.
23996
23997 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
23998
23999 * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
24000 (gdb-frame-inferior-io-buffer): New Functions to control
24001 display of separate IO buffer.
24002 (menu): Add them to menu-bar.
24003 (gdb-display-buffer): Check for buffer another frame.
24004 Protect GUD buffer.
24005 (gdb-setup-windows): Create IO buffer if not already there.
24006 (gdb-memory-mode): Remove purecopy noops.
24007
24008 2005-04-11 Glenn Morris <gmorris@ast.cam.ac.uk>
24009
24010 * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
24011 and pass to self-insert-command.
24012
24013 2005-04-11 Lute Kamstra <lute@gnu.org>
24014
24015 * generic.el: Commentary section cleanup.
24016 (generic): Delete.
24017 (generic-use-find-file-hook, generic-lines-to-scan)
24018 (generic-find-file-regexp, generic-ignore-files-regexp)
24019 (default-generic-mode, generic-mode-find-file-hook)
24020 (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
24021 * generic-x.el (generic-x): Docstring fix. Put it in the data group.
24022 (generic-use-find-file-hook, generic-lines-to-scan)
24023 (generic-find-file-regexp, generic-ignore-files-regexp)
24024 (default-generic-mode, generic-mode-find-file-hook)
24025 (generic-mode-ini-file-find-file-hook): Move from generic.el.
24026
24027 2005-04-10 Karl Fogel <kfogel@red-bean.com>
24028
24029 * bookmark.el (bookmark-write-file): Catch errors writing file.
24030 This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
24031
24032 2005-04-10 Richard M. Stallman <rms@gnu.org>
24033
24034 * startup.el (fancy-splash-tail): Update copyright year.
24035 (command-line): Split part of -Q into -D.
24036 (emacs-basic-display): New defvar.
24037 (fancy-splash-text): Correct name of menu item.
24038
24039 * saveplace.el (save-place-alist-to-file): Catch errors writing file.
24040
24041 * info.el (Info-fontify-node): Handle fontification of multiple * Menu
24042 lines in one node.
24043
24044 * comint.el (comint-send-input): New arg ARTIFICIAL.
24045 Callers in this file changed.
24046
24047 * abbrev.el (define-abbrevs): Read system abbrevs properly.
24048
24049 * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
24050
24051 2005-04-10 Chong Yidong <cyd@stupidchicken.com>
24052
24053 * url/url-ldap.el (url-ldap): Add docstring. Fix call to
24054 `ldap-search-internal'.
24055
24056 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
24057
24058 * files.el (set-auto-mode-1): Use line-end-position.
24059
24060 * international/latin-1.el:
24061 * international/latin-2.el:
24062 * international/latin-3.el:
24063 * international/latin-4.el:
24064 * international/latin-5.el:
24065 * international/latin-8.el:
24066 * international/latin-9.el: Give punctuation syntax to NBSP.
24067
24068 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
24069 (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
24070 Use char-classes to accept non-ascii letters, accepted in some recent
24071 bibtex implementations.
24072
24073 2005-04-10 Luc Teirlinck <teirllm@auburn.edu>
24074
24075 * custom.el (custom-set-minor-mode): Any non-nil value for the
24076 variable should enable the mode when set through Custom.
24077
24078 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
24079
24080 * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
24081 TAB binding so tab-always-indent is obeyed.
24082 (vhdl-minibuffer-local-map): Move initialization into declaration.
24083 (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
24084 (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
24085 (vhdl-hooked-abbrev): Avoid test for XEmacs.
24086 (vhdl-current-line): Use line-beginning-position.
24087 (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
24088 with-output-to-temp-buffer, so the current position can be recorded.
24089
24090 2005-04-10 Masatake YAMATO <jet@gyve.org>
24091
24092 * progmodes/compile.el (compilation-error-regexp-alist-alist):
24093 Add regexp for gcov.
24094
24095 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
24096
24097 * calendar/time-date.el (time-to-seconds, seconds-to-time)
24098 (days-to-time, time-subtract, time-add): Don't use the #xhhhh
24099 syntax which Emacs 20 doesn't support.
24100
24101 2005-04-09 Richard M. Stallman <rms@gnu.org>
24102
24103 * help.el (describe-key-briefly, describe-key):
24104 Replace strings as event types with "(any string)".
24105
24106 2005-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
24107
24108 * arc-mode.el (archive-mode-map): Move initialization into
24109 the declaration. Override *all* bindings of `undo'.
24110 (archive-lemacs): Remove, use (featurep 'xemacs) instead.
24111
24112 2005-04-09 Jay Belanger <belanger@truman.edu>
24113
24114 * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
24115
24116 2005-04-09 Dan Nicolaescu <dann@ics.uci.edu>
24117
24118 * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
24119 (xterm-register-default-colors): Update color values computation
24120 to match xterm-200.
24121
24122 2005-04-09 Kenichi Handa <handa@m17n.org>
24123
24124 * international/code-pages.el (iso-latin-7): Fix the map.
24125
24126 2005-04-08 Luc Teirlinck <teirllm@auburn.edu>
24127
24128 * emacs-lisp/lisp.el (defun-prompt-regexp)
24129 (parens-require-spaces, buffer-end, end-of-defun)
24130 (insert-parentheses): Doc fixes.
24131
24132 2005-04-08 Kim F. Storm <storm@cua.dk>
24133
24134 * comint.el (comint-highlight-prompt): Fix face spec.
24135 * hi-lock.el (hi-green): Likewise.
24136
24137 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
24138
24139 * cus-edit.el (custom-modified-face):
24140 * comint.el (comint-highlight-input): Fix previous changes.
24141 * term.el (term-handle-ansi-escape): Add a comment.
24142
24143 2005-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
24144
24145 * whitespace.el (whitespace-highlight-the-space): Put the same overlay
24146 in the buffer and in whitespace-highlighted-space.
24147 (whitespace-unhighlight-the-space): Simplify.
24148 (whitespace-buffer): Simplify.
24149
24150 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
24151
24152 * textmodes/table.el (table-cell-face): Add special case for
24153 displays supporting a high number of colors.
24154 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
24155 (vhdl-font-lock-reserved-words-face)
24156 (vhdl-speedbar-architecture-face)
24157 (vhdl-speedbar-instantiation-face)
24158 (vhdl-speedbar-architecture-selected-face)
24159 (vhdl-speedbar-instantiation-selected-face): Likewise.
24160 * progmodes/sh-script.el (sh-heredoc-face): Likewise.
24161 * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
24162 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
24163 (ebrowse-root-class-face, ebrowse-member-attribute-face)
24164 (ebrowse-progress-face): Likewise.
24165 * progmodes/compile.el (compilation-info-face): Likewise.
24166 * progmodes/cc-fonts.el (c-invalid-face): Likewise.
24167 * emacs-lisp/re-builder.el (reb-match-3): Likewise.
24168 * calendar/calendar.el (diary-face): Likewise.
24169 * woman.el (woman-italic-face, woman-bold-face)
24170 (woman-unknown-face): Likewise.
24171 * wid-edit.el (widget-button-pressed-face): Likewise.
24172 * whitespace.el (whitespace-highlight-face): Likewise.
24173 * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
24174 * pcvs-info.el (cvs-marked-face): Likewise.
24175 * info.el (info-xref): Likewise.
24176 * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
24177 * hilit-chg.el (highlight-changes-face)
24178 (highlight-changes-delete-face): Likewise.
24179 * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
24180 (hi-red-b): Likewise.
24181 * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
24182 * font-lock.el (font-lock-keyword-face)
24183 (font-lock-function-name-face, font-lock-warning-face): Likewise.
24184 * cus-edit.el (custom-invalid-face, custom-modified-face)
24185 (custom-set-face, custom-changed-face, custom-variable-tag-face)
24186 (custom-group-tag-face-1, custom-group-tag-face): Likewise.
24187 * comint.el (comint-highlight-prompt): Likewise.
24188
24189 2005-04-08 Lute Kamstra <lute@gnu.org>
24190
24191 * font-lock.el (font-lock-keywords): Docstring fixes.
24192
24193 2005-04-08 Kenichi Handa <handa@m17n.org>
24194
24195 * ps-mule.el (ps-mule-show-warning): If the number of unprintable
24196 chars are more than a limit, print " and more..." at the tail.
24197
24198 2005-04-08 Kim F. Storm <storm@cua.dk>
24199
24200 * emacs-lisp/authors.el (authors-aliases): Update list.
24201 (authors-ignored-files): New list.
24202 (authors-fixed-entries): Fix typo.
24203 (authors-renamed-files-alist): Update list.
24204 (authors-add): Check authors-ignored-files.
24205
24206 2005-04-08 Carsten Dominik <dominik@science.uva.nl>
24207
24208 * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
24209 optional, to ensure backward compatibility.
24210
24211 2005-04-08 Stephen Eglen <stephen@gnu.org>
24212
24213 * textmodes/flyspell.el (flyspell-large-region): Doc fix.
24214
24215 2005-04-08 Kim F. Storm <storm@cua.dk>
24216
24217 * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
24218
24219 * mouse.el (mouse-on-link-p): Doc fix.
24220
24221 2005-04-07 Luc Teirlinck <teirllm@auburn.edu>
24222
24223 * ielm.el (ielm-prompt-read-only): Doc fix.
24224
24225 * comint.el (comint-prompt-read-only): Doc fix.
24226
24227 2005-04-07 Benjamin Rutt <brutt@bloomington.in.us>
24228
24229 * ffap.el (ffap-pass-wildcards-to-dired): New user option to
24230 ensure dired always handles wildcards passed to ffap.
24231 (find-file-at-point): Use it.
24232 (ffap-dired-wildcards): Doc fix.
24233
24234 2005-04-07 Juri Linkov <juri@jurta.org>
24235
24236 * simple.el (next-error-overlay-arrow-position): New defvar.
24237 Put "=>" on its property `overlay-arrow-string'. Add it to
24238 `overlay-arrow-variable-list'.
24239
24240 * progmodes/compile.el (compilation-setup):
24241 Set `next-error-overlay-arrow-position' to nil. Also set it to
24242 nil in the local hook `kill-buffer-hook'. Make local variable
24243 `overlay-arrow-string' and set it to "=>".
24244 (compilation-goto-locus): Set BOL position to
24245 `next-error-overlay-arrow-position' instead of
24246 `overlay-arrow-position'.
24247
24248 * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
24249 locally instead of adding it to the global hook.
24250 (Info-kill-buffer): Move up.
24251
24252 2005-04-06 Dan Nicolaescu <dann@ics.uci.edu>
24253
24254 * term/xterm.el (xterm-standard-colors): Update color values from
24255 xterm-200.
24256
24257 2005-04-06 Stefan Monnier <monnier@iro.umontreal.ca>
24258
24259 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
24260
24261 * fast-lock.el:
24262 * lazy-lock.el: Move them to the obsolete subdir.
24263
24264 2005-04-06 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
24265
24266 * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
24267 (wdired-add-replace-advice): Remove.
24268 (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
24269
24270 2005-04-06 Kim F. Storm <storm@cua.dk>
24271
24272 * startup.el (command-line): Add --bare-bones alias for -Q.
24273
24274 2005-04-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
24275
24276 * term/mac-win.el: Use create-fontset-from-mac-roman-font to
24277 create the startup fontset if a font specification ends with
24278 `mac-roman'.
24279
24280 2005-04-06 Lute Kamstra <lute@gnu.org>
24281
24282 * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
24283 change.
24284
24285 * emacs-lisp/copyright.el (copyright-update-year): Replace the
24286 right subexpression. Suggested by Jay Bingham <jay.bingham@hp.com>.
24287
24288 2005-04-05 Lute Kamstra <lute@gnu.org>
24289
24290 * generic.el (generic-mode-internal): Fix 2005-03-31 change.
24291 (define-generic-mode): Ditto. Fix debug declaration.
24292
24293 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
24294 Put them in the generic-x group.
24295
24296 * calendar/timeclock.el (timeclock): Doc fix.
24297
24298 * generic.el (define-generic-mode): Don't use custom-current-group.
24299 Document default :group value.
24300 * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
24301 (define-global-minor-mode): Don't use custom-current-group.
24302
24303 2005-04-05 Glenn Morris <gmorris@ast.cam.ac.uk>
24304
24305 * startup.el (command-line-1): Display startup-echo-area-message
24306 when fancy splash screen is in use.
24307
24308 * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
24309 (sh-escaped-newline): New face.
24310 (sh-font-lock-keywords) <shell>: Improve regexp for escaped
24311 newline, and use sh-escaped-newline face.
24312
24313 * progmodes/tcl.el (tcl-escaped-newline): New face.
24314 (tcl-builtin-list): New variable.
24315 (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
24316 newlines. Fix keywords subexpression number.
24317
24318 2005-04-05 Carsten Dominik <dominik@science.uva.nl>
24319
24320 * textmodes/org.el (org-diary-default-entry): Fix call to
24321 `add-to-diary-entry'.
24322
24323 2005-04-05 Kim F. Storm <storm@cua.dk>
24324
24325 * ediff-init.el: Use (featurep 'xemacs).
24326
24327 2005-04-05 David Ponce <david@dponce.com>
24328
24329 * cus-edit.el (face): Derive from symbol widget. Display sample
24330 of the current face on the fly.
24331 (widget-face-sample-face-get, widget-face-notify): New functions.
24332 (widget-face-value-create): Remove.
24333
24334 * wid-edit.el (widget-field-end): Temporarily remove field
24335 narrowing before to call `get-char-property'.
24336
24337 2005-04-04 Jay Belanger <belanger@truman.edu>
24338
24339 * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
24340 (math-read-subscripts): New variable.
24341 (math-read-preprocess-string): Process subscripts.
24342
24343 2005-04-04 Luc Teirlinck <teirllm@auburn.edu>
24344
24345 * comint.el (comint-prompt-read-only): Doc fix.
24346
24347 * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
24348 `-1'. Doc fix.
24349
24350 2005-04-04 Carsten Dominik <dominik@science.uva.nl>
24351
24352 * textmodes/org.el (org-insert-mode-line-in-empty-file):
24353 Change default value to nil.
24354
24355 2005-04-04 Lute Kamstra <lute@gnu.org>
24356
24357 * autorevert.el (auto-revert-mode): Specify :group.
24358 * battery.el (display-battery-mode): Specify :group.
24359 * diff-mode.el (diff-minor-mode): Specify :group.
24360 * font-core.el (font-lock-mode): Specify :group.
24361 * hl-line.el (hl-line-mode): Specify :group.
24362 * iimage.el (iimage): New customization group.
24363 (iimage-mode): Specify :group.
24364 * longlines.el (longlines-mode): Specify :group.
24365 * master.el: Don't require easy-mmode.
24366 (master): New customization group.
24367 (master-mode): Specify :group.
24368 * msb.el (msb-mode): Specify :group.
24369 * reveal.el (reveal-mode): Specify :group.
24370 * simple.el (next-error-follow-minor-mode): Specify :group.
24371 * smerge-mode.el (smerge-mode): Specify :group.
24372 * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
24373 * emulation/cua-base.el (cua-mode): Specify :group.
24374 * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
24375 * language/thai-util.el (thai-auto-composition-mode)
24376 (thai-word-mode): Specify :group.
24377 * mail/supercite.el (sc-minor-mode): Specify :group.
24378 * progmodes/cwarn.el (cwarn-mode): Specify :group.
24379 * progmodes/flymake.el (flymake-mode): Specify :group.
24380 * progmodes/glasses.el (glasses-mode): Specify :group.
24381 * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
24382 * textmodes/enriched.el (enriched-mode): Specify :group.
24383 * textmodes/refill.el (refill-mode): Specify :group.
24384
24385 * add-log.el (change-log-font-lock-keywords): Names in
24386 parenthesized lists can contain spaces.
24387
24388 2005-04-04 Thien-Thi Nguyen <ttn@gnu.org>
24389
24390 * startup.el (fancy-splash-text): Shorten default text of
24391 "Emacs Tutorial" line. Also, if the current language env
24392 indicates an available tutorial file other than TUTORIAL,
24393 extract its title and append it to the line in parentheses.
24394 (fancy-splash-insert): If arg is a thunk, funcall it.
24395
24396 2005-04-04 Jay Belanger <belanger@truman.edu>
24397
24398 * calc.el (calc-language-alist): Add tags to customization type.
24399
24400 2005-04-03 Luc Teirlinck <teirllm@auburn.edu>
24401
24402 * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
24403 Doc fix.
24404
24405 2005-04-03 Marcelo Toledo <marcelo@gnu.org>
24406
24407 * add-log.el (change-log-font-lock-keywords): The manual
24408 describing a Change Log entry, says: (...) "Aside from these
24409 header lines, every line in the change log starts with a space or
24410 a tab.". The font-lock was not highlighting lines started with
24411 spaces, added support for it.
24412
24413 2005-04-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
24414
24415 * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
24416 (bibtex-generate-url-list): Update docstring accordingly. Put the
24417 complex example in the docstring.
24418 (bibtex-font-lock-url): Use pop.
24419
24420 2005-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
24421
24422 * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
24423
24424 * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
24425
24426 2005-04-03 Glenn Morris <gmorris@ast.cam.ac.uk>
24427
24428 * filesets.el (filesets-set-default): Doc fix.
24429
24430 2005-04-03 Lute Kamstra <lute@gnu.org>
24431
24432 * generic.el (define-generic-mode): Add argument to specify
24433 keywords for defcustom.
24434 (default-generic-mode): Specify :group.
24435
24436 * generic-x.el: Specify :group for all generic modes.
24437
24438 * desktop.el (desktop-no-desktop-file-hook)
24439 (desktop-after-read-hook): Doc fix.
24440
24441 2005-04-02 Luc Teirlinck <teirllm@auburn.edu>
24442
24443 * simple.el (visible-mode): Use explicit :group keyword.
24444 This changes the group of `visible-mode-hook' from paren-blinking
24445 to editing-basics.
24446
24447 2005-04-02 Sergey Poznyakoff <gray@Mirddin.farlep.net> (tiny change)
24448
24449 * mail/rmail.el (rmail-parse-url): Bugfix. Parse traditional
24450 mailbox specifications as well as URLs.
24451 (rmail-insert-inbox-text): Remove unused conditional branches.
24452
24453 2005-04-01 Jay Belanger <belanger@truman.edu>
24454
24455 * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
24456 (calc-gnuplot-print-command): Move definitions to calc.el.
24457
24458 * calc/calc-embed.el (calc-embedded-announce-formula)
24459 (calc-embedded-open-formula, calc-embedded-close-formula)
24460 (calc-embedded-open-word, calc-embedded-close-word)
24461 (calc-embedded-open-plain, calc-embedded-close-plain)
24462 (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
24463 (calc-embedded-open-mode, calc-embedded-close-mode):
24464 Move definitions to calc.el.
24465
24466 * calc/calc.el (calc-settings-file, calc-language-alist):
24467 Make customizable.
24468 (calc-embedded-announce-formula, calc-embedded-open-formula)
24469 (calc-embedded-close-formula, calc-embedded-open-word)
24470 (calc-embedded-close-word, calc-embedded-open-plain)
24471 (calc-embedded-close-plain, calc-embedded-open-new-formula)
24472 (calc-embedded-close-new-formula, calc-embedded-open-mode)
24473 (calc-embedded-close-mode, calc-gnuplot-name)
24474 (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
24475 from other files and make customizable.
24476
24477 2005-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
24478
24479 * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
24480 Use buffer-live-p.
24481 (cvs-mode-run): Don't call cvs-update-header here.
24482 (cvs-run-process): Call cvs-update-header.
24483 Use process properties for cvs-postprocess and cvs-buffer so that
24484 the sentinel can behave better if the temp buffer is killed.
24485 Use a pipe rather than a tty, to better handle unexpected prompts.
24486 (cvs-sentinel): Rewrite. Call cvs-update-header.
24487
24488 2005-04-01 Andre Spiegel <spiegel@gnu.org>
24489
24490 * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
24491 we go via Tramp or Ange-FTP. Suggested by Kai Grossjohann.
24492
24493 2005-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
24494
24495 * generic.el (define-generic-mode): Add indentation rule.
24496
24497 2005-03-31 Luc Teirlinck <teirllm@auburn.edu>
24498
24499 * files.el (mode-require-final-newline): Make Custom correctly
24500 report a nil value and allow to set it to nil via Custom.
24501 Doc fix.
24502
24503 2005-04-01 Kenichi Handa <handa@m17n.org>
24504
24505 * international/characters.el: Enable the correct case setting for
24506 dotless-i and dotted-I.
24507
24508 2005-04-01 Kim F. Storm <storm@cua.dk>
24509
24510 * ido.el (ido-file-internal): Fall back to non-ido command if
24511 initial directory is on slow ftp (or tramp) host.
24512
24513 2005-03-31 Richard M. Stallman <rms@gnu.org>
24514
24515 * emacs-lisp/autoload.el (make-autoload):
24516 Handle define-global-minor-mode.
24517
24518 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
24519 Rename from easy-mmode-define-global-mode.
24520 (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
24521
24522 * progmodes/scheme.el (scheme-mode-syntax-table):
24523 Update syntax of | and # for two-character comment syntax.
24524
24525 2005-03-31 Lute Kamstra <lute@gnu.org>
24526
24527 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
24528 (define-minor-mode): Call custom-current-group at load-time.
24529
24530 * generic.el (define-generic-mode): Add debug declaration.
24531 Add defcustom for the mode hook.
24532 (generic-mode-internal): Use run-mode-hooks.
24533
24534 2005-03-31 Kim F. Storm <storm@cua.dk>
24535
24536 * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
24537 (mouse-fixup-help-message): New defun called by show_help_echo
24538 to fixup mouse-2 prefix in help messages when applicable.
24539
24540 * tooltip.el (tooltip-show-help-function): Don't fixup message here.
24541
24542 2005-03-31 Kenichi Handa <handa@m17n.org>
24543
24544 * language/thai-word.el (thai-find-word-ends): Pay attention to
24545 the case that we reach the end of buffer.
24546
24547 * textmodes/fill.el (fill-text-properties-at): New function.
24548 (fill-newline): Use fill-text-properties-at instead of
24549 text-properties-at.
24550
24551 2005-03-31 Olive Lin <olive.lin@versateladsl.be> (tiny change)
24552
24553 * textmodes/tex-mode.el (tex-start-tex) Use shell-quote-argument,
24554 not comint-quote-filename.
24555
24556 2005-03-31 Thien-Thi Nguyen <ttn@gnu.org>
24557
24558 * help-fns.el (help-with-tutorial): Revert last change.
24559
24560 2005-03-31 Kim F. Storm <storm@cua.dk>
24561
24562 * emulation/cua-base.el (cua-scroll-down): Add CUA property.
24563
24564 2005-03-30 Paul Eggert <eggert@cs.ucla.edu>
24565
24566 * calendar/cal-china.el: Update reference to "Calendrical
24567 Calculations" book; there's a new edition.
24568 * calendar/cal-coptic.el: Likewise.
24569 * calendar/cal-french.el: Likewise.
24570 * calendar/cal-hebrew.el: Likewise.
24571 * calendar/cal-islam.el: Likewise.
24572 * calendar/cal-iso.el: Likewise.
24573 * calendar/cal-julian.el: Likewise.
24574 * calendar/cal-mayan.el: Likewise.
24575 * calendar/cal-persia.el: Likewise.
24576 * calendar/calendar.el: Likewise.
24577 * calendar/holidays.el: Likewise.
24578 * calendar/lunar.el: Likewise.
24579 * calendar/solar.el: Likewise.
24580
24581 * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
24582 white space from doc string.
24583
24584 2005-03-30 Jay Belanger <belanger@truman.edu>
24585
24586 * calc/calc-help.el (calc-full-help): Remove email address.
24587
24588 2005-03-30 Thien-Thi Nguyen <ttn@gnu.org>
24589
24590 * help-fns.el (help-with-tutorial): Delete title line.
24591
24592 2005-03-30 Glenn Morris <gmorris@ast.cam.ac.uk>
24593
24594 * calendar/cal-x.el (calendar-one-frame-setup)
24595 (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
24596 rather than `symbol' for set-window-dedicated-p.
24597
24598 * calendar/appt.el (appt-buffer-name): Make it a constant.
24599 (appt-add): Doc fix.
24600
24601 * filesets.el (filesets-menu-path, filesets-menu-before)
24602 (filesets-menu-in-menu): Doc fix. Now valid in GNU Emacs.
24603 (filesets-menu-cache-file): Use directory ~/.emacs.d.
24604 (filesets-add-submenu): Delete and use add-submenu instead.
24605
24606 2005-03-30 Carsten Dominik <dominik@science.uva.nl>
24607
24608 * org.el (org-agenda-phases-of-moon, org-agenda-sunrise-sunset)
24609 (org-agenda-convert-date, org-agenda-goto-calendar): New commands.
24610 (org-diary-default-entry): New function.
24611 (org-get-entries-from-diary): Better parsing of diary entries.
24612 (org-agenda-check-no-diary): New function.
24613 ("diary-lib"): Advice to function `add-to-diary-list', to allow
24614 linking to diary entries.
24615 (org-agenda-execute-calendar-command): New function.
24616 (org-agenda): Improve visible section in window.
24617 Use `org-fit-agenda-window'.
24618 (org-fit-agenda-window): New option.
24619 (org-move-subtree-down): Better handling of empty lines
24620 at end of subtree.
24621 (org-cycle): Numeric prefix is interpreted now as show-subtree N
24622 levels up.
24623 (org-fontify-done-headline): New option.
24624 (org-headline-done-face): New face.
24625 (org-set-font-lock-defaults): Use `org-headline-done-face'.
24626 (org-table-copy-down): Rename from `org-table-copy-from-above'.
24627 When current field is non-empty, it is copied to next row.
24628 (org-table-copy-from-above): Fix bug which made it
24629 impossible to copy fields containing only a single non-white character.
24630
24631 2005-03-30 Kim F. Storm <storm@cua.dk>
24632
24633 * kmacro.el (kmacro-end-macro): Isearch may store this command
24634 into the macro -- so ignore it when executing keyboard macro.
24635
24636 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
24637
24638 * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
24639
24640 2005-03-29 Kenichi Handa <handa@m17n.org>
24641
24642 * language/thai.el ("Thai"): Set setup-function and exit-function
24643 for Thai language environment.
24644
24645 * language/thai-util.el: Require thai-word.
24646 (thai-word-mode-map): New variable.
24647 (thai-word-mode): New minor mode.
24648 (setup-thai-language-environment-internal): New function.
24649 (exit-thai-language-environment-internal): New function.
24650
24651 * language/thai-word.el (thai-word-table): Declare it by defvar,
24652 use dolist to initialize it.
24653 (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
24654 (thai-fill-find-break-point): New functions.
24655
24656 2005-03-29 Richard M. Stallman <rms@gnu.org>
24657
24658 * simple.el (idle-update-delay): Move definition up.
24659 (set-mark): Doc fix.
24660
24661 2005-03-29 Chong Yidong <cyd@stupidchicken.com>
24662
24663 * longlines.el: New file.
24664
24665 * simple.el (buffer-substring-filters): New variable.
24666 (filter-buffer-substring): New function.
24667 (kill-region, copy-region-as-kill): Use it.
24668
24669 * register.el (copy-to-register, append-to-register)
24670 (prepend-to-register): Use filter-buffer-substring.
24671
24672 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
24673
24674 * progmodes/gud.el (gdb): (Re)-initialize gud-filter-pending-text.
24675 (gud-filter-pending-text): Move in front of gdb.
24676 (gud-overlay-arrow-position): New variable.
24677 (gud-sentinel, gud-display-line): Use it in place of
24678 overlay-arrow-position.
24679
24680 2005-03-29 Glenn Morris <gmorris@ast.cam.ac.uk>
24681
24682 * progmodes/fortran.el (fortran-if-indent): Doc fix.
24683 (fortran-font-lock-keywords-2): Add "where", "elsewhere".
24684 (fortran-font-lock-keywords-4): New variable.
24685 (fortran-blocks-re, fortran-end-block-re)
24686 (fortran-start-block-re): New constants, for hideshow.
24687 (hs-special-modes-alist): Add a Fortran entry.
24688 (fortran-mode-map): Bind fortran-end-of-block,
24689 fortran-beginning-of-block to \M-\C-n, \M-\C-p.
24690 (fortran-mode): Doc fix. Add fortran-font-lock-keywords-4.
24691 (fortran-looking-at-if-then, fortran-end-of-block)
24692 (fortran-beginning-of-block): New functions, for hideshow.
24693
24694 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
24695 Doc fix. Tweak regexp.
24696 (f90-beginning-of-block): Push mark first.
24697
24698 2005-03-29 Jay Belanger <belanger@truman.edu>
24699
24700 * calc/calc.el: Update copyright date.
24701 (calc-version): Increase to 2.1.
24702 (calc-version-date): Remove.
24703
24704 * calc/calc-help.el: Update copyright date.
24705 (calc-full-help): Remove reference to calc-version-date.
24706 Update copyright date.
24707
24708 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
24709
24710 * vc.el (vc-do-command): Use a pipe for async processes, so password
24711 prompts don't show up at places where the user can't reply.
24712
24713 2005-03-29 Olive Lin <olive.lin@versateladsl.be> (tiny change)
24714
24715 * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
24716 on the file name we pass to the inferior shell.
24717
24718 2005-03-29 Stephan Stahl <stahl@eos.franken.de> (tiny change)
24719
24720 * progmodes/which-func.el (which-function): Be robust in the face of an
24721 imenu--make-index-alist failure.
24722
24723 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
24724
24725 * reveal.el (reveal-mode-map): Don't override C-a and C-e.
24726
24727 * progmodes/python.el (python-preoutput-filter): Fix last change.
24728
24729 2005-03-29 Lute Kamstra <lute@gnu.org>
24730
24731 * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
24732 functions and compiled macros.
24733 (debug-convert-byte-code): Handle macros too.
24734 (debug-on-entry-1): Don't signal an error when trying to clear a
24735 function that is not set to debug on entry.
24736
24737 2005-03-29 Jay Belanger <belanger@truman.edu>
24738
24739 * calc/calc-lang.el: Add functions to math-function-table
24740 properties of tex and math.
24741
24742 2005-03-29 Kenichi Handa <handa@m17n.org>
24743
24744 * ps-mule.el (ps-mule-plot-string): Translate characters by
24745 ps-print-translation-table.
24746 (ps-mule-begin-job): Call find-charset-region/string with
24747 ps-print-translation-table.
24748 (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
24749
24750 * ps-print.el (ps-print-translation-table): New variable.
24751 (ps-plot-region): Translate characters by ps-print-translation-table.
24752
24753 2005-03-29 Juri Linkov <juri@jurta.org>
24754
24755 * simple.el (next-error-highlight-timer): New variable.
24756
24757 * progmodes/compile.el (compilation-goto-locus):
24758 Use `next-error-highlight-timer' instead of `sit-for'.
24759
24760 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
24761
24762 * mail/supercite.el (sc-mail-field): Use assoc-string.
24763 (sc-get-address): Simplify regexps.
24764
24765 * files.el (minibuffer-with-setup-hook): New macro.
24766 (find-file-read-args): Use it to avoid let-binding
24767 minibuffer-with-setup-hook (which breaks turning on/off
24768 file-name-shadow-mode while in the prompt).
24769
24770 * complete.el (PC-read-include-file-name-internal):
24771 Use test-completion.
24772
24773 2005-03-28 Luc Teirlinck <teirllm@auburn.edu>
24774
24775 * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
24776
24777 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
24778
24779 * window.el (window-buffer-height): Use count-screen-lines.
24780
24781 * progmodes/python.el (python-preoutput-leftover): New var.
24782 (python-preoutput-filter): Use it.
24783 (python-send-receive): Loop until all the result has been received.
24784
24785 2005-03-28 Juri Linkov <juri@jurta.org>
24786
24787 * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
24788
24789 * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
24790 "Recover Crashed Session".
24791 (menu-bar-search-menu): Add ellipsis to "Search tagged files".
24792 (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
24793 (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
24794 (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
24795 (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
24796 (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
24797 (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
24798 (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
24799
24800 * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
24801 Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
24802 Ediff Sessions", "Toggle use of separate control buffer frame",
24803 "Use separate frame for Ediff control buffer".
24804
24805 * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
24806 Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
24807 "Rename Bookmark", "Delete Bookmark".
24808
24809 * info.el (Info-mode-menu): Remove ellipsis from "Index".
24810 Add ellipsis to "Lookup a String", "Lookup a string in all indices".
24811 Add `:active Info-index-alternatives' to "Next Matching Item".
24812
24813 * wdired.el (wdired-change-to-wdired-mode):
24814 Mention `wdired-abort-changes' key in the initial message.
24815
24816 * international/mule.el (auto-coding-alist): Associate non-ascii
24817 image filename extensions with `no-conversion'.
24818
24819 2005-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
24820
24821 * international/iso-acc.el:
24822 * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
24823
24824 2005-03-26 Luc Teirlinck <teirllm@auburn.edu>
24825
24826 * textmodes/sgml-mode.el (html-mode): Doc update.
24827
24828 * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
24829
24830 2005-03-26 Dan Nicolaescu <dann@ics.uci.edu>
24831
24832 * term.el (term-move-columns): Fix face after extending a line.
24833 (term-insert-spaces): Likewise.
24834 (term-reset-terminal): Fix off by one error.
24835
24836 2005-03-26 Eli Zaretskii <eliz@gnu.org>
24837
24838 * international/mule.el (auto-coding-alist): Add .xpi files.
24839
24840 * files.el (auto-mode-alist): Add .xpi files.
24841
24842 2005-03-26 Jure Cuhalev <gandalf@owca.info> (tiny change)
24843
24844 * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
24845
24846 2005-03-26 Eli Zaretskii <eliz@gnu.org>
24847
24848 * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
24849
24850 2005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
24851
24852 * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
24853 binding. Suggested by Stephan Stahl <stahl@eos.franken.de>.
24854
24855 * calendar/cal-move.el (calendar-beginning-of-year): Move the
24856 cursor to Jan 1 when needed.
24857 (calendar-end-of-year): Fix -/+ typo.
24858 Reported by Chong Yidong <cyd@stupidchicken.com>.
24859
24860 2005-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
24861
24862 * progmodes/flymake.el (flymake-mode): Add autoload cookie.
24863
24864 * emacs-lisp/debug.el (debugger-record-expression): Add a missing
24865 format to `message'. Inspired by Deepak Goel <deego@gnufans.org>.
24866
24867 2005-03-25 Richard M. Stallman <rms@gnu.org>
24868
24869 * filesets.el (filesets-init): Add autoload.
24870
24871 * mail/mailalias.el (mail-directory): Doc fix.
24872
24873 2005-03-25 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
24874
24875 * mail/mailalias.el (mail-directory-process): Do nothing if
24876 mail-directory-process is an atom.
24877 (mail-get-names): Ignore mail-directory-names if it is an atom.
24878 (mail-directory-process defvar): Doc fix.
24879 (mail-names): Doc fix.
24880
24881 2005-03-25 Johan Bockg\e,Ae\e(Brd <bojohan+mail@dd.chalmers.se> (tiny change)
24882
24883 * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
24884
24885 2005-03-26 Kenichi Handa <handa@m17n.org>
24886
24887 * international/mule-util.el (detect-coding-with-priority):
24888 Call update-coding-systems-internal before detect-coding-region.
24889
24890 2005-03-26 Nick Roberts <nickrob@snap.net.nz>
24891
24892 * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
24893 (gdb-frames-mode-map): Add follow-link property.
24894
24895 2005-03-25 Jay Belanger <belanger@truman.edu>
24896
24897 * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
24898 for variables.
24899
24900 2005-03-25 Juri Linkov <juri@jurta.org>
24901
24902 * image-mode.el: Optimize image filename extension regexps in
24903 autoload cookies. Associate .x[bp]m with `image-mode-maybe'
24904 in `auto-mode-alist'.
24905 (image-mode): Add `image-toggle-display-text' to local hook
24906 `change-major-mode-hook'. Display the image as an image by
24907 default. Set `cursor-type' and `truncate-lines' if the image
24908 is already displayed. Take into account the current mode (image
24909 or text) in message.
24910 (image-minor-mode): New minor mode.
24911 (image-mode-maybe, image-toggle-display-text): New functions.
24912 (image-toggle-display): Use called-interactively-p.
24913 Let-bind `inhibit-read-only' to t.
24914
24915 * image-mode.el (image-minor-mode): Set `cursor-type' and
24916 `truncate-lines' if the image is already displayed. Add turning
24917 image-minor-mode off to `change-major-mode-hook'. Add message.
24918 Call `image-toggle-display-text' after turning image-minor-mode off.
24919
24920 2005-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
24921
24922 * international/mule-cmds.el (set-locale-environment): For Mac OS X's
24923 Terminal.app, use utf-8.
24924 (set-display-table-and-terminal-coding-system): Add coding-system arg.
24925 (set-locale-environment): Use it.
24926
24927 * term/xterm.el: Undo last change, better done in mule-cmds.el.
24928
24929 * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
24930
24931 * progmodes/python.el (python-close-block-statement-p)
24932 (python-outdent-p, python-current-defun): Use symbol-end.
24933
24934 2005-03-25 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
24935
24936 * files.el (save-some-buffers): Doc fix.
24937
24938 2005-03-25 Werner Lemberg <wl@gnu.org>
24939
24940 * complete.el, thumbs.el: Replace `legal' with `valid'.
24941 * calendar/calendar.el: Replace `legal' with `valid'.
24942 * emacs-lisp/advice.el: Replace `legal' with `valid'.
24943 * mail/supercite.el: Replace `legal' with `valid'.
24944 * progmodes/cperl-mode.el, progmodes/idlw-shell.el
24945 * progmodes/idlwave.el, progmodes/vhdl-mode.el:
24946 Replace `legal' with `valid'.
24947 * textmodes/reftex-vars.el, textmodes/reftex.el:
24948 Replace `legal' with `valid'.
24949
24950 2005-03-25 Werner Lemberg <wl@gnu.org>
24951
24952 * calc/calc-forms.el, calc/calc-sel.el
24953 * midnight.el, vc-cvs.el
24954 * emacs-lisp/cl-macs.el
24955 * emulation/vip.el
24956 * eshell/esh-io.el, eshell/esh-var.el
24957 * mail/supercite.el
24958 * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
24959 * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
24960 * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
24961 * progmodes/sh-script.el, progmodes/xscheme.el
24962 * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
24963 * textmodes/reftex-index.el, textmodes/reftex-parse.el
24964 * textmodes/reftex-ref.el, textmodes/reftex-vars.el
24965 * textmodes/reftex.el, textmodes/org.el:
24966 Replace `illegal' with `invalid'.
24967
24968 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
24969
24970 * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
24971 (flymake-find-buildfile, flymake-find-possible-master-files)
24972 (flymake-check-include, flymake-parse-line): Replace loops over the
24973 length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
24974
24975 * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
24976 Substitute file-name-as-directory in the rest of the file.
24977 (flymake-get-common-file-prefix): Rewrite, using compare-strings.
24978 (flymake-replace-region): Remove unused arg `buffer'.
24979 (flymake-check-patch-master-file-buffer): Update calls to it.
24980 (flymake-add-err-info): Remove unused var `count'.
24981 (flymake-mode): Use define-minor-mode.
24982
24983 * progmodes/flymake.el: Use with-current-buffer.
24984 (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
24985 flymake-replace-regexp-in-string, flymake-line-beginning-position)
24986 (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
24987 Avoid testing for `xemacs'.
24988 (flymake-nop): Move.
24989 (flymake-region-has-flymake-overlays): Return the computed value.
24990 (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
24991 Remove unused var `endline'.
24992 (flymake-get-line-count): Remove unused function.
24993 (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
24994
24995 * emulation/vi.el:
24996 * generic.el:
24997 * hilit-chg.el (global-highlight-changes):
24998 * hi-lock.el (hi-lock-mode):
24999 * follow.el: find-file-hooks -> find-file-hook.
25000
25001 * comint.el (comint-insert-input): Obey mouse-yank-at-point.
25002
25003 2005-03-24 Juri Linkov <juri@jurta.org>
25004
25005 * dired.el (dired-mode-map): Add menu item "Compare directories"
25006 for dired-compare-directories.
25007
25008 * dired-aux.el (dired-compare-directories): Add autoload cookie.
25009 Doc fix. Replace `read-file-name' with `read-directory-name'.
25010
25011 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
25012
25013 * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
25014
25015 2005-03-24 Jay Belanger <belanger@truman.edu>
25016
25017 * calc/calc-embed.el (calc-embedded-mode-change): Save all
25018 relevant mode settings in calc-embedded-original-modes when modes
25019 are permanently changed.
25020
25021 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
25022
25023 * autoinsert.el: find-file-hooks -> find-file-hook.
25024
25025 2005-03-24 Lute Kamstra <lute@gnu.org>
25026
25027 * generic.el (generic-font-lock-defaults): Make it obsolete.
25028 (generic-font-lock-keywords): New variable to replace
25029 generic-font-lock-defaults.
25030 (generic-mode-set-font-lock): Delete it.
25031 (generic-mode-internal): Don't call generic-mode-set-font-lock.
25032 (generic-bracket-support): Add docstring.
25033
25034 * generic-x.el: Rename generic-font-lock-defaults to
25035 generic-font-lock-keywords throughout.
25036 (mailagent-rules-setup-function): Delete it.
25037 (mailagent-rules-generic-mode): Use anonymous function instead.
25038 (show-tabs-generic-mode-font-lock-defaults-1)
25039 (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
25040 Quote faces.
25041 (show-tabs-tab-face, show-tabs-space-face): Specify background,
25042 not foreground.
25043
25044 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
25045 Recognize define-generic-mode.
25046
25047 2005-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
25048
25049 * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
25050 if there's no completion table.
25051
25052 2005-03-23 Miles Bader <miles@gnu.org>
25053
25054 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
25055 Remove tty-specific variants, as they're no longer needed.
25056
25057 2005-03-23 Lute Kamstra <lute@gnu.org>
25058
25059 * generic-x.el: Code cleanup: make args constant whenever possible.
25060 (installshield-statement-keyword-list)
25061 (installshield-system-functions-list)
25062 (installshield-system-variables-list, installshield-types-list)
25063 (installshield-funarg-constants-list): Make them constants.
25064
25065 * generic.el (generic-make-keywords-list): Add autoload cookie.
25066
25067 * calendar/time-date.el: Add comment on time value formats.
25068 Don't require parse-time.
25069 (with-decoded-time-value): New macro.
25070 (encode-time-value): New function.
25071 (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
25072 (days-to-time): Return a valid time value when arg is huge.
25073 (time-since): Use time-subtract.
25074 (time-to-number-of-days): Use time-to-seconds.
25075
25076 2005-03-23 David Ponce <david@dponce.com>
25077
25078 * recentf.el (recentf-keep): New option.
25079 (recentf-menu-action): Default to `find-file'.
25080 (recentf-keep-non-readable-files-flag)
25081 (recentf-keep-non-readable-files-p)
25082 (recentf-file-readable-p, recentf-find-file)
25083 (recentf-cleanup-remote): Remove.
25084 (recentf-include-p): More robust.
25085 (recentf-keep-p): New function.
25086 (recentf-remove-if-non-kept): Rename from
25087 `recentf-remove-if-non-readable'. Use `recentf-keep-p'.
25088 All callers updated.
25089 (recentf-menu-items-for-commands): Fix help string.
25090 (recentf-track-closed-file): Update. Doc fix.
25091 (recentf-cleanup): Update. Count removed files. Doc fix.
25092
25093 2005-03-23 Kim F. Storm <storm@cua.dk>
25094
25095 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
25096 Don't inherit from fringe face (now happens automatically).
25097
25098 2005-03-22 Kim F. Storm <storm@cua.dk>
25099
25100 * tooltip.el (tooltip-show-help-function): Ignore negative mouse
25101 position values.
25102
25103 2005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
25104
25105 * menu-bar.el (showhide-date-time): Remove.
25106 (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
25107 (menu-bar-make-mm-toggle): Simplify.
25108
25109 2005-03-22 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
25110
25111 * progmodes/perl-mode.el (perl-font-lock-keywords-2):
25112 Accept qualified variable and function names.
25113
25114 2005-03-22 Thien-Thi Nguyen <ttn@gnu.org>
25115
25116 * bindings.el (completion-ignored-extensions):
25117 Remove ".lis" for `vax-vms'.
25118
25119 2005-03-22 Andreas Schwab <schwab@suse.de>
25120
25121 * generic-x.el: Revert last change.
25122 * ldefs-boot.el: Update.
25123
25124 2005-03-22 Jay Belanger <belanger@truman.edu>
25125
25126 * calc/calc-embed.el (calc-embedded-original-modes): New variable.
25127 (calc-embedded-save-original-modes)
25128 (calc-embedded-restore-original-modes): New functions.
25129 (calc-do-embedded): Save original modes when entering embedded mode
25130 and restore when leaving embedded mode.
25131 (calc-embedded-modes-change): Change the value of
25132 calc-embedded-original-modes to reflect permanent changes.
25133
25134 2005-03-22 Lute Kamstra <lute@gnu.org>
25135
25136 * generic-x.el: Require generic again.
25137
25138 2005-03-22 Miles Bader <miles@gnu.org>
25139
25140 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
25141 Tweak details to look good on both ttys and bitmap displays, light
25142 or dark background, etc.
25143
25144 2005-03-21 Kim F. Storm <storm@cua.dk>
25145
25146 * tooltip.el (tooltip-show-help-function): Check car and cdr of
25147 mouse position.
25148
25149 2005-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
25150
25151 * icomplete.el: Don't forcibly turn on the mode upon load.
25152 (icomplete-mode): Use define-minor-mode.
25153 (icomplete-eoinput): Default to nil.
25154 (icomplete-minibuffer-setup): Remove autoload.
25155 (icomplete-tidy): Simplify.
25156 (icomplete-exhibit): Use buffer-undo-list to determine if we're still
25157 in the initial state or if the user has modified the field.
25158 Fix handling of icomplete-max-delay-chars.
25159 Remove code that handles the oddball case where
25160 minibuffer-completion-table is an integer.
25161 Wrap icomplete-completions in while-no-input in case building
25162 completions takes more time than expected.
25163 (icomplete-completions): Simplify.
25164
25165 2005-03-21 Richard M. Stallman <rms@gnu.org>
25166
25167 * jka-compr.el (jka-compr-really-do-compress):
25168 Make variable buffer-local.
25169
25170 * image-mode.el: Handle .xpm files too.
25171 (image-toggle-display): Preserve modification flag.
25172
25173 * help.el (where-is): Don't mention aliases with no key bindings.
25174
25175 2005-03-21 Lute Kamstra <lute@gnu.org>
25176
25177 * generic.el: Fix commentary section. Don't require cl for
25178 compilation.
25179 (generic-mode-list): Add autoload cookie.
25180 (generic-use-find-file-hook, generic-lines-to-scan)
25181 (generic-find-file-regexp, generic-ignore-files-regexp)
25182 (generic-mode, generic-mode-find-file-hook)
25183 (generic-mode-ini-file-find-file-hook): Fix docstrings.
25184 (define-generic-mode): Make it a defmacro. Fix docstring.
25185 (generic-mode-internal): Code cleanup. Add autoload cookie.
25186 (generic-mode-set-comments): Code cleanup.
25187 * generic-x.el: Don't prevent compilation. Don't require generic.
25188 Follow coding conventions. Minor code cleanup.
25189 (etc-fstab-generic-mode): Add some keywords.
25190 * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
25191 define-generic-mode like a function declaration.
25192
25193 2005-03-21 Jay Belanger <belanger@truman.edu>
25194
25195 * calc/calc-embed.el (calc-do-embedded): Put data on stack before
25196 changing modes.
25197
25198 2005-03-21 Sam Steingold <sds@gnu.org>
25199
25200 * add-log.el (add-log-current-defun): Support more C DEFUN forms.
25201
25202 2005-03-21 Thien-Thi Nguyen <ttn@gnu.org>
25203
25204 * progmodes/dcl-mode.el (dcl-font-lock-keywords):
25205 Add underscore to "f$ lexicals" regexp.
25206
25207 2005-03-20 Juri Linkov <juri@jurta.org>
25208
25209 * subr.el (progress-reporter-do-update): When `min-value' is equal
25210 to `max-value', set `percentage' to 0 and prevent division by zero.
25211
25212 2005-03-20 Michael Albinus <michael.albinus@gmx.de>
25213
25214 Sync with Tramp 2.0.48.
25215
25216 * net/tramp.el (all): Change all addresses to .gnu.org.
25217 (tramp-append-tramp-buffers): New defun.
25218 (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
25219 Catch `dont-send' signal.
25220 (tramp-set-auto-save-file-modes): Set always permissions, because
25221 there might be an old auto-saved file belonging to another
25222 original file. This could be a security threat. Reported by
25223 Kjetil Kjernsmo <kjetil@kjernsmo.net>.
25224 Check for Emacs 21.3.50 removed.
25225
25226 * net/tramp-smb.el (all): Remove debug construct for
25227 `with-parsed-tramp-file-name'.
25228 (tramp-smb-prompt): Prompt can contain spaces inside directory names.
25229 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
25230 No error message if DIRECTORY or FILENAME doesn't exist.
25231 (tramp-smb-open-connection): Check existence of
25232 `tramp-smb-program'.
25233
25234 2005-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
25235
25236 * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
25237 Properly handle the case where the `m' or `s' command's argument is not
25238 yet terminated.
25239 (perl-indent-new-calculate): New function.
25240 (perl-indent-line): Use it.
25241
25242 2005-03-20 Miles Bader <miles@gnu.org>
25243
25244 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
25245 in text-mode too. Change to new face names.
25246 (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
25247 Add `:weight bold' attribute.
25248 (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
25249
25250 2005-03-19 Juri Linkov <juri@jurta.org>
25251
25252 * files.el (auto-mode-alist): Add comment. Optimize jar/ear/war.
25253
25254 * international/mule.el (auto-coding-alist): Sync with
25255 `auto-mode-alist' by adding upper case archive file extensions
25256 and adding ear/war to jar extension.
25257
25258 2005-03-19 David Casperson <casper@unbc.ca> (tiny change)
25259
25260 * textmodes/tex-mode.el (tex-view): If tex-shell process is not
25261 running, restart it.
25262
25263 2005-03-19 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny changes)
25264
25265 * finder.el (finder-current-item): Throw an error on an empty line.
25266
25267 * man.el (Man-follow-manual-reference): If current-word returns
25268 nil, use "".
25269
25270 2005-03-19 Matt Hodges <MPHodges@member.fsf.org>
25271
25272 * simple.el (goto-line): Doc fix.
25273
25274 2005-03-19 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
25275
25276 * files.el (save-buffer): Doc fix.
25277
25278 2005-03-19 Michael R. Mauger <mmaug@yahoo.com>
25279
25280 * recentf.el (recentf-cleanup-remote): New variable.
25281 (recentf-cleanup): Use it to conditionally check availability of
25282 remote files.
25283
25284 2005-03-19 Joe Edmonds <joe-bugs-debian-org@elem.com> (tiny change)
25285
25286 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
25287 function names.
25288
25289 2005-03-19 Eli Zaretskii <eliz@gnu.org>
25290
25291 * language/thai-word.el: New file.
25292
25293 2005-03-19 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
25294
25295 * files.el (backup-buffer): If the file's directory is not
25296 writable, use copy instead of move to backup the file.
25297
25298 2005-03-19 Eli Zaretskii <eliz@gnu.org>
25299
25300 * obsolete/keyswap.el: Moved to obsolete/ from term/.
25301
25302 2005-03-19 Vinicius Jose Latorre <viniciusjl@ig.com.br>
25303
25304 * ps-print.el (ps-generate-string-list, ps-generate-header-line):
25305 Use functionp instead of symbolp and fboundp. Reported by Drkm
25306 <darkman_spam@yahoo.fr>.
25307 (ps-print-version): New version 6.6.6.
25308
25309 2005-03-18 Tak Ota <Takaaki.Ota@am.sony.com>
25310
25311 * textmodes/table.el (table--line-column-position): New idiom.
25312 (table--row-column-insertion-point-p): New function to test
25313 validity of row and column insertion operation at a location.
25314 (table-global-menu, table-cell-menu): Use above functions for
25315 deterministic test operation.
25316 (table--editable-cell-p): Behave in deterministic fashion.
25317
25318 2005-03-18 Juri Linkov <juri@jurta.org>
25319
25320 * isearch.el (isearch-lazy-highlight-new-loop):
25321 Make arguments beg and end optional.
25322 (isearch-update): Remove optional arguments nil from
25323 isearch-lazy-highlight-new-loop.
25324 (isearch-lazy-highlight-search): Let-bind case-fold-search to
25325 isearch-lazy-highlight-case-fold-search instead of
25326 isearch-case-fold-search, and let-bind isearch-regexp to
25327 isearch-lazy-highlight-regexp.
25328 Use isearch-lazy-highlight-last-string instead of isearch-string.
25329
25330 * replace.el (perform-replace): Remove bindings of global
25331 variables isearch-string, isearch-regexp, isearch-case-fold-search.
25332 Add three new arguments to `replace-highlight'.
25333 (replace-highlight): Add arguments string, regexp, case-fold.
25334 Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
25335 to allow isearch-lazy-highlight-new-loop to use these values
25336 to set corresponding isearch-lazy-highlight-* internal
25337 variables whose values lazy highlighting will use regardless of
25338 changes to global variables isearch-string, isearch-regexp,
25339 isearch-case-fold-search during lazy highlighting loop.
25340 (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
25341 to `lazy-highlight-cleanup'.
25342
25343 * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
25344 (ispell-highlight-face): Set default face to `isearch' when
25345 lazy highlighting is enabled.
25346 (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
25347 priority to 1. Add lazy highlighting.
25348 (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
25349 from `isearch-dehighlight'.
25350
25351 2005-03-18 David Ponce <david@dponce.com>
25352
25353 * files.el (hack-local-variables): Do a case-insensitive search
25354 for End.
25355
25356 2005-03-18 Juri Linkov <juri@jurta.org>
25357
25358 * isearch.el (lazy-highlight-cleanup) <command>: Rename from
25359 `isearch-lazy-highlight-cleanup', add alias to old name and
25360 declare obsolete. Add release numbers to other obsolete vars.
25361 (isearch-done, isearch-lazy-highlight-new-loop):
25362 Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
25363 (lazy-highlight-cleanup) <variable>: Doc fix.
25364 (isearch-lazy-highlight-update): Rename obsolete
25365 `isearch-lazy-highlight-face' to `lazy-highlight-face'.
25366
25367 2005-03-18 Kenichi Handa <handa@m17n.org>
25368
25369 * language/thai-util.el: Fix categorization of Thai characters in
25370 thai-category-table.
25371 (thai-composition-pattern): Adjust it for the above change.
25372 (thai-self-insert-command, thai-compose-syllable): New functions.
25373 (thai-compose-region): Use thai-compose-syllable.
25374 (thai-compose-string): Likewise.
25375 (thai-composition-function): Likewise.
25376 (thai-auto-composition): New function.
25377 (thai-auto-composition-mode): New minor mode.
25378
25379 * language/thai.el: Fix patterns to be registered in
25380 composition-function-table.
25381
25382 * international/quail.el (quail-input-method): Locally bind
25383 inhibit-modification-hooks to t.
25384
25385 2005-03-17 Richard M. Stallman <rms@gnu.org>
25386
25387 * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
25388 (perl-mode): Use run-mode-hooks.
25389
25390 * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
25391 (rmail-pop-password-required, rmail-remote-password): Doc fixes.
25392 (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
25393
25394 * mail/sendmail.el (sendmail-send-it): Reenable the code
25395 to compute resend-to-address and use it.
25396
25397 * tar-mode.el (tar-mode): Turn off undo unconditionally.
25398
25399 * image-mode.el: New file.
25400
25401 * image.el (insert-sliced-image): Add autoload cookie.
25402
25403 * font-lock.el (font-lock-lines-before): New user option.
25404 (font-lock-after-change-function): Obey it.
25405
25406 * bindings.el (esc-map): Make M-g a prefix.
25407 Bind M-g g and M-g M-g to goto-line.
25408
25409 * faces.el (face-id): Doc fix.
25410
25411 2005-03-17 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
25412
25413 * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
25414 (rmail-show-message): Use rmail-unknown-mail-followup-to.
25415 (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
25416
25417 * mail/sendmail.el (mail-yank-ignored-headers)
25418 (mail-font-lock-keywords, mail-mode-fill-paragraph):
25419 Add Mail-Followup-To and Mail-Reply-To headers.
25420 (mail-citation-hook): Add autoload cookie.
25421 (mail-mode): Doc fix.
25422 (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
25423 (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
25424 (mail-mode-fill-paragraph): Handle those headers.
25425 (mail-mailing-lists): New variable.
25426 (mail-mail-reply-to, mail-mail-followup-to): New functions.
25427
25428 2005-03-17 Juri Linkov <juri@jurta.org>
25429
25430 * isearch.el (isearch-fallback): Check for `(car previous)'
25431 before calling `isearch-other-end-state'.
25432
25433 2005-03-17 Kim F. Storm <storm@cua.dk>
25434
25435 * simple.el (move-beginning-of-line): Move to beginning of buffer
25436 line, as well as beginning of screen line.
25437
25438 2005-03-16 Glenn Morris <gmorris@ast.cam.ac.uk>
25439
25440 * calendar/diary-lib.el (mark-diary-entries): Use new optional
25441 argument REDRAW rather than calendar-redrawing variable.
25442 * calendar/calendar.el (calendar-redrawing): Delete.
25443 (redraw-calendar): Do not bind calendar-redrawing.
25444
25445 2005-03-16 Matt Hodges <MPHodges@member.fsf.org>
25446
25447 * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
25448 diary-file buffer.
25449
25450 2005-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
25451
25452 * help.el (describe-mode): Allow a :minor-mode-function property to
25453 specify a different minor mode toggle function than the variable.
25454 * simple.el (auto-fill-function):
25455 * subr.el (add-minor-mode): Use it.
25456
25457 2005-03-16 Kenichi Handa <handa@m17n.org>
25458
25459 * language/ethio-util.el (sera-being-called-by-w3): New variable.
25460 (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
25461 (ethio-fidel-to-sera-buffer): Likewise.
25462
25463 2005-03-16 Juri Linkov <juri@jurta.org>
25464
25465 * emacs-lisp/find-func.el (find-function-regexp):
25466 Add defun-emitting macro `menu-bar-make-toggle'.
25467
25468 * isearch.el: Put `isearch-scroll' property to
25469 `split-window-horizontally'.
25470
25471 * info.el: Update error messages for `debug-ignored-errors'.
25472 (Info-isearch-search): Doc fix.
25473 (Info-find-node): Move up code to go into info buffer before
25474 recording the node to the history.
25475 (Info-fontify-node): Fontify titles only if the next line
25476 has two or more `*', `=', `-', `.'.
25477 Display "go to this node" for empty (match-string 3).
25478
25479 2005-03-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
25480
25481 * term/mac-win.el: Add mouse pointer shape constants.
25482
25483 2005-03-15 Kim F. Storm <storm@cua.dk>
25484
25485 * simple.el (move-beginning-of-line): Use vertical-motion.
25486
25487 2005-03-15 Juri Linkov <juri@jurta.org>
25488
25489 * isearch.el (isearch-error): New variable.
25490 (isearch-invalid-regexp, isearch-within-brackets): Remove.
25491 (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
25492 (isearch-within-brackets-state): Remove.
25493 (isearch-case-fold-search-state, isearch-pop-fun-state):
25494 Decrease frame index.
25495 (isearch-mode, isearch-top-state, isearch-push-state)
25496 (isearch-edit-string, isearch-abort, isearch-search-and-update)
25497 (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
25498 (isearch-search, isearch-lazy-highlight-new-loop):
25499 Replace `isearch-invalid-regexp' with `isearch-error'.
25500 Remove `isearch-within-brackets'.
25501 (isearch-search): Add `search-failed' handler to `condition-case'.
25502 (isearch-lazy-highlight-search): Add `condition-case' to catch
25503 errors and allow `isearch-lazy-highlight-update' to try
25504 highlighting from the beginning of the window.
25505 (isearch-repeat): Move up code to set isearch-wrapped to t
25506 before calling isearch-wrap-function.
25507
25508 * info.el (Info-isearch-initial-node): New internal variable.
25509 (Info-search): Signal an error in isearch mode when search leaves
25510 the initial node. Signal an error when `bound' is non-nil and
25511 nothing was found in the current subfile.
25512 (Info-isearch-search): Remove `condition-case'.
25513 (Info-isearch-wrap): Don't wrap when search failed during leaving
25514 the initial node. If `Info-isearch-search' is nil, wrap around
25515 the current node.
25516 (Info-isearch-start): New fun.
25517 (Info-mode): Add buffer-local hook `Info-isearch-start' to
25518 `isearch-mode-hook'.
25519
25520 2005-03-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
25521
25522 * simple.el (normal-erase-is-backspace): Set default to t if
25523 running on Mac.
25524
25525 * term/mac-win.el (function-key-map): Sync with x-win.el.
25526
25527 2005-03-15 Kenichi Handa <handa@m17n.org>
25528
25529 * international/mule-cmds.el (locale-language-names): Modify the
25530 format of elements and add more entries.
25531 (locale-preferred-coding-systems): Add more entries.
25532 (set-locale-environment): Adjust for the change of
25533 locale-language-names.
25534
25535 2005-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
25536
25537 * pcvs.el (smerge-ediff): Remove bogus autoload.
25538
25539 2005-03-14 Lute Kamstra <lute@gnu.org>
25540
25541 * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
25542 Ignore a `*' at the beginning of a line.
25543
25544 * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
25545 * emacs-lisp/byte-run.el (macro-declaration-function): Move from
25546 subr.el.
25547 (dont-compile, eval-when-compile, eval-and-compile): Use declare
25548 to specify indentation.
25549
25550 * generic.el (define-generic-mode): Let generic-mode-list be a
25551 list of strings; test membership with equal.
25552
25553 2005-03-14 Kim F. Storm <storm@cua.dk>
25554
25555 * simple.el (next-line, previous-line): Add optional try-vscroll
25556 arg to recognize interactive use. Pass it on to line-move.
25557 (line-move): Don't perform auto-window-vscroll when defining or
25558 executing keyboard macro to ensure consistent behavior.
25559
25560 2005-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
25561
25562 * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
25563
25564 2005-03-13 Lute Kamstra <lute@gnu.org>
25565
25566 * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
25567 debugger-setup-buffer so that backtrace marks the frames set to
25568 debug-on-exit and we don't have to do it manually. Set an extra
25569 debug-on-exit for macro's.
25570 (debugger-setup-buffer): Don't mark the top frame manually.
25571
25572 2005-03-12 Lute Kamstra <lute@gnu.org>
25573
25574 * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
25575 lisp-indent-function throughout.
25576 (with-no-warnings): Set lisp-indent-function property.
25577
25578 2005-03-12 Thien-Thi Nguyen <ttn@gnu.org>
25579
25580 * progmodes/dcl-mode.el (dcl-mode-syntax-table):
25581 Add entry for backslash.
25582
25583 2005-03-12 Juri Linkov <juri@jurta.org>
25584
25585 * info.el (Info-search): Four fixes for backward search.
25586
25587 2005-03-11 Jay Belanger <belanger@truman.edu>
25588
25589 * calc/calc.el (calc-language-alist): New variable.
25590 * calc/calc-embed.el (calc-embedded-language-alist): Remove.
25591 (calc-embedded-find-modes): Use calc-language-alist instead of
25592 calc-embedded-language-alist.
25593
25594 2005-03-11 Glenn Morris <gmorris@ast.cam.ac.uk>
25595
25596 * calendar/calendar.el (calendar-redrawing): New internal
25597 variable.
25598 (redraw-calendar): Remove bogus save-excursion from previous
25599 change. Bind calendar-redrawing to t for mark-diary-entries.
25600 * calendar/diary-lib.el (mark-diary-entries): No need to redraw
25601 calendar if that is why we were called.
25602
25603 2005-03-11 Kenichi Handa <handa@m17n.org>
25604
25605 * international/mule.el (make-coding-system): Set property
25606 coding-system-define-form to nil.
25607 (define-coding-system-alias): Likewise.
25608
25609 2005-03-11 Kenichi Handa <handa@m17n.org>
25610
25611 These changes are suggested by Dave Love <fx@gnu.org>.
25612
25613 * textmodes/fill.el: Change encoding to iso-2022-7bit and add
25614 coding: tag.
25615 (adaptive-fill-regexp): Add more bullets.
25616 (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
25617 regexps.
25618
25619 2005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
25620
25621 * help.el (describe-mode): Properly handle non-trivial lighters.
25622 Don't ignore minor modes that are not listed in minor-mode-list.
25623
25624 * tooltip.el (tooltip-mode): Don't complain that you can't turn the
25625 feature ON when the user requests to turn it OFF.
25626
25627 2005-03-10 Lute Kamstra <lute@gnu.org>
25628
25629 * emacs-lisp/debug.el (debug-entry-code): Delete it.
25630 (implement-debug-on-entry): New function to replace debug-entry-code.
25631 (debug-on-entry-1): Use implement-debug-on-entry. Delete the
25632 second argument as the 2005-03-07 change makes it obsolete.
25633 (debug-on-entry, cancel-debug-on-entry): Update call to
25634 debug-on-entry-1.
25635 (debug, debugger-setup-buffer): Comment update.
25636 (debugger-frame-number): Update to work with implement-debug-on-entry.
25637
25638 2005-03-10 Jay Belanger <belanger@truman.edu>
25639
25640 * calc/calc-embed.el (math-ms-args): Declare it.
25641 (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
25642 math-ms-args.
25643 (calc-embedded-subst): Use math-multi-subst-rec to substitute
25644 variables.
25645
25646 2005-03-10 Nick Roberts <nickrob@snap.net.nz>
25647
25648 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
25649 Use message-box.
25650
25651 * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
25652 (tooltip-activate-mouse-motions-if-enabled): Use dolist.
25653 (tooltip-gud-tips): Simplify.
25654 (tooltip-gud-tips-p): Remove superfluous :set.
25655 (tooltip-gud-modes): Add fortran-mode.
25656 (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
25657
25658 * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
25659
25660 2005-03-09 Kim F. Storm <storm@cua.dk>
25661
25662 * play/animate.el (animate-place-char): Use forward-line instead
25663 of next-line to improve performance.
25664
25665 2005-03-09 Simon Josefsson <jas@extundo.com>
25666
25667 * net/browse-url.el (browse-url-default-browser): Doc fix.
25668
25669 2005-03-09 Miles Bader <miles@gnu.org>
25670
25671 * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
25672 (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
25673
25674 2005-03-09 Kenichi Handa <handa@m17n.org>
25675
25676 * international/latin-1.el: Set case and syntax for 255 only if
25677 set-case-syntax-set-multibyte is nil.
25678
25679 * textmodes/ispell.el (ispell-insert-word): New function.
25680 (ispell-word): Use ispell-insert-word to insert a new word.
25681 (ispell-process-line): Likewise.
25682 (ispell-complete-word): Likewise.
25683
25684 2005-03-09 Glenn Morris <gmorris@ast.cam.ac.uk>
25685
25686 * calendar/calendar.el (redraw-calendar): Preserve point.
25687 Reported by Matt Hodges <MPHodges@member.fsf.org>.
25688 (calendar-week-start-day): Move after definition of
25689 redraw-calendar. Delete buffer test, since redraw-calendar has
25690 that now.
25691
25692 * calendar/diary-lib.el (mark-diary-entries): Only call
25693 redraw-calendar in the first of any recursive calls.
25694 Reported by Alan Shutko <ats@acm.org>.
25695
25696 2005-03-08 Juri Linkov <juri@jurta.org>
25697
25698 * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
25699 (html-horizontal-rule, html-line, html-image, html-checkboxes)
25700 (html-radio-buttons): Add a space before the trailing `/>' where
25701 sgml-xml-mode is non-nil.
25702 (sgml-delete-tag): Check if the tag ends with `/>' to not delete
25703 the subsequent tag of the empty XML tag.
25704 (html-href-anchor): Don't set initial input to "http:".
25705 (html-image): Ask for the image URL and set point inside alt="".
25706 (html-name-anchor): Duplicate the name in the `id' attribute when
25707 sgml-xml-mode is non-nil.
25708 (html-paragraph): Remove \n before <p>.
25709 (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
25710 instead of `checked' when sgml-xml-mode is non-nil.
25711
25712 * facemenu.el (list-colors-print): Print #RRGGBB in default face.
25713 Remove 1 space before #RRGGBB to not truncate it on terminal
25714 windows w/o fringes. Remove 1 space between bg and fg examples
25715 to get more space.
25716 (list-colors-duplicates): Replace `and' with `if' for `boundp' to
25717 avoid byte-compile warnings.
25718
25719 * image-file.el (image-file-handler): Put `safe-magic' property to
25720 `image-file-handler'.
25721
25722 * info.el (Info-isearch-search): Emulate word search in
25723 isearching through multiple Info nodes with Info-search.
25724 (Info-isearch-wrap): Allow isearch-word.
25725
25726 2005-03-08 Lute Kamstra <lute@gnu.org>
25727
25728 * emacs-lisp/debug.el (debugger-step-through): Make sure that
25729 stepping into the debugger's code is not possible.
25730 (debugger-jumping-flag): Docstring update.
25731
25732 2005-03-08 Jay Belanger <belanger@truman.edu>
25733
25734 * calc/calc-embed.el (calc-do-embedded): Reset mode line when
25735 embedded mode begins.
25736 (calc-embedded-language-alist): New variable.
25737 (calc-embedded-find-modes): Use calc-embedded-language-alist to
25738 set default language mode.
25739
25740 2005-03-08 Kenichi Handa <handa@m17n.org>
25741
25742 * international/ccl.el (define-ccl-program): Fix docstring about
25743 extra 256 bytes assured for the output buffer.
25744
25745 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
25746 Fix BUFFER_MAGNIFICATION to 2.
25747 (ccl-encode-mule-utf-16be-with-signature): Likewise.
25748
25749 2005-03-07 Karl Chen <quarl@cs.berkeley.edu>
25750
25751 * align.el (align-rules-list): Added an alignment rule for CSS
25752 declarations (applies to css-mode and html-mode buffers).
25753
25754 2005-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
25755
25756 * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
25757
25758 2005-03-07 Kim F. Storm <storm@cua.dk>
25759
25760 * simple.el (move-beginning-of-line): New command.
25761
25762 * bindings.el (global-map): Bind C-a to move-beginning-of-line.
25763
25764 * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
25765
25766 * emulation/cua-base.el: Put CUA move property on move-end-of-line
25767 and move-beginning-of-line.
25768
25769 * apropos.el (apropos-print): Omit command from M-x ... RET.
25770
25771 2005-03-07 Nick Roberts <nickrob@snap.net.nz>
25772
25773 * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
25774 (gdb-send, gdb-send-item): Log items sent from gdb-send too.
25775
25776 2005-03-06 Richard M. Stallman <rms@gnu.org>
25777
25778 * bindings.el (esc-map): Bind M-g to goto-line.
25779
25780 * facemenu.el (global-map): Bind M-o, not M-g.
25781
25782 2005-03-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
25783
25784 * menu-bar.el (menu-bar-file-menu): Add the same :enable to
25785 "Open Directory" as for "Open File".
25786
25787 2005-03-06 Chong Yidong <cyd@stupidchicken.com>
25788
25789 * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
25790 (push-mark-command): Run activate-mark-hook.
25791
25792 2005-03-06 Richard M. Stallman <rms@gnu.org>
25793
25794 * help-mode.el (help-mode-finish): Don't alter the element
25795 in view-return-to-alist if there already is one.
25796
25797 * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
25798 make sure the current buffer is the expected one.
25799
25800 * novice.el (disabled-command-function): Output in *Disabled Command*.
25801 Explicitly ignore non-keyboard events, and explicitly handle C-g.
25802
25803 * textmodes/flyspell.el (flyspell-large-region):
25804 Pass args differently for aspell.
25805
25806 * files.el (mode-require-final-newline): Doc fix.
25807
25808 2005-03-03 Stephan Stahl <stahl@eos.franken.de> (tiny change)
25809
25810 * progmodes/which-func.el (which-function):
25811 Specify NOERROR when calling imenu--make-index-alist.
25812
25813 2005-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
25814
25815 * simple.el (normal-erase-is-backspace): Define default value.
25816
25817 * custom.el (custom-theme-set-variables): Remove unused var
25818 `immediate'.
25819 (custom-reevaluate-setting): Simple function to handle variables
25820 that are defined before their default value can really be
25821 computed.
25822
25823 * startup.el (command-line): Use it for temporary-file-directory,
25824 small-emporary-file-directory, auto-save-file-name-transforms,
25825 blink-cursor-mode, and normal-erase-is-backspace.
25826
25827 * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
25828 progress, even with buggy anchored keywords.
25829
25830 2005-03-05 Luc Teirlinck <teirllm@auburn.edu>
25831
25832 * simple.el (goto-line): Remove unbalanced final parenthesis.
25833
25834 2005-03-05 Richard M. Stallman <rms@gnu.org>
25835
25836 * simple.el (goto-line): Use a number at point as the default.
25837 With C-u as arg, switch buffers.
25838
25839 2005-03-05 Juri Linkov <juri@jurta.org>
25840
25841 * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
25842 with `no-blinking-cursor'.
25843
25844 * startup.el (no-blinking-cursor): New defvar.
25845 (command-line): Add `--no-blinking-cursor' to longopts.
25846 Set `no-blinking-cursor' to t for command line arguments
25847 -Q, -nbc, --no-blinking-cursor. Replace `emacs-quick-startup'
25848 with `no-blinking-cursor' in the condition for calling
25849 `blink-cursor-mode'.
25850
25851 2005-03-04 Luc Teirlinck <teirllm@auburn.edu>
25852
25853 * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
25854 (menu-bar-options-save): Add blink-cursor-mode.
25855 (menu-bar-options-menu): Add blink-cursor-mode.
25856
25857 2005-03-04 Ulf Jasper <ulf.jasper@web.de>
25858
25859 * calendar/icalendar.el (icalendar-version): Increase to 0.11.
25860 (icalendar-export-file, icalendar-export-region)
25861 (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
25862 (icalendar--convert-ical-to-diary): Fix problem with DURATION.
25863
25864 2005-03-04 Lute Kamstra <lute@gnu.org>
25865
25866 * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
25867 (debug-function-list): Ditto.
25868
25869 2005-03-04 Robert J. Chassell <bob@rattlesnake.com>
25870
25871 * textmodes/texinfmt.el (texinfo-append-refill):
25872 Redefine the types of line to which @refill
25873 is not appended by replacing a search for `@refill\\|@bye' with
25874 `@refill\\|^[ \t]*@'. The intent is to solve both the `@end
25875 itemize@refill' bug and the unfilled long lines bug.
25876 (texinfmt-version): Update number and date.
25877
25878 2005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
25879
25880 * international/code-pages.el (windows-1250, windows-125[2-8])
25881 (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
25882
25883 2005-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
25884
25885 * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
25886 bound yet.
25887
25888 2005-03-02 Romain Francoise <romain@orebokech.com>
25889
25890 * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
25891 buffer after removing limits.
25892 (ibuffer-pop-filter): Ditto.
25893 Update copyright.
25894
25895 2005-03-02 Miles Bader <miles@gnu.org>
25896
25897 * button.el (make-text-button): If the user doesn't specify a
25898 type, use the default. Rewrite to use `add-text-properties' and
25899 plist functions.
25900
25901 2005-03-01 Lute Kamstra <lute@gnu.org>
25902
25903 * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
25904 (debugger-jumping-flag): New var.
25905 (debug-entry-code): Use it.
25906 (debugger-jump): Use debugger-jumping-flag and add
25907 debugger-reenable to post-command-hook.
25908 (debugger-reenable): Use debugger-jumping-flag and remove itself
25909 from post-command-hook.
25910 (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
25911 debugger-reenable.
25912
25913 2005-03-01 Robert J. Chassell <bob@rattlesnake.com>
25914
25915 * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
25916 inclusion of "itemize\\|", which may be unnecessary, is certainly
25917 inelegant, and stops refilling in itemize lists when formatting
25918 Japanese Texinfo files to Info.
25919 Update copyright to 2005.
25920
25921 2005-03-01 Nick Roberts <nickrob@snap.net.nz>
25922
25923 * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
25924 of an error if GDB can't find the source file.
25925
25926 2005-03-01 Glenn Morris <gmorris@ast.cam.ac.uk>
25927
25928 * calendar/calendar.el (redraw-calendar): Work from any buffer,
25929 not just the calendar.
25930
25931 * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
25932 first.
25933 (diary-redraw-calendar): New function.
25934 (make-diary-entry): Add diary-redraw-calendar to local
25935 write-contents-functions. Turn off selective display before
25936 inserting in diary.
25937
25938 2005-03-01 Kim F. Storm <storm@cua.dk>
25939
25940 * emacs-lisp/copyright.el (copyright-fix-years): New command.
25941
25942 2005-03-01 Lute Kamstra <lute@gnu.org>
25943
25944 * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
25945 that debug-entry-code can be safely removed from a function while
25946 this code is being evaluated. Revert the 2005-02-27 change as the
25947 new implementation no longer requires it. Make sure that a
25948 function body containing just a string is not mistaken for a docstring.
25949 (debug): Skip one more frame in case of debug on entry.
25950 (debugger-setup-buffer): Delete one more frame line in case of
25951 debug on entry.
25952 (debugger-frame-number): Update to use the new text introduced by
25953 the 1999-11-03 change. Skip one more frame in case of debug on entry.
25954
25955 2005-02-28 Kim F. Storm <storm@cua.dk>
25956
25957 * double.el (double-translate-key): Call force-window-update after
25958 read-event to avoid crash in redisplay.
25959
25960 2005-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
25961
25962 * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
25963 (debug): Use it. Move the inhibit-trace earlier.
25964 (debug-entry-code): New const.
25965 (debug-on-entry-1): Use it.
25966
25967 2005-02-28 Chong Yidong <cyd@stupidchicken.com>
25968
25969 * international/utf-16.el (ccl-encode-mule-utf-16le):
25970 Fix BUFFER_MAGNIFICATION to 2.
25971 (ccl-encode-mule-utf-16be): Likewise.
25972
25973 2005-02-28 Kenichi Handa <handa@m17n.org>
25974
25975 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
25976 Fix BUFFER_MAGNIFICATION to 4.
25977 (ccl-encode-mule-utf-16be-with-signature): Likewise.
25978
25979 2005-02-28 Nick Roberts <nickrob@snap.net.nz>
25980
25981 * speedbar.el (speedbar-update-flag): Doc fix.
25982 (speedbar-show-info-under-mouse): Give set-mouse-position the right
25983 argument.
25984
25985 2005-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
25986
25987 * reveal.el (reveal-post-command): Don't try to reveal overlays which
25988 have a non-nil `invisible' property but are actually visible.
25989
25990 * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
25991 for perldoc sections.
25992 (perl-outline-regexp, perl-outline-level): New var and function.
25993 (perl-mode): Use them.
25994
25995 2005-02-27 Glenn Morris <gmorris@ast.cam.ac.uk>
25996
25997 * calendar/diary-lib.el (diary-remind): Discard any mark portion
25998 from diary-entry. Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
25999
26000 2005-02-27 Luc Teirlinck <teirllm@auburn.edu>
26001
26002 * cus-edit.el: Comment change.
26003 (custom-buffer-create-internal): Slightly reword text at top of
26004 Custom buffers. Mention there that saving an option edits the
26005 init file. Add link to Emacs manual node on `custom-file'.
26006 (custom-magic-alist): Rewrite individual State messages to use
26007 capitalized keywords. Doc fix.
26008
26009 2005-02-27 Matt Hodges <MPHodges@member.fsf.org>
26010
26011 * calendar/calendar.el (calendar-buffer): Move above
26012 calendar-week-start-day.
26013 (calendar-week-start-day): Doc fix. Add :set function.
26014 (calendar-minimum-window-height): New variable.
26015 (generate-calendar-window): Only resize window if selected-window
26016 is displaying the calendar buffer. Use new variable
26017 calendar-minimum-window-height.
26018 (generate-calendar): Reword error message.
26019 (calendar-mode-map): Bind DEL to scroll-other-window-down.
26020
26021 2005-02-27 Andreas Schwab <schwab@suse.de>
26022
26023 * vc.el (vc-do-command): Don't run command asynchronously when
26024 operating in a remote directory.
26025
26026 * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
26027 change from sync with Tramp 2.0.47.
26028
26029 2005-02-27 Richard M. Stallman <rms@gnu.org>
26030
26031 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
26032
26033 * textmodes/flyspell.el (flyspell-mode-on):
26034 Call ispell-change-dictionary only if necessary.
26035
26036 * emacs-lisp/re-builder.el (regexp-builder): New function.
26037
26038 * register.el (describe-register-1): Explicitly handle
26039 yank-excluded-properties = t.
26040
26041 * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
26042 (custom-magic-alist): Change the status descriptions again.
26043 (face widget-type): Total rewrite based on `restricted-sexp'
26044 to eliminate the confusing double hiding levels.
26045
26046 * emacs-lisp/debug.el (debug-on-entry-1):
26047 If function body is empty, add nil as body form.
26048
26049 2005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
26050
26051 * emacs-lisp/trace.el (inhibit-trace): New var.
26052 (trace-make-advice): Use it.
26053
26054 * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
26055
26056 2005-02-26 Kim F. Storm <storm@cua.dk>
26057
26058 * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
26059 (mouse-on-link-p, mouse-drag-region-1): Use it.
26060
26061 2005-02-25 Lute Kamstra <lute@gnu.org>
26062
26063 * replace.el (query-replace-read-from): Fix 2005-02-19 change.
26064
26065 2005-02-24 Luc Teirlinck <teirllm@auburn.edu>
26066
26067 * frame.el (blink-cursor-mode): Add :group keyword.
26068
26069 2005-02-24 Ulf Jasper <ulf.jasper@web.de>
26070
26071 * calendar/icalendar.el (icalendar--decode-isodatetime):
26072 New optional argument DAY-SHIFT.
26073 (icalendar-export-region): Fix coding-system-for-write.
26074 (icalendar--convert-ical-to-diary): Shift end-day of all-day
26075 events by one.
26076
26077 2005-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
26078
26079 * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
26080
26081 2005-02-24 Kim F. Storm <storm@cua.dk>
26082
26083 * international/iso-acc.el (iso-accents-compose): Fix crash
26084 during redisplay. Call force-window-update after read-event
26085 and delete-region to signal that window is not accurate.
26086
26087 2005-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
26088
26089 * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
26090 Remove unused and inexistent var `inhibit-trace'.
26091 (debugger-mode): Use run-mode-hooks.
26092 (debugger-list-functions): Add buttons; setup xref stack.
26093
26094 2005-02-23 Richard M. Stallman <rms@gnu.org>
26095
26096 * calendar/appt.el (appt-time-msg-list): 3rd elt of each
26097 appointment says it was explicitly made.
26098 (appt-add): Set the 3rd element.
26099 (appt-make-list): Preserve explicit appointments.
26100
26101 * subr.el (find-tag-default): Catch errors in forward-sexp.
26102
26103 2005-02-23 Juri Linkov <juri@jurta.org>
26104
26105 * info.el (Info-isearch-search): New defcustom.
26106 (Info-isearch-search): Call the default isearch function
26107 when Info-isearch-search is nil.
26108 (Info-isearch-wrap): Use variable Info-isearch-search.
26109
26110 2005-02-22 Luc Teirlinck <teirllm@auburn.edu>
26111
26112 * cus-edit.el: Comment change.
26113
26114 2005-02-22 Kim F. Storm <storm@cua.dk>
26115
26116 * progmodes/hideif.el (hide-ifdef-use-define-alist):
26117 Use completing-read. Suggested by Juan-Leon Lahoz Garcia.
26118
26119 2005-02-22 Simon Josefsson <jas@extundo.com>
26120
26121 * net/browse-url.el (browse-url-netscape-new-window-is-tab):
26122 New variable.
26123 (browse-url-netscape): Use it. Suggested by "Johann 'Myrkraverk'
26124 Oskarsson" <myrkraverk@users.sourceforget.net>.
26125
26126 2005-02-22 Kim F. Storm <storm@cua.dk>
26127
26128 * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
26129 check that window of that event is the selected window.
26130 (mouse-drag-region-1): Compare mouse event window to selected
26131 window before setting point.
26132
26133 * tooltip.el (tooltip-show-help-function): Pass event to
26134 mouse-on-link-p so it can check selected window.
26135
26136 2005-02-22 Kenichi Handa <handa@m17n.org>
26137
26138 * ps-mule.el (ps-mule-header-string-charsets): Delete it.
26139 (ps-mule-show-warning): New function.
26140 (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
26141 characters are found.
26142
26143 * ps-print.el (ps-header-footer-string): Return a list of header
26144 and footer strings.
26145
26146 2005-02-21 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
26147
26148 * pcvs.el (cvs-retrieve-revision): Fix thinko.
26149
26150 2005-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
26151
26152 * frame.el (blink-cursor-mode): Use define-minor-mode.
26153
26154 * term/mac-win.el (function-key-map): Use char-names more consistently.
26155 (file-name-coding-system): Only set it for MacOS-9. The other case is
26156 already handled in mule-cmds.el (where it also works when mac-win.el
26157 is not used).
26158
26159 2005-02-21 Kenichi Handa <handa@m17n.org>
26160
26161 * international/mule.el (ctext-pre-write-conversion): Always use
26162 " *code-converting-work*" buffer for work.
26163
26164 * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
26165
26166 2005-02-20 Thien-Thi Nguyen <ttn@gnu.org>
26167
26168 * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
26169
26170 2005-02-20 Jonathan Yavner <jyavner@member.fsf.org>
26171
26172 * ses.el (undo-more): Restore defadvice, but only the part that
26173 allows changes outside the restricted area of the buffer.
26174
26175 2005-02-20 Kim F. Storm <storm@cua.dk>
26176
26177 * simple.el (line-move): Add fourth optional arg try-vscroll which
26178 must be set to perform auto-window-vscroll.
26179 When moving backwards and doing auto-window-vscroll, automatically
26180 vscroll to the last part of lines which are taller than the window.
26181 (next-line, previous-line): Set try-vscroll arg on line-move.
26182
26183 2005-02-19 Dan Nicolaescu <dann@ics.uci.edu>
26184
26185 * replace.el (query-replace, query-replace-regexp)
26186 (replace-string, replace-regexp): When operating on region, make
26187 the minibuffer prompt say so.
26188
26189 * isearch.el (isearch-forward): Document isearch-query-replace and
26190 isearch-query-replace-regexp keybindings.
26191
26192 2005-02-19 Jay Belanger <belanger@truman.edu>
26193
26194 * calc/calc-aent.el (math-read-token): Add local variable.
26195
26196 * calc/calc-prog.el (calc-user-define-edit): Add local variable.
26197 (calc-edit-top): Move declaration to earlier in file.
26198 (calc-edit-macro-repeats): Add local variables.
26199
26200 * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
26201 Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
26202 calcFunc-tanh.
26203 Adjust integration rule for calcFunc-tan.
26204
26205 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
26206
26207 * viper-cmd.el (viper-prefix-commands): Make into a defconst.
26208 (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
26209 (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
26210 (viper-skip-separators): Bug fix.
26211 (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
26212 particular major mode.
26213 (viper-del-backward-char-in-replace): Don't put deleted char on the
26214 kill ring.
26215
26216 * viper-ex.el (viper-color-display-p): New function.
26217 (viper-has-face-support-p): Use viper-color-display-p.
26218
26219 * viper-keym.el (viper-gnus-modifier-map): New keymap.
26220
26221 * viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
26222
26223 * viper-util.el (viper-glob-unix-files): Fix shell status check.
26224 (viper-file-remote-p): Make equivalent to file-remote-p.
26225
26226 * viper.el (viper-major-mode-modifier-list):
26227 Use viper-gnus-modifier-map.
26228
26229 2005-02-19 David Kastrup <dak@gnu.org>
26230
26231 * subr.el (subregexp-context-p): Fix garbled doc string by adding
26232 quoting.
26233
26234 2005-02-19 Jay Belanger <belanger@truman.edu>
26235
26236 * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
26237 Remove extra definitions.
26238 (calc-coth): New function.
26239 (calcFunc-cot): Fix `let'.
26240
26241 2005-02-19 Eli Zaretskii <eliz@gnu.org>
26242
26243 * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
26244 the reasons we use "type pc" in these faces.
26245
26246 * button.el (button): Ditto.
26247
26248 2005-02-19 Michael Mauger <mmaug@yahoo.com>
26249
26250 * replace.el (query-replace-read-from): Set the value of
26251 query-replace-from-history-variable to handle the case of an empty
26252 string entered to accept the suggested default.
26253
26254 * net/tramp.el (tramp-file-name-for-operation):
26255 Use dired-call-process instead of dired-call-process-command.
26256
26257 2005-02-19 Jay Belanger <belanger@truman.edu>
26258
26259 * calc/calc-arith.el (math-trig-inverses, math-div-trig)
26260 (math-div-non-trig): New variables.
26261 (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
26262 (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
26263 (math-combine-prod, math-div-symb-fancy): Add simplifications for
26264 trig expressions.
26265
26266 2005-02-19 Nick Roberts <nickrob@snap.net.nz>
26267
26268 * progmodes/gdb-ui.el (gdb-var-update-handler)
26269 (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
26270 for watch expressions,
26271 (gdb-var-create-handler): Don't set speedbar-update-flag.
26272 (gdb-post-prompt): Simplify test for speedbar.
26273
26274 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
26275
26276 * ediff.el (ediff-set-diff-overlays-in-one-buffer)
26277 (ediff-set-fine-overlays-in-one-buffer, ediff-goto-word): Make sure
26278 we use the syntax table of the correct buffer.
26279 (ediff-same-file-contents, ediff-same-contents): Enhancements thanks to
26280 Felix Gatzemeier.
26281
26282 * ediff-init.el (ediff-hide-face): Check for definedness of functions.
26283 (ediff-file-remote-p): Make synonymous with file-remote-p.
26284 In all deffaces ediff-*-face-*, use min-colors.
26285
26286 * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
26287 ediff-recurse-to-subdirectories.
26288 (ediff-mark-if-equal): Check that the arguments are strings, use
26289 ediff-same-contents (after to Felix Gatzemeier).
26290
26291 * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
26292 nil.
26293
26294 2005-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
26295
26296 * log-view.el (log-view-message-re): Fix up Subversion regexp.
26297
26298 2005-02-18 David Kastrup <dak@gnu.org>
26299
26300 * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
26301 use `mark-active' when defined.
26302
26303 2005-02-18 Kenichi Handa <handa@m17n.org>
26304
26305 * ps-print.el (ps-font-info-database): New entry
26306 ZapfChancery-MediumItalic with correct font name. Fix font name
26307 of the entry Zapf-Chancery-MediumItalic.
26308
26309 2005-02-16 Luc Teirlinck <teirllm@auburn.edu>
26310
26311 * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
26312
26313 2005-02-16 Kim F. Storm <storm@cua.dk>
26314
26315 * ido.el (ido-fallback-command): Pass user input to fallback command.
26316
26317 2005-02-16 Nick Roberts <nickrob@snap.net.nz>
26318
26319 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
26320 (gdb-find-file-hook): Add server prefix.
26321
26322 2005-02-16 Richard M. Stallman <rms@gnu.org>
26323
26324 * replace.el (perform-replace): Pass new args to replace-highlight.
26325 (replace-highlight): Take region args,
26326 and pass them to isearch-lazy-highlight-new-loop.
26327
26328 * novice.el (disabled-command-hook): Autoload the defalias
26329 and the make-obsolete-variable call.
26330
26331 * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
26332
26333 * isearch.el (isearch-lazy-highlight-start-limit)
26334 (isearch-lazy-highlight-end-limit): New variables limit
26335 the region for highlighting.
26336 (isearch-lazy-highlight-new-loop): New args BEG and END.
26337 (isearch-lazy-highlight-search): Use the new vars.
26338 (isearch-lazy-highlight-update): Likewise.
26339
26340 * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
26341
26342 * cus-start.el (all): Use default-boundp.
26343
26344 2005-02-15 David Casperson <casper@unbc.ca> (tiny change)
26345
26346 * menu-bar.el (menu-bar-select-frame): Handle current frame.
26347
26348 2005-02-15 Luc Teirlinck <teirllm@auburn.edu>
26349
26350 * autorevert.el (auto-revert-stop-on-user-input)
26351 (auto-revert-verbose): Doc fixes.
26352
26353 2005-02-15 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>
26354
26355 * international/mule-cmds.el (set-locale-environment): Remove call
26356 to set-selection-coding-system on Windows.
26357
26358 2005-02-15 Jay Belanger <belanger@truman.edu>
26359
26360 * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
26361 calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
26362 calcFunc-coth.
26363 (math-simplify-sqrt): Add simplifications.
26364
26365 * calc/calc-arith.el (math-real-if-arg-functions): Add functions
26366 to list.
26367
26368 * calc/calc-ext.el: Add functions to autoloads.
26369
26370 * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
26371 (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
26372 (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
26373 (math-csc-raw, math-cot-raw): New functions.
26374
26375 * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
26376
26377 * calc/calc-undo.el (calc-handle-undo): Remove prefix from
26378 the variable name in a message.
26379
26380 * calc/calc-units.el: Add simplification rules for calcFunc-sec,
26381 calcFunc-csc, calcFunc-cot.
26382
26383 * calc/calcalg2.el: Add derivative and integration rules for
26384 calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
26385 calcFunc-csch, calcFunc-coth.
26386 (math-do-integral-methods): Add to checks for when to use
26387 substitutions.
26388
26389 * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
26390
26391 2005-02-15 Lute Kamstra <lute@gnu.org>
26392
26393 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
26394 Add ;;;###autoload to `outline-regexp'. Suggested by Stefan Monnier
26395 <monnier@iro.umontreal.ca>
26396 (lisp-outline-level): Improve efficiency. Suggested by David
26397 Kastrup <dak@gnu.org>.
26398
26399 2005-02-15 Nick Roberts <nickrob@snap.net.nz>
26400
26401 * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
26402 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
26403 (gdb-set-gud-minor-mode-existing-buffers): New functions.
26404 (gdb-find-file-hook): New hook. Add it to find-file-hook.
26405 (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
26406
26407 2005-02-14 Luc Teirlinck <teirllm@auburn.edu>
26408
26409 * cus-start.el (all): Comment change.
26410
26411 2005-02-14 Lute Kamstra <lute@gnu.org>
26412
26413 * cus-start.el (all): Check if symbol is void.
26414
26415 2005-02-14 Carsten Dominik <dominik@science.uva.nl>
26416
26417 * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
26418 optional argument to \cite.
26419
26420 2005-02-14 Richard M. Stallman <rms@gnu.org>
26421
26422 * cus-edit.el (custom-buffer-create-internal): Update help message.
26423 (custom-magic-alist): Update help messages.
26424
26425 * cus-start.el (all): Allow a var to specify a standard value.
26426
26427 2005-02-12 Luc Teirlinck <teirllm@auburn.edu>
26428
26429 * custom.el (custom-theme-set-variables): Handle variable aliases.
26430
26431 * frame.el (blink-cursor-timer): Doc fix.
26432 (blink-cursor): Make it an alias for `blink-cursor-mode' and
26433 declare obsolete.
26434 (blink-cursor-mode): Define with defcustom and use correct
26435 standard expression in that defcustom.
26436 * startup.el (command-line): Adapt to above changes in frame.el.
26437
26438 2005-02-11 Lute Kamstra <lute@gnu.org>
26439
26440 * apropos.el (apropos-score-doc): Prevent division by zero.
26441
26442 2005-02-11 Ulf Jasper <ulf.jasper@web.de>
26443
26444 * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
26445 (icalendar--get-event-property-attributes)
26446 (icalendar--get-event-properties)
26447 (icalendar--datetime-to-diary-date): New functions.
26448 (icalendar--split-value): Doc fix.
26449 (icalendar--datetime-to-noneuropean-date)
26450 (icalendar--datetime-to-european-date): New optional argument
26451 SEPARATOR. Return result as a string instead of a list.
26452 (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
26453 (icalendar--convert-string-for-export): Rename arg S to STRING.
26454 (icalendar-export-region): Doc fix. Change name of error buffer.
26455 Save output buffer.
26456 (icalendar-import-file): Add blank at end of prompt.
26457 (icalendar-import-buffer): Doc fix. Do not switch to error
26458 buffer. Indicate status in return value.
26459 (icalendar--convert-ical-to-diary): Doc fix. Change name of error
26460 buffer. Save output buffer. Handle exception from recurrence
26461 rules (EXDATE, EXRULE). Handle start- and end-date of recurring
26462 events. Fix problems with weekly all-day events.
26463
26464 2005-02-10 Richard M. Stallman <rms@gnu.org>
26465
26466 * simple.el (eval-expression-print-format):
26467 Avoid warning about edebug-active.
26468
26469 * help.el (help-for-help-internal): Rename from help-for-help.
26470 (help-for-help): Define with defalias.
26471
26472 * font-core.el (font-lock-default-function): Use with-no-warnings.
26473
26474 * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
26475
26476 * custom.el (defface): Doc fix.
26477
26478 2005-02-10 Nick Roberts <nickrob@snap.net.nz>
26479
26480 * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
26481 width 0" to prevent word wrapping problems.
26482
26483 2005-02-09 Kim F. Storm <storm@cua.dk>
26484
26485 * ido.el (ido-file-extensions-order): New defcustom.
26486 (ido-file-extension-lessp, ido-file-extension-aux)
26487 (ido-file-extension-order): New advanced file ordering.
26488 (ido-file-lessp): New simple file ordering.
26489 (ido-sort-list): Remove.
26490 (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
26491 (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
26492
26493 2005-02-08 Dan Nicolaescu <dann@ics.uci.edu>
26494
26495 * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
26496 that some versions of grep produce.
26497 (grep-mode-font-lock-keywords): Likewise.
26498
26499 2005-02-09 Nick Roberts <nickrob@snap.net.nz>
26500
26501 * progmodes/gdb-ui.el (gdb-location-list): New variable.
26502 (gdb-cdir): Delete.
26503 (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
26504 (gdb-source-info): Treat case when source file is in another
26505 directory properly.
26506 (gdb-get-location): New function.
26507
26508 2005-02-07 Jay Belanger <belanger@truman.edu>
26509
26510 * calc/calc-prog.el (calc-write-parse-table-part)
26511 (calc-fix-token-name): Fix a check for language type.
26512
26513 * calc/calccomp.el (math-compose-expr): Fix a check for language type.
26514
26515 2005-02-07 Andre Spiegel <spiegel@gnu.org>
26516
26517 * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
26518 as directory not writable.
26519
26520 2005-02-07 Kim F. Storm <storm@cua.dk>
26521
26522 * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
26523 (cua--standard-movement-commands): Remove list.
26524 Instead, set CUA property value to move for movement commands.
26525 (cua-movement-commands): Remove. Users must set CUA prop instead.
26526 (cua--pre-command-handler): Check CUA property.
26527 (cua--init-keymaps): Don't remap undo commands.
26528 (cua-mode): Don't call cua--rectangle-on-off.
26529
26530 * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
26531 (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
26532 (cua--rect-undo-set-point): New var.
26533 (cua--rectangle-undo-boundary): Setup undo apply entry.
26534 (cua--rect-undo-handler): New function for rectangle undo.
26535 (cua--rect-start-position, cua--rect-end-position): Add.
26536 (cua--rectangle-post-command): Call cua--rectangle-set-corners
26537 for restored rectangle. Set point if cua--rect-undo-set-point.
26538
26539 2005-02-06 Jay Belanger <belanger@truman.edu>
26540
26541 * calc/calc-lang.el (calc-tex-language): Display more information
26542 in messages.
26543
26544 * calc/calccomp.el (math-compose-expr): Allow multiline matrices
26545 in TeX mode.
26546
26547 2005-02-06 Richard M. Stallman <rms@gnu.org>
26548
26549 * emacs-lisp/lisp.el (buffer-end): Doc fix.
26550
26551 2005-02-05 Arne_J\e,Ax\e(Brgensen <arne@arnested.dk> (tiny change)
26552
26553 * net/ldap.el (ldap-search-internal): Support attributes with
26554 optional descriptions separated by a semi-colon, as in
26555 "userCertificate;binary".
26556
26557 2005-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
26558
26559 * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
26560 isn't a cons (i.e. the version is 0).
26561
26562 2005-02-05 Eli Zaretskii <eliz@gnu.org>
26563
26564 * help.el (help-for-help): Doc fix.
26565
26566 2005-02-05 Nick Roberts <nickrob@snap.net.nz>
26567
26568 * progmodes/gdb-ui.el: Update copyright. Put GDB-Frames before
26569 GDB-Windows on the menu-bar as this works better.
26570
26571 2005-02-04 Jay Belanger <belanger@truman.edu>
26572
26573 * calc/calc-embed.el (calc-embedded-update): Don't put in
26574 unnecessary newlines. Adjust the end of formula marker.
26575
26576 * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
26577 (math-latex-parse-two-args): New function.
26578
26579 2005-02-03 Lute Kamstra <lute@gnu.org>
26580
26581 * help-fns.el (help-with-tutorial): Make sure that users cannot
26582 remove the entire text of the tutorial by means of `undo'.
26583
26584 2005-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
26585
26586 * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
26587 in recent changes, where the ispell process was repeatedly
26588 killed & restarted.
26589
26590 * international/mule-cmds.el (set-locale-environment): Set file-name
26591 coding system to utf-8 on Darwin systems.
26592 (set-default-coding-systems): Don't set default-file-name-coding-system
26593 on Darwin systems.
26594
26595 2005-02-03 Richard M. Stallman <rms@gnu.org>
26596
26597 * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
26598
26599 2005-02-03 Matt Hodges <MPHodges@member.fsf.org>
26600
26601 * faces.el (list-faces-display): Add optional argument.
26602
26603 2005-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
26604
26605 * font-core.el (font-lock-default-function): Handle the rare case where
26606 only font-lock-keywords is set.
26607
26608 2005-02-02 Kenichi Handa <handa@m17n.org>
26609
26610 * international/characters.el: Cancel previous change for
26611 I-WITH-DOT-ABOVE and DOTLESS-i.
26612
26613 * international/latin-5.el: Cancel previous change.
26614
26615 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
26616
26617 * progmodes/gud.el: Correction to syntax in gud-menu-map.
26618
26619 2005-02-02 Kenichi Handa <handa@m17n.org>
26620
26621 * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
26622 DOTLESS-i.
26623
26624 * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
26625 Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
26626
26627 * case-table.el (get-upcase-table): New function.
26628 (copy-case-table): Copy upcaes table too if non-nil.
26629 (set-case-syntax-delims): Maintain upcase table too.
26630 (set-case-syntax-pair): Likewise.
26631 (set-upcase-syntax, set-downcase-syntax): New functions.
26632 (set-case-syntax): Maintain upcase table too.
26633
26634 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
26635
26636 * progmodes/gdb-ui.el (gdb-goto-info): Delete.
26637
26638 * progmodes/gud.el (gud-goto-info): New function.
26639 (gud-tool-bar-map): Use correct icon.
26640
26641 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
26642
26643 * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
26644 When delegating, order args in the funcall correctly.
26645
26646 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
26647
26648 * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
26649
26650 2005-02-01 Carsten Dominik <dominik@science.uva.nl>
26651
26652 * textmodes/reftex.el (reftex-access-scan-info): Error out in a
26653 buffer not visiting a file.
26654
26655 2005-01-31 Jay Belanger <belanger@truman.edu>
26656
26657 * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
26658 bound on the line with the formula.
26659
26660 2005-01-31 Kim F. Storm <storm@cua.dk>
26661
26662 * ses.el (ses-create-cell-variable-range)
26663 (ses-destroy-cell-variable-range, ses-reset-header-string)
26664 (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
26665 (ses-insert-row): Fix format of apply undo entries.
26666
26667 2005-01-31 Jay Belanger <belanger@truman.edu>
26668
26669 * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
26670 parts.
26671
26672 * calc/calc-embed.el (calc-embedded-open-formula)
26673 (calc-embedded-close-formula): Ignore matrix environments.
26674
26675 * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
26676 TeX mode.
26677
26678 * calc/calc-lang.el (math-function-table, math-oper-table)
26679 (math-variable-table): Adjust the LaTeX portions.
26680
26681 * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
26682 (math-latex-ignore-words): New constant.
26683
26684 2005-01-31 Richard M. Stallman <rms@gnu.org>
26685
26686 * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
26687 (ispell-local-dictionary): Doc fix.
26688 (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
26689 Don't reinitialize at run time. Don't defcustom.
26690 All uses changed to append ispell-local-dictionary-alist,
26691 or check it first.
26692 (ispell-current-dictionary): New variable for dictionary in use.
26693 (ispell-dictionary): Now used only for global default.
26694 (ispell-start-process): Set ispell-current-dictionary,
26695 not ispell-dictionary.
26696 (ispell-change-dictionary): Use this only for setting
26697 user preferences.
26698 (ispell-internal-change-dictionary): New function
26699 to change the current dictionary in use.
26700 (ispell-region, ispell-process-line, ispell-buffer-local-dict):
26701 Use ispell-current-dictionary.
26702 Handle ispell-local-dictionary-overridden.
26703 (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
26704
26705 2005-01-31 Jay Belanger <belanger@truman.edu>
26706
26707 * calc/calc-aent.el (math-read-token): Add support for LaTeX.
26708
26709 * calc/calc-ext.el: Add calc-latex-language to autoloads.
26710 (calc-mode-map): Add calc-latex-language.
26711
26712 * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
26713 (math-latex-print-frac): New functions.
26714 (math-oper-table, math-function-table, math-variable-table)
26715 (math-complex-format, math-input-filter): Add latex properties.
26716 (calc-set-language): Set math-expr-special-function-mapping.
26717
26718 * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
26719 (calc-write-parse-table-part): Add LaTeX support.
26720
26721 * calc/calc.el (calc-language): Adjust docstring.
26722 (calc-set-mode-line): Add LaTeX support.
26723 (math-expr-special-function-mapping): New variable.
26724 (math-tex-ignore-words): Add to list.
26725
26726 * calc/calccomp.el (math-compose-expr, math-compose-rows):
26727 Add LaTeX support.
26728 (math-compose-expr): Add support for special functions.
26729
26730 * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
26731
26732 2005-01-31 Nick Roberts <nickrob@snap.net.nz>
26733
26734 * progmodes/gdb-ui.el (gdb-memory-address)
26735 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
26736 (gdb-memory-mode-map, gdb-memory-format-keymap)
26737 (gdb-memory-format-menu, gdb-memory-unit-keymap)
26738 (gdb-memory-unit-menu): New variables for a buffer
26739 that lets the user examine program memory.
26740 (gdb-memory-set-address, gdb-memory-set-repeat-count)
26741 (gdb-memory-format-binary, gdb-memory-format-octal)
26742 (gdb-memory-format-unsigned, gdb-memory-format-signed)
26743 (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
26744 (gdb-memory-format-menu-1, gdb-memory-unit-giant)
26745 (gdb-memory-unit-word, gdb-memory-unit-halfword)
26746 (gdb-memory-unit-byte, gdb-memory-unit-menu)
26747 (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
26748 (gdb-memory-mode, gdb-memory-buffer-name)
26749 (gdb-display-memory-buffer, gdb-frame-memory-buffer):
26750 New functions for above buffer.
26751
26752 2005-01-30 Richard M. Stallman <rms@gnu.org>
26753
26754 * cus-edit.el (custom-bury-buffer): Function deleted.
26755 (custom-buffer-done-function): Option deleted.
26756 (custom-buffer-done-kill): New replacement option.
26757 (Custom-buffer-done): Call quit-window.
26758 (custom-buffer-create-internal): Update for above changes.
26759
26760 2005-01-29 Luc Teirlinck <teirllm@auburn.edu>
26761
26762 * simple.el (undo-ask-before-discard): New var.
26763 (undo-outer-limit-truncate): Implement it.
26764 (undo-extra-outer-limit): Doc update.
26765
26766 2005-01-29 Richard M. Stallman <rms@gnu.org>
26767
26768 * ses.el (undo-more): Delete defadvice.
26769 (ses-begin-change): Doc fix.
26770
26771 * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
26772 instead of rebinding C-x u and C-_.
26773
26774 * files.el (normal-backup-enable-predicate): Return nil for files
26775 in /tmp, regardless of temporary-file-directory.
26776
26777 * man.el (Man-getpage-in-background): Disable undo in Man buffer.
26778
26779 * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
26780 (open-rectangle, delete-whitespace-rectangle-line)
26781 (clear-rectangle-line): If FILL, pass t instead of FILL
26782 for move-to-column's 2nd arg.
26783
26784 * simple.el (undo): Fix the test for continuing a series of undos.
26785 (undo-more): Set pending-undo-list to t when we reach end.
26786 (pending-undo-list): Move up defvar.
26787
26788 * wid-edit.el (widget-button-click):
26789 Shorten the range of the track-mouse binding.
26790
26791 * comint.el (comint-insert-input): Undo previous changes;
26792 use last-input-event in interactive spec.
26793
26794 2005-01-29 Eli Zaretskii <eliz@gnu.org>
26795
26796 * progmodes/compile.el (compilation-start): Bind buffer-read-only
26797 to nil before invoking call-process. Reset buffer's modified flag
26798 after fontifying it in the no-async branch.
26799
26800 * wid-edit.el (widget-specify-button): If mouse pointer shape
26801 cannot be changed, use mouse face instead.
26802
26803 2005-01-29 Nick Roberts <nickrob@snap.net.nz>
26804
26805 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
26806 (gdb-goto-breakpoint): Make breakpoint handling work on template
26807 functions in C++. Reported by Martin Reed <mjreed@essex.ac.uk>
26808 (gdb-assembler-custom): Update to recognize breakpoint information
26809 added on 2005-01-19.
26810
26811 2005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
26812
26813 * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
26814 (dsssl-mode): Use define-derived-mode.
26815 (scheme-mode-initialize): Remove.
26816 (scheme-mode): Use run-mode-hooks.
26817
26818 * cus-edit.el (customize-group-other-window)
26819 (custom-buffer-create-other-window): Don't override special-display-*.
26820 (custom-mode-map): Make it dense.
26821
26822 * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
26823 sets the default value.
26824
26825 2005-01-28 Eli Zaretskii <eliz@gnu.org>
26826
26827 * descr-text.el: Add more keywords.
26828
26829 2005-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
26830
26831 * speedbar.el: Avoid unnecessary use of locate-library.
26832
26833 * international/mule-cmds.el (standard-display-european-internal):
26834 Don't fiddle with latin-1 non-break space any more since it's now
26835 special cased in the C code.
26836 Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
26837
26838 2005-01-26 Luc Teirlinck <teirllm@auburn.edu>
26839
26840 * cus-start.el (all): Add `undo-outer-limit'.
26841
26842 2005-01-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
26843
26844 * textmodes/bibtex.el (bibtex-format-entry):
26845 Use `bibtex-empty-field-re' only on the text of fields, not on entire
26846 field lines.
26847 (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
26848 not on part of a buffer.
26849
26850 2005-01-25 Lute Kamstra <lute@gnu.org>
26851
26852 * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
26853 nonempty field text strings like "{letters\\macro{}more letters}".
26854 Clarify docstring.
26855 (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
26856 (bibtex-entry-offset, bibtex-parse-association)
26857 (bibtex-parse-field-name): Fix typos in docstrings.
26858 (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
26859
26860 2005-01-24 Carsten Dominik <dominik@science.uva.nl>
26861
26862 * textmodes/reftex-global.el (reftex-isearch-push-state-function)
26863 (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
26864 (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
26865 (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
26866
26867 * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
26868 isearch minor mode.
26869
26870 2005-01-24 Luc Teirlinck <teirllm@auburn.edu>
26871
26872 * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
26873
26874 2005-01-24 Lute Kamstra <lute@gnu.org>
26875
26876 * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
26877 CASECHARS and NOT-CASECHARS regular expressions of the
26878 "nederlands" and "nederlands8" dictionaries to prevent a "Range
26879 striding over charsets" error.
26880
26881 2005-01-24 Jay Belanger <belanger@truman.edu>
26882
26883 * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
26884 display variable name.
26885
26886 2005-01-24 Kenichi Handa <handa@m17n.org>
26887
26888 * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
26889 Fix setting of the element of encoded-kbd-iso2022-invocations.
26890
26891 2005-01-24 Nick Roberts <nickrob@snap.net.nz>
26892
26893 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
26894 (gdb-threads-select): Change to also accept mouse events.
26895 (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
26896 (gdb-threads-mouse-select): Delete.
26897
26898 2005-01-23 Luc Teirlinck <teirllm@auburn.edu>
26899
26900 * files.el (insert-directory): Take care of empty directory,
26901 listed without -a switch.
26902
26903 2005-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
26904
26905 * textmodes/refill.el (refill-post-command-function):
26906 Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
26907 to the list of functions that we should be careful not to undo.
26908 (refill-late-fill-paragraph-function): Remove.
26909 (refill-saved-state): New var.
26910 (refill-mode): Use it to save fill-paragraph-function.
26911 Save also the value of auto-fill-function.
26912
26913 * term/w32-win.el: Simplify code.
26914
26915 2005-01-23 Kim F. Storm <storm@cua.dk>
26916
26917 * simple.el (line-move): Adapt to new return value from
26918 pos-visible-in-window-p.
26919
26920 * simple.el (line-move): Fix last change. Check partial
26921 visibility at point rather than at window-start.
26922
26923 2005-01-22 Jason Rumney <jasonr@gnu.org>
26924
26925 * term/w32-win.el (xw-defined-colors): Remove debug-message.
26926
26927 2005-01-22 David Kastrup <dak@gnu.org>
26928
26929 * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
26930
26931 2005-01-22 Eli Zaretskii <eliz@gnu.org>
26932
26933 * type-break.el (type-break-mode): Add a test for
26934 type-break-file-name being non-nil.
26935
26936 2005-01-22 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
26937
26938 * net/eudc.el (top level): Call (message "") via progn, so that
26939 eudc-options-file is loaded.
26940
26941 2005-01-22 Kim F. Storm <storm@cua.dk>
26942
26943 * simple.el (line-move-1): Rename from line-move.
26944 (line-move): New function that adjusts vscroll for partially
26945 visible rows, and calls line-move-1 otherwise.
26946
26947 2005-01-21 Ren\e,Ai\e(B Kyllingstad <listmailxemacs@kyllingstad.com>
26948
26949 * pcomplete.el: Define pcomplete-read-event instead of read-event,
26950 since it's not a complete read-event implementation
26951
26952 2005-01-20 Jay Belanger <belanger@truman.edu>
26953
26954 * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
26955 for called function.
26956
26957 2005-01-20 Steven Tamm <steventamm@mac.com>
26958
26959 * term/mac-win.el (process-connection-type): Remove.
26960 Controlled now by s/darwin.h:PTY_ITERATION.
26961
26962 2005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
26963
26964 * window.el (handle-select-window): Don't switch window when we're
26965 in the minibuffer.
26966
26967 2005-01-10 Paul Pogonyshev <pogonyshev@gmx.net>
26968
26969 * subr.el (dotimes-with-progress-reporter): New macro.
26970
26971 * ses.el (ses-dotimes-msg): Remove macro.
26972 Use `dotimes-with-progress-reporter' instead.
26973
26974 2005-01-19 Steven Tamm <steventamm@mac.com>
26975
26976 * term/mac-win.el (process-connection-type): Use new
26977 operating-system-release variable to use ptys on Darwin 7 (OS X
26978 10.3) when using carbon build.
26979
26980 2005-01-19 Jay Belanger <belanger@truman.edu>
26981
26982 * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
26983 flags if the last command was a tab or M-tab.
26984
26985 * calc/calc-prog.el (calc-user-define-edit): Put original formula
26986 in formula editing buffer.
26987
26988 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
26989
26990 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
26991 breakpoint image symbol in margin.
26992
26993 2005-01-19 Jay Belanger <belanger@truman.edu>
26994
26995 * calc/calc-prog.el (calc-execute-kbd-macro):
26996 Ignore calc-keep-arg-flag.
26997
26998 2005-01-19 Kenichi Handa <handa@m17n.org>
26999
27000 * textmodes/ispell.el (ispell-looking-at): New function.
27001 (ispell-process-line): Use ispell-looking-at to compare the ispell
27002 output and the buffer contents.
27003
27004 2005-01-18 Jay Belanger <belanger@truman.edu>
27005
27006 * calc/calc.el (calc-display-raw): Fix docstring.
27007
27008 2005-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
27009
27010 * simple.el (blink-matching-open): Strip extra info from syntax.
27011
27012 * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
27013 funny chars in the end-of-here-doc marker.
27014
27015 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
27016
27017 * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
27018 that enable/disabled state of breakpoints is shown correctly in
27019 fringe and on ttys.
27020 (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
27021 Add breakpoint information as text properties.
27022 (gdb-mouse-toggle-breakpoint):
27023 Rename to gdb-mouse-set-clear-breakpoint.
27024 (gdb-mouse-toggle-breakpoint): New function. Enable/disable
27025 breakpoints in the margin.
27026 (gdb-remove-strings): Simplify.
27027
27028 2005-01-17 Jay Belanger <belanger@truman.edu>
27029
27030 * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
27031 erasing buffer.
27032
27033 2005-01-17 Richard M. Stallman <rms@gnu.org>
27034
27035 * progmodes/grep.el (grep-find): Copy from `grep' the condition
27036 for calling grep-compute-defaults.
27037
27038 * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
27039 if buffer is empty.
27040
27041 * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
27042
27043 2005-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
27044
27045 * hilit-chg.el (highlight-changes-mode): Don't autoload.
27046
27047 * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
27048 non-preloaded variables.
27049
27050 2005-01-17 Steven Tamm <steventamm@mac.com>
27051
27052 * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
27053 tex-shell cause to force interactivity when using pipes.
27054
27055 2005-01-17 Kim F. Storm <storm@cua.dk>
27056
27057 * simple.el (just-one-space): Make arg optional.
27058
27059 2005-01-17 Nick Roberts <nickrob@snap.net.nz>
27060
27061 * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
27062 posn-at-x-y to t to access left-margin.
27063
27064 2005-01-16 Michael Albinus <michael.albinus@gmx.de>
27065
27066 Sync with Tramp 2.0.47.
27067
27068 * net/tramp.el (tramp-operation-not-permitted-regexp) New defcustom,
27069 catching keep-date problems in cp/scp operations.
27070 (tramp-handle-copy-file): Don't call `set-file-modes'
27071 unconditionally. Specialized functions should know better what is
27072 necessary. This improves performance a little bit, and the
27073 functions could catch errors with `cp -p' and `scp -p'.
27074 (tramp-do-copy-or-rename-file-via-buffer)
27075 (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
27076 when appropriate.
27077 (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
27078 Call `set-file-modes' when appropriate.
27079 (tramp-action-out-of-band): Mask `scp -p' error. Reported by Isak
27080 Johnsson <isak@hypergene.com>
27081 (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
27082 of both Tramp buffer and debug buffer. Reported by Joakim Verona
27083 <joakim@verona.se>
27084 (tramp-file-name-for-operation): Mark `shell-command' as magic for
27085 Emacs only.
27086
27087 * net/tramp-util.el (tramp-minor-mode): New minor mode. Add it to
27088 `find-file-hooks' and `dired-mode-hook'.
27089 (tramp-minor-mode-map): Respective map. Add remapping for
27090 `compile' and `recompile'.
27091 (tramp-remap-command, tramp-recompile): New defuns.
27092 (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
27093 in buffer "*Compilation*". Call the commands asynchronously.
27094
27095 * net/tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
27096 (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
27097 `shell-command', because it isn't magic in XEmacs. Reported by
27098 Adrian Aichner <adrian@xemacs.org>.
27099
27100 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
27101 `substitute-in-file-name.
27102 (tramp-smb-handle-substitute-in-file-name): New defun.
27103 (tramp-smb-advice-PC-do-completion): Delete advice.
27104
27105 2005-01-16 Kai Grossjohann <kgrossjo@eu.uu.net>
27106
27107 * net/tramp.el (tramp-wait-for-output): Fix typo in echo processing.
27108 Fix error in deleting region.
27109
27110 2005-01-15 Richard M. Stallman <rms@gnu.org>
27111
27112 * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
27113 In non-temp buffer, switch syntax table temporarily.
27114
27115 * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
27116
27117 * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
27118
27119 * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
27120
27121 * imenu.el (imenu--split-menu): Copy menulist before sorting.
27122 (imenu--generic-function): Use START, not BEG, as pos of definition.
27123
27124 * simple.el (just-one-space): Argument specifies number of spaces.
27125
27126 * simple.el (eval-expression-print-format): Avoid warning
27127 about edebug-active.
27128
27129 2005-01-15 James R. Van Zandt <jrvz@comcast.net> (Tiny change)
27130
27131 * progmodes/sh-script.el: Code copied from make-mode.el
27132 with small changes,
27133 (sh-mode-map): Bind C-c C-\.
27134 (sh-backslash-column, sh-backslash-align): New variables.
27135 (sh-backslash-region, sh-append-backslash): New functions.
27136
27137 2005-01-15 Sergey Poznyakoff <gray@Mirddin.farlep.net>
27138
27139 * mail/rmail.el: Updated to work with movemail from GNU Mailutils
27140 (rmail-pop-password, rmail-pop-password-required): Move to
27141 rmail-obsolete group.
27142 (rmail-set-pop-password): Rename to rmail-set-remote-password.
27143 All callers updated.
27144 (rmail-get-pop-password): Rename to rmail-get-remote-password.
27145 Take an argument specifying whether it is POP or IMAP mailbox we
27146 are using. All callers updated.
27147 (rmail-pop-password-error): Rename to
27148 rmail-remote-password-error. Added mailutils-specific error message.
27149 (rmail-movemail-search-path)
27150 (rmail-movemail-variant-in-use): New variables.
27151 (rmail-remote-password, rmail-remote-password-required):
27152 New customization variables.
27153 (rmail-probe, rmail-autodetect, rmail-movemail-variant-p): New funs.
27154 (rmail-parse-url): New function.
27155 (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
27156 with GNU mailutils movemail.
27157
27158 2005-01-15 Kevin Ryde <user42@zip.com.au>
27159
27160 * info-look.el (c-mode/symbol): Add ^` to prefix, and change
27161 suffix to space, $ or '$, to correctly position point when going
27162 to @table style constants like DBL_MAX.
27163
27164 2005-01-15 Jorgen Schaefer <forcer@forcix.cx> (tiny change)
27165
27166 * type-break.el (type-break-mode, type-break-file-time)
27167 (type-break-file-keystroke-count, type-break-choose-file):
27168 Don't store data in or load data from the file if type-break-file-name
27169 is nil.
27170 (type-break-file-name): Doc update as per the above.
27171
27172 2005-01-15 Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk> (tiny change)
27173
27174 * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
27175 lookup-key might return nil; handle that.
27176
27177 2005-01-15 Alan Mackenzie <acm@muc.de>
27178
27179 * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree
27180 rather than the element found, thus enabling the tree to be setcar'd.
27181
27182 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
27183
27184 * textmodes/org.el (org-show-following-heading): New option.
27185 (org-show-hierarchy-above): Use `org-show-following-heading'.
27186 (org-cycle): Documentation fix.
27187
27188 * textmodes/org.el (orgtbl-optimized): New option
27189 (orgtbl-mode): New command, a minor mode.
27190 (orgtbl-mode-map): New variable.
27191 (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
27192 (orgtbl-error, orgtbl-self-insert-command)
27193 (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
27194
27195 * textmodes/org.el (org-mode): `org-table-may-need-update' is now
27196 a local variable in each org-mode buffer.
27197
27198 * textmodes/org.el (org-set-regexps-and-options): Rename from
27199 `org-set-regexps'. Added checking for STARTUP keyword.
27200 (org-get-current-options): Add STARTUP options.
27201 (org-table-insert-row): Make mode intelligent about when
27202 realignment is needed.
27203 (org-self-insert-command, org-delete-backward-char, org-delete-char):
27204 New commands.
27205 (org-enable-table-editor): New default value `optimized'.
27206 (org-table-blank-field): Support blanking regions if active.
27207
27208 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
27209
27210 * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
27211 if the year is not given.
27212
27213 * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
27214 Add new escapes %m and %M, fixed bug with %F by adding
27215 save-match-data.
27216 (reftex-reference): Remove ?. from list of spaces.
27217 (reftex-label-info): Add automatic label prefix recognition.
27218
27219 * textmodes/reftex-index.el (reftex-index-next-phrase):
27220 Add slave parameter to call of `reftex-index-this-phrase'.
27221 (reftex-index-this-phrase): New optional argument.
27222 (reftex-index-region-phrases): Add slave parameter to call of
27223 `reftex-index-this-phrase'.
27224 (reftex-display-index): New argument redo.
27225 (reftex-index-rescan): Add `redo' to arguments of
27226 `reftex-display-index'.
27227 (reftex-index-Rescan, reftex-index-revert)
27228 (reftex-index-switch-index-tag): Add `redo' to arguments of
27229 `reftex-display-index'.
27230 (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
27231 indexing. Fix bug with matching is there is a quote before or
27232 after the word.
27233
27234 * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
27235 Fix bug when collecting citation keys in lines with comments.
27236 (reftex-citation): Prefix argument no longer rescans the document,
27237 but forces prompting for optional arguments of cite macros.
27238 (reftex-do-citation): Prompting for optional arguments implemented.
27239
27240 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
27241 Add optional arguments to most cite commands.
27242 (reftex-cite-cleanup-optional-args): New option
27243 (reftex-cite-prompt-optional-args): New option.
27244 (reftex-trust-label-prefix): New option.
27245
27246 * textmodes/reftex-toc.el (reftex-toc-find-section):
27247 Add push-mark before changing the position in the buffer.
27248
27249 * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
27250 (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
27251
27252 2005-01-14 Nick Roberts <nickrob@snap.net.nz>
27253
27254 * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
27255 more carefully.
27256
27257 2005-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
27258
27259 * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
27260 (sgml-mode): Use it.
27261 (sgml-get-context): Better keep track of implicitly closed tags.
27262
27263 2005-01-13 Kenichi Handa <handa@m17n.org>
27264
27265 * textmodes/ispell.el: These changes are to fix misalignment error
27266 caused by equivalent characters of different Emacs charsets.
27267 (ispell-unified-chars-table): New variable.
27268 (ispell-get-decoded-string): New function.
27269 (ispell-get-casechars, ispell-get-not-casechars)
27270 (ispell-get-otherchars): Call ispell-get-decoded-string.
27271
27272 2005-01-12 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
27273
27274 * custom.el (custom-declare-variable): Just put symbol instead
27275 of (defvar . symbol) in `current-load-list'.
27276
27277 2005-01-12 Reiner Steib <Reiner.Steib@gmx.de>
27278
27279 * emacs-lisp/elint.el: Fixed typo in Commentary section.
27280
27281 2005-01-12 Jay Belanger <belanger@truman.edu>
27282
27283 * calc/calc-help.el (calc-describe-key): Use temporary info buffer
27284 to create a Calc summary.
27285
27286 2005-01-12 Kim F. Storm <storm@cua.dk>
27287
27288 * mouse.el (mouse-on-link-p): Change functionality and doc
27289 string to comply with latest description in lisp ref.
27290
27291 2005-01-12 Nick Roberts <nickrob@snap.net.nz>
27292
27293 * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
27294 Enable mouse clicks on mode-line, header-line and margin.
27295 (event-type): Give mouse event symbols an `event-kind' property
27296 with value `mouse-click'.
27297
27298 2005-01-12 Juri Linkov <juri@jurta.org>
27299
27300 * facemenu.el (list-colors-display): Add new arg buffer-name.
27301 Use it. Fix docstring. Replace code for identifying duplicate
27302 colors by the name with call to `list-colors-duplicates' which
27303 identifies duplicate colors by the value unless the color
27304 is one of special Windows colors. Set truncate-lines to t.
27305 Print sorted duplicate color names on each line. Indent to 22
27306 \(the longest color name in rgb.txt) instead of 20. Optimize.
27307 (list-colors-duplicates): New function.
27308 (facemenu-color-name-equal): Delete function.
27309
27310 * facemenu.el (list-colors-print): New function created from code
27311 in list-colors-display. Print #RRGGBB at the window right edge.
27312 (list-colors-display): When temp-buffer-show-function is not
27313 defined, call list-colors-print from temp-buffer-show-hook
27314 to get the right value of window-width in list-colors-print
27315 after the buffer is displayed.
27316
27317 * simple.el (pop-mark): Move deactivate-mark out of conditional
27318 part to deactivate the active mark regardless of the state of the
27319 mark ring.
27320
27321 * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
27322 variables line in desktop files.
27323
27324 2005-01-12 Juri Linkov <juri@jurta.org>
27325
27326 * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
27327 Bring together isearch highlight related options.
27328 (lazy-highlight): Replace group `replace' by `matching'.
27329 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
27330 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
27331 (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
27332 and declare them obsolete.
27333 (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
27334 (isearch-faces): Remove defgroup.
27335 (isearch-overlay, isearch-highlight, isearch-dehighlight):
27336 Move isearch highlighting code closer to lazy highlighting code.
27337
27338 * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
27339 (query-replace-highlight, query-replace-lazy-highlight)
27340 (query-replace): Move definitions to the beginning of the file.
27341
27342 2005-01-11 Juri Linkov <juri@jurta.org>
27343
27344 * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
27345 * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
27346 * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
27347
27348 * info.el (Info-history-forward): New variable.
27349 (Info-select-node): Reset Info-history-forward to nil.
27350 (Info-last): Turn into defalias.
27351 (Info-history-back): Rename from Info-last.
27352 Add current node to Info-history-forward.
27353 (Info-history-forward): New fun.
27354 (Info-mode-map): Replace Info-last by Info-history-back.
27355 Bind Info-history-forward to "r".
27356 (Info-mode-menu): Replace Info-last by Info-history-back.
27357 Fix menu item text. Add menu item for Info-history-forward.
27358 (info-tool-bar-map): Replace Info-last by Info-history-back.
27359 Replace its icon "undo" by "back_arrow". Add icon "fwd_arrow"
27360 for Info-history-forward.
27361 (Info-mode): Replace Info-last by Info-history-back in docstring.
27362 Add local variable Info-history-forward.
27363 (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
27364
27365 2005-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
27366
27367 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
27368 (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
27369 Ignore select-window events rather than fiddle with
27370 mouse-autoselect-window.
27371
27372 2005-01-11 Matthew Mundell <matt@mundell.ukfsn.org>
27373
27374 * type-break.el (type-break-mode): Fix previous change.
27375
27376 2005-01-10 Jay Belanger <belanger@truman.edu>
27377
27378 * calc/calc-ext.el (calc-reset): Reset when inside embedded
27379 calculator; only reset when point is inside a calculator.
27380 Don't adjust the window height if the window takes up the whole height
27381 of the frame.
27382
27383 2005-01-10 Thien-Thi Nguyen <ttn@gnu.org>
27384
27385 * ebuff-menu.el (Electric-buffer-menu-mode):
27386 Preserve value of buffer-local var header-line-format.
27387
27388 2005-01-09 Jay Belanger <belanger@truman.edu>
27389
27390 * calc/calc.el (calc-mode-var-list-restore-saved-values):
27391 Make sure settings file exists before accessing it.
27392
27393 * calc/calc-embed.el (calc-embedded-subst):
27394 Replace math-multi-subst-rec, which is only supposed to be called
27395 by math-multi-subst, by math-multi-subst.
27396
27397 2005-01-09 Andre Spiegel <spiegel@gnu.org>
27398
27399 * vc.el (vc-allow-async-revert): New user option.
27400 (vc-disable-async-diff): New internal variable.
27401 (vc-revert-buffer): Use them to disable asynchronous diff.
27402
27403 * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
27404 (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
27405 asynchronously if vc-disable-async-diff is t.
27406
27407 2005-01-09 Jay Belanger <belanger@truman.edu>
27408
27409 * calc/calc.el (defcalcmodevar): New macro.
27410 (calc-mode-var-list-restore-default-values)
27411 (calc-mode-var-list-restore-saved-values): New functions.
27412 (calc-mode-var-list): Use defcalcmodevar to define it.
27413 (calc-always-load-extensions, calc-line-numbering)
27414 (calc-line-breaking, calc-display-just, calc-display-origin)
27415 (calc-number-radix, calc-leading-zeros, calc-group-digits)
27416 (calc-group-char, calc-point-char, calc-frac-format)
27417 (calc-prefer-frac, calc-hms-format, calc-date-format)
27418 (calc-float-format, calc-full-float-format, calc-complex-format)
27419 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
27420 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
27421 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
27422 (calc-matrix-brackets, calc-language, calc-language-option)
27423 (calc-left-label, calc-right-label, calc-word-size)
27424 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
27425 (calc-display-raw, calc-internal-prec, calc-angle-mode)
27426 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
27427 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
27428 (calc-window-height, calc-display-trail, calc-show-selections)
27429 (calc-use-selections, calc-assoc-selections)
27430 (calc-display-working-message, calc-auto-why, calc-timing)
27431 (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
27432 (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
27433 (calc-gnuplot-default-device, calc-gnuplot-default-output)
27434 (calc-gnuplot-print-device, calc-gnuplot-print-output)
27435 (calc-gnuplot-geometry, calc-graph-default-resolution)
27436 (calc-graph-default-resolution-3d, calc-invocation-macro)
27437 (calc-show-banner): Use defcalcmodevar to declare them and set
27438 their default values.
27439
27440 * calc/calc-ext.el (calc-reset): Restore saved values of variables
27441 instead of default values (but restore default values if there is
27442 an argument of 0).
27443
27444 2005-01-09 David Kastrup <dak@gnu.org>
27445
27446 * desktop.el (desktop-restore-eager): Fix typo in type.
27447
27448 2005-01-08 Richard M. Stallman <rms@gnu.org>
27449
27450 * cus-edit.el (customize): Delete :link.
27451
27452 2005-01-08 Jay Belanger <belanger@truman.edu>
27453
27454 * calc/calc.el (calc-mode): Remove the extension from the
27455 `calc-settings-file' file name when loading it.
27456
27457 2005-01-08 Kim F. Storm <storm@cua.dk>
27458
27459 * info.el (Info-mode-map, Info-next-link-keymap)
27460 (Info-prev-link-keymap, Info-up-link-keymap):
27461 Map follow-link to mouse-face.
27462 (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
27463
27464 2005-01-08 Jay Belanger <belanger@truman.edu>
27465
27466 * calc/calc.el (calc-settings-file): Change default value.
27467 Suggested by cgw in a comment in calc-mode.el.
27468
27469 * calc/calc-mode.el (calc-settings-file-name):
27470 Compare calc-settings-file to user-init-file instead of ~/.emacs.
27471 Replace ~/.emacs in a prompt by calc-settings-file.
27472
27473 2005-01-07 Lars Hansen <larsh@math.ku.dk>
27474
27475 * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
27476 (desktop-lazy-idle-delay): New customizable variables.
27477 (desktop-buffer-args-list): New variable.
27478 (desktop-append-buffer-args): New function.
27479 (desktop-save): Call desktop-append-buffer-args for some buffers.
27480 (desktop-lazy-create-buffer): New function.
27481 (desktop-idle-create-buffers): New function.
27482 (desktop-read): Add message about buffers to restore lazily.
27483 (desktop-lazy-abort): New command.
27484 (desktop-clear): Call desktop-lazy-abort.
27485 (desktop-lazy-complete): New command.
27486
27487 2005-01-06 Richard M. Stallman <rms@gnu.org>
27488
27489 * emacs-lisp/find-func.el (find-face-definition):
27490 Rename from find-face.
27491
27492 2005-01-06 Kim F. Storm <storm@cua.dk>
27493
27494 * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
27495
27496 * man.el (Man-xref-man-page, Man-xref-header-file)
27497 (Man-xref-normal-file): Add follow-link property.
27498
27499 2005-01-06 Jay Belanger <belanger@truman.edu>
27500
27501 * calc/calc-units.el: Make sure the proper macro definitions are
27502 available when compiling.
27503
27504 2005-01-06 Juri Linkov <juri@jurta.org>
27505
27506 * isearch.el (isearch-lazy-highlight-update):
27507 Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
27508
27509 2005-01-06 Miles Bader <miles@gnu.org>
27510
27511 * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
27512 (isearch-lazy-highlight-face): Use new name.
27513
27514 2005-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
27515
27516 * uniquify.el (uniquify-rationalize-file-buffer-names):
27517 Re-add an interactive spec.
27518 (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
27519 to the same name.
27520
27521 * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
27522 (isearch-update, isearch-done): Adjust calls accordingly.
27523
27524 2005-01-05 Richard M. Stallman <rms@gnu.org>
27525
27526 * custom.el (custom-set-variables, custom-theme-set-variables):
27527 Clarify documentation.
27528
27529 * emacs-lisp/find-func.el (find-variable)
27530 (find-variable-other-window, find-variable-other-frame):
27531 Fix the TYPE args to find-function-read and find-function-do-it.
27532 (find-function): Doc fix.
27533 (find-function-at-point): Replace function-at-point alias.
27534
27535 2005-01-04 Richard M. Stallman <rms@gnu.org>
27536
27537 * cus-face.el (custom-declare-face):
27538 Record defface in current-load-list.
27539
27540 * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
27541
27542 * emacs-lisp/find-func.el: Doc fixes.
27543 (find-face-regexp): New variable.
27544 (find-function-regexp-alist): New variable.
27545 (find-function-C-source): Third arg is now TYPE.
27546 (find-function-search-for-symbol): Handle general TYPE.
27547 (find-function-read, find-function-do-it): Handle general TYPE.
27548 (find-definition-noselect, find-face): New functions.
27549 (function-at-point): Alias deleted.
27550
27551 2005-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
27552
27553 * battery.el (display-battery-mode): Rename from display-battery.
27554 Handle the case where it gets turned off.
27555
27556 2005-01-04 Richard M. Stallman <rms@gnu.org>
27557
27558 * cus-edit.el (customize): Make :link point to user doc.
27559
27560 * man.el (Man-fontify-manpage): Turn off undo generation.
27561
27562 * add-log.el (change-log-font-lock-keywords): Don't match just "From".
27563
27564 2005-01-04 Andreas Schwab <schwab@suse.de>
27565
27566 * files.el (insert-directory): Only look for error lines in
27567 inserted text. Don't move too far after processing --dired markers.
27568
27569 2005-01-04 Richard M. Stallman <rms@gnu.org>
27570
27571 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
27572 Don't expand if the character is @, period, dash, etc.
27573 (define-mail-abbrev): Quote names that contain problem characters.
27574
27575 2005-01-04 Thien-Thi Nguyen <ttn@gnu.org>
27576
27577 * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
27578
27579 2005-01-03 Richard M. Stallman <rms@gnu.org>
27580
27581 * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
27582 (query-replace-highlight, query-replace-lazy-highlight)
27583 (query-replace): Definitions moved up. Doc fix.
27584
27585 2005-01-03 Richard M. Stallman <rms@gnu.org>
27586
27587 * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
27588 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
27589 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
27590 (lazy-highlight-face): Rename from isearch-lazy-...
27591 Change all references to them.
27592
27593 2005-01-03 Luc Teirlinck <teirllm@auburn.edu>
27594
27595 * cus-edit.el (custom-file): Doc fix for defcustom.
27596 (custom-file): The function no longer sets the variable
27597 `custom-file' to its return value.
27598
27599 * startup.el (command-line): No longer load `custom-file'.
27600
27601 2005-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
27602
27603 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
27604
27605 * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
27606 Don't confuse module-prefixed identifiers for labels.
27607 Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
27608
27609 2005-01-02 Richard M. Stallman <rms@gnu.org>
27610
27611 * files.el (basic-save-buffer-1): Fix previous change.
27612
27613 * loadhist.el (file-loadhist-lookup): New function.
27614 (file-provides, file-requires): Use it.
27615
27616 * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
27617 instead of calculating the right size.
27618
27619 2005-01-02 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
27620
27621 * vc-svn.el (vc-svn-diff): Stay local if possible.
27622
27623 2005-01-02 Stefan Monnier <monnier@iro.umontreal.ca>
27624
27625 * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
27626
27627 * files.el (hack-local-variables): Fix last change.
27628
27629 2005-01-02 Jay Belanger <belanger@truman.edu>
27630
27631 * calc/calc-yank.el (calc-edit-top): New variable.
27632 (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
27633 object. Change header properties.
27634 (calc-edit-finish, calc-edit-finish-stack-object)
27635 (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
27636 edited object.
27637 * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
27638 for the beginning of the edited object.
27639 * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
27640 for the beginning of the edited object.
27641 * calc/calc-prog.el (calc-edit-macro-finish-edit)
27642 (calc-finish-formula-edit, calc-macro-repeats)
27643 (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
27644 (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
27645 beginning of the edited object.
27646 (calc-user-define-edit): Change the header for editing macros.
27647 Remove unnecessary variable.
27648
27649 2005-01-01 Jay Belanger <belanger@truman.edu>
27650
27651 * calc/calc-yank.el (calc-edit-mode): Change default header.
27652 (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
27653 * calc/calc-store.el (calc-edit-variable): Change title to match new
27654 header.
27655 * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
27656 mode to match new header.
27657 (calc-user-define-edit): Change titles to include names of commands.
27658 (calc-finish-formula-edit): Adjust to handle new header.
27659 (calc-finish-macro-edit): Remove.
27660 (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
27661 (calc-edit-macro-command, calc-edit-macro-command-type)
27662 (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
27663 (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
27664 (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
27665 (calc-edit-macro-finish-edit): New functions.
27666 (calc-user-define-edit): Use new functions to edit named calc macros.
27667
27668 2005-01-01 Stefan <monnier@iro.umontreal.ca>
27669
27670 * files.el (hack-local-variables): Cleanup prefix/suffix matching.
27671
27672 * ses.el (copy-region-as-kill): Deactivate mark.
27673
27674 2005-01-01 Richard M. Stallman <rms@gnu.org>
27675
27676 * replace.el (occur-1): If the output buffer is also an input,
27677 don't kill it, rename it.
27678
27679 * faces.el (set-face-background, set-face-foreground): Doc fix.
27680
27681 * cus-face.el (custom-face-attributes): Fix :help-echo strings
27682 for :foreground and :background.
27683
27684 * dired.el (dired-view-command-alist): Variable deleted.
27685 (dired-view-file, dired-mouse-find-file-other-window):
27686 Delete the code to use it.
27687
27688 2005-01-01 Kim F. Storm <storm@cua.dk>
27689
27690 * image.el (insert-sliced-image): Use t for line-height property.
27691
27692 See ChangeLog.11 for earlier changes.
27693
27694 ;; Local Variables:
27695 ;; coding: iso-2022-7bit
27696 ;; End:
27697
27698 Copyright (C) 2005, 2006 Free Software Foundation, Inc.
27699 Copying and distribution of this file, with or without modification,
27700 are permitted provided the copyright notice and this notice are preserved.
27701
27702 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1